/*.fa-check:before {
    content: "\f111";
    font-size: 19px;
}*/
section#howitworks {
    background: url(https://fatberry.s3.ap-southeast-1.amazonaws.com/home/hiwbg.png) no-repeat;
    background-size: 50%;
    background-position: center;
}

.btn-login {
    border-radius: 5px;
    background-color: #946CE0;
    height: 54px;
    width: 124px;
    color: #fff;
    font-weight: bold;
    transition: ease-out 0.2s;
}

.btn-login:hover {
    /*border-style: solid;*/
    border-radius: 5px;
    border-width: 1px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 8px #946CE0;
    transition: ease-in 0.2s;
}

.btn-register {
    border-radius: 5px;
    background-color: #00bebe;
    height: 54px;
    width: 124px;
    color: #fff;
    font-weight: bold;
    transition: ease-out 0.2s;
}

.btn-register:hover {
    /*border-style: solid;*/
    border-radius: 5px;
    border-width: 1px;
    color: #fff;
    text-decoration: none;
    transition: all 0.7s;
    box-shadow: 0px 0px 8px #00bebe;
    transition: ease-in 0.2s;
}

.banner-inner-top-left {
    padding-top: 120px;
}

.banner-inner-second-left {
    padding-top: 160px;
}

.inner-banner-content {
    padding-top: 180px;
}

.banner-inner-second-right {
    width: 140px;
    height: 100px;
    position: relative;
    -webkit-animation: mymove 5s;
    -webkit-animation-fill-mode: forwards;
    animation: mymove 5s;
    padding-top: 190px;
    animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {
        right: 0px;
    }
    to {
        right: 200px;
    }
}

@keyframes mymove {
    from {
        right: -500px;
    }
    to {
        right: -40px;
    }
}


.banner-inner-third-left {
    width: 140px;
    height: 100px;
    position: relative;
    -webkit-animation: airplane 3s;
    -webkit-animation-fill-mode: forwards;
    animation: airplane 5s;
    padding-top: 95px;
    animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes airplane {
    from {
        left: -250px;
    }
    to {
        left: 100px;
    }
}

@keyframes airplane {
    from {
        left: -250px;
    }
    to {
        left: 100px;
    }
}

.banner-tab {
    margin-top: 150px;
    border: 1px solid #42c1c6;
}

a.tab-click-top {
    box-shadow: 0 3px 6px #c1bbbbd9;
    display: block;
}

.banner-tab-one {
    background: #30b1d8;
    padding: 10px;
    border-bottom: 1px solid #42c1c6;
    transition: 1s;
    height: 170px;
}

.banner-tab-one img {
    margin: 10px auto 0;
    display: table;
}

.banner-tab-one h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 0.5rem;
}

.banner-tab-one-back h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.banner-tab-one-back p {
    color: #fff;
}

.banner-tab-two-back h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.banner-tab-three-back h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}

.banner-tab-one p, .banner-tab-two p, .banner-tab-three p {
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}

.banner-tab-two-front h4, .banner-tab-three-front h4 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.banner-tab-one-front {
    visibility: visible;
    transition: visibility 1s, opacity 1s linear;
}

.banner-tab-one-back {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 0;
    position: absolute;
    top: 10px;
    padding: 10px;
    left: 0;
}

.banner-tab-one:hover .banner-tab-one-back {
    visibility: visible;
    opacity: 1;
}

.banner-tab-one:hover .banner-tab-one-front {
    display: none;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
}

.banner-tab-two {
    background: #764c9e;
    padding: 10px;
    border-bottom: 1px solid #912fee;
    transition: 1s;
    height: 170px;
}

.banner-tab-two img {
    margin: 10px auto 0;
    display: table;
}

.banner-tab-two p {
    text-align: center;
    color: #fff;
}

.banner-tab-two h4 {
    color: #fff;
    font-size: 20px;
}

.banner-tab-two h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 0.5rem;
}

.banner-tab-two h6 {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.banner-tab-two-front {
    visibility: visible;
    transition: visibility 1s, opacity 1s linear;
}

.banner-tab-two-back {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 0;
    position: absolute;
    top: 185px;
    padding: 0 10px 10px 10px;
    left: 0;
}

.banner-tab-two:hover .banner-tab-two-back {
    visibility: visible;
    opacity: 1;
}

.banner-tab-two:hover .banner-tab-two-front {
    display: none;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
}

.banner-tab-three {
    background: #873fcafa;
    padding: 10px;
    border-bottom: 1px solid #42c1c6;
    transition: 1s;
    height: 170px;
}

.banner-tab-three img {
    margin: 10px auto 0;
    display: table;
}

.banner-tab-three p {
    text-align: center;
    color: #fff;
}

.banner-tab-three-front {
    visibility: visible;
    transition: visibility 1s, opacity 1s linear;
}

.banner-tab-three-back {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 0;
    position: absolute;
    top: 350px;
    padding: 10px;
    left: 0;
}

.banner-tab-inner hr {
    background: #f1f1f1;
}

.banner-tab-three:hover .banner-tab-three-back {
    visibility: visible;
    opacity: 1;
}

.banner-tab-three:hover .banner-tab-three-front {
    display: none;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
}

.banner-tab-one .banner-tab-arrow img {
    position: absolute;
    width: 200px;
    height: 78px;
    top: 50px;
    left: -200px;
}

.banner-tab-two .banner-tab-arrow img {
    position: absolute;
    width: 200px;
    height: 78px;
    top: 50px;
    left: -200px;
}

.banner-tab-three .banner-tab-arrow img {
    position: absolute;
    width: 200px;
    height: 78px;
    top: 50px;
    left: -200px;
}

.banner-tab-arrow a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: table;
    padding-top: 9px;
}

.banner-inner-third-left-down {
    padding-top: 110px;
    float: right;
}

.login-language {
    float: right;
}

.login-inner {
    float: left;
    margin-right: 15px;
    margin-top: 12px;
}

.login-inner .login a {
    color: #42c1c6;
    font-size: 16px;
    text-decoration: none;
}

.login-language .sign a {
    color: #42c1c6;
    float: left;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
}

.login-inner .login a:hover,
.login-inner .sign a:hover {
    color: #21a1a7;
}

.login-inner .login, .login-inner .sign {
    float: left;
}

.login-inner span {
    float: left;
    padding: 0 7px;
    color: #42c1c6;
    font-size: 16px;
}

.language {
    float: left;
    /*background: #fff;*/
    border-radius: 30px;
    width: 180px;
}

.language h3 {
    font-size: 12px;
    margin: 5px 0 0;
    float: left;
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 160px;
}

.language select {
    border: 0;
    font-size: 14px;
    width: 100%;
    padding: 18px 5px 10px 5px;
    border-radius: 126px;
    float: left;
    cursor: pointer;
    background-image: url(../img/language-img.png);
    background-position: 10px 3px;
    background-repeat: no-repeat;
    text-indent: 40px;
    color: #333;
    font-family: 'Roboto-Regular';
    background-color: #fff;
}

.language select option {
    background: #f2f2f2;
    font-size: 16px;
    color: #333;
    font-family: 'Roboto-Regular';
}

.language select:focus {
    outline: none;
}

.language img {
    position: relative;
    padding: 10px;
    float: left;
}

