/*!
 * Start Bootstrap - Creative v5.0.1 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    /*font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;*/
    /*font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;*/
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    /*font-family: "Raleway", sans-serif;*/
    background-color: #F4F5FC !important;
    min-height: 100% !important;
    overflow: auto;
    touch-action: pan-x pan-y;
}

/* particle js start*/
canvas {
    display: block;
    vertical-align: bottom;
}

.grecaptcha-badge {
    top: 75%;
    z-index:9999;
    visibility:hidden;
}

.sidebar {
    position: fixed;
    top: 50%;
    right:-400px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor:pointer;
    z-index:1040;
    display:flex;
    height:40px;
    align-items:center;
}

.cc-banner.cc-bottom {
    background: linear-gradient( 269deg, #445469,#1fb18a);
    z-index: 9999;
}

.cc-compliance a{
    color:white !important;
    border-color:white !important;
}

.not-popped-out {
    transition: all .3s ease;
}

b {
    color: #1fb18a !important;
}

canvas {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

#gotoAbout {
    color: #f4f4f4 !important;
    border: 2px solid #f4f4f4 !important;
}

#rightSection {
    z-index: 10;
    background-color: white;
    position: absolute;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    right: 0;
    overflow: scroll;
    border-left: 2px solid #363A49;
}

#hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

    #hamburger .line {
        fill: none;
        stroke: #23344a;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    #hamburger .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    #hamburger .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }

    #hamburger .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }

    #hamburger.open .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    #hamburger.open .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }

    #hamburger.open .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

.navbar-toggler:focus {
    outline: unset !important;
}

.popped-out{
    transition: all .3s ease;
    right: 0px;
}

#userInfoModal .select2 {
    width: 100% !important;
    margin-top: 2rem;
    font-weight: 100;
}

#userInfoModal .select2-selection{
    height:40px;
}

#userInfoModal .select2-selection__rendered{
    line-height:40px;
}

#userInfoModal .select2-search__field:focus {
    outline: none;
}

.sidebar #contactus {
    transition: 0.6s ease-out;
    display: flex;
    text-align: center;
    padding: 18px 25px 13px;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
    font-weight: lighter;
    background: linear-gradient(90deg,#445469,#1fb18a);
    border-radius: 10px 10px 0 0;
    transform: rotateZ( 270deg );
    right: 250px;
    position: absolute;
    width: 85%;
    justify-content: center;
}
#PatnerId {
    margin-top: 44px;
}

.sidebar #sidediv {
    cursor: initial;
    background: linear-gradient( 0deg,#445469,#1fb18a );
    color: white;
    height: 100vh;
    width: 400px;
    /*border-radius: 10px 0 0 10px;*/
}
        .sidebar #contactus:hover {
            text-decoration: none;
        }

    .sidebar i{
        font-size:20px;
    }

/*floating btn end*/

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #23344a;
    margin: auto;
}

    hr.light {
        border-color: #fff;
    }

a {
    color: #286091;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover {
        color: #415966;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    /*font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;*/
}

.bg-primary {
    /*background-color: #E2E6EA !important;*/
    background-color: #1f354a !important;
}

.bg-dark {
    /*background-color: #212529 !important;*/
    background: linear-gradient(45deg, #141e30, #243b55);
}

.bg-inverse {
    background: linear-gradient( 90deg, #445469,#1fb18a );
}

.bg-gold {
    background-color: #fec84e;
    background-image: linear-gradient(315deg, #fec84e 0%, #ffdea8 74%);
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.text-red {
    color: #B61F2E !important;
}

.text-green {
    color: #1E7F34 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
}

.text-13 {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.22em;
}
/* ordercompletemodal start*/

.orderCompleteModal .modal-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
}

    .orderCompleteModal .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
    }

    .orderCompleteModal .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .orderCompleteModal .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -15px;
    }

    .orderCompleteModal .modal-confirm .form-control, .orderCompleteModal.modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .orderCompleteModal .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -5px;
    }

    .orderCompleteModal .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
    }

    .orderCompleteModal .modal-confirm .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -70px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #1fb18a;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .orderCompleteModal .modal-confirm .icon-box i {
            font-size: 50px;
            position: relative;
            top: 10px;
        }

    .orderCompleteModal .modal-confirm.modal-dialog {
        margin-top: 80px;
    }

    .orderCompleteModal .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
        background: #1fb18a;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border: none;
    }

        .orderCompleteModal .modal-confirm .btn:hover, .orderCompleteModal .modal-confirm .btn:focus {
            background: #02916b;
            outline: none;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

/* ordercompletemodal end*/
#threetext {
    width: 100%;
    height: 80px;
    text-transform: uppercase;
    font-size:45px;
    align-items:center;
}

section {
    padding: 5rem 0;
}

#shopping-cart .badge {
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background: #23344a;
}

#shopping-cart .btn {
    background:none;
    color:#23344a;
    font-size: initial;
    border: unset;
    text-transform: uppercase;
    outline:none;
    cursor:pointer;
}

section:last-of-type{
    padding-bottom:0;
}

.section-heading {
    margin-top: 0;
    color: #23344a;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

.img-container {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.person-img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
}

.img-container::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transform: translateY(25%);
    background: #1fb18a;
    color: white;
}

.img-container::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1fb18a;
    position: absolute;
    top: -0.25rem;
    right: -0.5rem;
    border-radius: 50%;
}


#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #F5F6FD;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    padding: 5px !important;
}

    #mainNav .navbar-brand {
        font-weight: 700;
        text-transform: uppercase;
        color: #F05F40;
        padding-left:0.75rem !important;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        font-size: .9rem;
        font-weight: 700;
        text-transform: uppercase;
    }

    /* nav design */
    #navbarResponsive ul li a::after, #navbarResponsive ul li a::before {
        transition: all .5s;
    }
#navbarResponsive ul li a {
    position: relative;
    z-index: 1;
    transition: all .5s;
    color: #23344a;
}

    #navbarResponsive ul li a:hover {
        color: white !important;
    }

    #navbarResponsive ul li a:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        content: '.';
        color: transparent;
        background: #23344a;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
    }

    #navbarResponsive ul li a:hover:after {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }
/* end nav design*/

.overlay-1 {
    width: 100%;
    height: 100%;
    top: 0;
    background: #353948;
    opacity: 0.8;
    position: absolute;
}

.overlay-2 {
    width: 100%;
    height: 100%;
    top: 0;
    background: #353948;
    opacity: 0.5;
    position: absolute;
}

header.masthead {
    padding-top: 12rem;
    padding-bottom: calc(10rem - 56px);
    background-position: center center;
    background-size: cover;
}

    header.masthead hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    header.masthead h1 {
        font-size: 1.5rem;
    }

    header.masthead p {
        font-weight: 300;
    }

#reqModalBody {
    height: 750px;
    overflow-y: scroll;
}


.container {
    max-width: 1500px;
}

.service-box {
    max-width: 400px;
}


.text-primary {
    color: #353948 !important;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
    padding: 1rem 2rem;
}


.btn-xs {
    padding: 0px 5px;
    font-size: 1rem;
}

.btn-primary {
    background-color: #638699;
    border-color: #638699;
}

.btn-primaryy {
    background-color: #007bff;
    border-color: #007bff;
    color:white;
}

    .btn-primaryy:hover {
        background-color: #005ec3;
    }


