﻿dio-Multible {
    margin-right: 5px !important;
    margin-left: 2px !important;
    border: 1px solid !important;
}


.Multible_Tabs {
    border: none;
    overflow: hidden;
    height: 45px !important;
    padding: 0;
    width: 100% !important;
}

    .Multible_Tabs::-moz-focus-inner {
        border: 0;
    }

    .Multible_Tabs:focus {
        outline: none;
    }

    .Multible_Tabs option {
        min-width: 20%;
        font-size: 10pt;
        padding: 0.9rem 2rem;
        text-align: center;
        margin-right: 0px;
        display: inline-block;
        cursor: pointer;
        border-radius: 6px;
        color: #fff;
        transition: .5s;
    }

        .Multible_Tabs option:first-child {
            /*border-radius: 4px 0px 0px 4px !important;*/
            margin-right: 15px;
            margin-left: 5px;
        }





        .Multible_Tabs select,
        .Multible_Tabs option:active,
        .Multible_Tabs option:checked,
        .Multible_Tabs option::selection {
            font-weight: 700;
        }





.selected {
    opacity: .6;
    background-image: url(../imgs/icons/selected.png) !important;
    background-repeat: no-repeat !important;
    background-position: 90% 12% !important;
}

.input-form-Multible {
    padding: 8px;
    border-radius: 6px !important;
    margin-top: 0px;
    /*margin-bottom: 20px;*/
    max-width: 100%;
    width: 100%;
}


#objListPrdoduct {
    border: none;
    overflow: hidden;
    /* height: 45px; */
    padding: 0;
    /* width: 100% !important; */
}

    #objListPrdoduct::-moz-focus-inner {
        border: 0;
    }

    #objListPrdoduct:focus {
        outline: none;
    }

    #objListPrdoduct option {
        display: flex;
        align-items: center;
        height: 45px;
        background-color: #f6f6f6;
        box-sizing: border-box;
        border-radius: 8px;
        padding: 10px;
        font-weight: 600;
        cursor: pointer;
        font-size: 12px;
        width: 24%;
        border: 2px solid transparent;
        display: inline-block;
        text-align: center;
        font-size: 14px;
    }

        #objListPrdoduct option:hover {
            border: 2px solid #136d37;
        }

        #objListPrdoduct option:first-child {
            /*border-radius: 4px 0px 0px 4px !important;*/
            margin-right: 15px;
            /* margin-left: 5px; */
            /* border-right: 1px solid #eee; */
        }








#objListNationality {
    border: none;
    overflow: hidden;
    /*height: 45px;*/
    padding: 0;
    width: 100% !important;
}

    #objListNationality::-moz-focus-inner {
        border: 0;
    }

    #objListNationality:focus {
        outline: none;
    }

    #objListNationality option {
        width: 20%;
        font-size: 10pt;
        padding: 0.9rem 2rem;
        text-align: center;
        margin-right: 0px;
        /*display: inline-block;*/
        cursor: pointer;
        border-radius: 6px;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(6, 100px);
    }

        #objListNationality option:first-child {
            /*border-radius: 4px 0px 0px 4px !important;*/
            margin-right: 15px;
            margin-left: 5px;
        }

.parent {
    display: grid;
    grid-template-rows: [header-top] 1fr [header-bottom main-top] 1fr [main-bottom footer-top] 1fr [footer-bottom];
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a a a" "b b b" "c c c";
}

.child--featured {
    grid-row-end: auto;
}


.no-height {
    height: unset;
}

#objListGender {
    border: none;
    overflow: hidden;
    height: 45px;
    padding: 0;
    width: 100% !important;
}

    #objListGender::-moz-focus-inner {
        border: 0;
    }

    #objListGender:focus {
        outline: none;
    }

    #objListGender option {
        min-width: 20%;
        font-size: 10pt;
        padding: 0.9rem 2rem;
        text-align: center;
        margin-right: 0px;
        display: inline-block;
        cursor: pointer;
        border-radius: 6px;
    }

        #objListGender option:first-child {
            /*border-radius: 4px 0px 0px 4px !important;*/
            margin-right: 15px;
            margin-left: 5px;
        }




