@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap");
/* $body_font: 'Ubuntu',;
$head_font: 'Ubuntu',; */
@font-face {
    font-family: 'NewJuneMedium';
    src: url("../fonts/june/NewJuneMedium/font.woff2") format("woff2"), url("../fonts/june/NewJuneMedium/font.woff") format("woff");
}

@font-face {
    font-family: 'NewJuneBold';
    src: url("../fonts/june/NewJuneBold/font.woff2") format("woff2"), url("../fonts/june/NewJuneBold/font.woff") format("woff");
}

body {
    font-family: "NewJuneMedium", Arial, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 27px;
    overflow-x: hidden;
    /* background: #e6eaef; */
    background: #ffffff;
    letter-spacing: .5px;
}

* {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: "NewJuneBold", Arial, sans-serif;
}

a,
a:hover,
a:focus {
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    text-decoration: none;
    color: inherit;
}

body.inx {
    background: #e6eaef;
}

    body.inx .container-fluid {
        padding: 0px;
    }

        body.inx .container-fluid .container {
            background-color: white;
            padding: 25px 0;
            max-width: 1110px;
        }

div .container {
    width: 100%;
}

div.header {
    position: relative;
    padding: 25px 0;
    z-index: 1;
}

    div.header::before {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 5px;
        width: 14%;
        content: "";
        background: #027fb3;
    }

    div.header::after {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 5px;
        width: 91%;
        content: "";
        background: #d6dcff;
    }

    div.header .logo img {
        width: 100%;
        height: auto;
        max-width: 217px;
        min-width: 160px;
        /* display: none; */
    }

    div.header .logo.index img {
        display: block;
    }

    div.header.full_width .container {
        width: 100%;
    }