.btn-gold {
    background-color: #DFC7A0;
    border-color: #DFC7A0;
    color: white;
}

    .btn-gold:hover, .btn-gold:focus, .btn-gold:active {
        background-color: #C59347;
        border-color: #C59347;
        color: white;
    }

.btn-blue {
    background-color: #6A8D9F;
    border-color: #6A8D9F;
    color: white !important;
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:active {
        background-color: #415966;
        border-color: #415966;
        color: white;
    }


.btn-success {
    background-color: transparent;
    color: #28a745;
    padding: 8px;
    margin-left: 3px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #28a745;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background-color: #28a745;
        border-color: #28a745;
        color: white;
    }


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #415966 !important;
}

.btn-primary:active, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #415966 !important;
    box-shadow: 0 0 0 0.2rem #415966 !important;
}

.loginbtn {
    background-color: transparent;
    padding: 8px;
    margin-left: 3px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
    color: #23344a;
    border: 2px solid #23344a;
    transition: all 0.5s ease-out;
}

    .loginbtn:hover {
        background: #23344ac7;
        border-color: #23344ac7;
        transition: all 0.5s ease-out;
        color: white;
    }

.dropbtn {
    background: #F4F5FC;
    color: #23344a;
    padding: 10px;
    font-size: .9rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    width: 160px;
    transition: all 0.5s ease-out;
    border-radius: 5px;
}

.dropbtn:focus{
    outline:none
}

.dropbtn:hover {
    background-color: #23344ac7 !important;
    color: white;
    transition: all 0.5s ease-out;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #F4F5FC;
    color: #23344a;
    width: 100%;
    box-shadow: 0px 8px 16px 10px rgba(0,0,0,0.2);
    z-index: 11;
    max-height: 350px;
    overflow-y: scroll;
}

    .dropdown-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
    }

    .dropdown-content a:hover {
        background-color: #23344ac7;
        color: white !important;
    }

.my-btn {
    font-size: 15px;
    border-radius: unset;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1fb18a;
    color: white;
    transition: 0.5s ease-out;
    white-space: break-spaces;
}

    .my-btn:hover {
        background-color: #26a180;
        transition: 0.5s ease-out;
        color: white;
    }

#watchvid {
    transition: 3s ease-out;
    font-size: 15px;
    background-color: #445469;
    border-radius: unset;
    color: white;
    white-space: break-spaces;
}

#watchvid,#requestBtn{
    display:inline-table;
    width:310px;
    z-index:1;
}
@-moz-document url-prefix() {
    #watchvid, #requestBtn {
        display: flex;
    }
}

#watchvid:hover {
    background-color: #3a434e;
    transition: 0.5s ease-out;
}
    .dropdowntxt {
        position: relative;
        display: inline-block;
    }

    .droptxt-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 700px;
        padding: 10px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
    }


        .droptxt-content a:hover {
            background-color: #f1f1f1
        }
    /* ========== Login DDL ========== */
    .logindropbtn {
        background-color: #6A8D9F;
        color: white !important;
        padding: 10px;
        font-size: .9rem;
        font-weight: 700;
        border: none;
        cursor: pointer;
        border-radius: 10px;
        margin-left: 5px;
    }

    .logindropdown {
        position: relative;
        display: inline-block;
    }

    #requestBtn:focus {
        box-shadow: unset !important;
    }

    .logindropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border-radius: 5px;
    }

        .logindropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
            font-size: .9rem;
            font-weight: 700;
        }

            .logindropdown-content a:hover {
                background-color: #f1f1f1
            }

    .logindropdown:hover .dropbtn {
        background-color: #E2E6EA;
    }

    .myBtn {
        background: transparent;
        color: #23344a;
        border-radius: 43px;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
        border: 10px solid;
        border-radius: 10px;
        border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
    }

        .myBtn:hover {
            background: transparent;
            color: #FE6470;
            font-size: .9rem;
            font-weight: 700;
            cursor: pointer;
        }

.mySecondBtn {
    background: linear-gradient( 90deg,#1fb18a,#445469 );
    color: #fff;
    border-radius: 43px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    padding: 20px 100px !important;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
}

    .mySecondBtn:hover {
        background: linear-gradient( 90deg,#445469,#1fb18a);
        color: #fff;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
    }

    .next-text {
        display: none;
        font-size: .9rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #02A8E0;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    }


    #btn-place {
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        outline: none;
        cursor: pointer;
    }

    #social-media a {
        padding: 0rem;
    }

    #social-media a:hover {
        text-decoration:unset;
    }

    #social-media svg{
        transition: 0.1s ease;
    }

    #social-media svg:hover{
        transform:scale(1.1);
    }

    .control-label {
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
        color: #2D447E;
        font-weight: 600;
    }

    .control-label-white {
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
        color: white;
        font-weight: 600;
    }

    .css-label {
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    }

    .modalStyle {
        background-color: #DBE4E9;
        padding-top: 10px;
        margin-bottom: 20px;
    }

    .arrow-down-image {
        width: 15px !important;
        margin-left: 1rem;
    }

    .btn-light-blue {
        background-color: #00bbe1;
        border-color: #00bbe1;
        color: white;
    }

        .btn-light-blue :hover, .btn-light-blue :focus, .btn-light-blue :active {
            background-color: #00b0d4;
            border-color: #00b0d4;
            color: white;
        }
    /* ============ ================ ===============*/
    /* The Modal (background) */
    .popup {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1030; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        vertical-align: middle;
        overflow-y: hidden;
    }

    .popup-header {
        background-color: #fefefe;
        margin: auto;
        padding: 10px;
        border-bottom: 1px solid #DDDDDD;
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    /* Modal Content */
    .popup-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        position: relative;
        width: 100%;
        border-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        max-height: 80%;
        font-size: 15px;
    }

    .button-content {
        padding-top: 1rem;
    }


    #modalbody {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-height: 90%;
        overflow-y: auto;
    }

    .popup-hr {
        margin-top: 1rem;
        max-width: 100% !important;
        border-top: 1px solid #DDDDDD !important;
    }

    /* The Close Button */
    .close-Popup {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        padding-right: 10px
    }

        .close-Popup:hover,
        .close-Popup:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    ::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px grey;
        border-radius: 3px;
    }
    /* Handle */
::-webkit-scrollbar-thumb {
    background: #445469;
    border-radius: 3px;
}
        /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #445469;
    }

    #head {
        display: none !important;
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        font-size: 15px;
        line-height: 2;
        color: #23344a;
        background-color: transparent;
        background-clip: padding-box;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #c1c1c1;
        border-radius: 0px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    }

        .form-control:focus {
            font-size: 15px;
            line-height: 2;
            color: #495057;
            background-color: transparent;
            background-clip: padding-box;
            box-shadow: none !important;
            border-color: #2eb592 !important;
            border-radius: 0px;
        }

        .form-control:disabled {
            cursor: no-drop;
        }

        #contactFormFieldset[disabled] select {
            background: #e9ecef;
            cursor:no-drop;
        }

    .form-control-white {
        display: block;
        width: 100%;
        height: calc(2.25rem + 2px);
        font-size: 15px;
        line-height: 2;
        color: white;
        background-color: transparent;
        background-clip: padding-box;
        border: 1px solid white;
        border-radius: 0px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    }

        .form-control-white:focus {
            font-size: 15px;
            line-height: 2;
            color: white;
            background-color: transparent;
            background-clip: padding-box;
            border: 1px solid white;
            border-radius: 0px;
        }

        #NumberOfEmployees:focus, #FormCountries:focus {
            border-color: #2eb592 !important;
        }

        select > option {
            color: #23344a;
        }

    .contact-modal-title {
        font-weight: 700;
        text-transform: uppercase;
        color: #23344a;
    }

    .contact-modal-title-lowerCase {
        font-weight: 700;
        color: #1a8248;
    }