.main_question {
    padding-bottom: 10px;
    padding-top: 30px;
}

.styled-select-Product {
    background: none !important;
}

.year {
    width: 25% !important;
    display: inline-block !important;
    margin-right: 7px;
}

.month {
    display: inline-block !important;
    width: 25% !important;
    margin-right: 5px;
}

.day {
    width: 25% !important;
    display: inline-block !important;
}

.tag_item {
    padding: 6px 13px 5px 10px;
    width: 10%;
    height: 28px;
    background: #fff5db;
    border: 1px solid #ffd057;
    border-radius: 14px;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 5px;
    display: inline;
}

.m-demo__preview {
    color: #dc3545;
    font-size: 12px;
}

.animated {
    -webkit-animation: test 4s infinite; /* Chrome, Safari, Opera */
    animation: test 6s infinite;
}

@-webkit-keyframes test {
    50% {
        background-position: right center;
    }
}
/* Standard syntax */
@keyframes test {
    50% {
        background-position: right center;
    }
}

.objdivInfoView {
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    text-align: center;
    /*display: block;
    margin-left: auto;
    margin-right: auto;*/
}

.objPlanDiv {
    border: 1px solid #e0e0e0;
    padding: 9px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 8px
}

.objServiceHeader {
    margin-bottom: 4px !important;
}

.serviceslist {
    padding-left: 6px !important;
    margin-bottom: 3px !important;
    font-size: 13px;
}

.objPlanBorder {
    border-bottom: 1px solid #eee;
}

.planPrice {
    margin-top: 6px;
    margin-bottom: 7px;
    color: black;
    font-size: 17px;
    font-weight: bold;
    float: right;
}

.planName {
    font-weight: bold;
    font-size: 17px;
    float: left;
}

.planNameReview {
    font-size: 17px;
    float: left;
}
.unSelectedPlanHeader {
    background-color: red;
    color: #eee;
    border-radius: 6px;
}
.unSelectedBorder {
    border: 1px solid red;
}
.selectedBorder {
    border: 1px solid green;
}

.selectedPlanHeader {
    background-color: green;
    color: #eee;
    border-radius: 6px;
}

    .selectedPlanHeader > div > h6 {
        color: #eee;
    }

    .selectedPlanHeader > div > p {
        color: green;
    }

.arrow {
    background: #eee;
    color: green;
    display: inline-block;
    height: 32px;
    line-height: 30px;
    padding: 0 0px 0 10px;
    min-width: 85px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #EEE;
    text-decoration: none;
}

    .arrow:before {
        content: "";
        height: 0;
        position: absolute;
        width: 0;
    }

    .arrow:before {
        border-bottom: 15px solid transparent;
        border-right: 15px solid #eee;
        border-top: 15px solid transparent;
        left: -15px;
    }

.no-margin {
    margin: 0;
}

.freeservices {
    margin-top: 6px;
}

.popover > .arrow {
    border: 0;
    height: 0px !important;
    top: 6px !important;
}

.objLogoReview {
    width: 100%;
    text-align: center;
    background-color: #fefefe;
    height: 50px;
    box-shadow: inset 0 -10px 10px -5px rgb(0 0 0 / 2%);
    border-bottom: 1px solid #f6f6f6;
}

