.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}


/* custom checkbox styles */

.jcf-checkbox {
    top: 6px;
    left: 0;
    position: absolute;
    cursor: default;
    background: #ecf1f9;
    height: 17px;
    width: 17px;
    border: 2px solid #00b7d4;
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 9px;
    width: 9px;
    top: 2px;
    left: 2px;
    background: #00b7d4;
    margin: 0;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}

.radiobuttonsabo label{
    font-weight: 400;
    margin: 0 10px 5px;
    font-size: 14px;
    color: #8b8b8b;
}

.radiobuttonsabo table{
    margin: 20px 0; 
}

/* custom radio styles */

.jcf-radio {
    top: 0;
    left: 0;
    position: absolute;
    cursor: default;
    background: #00b7d4;
    height: 21px;
    width: 21px;
    border-radius: 100%;
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    background: #fff;
    border-radius: 100%;
}

.jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-radio.jcf-checked span {
    display: block;
}


/* custom select styles */

.jcf-select {
    display: block;
    position: relative;
    border: 1px solid #cfcfcf;
    background: #f5f5f5;
    margin: 0;
    padding: 1px 30px 0 10px;
    width: 144px;
    height: 26px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #8b8b8b;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin: 0;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #00b7d4;
    width: 26px;
    bottom: -1px;
    right: -1px;
    top: -1px;
    cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
    top: 6px;
    left: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    content: "\e906";
    position: absolute;
    font-family: "icomoon" !important;
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #cfcfcf;
}


/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}


/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.nav-bar {
    padding: 0;
    position: relative;
    background: #87c100;
}

.nav-bar:after {
    content: " ";
    display: block;
    clear: both;
}

.nav-holder {
    padding: 13px 60px 16px 51px;
}

.nav-holder:after {
    content: " ";
    display: block;
    clear: both;
}

.login-holder {
    width: 280px;
    float: right;
    text-align: right;
}

.login-holder .btn-login {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.login-holder .btn.btn-default {
    margin: 0 0 0 20px;
}

.navbar-default {
    margin: 0;
    padding: 13px 0 0;
    background: none;
    border: none;
    border-radius: 0;
    float: none;
    display: block;
    overflow: hidden;
    min-height: inherit;
}

.navbar-default .navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    text-transform: capitalize;
}

.navbar-default .navbar-nav>li {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 6px 5px 0;
    padding: 0;
}

.navbar-default .navbar-nav>li:last-child {
    margin: 0;
}

.navbar-default .navbar-nav>li>a {
    -webkit-transition: opacity .3s linear;
    transition: color .3s linear;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    color: #fff;
    position: relative;
    white-space: normal;
    line-height: inherit;
}

.navbar-default .navbar-toggle {
    -webkit-transition: background .3s linear;
    transition: background .3s linear;
    margin: 0;
    float: left;
    background: #fff;
}

.navbar-default .navbar-collapse {
    padding: 0;
}

.nav-opener {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    width: 44px;
    height: 34px;
    background: #87c100;
    float: left;
    margin: 4px 0 0;
    -webkit-transition: background .3s linear 0s;
    transition: background .3s linear 0s;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 0;
    position: relative;
}

.nav-opener:hover, .nav-opener:focus {
    opacity: .7;
}

.nav-opener span, .nav-opener:after, .nav-opener:before {
    width: 22px;
    height: 2px;
    top: 9px;
    left: 50%;
    margin: 0 0 0 -11px;
    content: "";
    position: absolute;
    background: #fff;
}

.nav-opener:after {
    top: 50%;
    margin: -1px 0 0 -11px;
}

.nav-opener span {
    top: auto;
    bottom: 9px;
}

.nav-active #nav {
    max-height: 300px;
}

#nav {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    vertical-align: top;
    padding: 19px 0 0;
    overflow: hidden;
}

#nav .navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

#nav .navigation li {
    display: inline-block;
    vertical-align: top;
    margin: 0 22px 5px 0;
}

#nav .navigation li:last-child {
    margin: 0;
}

#nav .navigation li a {
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    color: #8c8c8c;
    text-decoration: none;
}

#nav .navigation li a:hover, #nav .navigation li a.fw-nav-selected {
    color: #87c100;
}

.sub-nav {
    margin: 0 0 10px;
}

.sub-nav ul {
    list-style: none;
    padding: 0;
}