div.portal_body {
    margin-top: 0px;
    padding: 25px 0;
    position: relative;
    /* background: #e6eaef; */
    background: #fff;
    /*
		&::before
		{
			position: absolute;
			left: 0px;
			bottom: 0px;
			width: 370px;
			height: 664px;
			background: url(../images/bg_left.jpg) left bottom no-repeat;
		}
		&::after
		{
			position: absolute;
		    right: 0px;
		    top: -170px;
		    width: 370px;
		    height: 1100px;
		    background: url(../images/bg_right.jpg) left top no-repeat;
		    z-index: -1;
		} */
}

    div.portal_body .container .main_body {
        margin: 0 auto;
        float: none;
        text-align: center;
    }

        div.portal_body .container .main_body h1 {
            /* font-weight: 700; */
            color: #00b4ff;
            font-size: 31px;
        }

        div.portal_body .container .main_body h3 {
            font-weight: normal;
            margin-bottom: 0px;
            border-bottom: 1px dashed #d6dcff;
            padding-bottom: 25px;
        }

        div.portal_body .container .main_body img.car_main_pik {
            width: 200px;
            margin: 25px 0;
            height: auto;
        }

        div.portal_body .container .main_body ul.nav-tabs {
            width: 100%;
            border: none;
            /* box-shadow: 0 1px 10px #dedede; */
            border: 2px solid #ddd;
            border-radius: 10px;
            overflow: hidden;
        }

            div.portal_body .container .main_body ul.nav-tabs li {
                width: 50%;
                float: left;
                margin-bottom: 0;
            }

                div.portal_body .container .main_body ul.nav-tabs li a {
                    border: none;
                    margin: 0px;
                    padding: 18px 5px;
                    font-weight: 500;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    background: #fff;
                }

                    div.portal_body .container .main_body ul.nav-tabs li a:hover, div.portal_body .container .main_body ul.nav-tabs li a:focus {
                        background-color: #f9f9f9;
                    }

                    div.portal_body .container .main_body ul.nav-tabs li a.active {
                        background-color: #00b4ff;
                        color: #fff;
                    }

                div.portal_body .container .main_body ul.nav-tabs li.active a {
                    background-color: #027fb3;
                    color: #fff;
                    border-radius: 0px;
                }

        div.portal_body .container .main_body .tab-content {
            padding: 25px 0;
        }

            div.portal_body .container .main_body .tab-content h4 {
                font-size: 22px;
                font-weight: 500;
                margin-bottom: 20px;
                color: #00b4ff;
            }

            div.portal_body .container .main_body .tab-content input,
            div.portal_body .container .main_body .tab-content select {
                border: 1px solid #ddd;
                border-radius: 10px;
                width: 100%;
                padding: 20px;
                background: #fff;
            }

                div.portal_body .container .main_body .tab-content input.date,
                div.portal_body .container .main_body .tab-content select.date {
                    margin-bottom: 20px;
                }

                div.portal_body .container .main_body .tab-content input.radio,
                div.portal_body .container .main_body .tab-content select.radio {
                    width: auto !important;
                    display: inline-block;
                    margin-right: 5px;
                }

                div.portal_body .container .main_body .tab-content input label.radio,
                div.portal_body .container .main_body .tab-content select label.radio {
                    margin-right: 23px;
                }

            div.portal_body .container .main_body .tab-content .select-box.full_width {
                width: 100% !important;
            }

            div.portal_body .container .main_body .tab-content .no_scroll {
                overflow: hidden;
            }

            div.portal_body .container .main_body .tab-content .showing {
                display: none;
            }

                div.portal_body .container .main_body .tab-content .showing.show {
                    display: block;
                }

                div.portal_body .container .main_body .tab-content .showing .result {
                    padding: 15px 25px 25px 25px;
                    margin: 20px 0;
                    border-radius: 10px;
                    border: 1px solid #cbd2ff;
                }

                    div.portal_body .container .main_body .tab-content .showing .result h5 {
                        font-size: 18px;
                        font-weight: 700;
                        margin-bottom: 20px;
                        color: #00b4ff;
                    }

                    div.portal_body .container .main_body .tab-content .showing .result table {
                        min-width: 300px;
                        margin-top: 15px;
                    }

                        div.portal_body .container .main_body .tab-content .showing .result table tr th {
                            text-align: center;
                            border: 1px solid #f5f5f5;
                            padding: 10px 0;
                            color: #00b4ff;
                            border-top: 2px solid #f1f1f1;
                        }

                            div.portal_body .container .main_body .tab-content .showing .result table tr th a.edit {
                                color: #9E9E9E;
                            }

                                div.portal_body .container .main_body .tab-content .showing .result table tr th a.edit:hover {
                                    color: #ff5722;
                                }

                        div.portal_body .container .main_body .tab-content .showing .result table tr td {
                            border: 1px solid #f5f5f5;
                            padding: 10px 0;
                            color: #848484;
                        }

                            div.portal_body .container .main_body .tab-content .showing .result table tr td .fa {
                                font-size: 12px;
                                margin: 0px 0 0 6px;
                                color: #2234a1;
                            }

                div.portal_body .container .main_body .tab-content .showing .calendar {
                    position: relative;
                    z-index: 1;
                }

                    div.portal_body .container .main_body .tab-content .showing .calendar::before {
                        position: absolute;
                        right: 20px;
                        top: 15px;
                        content: "\f133";
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        font-size: inherit;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        z-index: -1;
                        font-size: 20px;
                    }

                    div.portal_body .container .main_body .tab-content .showing .calendar input.date {
                        background: transparent;
                        cursor: pointer;
                    }

            div.portal_body .container .main_body .tab-content button {
                outline: none;
                padding: 15px;
                border-radius: 10px;
                display: block;
                border: none;
                color: #fff;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 1px;
                margin-top: 30px;
                width: 100%;
                background: #3847a0;
                background: -moz-linear-gradient(top, #00b4ff 0%, #0390cc 100%);
                background: -webkit-linear-gradient(top, #00b4ff 0%, #0390cc 100%);
                background: linear-gradient(to bottom, #00b4ff 0%, #0390cc 100%);
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
            }

                div.portal_body .container .main_body .tab-content button:hover {
                    background: -moz-linear-gradient(top, #0390cc 0%, #00b4ff 100%);
                    background: -webkit-linear-gradient(top, #0390cc 0%, #00b4ff 100%);
                    background: linear-gradient(to bottom, #0390cc 0%, #00b4ff 100%);
                }

                div.portal_body .container .main_body .tab-content button.full_width {
                    margin-top: 30px;
                    width: 100%;
                    background: #3847a0;
                    background: -moz-linear-gradient(top, #00b4ff 0%, #0390cc 100%);
                    background: -webkit-linear-gradient(top, #00b4ff 0%, #0390cc 100%);
                    background: linear-gradient(to bottom, #00b4ff 0%, #0390cc 100%);
                    /* IE6-9 */
                    float: left;
                    clear: both;
                }

                    div.portal_body .container .main_body .tab-content button.full_width:hover {
                        background: -moz-linear-gradient(top, #0390cc 0%, #00b4ff 100%);
                        background: -webkit-linear-gradient(top, #0390cc 0%, #00b4ff 100%);
                        background: linear-gradient(to bottom, #0390cc 0%, #00b4ff 100%);
                    }


                div.portal_body .container .main_body .tab-content button.btn {
                    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1294117647);
                    background: #fff;
                    width: 100%;
                    margin-bottom: 40px;
                    color: #000;
                }

                div.portal_body .container .main_body .tab-content button.sel_b {
                    margin-top: 5px;
                }

                    div.portal_body .container .main_body .tab-content button.sel_b.clicked {
                        background: #00b4ff;
                        color: #fff;
                    }

                div.portal_body .container .main_body .tab-content button[disabled] {
                    background: #cecece;
                }

div.plaans.main_body ul.brd_crm {
    margin: 0 auto;
    padding: 0px;
    clear: both;
    width: 100%;
    float: left;
}

    div.plaans.main_body ul.brd_crm li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        display: inline-block;
    }

        div.plaans.main_body ul.brd_crm li a {
            padding: 25px;
            background: transparent;
            font-size: 13px;
            float: left;
        }

            div.plaans.main_body ul.brd_crm li a i {
                width: 25px;
                height: 25px;
                background: #ffffff;
                color: #2234a1;
                border-radius: 50%;
                padding: 4px 5px 5px 5px;
                text-align: center;
                margin: 0 8px;
                border: 1px solid #c5c5c5;
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
            }

            div.plaans.main_body ul.brd_crm li a:hover i {
                background: #00b4ff;
                border-color: #00b4ff;
                color: #fff;
            }

        div.plaans.main_body ul.brd_crm li.middle {
            position: relative;
        }

            div.plaans.main_body ul.brd_crm li.middle::before {
                position: absolute;
                top: 37px;
                left: -12px;
                background: #bdbdbd;
                height: 2px;
                width: 20px;
                content: "";
                border-radius: 20px;
            }

            div.plaans.main_body ul.brd_crm li.middle::after {
                position: absolute;
                top: 37px;
                right: -12px;
                background: #bdbdbd;
                height: 2px;
                width: 20px;
                content: "";
                border-radius: 20px;
            }

div.plaans.main_body .left_cont.info.sum_right h2 {
    color: #00b4ff;
}

div.plaans.main_body .left_cont,
div.plaans.main_body ul.nav-tabs,
div.plaans.main_body .left_cont.info {
    padding: 20px 24px 0 24px;
    background: #fff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    /* padding-left: 24px; */
    border-radius: 23px;
}

    div.plaans.main_body .left_cont li,
    div.plaans.main_body ul.nav-tabs li,
    div.plaans.main_body .left_cont.info li {
        width: 100%;
        float: left;
    }

        div.plaans.main_body .left_cont li a,
        div.plaans.main_body ul.nav-tabs li a,
        div.plaans.main_body .left_cont.info li a {
            text-align: left;
            padding-left: 15px;
            border-bottom: 1px solid #ddd;
        }

    div.plaans.main_body .left_cont .range_out,
    div.plaans.main_body ul.nav-tabs .range_out,
    div.plaans.main_body .left_cont.info .range_out {
        width: 100%;
        padding: 0 0px 0 0;
        min-height: 120px !important;
        max-height: 120px;
    }

    div.plaans.main_body .left_cont .select-box2,
    div.plaans.main_body ul.nav-tabs .select-box2,
    div.plaans.main_body .left_cont.info .select-box2 {
        width: 100%;
        text-align: left;
        /*  border: 1px solid #ddd; */
        background: linear-gradient(145deg, #e6e6e6, #ffffff);
        box-shadow: 10px 10px 20px #cccccc, -10px -10px 20px #ffffff;
        color: #757575;
        padding: 10px 15px;
        border-radius: 8px;
    }

    div.plaans.main_body .left_cont h2,
    div.plaans.main_body ul.nav-tabs h2,
    div.plaans.main_body .left_cont.info h2 {
        text-align: left;
        text-align: left;
        /* font-weight: 700; */
        color: #00b4ff;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        padding-bottom: 15px;
        width: 100%;
        font-size: 25px;
    }

div.plaans.main_body .right_cont,
div.plaans.main_body .tab-content {
    text-align: left;
    float: right;
}

    div.plaans.main_body .right_cont ul,
    div.plaans.main_body .tab-content ul {
        padding: 0px 0px 0px 18px;
    }

        div.plaans.main_body .right_cont ul.year,
        div.plaans.main_body .tab-content ul.year {
            padding: 0px;
        }

            div.plaans.main_body .right_cont ul.year li,
            div.plaans.main_body .tab-content ul.year li {
                list-style: none;
                float: left;
                width: 100%;
                padding: 15px 15px;
                /* border-bottom: 1px solid #ddd; */
                box-shadow: 0px 2px 10px rgba(0, 10, 0, 0.08);
                border-radius: 50px;
                margin-bottom: 22px;
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
            }

                div.plaans.main_body .right_cont ul.year li:hover,
                div.plaans.main_body .tab-content ul.year li:hover {
                    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1490196078);
                }

                div.plaans.main_body .right_cont ul.year li span.rates,
                div.plaans.main_body .tab-content ul.year li span.rates {
                    float: right;
                    padding: 0 10px;
                    border: 1px solid #2234a1;
                    border-radius: 25px;
                    font-size: 14px;
                    color: #2934a1;
                    font-weight: 700;
                    margin-top: 12px;
                }

                div.plaans.main_body .right_cont ul.year li p,
                div.plaans.main_body .tab-content ul.year li p {
                    font-size: 13px;
                    padding: 0px;
                    margin: 0px;
                }

    div.plaans.main_body .right_cont h4,
    div.plaans.main_body .tab-content h4 {
        font-size: 17px;
        margin-bottom: 15px;
        margin-top: 0px;
        color: #00b4ff;
        font-weight: 700;
        padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
    }

    div.plaans.main_body .right_cont .plaan_d,
    div.plaans.main_body .tab-content .plaan_d {
        padding: 3px 21px;
        border: 0px solid #ddd;
        border: 1px solid rgba(221, 221, 221, 0.74);
        border-radius: 23px;
        margin-bottom: 14px;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.14);
        position: relative;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+100 */
    }

        div.plaans.main_body .right_cont .plaan_d h1,
        div.plaans.main_body .tab-content .plaan_d h1 {
            padding-top: 34px;
            margin: 0;
            padding-bottom: 31px;
            font-weight: 400;
            font-size: 22px;
            color: #00b4ff;
        }

        div.plaans.main_body .right_cont .plaan_d .price_val,
        div.plaans.main_body .tab-content .plaan_d .price_val {
            float: right;
            margin-right: 72px;
            font-size: 15px;
            margin-top: -18px;
            color: #00b4ff;
            /*  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.08), 0px 8px 10px 1px rgba(0, 0, 0, 0.02), 0px 3px 14px 2px rgba(0, 0, 0, 0.02) !important; */
        }

            div.plaans.main_body .right_cont .plaan_d .price_val span.cross,
            div.plaans.main_body .tab-content .plaan_d .price_val span.cross {
                font-size: 13px;
                padding-right: 0;
                padding-bottom: 2px;
                clear: both;
                display: block;
                color: #a7a7a7;
                text-decoration: line-through;
                text-align: center;
            }

            div.plaans.main_body .right_cont .plaan_d .price_val span.value,
            div.plaans.main_body .tab-content .plaan_d .price_val span.value {
                border: 1px solid #ddd;
                border-radius: 30px;
                padding: 4px 12px;
                clear: both;
                float: left;
                font-size: 13px;
                font-weight: 700;
            }

        div.plaans.main_body .right_cont .plaan_d .more_out,
        div.plaans.main_body .tab-content .plaan_d .more_out {
            min-height: 0px;
            height: auto;
            position: relative;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

            div.plaans.main_body .right_cont .plaan_d .more_out .det_click,
            div.plaans.main_body .tab-content .plaan_d .more_out .det_click {
                float: right;
                position: absolute;
                right: 0px;
                top: -73px;
                padding: 15px;
                width: 56px;
                text-align: center;
                border: 1px solid #ddd;
                height: 56px;
                border-radius: 50%;
                box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.08), 0px 8px 10px 1px rgba(0, 0, 0, 0.02), 0px 3px 14px 2px rgba(0, 0, 0, 0.02) !important;
            }

            div.plaans.main_body .right_cont .plaan_d .more_out .det,
            div.plaans.main_body .tab-content .plaan_d .more_out .det {
                height: 0px;
                overflow: hidden;
                position: static;
                padding: 0px 10px;
                border: 0px solid transparent;
                background: #fff;
                z-index: 999;
                margin-top: 0px;
                border-radius: 6px;
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
            }

                div.plaans.main_body .right_cont .plaan_d .more_out .det.show,
                div.plaans.main_body .tab-content .plaan_d .more_out .det.show {
                    height: auto;
                    border: 1px solid #dddddd78;
                    padding: 20px 20px 20px 20px;
                    margin-bottom: 20px;
                    margin-top: 0;
                    transition: 400ms;
                    -webkit-transition: 400ms;
                    -o-transition: 400ms;
                    -moz-transition: 400ms;
                    -ms-transition: 400ms;
                }

            div.plaans.main_body .right_cont .plaan_d .more_out a.buy_btn,
            div.plaans.main_body .tab-content .plaan_d .more_out a.buy_btn {
                border-radius: 25px;
                padding: 7px 28px;
                background: #00b4ff;
                float: left;
                color: #fff;
                margin-top: 10px;
                box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
            }

                div.plaans.main_body .right_cont .plaan_d .more_out a.buy_btn:hover,
                div.plaans.main_body .tab-content .plaan_d .more_out a.buy_btn:hover {
                    background: #354ac7;
                    box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
                }

        div.plaans.main_body .right_cont .plaan_d:hover,
        div.plaans.main_body .tab-content .plaan_d:hover {
            z-index: 9999;
            background: #00b4ff;
        }

            div.plaans.main_body .right_cont .plaan_d:hover h1,
            div.plaans.main_body .tab-content .plaan_d:hover h1 {
                color: #fff !important;
            }

            div.plaans.main_body .right_cont .plaan_d:hover .det_click,
            div.plaans.main_body .tab-content .plaan_d:hover .det_click {
                border: 1px solid #099bd8;
                height: 56px;
                color: #fff;
                background: #099bd8;
                box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12) !important;
            }

            div.plaans.main_body .right_cont .plaan_d:hover .price_val,
            div.plaans.main_body .tab-content .plaan_d:hover .price_val {
                color: #fff;
            }

        div.plaans.main_body .right_cont .plaan_d.selected,
        div.plaans.main_body .tab-content .plaan_d.selected {
            border: 0px solid #00b4ff;
        }

    div.plaans.main_body .right_cont label.rad_cont.existing,
    div.plaans.main_body .tab-content label.rad_cont.existing {
        padding: 15px 0px 20px 40px;
        float: left;
        width: 100%;
        margin-left: 25px;
        pointer-events: auto;
    }

    div.plaans.main_body .right_cont .main_buy,
    div.plaans.main_body .tab-content .main_buy {
        border-radius: 25px;
        padding: 12px 25px;
        background: #00b4ff;
        float: left;
        color: #fff;
        margin-top: 10px;
        text-transform: uppercase;
        box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
        margin-left: 25px;
    }

        div.plaans.main_body .right_cont .main_buy:hover,
        div.plaans.main_body .tab-content .main_buy:hover {
            background: #0399d8;
            box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
        }

        div.plaans.main_body .right_cont .main_buy .fa,
        div.plaans.main_body .tab-content .main_buy .fa {
            margin-right: 5px;
        }

div.portal_body.plaans.insurance_info .container {
    width: 100%;
    max-width: 1300px;
}

    div.portal_body.plaans.insurance_info .container .right_cont {
        float: left;
        background: #f7f7f7;
        padding-top: 25px;
        border-radius: 23px;
    }

        div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box {
            min-height: 98px;
        }

            div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .dob {
                padding-left: 0px;
            }

            div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .age {
                padding-right: 0px;
            }

            div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap {
                padding: 0px;
                margin-bottom: 20px;
            }

                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap .form-group {
                    margin-bottom: 0px;
                }

                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap input,
                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap select {
                    border: 1px solid #ddd;
                    border-radius: 10px;
                    width: 100%;
                    padding: 10px 20px;
                    font-size: 13px;
                    background: #fff;
                    min-height: 49px;
                }

                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap label {
                    font-weight: normal;
                    font-size: 14px;
                    margin: 0;
                    color: #5f5f5f;
                }

                    div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap label.btn.btn-default {
                        min-height: 49px;
                        color: #fff !important;
                        padding: 14px 13px 0px 13px;
                    }

                        div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap label.btn.btn-default.active {
                            -webkit-box-shadow: inset 0 3px 5px #2996f5;
                            box-shadow: inset 0 3px 5px #2996f5;
                            background: #00b4ff;
                            background-color: #00b4ff !important;
                            color: #fff !important;
                        }

                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap .input-group-btn {
                    vertical-align: top;
                }

                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap .btn {
                    position: relative;
                    height: 49px;
                    padding: 14px;
                }

                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap.file input.form-control {
                    border-radius: 10px 0px 0px 10px !important;
                }

                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap.file .btn {
                    border-radius: 0 10px 10px 0;
                    background-color: #00b4ff;
                    border-color: #00b4ff;
                    color: #fff;
                }

                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap label.btn.btn-default {
                    outline: none;
                    border-radius: 0px 10px 10px 0px;
                    color: #5f5f9f !important;
                }

                    div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap label.btn.btn-default.active {
                        color: #fff !important;
                    }

                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
                    border-radius: 10px 0 0 10px;
                }

                div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap #sandbox-container input.form-control {
                    border-radius: 10px 0 0 10px !important;
                }

            div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box.addl_pass_info h3 {
                font-weight: 700;
                margin-top: 30px;
                margin-bottom: 0px;
                border-bottom: none !important;
                padding-bottom: 0px !important;
            }

            div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box.addl_pass_info h4 {
                margin-top: 35px;
            }

        div.portal_body.plaans.insurance_info .container .right_cont .btn_c {
            text-align: center;
            padding-bottom: 15px;
        }

        div.portal_body.plaans.insurance_info .container .right_cont button {
            border: 1px solid #00b4ff;
            border-radius: 10px;
            width: 100%;
            padding: 10px 20px;
            color: #fff;
            background: #00b4ff;
            min-height: 49px;
            margin: 0 auto;
            max-width: 140px;
            box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.38);
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

            div.portal_body.plaans.insurance_info .container .right_cont button .fa {
                width: 25px;
                height: 25px;
                padding: 7px 0 0 0;
                font-size: 11px;
                text-align: center;
                color: #fff;
                border: 1px solid #069cee;
                border-radius: 50%;
                background-color: #2996f5;
                margin-left: 5px;
                margin-right: 5px;
            }

            div.portal_body.plaans.insurance_info .container .right_cont button:hover {
                background: #0399d8;
                box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.28);
            }

            div.portal_body.plaans.insurance_info .container .right_cont button.widthauto {
                max-width: 220px;
            }

        div.portal_body.plaans.insurance_info .container .right_cont .glyphicon-folder-open:before {
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f114";
            font-size: 18px;
        }

    div.portal_body.plaans.insurance_info .container .col-lg-1.col-md-1.col-sm-1.col-xs-12.disp_none_for_me {
        width: 40px !important;
    }

    div.portal_body.plaans.insurance_info .container .left_cont.info {
        /* float: right;  */
        text-align: left;
        padding: 30px;
        background: #fff;
        border-radius: 23px;
        box-shadow: 15px 20px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

        div.portal_body.plaans.insurance_info .container .left_cont.info h2 {
            font-size: 20px;
            margin-bottom: 10px;
            padding: 0px 0 10px 0;
            margin-top: 0px;
        }

        div.portal_body.plaans.insurance_info .container .left_cont.info h3 {
            font-size: 15px;
            float: left;
            margin: 0px 0px 5px 0px !important;
            width: 100%;
            padding: 9px 0 10px 0 !important;
        }

        div.portal_body.plaans.insurance_info .container .left_cont.info p.red {
            color: red;
            font-size: 13px;
            margin: 0px;
        }

        div.portal_body.plaans.insurance_info .container .left_cont.info ul {
            margin: 0px;
            padding: 0px;
        }

            div.portal_body.plaans.insurance_info .container .left_cont.info ul li {
                padding: 0px;
                font-size: 12px;
                padding-bottom: 0px;
                list-style: none;
            }

div.footer {
    padding: 10px 0 0px 0;
    /* background: #e6eaef; */
    background: #fff;
}

    div.footer .container .logo img {
        width: 100%;
        height: auto;
        max-width: 190px;
    }

    div.footer .container .links ul {
        margin: 0px;
        padding: 0px;
    }

        div.footer .container .links ul li {
            list-style: none;
            padding: 0px;
            margin: 0px;
        }

            div.footer .container .links ul li a {
                display: block;
                padding: 5px;
                position: relative;
                font-size: 14px;
            }

                div.footer .container .links ul li a::before {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    width: 0%;
                    height: 1px;
                    content: "";
                    transition: 400ms;
                    -webkit-transition: 400ms;
                    -o-transition: 400ms;
                    -moz-transition: 400ms;
                    -ms-transition: 400ms;
                    background: #dedede;
                    display: none;
                }

                div.footer .container .links ul li a:hover::before {
                    width: 100%;
                }

    div.footer .container .links .social {
        margin: 0px;
        padding: 0px;
        margin-top: 0px;
    }

        div.footer .container .links .social li {
            list-style: none;
            float: right;
        }

            div.footer .container .links .social li a {
                margin: 0 10px 0 0;
                padding: 7px 5px 0px 5px;
                border: 1px solid #cccccc;
                color: #2234aa;
                border-radius: 50%;
                width: 40px;
                height: 40px;
                text-align: center;
                display: block;
            }

                div.footer .container .links .social li a:hover {
                    background: #2234aa;
                    border: 1px solid #2234aa;
                    color: #fff;
                }

    div.footer .container .f1 ul {
        margin: 0px;
        padding: 0px;
    }

        div.footer .container .f1 ul li {
            list-style: none;
            float: left;
        }

    div.footer .container.f23 {
        padding: 25px 15px 15px 15px;
        font-size: 13px;
        color: #9a9a9a;
        text-align: center;
        text-shadow: 1px 1px 0px #fff;
        background: transparent;
    }

        div.footer .container.f23 ul li a {
            padding: 0 15px 0 0px;
        }

        div.footer .container.f23 .f2 ul li {
            float: right;
        }

            div.footer .container.f23 .f2 ul li a {
                padding: 0 0 0px 15px;
            }

        div.footer .container.f23 .f1 {
            position: relative;
        }

            div.footer .container.f23 .f1::before {
                position: absolute;
                left: 30%;
                right: 30%;
                top: -20px;
                width: 40%;
                height: 1px;
                background: #ddd;
                content: "";
            }

div.portal__login_body .container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1110px;
    padding: 0px !important;
    background-color: whitesmoke !important;
    box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.1215686275);
}

    div.portal__login_body .container .login_left,
    div.portal__login_body .container .left_cont.info {
        text-align: center;
        font-size: 25px;
        color: #fff;
        background-color: #00b4ff;
        min-height: 530px;
    }

        div.portal__login_body .container .login_left img,
        div.portal__login_body .container .left_cont.info img {
            width: 100%;
            margin: 0 auto;
            max-width: 540px;
            margin-bottom: 30px;
        }

        div.portal__login_body .container .login_left h1,
        div.portal__login_body .container .left_cont.info h1 {
            margin: 0px;
            padding: 0px;
            padding-bottom: 0;
            padding-top: 60px;
            font-size: 65px;
            font-weight: 700;
        }

    div.portal__login_body .container .login_right .fields {
        padding: 0 25px;
    }

        div.portal__login_body .container .login_right .fields h4 {
            font-size: 25px;
            font-weight: 100;
            padding-bottom: 15px;
            margin-bottom: 20px;
            border-bottom: 1px dashed #ddd;
            color: #00b4ff;
        }

        div.portal__login_body .container .login_right .fields .form-group label {
            width: 100%;
            float: left;
            font-size: 12px;
            color: #848484;
        }

        div.portal__login_body .container .login_right .fields .form-group input {
            width: 100%;
            padding: 10px;
            border-radius: 10px;
            border: 1px solid #ddd;
            background: #fff;
            font-size: 14px;
            box-shadow: 0px 0px 0px #fff;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

            div.portal__login_body .container .login_right .fields .form-group input:focus {
                box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
                border: 1px solid #fff;
            }

        div.portal__login_body .container .login_right .fields .form-group button {
            clear: both;
            padding: 11px 5px;
            text-align: center;
            min-width: 200px;
            background: #3847a0;
            background: -moz-linear-gradient(top, #00b4ff 0%, #0390cc 100%);
            background: -webkit-linear-gradient(top, #00b4ff 0%, #0390cc 100%);
            background: linear-gradient(to bottom, #00b4ff 0%, #0390cc 100%);
            border-radius: 10px;
            border: none;
            color: #fff;
            margin-top: 5px;
            position: relative;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
            box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.28);
        }

            div.portal__login_body .container .login_right .fields .form-group button:hover {
                background: -moz-linear-gradient(top, #0390cc 0%, #00b4ff 100%);
                background: -webkit-linear-gradient(top, #0390cc 0%, #00b4ff 100%);
                background: linear-gradient(to bottom, #0390cc 0%, #00b4ff 100%);
                box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.38);
            }

        div.portal__login_body .container .login_right .fields .form-group .linkss {
            margin-top: 15px;
        }

            div.portal__login_body .container .login_right .fields .form-group .linkss a {
                width: 100%;
                float: left;
                font-size: 13px;
                color: #333;
                margin: 0px;
                padding: 2px 0px;
                letter-spacing: 0;
            }

                div.portal__login_body .container .login_right .fields .form-group .linkss a:hover {
                    letter-spacing: .5px;
                    color: #00b4ff;
                }

/* container-fluid ends */
button.full_width {
    margin-top: 30px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3847a0+0,2234a1+100 */
    background: #3847a0;
    background: -moz-linear-gradient(top, #00b4ff 0%, #1a83de 100%);
    background: -webkit-linear-gradient(top, #00b4ff 0%, #1a83de 100%);
    background: linear-gradient(to bottom, #00b4ff 0%, #1a83de 100%);
    float: left;
    clear: both;
    outline: none;
    padding: 15px;
    border-radius: 10px;
    display: block;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    width: 100%;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

    button.full_width:hover {
        background: -moz-linear-gradient(top, #1a83de 0%, #00b4ff 100%);
        background: -webkit-linear-gradient(top, #1a83de 0%, #00b4ff 100%);
        background: linear-gradient(to bottom, #1a83de 0%, #00b4ff 100%);
    }

.main_buy .price_val {
    float: right;
    margin-right: 22px;
    font-size: 15px;
    margin-top: -8px;
    color: #00b4ff;
    /*  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.08), 0px 8px 10px 1px rgba(0, 0, 0, 0.02), 0px 3px 14px 2px rgba(0, 0, 0, 0.02) !important; */
}

    .main_buy .price_val span.cross {
        font-size: 11px;
        padding-right: 0;
        padding-bottom: 0px;
        clear: both;
        display: block;
        color: #a9a9a9;
        text-decoration: line-through;
        text-align: center;
    }

    .main_buy .price_val span.value {
        padding: 6px 12px;
        color: #fff;
        border: 1px solid #0c7bc1;
        border-radius: 30px;
        clear: both;
        float: left;
        font-size: 13px;
        /*  font-weight: 700; */
    }

.main_buy span.pad {
    padding: 18px;
    /* font-weight: 700; */
    font-size: 17px;
}

.pric {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    font-weight: 700 !important;
    margin-top: 0;
}

label#price-min-label {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    /* float: left; */
    clear: both;
    width: 100%;
}

.wrap {
    width: 100%;
    margin: 90px auto;
}

    .wrap p {
        text-align: center;
        color: #000;
        font-family: roboto;
        font-size: 2.1rem;
    }

    .wrap input[type=range] {
        position: relative;
        -webkit-appearance: none;
        width: 100%;
    }

        .wrap input[type=range]::-webkit-slider-runnable-track {
            height: 2px;
            background: #f3f3f3;
            border-bottom: 1px solid #2980b9;
        }

            .wrap input[type=range]::-webkit-slider-runnable-track:before {
                content: '';
                background: white;
                width: 2px;
                height: 15px;
                position: absolute;
                top: -7px;
                border-left: 1px solid #2980b9;
            }

            .wrap input[type=range]::-webkit-slider-runnable-track:after {
                content: '';
                background: white;
                width: 2px;
                height: 15px;
                position: absolute;
                top: -7px;
                right: 0;
                border-right: 1px solid #2980b9;
            }

        .wrap input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            border: 3px solid #246D9C;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: white;
            cursor: pointer;
            margin-top: -9px;
            position: relative;
            z-index: 1;
        }

        .wrap input[type=range]:focus {
            outline: none;
        }

.container-fluid.portal_body.plaans.insurance_info .container .right_cont.full_w_aft.sub_m .addl_pass_info h3 {
    padding-bottom: 18px !important;
    border-bottom: 1px dashed #d6dcff !important;
    margin-bottom: 10px !important;
}

.chasis_showing {
    display: none;
}

    .chasis_showing.chasis_1 {
        display: block;
    }

    .chasis_showing.active {
        display: block;
    }

.datepicker td,
.datepicker th {
    width: 38px !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.det_ul {
    list-style: none;
    padding: 0px !important;
    margin-bottom: 20px;
}

    .det_ul li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 5px;
    }

        .det_ul li::before {
            position: absolute;
            left: 0px;
            top: 5px;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            font-size: 16px;
            color: #00b4ff;
            padding: 0px 0 0 2px;
            background: transparent;
            border: 1px solid #e8e8e8;
            width: 20px;
            height: 20px;
            text-align: center;
            border-radius: 50%;
        }

.addon {
    padding: 0px !important;
}

    .addon li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .addon li .rad_cont {
            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 4px;
            padding-top: 3px;
            margin-top: 8px;
        }

.rad_cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* On mouse-over, add a grey background color */
.rad_cont:hover .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.rad_cont .checkmark.active {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.rad_cont .checked.active .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.rad_cont .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);
}

.rad_cont {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .rad_cont input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 15px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    box-shadow: 0 6px 25px -5px rgba(0, 0, 0, 0.36), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

.addon .checkmark {
    top: 5px;
    height: 20px;
    width: 20px;
}

    .addon .checkmark:after {
        top: 6px !important;
        left: 6px !important;
    }

/* On mouse-over, add a grey background color */
.rad_cont:hover .checkmark {
    background-color: #b3b3b3;
    box-shadow: 0 26px 25px -5px rgba(0, 0, 0, 0.8), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

/* When the radio button is checked, add a blue background */
.rad_cont .checkmark.active {
    background-color: #00b4ff;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rad_cont .checkmark.active:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rad_cont .checkmark:after {
    top: 9px !important;
    left: 9px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: white !important;
}

.no_padding {
    padding: 0px;
}

.padding_bottom {
    padding-bottom: 30px;
}

.radio_label {
    width: auto !important;
    display: inline-block;
}

label.radio {
    width: auto !important;
    display: inline-block;
    padding-right: 21px;
}

#myInput {
    background-image: url("/css/searchicon.png");
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#myUL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #myUL li a {
        border: 1px solid #ddd;
        margin-top: -1px;
        /* Prevent double borders */
        background-color: #f6f6f6;
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        color: black;
        display: block;
    }

        #myUL li a:hover:not(.header) {
            background-color: #eee;
        }

.append_div div,
.append_div2 div {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.range {
    position: relative;
    width: 90%;
    height: 5px;
    margin: 0 5%;
}

    .range input {
        width: 100%;
        position: absolute;
        top: 2px;
        height: 0;
        -webkit-appearance: none;
    }

        .range input::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 10px;
            height: 10px;
            margin: -4px 0 0;
            border-radius: 50%;
            background: #37adbf;
            cursor: pointer;
            border: 0 !important;
        }

        .range input::-moz-range-thumb {
            width: 10px;
            height: 10px;
            margin: -4px 0 0;
            border-radius: 50%;
            background: #37adbf;
            cursor: pointer;
            border: 0 !important;
        }

        .range input::-ms-thumb {
            width: 10px;
            height: 10px;
            margin: -4px 0 0;
            border-radius: 50%;
            background: #37adbf;
            cursor: pointer;
            border: 0 !important;
        }

        .range input::-webkit-slider-runnable-track {
            width: 100%;
            height: 2px;
            cursor: pointer;
            background: #b2b2b2;
        }

        .range input::-moz-range-track {
            width: 100%;
            height: 2px;
            cursor: pointer;
            background: #b2b2b2;
        }

        .range input::-ms-track {
            width: 100%;
            height: 2px;
            cursor: pointer;
            background: #b2b2b2;
        }

        .range input:focus {
            background: none;
            outline: none;
        }

        .range input::-ms-track {
            width: 100%;
            cursor: pointer;
            background: transparent;
            border-color: transparent;
            color: transparent;
        }

.range-labels {
    margin: 18px -41px 0;
    padding: 0;
    list-style: none;
}

    .range-labels li {
        position: relative;
        float: left !important;
        width: 20% !important;
        text-align: center;
        color: #b2b2b2;
        font-size: 14px;
        cursor: pointer;
    }

        .range-labels li::before {
            position: absolute;
            top: -25px;
            right: 0;
            left: 0;
            content: "";
            margin: 0 auto;
            width: 9px;
            height: 9px;
            background: #b2b2b2;
            border-radius: 50%;
        }

    .range-labels .active {
        color: #37adbf;
    }

    .range-labels .selected::before {
        background: #37adbf;
    }

    .range-labels .active.selected::before {
        display: none;
    }

.sub_m {
    padding-bottom: 30px !important;
}

    .sub_m .addl_pass_info h3 {
        font-size: 17px;
        margin-top: 13px;
    }

        .sub_m .addl_pass_info h3 i {
            position: relative;
            z-index: 0;
        }

            .sub_m .addl_pass_info h3 i::after {
                position: absolute;
                left: -21px;
                top: 50%;
                z-index: -1;
                height: 1px;
                width: 13px;
                background: #00b4ff;
                content: "";
            }

    .sub_m .sub_det_box_main .sub_det_box {
        min-height: 100px;
        border-bottom: 1px solid rgba(221, 221, 221, 0.3882352941);
        margin-bottom: 15px;
        margin-top: 0px;
    }

        .sub_m .sub_det_box_main .sub_det_box h5 {
            color: #00b4ff;
            font-size: 13px;
            line-height: 24px;
            /* font-weight: 600; */
            text-transform: uppercase;
        }

    .sub_m .table_div {
        padding-top: 15px;
        padding-bottom: 25px;
    }

        .sub_m .table_div table tr th,
        .sub_m .table_div table tr td {
            padding: 10px 15px;
        }

        .sub_m .table_div table tr th {
            background: #00b4ff;
            border: 1px solid #0399d8;
            color: #fff;
            font-weight: normal;
        }

        .sub_m .table_div table tr td {
            border: 1px solid #ddd;
        }

        .sub_m .table_div.no-border table tr td {
            border: none;
        }

.left_cont.info.sum_right h4 {
    font-size: 15px;
}

.left_cont.info.sum_right h1 {
    font-size: 25px;
    color: #fff !important;
    margin: 0px 0px 20px 0px;
    background: #00b4ff;
    border-radius: 10px;
    padding: 25px 5px;
    text-align: center;
}

.left_cont.info.sum_right table tr td,
.left_cont.info.sum_right table tr th {
    padding: 2px 0px;
    font-size: 12px;
}

.left_cont.info.sum_right table tr th {
    padding: 5px 0px;
    background: #00b4ff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid rgba(221, 221, 221, 0.17);
    font-weight: normal;
}

.left_cont.info.sum_right .form_con label {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.left_cont.info.sum_right .form_con input {
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-bottom: 18px;
}

.left_cont.info.sum_right .form_con button {
    border: 1px solid #00b4ff;
    border-radius: 10px;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    background: #00b4ff;
    min-height: 49px;
    margin: 0 auto;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.38);
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .left_cont.info.sum_right .form_con button .fa {
        width: 25px;
        height: 25px;
        padding: 7px 0 0 0;
        text-align: center;
        color: #fff;
        border: 1px solid #069cee;
        border-radius: 50%;
        background-color: #2996f5;
        margin-left: 5px;
        font-size: 12px;
    }

    .left_cont.info.sum_right .form_con button:hover {
        background: #0399d8;
        box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.28);
    }

.chk_box_term {
    padding: 20px 0 0 0;
}

.dash_menu {
    background: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99;
    /* box-shadow: 0px 0px 41px rgba(0, 0, 0, 0.08);
	border-right: 1px solid #ececec;  */
    height: 100vh;
    padding: 0px;
    width: 90px;
}

    .dash_menu a.logo {
        padding: 20px 0;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        display: block;
        background: #ffffff;
        width: calc(100% - 90px);
        float: right;
    }

        .dash_menu a.logo img {
            width: 100%;
            max-width: 217px;
        }

    .dash_menu .for_pc_menu {
        width: 50px;
        height: 50px;
        background: #00b4ff;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        padding-top: 12px;
        font-size: 21px;
        position: relative;
        margin-top: 0px;
        display: none;
        cursor: pointer;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

        .dash_menu .for_pc_menu span {
            position: absolute;
            left: 60px;
            top: 6px;
            display: block;
            color: #000;
            z-index: -999999999;
            font-size: 14px;
            background: #f5f5f5;
            padding: 5px 13px 5px 13px;
            border-radius: 10px;
            border: 1px solid #f5f5f5;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

        .dash_menu .for_pc_menu:hover {
            background: #636490;
            color: #fff;
        }

            .dash_menu .for_pc_menu:hover span {
                border: 1px solid #ddd;
            }

    .dash_menu ul {
        margin: 0px;
        padding: 0px;
    }

        .dash_menu ul li {
            list-style: none;
            padding: 0px 0px;
            margin: 0px;
            margin: 0px;
        }

            .dash_menu ul li a {
                display: block;
                font-size: 10px;
                position: relative;
                letter-spacing: .5px;
                z-index: 2;
                /*
				&::before
				{
					width: 0px;
					position: absolute;
					left: 0px;
					bottom: 0px;
					top: 0px;
					content: "";
 					background: #f5f5f5;
 					z-index: -1;
					@include transition(400ms);

				}*/
            }

                .dash_menu ul li a .fa {
                    width: 27px;
                    font-size: 21px;
                    margin-top: 0px;
                    width: 100%;
                    float: left;
                }

                .dash_menu ul li a:hover, .dash_menu ul li a.active {
                    background: #15268a;
                }

    .dash_menu .main_left_menu {
        max-width: 90px;
        height: 100vh;
        float: left;
        text-align: center;
        background-color: #00b4ff;
        color: #fff;
    }

        .dash_menu .main_left_menu ul {
            margin-top: 0px;
        }

            .dash_menu .main_left_menu ul li {
                text-align: center;
            }

                .dash_menu .main_left_menu ul li a {
                    display: block;
                    padding: 14px 7px 6px 7px;
                    border-bottom: 0px solid #3042af;
                }

                    .dash_menu .main_left_menu ul li a span {
                        color: #b3beff;
                    }

    .dash_menu .second_left_menu {
        height: 100vh;
        float: left;
        text-align: left;
        /* my goal is that the width always fills up independent of browser width */
        width: calc(100% - 90px);
        /* Use calc to remove the fixed width and margin width from the 100% width */
    }

        .dash_menu .second_left_menu ul li a {
            padding: 15px 0 15px 20px;
            font-size: 15px;
        }

            .dash_menu .second_left_menu ul li a .fa {
                float: left;
                width: 25px;
                height: 25px;
                padding: 1px;
                background: #fff;
                border: 1px solid #ddd;
                text-align: center;
                border-radius: 5px;
                margin: 1px 10px 0 0;
            }

            .dash_menu .second_left_menu ul li a:hover {
                color: #00b4ff;
                letter-spacing: .5px;
            }

            .dash_menu .second_left_menu ul li a:hover {
                background: #f3f3f3;
            }

        .dash_menu .second_left_menu h4 {
            padding: 23px 0 22px 20px;
            background: #f7f7f7;
            margin: 0px;
            color: #00b4ff;
            text-transform: uppercase;
            font-size: 21px;
        }

            .dash_menu .second_left_menu h4 .fa {
                float: right;
                padding: 0 10px;
            }

.width_90per {
    width: calc(100% - 90px);
}

.qot_main .quot_box1 .col-xs-12 {
    background: #ddd;
    border-radius: 25px;
    padding: 12px 25px;
    background: #00b4ff;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 150px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -6px 0px -1px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.16), 0px 1px 18px 0px rgba(0, 0, 0, 0);
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

    .qot_main .quot_box1 .col-xs-12 a {
        display: block;
    }

    .qot_main .quot_box1 .col-xs-12 .fa {
        font-size: 30px;
    }

    .qot_main .quot_box1 .col-xs-12 h4 {
        font-weight: 400;
        color: #fff;
    }

    .qot_main .quot_box1 .col-xs-12:hover {
        background: #0f1e77;
        box-shadow: 0px 6px 0px -1px rgba(0, 0, 0, 0.19), 0px 10px 10px 0px rgba(0, 0, 0, 0.26), 0px 1px 18px 0px rgba(0, 0, 0, 0);
    }

.qot_main .quot_box1.policy_form input:nth-child(2) {
    margin-top: 30px;
}

.qot_main.min_height {
    min-height: 300px;
    margin-top: 0px;
}

.qot_main h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #00b4ff;
}

.qot_main input {
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    background: #fff;
    height: 50px !important;
}

.ali_c {
    text-align: center;
    margin-top: 15px;
}

.align_cc {
    float: none;
    margin: 0 auto;
}

.next_form {
    float: left;
    background: #f7f7f7;
    padding-top: 0px;
    border-radius: 23px;
    text-align: left;
}

    .next_form .form_item_wrap label {
        font-weight: normal;
        font-size: 14px;
        margin: 0;
        color: #5f5f5f;
    }

    .next_form input,
    .next_form select,
    .next_form textarea {
        /*
	 	-webkit-filter: blur(1px);
	    -moz-filter: blur(1px);
	    filter: blur(0px);
	    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
	    box-shadow: 0 15px 25px -4px rgba(0,0,0,0.5), inset 0 -3px 4px -1px rgba(0,0,0,0.2), 0 -10px 15px -1px rgba(255,255,255,0.6), inset 0 3px 4px -1px rgba(255,255,255,0.2), inset 0 0 5px 1px rgba(255,255,255,0.8), inset 0 20px 30px 0 rgba(255,255,255,0.2);
	    box-shadow: 0 15px 25px -4px rgba(202,202,202,0.4), inset 0 -8px 30px 1px rgba(255,255,255,0.9), 0 -10px 15px -1px rgba(255,255,255,0.6), inset 0 8px 25px 0 rgba(165,165,165,0.4), inset 0 0 10px 1px rgba(255,255,255,0.6);
	    background: #ffffff;
	    border: 1px solid #ececec;
*/
        /*  border: 1px solid #ddd;
	    border-radius: 10px;
	    width: 100%;
	    padding: 10px 20px !important;
	    font-size: 13px;
	    background: #fff;
	    min-height: 49px;


	    border: 1px solid #ddd;
	    */
        width: 100%;
        padding: 10px 20px !important;
        font-size: 13px;
        min-height: 49px;
        border: 0px solid #ddd;
        border-radius: 10px;
        background: linear-gradient(145deg, #e6e6e6, #ffffff);
        box-shadow: 10px 10px 20px #cccccc, -10px -10px 20px #ffffff;
        color: #757575;
    }

    .next_form .btn {
        position: relative;
        height: 49px;
        padding: 14px;
    }

    .next_form label.btn.btn-default {
        outline: none;
        border-radius: 0px 10px 10px 0px;
        color: #5f5f9f !important;
    }

    .next_form label.btn.btn-default {
        min-height: 49px;
        color: #fff !important;
        padding: 14px 13px 0px 13px;
    }

        .next_form label.btn.btn-default.active {
            color: #fff !important;
        }

        .next_form label.btn.btn-default.active {
            -webkit-box-shadow: inset 0 3px 5px #0390cc;
            box-shadow: inset 0 3px 5px #0390cc;
            background: #00b4ff;
            background-color: #00b4ff !important;
            color: #fff !important;
            position: relative;
            z-index: 9;
        }

    .next_form label.btn.btn-default {
        outline: none;
        border-radius: 0px 10px 10px 0px;
        color: #5f5f9f !important;
    }

    .next_form .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-radius: 10px 0 0 10px;
    }

    .next_form .form_item_wrap.file input.form-control {
        border-radius: 10px 0px 0px 10px !important;
    }

    .next_form .form_item_wrap .input-group-btn {
        vertical-align: top;
    }

    .next_form .form_item_wrap.file .btn {
        border-radius: 0 10px 10px 0;
        background-color: #00b4ff;
        border-color: #00b4ff;
        color: #fff;
    }

    .next_form .glyphicon-folder-open:before {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f114";
        font-size: 18px;
    }

    .next_form .form_item_wrap {
        padding: 0px;
        margin-bottom: 20px;
    }

    .next_form div#sandbox-container {
        margin-bottom: 0;
    }

    .next_form .col-lg-7.col-md-7.col-sm-12.col-xs-12.dob {
        padding: 0;
    }

    .next_form button {
        border: 1px solid #00b4ff;
        border-radius: 10px;
        width: 100%;
        padding: 10px 20px;
        color: #fff;
        font-size: 14px;
        background: #00b4ff;
        min-height: 49px;
        margin: 0 auto;
        max-width: 210px;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.18);
        display: inline-block;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
        margin-top: 0px !important;
    }

        .next_form button .fa {
            width: 25px;
            height: 25px;
            padding: 7px 0 0 0;
            font-size: 11px;
            text-align: center;
            color: #fff;
            border: 1px solid #069cee;
            border-radius: 50%;
            background-color: #2996f5;
            margin-left: 5px;
            margin-right: 5px;
        }

        .next_form button:hover {
            box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.28);
        }

div.portal_body .container .main_body .tab-content input,
div.portal_body .container .main_body .tab-content select,
.qot_main select {
    height: 50px !important;
}

div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap input,
div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .form_item_wrap select,
.qot_main input {
    height: 50px !important;
}

.dash_menu ul li a:hover,
.dash_menu ul li a.active {
    background: #3b3d5b !important;
}

.dash_menu .main_left_menu {
    max-width: 90px;
    height: 101vh;
    float: left;
    text-align: center;
    background-color: #323348 !important;
    color: #fff;
}

    .dash_menu .main_left_menu ul li a span {
        color: #fff !important;
    }

    .dash_menu .main_left_menu ul li {
        position: relative;
    }

        .dash_menu .main_left_menu ul li ul.drop_down {
            position: absolute;
            left: 100%;
            width: 0px;
            overflow: hidden;
            top: 0px;
            color: #000;
            width: 0px;
            opacity: 0;
            border-top: 1px solid #ddd;
            box-shadow: 31px 0px 40px rgba(0, 0, 0, 0.15);
            height: auto;
            max-height: 175px;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

            .dash_menu .main_left_menu ul li ul.drop_down li {
                width: 220px;
                background: #fff;
            }

                .dash_menu .main_left_menu ul li ul.drop_down li a {
                    width: 100%;
                    text-align: left;
                    border-bottom: 1px solid #ddd;
                    border-right: 1px solid #ddd;
                    padding: 15px;
                    font-size: 13px;
                }

                    .dash_menu .main_left_menu ul li ul.drop_down li a .fa {
                        float: left;
                        width: auto;
                        margin: 3px 5px 0 0;
                        transition: 400ms;
                        -webkit-transition: 400ms;
                        -o-transition: 400ms;
                        -moz-transition: 400ms;
                        -ms-transition: 400ms;
                        color: #3b3d5b;
                    }

                    .dash_menu .main_left_menu ul li ul.drop_down li a:hover {
                        border-right-color: #3b3d5b;
                        color: #fff;
                    }

                        .dash_menu .main_left_menu ul li ul.drop_down li a:hover .fa {
                            margin: 3px 10px 0 0;
                            color: #ffffff;
                        }

        .dash_menu .main_left_menu ul li:hover ul.drop_down {
            left: 100%;
            opacity: 1;
            width: 220px;
        }

.qot_main .quot_box1 .col-xs-12 {
    background: #ddd;
    border-radius: 15px;
    padding: 12px 25px;
    background: #00b4ff;
    color: #fff !important;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 150px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 13px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

    .qot_main .quot_box1 .col-xs-12:hover {
        background: #ffffff;
        color: #00b4ff !important;
        /* box-shadow: 0px 6px 0px -1px rgba(0, 0, 0, 0.19), 0px 10px 10px 0px rgba(0, 0, 0, 0.26), 0px 1px 18px 0px rgba(0, 0, 0, 0); */
        box-shadow: 0px 24px 15px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.08);
    }

        .qot_main .quot_box1 .col-xs-12:hover h4 {
            color: #00b4ff !important;
        }

.form-control {
    background-color: #fff !important;
}

h4 {
    font-size: 22px;
    font-weight: 500;
    color: #00b4ff;
}

div.header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 7px 0;
    z-index: 1;
    background: #464775;
}

    div.header::before {
        background: none;
    }

    div.header::after {
        background: none;
    }

.col-lg-6.col-md-6.col-sm-6.col-xs-12.logo {
    margin: 0 auto;
    float: left;
    text-align: left;
}

.top-rightside-icon {
    float: right;
}

    .top-rightside-icon a {
        color: #464775;
        background: #ffffff;
        float: right;
        border-radius: 50%;
        padding: 8px;
        height: 45px;
        width: 45px;
        text-align: center;
        margin-top: 5px;
        margin-left: 10px;
        font-size: 20px;
        box-shadow: -3px 5px 20px -1px rgba(0, 0, 0, 0.18), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

        .top-rightside-icon a:hover {
            color: #fff;
            background: #464775;
        }

body.inx .container-fluid .container {
    background-color: #fff;
    padding: 25px 0;
    max-width: 1110px;
}

div.footer .container.f23 {
    background: transparent !important;
}

.inx div.header {
    position: static;
    background: #e6eaef;
    margin: 0px;
    padding: 0px;
}

.top-rightside-icon ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

    .top-rightside-icon ul li {
        list-style: none;
        float: right;
        position: relative;
        z-index: 9999999;
    }

        .top-rightside-icon ul li ul.dropdown {
            position: absolute;
            right: 0px;
            top: 56px;
            font-size: 14px;
            z-index: 9;
            border-bottom: none;
            opacity: 0;
            height: 0px;
            border-radius: 5px;
            overflow: hidden;
            width: 150px;
            box-shadow: 0px 1px 29px rgba(0, 0, 0, 0.15);
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

            .top-rightside-icon ul li ul.dropdown li {
                list-style: none;
                width: 100%;
                float: left;
            }

                .top-rightside-icon ul li ul.dropdown li a {
                    padding: 10px !important;
                    background: #fff;
                    color: #000;
                    display: block;
                    width: 100% !important;
                    border-radius: 0px !important;
                    font-size: 13px;
                    text-align: left;
                    margin: 0px !important;
                    height: 45px;
                    box-shadow: 0px 0 1px rgba(0, 0, 0, 0.23) !important;
                }

                    .top-rightside-icon ul li ul.dropdown li a:hover {
                        background: #636490;
                        color: #fff;
                    }

                    .top-rightside-icon ul li ul.dropdown li a .fa {
                        padding: 0px !important;
                        background: transparent !important;
                        font-size: 14px !important;
                        border: none !important;
                        margin-right: 5px;
                    }

        .top-rightside-icon ul li.active ul.dropdown {
            opacity: 1;
            height: auto;
        }

body.new_theme .dash_menu {
    top: 0px;
}

    body.new_theme .dash_menu .main_left_menu {
        background-color: #e6eaef !important;
        color: #3b3d5b;
        box-shadow: 11px 3px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        padding-top: 69px;
        border-right: 1px solid #fff;
    }

        body.new_theme .dash_menu .main_left_menu ul li.main_menu_link {
            width: 90px;
            height: 64px;
            margin-top: 11px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            body.new_theme .dash_menu .main_left_menu ul li.main_menu_link a {
                display: block;
                text-align: center;
                color: #000 !important;
                position: relative;
                padding: 0px 0px 0px 0px;
                /* display: flex;
					    align-items: center;
					    justify-content: center; */
            }

                body.new_theme .dash_menu .main_left_menu ul li.main_menu_link a .fa {
                    border-radius: 50%;
                    box-shadow: -3px 5px 20px -1px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
                    background: #fff;
                    margin-top: 4px;
                    text-align: center;
                    padding: 11px 0px 0px 0px;
                    width: 40px;
                    height: 40px;
                    font-size: 18px;
                    float: none;
                    margin: 0 auto;
                    transition: 400ms;
                    -webkit-transition: 400ms;
                    -o-transition: 400ms;
                    -moz-transition: 400ms;
                    -ms-transition: 400ms;
                }

                body.new_theme .dash_menu .main_left_menu ul li.main_menu_link a:hover, body.new_theme .dash_menu .main_left_menu ul li.main_menu_link a.active {
                    background: transparent !important;
                }

                    body.new_theme .dash_menu .main_left_menu ul li.main_menu_link a:hover .fa, body.new_theme .dash_menu .main_left_menu ul li.main_menu_link a.active .fa {
                        background: #00b4ff !important;
                        color: #fff;
                        box-shadow: 0px 25px 20px -1px rgba(0, 0, 0, 0.15), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
                    }

                body.new_theme .dash_menu .main_left_menu ul li.main_menu_link a span {
                    color: #000 !important;
                    display: block;
                    line-height: 17px;
                }

            body.new_theme .dash_menu .main_left_menu ul li.main_menu_link ul.drop_down {
                border-radius: 0 15px 15px 0;
                overflow: hidden !important;
                border-right: 0px !important;
            }

                body.new_theme .dash_menu .main_left_menu ul li.main_menu_link ul.drop_down li a {
                    width: 100%;
                    box-shadow: none;
                    border-radius: 0px;
                    display: block;
                    border-right: 0px;
                    padding: 8px 15px;
                    text-align: left;
                }

                    body.new_theme .dash_menu .main_left_menu ul li.main_menu_link ul.drop_down li a .fa {
                        border-radius: 0%;
                        box-shadow: none;
                        background: transparent;
                        margin-top: 0px;
                        margin: 0px;
                        text-align: center;
                        padding: 0px 0px 0px 0px;
                        width: auto;
                        height: auto;
                        font-size: 18px;
                    }

                    body.new_theme .dash_menu .main_left_menu ul li.main_menu_link ul.drop_down li a:hover .fa {
                        margin: 0px 5px 0 0;
                        background: transparent !important;
                        color: #3b3d5b !important;
                    }

body.new_theme .in_container_width.header.full_width {
    box-shadow: 0px 13px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    background: #fff;
    z-index: 99;
}

    body.new_theme .in_container_width.header.full_width .top-rightside-icon ul li.user_photo a {
        border-radius: 50%;
        padding: 0px;
        overflow: hidden;
    }

        body.new_theme .in_container_width.header.full_width .top-rightside-icon ul li.user_photo a img {
            width: 100%;
            border: 2px solid #fff;
            border-radius: 50%;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

        body.new_theme .in_container_width.header.full_width .top-rightside-icon ul li.user_photo a:hover img {
            border: 2px solid #464775;
        }

body.new_theme .dash_full_width_container {
    width: 96% !important;
    margin: 2%;
}

    body.new_theme .dash_full_width_container .theme_shadow {
        box-shadow: 0px 13px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        padding: 0px;
        border-radius: 15px;
        background-image: linear-gradient(364deg, #e4e4e4, #fff, #ffffff);
        overflow: hidden;
    }

        body.new_theme .dash_full_width_container .theme_shadow .box_1 {
            padding: 25px 25px;
            position: relative;
            text-align: left;
        }

            body.new_theme .dash_full_width_container .theme_shadow .box_1::before {
                position: absolute;
                right: 0px;
                top: 20px;
                bottom: 20px;
                width: 7px;
                background: rgba(229, 233, 238, 0.4196078431);
                content: "";
                box-shadow: -9px 0px rgba(243, 243, 243, 0.368627451);
                border-radius: 14px;
            }

            body.new_theme .dash_full_width_container .theme_shadow .box_1 h1 {
                font-size: 51px;
                font-weight: 100;
                margin: 0px;
                padding: 0px;
                color: #00b4ff;
                text-shadow: 2px 2px 0px #fff;
            }

                body.new_theme .dash_full_width_container .theme_shadow .box_1 h1 span {
                    font-size: 13px;
                    position: relative;
                    width: 69px;
                    display: inline-block;
                    text-align: right;
                    bottom: 13px;
                }

                    body.new_theme .dash_full_width_container .theme_shadow .box_1 h1 span .fa {
                        position: absolute;
                        left: 0px;
                        top: -12px;
                        width: 35px;
                        height: 35px;
                        background: transparent;
                        border: 2px solid green;
                        border-radius: 50%;
                        color: green;
                        text-shadow: none;
                        text-align: center;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                        body.new_theme .dash_full_width_container .theme_shadow .box_1 h1 span .fa.red {
                            color: red;
                            border-color: red;
                        }

            body.new_theme .dash_full_width_container .theme_shadow .box_1 h4 {
                padding-top: 13px;
                font-size: 15px;
                font-weight: 100;
                margin: 0px;
                padding: 0px 0px 0px 4px;
                color: #9c9c9c;
            }

            body.new_theme .dash_full_width_container .theme_shadow .box_1:last-child::before {
                display: none;
            }

    body.new_theme .dash_full_width_container .clear_both {
        width: 100%;
        float: left;
    }

    body.new_theme .dash_full_width_container .chart_out {
        padding: 25px 15px 15px 15px;
        border-radius: 15px;
        box-shadow: 0px 0px 0px transparent;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

        body.new_theme .dash_full_width_container .chart_out:hover {
            box-shadow: 0px 3px 75px 25px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }

    body.new_theme .dash_full_width_container .chart .theme_shadow {
        padding: 25px 25px 25px 15px;
        min-height: 431px;
    }

    body.new_theme .dash_full_width_container .chart p.planned {
        font-size: 14px;
    }

        body.new_theme .dash_full_width_container .chart p.planned span {
            margin-right: 15px;
        }

            body.new_theme .dash_full_width_container .chart p.planned span .fa {
                margin-right: 5px;
            }

            body.new_theme .dash_full_width_container .chart p.planned span.red .fa {
                color: #dedede;
            }

            body.new_theme .dash_full_width_container .chart p.planned span.blue .fa {
                color: #00b4ff;
            }

    body.new_theme .dash_full_width_container .chart .chart {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(100, 1fr);
        grid-column-gap: 5px;
        height: 260px;
        width: 100%;
        padding: 5px 10px;
    }

    body.new_theme .dash_full_width_container .chart [class*="bar"] {
        margin: 0;
        padding: 0;
        border-radius: 25px 25px 0 0;
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        grid-row-end: 102;
    }

        body.new_theme .dash_full_width_container .chart [class*="bar"]:hover {
            opacity: .5;
            cursor: pointer;
        }

    body.new_theme .dash_full_width_container .chart .bar-1 {
        grid-row-start: 1;
    }

    body.new_theme .dash_full_width_container .chart .bar-2 {
        grid-row-start: 30;
    }

    body.new_theme .dash_full_width_container .chart .bar-3 {
        grid-row-start: 20;
    }

    body.new_theme .dash_full_width_container .chart .bar-4 {
        grid-row-start: 50;
    }

    body.new_theme .dash_full_width_container .chart .bar-5 {
        grid-row-start: 60;
    }

    body.new_theme .dash_full_width_container .chart .bar-6 {
        grid-row-start: 20;
    }

    body.new_theme .dash_full_width_container .chart .bar-7 {
        grid-row-start: 30;
    }

    body.new_theme .dash_full_width_container .chart .bar-8 {
        grid-row-start: 10;
    }

    body.new_theme .dash_full_width_container .chart .bar-9 {
        grid-row-start: 80;
    }

    body.new_theme .dash_full_width_container .chart .bar-10 {
        grid-row-start: 40;
    }

    body.new_theme .dash_full_width_container .chart .bar-11 {
        grid-row-start: 20;
    }

    body.new_theme .dash_full_width_container .chart .bar-12 {
        grid-row-start: 60;
    }

    body.new_theme .dash_full_width_container .chart [class*="bar"]:nth-child(odd) {
        background-color: #dedede;
    }

    body.new_theme .dash_full_width_container .chart [class*="bar"]:nth-child(even) {
        background-color: #00b4ff;
    }

    body.new_theme .dash_full_width_container .main_body {
        padding: 0px;
    }

        body.new_theme .dash_full_width_container .main_body .qot_main {
            padding: 0px;
        }

.contact_score p {
    margin: 19px 0 0px 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.contact_score .container_bar {
    width: 100%;
    background-color: #e6eaef !important;
    position: relative;
    border-radius: 25px !important;
}

    .contact_score .container_bar .skills {
        text-align: right;
        padding-top: 0px;
        padding-bottom: 0;
        margin-bottom: 14px;
        color: white;
        background: #00b4ff;
        padding-right: 8px;
        max-height: 25px;
        height: 39px;
        border-radius: 25px;
    }

        .contact_score .container_bar .skills .rating_score {
            position: absolute;
            top: -27px;
            right: 0px;
            font-weight: 600;
            color: #000;
        }

.infor {
    padding: 13px 0px;
    box-shadow: 0px 0px 0px transparent;
    border-radius: 30px;
    cursor: pointer;
    font-size: 13px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

    .infor:hover {
        box-shadow: 0px 11px 45px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .infor .fa {
        padding: 0 10px 0 0px;
        color: red;
    }

        .infor .fa.fa-angle-right {
            float: right;
            padding: 4px 0px 0 0px;
        }

.padding_left_none {
    padding-left: 0px;
}

.padding_right_none {
    padding-right: 0px;
}


body.new_theme .dash_full_width_container .chart.chart2 .theme_shadow {
    padding-right: 15px !important;
}

div.plaans.main_body .right_cont .plaan_d .more_out .det .main_buy {
    margin-left: 3px;
}

.container.dash_full_width_container.pad_top_les {
    margin-bottom: 0px;
}

    .container.dash_full_width_container.pad_top_les .qot_main .quot_box1 .col-xs-12 h4 {
        font-size: 12px;
    }

body.new_theme div.portal_body {
    margin-top: 65px;
}

.blue_color_bg_div, .next_form.blue_color_bg_div {
    background: #00b4ff !important;
    color: #fff;
}

    .blue_color_bg_div input,
    .blue_color_bg_div select,
    .blue_color_bg_div textarea,
    .blue_color_bg_div .range_value_box,
    .blue_color_bg_div .insu_form_box.range_page label {
        box-shadow: none !important;
    }

.qot_main .blue_color_bg_div h4 {
    color: #fff;
}

.blue_color_bg_div input#myRange_item {
    background: #ffffff !important;
    box-shadow: none !important;
}

.blue_color_bg_divblue_color .btn-default {
    box-shadow: none;
}

.blue_color_bg_divblue_color label.btn.btn-default.active {
    background-color: #007caf !important;
}

.next_form.img_vec_right .blue_color_bg_div .form_item_wrap label {
    box-shadow: none !important;
}

.blue_color_bg_div .btn-default {
    box-shadow: none;
}

.blue_color_bg_div.next_form.img_vec_right .form_item_wrap .btn-group.btn-group-toggle label {
    color: #757575 !important;
}

.blue_color_bg_div.next_form.img_vec_right .form_item_wrap .btn.btn-default.active {
    -webkit-box-shadow: inset 0 3px 5px #b5e9ff;
    box-shadow: inset 0 3px 5px #b5e9ff;
    background: #b5e9ff;
    background-color: #b5e9ff !important;
}

.blue_color_bg_divblue_color button, .next_form.blue_color_bg_div button {
    background: #fff;
    color: #00b4ff;
}

.next_form.blue_color_bg_div input[type="radio"]:checked + label {
    background: #0494d0;
    color: white;
}

.blue_color_bg_div .form_item_wrap label {
    color: #fff !important;
}

div.plaans.main_body .right_cont .main_buy .price_val.pull-left {
    margin-top: 13px !important;
}

div.plaans.main_body .right_cont.new_type .plaan_d.blue_color_bg_div h1 {
    color: #fff;
    font-size: 23px;
}

div.plaans.main_body .right_cont.new_type .plaan_d.blue_color_bg_div .price_val {
    margin-top: 28px;
    color: #fff;
}

div.plaans.main_body .main_body .right_cont.new_type .plaan_d.blue_color_bg_div a.select_btn {
    border: 1px solid #fff;
}

div.plaans.main_body .left_cont.new_type.blue_color_bg_div p,
div.plaans.main_body .left_cont.new_type.blue_color_bg_div p span,
div.plaans.main_body .left_cont.new_type.blue_color_bg_div .send_me_quote h5,
div.plaans.main_body .left_cont.new_type.blue_color_bg_div .send_me_quote p,
div.plaans.main_body .left_cont.new_type.blue_color_bg_div .send_me_quote ul li a .fa {
    color: #fff;
}

div.plaans.main_body .left_cont.new_type.blue_color_bg_div .send_me_quote ul li a:hover {
    background: #009dde;
}

div.plaans.main_body .right_cont .plaan_d.blue_color_bg_div .more_out .det_click,
div.plaans.main_body .tab-content .plaan_d.blue_color_bg_div .more_out .det_click {
    color: #fff;
}

div.plaans.main_body .new_type.blue_color_bg_div h2 {
    color: #fff !important;
}

div.plaans.main_body .left_cont.new_type.blue_color_bg_div h2 .select_btn {
    border: 1px solid #fff;
}

.next_form.blue_color_bg_div_new {
    background: #27373b !important;
    color: #d2d711;
}

    .next_form.blue_color_bg_div_new input,
    .next_form.blue_color_bg_div_new select,
    .next_form.blue_color_bg_div_new textarea {
        border: 0px solid #ddd;
        background: none;
        box-shadow: none;
        border: 1px solid #ddd;
        color: #bbbbbb;
    }

    .next_form.blue_color_bg_div_new label.btn.btn-default.active {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #00b4ff;
    }

    .next_form.blue_color_bg_div_new label.btn.btn-default {
        color: #333;
        background-color: transparent;
        border: none;
        border-radius: 0 10px 10px 0;
        background: transparent;
        box-shadow: none;
        height: 48px !important;
        min-height: 48px;
    }

    .next_form.blue_color_bg_div_new .btn-group.btn-group-toggle {
        border: 1px solid #ddd;
        border-radius: 10px;
    }

    .next_form.blue_color_bg_div_new.img_vec_right .form_item_wrap label {
        color: #d2d711 !important;
    }

    .next_form.blue_color_bg_div_new.img_vec_right button {
        border: 1px solid #d2d711;
        color: #27373b;
        background: #d2d711;
    }

        .next_form.blue_color_bg_div_new.img_vec_right button .fa {
            color: #27373b;
            border: 1px solid #ffffff;
            background-color: #ffffff;
        }

.right_cont.new_type a.select_btn.det_click {
    position: relative;
    margin-right: 0px;
    border: 1px solid #fff;
}

    .right_cont.new_type a.select_btn.det_click::before {
        position: absolute;
        left: 0px;
        top: 10px;
        width: 100%;
        content: "Change Plan";
        color: #fff;
        text-align: center;
        opacity: 0;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

    .right_cont.new_type a.select_btn.det_click.show {
        color: transparent !important;
    }

        .right_cont.new_type a.select_btn.det_click.show:hover {
            color: #fff !important;
        }

        .right_cont.new_type a.select_btn.det_click.show::before {
            opacity: 1;
        }

@media screen and (max-width: 1600px) {
    .container-fluid.header.full_width {
        position: absolute;
    }

    .col-lg-6.col-md-6.col-sm-6.col-xs-12.logo {
        padding-left: 0px;
    }

    .dash_menu .for_pc_menu,
    .dash_menu.active .for_pc_menu {
        top: 1px;
    }

        .dash_menu .for_pc_menu span {
            position: absolute;
            left: 54px;
            top: 7px;
            display: block;
            color: #000;
            z-index: -999999999;
            font-size: 13px;
            background: #f5f5f5;
            padding: 1px 8px;
        }

    .container-fluid.portal_body {
        margin-top: 92px;
    }

    .col-lg-6.col-md-6.col-sm-6.col-xs-12.logo {
        /*  margin: 0 auto;
	    float: none;
	    text-align: center;
	    */
    }

    .dash_menu {
        padding-top: 0px;
    }

    .container-fluid.header .logo img {
        margin: 0 auto;
    }

    .container-fluid.header .logo.index {
        /* width: 100%; */
    }

        .container-fluid.header .logo.index img {
            margin: 0 !important;
            padding: 0 10px;
        }
}

@media screen and (max-width: 1400px) {
    body.new_theme .infor .fa {
        padding: 4px 0px 0 0px;
    }

    .sub_m .sub_det_box_main .sub_det_box {
        min-height: 117px;
    }

        .sub_m .sub_det_box_main .sub_det_box p {
            font-size: 13px;
        }

        .sub_m .sub_det_box_main .sub_det_box h5 {
            font-size: 13px;
            line-height: 19px;
        }

    .dash_menu .second_left_menu ul li a {
        font-size: 13px;
    }

    .next_form .form_item_wrap label {
        font-size: 12px;
    }
}

@media screen and (max-width: 1199px) {
    body.new_theme .dash_full_width_container .chart .theme_shadow {
        margin-bottom: 22px;
        padding: 25px 15px 25px 15px;
    }

    body.new_theme .dash_full_width_container .chart.chart2 {
        padding-left: 0px !important;
    }

    body.new_theme .dash_full_width_container.pad_top_les {
        margin: 0 2%;
    }

    .qot_main .quot_box1 .col-xs-12 {
        margin-top: 0;
    }

    .col-lg-6.col-md-12.col-sm-12.col-xs-12.box_1.padding_left_none.chart {
        padding: 0;
    }

    div.portal_body.plaans.insurance_info .container .left_cont.info,
    div.portal_body.plaans.insurance_info .container .right_cont {
        width: 100%;
    }

    .col-lg-1.col-md-1.col-sm-1.col-xs-12.disp_none_for_me {
        display: none;
    }

    div.portal_body.plaans.insurance_info .container .right_cont {
        margin-bottom: 25px;
    }

    .sub_m .sub_det_box_main .sub_det_box {
        min-height: 97px;
    }
}

@media screen and (max-width: 1190px) {
    .col-lg-3.col-md-3.col-sm-5.col-xs-12.left_cont.info.sum_right.sub_two {
        width: 40%;
    }

    .col-lg-9.col-md-9.col-sm-7.col-xs-12.right_cont.full_w_aft.sub_m.sub_two {
        width: 58%;
    }

    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        font-size: 12px;
    }

    div.plaans.main_body .right_cont .plaan_d h1,
    div.plaans.main_body .tab-content .plaan_d h1 {
        font-size: 16px;
    }

    div.plaans.main_body .left_cont h2,
    div.plaans.main_body ul.nav-tabs h2 {
        font-size: 21px;
    }

    .pric {
        font-size: 15px;
    }

    .select-box__input-text {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 991px) {
    body.new_theme .dash_menu .main_left_menu ul li.main_menu_link {
        margin-top: 3px;
    }

    body.new_theme .dash_full_width_container .chart .chart {
        grid-column-gap: 0;
        padding: 5px 4px;
    }

    body.new_theme .dash_full_width_container .chart p.planned span {
        margin-right: 7px;
        font-size: 12px;
    }

    body.new_theme .dash_menu .main_left_menu {
        padding-top: 0;
    }

    body.new_theme .dash_menu {
        top: 69px;
    }

    body.new_theme .in_container_width.header.full_width {
        z-index: 99;
    }

    body.new_theme .dash_full_width_container .theme_shadow .box_1 {
        text-align: center;
    }

    body.new_theme .dash_full_width_container .theme_shadow {
        margin-bottom: 10px;
    }

    body.new_theme .dash_full_width_container .chart_out {
        padding: 0;
    }

    body.new_theme .dash_full_width_container .chart.chart2 {
        padding-right: 0;
    }

    body.new_theme .dash_full_width_container .chart.chart3 {
        padding-left: 0px;
    }

    .qot_main .quot_box1 .col-xs-12 {
        margin-bottom: 30px;
    }

    div.plaans.main_body .right_cont label.rad_cont.existing,
    div.plaans.main_body .tab-content label.rad_cont.existing,
    div.plaans.main_body .right_cont .main_buy,
    div.plaans.main_body .tab-content .main_buy {
        margin-left: 0px;
    }

    .col-lg-8.col-md-8.col-sm-12.col-xs-12.right_cont {
        padding: 0px;
    }

    div.plaans.main_body .right_cont .plaan_d,
    div.plaans.main_body .tab-content .plaan_d {
        margin: 0 0 25px 0 !important;
    }

    .container-fluid.portal_body::before,
    .container-fluid.portal_body::after {
        display: none;
    }

    div.plaans.main_body ul.brd_crm li a {
        font-size: 13px;
    }

    .container-fluid.portal_body.plaans .main_body .left_cont .range_out,
    .container-fluid.portal_body.plaans .main_body ul.nav-tabs .range_out {
        padding: 0 0px 0 0;
    }

    .container-fluid.portal_body.plaans .main_body .left_cont .range_out,
    .container-fluid.portal_body.plaans .main_body ul.nav-tabs .range_out {
        min-height: 100px !important;
        max-height: 100px;
    }

    .container-fluid.portal_body.plaans .main_body .left_cont,
    .container-fluid.portal_body.plaans .main_body ul.nav-tabs {
        padding: 20px;
        margin-bottom: 15px;
    }

    .container-fluid.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .age,
    .container-fluid.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .dob {
        padding: 0px !important;
    }

    .container-fluid.portal_body.plaans.insurance_info .container .left_cont.info {
        width: 39%;
    }

    .sub_m .sub_det_box_main .sub_det_box {
        min-height: auto;
        margin: 5px 0;
    }

        .sub_m .sub_det_box_main .sub_det_box p {
            font-size: 13px;
            line-height: 18px;
        }

        .sub_m .sub_det_box_main .sub_det_box h5 {
            font-size: 13px;
            line-height: 17px;
        }

    div.plaans.main_body .right_cont .plaan_d h1,
    div.plaans.main_body .tab-content .plaan_d h1 {
        padding-top: 38px;
        padding-bottom: 39px;
        font-size: 16px;
    }

    div.portal_body .container .main_body h1 {
        font-size: 26px;
    }

    div.plaans.main_body .left_cont h2,
    div.plaans.main_body ul.nav-tabs h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .dash_menu a.logo {
        padding: 13px 0;
        display: block;
    }

    .dash_menu .main_left_menu ul {
        margin-top: 0px;
    }

    .dash_menu a.logo img {
        max-width: 167px;
        float: left;
        padding-left: 15px;
    }

    div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .dob,
    div.portal_body.plaans.insurance_info .container .right_cont .insu_form_box .age {
        padding: 0px;
    }

    div.plaans.main_body .left_cont {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    body.new_theme .dash_menu .main_left_menu ul li.main_menu_link a .fa {
        padding: 10px 0px 0px 0px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    body.new_theme .dash_menu .main_left_menu ul li.main_menu_link {
        height: 58px;
    }

    body.new_theme .col-lg-6.col-md-6.col-sm-6.col-xs-12.logo {
        text-align: left;
    }

        body.new_theme .col-lg-6.col-md-6.col-sm-6.col-xs-12.logo a {
            display: inline-block;
            margin: 0 auto;
        }

    body.new_theme .dash_menu .pc_menu {
        margin-top: 0px;
    }

    body.new_theme .dash_menu {
        top: 60px;
    }

    body.new_theme div.header {
        position: fixed;
    }

    body.new_theme div.portal_body {
        margin-top: 70px;
    }

    body.new_theme .dash_menu .for_pc_menu,
    .dash_menu.active .for_pc_menu {
        top: 8px;
        background: #636490 !important;
        color: #fff !important;
    }

    body.new_theme .dash_menu.active .for_pc_menu {
        right: -52px;
        overflow: hidden;
    }

    body.new_theme .dash_full_width_container .chart .theme_shadow {
        min-height: auto;
    }

    body.new_theme .dash_full_width_container .theme_shadow {
        margin-bottom: 25px;
    }

    body.new_theme .dash_menu .main_left_menu li.main_menu_link ul.drop_down li a {
        height: 36px;
    }

    body.new_theme .dash_menu .main_left_menu li.main_menu_link ul.drop_down li:last-child a {
        border-bottom: none !important;
    }

    body.new_theme .dash_menu .main_left_menu li.main_menu_link {
        height: 59px;
    }

    body.new_theme .in_container_width.header.full_width {
        width: calc(100% - 0px);
    }

    body.new_theme .dash_full_width_container {
        width: 100% !important;
        margin: 0% !important;
    }

        body.new_theme .dash_full_width_container .theme_shadow .box_1 {
            border-bottom: 5px solid #e6eaef;
        }

            body.new_theme .dash_full_width_container .theme_shadow .box_1::before {
                display: none;
            }

    .container-fluid.footer .container {
        text-align: center;
    }

        .container-fluid.footer .container .logo .social {
            margin-top: 20px;
        }

            .container-fluid.footer .container .logo .social li {
                float: none;
                display: inline-block;
            }

    .container-fluid.header .logo {
        text-align: center;
    }

    .container-fluid.footer .container .links .social li {
        text-align: center;
        display: inline-block;
        float: none;
    }

    .container-fluid.footer .container.f23 ul li a {
        padding: 0 10px 0 10px;
    }

    .container-fluid.footer .container .links .social {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

    .container-fluid.portal_body.plaans.insurance_info .container .left_cont.info,
    .full_w_aft {
        width: 100%;
        margin-top: 25px;
    }

    .col-lg-3.col-md-3.col-sm-5.col-xs-12.left_cont.info.sum_right.sub_two {
        width: 100%;
    }

    .col-lg-9.col-md-9.col-sm-7.col-xs-12.right_cont.full_w_aft.sub_m.sub_two {
        width: 100%;
    }

    .sub_m .sub_det_box_main .sub_det_box {
        min-height: 62px;
    }

    .login_left {
        padding-top: 10%;
    }

    .container-fluid.portal__login_body .container .login_right .fields h4,
    .container-fluid.portal__login_body .container .login_left h1 {
        font-size: 20px;
    }

    .dash_menu .pc_menu {
        /*  overflow-x: hidden;
		    overflow-y: scroll; */
        max-height: 100vh;
        padding-bottom: 50px;
    }

    .dash_menu .for_pc_menu,
    .dash_menu.active .for_pc_menu {
        top: 25px;
    }

    .dash_menu {
        top: 0;
        padding-top: 0px !important;
    }

    .dash_menu {
        left: -110px;
        width: 90px;
        max-width: 110px;
        z-index: 99999;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

        .dash_menu.active {
            left: 0px;
        }

            .dash_menu.active .for_pc_menu {
                right: -50px;
                -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
                top: 110px;
            }

                .dash_menu.active .for_pc_menu span {
                    opacity: 0;
                    filter: alpha(opacity=0);
                }

        .dash_menu .for_pc_menu {
            display: block;
            right: -79px;
            position: absolute;
            top: 110px;
            z-index: 99999;
        }

        .dash_menu a.logo {
            display: none;
        }

    div.header .logo img {
        display: block !important;
        margin: 0 auto 0 15px;
        max-width: 150px;
    }

    .container-fluid.header.full_width .container {
        max-width: 1170px !important;
    }

    .container-fluid.header .logo img {
        display: block;
        margin: 0;
    }

    .container-fluid.header.full_width {
        position: absolute;
    }

    .container-fluid.portal_body {
        margin-top: 90px;
    }

    .dash_menu .for_pc_menu,
    .dash_menu.active .for_pc_menu {
        top: 15px;
    }

    .dash_menu {
        top: -7px;
    }

        .dash_menu .second_left_menu h4 {
            font-size: 17px;
            padding: 26px 0 26px 7px;
        }

        .dash_menu .second_left_menu ul li a {
            padding: 10px 0 11px 6px;
            font-size: 12px;
        }

        .dash_menu .for_pc_menu {
            width: 45px;
            height: 45px;
            padding-top: 8px;
        }

        .dash_menu .main_left_menu ul {
            margin-top: 0;
        }

    .width_90per {
        width: calc(100% - 0px);
    }

    .dash_menu .main_left_menu {
        max-width: 110px;
        /* overflow-x: hidden;
	    overflow-y: scroll; */
    }

    .dash_menu {
        background: transparent;
    }

    .col-lg-6.col-md-6.col-sm-6.col-xs-12.logo {
        position: absolute;
        top: 12px;
        left: 0px;
        right: 0px;
        padding: 0;
        z-index: 9999;
    }

        .col-lg-6.col-md-6.col-sm-6.col-xs-12.logo.index {
            top: 9px;
        }

    .top-rightside-icon a {
        margin-top: 1px;
    }

    .dash_menu .for_pc_menu {
        background: #ffffff;
        color: #3040a0;
        box-shadow: 0 12px 15px -8px rgba(0, 0, 0, 0.4), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    li.main_menu_link ul.drop_down {
        left: 100% !important;
        opacity: 0 !important;
        width: 0px !important;
        max-height: 168px;
        overflow-x: hidden;
        height: 110px !important;
    }

        li.main_menu_link ul.drop_down li {
            width: 0px;
        }

            li.main_menu_link ul.drop_down li a {
                padding: 4px 15px !important;
            }

    li.main_menu_link.active ul.drop_down {
        left: 100% !important;
        opacity: 1 !important;
        width: 180px !important;
        z-index: 999999;
        box-shadow: 31px 0px 40px rgba(0, 0, 0, 0.15);
    }

        li.main_menu_link.active ul.drop_down li {
            width: 180px !important;
        }

            li.main_menu_link.active ul.drop_down li a {
                font-size: 12px;
            }
}

@media screen and (max-width: 650px) {
    body.new_theme .dash_menu .for_pc_menu {
        right: -75px;
    }

    body.new_theme .dash_menu.active .for_pc_menu {
        /* right:24px !important;
	        top: 9px; */
    }

    .dash_menu .for_pc_menu span {
        display: none;
    }

    .dash_menu .for_pc_menu {
        right: -65px;
        top: 10px;
    }

    .dash_menu .for_pc_menu {
        width: 40px;
        height: 40px;
        padding-top: 6px;
    }

    .dash_menu {
        top: 0;
    }

        .dash_menu.active .for_pc_menu {
            right: -40px;
        }

    .col-lg-11.col-md-11.col-sm-10.col-xs-12.pull-right.in_container_width.header.full_width.width_90per .container {
        padding: 0px;
    }
}

@media screen and (max-width: 620px) {
    .container-fluid.portal_body.plaans .main_body .right_cont .plaan_d .price_val {
        float: left;
        clear: both;
        margin: 0px;
        display: contents;
        text-align: left;
    }

        .container-fluid.portal_body.plaans .main_body .right_cont .plaan_d .price_val span.cross {
            font-size: 12px;
            padding-right: 0;
            padding-bottom: 0px;
            clear: both;
            display: block;
            color: #a7a7a7;
            text-decoration: line-through;
            text-align: left;
            margin-top: 14px;
            padding-left: 15px;
            padding-bottom: 4px;
        }

    .container-fluid.portal_body.plaans .main_body .right_cont .plaan_d .more_out .det_click,
    .container-fluid.portal_body.plaans .main_body .tab-content .plaan_d .more_out .det_click {
        top: -52px;
    }

    .container-fluid.portal_body.plaans .main_body .right_cont .plaan_d .price_val {
        font-weight: 400;
        font-size: 15px;
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 15px;
    }

    .container-fluid.portal_body.plaans .main_body .right_cont .plaan_d,
    .container-fluid.portal_body.plaans .main_body .tab-content .plaan_d {
        padding: 3px 21px 16px 21px;
    }

        .container-fluid.portal_body.plaans .main_body .right_cont .plaan_d h1,
        .container-fluid.portal_body.plaans .main_body .tab-content .plaan_d h1 {
            margin-top: 0px;
        }

    body.new_theme .dash_full_width_container .theme_shadow .box_1 h1 {
        font-size: 57px;
    }
}

@media screen and (max-width: 580px) {
    body.new_theme .dash_menu.active .for_pc_menu {
        /*  right: 25px !important;  */
    }

    body.new_theme .dash_menu .main_left_menu li.main_menu_link {
        width: 60px;
        height: 49px;
        margin-top: 7px;
    }

    body.new_theme .dash_menu .main_left_menu ul {
        margin-top: 15px;
    }

        body.new_theme .dash_menu .main_left_menu ul ul.drop_down {
            margin-top: -15px;
        }

    body.new_theme .dash_menu .main_left_menu {
        background-color: #e6eaef !important;
    }

    div.header.full_width .container {
        padding-right: 0px;
    }

    .container-fluid.portal__login_body .container {
        display: block;
        align-items: top;
        justify-content: top;
    }

        .container-fluid.portal__login_body .container .login_left,
        .container-fluid.portal__login_body .container .login_right {
            width: 100%;
            float: left;
            min-height: 100px;
            padding: 29px 15px;
        }

            .container-fluid.portal__login_body .container .login_left img {
                max-width: 190px;
            }

            .container-fluid.portal__login_body .container .login_left h1 {
                padding-bottom: 0;
                padding-top: 0;
            }

            .container-fluid.portal__login_body .container .login_left img {
                margin-bottom: 0;
            }

    .qot_main .quot_box1 .col-xs-12 .fa {
        font-size: 25px;
    }

    .qot_main .quot_box1 .col-xs-12 h4 {
        font-size: 14px;
    }

    div.footer .container.f23 {
        line-height: 18px;
        font-size: 11px;
    }

    .col-xs-12.qot_main {
        padding: 0;
    }
}

@media screen and (max-width: 510px) {
    .container-fluid.portal_body .container .main_body .tab-content .result {
        overflow: scroll;
    }

    .container-fluid.header .logo img {
        max-width: 146px;
        min-width: 120px;
    }

    body {
        font-size: 14px;
    }

    #vehicle_search .select-inputs-wrap,
    #chassis_no .select-inputs-wrap {
        padding: 20px 0px;
    }

    .select-box__list {
        width: 180px;
    }

    .select-box__list {
        position: fixed !important;
        width: 80% !important;
        left: 10% !important;
        right: 10% !important;
        top: auto !important;
        bottom: 30%;
        box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.24) !important;
    }

    .container-fluid.header::before {
        width: 30%;
        z-index: 9;
    }

    .container-fluid.header {
        padding: 35px 0 0px 0;
    }

    .container-fluid.portal_body .container .main_body h1 {
        font-size: 25px;
    }

    .container-fluid.portal_body.plaans .main_body ul.brd_crm li a {
        padding: 11px;
    }

    .container-fluid.portal_body.plaans .main_body ul.brd_crm li.middle::before {
        top: 25px;
        left: -7px;
        width: 10px;
    }

    .container-fluid.portal_body.plaans .main_body ul.brd_crm li.middle::after {
        top: 25px;
        right: -7px;
        width: 10px;
    }

    .container-fluid.portal_body .container .main_body h3 {
        font-size: 16px;
    }

    .container-fluid.portal_body.plaans.insurance_info .container .right_cont .insu_form_box.addl_pass_info h3 {
        font-size: 20px;
    }

    .container-fluid.portal_body.plaans.insurance_info .container .right_cont .insu_form_box.addl_pass_info h4 {
        font-size: 17px;
    }

    .container-fluid.portal_body.plaans .main_body .left_cont,
    .container-fluid.portal_body.plaans .main_body ul.nav-tabs {
        padding: 10px 24px;
        margin-bottom: 30px;
    }

    .container-fluid.portal_body.plaans .main_body .right_cont .plaan_d h1,
    .container-fluid.portal_body.plaans .main_body .tab-content .plaan_d h1 {
        font-size: 18px;
    }

    .container-fluid.portal_body.plaans .main_body .right_cont .plaan_d h1,
    .container-fluid.portal_body.plaans .main_body .tab-content .plaan_d h1 {
        margin-top: 0px;
        margin-bottom: 7px;
        font-weight: 700;
    }

    .container-fluid.portal_body.plaans .main_body .right_cont .plaan_d .more_out .det_click,
    .container-fluid.portal_body.plaans .main_body .tab-content .plaan_d .more_out .det_click {
        top: -53px;
        padding: 10px;
        width: 46px;
        height: 46px;
    }

    .container-fluid.portal_body.plaans .main_body .right_cont .plaan_d,
    .container-fluid.portal_body.plaans .main_body .tab-content .plaan_d {
        padding: 1px 12px 3px 12px;
        border-radius: 13px;
    }

    .container-fluid.portal_body.plaans .main_body .right_cont,
    .container-fluid.portal_body.plaans .main_body .tab-content {
        padding: 0px;
    }

    .container-fluid.portal_body.plaans .main_body .left_cont h2 {
        font-size: 24px;
    }

    .container-fluid.portal_body.plaans.insurance_info .main_body .right_cont {
        padding: 25px 15px 0px 15px;
    }

    .col-lg-6.col-md-6.col-sm-6.col-xs-12.logo.index {
        margin-bottom: 0px;
    }

    span.price_val {
        float: none;
        width: 100%;
        margin: 0 auto;
        text-align: center !important;
        margin: 0px 0px 20px 0px !important;
    }

    span.cross {
        text-align: left !important;
        margin: 10px 0;
    }

    div.plaans.main_body .right_cont .main_buy {
        text-align: center;
    }

        div.plaans.main_body .right_cont .main_buy span.cross {
            text-align: center !important;
        }

        div.plaans.main_body .right_cont .main_buy span.value {
            float: none;
        }

        div.plaans.main_body .right_cont .main_buy span.pad {
            float: none !important;
            margin: 0 auto;
            text-align: center;
            width: 100%;
        }

    div.plaans.main_body ul.brd_crm li a {
        padding: 1px 25px;
    }

    div.plaans.main_body ul.brd_crm li.middle::before,
    div.plaans.main_body ul.brd_crm li.middle::after {
        top: 14px;
        width: 8px;
        height: 1px;
    }

    div.plaans.main_body ul.brd_crm li.middle::before {
        left: -8px;
    }

    div.plaans.main_body ul.brd_crm li.middle::after {
        right: -8px;
    }

    div.portal_body .container .main_body ul.nav-tabs li a {
        font-size: 12px;
    }

    .dash_menu ul li a .fa {
        font-size: 15px;
    }

    .dash_menu .main_left_menu ul li a {
        padding: 11px 7px 3px 7px;
    }

    .dash_menu .main_left_menu ul li ul.drop_down li a {
        padding: 4px 15px;
        font-size: 12px !important;
    }

        .dash_menu .main_left_menu ul li ul.drop_down li a .fa {
            margin: 5px 5px 0 0;
        }
}

@media screen and (max-width: 450px) {
    body.new_theme .col-lg-6.col-md-6.col-sm-6.col-xs-12.logo {
        text-align: left;
    }

    body.new_theme .dash_menu {
        top: 50px;
    }

        body.new_theme .dash_menu .pc_menu {
            margin-top: 0px;
        }

        body.new_theme .dash_menu .for_pc_menu,
        body.new_theme .dash_menu.active .for_pc_menu {
            top: 10px;
        }

        body.new_theme .dash_menu .for_pc_menu {
            right: -66px;
        }

        body.new_theme .dash_menu.active .for_pc_menu {
            right: -43px !important;
        }

    label.radio {
        clear: right;
        width: 78% !important;
        padding: 0px !important;
        margin: 0;
    }

    .main_buy .price_val.pull-left {
        margin-right: 0;
        margin: 0 auto;
        float: none !important;
        width: 100%;
        float: left !important;
    }

    .main_buy .price_val span.value {
        width: 100%;
        text-align: center;
        display: block;
    }

    .main_buy span.pad.pull-right {
        padding: 28px 0 18px 0;
        width: 100%;
        text-align: center;
    }

    .container-fluid.portal_body.plaans .main_body .right_cont .main_buy,
    .container-fluid.portal_body.plaans .main_body .tab-content .main_buy {
        width: 100%;
    }

    .container-fluid.portal_body.plaans .main_body ul.brd_crm li a {
        font-size: 11px;
    }

        .container-fluid.portal_body.plaans .main_body ul.brd_crm li a i {
            width: 21px;
            height: 21px;
            margin: 0 2px;
        }

    div.portal_body .container .main_body .tab-content .showing .result {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .dash_menu .for_pc_menu {
        right: -69px;
        top: 57px;
        background: #464775;
        color: #ffffff;
        border: 2px solid #fff;
        padding-top: 3px;
    }

    .dash_menu.active .for_pc_menu {
        right: -43px;
        top: 57px;
    }

    .top-rightside-icon a {
        padding: 5px;
        height: 35px;
        width: 35px;
        margin-left: 5px;
        font-size: 13px;
    }

    div.header .logo img {
        margin: 0 auto 0 10px;
        float: left;
    }

    div.header .logo img {
        max-width: 110px;
        min-width: 110px;
        margin-top: 5px;
    }

    .top-rightside-icon ul li ul.dropdown {
        top: 44px;
    }
}

@media screen and (max-width: 350px) {
    .sub_m .table_div table tr th,
    .sub_m .table_div table tr td {
        padding: 5px 2px;
        line-height: 16px;
        font-size: 12px;
    }

    .container-fluid.portal_body.plaans.insurance_info .container .right_cont button .fa {
        display: none;
    }

    .dash_menu ul li a .fa {
        font-size: 13px;
    }

    .dash_menu .main_left_menu ul li a {
        padding: 10px 7px 1px 7px;
    }

    .dash_menu .main_left_menu ul li ul.drop_down li a {
        padding: 4px 15px !important;
        font-size: 12px !important;
    }
}
/*  7-1-2020  */
.package_policy_wrap {
    padding-top: 24px;
}

    .package_policy_wrap .next_form {
        background: transparent !important;
        text-align: center;
    }

        .package_policy_wrap .next_form .insu_form_box.cener_align {
            float: none;
            margin: 0 auto;
        }

    .package_policy_wrap .disp_none {
        display: none;
    }

    .package_policy_wrap textarea.address_acco {
        border-radius: 0;
        box-shadow: none;
        background: #e6eaef;
        background-image: linear-gradient(364deg, #e6eaef, #e6eaef, #e6eaef);
        border: 2px solid #fff;
        width: 100%;
        min-height: 67px;
        max-height: 67px;
        margin-bottom: 7px;
        padding: 18px 5px 5px 25px;
        max-width: 100%;
        min-width: 100%;
    }

    .package_policy_wrap .ui-tabs-panel {
        padding: 0px 0px 0px 0px !important;
        float: left;
        width: 100%;
    }

        .package_policy_wrap .ui-tabs-panel h2.sub_tot {
            text-align: left;
            font-size: 21px;
            margin: 0 0 15px 0;
            font-weight: 100 !important;
            color: #000;
            background: #fff;
            padding: 10px 30px;
            border-radius: 23px;
        }

            .package_policy_wrap .ui-tabs-panel h2.sub_tot span {
                /*  font-weight: 600; */
                color: #00b4ff;
                float: right;
            }

    .package_policy_wrap .container-1 {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        float: none;
        border: none;
        background: #e6eaef;
        background: #ffffff;
        display: inline-block;
    }

        .package_policy_wrap .container-1 .ui-tabs-nav {
            background: transparent;
            border: none;
            padding: 0px 0px 0px 0px;
            float: right !important;
            width: 80%;
            max-width: 80%;
            max-height: 124px;
            padding-bottom: 0px;
            overflow: hidden;
            text-align: right;
        }

    .package_policy_wrap .ui-tabs .ui-tabs-nav li {
        width: 19%;
        margin: 0;
        float: none;
        display: inline-block;
        border: none;
        box-shadow: 0 0px 5px -5px rgba(0, 0, 0, 0), 0 0px 0px -5px rgba(0, 0, 0, 0);
        background-image: linear-gradient(341deg, #e4e4e4, #f7f7f7, #e6eaef);
        margin-bottom: 18px !important;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
        position: relative;
        text-align: left;
        font-size: 18px;
    }

        .package_policy_wrap .ui-tabs .ui-tabs-nav li a.close_tab {
            position: absolute;
            top: 13px;
            right: 7px;
            padding: 2px 0 0 0;
            font-size: 10px;
            border-radius: 50%;
            z-index: 0;
            background: #ffffff;
            color: #ff1100;
            cursor: pointer;
            width: 19px;
            height: 19px;
            line-height: 12px;
            border: 1px solid #d0d0d0 !important;
            text-align: center;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

        .package_policy_wrap .ui-tabs .ui-tabs-nav li:hover a.close_tab:hover {
            background: #ff1100;
            color: #fff;
            border: 1px solid #ff1100 !important;
        }

        .package_policy_wrap .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active,
        .package_policy_wrap .ui-tabs .ui-tabs-nav li:hover {
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            background-image: linear-gradient(364deg, #e4e4e4, #fff, #ffffff);
            padding-bottom: 0 !important;
        }

        .package_policy_wrap .ui-tabs .ui-tabs-nav li a {
            float: left;
            padding: 10px 10px;
            width: 100%;
            cursor: pointer !important;
            text-decoration: none;
            border: none;
            font-size: 17px;
            border-bottom: 2px solid #ffffff;
        }

        .package_policy_wrap .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active a {
            border-bottom: 2px solid #00b4ff;
        }

    .package_policy_wrap .plus_button_to_add_tab {
        float: right;
        margin: -6px 25px 0px 20px;
        width: 50px;
        height: 50px;
        line-height: 0;
        border-radius: 50%;
        font-size: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        box-shadow: 0 6px 25px -5px rgba(0, 0, 0, 0.4), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        color: #00b4ff;
        font-weight: 100;
        background-color: #ffffff;
        position: relative;
        transition: 100ms;
        -webkit-transition: 100ms;
        -o-transition: 100ms;
        -moz-transition: 100ms;
        -ms-transition: 100ms;
        overflow: hidden;
        cursor: pointer;
    }

        .package_policy_wrap .plus_button_to_add_tab div.drop {
            position: absolute;
            left: 0px;
            padding-top: 10px;
            top: 130%;
            display: block;
            opacity: 0;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
            border-radius: 5px;
            overflow: hidden;
            z-index: 9;
        }

            .package_policy_wrap .plus_button_to_add_tab div.drop a {
                float: left;
                width: 100%;
                display: block;
                line-height: 23px;
                font-size: 14px;
                padding: 10px 10px 10px 15px;
                min-width: 273px;
                text-align: left;
                /* border-bottom: 1px solid #e2e2e2; */
                background: #fff;
                box-shadow: 9px -1px 12px rgba(0, 0, 0, 0.15);
            }

                .package_policy_wrap .plus_button_to_add_tab div.drop a:hover {
                    color: #fff;
                    background: #00b4ff;
                }

                .package_policy_wrap .plus_button_to_add_tab div.drop a:first-child {
                    border-radius: 5px 5px 0 0;
                }

        .package_policy_wrap .plus_button_to_add_tab:hover {
            box-shadow: 0 26px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }

        .package_policy_wrap .plus_button_to_add_tab.active {
            overflow: visible;
        }

            .package_policy_wrap .plus_button_to_add_tab.active div.drop {
                opacity: 1;
                top: 100%;
            }

    .package_policy_wrap #accordion {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

        .package_policy_wrap #accordion .card {
            width: 100%;
            float: left;
            margin-bottom: 6px;
        }

            .package_policy_wrap #accordion .card .card-header .rad_cont {
                left: 14px;
                top: 3px;
            }

            .package_policy_wrap #accordion .card .card-header h5 {
                margin: 0px !important;
                font-size: 20px;
                color: #000;
                padding: 0px;
                border-radius: 23px;
                margin-bottom: 0px;
                position: relative;
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
                border: 4px solid #f7f7f7;
                border-radius: 23px;
                box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
                background-image: linear-gradient(364deg, #e4e4e4, #fff, #ffffff);
            }

                .package_policy_wrap #accordion .card .card-header h5 .btn-link {
                    display: block;
                    width: 100%;
                    text-align: left;
                    padding: 17px 25px 16px 55px;
                    outline: none;
                    text-decoration: none !important;
                    /*pointer-events: none;*/
                    color: #b1b1b1;
                    transition: 400ms;
                    -webkit-transition: 400ms;
                    -o-transition: 400ms;
                    -moz-transition: 400ms;
                    -ms-transition: 400ms;
                }

                    .package_policy_wrap #accordion .card .card-header h5 .btn-link span {
                        position: relative;
                        top: 13px;
                    }

                    .package_policy_wrap #accordion .card .card-header h5 .btn-link .sec_total {
                        float: right;
                    }

                        .package_policy_wrap #accordion .card .card-header h5 .btn-link .sec_total span {
                            font-size: 16px;
                            float: left;
                            padding: 3px 7px 0 0;
                            color: #b1b1b7;
                            transition: 400ms;
                            -webkit-transition: 400ms;
                            -o-transition: 400ms;
                            -moz-transition: 400ms;
                            -ms-transition: 400ms;
                        }

                        .package_policy_wrap #accordion .card .card-header h5 .btn-link .sec_total .fa {
                            float: right;
                            padding: 4px 0px 0 15px;
                            color: #b1b1b7;
                            transition: 400ms;
                            -webkit-transition: 400ms;
                            -o-transition: 400ms;
                            -moz-transition: 400ms;
                            -ms-transition: 400ms;
                        }

                    .package_policy_wrap #accordion .card .card-header h5 .btn-link:hover {
                        color: #00b4ff !important;
                    }

            .package_policy_wrap #accordion .card .card-body {
                position: relative;
            }

                .package_policy_wrap #accordion .card .card-body .rad_cont.existing {
                    position: absolute;
                    right: 5px;
                    top: -63px;
                    z-index: 99;
                }

                    .package_policy_wrap #accordion .card .card-body .rad_cont.existing span.add {
                        position: absolute;
                        left: -45px;
                        top: 15px;
                        font-size: 13px;
                        display: none;
                    }

                .package_policy_wrap #accordion .card .card-body .full_w_aft {
                    background: #fff;
                    padding: 20px 20px 10px 20px !important;
                    margin-top: 20px;
                    border-radius: 23px;
                    box-shadow: 15px 20px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
                }

                    .package_policy_wrap #accordion .card .card-body .full_w_aft .insu_form_box {
                        padding: 0px;
                        width: 100%;
                        margin-bottom: 25px;
                    }

                        .package_policy_wrap #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap label {
                            width: 45%;
                            float: left;
                            font-weight: normal;
                            font-size: 12px;
                            margin: 0px 0px;
                            color: #000 !important;
                            padding-bottom: 2px;
                            margin-top: 15px;
                            margin-right: 5%;
                            position: relative;
                            z-index: 1;
                            line-height: 20px;
                        }

                        .package_policy_wrap #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap input {
                            border: 0px solid #ddd;
                            border-radius: 10px;
                            width: 100%;
                            padding: 14px;
                            background: #fff;
                            height: 50px !important;
                            border-radius: 10px;
                            background: linear-gradient(145deg, #e6e6e6, #ffffff);
                            box-shadow: 10px 10px 20px #cccccc, -10px -10px 20px #ffffff;
                            color: #757575;
                            font-size: 13px;
                        }

                    .package_policy_wrap #accordion .card .card-body .full_w_aft h3 {
                        font-weight: 100;
                        margin-bottom: 0px;
                        border-bottom: 0px dashed #d6dcff;
                        padding-bottom: 0;
                        font-size: 18px;
                        text-align: right;
                        padding: 15px 15px 10px 15px;
                        color: #00b4ff;
                    }

                        .package_policy_wrap #accordion .card .card-body .full_w_aft h3 span {
                            font-weight: 600;
                        }

                .package_policy_wrap #accordion .card .card-body:hover .checkmark {
                    background-color: #b3b3b3;
                }

            .package_policy_wrap #accordion .card.active .card-header h5 {
                border: 4px solid #00b4ff;
            }

            .package_policy_wrap #accordion .card.active .rad_cont {
                pointer-events: auto;
            }

                .package_policy_wrap #accordion .card.active .rad_cont .checkmark {
                    background-color: #00b4ff !important;
                }

            .package_policy_wrap #accordion .card.active .btn-link {
                color: #00315a !important;
            }

                .package_policy_wrap #accordion .card.active .btn-link .sec_total span {
                    color: #696969 !important;
                }

                .package_policy_wrap #accordion .card.active .btn-link .sec_total .fa {
                    color: #00b4ff !important;
                }

        .package_policy_wrap #accordion .collapse {
            display: block !important;
            height: 0px;
            overflow: hidden;
        }

            .package_policy_wrap #accordion .collapse.show {
                height: auto;
            }

    .package_policy_wrap .form_item_wrap button {
        border-radius: 10px;
        width: auto;
        border: 0px solid #00b4ff;
        padding: 0px 0px;
        background: #00b4ff;
        min-height: 49px;
        color: #fff;
        margin: 0 auto;
        min-width: 160px;
        /*  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.38); */
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

        .package_policy_wrap .form_item_wrap button:hover {
            /* background: #001071;
			    box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.28); */
        }

        .package_policy_wrap .form_item_wrap button a {
            color: #fff;
        }

            .package_policy_wrap .form_item_wrap button a .fa {
                width: 25px;
                height: 25px;
                padding: 7px 0 0 0;
                font-size: 11px;
                text-align: center;
                color: #fff;
                border: 1px solid #069cee;
                border-radius: 50%;
                background-color: #2996f5;
                margin-left: 5px;
                margin-right: 0px;
            }

    .package_policy_wrap.option_two #accordion .card .card-header h5 {
        border-radius: 0;
        box-shadow: none;
        background: #e6eaef;
        background-image: linear-gradient(364deg, #e6eaef, #e6eaef, #e6eaef);
        /*border: 2px solid #fff;*/
    }

        .package_policy_wrap.option_two #accordion .card .card-header h5 .checkmark {
            border-radius: 50%;
            display: none;
        }

            .package_policy_wrap.option_two #accordion .card .card-header h5 .checkmark::after {
                background: url(../images/tick2.svg) center no-repeat transparent;
                background-size: 100%;
                border: none;
                top: 6px;
                left: 6px;
                width: 15px;
                height: 15px;
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(1deg);
            }

        .package_policy_wrap.option_two #accordion .card .card-header h5 .btn-link img {
            width: 20px;
            float: left;
            margin-right: 10px;
            position: relative;
            top: 4px;
            opacity: 0;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

        .package_policy_wrap.option_two #accordion .card .card-header h5 .btn-link label.rad_cont.existing {
            position: absolute;
            left: 22px;
            top: 4px;
            /* opacity: 0; */
            pointer-events: auto;
        }

        .package_policy_wrap.option_two #accordion .card .card-header h5 .btn-link .sec_total .fa {
            padding: 8px 0px 0 15px !important;
            font-size: 14px;
            color: #00b4ff;
        }

            .package_policy_wrap.option_two #accordion .card .card-header h5 .btn-link .sec_total .fa.fa-plus {
                display: none;
            }

        .package_policy_wrap.option_two #accordion .card .card-header h5 .btn-link.collapsed .sec_total .fa.fa-minus {
            display: none;
        }

        .package_policy_wrap.option_two #accordion .card .card-header h5 .btn-link.collapsed .sec_total .fa.fa-plus {
            display: block;
        }

    .package_policy_wrap.option_two #accordion .card .card-header:hover .checkmark {
        background-color: #b3b3b3;
        box-shadow: 0 26px 25px -5px rgba(0, 0, 0, 0.8), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

    .package_policy_wrap.option_two #accordion .card .card-header:hover .btn-link {
        color: #737373;
    }

        .package_policy_wrap.option_two #accordion .card .card-header:hover .btn-link .sec_total span {
            color: #8e8e8e;
        }

        .package_policy_wrap.option_two #accordion .card .card-header:hover .btn-link .sec_total .fa {
            color: #929292;
        }

    .package_policy_wrap.option_two #accordion .card .card-body .rad_cont.existing {
        display: none;
    }

    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft {
        border-radius: 0;
        box-shadow: 15px 20px 15px -5px rgba(0, 0, 0, 0), 0 10px 10px -5px rgba(0, 0, 0, 0);
    }

        .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap {
            text-align: right;
        }

            .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap input {
                box-shadow: 10px 10px 20px #cccccc87, -10px -10px 20px #ffffff;
                max-width: 193px;
                margin-right: 26px;
                margin-top: 4px;
                margin-bottom: 16px;
                display: inline-block;
            }

            .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_label_left table tr td {
                height: 95px;
                text-align: left;
                position: relative;
            }

                .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_label_left table tr td::before {
                    position: absolute;
                    top: 0px;
                    left: -60px;
                    width: 1500px;
                    height: 1px;
                    background: #ececec;
                    content: "";
                }

            .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right {
                overflow: auto;
                white-space: nowrap;
                padding: 0;
                width: 667px;
                float: right;
            }

                .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right table {
                    width: 100%;
                    padding: 15px !important;
                    margin: 0 0px 0 0px;
                }

                    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right table tr td {
                        height: 95px;
                        position: relative;
                    }

                        .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right table tr td div.mob_only {
                            display: none;
                        }

    .package_policy_wrap.option_two #accordion .card:hover .card-header h5 .btn-link img {
        opacity: 0;
    }

    .package_policy_wrap.option_two #accordion .card.active .card-header h5 .btn-link {
        pointer-events: auto;
    }

        .package_policy_wrap.option_two #accordion .card.active .card-header h5 .btn-link img {
            opacity: 0;
        }

    .package_policy_wrap.option_two #accordion .card.active .collapse.show {
        display: block;
    }

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

