/*******firs t sect css here ***/
.first-sec-ul {
    margin: 45px 0 127px 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .first-sec-ul li {
        display: inline-block;
        vertical-align: top;
        margin: 0 29px 0 0;
    }

        .first-sec-ul li:hover img {
            border-color: #d60000;
            box-shadow: 0 0.45rem 0.45rem 0 rgba(50, 50, 50, .2);
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
        }

        .first-sec-ul li a {
            display: block;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            color: #000;
        }

            .first-sec-ul li a img {
                height: 200px;
                display: block;
                width: 200px;
                border-radius: 50%;
                border: solid 2px #d60000;
                margin: 0;
            }

            .first-sec-ul li a span {
                display: block;
                margin: 14px 0 0 0;
            }
    /*************sec section *****************/
    .first-sec-ul.sect-ui {
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }

        .first-sec-ul.sect-ui li {
            display: inline-block;
            vertical-align: top;
            margin: 0 14px 15px;
        }

            .first-sec-ul.sect-ui li a img {
                height: 100px;
                width: 100px;
                padding: 18px;
            }

.heading-pop {
    color: #646872;
    text-align: left;
    font-size: 20px;
    margin: 28px 0 23px 0;
}
/************ input drowpdown css *************/
#jquery-script-menu {
    position: absolute;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    max-width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    max-width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

#carbonads {
    display: block;
    overflow: hidden;
    max-width: 728px;
    position: relative;
    font-size: 22px;
    box-sizing: content-box;
}

    #carbonads > span {
        display: block;
    }

    #carbonads a {
        color: #4078c0;
        text-decoration: none;
    }

        #carbonads a:hover {
            color: #3664a3;
        }

.carbon-wrap {
    display: flex;
    align-items: center;
}

.carbon-img {
    display: block;
    margin: 0;
    line-height: 1;
}

    .carbon-img img {
        display: block;
        height: 90px;
        width: auto;
    }

.carbon-text {
    display: block;
    padding: 0 1em;
    line-height: 1.35;
    text-align: left;
}

.carbon-poweredby {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 8px;
    border-top-left-radius: 4px;
    line-height: 1;
    color: #aaa !important;
}

@media only screen and (min-width:320px) and (max-width:759px) {
    .carbon-text {
        font-size: 14px;
    }
}

@media only screen and (max-width:1023px) {
    .jquery-script-ads {
        display: none;
    }
}

@-webkit-keyframes iui-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes iui-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes iui-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes iui-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes iui-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes iui-fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes iui-fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes iui-fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes iui-fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes iui-fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.dropdown-multiple, .dropdown-multiple-label, .dropdown-single {
    position: relative;
}

    .dropdown-multiple-label.active .dropdown-main, .dropdown-multiple.active .dropdown-main, .dropdown-single.active .dropdown-main {
        display: block;
        -webkit-animation: iui-fadeIn .2s ease-in forwards;
        -moz-animation: iui-fadeIn .2s ease-in forwards;
        -ms-animation: iui-fadeIn .2s ease-in forwards;
        -o-animation: iui-fadeIn .2s ease-in forwards;
        animation: iui-fadeIn .2s ease-in forwards;
    }

    .dropdown-multiple-label.active .dropdown-display-label:after, .dropdown-multiple-label.active .dropdown-display:after, .dropdown-multiple.active .dropdown-display-label:after, .dropdown-multiple.active .dropdown-display:after, .dropdown-single.active .dropdown-display-label:after, .dropdown-single.active .dropdown-display:after {
        border-top: none;
        border-bottom: 10px solid #999;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .dropdown-multiple-label.active .dropdown-display, .dropdown-multiple-label.active .dropdown-display-label, .dropdown-multiple.active .dropdown-display, .dropdown-multiple.active .dropdown-display-label, .dropdown-single.active .dropdown-display, .dropdown-single.active .dropdown-display-label {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.dropdown-display, .dropdown-display-label {
    position: relative;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
}

    .dropdown-display-label:after, .dropdown-display:after {
        content: '';
        position: absolute;
        top: 12px;
        right: 8px;
        background: url(../images/insta-policy/arrow-block.svg) no-repeat;
        content: '';
        position: absolute;
        line-height: 50px;
        color: #FFF;
        right: 15px;
        cursor: pointer;
        height: 15px;
        width: 15px;
        transform: rotate(90deg);
        top: 18px;
    }