.input-group .form-control.form-control-selectpicker {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.input-group .form-control.form-control-selectpicker > .btn-group.bootstrap-select {
    width: 100%;
}

.input-group .form-control-6 {
    width: 50%;
}

.input-group .form-control.form-control-selectpicker .btn-group .btn {
    border: 0;
}

.input-group .form-control.form-control-selectpicker .btn-group.open .btn {
    border-radius: 0;
}

.fixed-top {
    /* padding: 15px 0; */
    background: #fff;
}

nav.navbar.fixed-top.custom-nav li.nav-item a {
    color: #333;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
}

li.nav-item.dropdown.language-plus ul.dropdown-menu li {
    text-indent: 0;
    padding: 0;
}

.dropdown-menu.show {
    display: block !important;
    padding-left: 0.5rem;
    box-shadow: rgb(0 0 0 / 16%) 0px 67px 54px -27px, rgb(0 0 0 / 6%) 0px 2px 12px 0px;
    border: unset;
    left: unset !important;
}

nav.navbar.fixed-top.custom-nav li.nav-item a.dropdown-toggle:hover {
    text-decoration: none;
}

nav.navbar.fixed-top.custom-nav li.nav-item a:hover {
    color: #764c9e !important;
}

/*nav.navbar.fixed-top.custom-nav ul.navbar-nav {
    border-right: 1px solid #bcc8cc;
    padding-right: 10px;
    }*/
.login-language {
    float: right;
    padding-left: 15px;
}

nav.navbar.shrink {
    /*min-height: 35px;*/
}

nav.shrink a {
    /*font-size: 15px;*/
}

.navbar-brand img {
    width: 210px;
}

nav.shrink .navbar-brand img {
    /*width: 210px;
    transition: all 0.7s;*/
}

nav.shrink .navbar-toggle {
    /*padding: 4px 5px;
    margin: 8px 15px 8px 0;*/
}

.header_ready {
    width: 100%;
    opacity: 1;
    box-sizing: border-box;
    text-align: center;
    padding: 0px 150px;
}

span.header_ready_1 {
    color: #4A4A4A;
    font-size: 50px;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 900;
}

.button-gtm {
    width: 100%;
    padding: 0px 385px;
}

a.gtm {
    display: inline-block;
    padding: 20px 100px;
    background: #946CE0;
    box-shadow: 0px 0px 14px #946ce0;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    box-sizing: border-box;
    text-align: center;
}

a.gtm:hover {
    padding: 0px 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #2aaaab;
    background: #fff;
    color: #2aaaab;
    text-decoration: none;
    transition: all 0.7s;
    box-shadow: 0px 0px 14px #2aaaab;
}

/*  Header End  */
/*  Partner Start */
section.structure {
    padding: 40px 0 0;
}

.partner p {
    margin: 0;
    padding-bottom: 15px;
}

section h1 span {
    text-align: center;
    color: #303030;
}

section h1 {
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
    font-size: 36px;
}

section.about h1 {
    text-align: left;
    color: #333;
    padding-bottom: 0;
}

/*  Partner End */

/* Our Products Start */

* {
    box-sizing: border-box;
}

/*body {
    font-size: 14px;
}*/

.card-button:hover {
    box-shadow: 0px 0px 8px #2aaaab;
}

.card-button0:hover {
    box-shadow: 0px 0px 8px #2aaaab;
}

a.card-button1 {
    transition: 0.5s;
}

a.card-button1:hover {
    background-color: #42c1c7;
}

a.card-button3 {
    transition: 0.5s;
}

a.card-button3:hover {
    background-color: #42c1c7;
    color: #fff;
}

.card-button4:hover {
    color: #ffffff;
}

.subtitle {
    margin-top: -2%;
    color: #3C3C3C;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-size: 2.25rem;
}

.type {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 18px;
    margin-top: -1% !important;
    opacity: 1;
    text-align: center;
}

.img-size {
    height: 160px;
    width: 160px;
    position: center;
}

.card {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border: unset !important;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 67px 54px -27px, rgb(0 0 0 / 6%) 0px 2px 12px 0px;
    overflow: hidden;
    margin-bottom: 20px;
}
/* Our Products End */

/* Our Blog Start */

p.blog-header {
    margin-top: 30px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
}

div.blog-desc {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px
}

.blog-link {
    margin-top: 1px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #946CE0;
}

.card-blog {
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid rgba(235, 235, 235, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 16px 40px rgba(0.328837513923645, 0.32203125953674316, 0.3375000059604645, 0.07000000029802322);
    overflow: hidden;
    margin-bottom: 20px;
}

/* Our Blog End */

/* Footer Start*/
/*.footer-icon-img {
    margin-right: 40px;
}*/

/*Customers Saying End*/

.expectations a.started {
    margin: 50px auto 0;
    display: table;
}

/* Insurance End */
.row-space-top {
    padding-top: 30px;
}

.provider-right img {
    margin: 0 auto;
    display: table;
}

.provider-inner p {
    font-size: 18px;
    color: #333;
}

.provider-inner h2 {
    color: #764c9e;
    font-weight: 600;
    font-size: 36px;
}

h3.title-hd {
    font-size: 24px;
}

.provider-tab a img {
    width: 73px;
    height: 91px;
    margin: 0 auto;
    display: table;
}

.provider-tab a:hover {
    box-shadow: 0px 3px 6px #ccc;
    display: block;
}

.provider-tab-inner a {
    border: 1px solid #42c1c6;
    padding: 20px;
    display: block;
    border-radius: 3px;
    transition: all 0.7s;
}

/*.help {
    padding: 60px 0;
    background: #f0f0f0;
}

.help p {
    color: #666666;
    font-size: 16px
}

.help ul li a {
    color: #764c9e;
    font-weight: bold;
    transition: all 0.7s;
}

.help ul li a:hover {
    color: #b770fb;
    text-decoration: none;
    transition: 0.7s;
}

.help ul li a:hover {
    background: #60239a;
    color: #fff;
}

.help ul {
    margin: 0 auto;
    display: table;
}

.help ul li {
    list-style-type: none;
    float: left;
    font-size: 24px;
    margin: 0 7px;
    display: block;
}

.help ul li a {
    color: #764c9e;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid #764c9e;
    !*padding: 7px 15px;*!
    height: 50px;
    width: 50px;
    margin: 0 auto;
    display: table;
    transition: all 0.7s;
}

.help a {
    color: #764c9e;
    font-weight: bold;

    height: 50px;
    margin: 0 auto;
    display: table;
    transition: all 0.7s;
}

.help ul li a i {
    margin: 12px auto 0;
    display: table;
}

.help p a {
    border: none;
    border-radius: 0;
    display: inline-block;
    padding: 0;

}*/


.about {
    background: #794292;
}

.about h1 {
    font-size: 36px;
    color: #fff;
    font-family: 'Nunito-Bold';
}

.about p {
    color: #fff;
    margin: 15px 0 10px;
}

.rating {
    margin: 0 auto;
    display: table;
}

.rating-num {
    font-size: 74px;
    color: #fff;
    float: left;
    line-height: 65px;
}

.out {
    float: left;
    color: #fff;
    width: 30px;
    padding-top: 20px;
    line-height: 20px;
}

.rating-total {
    float: left;
    color: #fff;
    font-size: 74px;
    line-height: 65px;
}

.review {
    color: #fff;
    font-size: 14px;
    display: table;
    margin: 10px auto;
}

.review-star {
    margin: 0 auto;
    display: table;
}

.review-star ul {
    display: inline-block;
    margin: 0;
}

.review-star ul li {
    list-style-type: none;
    float: left;
    margin: 0 10px;
}

.review-star ul li i {
    color: #fff;
    font-size: 20px;
}

.review-star a.started {
    display: table;
    margin: 20px auto;
    color: #794292;
    padding: 10px 60px;
    background: #fff;
}

.review-star a.started:hover {
    color: #794292;
    background: #dbd3de;
}

.help.ftr-social a.ftr-logo {
    border: none;
    margin-bottom: 30px;
}

.help.ftr-social ul li a {
    border: 1px solid #57c7cc;
}

.help.ftr-social ul li a.ftr-logo:hover {
    border: none;
    margin-bottom: 30px;
    background: none;
}

.help.ftr-social h3 {
    margin: 15px auto 0;
    display: table;
    font-size: 22px;
}

.help.ftr-social h3 span {
    color: #999;
}

footer {
    background: #F3FAFC;
    /* background: #ecfbfe; */
    /*padding: 15px 0;*/
}

.copyright p {
    /* color: #adadad; */
    color: #4A4A4A;
    margin: 0;
}

.copyright a {
    color: #794292;
    transition: 0.7s;
}

.copyright a:hover {
    color: #b770fb;
    text-decoration: none;
}

.top-footer {
    background: #F4F4F4;
    margin: 0px auto 0;
    display: table;
    width: 100%;
    /* padding: 14px 0; */
}

.top-footer ul {
    margin: 0 auto;
    display: table;
}

.top-footer ul li {
    float: left;
    list-style-type: none;
    margin: 0 10px;
    padding-top: 0;
}

.top-footer ul li a {
    color: #606060;
    text-decoration: none;
    transition: 0.7s;
    font-size: 16px;
    line-height: 25px;
}

.custom-input-rs label.input-radio {
    width: auto;
    min-width: 200px;
    margin: 0;
}

.custom-input-rs {
    margin: 0 auto;
    display: table;
}

.top-footer ul li a:hover {
    color: #c6bacb;
}

.expectations {
    background-color: #ecfbfe;
    /* background-image: linear-gradient(#ecfbfe, #fff); */
}

.expectations p {
    color: #ecfbfe
}

.expectations2 {
    background: #fff
}

.expectations2 p {
    color: #fff
}

/*Accordian Start*/

.accordion {
    width: 100%;
}

.accordion__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion__item {
    border: 1px solid #cbd2d8 !important;
    visibility: hidden;
}

.accordion__item:last-child {
    border-bottom: 0;
}

.accordion__item.is-active .accordion__itemTitleWrap::after {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.accordion__item.is-active .accordion__itemIconWrap {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__itemTitleWrap {
    display: flex;
    height: 4em;
    align-items: center;
    padding: 0 1em;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.accordion__itemTitleWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    z-index: 1;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.accordion__itemTitleWrap.is-active::after, .accordion__itemTitleWrap:hover::after {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.accordion__itemIconWrap {
    width: 1.25em;
    height: 1.25em;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.accordion__itemTitle {
    margin: 0;
    font-size: 16px;
    position: relative;
    z-index: 10;
    font-family: 'Roboto-Regular';
    color: #333;
    text-align: left;
    line-height: 25px;
}

.accordion__itemContent {
    font-size: 0.875em;
    height: 0;
    overflow: hidden;
    padding: 0 1.25em;
}

.accordion__itemContent p {
    margin: 1em 0;
    color: #6f6f6f;
}

.faq ul.accordion__list ul {
    padding-left: 20px;
    padding-bottom: 15px;
}

.faq ul.accordion__list ul ul {
    padding: 10px 0 15px 20px;
}

li.accordion__item:first-child {
    border-radius: 5px 5px 0 0;
}

li.accordion__item:last-child {
    border-radius: 0 0 5px 5px;
}

section h3 {
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: 600;
    line-height: 35px;
}

section h3 span {
    color: #764b9e;
}

.help span a {
    border: none;
    display: inline-block;
    padding: 0;
}

.help span a:hover {
    color: #572d80;
}

/*  Header Start  */
section.main-banner {
    background: url(https://fatberry.s3.ap-southeast-1.amazonaws.com/home/main_bg.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

#head {
    color: #3c3c3c;;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 46px;
}

#sub {
    font-size: 16px;
}

a.cancel {
    font-style: normal;
    font-weight: bold;
    color: #2b2b2b;
    border-radius: 5px;
    border-width: 1px;
    border: 1px solid #dadada;
    border-color: #ececec;
    background: #f7f7f7;
    font-size: 1rem;
    align-items: center;
}

a.cancel:hover, a.cancel:focus {
    font-style: normal;
    font-weight: bold;
    color: #2b2b2b;
    border-radius: 5px;
    background: #ececec;
    font-size: 1rem;
    align-items: center;
}

input.helpinput:focus {
    color: #4d4d4d;
}

a.check {
    font-weight: bold;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    background: #946CE0;
    font-size: 1rem;
    align-items: center;
    letter-spacing: 0.1em;
    transition: ease-out .2s;
}

a.check:hover, a.check:focus {
    /*border-style: solid;*/
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 24px #946ce0;
    transition: ease-in .2s;
}

a.change {
    padding: 1rem;
    font-weight: bold;
    color: #946ce0;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #946ce0;
    /*box-shadow: 0px 0px 24px #946ce0;*/
    font-size: 1rem;
    align-items: center;
    letter-spacing: 0.1em;
}

a.change:hover, a.change:focus {
    border-radius: 5px;
    border: 1px solid #fff;
    background: #946ce0;
    color: #fff;
    text-decoration: none;
    transition: all 0.7s;
    /*box-shadow: 0px 0px 24px #fff;*/
}

button.check {
    border: unset;
    font-weight: bold;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    background: #946CE0;
    font-size: 1rem;
    align-items: center;
    letter-spacing: 0.1em;
    transition: ease-out .2s;
}

button.check2 {
    align-items: center;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 5px;
    color: #946ce0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .1em;
    transition: .2s ease-out;
}

button.check:hover, button.check:focus {
    /*border-style: solid;*/
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 24px #946ce0;
    transition: ease-in .2s;
}

input.check {
    padding: 1rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    background: #946CE0;
    font-size: 1rem;
    align-items: center;
    letter-spacing: 0.1em;
    transition: ease-out .2s;
}

input.check:hover, input.check:focus {
     /*border-style: solid;*/
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 0px 24px #946ce0;
    transition: ease-in .2s;
}

button.change {
    padding: 1rem;
    font-weight: bold;
    color: #946ce0;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #946ce0;
    /*box-shadow: 0px 0px 24px #946ce0;*/
    font-size: 1rem;
    align-items: center;
    letter-spacing: 0.1em;
}

button.change:hover, button.change:focus {
    border-radius: 5px;
    border: 1px solid #fff;
    background: #946ce0;
    color: #fff;
    text-decoration: none;
    transition: all 0.7s;
    /*box-shadow: 0px 0px 24px #fff;*/
}

input.change {
    padding: 1rem;
    font-weight: bold;
    color: #946ce0;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #946ce0;
    /*box-shadow: 0px 0px 24px #946ce0;*/
    font-size: 1rem;
    align-items: center;
    letter-spacing: 0.1em;
}

input.change:hover, input.change:focus {
    border-radius: 5px;
    border: 1px solid #fff;
    background: #946ce0;
    color: #fff;
    text-decoration: none;
    transition: all 0.7s;
    /*box-shadow: 0px 0px 24px #fff;*/
}

/*  Header Ends  */

.banner-inner-top-left {
    padding-top: 120px;
}

.banner-inner-second-left {
    padding-top: 160px;
}

.inner-banner-content {
    padding-top: 180px;
}

.banner-inner-second-right {
    width: 140px;
    height: 100px;
    position: relative;
    -webkit-animation: mymove 5s;
    -webkit-animation-fill-mode: forwards;
    animation: mymove 5s;
    padding-top: 190px;
    animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {
        right: 0px;
    }
    to {
        right: 200px;
    }
}

@keyframes mymove {
    from {
        right: -500px;
    }
    to {
        right: -40px;
    }
}


.banner-inner-third-left {
    width: 140px;
    height: 100px;
    position: relative;
    -webkit-animation: airplane 3s;
    -webkit-animation-fill-mode: forwards;
    animation: airplane 5s;
    padding-top: 95px;
    animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes airplane {
    from {
        left: -250px;
    }
    to {
        left: 100px;
    }
}

@keyframes airplane {
    from {
        left: -250px;
    }
    to {
        left: 100px;
    }
}

.banner-tab {
    margin-top: 150px;
    border: 1px solid #42c1c6;
}

a.tab-click-top {
    box-shadow: 0 3px 6px #c1bbbbd9;
    display: block;
}

.banner-tab-one {
    background: #30b1d8;
    padding: 10px;
    border-bottom: 1px solid #42c1c6;
    transition: 1s;
    height: 170px;
}

.banner-tab-one img {
    margin: 10px auto 0;
    display: table;
}

.banner-tab-one h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 0.5rem;
}

.banner-tab-one-back h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.banner-tab-one-back p {
    color: #fff;
}

.banner-tab-two-back h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.banner-tab-three-back h4 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
}

.banner-tab-one p, .banner-tab-two p, .banner-tab-three p {
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}

.banner-tab-two-front h4, .banner-tab-three-front h4 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.banner-tab-one-front {
    visibility: visible;
    transition: visibility 1s, opacity 1s linear;
}

.banner-tab-one-back {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 0;
    position: absolute;
    top: 10px;
    padding: 10px;
    left: 0;
}

.banner-tab-one:hover .banner-tab-one-back {
    visibility: visible;
    opacity: 1;
}

.banner-tab-one:hover .banner-tab-one-front {
    display: none;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
}

.banner-tab-two {
    background: #764c9e;
    padding: 10px;
    border-bottom: 1px solid #912fee;
    transition: 1s;
    height: 170px;
}

.banner-tab-two img {
    margin: 10px auto 0;
    display: table;
}

.banner-tab-two p {
    text-align: center;
    color: #fff;
}

.banner-tab-two h4 {
    color: #fff;
    font-size: 20px;
}

.banner-tab-two h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 0.5rem;
}

.banner-tab-two h6 {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.banner-tab-two-front {
    visibility: visible;
    transition: visibility 1s, opacity 1s linear;
}

.banner-tab-two-back {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 0;
    position: absolute;
    top: 185px;
    padding: 0 10px 10px 10px;
    left: 0;
}

.banner-tab-two:hover .banner-tab-two-back {
    visibility: visible;
    opacity: 1;
}

.banner-tab-two:hover .banner-tab-two-front {
    display: none;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
}

.banner-tab-three {
    background: #873fcafa;
    padding: 10px;
    border-bottom: 1px solid #42c1c6;
    transition: 1s;
    height: 170px;
}

.banner-tab-three img {
    margin: 10px auto 0;
    display: table;
}

.banner-tab-three p {
    text-align: center;
    color: #fff;
}

.banner-tab-three-front {
    visibility: visible;
    transition: visibility 1s, opacity 1s linear;
}

.banner-tab-three-back {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 0;
    position: absolute;
    top: 350px;
    padding: 10px;
    left: 0;
}

.banner-tab-inner hr {
    background: #f1f1f1;
}

.banner-tab-three:hover .banner-tab-three-back {
    visibility: visible;
    opacity: 1;
}

.banner-tab-three:hover .banner-tab-three-front {
    display: none;
    transition: 1s;
    visibility: hidden;
    opacity: 0;
}

.banner-tab-one .banner-tab-arrow img {
    position: absolute;
    width: 200px;
    height: 78px;
    top: 50px;
    left: -200px;
}

.banner-tab-two .banner-tab-arrow img {
    position: absolute;
    width: 200px;
    height: 78px;
    top: 50px;
    left: -200px;
}

.banner-tab-three .banner-tab-arrow img {
    position: absolute;
    width: 200px;
    height: 78px;
    top: 50px;
    left: -200px;
}

.banner-tab-arrow a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: table;
    padding-top: 9px;
}

.banner-inner-third-left-down {
    padding-top: 110px;
    float: right;
}

.login-language {
    float: right;
}

.login-inner {
    float: left;
    margin-right: 15px;
    margin-top: 12px;
}

.login-inner .login a {
    color: #42c1c6;
    font-size: 16px;
    text-decoration: none;
}

.login-language .sign a {
    color: #42c1c6;
    float: left;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
}

.login-inner .login a:hover,
.login-inner .sign a:hover {
    color: #21a1a7;
}

.login-inner .login, .login-inner .sign {
    float: left;
}

.login-inner span {
    float: left;
    padding: 0 7px;
    color: #42c1c6;
    font-size: 16px;
}

.language {
    float: left;
    /*background: #fff;*/
    border-radius: 30px;
    width: 180px;
}

.language h3 {
    font-size: 12px;
    margin: 5px 0 0;
    float: left;
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 160px;
}

.language select {
    border: 0;
    font-size: 14px;
    width: 100%;
    padding: 18px 5px 10px 5px;
    border-radius: 126px;
    float: left;
    cursor: pointer;
    background-image: url(../img/language-img.png);
    background-position: 10px 3px;
    background-repeat: no-repeat;
    text-indent: 40px;
    color: #333;
    font-family: 'Roboto-Regular';
    background-color: #fff;
}

.language select option {
    background: #f2f2f2;
    font-size: 16px;
    color: #333;
    font-family: 'Roboto-Regular';
}

.language select:focus {
    outline: none;
}

.language img {
    position: relative;
    padding: 10px;
    float: left;
}

.input-group .form-control.form-control-selectpicker {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.input-group .form-control.form-control-selectpicker > .btn-group.bootstrap-select {
    width: 100%;
}

.input-group .form-control-6 {
    width: 50%;
}

.input-group .form-control.form-control-selectpicker .btn-group .btn {
    border: 0;
}

.input-group .form-control.form-control-selectpicker .btn-group.open .btn {
    border-radius: 0;
}

.fixed-top {
    /* padding: 15px 0; */
    background: #fff;
}

nav.navbar.fixed-top.custom-nav li.nav-item a {
    color: #333;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
}

li.nav-item.dropdown.language-plus ul.dropdown-menu li {
    text-indent: 0;
    padding: 0;
}

nav.navbar.fixed-top.custom-nav li.nav-item a.dropdown-toggle:hover {
    text-decoration: none;
}

nav.navbar.fixed-top.custom-nav li.nav-item a:hover {
    color: #764c9e !important;
}

/*nav.navbar.fixed-top.custom-nav ul.navbar-nav {
    border-right: 1px solid #bcc8cc;
    padding-right: 10px;
    }*/
.login-language {
    float: right;
    padding-left: 15px;
}

nav.navbar.shrink {
    /*min-height: 35px;*/
}

nav.shrink a {
    /*font-size: 15px;*/
}

.navbar-brand img {
    width: 210px;
}

nav.shrink .navbar-brand img {
    /*width: 210px;
    transition: all 0.7s;*/
}

nav.shrink .navbar-toggle {
    /*padding: 4px 5px;
    margin: 8px 15px 8px 0;*/
}

/*  Header End  */


/*  Partner Start */
section.structure {
    padding: 50px 0;
}

.partner p {
    margin: 0;
    padding-bottom: 15px;
}

section h1 span {
    text-align: center;
    color: #303030;;
}

section h1 {
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
    font-size: 36px;
}

section.about h1 {
    text-align: left;
    color: #333;
    padding-bottom: 0;
}

/*  Partner End */


/* Patner Slider Start*/
.customer-logos.slider.slick-initialized.slick-slider {
    margin-top: 150px;
    margin-bottom: 30px;
}

.slick-slide {
    margin: 40px 10px;
}

.slick-slide img {
    width: 140px;
    height: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: -10% 0 -5%;
    padding: 0;
    width: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Patner Slider End*/

/* Insurance Start */
section.structure.step {
    background-color: #F5FBFD;
}

.expectations a.started {
    margin: 50px auto 0;
    display: table;
}

/* Insurance End */
.row-space-top {
    padding-top: 30px;
}

.provider-right img {
    margin: 0 auto;
    display: table;
}

.provider-inner p {
    font-size: 18px;
    color: #333;
}

.provider-inner h2 {
    color: #764c9e;
    font-weight: 600;
    font-size: 36px;
}

h3.title-hd {
    font-size: 24px;
}

.provider-tab a img {
    width: 73px;
    height: 91px;
    margin: 0 auto;
    display: table;
}

.provider-tab a:hover {
    box-shadow: 0px 3px 6px #ccc;
    display: block;
}
/*!**/
/*.provider-tab-inner a {*/
/*    border: 1px solid #42c1c6;*/
/*    padding: 20px;*/
/*    display: block;*/
/*    border-radius: 3px;*/
/*    transition: all 0.7s;*/
/*}*/

/*.help {*/
/*    padding: 60px 0;*/
/*    background: #f0f0f0;*/
/*}*/

/*.help p {*/
/*    color: #666666;*/
/*    font-size: 16px*/
/*}*/

/*.help ul li a {*/
/*    color: #764c9e;*/
/*    font-weight: bold;*/
/*    transition: all 0.7s;*/
/*}*/

/*.help ul li a:hover {*/
/*    color: #b770fb;*/
/*    text-decoration: none;*/
/*    transition: 0.7s;*/
/*}*/

/*.help ul li a:hover {*/
/*    background: #60239a;*/
/*    color: #fff;*/
/*}*/

/*.help ul {*/
/*    margin: 0 auto;*/
/*    display: table;*/
/*}*/

/*.help ul li {*/
/*    list-style-type: none;*/
/*    float: left;*/
/*    font-size: 24px;*/
/*    margin: 0 7px;*/
/*    display: block;*/
/*}*/

/*.help ul li a {*/
/*    color: #764c9e;*/
/*    font-weight: bold;*/
/*    border-radius: 50px;*/
/*    border: 1px solid #764c9e;*/
/*    !*padding: 7px 15px;*!*/
/*    height: 50px;*/
/*    width: 50px;*/
/*    margin: 0 auto;*/
/*    display: table;*/
/*    transition: all 0.7s;*/
/*}*/

/*.help a {*/
/*    color: #764c9e;*/
/*    font-weight: bold;*/

/*    height: 50px;*/
/*    margin: 0 auto;*/
/*    display: table;*/
/*    transition: all 0.7s;*/
/*}*/

/*.help ul li a i {*/
/*    margin: 12px auto 0;*/
/*    display: table;*/
/*}*/

/*.help p a {*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    display: inline-block;*/
/*    padding: 0;*/
/*    height: auto;*/
/*}*/

/*.about {*/
/*    background: #794292;*/
/*}*!*/

/*.half-yoitube a {
    padding: 7px 12px;
    }*/
.about h1 {
    font-size: 36px;
    color: #fff;
    font-family: 'Nunito-Bold';
}

.about p {
    color: #fff;
    margin: 15px 0 10px;
}

.rating {
    margin: 0 auto;
    display: table;
}

.rating-num {
    font-size: 74px;
    color: #fff;
    float: left;
    line-height: 65px;
}

.out {
    float: left;
    color: #fff;
    width: 30px;
    padding-top: 20px;
    line-height: 20px;
}

.rating-total {
    float: left;
    color: #fff;
    font-size: 74px;
    line-height: 65px;
}

.review {
    color: #fff;
    font-size: 14px;
    display: table;
    margin: 10px auto;
}

.review-star {
    margin: 0 auto;
    display: table;
}

.review-star ul {
    display: inline-block;
    margin: 0;
}

.review-star ul li {
    list-style-type: none;
    float: left;
    margin: 0 10px;
}

.review-star ul li i {
    color: #fff;
    font-size: 20px;
}

.review-star a.started {
    display: table;
    margin: 20px auto;
    color: #794292;
    padding: 10px 60px;
    background: #fff;
}

.review-star a.started:hover {
    color: #794292;
    background: #dbd3de;
}

.help.ftr-social a.ftr-logo {
    border: none;
    margin-bottom: 30px;
}

.help.ftr-social ul li a {
    border: 1px solid #57c7cc;
}

.help.ftr-social ul li a.ftr-logo:hover {
    border: none;
    margin-bottom: 30px;
    background: none;
}

.help.ftr-social h3 {
    margin: 15px auto 0;
    display: table;
    font-size: 22px;
}

.help.ftr-social h3 span {
    color: #999;
}

footer {
    background: #ecfbfe;
    /*padding: 15px 0;*/
}

.copyright p {
    /* color: #adadad; */
    color: #4A4A4A;
    margin: 0;
}

.copyright a {
    color: #794292;
    transition: 0.7s;
}

.copyright a:hover {
    color: #b770fb;
    text-decoration: none;
}

.top-footer {
    background: #F4F4F4;
    margin: 40px auto 0;
    display: table;
    width: 100%;
    /* padding: 14px 0; */
}

.top-footer ul {
    margin: 0 auto;
    display: table;
}

.top-footer ul li {
    float: left;
    list-style-type: none;
    margin: 0 10px;
    padding-top: 0;
}

.top-footer ul li a {
    color: #606060;
    text-decoration: none;
    transition: 0.7s;
    font-size: 16px;
    line-height: 25px;
}

.custom-input-rs label.input-radio {
    width: auto;
    min-width: 200px;
    margin: 0;
}

.custom-input-rs {
    margin: 0 auto;
    display: table;
}

.top-footer ul li a:hover {
    color: #c6bacb;
}

.expectations {
    background-color: #fff;
    /* background-image: linear-gradient(#ecfbfe, #fff); */
}

.expectations p {
    color: #ecfbfe
}

.expectations2 {
    background: #fff
}

.expectations2 p {
    color: #fff
}

/*Accordian Start*/

.accordion {
    width: 100%;
}

.accordion__title {
    font-family: 'Open Sans';
    font-weight: 900 !important;
    color: #936CDF;
    font-size: 20px !important;
    margin: 21px 0;
    font-weight: 600;
}

.accordion__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accordion__item {
    border: 1px solid #cbd2d8 !important;
    visibility: hidden;
}

.accordion__item:last-child {
    border-bottom: 0;
}

.accordion__item.is-active .accordion__itemTitleWrap::after {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.accordion__item.is-active .accordion__itemIconWrap {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion__itemTitleWrap {
    display: flex;
    height: 4em;
    align-items: center;
    padding: 0 1em;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.accordion__itemTitleWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    z-index: 1;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.accordion__itemTitleWrap.is-active::after, .accordion__itemTitleWrap:hover::after {
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}

.accordion__itemIconWrap {
    width: 1.25em;
    height: 1.25em;
    margin-left: auto;
    position: relative;
    z-index: 10;
}

.accordion__itemTitle {
    margin: 0;
    font-size: 16px;
    position: relative;
    z-index: 10;
    font-family: 'Roboto-Regular';
    color: #333;
    text-align: left;
    line-height: 25px;
}

.accordion__itemContent {
    font-size: 0.875em;
    height: 0;
    overflow: hidden;
    padding: 0 1.25em;
}

.accordion__itemContent p {
    margin: 1em 0;
    color: #6f6f6f;
}

.faq ul.accordion__list ul {
    padding-left: 20px;
    padding-bottom: 15px;
}

.faq ul.accordion__list ul ul {
    padding: 10px 0 15px 20px;
}

li.accordion__item:first-child {
    border-radius: 5px 5px 0 0;
}

li.accordion__item:last-child {
    border-radius: 0 0 5px 5px;
}

section h3 {
    font-size: 24px;
    text-align: center;
    color: #333;
    font-weight: 600;
    line-height: 35px;
}

section h3 span {
    color: #764b9e;
}

.help span a {
    border: none;
    display: inline-block;
    padding: 0;
}

.help span a:hover {
    color: #572d80;
}

/*Testimonial Faq  Start*/
/*section.faq.structure.expectations {
    padding-top: 120px;
}*/

.faq p {
    color: #6f6f6f;
    margin-top: .5rem;
    /*padding: 0 1rem;*/
    font-size: 16px;
}

.testimonial-section2 {
    position: relative;
    padding: 50px 0;
    background-color: #764c9e;
}

.testimonial-section2 #right-arrow, .testimonial-section2 #left-arrow {
    display: none;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #2b288d;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.img-size-increase {
    width: 100%;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 9;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2aaaab;
    border-color: #0e9596;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
    width: 100%;
}

.testim .cont > div.inactive {
    opacity: 1;
}


.testim .cont > div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #fff;
    font-size: 24px;
    margin: 15px 0;
    font-weight: 600;
}

.testim .cont div .h4 span {
    color: #54edef;
    text-transform: uppercase;
    font-size: 16px;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
    height: 60px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

/*Newsletter Start*/

.newsletter {
    padding: 80px 0;
    background: #ecfbfe;
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter .content h1 {
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 36px;
    margin-bottom: 15px;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #ccc;
    border-radius: 20px 0 0 20px;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #764c9e;
    color: #fff;
    font-weight: 600;
    padding: 10px 50px;
}

.newsletter .content button:hover {
    box-shadow: none;
    background: #2aaaab;
    transition: .5s
}

.newsletter input.form-control {
    box-shadow: none;
}

.newsletter .content button.btn:focus {
    box-shadow: none;
}

/*Newsletter End*/


/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear: both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .23);
    border-bottom-color: transparent;
}

.faq ul.panel-tabs {
    display: table;
    width: 100%;
    margin: 30px auto 0;
}

.faq ul.panel-tabs li {
    list-style-type: none;
    margin-top: 30px;
    float: left;
    margin-right: 5px;
}

.faq ul.panel-tabs li a {
    color: #333;
    background: #d7ebef;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
}

.faq ul.panel-tabs li.active a {
    color: #fff;
    background: #764b9e;
    text-decoration: none;
    border-radius: 50px;
}

.faq ul.panel-tabs li a.active {
    color: #fff;
    background: #764b9e;
    text-decoration: none;
    border-radius: 50px;
}

.faq ul.panel-tabs li a:hover, .faq ul.panel-tabs li a:focus {
    color: #fff;
    background: #764b9e;
    text-decoration: none;
}

.faq .panel-body {
    width: 100%;
    display: block;
    float: left;
}

.faq .faq-title {
    font-family: 'Fairplay Display', serif;
    font-size: 30px;
}

@media only screen and (max-width: 768px) {
    .faq .faq-box {
        border: 1px solid #dddddd;
        border-radius: 8px;
        margin: 15px auto;
        background-color: #fff;
        box-shadow: 0px 0px 10px #d8cbf0;
        width: 200px;
    }
}

.faq .faq-box {
    border: 1px solid #dddddd;
    border-radius: 8px;
    margin: 15px auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px #d8cbf0;
}

.faq .faq-img {
    max-height: 60%;
    max-width: 100%;
    display: block;
    padding: 20px;
    margin: auto auto;
}

.faq .faq-type {
    font-size: 16px;
    color: #414042;
    font-weight: unset;
}

.contact p {
    color: #333;
}

.contact label {
    margin: 10px 0;
}

.contact textarea#message {
    resize: none;
}

#contact-form input {
    border-radius: 20px;
}

#contact-form input:focus {
    border-color: #b8d1ec;
    box-shadow: 0 0 6px 3px rgba(0, 123, 255, 0.14);
}

#contact-form input {
    border-radius: 30px;
    height: 50px;
    padding: 5px 15px;
}

.contact .form-group {
    margin-bottom: 30px;
}

.contact .btn-send {
    margin: 0 auto;
    background: #764c9e;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 30px;
    margin-top: 50px;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    min-width: 220px;
    text-align: center;
}

.contact .btn-send:hover, .contact .btn-send:focus {
    background: #2aaaab;
    color: #fff;
    text-decoration: none;
    transition: all 0.7s;
}

section.contact h3 {
    font-weight: normal;
}

.contact-address h4 {
    color: #333
}

.contact-address p {
    color: #333
}

.contact-address {
    margin-top: 30px;
}

.contact-address h4 {
    color: #333;
    font-size: 22px;
}

.contact-address span {
    float: left;
    height: 50px;
    padding-right: 10px;
}

.contact-address p {
    color: #333;
    float: left;
}

.contact textarea#form_message {
    resize: none;
}

.contact textarea#form_message:focus {
    border-color: #b8d1ec;
    box-shadow: 0 0 6px 3px rgba(0, 123, 255, 0.14);
}

.contact-banner .inner-banner-content {
    padding-top: 60px;
}

.contact-banner .banner-inner-top-right .inner-banner-content {
    margin: 0 auto;
    padding-top: 220px;
    display: table;
}

.contact-banner .inner-banner-content h1 {
    font-size: 42px;
    font-family: 'Nunito-Bold';
    color: #333;
    margin-bottom: 25px;
}

.contact-banner .inner-banner-content h1 span {
    font-size: 42px;
    font-family: 'Nunito-Bold';
    color: #42c1c7;
}

.contact-banner .inner-banner-content h3 {
    font-size: 24px;
    font-family: 'Nunito-Bold';
    color: #333;
}

.contact-banner .inner-banner-content a.started {
    width: 220px;
    float: left;
    margin-top: 0;
}

section.privacy.structure {
    padding-top: 120px;
    height: auto;
}

section.privacy p {
    color: #555;
}

.privacy-content {
    padding-left: 15px;
}

.privacy-content-inner {
    padding-left: 15px;
}

.privacy h4 {
    font-size: 16px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 10px;
}

section.privacy p span {
    color: #000;
    padding-right: 5px;
}

.privacy .table-responsive {
    margin-top: 40px;
}

.questions {
    margin-top: 0px;
    /*background-image: url(../img/project-banner.png);
    background-repeat: no-repeat;
    background-size: cover;*/
}

section.structure.about.testimonial-section2 {
    padding: 60px 0 0;
}

.accordion__itemContent img {
    height: auto;
    width: 100%;
}

img.msg-icon {
    position: absolute;
    top: 7px;
    left: 5px;
}

/*.login-form.forget-form {*/
    /*width: 55%;*/
    /*margin: 0 auto;*/
/*}*/

/*.login-form {*/
    /*width: 60%;*/
    /*margin: 0 auto;*/
/*}*/

/*.login-form.forget-form button#btn-submit {
    width: 330px;
    margin: 0;
}*/

.forget-screen .space40.text-center p {
    margin-bottom: 30px;
}

/*.login-content form#loginForm {
    margin: 30px auto 0;
    display: table;
}

.forget-screen form#loginForm {
    margin: 30px auto 70px;
    display: table;
}*/

.space0 {
    margin: 0;
}

form#signupForm {
    margin: -150px auto 0px;
    display: table;
}

.main-logo {
    margin: 120px auto 0;
    display: table;
}

.main-logo img {
    width: 80px;
}

.login-content h2,
form#signupForm h2 {
    padding-bottom: 15px;
}

.has-error .form-control-feedback {
    color: #764c9e;
}

.form-control-feedback {
    position: relative;
    top: -42px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    float: left;
    left: 15px;
}

.login-content .form-control,
form#signupForm input {
    height: 58px;
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px 10px 20px;
}

.custom-phn {
    position: absolute;
    top: 10px;
}

.login-content .form-control:focus,
form#signupForm:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 1px 3px rgba(184, 216, 249, 0.25);
}

/*.checkbox a {
    color: #764c9e;
}

.checkbox a:hover, .checkbox a:focus {
    color: #408998;
    text-decoration: none;
}*/

.form-forgottenh {
    margin: 0 auto 40px;
    display: table;
}