.img_vec {
    text-align: center;
}

    .img_vec img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        max-width: 80%;
        margin: 0 auto;
    }

    .img_vec h4 {
        margin: 24px 0 15px 0;
        font-size: 18px;
        text-transform: uppercase;
    }

    .img_vec h5 {
        margin: 10px 0;
    }

.next_form.img_vec_right .form_item_wrap label {
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    position: relative;
    z-index: 9;
    /*   color: #fff !important; */
}

.next_form label.btn.btn-default {
    box-shadow: 10px 10px 20px #cccccc !important;
}

.qot_main.new_style_quotation .quot_box1 .col-xs-12 {
    min-height: 179px;
    display: block;
    /* border: 3px solid #fff; */
    position: relative;
    overflow: hidden;
}

    .qot_main.new_style_quotation .quot_box1 .col-xs-12 h4 {
        font-size: 23px;
        font-weight: bold;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 7px 0;
        background: #fff;
        text-align: center;
        padding: 13px 0px 11px 0;
        margin: 0;
        top: 72%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

    .qot_main.new_style_quotation .quot_box1 .col-xs-12:hover h4 {
        color: #fff !important;
        top: 0;
        background: rgba(0, 180, 255, 0.64);
    }

.qot_main.new_style_quotation .quot_box1 .fa {
    display: none;
}

.qot_main.new_style_quotation .quot_box1.one .col-xs-12 {
    background: url(../images/pik/motor.jpg) center bottom no-repeat #fff;
}

.qot_main.new_style_quotation .quot_box1.two .col-xs-12 {
    background: url(../images/pik/marine.jpg) center bottom no-repeat #fff;
}

.qot_main.new_style_quotation .quot_box1.three .col-xs-12 {
    background: url(../images/pik/travel.jpg) center bottom no-repeat #fff;
}

.qot_main.new_style_quotation .quot_box1.four .col-xs-12 {
    background: url(../images/pik/home.jpg) center bottom no-repeat #fff;
}

.qot_main.new_style_quotation .quot_box1.five .col-xs-12 {
    background: url(../images/pik/package.jpg) center bottom no-repeat #fff;
}

.qot_main.new_style_quotation .quot_box1.six .col-xs-12 {
    background: url(../images/pik/car.jpg) center bottom no-repeat #fff;
}

@media screen and (max-width: 991px) {
    .package_policy_wrap .ui-tabs .ui-tabs-nav li a {
        padding: 10px 9px 10px 6px;
        font-size: 13px;
    }

        .package_policy_wrap .ui-tabs .ui-tabs-nav li a.close_tab {
            top: 9px;
            padding: 2px 0 0 0;
            right: 0;
        }

    .package_policy_wrap .ui-tabs .ui-tabs-nav li {
        margin-top: 5px;
    }

    .package_policy_wrap .container-1 .ui-tabs-nav {
        max-height: 64px;
    }
}

@media screen and (max-width: 768px) {
    .package_policy_wrap .ui-tabs .ui-tabs-nav li a {
        font-size: 12px;
    }

        .package_policy_wrap .ui-tabs .ui-tabs-nav li a.close_tab {
            top: -5px;
        }
}

@media screen and (max-width: 630px) {
    .package_policy_wrap .ui-tabs .ui-tabs-nav li a {
        padding: 10px 0px 10px 10px;
        font-size: 13px;
    }

    .package_policy_wrap .plus_button_to_add_tab {
        float: left;
        position: static;
        margin: 0 auto;
        float: none;
        padding: 4px;
        width: 30px;
        height: 30px;
        font-size: 19px;
    }


    .package_policy_wrap .container-1 .ui-tabs-nav {
        width: 100%;
        max-width: 100%;
    }

    .package_policy_wrap .ui-tabs .ui-tabs-nav li {
        margin-top: 10px !important;
        margin-bottom: 30px !important;
    }

    .package_policy_wrap .container-1 .ui-tabs-nav {
        max-height: 54px;
        margin-bottom: 49px;
    }

    .package_policy_wrap #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap label,
    .package_policy_wrap #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap input {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 560px) {
    .package_policy_wrap .ui-tabs .ui-tabs-nav li a {
        padding: 10px 0px 10px 5px;
        font-size: 12px;
    }

    .package_policy_wrap #accordion .card .card-header h5 {
        font-size: 16px;
    }

    .package_policy_wrap .plus_button_to_add_tab {
        position: relative;
        right: 0px;
        left: 0;
        top: -2px;
        border: 2px solid #00b4ff;
        text-align: center;
        margin: 0 auto;
        float: none;
        clear: both;
    }
}