.dropdown-clear-all {
    background-color: #fff;
    border: none;
    font-size: 22px;
    z-index: 999;
    color: #999;
    position: absolute;
    right: 2px;
    top: 2px;
    display: none;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: none !important;
}

    .dropdown-clear-all:focus {
        outline: 0;
    }

    .dropdown-clear-all:hover {
        color: #ccc;
        text-decoration: none;
    }

.dropdown-display {
    white-space: nowrap;
    padding: 6px 20px 6px 12px;
}

.dropdown-multiple:hover .dropdown-clear-all, .dropdown-single:hover .dropdown-clear-all {
    display: block;
}

.dropdown-display .dropdown-chose-list {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .dropdown-display .dropdown-chose-list span:before {
        content: ',';
    }

    .dropdown-display .dropdown-chose-list span:first-child:before {
        content: '';
    }

.dropdown-display .placeholder {
    display: none;
}

    .dropdown-display .placeholder:first-child {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        color: #999;
        display: block;
        text-indent: 10px;
        font-size: 18px;
        line-height: 50px;
    }

.dropdown-display input {
    border: 0;
    outline: 0;
}

.dropdown-display-label {
    cursor: text;
    padding: 6px 25px 5px 0;
}

    .dropdown-display-label .dropdown-search {
        display: inline-block;
    }

    .dropdown-display-label input, .dropdown-display-label input:focus {
        border: none;
        outline: 0;
    }

    .dropdown-display-label .dropdown-chose-list {
        display: inline-block;
        padding: 0 5px;
    }

        .dropdown-display-label .dropdown-chose-list .placeholder {
            display: none;
        }

    .dropdown-display-label .dropdown-selected {
        position: relative;
        margin: 0 5px 5px 0;
        padding: 0 20px 0 5px;
        border: 1px solid #aaa;
        max-width: 100%;
        border-radius: 3px;
        background-repeat: repeat-x;
        color: #333;
        cursor: default;
        display: inline-block;
    }

        .dropdown-display-label .dropdown-selected .del {
            -webkit-appearance: none;
            padding: 0;
            cursor: pointer;
            background: 0 0;
            border: 0;
            float: right;
            line-height: 1;
            color: #999;
            position: absolute;
            right: 3px;
            top: 0;
        }

            .dropdown-display-label .dropdown-selected .del:after {
                content: '\D7';
                font-size: 16px;
            }

.dropdown-main {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1010;
    width: 100%;
    color: #444;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin-top: -1px;
    border-top: 0;
    padding: 4px 7px;
    display: none;
}

    .dropdown-main ul {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 150px;
        margin: 0;
        padding: 0;
    }

    .dropdown-main input {
        margin-top: 0;
        display: block;
        box-sizing: border-box;
        height: 30px;
        border: 1px solid #ccc;
        width: 100%;
        text-indent: 5px;
        border-radius: 3px;
    }

    .dropdown-main .dropdown-search {
        display: block;
        padding: 5px 0;
    }

.dropdown-group {
    font-weight: 700;
}

.dropdown-group, .dropdown-option {
    margin: 0;
    padding-left: 12px;
    list-style: none;
    line-height: 32px;
    word-wrap: break-word;
    font-size: 14px;
}

.dropdown-option {
    cursor: pointer;
}

    .dropdown-option:focus, .dropdown-option:hover {
        background-color: #efefef;
        outline: 0;
    }

    .dropdown-option[disabled] {
        color: #ddd;
        background-color: #fff;
        cursor: not-allowed;
        text-decoration: line-through;
    }

    .dropdown-option.dropdown-chose:after {
        content: '';
        float: right;
        width: 10px;
        height: 10px;
        background: #d60000;
        border-radius: 100%;
        margin: 8px 5px 0 0;
    }

.dropdown-maxItem-alert, .dropdown-minItem-alert {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e4e3e2;
    width: 100%;
    height: 39px;
    line-height: 39px;
    padding: 0 5px;
    border-radius: 5px;
    color: #999;
    -webkit-animation: iui-fadeIn .2s ease-in forwards;
    -moz-animation: iui-fadeIn .2s ease-in forwards;
    -ms-animation: iui-fadeIn .2s ease-in forwards;
    -o-animation: iui-fadeIn .2s ease-in forwards;
    animation: iui-fadeIn .2s ease-in forwards;
}

.select-box {
    margin: 0;
}

    .select-box .dropdown, .dropdown-single {
        width: 100%;
        margin: 15px auto 0;
        color: #8c8c8c;
    }

    .select-box .btn.btn-primary.dropdown-toggle, .select-box .dropdown-display {
        display: block;
        width: 100%;
        text-align: left;
        background: none;
        border: solid 1px #5d5d5d;
        box-shadow: none;
        color: #a5a5a5;
        font-weight: 300;
        border-radius: 0;
        height: 53px;
        line-height: 41px;
    }

    .select-box .arrow-box {
        height: 15px;
        width: 15px;
        display: inline-block;
        position: absolute;
        right: 13px;
        transform: rotate(90deg);
        top: 18px;
    }

        .select-box .arrow-box img {
            width: 100%;
        }

    .select-box input[type=search] {
        width: 100% !important;
        margin: 0 auto;
        border-radius: 0;
        height: 49px;
        padding-left: 30px;
    }

    .select-box .dropdown-menu {
        overflow-x: auto;
        max-height: 450px;
        width: 100% !important;
        margin: -52px 0 0 -1px;
        padding: 0;
    }

    .select-box .dropdown-main {
        margin: -53px 0 0 0;
        border-top: solid 1px #ccc;
    }

        .select-box .dropdown-main input {
            margin-top: 0;
            display: block;
            box-sizing: border-box;
            height: 50px;
            border: 1px solid #ccc;
            width: 100%;
            text-indent: 5px;
            border-radius: 3px;
            box-shadow: none;
            margin: 0;
            font-size: 17px;
        }

.first-sec-ul.sect-ui {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#section3 .select-box, #section4 .select-box {
    margin: 25px 0 50px 0;
}
/***** date picker *****/
#jquery-script-menu {
    position: absolute;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    max-width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    max-width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

#carbonads {
    display: block;
    overflow: hidden;
    max-width: 728px;
    position: relative;
    font-size: 22px;
    box-sizing: content-box;
}

    #carbonads > span {
        display: block;
    }

    #carbonads a {
        color: #4078c0;
        text-decoration: none;
    }

        #carbonads a:hover {
            color: #3664a3;
        }

