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

    .modal-title {
        text-transform: capitalize;
    }

    /* the parent */
    .slick-list {
        margin: 0 -10px;
    }

    .pricing-content ul {
        list-style: none;
    }

    .pricing-content ul::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }
    .pricing-content ul::-webkit-scrollbar{
        width: 2px;
	    background-color: #F5F5F5;
    }
    .pricing-content ul::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
	    background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
    }

    
    .mostpopular {
    position: absolute;
    top: -32px;
    left: -2px;
    width: 102%;
    background: #102967;
    padding: 4px 5px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}

.mostpopular-box .badge-plan {
    border-radius: 0;
}

.pricingTable.mostpopular-box {
    border: 2px solid #102967;
    border-radius: 0 0 10px 10px;
    
}

    /*--------------------
    Body
    --------------------*/

   /*  html,
    body {
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    } */

    .white-mode {
        text-decoration: none;
        padding: 17px 40px;
        background-color: yellow;
        border-radius: 3px;
        color: black;
        transition: .35s ease-in-out;
        position: absolute;
        left: 15px;
        bottom: 15px
    }

    .bg {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        /*  background: url(../img/bg.png) no-repeat 0 0; */

        -webkit-filter: blur(30px);
        filter: blur(30px);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .loading-img {
        width: 100px;
        display: inline;
        margin: 10px 80px;
        height: 100px;
    }

    .buttonx {
        background: #0070ff;
        ;
        padding: 5px 30px;
        margin: 5px 5px 5px 0px;
        border: 1px solid #0070ff;
        color: #fff;
        border-radius: 10px;
    }

    .buttony {
        background: transparent;
        padding: 5px 30px;
        margin: 5px 5px 5px 0px;
        border: 1px solid #0070ff;
        color: #0070ff;
        ;
        border-radius: 10px;
    }

    .buyplan {
        opacity: 0;
        pointer-events: none;
    }
    /*--------------------
    Chat
    --------------------*/
    .chat {
        /*  position: absolute; */
        top: 0 !important;
        left: 0;
        width: 50%;
        height: 100vh;
        right: 0;
        margin: 0 auto;
        /*  top: 50%;
       left: 50%;
       -webkit-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%); */
        /* width: 400px;
       height: 80vh; */
        max-height: 500px;
        z-index: 2;
        overflow: hidden;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
        background: rgba(13, 29, 98, 0.31);
        border-radius: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    /*--------------------
    Chat Title
    --------------------*/
    .chat-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 45px;
        flex: 0 1 45px;
        position: relative;
        z-index: 2;
        background: #0d1d62;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        padding: 10px 10px 10px 50px;
    }

    input.selectthisplan {
        position: absolute;
        left: 10px;
        opacity: 0; 
        z-index: 99999; 
        width: 20px;
        height: 20px;     
    }   

    .plan_select label {
        position: relative;
        cursor: pointer;
        left: 0;
        display: flex;
    }

    .plan_select label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #0d1d62;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 10px;
        display: inline-block;
        position: relative;
        /* vertical-align: middle; */
        cursor: pointer;
        margin-right: 5px;
        border-radius: 11px;
        opacity: 0.3;
    }

    .pricingTable:hover .plan_select label:before{
        opacity: 1;
    }

    input.selectthisplan:checked + label:before {
        opacity: 1;
    }
    .plan_select input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #0d1d62;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
        }

    .pricingTable:hover .plan_select input:checked + label:after{
        opacity: 1;
    }

    .plan_select input:checked + label:after {
        opacity: 1;
    }
    .chat-title h1,
    .chat-title h2 {
        font-weight: normal;
        font-size: 10px;
        margin: 0;
        padding: 0;
    }

    .chat-title h2 {
        color: rgba(255, 255, 255, 0.5);
        font-size: 8px;
        letter-spacing: 1px;
    }

    .chat-title .avatar {
        position: absolute;
        z-index: 1;
        top: 8px;
        left: 9px;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 2px solid rgba(255, 255, 255, 0.24);
    }

    .chat-title .avatar img {
        width: 100%;
        height: auto;
    }

    /*--------------------
    Messages
    --------------------*/
    .messages {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        color: rgba(255, 255, 255, 0.8);
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .messages .messages-content {
        position: absolute;
        top: 0;
        left: 0;
        height: 101%;
        width: 100%;
    }

    .border_error {
        border: 3px solid #ff0000 !important;
    }

    .messages .message {
        clear: both;
        float: left;
        padding: 6px 10px 7px;
        border-radius: 10px 10px 10px 0;
        background: rgba(0, 0, 0, 0.3);
        margin: 8px 0;
        font-size: 16px;
        line-height: 1.4;
        margin-left: 35px;
        position: relative;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    }

    .messages .message .timestamp {
        /* position: absolute; 
        bottom: -15px; */
        text-align: right;
        font-size: 12px;
        color: rgba(255, 255, 255, 1);
    }

    .timestamp {
        margin-top: 5px;
    }

    .messages .message::before {
        content: '';
        position: absolute;
        bottom: -6px;
        border-top: 6px solid rgba(0, 0, 0, 0.3);
        left: 0;
        border-right: 7px solid transparent;
    }

    .messages .message .avatar {
        position: absolute;
        z-index: 1;
        bottom: -15px;
        left: -35px;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        border: 2px solid rgba(255, 255, 255, 0.24);
    }

    .messages .message .avatar img {
        width: 100%;
        height: auto;
    }

    .messages .message.message-personal {
        float: right;
        color: #fff;
        text-align: right;
        margin-right: 5px;
        background: -webkit-linear-gradient(330deg, #0d1d62, #257287);
        background: linear-gradient(120deg, #0d1d62, #257287);
        border-radius: 10px 10px 0 10px;
    }

    .messages .message.message-personal::before {
        left: auto;
        right: 0;
        border-right: none;
        border-left: 5px solid transparent;
        border-top: 4px solid #257287;
        bottom: -4px;
    }

    .messages .message:last-child {
        margin-bottom: 30px;
    }

    .messages .message.new {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-animation: bounce 500ms linear both;
        animation: bounce 500ms linear both;
    }

    .messages .message.loading::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 2;
        margin-top: 4px;
        -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
        animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
        border: none;
        -webkit-animation-delay: .15s;
        animation-delay: .15s;
    }

    .messages .message.loading span {
        display: block;
        font-size: 0;
        width: 20px;
        height: 10px;
        position: relative;
    }

    .messages .message.loading span::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 2;
        margin-top: 4px;
        -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
        animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
        margin-left: -7px;
    }

    .messages .message.loading span::after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        z-index: 2;
        margin-top: 4px;
        -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
        animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
        margin-left: 7px;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
    }

    /*--------------------
    Message Box
    --------------------*/
    .message-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 40px;
        flex: 0 1 40px;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
        position: relative;
    }

    .message-box .message-input {
        background: rgba(255, 255, 255, 0.9);
        /* border: none; */
        outline: none !important;
        resize: none;
        /* color: rgba(255, 255, 255, 0.7); */
        font-size: 14px;
        height: 17px;
        margin: 0;
        padding-right: 20px;
        width: 100%;
    }

    .message-box textarea:focus:-webkit-placeholder {
        color: transparent;
    }

    .message-box .message-submit {
        position: absolute;
       /*  z-index: 1; */
        top: 15px;
        right: 15px;
        color: #fff;
        border: none;
        background: #0d1d62;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 1;
        padding: 6px 10px;
        border-radius: 10px;
        outline: none !important;
        -webkit-transition: background .2s ease;
        transition: background .2s ease;
    }

    .message-box .message-submit:hover {
        /*  background: #1D7745; */
        background: linear-gradient(120deg, #0d1d62, #257287);
    }

    /*--------------------
    Custom Srollbar
    --------------------*/
    .mCSB_scrollTools {
        margin: 1px -3px 1px 0;
        opacity: 0;
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 0px;
        padding: 0 10px;
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }

    /* div#pricing_list {
        margin-top: 600px;
    } */

    .qarea {
        display: block;
        width: 100%;
        overflow: hidden;
    }

   /*  .pricinglist .col-md-3 .pricingTable {
        height: 150px;
    } */
    .pricingTable-header .heading {
        min-height: 50px;
    }
    .pricinglist .item {
        margin-bottom: 10px;
    }

    @media screen and (max-width: 600px) {

        .pricingTable.mostpopular-box {
            margin-top: 30px;
        }
        .chat {
            top: 0 !important;
            left: 0;
            width: 98%;
            max-height: unset !important;
            height: 80vh;
            right: 0;
            margin: 0 auto;
            margin-bottom: 20px;
            /*   webkit-transform: translate(-50%, -50%); 
           transform: translate(-50%, -50%); */
        }

         div#pricing_list {
           
            padding: 5px 0px !important;
            overflow: scroll !important;
           /*  height: 80vh; */
        } 
    }

    /*--------------------
    Bounce
    --------------------*/
    @-webkit-keyframes bounce {
        0% {
            -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        4.7% {
            -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        9.41% {
            -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        14.11% {
            -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        18.72% {
            -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        24.32% {
            -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        29.93% {
            -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        35.54% {
            -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        41.04% {
            -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        52.15% {
            -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        63.26% {
            -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        85.49% {
            -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        100% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
    }

    @keyframes bounce {
        0% {
            -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        4.7% {
            -webkit-transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        9.41% {
            -webkit-transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        14.11% {
            -webkit-transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        18.72% {
            -webkit-transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        24.32% {
            -webkit-transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        29.93% {
            -webkit-transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        35.54% {
            -webkit-transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        41.04% {
            -webkit-transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        52.15% {
            -webkit-transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        63.26% {
            -webkit-transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        85.49% {
            -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }

        100% {
            -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        }
    }

    @-webkit-keyframes ball {
        from {
            -webkit-transform: translateY(0) scaleY(0.8);
            transform: translateY(0) scaleY(0.8);
        }

        to {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }
    }

    @keyframes ball {
        from {
            -webkit-transform: translateY(0) scaleY(0.8);
            transform: translateY(0) scaleY(0.8);
        }

        to {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }
    }

    .toast-top-right {
        z-index: 99999;
    }

    /* .box {
        display: none;
        width: 100%;
        height: 100%;
        font-size: 30px;
        padding: 1em;
        position: absolute;
        margin-bottom: 0.25em;
        vertical-align: top;
        transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
        margin: 0 auto;
        top: 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        padding: 200px 0;
    } */

    .box {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
}


    .loader-01 {
        border: 0.2em dotted currentcolor;
        border-radius: 50%;
        -webkit-animation: 1s loader-01 linear infinite;
        animation: 1s loader-01 linear infinite;
        display: inline-block;
        width: 1em;
        height: 1em;
        color: #fff;
        vertical-align: middle;
        pointer-events: none;
    }


    @keyframes loader-01 {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    .pricing-content ul li:before {
        content: "\00BB";
        color: #0d1d62;
        font-size: 27px;
        margin-right: 9px;
    }

    .pricing-content ul li.liblank:before {
        content: '';
    }

    .pricinglist .item:hover {
       /*  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
        cursor: pointer;
    }

    .pricinglist .item {
        text-transform: capitalize;
        /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
      /*   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
    }

    .highlight_search {
        background-color: #ffff00;;
    }
    .pricingTable .month ul {
    text-align: left;
    font-size: 13px;
    min-height: 60px;
   /*  margin-left: 14px; */
}

.new_quote_btn {
    margin-top: -24px;
}
.new_quote_btn a {
    font-size: 10px;
}

   body {
        background: #fff;
        padding:  0;
    }

    a {
        text-decoration: none;
    }

    .pricingTable {
       
        padding: 10px 10px;
        text-align: center; 
        background: #fff;
        /*margin: 0 -15px;*/
        box-shadow: 0 0 10px #ababab;
        /*  padding-bottom: 40px; */
        border-radius: 10px;
        color: #cad0de;
        transform: scale(1);
        transition: all .5s ease 0s;
        margin-bottom: 10px;
    }
    .pricing-content ul {
        max-height: 350px;
        overflow-y: scroll;
        margin: 0px 0px 0 25px !important;        
    }

    .pricingTable:hover {
        transform: scale(1.05);
        z-index: 1;
        background: rgb(0 0 0 / 16%);
    }

    

    .pricingTable .pricingTable-header {
        min-height: 110px;
        padding: 20px 0;
        /* background: #f5f6f9; */
        /* background: #d7a10d7d; */
        border-radius: 10px 10px 50% 50%;
        transition: all .5s ease 0s
    }

    .pricingTable.pink .pricingTable-header {
        background: #a9406469;
    }

    .pricingTable.brown .pricingTable-header {
        background: #ffc0cb;
    }

    .pricingTable.salmon .pricingTable-header {
        background: #fa807278;
    }

    /* .pricingTable:hover .pricingTable-header {
        background: #d7a10d
    } */

    .pricingTable .pricingTable-header i {
        font-size: 50px;
        color: #858c9a;
        margin-bottom: 10px;
        transition: all .5s ease 0s
    }

    .pricingTable .price-value {
        font-size: 20px;
       /*  color: #d7a10d; */
       color: #000;
        transition: all .5s ease 0s;
        min-height: 115px;
    }

    .pricingTable .month {
        display: block;
        font-size: 14px;
        color: #000;
    }

    .pricingTable .month ul { 
        list-style-type: disclosure-closed;
        color: #4b5260;
    }

    .plan_price span {
        font-weight: 700;
        font-size: 32px;
    }

    .badge-plan {
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 999;
        background: #d3b950;
        /* overflow: hidden; */
        color: #000;
        font-weight: 500;
        padding: 2px 8px;
        border-radius: 0 12px 0 0;
    }

    .badge-plan:hover + .pestlist{
        opacity: 1;
        transform: translateY(0%);
    }

    .pricinglist .item {
        position: relative;
    }

    .pestlist ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
   
    .showmore {
        display: none;
    }

  /*  .badge-plan::before {*/
  .pestlist{
   /* content: attr(data-bs-original-title);*/
    position: absolute;
    background-color: #0d1d62;
    width: fit-content;
    color: #fbf9fd;
    padding: 0.4rem 1rem;
    top: 30px;
    /* left: 0; */
    right: 0;
    font-size: 14px;
    opacity: 0;
    transform: translateY(20%);
    transition: all .3s ease-in-out;
    }

    /* .badge-plan:hover::before {
    opacity: 1;
    transform: translateY(0%);
    } */
    /* .pricingTable:hover .month,
    .pricingTable:hover .price-value,
    .pricingTable:hover .pricingTable-header i {
        color: #fff
    } */

    .pricingTable .heading {
        font-size: 18px;
        /* color: #d7a10d; */
        color: #0d1d62;
        font-weight: 700;
        margin-bottom: 2px;
        text-transform: uppercase;
        min-height: 42px;
        padding: 0 10px;
    }

    .pricingTable .pricing-content ul {
        list-style: none;
        padding: 0;
        margin-bottom: 30px
    }

    .pricingTable .pricing-content ul li {
        line-height: 30px;
        color: #0d1d62;
    }

    .pricingTable .pricingTable-signup a {
        text-align: center;
        display: inline-block;
        width: 100%;
        font-size: 15px;
        color: #fff;
        padding: 10px;
        border-radius: 0 0 10px 10px;
        background: #d7a10d;
        text-transform: uppercase;
        transition: all .3s ease 0s;
    }

    .pricingTable .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #d7a10d
    }

    .pricingTable.blue .heading,
    .pricingTable.blue .price-value {
        color: #0d1d62
    }

    .pricingTable.blue .pricingTable-signup a,
    .pricingTable.blue:hover .pricingTable-header {
        background: #0d1d62
    }

    .pricingTable.blue .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #0d1d62
    }

    .pricingTable.red .heading,
    .pricingTable.red .price-value {
        color: #ff4b4b
    }

    .pricingTable.red .pricingTable-signup a,
    .pricingTable.red:hover .pricingTable-header {
        background: #ff4b4b
    }

    .pricingTable.red .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #ff4b4b
    }

    .pricingTable.indianred .heading,
    .pricingTable.indianred .price-value {
        color: #CD5C5C
    }

    .pricingTable.indianred .pricingTable-signup a,
    .pricingTable.indianred:hover .pricingTable-header {
        background: #CD5C5C
    }

    .pricingTable.indianred .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #CD5C5C
    }

    .pricingTable.brown .heading,
    .pricingTable.brown .price-value {
        color: #A52A2A
    }

    .pricingTable.brown .pricingTable-signup a,
    .pricingTable.brown:hover .pricingTable-header {
        background: #A52A2A
    }

    .pricingTable.brown .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #A52A2A;
    }

    .pricingTable.pink .heading,
    .pricingTable.pink .price-value {
        color: #a94064;
    }

    .pricingTable.pink .pricingTable-signup a,
    .pricingTable.pink:hover .pricingTable-header {
        background: #a94064;
    }

    .pricingTable.pink .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #a94064;
    }

    .pricingTable.purple .heading,
    .pricingTable.purple .price-value {
        color: #800080
    }

    .pricingTable.purple .pricingTable-signup a,
    .pricingTable.purple:hover .pricingTable-header {
        background: #800080
    }

    .pricingTable.purple .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #800080
    }

    .pricingTable.orange .heading,
    .pricingTable.orange .price-value {
        color: #FFA500
    }

    .pricingTable.orange .pricingTable-signup a,
    .pricingTable.orange:hover .pricingTable-header {
        background: #FFA500
    }

    .pricingTable.orange .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #FFA500
    }

    .pricingTable.yellow .heading,
    .pricingTable.yellow .price-value {
        color: #FFFF00
    }

    .pricingTable.yellow .pricingTable-signup a,
    .pricingTable.yellow:hover .pricingTable-header {
        background: #FFFF00
    }

    .pricingTable.yellow .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #FFFF00
    }

    .pricingTable.CornflowerBlue .heading,
    .pricingTable.CornflowerBlue .price-value {
        color: #6495ED
    }

    .pricingTable.CornflowerBlue .pricingTable-signup a,
    .pricingTable.CornflowerBlue:hover .pricingTable-header {
        background: #6495ED
    }

    .pricingTable.CornflowerBlue .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #6495ED
    }

    .pricingTable.coral .heading,
    .pricingTable.coral .price-value {
        color: #FF7F50
    }

    .pricingTable.coral .pricingTable-signup a,
    .pricingTable.coral:hover .pricingTable-header {
        background: #FF7F50
    }

    .pricingTable.coral .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #FF7F50
    }

    .pricingTable.salmon .heading,
    .pricingTable.salmon .price-value {
        color: #FA8072
    }

    .pricingTable.salmon .pricingTable-signup a,
    .pricingTable.salmon:hover .pricingTable-header {
        background: #FA8072
    }

    .pricingTable.salmon .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #FA8072
    }

    .pricingTable.green .heading,
    .pricingTable.green .price-value {
        color: #40c952
    }

    .pricingTable.green .pricingTable-signup a,
    .pricingTable.green:hover .pricingTable-header {
        background: #40c952
    }

    .pricingTable.green .pricingTable-signup a:hover {
        box-shadow: 0 0 10px #40c952
    }
   

    .plan_highlighs {
        font-weight: 600;
        color: #0d1d62;
        padding-bottom: 12px;
    }

    .pricingTable-signup {
        margin-bottom: 20px;
    }


    .pricing-content ul,
    .plan_highlighs {
        margin: 5px 25px;
    }

    .pricing-content {
        text-align: left;
    }

    @media screen and (max-width:990px) {
        .pricingTable {
            margin: 0 0 20px
        }
    }

    .toast-success {
        background: #1a3;
    }

    .toast-error {
        background: #ff0000;
    }

    .error {
        color: #ff0000;
    }

    .price-value small {
        font-size: 14px;
    }


/***** Header css ******/

 .site-title a img {
    position: relative;
}
header#site-header {
   /*  background: linear-gradient(135deg, #0d1d62 0%, #1a2980 100%); */
    box-shadow: 0 4px 20px rgba(13, 29, 98, 0.3);
    padding: 8px 0;
    border-bottom: 3px solid #f39c12;
    margin-bottom: 20px;
}

.site-logo img {
    filter: brightness(1.1) contrast(1.1);
    transition: transform 0.3s ease;
}

.site-logo:hover img {
    transform: scale(1.05);
}

.border_box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 6px 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(243, 156, 18, 0.3);
    display: flex;
    align-items: center;
    gap: 8px;
}

.imgtext img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 30px !important;
    height: 30px !important;
}

.numberone a {
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #0d1d62 !important;
}

.paragrap {
    margin: 0;
    font-size: 10px;
    color: #666;
}



a img.default {
    opacity: 1;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}
a img.small{
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
img.small
 {
    margin-left: -95px !important;
}
.site-title .logo {
    display: inline-block;
    vertical-align: middle;
    min-height: 1px;
    min-width: 1px;
}
.customheader ul {
    padding: 0px;
    margin: 0px;
    text-align: right;
    list-style: none;    
    display: flex;
    align-items: center;
}

.border_box {
    border: 2px solid #dfe4e7;
    padding: 3px 0px;
    gap: 0px;
}

.customheader .textwidget
 {
    text-align: center;
}
div.imgtext {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
div.numbertext {
    text-align: center;
    width: 68%;
    vertical-align: middle;
    display: inline-block;
    padding-left: 1px;
}
.textwidget img {
    max-width: 100%;
    height: auto;
}
p.paragrap {
    font-weight: 600;
    padding-top: 0px;
    margin-bottom: 0px;
    color: rgb(74, 78, 98);
    line-height: 1.1;
}
.numberone
 {
    color: #0d1d62;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2px;
}
.site-logo {
    display: inline-block;
}
.customheader {
    text-align: right;
}
.border_box {
    max-width: 210px;
    margin-left: auto;
}
p.paragrap a {
    text-decoration: none;
}

 :root {
--white: rgb(255, 255, 255);
--black: rgb(0, 0, 0);
--blue: #0d1d62;
 }

 .form-group {
    margin-bottom: 1rem;
}

.footer_quote {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    /* display: none;  */ 
}

.footer_quote ul li span i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
}


.p-5 {
  padding: .5rem; 
}

.c-white {
  color: var(--white) !important;
}

.bgc-blue {
  background-color: #11206a; /*var(--blue) !important;*/
}

.circle {
  border-radius: 50%; 
}

/* .call:after {
  position: absolute;
  content: '';
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--blue);
  opacity: 0.5;
  animation: ring-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
}

.call:before {
  position: absolute;
  content: '';
  background-color: rgba(0, 170, 218, 0.5);
  border-radius: 50%;
  border: none;
  animation: ring-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
  transform-origin: 50% 50%;
} */

.osc-rotation {
  box-sizing: border-box;
  animation: oscillate-rotation 1s infinite ease-in-out;
  transform-origin: 50% 50%;
}

/*  .call {
    position: absolute;
    right: 0;
}  */
.footer_quote ul {
    list-style: none;
    position: fixed;
    right: 12px;
    bottom: 55px;
}
.footer_quote span ul li {
    margin-bottom: 5px;
}

@keyframes ring-circle-anim {
  0% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0;
  }

  30% {
    transform: rotate(0) scale(1.5) skew(0deg);
    opacity: 0.5;
  }

  100% {
    transform: rotate(0) scale(1.7) skew(0deg);
    opacity: 0.1;
  }
}
@keyframes ring-circle-fill-anim {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
    opacity: 0.2;
  }

  50% {
    transform: rotate(0) scale(1.4) skew(0deg);
    opacity: 0.2;
  }

  100% {
    transform: rotate(0) scale(1.1) skew(0deg);
    opacity: 0.2;
  }
}

@keyframes oscillate-rotation {
  0% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }

  50% {
    transform: rotate(0) scale(1) skew(0deg);
  }

  100% {
    transform: rotate(0) scale(1) skew(0deg);
  }
}

.chatbox-open {
   /*  position: absolute;
    border: 0;
    right: 0px;
    top: -60px; */
    cursor: pointer;
}

.chatbox-close {
   /*  display: none;  */
    cursor: pointer;
}

.chatbox-popup {
  display: flex;
  position: absolute;
  box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, 0.2);
  flex-direction: column;
   display: none; 
 /*  bottom: calc(2 * 16px + 52px); */
  bottom: calc(2 * 16px + 0px);
  right: 6px;
  width: 315px;
  height: auto;
  background-color: #fff;
  border-radius: 16px;
  opacity: 1;
  transform: translateY(120px); /* Start slightly below */
  transition: opacity 0.5s ease, transform 0.5s ease;  
    z-index: 99;
}
.chatbox-popup .chatbox-popup__header {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: #0d1d62;
  align-items: center;
  justify-content: space-around;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.chatbox-popup .chatbox-popup__header .chatbox-popup__avatar {
  margin-top: -40px;
  background-color: #c49a2b;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 50px;
}
.chatbox-popup .chatbox-popup__main {
  box-sizing: border-box;
  width: 100%;
  padding: calc(2 * 16px) 16px;
  line-height: calc(16px + 16px / 2);
  color: #888;
  text-align: center;
}

.loader-01 {
	border: .2em dotted currentcolor;
	border-radius: 50%;
	animation: 1s loader-01 linear infinite;
}
.loader-01:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -0.2em;
    left: 50%;
    border: 0.2em solid currentcolor;
    border-radius: 50%;
}

.customheader ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px;
    width: 30%;
}

.textwidget p {
    margin: 0;
}

@keyframes loader-01 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

 @media screen and (max-width: 600px) {
    .footer_quote ul {
        display: flex;
        flex-direction: row-reverse;
        gap: 5px;
    }

    .footer_quote ul li span i {
        font-size: 24px;
        width: 40px;
        height: 40px;
        text-align: center;
    }
} 
@media (max-width: 767px) {
    .site-title a img.default {
        display: none;
    }
    .site-title a img.small {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        display: inline-block !important;
        margin: 0 !important;
    }
    .border_box {
        display: flex;
        align-items: center;
    }
    .numberone {
        font-size: 18px;
    }
    p.paragrap  {
        font-size: 13px;
    }
    /* .customheader {
        display: none;
    } */
     .customheader ul li {
        width: 100%;
    }
    .row {
        justify-content: space-between;
    }
    .col-md-3 {
        flex: 0 0 auto;
    }
}
/* Service item styling */
.service-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-icon {
    flex-shrink: 0;
}

.service-text {
    flex: 1;
}

.service-text p {
    margin: 0;
}
.service-text p {
    margin: 0;
    font-size: 14px;
}

.textwidget p {
    font-size: 14px;
}
.service-text {
    white-space: nowrap;
}

@media (max-width: 1170px) {
    li.mdscreen {
        display: none !important;
    }
}

@media (max-width: 980px) {
    li.pets {
        display: none !important;
    }
    .customheader ul li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    #site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background : #fff;
    }
    
    body {
        padding-top: 80px;
    }
}
p.paragrap {
    white-space: nowrap;
}

input, textarea, select {
  font-size: 16px; /* avoids zoom-in on iPhone */
}

body {
  overflow-x: hidden;
}