@media screen and (max-width: 515px) {
    .package_policy_wrap .ui-tabs .ui-tabs-nav li a.close_tab {
        right: 10px;
    }

    .package_policy_wrap .ui-tabs .ui-tabs-nav li a.close_tab {
        top: 10px;
    }

    .package_policy_wrap .ui-tabs .ui-tabs-nav li {
        width: 100%;
    }

        .package_policy_wrap .ui-tabs .ui-tabs-nav li a {
            font-size: 14px;
            padding: 10px 0px 10px 10px;
        }

    .package_policy_wrap .container-1 {
        float: left;
    }

    .package_policy_wrap .plus_button_to_add_tab {
        position: relative;
        right: 0px;
        left: 0;
        top: -2px;
        border: 2px solid #00b4ff;
        text-align: center;
        margin: 0 auto;
        float: none;
        clear: both;
    }

        .package_policy_wrap .plus_button_to_add_tab div.drop {
            left: -123px;
        }

    .package_policy_wrap .container-1 .ui-tabs-nav {
        max-height: 270px;
        margin-bottom: 30px;
    }

    .package_policy_wrap .ui-tabs .ui-tabs-nav li {
        margin-bottom: 10px !important;
    }

    .package_policy_wrap #accordion .card .card-header h5 {
        margin: 0px !important;
        font-size: 14px;
    }

    .package_policy_wrap .ui-tabs-panel {
        padding: 0px 0px 0px 0px !important;
    }

    .package_policy_wrap #accordion .card .card-header h5 .btn-link {
        padding: 17px 25px 16px 55px;
    }

    .package_policy_wrap #accordion .card .card-body .rad_cont.existing span.add {
        display: none;
    }

    .package_policy_wrap #accordion .card .card-header h5 .btn-link .fa {
        padding: 3px 0px 0 0px;
    }

    .checkmark {
        position: absolute !important;
        top: 9px !important;
        left: 0;
    }

    .package_policy_wrap .ui-tabs-panel h2.sub_tot,
    .package_policy_wrap #accordion .card .card-body .full_w_aft h3 {
        text-align: left;
        font-size: 15px;
    }

    .package_policy_wrap #accordion .card .card-header h5 .btn-link span {
        position: relative;
        top: -10px;
    }

    .package_policy_wrap #accordion .card .card-header h5 .btn-link .sec_total span {
        font-size: 12px;
        padding: 0px 0px 0 0;
        position: absolute;
        left: 0;
        top: 22px;
        right: 0px;
        text-align: left;
    }

    .package_policy_wrap #accordion .card .card-body .rad_cont.existing {
        position: absolute;
        right: 12px;
        top: -61px;
        z-index: 99;
    }

    .package_policy_wrap.option_two #accordion .card .card-header h5 .btn-link label.rad_cont.existing {
        position: absolute;
        left: -30px;
        top: -2px;
    }

    .package_policy_wrap .plus_button_to_add_tab {
        padding: 0px;
        font-size: 20px;
    }
}