.carbon-wrap {
    display: flex;
    align-items: center;
}

.carbon-img {
    display: block;
    margin: 0;
    line-height: 1;
}

    .carbon-img img {
        display: block;
        height: 90px;
        width: auto;
    }

.carbon-text {
    display: block;
    padding: 0 1em;
    line-height: 1.35;
    text-align: left;
}

.carbon-poweredby {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 8px;
    border-top-left-radius: 4px;
    line-height: 1;
    color: #aaa !important;
}

@media only screen and (min-width:320px) and (max-width:759px) {
    .carbon-text {
        font-size: 14px;
    }
}

@media only screen and (max-width:1023px) {
    .jquery-script-ads {
        display: none;
    }
}

.mt10px.input {
    display: block;
    text-align: left;
    background: none;
    border: solid 1px #5d5d5d;
    box-shadow: none;
    color: #000000 !important;
    font-weight: 500 !important;
    border-radius: 0;
    height: 53px;
    font-size: 17px;
    line-height: 41px;
    width: 100%;
    margin: 0 auto;
}

.demo-div.mt20px {
    width: 50%;
    margin: 25px auto 0;
    position: relative;
}

    .demo-div.mt20px::after {
        content: '';
        position: absolute;
        top: 12px;
        right: 8px;
        background: url(../images/insta-policy/arrow-block.svg) no-repeat;
        content: '';
        position: absolute;
        line-height: 50px;
        color: #FFF;
        right: 15px;
        cursor: pointer;
        height: 15px;
        width: 15px;
        transform: rotate(90deg);
        top: 18px;
    }

.img-cont-bx {
    display: block;
    width: 100%;
    text-align: left;
    margin:15px 0;
}

.img-bx {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    margin: 0 24px 0 0;
}

.cont-bx {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 17px 0 0 0;
}

.name-ver {
    font-size: 20px;
    font-weight: 600;
    color: #060627;
}

.modle-bx {
    font-size:18px;
    line-height:18px;
}