.objDivReviewContainer {
    padding-top: .5%;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

.objDivReviewRight {
    flex-grow: 1;
    flex-basis: 35%;
    padding: 25px 25px 30px;
    background-color: #f6f6f6;
    border-radius: 8px;
}

.objDivReviewLeft {
    /*padding-top: 3%;*/
}

.summary_header {
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    color: #b2b3b3;
}

.summary_Info {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0;
}

.font-11 {
    font-size: 11px;
}

.font-13 {
    font-size: 13px
}
.font-16 {
    font-size: 16px
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.submitReview {
    padding: 10px 30px 10px 20px;
    width: 100%;
    background-color: #136d37;
    height: 43px;
    border: none;
    COLOR: #fff;
    margin-top: 0;
    animation: shine 8s linear infinite;
    border-radius: 6px;
}

.heigh-30 {
    height: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.border-radius-6 {
    border-radius: 6px;
}

.insurance-header {
    padding-left: 10px;
}

.checkbox_questions {
    width: 100%;
}

    .checkbox_questions > input {
        border: 1px solid #eee;
        width: 20px;
        height: 20px;
        opacity: 1 !important;
        top: 3px;
        left: 5px;
        color: #EEE;
        cursor: pointer !important;
    }

    .checkbox_questions > p {
        padding-left: 29px;
        cursor: pointer !important;
        margin-top: 5px;
    }

.full-width {
    width: 100%;
}

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

.addons_header {
    font-size: 1.1em;
    font-weight: 700;
    color: #b2b3b3;
}

.objServiceDiv {
    border: 1px solid #e0e0e0;
    padding-left: 9px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 5px;
    min-height: 100px;
}

.m--margin-top-10 {
    margin-top: 10px;
}

.txtPromo {
    border: 1px solid #000 !important;
}

.icon-ok-5:before {
    color: #fff !important
}

::-webkit-input-placeholder {
    color: #c0c0c0 !important;
}


.submitReview {
    background: linear-gradient(90deg,#2b7f47 33%,rgba(255,195,36,0.3) 50%,#136d37 66%) #eee;
    background-size: 300% 100%;
    animation: shine 6s infinite;
}

@keyframes shine {
    0% {
        background-position: right;
    }
}

#wrapper {
    display: none !important;
}

@media (max-width: 991px) {
    .divProduct {
        width: 100% !important;
        margin-top: 10px !important;
    }
    .wrapper_in {
        background-color: #fff !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    .wrapper_in_Mobile {
          padding: 75px 25px 66px 20px !important;
     }
    .MotorImg {
        background-position: 20% !important;
        min-height: 155px !important;
        position: relative !important;
        top: 6% !important;
        right: -10% !important;
        LEFT: 12% !important;
    }
    .travelimg {
        background-position: right center;
        width: 100%;
        min-height: 175px;
        position: relative;
        top: 15px;
         right: 27% !important;
    }
    .medicalimg {
        background-position: 20% !important;
        min-height: 155px !important;
        position: relative !important;
        top: 6% !important;
        LEFT: 12% !important;
    }

    .box_feat {
        padding: 5px 17px 100px 10px !important;
        text-align: center !important;
        margin-top: 28px;
        background-image   :none !important;
    }

        .wizard-form {
        background-color: #fff !important;
        border-radius: 6px;
        margin-top: 30px;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    button.backward {
        top: 7% !important;
        bottom: unset !important;
        left: -5% !important;
    }

    #wrapper {
        display: inline !important;
    }

    button.backward {
        background-color: unset !important;
    }

    .insurance-header {
        padding: 0 !important;
        background-color: #fff;
    }

    .justify-content-md-center {
        padding: 0 !important;
    }

    .checkbox_questions > p {
        font-size: 13px;
        padding-top: 5px;
    }

    .objDivReviewContainer {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .objDivReviewRight {
        display: none !important;
    }

    .footer {
        display: none;
    }

    #bottom-wizard {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0 !important;
    }


    .width-50 {
        width: 50% !important;
    }

    .padding-left-25 {
        padding-right: 25%;
    }

    #wrapper {
        /* position: relative; */
        width: 337px;
        margin: 0 auto;
        padding: 0;
        clear: both;
        float: none;
        /* height: 594px; */
        /* border-bottom: 1px solid #000; */
    }

    #clickme {
        cursor: pointer;
        position: fixed;
        bottom: 0;
        text-align: center;
        width: 100%;
    }

    #onlinehulp {
        /* bottom: 0; */
        /* color: #000; */
        /* height: 51%; */
        /* margin: 0 auto; */
        position: absolute;
        /* right: 0; */
        width: 370px;
        left: 3px;
        overflow: auto;
        max-height: 75%;
    }

    #contact-online {
        /* background: #FFF none repeat scroll 0 0; */
        display: none;
        box-shadow: 0px 0px 10px #888888;
        /*max-height: 300px;*/
        border-radius: 0;
        overflow: auto;
    }

    .objDivReviewRightMobile {
        flex-grow: 1;
        flex-basis: 35%;
        padding: 0px 18px 5px;
        background-color: #f6f6f6;
        border-radius: 8px;
    }

    .hideDiv {
        position: unset !important;
    }

    .bottom-wizard-div {
        height: 70px;
        width: 100%;
        border-radius: 0;
        background: #e9e9e9;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 8px 1px 14px;
    }

    .summary-mobile {
        color: #747474;
        font-size: 14px;
    }

    .submit-Bottom {
        display: inline-block;
        width: 68%;
        margin-bottom: 5px;
    }

    .summary_Info-Mobile {
        float: left;
        font-size: 20px;
    }


    .objDivCenterMobile {
        text-align: center !important;
        width: 50% !important;
        padding: 0 !important;
    }

    .planPrice {
        float: none !important;
    }

    .planName {
        font-size: 14px;
        float: none !important;
    }

    .summary_header {
        display: none;
    }


    #objListPrdoduct {
        /* min-height: 100px; */
        width: 100%;
    }

        #objListPrdoduct option {
            display: block;
            align-items: center;
            /* height: 45px; */
            background-color: #f6f6f6;
            box-sizing: border-box;
            border-radius: 8px;
            padding: 10px;
            font-weight: 600;
            cursor: pointer;
            font-size: 12px;
            border: 2px solid transparent;
            text-align: center;
            font-size: 12px;
            display: block;
            width: 95%;
            margin-top: 5px;
        }

    .PlanPrice_Mobile {
        width: 50% !important;
    }

    .PlanName_Mobile {
        width: 50% !important;
    }

    .submit {
        width: 100% !important;
        margin-bottom:20px;
    }

    .chip {
        display: inline-block !important;
        width: calc(50% - 7.5px) !important;
        font-size: 15px !important;
        text-align: center;
    }

    #logo_in {
        position: unset !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 9 !important;
        width: 100% !important;
        text-align: center !important;
    }

        #logo_in > a > img {
            width: 150px !important;
        }

    .objDivStepsContainerMobile {
        padding-top: 17% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .main_question {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    ul.list_ok {
        margin: 0 !important;
    }

    #objPlans > div > h5 {
        margin: 0 !important;
    }

    .objPlanDiv > a > .objPlanBorder {
        margin-bottom: 4px !important;
    }

    #objPlans > div > div {
        margin: auto;
        padding: 0 !important;
        margin-bottom: 95px;
    }

    .freeservices > .col-md-12 {
        padding: 0 !important;
    }

    .serviceslist {
        font-size: 12px !important
    }

    #wizard_container {
        margin: 0;
        padding: 0;
        width: 100% !important;
    }

    .tab-pane {
        overflow-y: scroll;
        overflow-x: hidden;
     
    }

        .tab-pane > div {
            overflow-y: scroll;
            overflow-x: hidden;
        
        }
        .tab-pane::-webkit-scrollbar {
            width: 0px;
            height: 0px;
        }
        
            .tab-pane > div::-webkit-scrollbar {
            width: 0px;
            height: 0px;
        }

    button.forward {
        width: 95% !important;
        margin-bottom: 50px;
    }

    button.submit {
        width: 97% !important;
    }

    #wizard_container {
        padding-top: 30px;
    }

    .material-textfield > input {
        width: 95% !important;
    }

    .btnLanguage {
        position: relative !important;
        bottom: 98px !important;
        right: 50% !important;
    }
}