@media screen and (max-width: 350px) {
    .package_policy_wrap #accordion .card .card-header .rad_cont {
        left: 5px;
        top: 7px;
    }

    .package_policy_wrap #accordion .card .card-header h5 .btn-link {
        padding: 17px 15px 16px 40px;
    }

    .package_policy_wrap.option_two #accordion .card .card-header h5 .btn-link .sec_total .fa {
        padding: 6px 0px 0 15px !important;
    }
}
/*  14-7-2020  */
.package_policy_wrap.calculate {
    text-align: left;
    max-width: 1600px;
    margin: 41px auto 0 auto;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.14);
    padding-top: 0;
    border-radius: 15px;
    overflow: hidden;
}

    .package_policy_wrap.calculate table.premium_sheet {
        font-size: 14px;
        min-width: 520px;
    }

        .package_policy_wrap.calculate table.premium_sheet tr {
            background: #fff;
        }

            .package_policy_wrap.calculate table.premium_sheet tr th {
                padding: 20px 15px;
                border-right: 1px solid #0093d0;
                background: #00b4ff;
                color: #fff;
                font-size: 15px;
                line-height: 20px;
                text-align: inherit;
            }

                .package_policy_wrap.calculate table.premium_sheet tr th.align_cc {
                    text-align: center;
                }

                .package_policy_wrap.calculate table.premium_sheet tr th.second_th {
                    border-top: 1px solid #0093d0;
                    padding: 10px 15px;
                    font-size: 14px;
                    font-weight: 100;
                    background-color: #00a0e2;
                    border-right: 1px solid #0093d0;
                }


            .package_policy_wrap.calculate table.premium_sheet tr td {
                padding: 10px 15px;
                border: 1px solid #dedede;
                min-width: 55px;
                border-top: 0;
                line-height: 25px;
            }

                .package_policy_wrap.calculate table.premium_sheet tr td.in_tab {
                    padding: 0;
                }

                    .package_policy_wrap.calculate table.premium_sheet tr td.in_tab table tr {
                        background: transparent !important;
                    }

            .package_policy_wrap.calculate table.premium_sheet tr.title {
                background: #eaeaea;
                box-shadow: 0px 0px 0 #ddd;
                border-top: 8px solid #00b4ff;
            }

                .package_policy_wrap.calculate table.premium_sheet tr.title td {
                    border: none;
                    box-shadow: none;
                    padding: 5px 15px 5px 15px;
                }

                .package_policy_wrap.calculate table.premium_sheet tr.title.first {
                    border-top: 0px;
                }

        .package_policy_wrap.calculate table.premium_sheet.total_show {
            /* min-width: 1442px; */
        }

            .package_policy_wrap.calculate table.premium_sheet.total_show tr {
                background: #00b4ff;
                color: #fff;
            }

                .package_policy_wrap.calculate table.premium_sheet.total_show tr:nth-child(2n) {
                    background: #0093d0;
                }

                .package_policy_wrap.calculate table.premium_sheet.total_show tr td {
                    border: 0px solid #fff;
                    box-shadow: none;
                    border-right: 1px solid #0083b9;
                    font-size: 18px;
                    padding: 15px 15px;
                }

    .package_policy_wrap.calculate.btn {
        text-align: center;
        box-shadow: none;
        overflow: visible;
        margin: 30px auto 0 auto;
    }

        .package_policy_wrap.calculate.btn .next_step_wrap .form_item_wrap a {
            border: 1px solid #00b4ff;
            border-radius: 10px;
            width: auto;
            padding: 19px 20px 15px 20px;
            color: #fff;
            background: #00b4ff;
            min-height: 61px;
            margin: 0 auto;
            min-width: 160px;
            box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.38);
            margin: 6px 5px;
            display: inline-block;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

            .package_policy_wrap.calculate.btn .next_step_wrap .form_item_wrap a .fa {
                width: 25px;
                height: 25px;
                padding: 3px;
                text-align: center;
                color: #fff;
                border: 1px solid #069cee;
                border-radius: 50%;
                background-color: #2996f5;
                margin-left: 5px;
                border-radius: 50%;
            }

            .package_policy_wrap.calculate.btn .next_step_wrap .form_item_wrap a:hover {
                box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.28);
            }

    .package_policy_wrap.calculate.sec {
        margin-top: 0;
    }