.regist-bx {
    font-size: 14px;
}

.phone-no-box {
    position: relative;
}

    .phone-no-box span {
        position: absolute;
        left: 25px;
        top: 0;
        font-size: 20px;
        border-right: solid 1px #5d5d5d;
        line-height: 52px;
        padding: 0 29px 0 0;
        color: #a5a5a5;
    }

    .phone-no-box .mt10px.input {
        padding: 0 0 0 102px;
    }

#section5 .demo-div.mt20px::after {
    display: none;
}

/*.buttonb-box {
    background: #d60000;
    width: 80%;
    margin: 15px auto 0 !important;
    text-align: left;
    box-shadow: none;
    display: block;
    outline: none;
    color: #fff;
    font-weight: 200;
    position: relative;
    line-height: 36px;
}*/

.buttonb-box span {
    position: absolute;
    z-index: 999;
    right: 14px;
    left: auto;
    width: 21px;
}
/******* radio button css ***/
.ico-radio {
    width: 16px;
    height: 16px;
    background: url(../images/form/ico-radio.png);
    display: inline-block;
    cursor: pointer;
    background-position: 0 -16px;
    vertical-align: -3px;
    margin: 0 5px;
}

    .ico-radio.sed {
        background-position: 0 0;
    }

    .ico-radio.disabled {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        cursor: default;
    }

.ico-checkbox {
    width: 18px;
    height: 18px;
    background: url(../images/form/ico-radio.png);
    display: inline-block;
    cursor: pointer;
    background-position: 0 -18px;
    vertical-align: -4px;
    margin: 0 5px;
}

    .ico-checkbox.sed {
        background-position: 0 0;
    }

    .ico-checkbox.disabled {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        cursor: default;
    }
/*# sourceMappingURL=checks.css.map */
.box-first {
    color: #646872;
}

.hed0line {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 20px;
    margin: 0 29px 0 0;
    color: #646872;
}

.box-first .demo {
    display: inline-block;
    float: left;
    font-size: 19px;
    font-weight: 400;
}

    .box-first .demo label {
        font-weight: 400;
        margin: 0 0 0 9px;
        padding: 0;
    }
/********** on off button css ******************/
.ui-switcher {
    background-color: #ffffff;
    display: inline-block;
    height: 20px;
    width: 48px;
    border-radius: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    transition: border-color 0.25s;
    margin: -2px 4px 0 0;
    /*box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.8);*/
    border: solid 1px #646872;
}

    .ui-switcher:before {
        font-family: sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #646872;
        line-height: 1;
        display: inline-block;
        position: absolute;
        top: 3px;
        height: 12px;
        width: 20px;
        text-align: center;
    }

    .ui-switcher[aria-checked=false]:before {
        content: 'No';
        right: 7px;
    }

    .ui-switcher[aria-checked=true]:before {
        content: 'Yes';
        left: 7px;
    }

    .ui-switcher[aria-checked=true] {
        background-color: #fff;
    }

    .ui-switcher:after {
        background-color: #d60000;
        content: '\0020';
        display: inline-block;
        position: absolute;
        top: 1px;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        transition: left 0.25s;
    }

    .ui-switcher[aria-checked=false]:after {
        left: 2px;
    }

    .ui-switcher[aria-checked=true]:after {
        left: 30px;
    }

.box-first .ui-switcher, .onoffbox .ico-checkbox, #section4 .demo-div.mt20px::after, .onoffbox .demo-div.mt20px::after {
    display: none;
}

.onoffbox {
    display: block;
    clear: both;
}

    .onoffbox .demo-div.mt20px {
        width: auto;
        display: inline-block;
        line-height: 46px;
        margin: 0;
        float: right;
    }

    .onoffbox.box3-fr6 .demo-div.mt20px {
        float: left;
    }

.form-box-main.box4-fr .hed0line {
    margin-right: 0;
}

.onoffbox.box5-ncb {
    margin: 46px 0 0 0;
}

.onoffbox .mt10px.input {
    height: 36px;
    line-height: 36px;
}

.form-box-main, .onoffbox {
    margin: 5px 0;
    overflow: hidden;
}

.form-bx-main {
    width: 100%;
    margin: 0 auto;
    display: block;
}