.sub-nav ul li {
    display: inline-block;
    border-left: 1px solid #87c100;
    padding: 0 10px;
}

.sub-nav ul li:first-child {
    padding-left: 0;
    border: none;
}

.sub-nav ul li a {
    color: #00b7d4 !important;
    padding: 0;
    background: none !important;
}

.sub-nav ul li a:hover {
    background: none !important;
}

.sub-nav ul li.fw-nav-selected a {
    color: #000 !important;
}

.sub-nav ul li.active a:after {
    opacity: 0 !important;
}

@font-face {
    font-family: icomoon;
    src: url("/demandit/files/M_8144F78929CD005C623/dms/Fonts/icomoon.eot");
    src: url("/demandit/files/M_8144F78929CD005C623/dms/Fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/demandit/files/M_8144F78929CD005C623/dms/Fonts/icomoon.woff") format("woff"), url("/demandit/files/M_8144F78929CD005C623/dms/Fonts/icomoon.ttf") format("truetype"), url("/demandit/files/M_8144F78929CD005C623/dms/Fonts/icomoon.svgicomoon") format("svg");
    font-weight: 400;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
    content: "\e900";
}

.icon-chevron-down:before {
    content: "\e906";
}

.icon-back:before {
    content: "\e903";
}

.icon-next:before {
    content: "\e904";
}

.top-container {
    position: relative;
}

.header-fixed {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 10px;
}

.header-fixed.fixed-position+#header {
    opacity: 1;
    visibility: visible;
    position: fixed;
}

#header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 320px;
    background: #fff;
    border-top: 20px solid #00b7d4;
    border-bottom: 2px dashed #00b7d4;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

#header .header-holder {
    padding: 8px 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .header-holder:after {
    content: " ";
    display: block;
    clear: both;
}

#header .logo {
    display: inline-block;
    vertical-align: top;
}

#header .logo a {
    display: block;
}

#header .logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

#header form {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    margin: 6px 0 0;
}

#header .jcf-select {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    background: #87c100;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 7px 45px 3px 17px;
}

#header .jcf-select .jcf-select-text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
}

#header .jcf-select .jcf-select-opener {
    width: 33px;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
}

#header .jcf-select .jcf-select-opener:after {
    top: 4px;
    left: 1px;
    font-size: 20px;
    line-height: 20px;
}

#header .header-holder .login-holder {
    margin-top: 6px;
}

#header .header-holder .btn-outlined {
    border: 2px dashed #87c100;
    color: #87c100;
}

#header .header-holder .btn-login {
    color: #87c100;
}

.jcf-select-billing .jcf-select-drop-content {
    border: 1px solid #87c100 !important;
}

.resize-active * {
    transition: none !important;
    -webkit-transition: none !important;
}

body {
    min-width: 320px;
    background: #fff;
    font: 14px/23px "Poppins", Arial, sans-serif;
    color: #000;
}

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

a {
    text-decoration: none;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

.visual {
    overflow: hidden;
    position: relative;
}

.visual .img {
    display: block;
    width: 100%;
    height: auto;
}

.visual .caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-top: 20px solid #00b7d4;
}

.visual .container {
    height: 100%;
    position: relative;
}

.visual .logo-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 50px;
}

.visual .logo {
    display: inline-block;
    vertical-align: top;
    padding: 70px 0 0;
}

.visual .logo a {
    display: block;
}

.visual .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

.btn.btn-primary, .btn.btn-default {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 10px 20px 8px 25px;
    outline: none;
    border-radius: 3px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    border: none;
}

.btn.btn-outlined {
    border: 2px dashed #fff;
}

.btn.btn-primary {
    background: #00b7d4;
    padding: 8px 9px 8px;
}

.btn.btn-primary.green{
    background: #87c100;
}

.btn.btn-primary span {
    padding: 10px;
    background: #00b7d4;
}

.btn span {
    display: block;
}

.btn:focus, .btn:hover {
    outline: none;
    box-shadow: none;
    border-color: #fff;
    opacity: .7;
}

.btn:focus:active, .btn:hover:active {
    border-color: #fff;
}

.info-area {
    padding: 35px 0 61px;
    overflow: hidden;
    text-align: center;
    background: #eafafc;
}

.info-area .img-holder {
    overflow: hidden;
    margin: 0 0 20px;
}