@media screen and (max-width: 1440px) {
    .package_policy_wrap.calculate {
        overflow: scroll;
    }

        .package_policy_wrap.calculate table.premium_sheet.total_show {
            width: 100%;
        }

    .package_policy_wrap.calculate {
        padding-bottom: 18px;
        margin-bottom: 20px;
    }

        .package_policy_wrap.calculate::-webkit-scrollbar-thumb {
            border-radius: 10px;
            
            -webkit-box-shadow: 0px 7px 2px -4px rgba(0, 0, 0, 0.2);
            background-color: #00b4ff;
        }
}

@media screen and (max-width: 1130px) {
    .package_policy_wrap.calculate {
        overflow: scroll;
    }
}

@media screen and (max-width: 650px) {
    .package_policy_wrap.calculate.btn .next_step_wrap .form_item_wrap button {
        margin: 6px 0px;
        width: 100%;
        float: left;
    }

    .package_policy_wrap.calculate.btn {
        padding: 0;
    }

        .package_policy_wrap.calculate.btn .next_step_wrap {
            padding: 0 15px;
        }
}

@media screen and (max-width: 600px) {
    .package_policy_wrap.calculate table.premium_sheet.total_show tr td {
        font-size: 14px;
        padding: 10px 13px;
    }
}
/* 15-7-2020  marine page*/
.marine_cargo_wrap h4 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 100;
    line-height: 25px;
}

    .marine_cargo_wrap h4 span {
        font-weight: 900;
        color: #00b4ff;
    }

.marine_cargo_wrap h5 {
    font-size: 20px;
    font-weight: 600;
    color: #00b4ff;
    margin: 15px 0px;
    padding: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00b4ff;
    clear: both;
    width: 100%;
    float: left;
}

.marine_cargo_wrap .next_form div#sandbox-container {
    margin-bottom: 20px;
}

.marine_cargo_wrap .marine_table {
    width: 100%;
}

    .marine_cargo_wrap .marine_table table.marine_cov {
        border: 1px solid #ddd;
        margin-bottom: 25px;
        font-size: 14px;
    }

        .marine_cargo_wrap .marine_table table.marine_cov tr th {
            border: 1px solid #00b4ff;
            padding: 10px;
            background-color: #00b4ff;
            color: #fff;
            text-align: inherit;
        }

        .marine_cargo_wrap .marine_table table.marine_cov tr td {
            border: 1px solid #ddd;
            padding: 10px;
        }

            .marine_cargo_wrap .marine_table table.marine_cov tr td .checkbox {
                padding: 0px;
                margin: 0;
            }

                .marine_cargo_wrap .marine_table table.marine_cov tr td .checkbox label {
                    min-height: 0;
                    padding-left: 0;
                }

                .marine_cargo_wrap .marine_table table.marine_cov tr td .checkbox input[type=checkbox] {
                    margin-left: 0;
                    width: 20px;
                    height: 20px !important;
                    min-height: 20px;
                    position: static;
                }

.marine_cargo_wrap ul.brd_crmb {
    margin: 10px auto 25px auto;
    clear: both;
    text-align: center;
    padding: 0;
    float: left;
    width: 100%;
}

    .marine_cargo_wrap ul.brd_crmb li {
        list-style: none;
        float: none;
        display: inline-block;
        position: relative;
        width: 15%;
        /* max-width: 200px; */
        z-index: 0;
    }

        .marine_cargo_wrap ul.brd_crmb li::before {
            position: absolute;
            top: 50%;
            height: 2px;
            background: #ccc;
            content: "";
            left: -2px;
            right: -2px;
            z-index: -1;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

        .marine_cargo_wrap ul.brd_crmb li a {
            display: block;
        }

            .marine_cargo_wrap ul.brd_crmb li a span {
                width: 35px;
                height: 35px;
                background: #ccc;
                color: #fff;
                font-weight: 900;
                border-radius: 50%;
                text-align: center;
                display: block;
                margin: 0 auto;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 2px solid #fff;
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
            }

            .marine_cargo_wrap ul.brd_crmb li a:hover span {
                background: #00b4ff !important;
                border: 2px solid #00b4ff !important;
            }

        .marine_cargo_wrap ul.brd_crmb li.active::before {
            background: #00b4ff;
        }

        .marine_cargo_wrap ul.brd_crmb li.active a {
            display: block;
        }

            .marine_cargo_wrap ul.brd_crmb li.active a span {
                background: #4bcaff;
                border: 2px solid #00b4ff;
            }

.marine_cargo_wrap .files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    opacity: 0;
    height: 170px !important;
}

    .marine_cargo_wrap .files input:focus {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        border: 1px solid #92b0b3;
    }