.contact-modal-under-title {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    color: #1fb18a;
    line-height: 1.22em;
}

    #talkToSales button {
        transition: all 0.5s ease-out;
    }

        #talkToSales button:hover {
            background-color: #23344ac7;
            transition: 0.5s ease-out;
        }

    .blob {
        background: rgba(52, 172, 224, 1);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
        animation: pulse-blue 3s infinite;
    }

    .blob-yellow {
        background: linear-gradient( 90deg,#fe606f,#feb174);
        box-shadow: 0 0 0 0 rgba(254,96,111,1);
        animation: pulse-yellow 1.5s infinite;
    }

    @keyframes pulse-blue {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
        }
    }

    @keyframes pulse-yellow {
        0% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(254,96,111,0.7);
        }

        70% {
            transform: scale(1);
            box-shadow: 0 0 0 10px rgba(254,96,111,0);
        }

        100% {
            transform: scale(0.95);
            box-shadow: 0 0 0 0 rgba(254,96,111,0);
        }
    }

    .inp {
        position: relative;
        margin: auto;
        width: 100%;
        max-width: 100%;
    }

        .inp .label {
            position: absolute;
            left: 0;
            font-size: 16px;
            font-weight: 500;
            transform-origin: 0 0;
            transition: all 0.2s ease;
        }

        .inp select {
            margin-top: 2rem;
            outline: none;
            -webkit-appearance: none;
            width: 100%;
            border: 0;
            font-family: inherit;
            padding: 12px 5px;
            height: 48px;
            font-size: 16px;
            font-weight: 500;
            border-bottom: 2px solid #c8ccd4;
            background: none;
            border-radius: 0;
            color: grey;
            transition: all 0.15s ease;
        }

        .inp input {
            -webkit-appearance: none;
            width: 100%;
            border: 0;
            font-family: inherit;
            margin-top: 1.3rem;
            height: 35px;
            font-size: 14px;
            font-weight: 500;
            border-bottom: 2px solid #c8ccd4;
            background: none;
            border-radius: 0;
            color: #223254;
            transition: all 0.15s ease;
        }

            .inp input:hover {
                background: rgba(34,50,84,0.03);
            }


            .inp input:focus {
                background: none;
                outline: none;
            }

        .inp textarea {
            -webkit-appearance: none;
            outline: none;
            width: 100%;
            border: 0;
            font-family: inherit;
            padding: 12px 0;
            height: 100px;
            font-size: 16px;
            font-weight: 500;
            border-bottom: 2px solid #c8ccd4;
            background: none;
            border-radius: 0;
            color: #223254;
            transition: all 0.15s ease;
        }

            .inp textarea:hover {
                background: rgba(34,50,84,0.03);
            }

            .inp textarea:not(:placeholder-shown) + span {
                color: #666;
                transform: translateY(-26px) scale(0.75);
            }

            .inp textarea:focus {
                background: none;
                outline: none;
            }

                .inp textarea:focus + span {
                    color: #666;
                    transform: translateY(-26px) scale(0.75);
                }

                    .inp textarea:focus + span + .border {
                        transform: scaleX(1);
                    }


    .modal-dialog {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) !important;
        margin: 0;
    }

    .padding-20 {
        padding: 20px !important;
    }

    .margin-top-10 {
        margin-top: 10px !important;
    }

    .tel-number {
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
        font-weight: 600;
        color: #23344a !important;
    }
    /* =============== ====== Animation ======= =================*/
    .item-1,
    .item-2,
    .item-3,
    .item-4 {
        position: absolute;
        display: inline-block;
        animation-duration: 20s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        margin-right: -10px;
    }

.item-1 {
    animation-name: anim-1;
    color: #1fb18a;
}

.item-2 {
    animation-name: anim-2;
    color: #23344a;
}

.item-3 {
    animation-name: anim-3;
    color: #1fb18a;
}

