@import url('https://fonts.googleapis.com/css?family=Poppins:200,400,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
@import url('footer.css');


:root {
    --primary-color: #98d01d;
    /* --secondary-color: #0d4262; */
    --secondary-color: #1a618d;
    --dark-blue-color: #032447;
    --dark-green-color: #2D7C2F;
    --white-color: #fff;
    --grey-color: #999;
    --light-grey-color: #aaa;
}

body {
    background: var(--white-color);
    color: #444;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

h1,
h2 {
    font-weight: 300;
    color: #666;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 21px;
    font-weight: 700;
}

h4 {
    font-size: 16px;
    font-weight: 700;
    color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #636363;
}

a {
    /* color: #1a618d; */
    color: var(--primary-color);
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    outline: none;
}

a:hover,
a:focus {
    color: var(--dark-green-color);
    cursor: pointer;
    text-decoration: none;
}

b,
strong {
    font-weight: bolder;
}

:focus {
    outline: none;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #343333;
    line-height: 1.7;
    margin-bottom: 0px;
    letter-spacing: 0.02em;
}

img {
    max-width: 100%;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

li {
    list-style-type: none;
}

select,
input[type=text] {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 5px 10px;
}

select:-moz-focusring {
    color: transparent;
    outline: none;
    text-shadow: 0 0 0 #000;
}

/*------------------
    Margin top
--------------------*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-15-xs {
    margin-top: 0px;
}

/*------------------
    Margin bottom
--------------------*/
.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-15-xs {
    margin-bottom: 0px;
}

/*-------------------------------------
        Font Color
---------------------------------------*/
.text_primary {
    /* color: #3db1a5; */
    color: var(--secondary-color);
}

.text-white {
    color: var(--white-color);
}

/*-------------------------------------
        Button
---------------------------------------*/
.btn {
    outline: none;
}

.btn-primary {
    /* background-color: #1a618d; */
    /* border-color: #1a618d; */
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    /* background-color: #003333; */
    /* border-color: #003333; */
    background-color: var(--dark-green-color);
    border-color: var(--dark-green-color);
    color: var(--white-color);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

/*-------------------------------------
        Input and Select
---------------------------------------*/
.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.form-control::-webkit-input-placeholder {
    color: #636363;
    opacity: 0.5;
}

.form-control::-moz-placeholder {
    opacity: 0.5;
    color: #636363;
}

.form-control:-ms-input-placeholder {
    opacity: 0.5;
    color: #636363;
}

.form-control:-moz-placeholder {
    opacity: 0.5;
    color: #636363;
}

.error {
    color: #D8000C;
    font-size: 14px;
    line-height: 1;
    width: 100%;
}

/*-------------------------------------
        Loader
---------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: 9999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/*-------------------------------------
        Scroll To Top Button
---------------------------------------*/
.scroll-to-top {
    font-size: 20px;
    padding: 6px;
    text-align: center;
    color: var(--white-color);
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    display: none;
    border-radius: 50%;
    background: #ccc;
    width: 40px;
    height: 40px;
    z-index: 9999;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.scroll-to-top i {
    color: var(--white-color);
}

.scroll-to-top:hover {
    color: var(--white-color);
    background: #B2B2B2;
}

.scroll-to-top:hover i {
    color: var(--white-color);
}

.scroll-to-top:visited {
    color: var(--white-color);
    text-decoration: none;
}

/*-------------------------------------
        Header
---------------------------------------*/
.navbar-home {
    background: rgba(255, 255, 255, 0);
    border: 0;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.navbar-home .navbar-collapse .navbar-nav li a {
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    text-transform: capitalize;
    line-height: 20px;
    background: none;
    padding: 6px 15px 5px;
}

.navbar-home .navbar-collapse .navbar-nav li a.btn_outline {
    border: 1px solid var(--white-color);
    border-radius: 4px;
    color: var(--white-color);
    margin-left: 15px;
    transition: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.navbar-home .navbar-collapse .navbar-nav li a.btn_outline:hover,
.navbar-home .navbar-collapse .navbar-nav li a.btn_outline:focus {
    background-color: #1b867b;
    border-color: #1b867b;
    color: var(--white-color);
}

.navbar-home.fullopacity {
    background: var(--white-color);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.navbar-home.fullopacity .navbar-collapse .navbar-nav li a {
    color: #339966;
}

.navbar-home.fullopacity .navbar-collapse .navbar-nav li a.btn_outline {
    border-color: #339966;
    color: #339966;
}

.navbar-home.fullopacity .navbar-collapse .navbar-nav li a.btn_outline:hover,
.navbar-home.fullopacity .navbar-collapse .navbar-nav li a.btn_outline:focus {
    color: var(--white-color);
}

/* Home page */
.breakline {
    display: block;
}

.home-banner .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*.home-banner .carousel-indicators, .home-banner .carousel-control-next, .home-banner .carousel-control-prev{display: none!important;}*/

.home_bg {
    background: var(--white-color);
}

.header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* padding-top: 160px; */
    /* padding-bottom: 210px; */
    padding: 160px 0;
    position: relative;
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
}

.header-main h1 {
    display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}

.header-main h2 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 30px;
}

.header-main h2.custom-header {
    font-size: 24px;
}

.header-main h1,
.header-main h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.hideit {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    visibility: hidden;
    display: none;
}

.showit {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    visibility: visible;
}

.header-bottom {
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    color: var(--white-color);
    font-size: 16px;
}

.header-bottom i {
    color: #339966;
}

/* Header Form Holder */
.header-main .header_form_holder {
    background-color: rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.header-main .header_form_holder h3 {
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 3px;
    line-height: 26px;
    margin-top: 0;
}

.header-main .header_form_holder h3,
.header-main .header_form_holder .control-label {
    color: var(--white-color);
}

.header-main .header_form_holder .control-label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.header-main .header_form_holder .form-control {
    margin-bottom: 0;
    height: 45px;
}

.header-main .header_form_holder .btn {
    font-size: 12px;
    margin-bottom: 0;
    padding: 12px;
    height: 45px;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
    border-radius: 6.25rem;
    border-width: .125rem;
    font-weight: 600;
}

.header-main .header_form_holder .btn:hover {
    background-color: var(--dark-green-color);
    border: 1px solid var(--dark-green-color);
}

.header-main .header_form_holder .btn:focus {
    box-shadow: none;
    outline: none;
}

.header-main .btn-block {
    display: inline-block;
}

.header_endcap_1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.header_endcap_2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.header_endcap_3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.header_endcap_1,
.header_endcap_2,
.header_endcap_3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.form-control {
    background-color: var(--white-color);
    color: #555;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
}

label.errors {
    background: #d37171;
    border: 1px solid #d37171;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    color: var(--white-color);
    font-size: 12px;
    line-height: 1em;
    margin-top: -3px;
    padding: 6px;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in;
    width: 100%;
}

.navbar-toggler {
    background: #1b867b;
}

.navbar-toggler-icon {
    color: var(--white-color);
}

.textblock h3 {
    font-size: 18px;
    line-height: 1.1em;
    font-weight: bold;
    color: var(--white-color);
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 10px;
}

.textblock {
    margin: 25px 0;
}

.textblock p {
    color: var(--white-color);
    font-size: 13px;
    line-height: normal;
    letter-spacing: normal;
}

.textblock ul li {
    color: var(--white-color);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.25em;
}

.textblock ul li~li {
    margin-top: 10px;
}

.textblock ul li i {
    color: var(--white-color);
    font-size: 25px;
    width: 40px;
    text-align: center;
    margin-right: 15px;
}

.security-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.security-block li:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 8px;
}

.security-block a#bbblink img {
    width: auto;
}

.security-icon a#bbblink.ruhzbum {
    height: 50px;
    width: 108px;
}

.security-icon a#bbblink.ruhzbum:hover img {
    margin-left: -108px;
}

.help-btn {
    max-width: 238px;
    width: 100%;
}

.help-btn a {
    border: 1px solid var(--white-color);
    border-radius: 3px;
    color: var(--white-color);
    font-size: 12px;
    margin: 0 auto;
    padding: 8px 15px;
    text-align: center;
    width: auto;
}

.help-btn a span {
    padding-right: 8px;
}

.help-btn a:hover {
    background-color: #1b867b;
    border-color: #1b867b;
}

.help-btn a i {
    font-size: 16px;
    padding-left: 5px;
    position: relative;
    top: 1px;
    transform: rotateY(-190deg);
}

.helper-rail-slide-btn {
    position: fixed;
    right: 20%;
    top: 0;
    z-index: 101;
    text-align: center;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #1b867b;
    color: var(--white-color);
    cursor: pointer;
    transition: all .5s ease;
}

.fullform-right p {
    font-size: 14px;
    font-weight: 400;
    color: #636363;
    line-height: normal;
}

#full_form {
    padding: 70px 20px 100px 70px;
    height: 100%;
}

#full_form .form-control {
    background: var(--white-color);
}

#full_form .control-label span {
    font-weight: 300;
    color: #727272;
    opacity: .5;
    font-size: .8em;
}