.info-area .img-holder .img-box {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.info-area .img-holder img {
    display: block;
    max-width: 100%;
    height: auto;
}

.info-area h1 {
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 25px;
    color: #747474;
}

.info-area .btn.btn-outlined {
    border-color: #00b7d4;
}

.info-area .btn.btn-primary {
    margin: 0 30px;
    min-width: 254px;
    min-height: 58px;
    background: none;
}
.table-weekdays{
    margin: 0;
}
.cb-select-all{
    font-weight: normal;
}
.cb-select-all input{
    padding: 0 10px 0 0 !important;
}
.table-area:after {
    content: " ";
    display: block;
    clear: both;
}

.table-area .table-holder {
    padding: 72px 60px 73px;
}

.table-area h2 {
    margin: 0 0 39px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    color: #87c100;
}

.table-area .table-frame {
    position: relative;
    width: 100%;
}

.table-area table {
    overflow: hidden;
}

.table-area table th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #87c100;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 3px;
    height: 25px;
    padding: 5px;
    text-align: center;
    text-align: left;
}

.table-area table th a{
    text-decoration: none;
    color: #000;
    pointer-events: none;
}

.table-area table td {
    background: #eafafc none repeat scroll 0 0;
    border: medium none;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #87c100;
}

.table-area .text {
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #747474;
    text-decoration: none;
}

.table-area .text:focus, .table-area .text:hover {
    color: #87c100;
}

.table-area .text:focus .icon-chevron-down, .table-area .text:hover .icon-chevron-down {
    opacity: 1;
    visibility: visible;
}

.table-area .text .icon-chevron-down {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    margin: 1px 0 0 10px;
    color: #87c100;
}

.table-area .sub-text {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #747474;
}

.table-area .sub-text.blue {
    color: #14b6d2;
}

.table-area .label-primary {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    padding: 3px 10px 1px;
    background: #00b7d4;
    text-transform: uppercase;
}

.table-area .icon-check {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    line-height: 25px;
    color: #14b6d2;
}

.table-area .col1 {
    width: 101px;
}

.table-area .col2 {
    width: 203px;
}

.table-area .col3 {
    width: 170px;
}

.table-area .col4 {
    width: 189px;
}

.table-area .col5 {
    width: 187px;
}

.insured-area:after {
    content: " ";
    display: block;
    clear: both;
}

.insured-area .insured-holder {
    padding: 0 86px 60px;
}

.insured-area .insured-holder:after {
    content: " ";
    display: block;
    clear: both;
}

.insured-area .top-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    font-size: 16px;
    line-height: 18px;
}

.insured-area .top-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 37px;
    position: relative;
}

.insured-area .top-nav li+li:after {
    width: 1px;
    height: 36px;
    top: -8px;
    left: -24px;
    content: "";
    position: absolute;
    background: #cfcfcf;
}

.insured-area .top-nav li:first-child {
    margin: 0;
}

.insured-area .top-nav li a {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
    color: #8c8c8c;
    font-weight: 400;
    text-decoration: none;
}

.insured-area .top-nav li a:hover {
    color: #00b7d4;
}

.insured-area .insured-info {
    float: left;
    width: 100%;
}

.insured-area .circle-frame {
    float: left;
    width: 370px;
    margin: 0 94px 0 0;
    padding: 10px 10px 47px;
    position: relative;
}

.insured-area .circle-frame img {
    display: block;
    max-width: 100%;
    height: auto;
}

.insured-area .info-text {
    top: 136px;
    left: 0;
    position: absolute;
    color: #347d94;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    width: 155px;
    text-align: center;
}

.insured-area .info-text.middle {
    top: 50%;
    left: auto;
    right: 13px;
    margin: 54px 0 0;
}

.insured-area .info-text.bottom {
    top: auto;
    bottom: 0;
}

.insured-area .text-frame {
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    color: #646464;
    padding: 45px 0 0;
}

.insured-area .text-frame p {
    margin: 0;
}

.insured-area .text-frame .img-holder {
    margin: 0 0 20px;
    overflow: hidden;
}

.insured-area .text-frame .img-holder img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.insured-area .text-frame h2 {
    margin: 0 0 11px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 600;
    color: #87c100;
}

.main-area {
    padding: 52px 0 58px;
    overflow: hidden;
    background: #f7f7f7;
}

.main-area .info-box {
    padding: 0 59px;
}

.main-area .info-frame {
    overflow: hidden;
    margin: 0 0 50px;
    padding: 48px 65px 45px 52px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}

