/*-----------------Custom-----------------*/



.w-60 {
    width: 60% !important;
}

.w-35 {
    width: 35% !important;
}

.box-height {
    height: 34px !important;
}

.plan-class-text {
    width: 28% !important;
}

.plan-slider-text {
    width: 45% !important;
    margin-right: 8px;
    margin-left: 5px;
}

.plan-value-text {
    width: 24% !important;
}

.coverage-ul {
    list-style-type: none;
    margin-left: 1.5em;
    padding-left: 0;
}

.coverage-ul li {
    height: auto;
}

.coverage-class-font {
    font-size: 16px;
}

.coverage-class-type-font {
    font-size: 12px;
    padding-bottom: 5px;
}

.currency-label {
    font-size: small;
    vertical-align: text-top;
}

/*------------------Price Plan Card-------------*/
section.pricing {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .plan {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 1.25rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3.5rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 1rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 100%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

.pricing .btn .customize {
    font-size: 13px !important;
}

.pricing .fa-custom-arrow {
    font-size: 18px !important;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.15rem;
        /*margin-bottom: .25rem;*/
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
        opacity: 1;
    }
}

/*------------------Price Plan Card End-------------*/


/*------------------Custom check box-------------*/

input.largerCheckbox {
    transform: scale(2);
    border: 1px solid;
    border-radius: 3px;
    /*checkbox border color*/
    border-color: #737373;
    display: inline-block;
    cursor: pointer;
    margin: 0 7px 0 -8px;
    vertical-align: middle;
    text-align: center;

}

input.largerCheckbox:checked {
    border: 1px solid;
    border-radius: 3px;
    /*checkbox border color*/
    border-color: #737373;
}

input.largerCheckbox:disabled {
    background: red !important;
    border-color: black !important;
}

/*:root {*/
/*    !* larger checkbox *!*/
/*}*/
/*:root label.checkbox-bootstrap input[type=checkbox] {*/
/*    !* hide original check box *!*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    !* find the nearest span with checkbox-placeholder class and draw custom checkbox *!*/
/*    !* draw checkmark before the span placeholder when original hidden input is checked *!*/
/*    !* disabled checkbox style *!*/
/*    !* disabled and checked checkbox style *!*/
/*    !* when the checkbox is focused with tab key show dots arround *!*/
/*}*/
/*:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder {*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    border: 1px solid;*/
/*    border-radius: 3px;*/
/*    !*checkbox border color*!*/
/*    border-color: #737373;*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*    margin: 0 7px 0 -20px;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*}*/
/*:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder {*/
/*    background: #0ccce4;*/
/*}*/
/*:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder:before {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    vertical-align: text-top;*/
/*    width: 5px;*/
/*    height: 9px;*/
/*    !*checkmark arrow color*!*/
/*    border: solid white;*/
/*    border-width: 0 2px 2px 0;*/
/*    !*can be done with post css autoprefixer*!*/
/*    -webkit-transform: rotate(45deg);*/
/*    -moz-transform: rotate(45deg);*/
/*    -ms-transform: rotate(45deg);*/
/*    -o-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/
/*    content: "";*/
/*}*/
/*:root label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder {*/
/*    background: #ececec!important;*/
/*    border-color: black!important;*/
/*}*/
/*:root label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder {*/
/*    background: #d6d6d6;*/
/*    border-color: #bdbdbd;*/
/*}*/
/*!*:root label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder {*/
/*    outline: 1px dotted black;*/
/*}*!*/
/*:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder {*/
/*    width: 26px;*/
/*    height: 26px;*/
/*    border: 2px solid;*/
/*    border-radius: 5px;*/
/*    !*checkbox border color*!*/
/*    border-color: #737373;*/
/*}*/
/*:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder:before {*/
/*    width: 9px;*/
/*    height: 15px;*/
/*    !*checkmark arrow color*!*/
/*    border: solid white;*/
/*    border-width: 0 3px 3px 0;*/
/*}*/

/*------------------Custom check box end-------------*/

/*------------------Plan Page Start-------------*/

/*
html,body{
    margin: 0;
    height:100%;
}
*/
.shape-wrapper {
    transition: ease .5s;
    cursor: pointer;
}

.first-shape.shape-wrapper:hover {
    top: -30px;
}

.plan-page-background {
    background: rgb(248, 248, 250);
    background: linear-gradient(313deg, rgb(201 201 201) 0%, rgb(243 243 243) 60%)
}

.plan-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}