.fullform-right.form-slide {
    width: 80% !important;
}

.fullform-right {
    position: absolute;
    left: 20%;
    width: 60%;
    background: var(--white-color);
    transition: all .5s ease;
}

.fullform-right h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1b867b;
    margin: 15px 0;
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
}

.fullform-right p.input-disc-text {
    margin: 0 0 15px 15px;
    color: #9b9b9b;
    font-size: 11px;
}

.fullform-right h3.first-instance {
    margin: 0 0 15px;
}

.fullform-right .form-group {
    float: none;
    position: relative;
    margin-bottom: 20px;
}

.fullform-right .step-line-connector {
    position: absolute;
    height: 100px;
    border-left: 1px solid #e3e3e3;
    left: 22px;
    top: 0;
}

.fullform-right .current-holder .step-line-connector {
    height: 100%;
}

.fullform-right .form-section-holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.fullform-right .form-section-holder .form-continue-button {
    color: var(--white-color);
    font-size: 18px;
    font-weight: bold;
    padding: 18px 32px;
    text-transform: uppercase;
}

.fullform-right .form-section-holder .form-continue-button:hover,
.fullform-right .form-section-holder .form-continue-button:focus {
    color: var(--white-color);
}

.fullform-right .form-section-holder .form-back-button {
    background-color: transparent;
    color: #1b867b;
    max-width: inherit;
    padding: 12px;
    width: auto;
}