.main-area h2 {
    margin: 0 0 26px;
    font-size: 21px;
    line-height: 24px;
    color: #00b7d4;
    font-weight: 500;
}

.main-area dl {
    overflow: hidden;
    margin: 0;
}

.main-area dl dt {
    float: left;
    width: 120px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #81a729;
}

.main-area dl dd {
    margin: 0 0 16px;
    color: #828282;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.main-area .note {
    margin: 2px 0 22px;
    padding: 12px 20px 9px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-style: italic;
    color: #8b8b8b;
    background: #f6f6f6;
}

.main-area .note p {
    margin: 0;
}

.main-area .title {
    display: block;
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #81a729;
}

.main-area .link {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #00b7d4;
    margin: 0 0 35px;
    text-decoration: underline;
}

.main-area .link:hover {
    text-decoration: none;
}

.main-area .btn-holder {
    overflow: hidden;
}

.main-area .btn.btn-primary {
    min-width: 136px;
    min-height: 36px;
    text-align: center;
    padding: 10px 10px 6px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.main-area h3 {
    margin: 1em 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #87c100;
}

.main-area .para {
    margin: 0 0 41px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #8b8b8b;
}

.main-area .para span {
    color: #00b7d4;
    font-weight: 500;
}

.main-area .para p {
    margin: 0 0 8px;
}

.main-area .radio-holder {
    padding: 3px 0 0;
    margin: 0 0 24px;
}

.main-area .radio-holder:after {
    content: " ";
    display: block;
    clear: both;
}

.main-area .sub-title {
    float: left;
    margin: 0 29px 0 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #8b8b8b;
}

.main-area .radio-label {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #8b8b8b;
}

.main-area .radio-list {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.main-area .radio-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 14px 0 0;
    padding: 0 0 0 27px;
    position: relative;
}

.main-area .register-form {
    overflow: hidden;
}

.main-area .form-holder {
    width: 400px;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.main-area .form-holder.full {
    width: 100%;
}

.main-area .form-holder div{
  line-height: 1.5;
}

.main-area .form-holder p {
    margin: 0;
}

.main-area .form-holder .label-success{
    background: #87c100;
}
.main-area .form-holder .label-success a{
    color: #fff;
}

.main-area .dem-meldung {
    color: red;
}

.main-area .form_bg_color_false {
    border: 1px solid red !important;
}

.main-area .form-holder .btn.btn-primary {
    margin: 10px 0 11px;
    min-width: 160px;
    min-height: 36px;
}

.main-area .form-row {
    position: relative;
    overflow: hidden;
    margin: 0 0 9px;
}
.main-area .form-row div{
    line-height: 1.8;
}
.main-area .form-col {
    display: inline-block;
    vertical-align: top;
    width: 195px;
    margin: 0 5px 0 0;
}

.main-area .form-col+.form-col {
    margin: 0;
}

.main-area .form-control {
    width: 100%;
    height: 26px;
    padding: 2px 10px 0;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    background: #f5f5f5;
    color: #000;
    border-radius: 0;
    box-shadow: none;
   /* -webkit-appearance: none;*/
    border: 1px solid #cfcfcf;
}

.main-area textarea.form-control {
    height: 150px;
    line-height: 1.2;
}

.main-area .radio label, .main-area .checkbox label {
    padding-left: 20px;
    padding-right: 10px;
}

.main-area .form-control:-moz-placeholder {
    color: #cfcfcf;
    opacity: 1;
}

.main-area .form-control::-moz-placeholder {
    color: #cfcfcf;
    opacity: 1;
}

input[type="checkbox"], input[type="radio"] {
    margin: 2px 0 0 !important;
}

input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
}

.main-area .form-control:-ms-input-placeholder {
    color: #cfcfcf;
}

.main-area .form-control::-webkit-input-placeholder {
    color: #cfcfcf;
}

.main-area .check-label {
    display: inline-block;
    vertical-align: top;
    padding: 8px 0 0 24px;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #8b8b8b;
}

.main-area .text-wrap {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #8b8b8b;
}

.main-area .text-wrap p {
    margin: 0 0 27px;
}

.main-area .text-wrap .title {
    display: block;
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    color: #87c100;
}

.main-area .text-wrap .txt {
    display: block;
    margin: 0 0 13px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.main-area .text-wrap .sub-title {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #87c100;
}

.main-area .profile-frame {
    margin: 0 0 23px;
    padding: 0 0 14px;
    overflow: hidden;
    border-bottom: 2px dashed #00b7d4;
}

.main-area .profile-img-box {
    float: left;
    margin: 0 46px 0 0;
    padding: 7px 6px 9px;
    border: 2px dashed #00b7d4;
}

.main-area .profile-img-box img {
    display: block;
    width: 100%;
    height: auto;
}

.main-area .profile-info {
    overflow: hidden;
}

.main-area .profile-info .para-text {
    font-size: 14px;
    line-height: 19px;
    color: #8b8b8b;
    font-weight: 400;
    font-style: italic;
    padding: 7px 15px 6px;
    background: #f6f6f6;
}

.main-area .profile-info .para-text p {
    margin: 0;
}

.main-area .profile-info h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #00b7d4;
}

.main-area .profile-info .title {
    margin: 0 0 4px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #8b8b8b;
    font-weight: 400;
}

.main-area .profile-info address {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #8b8b8b;
}

.main-area .profile-info address p {
    margin: 0;
}

.main-area .profile-info address span {
    color: #87c100;
}

.main-area .profile-frame .profile-table div {
    padding-right: 20px;
    text-align: center;
    display: table-cell;
}

.main-area .profile-frame .profile-table div span {
    display: block;
    color: #87c100;
}

.main-area .profile-img-box {
    float: left;
    margin: 0 46px 0 0;
    padding: 7px 6px 9px;
    border: 2px dashed #00b7d4;
}

.main-area .profile-img-box img {
    max-width: 100%;
    height: auto;
}

.main-area .profile-info {
    overflow: hidden;
}

.main-area .profile-info .para-text {
    font-size: 14px;
    line-height: 19px;
    color: #8b8b8b;
    font-weight: 400;
    font-style: italic;
    padding: 7px 15px 6px;
    background: #f6f6f6;
}

.main-area .profile-info .para-text p {
    margin: 0;
}

.main-area .profile-info h3 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #00b7d4;
}