.item-4 {
    animation-name: anim-4;
    color: #23344a;
    width: 100%;
}

    @keyframes anim-1 {
        0%, 8.3% {
            right: -100%;
            opacity: 0;
        }

        8.3%,17% {
            right: 3%;
            opacity: 1;
        }

        25%, 100% {
            right: 30%;
            opacity: 0;
        }
    }

    @keyframes anim-2 {
        0%, 25% {
            right: -100%;
            opacity: 0;
        }

        30%, 42% {
            right: 3%;
            opacity: 1;
        }

        50%, 100% {
            right: 30%;
            opacity: 0;
        }
    }

    @keyframes anim-3 {
        0%, 50% {
            right: -100%;
            opacity: 0;
        }

        58%, 66% {
            right: 3%;
            opacity: 1;
        }

        75%, 100% {
            right: 30%;
            opacity: 0;
        }
    }

    @keyframes anim-4 {
        0%, 75% {
            right: -100%;
            opacity: 0;
        }

        85%, 91.62% {
            right: 3%;
            opacity: 1;
        }

        100% {
            right: 30%;
            opacity: 0;
        }
    }

    #playbtn {
        width: 44%;
        height: 90%;
        vertical-align: middle;
        z-index: 1;
        border: 1px solid #f4f4f4;
    }

    .videoPlace {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #videosection {
        display: none;
    }

        #videosection .modal {
            -webkit-transform: translate3d(0, 0, 500);
            z-index: 9999 !important;
        }

    .btnPlace {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .first-text {
        font-size: 60px;
        color: #23344a;
    }

    .second-text {
        color: #a5aac5;
        margin-left: 30px;
    }

    .text-black {
        color: #212529;
    }


    #note {
        position: fixed;
        z-index: 10000;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fde073;
        text-align: center;
        line-height: 2.5;
        overflow: hidden;
        -webkit-box-shadow: 0 0 5px black;
        -moz-box-shadow: 0 0 5px black;
        box-shadow: 0 0 5px black;
    }

    #close {
        margin: 10px;
    }

    @-webkit-keyframes slideDown {
        0%, 100% {
            -webkit-transform: translateY(-50px);
        }

        10%, 90% {
            -webkit-transform: translateY(0px);
        }
    }

    @-moz-keyframes slideDown {
        0%, 100% {
            -moz-transform: translateY(-50px);
        }

        10%, 90% {
            -moz-transform: translateY(0px);
        }
    }

    .cssanimations.csstransforms #note {
        -webkit-transform: translateY(-50px);
        -webkit-animation: slideDown 2.5s 1.0s 1 ease forwards;
        -moz-transform: translateY(-50px);
        -moz-animation: slideDown 2.5s 1.0s 1 ease forwards;
    }

    .gotobtn {
        background-color: transparent;
        color: #212529;
        margin-left: 3px;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
        border-radius: 5px;
        border: 2px solid #212529;
    }

    .videobtn {
        background: linear-gradient( 90deg,#fe606f,#feb174);
        color: #fff;
        border-radius: 43px;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
        padding: 20px 100px;
        width: 100%;
    }

    .videobtn:hover {
        background: linear-gradient( 90deg,#feb174,#fe606f);
        color: #fff;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
    }

    .partnerbtn {
        background: linear-gradient(90deg,#1fb18a,#489ed1);
        color: #fff;
        border-radius: 43px;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
        padding: 20px 100px;
        transition:0.3s ease;
    }

    .partnerbtn:hover {
        background: linear-gradient(90deg,#489ed1,#1fb18a);
        color: #fff;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
        transform:scale(1.1);
    }

    .label-basic {
        background-color: #3FABF3;
        font-size: 85% !important;
        padding: 0.4em 0.6em !important;
        display: inline;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        cursor: default;
    }


    .label-standard {
        background-color: #3F48CC;
        font-size: 85% !important;
        padding: 0.4em 0.6em !important;
        display: inline;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        cursor: default;
    }


    .label-premium {
        background-color: #883838;
        font-size: 85% !important;
        padding: 0.4em 0.6em !important;
        display: inline;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        cursor: default;
    }


    .label-ultimate {
        background-color: #604978;
        font-size: 85% !important;
        padding: 0.4em 0.6em !important;
        display: inline;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        cursor: default;
    }

    .label-light-blue {
        background-color: #00bbe1;
        font-size: 13px !important;
        padding: 0.4em 0.6em !important;
        display: inline;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        cursor: pointer;
    }

    .label-blue {
        background-color: #123f6f;
        font-size: 15px !important;
        padding: 0.2em 0.4em !important;
        display: inline;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        cursor: pointer;
    }

    #bundle div[data-target="#licensesModal"] {
        transition: all .2s ease-in-out;
        padding: 20px;
    }

    #bundle .my-3 p {
        font-style: italic;
        font-size: 20px;
        font-weight: lighter;
    }

    #bundle button {
        transition: 0.3s ease-out;
    }

        #bundle button:hover {
            cursor: pointer;
            transform: scale(1.1);
            transition: 0.3s ease-out;
        }
    /* bundle quantity*/
    .qty-input {
        color: #000;
        background: #fff;
        display: flex;
        align-items: center;
        overflow: hidden;
        width: 130px;
        margin: 1.5rem auto 3rem auto;
    }

        .qty-input .product-qty,
        .qty-input .qty-count {
            background: transparent;
            color: inherit;
            font-weight: bold;
            font-size: inherit;
            border: none;
            display: inline-block;
            min-width: 0;
            height: 2.5rem;
            line-height: 1;
        }

            .qty-input .product-qty:focus,
            .qty-input .qty-count:focus {
                outline: none;
            }

        .qty-input .product-qty {
            width: 50px;
            min-width: 0;
            display: inline-block;
            text-align: center;
            -webkit-appearance: textfield;
            -moz-appearance: textfield;
            appearance: textfield;
        }

            .qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
                -webkit-appearance: none;
                appearance: none;
                margin: 0;
            }

        .qty-input .qty-count {
            padding: 0;
            cursor: pointer;
            width: 2.5rem;
            font-size: 1.25em;
            text-indent: -100px;
            overflow: hidden;
            position: relative;
        }

            .qty-input .qty-count:before, .qty-input .qty-count:after {
                content: "";
                height: 2px;
                width: 10px;
                position: absolute;
                display: block;
                background: #000;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
            }

        .qty-input .qty-count--minus {
            border-right: 1px solid #e2e2e2;
        }

        .qty-input .qty-count--add {
            border-left: 1px solid #e2e2e2;
        }

            .qty-input .qty-count--add:after {
                transform: rotate(90deg);
            }

        .qty-input .qty-count:disabled {
            color: #ccc;
            background: #f2f2f2;
            cursor: not-allowed;
            border-color: transparent;
        }

            .qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
                background: #ccc;
            }


    .qty-input {
        border-radius: 4px;
        box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
        transform: scale(1.5);
    }
    /* end qty*/
    #bundle div[data-target="#licensesModal"]:hover {
        transform: scale(1.1);
    }

    #basic .panel, #standard .panel, #premium .panel, #ultimate .panel {
        padding: 20px;
        display: flex;
        align-items: center;
    }

    sup {
        font-size: 60% !important;
        font-weight: 500 !important;
    }

    .margin-bottom-0 {
        margin-bottom: 0 !important;
    }

    .font25 {
        font-size: 25px !important;
    }

    .stroke-service {
        stroke: #1fb18a;
        stroke-width: 5px;
    }

    .label-primary {
        background-color: #337AB7;
        font-size: 85% !important;
        padding: 0.3em 0.5em !important;
        display: inline;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        cursor: pointer;
    }

    .label-orange {
        background-color: #EC874B;
        font-size: 85% !important;
        padding: 0.3em 0.5em !important;
        display: inline;
        font-weight: 600;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
        cursor: pointer;
    }

    .cell-ultimate {
        background-color: #533A6D;
        color: white;
        text-align: center !important;
        font-weight: 600;
        width: 80px !important;
    }

    .cell-premium {
        background-color: #883838;
        color: white;
        text-align: center !important;
        font-weight: 600;
        width: 80px !important;
    }

    .cell-standard {
        background-color: #3F48CC;
        color: white;
        text-align: center !important;
        font-weight: 600;
        width: 80px !important;
    }

    .cell-basic {
        background-color: #38A8F3;
        color: white;
        text-align: center !important;
        font-weight: 600;
        width: 80px !important;
    }


    #continon_table td, #continon_table th {
        border: 1px solid #000;
        padding: 5px;
        vertical-align: middle;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
        font-weight: 600;
    }

    #continon_table tbody td {
        text-align: left;
    }

    #continon_table {
        display: initial;
        width: 70%;
        margin: auto;
    }


    #customTable td, #customTable th {
        border: 1px solid #00000040;
        padding: 5px;
        vertical-align: middle;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
        font-weight: 600;
    }

    #customTable tbody td {
        /* text-align: left;*/
    }

    #customTable {
        display: initial;
    }

    .panel {
        padding: 50px;
        border-radius: 30px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
        font-weight: 600;
        list-style-type: none;
        margin-bottom: 3rem;
    }

    #custom #customPackageTable {
        text-align: center;
        display: block;
    }

        #custom #customPackageTable #customTableBody td {
            padding: 1rem 0;
        }

        #custom #customPackageTable th {
            width: 50%;
            font-size: 24px;
        }

            #custom #customPackageTable th:nth-child(2) {
                width: 20%;
                font-size: 24px;
            }

        #custom #customPackageTable input {
            width: 50px;
            text-align: right;
        }

    #custom .nav-link.active {
        background-color: #23344a !important;
    }

        #custom .nav-link.active:active {
            /*pointer-events:none;*/
        }

    #custom .tab-pane h4 {
        font-weight: bold;
        color: #23344a;
        font-size: 27px;
    }



    #custom .tab-pane p, #custom .tab-pane ul li {
        color: #6c757d !important;
    }

    #custom .nav-link {
        width: 100%;
        color: #286091;
    }

        #custom .nav-link:not(.active):hover {
            color: white;
            background: #006d1;
            background: rgb(86 112 173) !important;
            cursor: pointer;
        }

    #custom #v-pills-tabContent .tab-pane {
        flex-direction: column;
    }

        #custom #v-pills-tabContent .tab-pane.active {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            height: 90%;
        }

    #custom #v-pills-tabContent i:not(.fa-info,.fa-question-circle) {
        color: #5670AD;
    }

    .tooltip-inner {
        max-width: 330px !important;
    }

    #custom .panel {
        padding: 20px;
        display: flex;
        align-items: center;
    }

    #custom .caption h4 {
        font-weight: bold;
    }

    #custom .wrapper .caption p {
    }
    /* 6 test*/
    #custom .wrapper {
        height: 500px;
        background: white;
        overflow: hidden;
        padding: 0;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 0;
        transform: scale(0.95);
        transition: box-shadow 0.5s, transform 0.5s;
    }

        #custom .wrapper .inside .card-body p {
            /*height:100%;*/
        }

    #custom .footer {
        bottom: 0px;
        width: 75%;
        min-height: 90px;
        line-height: 40px;
        background-color: #f5f5f5;
        text-align: right;
        margin-left: auto;
        border-top: 1px solid #DDDDDD;
    }

    .inside .caption a {
        text-decoration: none;
        transition: 0.6s ease-out;
    }

        .inside .caption a:hover {
            transform: scale(1.1);
            transition: 0.6s ease-out;
        }


    #custom .wrapper:hover {
        transform: scale(1);
        box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.35) !important;
    }

    #custom .wrapper .container {
        width: 100%;
        height: 100%;
    }

        #custom .wrapper .container #top {
            height: 80%;
            width: 100%;
            -webkit-background-size: 100% !important;
            -moz-background-size: 100% !important;
            -o-background-size: 100% !important;
            background-size: cover !important;
            background-repeat: no-repeat;
            background-position: center center;
        }

            #custom .wrapper .container #top .lazy {
                display: none;
            }

    #custom .wrapper:nth-child(1) .container #top {
        background-image: url("../../Images/personnel.jpg") !important;
    }

    #custom .wrapper:nth-child(2) .container #top {
        background-image: url("../../Images/recruitment.jpg") !important;
    }

    #custom .wrapper:nth-child(3) .container #top {
        background-image: url("../../Images/schedule.jpg") !important;
    }

    #custom .wrapper:nth-child(4) .container #top {
        background-image: url("../../Images/leavemanagement.jpg") !important;
    }

    #custom .wrapper:nth-child(5) .container #top {
        background-image: url("../../Images/performanceevaluation.jpg") !important;
    }

    #custom .wrapper:nth-child(6) .container #top {
        background-image: url("../../Images/timeattendance.jpg") !important;
    }

    #custom .wrapper:nth-child(7) .container #top {
        background-image: url("../../Images/payroll.jpg") !important;
    }

    #custom .wrapper:nth-child(8) .container #top {
        background-image: url("../../Images/selfservice.jpg") !important;
    }

    #custom .wrapper:nth-child(9) .container #top {
        background-image: url("../../Images/projectmanagement.jpg") !important;
        background-size: cover !important;
    }

    #custom .wrapper:nth-child(10) .container #top {
        background-image: url("../../Images/taskmanagement.jpg") !important;
    }

    #custom .wrapper:nth-child(11) .container #top {
        background-image: url("../../Images/purchasemanagement.jpg") !important;
        background-size: cover !important;
    }

    #custom .wrapper:nth-child(12) .container #top {
        background-image: url("../../Images/salesmanagement.jpeg") !important;
        background-size: cover !important;
    }

    #custom .wrapper:nth-child(13) .container #top {
        background-image: url("../../Images/purchasemanagement-min.jpeg") !important;
        background-size: cover !important;
    }

    #custom .wrapper:nth-child(14) .container #top {
        background-image: url("../../Images/warehousemanagementsystem.jpg") !important;
        background-size: cover !important;
    }

    #custom .wrapper:nth-child(15) .container #top {
        background-image: url("../../Images/assetmanagement.jpg") !important;
        background-size: cover !important;
    }

    #custom .wrapper:nth-child(16) .container #top {
        background-image: url("../../Images/contractmanagement.jpeg") !important;
        background-size: cover !important;
    }

    #custom .wrapper:nth-child(17) .container #top {
        background-image: url("../../Images/changemanagement.jpeg") !important;
    }

    #custom .wrapper:nth-child(18) .container #top {
        background-image: url("../../Images/document.jpeg") !important;
    }

    #custom .wrapper:nth-child(19) .container #top {
        background-image: url("../../Images/ordermanagement.jpg") !important;
        background-size: cover !important;
    }

    #custom .wrapper:nth-child(20) .container #top {
        background-image: url("../../Images/designers.jpeg") !important;
    }

    #custom .wrapper:nth-child(21) .container #top {
        background-image: url("../../Images/ticketing.jpg") !important;
    }

    .wrapper .container .bottom {
        width: 200%;
        height: 20%;
        transition: transform 0.5s;
    }

    #custom .wrapper .container .bottom.clicked {
        transform: translateX(-50%);
    }

    #custom .wrapper .container .bottom h1 {
        margin: 0;
        padding: 0;
    }

    #custom .wrapper .container .bottom p {
        margin: 0;
        padding: 0;
    }

    #custom .wrapper .container .bottom .left {
        height: 100%;
        width: 50%;
        background: #f4f4f4;
        position: relative;
        float: left;
    }

        #custom .wrapper .container .bottom .left .details {
            float: left;
            width: 100%;
            font-size: 24px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #custom .wrapper .container .bottom .left .buy {
            display: flex;
            justify-content: center;
            align-items: center;
            float: right;
            width: calc(30% - 2px);
            height: 100%;
            background: #f1f1f1;
            transition: background 0.5s;
            border-left: solid thin rgba(0, 0, 0, 0.1);
        }

            #custom .wrapper .container .bottom .left .buy i {
                font-size: 30px;
                color: #254053;
                transition: transform 0.5s;
            }

            #custom .wrapper .container .bottom .left .buy:hover {
                background: #a6cdde;
            }

                #custom .wrapper .container .bottom .left .buy:hover i {
                    transform: translateY(5px);
                    color: #00394b;
                }

    #custom .wrapper .container .bottom .right {
        width: 50%;
        background: #a6cdde;
        color: white;
        float: right;
        height: 200%;
        overflow: hidden;
    }

        #custom .wrapper .container .bottom .right .details {
            display: flex;
            flex-direction: column;
            float: right;
            width: calc(81.2% - 40px);
            height: 100px;
            place-content: center;
        }

        #custom .wrapper .container .bottom .right .done {
            width: calc(30% - 2px);
            float: left;
            transition: transform 0.5s;
            border-right: solid thin rgba(255, 255, 255, 0.3);
            height: 50%;
        }

            #custom .wrapper .container .bottom .right .done i {
                font-size: 30px;
                display: flex;
                height: 100%;
                color: white;
                align-items: center;
                justify-content: center;
            }

        #custom .wrapper .container .bottom .right .remove {
            display: flex;
            align-items: center;
            justify-content: center;
            width: calc(30% - 1px);
            clear: both;
            border-right: solid thin rgba(255, 255, 255, 0.3);
            height: 55%;
            background: #bc3b59;
            transition: transform 0.5s, background 0.5s;
        }

            #custom .wrapper .container .bottom .right .remove:hover {
                background: #9b2847;
            }

                #custom .wrapper .container .bottom .right .remove:hover i {
                    transform: translateY(2px);
                }

            #custom .wrapper .container .bottom .right .remove i {
                transition: transform 0.5s;
                font-size: 30px;
                padding: 30px;
                color: white;
            }

        #custom .wrapper .container .bottom .right:hover .remove,
        #custom .wrapper .container .bottom .right:hover .done {
            transform: translateY(-100%);
        }

    #custom .wrapper .inside {
        z-index: 9;
        background: #23344a;
        width: 140px;
        height: 140px;
        position: absolute;
        top: -70px;
        right: -70px;
        border-radius: 0px 0px 200px 200px;
        transition: all 0.5s, border-radius 2s, top 1s;
        overflow: hidden;
        padding: 20px;
    }

        #custom .wrapper .inside ul {
            list-style-position: inside;
            columns: 2;
        }

            #custom .wrapper .inside ul li {
                color: white;
            }

        #custom .wrapper .inside .icon {
            position: absolute;
            right: 80px;
            top: 80px;
            color: white;
            opacity: 1;
            font-size: 30px;
        }

        #custom .wrapper .inside:hover {
            width: 100%;
            right: 0;
            top: 0;
            border-radius: 0;
            height: 80%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            #custom .wrapper .inside:hover .icon {
                opacity: 0;
                right: 15px;
                top: 15px;
            }

            #custom .wrapper .inside:hover .contents {
                opacity: 1;
                transform: scale(1);
                transform: translateY(0);
                overflow: auto;
            }

        #custom .wrapper .inside .contents {
            padding: 5%;
            opacity: 0;
            transform: scale(0.5);
            transform: translateY(-200%);
            transition: opacity 0.2s, transform 0.8s;
        }

            #custom .wrapper .inside .contents table {
                text-align: left;
                width: 100%;
            }

            #custom .wrapper .inside .contents h1,
            #custom .wrapper .inside .contents p,
            #custom .wrapper .inside .contents table {
                color: white;
            }

            #custom .wrapper .inside .contents p {
                font-size: 13px;
            }
    /* end of 6*/
    .panel-default {
        background: white;
        color: #23344a !important;
        box-shadow: 5px 11px 24px 0px rgba(141,135,176,0.9);
        -webkit-box-shadow: 5px 11px 24px 0px rgba(141,135,176,0.9);
        -moz-box-shadow: 5px 11px 24px 0px rgba(141,135,176,0.9);
    }

    .panel-inverse {
        background: linear-gradient(90deg, #16286B, #544390);
        color: white;
        box-shadow: 6px 4px 27px 1px rgba(81,64,143,0.73);
        -webkit-box-shadow: 6px 4px 27px 1px rgba(81,64,143,0.73);
        -moz-box-shadow: 6px 4px 27px 1px rgba(81,64,143,0.73);
    }

.text-muted {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 600;
    color: #23344a !important;
}

    .carousel-multi-item .controls-top {
        margin-bottom: 1.88rem;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    a.waves-effect, a.waves-light {
        display: inline-block;
    }

.btn-floating {
    background-color: transparent;
    color: #1fb18a;
    padding: 11px;
    margin-left: 3px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #1fb18a;
    width: 47px;
    height: 47px;
}

    .btn-floating:hover {
        background-color: #1fb18a;
        color: white;
    }

        .btn-floating:focus {
            box-shadow: unset;
        }

    .badge {
        display: inline-block;
        padding: 10px 10px;
        font-size: 70%;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }

    .badge-icon {
        background: #1fb18a;
        color: #fff;
    }

    .badge-title {
        background: #445469;
        color: #fff;
    }
    /*#ModulesModal .badge-title {
    background: #3355a7;
}

#ModulesModal .badge-icon {
    background: #23344a;
}

#ModulesModal .btn-compress{
    color: #3355a7;
    border: 2px solid #3355a7;
}

#ModulesModal .btn-default {
    background-color: #3355a7;
    border: 2px solid #3355a7;
}

#ModulesModal a, #ModulesModal b {
    color: #23344a !important;
}*/
.btn-expand {
    background-color: transparent;
    color: #1fb18a;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #1fb18a;
}

    .btn-compress {
        background-color: transparent;
        color: #1fb18a;
        cursor: pointer;
        border-radius: 50px;
        border: 2px solid #1fb18a;
        transition: 0.3s ease;
    }

        .btn-compress:hover {
            background: #0d9570;
            border-color: #0d9570;
            color:white;
        }

    .btn-default {
        background-color: #1fb18a;
        color: white;
        padding: 8px;
        margin-left: 3px;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
        border-radius: 5px;
        border: 2px solid #1fb18a;
    }

    #ModulesModal .popup-content {
         color: #445469;
    }

        .btn-default:hover {
            background: #0d9570;
            border-color:#0d9570;
            color: white;
        }

    .btn-back {
        background-color: transparent;
        color: #23344a;
        padding: 8px;
        margin-left: 3px;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
        border-radius: 5px;
        border: 2px solid #23344a;
    }

        .btn-back:hover {
            background-color: #23344a;
            color: white;
        }

    .text-default {
        color: #1fb18a !important;
    }

    .text-white {
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
        font-weight: 600;
        color: white !important;
    }

    .css-input {
        padding: 10px;
        font-size: 15px;
        background-color: transparent;
        color: #202c71;
        border: 2px solid #1fb18a ;
        border-radius: 50px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        width: 230px;
    }

        .css-input:focus {
            outline: none;
        }

.css-button {
    background: linear-gradient( 90deg,#1fb18a,#445469 ) !important;
    color: white;
    padding: 11px 19px 11px 19px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

    .css-button:hover {
        background: linear-gradient( 90deg,#445469,#1fb18a) !important;
    }

    .carousel-indicators li {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50px;
        background-color: #a0a0a0 !important;
    }

    #multi-item-example .carousel-indicators {
        position: relative;
        bottom: -15px;
        z-index: 0;
    }

    #multi-item-example .carousel-item {
        padding: 20px;
    }

#multi-item-example .carousel-indicators .active {
    background: linear-gradient( 90deg,#445469,#1fb18a );
}

    #bundleCarousel .carousel-indicators .active:nth-child(1) {
        background-color: #38A8F3 !important;
    }

    #bundleCarousel .carousel-indicators .active:nth-child(2) {
        background-color: #3F48CC !important;
    }

    #bundleCarousel .carousel-indicators .active:nth-child(3) {
        background-color: #883838 !important;
    }

    #bundleCarousel .carousel-indicators .active:nth-child(4) {
        background-color: #533A6D !important;
    }

    .max {
        transition: all .3s ease-in-out;
        min-height: 650px;
        height: 900px !important;
    }
    /* Slideshow container */
    .slideshow-container {
        position: relative;
    }
    /* Slides */
    .mySlides {
        display: none;
        padding: 20px 50px 0 50px;
        text-align: center;
    }
    /* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 70%;
    width: auto;
    padding: 10px;
    color: #888;
    font-weight: bold;
    font-size: 25px;
    border-radius: 50px;
    user-select: none;
    color: #23344a !important;
}
    /* Position the "next button" to the right */
    .next {
        position: absolute;
        right: 0;
        border-radius: 50px;
    }
        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover {
            background-color: #23344a;
            color: white !important;
        }
    /* The dot/bullet/indicator container */
    .dot-container {
        text-align: center;
    }
    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
        /* Add a background color to the active dot/circle */
        .dot-container > .active, .dot:hover {
            background-color: #717171;
        }
    /* Add an italic font style to all quotes */