.payment-label {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 7px 15px;
    margin: 3px 0;
    cursor: pointer;
    transition: 0.3s;
    background-color: #fff;
    border: 1px solid #9e9e9e;
}

    .payment-label:hover,
    .payment-label:focus-within {
        background: #e1e1e1;
    }

.payment-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.payment-design {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background: linear-gradient( to right bottom, hsl(154, 97%, 62%), hsl(134deg 61% 21%) );
    position: relative;
}

    .payment-design::before {
        content: "";
        display: inline-block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: hsl(0, 0%, 90%);
        transform: scale(1.1);
        transition: 0.3s;
    }

.payment-input:checked + .payment-design::before {
    transform: scale(0);
}

.payment-text {
    color: hsl(0, 0%, 60%);
    margin-left: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 900;
    transition: 0.3s;
}

.payment-input:checked ~ .payment-text {
    color: hsl(0, 0%, 40%);
}



.no-margin {
    margin: 0 !important;
}

#objinvalidCodeMobile {
    height: 20px;
    margin: 0;
}

#objDivReviewRightMobile {
    margin: 0;
    padding: 0;
}

.tagnameContainer {
    width: 30%;
    display: contents;
}



.material-textfield {
    position: relative;
}

    .material-textfield > label {
        position: absolute;
        font-size: 1rem !important;
        left: 0;
        top: 55%;
        transform: translateY(-50%);
        background-color: white;
        color: gray;
        padding: 0 0.3rem;
        margin: 0 0.5rem;
        transition: .1s ease-out;
        transform-origin: left top;
        pointer-events: none;
    }