.main-area .profile-info h3 span {
    color: #000;
}

.main-area .profile-info .title {
    margin: 0 0 4px;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #8b8b8b;
    font-weight: 400;
}

.main-area .profile-info address {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #8b8b8b;
}

.main-area .profile-info address p {
    margin: 0;
}

.main-area .profile-info address span {
    color: #87c100;
}

.main-area .detail-frame {
    padding: 0 13px;
    overflow: hidden;
}

.main-area .detail-frame {
    padding: 0 13px;
    overflow: hidden;
}

.main-area .detail-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 22px;
}

.main-area .detail-list li {
    margin: 0 0 10px;
    position: relative;
}

.main-area .detail-list li:last-child {
    margin: 0;
}

.main-area .detail-list .check-label {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0 0 28px;
}

.main-area .detail-list.tick li {
    padding-top: 0;
    background: url(/demandit/files/M_8144F78929CD005C623/dms/Image/tick-green.png) no-repeat;
}

.main-area .detail-list.tick label {
    padding-top: 0;
}

.main-area .detail-frame h3 {
    margin: 0 0 14px -3px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #87c100;
}

.main-area .detail-frame h3 span {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 13px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #8b8b8b;
}

.main-area .detail-frame .text-detail {
    margin: 35px 0 22px;
    overflow: hidden;
    padding: 14px 12px 51px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #969696;
    font-style: italic;
    background: #f6f6f6;
}

.main-area .detail-frame .text-detail p {
    margin: 0;
}

.main-area .detail-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 0 22px;
}

.main-area .detail-list li {
    margin: 0 0 10px;
    position: relative;
}

.main-area .detail-list li:last-child {
    margin: 0;
}

.main-area .detail-list .check-label {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0 0 28px;
}

.main-area .btn-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-area .btn-list li {
    float: left;
    margin: 0 14px 0 0;
}

.main-area .btn-list .btn.btn-primary {
    padding: 9px 25px 6px;
    min-width: 156px;
    min-height: 33px;
}

.main-area .services .col-md-4 {
    margin-bottom: 1em;
}

.main-area .services .col-md-4 img {
    display: block;
    width: 100%;
    height: auto;
}

.main-area .services .col-md-4>a {
    text-decoration: none;
}

.main-area .services .row {
    margin-bottom: 1em;
}

.main-area .services .heading {
    background: #87c100;
    border-radius: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 68px;
}

.main-area .services .heading h2 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0 10px;
    width: 100%;
    text-align: center;
}