.inner-wrapper {
    width: 100%;
    max-width: 500px;
    height: 500px;
}

.center-part {
    background-image: url(assets/img/products/om/images/center.png);
    height: 150px;
    width: 150px;
    background-position: center;
    background-size: 73%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-color: #a0b5c1;
}

.plan-img {
    width: 100%;
    max-width: 100%;

}

.inner-wrapper {
    width: 100%;
    max-width: 500px;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.center-area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
    color: white;
    font-size: 20px;
    position: absolute;
    top: 36%;
    left: 43%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background: #a0b6c2;
}

.five-shape.shape-wrapper {
    position: absolute;
    max-width: 245px;
    bottom: 147px;
    left: 9px;
    z-index: 5;
    transition: ease .5s;
}

.five-shape.shape-wrapper:hover {
    left: 0;
    bottom: 138px;
}

.first-shape.shape-wrapper {
    max-width: 218px;
    position: relative;
    z-index: 6;
    position: relative;
    transform: translateX(46px);
    top: -20px;
}

.second-shape.shape-wrapper {
    max-width: 245px;
    top: -17px;
    z-index: 2;
    transform: translateX(58px);
    position: absolute;
    right: 144px;
    transition: ease .5s;

}

.second-shape.shape-wrapper:hover {
    right: 130px;
}

.third-shape.shape-wrapper:hover {
    right: 18px;
}

.third-shape.shape-wrapper {
    position: absolute;
    z-index: 3;
    width: 220px;
    right: 28px;
    top: 138px;
    transition: ease .5s;
}

.fourth-shape.shape-wrapper {
    position: absolute;
    max-width: 219px;
    right: 110px;
    bottom: 146px;
    transition: ease .5s;
    z-index: 4;
}

.fourth-shape.shape-wrapper:hover {
    bottom: 130px;
}

.six-shape.shape-wrapper {
    max-width: 235px;
    left: -58px;
    position: absolute;
    top: 75px;
    z-index: 1;
    transition: ease .5s;

}

.six-shape.shape-wrapper:hover {
    left: -68px;
}

.first-shape.shape-wrapper span {
    position: absolute;
    width: 60px;
    left: 39px;
    top: 103px;
}

.color1, .color2, .color3, .color4, .color5, .color6 {
    opacity: 0;
}

.first-shape.shape-wrapper:hover .color1 {
    opacity: 1;
}

.first-shape.shape-wrapper:hover .black1 {
    opacity: 0;
}

.second-shape.shape-wrapper span {
    width: 60px;
    position: absolute;
    right: 75px;
    top: 97px;
}

.color2 {

}

.second-shape.shape-wrapper:hover .color2 {
    opacity: 1;
}

.second-shape.shape-wrapper:hover .black2 {
    opacity: 0;
}

.third-shape.shape-wrapper span {
    max-width: 60px;
    position: absolute;
    z-index: 0;
    right: 74px;
    top: 78px;
}

.third-shape.shape-wrapper:hover .color3 {
    opacity: 1;
}

.third-shape.shape-wrapper:hover .black3 {
    opacity: 0;
}

.fourth-shape.shape-wrapper span {
    position: absolute;
    max-width: 60px;
    z-index: 2;
    bottom: 54px;
    right: 67px;
}


.fourth-shape.shape-wrapper:hover .color4, .five-shape.shape-wrapper:hover .color5, .six-shape.shape-wrapper:hover .color6 {
    opacity: 1;
}

.fourth-shape.shape-wrapper:hover .black4, .five-shape.shape-wrapper:hover .black5, .six-shape.shape-wrapper:hover .black6 {
    opacity: 0;
}

.five-shape.shape-wrapper span {
    max-width: 60px;
    position: absolute;
    top: 62px;
    left: 105px;
}

.six-shape.shape-wrapper span {
    max-width: 60px;
    position: absolute;
    top: 135px;
    left: 76px;
}


/*------------------Plan Page end-------------*/

/*-----------------Plan packages page css starts -----------------------*/

/* The container */
.container-custom {
    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;
    margin-bottom: 33px;
}

/* Hide the browser's default checkbox */
.container-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 6px;
    height: 25px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-custom:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-custom input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-custom input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-custom .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Style for the font_style */
.plan1_font_style {
    color: #d6e048 !important;
}

.plan2_font_style {
    color: #cb56d2 !important;
}

.plan3_font_style {
    color: #fcc430 !important;
}

