.navbar-item span {
    font-size: 15px;
    color: #2198d5
}
.navbar {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    height: 73px;
    border-radius: 0;
    z-index: 10
}
.navbar-nav > li > a {
    color: #b0b0b0;
    cursor: pointer
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: inherit;
    color: #fff
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: inherit;
    border-color: inherit;
    color: #fff
}

.dropdown-menu {
    background-color: #fff;
    color: #333
}

.nav .dropdown-menu {
    background-color: rgba(0, 0, 0, .8);
    color: #b0b0b0
}

.dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap
}

.nav .dropdown-menu > .active > a {
    color: #b0b0b0;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .4);
    outline: 0
}

.nav .dropdown-menu li > a {
    color: #c9c9c9;
text-align: right;
}

.dropdown-menu li > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #333;
    text-decoration: none;
    background-color: #f5f5f5
}

.nav .dropdown-menu li > a:hover, .nav .dropdown-menu > .active > a:focus, .nav .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #202020
}

.dropdown-menu .divider {
    background-color: #505050
}

.log-out {
    background: 0 0;
    color: #b0b0b0;
    border: none
}

.log-out:hover {
    color: #fff
}

@media only screen and (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (min-width: 991px) {
    .navbar-nav > li {
        float: right
    }

    .navbar-nav > li > a, .navbar-nav > li > p {
        padding-top: 25px;
        padding-bottom: 24px
    }
}

@media (max-width: 1056px) {
    .navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px
    }
}

header {
    font-size: 12px;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px
    }

    .navbar-nav > li {
        float: none
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-text {
        float: none;
        margin: 15px 0
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .collapsing {
        overflow: hidden !important
    }

    .navbar {
        height: 50px
    }

    .navbar-name {
        height: 207%;
    }

    .navbar-brand {
        float: right;
        margin-right: 5px;
        margin-top: 0
    }

    .navbar-toggle {
        margin-top: 7px;
        margin-left: 10px
    }

    .left-line :after {
        border: none
    }
}

@media only screen and (max-width: 991px) {
    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: #202020;
        color: #fff
    }

    nav .collapsing, nav .in {
        background-color: rgba(0, 0, 0, .8);
        width: 100%;
        z-index: 20000000;
        top: -5px
    }

    nav .collapsing ul li a, nav .in ul li a {
        color: #b0b0b0;
        font-size: 15px
    }

    nav .collapsing ul li.open > a, nav .in ul li.open > a {
        color: #fff
    }

    nav .collapsing ul li a:hover, nav .collapsing ul li.open a:hover, nav .in ul li a:hover, nav .in ul li.open a:hover {
        color: #fff
    }

    nav .collapsing ul li, nav .in ul li {
        color: #fff;
        font-size: 15px
    }

    nav .collapsing ul li {
        margin-left: 20px;
        margin-right: 20px
    }

    nav .collapse.in ul li {
        margin-left: 20px;
        margin-right: 20px
    }

    nav .collapse.in {
        position: relative;
        background-color: rgba(0, 0, 0, .8);
        z-index: 20000000;
        top: -5px
    }

    .navbar-toggle {
        border: none;
        background: 0 0 !important
    }

    .navbar-toggle:hover {
        background: 0 0 !important
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        transition: all .2s
    }

    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%
    }

    .navbar-toggle .middle-bar {
        opacity: 0
    }

    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%
    }

    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0)
    }

    .navbar-toggle.collapsed .middle-bar {
        opacity: 1
    }

    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0)
    }
}

.partition:after {
    content: '';
    position: absolute;
    transform: translate(0, -58%);
    width: 0;
    height: 0
}

.reminder img {
    width: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 35px;
    margin-left: 15px
}

.reminder-wrap .home-btn-success {
    margin-top: 20px
}

/*.home-btn-success {
    color: #fff;
    background-color: #125292;
    border-color: #125292;
    width: 150px
}*/

@media screen and (max-width: 375px) {
    .home-btn-success {
        width: 120px
    }
}

.home-btn-success.disabled.focus, .home-btn-success.disabled:focus, .home-btn-success.disabled:hover, .home-btn-success:active, .home-btn-success:hover, .home-btn-success[disabled].focus, .home-btn-success[disabled]:focus, .home-btn-success[disabled]:hover, fieldset[disabled] .home-btn-success.focus, fieldset[disabled] .home-btn-success:focus, fieldset[disabled] .home-btn-success:hover {
    color: #fff;
    background-color: #4ec2dc;
    border-color: #4a94a0
}

.home-btn-success:active:hover {
    color: #fff;
    background-color: #4ec2dc;
    border-color: #4a94a0
}