.main-area .services table {
    margin: 0 0 10px;
    width: 100%;
}

.main-area .services table td {
    vertical-align: top;
    padding: 5px 0;
}

.main-area .services .vip-services .image-wrapper {
    margin: 1em 0;
    text-align: center;
}

.main-area .services .vip-services p {
    text-align: center;
}

.main-area .services h5 {
    margin-top: 0;
}

.main-area .conditions th {
    width: 126px;
    vertical-align: top;
}

.main-area .conditions td:first-child span {
    justify-content: flex-start;
    padding: 5px 10px;
}

.main-area .time-table form {
    position: relative;
}

.main-area .time-table th {
    width: 95px;
    vertical-align: top;
}

.main-area .time-table td:first-child span {
    justify-content: flex-start;
    padding: 5px 10px;
}

.main-area .time-table .jcf-checkbox {
    top: -8px;
    left: -9px;
}

.main-area .team .toggle-box {
    display: none;
}

.main-area .team .toggle-box.show {
    display: block;
}

.main-area .team .block-spacing {
    min-height: 220px;
}

.main-area .team img {
    max-width: 100%;
    height: auto;
}

.main-area .modal .modal-title {
    margin: 0;
}

.main-area .modal .modal-header .close {
    margin-top: -2px;
}

.main-area .modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    background: 0 0;
    border: 0;
}

.main-area .modal .btn {
    border: 1px solid #ccc;
    color: #ccc;
}

.main-area .pricing-box {
    display: flex;
    margin: 1em 0;
}

.main-area .pricing-box .item {
    border: 2px solid #87c100;
    padding: 1em;
}

.main-area .pricing-box .item h4 {
    text-align: center;
    color: #87c100;
    margin: 1em 0 1em;
    min-height: 2em;
}

.main-area .pricing-box .item .btn-holder {
    text-align: center;
    margin-bottom: 1em;
}

.main-area .pricing-box .item .btn-holder .btn {
    display: inline-block;
    background: #87c100;
}

.main-area .pricing-box .item .list {
    list-style: none;
    padding: 0;
}

.main-area .pricing-box .item .list li {
    font-size: 12px;
    padding-left: 20px;
}

.main-area .pricing-box .item .list .active {
    background: url(/demandit/files/M_8144F78929CD005C623/dms/Image/pricing-active.png) no-repeat left top 3px;
}

.main-area .pricing-box .item .list .inactive {
    background: url(/demandit/files/M_8144F78929CD005C623/dms/Image/pricing-inactive.png) no-repeat left top 3px;
}

.main-area .conditions th {
    width: 126px;
    vertical-align: top;
}

.main-area .conditions td:first-child span {
    justify-content: flex-start;
    padding: 5px 10px;
}

.main-area .team .toggle-box {
    display: none;
}

.main-area .team .block-spacing {
    min-height: 220px;
}

.main-area .team img {
    max-width: 100%;
    height: auto;
}

.main-area .services .row {
    margin-bottom: 20px;
}

.blockquote-area {
    position: relative;
    background: #eafafc;
    border-top: 2px dashed #00b7d4;
}

.blockquote-area:after {
    content: " ";
    display: block;
    clear: both;
}

.blockquote-area .bg-img {
    left: 9px;
    bottom: -66px;
    width: 206px;
    position: absolute;
}

.blockquote-area .bg-img img {
    display: block;
    width: 100%;
    height: auto;
}

.blockquote-area .blockquote-holder {
    overflow: hidden;
    padding: 55px 183px 124px 178px;
}

.blockquote-area h3 {
    margin: 0 0 63px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    color: #00b7d4;
    text-align: center;
}

.blockquote-area blockquote {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #646464;
    border: none;
}

.blockquote-area blockquote .img-holder {
    width: 148px;
    height: 148px;
    float: left;
    margin: 0 29px 0 0;
    padding: 7px;
    border: 2px dashed #00b7d4;
    border-radius: 100%
}

.blockquote-area blockquote .img-holder img {
    border-radius: 100%;
    display: block;
    width: 100%;
    height: auto;
}

.blockquote-area blockquote q {
    margin: 0;
    quotes: none;
    display: block;
    overflow: hidden;
}

.blockquote-area blockquote cite {
    color: #000;
    display: block;
    font-size: 12px;
    margin-top: 1em;
}

.blockquote-area blockquote cite span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #87c100;
}