.fullform-right .form-section-holder .form-back-button:hover,
.fullform-right .form-section-holder .form-back-button:focus {
    background-color: transparent;
    color: #35403f;
}

.fullform-right .form-section {
    background: var(--white-color);
    display: none;
    margin: 30px 55px 30px 72px;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.fullform-right .form-section.current {
    display: inherit;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    max-height: 10000px;
    transition: all .5s ease;
}

.fullform-right .form-section-container {
    background: #f5fbff;
    padding: 35px 50px 25px;
    border: 1px solid #def3ff;
}

.fullform-right .form-section-intro {
    position: relative;
    background: var(--white-color);
    font-size: 25px;
    line-height: 45px;
    font-weight: 500;
    color: #d2d2d2;
    padding-bottom: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.fullform-right .form-section-intro span {
    color: var(--white-color) !important;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0 10px 0 10px;
    background: #d2d2d2;
    color: #666;
    text-align: center;
    display: inline-block;
    margin-right: 25px;
}

.fullform-right .form-section-intro span img {
    display: none;
}

.fullform-right .form-section-intro span i {
    display: none;
}

.fullform-right .form-section-intro:hover {
    color: #35403f;
    cursor: pointer;
    transition: all .3s ease-in;
}

.fullform-right .form-section-intro:hover span {
    background: #35403f;
    transition: all .3s ease-in;
}

.fullform-right .no-botline {
    margin-bottom: 0;
}

.fullform-right .form-section-description {
    display: none;
    margin-left: 70px;
    font-size: 14px;
    margin-top: -20px;
}

.fullform-right .current-intro {
    -ms-filter: "alpha(opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    color: #1b867b !important;
    cursor: default !important;
}

.fullform-right .current-intro span {
    background: #1b867b !important;
}

.fullform-right .current-holder .form-section-description {
    display: block;
}

.fullform-right .current-holder .no-botline {
    margin-bottom: 20px;
}

.fullform-right #submitbutton {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
    padding: 20px 0;
    width: 100%;
}

.fullform-right .submit-confirm {
    padding-top: 15px;
}

.fullform-right .submit-confirm p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3em;
}