@-webkit-keyframes l {
    0% {
        opacity: 0;
        bottom: -15px;
        max-height: 0;
        max-width: 0;
        margin-top: 0
    }
    30% {
        opacity: .8;
        bottom: -3px
    }
    to {
        opacity: 1;
        bottom: 0;
        max-height: 200px;
        margin-top: 12px;
        max-width: 400px
    }
}

@keyframes l {
    0% {
        opacity: 0;
        bottom: -15px;
        max-height: 0;
        max-width: 0;
        margin-top: 0
    }
    30% {
        opacity: .8;
        bottom: -3px
    }
    to {
        opacity: 1;
        bottom: 0;
        max-height: 200px;
        margin-top: 12px;
        max-width: 400px
    }
}

@-webkit-keyframes m {
    0% {
        opacity: 1;
        bottom: 0
    }
    30% {
        opacity: .2;
        bottom: -3px
    }
    to {
        opacity: 0;
        bottom: -15px
    }
}

@keyframes m {
    0% {
        opacity: 1;
        bottom: 0
    }
    30% {
        opacity: .2;
        bottom: -3px
    }
    to {
        opacity: 0;
        bottom: -15px
    }
}

@-webkit-keyframes n {
    0% {
        opacity: 0
    }
    30% {
        opacity: .5
    }
    to {
        opacity: .6
    }
}

@keyframes n {
    0% {
        opacity: 0
    }
    30% {
        opacity: .5
    }
    to {
        opacity: .6
    }
}

@-webkit-keyframes o {
    0% {
        opacity: .6
    }
    30% {
        opacity: .1
    }
    to {
        opacity: 0
    }
}

@keyframes o {
    0% {
        opacity: .6
    }
    30% {
        opacity: .1
    }
    to {
        opacity: 0
    }
}

.notyf__icon--alert, .notyf__icon--confirm {
    height: 21px;
    width: 21px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative
}

.notyf__icon--alert:after, .notyf__icon--alert:before {
    content: "";
    background: #ed3d3d;
    display: block;
    position: absolute;
    width: 3px;
    border-radius: 3px;
    left: 9px
}

.notyf__icon--alert:after {
    height: 3px;
    top: 14px
}

.notyf__icon--alert:before {
    height: 8px;
    top: 4px
}

.notyf__icon--confirm:after, .notyf__icon--confirm:before {
    content: "";
    background: #3dc763;
    display: block;
    position: absolute;
    width: 3px;
    border-radius: 3px
}

.notyf__icon--confirm:after {
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    left: 6px
}

.notyf__icon--confirm:before {
    height: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 10px
}

.notyf__toast {
    display: block;
    overflow: hidden;
    -webkit-animation: l .3s forwards;
    animation: l .3s forwards;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .45);
    position: relative;
    padding-right: 13px
}

.notyf__toast.notyf--alert {
    background: #ed3d3d
}

.notyf__toast.notyf--confirm {
    background: #3dc763
}

.notyf__toast.notyf--disappear {
    -webkit-animation: m .3s 1 forwards;
    animation: m .3s 1 forwards;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.notyf__toast.notyf--disappear .notyf__message {
    opacity: 1;
    -webkit-animation: m .3s 1 forwards;
    animation: m .3s 1 forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.notyf__toast.notyf--disappear .notyf__icon {
    opacity: 1;
    -webkit-animation: o .3s 1 forwards;
    animation: o .3s 1 forwards
}

.notyf__wrapper {
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    border-radius: 3px
}

.notyf__icon {
    width: 20%;
    text-align: center;
    font-size: 1.3em;
    -webkit-animation: n .5s forwards;
    animation: n .5s forwards;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.notyf__icon, .notyf__message {
    display: table-cell;
    vertical-align: middle;
    opacity: 0
}

.notyf__message {
    width: 80%;
    position: relative;
    -webkit-animation: l .3s forwards;
    animation: l .3s forwards;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.notyf {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 20%;
    color: #fff;
    z-index: 1
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

/*.forget-submit {
    display: table;
}*/

form#signupForm.signup-inner h2 {
    margin-bottom: 0;
}

.login-form.signup-form-inner {
    width: 100%;
    margin-top: 30px;
}

.signup-form-inner-ui {
    width: 850px;
    margin: 0 auto;
    display: table;
}

.sigun-to-login {
    margin: 15px 0;
}

.login-social {
    margin: 0 auto;
    max-width: 240px;
    padding: 0;
}

.login-social {
    max-width: 840px;
    margin: 30px auto 100px;
    display: table;
}

.login-social ul {
    margin-top: 50px;
}

.login-social ul li {
    list-style-type: none;
    float: left;
    margin: 0 10px;
}

.login-social img {
    margin: 0 auto;
    display: table;
}

.login-social a:hover img {
    opacity: .7;
}


/*Compare plan tart*/
.asian-info label.btn.btn-default,
.asian-info label.btn.btn-primary {
    margin: 0 15px 0 0;
    width: 200px;
    padding: 20px;
    height: 50px;
    line-height: 10px;
    background: #fff;
    color: #333;
}

.asian-info label.btn.btn-primary input[type="radio"],
.asian-info label.btn.btn-default input[type="radio"] {
    float: right;
}

.asian-info label.btn.btn-default span.badge,
.asian-info label.btn.btn-primary span.badge {
    float: right;
    position: relative;
    right: -15px;
    top: -5px;
    display: none;
}

.asian-info input[type="radio"] {
    visibility: hidden;
}

.asian-info label.btn.btn-primary span.asia-q,
.asian-info label.btn.btn-default span.asia-q {
    margin: 0 auto;
    display: table;
}


.travel-popup {
    background: #42c1c7;
    position: absolute;
    width: 240px;
    padding: 30px 20px 20px 20px;
    top: 100px;
    border-radius: 5px;
    display: none;
}

a.popup-close {
    position: absolute;
    top: -6px;
    right: -7px;
}

a.popup-close i {
    color: #d7e1e5;
    font-size: 30px;
}

.travel-popup img {
    position: absolute;
    top: -50px;
    left: 50px;
}

.travel-popup p {
    color: #333;
    font-size: 14px;
}

.asian-info {
    display: table;
    margin: 0 auto 50px;
    visibility: hidden;
}

input[type="checkbox"] {
    width: 50px;
}


.asian-info input[type="radio"]:checked + span {
    background: pink !important;
}

.badgebox {
    opacity: 0;
}

.badgebox + .badge {
    text-indent: -999999px;
    width: 27px;
}

.badgebox:focus + .badge {
    box-shadow: inset 0px 0px 5px;
}

.badgebox:checked + .badge {
    text-indent: 0;
}

.asian-info .btn-default .badge,
.asian-info .btn-primary .badge {
    color: #fff;
    background-color: #764c9e;
}

.asian-info .btn-primary:not(:disabled):not(.disabled):active,
.asian-info .btn-primary:not(:disabled):not(.disabled).active,
.asian-info .show > .btn-primary.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #005cbf;
}

.asian-info label.btn.btn-default,
.asian-info label.btn.btn-primary {
    margin: 0 15px 0 0;
    padding: 20px;
    height: 50px;
    background: #fff;
    color: #333;
    width: 100%;
    margin: 0;
}

.asian-info label.btn.btn-default:hover,
.asian-info label.btn.btn-primary:hover {
    border: 1px solid #764c9e;
}

.asian-info-inner {
    display: table;
    margin: 0 auto;
}

/*Compare plan End*/

/*New css Osama Start*/
/*li.disabled.last a#question-form-t-1:before,{
    display: none;
}
li.current a#question-form-t-1:before {
    content: "15%";
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 9999;
    background: transparent;
    color: #46c2c8;
    display: block;
}

li.current a#question-form-t-2:before {
    content: "30%";
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 9999;
    background: transparent;
    color: #46c2c8;
    display: block;
}

li.current a#question-form-t-3:before {
    content: "50%";
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 9999;
    background: transparent;
    color: #46c2c8;
    display: block;
}
li.current a#question-form-t-4:before {
    content: "75%";
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 9999;
    background: transparent;
    color: #46c2c8;
    display: block;
}
li.current a#question-form-t-5:before {
    content: "100% Complete";
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 9999;
    background: transparent;
    color: #46c2c8;
    display: block;
    }*/

/*New css Osama End*/
/*.login-social h2 span {
    background: #eff3f8;
    padding: 0 10px;
    position: relative;
    top: 15px;
    }*/
.sigun-to-login a:hover {
    color: #764c9e;
}

.sigun-to-login a {
    color: #666666;
}

.signup-form-inner-ui .form-group {
    float: left;
    width: 46%;
    margin: 0 15px;
}

/*.login-content.padding-div.login-screen,
.forget-screen.login-content.padding-div {
    background: url(../img/product-banner.png);
    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
    background-color: #ecfbfe;
    background-image: linear-gradient(#ecfbfe, white);
}*/

.signup-form-inner-ui .checkbox b {
    font-weight: normal;
    width: 80%;
    display: inline-block;
    color: #999;
}

/*.signup-form-inner-ui .checkbox .cr,
.signup-form-inner-ui .checkbox .cr,
.signup-form-inner-ui .checkbox .cr, .radio .cr {
    top: -15px;
}*/

/*.custom-submit, button#btn-submit {
    margin: 0 auto;
    background: #764c9e;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Nunito-Regular';
    min-width: 260px;
    text-align: center;
    cursor: pointer;
    width: 300px;
}

.custom-submit:hover,
.custom-submit:focus,
button#btn-submit:focus,
button#btn-submit:hover {
    background: #2aaaab;
    color: #fff;
}*/

.forgotten-inner a {
    color: #764c9e;
    margin: 0 auto;
    display: table;
}

.forgotten-inner a:hover, .checkbox a:focus {
    color: #408998;
    text-decoration: none;
}

section.about-section-2 {
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

section.about-section-2 p {
    color: #333;
}

.team-sec {
    margin: 30px auto;
    display: table;
}

.our-sec {
    margin: 30px auto;
    display: table;
}

.our-sec {
    margin: 30px auto 0;
    display: table;
    padding: 0 30px;
}

.our-sec .img-responsive {
    width: 100%;
    height: auto;
}

.help-block {
    text-transform: uppercase;
    color: #f4cdcd;
    font-size: 12px;
    font-weight: 600;
}

.term li.space20 {
    padding-bottom: 10px;
}

.term-of-service ol {
    padding-top: 10px;
    list-style: decimal;
    counter-reset: a;
    padding-left: 30px;
}

.term-of-service table {
    margin: 30px 0;
}

.term-of-service table tr td {
    padding: 10px;
}

.term-of-service table tr th {
    padding: 10px;
}

.term-of-use a {
    color: #764c9e;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    font-weight: bold;
}

.term-of-use a:hover, .term-of-use a:focus {
    color: #408998;
}

legend span {
    color: #42c1c7;
}

.accordion-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    float: left;

}

.accordion-container > h2 {
    text-align: center;
    color: #fff;
    /*padding-bottom: 5px;*/
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    /* background-color: #fff; */
    /* border: 1px solid #cbd2d8 !important; */
    border-radius: 3px;
    margin-bottom: 10px;
}

.set > a i {
    float: right;
    color: #946CE0;
}

.set .content {
    /* background-color: #fff;
    border-bottom: 1px solid #ddd; */
    display: none;
}

.set .content p {
    padding: 10px 0;
    margin: 0;
    color: #333;
}

.set .content img {
    width: 100%;
    height: auto;
}

.set .content ul {
    padding-left: 35px;
}

.set .content ul ul {
    padding-left: 35px;
}

.our-sec img {
    width: 960px;
}

.inner-container {
    max-width: 800px;
    margin: 0 auto;
}

.question-more-detail {
    margin-bottom: 20px;
}

select.required.long {
    margin-bottom: 20px;
}

input.text-uppercase.required.long {
    /*margin-bottom: 20px;*/
}

.term-of-service li li {
    padding: 0;
}

.term-of-service li {
    padding-top: 10px;
}

section.contact.structure.expectations input.btn-send {
    margin: 0 0 30px;
}

section.ceo {
    background: url(../img/about-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

section.ceo img {
    margin: 0 auto;
    display: table;
}

.ceo-msg {
    background: #f2f6fa;
    border-radius: 20px;
    margin-top: 40px;
    padding: 30px;
}

section .ceo-msg img {
    display: block;
    margin: unset;
    padding-bottom: 15px;
}

section.about-custom {
    padding: 0;
}

.about-banner-inner-top-right {
    padding-top: 240px;
}

.about-banner-inner-top-right img {
    float: right;
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

.rs-none {
    display: none
}

.our-team {
    padding-top: 50px
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 55px;
    /*right: 85px;*/
    left: 10px;
    bottom: 25px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.5;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/*
Free App template for Bootstrap 3
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com
Image placeholders: placemi.com
*/


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

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

.icon {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    border: 2px solid;
    border-radius: 50%;
}

.header {
    padding-top: 50px;
    background-color: #eee;
    overflow: hidden;
}

.footer {
    color: #887;
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content {
    position: relative;
    display: table;
    width: 100%;
    /*min-height: 100vh;*/
}

.pull-middle {
    display: table-cell;
    vertical-align: middle;
}

/*.btn {
    padding-left: 25px;
    padding-right: 25px;
}*/

.btn-circle {
    border-radius: 20px;
}

/*.input-group input {
    border: 0;
    box-shadow: none;
    padding-right: 30px;
}*/

/*.input-group input:focus,
.input-group input:active {
    outline: 0;
    box-shadow: none;
}*/

/*.input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: -18px;
    border-radius: 20px;
}*/

/*.phone {
    position: relative;
    max-width: 263px;
    margin: 0 auto;
    padding: 65px 15px 55px;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #222;
    box-shadow: 20px 20px 40px #887;
    }*/

section.structure.testimonial-section2 h1 {
    color: #fff;
}

section.structure.testimonial-section2 {
    padding: 60px 0 0;
}

.contact-max-wdh {
    max-width: 780px;
    margin: 0 auto;
}

/*.re-login {
    display: none;
    }*/
.our-mission {
    background-image: url("../img/about-8.png");
}

.our-mission-inner h2 {
    float: left;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    max-width: 150px;
}

.our-mission-inner p {
    font-size: 24px;
    color: #666666;
    float: left;
    max-width: 500px;
    margin: 10px 0;
}

.our-mission-inner {
    float: left;
    padding-top: 140px;
}

.nav-rs {
    display: none;
}

.contact-address .fa-envelope-open-text {
    padding-left: 15px;
}

.product-page .questions {
    background-color: #ffffff;
    background-image: unset;
    height: 100%;
}

td.account-income-bk {
    cursor: auto;
}

.body.product-page {
    /*background: url(../img/product-banner.png);*/
    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
    background-color: #ecfbfe;
}

.form-group input:focus {
    outline: none;
    border: 1px solid #ccc;
    /*box-shadow: none;*/
}

.form-control-feedback.cell-number {
    top: -42px;
    /*left: 90px;*/
    border-right: 1px solid #dbdcdc;
    padding-right: 0;
    width: 75px;
}

.form-control-feedback.cell-input {
    top: -44px;
    border-right: 1px solid #dbdcdc;
    padding-right: 0;
    width: 35px;
}


.countrycodece input#phone-number {
    padding: 10px 15px 10px 60px;
}

.form-group.countrycodecell input#phone-number {
    padding: 10px 15px 10px 120px;
}

.form-control-feedback.cell-number:before {
    display: none;
}

section.privacy.account.structure.expectations {
    /*background: url(../img/product-banner.png);*/
    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
    background-color: #ecfbfe;
    padding-bottom: 100px;
}

.reminder-pop {
    float: left;
    margin: 0 15px 0 40px;
    width: 100%;
}

.reminder-pop label.input-radio {
    height: auto;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
}

.email-fill-block input.text-uppercase.required.long.email.email-fill {
    width: 100%;
}

.reminder-pop input {
    float: left;
    visibility: hidden;
    padding: 0;
}

.reminder-pop .option-inner.option-tap-2 {
    height: auto;
    background: #764c9e;
    border-radius: 30px;
    padding: 0;
    transition: all 0.7s;
}

.reminder-pop .option-inner.option-tap-2:hover {
    background: #42c1c7;
}

.reminder-pop p {
    color: #fff;
    padding: 12px 10px 10px 10px;
    height: 52px;
    text-transform: uppercase;
}

.reminder-pop input {
    padding: 0 !important;
}

.reminder-pop .option-wrapper {
    width: 240px;
}

.remind-block p {
    color: #999;
    float: left;
}

.remind-block span {
    color: #42c1c7;
    font-weight: bold;
}

select.required.long.valid.car_insurance_state {
    border-radius: 30px;
    height: 52px;
    padding: 15px 15px 15px 15px;
    background: url(../img/p_7.png);
    background-position: 15px 11px;
    background-repeat: no-repeat;
    text-indent: 60px;
}

select.required.long.car_insurance_state,
select.required.long.car_insurance_state.error {
    background: url(../img/p_7.png) !important;
    background-position: 15px 11px !important;
    background-repeat: no-repeat !important;
    text-indent: 60px;
    border-radius: 30px;
    height: 52px;
}

/*.body.product-page .fixed-top {
    z-index: 9;
}*/

.remind-block {
    margin: 0 auto;
    display: table;
}

.click_her {
    float: left;
}

.click_her input.btn.btn-info.btn-lg {
    border: none;
    padding: 0 5px;
}

.click_her input.btn.btn-info.btn-lg:focus {
    outline: none;
}

.click_her button,
.click_her input {
    float: left;
    height: auto;
    line-height: 1;
    border: none;
    background: none;
    padding: 5px 5px;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: #764c9e;
    border: none;
}

.click_her input:focus,
.click_her input:hover,
.click_her button:hover,
.click_her button:focus {
    background: none !important;
    color: #3cb5bb !important;
    box-shadow: none;
    outline: none;
    border: none;
}

.click_her .btn-info:not(:disabled):not(.disabled):active:focus,
.click_her .btn-info:not(:disabled):not(.disabled).active:focus,
.click_her .show > .btn-info.dropdown-toggle:focus {
    box-shadow: none !important;
    outline: none;
}


.click_her .btn-info:not(:disabled):not(.disabled):active:focus,
.click_her .btn-info:not(:disabled):not(.disabled).active:focus,
.click_her .show > .btn-info.dropdown-toggle:focus {
    box-shadow: none !important;
    outline: none;
}

.question-form input#email-address {
    border-radius: 30px;
    height: 52px;
}

.question-form input#phone-number {
    border-radius: 30px;
    height: 52px;
    margin-top: 10px;
}

label.input-email img.msg-icon {
    top: 11px;
    left: 12px;
}

.cbx-tos .option-inner i {
    border-color: #b7b7b7;
    margin-right: 10px;
    border-radius: 20px !important;
    border: none !important;
}

label.input-checkbox input[type=checkbox]:checked + .option-inner i:before {
    background-color: #fff !important;
    border-radius: 20px !important;
    border: 1px solid #fff;
    z-index: 9;
}

.car-insurance-popup-block .insurance-popup input#departure-date {
    text-align: left;
}

/*label.input-checkbox .option-inner i:after {
    width: 18px;
    height: 18px;
    top: 11px;
    background: #fff;
    border-radius: 20px;
    left: 13px;
    }*/
.modal-body.car-insurance input {
    width: 100%;
    border: 1px solid #ccc;
}

.modal-body.car-insurance input:focus {
    outline: none;
}

.car-insurance-popup-block button.btn.btn-default {
    background: #764c9e;
    border-color: #764c9e;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 30px;
    height: 52px;
    line-height: 20px;
    transition: all 0.7s;
}

.car-insurance-popup-block button.btn.btn-default:hover,
.car-insurance-popup-block button.btn.btn-default:focus {
    background: #42c1c7;
    border-color: #42c1c7;
    outline: none;
}

.car-insurance-popup-block-2 button.btn.btn-default {
    background: #764c9e;
    border-color: #764c9e;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 30px;
    height: 52px;
    line-height: 20px;
    transition: all 0.7s;
}

.car-insurance-popup-block-2 button.btn.btn-default:hover,
.car-insurance-popup-block-2 button.btn.btn-default:focus {
    background: #42c1c7;
    border-color: #42c1c7;
    outline: none;
}

.car-insurance-popup-block button.close {
    background: #764c9e;
    opacity: 1;
    color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.7s;
    margin-right: 0
}

.car-insurance-popup-block button.close:hover,
.car-insurance-popup-block button.close:focus {
    background: #42c1c7;
    outline: none;
}

.insurance-popup input#departure-date {
    padding: 15px 15px 15px 60px;
}

.click-upload {
    background: #f5fdff;
    width: 97%;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 25px 10px;
    margin-left: 20px;
    margin-right: 20px;
}

table.insurance-detail-motor {
    margin: 10px 0 15px;
    width: 100%;
}

table.insurance-detail-motor td {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
}

.insurance-detail-motor .insurance-detail-motor-inner-top {
    color: #333;
    font-size: 14px;
    /* text-align: center; */
}

.insurance-detail-motor .insurance-detail-motor-inner-top span {
    display: block;
    padding-top: 0px;
    color: #764c9e;
}

.insurance-details-claim {
    font-size: 16px;
    /* margin-top: 10px; */
}

.insurance-details-claim p {
    color: #666;
    margin-bottom: 0;
    font-size: 14px;
}

.insurance-details-claim-per {
    font-size: 16px;
    /* margin-top: 10px; */
}

.insurance-details-claim-per p {
    color: #ed1515;
    font-weight: 600;
    font-size: 14px;
}

.reminder-pop.next-tab-c.next-tab-c-2.mdl-btn {
    margin-top: 15px;
}

.detail-section-rw label.input-radio {
    width: 100%;
    margin: 0;
}

.detail-section-rw .reminder-pop {
    float: none;
    margin: 20px auto 0;
}

.custom-raw-fl {
    float: left;
    clear: both;
    padding: 0 15px 0;
    margin-top: 0px;
}

.custom-raw-fl label.input-checkbox .option-inner i {
    border: 2px solid #764c9e !important;
    width: 28px;
    height: 28px;
}

.custom-raw-fl label.input-checkbox .option-inner i:after {
    top: 8px;
    left: 10px;
}

.ic_select {
    border-radius: 5px;
    font-size: 15px;
    height: 50px;
    padding: 10px 20px 10px 60px;
    background: transparent;
}

.car_select {
    background: #fff;
    border: 1px solid #764c9e;
    padding: 30px 15px 0px;
    height: 100%;
    border-radius: 5px;
}

.car_select img {
    margin: 0 auto;
    display: table;
}

.car_select p {
    color: #999;
    text-align: center;
    padding-top: 20px;
}

.car_ncd {
    background: #fff;
    /* border: 1px solid #946CE0; */
    height: 100%;
    width: 100%;
    border-radius: 5px;
    margin: 20px 0 0;
    padding: 0px;
}

.click_her label.btn {
    background: transparent;
    border: none;
    padding: 0;
    line-height: 16px;
    height: auto;
    font-size: 14px;
    float: left;
    padding: 5px 10px;
    color: #764c9e;
    text-transform: capitalize;
    font-size: 15px;
}

.click_her label.btn:focus {
    outline: none;
    border: none;
}

.click_her .btn:not(:disabled):not(.disabled):active,
.click_her .btn:not(:disabled):not(.disabled).active {
    background-image: none;
    box-shadow: none;
}

/*home Start*/
.email-fill-block {
    display: table;
    margin: 0 auto
}

a.finish-q {
    background: #764c9e;
    color: #fff;
    height: 50px;
    display: block;
    text-align: center;
    padding: 15px;
    line-height: 22px;
    border-radius: 30px;
    max-width: 300px;
    transition: .7s;
}

.email-fill-block .reminder-pop {
    margin: 0;
    width: 100%;
}

.email-fill-block .reminder-pop .option-wrapper {
    width: 100%;
    min-width: 300px;
}

::-webkit-input-placeholder { /* Edge */
    text-transform: capitalize !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-transform: capitalize !important;
}

::placeholder {
    text-transform: capitalize !important;
}

a.finish-q:hover,
a.finish-q:focus {
    background: #3cb5bb;
    color: #fff;
    text-decoration: none;
}

form#question-form[novalidate] ul[aria-label="Pagination"] li:last-child {
    display: none !important;
}

button.oops-btn {
    background: #764c9e;
    color: #fff;
    font-size: 16px !important;
    font-weight: normal;
    border-radius: 30px;
    width: 100%;
    height: auto;
    border: none;
    line-height: normal;
    transition: all 0.7s;
    padding: 18px 15px;
}

button.oops-btn:hover,
button.oops-btn:focus {
    background: #42c1c7;
    outline: none;
}

#oops-popup .modal-content {
    background: #effbff;
    border: 1px solid #95b9c5;
}

