﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600&display=swap");

body {
    font-family: "Cabin", sans-serif !important;
    color: #545454;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    text-decoration: none;
    color: inherit;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999999999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    div#preloader img {
        -webkit-animation: loader_img 4s infinite linear forwards;
        -moz-animation: loader_img 4s infinite linear forwards;
        animation: loader_img 4s infinite linear forwards;
        position: relative;
    }

@-webkit-keyframes loader_img {
    0% {
        top: -20px;
    }

    50% {
        top: -10px;
    }

    100% {
        top: -20px;
    }
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.blue {
    color: #00359b;
}

.affix {
    position: static;
}

body {
    /* background: url(../../images/bg.jpg) center top no-repeat; */
}

.container-fluid.header .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.231372549);
    padding: 0px;
}

.container-fluid.header .logo {
    padding: 0px;
}

    .container-fluid.header .logo img {
        width: 69px;
        height: auto;
        margin: 5px 0;
    }

.container-fluid.header .menu_sec {
    padding: 0px;
    text-align: right;
}

    .container-fluid.header .menu_sec .referance_num {
        float: right;
        width: 80%;
        padding: 9px 0;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

        .container-fluid.header .menu_sec .referance_num h6 {
            font-weight: 500;
        }

        .container-fluid.header .menu_sec .referance_num span {
            padding: 9px 20px;
            margin-left: 20px;
            border-radius: 25px;
            background: #fff;
            color: #000;
            font-size: 16px;
            font-weight: 700;
            box-shadow: 3px 3px 6px #00348c;
            letter-spacing: 1px;
            display: inline-block;
        }

    .container-fluid.header .menu_sec .menu_wrap {
        position: relative;
        width: 50px;
        height: 50px;
        float: right;
    }

.container-fluid.tab_head .container {
    position: relative;
    padding: 35px 0;
}

    .container-fluid.tab_head .container::before {
        position: absolute;
        height: 1px;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 50%;
        height: 1px;
        background: rgba(255, 255, 255, 0.27);
        content: "";
    }

    .container-fluid.tab_head .container .tab_link {
        text-align: center;
    }

        .container-fluid.tab_head .container .tab_link a {
            padding: 12px 25px;
            background: #18afee;
            border: 1px solid rgba(255, 255, 255, 0.37);
            border-radius: 25px;
            color: #fff;
            margin: 0 auto;
            text-transform: uppercase;
            font-weight: 500;
        }

            .container-fluid.tab_head .container .tab_link a img {
                width: 30px;
                filter: brightness(0) invert(1);
                max-height: 30px;
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
            }

            .container-fluid.tab_head .container .tab_link a.active,
            .container-fluid.tab_head .container .tab_link a:hover {
                color: #1382b9;
                background: #fff;
            }

                .container-fluid.tab_head .container .tab_link a.active img,
                .container-fluid.tab_head .container .tab_link a:hover img {
                    filter: brightness(0) invert(0);
                }

.container-fluid.boxes .container {
    padding: 0px;
    overflow: hidden;
}

    .container-fluid.boxes .container.max_wid {
        width: 100%;
        max-width: 1590px;
    }

    .container-fluid.boxes .container .min_height {
        min-height: 760px;
    }

    .container-fluid.boxes .container .wel {
        text-align: center;
        color: #fff;
    }

        .container-fluid.boxes .container .wel h3 {
            font-weight: 100;
        }

            .container-fluid.boxes .container .wel h3 span {
                font-weight: 700;
                font-size: 30px;
            }

        .container-fluid.boxes .container .wel p {
            font-size: 16px;
            font-weight: 500;
        }

    .container-fluid.boxes .container .box_left {
        padding: 0px;
        position: relative;
    }

        .container-fluid.boxes .container .box_left .box_1 {
            padding: 15px 0px;
            width: 0%;
            opacity: 0;
            overflow: hidden;
            max-height: 660px;
            transition: 200ms;
            -webkit-transition: 200ms;
            -o-transition: 200ms;
            -moz-transition: 200ms;
            -ms-transition: 200ms;
        }

            .container-fluid.boxes .container .box_left .box_1.visible {
                /* width: 33.33333333%; */
                width: 25%;
                opacity: 1;
                padding: 15px 25px 65px 25px;
            }

            .container-fluid.boxes .container .box_left .box_1 .recommented {
                width: 96px;
                height: 98px;
                background: url(../../images/recommented_bg.png) top right no-repeat;
                position: absolute;
                top: 4px;
                right: 13px;
                z-index: 9;
            }

                .container-fluid.boxes .container .box_left .box_1 .recommented p {
                    -ms-transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                    padding: 20px;
                    text-align: center;
                    letter-spacing: 0;
                    font-size: 12px;
                    margin: 0 auto;
                    font-weight: 700;
                }

            .container-fluid.boxes .container .box_left .box_1 .box_bg {
                background: #fff;
                border-radius: 30px;
                width: 100%;
                overflow: hidden;
                float: left;
                box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.12);
                position: relative;
                max-height: 555px;
            }

                .container-fluid.boxes .container .box_left .box_1 .box_bg .head {
                    padding: 25px 30px 35px 30px;
                    background: url(../../images/box_bg.jpg) bottom center no-repeat #00359b;
                    color: #fff;
                    background-size: 100% 100%;
                }

                    .container-fluid.boxes .container .box_left .box_1 .box_bg .head h6 {
                        margin: 10px 0px 0px 0px;
                        position: relative;
                    }

                        .container-fluid.boxes .container .box_left .box_1 .box_bg .head h6::after {
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            content: "";
                            right: 30px;
                            height: 1px;
                            background: #001a4c;
                            box-shadow: 0px 1px 0 #0057ff;
                        }

                    .container-fluid.boxes .container .box_left .box_1 .box_bg .head h1 {
                        font-weight: 100;
                        margin: 10px 0px;
                        padding-left: 25px;
                        font-size: 40px;
                        position: relative;
                    }

                        .container-fluid.boxes .container .box_left .box_1 .box_bg .head h1 span {
                            font-weight: 700;
                        }

                        .container-fluid.boxes .container .box_left .box_1 .box_bg .head h1::after {
                            position: absolute;
                            left: 0%;
                            top: 0%;
                            bottom: 0px;
                            content: "";
                            width: 1px;
                            background: #001a4c;
                            box-shadow: 1px 0px 0 #0057ff;
                        }

                .container-fluid.boxes .container .box_left .box_1 .box_bg .content {
                    padding: 0 30px;
                }

                    .container-fluid.boxes .container .box_left .box_1 .box_bg .content h4 {
                        color: #000;
                        letter-spacing: 0;
                        text-transform: uppercase;
                        position: relative;
                    }

                        .container-fluid.boxes .container .box_left .box_1 .box_bg .content h4::before {
                            position: absolute;
                            left: 0px;
                            bottom: -13px;
                            content: "";
                            width: 7px;
                            height: 7px;
                            background: #e4e4e4;
                        }

                        .container-fluid.boxes .container .box_left .box_1 .box_bg .content h4::after {
                            position: absolute;
                            left: 0px;
                            bottom: -10px;
                            content: "";
                            right: 0px;
                            width: 100%;
                            height: 1px;
                            background: #e4e4e4;
                        }

                    .container-fluid.boxes .container .box_left .box_1 .box_bg .content ul {
                        padding: 0px;
                        margin: 20px 0px;
                    }

                        .container-fluid.boxes .container .box_left .box_1 .box_bg .content ul li {
                            padding: 0px;
                            margin: 0px;
                            letter-spacing: 0;
                            list-style: none;
                        }

                            .container-fluid.boxes .container .box_left .box_1 .box_bg .content ul li input {
                                margin-right: 5px;
                            }

            .container-fluid.boxes .container .box_left .box_1 .more_plus {
                width: 100%;
                float: left;
                text-align: center;
                position: relative;
                z-index: 99;
            }

                .container-fluid.boxes .container .box_left .box_1 .more_plus::after {
                    position: absolute;
                    left: 0px;
                    top: 50%;
                    content: "";
                    right: 0px;
                    width: 100%;
                    height: 1px;
                    background: #e4e4e4;
                }

                .container-fluid.boxes .container .box_left .box_1 .more_plus a {
                    width: 70px;
                    height: 70px;
                    text-align: center;
                    border-radius: 50%;
                    display: block;
                    margin: 10px auto;
                    padding: 12px 0 0 0;
                    background: #00359b;
                    border: 10px solid #fff;
                    position: relative;
                    z-index: 9;
                }

        .container-fluid.boxes .container .box_left .box_right {
            padding: 0px;
            padding-bottom: 26px;
            position: absolute;
            top: 0px;
            right: -100%;
            z-index: 99;
            opacity: 0;
            transition: 200ms;
            -webkit-transition: 200ms;
            -o-transition: 200ms;
            -moz-transition: 200ms;
            -ms-transition: 200ms;
        }

            .container-fluid.boxes .container .box_left .box_right .closes {
                color: #fff;
                opacity: 1;
                text-align: right;
                font-size: 20px;
                color: #000;
                padding: 15px;
                background: #fff;
                width: 50px;
                height: 50px;
                padding: 13px 0 0 0;
                text-align: center;
                float: right;
                border-radius: 50%;
                position: absolute;
                right: 0px;
                top: 0px;
                box-shadow: -7px 7px 10px #25252540;
                z-index: 99;
                cursor: pointer;
                transition: 400ms;
                -webkit-transition: 400ms;
                -o-transition: 400ms;
                -moz-transition: 400ms;
                -ms-transition: 400ms;
            }

                .container-fluid.boxes .container .box_left .box_right .closes:hover {
                    background: #00359b;
                    color: #fff;
                }

            .container-fluid.boxes .container .box_left .box_right.show {
                width: 75%;
                opacity: 1;
                right: 0px;
            }

                .container-fluid.boxes .container .box_left .box_right.show .box_2 {
                    padding: 15px 25px;
                }

            .container-fluid.boxes .container .box_left .box_right .box_2 {
                padding: 15px 0px;
            }

                .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg {
                    background: #fff;
                    border-radius: 30px;
                    width: 100%;
                    overflow: hidden;
                    float: left;
                    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.12);
                    position: relative;
                    padding: 15px 22px 20px 22px;
                }

                    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg h4 {
                        padding: 25px 25px 24px 25px;
                        background: #e4e4e4;
                        border-radius: 20px;
                        color: #00359b;
                        font-size: 20px;
                        text-transform: uppercase;
                        overflow: hidden;
                    }

                        .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg h4 span {
                            font-size: 14px;
                            color: #fff;
                            position: relative;
                            z-index: 1;
                            padding-right: 25px;
                            margin-right: 20px;
                        }

                            .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg h4 span::before {
                                position: absolute;
                                height: 100px;
                                width: 150%;
                                left: auto;
                                right: 0px;
                                top: -50px;
                                bottom: -50px;
                                background: #00359b;
                                content: "";
                                z-index: -1;
                                -ms-transform: skewX(20deg);
                                /* IE 9 */
                                -webkit-transform: skewX(20deg);
                                /* Safari 3-8 */
                                transform: skewX(20deg);
                            }

                    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det h5 {
                        font-size: 15px;
                        color: #00359b;
                        text-transform: uppercase;
                        font-weight: 500;
                        margin: 30px 0 5px 0;
                    }

                    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det table tr {
                        border-bottom: 1px solid #ddd;
                    }

                        .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det table tr td {
                            padding: 5px 0;
                        }

                            .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det table tr td:nth-child(2) {
                                font-weight: 700;
                                color: #3c3c3c;
                            }

                    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic {
                        padding-right: 0px;
                        position: relative;
                        min-height: 416px;
                    }

                        .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic img {
                            width: 70%;
                            position: absolute;
                            right: -23px;
                            bottom: 0px;
                            z-index: 0;
                            display: none;
                        }

                        .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content {
                            padding: 20px;
                            position: relative;
                            z-index: 9;
                            background: #f5f5f5;
                            border-radius: 20px;
                            min-height: 424px;
                        }

                            .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content h6 {
                                font-size: 15px;
                                text-transform: uppercase;
                                color: #00359b;
                            }

                            .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content p.old_price {
                                font-weight: 500;
                                font-size: 14px;
                                margin-bottom: 0px;
                            }

                            .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content h5 {
                                font-size: 20px;
                                font-weight: 900;
                                color: #18afee;
                                margin-bottom: 20px;
                            }

                            .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content .buy_now_c {
                                padding-right: 0px;
                            }

                            .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content button {
                                border: none;
                                background: #00359b;
                                color: #fff;
                                padding: 10px;
                                text-align: center;
                                width: 100%;
                                font-weight: 700;
                                border-radius: 40px;
                                border: 1px solid #00359b;
                                transition: 400ms;
                                -webkit-transition: 400ms;
                                -o-transition: 400ms;
                                -moz-transition: 400ms;
                                -ms-transition: 400ms;
                                outline: none;
                            }

                                .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content button.help {
                                    border: 1px solid #6f6f6f;
                                    background: #6f6f6f;
                                }

                                .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content button:hover {
                                    background: #fff;
                                    color: #00359b;
                                    border: 1px solid #18afee;
                                }

                                .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content button.buy_later {
                                    border: 1px solid #c7c7c7;
                                    color: #00359b;
                                    padding: 8px;
                                    background: transparent;
                                }

                                    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content button.buy_later:hover {
                                        background: #fff;
                                        color: #00359b;
                                        border: 1px solid #18afee;
                                    }

                                .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content button .fa {
                                    padding-right: 5px;
                                }

                            .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content p.pad {
                                padding: 15px 15px 4px 15px;
                                margin-bottom: 0px;
                                letter-spacing: 0;
                                font-weight: 400;
                                width: 100%;
                                float: left;
                                color: #254fa0;
                                text-shadow: 1px 1px 0px #fff;
                            }

                            .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content p.small_p {
                                font-size: 11px;
                                padding: 0px 15px 5px 15px;
                                line-height: 14px;
                                width: 100%;
                                float: left;
                                color: #b3b3b3;
                            }