.marine_cargo_wrap .files {
    position: relative;
    background: #fff;
    margin-bottom: 0px;
    background: linear-gradient(145deg, #eaeaea, #ffffff);
    box-shadow: 10px 10px 20px #cccccc, -10px -10px 20px #ffffff;
    border-radius: 10px;
}

    .marine_cargo_wrap .files:after {
        pointer-events: none;
        position: absolute;
        top: 25px;
        left: 0;
        width: 82px;
        right: 0;
        height: 82px;
        font-size: 32px !important;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f093";
        display: block;
        margin: 0 auto;
        background-size: 100%;
        background-repeat: no-repeat;
        border: 2px solid #ffffff;
        box-shadow: 1px 1px 0px #fff;
        padding: 24px;
        border-radius: 50%;
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

.marine_cargo_wrap .color input {
    background-color: #f1f1f1;
}

.marine_cargo_wrap .files:before {
    position: absolute;
    bottom: 45px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 31px;
    content: " Choose a file or drag it here... ";
    display: block;
    margin: 0 auto;
    color: #2234a1;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.marine_cargo_wrap p.file-name {
    text-align: center;
    margin: 0 0 21px 0;
    font-size: 13px;
    position: relative;
    bottom: 16px;
}

@media screen and (max-width: 650px) {
    .package_policy_wrap.calculate.btn {
        float: left;
        width: 100%;
    }

        .package_policy_wrap.calculate.btn .next_step_wrap .form_item_wrap a {
            width: 100%;
            clear: both;
            display: block;
            margin-bottom: 20px;
        }
}

@media screen and (max-width: 600px) {
    .marine_table {
        overflow: scroll;
    }

    .marine_cargo_wrap h4 span {
        float: left;
        width: 100%;
        display: block;
    }

    .marine_cargo_wrap ul.brd_crmb li {
        width: 20%;
    }

        .marine_cargo_wrap ul.brd_crmb li a span {
            width: 25px;
            height: 25px;
            font-size: 11px;
        }

        .marine_cargo_wrap ul.brd_crmb li::before {
            height: 1px;
        }

    .marine_cargo_wrap ul.brd_crmb {
        margin: 20px auto 0px auto;
    }
}

.next_form.no_bg {
    background: transparent !important;
}

/*  Main menu */
.top_menu {
    /* rotate caret on hover */
}

    .top_menu .navbar-nav li > .dropdown-menu {
        display: block;
    }

    .top_menu .dropdown-submenu {
        position: relative;
    }

        .top_menu .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
        }

    .top_menu .dropdown-menu > li > a:hover:after {
        text-decoration: underline;
        transform: rotate(-90deg);
    }

    .top_menu .navbar-toggler {
        display: none;
    }

    .top_menu .navbar {
        min-height: auto !important;
        margin-bottom: 0 !important;
    }

        .top_menu .navbar ul.navbar-nav li a {
            padding: 13px 15px !important;
            font-size: 14px;
        }

            .top_menu .navbar ul.navbar-nav li a img {
                width: 30px;
                margin-right: 5px;
            }

            .top_menu .navbar ul.navbar-nav li a .fa {
                padding: 0 10px;
            }

            .top_menu .navbar ul.navbar-nav li a:hover, .top_menu .navbar ul.navbar-nav li a:active {
                background-color: #f7f7f7;
            }

        .top_menu .navbar ul.navbar-nav li .dropdown-menu {
            position: fixed;
            top: 90px;
            left: 0px;
            right: 0;
            border: none;
            padding: 0;
            height: 0;
            overflow: hidden;
            visibility: hidden;
            box-shadow: 0px 13px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

            .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap {
                display: grid;
                grid-template-columns: repeat(6, 1fr);
                grid-column-gap: 0px;
                grid-row-gap: 0px;
                max-width: 100%;
                padding: 0px;
            }

                .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li {
                    list-style: none;
                    width: 100%;
                }

                    .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li .menu_itm_wrap {
                        padding: 0px;
                        padding-bottom: 15px;
                    }

                        .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li .menu_itm_wrap h4 {
                            padding: 15px 0px 10px 0px;
                            border-bottom: 1px solid #ddd;
                            font-size: 16px;
                            margin-bottom: 0;
                            text-transform: uppercase;
                        }

                        .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li .menu_itm_wrap a {
                            display: block;
                            padding: 10px 0px !important;
                            position: relative;
                            width: 100%;
                            letter-spacing: 0;
                        }

                            .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li .menu_itm_wrap a::before {
                                position: absolute;
                                left: 0px;
                                bottom: 5px;
                                width: 0px;
                                height: 1px;
                                content: "";
                                border-bottom: 1px dashed #ddd;
                                transition: 400ms;
                                -webkit-transition: 400ms;
                                -o-transition: 400ms;
                                -moz-transition: 400ms;
                                -ms-transition: 400ms;
                            }

                            .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li .menu_itm_wrap a:hover {
                                background-color: transparent;
                                color: #00b4ff;
                                letter-spacing: .5px;
                            }

                                .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li .menu_itm_wrap a:hover::before {
                                    width: 100%;
                                }

        .top_menu .navbar ul.navbar-nav li:hover .dropdown-menu {
            top: 60px;
            height: auto;
            opacity: 1;
            visibility: visible;
        }

@media screen and (max-width: 1350px) {
    div.portal_body .container .main_body.full_width {
        width: 90%;
    }

    .img_vec img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .img_vec img {
        max-width: 300px;
    }

    .top_menu .navbar ul.navbar-nav li .dropdown-menu li.menu_sub_li .menu_itm_wrap a:hover {
        letter-spacing: .5px;
    }

    .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .top_menu .navbar ul.navbar-nav li a {
        padding: 16px 0px 16px 0px !important;
        font-size: 13px;
    }

    .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li .menu_itm_wrap a {
        padding: 5px 0 10px 0px !important;
    }

    .top_menu .navbar ul.navbar-nav li .dropdown-menu {
        padding-left: 10px;
    }

    .top_menu .navbar ul.navbar-nav li:hover .dropdown-menu {
        /* height: calc(100vh - 40px);
	    overflow: scroll; */
        width: calc(100% - 90px);
        right: 0;
        left: auto;
    }

    .top_menu .navbar ul.navbar-nav li a img {
        width: 20px;
        margin-right: 5px;
        margin-left: 10px;
        position: relative;
        top: -1px;
    }

    body.new_theme .in_container_width.header.full_width .logo {
        padding: 0px;
    }

    body.new_theme .in_container_width.header.full_width .top-rightside-icon {
        padding: 0;
    }
}

@media screen and (max-width: 1000px) {
    div.portal_body .container .main_body.full_width {
        width: 100%;
    }

    .col-lg-7.col-md-12.col-sm-12.col-xs-12.right_cont.full_w_aft.sub_m.next_form.new_font.img_vec_right .col-lg-6.col-md-12.col-sm-12.col-xs-12.insu_form_box {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .top_menu .navbar ul.navbar-nav li a .fa {
        padding: 0 0px 0 5px;
    }

    .top_menu .navbar ul.navbar-nav li a img {
        width: 20px;
        margin-right: 0;
        margin-left: 9px;
    }

    .top_menu .navbar ul.navbar-nav li a:hover,
    .top_menu .navbar ul.navbar-nav li a:active {
        background-color: #ffff;
    }
}

@media screen and (max-width: 768px) {
    .top_menu .navbar-toggler {
        display: block;
        padding: 6px 5px 0px 5px;
        border: none;
        background: transparent;
        width: 44px;
    }

        .top_menu .navbar-toggler .navbar-toggler-icon {
            width: 100%;
        }

            .top_menu .navbar-toggler .navbar-toggler-icon img {
                width: 100%;
                height: auto;
            }

    .navbar-toggler img.menu_icon {
        display: none;
    }

    .navbar-toggler img.close_icon {
        display: block;
    }

    .navbar-toggler.collapsed img.menu_icon {
        display: block;
    }

    .navbar-toggler.collapsed img.close_icon {
        display: none;
    }

    nav.navbar.mob_mmnu.for_pc {
        position: fixed;
        top: 57px;
        left: auto;
        right: 0px;
        text-align: left;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #fff;
        max-width: 300px;
    }

    .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .top_menu .navbar ul.navbar-nav li .dropdown-menu {
        position: relative;
        top: 0px !important;
        padding: 0;
        width: 100%;
    }

    .top_menu .navbar ul.navbar-nav li:hover .dropdown-menu {
        height: 0px;
        overflow: scroll;
        width: calc(100% - 0px);
        right: 0;
        left: auto;
        padding-top: 0px;
    }

    .top_menu .navbar ul.navbar-nav li.hover .dropdown-menu {
        max-height: calc(100vh - 260px);
        height: 54vh;
        overflow: scroll;
        width: calc(100% - 0px);
        right: 0;
        left: auto;
        padding-top: 0px;
        visibility: visible;
    }

    .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li .menu_itm_wrap h4 {
        padding: 5px 0px 10px 0px;
    }

    .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap {
        background-color: #f9f9f9;
    }

        .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li {
            text-align: center;
            color: #6d6d6d;
        }

    body.new_theme .in_container_width.header.full_width .top-rightside-icon {
        max-width: 110px;
    }

    body.new_theme .in_container_width.header.full_width .top_menu {
        float: right;
        max-width: 50px;
        padding: 3px 0 3px 7px;
    }

    .top_menu .navbar ul.navbar-nav li a:hover,
    .top_menu .navbar ul.navbar-nav li {
        float: left;
        width: 100%;
    }

        .top_menu .navbar ul.navbar-nav li a img {
            width: 29px;
        }

        .top_menu .navbar ul.navbar-nav li .dropdown-menu {
            box-shadow: none;
        }
}

@media screen and (max-width: 520px) {
    .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

        .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li .menu_itm_wrap {
            padding-bottom: 0;
        }

            .top_menu .navbar ul.navbar-nav li .dropdown-menu ul.drop_wrap li.menu_sub_li .menu_itm_wrap a {
                padding: 5px 0 5px 0px !important;
            }

    .top_menu .navbar ul.navbar-nav li a {
        padding: 10px 0px 10px 0px !important;
    }
}

@media screen and (max-width: 450px) {
    nav.navbar.mob_mmnu.for_pc {
        top: 48px;
    }

    .top_menu .navbar-toggler {
        padding: 3px 10px 0px 5px;
    }
}
/*  new Dropdown style */
.top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
}

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one::before {
        position: absolute;
        left: -699px;
        top: 0px;
        bottom: 0px;
        /* background: #f9f9f9; */
        content: "";
        height: 100%;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
        width: 1000px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+70,f7f7f7+100 */
        background: white;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, white 70%, #f7f7f7 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, white 70%, #f7f7f7 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, white 70%, #f7f7f7 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        max-width: 302px;
        /* background-color: white; */
    }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a {
            padding: 25px 15px 25px 0px !important;
            display: block;
            position: relative;
        }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a::before {
                position: absolute;
                left: 0%;
                bottom: 0px;
                background: #e2e2e2;
                content: "";
                height: 1px;
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
                width: 0px;
            }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a:hover, .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a:active {
                background-color: transparent;
            }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a span {
                color: #a5a5a5;
                font-size: 21px;
                font-weight: 500;
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
            }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a .fa.fa-angle-right {
                float: right;
                padding: 0;
            }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a:hover::before {
                width: 100%;
                left: 0;
            }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two {
            position: absolute;
            left: 150px;
            top: 25px;
            opacity: 0;
            z-index: -9;
            width: 302px;
            height: 100%;
            margin: 0px;
            padding: 0px;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li a {
                padding: 15px 30px !important;
                font-size: 14px;
                text-transform: capitalize;
            }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li ul.drop_three {
                position: absolute;
                left: 150px;
                top: 0px;
                opacity: 0;
                z-index: -9;
                width: 302px;
                height: 100%;
                margin: 0px;
                padding: 0px;
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
            }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li:hover .drop_three, .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li.active .drop_three, .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li.show .drop_three {
                left: 302px;
                opacity: 1;
                z-index: 1;
            }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li:hover a span, .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.active a span, .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.show a span {
            color: #00b4ff;
        }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li:hover .drop_two, .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.active .drop_two, .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.show .drop_two {
            left: 302px;
            opacity: 1;
            z-index: 1;
        }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one.open li ul.drop_two {
        left: 150px !important;
        opacity: 0 !important;
        z-index: -9 !important;
    }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #fff;
}

.qot_main.min_height.center {
    text-align: center;
}

    .qot_main.min_height.center .quot_box1 {
        float: none;
        display: inline-block;
        max-width: 33%;
    }

@media screen and (max-width: 1100px) {
    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a span {
        font-size: 19px;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a {
        padding: 10px 15px 10px 5px !important;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two,
    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_three {
        width: 220px;
    }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li:hover .drop_three,
        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li.active .drop_three,
        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li.show .drop_three {
            left: 220px;
            width: 220px;
        }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one::before {
        display: none;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a::before {
        height: 2px;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li a {
        padding: 8px 13px !important;
        font-size: 14px;
        text-transform: uppercase;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li {
        background-color: white;
    }
}

@media screen and (max-width: 992px) {
    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a {
        padding: 7px 15px 7px 5px !important;
    }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a span {
            font-size: 18px;
        }

    .top_menu .navbar ul.navbar-nav.new_style li:hover .dropdown-menu {
        height: auto;
        /*  overflow: scroll; */
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li {
        max-width: 262px;
    }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li:hover .drop_two,
        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.active .drop_two,
        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.show .drop_two {
            left: 260px;
            width: 220px;
        }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two,
        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_three {
            top: 21px;
        }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li a {
                padding: 5px 13px 12px 23px !important;
                font-size: 14px;
                text-transform: capitalize;
            }

                .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li a::before {
                    display: none;
                }
}

@media screen and (max-width: 991px) {
    .qot_main.min_height.center .quot_box1 {
        max-width: 47%;
    }
}

@media screen and (max-width: 768px) {
    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li {
        max-width: 100%;
    }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two {
            position: static;
            height: 0;
            overflow: hidden;
            width: 100%;
            left: 0;
            text-align: left;
        }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one {
        float: left;
    }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.active_mob .drop_one,
        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.active_mob .drop_two {
            height: auto;
        }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one,
    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one {
        text-align: left;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one {
        padding: 0px 0;
    }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a {
            padding: 7px 0 7px 21px !important;
        }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a .fa.fa-angle-right {
                float: none;
                padding-left: 8px;
                position: absolute;
                top: 13px;
            }

            .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a span {
                font-size: 15px;
            }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li:hover .drop_two,
        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.active .drop_two,
        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.show .drop_two {
            width: 100%;
            left: 0;
        }

        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li:hover .drop_three,
        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li.active .drop_three,
        .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li.show .drop_three {
            left: 0;
            width: 100%;
            position: static;
        }

    .top_menu .navbar ul.navbar-nav.new_style li:hover .dropdown-menu {
        height: 0;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.open .dropdown-menu {
        height: auto !important;
        visibility: visible;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.active_mob .drop_one li,
    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li.active_mob .drop_two li {
        background: #f7f7f7;
    }

    .top_menu .navbar ul.navbar-nav li a {
        padding: 16px 0px 16px 10px !important;
        font-size: 17px;
        font-weight: 500;
        color: #2234a1;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two li a {
        color: #000;
    }

    .dropdown.menu_drop a.dropdown-toggle {
        position: relative;
    }

        .dropdown.menu_drop a.dropdown-toggle::before {
            position: absolute;
            left: 50%;
            bottom: 0px;
            background: #00b4ff;
            content: "";
            height: 2px;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
            width: 0px;
        }

    .dropdown.menu_drop.open a.dropdown-toggle::before {
        width: 100%;
        left: 0px;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li ul.drop_two {
        opacity: 1;
        z-index: 999 !important;
    }

    .top_menu .navbar ul.navbar-nav.new_style li.dropdown.menu_drop .dropdown-menu ul.drop_one li a::before {
        left: 50%;
    }
}

@media screen and (max-width: 500px) {
    div.navbar-collapse {
        height: calc(100vh - 100vh);
        z-index: 9;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

        div.navbar-collapse.show {
            height: calc(100vh - 48px);
            overflow: scroll;
        }
}

@media screen and (max-width: 350px) {
    .qot_main.min_height.center .quot_box1 {
        max-width: 100%;
        width: 100%;
    }
}
/*  7-10-2020 */
.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

div.plaans.main_body .left_cont.new_type {
    padding: 20px 24px 23px 24px;
    border-radius: 10px;
}

    div.plaans.main_body .left_cont.new_type h2 .select_btn {
        font-size: 11px;
        margin: -3px 0 0 0;
        font-weight: normal;
        padding: 10px 11px;
        letter-spacing: 1px;
        font-family: "NewJuneMedium", Arial, sans-serif;
    }

    div.plaans.main_body .left_cont.new_type p {
        font-family: "NewJuneMedium", Arial, sans-serif;
        color: #00b4ff;
        font-size: 13px;
        letter-spacing: 0;
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

        div.plaans.main_body .left_cont.new_type p span {
            font-family: "NewJuneBold", Arial, sans-serif;
            color: #000;
            padding-left: 5px;
            /*width: 52%;*/
            float: right;
            text-transform: unset;
        }

    div.plaans.main_body .left_cont.new_type img.icon {
        width: 45px;
        margin-right: 10px;
    }

    div.plaans.main_body .left_cont.new_type .send_me_quote {
        float: left;
        width: 100%;
    }

        div.plaans.main_body .left_cont.new_type .send_me_quote h5 {
            border-bottom: 1px dashed #ddd;
            padding-bottom: 12px;
            margin-bottom: 12px;
            margin-top: 15px;
            font-size: 17px;
            color: #000;
        }

        div.plaans.main_body .left_cont.new_type .send_me_quote ul {
            margin: 0px;
            padding: 0px;
            text-align: center;
        }

            div.plaans.main_body .left_cont.new_type .send_me_quote ul li {
                list-style: none;
                padding: 0px;
                margin: 0px;
                display: inline-block;
                width: 50%;
                text-align: center;
            }

                div.plaans.main_body .left_cont.new_type .send_me_quote ul li a {
                    display: block;
                    padding: 15px 0px 5px 0px;
                    border: none;
                    background: transparent;
                    float: left;
                    width: 100%;
                }

                    div.plaans.main_body .left_cont.new_type .send_me_quote ul li a p {
                        text-align: center;
                        color: #333;
                        font-size: 12px;
                        margin-bottom: 0;
                    }

                    div.plaans.main_body .left_cont.new_type .send_me_quote ul li a .fa {
                        margin: 0 auto;
                        float: none;
                        text-align: center;
                        display: block;
                        font-size: 20px;
                        margin-bottom: 9px;
                        color: #00b4ff;
                    }

                    div.plaans.main_body .left_cont.new_type .send_me_quote ul li a:hover {
                        background: #f5f5f5;
                    }

        div.plaans.main_body .left_cont.new_type .send_me_quote p {
            color: #636363;
            font-size: 13px;
            line-height: 21px;
        }

div.plaans.main_body .right_cont.new_type .plaan_d h1 {
    display: inline-block;
}

div.plaans.main_body .right_cont.new_type .plaan_d h4 {
    font-family: "NewJuneMedium", Arial, sans-serif;
}

div.plaans.main_body .right_cont.new_type .plaan_d .price_val {
    float: right;
    margin-top: 10px;
    margin-right: 25px;
}

div.plaans.main_body .right_cont.new_type .plaan_d:hover a.select_btn {
    background: #fff;
    color: #00b4ff;
    height: auto;
}

div.plaans.main_body .right_cont.new_type .plan_contain {
    padding: 3px 21px 20px 21px;
    border: 0px solid #ddd;
    border: 1px solid rgba(221, 221, 221, 0.74);
    border-radius: 23px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.14);
    position: relative;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    border: 0px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    background: #fff;
    background-image: linear-gradient(364deg, #e4e4e4, #fff, #ffffff);
    color: #757575;
    margin-left: 22px;
}

    div.plaans.main_body .right_cont.new_type .plan_contain h1 {
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        padding: 12px 0;
        margin-bottom: 25px;
    }

    div.plaans.main_body .right_cont.new_type .plan_contain h4 {
        font-family: "NewJuneMedium", Arial, sans-serif;
    }

ul.addon li {
    margin-top: 20px;
}

    ul.addon li label.rad_cont {
        padding-left: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

        ul.addon li label.rad_cont img {
            width: 30px;
            margin-right: 10px;
            margin-bottom: 5px;
        }

a.select_btn {
    float: right;
    padding: 10px 20px;
    margin: 21px 0 0 0;
    background: #00b4ff;
    border-radius: 35px;
    color: #fff;
    margin-right: 70px;
}

    a.select_btn:hover {
        background: #fff;
        color: #00b4ff;
    }

.modal-open .modal.fade.show {
    opacity: 1;
    z-index: 999999;
    margin: 0 15px;
    padding: 0 !important;
}

.modal-backdrop.fade.show {
    opacity: .7;
    z-index: 99999;
}

#email_pop .modal-content {
    border: none;
    overflow: hidden;
    border-radius: 20px;
}

#email_pop .modal-header {
    border: none;
    background: url(../images/car.png) no-repeat bottom right #efefef;
    padding: 20px 15px;
    display: initial !important;
}

    #email_pop .modal-header h4 {
        font-size: 17px;
        max-width: 190px;
        line-height: 26px;
        font-weight: 500;
        color: #000000;
    }

        #email_pop .modal-header h4.full_width {
            max-width: 100%;
        }

    #email_pop .modal-header .close {
        margin-top: -21px;
        color: #000;
        opacity: .4;
    }

#email_pop .modal-body {
    padding: 35px 15px;
}

#email_pop p {
    padding-bottom: 15px;
}

#email_pop .form_row_out {
    display: inline-table;
    clear: both;
    width: 100%;
    max-width: 420px;
    margin-bottom: 30px;
    position: relative;
}

    #email_pop .form_row_out label {
        float: left;
        position: absolute;
        left: 7px;
        top: -13px;
        padding: 0 10px;
        background: #fff;
        margin: 0;
        font-size: 12px;
        color: #00b4ff;
    }

    #email_pop .form_row_out input {
        width: 100%;
        float: left;
        border: 1px solid #00b4ff;
        border-radius: 7px;
        padding: 10px;
        text-align: center;
        background: #ffff;
    }

    #email_pop .form_row_out .select_btn {
        margin: 0 auto;
        float: none;
        padding: 15px 35px;
        border-radius: 10px;
        border: 2px solid #00b4ff;
    }

#email_pop .modal-dialog {
    margin: 0px auto 0px auto;
}


.checkmark.include {
    width: 83px;
    border-radius: 7px;
    float: right;
    right: 0;
    left: auto;
    height: 38px;
    box-shadow: none !important;
    border: 2px solid #ddd;
    background-color: transparent !important;
    top: 1px;
}

    .checkmark.include::before {
        font-size: 12px;
        letter-spacing: 1px;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        content: 'Add';
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

    .checkmark.include::after {
        font-size: 12px;
        letter-spacing: 1px;
        position: absolute;
        left: 34px !important;
        right: 0px;
        top: 12px !important;
        bottom: 0px;
        content: 'Included';
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: #00b4ff;
        border-radius: 2px;
        color: #00b4ff !important;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-width: 0 !important;
        -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

    .checkmark.include:hover {
        box-shadow: none;
        background: transparent;
        border-color: #333;
    }

    .checkmark.include.active {
        border-color: #00b4ff;
        background-color: transparent;
    }

        .checkmark.include.active::before {
            opacity: 0;
        }

        .checkmark.include.active::after {
            opacity: 1;
        }

@media screen and (max-width: 991px) {
    div.plaans.main_body .right_cont.new_type .plan_contain {
        margin-left: 0;
    }
}

@media screen and (max-width: 580px) {
    div.plaans.main_body .right_cont.new_type .plaan_d .price_val span.cross {
        font-size: 10px;
        padding: 0;
        margin: 0;
        text-align: center !important;
        float: none;
        width: 100%;
    }

    div.plaans.main_body .right_cont .plaan_d .price_val span.value {
        width: 100%;
    }

    div.plaans.main_body .right_cont.new_type .plaan_d span.price_val {
        float: left;
        width: 100%;
        margin: 0 auto;
        text-align: center !important;
        margin: 0px 0px 20px 0px !important;
    }

    div.plaans.main_body .left_cont.new_type h2 .select_btn {
        margin: -7px 0 0 0;
    }
}

@media screen and (max-width: 500px) {
    .checkmark.include {
        position: relative !important;
        clear: both;
        float: left;
        display: block;
        margin-bottom: 30px;
        left: 0px;
        right: 0;
        margin: 0 50% 20px 0;
        min-width: 100px;
        z-index: 999;
    }

    ul.addon li {
        display: inline-block;
        width: 100%;
    }

    div.plaans.main_body .left_cont.new_type p span {
        width: auto;
        float: none;
    }

    div.plaans.main_body .left_cont.new_type p {
        font-size: 12px;
    }
}

@media screen and (max-width: 420px) {
    div.plaans.main_body .right_cont.new_type .plaan_d .more_out {
        display: none;
    }

    div.plaans.main_body .right_cont.new_type .plaan_d a.select_btn {
        margin-right: 0px;
    }

    div.plaans.main_body .right_cont.new_type .plaan_d, div.plaans.main_body .tab-content .plaan_d {
        float: left;
    }

    div.portal_body .container .main_body h1 {
        font-size: 20px;
    }

    div.plaans.main_body .left_cont h2, div.plaans.main_body ul.nav-tabs h2 {
        font-size: 19px;
    }

    div.portal_body .container .main_body h3 {
        font-size: 15px;
    }

    .row.min_max .col-xs-6 h4 {
        font-size: 13px;
    }
}

@media screen and (max-width: 400px) {
    .addon li label.rad_cont span {
        display: block;
        width: 100%;
        float: left;
        font-size: 12px;
    }

    .addon li label.rad_cont {
        text-align: center;
    }

    div.plaans.main_body .left_cont.new_type img.icon {
        width: 50px;
        margin-right: 5px;
    }

    .addon li label.rad_cont img {
        width: 40px;
        margin-right: 0;
    }
}

@media screen and (max-width: 339px) {
    div.plaans.main_body .right_cont.new_type .plaan_d a.select_btn {
        margin: 20px 0 0 0;
    }

    div.plaans.main_body .right_cont.new_type .plaan_d .more_out .det_click {
        display: none;
    }

    div.plaans.main_body .left_cont.new_type h2 .select_btn {
        margin: 13px 0 0 0;
        clear: both;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

.right_cont.full_w_aft.sub_m.next_form.new_font.img_vec_right.light_blue_bg,
.col-lg-12.col-md-12.col-sm-12.col-xs-12.right_cont.full_w_aft.sub_m.next_form.ran_wrap.new_font.light_blue_bg {
    background: #e6eaef !important;
}

    .right_cont.full_w_aft.sub_m.next_form.new_font.img_vec_right.light_blue_bg .insu_form_box.width_20,
    .col-lg-12.col-md-12.col-sm-12.col-xs-12.right_cont.full_w_aft.sub_m.next_form.ran_wrap.new_font.light_blue_bg .insu_form_box.width_20 {
        width: 20%;
    }

.next_form.light_blue_bg input, .next_form.light_blue_bg select, .next_form.light_blue_bg textarea {
    box-shadow: 10px 10px 20px #e6e6e6, -10px -10px 20px #d8d8d8;
}

/* TAB PAGE NEW STYLE ( package_policy_select )  */
.package_new_style_wrapper .content {
    float: left;
    width: 100%;
    /* background: #f90; */
    padding-top: 12px;
    border-radius: 5px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}

.package_new_style_wrapper .tab_link {
    background: transparent;
    border: none;
    /* padding: 0px 20px 0px 0px; */
    padding: 0px 0px 0px 0px;
    position: relative;
    right: 16px !important;
    float: right !important;
    /* width: calc(100% - 60px);
   max-width: 100%; */
    min-height: 135px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    max-width: 667px;
    text-align: right;
    overflow: auto;
    white-space: nowrap;
}

    .package_new_style_wrapper .tab_link ul {
        padding: 0px;
        margin: 0px;
    }

        .package_new_style_wrapper .tab_link ul li {
            box-shadow: none;
            background-image: linear-gradient(364deg, #e4e4e4, #fff, #e6eaef);
            border-radius: 5px;
            position: relative;
            padding: 7px 11px 7px 15px;
            margin: 3px 26px 2px 0px;
            font-size: 12px;
            display: inline-block;
            text-align: left;
            width: 193px;
        }

            .package_new_style_wrapper .tab_link ul li.disp_none {
                display: none;
            }

            .package_new_style_wrapper .tab_link ul li a.close_tab {
                position: absolute;
                top: -3px;
                right: 6px;
                padding: 1px 0 0 0px;
                font-size: 9px;
                font-weight: 100;
                border-radius: 50%;
                z-index: 0;
                background: #ffffff;
                color: #ff1100;
                cursor: pointer;
                width: 16px;
                height: 16px;
                line-height: 12px;
                border: 1px solid #d0d0d0 !important;
                text-align: center;
            }

            .package_new_style_wrapper .tab_link ul li textarea {
                position: absolute;
                left: 0px;
                top: 45px;
                right: 0px;
                padding: 5px 15px;
                width: 100%;
                min-height: 70px;
                -moz-box-shadow: inset -1px -1px 1px white, inset 3px 3px 20px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: inset -1px -1px 1px white, inset 3px 3px 20px rgba(0, 0, 0, 0.1);
                box-shadow: inset -1px -1px 1px white, inset 3px 3px 20px rgba(0, 0, 0, 0.1);
                -webkit-border-radius: 3px;
            }

.package_new_style_wrapper .plus_button_add_tab1, .package_new_style_wrapper .plus_button_add_tab2, .package_new_style_wrapper .plus_button_add_tab3, .package_new_style_wrapper .plus_button_add_tab4, .package_new_style_wrapper .plus_button_add_tab5,
.package_new_style_wrapper .plus_button_add_tab6, .package_new_style_wrapper .plus_button_add_tab7, .package_new_style_wrapper .plus_button_add_tab8, .package_new_style_wrapper .plus_button_add_tab9, .package_new_style_wrapper .plus_button_add_tab10,
.package_new_style_wrapper .plus_button_add_tab11, .package_new_style_wrapper .plus_button_add_tab12, .package_new_style_wrapper .plus_button_add_tab13, .package_new_style_wrapper .plus_button_add_tab14, .package_new_style_wrapper .plus_button_add_tab15,
.package_new_style_wrapper .plus_button_add_tab16, .package_new_style_wrapper .plus_button_add_tab17, .package_new_style_wrapper .plus_button_add_tab18, .package_new_style_wrapper .plus_button_add_tab19, .package_new_style_wrapper .plus_button_add_tab20 {
    float: right;
    margin: 6px 0 0px 0;
    width: 50px;
    height: 50px;
    line-height: 0;
    border-radius: 50%;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 6px 25px -5px rgba(0, 0, 0, 0.4), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    color: #00b4ff;
    font-weight: 100;
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    overflow: hidden;
    cursor: pointer;
}

.package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table {
    width: 100%;
}

    .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td {
        padding: 16px 0 8px 0;
        border-top: 0px solid #ececec;
        margin-bottom: 26px !important;
    }

        .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td.first {
            min-width: 220px !important;
            width: 30%;
        }

        .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td label {
            width: 100%;
            max-width: 400px;
            display: block;
            margin-right: 0;
            padding-right: 5%;
            margin-top: 0;
        }

        .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td input {
            max-width: 90px;
            margin-right: 10px;
            margin-bottom: 10px;
        }


::-webkit-scrollbar {
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: 0px 7px 2px -4px rgba(0, 0, 0, 0.2);
    background-color: #00b4ff;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: 0px 7px 2px -4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.sec_total.button {
    margin-top: 11px;
    right: -12px;
    position: relative;
}

.price_container {
    width: 100%;
    max-width: 667px;
    float: right;
    text-align: right;
    overflow: auto;
    white-space: nowrap;
    position: relative;
    right: -18px;
}

    .price_container .pri {
        padding: 7px 11px 7px 15px;
        margin: 5px 26px 7px 0px;
        font-size: 12px;
        text-align: center;
        float: none !important;
        display: inline-block;
        width: 193px;
        background: #f9f9f9;
        border-radius: 5px;
    }

        .price_container .pri span {
            padding: 0px;
            float: none !important;
            font-size: 14px;
            position: static !important;
        }

    .price_container::-webkit-scrollbar {
        height: 8px;
        background-color: #F5F5F5;
    }

.next_form.new_font.img_vec_right.light_blue_bg.car_page .form_item_wrap {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.next_form.new_font.img_vec_right.light_blue_bg.car_page h3 {
    padding-bottom: 11px !important;
    color: #000 !important;
    font-size: 20px !important;
    margin-top: 0 !important;
}

.next_form.new_font.img_vec_right.light_blue_bg.car_page .head.margin-top {
    margin-top: 22px;
    float: left;
    width: 100%;
}

.next_form.new_font.img_vec_right.light_blue_bg.car_page input, .next_form.new_font.img_vec_right.light_blue_bg.car_page select, .next_form.new_font.img_vec_right.light_blue_bg.car_page textarea,
.next_form.new_font.img_vec_right.light_blue_bg.car_page .select2-container--default .select2-selection--single {
    /*padding: 9px 20px !important;*/
    min-height: 37px;
    height: 38px !important;
    text-transform: uppercase;
}

    .next_form.new_font.img_vec_right.light_blue_bg.car_page .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px;
    }

    .next_form.new_font.img_vec_right.light_blue_bg.car_page .select2-container--default .select2-selection--single .select2-selection__clear {
        height: 38px;
    }

    .next_form.new_font.img_vec_right.light_blue_bg.car_page .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: calc(0.6em + 0.9375rem + 2px);
    }

.next_form.new_font.img_vec_right.light_blue_bg.car_page textarea {
    height: auto !important;
}

.next_form.new_font.img_vec_right.light_blue_bg.car_page label {
    margin-top: 15px;
}

table.car_cov {
    border: 1px solid #ddd;
    margin-bottom: 25px;
    margin-top: 15px;
    font-size: 14px;
    min-width: 500px;
    /* background: #fff; */
}

    table.car_cov tr th {
        border: 1px solid #00b4ff;
        padding: 5px 20px;
        background-color: #00b4ff;
        color: #fff;
        text-align: inherit;
    }

    table.car_cov tr td {
        border: 1px solid #ddd;
        padding: 5px 20px;
        vertical-align: middle !important;
    }

        table.car_cov tr td .checkbox {
            padding: 0px;
            margin: 0;
        }

            table.car_cov tr td .checkbox label {
                min-height: 0;
                padding-left: 0;
                margin-top: 0 !important;
            }

            table.car_cov tr td .checkbox .checkmark {
                position: absolute;
                top: 13px;
            }

            table.car_cov tr td .checkbox input[type=checkbox] {
                margin-left: 0;
                width: 20px;
                height: 20px !important;
                min-height: 20px;
                position: static;
            }

            table.car_cov tr td .checkbox input {
                box-shadow: 0 0 4px #ddd !important;
            }

        table.car_cov tr td .checkmark {
            position: absolute;
            top: 5px;
            left: 15px;
        }

    table.car_cov tr:nth-child(2n) {
        background: #e6eaef !important;
    }

        table.car_cov tr:nth-child(2n) input, table.car_cov tr:nth-child(2n) select, table.car_cov tr:nth-child(2n) textarea {
            box-shadow: 10px 10px 20px #dcdcdc !important;
        }

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

.aggregate_head {
    text-align: right;
    padding: 13px 10px 0 0;
}

.back-bt-main.right_align {
    float: right;
    width: auto;
    margin: 5px 0 15px 0;
}

    .back-bt-main.right_align .backbutton {
        background: transparent;
        box-shadow: none !important;
        border: none;
        color: #00b4ff;
        padding: 20px 0px 0px 0px;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

        .back-bt-main.right_align .backbutton .fa {
            padding: 4px;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

        .back-bt-main.right_align .backbutton:hover {
            color: #0a5ea7;
        }

            .back-bt-main.right_align .backbutton:hover .fa {
                background-color: #0a5ea7;
                border-color: #0a5ea7;
            }

div.portal_body .container .main_body h1.left_align {
    float: left;
    padding-left: 15px;
}

.car_page .plaan_d .main_buy .price_val {
    margin-top: 14px !important;
}

.car_page .left_cont.new_type p span {
    float: right;
}

.car_page .total {
    /*
  background: #00b4ff;
  padding: 20px !important;
  border-radius: 25px;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  */
    padding: 15px !important;
}

    .car_page .total a {
        width: 100%;
        float: left;
    }

    .car_page .total h4, .car_page .total h2 {
        text-align: center !important;
        color: #fff !important;
        margin-bottom: 0px !important;
        border: none !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        font-size: 28px;
    }

    .car_page .total h4 {
        margin-bottom: 10px !important;
        font-weight: 100;
        font-family: "NewJuneMedium", Arial, sans-serif;
        font-size: 14px !important;
    }

.car_page .form_item_wrap {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

    .car_page .form_item_wrap .next_form.img_vec_right .form_item_wrap label {
        font-size: 12px;
        line-height: 17px;
        font-weight: bold;
        position: relative;
        z-index: 9;
    }

    .car_page .form_item_wrap select {
        box-shadow: 10px 10px 20px #e6e6e6, -10px -10px 20px #d8d8d8;
        width: 100%;
        padding: 6px 20px !important;
        font-size: 13px;
        min-height: 40px;
        border: 0px solid #ddd;
        border-radius: 10px;
        background: linear-gradient(145deg, #e6e6e6, #ffffff);
        color: #757575;
    }

    .car_page .form_item_wrap h5 {
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

.car_page .button_wrappp a {
    background: #00b4ff;
    color: #fff;
    padding: 10px 0 10px 50px;
    border-radius: 10px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 7px 2px -4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    line-height: 23px;
}

    .car_page .button_wrappp a i.fa {
        background: #0076a7;
        padding: 15px 12px;
        margin-right: 15px;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
        position: absolute;
        left: 0;
        top: 0px;
        bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
    }

    .car_page .button_wrappp a:hover {
        padding: 10px 0 10px 55px;
    }

        .car_page .button_wrappp a:hover i.fa {
            padding: 15px 15px;
        }

.car_page .plaan_d:hover {
    z-index: 9 !important;
}

.car_page h2 {
    color: #000 !important;
}

.car_page.main_body .left_cont.new_type p {
    border-bottom: 1px dashed #eaeaea;
}

    .car_page.main_body .left_cont.new_type p.no_border {
        border-bottom: 0px dashed #eaeaea;
    }

.car_page .plaan_d .more_out {
    display: block !important;
}

.car_page .no_border {
    color: #00b4ff;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    line-height: 18px;
}

    .car_page .no_border.border_top_10 {
        margin-top: 10px;
    }

.car_page .quot p {
    border-bottom: 1px dashed #ddd;
    padding: 6px 0 3px 0;
    /* margin-bottom: 10px; */
    font-size: 13px;
    margin: 0 2%;
    width: 46%;
    float: left;
}

    .car_page .quot p span {
        color: #00b4ff;
        font-weight: 800;
        padding-left: 5px;
        float: right;
    }

    .car_page .quot p.no_border {
        color: #00b4ff;
        font-size: 13px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }

.car_page .dates_holder .input-group {
    border-radius: 10px;
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    box-shadow: 10px 10px 20px #e6e6e6, -10px -10px 20px #d8d8d8;
    color: #757575;
    width: 50%;
    float: left;
}

    .car_page .dates_holder .input-group input {
        width: 50%;
        float: left;
        box-shadow: none;
        /*background: transparent;*/
    }

@media screen and (max-width: 1360px) {
    .right_cont.full_w_aft.sub_m.next_form.new_font.img_vec_right.light_blue_bg .insu_form_box label {
        font-size: 11px;
        line-height: 13px;
    }
}

@media screen and (max-width: 1350px) {
    div.portal_body .container .main_body.full_width.width_100 {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right,
    .package_new_style_wrapper .tab_link,
    .price_container {
        width: 600px !important;
    }

        .package_new_style_wrapper .tab_link ul li,
        .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap input,
        .price_container .pri {
            width: 175px;
            max-width: 175px;
        }

    .car_page .quot p {
        margin: 0 0%;
        width: 100%;
    }

        .car_page .quot p span {
            float: right;
        }

    .right_cont.full_w_aft.sub_m.next_form.new_font.img_vec_right.light_blue_bg .insu_form_box label {
        min-height: 32px;
    }

    .next_form.new_font.img_vec_right.light_blue_bg.car_page input, .next_form.new_font.img_vec_right.light_blue_bg.car_page select, .next_form.new_font.img_vec_right.light_blue_bg.car_page textarea,
    .next_form.new_font.img_vec_right.light_blue_bg.car_page .select2-container--default .select2-selection--single {
        padding: 9px 8px !important;
        font-size: 12px;
    }
}

@media screen and (max-width: 1055px) {
    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right,
    .package_new_style_wrapper .tab_link,
    .price_container {
        width: 500px !important;
    }

        .package_new_style_wrapper .tab_link ul li,
        .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap input,
        .price_container .pri {
            width: 155px;
            max-width: 155px;
        }

    .right_cont.full_w_aft.sub_m.next_form.new_font.img_vec_right.light_blue_bg .insu_form_box.width_20 {
        width: 25%;
    }
}

@media screen and (max-width: 991px) {
    div.portal_body.plaans .main_body .right_cont .plaan_d .more_out .det_click {
        top: -79px;
    }

    .right_cont.full_w_aft.sub_m.next_form.new_font.img_vec_right.light_blue_bg .insu_form_box.width_20 {
        width: 50%;
    }
}

@media screen and (max-width: 955px) {
    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right,
    .package_new_style_wrapper .tab_link,
    .price_container {
        width: 400px !important;
    }

        .package_new_style_wrapper .tab_link ul li,
        .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap input,
        .price_container .pri {
            width: 155px;
            max-width: 155px;
        }

    div.portal_body .container .main_body h1.left_align {
        padding-left: 0;
    }

    .back-bt-main.right_align {
        float: left;
        text-align: center;
        width: 100%;
        margin: 5px 0 15px 0;
    }

    div.portal_body .container .main_body h1.left_align {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #f3f3f3;
        padding-bottom: 15px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 860px) {
    .package_policy_wrap.option_two #accordion .card .card-header h5 {
        border: 0px solid #fff;
    }

    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right,
    .package_new_style_wrapper .tab_link,
    .price_container {
        width: 100% !important;
        max-width: 100%;
        text-align: left;
    }

    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_label_left {
        display: none;
    }

    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right table tr td {
        padding-top: 50px;
    }

        .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right table tr td div.mob_only {
            display: block;
            width: 100%;
            float: left;
            clear: both;
            position: absolute;
            text-align: center;
            top: 0px;
            padding-left: 12px;
        }

    .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td label {
        padding-right: 0%;
        max-width: 100%;
        margin-top: 20px;
        text-align: left;
    }

    .package_new_style_wrapper .tab_link {
        text-align: left;
        width: 100%;
        max-width: 100%;
    }

    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap input {
        margin-right: 11px;
        margin-left: 11px;
        text-align: left;
    }

    .package_new_style_wrapper .tab_link {
        right: 0px !important;
    }

    .package_new_style_wrapper .plus_button_add_tab1, .package_new_style_wrapper .plus_button_add_tab2, .package_new_style_wrapper .plus_button_add_tab3, .package_new_style_wrapper .plus_button_add_tab4, .package_new_style_wrapper .plus_button_add_tab5, .package_new_style_wrapper .plus_button_add_tab6, .package_new_style_wrapper .plus_button_add_tab7, .package_new_style_wrapper .plus_button_add_tab8, .package_new_style_wrapper .plus_button_add_tab9, .package_new_style_wrapper .plus_button_add_tab10, .package_new_style_wrapper .plus_button_add_tab11, .package_new_style_wrapper .plus_button_add_tab12, .package_new_style_wrapper .plus_button_add_tab13, .package_new_style_wrapper .plus_button_add_tab14, .package_new_style_wrapper .plus_button_add_tab15, .package_new_style_wrapper .plus_button_add_tab16, .package_new_style_wrapper .plus_button_add_tab17, .package_new_style_wrapper .plus_button_add_tab18, .package_new_style_wrapper .plus_button_add_tab19, .package_new_style_wrapper .plus_button_add_tab20 {
        margin: 0px 0 6px 0;
    }

    .package_policy_wrap #accordion .card .card-body .full_w_aft {
        padding: 20px 0px 10px 0px !important;
    }

    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap {
        padding: 0px !important;
    }

    .top_menu .navbar ul.navbar-nav li a {
        font-size: 11px;
    }

    .price_container {
        right: 0;
    }

    .package_policy_wrap #accordion .card .card-header h5 .btn-link span {
        position: relative;
        top: 15px;
        left: 15px;
    }

    .package_policy_wrap #accordion .card .card-header h5 .btn-link {
        padding: 17px 0px 16px 0px;
        border: 0px solid transparent;
    }

    .sec_total.button {
        margin-top: 13px;
        margin-bottom: 4px;
        margin-right: 21px;
    }

    .package_new_style_wrapper .tab_link ul li,
    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap input {
        width: 155px;
        max-width: 155px;
    }

    .price_container .pri {
        width: 155px;
        max-width: 155px;
        border: 2px solid #e6eaef;
        margin-left: 11px;
        margin-right: 11px;
        min-width: 155px;
    }
}

@media screen and (max-width: 675px) {
    .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td input {
        max-width: 44%;
        margin-right: 5%;
    }

    .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td.first {
        min-width: 150px !important;
        width: 20%;
    }
}

@media screen and (max-width: 652px) {
    .table_out {
        overflow-x: scroll;
        margin-bottom: 25px;
    }

        .table_out::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: 0px 7px 2px -4px rgba(0, 0, 0, 0.2);
            background-color: #00b4ff;
        }
}

@media screen and (max-width: 500px) {
    .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td input {
        max-width: 100%;
        margin-right: 0%;
    }

    .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td {
        width: 100%;
        display: block;
    }

    .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td {
        padding: 0;
        border-bottom: 0px solid #ececec;
    }

    .package_new_style_wrapper ul.tab_link li {
        padding: 12px 27px 12px 11px;
    }

    .package_new_style_wrapper ul.tab_link {
        min-height: 60px;
        max-height: 60px;
    }

    .right_cont.new_type.car_page a.select_btn {
        display: none;
    }

    .car_page .total {
        padding: 0 !important;
    }

        .car_page .total .main_buy {
            border-radius: 45px !important;
        }

        .car_page .total h2 {
            font-size: 18px;
        }

    div.portal_body.plaans .main_body .right_cont h4 {
        font-size: 11px;
        margin-bottom: 8px !important;
    }
}

@media screen and (max-width: 768px) {
    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_label_left {
        display: none;
    }

    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right table tr td {
        padding-top: 50px;
    }

        .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right table tr td div.mob_only {
            display: block;
            width: auto;
            float: left;
            clear: both;
            position: absolute;
            text-align: center;
            top: 0px;
        }

    .package_new_style_wrapper #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap table tr td label {
        padding-right: 0%;
        max-width: 100%;
        margin-top: 20px;
        text-align: left;
    }

    .package_new_style_wrapper .tab_link {
        text-align: left;
        width: 100%;
        max-width: 100%;
    }

    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right {
        text-align: left;
        padding: 0px !important;
    }

        .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap .table_fotm_right table {
            margin: 0 0px 0 0px;
        }

    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap input {
        margin-right: 11px;
        margin-left: 11px;
        text-align: left;
    }

    .package_new_style_wrapper .tab_link ul li {
        margin-left: 11px;
        margin-right: 11px;
        min-width: 104px;
    }

    .package_policy_wrap #accordion .card .card-body .full_w_aft .insu_form_box,
    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft,
    .package_policy_wrap.option_two #accordion .card .card-body .full_w_aft .insu_form_box .form_item_wrap {
        padding: 0px !important;
    }

    .aggregate_head {
        text-align: left;
        padding: 13px 10px 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .right_cont.full_w_aft.sub_m.next_form.new_font.img_vec_right.light_blue_bg .insu_form_box.width_20 {
        width: 100%;
    }

    .right_cont.full_w_aft.sub_m.next_form.new_font.img_vec_right.light_blue_bg .insu_form_box label {
        min-height: auto;
    }
}

@media screen and (max-width: 450px) {
    .car_page .quot p span {
        padding-left: 0;
        float: left !important;
        width: 100%;
    }
}




div.plaans.main_body .right_cont.new_type .tab-pane.active .plaan_d:hover a.select_btn {
    background: #099bd8 !important;
    color: #fff !important;
    height: auto;
}

    div.plaans.main_body .right_cont.new_type .tab-pane.active .plaan_d:hover a.select_btn.show {
        color: transparent !important;
    }

div.plaans.main_body .left_cont.new_type {
    padding: 35px 24px 23px 24px;
    border-radius: 23px;
}

.blue_bg_shadow_none {
    background: #e6eaef !important;
    box-shadow: none !important;
    background-image: none;
}

.car_page.main_body .left_cont.new_type.blue_bg_shadow_none p {
    border-bottom: 1px dashed #fff;
}

.car_page .new_type .button_wrappp .quot .total {
    padding: 15px 0 !important;
}

    .car_page .new_type .button_wrappp .quot .total a.main_buy {
        padding: 15px 50px 15px 50px;
        justify-content: space-between;
    }

.car_page .button_wrappp a {
    background: #00b4ff;
    color: #fff;
    padding: 10px 0 10px 50px;
    border-radius: 10px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0px 7px 2px -4px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    line-height: 23px;
    margin-left: 0px;
}

.car_page .new_type .button_wrappp .quot .total a.main_buy h4 {
    text-align: left !important;
    margin-bottom: 0 !important;
}

.car_page .total h4 {
    margin-bottom: 10px !important;
    font-weight: 100;
    font-family: "NewJuneMedium", Arial, sans-serif;
    font-size: 14px !important;
}

.car_page .total h4, .car_page .total h2 {
    text-align: center !important;
    color: #fff !important;
    margin-bottom: 0px !important;
    border: none !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 28px;
}

.car_page .new_type .button_wrappp .quot .total a.main_buy h2 {
    width: auto;
}

.car_page .new_type .button_wrappp .quot p {
    margin: 0 0 10px;
}

div.plaans.main_body .left_cont.new_type p {
    font-family: "NewJuneMedium", Arial, sans-serif;
    color: #00b4ff;
    font-size: 13px;
    letter-spacing: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    line-height: 18px;
}

.car_page .quot p {
    border-bottom: 1px dashed #ddd;
    padding: 6px 0 3px 0;
    /* margin-bottom: 10px; */
    font-size: 13px;
    margin: 0 2%;
    width: 46%;
    float: left;
}

.car_page .new_type .button_wrappp .quot p span {
    font-family: "NewJuneMedium", Arial, sans-serif !important;
    color: #000;
    padding-left: 5px;
}

.car_page .button_wrappp a:hover {
    background: #099bd8 !important;
}

.car_page .tab-pane .bg-less .plan-c-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: left;
    width: 100%;
}

    .car_page .tab-pane .bg-less .plan-c-bar .plan-btns a.select_btn {
        float: left;
        margin: 0;
        margin-left: 20px;
        border: 1px solid #00b4ff;
        font-size: 12px;
        line-height: 1.1;
    }

.blue_bg_shadow_none .plan-c-bar .plan-btns a.select_btn:first-child {
    border-color: #fff !important;
}

.car_page .tab-pane .bg-less .plan-c-bar .plan-btns a.select_btn:first-child {
    background-color: transparent !important;
    border: 1px solid #eaeaea;
    color: #00b4ff !important;
}

div.plaans.main_body .right_cont .plaan_d h1, div.plaans.main_body .tab-content .plaan_d h1 {
    color: #00b4ff !important;
}
/*# sourceMappingURL=style_scss.css.map */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
}



@media screen and (max-width: 450px) {
    .page-section .option_two .package_new_style_wrapper #accordion .card.single .card-body .full_w_aft .insu_form_box .form_item_wrap .table_label_left {
        display: block;
    }

    .package_policy_wrap.option_two #accordion .card.single .card-body .full_w_aft .insu_form_box .form_item_wrap .table_label_left {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    #accordion1 .status_btns {
        flex-direction: column;
    }

        #accordion1 .status_btns .submit-btn:first-child {
            margin-bottom: 10px;
        }

        #accordion1 .status_btns .submit-btn {
            width: 100%;
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

    .package_new_style_wrapper #accordion .card .card-header h5 button.btn-link {
        white-space: inherit;
    }
}

@media screen and (max-width: 420px) {
    .page-section .right_cont.full_w_aft.sub_m.next_form.new_font.img_vec_right.light_blue_bg.car_page.new_page_car_page .btn_c .form_item_wrap.ali_c button.align_cc {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .package_policy_page .navigation ul li a {
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