#oops-popup button.close {
    background: #764c9e;
    opacity: 1;
    color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.7s;
    margin-right: 0;
}

#oops-popup button.close:hover,
#oops-popup button.close:focus {
    background: #42c1c7;
    outline: none;
}

#oops-popup .modal-header {
    border: none;
}

#oops-popup .modal-header {
    border: none;
}

#oops-popup .modal-footer {
    border: none;
}

#oops-popup img {
    margin: 0 auto 15px;
    display: table;
}

#oops-popup .modal-body p {
    color: #666;
    padding: 0 30px;
}

#oops-popup .reminder-pop p {
    text-align: center;
}

/*Spinner Start*/
#floatingBarsG {
    position: relative;
    width: 132px;
    height: 164px;
    margin: auto;
}

#oops-popup .reminder-pop .option-inner.option-tap-2 {
    background: #ee2e24;
}

.reminder-pop.opp-btn-pop .option-inner.option-tap-2 {
    background: #42c1c7;
}

.reminder-pop.opp-btn-pop .option-inner.option-tap-2:hover,
.reminder-pop.opp-btn-pop .option-inner.option-tap-2:focus {
    background: #15a3aa;
    outline: none;
}

#oops-popup .reminder-pop.opp-btn-pop.yes-reminder .option-inner.option-tap-2 {
    background: #42c1c7;
}

#oops-popup .reminder-pop.opp-btn-pop.yes-reminder .option-inner.option-tap-2:hover,
#oops-popup .reminder-pop.opp-btn-pop.yes-reminder .option-inner.option-tap-2:focus {
    background: #764c9e;
}

.reminder-pop.opp-btn-pop .option-wrapper {
    width: 180px;
}

#oops-popup .oop-footer-inner .reminder-pop.opp-btn-pop button.close {
    width: 180px;
    color: #fff;
    padding: 12px 10px 10px 10px;
    height: 52px;
    text-transform: capitalize;
    font-size: 16px;
    text-shadow: none;
    background: #42c1c7;
}

#oops-popup .oop-footer-inner .reminder-pop.opp-btn-pop button.close:focus,
#oops-popup .oop-footer-inner .reminder-pop.opp-btn-pop button.close:hover {
    background: #764c9e;
}

.oop-footer-inner {
    margin: 0 auto;
}

.oop-footer-inner .reminder-pop.opp-btn-pop {
    margin: 0 10px;
}

#oops-popup .reminder-pop .option-inner.option-tap-2:hover,
#oops-popup .reminder-pop .option-inner.option-tap-2:focus {
    background: #764c9e;
}

.blockG {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 21px;
    height: 51px;
    border-radius: 17px 17px 0 0;
    -o-border-radius: 17px 17px 0 0;
    -ms-border-radius: 17px 17px 0 0;
    -webkit-border-radius: 17px 17px 0 0;
    -moz-border-radius: 17px 17px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 60px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 17px;
    top: 21px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 55px;
    top: 6px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 17px;
    top: 21px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 60px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 17px;
    bottom: 15px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 55px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 17px;
    bottom: 15px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}


@keyframes fadeG {
    0% {
        background-color: rgb(118, 76, 158);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(118, 76, 158);
    }

    100% {
        background-color: rgb(118, 76, 158);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(118, 76, 158);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(118, 76, 158);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(118, 76, 158);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

/*Spinner End*/
/*home End*/

/*Motor Payment Start*/
.motor-payment .compare-insurance {
    width: 25px;
    height: 25px;
    border: 2px solid #946ce0;
    border-radius: 20px;
    margin: 15px auto;
}

.motor-payment .compare-insurance-card::before {
    text-align: right;
    color: #ffffff;
    margin-top: 0.25rem
}

.motor-payment .compare-insurance-card::after {
    text-align: right;
    color: #946CE0;
    margin-top: 0.25rem
}

.motor-payment .wizard {
    margin: 0px auto;
    /*width: 100%;*/
}

.motor-payment .main-logo {
    margin: 90px auto 0;
    display: table;
}

.motor-payment .main-logo img {
    width: 110px;
}

.rm-block.rm-block-rd {
    color: #764c9e;
    font-weight: bold;
    /*padding-top: 30px;*/
    font-size: 18px;
}

.rm-block.rm-block-black {
    color: grey;
    font-weight: bold;
    /*padding-top: 30px;*/
    font-size: 18px;
}

.motor-payment .account-checkbox img {
    /*width: auto;*/
    max-width: 100%;
}

.motor-payment .compare-checkbox img {
    /*width: auto;*/
    max-width: 60%;
}

.motor-payment input[type="checkbox"] + label span {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    background: #42c1c7;
    border-radius: 30px;
    font-weight: normal;
    padding: 10px 17px 10px 17px;
    width: auto;
    height: auto;
    transition: .7s;
}

.motor-payment input[type="checkbox"] + label span:hover {
    background-color: #764c9e;
}

.motor-payment input[type="checkbox"]:checked + label span {
    background: no-repeat;
    background-color: #764c9e;
}

.motor-payment .account-checkbox {
    float: left;
    text-align: center;
}

.motor-payment .compare-checkbox {
    text-align: center;
    height: 100px;
}

.motor-payment button.quote.next-step {
    background: #3cd0ee;
    border-color: #3cd0ee;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px 50px 10px 50px;
    width: auto;
    height: auto;
    transition: .7s;
    font-weight: normal;
    margin: 0 10px;
}

.motor-payment button.quote.next-step:hover,
.motor-payment button.quote.next-step:focus {
    background: #764c9e;
    border-color: #764c9e;
    outline: none;
}

/*travel*/
.travel-payment button.butnow.next-step {
    background: #764c9e;
    border-color: #764c9e;
    color: #42c1c6;
    text-align: center;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    /*width: auto;*/
    height: auto;
    transition: .7s;
    font-weight: normal;
    margin: 0 10px;
}

.travel-payment button.butnow.next-step:hover,
.travel-payment button.butnow.next-step:focus {
    background: #42c1c6;
    border-color: #764c9e;
    outline: none;
    color: #764c9e;
}

/*motor*/
.motor-payment button.butnow.next-step {
    background: #42c1c6;
    border-color: #764c9e;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px 50px 10px 50px;
    width: auto;
    height: auto;
    transition: .7s;
    font-weight: normal;
    margin: 0 10px;
}

.motor-payment button.butnow.next-step:hover,
.motor-payment button.butnow.next-step:focus {
    background: #764c9e;
    border-color: #42c1c6;
    outline: none;
    color: #fff;
}

.motor-payment button.butnow.next-step[disabled] {
    background: #268287;
    border-color: #634587;
    color: darkgrey;
    text-align: center;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
    width: auto;
    height: auto;
    transition: .7s;
    font-weight: normal;
    margin: 0 10px;
}

.motor-payment button.butnow.next-step[disabled]:hover,
.motor-payment button.butnow.next-step[disabled]:focus {

}

.motor-payment .account-chk-btn {
    display: table;
    margin: 15px auto 15px;
}

.motor-payment .rowon {
    float: right;
}

.motor-income-detail-left p {
    color: #666;
    font-size: 14px
}

.motor-income-detail-left p span {
    color: #999;
    font-size: 14px;
}

.motor-income-detail-left h4 {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}

.motor-income-detail-left {
    padding: 20px 10px 10px 10px;
    float: left;
    box-sizing: content-box;
    max-width: 450px;
}

.motor-income-detail-right h4 {
    color: #333;
    line-height: 25px;
}

.motor-income-detail-right ul {
    margin-left: 20px;
    float: left;
}

.motor-income-detail-right {
    float: left;
    padding: 10px 10px 10px 10px;
}

.motor-income-detail-right ul li {
    padding: 0;
    color: #666;
}

input.txtPost {
    background: #edf2f3;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 30px;
    max-width: 180px;
}

input.txtPost {
    background: #edf2f3;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 30px 0 0 30px;
    max-width: 170px;
    font-size: 14px;
}

input.txtPost:hover,
input.txtPost:focus {
    outline: none;
}

button.btnPost.btnBlue {
    background: #764c9e;
    border: 1px solid #764c9e;
    color: #fff;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
    padding: 10px 15px 10px 10px;
}

button.btnPost.btnBlue:hover,
button.btnPost.btnBlue:focus {
    background: #42c1c7;
    outline: none;
}

div#myModal2 .modal-content {
    background: #f0fbff;
}

.oop-footer-inner a {
    background: #ee2d24;
    border-radius: 30px;
    width: 180px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    height: 52px;
    text-transform: capitalize;
    font-size: 16px;
    text-shadow: none;
    float: left;
    text-align: center;
    line-height: 33px;
    transition: .7s;
}

.personal-page .main-logo img {
    width: 110px;
}

.personal-page .main-logo {
    margin: 90px auto 0;
    display: table;
}

.age-personal h4 {
    text-align: center;
}

.age-personal input[type="number"] {
    border-radius: 30px;
    width: 100%;
    height: 44px;
    font-size: 16px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px 15px;
    color: #333;
}

.age-personal input[type="number"]:focus,
.age-personal input[type="number"]:hover {
    outline: none;
}

.personal-page .wizard ul.nav.nav-tabs {
    display: none;
}

.personal-page .wizard {
    margin: 50px auto;
}

.born-field input {
    border-radius: 30px !important;
    height: 52px !important;
    background: url(../img/born.png) !important;
    background-position: 15px 8px !important;
    background-repeat: no-repeat !important;
    padding: 15px 30px 15px 60px !important;
}

.born-field input.error {
    border-radius: 30px !important;
    height: 52px !important;
    background: url(../img/born.png) !important;
    background-position: 15px 8px !important;
    background-repeat: no-repeat !important;
    padding: 15px 30px 15px 60px !important;
}

.question-form.born-field input.error,
.renewal-form.born-field input.error {
    background-color: transparent !important;
    background-image: url(../img/born.png) !important;
    background-position: 15px 8px !important;
    background-repeat: no-repeat !important;
}

.custom-raw-fl.custom-raw-f2 {
    float: none;
    margin: 30px auto 15px;
    display: table;
}

.reminder-pop.next-tab-c {
    float: none;
    margin: 0 auto;
    display: table;
}

.reminder-pop.next-tab-c .reminder-pop {
    margin: 0;
}

.no-gutters {
    padding: 0 !important;
}

.custom-spacing .travel-op img {
    width: 50px;
    height: auto;
}

.question-form.question-form-c {
    display: block;
}

.question-form-c div#single-travel-date {
    margin: 0 auto;
}

.question-form-c div#annual-travel-date {
    margin: 0 auto;
}

.custom-spacing .option-inner.option-tap-2 p {
    font-size: 14px;
    line-height: 18px;
}

.reminder-pop-m1 {
    margin: 0;
}

.no-gutters label.input-radio {
    margin: 0 !important;
}

.custom-spacing label.input-radio {
    height: auto;
    background: #fff;
}

.no-gutters {
    padding: 0 !important;
    margin: 0 !important;
}

.custom-spacing .option-inner.option-tap-2 {
    padding: 0 0 20px;
    height: auto;
}

.custom-spacing .travel-op img {
    margin: 10px auto 0;
}

.col-md-2.no-gutters p {
    text-transform: capitalize !important;
}

.personal-page .wizard .tab-pane {
    padding-top: 0;
}

.personal-page .carpenters {
    padding: 10px 0px;
    font-size: 12px;
    width: 100%;
    line-height: 20px;
    float: left;
}

.click_her.click_her-selctcar {
    width: 100%;
}

.click_her.click_her-selctcar button {
    height: 52px;
    background: #764c9e;
    border-radius: 30px;
    padding: 0;
    transition: all 0.7s;
    color: #fff;
    width: 100%;
}

.click_her.click_her-selctcar button:hover,
.click_her.click_her-selctcar button:focus {
    background: #42c1c7 !important;
    color: #fff !important;
}

.oop-footer-inner a:focus,
.oop-footer-inner a:hover {
    text-decoration: none;
    background: #764c9e;
    color: #fff;
}

#oops-popup .modal-footer {
    padding-bottom: 30px;
}

.insurance-popup input {
    height: 48px !important;
}

li.nav-item.dropdown.language-plus span.caret {
    display: none;
}

div#annual-travel-date2 input {
    width: 100%;
}

button.btn.btn-info.btn-lg.oops-btn.sep-btn {
    max-width: 260px;
    display: table;
    margin: 0 auto;
}

/*Motor Payment End*/
.custom-rw {
    width: 900px !important;
    display: table;
    margin: 0 auto;
}

/*.question-form.question-form_b{
    width: 560px;
    }*/
.question-form.question-form_b .reminder-pop.reminder-pop-sep-b {
    margin: 0;
}

.question-form.question-form_b .reminder-pop .option-wrapper {
    width: 100%;
}

.mdl-btn {
    max-width: 240px;
}

.reminder-pop.reminder-pop-sep-b {
    width: 100%;
}

.reminder-pop.reminder-pop-sep-b label.input-radio {
    margin: 0;
}

.oop-footer-inner .reminder-pop.opp-btn-pop {
    width: auto;
}

button.add-plus {
    margin: 0 auto;
    display: table;
    float: none;
}

button.add-plus:focus {
    outline: none;
}

.add-plus.btn-primary:not(:disabled):not(.disabled):active {
    box-shadow: none !important;
    outline: none;
}

/*div#single-travel-date {
    display: block !important;
    }*/

/*.#secondbox-yn {
    scroll-behavior: smooth;
    height: 600px;
    }*/

.asian-info legend {
    padding-bottom: 15px;
}

form#question-form ul[aria-label="Pagination"] li[aria-disabled] a .fa-chevron-right.product-next {
    position: relative;
    left: 1px;
}

.reminder-pop.next-tab-c.next-tab-c-3.mdl-btn {
    /*max-width: unset;*/
}

form#question-form ul[aria-label="Pagination"] li[aria-disabled] a .fa-chevron-left.product-next {
    position: relative;
    left: 0px;
}

body#page-top.sep-loading-pg .forget-screen.login-content.padding-div {
    height: 100vh;
}

.sep-loading-pg .privacy-form-w span.form-control-feedback.center-content.cell-number {
    padding-top: 0px;
}

.sep-car-no {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.sep-car-no input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.sep-car-no .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #764c9e !important;
}

.sep-car-no-block span.checkmark i.cr-icon.fas.fa-circle {
    position: relative;
    top: -6px;
    left: 2px;
    font-size: 18px;
    color: #fff;
}

#myModal3 .modal-content {
    background-color: #f0fbff;
}

.sep-car-no-block {
    float: left;
}

#myModal3 .table-responsive {
    overflow: hidden;
}

#myModal3 tr td {
    padding: 15px 10px;
}

#myModal3.car-insurance-popup-block-2 button.close:hover,
#myModal3.car-insurance-popup-block-2 button.close:focus {
    background: #42c1c7;
    outline: none;
}

#myModal3.car-insurance-popup-block-2 button.close {
    background: #764c9e;
    opacity: 1;
    color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.7s;
    margin-right: 0;
}

#myModal3 .table > thead > tr > th {
    border-bottom: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.sep-car-no:hover input ~ .checkmark {
    background-color: #fff;;
}

/* When the radio button is checked, add a blue background */
.sep-car-no input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.sep-car-no .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sep-car-no input:checked ~ .checkmark i.cr-icon.fas.fa-circle {
    color: #764c9e;
}

/* Show the indicator (dot/circle) when checked */
.sep-car-no .sep-car-no input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.sep-car-no .sep-car-no .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.form-group.dropdown-styish .bootstrap-select {
    width: 100% !important;
}

.form-group.privacy-form.pm-m.dropdown-styish {
    margin: 0;
}

.form-group.privacy-form.pm-m.dropdown-styish button {
    background: transparent;
    color: #333;
    border-radius: 5px;
    height: 52px;
    border: 1px solid #ccc;
}

.form-group.privacy-form.pm-m.dropdown-styish .dropdown-toggle::after {
    display: none;
}

.form-group.privacy-form.pm-m.dropdown-styish button:focus {
    outline: none !important;
}