.container-fluid.footer {
    background: #00359b;
    color: #fff;
    padding: 20px 0 15px 0;
    font-size: 12px;
    font-weight: 100;
}


/*  Container-fluid Ends */

/*.modal-content {
    border-radius: 25px;
}

    .modal-content .close {
        filter: alpha(opacity=100);
        opacity: 1;
        z-index: 9999;
        position: relative;
        padding: 15px;
    }

    .modal-content .modal-body {
        padding: 35px;
    }

        .modal-content .modal-body p {
            letter-spacing: 0;
            color: #b3b3b3;
        }

        .modal-content .modal-body h4.modal-title {
            color: #00359b;
            text-transform: uppercase;
            letter-spacing: 0;
            font-size: 23px;
            margin-bottom: 10px;
        }

        .modal-content .modal-body input {
            padding: 10px 0px 5px 0;
            display: block;
            width: 100%;
            float: left;
            background: #fff;
            border: none;
            border-bottom: 1px solid #ddd;
            margin-bottom: 15px;
            outline: none;
        }

        .modal-content .modal-body select {
            padding: 12px 0px 5px 0;
            display: block;
            width: 100%;
            float: left;
            background: #fff;
            border: none;
            border-bottom: 1px solid #ddd;
            margin-bottom: 15px;
            outline: none;
        }

        .modal-content .modal-body button {
            padding: 10px 15px;
            width: 200px;
            border: none;
            background: #00359b;
            border-radius: 40px;
            color: #fff;
            margin-bottom: 15px;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
            font-weight: 500;
        }

            .modal-content .modal-body button:hover {
                background: #f1f1f1;
                color: #00359b;
            }*/