#fullview > div#section7 {
    display: block;
    height: auto !important;
    z-index: 9;
    position: relative;
}

    #fullview > div#section7 #footer {
        padding-top: 0;
    }

#fv-dots ul li:last-child {
    display: none;
}

.form-box-main.tram {
    margin: 0;
    position: relative;
}

    .form-box-main.tram label {
        font-size: 11px;
        padding: 0;
    }

    .form-box-main.tram .ico-radio {
        position: absolute;
        left: 0;
        z-index: 999;
    }

    .form-box-main.tram label .ico-radio.helper-checks.helper-checks-radio-demo4.sed {
        position: absolute;
        left: 0;
    }

#fullview .footer h2 {
    width: auto;
    text-align: left;
}

.form-box-main.tram .box-first .demo label {
    font-weight: 400;
    margin: 0 0 0 28px;
    padding:7px 0 0 0;
    font-size: 11px;
}

.tramb-x.box-first .demo label {
    font-size: 11px;
    font-weight: 300;
}

.tramb-x .ico-checkbox {
    width: 16px;
    height: 16px;
    background: url(../images/form/ico-radio.png);
    display: inline-block;
    cursor: pointer;
    background-position: 0 -16px;
    vertical-align: -4px;
    margin: 0 5px;
}

.tramb-x .ico-checkbox {
    position: absolute;
    left: 0;
}

.form-box-main.tram .ico-checkbox {
    width: 16px;
    height: 16px;
    background: url(../images/form/ico-radio.png);
    display: inline-block;
    cursor: pointer;
    background-position: 0 -16px;
    vertical-align: -4px;
    margin: 0 5px;
    position: absolute;
    left: 0;
}

    .form-box-main.tram .ico-checkbox.sed {
        background-position: 0 0;
    }

.tramb-x .form-box-main.tram {
    margin: 0;
    position: relative;
}

.procee-btn-ast {
    float: left;
    clear: both;
}

    .procee-btn-ast .buttonb-box {
        margin: 0 auto 0;
        float: left;
    }

    .procee-btn-ast::after {
        display: none;
    }

.buttonb-box:focus {
    outline: none;
}
/***********illtrad work ****/
#fullview > div#section1 {
    justify-content: top;
    align-items: top;
}

#fullview > div {
    position: relative;
    clear: both;
}

    #fullview > div#section1 .container {
        position: relative;
        z-index: 4;
    }
    /*.header-box

#section1 .container  {

    position: relative;

    z-index: 3;

}*/
    #fullview > div .container {
        position: relative;
        z-index: 20;
    }

.bg-img {
    position: absolute;
    width: 100%;
    left: auto;
    z-index: 2;
    right: auto;
    bottom: 0;
}

    .bg-img img {
        width: 100%;
    }

.nuber-box {
    color: #a5a5a5;
    font-weight: 500;
    margin: 122px 0 9px 0;
    font-size: 20px;
}

    .nuber-box .actvie_bx {
        color: #d61f26;
    }

.title span, .title-stytw span {
    font-size: 14px;
    font-weight: 400;
    color: #646872;
    display: block;
    margin: 9px 0 0px 0;
}

/*.title-stytw span {
    margin: 0;
    line-height: 5px;
}*/

.form-check-inline .form-check-input[type="checkbox"] {position:relative; margin-left: 15px;}
    .form-check-inline .form-check-input[type="checkbox"]:before {
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        border-radius: 2px;
        position: absolute;
        left: -6px;
        top: -1px;
        content: "";
        background: #fff;
    }
    .form-check-inline .form-check-input[type="checkbox"]:checked:after {
        width: 12px;
        height: 12px;
        border: 0px solid #000;
        border-radius: 2px;
        position: absolute;
        left: -2px;
        top: 3px;
        content: "";
        background: #d61f26;
    }