.form-group.privacy-form.pm-m.dropdown-styish button {
    background: transparent;
    color: #333;
    border-radius: 5px;
    height: 52px;
    font-size: 15px;
    height: 50px;
    border: 1px solid #ced4da;
    background: url(../img/p_6.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    text-indent: 55px;
    cursor: pointer;
}

.form-group.privacy-form.pm-m.dropdown-styish button {
    background: transparent;
    color: #333;
    border-radius: 5px;
    height: 52px;
    font-size: 15px;
    height: 50px;
    border: 1px solid #ced4da;
    background: url(../img/p_7.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    text-indent: 55px;
    cursor: pointer;
}

.form-group.privacy-form.pm-m.dropdown-styish-2 button {
    background: transparent;
    color: #333;
    border-radius: 30px;
    height: 52px;
    font-size: 15px;
    height: 50px;
    border: 1px solid #ced4da;
    background: url(../img/p_6.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    text-indent: 55px;
    cursor: pointer;
}

.personal-page .policy-detail-right .form-control-feedback {
    position: relative;
    top: -40px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    float: left;
    left: 15px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 15px !important;
}

.form-group.privacy-form.pm-m.dropdown-styish-3 button {
    background: transparent;
    color: #333;
    border-radius: 5px;
    height: 52px;
    font-size: 15px;
    height: 50px;
    border: 1px solid #ced4da;
    background: url(../img/p_1.png);
    background-position: 10px 8px;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    text-indent: 55px;
    cursor: pointer;
}

.form-group.privacy-form.pm-bar.add-2 span.form-control-feedback {
    left: 10px;
}

.form-group.privacy-form.pm-m.pm-m-left.dropdown-styish {
    margin-left: 15px;
}

.form-group.privacy-form.pm-m.dropdown-styish-3 {
    margin: 0;
}

.form-group.privacy-form.pm-m.dropdown-styish-3 .btn-group {
    width: 100%;
}

.form-group.privacy-form.pm-m.dropdown-styish-3 button {
    outline: none !important;
}

.form-group.privacy-form.pm-m.dropdown-styish-3 .dropdown-toggle::after {
    display: none;
}

.term-of-service.padding-div.travel-account-page.motor-payment tr.table-top-bar img {
    top: 68px;
}

.term-of-service.padding-div.travel-account-page tr.table-top-bar img {
    top: 70px;
}

.term-of-service.padding-div.travel-account-page.personal-page tr.table-top-bar th img {
    top: 20px;
}

/*.payment-structure-panel-acount.payment-structure-panel-acount-3 img {
    width: auto;
    padding-top: 20px;
}*/

section.dashboard {
    padding-top: 120px !important;
    height: 100vh !important;
}

@media only screen and (min-width: 1720px) {
/*    .payment-structure-panel-acount.payment-structure-panel-acount-3 img {
        width: auto;
        padding-top: 20px;
    }*/

    .final_amount-block .update-btn button {
        width: 150px !important;
        min-width: auto;
    }

    .final_amount-block .update-btn2 button {
        width: 150px !important;
        min-width: auto;
    }

    .banner-inner-third-left {
        padding-top: 150px;
    }

    .banner-inner-second-right {
        padding-top: 345px;
    }

    .banner-inner-second-left {
        padding-top: 315px;
    }

    .banner-tab {
        margin-top: 200px;
    }

}

@media only screen and (max-width: 1199px) {
    .product-page .questions {
        padding-bottom: 0px;
        height: 100%;
    }

    .car_select img {
        width: 100%;
    }

    .custom-rw {
        width: 100%
    }

    ul.privacy-social li a img {
        width: 20px;
    }

    div#annual-travel-date2 input {
        width: 100%;
    }

/*    .payment-structure-panel-acount img {
        margin-top: 20px;
        width: 100%;
        max-width: 300px;
    }*/

/*    .payment-structure-panel-acount.payment-structure-panel-acount-3 img {
        width: auto;
    }*/

    .travel-insurance.travel-insurance-bottom a.link-nt {
        display: none;
    }

    .travel-insurance.travel-insurance-bottom img {
        width: 110px;
    }

    /*
        .final_amount-block .update-btn button {
            width: 120px !important;
            min-width: auto;
        }

        .final_amount-block .update-btn2 button {
            width: 120px !important;
            min-width: auto;
        }*/
    .travel-popup {
        width: 220px;
        padding: 30px 15px 15px 16px;
        top: 160px;
    }

    .our-mission-inner h2 {
        border-right: none;
        max-width: max-content;
    }

    .our-mission-inner p {
        padding-left: 0;
        margin: 0;
    }

    .our-mission-inner {
        padding-left: 100px;
        padding-top: 130px;
    }

    .banner-tab-one-front h4,
    .banner-tab-two-front h4,
    .banner-tab-three-front h4 {
        font-size: 18px;
    }

    .contact-max-wdh {
        max-width: 100%;
        margin: 0 auto;
    }

    .banner-inner-third-left {
        padding-top: 150px;
    }

    .banner-inner-second-right {
        padding-top: 250px;
    }

    .banner-inner-second-left {
        padding-top: 210px;
    }

    .banner-tab {
        margin-top: 150px;
    }

    .banner-tab-one-front h4,
    .banner-tab-two-front h4,
    .banner-tab-three-front h4 {
        font-size: 18px;
    }

    .login-language .sign a {
        padding: 2px 0 0;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes airplane {
        from {
            left: -230px;
        }
        to {
            left: 70px;
        }
    }

    @keyframes airplane {
        from {
            left: -230px;
        }
        to {
            left: 70px;
        }
    }
}

@media only screen and (max-width: 991px) {
    section.dashboard {
        padding-top: 120px !important;
        height: auto !important;
    }

    .banner-inner-second-left {
        padding-top: 190px;
    }

    .banner-inner-second-right {
        padding-top: 230px;
    }

    .inner-banner-content {
        padding-top: 100px;
    }

    /*        .final_amount-block .update-btn button {
            width: 90px !important;
            min-width: auto;
        }

        .final_amount-block .update-btn2 button {
            width: 90px !important;
            min-width: auto;
        }*/
    .form-group.privacy-form.pm-m.dropdown-styish-3 {
        margin: 0 0 30px;
    }

    .privacy-gender label.privacy-gender-inner {
        font-size: 13px;
        padding: 5px 7px 0 25px;
    }

    .privacy-gender-inner .checkmark {
        top: 5px;
        height: 15px;
        width: 15px;
    }

    .privacy-gender-inner .checkmark:after {
        top: 1px;
        left: 1px;
        width: 11px;
        height: 11px;
    }

    .product-page .questions {
        height: 100%;
    }

    .custom-spacing .option-inner.option-tap-2 p {
        font-size: 13px;
        line-height: 15px;
    }

    .custom-spacing .option-inner.option-tap-2 {
        height: 100px;
    }

    /*.signup-content.padding-div {
          overflow: hidden;
          }*/
    .signup-form-inner-ui {
        width: 100%;
    }

    .signup-form-inner-ui .form-group {
        float: none;
        width: 50%;
        margin: 0 auto;
    }

    /*select#countryCode {
        top: 50px;
        left: -35px;
        position: relative;
        }*/
    .travel-popup {
        display: none !important;
    }

    .contact-address .fa-envelope-open-text {
        padding-left: 0px;
    }

    .our-mission-inner {
        padding-left: 0;
    }

    .banner-tab-one p, .banner-tab-two p, .banner-tab-three p {
        font-size: 12px;
    }

    .contact-banner .banner-inner-top-right .inner-banner-content img {
        max-width: 150px;
    }

    .contact-banner .banner-inner-top-right .inner-banner-content {
        padding-top: 220px;
        display: block;
        float: right;
    }

    .contact-banner .inner-banner-content a.started {
        width: 180px;
        min-width: auto;
        padding: 10px;
    }

    .contact-banner .inner-banner-content h1 {
        font-size: 30px;
    }

    .contact-banner .inner-banner-content h1 span {
        font-size: 30px;
    }

    .contact-banner .inner-banner-content h3 {
        font-size: 18px;
    }

    .banner-inner-top-left img {
        width: 100%;
        max-width: 230px;
    }

    .banner-inner-top-left {
        padding-top: 150px;
    }

    .banner-tab {
        margin-top: 150px;
    }

    .banner-tab-one img,
    .banner-tab-two img,
    .banner-tab-three img {
        margin: 0px auto 0;
        display: table;
        width: 60px;
    }

    .banner-tab-one,
    .banner-tab-two,
    .banner-tab-three {
        height: 170px;
    }

    nav.navbar.fixed-top.custom-nav li.nav-item a {
        /*font-size: 14px;
        padding: 10px 8px;*/
    }

    nav.shrink .navbar-brand img {
        /*width: 130px;
        transition: all 0.7s;*/
    }

    a.navbar-brand img {
        width: 175px;
    }

    .login-language .login-inner,
    .login-language .language {
        float: right;
    }

    .login-language {
        width: 200px;
    }

    .login-inner {
        margin-top: 0px;
    }

    .language select {
        font-size: 12px;
    }

    .login-inner .login a,
    .login-inner .sign a {
        font-size: 14px;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes airplane {
        from {
            left: -270px;
        }
        to {
            left: 20px;
        }
    }

    @keyframes airplane {
        from {
            left: -270px;
        }
        to {
            left: 20px;
        }
    }
    .banner-tab-one-back h4, .banner-tab-two-back h4, .banner-tab-two-back h5, .banner-tab-two-back h6, .banner-tab-three-back h4 {
        font-size: 15px;
    }

    .banner-tab-one .banner-tab-arrow img,
    .banner-tab-two .banner-tab-arrow img,
    .banner-tab-three .banner-tab-arrow img {
        width: 140px;
        height: auto;
        top: 50px;
        left: -145px;
    }

    .banner-tab-one-back hr,
    .banner-tab-two-back hr,
    .banner-tab-three-back hr {
        margin: 0 0 5px 0;
    }

    .custom-rw .custom-input-rs label {
        min-width: 100% !important;
        width: 150px;
    }
}

@media only screen and (max-width: 768px) {

    .inner-banner-content {
        padding-top: 100px;
    }

    .final_amount-block .update-btn button {
        width: 180px !important;
        min-width: auto;
    }

    .final_amount-block .update-btn2 button {
        width: 90px !important;
        min-width: auto;
    }

    .car_select {
        margin-top: 15px;
    }

    .signup-form-inner-ui .form-group {
        width: 100%;
    }

    .banner-inner-second-left {
        padding-top: 190px;
    }

    .banner-inner-second-right {
        padding-top: 240px;
    }

    .contact-banner .banner-inner-top-right .inner-banner-content {
        padding-top: 250px;
    }

    .ceo-msg {
        margin-top: 0;
    }

    .cm-2 label {
        width: 100%;
    }

    .signup-form-inner-ui .checkbox .cr,
    .signup-form-inner-ui .checkbox .cr,
    .signup-form-inner-ui .checkbox .cr, .radio .cr {
        top: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .question-form.question-form_b .reminder-pop.reminder-pop-sep-b {
        margin: 0 0 0 100px;
    }

/*    .b_res {
        margin: 0 0 0 30px;
    }*/

    li.nav-item.dropdown.language-plus a.dropdown-toggle {
        padding: 0px 2px !important;
    }

    /*.custom-input-rs {
        display: block;
        }*/
    .asian-info-inner .row .col-lg-6 {
        margin-bottom: 15px;
    }

    .custom-rw .custom-input-rs label {
        min-width: 100% !important;
        width: 200px;
    }

    .signup-form-inner-ui .checkbox .cr,
    .signup-form-inner-ui .checkbox .cr,
    .signup-form-inner-ui .checkbox .cr, .radio .cr {
        top: -10px;
    }

    .signup-form-inner-ui .form-group {
        width: 100%;
    }

    .login-form {
        width: 80%;
    }

    .forget-screen form#loginForm {
        min-height: 400px;
    }

    .login-screen {
        min-height: 650px;
    }

    .language select {
        background-image: url(../img/language-img-rs.png);
        padding: 11px 5px 12px 5px;
        font-size: 14px;
    }

    .navbar-nav li.nav-item a {
        border-bottom: 1px solid #764c9e;
        display: block;
    }

    .nav-rs {
        display: block;
    }

    .our-mission-inner h2 {
        border-right: none;
        max-width: -webkit-fill-available;
        text-align: center;
        width: 100%;
    }

    .our-mission-toy img {
        margin: 0 auto;
        max-width: 200px;
        display: table;
    }

    .pd-0 {
        padding: 0
    }

    .our-mission-inner p {
        text-align: center;
    }

    .our-mission {
        background-image: none;
        background-color: #fff;
    }

    .notyf {
        width: 100%;
        right: 10px;
    }

/*    .custom-submit, button#btn-submit {
        min-width: 200px;
    }*/

    a.navbar-brand img {
        width: 150px;
    }

    nav.shrink .navbar-brand img {
        /*width: 120px;*/
    }

    .login-language {
        width: 160px;
    }

    .login-inner .login a, .login-inner .sign a {
        font-size: 12px;
    }

    .login-language .sign a {
        padding: 4px 0 0;
    }

    .language {
        width: 150px;
    }

    .re-login .login-language {
        display: block;
    }

    .re-login {
        display: block;
    }

    .banner-tab-one:hover {
        height: 170px;
    }

    .banner-tab-two:hover {
        height: 200px;
    }

    .banner-tab-three:hover {
        height: 200px;
    }

    .banner-tab-two-back {
        top: 110px;
    }

    .banner-tab-three-back {
        top: 200px;
    }

    .banner-tab-three:hover {
        height: 200px;
    }

    section.privacy p {
        text-align: left;
    }

    .faq p {
        text-align: left;
    }

    .banner-tab {
        max-width: 120px;
    }

    section.structure.help h4 {
        font-size: 20px;
    }

    .ceo-msg {
        margin-top: 50px
    }

    .our-team {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .rs-none {
        display: block;
    }

    .rs-display {
        display: none
    }

    nav.navbar.fixed-top.custom-nav li.nav-item a:hover {
        color: #764c9e !important;
        text-decoration: none;
        background: #deeff3;
    }

    .banner-tab {
        margin-top: 100px;
        max-width: 150px;
        float: right;
    }

    .banner-tab-one, .banner-tab-two, .banner-tab-three {
        height: 115px;
    }

    .banner-tab-one-front h4, .banner-tab-two-front h4, .banner-tab-two-front h5, .banner-tab-three-front h4 {
        font-size: 14px;
    }

    .banner-tab-one img, .banner-tab-two img, .banner-tab-three img {
        width: 50px;
    }

    .banner-tab-one, .banner-tab-two, .banner-tab-three {
        height: 100px;
    }

    .banner-inner-top-left {
        padding-top: 100px;
    }

    .banner-inner-top-left img {
        max-width: 230px;
    }

    .banner-inner-third-left {
        padding-top: 70px;
    }

    .banner-inner-third-left img {
        width: 80px;
    }

    .banner-inner-third-left {
        padding-top: 110px;
        padding-left: 60px;
    }

    .banner-inner-second-left img {
        width: 40px;
    }

    .banner-inner-second-left {
        padding-top: 20px;
    }

    .banner-inner-second-right {
        padding-top: 50px;
    }

    .banner-inner-second-right img {
        width: 100px;
    }

    .custom-nav button.navbar-toggler span i.fa-bars {
        color: #764c9e;
        font-size: 24px;
    }

    nav.navbar.fixed-top.custom-nav li.nav-item a {
        /*padding: 5px 8px;*/
    }

    .login-language {
        float: left;
        padding-left: 0;
    }

    .custom-nav button.navbar-toggler:focus {
        outline: none;
    }

    /*.login-language {
        display: none;
        }*/
    div#navbarCollapse.show {
        /*background: #deeff3;*/
    }

    /*div#navbarCollapse.show li.nav-item.active{background: #764b9e;color: #fff}
    div#navbarCollapse.show li.nav-item:hover{background: #764b9e;color: #fff}
    div#navbarCollapse.show li.nav-item.active a{color: #fff !important;}
    div#navbarCollapse.show li.nav-item:hover a{color: #fff}*/
    nav.navbar.fixed-top.custom-nav ul.navbar-nav {
        border-right: none;
        padding-right: 0;
    }

    section.structure.insurance {
        background-position: center;
    }

    .provider-right img {
        width: 100%;
    }

    section h1 {
        font-size: 30px;
    }

    .testim .wrap {
        padding: 0px 20px;
    }

    .testim .cont div .img img {
        width: 50px;
        height: auto;
    }

    .testim .dots {
        display: none;
    }

    .term .row {
        padding: 0 15px;
    }

    .faq ul.panel-tabs li a {
        padding: 10px 15px;
        font-size: 13px;
    }

    section.about h1 {
        text-align: center;
    }

/*    section p {
        text-align: center;
    }*/

    section .set .content p {
        text-align: left;
    }

    .ceo-msg span {
        margin: 0 auto;
        display: table;
    }

    .contact-banner .inner-banner-content {
        padding-top: 0px;
    }

    .banner-tab {
        max-width: 140px;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes airplane {
        from {
            left: -350px;
        }
        to {
            left: -90px;
        }
    }

    @keyframes airplane {
        from {
            left: -350px;
        }
        to {
            left: -90px;
        }
    }
    .banner-inner-top-left {
        padding-top: 160px;
    }

    .banner-tab-one-back, .banner-tab-two-back, .banner-tab-three-back {
        transition: visibility 0s, opacity 0.9s linear;

    }

    .banner-tab-one, .banner-tab-two, .banner-tab-three {
        transition: .5s;
    }

}

@media only screen and (max-width: 575px) {
    .question-form.question-form_b .reminder-pop.reminder-pop-sep-b {
        margin: 0 0 0 0;
    }

    .b_res {
        margin: 0 0 0 0;
    }

    .inner-banner-content {
        padding-top: 70px;
    }

    .final_amount-block .update-btn button {
        width: 200px !important;
        min-width: auto;
    }

    .final_amount-block .update-btn2 button {
        width: 200px !important;
        min-width: auto;
    }

    .product-page .questions {
        height: 100%;
    }

    /*.banner-tab {
        display: none;
        }*/
    section.structure.help h4 {
        font-size: 18px;
    }

    .help ul li {
        margin: 0 5px;
    }

    /*.help a {
        padding: 6px 13px;
        height: 40px;
        width: 40px;
        font-size: 20px;
        }*/
    .about-banner-inner-top-right {
        display: none;
    }

    .contact-banner .banner-inner-top-right .inner-banner-content {
        display: none;
    }

    .navbar-expand-md.custom-nav > .container, .navbar-expand-md > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .banner-inner-top-left img {
        max-width: 170px;
    }

    .banner-inner-top-left {
        padding-top: 160px;
    }

    .banner-inner-second-left {
        padding-top: 120px;
    }

    .custom-bn-re-sm {
        width: 50%
    }

    .banner-inner-second-right {
        padding-top: 140px;
    }

    .banner-tab-one img, .banner-tab-two img, .banner-tab-three img {
        width: 40px;
    }

    /*.banner-tab {
        max-width: 110px;
        }*/
    .trip-block {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .inner-banner-content {
        padding-top: 70px;
    }

    .banner-inner-second-left {
        padding-top: 60px;
    }

    .banner-inner-second-right {
        padding-top: 90px;
    }

    a.started {
        margin: 0 auto;
        background: #764c9e;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 10px 10px 10px;
        border-radius: 30px;
        margin-top: 50px;
        font-size: 12px;
        font-family: 'Roboto-Bold';
        min-width: 220px;
        text-align: center;
    }

    .final_amount-block .update-btn button {
        width: 150px !important;
        min-width: auto;
    }

    .final_amount-block .update-btn2 button {
        width: 150px !important;
        min-width: auto;
    }

    nav.shrink .navbar-brand img {
        /*width: 100px;*/
    }

    a.navbar-brand img {
        width: 150px;
    }

    a.navbar-brand {
        margin-right: 0;
    }

    .login-language {
        width: 140px;
    }

    .language {
        width: 130px;
    }

    /*.language select {
        padding: 16px 5px 8px 5px;
        background-position: 2px 1px;
        }*/
    .custom-bn-re-xs {
        width: 25%;
    }

    .custom-bn-re-xs .banner-inner-second-right {
        /*padding-top: 0px;*/
    }

    /*.banner-inner-second-right {
        padding-top: 190px;
        }*/
    .banner-inner-second-right img {
        width: 80px;
    }

    .custom-raw-rs {
        width: 100%
    }

    /*.banner-inner-second-left {
        padding-top: 170px;
    }
    .banner-tab {
        max-width: 90px;
        }*/
    .trip-block {
        margin-left: -10px;
    }
}

@media all and (max-width: 320px) {
    /*body {
        font-size: 14px;
    }*/

    .banner-inner-second-left {
        padding-top: 60px;
    }

    .banner-inner-second-right {
        padding-top: 100px;
    }

}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 9;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2aaaab;
    border-color: #0e9596;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
    width: 100%;
}

.testim .cont > div.inactive {
    opacity: 1;
}


.testim .cont > div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #fff;
    font-size: 24px;
    margin: 15px 0;
    font-weight: 600;
}

.testim .cont div .h4 span {
    color: #54edef;
    text-transform: uppercase;
    font-size: 16px;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
    height: 60px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

/*Newsletter Start*/

.newsletter {
    padding: 80px 0;
    background: #ecfbfe;
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter .content h1 {
    text-align: center;
    color: #333333;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 36px;
    margin-bottom: 15px;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #ccc;
    border-radius: 20px 0 0 20px;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0 20px 20px 0;
    background: #764c9e;
    color: #fff;
    font-weight: 600;
    padding: 10px 50px;
}

.newsletter .content button:hover {
    box-shadow: none;
    background: #2aaaab;
    transition: .5s
}

.newsletter input.form-control {
    box-shadow: none;
}

.newsletter .content button.btn:focus {
    box-shadow: none;
}

/*Newsletter End*/


/*Panel tabs*/
.panel-tabs {
    position: relative;
    bottom: 30px;
    clear: both;
    border-bottom: 1px solid transparent;
}

.panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .23);
    border-bottom-color: transparent;
}

.faq ul.panel-tabs {
    display: table;
    width: 100%;
    margin: 30px auto 0;
}

.faq ul.panel-tabs li {
    list-style-type: none;
    margin-top: 30px;
    float: left;
    margin-right: 5px;
}

.faq ul.panel-tabs li a {
    color: #333;
    background: #d7ebef;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 14px;
}

.faq ul.panel-tabs li.active a {
    color: #fff;
    background: #764b9e;
    text-decoration: none;
    border-radius: 50px;
}

.faq ul.panel-tabs li a.active {
    color: #fff;
    background: #764b9e;
    text-decoration: none;
    border-radius: 50px;
}

.faq ul.panel-tabs li a:hover, .faq ul.panel-tabs li a:focus {
    color: #fff;
    background: #764b9e;
    text-decoration: none;
}

.faq .panel-body {
    width: 100%;
    display: block;
    float: left;
}

.contact p {
    color: #333;
}

.contact label {
    margin: 10px 0;
}

.contact textarea#message {
    resize: none;
}

#contact-form input {
    border-radius: 20px;
}

#contact-form input:focus {
    border-color: #b8d1ec;
    box-shadow: 0 0 6px 3px rgba(0, 123, 255, 0.14);
}

#contact-form input {
    border-radius: 30px;
    height: 50px;
    padding: 5px 15px;
}

.contact .form-group {
    margin-bottom: 30px;
}

.contact .btn-send {
    margin: 0 auto;
    background: #764c9e;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 30px;
    margin-top: 50px;
    font-size: 14px;
    font-family: 'Roboto-Bold';
    min-width: 220px;
    text-align: center;
}

.contact .btn-send:hover, .contact .btn-send:focus {
    background: #2aaaab;
    color: #fff;
    text-decoration: none;
    transition: all 0.7s;
}

section.contact h3 {
    font-weight: normal;
}

.contact-address h4 {
    color: #333
}

.contact-address p {
    color: #333
}

.contact-address {
    margin-top: 30px;
}

.contact-address h4 {
    color: #333;
    font-size: 22px;
}

.contact-address span {
    float: left;
    height: 50px;
    padding-right: 10px;
}

.contact-address p {
    color: #333;
    float: left;
}

.contact textarea#form_message {
    resize: none;
}

.contact textarea#form_message:focus {
    border-color: #b8d1ec;
    box-shadow: 0 0 6px 3px rgba(0, 123, 255, 0.14);
}

.contact-banner .inner-banner-content {
    padding-top: 60px;
}

.contact-banner .banner-inner-top-right .inner-banner-content {
    margin: 0 auto;
    padding-top: 220px;
    display: table;
}

.contact-banner .inner-banner-content h1 {
    font-size: 42px;
    font-family: 'Nunito-Bold';
    color: #333;
    margin-bottom: 25px;
}

.contact-banner .inner-banner-content h1 span {
    font-size: 42px;
    font-family: 'Nunito-Bold';
    color: #42c1c7;
}

.contact-banner .inner-banner-content h3 {
    font-size: 24px;
    font-family: 'Nunito-Bold';
    color: #333;
}

.contact-banner .inner-banner-content a.started {
    width: 220px;
    float: left;
    margin-top: 0;
}

section.privacy.structure {
    padding-top: 120px;
    height: auto;
}

section.privacy p {
    color: #555;
}

.privacy-content {
    padding-left: 15px;
}

.privacy-content-inner {
    padding-left: 15px;
}

.privacy h4 {
    font-size: 16px;
    color: #333;
    padding-top: 15px;
    padding-bottom: 10px;
}

section.privacy p span {
    color: #000;
    padding-right: 5px;
}

.privacy .table-responsive {
    margin-top: 40px;
}

.questions {
    margin-top: 0px;
    /*background-image: url(../img/project-banner.png);
    background-repeat: no-repeat;
    background-size: cover;*/
}

section.structure.about.testimonial-section2 {
    padding: 60px 0 0;
}

.accordion__itemContent img {
    height: auto;
    width: 100%;
}

img.msg-icon {
    position: absolute;
    top: 7px;
    left: 5px;
}

/*.login-form.forget-form {*/
    /*width: 55%;*/
    /*margin: 0 auto;*/
/*}*/

/*.login-form {*/
    /*width: 60%;*/
    /*margin: 0 auto;*/
/*}*/

/*.login-form.forget-form button#btn-submit {
    width: 330px;
    margin: 0;
}*/

.forget-screen .space40.text-center p {
    margin-bottom: 30px;
}

/*.login-content form#loginForm {
    margin: 30px auto 0;
    display: table;
}

.forget-screen form#loginForm {
    margin: 30px auto 70px;
    display: table;
}*/

.space0 {
    margin: 0;
}

form#signupForm {
    display: table;
}

.main-logo {
    margin: 120px auto 0;
    display: table;
}

.main-logo img {
    width: 80px;
}

.login-content h2,
form#signupForm h2 {
    padding-bottom: 15px;
}

.has-error .form-control-feedback {
    color: #764c9e;
}

.form-control-feedback {
    position: relative;
    top: -42px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    float: left;
    left: 15px;
}

.login-content .form-control, form#signupForm input {
    height: 58px;
    border-radius: 5px;
    width: 100%;
    padding: 10px 15px 10px 60px;
}

.custom-phn {
    position: absolute;
    top: 10px;
}

.login-content .form-control:focus,
form#signupForm:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 1px 3px rgba(184, 216, 249, 0.25);
}

/*.checkbox a {
    color: #946CE0;
    font-weight: bold;
}

.checkbox a:hover, .checkbox a:focus {
    color: #408998;
    text-decoration: none;
}*/

.form-forgottenh {
    margin: 0 auto 40px;
    display: table;
}

@-webkit-keyframes l {
    0% {
        opacity: 0;
        bottom: -15px;
        max-height: 0;
        max-width: 0;
        margin-top: 0
    }
    30% {
        opacity: .8;
        bottom: -3px
    }
    to {
        opacity: 1;
        bottom: 0;
        max-height: 200px;
        margin-top: 12px;
        max-width: 400px
    }
}

@keyframes l {
    0% {
        opacity: 0;
        bottom: -15px;
        max-height: 0;
        max-width: 0;
        margin-top: 0
    }
    30% {
        opacity: .8;
        bottom: -3px
    }
    to {
        opacity: 1;
        bottom: 0;
        max-height: 200px;
        margin-top: 12px;
        max-width: 400px
    }
}