/* MENU  */

button.menu-toggle {
    opacity: 0.6;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 0;
    border: none;
    width: 31px;
    height: 26px;
    outline: none;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    transition: 100ms;
    -webkit-transition: 100ms;
    -o-transition: 100ms;
    -moz-transition: 100ms;
    -ms-transition: 100ms;
}

    button.menu-toggle:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        right: auto;
        width: 100%;
        background: -webkit-linear-gradient(bottom, #ffffff, #ffffff 6%, transparent 6%, transparent 46%, #ffffff 47%, #ffffff 54%, transparent 50%, transparent 92%, #ffffff 40%, #ffffff 60%);
        background: linear-gradient(to bottom, #ffffff, #ffffff 6%, transparent 6%, transparent 46%, #ffffff 47%, #ffffff 54%, transparent 50%, transparent 92%, #ffffff 40%, #ffffff 60%);
        -webkit-transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
        transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
    }

    button.menu-toggle:after {
        opacity: 0;
        content: '×';
        color: white;
        position: absolute;
        top: 16px;
        left: -4px;
        font-size: 49px;
        line-height: 0;
        -webkit-transition: opacity 0.4s ease-out;
        transition: opacity 0.4s ease-out;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }

.open button.menu-toggle {
    top: 20px;
}

button.menu-toggle:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

button.menu-toggle:hover {
    opacity: 1;
}

.open button.menu-toggle {
    opacity: 1;
}

    .open button.menu-toggle:before {
        opacity: 0;
        width: 0;
    }

    .open button.menu-toggle:after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
        transform: translate3d(0, 0, 0) rotate(360deg);
        -webkit-transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
        transition: opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
        transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
        transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out, -webkit-transform 0.4s 1s ease-out;
    }

nav {
    z-index: 1;
    position: fixed;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

    nav:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #0463a7;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
        -webkit-transform: scale(0.04), translateY(9999px);
        transform: scale(0.04), translateY(9999px);
        overflow: hidden;
        background: #00389d;
        background: -moz-linear-gradient(left, #00389d 0%, #1bbcf7 100%);
        background: -webkit-linear-gradient(left, #00389d 0%, #1bbcf7 100%);
        background: linear-gradient(to right, #00389d 0%, #1bbcf7 100%);
    }

.open nav {
    top: 0;
}

    .open nav:before {
        -webkit-animation: menu-animation 0.8s ease-out forwards;
        animation: menu-animation 0.8s ease-out forwards;
    }

ul.menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: white;
    margin: 0px;
    padding: 0px;
}

    ul.menu li {
        opacity: 0;
        text-align: center;
        -webkit-transform: translate3d(0, 36px, 0);
        transform: translate3d(0, 36px, 0);
        list-style: none;
        font-size: 35px;
        padding: 15px 20px;
    }

        ul.menu li:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            left: auto;
            background-color: white;
            height: 100%;
            width: 0;
            overflow: hidden;
            -webkit-transition: width 0.14s ease-out;
            transition: width 0.14s ease-out;
        }

        ul.menu li:after {
            opacity: 0;
            content: attr(data-text);
            position: absolute;
            top: 0px;
            font-size: 35px;
            text-shadow: none;
            padding: 9px 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            color: #0564a7;
            overflow: hidden;
            -webkit-transform: translate(-24px, 6px);
            transform: translate(-24px, 6px);
            -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
            transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
            transition: transform 0.1s ease-out, opacity 0.1s ease-out;
            transition: transform 0.1s ease-out, opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
        }

        ul.menu li:hover:before {
            left: 0;
            right: auto;
            width: 100%;
        }

        ul.menu li:hover:after {
            opacity: 1;
            -webkit-transform: translate(0px, 6px);
            transform: translate(0px, 6px);
            -webkit-transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
            transition: opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
            transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out;
            transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out, -webkit-transform 0.2s 0.14s ease-out;
        }

.open ul.menu li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

    .open ul.menu li:nth-child(1) {
        -webkit-transition-delay: 0.75s;
        transition-delay: 0.75s;
    }

    .open ul.menu li:nth-child(2) {
        -webkit-transition-delay: 0.85s;
        transition-delay: 0.85s;
    }

    .open ul.menu li:nth-child(3) {
        -webkit-transition-delay: 0.95s;
        transition-delay: 0.95s;
    }

    .open ul.menu li:nth-child(4) {
        -webkit-transition-delay: 1.05s;
        transition-delay: 1.05s;
    }

    .open ul.menu li:nth-child(5) {
        -webkit-transition-delay: 1.15s;
        transition-delay: 1.15s;
    }

    .open ul.menu li:nth-child(6) {
        -webkit-transition-delay: 1.25s;
        transition-delay: 1.25s;
    }

article {
    padding: 24px;
    max-width: 600px;
    margin: 60px auto;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.open article {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transition: -webkit-transform 0.2s 0.41s ease-out;
    transition: -webkit-transform 0.2s 0.41s ease-out;
    transition: transform 0.2s 0.41s ease-out;
    transition: transform 0.2s 0.41s ease-out, -webkit-transform 0.2s 0.41s ease-out;
}

@-webkit-keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }

    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.04) translateY(300%);
        transform: scale(0.04) translateY(300%);
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
        -webkit-transition: ease-out;
        transition: ease-out;
    }

    40% {
        -webkit-transform: scale(0.04) translateY(0);
        transform: scale(0.04) translateY(0);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(0.02) translateY(0px);
        transform: scale(0.02) translateY(0px);
    }

    61% {
        -webkit-transform: scale(0.04);
        transform: scale(0.04);
    }

    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0;
    }
}

.hdbg {
    background: #fff;
}

.tab_head {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.container-fluid.tab_head .container .tab_link a {
    border: 1px solid #18afee;
}

.container-fluid.tab_head .container .tab_link.active a {
    color: #18afee;
    border: 1px solid #18afee;
    background: #fff;
}

    .container-fluid.tab_head .container .tab_link.active a img {
        filter: brightness(0) invert(0);
    }

.wel h3 {
    color: #000;
}

.container-fluid.tab_head .container {
    padding: 23px 0 20px 0;
}

.wel p {
    color: #000;
}

.referance_num h6 {
    color: #000;
}

.referance_num span {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.36);
    padding: 9px 20px;
    margin-left: 20px;
    border-radius: 25px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
}