.plan4_font_style {
    color: #05bb8e !important;
}

.plan5_font_style {
    color: #2b9ae0 !important;
}
/*End Style for the font_style */

/* Style for the checkbox_style */
.plan1_checkbox_style input:checked ~ .checkmark {
    background-color: #d6e048 !important;
}
.plan2_checkbox_style input:checked ~ .checkmark {
    background-color: #cb56d2 !important;
}
.plan3_checkbox_style input:checked ~ .checkmark {
    background-color: #fcc430 !important;
}
.plan4_checkbox_style input:checked ~ .checkmark {
    background-color: #05bb8e !important;
}
.plan5_checkbox_style input:checked ~ .checkmark {
    background-color: #2b9ae0 !important; ;
}
/*End Style for the checkbox_style */



/* Style for the button_style */
.plan1_button_style {
    background-color: #d6e048 !important;
}

.plan2_button_style {
    background-color: #cb56d2 !important;
}

.plan3_button_style {
    background-color: #fcc430 !important;
}

.plan4_button_style {
    background-color: #05bb8e !important;
}

.plan5_button_style {
    background-color: #2b9ae0 !important;
}
/*End Style for the button_style */

/* Style for the slider_style */
.plan1_slider_style::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #d6e048;
    cursor: pointer;
}

.plan2_slider_style::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #cb56d2;
    cursor: pointer;
}

.plan3_slider_style::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #fcc430;
    cursor: pointer;
}

.plan4_slider_style::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #05bb8e;
    cursor: pointer;
}

.plan5_slider_style::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #2b9ae0;
    cursor: pointer;
}
/*End Style for the slider_style */

/*
input[type=range] {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}*/
input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    z-index:1000;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    animate: 0.2s;
}
.plan1_slider_style::-webkit-slider-runnable-track {
    background: #d6e048;
}

.plan2_slider_style::-webkit-slider-runnable-track {
    background: #cb56d2;
}

.plan3_slider_style::-webkit-slider-runnable-track {
    background: #fcc430;
}

.plan4_slider_style::-webkit-slider-runnable-track {
    background: #05bb8e;
}

.plan5_slider_style::-webkit-slider-runnable-track {
    background: #2b9ae0;
}

.coverage-class-type-font{
    position: relative;
}
.coverage-slider-value{
    position: absolute;
    top: -60%;
}
.coverage-slider-value span{
    padding:5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}
.coverage-slider-value span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #cb56d2;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
.plan1-coverage-slider-value span{
    position: absolute;
    top: -10px;
    background-color: #d6e048 !important;
}

.plan2-coverage-slider-value span{
    position: absolute;
    top: -10px;
    background-color: #cb56d2 !important;
}

.plan3-coverage-slider-value span{
    position: absolute;
    top: -10px;
    background-color: #fcc430 !important;
}

.plan4-coverage-slider-value span{
    position: absolute;
    top: -10px;
    background-color: #05bb8e !important;
}

.plan5-coverage-slider-value span{
    position: absolute;
    top: -10px;
    background-color: #2b9ae0 !important;
}


.plan1-coverage-slider-value span:before{
    border-top-color: #d6e048 !important;
}

.plan2-coverage-slider-value span:before{
    border-top-color: #cb56d2 !important;
}

.plan3-coverage-slider-value span:before{
    border-top-color: #fcc430 !important;
}

.plan4-coverage-slider-value span:before{
    border-top-color: #05bb8e !important;
}

.plan5-coverage-slider-value span:before{
    border-top-color: #2b9ae0 !important;
}

/* style datalist */
input[type=range] + datalist {
    position: relative;
    top: -55px;
    display: block;
    margin-top: 5px;
    position:relative;
    justify-content: space-between;
    height: auto;
    /* disable text selection */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    /* disable click events */
    pointer-events:none;
}
input[type=range] + datalist option {
    display: inline-block;
    width: 22.5%;
    position:relative;
}
input[type=range] + datalist option::before {
    content: '|';
    position: absolute;
    top: 12px;
    left:10px;
    height: 10px;
    overflow: hidden;
    z-index:1;
}
input[type=range] + datalist option:first-child {
    width: 22.5%;
    text-align: left;
}
input[type=range] + datalist option:last-child {
    width: 0%;
    text-align: right;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#flexi-premium-banner {
    position: static;
    top: 20px;
    display: none;
}

/*-----------------Plan packages page css ends -----------------------*/

