*{margin:0;padding:0;}
html { height: 100%; background: #f1f1f1;}
body {width: 100%;background: none;font-size:13px!important;}
@-webkit-keyframes zoomIn{0%{opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3)} 50%{opacity: 1}}
@keyframes zoomIn{0%{opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3)} 50%{opacity: 1}}
.zoomIn{-webkit-animation-name: zoomIn; animation-name: zoomIn}
@-webkit-keyframes rotateIn{0%{transform-origin: center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0} to{-webkit-transform-origin: center}to{transform-origin: center; -webkit-transform: none; transform: none; opacity: 1}}
@keyframes rotateIn{0%{transform-origin: center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0} to{-webkit-transform-origin: center}to{transform-origin: center; -webkit-transform: none; transform: none; opacity: 1}}
.rotateIn{-webkit-animation-name: rotateIn; animation-name: rotateIn}
@-webkit-keyframes slideInUp{0%{-webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible}to{-webkit-transform: translateZ(0); transform: translateZ(0)}}
@keyframes slideInUp{0%{-webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible}to{-webkit-transform: translateZ(0); transform: translateZ(0)}}
.slideInUp{-webkit-animation-name: slideInUp; animation-name: slideInUp}
@keyframes spin{0%{-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg)}100%{-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg)}}
@keyframes blink{0%{opacity: 1}50%{opacity: 0}100%{opacity: 1}}
@-webkit-keyframes blink{0%{opacity: 1}50%{opacity: 0}100%{opacity: 1}}
@-moz-keyframes blink{0%{opacity: 1}50%{opacity: 0}100%{opacity: 1}}
@keyframes pulse{0%{-webkit-transform: scaleX(1); transform: scaleX(1)}50%{-webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05)}100%{-webkit-transform: scaleX(1); transform: scaleX(1)}}.pulse{animation: pulse 3s linear infinite;}
@-webkit-keyframes flipInX{0%{-webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0}0%, 40%{-webkit-animation-timing-function: ease-in; animation-timing-function: ease-in}40%{-webkit-transform: perspective(400px) rotateX(-20deg); transform: perspective(400px) rotateX(-20deg)}60%{-webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); opacity: 1}80%{-webkit-transform: perspective(400px) rotateX(-5deg); transform: perspective(400px) rotateX(-5deg)}to{-webkit-transform: perspective(400px); transform: perspective(400px)}}
@keyframes flipInX{0%{-webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0}0%, 40%{-webkit-animation-timing-function: ease-in; animation-timing-function: ease-in}40%{-webkit-transform: perspective(400px) rotateX(-20deg); transform: perspective(400px) rotateX(-20deg)}60%{-webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); opacity: 1}80%{-webkit-transform: perspective(400px) rotateX(-5deg); transform: perspective(400px) rotateX(-5deg)}to{-webkit-transform: perspective(400px); transform: perspective(400px)}}
.flipInX{-webkit-backface-visibility: visible!important; backface-visibility: visible!important; -webkit-animation-name: flipInX; animation-name: flipInX}
@-webkit-keyframes flipInY{0%{-webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0}0%, 40%{-webkit-animation-timing-function: ease-in; animation-timing-function: ease-in}40%{-webkit-transform: perspective(400px) rotateY(-20deg); transform: perspective(400px) rotateY(-20deg)}60%{-webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); opacity: 1}80%{-webkit-transform: perspective(400px) rotateY(-5deg); transform: perspective(400px) rotateY(-5deg)}to{-webkit-transform: perspective(400px); transform: perspective(400px)}}
@keyframes flipInY{0%{-webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0}0%, 40%{-webkit-animation-timing-function: ease-in; animation-timing-function: ease-in}40%{-webkit-transform: perspective(400px) rotateY(-20deg); transform: perspective(400px) rotateY(-20deg)}60%{-webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); opacity: 1}80%{-webkit-transform: perspective(400px) rotateY(-5deg); transform: perspective(400px) rotateY(-5deg)}to{-webkit-transform: perspective(400px); transform: perspective(400px)}}
.flipInY{-webkit-backface-visibility: visible!important; backface-visibility: visible!important; -webkit-animation-name: flipInY; animation-name: flipInY}
@keyframes fa-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.fa-spinner{ animation: fa-spinner 0.5s linear infinite;}
.blinker {animation: blinker 1s linear infinite;}
@keyframes blinker { 50% { opacity: 0; }}
.bold{font-weight:bold !important;}
.center{text-align: center!important;}
.left{text-align: left!important;}
.right{text-align: right!important;}
.justify{text-align: justify!important;}

.pretty .state label i{text-indent: 0em!important;}
.navbar-brand{margin-left: 2px;}
/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    padding: 10px 0;
    background: #00a497;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 24px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
@media (max-width: 992px){
    .container {
        max-width: 99%;
    }
}
.navbar-brand img{
    height: 35px;
    width: auto;
    /*filter: brightness(10%);*/
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #FBF9FA !important;
    font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
    color: #FBF9FA !important;
}
.nav-item.active .nav-link{
    color: #FBF9FA !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-link a{
    text-decoration: none;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    padding:8px 0px;
    transition: all 200ms linear;
}