input {
    font-size: 1rem;
    outline: none;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 1rem 0.7rem;
    color: gray;
    transition: 0.1s ease-out;
}

    input:focus {
        border-color: #6200EE;
    }

        input:focus + label {
            color: #6200EE;
            top: 26%;
            transform: translateY(-50%) scale(.9);
        }

    input:not(:placeholder-shown) + label {
        top: 26%;
        transform: translateY(-50%) scale(.9);
    }

.modal-backdrop.show {
    display: none !important;
}

.icon-edit-1:before {
    color: #000 !important;
}

#objStep_NID {
    animation: unset !important;
}

.bb {
    animation: moveRight .4s ease-in;
    animation-delay: 2ms;
}


.stepcurrent {
    animation: bbR .4s ease-in;
    animation-delay: 2ms;
}

.wizard-step > .row > .col-sm-12 {
    padding: 0 !important;
    margin: 0 !important;
}

@keyframes bbR {
    0% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(50%);
    }
}

.m--padding-15 {
    padding: 15px !important;
}


.objHeader {
    MARGIN-LEFT: 6%;
    PADDING-BOTTOM: 15PX;
}

.asideStyle {
    padding-top: 12%;
    padding-left: 7%;
}

button.backward:before {
    content: "\34";
    left: 12px !important;
    right: unset !important;
}

.btnLanguage {
    padding: 8px 0px 10px 20px;
    width: 35%;
    height: 43px;
    COLOR: #000;
    text-align: right;
    font-weight: bold;
}

.font-success {
    color: #464141 !important;
    border-bottom: 2px solid green !important;
}

.activelabel {
    font-size: 17px !important;
    color: green !important;
}

.divProduct {
    align-items: center;
    height: 42px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    width: 24%;
    border: 2px solid transparent;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    width: 40%;
    padding-top: 10px !important;
}

.input-field::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.error{
    display:none !important;
}
.no-padding-bottom-0{
    padding-bottom:0;
}
.objTerm {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0;
    margin: 0;
    height: 30px;
}
.objButtonDate {
    padding: 13px;
    background-color: green;
    color: #fff;
    cursor: pointer;
}
#objLabelStartDate{
    padding-top:25px;
}
#objPlans{
    margin-top:20px;
}
#objPlanLabel {
    padding: 0px 0px 0px 8px !important;
}
#newmotor{
    margin-top:-2px;
}
.newcarlabel{
    font-size:15px;
    min-width:150px;
}
.font-14{
    font-size:14px;
}