@-webkit-keyframes m {
    0% {
        opacity: 1;
        bottom: 0
    }
    30% {
        opacity: .2;
        bottom: -3px
    }
    to {
        opacity: 0;
        bottom: -15px
    }
}

@keyframes m {
    0% {
        opacity: 1;
        bottom: 0
    }
    30% {
        opacity: .2;
        bottom: -3px
    }
    to {
        opacity: 0;
        bottom: -15px
    }
}

@-webkit-keyframes n {
    0% {
        opacity: 0
    }
    30% {
        opacity: .5
    }
    to {
        opacity: .6
    }
}

@keyframes n {
    0% {
        opacity: 0
    }
    30% {
        opacity: .5
    }
    to {
        opacity: .6
    }
}

@-webkit-keyframes o {
    0% {
        opacity: .6
    }
    30% {
        opacity: .1
    }
    to {
        opacity: 0
    }
}

@keyframes o {
    0% {
        opacity: .6
    }
    30% {
        opacity: .1
    }
    to {
        opacity: 0
    }
}

.notyf__icon--alert, .notyf__icon--confirm {
    height: 21px;
    width: 21px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    position: relative
}

.notyf__icon--alert:after, .notyf__icon--alert:before {
    content: "";
    background: #ed3d3d;
    display: block;
    position: absolute;
    width: 3px;
    border-radius: 3px;
    left: 9px
}

.notyf__icon--alert:after {
    height: 3px;
    top: 14px
}

.notyf__icon--alert:before {
    height: 8px;
    top: 4px
}

.notyf__icon--confirm:after, .notyf__icon--confirm:before {
    content: "";
    background: #3dc763;
    display: block;
    position: absolute;
    width: 3px;
    border-radius: 3px
}

.notyf__icon--confirm:after {
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
    left: 6px
}

.notyf__icon--confirm:before {
    height: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: 10px
}

.notyf__toast {
    display: block;
    overflow: hidden;
    -webkit-animation: l .3s forwards;
    animation: l .3s forwards;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .45);
    position: relative;
    padding-right: 13px
}

.notyf__toast.notyf--alert {
    background: #ed3d3d
}

.notyf__toast.notyf--confirm {
    background: #3dc763
}

.notyf__toast.notyf--disappear {
    -webkit-animation: m .3s 1 forwards;
    animation: m .3s 1 forwards;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.notyf__toast.notyf--disappear .notyf__message {
    opacity: 1;
    -webkit-animation: m .3s 1 forwards;
    animation: m .3s 1 forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.notyf__toast.notyf--disappear .notyf__icon {
    opacity: 1;
    -webkit-animation: o .3s 1 forwards;
    animation: o .3s 1 forwards
}

.notyf__wrapper {
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    border-radius: 3px
}

.notyf__icon {
    width: 20%;
    text-align: center;
    font-size: 1.3em;
    -webkit-animation: n .5s forwards;
    animation: n .5s forwards;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.notyf__icon, .notyf__message {
    display: table-cell;
    vertical-align: middle;
    opacity: 0
}

.notyf__message {
    width: 80%;
    position: relative;
    -webkit-animation: l .3s forwards;
    animation: l .3s forwards;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.notyf {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 20%;
    color: #fff;
    z-index: 1
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

/*.forget-submit {
    display: table;
}*/

form#signupForm.signup-inner h2 {
    margin-bottom: 0;
}

.login-form.signup-form-inner {
    width: 100%;
    margin-top: 30px;
}

.signup-form-inner-ui {
    width: 850px;
    margin: 0 auto;
    display: table;
}

.sigun-to-login {
    margin: 15px 0;
}

.login-social {
    margin: 0 auto;
    max-width: 240px;
    padding: 0;
}

.login-social {
    max-width: 840px;
    margin: 30px auto 100px;
    display: table;
}

.login-social ul {
    margin-top: 50px;
}

.login-social ul li {
    list-style-type: none;
    float: left;
    margin: 0 10px;
}

.login-social img {
    margin: 0 auto;
    display: table;
}

.login-social a:hover img {
    opacity: .7;
}


/*Compare plan tart*/
.asian-info label.btn.btn-default,
.asian-info label.btn.btn-primary {
    margin: 0 15px 0 0;
    width: 200px;
    padding: 20px;
    height: 50px;
    line-height: 10px;
    background: #fff;
    color: #333;
}

.asian-info label.btn.btn-primary input[type="radio"],
.asian-info label.btn.btn-default input[type="radio"] {
    float: right;
}

.asian-info label.btn.btn-default span.badge,
.asian-info label.btn.btn-primary span.badge {
    float: right;
    position: relative;
    right: -15px;
    top: -5px;
    display: none;
}

.asian-info input[type="radio"] {
    visibility: hidden;
}

.asian-info label.btn.btn-primary span.asia-q,
.asian-info label.btn.btn-default span.asia-q {
    margin: 0 auto;
    display: table;
}


.travel-popup {
    background: #42c1c7;
    position: absolute;
    width: 240px;
    padding: 30px 20px 20px 20px;
    top: 100px;
    border-radius: 5px;
    display: none;
}

a.popup-close {
    position: absolute;
    top: -6px;
    right: -7px;
}

a.popup-close i {
    color: #d7e1e5;
    font-size: 30px;
}

.travel-popup img {
    position: absolute;
    top: -50px;
    left: 50px;
}

.travel-popup p {
    color: #333;
    font-size: 14px;
}

.asian-info {
    display: table;
    margin: 0 auto 50px;
    visibility: hidden;
}

input[type="checkbox"] {
    width: 50px;
}


.asian-info input[type="radio"]:checked + span {
    background: pink !important;
}

.badgebox {
    opacity: 0;
}

.badgebox + .badge {
    text-indent: -999999px;
    width: 27px;
}

.badgebox:focus + .badge {
    box-shadow: inset 0px 0px 5px;
}

.badgebox:checked + .badge {
    text-indent: 0;
}

.asian-info .btn-default .badge,
.asian-info .btn-primary .badge {
    color: #fff;
    background-color: #764c9e;
}

.asian-info .btn-primary:not(:disabled):not(.disabled):active,
.asian-info .btn-primary:not(:disabled):not(.disabled).active,
.asian-info .show > .btn-primary.dropdown-toggle {
    color: #333;
    background-color: #fff;
    border-color: #005cbf;
}

.asian-info label.btn.btn-default,
.asian-info label.btn.btn-primary {
    margin: 0 15px 0 0;
    padding: 20px;
    height: 50px;
    background: #fff;
    color: #333;
    width: 100%;
    margin: 0;
}

.asian-info label.btn.btn-default:hover,
.asian-info label.btn.btn-primary:hover {
    border: 1px solid #764c9e;
}

.asian-info-inner {
    display: table;
    margin: 0 auto;
}

/*Compare plan End*/

/*New css Osama Start*/
/*li.disabled.last a#question-form-t-1:before,{
    display: none;
}
li.current a#question-form-t-1:before {
    content: "15%";
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 9999;
    background: transparent;
    color: #46c2c8;
    display: block;
}

li.current a#question-form-t-2:before {
    content: "30%";
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 9999;
    background: transparent;
    color: #46c2c8;
    display: block;
}

li.current a#question-form-t-3:before {
    content: "50%";
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 9999;
    background: transparent;
    color: #46c2c8;
    display: block;
}
li.current a#question-form-t-4:before {
    content: "75%";
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 9999;
    background: transparent;
    color: #46c2c8;
    display: block;
}
li.current a#question-form-t-5:before {
    content: "100% Complete";
    display: block;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 83px;
    left: 0;
    z-index: 9999;
    background: transparent;
    color: #46c2c8;
    display: block;
    }*/

/*New css Osama End*/
/*.login-social h2 span {
    background: #eff3f8;
    padding: 0 10px;
    position: relative;
    top: 15px;
    }*/
.sigun-to-login a:hover {
    color: #764c9e;
}

.sigun-to-login a {
    color: #666666;
}

.signup-form-inner-ui .form-group {
    float: left;
    width: 46%;
    margin: 0 15px;
}

/*.login-content.padding-div.login-screen,
.forget-screen.login-content.padding-div {
    background: url(../img/product-banner.png);
    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
    background-color: #ecfbfe;
    background-image: linear-gradient(#ecfbfe, white);
}*/

.signup-form-inner-ui .checkbox b {
    font-weight: normal;
    width: 80%;
    display: inline-block;
    color: #999;
}

/*.signup-form-inner-ui .checkbox .cr,
.signup-form-inner-ui .checkbox .cr,
.signup-form-inner-ui .checkbox .cr, .radio .cr {
    top: 42px;
}*/

/*.custom-submit, button#btn-submit {
    margin: 0 auto;
    background: #764c9e;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Nunito-Regular';
    min-width: 260px;
    text-align: center;
    cursor: pointer;
    width: 300px;
}*/

/*.custom-submit:hover,
.custom-submit:focus,
button#btn-submit:focus,
button#btn-submit:hover {
    background: #2aaaab;
    color: #fff;
}*/

.forgotten-inner a {
    color: #764c9e;
    margin: 0 auto;
    display: table;
}

.forgotten-inner a:hover, .checkbox a:focus {
    color: #408998;
    text-decoration: none;
}

/*Ready Referral*/
.v28_2 {
    width: 772px;
    color: rgba(48, 48, 48, 1);
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 900;
    font-size: 3vw;
    opacity: 1;
    text-align: center;
}

a.ready {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    display: flex;
    width: 100%;
    margin-top: 5%;
    padding: 21px 96px;
    margin-left: 32%;
    background: #2aaaab;
    box-shadow: 4px 8px 24px rgba(104, 8, 194, 0.16);
    border-radius: 5px;

}

span.readytext {
    font-size: 19px;
    font-weight: bold;
    width: 300px;
}

a.ready:hover, a.ready:focus {
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    border-color: #764C9E;
    background: #fff;
    color: #764C9E;
    text-decoration: none;
    transition: all 0.7s;
}

@media (max-width: 411px) {
    a.ready {
        width: 100%;
        position: relative;
        left: -30%;
        text-align: center;
    }

    span.readytext {
        width: 150px;
    }
}

@media (min-width: 414px) {
    a.ready {
        width: 100%;
        position: relative;
        left: -30%;
        text-align: center;
    }

    span.readytext {
        width: 150px;
    }
}

@media (min-width: 768px) {
    a.ready {
        width: 100%;
        position: relative;
        left: -20%;
        text-align: center;
    }

    span.readytext {
        width: 150px;
    }
}

@media (min-width: 992px) {
    a.ready {
        width: 100%;
        position: relative;
        left: -5%;
        text-align: center;
    }

    span.readytext {
        width: 150px;
    }
}

@media (min-width: 1200px) {
    a.ready {
        width: 100%;
        position: relative;
        left: 5%;
        text-align: center;
    }

    span.readytext {
        width: 350px;
    }
}

section.about-section-2 {
    background-image: url("../img/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

section.about-section-2 p {
    color: #333;
}

.team-sec {
    margin: 30px auto;
    display: table;
}

.our-sec {
    margin: 30px auto;
    display: table;
}

.our-sec {
    margin: 30px auto 0;
    display: table;
    padding: 0 30px;
}

.our-sec .img-responsive {
    width: 100%;
    height: auto;
}

.help-block {
    text-transform: uppercase;
    color: #f4cdcd;
    font-size: 12px;
    font-weight: 600;
}

.term li.space20 {
    padding-bottom: 10px;
}

.term-of-service ol {
    padding-top: 10px;
    list-style: decimal;
    counter-reset: a;
    padding-left: 30px;
}

.term-of-service table {
    margin: 30px 0;
}

.term-of-service table tr td {
    padding: 10px;
}

.term-of-service table tr th {
    padding: 10px;
}

.term-of-use a {
    color: #764c9e;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    font-weight: bold;
}

.term-of-use a:hover, .term-of-use a:focus {
    color: #408998;
}

legend span {
    color: #42c1c7;
}

.accordion-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    float: left;

}

.accordion-container > h2 {
    text-align: center;
    color: #fff;
    /*padding-bottom: 5px;*/
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    /* background-color: #fff; */
    /* border: 1px solid #cbd2d8 !important; */
    border-radius: 3px;
    margin-bottom: 10px;
    padding-left: 3rem;
}

.set > a {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    font-family: var(--font-family);
    text-decoration: none;
    color: #282828;
    font-weight: 500;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set > a i {
    float: right;
    color: #946CE0;
}

.set > a.active {
    /* background: #fff; */
    color: #333;
    border-radius: 3px;
    font-size: 16px;
}

.set .content {
    /* background-color: #fff;
    border-bottom: 1px solid #ddd; */
    display: none;
}

.set .content p {
    padding: 10px 0;
    margin: 0;
    color: #333;
}

.set .content img {
    width: 100%;
    height: auto;
}

.set .content ul {
    padding-left: 35px;
}

.set .content ul ul {
    padding-left: 35px;
}

.our-sec img {
    width: 960px;
}

.inner-container {
    max-width: 800px;
    margin: 0 auto;
}

.question-more-detail {
    margin-bottom: 20px;
}

select.required.long {
    margin-bottom: 20px;
}

input.text-uppercase.required.long {
    /*margin-bottom: 20px;*/
}

.term-of-service li li {
    padding: 0;
}

.term-of-service li {
    padding-top: 10px;
}

section.contact.structure.expectations input.btn-send {
    margin: 0 0 30px;
}

section.ceo {
    background: url(../img/about-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

section.ceo img {
    margin: 0 auto;
    display: table;
}

.ceo-msg {
    background: #f2f6fa;
    border-radius: 20px;
    margin-top: 40px;
    padding: 30px;
}

section .ceo-msg img {
    display: block;
    margin: unset;
    padding-bottom: 15px;
}

section.about-custom {
    padding: 0;
}

.about-banner-inner-top-right {
    padding-top: 240px;
}

.about-banner-inner-top-right img {
    float: right;
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

.rs-none {
    display: none
}

.our-team {
    padding-top: 50px
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 55px;
    /*right: 85px;*/
    left: 10px;
    bottom: 25px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.5;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/*
Free App template for Bootstrap 3
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com
Image placeholders: placemi.com
*/


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

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

.icon {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    border: 2px solid;
    border-radius: 50%;
}

.header {
    padding-top: 50px;
    background-color: #eee;
    overflow: hidden;
}

.footer {
    color: #887;
    background-color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content {
    position: relative;
    display: table;
    width: 100%;
    /*min-height: 100vh;*/
}

.pull-middle {
    display: table-cell;
    vertical-align: middle;
}

.btn {
    padding-left: 25px;
    padding-right: 25px;
}

.btn-circle {
    border-radius: 20px;
}

/*.input-group input {
    border: 0;
    box-shadow: none;
    padding-right: 30px;
}

.input-group input:focus,
.input-group input:active {
    outline: 0;
    box-shadow: none;
}*/

.input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: -18px;
    border-radius: 20px;
}

/*.phone {
    position: relative;
    max-width: 263px;
    margin: 0 auto;
    padding: 65px 15px 55px;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #222;
    box-shadow: 20px 20px 40px #887;
    }*/

section.structure.testimonial-section2 h1 {
    color: #fff;
}

section.structure.testimonial-section2 {
    padding: 60px 0 0;
}

.contact-max-wdh {
    max-width: 780px;
    margin: 0 auto;
}

/*.re-login {
    display: none;
    }*/
.our-mission {
    background: url(https://fatberry.s3.ap-southeast-1.amazonaws.com/about_us/ceo_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.our-mission-inner h2 {
    float: left;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    max-width: 240px;
}

.our-mission-inner p {
    font-size: 15px;
    color: #666666;
    float: left;
    max-width: 500px;
    margin: 10px 0;
}

.our-mission-inner {
    float: left;
    padding-top: 140px;
}

.nav-rs {
    display: none;
}

.contact-address .fa-envelope-open-text {
    padding-left: 15px;
}

.product-page .questions {
    background-color: #ffffff;
    /* background-image: linear-gradient(#ecfbfe, white); */
    /* padding-bottom: 100px; */
    height: 800px;
}

.bg-car {
    background: url(https://fatberry.s3.ap-southeast-1.amazonaws.com/car_product/quote_car/bg-car.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*height: 1080px;*/
    height: 800px;
}

.bg-bike {
    background: url(https://fatberry.s3.ap-southeast-1.amazonaws.com/motorcycle_product/quote_bike/bg-bike.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 850px;
}

td.account-income-bk {
    cursor: auto;
}

.body.product-page {
    /*background: url(../img/product-banner.png);*/
    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
    background-color: #ecfbfe;
}

select#id_type {
    /* background: transparent; */
    /* border-radius: 30px; */
    width: 112%;
    height: 52px;
    background: url(../img/select/nric.png);
    background-position: 20px 15px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 0 !important;
    text-indent: 60px;
}

select#country {
    /*background: transparent;*/
    border-radius: 30px;
    height: 52px;
    background: url(../img/p_9.png);
    background-position: 10px 5px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
}

select#id_type:focus {
    outline: none;
}

select#countryCode {
    background: #f0f0f0;
    width: 90px;
    position: absolute;
    padding: 13px 0px 14px 10px;
    z-index: 9;
    border-radius: 25px 0 0 25px;
    border: none;
    margin: 1px;
    cursor: pointer;
    left: 0;
}

select#countryCode1 {
    background: #f0f0f0;
    width: 90px;
    position: absolute;
    padding: 13px 0px 14px 10px;
    z-index: 9;
    border-radius: 25px 0 0 25px;
    border: none;
    margin: 1px;
    cursor: pointer;
}

select#countryCode:focus {
    outline: none;
}

.form-group input:focus {
    outline: none;
    border: 1px solid #ccc;
    /*box-shadow: none;*/
}

.form-control-feedback.cell-number {
    top: -44px;
    left: 16px;
    border-right: 1px solid #dbdcdc;
    padding-right: 0;
    width: 80px;
}

.countrycodece input#phone-number {
    padding: 10px 15px 10px 60px;
}

.form-group.countrycodecell input#phone-number {
    padding: 10px 15px 10px 120px;
}

.form-control-feedback.cell-number:before {
    display: none;
}

section.privacy.account.structure.expectations {
    /*background: url(../img/product-banner.png);*/
    background-position: center center;
    background-repeat: no-repeat;

    background-size: cover;
    background-color: #ecfbfe;
    padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
    div.gonedivic {
        display: none !important;
    }
}

input.long.vehicle_postcode {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p-4.png);*/
    background-position: 10px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
}

input.text-uppercase.required.long.vehicle_postcode.error {
    /*background: url(../img/p-4.png) !important;*/
    background-position: 13px !important;
    background-repeat: no-repeat !important;
}

input.long.car_number {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p-3.png);*/
    background-position: 15px 5px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
}

input.long.motor_number {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p_10.png);*/
    background-position: 15px 5px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
}

select.coverage_type {
    width: 100%;
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p_2.png);*/
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
}

input.text-uppercase.required.long.motor_number.error {
    /*background: url(../img/p_10.png) !important;*/
    background-position: 15px 5px !important;
    background-repeat: no-repeat !important;
}

input.text-uppercase.required.long.car_number.error {
    /*background: url(../img/p_8.png) !important;*/
    background-position: 15px 5px !important;
    background-repeat: no-repeat !important;
}

input.text-uppercase.required.long.vehicle_no {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p_2.png);*/
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
}

input.long.id_card_number {
    /* border-radius: 30px; */
    height: 52px;
    /*background: url(../img/p-2.png);*/
    background-position: 12px 12px;
    background-repeat: no-repeat;
    padding: 15px 10px 15px 60px !important;
}

/*.modal-backdrop {
    z-index: 1;
}*/

input.long.id_dob {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p_5.png);*/
    background-position: 12px 12px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
}

.product-checkbox {
    font-size: 15px;
}

.reminder-pop {
    float: left;
    margin: 0 15px 0 0;
    width: 100%;
}

.reminder-pop label.input-radio {
    height: auto;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
}

.email-fill-block input.text-uppercase.required.long.email.email-fill {
    width: 100%;
}

.reminder-pop input {
    float: left;
    visibility: hidden;
    padding: 0;
}

.reminder-pop .option-inner.option-tap-2 {
    height: auto;
    border-radius: 5px;
    padding: 0;
    transition: all 0.7s;
    border-radius: 5px;
    background: rgb(148, 108, 224);
    box-shadow: rgb(148 108 224) 0px 0px 20px;
}

.reminder-pop .option-inner.option-tap-2:hover {
    background: #42c1c7;
}

.reminder-pop p {
    color: #fff;
    padding: 12px 10px 10px 10px;
    height: 52px;
    text-transform: uppercase;
}

.reminder-pop input {
    padding: 0 !important;
}

.reminder-pop .option-wrapper {
    width: 100%;
}

.remind-block p {
    color: #999;
    float: left;
}

.remind-block span {
    color: #42c1c7;
    font-weight: bold;
}

select.required.long.valid.car_insurance_state {
    border-radius: 30px;
    height: 52px;
    padding: 15px 15px 15px 15px;
    background: url(../img/p_7.png);
    background-position: 15px 11px;
    background-repeat: no-repeat;
    text-indent: 60px;
}

select.required.long.car_insurance_state,
select.required.long.car_insurance_state.error {
    background: url(../img/p_7.png) !important;
    background-position: 15px 11px !important;
    background-repeat: no-repeat !important;
    text-indent: 60px;
    border-radius: 30px;
    height: 52px;
}

/*.body.product-page .fixed-top {
    z-index: 9;
}*/

.remind-block {
    margin: 0 auto;
    display: table;
}

.click_her {
    float: left;
}

.click_her input.btn.btn-info.btn-lg {
    border: none;
    padding: 0 5px;
}

.click_her input.btn.btn-info.btn-lg:focus {
    outline: none;
}

.click_her button,
.click_her input {
    float: left;
    height: auto;
    line-height: 1;
    border: none;
    background: none;
    padding: 5px 5px;
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: #764c9e;
    border: none;
}

.click_her input:focus,
.click_her input:hover,
.click_her button:hover,
.click_her button:focus {
    background: none !important;
    color: #3cb5bb !important;
    box-shadow: none;
    outline: none;
    border: none;
}

.click_her .btn-info:not(:disabled):not(.disabled):active:focus,
.click_her .btn-info:not(:disabled):not(.disabled).active:focus,
.click_her .show > .btn-info.dropdown-toggle:focus {
    box-shadow: none !important;
    outline: none;
}


.click_her .btn-info:not(:disabled):not(.disabled):active:focus,
.click_her .btn-info:not(:disabled):not(.disabled).active:focus,
.click_her .show > .btn-info.dropdown-toggle:focus {
    box-shadow: none !important;
    outline: none;
}

.question-form input#email-address {
    border-radius: 30px;
    height: 52px;
}

.question-form input#phone-number {
    border-radius: 30px;
    height: 52px;
    margin-top: 10px;
}

label.input-email img.msg-icon {
    top: 11px;
    left: 12px;
}

.cbx-tos .option-inner i {
    border-color: #b7b7b7;
    margin-right: 10px;
    border-radius: 20px !important;
    border: none !important;
}