.referance_num {
    padding: 2px 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.container-fluid.tab_head .container .nav-pills > li + li {
    margin-left: 0px !important;
}

.container-fluid.tab_head .container .nav-pills a {
    padding: 10px 25px 6px 25px !important;
    max-height: 48px !important;
}

.tab-pane .box_1 {
    width: auto !important;
    opacity: 1 !important;
    padding: 15px !important;
    width: 33.33% !important;
    margin-top: 45px;
    margin-bottom: 45px;
    cursor: pointer;
}

    .tab-pane .box_1 .box_bg {
        min-height: 540px;
        position: relative;
    }

        .tab-pane .box_1 .box_bg img.hand {
            position: absolute;
            right: -10px;
            bottom: 40px;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

    .tab-pane .box_1.blue1 .box_bg {
        background: #00359b !important;
    }

    .tab-pane .box_1.blue2 .box_bg {
        background: #2157bf !important;
    }

    .tab-pane .box_1.blue3 .box_bg {
        background: #4473ce !important;
    }

    .tab-pane .box_1 h1 {
        color: #fff;
        font-weight: 300;
        font-size: 40px;
        text-transform: uppercase;
        margin: 18vh 0 0 0;
        text-shadow: 1px 1px 0px #ddd;
        text-shadow: 3px 3px 0px #002977;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
        position: relative;
    }

        .tab-pane .box_1 h1::before {
            position: absolute;
            width: 400px;
            height: 400px;
            border-radius: 50%;
            background: #fff;
            opacity: 0.05;
            filter: alpha(opacity=5);
            content: "";
            left: -200px;
            top: -330px;
            transition: 600ms;
            -webkit-transition: 600ms;
            -o-transition: 600ms;
            -moz-transition: 600ms;
            -ms-transition: 600ms;
        }

        .tab-pane .box_1 h1::after {
            position: absolute;
            width: 0px;
            height: 0px;
            border-radius: 50%;
            background: #fff;
            opacity: 0.05;
            filter: alpha(opacity=5);
            content: "";
            right: 0px;
            bottom: 0px;
            transition: 400ms;
            -webkit-transition: 400ms;
            -o-transition: 400ms;
            -moz-transition: 400ms;
            -ms-transition: 400ms;
        }

    .tab-pane .box_1:hover h1 {
        text-shadow: 3px 3px 40px #ffffff;
    }

        .tab-pane .box_1:hover h1::before {
            width: 300px;
            height: 300px;
            top: 100px;
            left: 180px;
        }

        .tab-pane .box_1:hover h1::after {
            width: 700px;
            height: 700px;
        }

    .tab-pane .box_1:hover img.hand {
        bottom: 30px;
    }

.container.form_re {
    overflow: hidden;
    height: 0px;
    width: 100%;
    opacity: 0;
    padding: 0px 15px 40px 15px;
    filter: alpha(opacity=0);
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
}

    .container.form_re button.btn.btn-primary {
        background: #18afee;
        border: none;
        font-size: 15px;
        padding: 10px 25px;
        border-radius: 25px;
        margin-right: 15px;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

        .container.form_re button.btn.btn-primary:hover {
            background: #00359b;
        }

    .container.form_re button.btn.btn-default {
        background: #fff;
        border: none;
        font-size: 15px;
        padding: 10px 25px;
        border-radius: 25px;
        transition: 400ms;
        -webkit-transition: 400ms;
        -o-transition: 400ms;
        -moz-transition: 400ms;
        -ms-transition: 400ms;
    }

        .container.form_re button.btn.btn-default:hover {
            background: #dedede;
        }

    .container.form_re div.form {
        padding: 25px;
        border-radius: 25px;
        float: left;
        border: 1px solid #e6e6e6;
        background: #fff;
        width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+51,dee6ed+51,f5f7f9+100 */
        background: #f6f8f9;
        /* Old browsers */
        background: -moz-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 51%, #dee6ed 51%, #f5f7f9 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #f6f8f9 0%, #e5ebee 51%, #dee6ed 51%, #f5f7f9 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #f6f8f9 0%, #e5ebee 51%, #dee6ed 51%, #f5f7f9 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }

        .container.form_re div.form .form_item {
            font-size: 16px;
            font-weight: 700;
            padding: 15px;
        }

            .container.form_re div.form .form_item p {
                border-bottom: 1px solid #fff;
            }

            .container.form_re div.form .form_item select,
            .container.form_re div.form .form_item input {
                background: transparent;
                border: none;
                padding: 2px 10px;
                border-bottom: 1px solid #88dcff;
                outline: none;
                color: #00359b;
                font-weight: 300;
                margin-bottom: -1px;
                float: right;
                min-width: 40%;
            }

            .container.form_re div.form .form_item input {
                margin-top: -6px;
            }

    .container.form_re.show {
        opacity: 1;
        filter: alpha(opacity=100);
        height: auto;
        padding: 0px 15px 40px 15px;
    }

@media screen and (max-width: 1520px) {
    .container-fluid.boxes .container .box_left .box_1 {
        max-height: 740px;
    }

        .container-fluid.boxes .container .box_left .box_1 .box_bg {
            max-height: 647px;
        }
}

@media screen and (max-width: 1400px) {
    .container-fluid.boxes .container .box_left .box_1 {
        max-height: 787px;
    }

        .container-fluid.boxes .container .box_left .box_1.visible {
            padding: 15px 15px 65px 15px;
        }
}

@media screen and (max-width: 1199px) {
    .container-fluid.boxes .container .box_left .box_1 .box_bg .head h6::after {
        display: none;
    }

    .container-fluid.boxes .container .box_left .box_1 .box_bg .content,
    .container-fluid.boxes .container .box_left .box_1 .box_bg .head {
        padding: 25px 15px 35px 15px;
    }

    .container-fluid.boxes .container .box_left .box_1.visible {
        padding: 15px 15px 65px 15px;
    }

    .container-fluid.boxes .container .box_left .box_1 .box_bg .head h1 {
        font-size: 30px;
    }

    .container-fluid.boxes .container .box_left .box_1 .recommented {
        right: 4px;
    }

    .container-fluid.boxes .container .box_left .box_1 .box_bg,
    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg {
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
    }

    .container-fluid.boxes .container .box_left .box_1 {
        max-height: 850px;
    }

        .container-fluid.boxes .container .box_left .box_1 .box_bg {
            max-height: 780px;
        }

    .tab-pane .box_1 .box_bg img.hand {
        bottom: 0px;
        max-width: 190px;
    }

    .tab-pane .box_1 .box_bg {
        min-height: 410px;
    }

    .tab-pane .box_1 h1 {
        font-size: 30px;
        margin: 4vh 0 0 12px;
    }

    .tab-pane .box_1:hover h1::after {
        width: 500px;
        height: 500px;
        right: 70px;
        bottom: -130px;
    }
}

@media screen and (max-width: 1050px) {
    .container-fluid.boxes .container .box_left .box_1.visible {
        width: 50%;
        margin: 0 auto;
    }

    .container-fluid.boxes .container .box_left .box_1 .box_bg .content,
    .container-fluid.boxes .container .box_left .box_1 .box_bg .head {
        background-size: 100% auto;
    }

    .container-fluid.boxes .container .box_left .box_1 .box_bg .content,
    .container-fluid.boxes .container .box_left .box_1 .box_bg .head {
        padding: 25px 25px 35px 25px;
    }

    .container-fluid.boxes .container .box_left .box_1 {
        max-height: 710px;
    }

    .container-fluid.boxes .container .box_left .box_right {
        padding: 0px;
        position: fixed;
        top: 0px;
        right: -100%;
    }

        .container-fluid.boxes .container .box_left .box_right.show {
            width: 100%;
            opacity: 1;
            right: 0px;
            position: fixed;
            top: 0px;
        }

        .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg {
            box-shadow: 0px 0px 80px black;
            bottom: 0px;
            height: 92vh;
            padding: 10px 15px 30px 15px;
        }

        .container-fluid.boxes .container .box_left .box_right.show .box_2 {
            padding: 25px 25px;
            float: left;
            width: 100%;
            position: relative;
        }
    /* width */
    ::-webkit-scrollbar {
        width: 3px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
        background: transparent;
    }
    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: rgba(136, 136, 136, 0.27);
    }
        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
}

@media screen and (max-width: 991px) {
    .container {
        width: 100%;
    }

    .container-fluid.boxes .container .box_left .box_1 .box_bg .content {
        padding: 5px 15px 15px 15px;
    }

        .container-fluid.boxes .container .box_left .box_1 .box_bg .content ul li {
            line-height: 21px;
            font-size: 13px;
        }

    .container-fluid.boxes .container .box_left .box_1 .box_bg {
        max-height: 655px;
    }

    .container-fluid.boxes .container .box_left .box_right .box_bg {
        /* max-height: 512px; */
        overflow-x: hidden !important;
        overflow-y: scroll !important;
    }

    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content .buy_now_c,
    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content div.help {
        width: 100%;
        padding: 5px 15px;
    }

    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content {
        margin-bottom: 15px;
    }

    .container.form_re div.form .form_item select,
    .container.form_re div.form .form_item input {
        min-width: auto;
    }

    .container-fluid.boxes .container .box_left .box_1 {
        max-height: 650px;
    }
}

@media screen and (max-width: 768px) {
    .container-fluid.boxes .container .box_left .box_1.visible {
        padding: 15px 5px 65px 5px;
    }

    .container-fluid.boxes .container .box_left .box_1 .recommented {
        right: -6px;
    }
}

@media screen and (max-width: 767px) {
    .container-fluid.boxes .container .box_left .box_right {
        padding: 0px;
        position: fixed;
        top: 0px;
        right: -100%;
    }

        .container-fluid.boxes .container .box_left .box_right.show {
            width: 100%;
            opacity: 1;
            right: 0px;
            position: fixed;
            top: 0px;
        }

        .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det {
            position: relative;
            z-index: 9;
        }

        .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic {
            min-height: auto;
            padding-right: 15px;
        }

            .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic img {
                max-width: 300px;
            }

        .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic {
            /*  position: absolute;
      bottom: 0px;
      right: 0;
      opacity: .5; */
        }

    .container-fluid.tab_head .container .nav-pills .tab_link {
        margin-bottom: 4px;
    }

    .tab-pane .box_1:hover h1::before {
        left: 0px;
    }

    .tab-pane .box_1 .box_bg {
        min-height: 340px;
    }

    .tab-pane .box_1 h1 {
        font-size: 25px;
    }

    .container-fluid.tab_head .container .nav-pills .tab_link a span {
        float: none;
        width: auto;
    }

    .container-fluid.tab_head .container .tab_link a {
        display: block;
        float: left;
        padding: 2px 5px;
        background: #18afee;
        border-radius: 45px;
        width: 100%;
    }

        .container-fluid.tab_head .container .tab_link a span {
            float: left;
            width: 100%;
            font-size: 10px;
        }

        .container-fluid.tab_head .container .tab_link a img {
            float: none;
        }

    .container-fluid.boxes .container .box_left .box_1.visible {
        padding: 15px 15px 15px 15px;
    }

    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg h4 {
        padding: 15px;
        background: #e4e4e4;
        border-radius: 20px;
        color: #00359b;
        font-size: 15px;
        margin-bottom: 0px;
    }

    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det h5 {
        margin: 15px 0 5px 0;
    }

    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det table tr td {
        padding: 2px 0;
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }

    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg {
        box-shadow: 0px 0px 80px black;
        bottom: 0px;
        height: 92vh;
        padding: 10px 15px 30px 15px;
    }

    .container-fluid.boxes .container .box_left .box_right.show .box_2 {
        padding: 25px 25px;
        float: left;
        width: 100%;
        position: relative;
    }

    .container-fluid.tab_head .container .tab_link {
        padding: 0 2px;
    }

    .container-fluid.tab_head .container {
        position: relative;
        padding: 15px 0;
    }

    .container-fluid.boxes .container .wel h3 {
        font-size: 21px;
        margin: 5px 0;
    }

        .container-fluid.boxes .container .wel h3 span {
            font-size: 21px;
        }

    .container-fluid.boxes .container .wel p {
        font-size: 13px;
        font-weight: 500;
        margin: 0;
    }

    .container-fluid.header .menu_sec .referance_num span {
        padding: 9px 10px;
        margin-left: 5px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .container-fluid.header .menu_sec .referance_num h6 {
        font-size: 10px;
    }

    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content {
        min-height: auto;
        margin-top: 25px;
    }

    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content {
        text-align: center;
    }

    .container-fluid.boxes .container .box_left .box_1 .recommented {
        right: 3px;
    }
}

@media screen and (max-width: 670px) {
    .tab-pane .box_1 .box_bg img.hand {
        max-width: 110px;
    }

    .tab-pane .box_1 .box_bg {
        min-height: 220px;
    }

    .tab-pane .box_1 h1 {
        font-size: 16px;
    }

    .container.form_re div.form .form_item {
        font-size: 13px;
    }

    .container-fluid.boxes .container .box_left .box_1.visible {
        max-width: 316px;
        clear: both;
        margin: 0 auto;
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .container-fluid.tab_head .container .tab_link {
        padding: 3px 2px;
        width: 100%;
        float: inherit;
        display: inline-block;
    }

        .container-fluid.tab_head .container .tab_link a img {
            float: none;
            display: inline-block;
        }

        .container-fluid.tab_head .container .tab_link a span {
            width: auto;
            float: none;
            display: inline-block;
        }

    .container-fluid.tab_head .container {
        text-align: center;
        padding: 10px 0 0px 0;
    }

        .container-fluid.tab_head .container::before,
        .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg h4 span::before {
            display: none;
        }

    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg h4 {
        text-align: center;
    }

        .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg h4 span {
            padding-right: 0px;
            margin-right: 0px;
            width: 100%;
            float: left;
            text-align: center;
            color: #000;
            padding-bottom: 5px;
        }

    .container-fluid.boxes .container .box_left .box_right .box_2 .box_bg .det_pic .right_content button {
        font-size: 11px;
        letter-spacing: .5px;
    }

    .tab-pane .box_1 .box_bg img.hand {
        max-width: 90px;
    }

    .container-fluid.boxes .container .box_left .tab-pane .box_1 {
        padding: 3px !important;
    }

    .container-fluid.tab_head .container .nav-pills .tab_link {
        margin-bottom: 0;
    }

    .tab-pane .box_1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .container.form_re div.form .form_item select,
    .container.form_re div.form .form_item input {
        width: 100%;
        margin-top: 16px;
    }
}

@media screen and (max-width: 443px) {
    .referance_num span {
        margin-top: 15px;
    }

    .hdbg {
        padding-top: 5px;
    }

    .tab-pane .box_1 h1 {
        margin-left: 0;
        margin-top: 10px;
        font-size: 11px;
    }

    .container-fluid.tab_head .container .nav-pills a {
        padding: 10px 0px 6px 0px !important;
    }

    .container-fluid.boxes .container .box_left .box_1 .box_bg {
        border-radius: 10px;
    }

    .tab-pane .box_1 .box_bg {
        min-height: 170px;
    }
}


/*# sourceMappingURL=style_css.css.map */


/*************new styles*************/

#landing .hdbg {
    border-bottom: 1px solid #eaeaea;
}

.menu-main {
    float: left;
    width: 100%;
    margin-top: 25px;
}

    .menu-main ul {
        float: right;
        padding: 0;
        margin: 0;
    }

    .menu-main li {
        list-style: none;
        float: left;
        margin-left: 17px;
    }

        .menu-main li a {
            font-size: 16px;
            color: #a4a4a4;
        }

            .menu-main li a.active {
                color: #000;
                border-bottom: 2px solid #3c4bbf;
            }

        .menu-main li.get {
            margin-left: 50px;
            margin-top: -10px;
        }

    .menu-main .get a:hover {
        background-color: #3c4bbf;
    }

    .menu-main .get a img {
        transition: all 500ms;
    }

    .menu-main .get a:hover img {
        transform: translateX(10px);
        opacity: 0;
    }

    .menu-main .get a {
        border-radius: 5px;
        color: #fff;
        padding: 8px 20px;
        float: left;
        background: #3c4bbf;
    }

        .menu-main .get a span {
            float: left;
            margin-right: 5px;
            transition: all 500ms;
        }

        .menu-main .get a:hover span {
            transform: translateX(10px);
        }

    .menu-main .get img {
        width: 15px;
        margin-left: 5px;
    }

#landing .inside {
    float: left;
    width: 100%;
    margin: 60px 0;
}

    #landing .inside .left {
        background: #2234a1;
        height: calc(100vh - (210px));
        margin: 0;
        padding: 100px;
    }

    #landing .inside .right {
        height: calc(100vh - (210px));
        background: #495f75;
        margin: 0;
        padding: 0;
    }

#landing .boxes {
    height: calc(100vh - (125px));
}