q {
    font-style: italic;
    color: #23344a;
}
    /* Add a blue color to the author */
.author {
    color: #1fb18a;
    padding-top: 1rem;
}
    /*

.button {
    min-width: 300px;
    min-height: 60px;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #4FD1C5;
    background-color: linear-gradient( 90deg,#032060,#7953A6);
    border: none;
    border-radius: 43px;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 20px 100px !important;
    width: 100%;
}

    .button:hover, .button:focus {
        background: linear-gradient( 90deg,#7953A6,#032060);
        color: #fff;
        font-size: .9rem;
        font-weight: 700;
        cursor: pointer;
    }*/
    .create-button {
        font-family: monospace;
        font-weight: bold;
        text-transform: uppercase;
        background: linear-gradient( 90deg,#032060,#7953A6);
        color: #fff;
        border: none;
        position: absolute;
        left: 50%;
        font-size: .9rem;
        top: 50%;
        width: 100%;
        position: relative;
        transform: translate(-50%, -50%);
        border-radius: 43px;
        cursor: pointer;
        padding: 20px 100px !important;
        font-size: 18px;
        overflow: hidden;
    }

        .create-button:hover, .create-button:focus {
            background: linear-gradient( 90deg,#7953A6,#032060);
            color: #fff;
            font-weight: 700;
            cursor: pointer;
        }

        .create-button:focus,
        .create-button:active {
            outline: none;
        }

        .create-button:before,
        .create-button:after {
            content: '';
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            height: auto;
            width: auto;
            z-index: -1;
            border-radius: inherit;
            background: inherit;
            animation: rainbow-border 3.5s linear infinite;
        }

        .create-button:before {
            background: linear-gradient( 90deg, #f4f5fc, #ddb0e0, #9d4891, #9d3f7a, #f4f5fc, #9d4891, #ddb0e0, #f4f5fc);
            background-size: 200% 200%;
        }

        .create-button:after {
            margin: 5px;
        }

        .create-button:hover:before,
        .create-button:focus:before {
            animation: rainbow-border 3.5s linear infinite;
        }

    @keyframes rainbow-border {
        0% {
            background-position: 0% 50%;
        }

        100% {
            background-position: 200% 50%;
        }
    }


    .switch {
        position: relative;
        display: inline-block;
        width: 180px;
        height: 34px;
    }

        .switch input {
            display: none;
        }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #23344a;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 34px;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 50%;
        }

    input:checked + .slider {
        background-color: #fe7370;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(55px);
    }

    #bundle .wrap {
        display: inline-block;
        height: 100px;
        width: 100px;
        position: relative;
        overflow: hidden;
    }

        #bundle .wrap img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
        }

    #bundle div[data-toggle="modal"] {
        cursor: pointer;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        filter: invert(100%);
    }

    .carousel-control-next, .carousel-control-prev {
        width: 5%;
        height: 10%;
        margin: auto;
    }


    #bundleCarousel .carousel-item img {
        width: 100px !important;
    }

    #bundleCarousel .carousel-inner {
        overflow-y: auto;
        min-height: 650px;
        height: 650px;
        transition: all .3s ease-in-out;
    }


    #bundleCarousel .carousel-item .panel ul {
        list-style-position: inside;
    }

        #bundleCarousel .carousel-item .panel ul b {
            color: #38A8F3 !important;
        }

    #bundleCarousel .carousel-item:nth-child(2) .panel ul b {
        color: #3F48CC !important;
    }

    #bundleCarousel .carousel-item:nth-child(3) .panel ul b {
        color: #883838 !important;
    }

    #bundleCarousel .carousel-item:nth-child(4) .panel ul b {
        color: #533A6D !important;
    }

    #bundle .wrap:before {
        content: "";
        z-index: 10;
        position: absolute;
        height: 200%;
        width: 200%;
        top: -120%;
        left: -120%;
        background: linear-gradient(transparent 0%, rgb(255 255 255 / 88%) 45%, rgb(255 255 255 / 88%) 50%, rgb(255 255 255 / 85%) 55%, transparent 100%);
        transition: all 1s;
        transform: rotate( -45deg );
        animation: shine 4s infinite forwards;
    }
    /*@keyframes shine {
    0% {
        top: -120%;
        left: -120%;
    }

    20% {
        left: 100%;
        top: 100%;
    }

    40% {
        left: 100%;
        top: 100%;
    }

    100% {
        left: 100%;
        top: 100%;
    }
}*/
    .checkbox,
    .checkbox-label span,
    .checkbox-label,
    .checkbox-label:before,
    .checkbox-label:after {
        transition: 0.25s ease-in-out;
    }

    .checkbox-label {
        display: block;
        background: #23344a;
        height: 50px;
        width: 80px;
        border-radius: 50px;
        margin: 50px auto;
        position: relative;
        box-shadow: 0 0 0 2px #23344a;
    }

        .checkbox-label .on {
            display: block;
            position: absolute;
            z-index: 0;
            left: 0;
            opacity: 1;
            min-width: 220px;
            line-height: 50px;
            opacity: 0;
            color: #1fb18a;
        }

        .checkbox-label .off {
            display: block;
            position: absolute;
            z-index: 0;
            right: 100px;
            text-align: right;
            opacity: 1;
            min-width: 300px;
            line-height: 50px;
            opacity: 1;
            color: #23344a;
        }

        .checkbox-label:before {
            content: "";
            display: block;
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
            border-radius: 50px;
            height: 50px;
            width: 50px;
            background: white;
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #23344a;
        }

    .checkbox {
        position: absolute;
        left: -5000px;
    }

        .checkbox:checked + .checkbox-label {
            background: #1fb18a !important;
            box-shadow: 0 0 0 2px #1fb18a;
        }

            .checkbox:checked + .checkbox-label .on {
                left: 60px;
                opacity: 1;
            }

            .checkbox:checked + .checkbox-label .off {
                right: 0px;
                opacity: 0;
            }

            .checkbox:checked + .checkbox-label:before {
                left: 30px;
                box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #1fb18a;
            }

        .checkbox.blue {
            position: absolute;
            left: -5000px;
        }

            .checkbox.blue + .checkbox-label .on {
                color: #1fc1c8;
            }

            .checkbox.blue:checked + .checkbox-label {
                background: #1fc1c8;
                box-shadow: 0 0 0 2px #FE7E71;
            }

                .checkbox.blue:checked + .checkbox-label .on {
                    left: 100px;
                    opacity: 1;
                }

                .checkbox.blue:checked + .checkbox-label .off {
                    right: 0px;
                    opacity: 0;
                }

                .checkbox.blue:checked + .checkbox-label:before {
                    left: 30px;
                    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #FE7E71;
                }
    /*------ ADDED CSS ---------*/
    .slider:after {
        content: 'Bundle';
        color: white;
        display: block;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 60%;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
        font-weight: 600;
    }

    input:checked + .slider:after {
        content: 'Custom';
        left: 42%;
    }

    .slider:before {
        left: 5px;
    }

    input:checked + .slider:before {
        left: 94px;
    }

    @media (max-width: 450px) {
        .subpart-2 {
            width: 100% !important;
        }

        /*.part-2 img{
        display:none;
    }*/
        #requestBtn:after, #requestBtn:before {
            content: none;
        }

        .crea-footer {
            text-align: center !important;
        }

        #carosel {
            display: none;
        }

        .fl-unset {
            float: unset !important;
        }

        .setCenter {
            text-align: center !important;
        }

        .droptxt-content {
            min-width: 350px;
        }

        .logindropbtn {
            margin-top: 5px;
        }

        .popup {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
            vertical-align: middle;
        }

        .popup-header {
            background-color: #fefefe;
            margin: auto;
            padding: 10px;
            margin-top: 50px;
            border-bottom: 1px solid #DDDDDD;
            /*width: 90%;*/
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .item-1, .item-2, .item-3 {
            display: block !important;
            font-size: 40px;
        }

        .badge-title {
            font-size: 13px;
        }


        #btn-place {
            display: none;
        }


        .myBtn {
            display: block !important;
            background-color: transparent;
            color: #23344a;
        }

        .partnerbtn {
            padding: 20px !important;
        }

        .videobtn {
            padding: 20px 70px !important;
            width: 300px;
        }

        .first-text {
            font-size: 35px !important;
        }

        #social-media a {
            padding: 5px;
        }

        #continon_table {
            display: block !important;
        }

            #continon_table td, #continon_table th {
                border: 1px solid #000;
                padding: 5px;
                vertical-align: middle;
            }

        .css-input {
            width: 200px !important;
        }
    }