label.input-checkbox input[type=checkbox]:checked + .option-inner i:before {
    background-color: #fff !important;
    border-radius: 20px !important;
    border: 1px solid #fff;
    z-index: 9;
}

.car-insurance-popup-block .insurance-popup input#departure-date {
    text-align: left;
}

/*label.input-checkbox .option-inner i:after {
    width: 18px;
    height: 18px;
    top: 11px;
    background: #fff;
    border-radius: 20px;
    left: 13px;
    }*/
.modal-body.car-insurance input {
    width: 100%;
    border: 1px solid #ccc;
}

.modal-body.car-insurance input:focus {
    outline: none;
}

input.long.name {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p-1.png);*/
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
}

input.long.email {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p-6.png);*/
    background-position: 15px 10px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
    border: 1px solid #D0D2D3;
}

input.long.phone {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/main_page/phone.png);*/
    background-position: 14px 3px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 100px !important;
}

input.long.password {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p-0.png);*/
    background-position: 20px 8px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
}

input.long.contactp {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p-7.png);*/
    background-position: 20px 8px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 120px !important;
}

/*select#natureBusiness {
    border-radius: 30px;
    height: 58px;
    background: url(../img/p-8.png);
    background-position: 15px 5px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 60px !important;
}*/

select#sortby_promo {
    border-radius: 10px;
    height: 58px;
    padding: 15px 30px 15px 60px !important;
}

.accordion {
    background-color: #f2fdff;
    /*color: #5C979B;*/
    /*font-weight: bold;*/
    cursor: pointer;
    /*padding: 18px;*/
    width: 100%;
    border: none;
    border-radius: 5px;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

/*.accordion:hover {
    background-color: #e9e4f7;
    color: #946ce0;
}*/

.panelaccord {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

div.panelaccord {
    display: none;
}

div.panelaccord.show {
    display: block !important;
}

input.long.name.error {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p-1.png) !important;*/
    background-position: 15px 7px !important;
    background-repeat: no-repeat !important;
    padding: 15px 30px 15px 60px !important;
}

input.long.email.error {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p-5.png) !important;*/
    background-position: 15px 10px !important;
    background-repeat: no-repeat !important;
    padding: 15px 30px 15px 60px !important;
}

input.long.phone.error {
    border-radius: 30px;
    height: 52px;
    /*background: url(../img/p-6.png) !important;*/
    background-position: 15px 10px !important;
    background-repeat: no-repeat !important;
    padding: 15px 30px 15px 60px !important;
}

.car-insurance-popup-block button.btn.btn-default {
    background: #764c9e;
    border-color: #764c9e;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 30px;
    height: 52px;
    line-height: 20px;
    transition: all 0.7s;
}

.car-insurance-popup-block button.btn.btn-default:hover,
.car-insurance-popup-block button.btn.btn-default:focus {
    background: #42c1c7;
    border-color: #42c1c7;
    outline: none;
}

.car-insurance-popup-block-2 button.btn.btn-default {
    background: #764c9e;
    border-color: #764c9e;
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 30px;
    height: 52px;
    line-height: 20px;
    transition: all 0.7s;
}

.car-insurance-popup-block-2 button.btn.btn-default:hover,
.car-insurance-popup-block-2 button.btn.btn-default:focus {
    background: #42c1c7;
    border-color: #42c1c7;
    outline: none;
}

.car-insurance-popup-block button.close {
    background: #764c9e;
    opacity: 1;
    color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.7s;
    margin-right: 0
}

.car-insurance-popup-block button.close:hover,
.car-insurance-popup-block button.close:focus {
    background: #42c1c7;
    outline: none;
}

.insurance-popup input#departure-date {
    padding: 15px 15px 15px 60px;
}

.click-upload {
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 1rem;
}

table.insurance-detail-motor {
    margin: 10px 0 15px;
    width: 100%;
}

table.insurance-detail-motor td {
    border: 1px solid #ffffff;
    background: #ffffff;
    padding: 10px;
}

.insurance-detail-motor .insurance-detail-motor-inner-top {
    color: #3C3C3C;
    font-size: 16px;
    padding: 12px;
    font-weight: 700;
    padding: 5px 8px;
    /* text-align: center; */
}

.insurance-detail-motor .insurance-detail-motor-inner-top span {
    display: block;
    padding-top: 0px;
    color: #946CE0;
    border-radius: 6px;
    overflow-wrap: break-word;
    border: 1px solid #946CE0;
    padding: 10px 4px;
}

.insurance-details-claim-detail {
    /* border: 1px solid #946CE0; */
    border-radius: 6px;
    margin: 20px;
}

.insurance-details-claim {
    font-size: 16px;
    color: #6F6F6F;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 900;
    border-radius: 5px;
    margin-left: -1.5rem;
}

.insurance-details-claim p {
    color: #666;
    margin-bottom: 0;
    font-size: 16px;
}

.insurance-details-claim-per {
    font-size: 16px;
    /* margin-top: 10px; */
    color: #EF4136;
    font-weight: 900;
    font-size: 16px;
}

.insurance-details-claim-per p {
    color: #946CE0;
    font-weight: 600;
    font-size: 16px;
}

.reminder-pop.next-tab-c.next-tab-c-2.mdl-btn {
    margin-top: 40px;
}

.detail-section-rw label.input-radio {
    width: 100%;
    margin: 0;
}

.detail-section-rw .reminder-pop {
    float: none;
    margin: 20px auto 0;
}

.custom-raw-fl {
    float: left;
    clear: both;
    padding: 0 15px 0;
    margin-top: 0px;
}

.custom-raw-fl label.input-checkbox .option-inner i {
    border: 2px solid #764c9e !important;
    width: 28px;
    height: 28px;
}

.custom-raw-fl label.input-checkbox .option-inner i:after {
    top: 8px;
    left: 10px;
}

.ic_select {
    border-radius: 5px;
    font-size: 15px;
    height: 50px;
    padding: 10px 20px 10px 60px;
    background: transparent;
}

.car_select {
    background: #fff;
    border: 1px solid #946CE0;
    padding: 15px 15px;
    height: 100%;
    border-radius: 5px;
    margin-top: 1.4rem;
}

.car_select img {
    margin: 0 auto;
    display: table;
}

.car_select p {
    color: #999;
    text-align: center;
    padding-top: 20px;
}

.click_her label.btn {
    background: transparent;
    border: none;
    padding: 0;
    line-height: 16px;
    height: auto;
    font-size: 14px;
    float: left;
    padding: 5px 10px;
    color: #764c9e;
    text-transform: capitalize;
    font-size: 15px;
}

.click_her label.btn:focus {
    outline: none;
    border: none;
}

.click_her .btn:not(:disabled):not(.disabled):active,
.click_her .btn:not(:disabled):not(.disabled).active {
    background-image: none;
    box-shadow: none;
}

/*home Start*/
.email-fill-block {
    display: table;
    margin: 0 auto
}

a.finish-q {
    background: #764c9e;
    color: #fff;
    height: 50px;
    display: block;
    text-align: center;
    padding: 15px;
    line-height: 22px;
    border-radius: 30px;
    max-width: 300px;
    transition: .7s;
}

.email-fill-block .reminder-pop {
    margin: 0;
    width: 100%;
}

.email-fill-block .reminder-pop .option-wrapper {
    width: 100%;
    min-width: 300px;
}

::-webkit-input-placeholder { /* Edge */
    text-transform: capitalize !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    text-transform: capitalize !important;
}

::placeholder {
    text-transform: capitalize !important;
}

a.finish-q:hover,
a.finish-q:focus {
    background: #3cb5bb;
    color: #fff;
    text-decoration: none;
}

form#question-form[novalidate] ul[aria-label="Pagination"] li:last-child {
    display: none !important;
}

button.oops-btn {
    font-size: 16px !important;
    font-weight: normal;
    border: none;
    line-height: normal;
    transition: all 0.7s;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    background: #946CE0;
    box-shadow: 0px 0px 24px #946ce0;
    align-items: center;
    letter-spacing: 0.1em;
}

button.oops-btn:hover,
button.oops-btn:focus {
    background: #42c1c7;
    outline: none;
}

#oops-popup .modal-content {
    background: #effbff;
    border: 1px solid #95b9c5;
}

#oops-popup button.close {
    background: #764c9e;
    opacity: 1;
    color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.7s;
    margin-right: 0;
}

#oops-popup button.close:hover,
#oops-popup button.close:focus {
    background: #42c1c7;
    outline: none;
}

#oops-popup .modal-header {
    border: none;
}

#oops-popup .modal-header {
    border: none;
}

#oops-popup .modal-footer {
    border: none;
}

#oops-popup img {
    margin: 0 auto 15px;
    display: table;
}

#oops-popup .modal-body p {
    color: #666;
    padding: 0 30px;
}

#oops-popup .reminder-pop p {
    text-align: center;
}

/*Spinner Start*/
#floatingBarsG {
    position: relative;
    width: 132px;
    height: 164px;
    margin: auto;
}

#oops-popup .reminder-pop .option-inner.option-tap-2 {
    background: #ee2e24;
}

.reminder-pop.opp-btn-pop .option-inner.option-tap-2 {
    background: #42c1c7;
}

.reminder-pop.opp-btn-pop .option-inner.option-tap-2:hover,
.reminder-pop.opp-btn-pop .option-inner.option-tap-2:focus {
    background: #15a3aa;
    outline: none;
}

#oops-popup .reminder-pop.opp-btn-pop.yes-reminder .option-inner.option-tap-2 {
    background: #42c1c7;
}

#oops-popup .reminder-pop.opp-btn-pop.yes-reminder .option-inner.option-tap-2:hover,
#oops-popup .reminder-pop.opp-btn-pop.yes-reminder .option-inner.option-tap-2:focus {
    background: #764c9e;
}

.reminder-pop.opp-btn-pop .option-wrapper {
    width: 180px;
}

#oops-popup .oop-footer-inner .reminder-pop.opp-btn-pop button.close {
    width: 180px;
    color: #fff;
    padding: 12px 10px 10px 10px;
    height: 52px;
    text-transform: capitalize;
    font-size: 16px;
    text-shadow: none;
    background: #42c1c7;
}

#oops-popup .oop-footer-inner .reminder-pop.opp-btn-pop button.close:focus,
#oops-popup .oop-footer-inner .reminder-pop.opp-btn-pop button.close:hover {
    background: #764c9e;
}

.oop-footer-inner {
    margin: 0 auto;
}

.oop-footer-inner .reminder-pop.opp-btn-pop {
    margin: 0 10px;
}

#oops-popup .reminder-pop .option-inner.option-tap-2:hover,
#oops-popup .reminder-pop .option-inner.option-tap-2:focus {
    background: #764c9e;
}

.blockG {
    position: absolute;
    background-color: rgb(255, 255, 255);
    width: 21px;
    height: 51px;
    border-radius: 17px 17px 0 0;
    -o-border-radius: 17px 17px 0 0;
    -ms-border-radius: 17px 17px 0 0;
    -webkit-border-radius: 17px 17px 0 0;
    -moz-border-radius: 17px 17px 0 0;
    transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    animation-name: fadeG;
    -o-animation-name: fadeG;
    -ms-animation-name: fadeG;
    -webkit-animation-name: fadeG;
    -moz-animation-name: fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#rotateG_01 {
    left: 0;
    top: 60px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#rotateG_02 {
    left: 17px;
    top: 21px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

#rotateG_03 {
    left: 55px;
    top: 6px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

#rotateG_04 {
    right: 17px;
    top: 21px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#rotateG_05 {
    right: 0;
    top: 60px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

#rotateG_06 {
    right: 17px;
    bottom: 15px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

#rotateG_07 {
    bottom: 0;
    left: 55px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

#rotateG_08 {
    left: 17px;
    bottom: 15px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}


@keyframes fadeG {
    0% {
        background-color: rgb(118, 76, 158);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes fadeG {
    0% {
        background-color: rgb(118, 76, 158);
    }

    100% {
        background-color: rgb(118, 76, 158);
    }
}

@-ms-keyframes fadeG {
    0% {
        background-color: rgb(118, 76, 158);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes fadeG {
    0% {
        background-color: rgb(118, 76, 158);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes fadeG {
    0% {
        background-color: rgb(118, 76, 158);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

/*Spinner End*/
/*home End*/

/*Motor Payment Start*/

.motor-payment .wizard {
    margin: 0px auto;
    /*width: 100%;*/
}

.motor-payment .main-logo {
    margin: 90px auto 0;
    display: table;
}

.motor-payment .main-logo img {
    width: 110px;
}

.rm-block.rm-block-rd {
    color: #764c9e;
    font-weight: bold;
    /*padding-top: 30px;*/
    font-size: 18px;
}

.rm-block.rm-block-black {
    color: grey;
    font-weight: bold;
    /*padding-top: 30px;*/
    font-size: 18px;
}

.motor-payment .account-checkbox img {
    /*width: auto;*/
    max-width: 100%;
}

.motor-payment input[type="checkbox"] + label span {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    background: #42c1c7;
    border-radius: 30px;
    font-weight: normal;
    padding: 10px 17px 10px 17px;
    width: auto;
    height: auto;
    transition: .7s;
}

.motor-payment input[type="checkbox"] + label span:hover {
    background-color: #764c9e;
}

.motor-payment input[type="checkbox"]:checked + label span {
    background: no-repeat;
    background-color: #764c9e;
}

.motor-payment .account-checkbox {
    float: left;
    text-align: center;
}

.motor-payment .compare-checkbox {
    text-align: center;
}

.motor-payment button.quote.next-step {
    background: #3cd0ee;
    border-color: #3cd0ee;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 10px 50px 10px 50px;
    width: auto;
    height: auto;
    transition: .7s;
    font-weight: normal;
    margin: 0 10px;
}

.motor-payment button.quote.next-step:hover,
.motor-payment button.quote.next-step:focus {
    background: #764c9e;
    border-color: #764c9e;
    outline: none;
}

/*travel*/
.travel-payment button.butnow.next-step {
    background: #764c9e;
    border-color: #764c9e;
    color: #42c1c6;
    text-align: center;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    /*width: auto;*/
    height: auto;
    transition: .7s;
    font-weight: normal;
    margin: 0 10px;
}

.travel-payment button.butnow.next-step:hover,
.travel-payment button.butnow.next-step:focus {
    background: #42c1c6;
    border-color: #764c9e;
    outline: none;
    color: #764c9e;
}

/*motor*/
.motor-payment button.butnow.next-step {
    /* background: #42c1c6; */
    /* border-color: #764c9e; */
    color: #fff;
    text-align: center;
    /* border-radius: 30px; */
    /* padding: 10px 50px 10px 50px; */
    width: auto;
    height: auto;
    transition: .7s;
    font-weight: normal;
    /* margin: 0 10px; */
    background: #946CE0;
    border-color: #946CE0;
    border-radius: 5px;
    padding: 10px 80px 10px 80px;
    box-shadow: 0px 0px 10px #946CE0;
}

.motor-payment button.butnow.next-step:hover,
.motor-payment button.butnow.next-step:focus {
    background: #fff;
    border-color: #2aaaab;
    outline: none;
    color: #2aaaab;
    box-shadow: 0px 0px 10px #2aaaab;
}

.motor-payment button.butnow.next-step[disabled] {
    /* background: #268287;
        border-color: #634587; */
    background: #63567b;
    border-color: #63567b;
    color: darkgrey;
    /* text-align: center; */
    /* border-radius: 30px; */
    border-radius: 5px;
    /* padding: 10px 30px 10px 30px; */
    padding: 10px 80px 10px 80px;
    width: auto;
    height: auto;
    transition: .7s;
    font-weight: normal;
    /* margin: 0 10px; */
}

.motor-payment button.butnow.next-step[disabled]:hover,
.motor-payment button.butnow.next-step[disabled]:focus {

}

.motor-payment .account-chk-btn {
    display: table;
    margin: 15px auto 15px;
}

.motor-payment .rowon {
    float: right;
}

.motor-income-detail-left p {
    color: #666;
    font-size: 14px
}

.motor-income-detail-left p span {
    color: #999;
    font-size: 14px;
}

.motor-income-detail-left h4 {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
}

.motor-income-detail-left {
    padding: 20px 10px 10px 10px;
    float: left;
    box-sizing: content-box;
    max-width: 450px;
}

.motor-income-detail-right h4 {
    color: #333;
    line-height: 25px;
}

.motor-income-detail-right ul {
    margin-left: 20px;
    float: left;
}

.motor-income-detail-right {
    float: left;
    padding: 10px 10px 10px 10px;
}

.motor-income-detail-right ul li {
    padding: 0;
    color: #666;
}

input.txtPost {
    background: #edf2f3;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 30px;
    max-width: 180px;
}

input.txtPost {
    background: #edf2f3;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 30px 0 0 30px;
    max-width: 170px;
    font-size: 14px;
}

input.txtPost:hover,
input.txtPost:focus {
    outline: none;
}

button.btnPost.btnBlue {
    background: #764c9e;
    border: 1px solid #764c9e;
    color: #fff;
    font-size: 14px;
    border-radius: 0 30px 30px 0;
    padding: 10px 15px 10px 10px;
}

button.btnPost.btnBlue:hover,
button.btnPost.btnBlue:focus {
    background: #42c1c7;
    outline: none;
}

div#myModal2 .modal-content {
    background: #f0fbff;
}

.oop-footer-inner a {
    background: #ee2d24;
    border-radius: 30px;
    width: 180px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    height: 52px;
    text-transform: capitalize;
    font-size: 16px;
    text-shadow: none;
    float: left;
    text-align: center;
    line-height: 33px;
    transition: .7s;
}

.personal-page .main-logo img {
    width: 110px;
}

.personal-page .main-logo {
    margin: 90px auto 0;
    display: table;
}

.age-personal h4 {
    text-align: center;
}

.age-personal input[type="number"] {
    border-radius: 30px;
    width: 100%;
    height: 44px;
    font-size: 16px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px 15px;
    color: #333;
}

.age-personal input[type="number"]:focus,
.age-personal input[type="number"]:hover {
    outline: none;
}

.personal-page .wizard ul.nav.nav-tabs {
    display: none;
}

.personal-page .wizard {
    margin: 50px auto;
}

.born-field input {
    border-radius: 30px !important;
    height: 52px !important;
    background: url(../img/born.png) !important;
    background-position: 15px 8px !important;
    background-repeat: no-repeat !important;
    padding: 15px 30px 15px 60px !important;
}

.born-field input.error {
    border-radius: 30px !important;
    height: 52px !important;
    background: url(../img/born.png) !important;
    background-position: 15px 8px !important;
    background-repeat: no-repeat !important;
    padding: 15px 30px 15px 60px !important;
}

.question-form.born-field input.error,
.renewal-form.born-field input.error {
    background-color: transparent !important;
    background-image: url(../img/born.png) !important;
    background-position: 15px 8px !important;
    background-repeat: no-repeat !important;
}

.custom-raw-fl.custom-raw-f2 {
    float: none;
    margin: 30px auto 15px;
    display: table;
}

.reminder-pop.next-tab-c {
    float: none;
    margin: 0 auto;
    display: table;
}

.reminder-pop.next-tab-c .reminder-pop {
    margin: 0;
}

.no-gutters {
    padding: 0 !important;
}

.custom-spacing .travel-op img {
    width: 50px;
    height: auto;
}

.question-form.question-form-c {
    display: block;
}

.question-form-c div#single-travel-date {
    margin: 0 auto;
}

.question-form-c div#annual-travel-date {
    margin: 0 auto;
}

.custom-spacing .option-inner.option-tap-2 p {
    font-size: 14px;
    line-height: 18px;
}

.reminder-pop-m1 {
    margin: 0;
}

.no-gutters label.input-radio {
    margin: 0 !important;
}

.custom-spacing label.input-radio {
    height: auto;
    background: #fff;
}

.no-gutters {
    padding: 0 !important;
    margin: 0 !important;
    background: #fff;
}

.custom-spacing .option-inner.option-tap-2 {
    padding: 0 0 20px;
    height: auto;
}

.custom-spacing .travel-op img {
    margin: 10px auto 0;
}

.col-md-2.no-gutters p {
    text-transform: capitalize !important;
}

.personal-page .wizard .tab-pane {
    padding-top: 0;
}

.personal-page .carpenters {
    padding: 10px 0px;
    font-size: 12px;
    width: 100%;
    line-height: 20px;
    float: left;
}

.click_her.click_her-selctcar {
    width: 100%;
}

.click_her.click_her-selctcar button {
    height: 52px;
    background: #764c9e;
    border-radius: 30px;
    padding: 0;
    transition: all 0.7s;
    color: #fff;
    width: 100%;
}

.click_her.click_her-selctcar button:hover,
.click_her.click_her-selctcar button:focus {
    background: #42c1c7 !important;
    color: #fff !important;
}

.oop-footer-inner a:focus,
.oop-footer-inner a:hover {
    text-decoration: none;
    background: #764c9e;
    color: #fff;
}

#oops-popup .modal-footer {
    padding-bottom: 30px;
}

.insurance-popup input {
    height: 48px !important;
}

li.nav-item.dropdown.language-plus span.caret {
    display: none;
}

div#annual-travel-date2 input {
    width: 100%;
}

button.btn.btn-info.btn-lg.oops-btn.sep-btn {
    max-width: 260px;
    display: table;
    margin: 0 auto;
}

/*Motor Payment End*/
.custom-rw {
    width: 900px !important;
    display: table;
    margin: 0 auto;
}

/*.question-form.question-form_b{
    width: 560px;
    }*/
.question-form.question-form_b .reminder-pop.reminder-pop-sep-b {
    margin: 0;
}

.question-form.question-form_b .reminder-pop .option-wrapper {
    width: 100%;
}

.mdl-btn {
    max-width: 240px;
}

.reminder-pop.reminder-pop-sep-b {
    width: 100%;
}

.reminder-pop.reminder-pop-sep-b label.input-radio {
    margin: 0;
}

.oop-footer-inner .reminder-pop.opp-btn-pop {
    width: auto;
}

button.add-plus {
    margin: 0 auto;
    display: table;
    float: none;
}

button.add-plus:focus {
    outline: none;
}

.add-plus.btn-primary:not(:disabled):not(.disabled):active {
    box-shadow: none !important;
    outline: none;
}

/*div#single-travel-date {
    display: block !important;
    }*/

/*.#secondbox-yn {
    scroll-behavior: smooth;
    height: 600px;
    }*/

.asian-info legend {
    padding-bottom: 15px;
}

form#question-form ul[aria-label="Pagination"] li[aria-disabled] a .fa-chevron-right.product-next {
    position: relative;
    left: 1px;
}

.reminder-pop.next-tab-c.next-tab-c-3.mdl-btn {
    /*max-width: unset;*/
}

form#question-form ul[aria-label="Pagination"] li[aria-disabled] a .fa-chevron-left.product-next {
    position: relative;
    left: 0px;
}

body#page-top.sep-loading-pg .forget-screen.login-content.padding-div {
    height: 100vh;
}

.sep-loading-pg .privacy-form-w span.form-control-feedback.center-content.cell-number {
    padding-top: 0px;
}