.home-page-section3 {
    background-color: #f5f5f5;
    padding: 20px 40px;
    position: relative;
    z-index: 3
}

.home-page-section3 .inner-content {
    display: table
}

.insur-img {
    min-height: 21.5vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (max-width: 767px) {
    .insur-img {
        position: relative
    }
}

.insur-text {
    position: relative;
    height: 100%
}

.third .insur-text {
    float: left
}

.body .insur-text {
    float: right
}

.fire .insur-text {
    float: left
}

.travel .insur-text {
    float: right
}

.third .insur-img {
    background-image: url(../images/home/third.jpg)
}

.body .insur-img {
    background-image: url(../images/home/body.jpg)
}

.fire .insur-img {
    background-image: url(../images/home/fire.jpg)
}

.travel .insur-img {
    background-image: url(../images/home/travel.jpg)
}

.home-page-insur-wrapper {
    opacity: 1;
    padding: 0;
    min-height: 21.5vh;
    position: relative;
    bottom: 0;
    background-color: #fff;
    transition: 1s transform ease-in-out .5s, 2s opacity linear, .3s bottom ease-in-out, .3s box-shadow ease-in-out;
    -webkit-transition: 1s transform ease-in-out .5s, 2s opacity linear, .3s bottom ease-in-out, .3s box-shadow ease-in-out;
    margin-bottom: 20px;
    box-shadow: 0 3px 13px 1px rgba(0, 0, 0, .12)
}

/*.home-page-insur-wrapper.third {*/
    /*-webkit-transform: translateY(200px) translateX(0) scale(1) rotate(0);*/
    /*transform: translateY(200px) translateX(0) scale(1) rotate(0);*/
    /*-webkit-transition: 1s transform linear, .8s opacity linear, .3s bottom ease-in-out, .3s box-shadow ease-in-out*/
/*}*/

/*.home-page-insur-wrapper.body {*/
    /*-webkit-transform: translateY(230px) translateX(0) scale(1) rotate(0);*/
    /*transform: translateY(230px) translateX(0) scale(1) rotate(0);*/
    /*-webkit-transition: 1s transform linear, .8s opacity linear, .3s bottom ease-in-out, .3s box-shadow ease-in-out*/
/*}*/

/*.home-page-insur-wrapper.fire {*/
    /*-webkit-transform: translateY(260px) translateX(0) scale(1) rotate(0);*/
    /*transform: translateY(260px) translateX(0) scale(1) rotate(0);*/
    /*-webkit-transition: 1s transform linear, .8s opacity linear, .3s bottom ease-in-out, .3s box-shadow ease-in-out*/
/*}*/

/*.home-page-insur-wrapper.travel {*/
    /*-webkit-transform: translateY(290px) translateX(0) scale(1) rotate(0);*/
    /*transform: translateY(290px) translateX(0) scale(1) rotate(0);*/
    /*-webkit-transition: 1s transform linear, .8s opacity linear, .3s bottom ease-in-out, .3s box-shadow ease-in-out*/
/*}*/

.home-page-insur-wrapper.shown:hover {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .06);
    bottom: -2px
}

.home-page-insur-wrapper.shown {
    -webkit-transform: translateY(0) translateX(0) scale(1) rotate(0);
    transform: translateY(0) translateX(0) scale(1) rotate(0);
    opacity: 1
}

.home-page-insur-wrapper p {
    padding: 10px 5px;
    line-height: 22px;
    text-align: justify;
    margin: 0 0 15px;
    color: #8d8d8d
}

.home-page-insur-wrapper h2 {
    color: #3f3f3f;
    padding: 10px 5px 0;
    font-size: 18px;
    color: #000;
    transition: .2s all ease-in;
    margin-top: 10px;
    margin-bottom: 5px
}

.home-page-insur-wrapper h2:hover {
    color: #00c0e1
}

.home-page-insur-wrapper a {
    text-decoration: none;
    color: #8d8d8d
}

.bottom-line {
    width: 100%;
    position: absolute;
    z-index: 200;
    bottom: 0;
    right: 0
}

.bottom-line img {
    width: 100%
}

.body .bottom-line img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.home-page-insur-wrapper .more {
    cursor: pointer;
    border-top: 1px solid #e0e0e0
}

.home-page-insur-wrapper .more a {
    display: block;
    padding: 12px 10px;
    margin: 0
}

.home-page-insur-wrapper .more i {
    float: left;
    font-size: 16px
}

.home-page-sections-wrapper {
    position: relative
}

#what, .download-links {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 768px) {
    .fixed-footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0;
        z-index: -100
    }
}