#pa_cover_years .hed0line, .box-first .demo label input[type="checkbox"],
.form-check-inline input[type="checkbox"],
input#For_best_deal_idv[type="checkbox"],
input#TPPD_Restricted_to_6000[type="checkbox"],
input#IsAntiTheft[type="checkbox"],
input#Is_AAI[type="checkbox"]
 {position:relative; margin-left: 15px;}
    #pa_cover_years .hed0line, .box-first .demo label input[type="checkbox"]:before,
    .form-check-inline input[type="checkbox"]:before,
    input#For_best_deal_idv[type="checkbox"]:before,
    input#TPPD_Restricted_to_6000[type="checkbox"]:before,
    input#IsAntiTheft[type="checkbox"]:before,
    input#Is_AAI[type="checkbox"]:before {
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        border-radius: 2px;
        position: absolute;
        left: -6px;
        top: -1px;
        content: "";
        background: #fff;
    }
    #pa_cover_years .hed0line, .box-first .demo label input[type="checkbox"]:checked:after,
    .form-check-inline input[type="checkbox"]:checked:after,
    input#For_best_deal_idv[type="checkbox"]:checked:after,
    input#TPPD_Restricted_to_6000[type="checkbox"]:checked:after,
    input#IsAntiTheft[type="checkbox"]:checked:after,
    input#Is_AAI[type="checkbox"]:checked:after {
        width: 12px;
        height: 12px;
        border: 0px solid #000;
        border-radius: 2px;
        position: absolute;
        left: -2px;
        top: 3px;
        content: "";
        background: #d61f26;
    }





.box-first .demo label input[type="checkbox"] {
    position: relative;
    margin-left: 1px;
}
    .box-first .demo label input[type="checkbox"]:before {
        width: 14px;
        height: 14px;
        border: 1px solid #000;
        border-radius: 2px;
        position: absolute;
        left: -1px;
        top: 0px;
        content: "";
        background: #fff;
    }

    .box-first .demo label input[type="checkbox"]:checked:after {
        width: 8px;
        height: 8px;
        border: 0px solid #000;
        border-radius: 2px;
        position: absolute;
        left: 2px;
        top: 3px;
        content: "";
        background: #d61f26;
    }



    #fullview #section4 .demo-div.mt20px, #section5 .demo-div.mt20px {
        width: 100%;
    }

#section5 .buttonb-box {
    float: left;
}

#fv-dots {
    display: none;
}
/****************** hover effecs **************/
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
    /* Common style */
    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        min-width: 320px;
        max-width: 480px;
        width: 100%;
        background: none;
        text-align: center;
        cursor: pointer;
        height: 100vh;
    }

        .grid figure img {
            position: relative;
            display: block;
            opacity: 1;
            text-align: center;
            margin: 50% auto 0;
            height: auto;
            width: auto;
        }

        .grid figure figcaption img {
            margin: 73px auto;
            max-width: 67%;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before, .grid figure figcaption::after {
                pointer-events: none;
            }

            .grid figure figcaption, .grid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
                /* Anchor will cover the whole item by default */
                /* For some effects it will show as a button */
                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .grid figure h2 {
            word-spacing: -0.15em;
            font-weight: 300;
        }

            .grid figure h2 span {
                font-weight: 800;
            }

        .grid figure h2, .grid figure p {
            margin: 0;
        }

        .grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }
/* Individual effects */
/*---------------*/
/***** Zoe *****/
/*---------------*/
figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 100vh;
    background: #060627;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover, figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: auto;
    padding: 61px 0 0 0;
    color: #fff;
    text-transform: none;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    text-align: left;
    width: 85%;
    font-weight: 200;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}

figure.effect-zoe h2, figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

    figure.effect-zoe p.icon-links a span::before {
        display: inline-block;
        padding: 8px 10px;
        font-family: 'feathericons';
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    color: #fff;
    border-bottom: solid 2px #fff;
    display: block;
    width: 91%;
    text-align: left;
    padding: 0 0 17px 0;
    font-size: 21px;
    text-transform: lowercase;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover figcaption {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: height .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: height .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), height .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), height .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/***all form font-size ***/
.hed0line, .box-first .demo label {
    font-size: 20px;
    font-weight: 300;
}

.form-box-main.tram.box7-fr label {
    font-size: 11px;
    padding: 0;
}

.back-form {
    font-size: 14px;
}

    .back-form img {
        width: 12px;
        margin: 0 0 0 4px;
    }

#renewcar_policy_form .nuber-box {
    color: #a5a5a5;
    font-weight: 500;
    margin: 0 0 9px 0;
    font-size: 20px;
}

#navbar.back-btn-mobile {
    position: fixed;
    width: 100%;
    padding: 0;
}

.button-box-main {
    clear: both;
    display: block;
    width: 100%;
}

.close-comp-box {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #d60000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 19px;
}