.footer-section {
    margin-top: 50px;
    background-color: #01675e;
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center 20px;
}
.footer-section .footer-top {
    padding: 20px 15px;
}
.footer-section .copyright {
    border-top: 1px solid #312f56;
    padding: 10px 0;
    text-align: center;
}
.footer-section .copyright p {
    color: #b7b7b7;
    margin-bottom: 0;
}
.footer-section .copyright p a {
    color: #fff;
    font-weight: 500;
}
.footer-section .copyright p a:hover {
    color: #f6783a;
}
.footer-widget .fw-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding-top: 10px;
}
.footer-widget p,
.footer-widget span {
    color: #b7b7b7;
}
.footer-widget ul {
    list-style: none;
}
.footer-widget .about-widget img {
    max-height: 60px;
    margin-bottom: 10px;
}
.footer-widget .about-widget p {
    margin-bottom: 35px;
}
.footer-widget .social a {
    color: #b7b7b7;
    margin-right: 15px;
}
.footer-widget .dobule-link ul {
    display: inline-block;
}
.footer-widget .dobule-link ul a {
    display: block;
    font-size: 14px;
    color: #b7b7b7;
    margin-bottom: 15px;
}
.footer-widget .dobule-link ul a:hover {
    color: #f6783a;
}
.footer-widget .dobule-link ul li:last-child a {
    margin-bottom: 0;
}
.footer-widget .dobule-link ul:last-child {
    margin-left: 50px;
}
.footer-widget .recent-post li {
    margin-bottom: 25px;
}
.footer-widget .recent-post p {
    margin-bottom: 5px;
}
.footer-widget .recent-post span {
    font-size: 12px;
}
.footer-widget .recent-post span i {
    color: #f6783a;
    margin-right: 5px;
}
.footer-widget .contact li {
    margin-bottom: 15px;
    display: block;
}
.footer-widget .contact li p {
    margin-bottom: 0;
}
.footer-widget .contact i {
    font-size: 12px;
}