@media (max-width: 768px) {
    .blob {
        animation: unset !important;
    }

    #bundleCarousel .panel {
        columns: 1 !important;
    }

    header .masthead p {
        font-size: 1.15rem;
    }

    .item-1, .item-2, .item-3 {
        display: block !important;
    }

    #reqModalBody {
        height: 650px;
        overflow-y: scroll;
    }

    #contactModal-body {
        height: 650px;
        overflow-y: scroll;
    }

    .css-input {
        width: 165px !important;
    }

    #last .row:first-child {
        text-align: center;
    }

        #last .row:first-child .input-group {
            place-content: center;
            padding: 2rem 0rem;
        }

        @media (min-width: 992px) {
            header.masthead {
                height: 100vh;
                min-height: 650px;
                padding-top: 0;
                padding-bottom: 0;
            }

                header.masthead h1 {
                    font-size: 3rem;
                }

            #continon_table {
                display: block;
            }

            .css-input {
                width: 180px;
            }

            #mainNav {
                border-color: transparent;
                background-color: #F4F5FC;
            }

                #mainNav .navbar-brand {
                    color: rgba(255, 255, 255, 0.7);
                }

                    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
                        color: #FE6E70;
                    }

                #mainNav .navbar-nav > li.nav-item > a.nav-link {
                    padding: 0.5rem 1rem;
                }

                    #mainNav .navbar-nav > li.nav-item > a.nav-link,
                    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
                        color: #23344a;
                    }

                        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
                        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                            color: #FE6E70;
                        }

                #mainNav.navbar-shrink {
                    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
                    background-color: #fff;
                }

                    #mainNav.navbar-shrink .dropbtn {
                        background: #fff;
                    }

                    #mainNav.navbar-shrink .navbar-brand {
                        color: #F05F40;
                    }

                        #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
                            color: #F05F40;
                        }

                    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
                    #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
                        color: #212529;
                    }

                        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
                        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                            color: #F05F40;
                        }

            #continon_table {
                display: block;
            }
        }

        @media (max-width:991px) {
            .carousel-control-next, .carousel-control-prev {
                width: 50px;
            }

            .modal-dialog {
                max-width: 90% !important;
            }

            .subpart-1 {
                text-align: center;
            }

            .part-1 {
                /* padding-right:15%;*/
            }

            .part-2 img {
                width: 100% !important;
            }

            .videobtn {
                margin: 2rem 0;
            }

            .item-1 {
                padding-left: 175px;
            }

            .item-2 {
                padding-left: 245px;
            }

            .item-3 {
                padding-left: 235px;
            }

            .subpart-2 .row {
                justify-content: center;
            }
        }

        @media (width: 1024px) {
            .css-input {
                width: 190px !important;
            }
        }

        @media (min-width: 1200px) {
            header.masthead h1 {
                font-size: 4rem;
            }

            .css-input {
                width: 250px !important;
            }
        }
    }

    @media(max-width:1900px) {
        #threetext {
            font-size: 37px;
        }
    }

    @media(max-width:1465px) {
        #threetext {
            font-size: 35px;
        }
    }

    @media(max-width:1300px) {
        #threetext {
            font-size: 30px;
        }
    }

    @media(max-width:1200px) {
        #custom .wrapper .container .bottom .left .buy {
            width: calc(25% - 0px) !important;
        }

        #custom .wrapper .container .bottom .left .details {
            width: calc(81.6% - 40px) !important;
        }
    }

    @media(max-width:768px) {
        #custom .wrapper .container .bottom .left .buy {
            width: calc(23% - 0px) !important;
        }
    }

    #multi-item-example {
        display: none !important;
    }


    @media(max-width:991px) {
        #inverseSection .panel{
            padding:10px;
        }

        #mainNav {
            padding: 0 5px !important;
        } 
        #circlecontainer {
            display: none !important;
        }

        #multi-item-example {
            display: block !important;
        }

            #multi-item-example .badge {
                font-size: 50% !important;
            }

        #continueToPartner {
            width: 50%;
        }

        #modalbody {
            width: 90%;
        }

        #bundlepad {
            padding: unset !important;
        }

        #custom .footer {
            position: relative !important;
        }

        #custom #customPackageTable th {
            width: 50% !important;
        }

        #tableRecommended {
            text-align: center !important;
            margin-right: 0 !important;
            margin-bottom: 2rem;
        }

        #custom .footer {
            text-align: center;
            width: 100%;
        }

        #inverseSection, #inverseSection #compliancy {
            text-align: center !important;
        }

        ::-webkit-scrollbar-track {
            box-shadow: unset !important;
        }

        #inverseSection ul {
            list-style-type: none;
        }

        #v-pills-tabContent {
            height: 100%;
            padding: 2rem 15px;
        }

        #v-pills-tab {
            flex-wrap: nowrap;
            flex-direction: row !important;
            align-items: center !important;
            justify-content: start !important;
        }

        #custom .nav-link {
            white-space: pre;
            line-height: 35px;
            align-items: center;
            margin-right: 1.5rem;
            height: 50px;
        }

        .item-1, .item-2, .item-3 {
            position: unset !important;
            padding-left: 0 !important;
            display: block !important;
            animation: none;
        }

        #bundle ul {
            columns: 2 !important;
            text-align: left;
            margin-left: 1rem;
        }

        .subpart-1 {
            text-align: center;
        }

        #carosel {
            height: unset !important;
        }

        .part-2 img {
            width: 100% !important;
        }
    }
    /* smartphones, touchscreens */
    @media (hover: none) and (pointer: coarse) {
        .inside .fa-times {
            color: white;
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 24px;
            display: block !important;
            z-index: 1;
        }

        #custom .wrapper:hover {
            transform: none !important;
        }

        #custom .wrapper {
            transition: none;
        }
        /*#circlecontainer{
        display:none;
    }*/
    }


@media(max-width:576px) {
    .tab-pane ul {
        columns: 1 !important;
    }

    .item-1, .item-2, .item-3 {
        font-size: 40px;
    }

    #bundle ul {
        columns: 1 !important;
        text-align: left;
        margin-left: 1rem;
    }

    #checkboxForMobile {
        padding-bottom: 35px;
    }
}

.about-circle {
    background-color: #ff605c;
    border-radius: 50%;
    height: 7px;
    margin: 3px;
    width: 7px;
}

    .about-circle:nth-child(2) {
        background-color: #ffbd44;
    }

    .about-circle:nth-child(3) {
        background-color: #00ca4e;
    }

.about-container {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 1rem rgb(0 0 0 / 50%);
    height: 40vh;
    overflow-y:scroll;
}

.about-browser {
    align-items: center;
    background: #42596a;
    display: flex;
    height: 20px;
    padding-left: 10px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
}