#landing .logo {
    padding: 0 15px;
}

#landing .container {
    width: calc(100% - (20%));
}

#landing .footer {
    color: #a4a4a4;
    background: #fff;
    text-align: center;
    font-size: 13px;
    padding: 0;
}

.inside .grid {
    list-style: none;
    margin-left: -40px;
}

.inside .gc {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -0.25em;
    min-height: 1px;
    padding-left: 40px;
    vertical-align: top;
}

.inside .gc--1-of-3 {
    width: 49.5%;
    float: left;
}

.inside .gc--2-of-3 {
    width: 49.5%;
    float: right;
}

.inside .naccs {
    position: relative;
}

    .inside .naccs .menu .tab-menu {
        padding: 10px;
        box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.24);
        cursor: pointer;
        position: relative;
        vertical-align: middle;
        transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
        float: left;
        background: #fff;
        width: 100px;
        height: 100px;
        text-align: center;
        font-weight: 500;
        margin-right: 30px;
        text-transform: uppercase;
        color: #000;
        border-radius: 5px;
    }

        .inside .naccs .menu .tab-menu:last-child {
            margin-right: 0;
        }

    .inside .naccs .menu div:hover {
    }

    .inside .naccs .menu div span.light {
        height: 10px;
        width: 10px;
        position: absolute;
        top: 24px;
        left: 15px;
        border-radius: 100%;
        transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    }