.reminder {
    display: table;
    padding: 40px 0;
    margin: 0 auto
}

.reminder-wrap {
    position: relative;
    top: -73px;
    color: #fff;
    background: #48b4de;
    background: -webkit-linear-gradient(-90deg, #48b4de, #3aa4d6);
    background: -o-linear-gradient(-90deg, #48b4de, #3aa4d6);
    background: -moz-linear-gradient(-90deg, #48b4de, #3aa4d6);
    background: linear-gradient(-90deg, #48b4de, #3aa4d6)
}

.reminder-wrap label {
    font-weight: 400 !important;
    color: #fff !important
}

.mobile-items {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    transition: all .3 ease-out
}

.mobile-wrapper {
    margin-top: 240px;
    max-height: 37.5em;
    display: inline-block;
    position: absolute;
    height: 90%;
    top: 5vh;
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    left: 50%
}

.mobile-wrapper .phone-screen {
    margin: 0;
    position: absolute;
    z-index: 10;
    left: 6%;
    top: 11.5%;
    width: 88.2%;
    height: 76%;
    border-radius: 3px;
    border: 2px solid #161616;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mobile-wrapper .phone-img {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 3
}

.phone-screen-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%
}

.phone-screen-inner-wrapper img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mobile-item {
    max-width: 25%;
    position: absolute;
    opacity: 1
}

@media only screen and (min-width: 1026px) {
    .mobile-item:nth-child(7) {
        display: none !important
    }
}

@media only screen and (max-width: 1025px) {
    .mobile-item:nth-child(7) {
        display: block
    }
}

.mobile-item:nth-child(7) {
    transform: translateY(0) translateX(-50%) scale(.7) rotate(0)
}

.mobile-item:nth-child(6) {
    transform: translateY(0) translateX(-650%) scale(.7) rotate(0)
}

.mobile-item:nth-child(5) {
    transform: translateY(0) translateX(-550%) scale(.7) rotate(0)
}

.mobile-item:nth-child(4) {
    transform: translateY(0) translateX(-450%) scale(.7) rotate(0)
}

.mobile-item:nth-child(3) {
    transform: translateY(0) translateX(-350%) scale(.7) rotate(0)
}

.mobile-item:nth-child(2) {
    transform: translateY(0) translateX(-250%) scale(.7) rotate(0)
}

.mobile-item:nth-child(1) {
    transform: translateY(0) translateX(-150%) scale(.7) rotate(0)
}

.mobile-item img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.phone-screen-inner-wrapper {
    transform: translateY(-50.1%);
    transition: all .3 ease-in-out
}

.fixedpos {
    position: fixed;
    margin-top: 0
}

.insurances {
    height: 100vh;
    position: relative
}

@media only screen and (max-width: 991px) {
    .insurances {
        height: 200px
    }

    .app-insur-wrapper {
        min-height: 200px !important
    }
}

.fixed-insur {
    height: 90vh;
    position: fixed;
    top: 5vh;
    left: 0;
    right: 0
}

.side-icon-right {
    float: right;
    margin-top: 39vh
}

.side-icon-left {
    float: left;
    margin-top: 39vh
}

.side-icon-left .sides-wrap, .side-icon-right .sides-wrap {
    margin-bottom: 30px
}

.side-icon-left div, .side-icon-left p, .side-icon-right div, .side-icon-right p {
    clear: both
}

.side-icon-left p, .side-icon-right p {
    width: 80%;
    margin: 10px auto 40px;
    min-height: 40px
}

.side-icon-left img, .side-icon-right img {
    width: 23.5%;
    bottom: 0;
    position: relative
}

.side-icon-left img:hover, .side-icon-right img:hover {
    bottom: 2px
}

.side-icon-right div, .side-icon-right p {
    clear: both
}

#what {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3
}

#what img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.character-wrap {
    position: absolute
}

@media only screen and (min-width: 1520px) {
    .character-wrap {
        max-width: 300px;
        top: 15%;
        left: 10%
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1519px) {
    .character-wrap {
        max-width: 250px;
        top: 20%;
        left: 10%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .description {
        margin: 0 10px 0 10px;
        max-width: 600px
    }

    .character-wrap {
        max-width: 250px;
        top: 20%;
        left: 10%
    }
}

@media only screen and (min-width: 1099px) and (max-width: 1399px) {
    .description {
        margin: 0 15% 0 10px;
        max-width: 600px
    }

    .character-wrap {
        max-width: 250px;
        top: 20%;
        left: 10%
    }
}

#liability > ul {
    width: 200px
}