.fullform-right .form-step-control {
    margin-top: 20px;
}

.fullform-right .control-label,
.fullform-right .form-control {
    color: #505050;
    font-size: 14px;
}

.fullform-right .form-control:focus {
    border: 1px solid #1b867b !important;
}

.fullform-right .control-label {
    margin-bottom: 4px;
}

.fullform-right .form-control {
    height: 44px;
    padding-left: 20px;
    border: 1px solid #b6c8d1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fullform-right .form-control:focus {
    -webkit-box-shadow: inset 0 -4px 5px 0 rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 -4px 5px 0 rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 -4px 5px 0 rgba(0, 0, 0, 0.025);
}

.fullform-right #form-submit-legal {
    border: 1px solid #1b867b;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 12px;
}

.fullform-right label.control-label small {
    color: #727272;
    font-size: 10px;
}

.fullform-right .btn-group .btn-radio {
    background: #f5f5f5;
    border: 1px solid #b6c8d1;
    border-radius: 4px;
    cursor: pointer;
    color: #727272;
    font-size: 14px;
    margin: 0;
    height: 44px;
    line-height: 44px;
    text-align: center;
    transition: all .1s ease-in;
    width: 100%;
}

.fullform-right .btn-group .btn-radio input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    height: 44px;
    margin: 0;
    top: 0;
    left: 0;
    width: 100% !important;
}

.fullform-right .btn-group .btn-radio~.btn-radio {
    margin-left: 2%;
}

.fullform-right .btn-group .btn-radio:hover {
    background: #1b867b;
    color: var(--white-color);
}

.fullform-right .btn-group .btn-radio.active {
    background: #35403f;
    color: var(--white-color);
    transition: all .1s ease-in;
}

.fullform-right .footer-form {
    border-top: 1px solid #e3e3e3;
    padding: 25px 70px;
}


/* Thankyou Page and Congrats Page Style */

.thanks-section p {
    font-weight: 400;
}

.thanks-section .call_image {
    width: 82px;
    height: 82px;
    border-radius: 50%;
}

.thanks-section .company_logo {
    width: 150px;
    height: 82px;
}

/*-------------------------  
        Media Screen 
--------------------------- */
@media(max-width: 1600px) {
    .fullform-right {
        width: 75%;
        left: 25%;
    }

    .fullform-right.form-slide {
        width: 75% !important;
    }

    .helper-rail-slide-btn {
        margin-left: -40px !important;
        left: 25%;
        right: auto;
    }

    .helper-slide {
        left: 0 !important;
    }
}

@media(max-width: 1400px) {
    #full_form {
        padding: 80px 40px 50px;
    }

    .fullform-right .control-label,
    .fullform-right .form-control {
        font-size: 14px;
    }

    .fullform-right #emp_status_toggle {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fullform-right #emp_status_toggle .btn-radio {
        margin-bottom: 2%;
        width: -webkit-calc(50% - 1%);
        width: -moz-calc(50% - 1%);
        width: calc(50% - 1%);
    }

    .fullform-right #emp_status_toggle .btn-radio:nth-child(3) {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .header-main .header_form_holder .btn {
        font-size: 14px;
    }
}