#landing .inside .right ul.nacc {
    height: 100% !important;
}

    #landing .inside .right ul.nacc li {
        bottom: 0;
        right: 0;
        text-align: center;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        padding-right: 100px;
    }

        #landing .inside .right ul.nacc li img {
            width: 100%;
        }

.inside .naccs .menu div.active span.light {
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0;
}

.inside .naccs .menu div.active .ico {
    opacity: 10;
}

.inside ul.nacc {
    position: relative;
    height: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

    .inside ul.nacc li {
        opacity: 0;
        position: absolute;
        list-style: none;
        transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    }

        .inside ul.nacc li.active {
            transition-delay: 0.3s;
            z-index: 2;
            opacity: 1;
        }

        .inside ul.nacc li p {
            margin: 0;
        }

.inside .ico {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.4;
    bottom: 10px;
    font-size: 13px;
}

    .inside .ico img {
        width: 50px;
    }

#landing .inside .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    #landing .inside .left .filling-form-outer {
        float: left;
    }

    #landing .inside .left .filling-form {
        transition: all 400ms;
        left: 0;
        right: 0;
        display: none;
    }

        #landing .inside .left .filling-form.active {
            display: block;
        }

        /*#landing .inside .left .filling-form .inner-form .form-select .select-inputs {
    float: left;
    width: 100%;
}*/

        #landing .inside .left .filling-form .inner-form .form-select .select-inputs span.label-txt {
            float: left;
            margin-right: 10px;
            font-size: 25px;
            color: #fff;
        }

        #landing .inside .left .filling-form .inner-form .form-select {
        }

.select-inputs-wrap {
    float: left;
    width: 100%;
    display: none;
}

#landing .inside .left .menu {
    float: left;
    margin-top: 50px;
}

.select-inputs-wrap.active {
    display: block;
    margin-bottom: 20px;
}

.select-box {
    position: relative;
    display: block;
    width: auto;
    float: left;
    font-size: 18px;
}

.select-box__current {
    position: relative;
    cursor: pointer;
    outline: none;
}

    .select-box__current:focus + .select-box__list {
        opacity: 1;
        -webkit-animation-name: none;
        animation-name: none;
    }

        .select-box__current:focus + .select-box__list .select-box__option {
            cursor: pointer;
        }

    .select-box__current:focus .select-box__icon {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }

.select-box__icon {
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    opacity: 0.3;
    transition: 0.2s ease;
}

.select-box__value {
    display: flex;
}

.select-box__input {
    display: none;
}

    .select-box__input:checked + .select-box__input-text {
        display: block;
    }

.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    font-size: 25px;
    color: #fff;
}

.select-box__list {
    position: absolute;
    width: 170px;
    padding: 10px 0;
    list-style: none;
    height: auto !important;
    opacity: 0;
    z-index: 111;
    right: 0;
    background-color: #fff;
    -webkit-animation-name: HideList;
    animation-name: HideList;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: step-start;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.select-box__option {
    display: block;
    padding: 5px 15px;
    margin: 0;
    font-size: 16px;
    color: #505050;
    font-weight: normal;
    background-color: #fff;
}

.form-select button.form-send {
    display: inline-block;
    border: 0;
    background-color: #c1c7ca;
    color: #fff;
    padding: 6px 30px;
    border-radius: 5px;
    cursor: not-allowed;
    outline: none;
}

    .form-select button.form-send.active {
        cursor: pointer;
        background-color: #3c4bbf;
    }

@-webkit-keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes HideList {
    from {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    to {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

#landing .inside .left .filling-form .inner-form .form-select .select-inputs.input-date {
    margin-bottom: 20px;
}

    #landing .inside .left .filling-form .inner-form .form-select .select-inputs.input-date:last-child {
        margin-bottom: 0;
    }

    #landing .inside .left .filling-form .inner-form .form-select .select-inputs.input-date .select-box {
    }

        #landing .inside .left .filling-form .inner-form .form-select .select-inputs.input-date .select-box .input-field {
            float: left;
        }

            #landing .inside .left .filling-form .inner-form .form-select .select-inputs.input-date .select-box .input-field input[type="date"] {
                border: 0;
                background: none;
                color: #fff;
                outline: none;
                float: left;
                border-bottom: 1px solid #fff;
            }

#landing .boxes.travel-menu-on .inside .left {
    background-color: #fdb3b3;
}

#landing .boxes.travel-menu-on .inside .right {
    background-color: #3c4bbf;
}

#landing .boxes.home-menu-on .inside .left {
    background-color: #2234a1;
}

#landing .boxes.home-menu-on .inside .right {
    background-color: #495f75;
}

#landing .inside .left .filling-form .inner-form .form-select .select-inputs .select-box .select-box__current .input-field.quot-num input[type="text"] {
    border: 0;
    background: none;
    color: #fff;
    outline: none;
    width: 125px;
    width: 125px;
    border-bottom: 1px solid white;
}

#landing .inside .left .filling-form .inner-form .form-select a.claim-btn {
    float: left;
    background-color: #495f75;
    color: #fff;
    padding: 8px 20px;
    margin-right: 20px;
    border-radius: 5px;
}

    #landing .inside .left .filling-form .inner-form .form-select a.claim-btn:last-child {
        margin-right: 0;
    }

    #landing .inside .left .filling-form .inner-form .form-select a.claim-btn:hover {
        background-color: #3c4bbf;
    }

#landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-content-1 {
    display: none;
}

#landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-content-2 {
    display: none;
}

#landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-content-1.active {
    display: block;
}

#landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-content-2.active {
    display: block;
}

#landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs {
    margin: 0px -7px;
}

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group {
        padding: 0 7px;
    }

        #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field {
            position: relative;
            border-radius: 3px;
            background-color: #fff;
        }

            #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field input {
                border: 0;
                height: 40px;
                border-radius: 3px;
                color: #b1b1b1;
                width: 100%;
                box-shadow: none;
                outline: none;
                padding: 5px 12px;
                position: relative;
                z-index: 1;
                background: none;
            }

            #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field select {
                border: 0;
                height: 40px;
                border-radius: 3px;
                color: #b1b1b1;
                width: 100%;
                box-shadow: none;
                outline: none;
                padding: 5px 7px;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                position: relative;
                z-index: 1;
                background: none;
            }

            #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field i {
                position: absolute;
                width: 13px;
                height: 13px;
                right: 12px;
                top: 0;
                bottom: 0;
                margin: auto;
            }

                #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field i img {
                    float: left;
                    width: 13px;
                    opacity: .4;
                }

            #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field select ~ i {
                width: 11px;
                height: 11px;
            }

                #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field select ~ i img {
                    opacity: 1;
                    width: 11px;
                }

#landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-section ul {
    height: auto !important;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8a6a6;
}

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-section ul li {
        list-style: none;
        float: left;
        margin-right: 25px;
        position: relative;
    }

        #landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-section ul li label {
            margin: 0;
            font-weight: normal;
            font-size: 14px;
            color: #383838;
            display: flex;
            padding-left: 22px;
            position: relative;
            z-index: 9;
            align-items: center;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
        }

        #landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-section ul li:last-child {
            margin-right: 0;
        }

        #landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-section ul li input[type=radio] {
            position: absolute;
            visibility: hidden;
            left: 0;
            margin: auto;
            top: 0;
            bottom: 0;
        }

        #landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-section ul li span {
            display: block;
            position: absolute;
            border: 2px solid #383838;
            border-radius: 100%;
            height: 16px;
            width: 16px;
            top: 0;
            left: 0;
            z-index: 5;
            -webkit-transition: all 0.25s linear;
            bottom: 0;
            margin: auto;
        }

        #landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-section ul li input[type=radio]:checked ~ span:after {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            background-color: #383838;
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            border-radius: 50%;
            -webkit-transition: all 0.25s linear;
        }

#landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group label {
    font-weight: normal;
    color: #4a4a4a;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-active {
    background-color: #3c4bbf;
    color: #fff;
}

td.ui-datepicker-days-cell-over.ui-datepicker-today a {
    background-color: #3c4bbf !important;
    color: #fff;
}

#landing .inside .left .filling-form .inner-form .form-select .select-inputs .check-options {
    float: left;
    margin-top: -4px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
}

    #landing .inside .left .filling-form .inner-form .form-select .select-inputs .check-options input[type=radio] {
        position: absolute;
        visibility: hidden;
        margin: 0;
    }

    #landing .inside .left .filling-form .inner-form .form-select .select-inputs .check-options label {
        cursor: pointer;
        padding: 15px 0;
        text-align: center;
        position: relative;
        z-index: 1;
        display: inline-block;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        padding: 10px 10px;
        line-height: 1;
        float: left;
        margin: 0;
    }

        #landing .inside .left .filling-form .inner-form .form-select .select-inputs .check-options label:nth-of-type(1):after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            width: 1px;
            background-color: #eee;
            right: 0;
        }

    #landing .inside .left .filling-form .inner-form .form-select .select-inputs .check-options.options-checked label:nth-of-type(1):after {
        display: none;
    }

.btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .modal-header::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
    clear: both;
}

.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    display: table;
    content: " ";
}

.switchFilter {
    right: 50%;
    display: inline-block;
    background-color: #6f6bad;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
    transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
}

#landing .inside .left .filling-form .inner-form .form-select .select-inputs .check-options input[type=radio]#yes:checked ~ .switchFilter {
    left: 0;
    opacity: 1;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#landing .inside .left .filling-form .inner-form .form-select .select-inputs .check-options input[type=radio]#no:checked ~ .switchFilter {
    opacity: 1;
    left: 50%;
    right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#landing .inside .left .filling-form .inner-form .form-select .select-inputs .check-options input[type="radio"]#yes:checked ~ label[for="yes"] {
    color: #fff;
}

#landing .inside .left .filling-form .inner-form .form-select .select-inputs .check-options input[type="radio"]#no:checked ~ label[for="no"] {
    color: #fff;
}

#landing .inside .left .filling-form .inner-form .form-select .seperate {
    margin: 8px 0;
    float: left;
    color: #fff;
}

#landing .boxes.renew .inside .right ul.nacc li {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 65px;
    text-align: left;
    justify-content: center;
}

    #landing .boxes.renew .inside .right ul.nacc li h3 {
        margin-bottom: 20px;
        margin-top: 0;
    }

    #landing .boxes.renew .inside .right ul.nacc li p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #landing .boxes.renew .inside .right ul.nacc li h4 {
        margin: 0;
    }

    #landing .boxes.renew .inside .right ul.nacc li * {
        color: #fff;
    }

#landing .boxes.claim .inside .right ul.nacc li {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 65px;
    text-align: left;
    justify-content: center;
}

    #landing .boxes.claim .inside .right ul.nacc li h3 {
        margin-bottom: 20px;
        margin-top: 0;
    }

    #landing .boxes.claim .inside .right ul.nacc li p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    #landing .boxes.claim .inside .right ul.nacc li h4 {
        margin: 0;
    }

    #landing .boxes.claim .inside .right ul.nacc li * {
        color: #fff;
    }

#landing .boxes.renew .inside .right ul.nacc li h4 br {
    display: none;
}

#landing .boxes.claim .inside .right ul.nacc li h4 br {
    display: none;
}

#landing .inside .right ul.nacc li:nth-child(2) img {
    width: auto;
}

@media screen and (max-width:1850px) {
    #landing .inside .left .filling-form .inner-form .form-select .select-inputs span.label-txt {
        font-size: 20px;
    }

    .select-box__input-text {
        font-size: 20px;
    }

    #landing .boxes.renew .inside .right ul.nacc li h4 br {
        display: block;
    }
}

@media screen and (max-width:1700px) {
    #landing .inside .left {
        padding: 70px;
    }

        #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group label {
            font-size: 13px;
        }

    #landing .boxes.claim .inside .right ul.nacc li h4 br {
        display: block;
    }
}

@media screen and (max-width:1650px) {
    #landing .inside .left .filling-form .inner-form .form-select.travel-field .select-inputs {
        display: block;
    }
}

@media screen and (max-width:1550px) {
    #landing .boxes.renew .inside .right ul.nacc li {
        padding-left: 50px;
        padding-right: 50px;
    }

        #landing .boxes.renew .inside .right ul.nacc li h4 {
            font-size: 17px;
            line-height: 1.3;
        }
}

@media screen and (max-width:1500px) {
    #landing .inside .left {
        padding: 65px;
    }
}

@media screen and (max-width:1450px) {
    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group label {
        font-size: 12px;
    }
}

@media screen and (max-width:1400px) {
    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group {
        margin-bottom: 8px;
    }

        #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field input {
            height: 35px;
        }

        #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field select {
            height: 35px;
        }

    #landing .inside .left .menu {
        margin-top: 25px;
    }

    #landing .inside {
        margin: 35px 0;
    }

        #landing .inside .left {
            height: calc(100vh - (170px));
        }

        #landing .inside .right {
            height: calc(100vh - (170px));
        }

        #landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-section ul {
            margin-bottom: 15px;
            padding-bottom: 15px;
        }

    .form-select button.form-send {
        margin-top: 10px;
    }

    .select-box__input-text {
        font-size: 18px;
    }

    #landing .inside .left .filling-form .inner-form .form-select .select-inputs span.label-txt {
        font-size: 18px;
    }

    .select-inputs-wrap.active {
        margin-bottom: 15px;
    }

    #landing .inside .left .filling-form .inner-form .form-select .select-inputs .check-options label {
        padding: 7px 10px;
    }

    #landing .boxes {
        height: calc(100vh - (118px));
    }

    #landing .inside .right ul.nacc li:nth-child(2) img {
        width: 70%;
    }
}