.carousel {
    padding: 0 70px 0 55px;
}

.carousel-control {
    -webkit-transition: opacity .3s linear, color .3s linear;
    transition: opacity .3s linear, color .3s linear;
    color: #00b7d4;
    font-size: inherit;
    left: -16px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 50%;
    margin: -35px 0 0;
    width: auto;
}

.carousel-control:focus, .carousel-control:hover {
    opacity: .5;
    color: #00b7d4;
}

.carousel-control.right, .carousel-control.left {
    background: none;
    width: 50px;
    height: 64px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    top: 0;
    right: 0;
    margin: 0;
    font-size: 64px;
    line-height: 64px;
    width: inherit;
    height: inherit;
}

.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
    content: "\e904";
}

.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .icon-prev:before {
    content: "\e903";
}

#footer {
    background: #87c100;
    text-align: center;
}

#footer:after {
    content: " ";
    display: block;
    clear: both;
}

#footer .footer-holder {
    padding: 28px 0 54px;
}

#footer .footer-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px 0 0;
    width: 172px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 0;
}

#footer .footer-nav {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 500px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

#footer .footer-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 21px 0 0;
    position: relative;
}

#footer .footer-nav li:last-child {
    margin: 0;
}

#footer .footer-nav li:after {
    width: 1px;
    height: 12px;
    top: 1px;
    left: -13px;
    content: "";
    position: absolute;
    background: #fff;
}

#footer .footer-nav li a {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    color: #fff;
    text-decoration: none;
}

#footer .footer-nav li a:hover {
    opacity: .7;
}

.main-area .profile-frame {
    margin: 0 0 23px;
    padding: 0 0 14px;
    overflow: hidden;
    /*border-bottom: 2px dashed $blue;*/
}

.main-area .profile-frame .profile-table {
    display: table;
    margin: 1em 0;
    width: 80%;
}

.application-list {
    overflow: hidden;
}

.application-list .user-info {
    padding-left: 0;
}

.application-list .avatar {
    float: left;
    padding: 0 20px 0 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }


@media (min-width: 992px) {
    .nav-opener {
        display: none;
    }
}

@media (max-width: 1199px) {
    .visual .logo {
        width: 300px;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .nav-holder {
        padding: 13px 0 16px;
    }
    .navbar-default {
        padding: 3px 0 0;
        overflow: visible;
        position: inherit;
    }
    .navbar-default .navbar-nav {
        padding: 15px 0;
    }
    .navbar-default .navbar-nav>li {
        display: block;
        margin: 0 0 15px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #8c8c8c;
    }
    .navbar-default .navbar-nav>li>a:after {
        background: none;
        border-bottom: 2px dashed #87c100;
    }
    .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
        color: #8c8c8c;
    }
    .navbar-default .navbar-collapse {
        top: 70px;
        left: 50%;
        width: 750px;
        margin: 0 0 0 -375px;
        z-index: 99;
        position: absolute;
        border-top: none;
        box-shadow: none;
        overflow-x: hidden;
        padding: 0 15px;
        background: #fff;
    }
    #nav {
        top: 92px;
        left: 50%;
        padding: 0;
        margin: 0 0 0 -375px;
        height: auto;
        width: 750px;
        max-height: 0;
        position: absolute;
    }
    #nav .navigation {
        padding: 15px 20px;
        background: #fff;
    }
    #nav .navigation li {
        margin: 0 0 15px;
        display: block;
    }
    .sub-nav .container{
        padding: 0;
    }
    .sub-nav ul li{
        display: block;
        border: none;
        padding: 0;
    }
    #header {
        border-top: 5px solid #00b7d4;
    }
    #header .header-holder {
        padding: 5px 0;
        display: block;
    }
    #header .logo {
        width: 90px;
        float: none;
        display: block;
        margin: 0 auto;
    }
    #header form {
        float: right;
    }
    .visual .caption {
        border-top: 5px solid #00b7d4;
    }
    .table-area .table-holder {
        padding: 72px 0 73px;
    }
    .insured-area .insured-holder {
        padding: 0 0 60px;
    }
    .main-area .info-box {
        padding: 0;
    }
    .main-area .info-frame {
        padding: 48px 15px 45px;
    }
    .blockquote-area .blockquote-holder {
        padding: 55px 0 124px;
    }
    .main-area .services .col-md-4 {
        width: 50%;
        float: left;
    }
    .main-area .services .col-md-10 {
        margin-top: 5px;
    }
    .main-area .pricing-box {
        flex-direction: column;
        justify-content: space-between;
        margin: 1em 0;
    }
    .main-area .pricing-box .item {
        margin: 1em 0 0;
    }
}