@media(min-width: 992px){
    #over {display: none;background: #000;position: fixed;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.8;z-index:9998;}
    .over-box{display:none;position:fixed;z-index:9999;text-align:center;border: 1px solid #ccc;border-radius:10px;background-color:#FFF;}
    .over-box .close{position: relative;}
    .over-box .close .closeIcon{position: absolute; top:-20px;right: -20px; width:30px;height:30px;font-size:25px;cursor: pointer;color:#0a3786;}
    .over-box .boxButton{padding:10px;padding-bottom: 0px;}

    .over-box-feedback{width:700px;padding:20px;top:5%;left:50%;margin-left:-370px;max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-feedback .boxContent{overflow-x:hidden;overflow-y:auto;max-height:calc(95vh - 200px);}
}


@media (max-width: 991px){
    #over {display: none;background: #000;position: fixed;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.8;z-index:9998;}
    .over-box{display:none;position:fixed;z-index:9999;text-align:center;border: 1px solid #ccc;border-radius:10px;background-color:#FFF;}
    .over-box .close{position: relative;}
    .over-box .close .closeIcon{position: absolute; top:-20px;right: -20px; width:30px;height:30px;font-size:25px;cursor: pointer;color:#0a3786;}
    .over-box .boxButton{padding:10px;padding-bottom: 0px;}
    .over-box-feedback{width:700px;padding:20px;top:5%;left:50%;margin-left:-370px;max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-feedback .boxContent{overflow-x:hidden;overflow-y:auto;max-height:calc(95vh - 200px);}
}



@media (max-width: 770px){
    #over {display: none;background: #000;position: fixed;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.8;z-index:9998;}
    .over-box{display:none;overflow:hidden;position:fixed;z-index:9999;text-align:center;border: 1px solid #ccc;border-radius:10px;background-color:#FFF;height:auto;}
    .over-box .close{position: relative;}
    .over-box .close .closeIcon{position: absolute; top:-11px;right: -9px; width:25px;height:25px;font-size:25px;cursor: pointer;color:#0a3786;}
    .over-box .boxButton{padding:10px;padding-bottom: 0px;}
    .over-box-feedback{width:calc(100vw - 20px);padding:10px;top:5%;left:50%;margin-left: calc(10px - 50vw);max-height:calc(95vh - 60px);overflow: hidden;}
    .over-box-feedback .boxContent{overflow-x:hidden;overflow-y:auto;max-height:calc(95vh - 200px);}
}




/*----------------------------- */
.steps {
    margin:auto;
    position: relative;
    height: 100%;
}

.steps a{text-decoration: none;}
.steps a:hover{text-decoration: none!important;}
.steps a{color: none!important;}
.steps fieldset {
    background: white;
    border: 0 none;
    border-radius: 8px;
    /*box-shadow: 0 17px 41px -21px rgb(0, 0, 0);*/
    padding:15px;
    /*border-top: 9px solid #00a497;*/
    box-sizing: border-box;
    margin: auto;
    /*stacking fieldsets above each other*/
    width:100%;
    position: absolute;
}
/*Hide all except first fieldset*/
.steps fieldset:not(:first-of-type) {
    display: none;
    /*display: block;*/
    /*position: relative;*/
}
/*inputs*/
.steps .label{
    color: #333;
    text-align: left !important;
    font-size: 15px;
    padding-bottom: 7px;
    padding-top: 12px;
    margin-bottom: 0!important;
    display: inline-block;
}


.steps input, .steps textarea {
    outline: none;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 20px;
    color: #333;
    font-weight: bold;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.steps input:focus, .steps textarea:focus{
    color: #333333;
    border: 1px solid #00a497;
}

.error1{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    left: 525px;
    margin-top: -58px;
    padding: 0 10px;
    height: 39px;
    display: block;
    color: #ffffff;
    background: #e62163;
    border: 0;
    font: 14px;
    line-height: 39px;
    white-space: nowrap;

}

.error1:before{
    width: 0;
    height: 0;
    left: -8px;
    top: 14px;
    content: '';
    position: absolute;
    border-top: 6px solid transparent;
    border-right: 8px solid #e62163;
    border-bottom: 6px solid transparent;
}

.error-log{
    margin: 5px 5px 5px 0;
    font-size: 19px;
    position: relative;
    bottom: -2px;
}

.question-log {
    margin: 5px 1px 5px 0;
    font-size: 15px;
    position: relative;
    bottom: -2px;
}

/*buttons*/
.steps .action-button, .action-button {
    width: 100px;
    background: #2196f3;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px auto;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    display: inline;
}
.hs-button{width: 160px !important;}

.steps .next, .steps .submit{
}

.steps .previous{
}

.steps .action-button:hover, .steps .action-button:focus, .action-button:hover, .action-button:focus {
    background:#27b8f3;
}

.steps .explanation{
    display: block;
    clear: both;
    background: #f2f2f2;
    position: relative;
    margin-left: -30px;
    padding: 22px 0px;
    margin-bottom: -10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 10px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    font-weight: 200;
    cursor:pointer;
}


/*headings*/
.fs-title {
    margin: 0 0 5px;
    line-height: 1;
    color: #00a497;
    font-size: 18px;
    text-align:center;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #837E7E;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5!important;
}
.fs-info {
    font-weight: normal;
    font-size: 13px;
    color: #837E7E;
    margin-bottom: 3px;
    text-align: left;
    line-height: 1.5!important;
}
/*progressbar*/
#progressbar {
    padding: 10px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    width:100%;
    text-align: center;
}
#progressbar li {
    list-style-type: none;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    line-height: 30px;
    display: block;
    font-size: 11px;
    color: #333;
    background: white;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 14px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #00a497;
    color: white;
}
/* Info */
.info {
    margin: 25px auto 20px;
    text-align: center;
}
.info h1 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #333333;
    padding-bottom: 5px;

}
.info span {
    color:#666666;
    font-size: 13px;
    margin-top:20px;
}
.info span a {
    color: #666666;
    text-decoration: none;
}
.info span .fa {
    color: rgb(226, 168, 16);
    font-size: 19px;
    position: relative;
    left: -2px;
}

.info span .spoilers {
    color: #999999;
    margin-top: 5px;
    font-size: 10px;
}



ul.ks-cboxtags {
    list-style: none;
}
ul.ks-cboxtags li{
    display: inline;
    margin: 0px 5px 0 0;
}
ul.ks-cboxtags li label{
    font-size: 12px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #333;
    font-weight: bold;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    /*position: absolute;*/
    display: none;
    opacity: 0;
}



ul.ks-cboxbtns {
    list-style: none;
}
ul.ks-cboxbtns li{
    display: inline;
    margin: 0px 5px 0 0;
}
ul.ks-cboxbtns li label{
    font-size: 12px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid rgba(139, 139, 139, .3);
    color: #333;
    font-weight: bold;
    border-radius: 4px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxbtns li label {
    padding: 8px 10px;
    border-radius: 10px;
    cursor: pointer;
}

ul.ks-cboxbtns li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    content: "";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxbtns li input[type="checkbox"]:checked + label::before {
    content: "";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxbtns li input[type="checkbox"]:checked + label {
    border: 1px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxbtns li input[type="checkbox"] {
    /*position: absolute;*/
    display: none;
    opacity: 0;
}

.btn-more{
    color: #03413c;
    background-color: #ffdb2c;
    border-color: #ffe100;
    font-size: 12px;padding:4px 5px;
}
.btn-more:hover{
    color: #03413c;
    opacity: .8;
}

.cl{clear:both;}
.name-result{margin-top:12px;border-radius: 10px;border:1px solid #55dcd2;padding:0;background: #f5f5f5; overflow: hidden;line-height: 1.6}
.name-result .title{background: #4fcece45;padding:10px;font-weight: bold;font-size: 14px;color:#03615a}
.name-result .name-content{padding:10px;font-size: 13px;color: #05524c;line-height: 1.8}
.name-result .name-info{text-align: left;}
.name-result .name-info img{height:15px;}
.name-result .name-details{padding:0 10px 10px;font-size: 13px;color: #05524c;}