@media (min-width:1351px) and (max-width:1400px) {
    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-1 .form-group:nth-child(4) {
        width: 40%;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-1 .form-group:nth-child(5) {
        width: 30%;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-1 .form-group:nth-child(6) {
        width: 30%;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-2 .form-group:nth-child(3) {
        width: 40%;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-2 .form-group:nth-child(4) {
        width: 30%;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-2 .form-group:nth-child(5) {
        width: 30%;
    }
}

@media screen and (max-width:1350px) {
    #landing .inside .left {
        padding: 50px;
    }

    .inside .naccs .menu .tab-menu {
        margin-right: 20px;
    }
}

@media screen and (max-width:1300px) {
    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group label {
        font-size: 10px;
    }

    #landing .boxes.renew .inside .right ul.nacc li h4 {
        font-size: 15px;
    }

    #landing .boxes.claim .inside .right ul.nacc li h4 {
        font-size: 15px;
    }
}

@media screen and (max-width:1199px) {
    #landing .hdbg .logo {
        width: auto;
    }

    #landing .hdbg .menu-head {
        width: auto;
        float: right;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .select-inputs,
    #landing .inside .left .filling-form .inner-form .form-select.home-field .select-inputs {
        display: block;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .select-box__list,
    #landing .inside .left .filling-form .inner-form .form-select.home-field .select-box__list {
        right: auto;
    }

    #landing .container {
        width: calc(100% - (10%));
    }

    .inside .naccs .menu .tab-menu {
        width: 90px;
        height: 90px;
    }

    .inside .ico img {
        width: 40px;
    }

    #landing .boxes.claim .inside .naccs .menu .tab-menu {
        width: 100px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field input {
        font-size: 12px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group label {
        font-size: 10px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field select {
        font-size: 12px;
    }
}

@media screen and (max-width:991px) {
    .menu-main li {
        margin-left: 20px;
    }

        .menu-main li.get {
            margin-left: 30px;
        }

    #landing .inside .left {
        width: 100%;
    }

    #landing .inside .right {
        width: 100%;
        display: none;
    }

    #landing .boxes {
        height: calc(100vh - (127px));
    }

    #landing .footer {
        margin-bottom: 30px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.car-field .select-box__list {
        right: auto;
    }

    #landing .footer {
        margin-top: 8px;
        margin-bottom: 6px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group label {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    #landing .container {
        width: calc(100% - (5%));
    }

    #landing .inside .right {
        height: 50vh;
    }

    .menu-main .get {
        margin-left: 20px;
    }

        .menu-main .get a {
            padding: 8px 18px;
        }

            .menu-main .get a img {
                display: none;
            }

            .menu-main .get a span {
                margin-right: 0;
            }

            .menu-main .get a:hover span,
            .menu-main .get a:hover span img {
                transform: none;
            }

    .menu-main li a {
        font-size: 14px;
    }
}

@media screen and (max-width:650px) {
    .menu-main ul {
        float: left;
        text-align: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-main {
        margin-bottom: 25px;
    }

        .menu-main li {
            margin: 0 10px;
            float: none;
            display: inline-block;
        }

            .menu-main li.get {
                margin-left: 10px;
                margin-top: 0;
                display: none;
            }

            .menu-main li:nth-last-child(2) {
                margin-right: 0;
            }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group label {
        font-size: 10px;
    }
}

@media screen and (max-width:550px) {
    .menu-main li.get {
        display: none;
    }

    #landing .inside .left {
        padding: 40px;
        display: flex;
        height: calc(100vh - 160px);
    }

    #landing .boxes {
        height: auto;
    }

    #landing .inside {
        margin-bottom: 0;
    }

    #landing .footer {
        margin-bottom: 8px;
        font-size: 12px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-1 .form-group:nth-child(4) {
        width: 40%;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-1 .form-group:nth-child(5) {
        width: 32%;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-1 .form-group:nth-child(6) {
        width: 28%;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-2 .form-group:nth-child(3) {
        width: 40%;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-2 .form-group:nth-child(4) {
        width: 32%;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs.tab-content-2 .form-group:nth-child(5) {
        width: 28%;
    }
}

@media screen and (max-width:480px) {
    #landing .container {
        width: 100%;
    }

    #landing .inside {
        margin: 25px 0 0;
    }

    .inside .ico {
        font-size: 12px;
    }

        .inside .ico img {
            width: 30px;
        }

    .inside .naccs .menu .tab-menu {
        width: 80px;
        height: 80px;
    }

    #landing .inside .left .filling-form .inner-form .form-select .select-inputs span.label-txt {
        font-size: 16px;
    }

    .select-box__input-text {
        font-size: 16px;
    }

    .menu-main li a {
        font-size: 15px;
    }

    #landing .inside .left {
        height: calc(100vh - 143px);
    }
}

@media screen and (max-width:420px) {
    #landing .boxes {
        padding: 0;
    }

    #landing .inside {
        margin: 15px 0 15px;
    }

        #landing .inside .left {
            padding: 30px;
        }

            #landing .inside .left .filling-form .inner-form .form-select.car-field .select-inputs {
                display: block;
            }

            #landing .inside .left .filling-form .inner-form .form-select.car-field .select-box__list {
                right: 0;
            }

        #landing .inside .right {
            height: 30vh;
        }

    #landing .hdbg .logo {
        padding-left: 0;
    }

    #landing .hdbg .menu-head {
        padding-right: 0;
    }

    .menu-main li {
        margin: 0 5px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field input {
        padding: 5px 6px;
    }
}

@media screen and (max-width:380px) {
    .inside .naccs .menu .tab-menu {
        margin-right: 10px;
    }

    .inside .ico img {
        width: 24px;
    }

    .inside .naccs .menu .tab-menu {
        width: 70px;
        height: 70px;
    }

    .container-fluid.header .logo img {
        width: 60px;
    }

    .menu-main li a {
        font-size: 13px;
    }

    #landing .inside .left .filling-form .inner-form .form-select a.claim-btn {
        padding: 8px 14px;
        margin-right: 15px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-section ul li label {
        font-size: 12px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tab-section ul li {
        margin-right: 15px;
    }

    #landing .inside .left {
        padding: 30px 20px;
    }
        /* .select-box {
        width: 100%;
    } */
        /* .select-box__icon {
        right: 0;
    } */
        #landing .inside .left .filling-form .inner-form .form-select .select-inputs .select-box .select-box__current .input-field.quot-num input[type="text"] {
            width: 96px;
        }
}

@media screen and (max-width:350px) {
    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group label {
        font-size: 8px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field input {
        font-size: 10px;
        padding: 5px 6px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field i {
        right: 6px;
    }

    #landing .inside .left .filling-form .inner-form .form-select.travel-field .tabs .form-group .inner-field select {
        padding: 5px 2px;
    }
}

/*********************new******************************/
#landing .boxes.renew .inside .right ul.nacc li span {
    font-size: 25px;
    float: left;
    width: 100%;
    margin-top: 5px;
}



.car-field .nice-select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.car-field .current {
    color: white;
}
/*.car-field .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: white;
}
.car-field .nice-select:hover {
    border-color: white;
}
.car-field .label-txt{
    padding-top: 2rem;
}
.car-field .nice-select {
    line-height: 63px !important;
}
    .car-field .nice-select::after {
        margin-top: 5px !important;
    }*/


.inside .naccs .menu .tab-menu .disable {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC;
}




/* Switch Flat ==========================*/
.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}

    .switch-label:before, .switch-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-label:before {
        content: attr(data-off);
        right: 11px;
        color: #aaaaaa;
        text-shadow: 0 1px rgba(255, 255, 255, 0.5);
    }

    .switch-label:after {
        content: attr(data-on);
        left: 11px;
        color: #FFFFFF;
        text-shadow: 0 1px rgba(0, 0, 0, 0.2);
        opacity: 0;
    }

.switch-input:checked ~ .switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

    .switch-input:checked ~ .switch-label:before {
        opacity: 0;
    }

    .switch-input:checked ~ .switch-label:after {
        opacity: 1;
    }

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
        background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    }

.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
        ========================== */
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}





.switch-flat {
    padding: 0;
    background: #FFF;
    background-image: none;
}

    .switch-flat .switch-label {
        background: #FFF;
        border: solid 2px #eceeef;
        box-shadow: none;
    }

        .switch-flat .switch-label:after {
            color: #0088cc;
        }

    .switch-flat .switch-handle {
        top: 6px;
        left: 6px;
        background: #dadada;
        width: 22px;
        height: 22px;
        box-shadow: none;
    }

        .switch-flat .switch-handle:before {
            background: #eceeef;
        }

    .switch-flat .switch-input:checked ~ .switch-label {
        background: #FFF;
        border-color: #0088cc;
    }

    .switch-flat .switch-input:checked ~ .switch-handle {
        left: 72px;
        background: #0088cc;
        box-shadow: none;
    }