@media (max-width: 767px) {
     .table-area .table-frame {
        padding: 0 0 10px;
        overflow: auto;
        white-space: nowrap;
    }
    .nav-bar .col-xs-12 {
        position: inherit;
    }
    .login-holder {
        width: 220px;
    }
    .login-holder .btn.btn-default {
        margin: 0 0 0 5px;
        font-size: 13px;
        line-height: 15px;
        padding: 10px 10px 8px;
    }
    .navbar-default .navbar-collapse {
        top: 66px;
    }
    .navbar-default .navbar-collapse {
        left: 0;
        width: 100%;
        margin: 0;
    }
    #nav {
        left: 0;
        width: 100%;
        margin: 0;
    }
    .visual .logo-holder {
        padding: 0;
    }
    .visual .logo {
        width: 140px;
    }
    .info-area {
        padding: 25px 0;
    }
    .info-area h1 {
        font-size: 18px;
    }
    .info-area .btn.btn-primary {
        min-width: 100%;
        margin: 0 0 15px;
    }
    .table-area .table-holder {
        padding: 50px 0;
        overflow-x: scroll;
    }
    .table-area h2 {
        font-size: 18px;
    }
    .table-area table {
        width: 767px;
    }
    .insured-area .insured-holder {
        padding: 0 0 30px;
    }
    .insured-area .top-nav {
        font-size: 14px;
        float: none;
        display: block;
        text-align: center;
    }
    .insured-area .top-nav li {
        margin: 0 5px 5px;
    }
    .insured-area .top-nav li+li:after {
        top: 0;
        left: -8px;
        height: 18px;
    }
    .insured-area .top-nav li:first-child {
        margin: 0 5px 5px;
    }
    .insured-area .circle-frame {
        float: none;
        display: block;
        width: 250px;
        margin: 0 auto;
    }
    .insured-area .info-text {
        font-size: 12px;
        width: 135px;
        top: 95px;
        left: -12px;
    }
    .insured-area .info-text.middle {
        margin: 28px 0 0;
        right: -15px;
    }
    .insured-area .text-frame {
        font-size: 16px;
        width: 100%;
        padding: 30px 0 0;
    }
    .insured-area .text-frame h2 {
        font-size: 18px;
    }
    .main-area .info-frame {
        padding: 30px 15px;
    }
    .main-area h2 {
        font-size: 18px;
    }
    .main-area .note {
        padding: 12px 10px 9px;
    }
    .main-area h3 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .main-area .para {
        font-size: 14px;
    }
    .main-area .form-holder {
        width: 100%;
    }
    .main-area .form-row {
        margin: 0 0 10px;
    }
    .main-area .form-col {
        display: block;
        width: 100%;
    }
    .main-area .form-col+.form-col {
        margin: 10px 0 0;
    }
    .main-area .profile-img-box {
        float: none;
        display: block;
        width: 123px;
        margin: 0 auto 25px;
    }
    .main-area .btn-list li {
        float: none;
        display: block;
    }
    .main-area .btn-list .btn.btn-primary {
        min-width: 100%;
        margin: 0 0 20px;
        padding: 9px 5px 6px;
    }
    .blockquote-area h3 {
        font-size: 18px;
        margin: 0 0 30px;
    }
    .blockquote-area blockquote .img-holder {
        width: 148px;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .carousel {
        padding: 0 50px;
    }
    #footer .footer-text {
        display: block;
        margin: 0 0 15px;
        padding: 0;
        width: 100%;
    }
    #footer .footer-nav {
        display: block;
        width: 100%;
    }
    #footer .footer-nav li {
        margin: 0 24px 5px 0;
    }
    #footer .footer-nav li:last-child {
        margin: 0 0 5px;
    }
    .main-area .profile-frame .profile-table {
        width: 100%;
    }
    .main-area .profile-img-box {
        float: none;
        display: block;
        width: 123px;
        margin: 0 auto 25px;
    }
}

@media (max-width: 479px) {
    .main-area .services .col-md-4 {
        width: 100%;
    }
}
#map {
        height: 400px;
        width: 100%;
        background-color: grey;
}