@media(max-width: 1199px) {
    .textblock h3 {
        font-size: 14px;
    }

    .textblock {
        margin: 20px 0;
    }

    .textblock p {
        font-size: 13px;
    }

    .textblock i {
        font-size: 18px;
        width: 30px;
        margin-right: 5px;
    }

    #full_form {
        padding: 40px 30px;
    }

    .fullform-right .form-section {
        margin: 30px 25px 30px 72px;
    }

    .fullform-right .form-section-container {
        padding: 30px 45px 20px;
    }

    .fullform-right #submitbutton {
        font-size: 30px;
    }

    .fullform-right p.input-disc-text {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .header_form_holder .form-group {
        text-align: left;
        margin-bottom: 10px;
    }

    .header-main .header_form_holder {
        padding: 30px;
    }

    .header-main .header_form_holder .btn {
        max-width: 100%;
    }

    .helper-rail-slide-btn {
        display: none;
    }

    .mob-form-header {
        position: fixed;
        width: 100%;
        z-index: 999;
    }

    .mob-form-element,
    .mob-form-header {
        background: #303B37;
        background: -webkit-linear-gradient(left, #35403f, #303B37);
        background: -o-linear-gradient(right, #35403f, #303B37);
        background: -moz-linear-gradient(right, #35403f, #303B37);
        background: linear-gradient(to right, #35403f, #303B37);
        text-align: center;
        margin: 0;
        padding: 8px 0;
    }

    .mob-form-element .form-logo,
    .mob-form-header .form-logo {
        width: 100%;
        max-width: 170px;
    }

    .fullform-right.form-slide {
        width: 100% !important;
    }

    .fullform-right {
        left: 0;
        width: 100%;
        top: 70px;
    }

    .fullform-right .mob-form-element {
        padding: 15px 20px 40px;
    }

    .fullform-right .mob-form-element h3 {
        margin: 15px 0 0;
        color: var(--white-color);
        font-weight: bold;
        text-align: center;
    }

    .fullform-right .mob-form-element p {
        margin: 0 auto;
        width: 280px;
        color: var(--white-color);
    }

    .fullform-right .mob-form-element i {
        margin-right: 4px;
    }

    .fullform-right .mob-form-element .textblock {
        margin: 25px 0;
    }

    .fullform-right .form-section-description {
        font-size: 13px;
    }

    .fullform-right #submitbutton {
        font-size: 22px;
    }

    .fullform-right footer {
        padding: 25px 30px;
    }

    #complete_page #complete .complete-holder {
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .textblock .list-unstyled {
        display: inline-block;
    }

    .security-block {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .help-btn {
        margin: 0 auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .header-main .header_form_holder .btn {
        font-size: 14px;
        padding: 11px 15px 7px 15px !important;
    }

    .header-main h1 {
        font-size: 40px;
    }
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-collapse.show {
        background-color: var(--white-color);
    }

    .navbar-collapse.show,
    .navbar-collapse.show .nav.navbar-nav {
        width: 100%;
    }

    .navbar-collapse .nav {
        display: none;
    }

    .navbar-collapse.show .nav {
        display: block;
    }

    .navbar-collapse.show .nav.navbar-nav {
        margin-bottom: 15px;
    }

    .navbar-collapse .navbar-nav li {
        margin-top: 15px;
        text-align: center;
    }

    .navbar-collapse.show .navbar-nav li a {
        color: #333;
        font-size: 18px;
    }

    /* .header {
        padding-top: 55px;
        padding-bottom: 30px;
    } */
    .header:before {
        background: rgba(0, 0, 0, 0.75);
    }

    .header-main h1 {
        font-size: 22px;
        line-height: 20px;
    }

    .header-main h2,
    .header-main h2.custom-header {
        font-size: 15px;
        line-height: 1.2;
        margin-top: 0;
    }

    .header-main .header_form_holder {
        margin-top: 4px;
    }

    .header-main .header_form_holder h3 {
        font-size: 10px;
        line-height: 12px;
    }

    #full_form {
        padding: 20px 0 45px;
    }

    .fullform-right {
        top: 50px;
    }

    .fullform-right .col-left {
        width: 50%;
        float: left;
        padding: 0;
        padding-right: 5px;
    }

    .fullform-right .col-right {
        width: 50%;
        float: left;
        padding: 0;
        padding-left: 5px;
    }

    .fullform-right .col-full {
        padding: 0;
        width: 100%;
        float: left;
    }

    .fullform-right .mob-form-element p {
        width: 90%;
    }

    .fullform-right .step-line-connector {
        display: none;
    }

    .fullform-right .form-section {
        margin: 15px 0 25px 0;
    }

    .fullform-right .form-section-container {
        padding: 15px 15px 10px;
    }

    .fullform-right .form-section-description {
        margin-left: 47px;
        font-size: 11px;
        line-height: 1.3em;
        margin-right: 15px;
        margin-top: -13px;
    }

    .fullform-right h3 {
        margin: 10px 15px 0;
        text-align: left;
        font-size: 16px;
    }

    .fullform-right h3.first-instance {
        margin: 5px 15px 0;
    }

    .fullform-right .form-section-intro {
        line-height: 22px;
        height: 22px;
        font-size: 16px;
        padding: 0 15px 0 15px;
        margin-bottom: 15px;
    }

    .fullform-right .form-section-intro span {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;
        padding: 0;
        margin: 0;
        margin-right: 10px;
    }

    .fullform-right .current-intro {
        margin-bottom: 15px !important;
    }

    .fullform-right .control-label {
        font-size: 14px;
        margin-bottom: 1px;
    }

    .fullform-right .control-label span {
        font-size: 1em;
    }

    .fullform-right .form-control {
        font-size: 14px;
        padding-left: 10px;
    }

    .fullform-right .form-step-control {
        margin-top: 10px;
    }

    .fullform-right .form-section-holder .form-continue-button,
    .fullform-right .form-section-holder .form-back-button {
        font-size: 13px;
    }

    .fullform-right .form-section-holder .form-continue-button {
        margin-right: 10px;
        padding: 18px 22px;
    }

    .fullform-right .btn-group .btn-radio {
        font-size: 11px;
        height: 40px;
        line-height: 40px;
    }

    .fullform-right .btn-group .btn-radio input {
        height: 40px;
        line-height: 40px;
    }

    .fullform-right #submitbutton {
        font-size: 15px;
        margin: 10px 15px 0;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .fullform-right #form-submit-legal {
        margin: 15px 15px 0;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .fullform-right #form-submit-legal label {
        font-size: 13px;
        line-height: 1.55em;
    }

    .fullform-right .submit-confirm p {
        font-size: 11px;
        line-height: 1.4em;
        margin: 0 15px;
    }

    .fullform-right .no-botline {
        margin-bottom: 2px;
    }

    .fullform-right p.input-disc-text {
        margin: 0 15px 10px;
        font-size: 11px;
        line-height: 1.3em;
    }

    .fullform-right .form-group {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .header-option {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {

    /* .header-main h1 {
        font-size: 19px;
    } */
    .navbar-brand img {
        height: auto;
        width: 215px;
    }

    .header-option {
        margin-bottom: 0;
    }

    .header-main .header_form_holder .form-control {
        height: 40px;
    }

    .header-main .header_form_holder .btn {
        font-size: 13px;
        margin-top: 10px;
        padding: 10px 0 !important;
        height: auto;
    }

    .fullform-right #form-submit-legal label {
        font-size: 10px;
    }
}