.sep-car-no {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.sep-car-no input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.sep-car-no .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #764c9e !important;
}

.sep-car-no-block span.checkmark i.cr-icon.fas.fa-circle {
    position: relative;
    top: -6px;
    left: 2px;
    font-size: 18px;
    color: #fff;
}

#myModal3 .modal-content {
    background-color: #f0fbff;
}

.sep-car-no-block {
    float: left;
}

#myModal3 .table-responsive {
    overflow: hidden;
}

#myModal3 tr td {
    padding: 15px 10px;
}

#myModal3.car-insurance-popup-block-2 button.close:hover,
#myModal3.car-insurance-popup-block-2 button.close:focus {
    background: #42c1c7;
    outline: none;
}

#myModal3.car-insurance-popup-block-2 button.close {
    background: #764c9e;
    opacity: 1;
    color: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-weight: normal;
    transition: all 0.7s;
    margin-right: 0;
}

#myModal3 .table > thead > tr > th {
    border-bottom: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.sep-car-no:hover input ~ .checkmark {
    background-color: #fff;;
}

/* When the radio button is checked, add a blue background */
.sep-car-no input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.sep-car-no .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sep-car-no input:checked ~ .checkmark i.cr-icon.fas.fa-circle {
    color: #764c9e;
}

/* Show the indicator (dot/circle) when checked */
.sep-car-no .sep-car-no input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.sep-car-no .sep-car-no .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.form-group.dropdown-styish .bootstrap-select {
    width: 100% !important;
}

.form-group.privacy-form.pm-m.dropdown-styish {
    margin: 0;
}

.form-group.privacy-form.pm-m.dropdown-styish button {
    background: transparent;
    color: #333;
    border-radius: 5px;
    height: 52px;
    border: 1px solid #ccc;
}

.form-group.privacy-form.pm-m.dropdown-styish .dropdown-toggle::after {
    display: none;
}

.form-group.privacy-form.pm-m.dropdown-styish button:focus {
    outline: none !important;
}

.form-group.privacy-form.pm-m.dropdown-styish button {
    background: transparent;
    color: #333;
    border-radius: 5px;
    height: 52px;
    font-size: 15px;
    height: 50px;
    border: 1px solid #ced4da;
    background: url(../img/p_6.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    text-indent: 55px;
    cursor: pointer;
}

.form-group.privacy-form.pm-m.dropdown-styish button {
    background: transparent;
    color: #333;
    border-radius: 5px;
    height: 52px;
    font-size: 15px;
    height: 50px;
    border: 1px solid #ced4da;
    background: url(../img/p_7.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    text-indent: 55px;
    cursor: pointer;
}

.form-group.privacy-form.pm-m.dropdown-styish-2 button {
    background: transparent;
    color: #333;
    border-radius: 30px;
    height: 52px;
    font-size: 15px;
    height: 50px;
    border: 1px solid #ced4da;
    background: url(../img/p_6.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    text-indent: 55px;
    cursor: pointer;
}

.personal-page .policy-detail-right .form-control-feedback {
    position: relative;
    top: -40px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    float: left;
    left: 15px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 15px !important;
}

.form-group.privacy-form.pm-m.dropdown-styish-3 button {
    /* background: transparent; */
    color: #333;
    border-radius: 5px;
    height: 52px;
    font-size: 15px;
    height: 50px;
    /* border: 1px solid #ced4da; */
    border: 1px solid #9b9b9b;
    background: url(../img/p_1.png);
    background-position: 10px 8px;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    text-indent: 55px;
    cursor: pointer;
    background: #fff !important;
}

.form-group.privacy-form.pm-bar.add-2 span.form-control-feedback {
    left: 10px;
}

.form-group.privacy-form.pm-m.pm-m-left.dropdown-styish {
    margin-left: 15px;
}

.form-group.privacy-form.pm-m.dropdown-styish-3 {
    /* margin: 0; */
    margin-left: 20px;
}

.form-group.privacy-form.pm-m.dropdown-styish-3 .btn-group {
    width: 100%;
}

.form-group.privacy-form.pm-m.dropdown-styish-3 button {
    outline: none !important;
}

.form-group.privacy-form.pm-m.dropdown-styish-3 .dropdown-toggle::after {
    display: none;
}

.term-of-service.padding-div.travel-account-page.motor-payment tr.table-top-bar img {
    top: 68px;
}

.term-of-service.padding-div.travel-account-page tr.table-top-bar img {
    top: 70px;
}

.term-of-service.padding-div.travel-account-page.personal-page tr.table-top-bar th img {
    top: 20px;
}

/*.payment-structure-panel-acount.payment-structure-panel-acount-3 img {
    width: auto;
    padding-top: 20px;
}*/

section.dashboard {
    padding-top: 120px !important;
    height: 100vh !important;
}

@media only screen and (min-width: 1720px) {
/*    .payment-structure-panel-acount.payment-structure-panel-acount-3 img {
        width: auto;
        padding-top: 20px;
    }*/

    .final_amount-block .update-btn button {
        width: 150px !important;
        min-width: auto;
    }

    .final_amount-block .update-btn2 button {
        width: 150px !important;
        min-width: auto;
    }

    .banner-inner-third-left {
        padding-top: 150px;
    }

    .banner-inner-second-right {
        padding-top: 345px;
    }

    .banner-inner-second-left {
        padding-top: 315px;
    }

    .banner-tab {
        margin-top: 200px;
    }

}

@media only screen and (max-width: 1199px) {
    .product-page .questions {
        padding-bottom: 0px;
        height: 100%;
    }

    .car_select img {
        width: 100%;
    }

    .custom-rw {
        width: 100%
    }

    ul.privacy-social li a img {
        width: 20px;
    }

    div#annual-travel-date2 input {
        width: 100%;
    }

/*    .payment-structure-panel-acount img {
        margin-top: 20px;
        width: 100%;
        max-width: 300px;
    }

    .payment-structure-panel-acount.payment-structure-panel-acount-3 img {
        width: auto;
    }*/

    .travel-insurance.travel-insurance-bottom a.link-nt {
        display: none;
    }

    .travel-insurance.travel-insurance-bottom img {
        width: 110px;
    }

    /*        .final_amount-block .update-btn button {
            width: 120px !important;
            min-width: auto;
        }

        .final_amount-block .update-btn2 button {
            width: 120px !important;
            min-width: auto;
        }*/
    .travel-popup {
        width: 220px;
        padding: 30px 15px 15px 16px;
        top: 160px;
    }

    .our-mission-inner h2 {
        border-right: none;
        text-align: center;
    }

    .our-mission-inner p {
        padding-left: 0;
        text-align: center;
        margin: 0;
    }

    .our-mission-inner {
        padding-left: 100px;
        padding-top: 130px;
    }

    .banner-tab-one-front h4,
    .banner-tab-two-front h4,
    .banner-tab-three-front h4 {
        font-size: 18px;
    }

    .contact-max-wdh {
        max-width: 100%;
        margin: 0 auto;
    }

    .banner-inner-third-left {
        padding-top: 150px;
    }

    .banner-inner-second-right {
        padding-top: 250px;
    }

    .banner-inner-second-left {
        padding-top: 210px;
    }

    .banner-tab {
        margin-top: 150px;
    }

    .banner-tab-one-front h4,
    .banner-tab-two-front h4,
    .banner-tab-three-front h4 {
        font-size: 18px;
    }

    .login-language .sign a {
        padding: 2px 0 0;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes airplane {
        from {
            left: -230px;
        }
        to {
            left: 70px;
        }
    }

    @keyframes airplane {
        from {
            left: -230px;
        }
        to {
            left: 70px;
        }
    }
}

@media only screen and (max-width: 768px) {
    .form-group.privacy-form.pm-m.dropdown-styish-3 {
        margin: 0 0 30px !important;
    }
}

@media only screen and (max-width: 991px) {
    section.dashboard {
        padding-top: 120px !important;
        height: auto !important;
    }

    .banner-inner-second-left {
        padding-top: 190px;
    }

    .banner-inner-second-right {
        padding-top: 230px;
    }

    .inner-banner-content {
        padding-top: 100px;
    }

    /*        .final_amount-block .update-btn button {
            width: 90px !important;
            min-width: auto;
        }

        .final_amount-block .update-btn2 button {
            width: 90px !important;
            min-width: auto;
        }*/
    .form-group.privacy-form.pm-m.dropdown-styish-3 {
        /* margin: 0 0 30px; */
        margin-left: 20px;
    }

    .privacy-gender label.privacy-gender-inner {
        font-size: 13px;
        padding: 5px 7px 0 25px;
    }

    .privacy-gender-inner .checkmark {
        top: 5px;
        height: 15px;
        width: 15px;
    }

    .privacy-gender-inner .checkmark:after {
        top: 1px;
        left: 1px;
        width: 11px;
        height: 11px;
    }

    .product-page .questions {
        height: 100%;
    }

    .custom-spacing .option-inner.option-tap-2 p {
        font-size: 13px;
        line-height: 15px;
    }

    .custom-spacing .option-inner.option-tap-2 {
        height: 100px;
    }

    /*.signup-content.padding-div {
          overflow: hidden;
          }*/
    .signup-form-inner-ui {
        width: 100%;
    }

    .signup-form-inner-ui .form-group {
        float: none;
        width: 50%;
        margin: 0 auto;
    }

    /*select#countryCode {
        top: 50px;
        left: -35px;
        position: relative;
        }*/
    .travel-popup {
        display: none !important;
    }

    .contact-address .fa-envelope-open-text {
        padding-left: 0px;
    }

    .our-mission-inner {
        padding-left: 0;
    }

    .banner-tab-one p, .banner-tab-two p, .banner-tab-three p {
        font-size: 12px;
    }

    .contact-banner .banner-inner-top-right .inner-banner-content img {
        max-width: 150px;
    }

    .contact-banner .banner-inner-top-right .inner-banner-content {
        padding-top: 220px;
        display: block;
        float: right;
    }

    .contact-banner .inner-banner-content a.started {
        width: 180px;
        min-width: auto;
        padding: 10px;
    }

    .contact-banner .inner-banner-content h1 {
        font-size: 30px;
    }

    .contact-banner .inner-banner-content h1 span {
        font-size: 30px;
    }

    .contact-banner .inner-banner-content h3 {
        font-size: 18px;
    }

    .banner-inner-top-left img {
        width: 100%;
        max-width: 230px;
    }

    .banner-inner-top-left {
        padding-top: 150px;
    }

    .banner-tab {
        margin-top: 150px;
    }

    .banner-tab-one img,
    .banner-tab-two img,
    .banner-tab-three img {
        margin: 0px auto 0;
        display: table;
        width: 60px;
    }

    .banner-tab-one,
    .banner-tab-two,
    .banner-tab-three {
        height: 170px;
    }

    nav.navbar.fixed-top.custom-nav li.nav-item a {
        /*font-size: 14px;
        padding: 10px 8px;*/
    }

    nav.shrink .navbar-brand img {
        /*width: 130px;
        transition: all 0.7s;*/
    }

    a.navbar-brand img {
        width: 175px;
    }

    .login-language .login-inner,
    .login-language .language {
        float: right;
    }

    .login-language {
        width: 200px;
    }

    .login-inner {
        margin-top: 0px;
    }

    .language select {
        font-size: 12px;
    }

    .login-inner .login a,
    .login-inner .sign a {
        font-size: 14px;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes airplane {
        from {
            left: -270px;
        }
        to {
            left: 20px;
        }
    }

    @keyframes airplane {
        from {
            left: -270px;
        }
        to {
            left: 20px;
        }
    }
    .banner-tab-one-back h4, .banner-tab-two-back h4, .banner-tab-two-back h5, .banner-tab-two-back h6, .banner-tab-three-back h4 {
        font-size: 15px;
    }

    .banner-tab-one .banner-tab-arrow img,
    .banner-tab-two .banner-tab-arrow img,
    .banner-tab-three .banner-tab-arrow img {
        width: 140px;
        height: auto;
        top: 50px;
        left: -145px;
    }

    .banner-tab-one-back hr,
    .banner-tab-two-back hr,
    .banner-tab-three-back hr {
        margin: 0 0 5px 0;
    }

    .custom-rw .custom-input-rs label {
        min-width: 100% !important;
        width: 150px;
    }
}

@media only screen and (max-width: 768px) {

    .inner-banner-content {
        padding-top: 100px;
    }

    .final_amount-block .update-btn button {
        width: 180px !important;
        min-width: auto;
    }

    .final_amount-block .update-btn2 button {
        width: 90px !important;
        min-width: auto;
    }

    .car_select {
        margin-top: 15px;
        border-radius: 5px;
    }

    .signup-form-inner-ui .form-group {
        width: 100%;
    }

    .banner-inner-second-left {
        padding-top: 190px;
    }

    .banner-inner-second-right {
        padding-top: 240px;
    }

    .contact-banner .banner-inner-top-right .inner-banner-content {
        padding-top: 250px;
    }

    .ceo-msg {
        margin-top: 0;
    }

    .cm-2 label {
        width: 100%;
    }

    .signup-form-inner-ui .checkbox .cr,
    .signup-form-inner-ui .checkbox .cr,
    .signup-form-inner-ui .checkbox .cr, .radio .cr {
        top: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .question-form.question-form_b .reminder-pop.reminder-pop-sep-b {
        margin: 0 0 0 100px;
    }

/*    .b_res {
        margin: 0 -10px 0 -10px;
    }*/

    li.nav-item.dropdown.language-plus a.dropdown-toggle {
        padding: 0px 2px !important;
    }

    /*.custom-input-rs {
        display: block;
        }*/
    .asian-info-inner .row .col-lg-6 {
        margin-bottom: 15px;
    }

    .custom-rw .custom-input-rs label {
        min-width: 100% !important;
        width: 200px;
    }

    .signup-form-inner-ui .form-group {
        width: 90%;
    }

    .login-form {
        width: 80%;
    }

    .forget-screen form#loginForm {
        min-height: 400px;
    }

    .login-screen {
        min-height: 650px;
    }

    .language select {
        background-image: url(../img/language-img-rs.png);
        padding: 11px 5px 12px 5px;
        font-size: 14px;
    }

    .navbar-nav li.nav-item a {
        border-bottom: 1px solid #764c9e;
        display: block;
    }

    .nav-rs {
        display: block;
    }

    .our-mission-inner h2 {
        border-right: none;
        max-width: -webkit-fill-available;
        text-align: center;
        width: 100%;
    }

    .our-mission-toy img {
        margin: 0 auto;
        max-width: 500px;
        display: table;
    }

    .pd-0 {
        padding: 0
    }

    .our-mission-inner p {
        text-align: center;
    }

    img.berry {
        min-width: unset !important;
    }

    .notyf {
        width: 100%;
        right: 10px;
    }

    /*.custom-submit, button#btn-submit {
        min-width: 200px;
    }*/

    a.navbar-brand img {
        width: 150px;
    }

    nav.shrink .navbar-brand img {
        /*width: 120px;*/
    }

    .login-language {
        width: 160px;
    }

    .login-inner .login a, .login-inner .sign a {
        font-size: 12px;
    }

    .login-language .sign a {
        padding: 4px 0 0;
    }

    .language {
        width: 150px;
    }

    .re-login .login-language {
        display: block;
    }

    .re-login {
        display: block;
    }

    .banner-tab-one:hover {
        height: 170px;
    }

    .banner-tab-two:hover {
        height: 200px;
    }

    .banner-tab-three:hover {
        height: 200px;
    }

    .banner-tab-two-back {
        top: 110px;
    }

    .banner-tab-three-back {
        top: 200px;
    }

    .banner-tab-three:hover {
        height: 200px;
    }

    section.privacy p {
        text-align: left;
    }

    .faq p {
        text-align: left;
    }

    .banner-tab {
        max-width: 120px;
    }

    section.structure.help h4 {
        font-size: 20px;
    }

    .ceo-msg {
        margin-top: 50px
    }

    .our-team {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .rs-none {
        display: block;
    }

    .rs-display {
        display: none
    }

    nav.navbar.fixed-top.custom-nav li.nav-item a:hover {
        color: #764c9e !important;
        text-decoration: none;
        background: #deeff3;
    }

    .banner-tab {
        margin-top: 100px;
        max-width: 150px;
        float: right;
    }

    .banner-tab-one, .banner-tab-two, .banner-tab-three {
        height: 115px;
    }

    .banner-tab-one-front h4, .banner-tab-two-front h4, .banner-tab-two-front h5, .banner-tab-three-front h4 {
        font-size: 14px;
    }

    .banner-tab-one img, .banner-tab-two img, .banner-tab-three img {
        width: 50px;
    }

    .banner-tab-one, .banner-tab-two, .banner-tab-three {
        height: 100px;
    }

    .banner-inner-top-left {
        padding-top: 100px;
    }

    .banner-inner-top-left img {
        max-width: 230px;
    }

    .banner-inner-third-left {
        padding-top: 70px;
    }

    .banner-inner-third-left img {
        width: 80px;
    }

    .banner-inner-third-left {
        padding-top: 110px;
        padding-left: 60px;
    }

    .banner-inner-second-left img {
        width: 40px;
    }

    .banner-inner-second-left {
        padding-top: 20px;
    }

    .banner-inner-second-right {
        padding-top: 50px;
    }

    .banner-inner-second-right img {
        width: 100px;
    }

    .custom-nav button.navbar-toggler span i.fa-bars {
        color: #764c9e;
        font-size: 24px;
    }

    nav.navbar.fixed-top.custom-nav li.nav-item a {
        /*padding: 5px 8px;*/
    }

    .login-language {
        float: left;
        padding-left: 0;
    }

    .custom-nav button.navbar-toggler:focus {
        outline: none;
    }

    /*.login-language {
        display: none;
        }*/
    div#navbarCollapse.show {
        /*background: #deeff3;*/
    }

    /*div#navbarCollapse.show li.nav-item.active{background: #764b9e;color: #fff}
    div#navbarCollapse.show li.nav-item:hover{background: #764b9e;color: #fff}
    div#navbarCollapse.show li.nav-item.active a{color: #fff !important;}
    div#navbarCollapse.show li.nav-item:hover a{color: #fff}*/
    nav.navbar.fixed-top.custom-nav ul.navbar-nav {
        border-right: none;
        padding-right: 0;
    }

    section.structure.insurance {
        background-position: center;
    }

    .provider-right img {
        width: 100%;
    }

    section h1 {
        font-size: 30px;
    }

    .testim .wrap {
        padding: 0px 20px;
    }

    .testim .cont div .img img {
        width: 50px;
        height: auto;
    }

    .testim .dots {
        display: none;
    }

    .term .row {
        padding: 0 15px;
    }

    .faq ul.panel-tabs li a {
        padding: 10px 15px;
        font-size: 13px;
    }

    section.about h1 {
        text-align: center;
    }

/*    section p {
        text-align: center;
    }*/

    section .set .content p {
        text-align: left;
    }

    .ceo-msg span {
        margin: 0 auto;
        display: table;
    }

    .contact-banner .inner-banner-content {
        padding-top: 0px;
    }

    .banner-tab {
        max-width: 140px;
    }

    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes airplane {
        from {
            left: -350px;
        }
        to {
            left: -90px;
        }
    }

    @keyframes airplane {
        from {
            left: -350px;
        }
        to {
            left: -90px;
        }
    }
    .banner-inner-top-left {
        padding-top: 160px;
    }

    .banner-tab-one-back, .banner-tab-two-back, .banner-tab-three-back {
        transition: visibility 0s, opacity 0.9s linear;

    }

    .banner-tab-one, .banner-tab-two, .banner-tab-three {
        transition: .5s;
    }

}

@media only screen and (max-width: 575px) {
    .question-form.question-form_b .reminder-pop.reminder-pop-sep-b {
        margin: 0 0 0 0;
    }

    .b_res {
        margin: 0 0 0 0;
    }

    .inner-banner-content {
        padding-top: 70px;
    }

    #foot_fb {
        font-size: 1rem;
    }

    .final_amount-block .update-btn button {
        width: 200px !important;
        min-width: auto;
    }

    .final_amount-block .update-btn2 button {
        width: 200px !important;
        min-width: auto;
    }

    .product-page .questions {
        height: 100%;
    }

    /*.banner-tab {
        display: none;
        }*/
    section.structure.help h4 {
        font-size: 18px;
    }

    .help ul li {
        margin: 0 5px;
    }

    /*.help a {
        padding: 6px 13px;
        height: 40px;
        width: 40px;
        font-size: 20px;
        }*/
    .about-banner-inner-top-right {
        display: none;
    }

    .contact-banner .banner-inner-top-right .inner-banner-content {
        display: none;
    }

    .navbar-expand-md.custom-nav > .container, .navbar-expand-md > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .banner-inner-top-left img {
        max-width: 170px;
    }

    .banner-inner-top-left {
        padding-top: 160px;
    }

    .banner-inner-second-left {
        padding-top: 120px;
    }

    .custom-bn-re-sm {
        width: 50%
    }

    .banner-inner-second-right {
        padding-top: 140px;
    }

    .banner-tab-one img, .banner-tab-two img, .banner-tab-three img {
        width: 40px;
    }

    /*.banner-tab {
        max-width: 110px;
        }*/
    .trip-block {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 400px) {
    .inner-banner-content {
        padding-top: 70px;
    }

    .banner-inner-second-left {
        padding-top: 60px;
    }

    .banner-inner-second-right {
        padding-top: 90px;
    }

    a.started {
        margin: 0 auto;
        background: #764c9e;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 10px 10px 10px;
        border-radius: 30px;
        margin-top: 50px;
        font-size: 12px;
        font-family: 'Roboto-Bold';
        min-width: 220px;
        text-align: center;
    }

    .final_amount-block .update-btn button {
        width: 150px !important;
        min-width: auto;
    }

    .final_amount-block .update-btn2 button {
        width: 150px !important;
        min-width: auto;
    }

    nav.shrink .navbar-brand img {
        /*width: 100px;*/
    }

    a.navbar-brand img {
        width: 150px;
    }

    a.navbar-brand {
        margin-right: 0;
    }

    .login-language {
        width: 140px;
    }

    .language {
        width: 130px;
    }

    /*.language select {
        padding: 16px 5px 8px 5px;
        background-position: 2px 1px;
        }*/
    .custom-bn-re-xs {
        width: 25%;
    }

    .custom-bn-re-xs .banner-inner-second-right {
        /*padding-top: 0px;*/
    }

    /*.banner-inner-second-right {
        padding-top: 190px;
        }*/
    .banner-inner-second-right img {
        width: 80px;
    }

    .custom-raw-rs {
        width: 100%
    }

    /*.banner-inner-second-left {
        padding-top: 170px;
    }
    .banner-tab {
        max-width: 90px;
        }*/
    .trip-block {
        margin-left: -10px;
    }
}

@media all and (max-width: 320px) {
    /*body {
        font-size: 14px;
    }*/

    .banner-inner-second-left {
        padding-top: 60px;
    }

    .banner-inner-second-right {
        padding-top: 100px;
    }

}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}
