.see {
    color: #e74c3c;
}
#total-login {
    /*background:#fff;*/
    border-radius: 10px;
    clear: both;
    /*display: flex;*/
    position: relative;
    /*margin:9em auto 0;
    width: 440px;  
    width:90%;*/
    margin:0px auto 50px;
}
.in-ty {
    width: 100%;
    margin-top: 15px;
    /* margin-bottom: 0px; */
}
.login-page-divider {
    border-left: 1px solid #d6d6d6;
    height: 960px;
    position: absolute;
    left: 51%;
    margin-left: 0px;
}
.login-page .login-page-divider {
    height: 400px !important;
    max-height: 100% !important;
}

.client.login-page-divider, .jobseeker.login-page-divider, .affiliate.login-page-divider {
    height: 740px !important;
}

.admin.login-page-divider {
    height:403px !important;
}

.login-head {
    color: #fff;
    float: left;
    font-size: 20px;
    height:auto;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bolder;
    width: 100%;
    z-index: 99999; 
    /*border-radius:10px 10px 0px 0px;*/
    background:#7EA9D3;
}

.login-head-text {
    font-size:14px;
}

.logo-home {
    font-size: 39px;
    line-height: 70px;
}
.select-type {
    width: 59px;
    height: 58px;
    margin: 14px auto 0;
}
select {
    background: #f4f4f4;
    box-shadow: 2px 2px 5px #c6c6c6;
    -moz-box-shadow: 2px 2px 5px #c6c6c6;
    -ms-box-shadow: 2px 2px 5px #c6c6c6;
    -o-box-shadow: 2px 2px 5px #c6c6c6;
    -webkit-box-shadow: 2px 2px 5px #c6c6c6;
    border: none;
    margin-top: 10px;
}
#fp{ float:left;     display: none ; width:100%;   }
.forget{
    margin: 11px -43px;
    width: 100% !important;
} 
.forget:focus{ box-shadow:0px 0px 5px #FFF}
.us{ border-radius:0px 5px 5px 0px !important;}
.in-ty {
    width: 100%;
    margin-top: 15px;
    /* margin-bottom: 0px; */
}
.login-btn {
    float: left;
    background: #41484b;
    padding:4px 16px;
    color: #fff;
    margin: 15px 0px;
}
.login-btn a{ color:#fff !important;}
.login-btn:hover{ background:#ffa801;
                  cursor:pointer;
}
.a-rig {
    float: right;
}

/*.or {
    background: none repeat scroll 0 0 silver;
    float: left;
    margin: 19px 63px;
    text-align: center;
    width: 30%;
}*/
.forget-pass {
    background: none repeat scroll 0 0 #ededed;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    float: left;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #000; font-weight: bold; cursor:pointer;
}
.forget-pass  a{ color:#000 !important
}
.shadow {
    width: 350px;
    height: 25px;
    float: left;
    background: url('../images/shadow.png') center no-repeat;
    margin:0 47px;
}
.flip_in{
    opacity:0; 
    -moz-transform:scale(1.5,1.5);
    -webkit-transform:scale(1.5,1.5);
    transform:scale(1.5,1.5);
    transition:.2s;
}
.flip_out{ opacity:1;
           -moz-transform:scale(1.5,1.5);
           -webkit-transform:scale(1.5,1.5);
           transform:scale(1.5,1.5);
           transition:.2s
}
.btt{  background: none repeat scroll 0 0 transparent;
       color: #fff;
       margin: 21px; }
.btt a{ color:#fff}
.first-row {
    float: left;
    height: auto; width:100%;
}
.in-ty {
    margin-top: 10px;
    width: 100%;
}

.benefits {
    display: inline-block;
    position:relative;
    margin:0px 0px 50px;
}

.benefits h4 {
    font-size: 29px;
    text-align: left;
}

.benefits h5 {
    font-size: 17.9px;
    text-align: left;
    font-weight: bolder;
}

.benefits h6 {
    margin: 0;
    font: 400 15px/18px latoregular,latobold,sans-serif;
    color: #34495E;
    text-align: left;
}

.benefits .titleBox {
    margin:0px;
}

.benefits .infoBox {
 
    width:100%;
    display:inline-block;
}

.infoBox .fa {
    font-size:30px;
    color:#fff;
}

.infoBox .wallet i {
    border-radius: 50%;
    background: #3498DB;
    padding:15px;
    position: relative;
    top:10px;
}

.infoBox .customer-service i {
    border-radius: 50%;
    background: #58B0E0;
    padding:15px;
    position: relative;
    top:10px;
}

.infoBox .easy-use i {
    border-radius: 50%;
    background: #F39C12;
    padding:15px;
    position: relative;
    top:10px;
}

@media only screen and (max-width:414px) {
    #total-login {
        margin-top: 50px;
        width: 320px;
    }
}
label.error {
    color: red;
    float: left;
    font-weight: 600;
    padding: 0 15px;
}

@media only screen and (max-width:320px){
    #total-login {
        width: 280px;
    } 
}

.col-centered {
    display:inline-block ;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.input-group-addon .fa {
    color:#929292;
}

 :root {
            --font-1: 'Jost', sans-serif;
            --font-2: 'Ubuntu', sans-serif;
            --font-3: 'Roboto', sans-serif;
            --gray: #ECEFF1;
            --gray-2: #d6d6d6;
            --gray-3: #757575;
            --white: #FFFFFF;
            --white-2: #F4F5FA;
            --white-3: #f1f1f1;
            --white-4: #F8F8F8;
            --black: #000000;
            --black-light: rgba(0, 0, 0, 0.7);
            --black-light-2: rgba(0, 0, 0, 0.6);
            --black-light-3: rgba(0, 0, 0, 0.3);
            --black-light-4: rgba(0, 0, 0, 0.12);
            --yellow: #FFC747;
            --yellow-2: #FFB200;
            --yellow-3: #F8E3B2;
            --yellow-light: rgba(255, 199, 71, 0.6);
            --yellow-light-2: rgba(255, 199, 71, 0.4);
            --yellow-light-3: rgba(255, 199, 71, 0.3);
            --yellow-light-4: rgba(255, 199, 71, 0.8);
            --brownish: rgba(69, 39, 39, 0.6);
            --blue: #3DA9FC;
            --blue-2: #296BA5;
            --blue-3: #86C7DB;
            --blue-light: rgba(134, 199, 219, 0.8);
            --pink: #FFBFB1;
            --pink-light: rgba(255, 191, 177, 0.8);
            --fb: #4267B2;
            --twitter: #1DA1F2;
            --youtube: #FF0000;
            --instagram: #C13584;
            --after-1: rgba(255, 255, 255, 0.1);
            --after-2: rgba(40, 40, 40, 0.4);
        }

        * {
            margin: 0;
            padding: 0;
            font-family: var(--font-3);
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            background-color: rgba(235, 244, 255);
        }

        .navbar-nav .nav-item i {
            margin-right: 4px;
        }

        .navbar-nav .nav-item svg {
            margin-right: 4px;
            margin-top:2px;
        }

        /* Navbar Styling */
        .my-nav {
            display: block;
            width: 100%;
            height: auto;
            z-index: 199;
            background: radial-gradient(circle, #00c4fb 0, #0091d1 40%, #003e7c 100%);
        }

        .my-nav .container-fluid {
            width: 96%;
            margin: auto;
        }

        .my-nav .navbar-brand p {
            color: var(--yellow);
            font-size: 24px;
            font-weight: 700;
        }

        .my-nav .navbar-brand span {
            color: var(--white-2);
            font-size: 12px;
            font-weight: 400;
        }

        .my-nav .navbar-toggler {
            position: relative;
            z-index: 99;
        }

        .my-nav .nav-link {
            color: var(--white-2) !important;
            font-size: 17px;
            font-weight: 700 !important;
        }

        .my-nav .nav-link.active {
            border: 2px solid white;
            background-color: #fb2c79;
            border-radius: 20%;
        }

        .my-nav .nav-link:hover {
            color: white;
        }

        .my-nav form button {
            color: var(--yellow);
        }

        .my-nav form button:hover {
            color: var(--yellow);
        }

        .my-nav form button p {
            font-size: 24px;
            font-weight: 400;
        }

        /* Sticky Navbar styling */
        .my-nav2 {
            display: flex;
            background-color: var(--black-light);
            position: fixed !important;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 9999;
            animation-duration: 1200ms;
            animation-timing-function: ease-in-out;
            animation-delay: 0s;
            animation-direction: normal;
            animation-fill-mode: none;
            animation-play-state: running;
            animation-name: fadeInDown;
        }

        @keyframes fadeInDown {
            0% {
                opacity: 0;
                transform: translateY(-20px);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }


        /* Scroll Button Styling */
        #scroll-button {
            display: none;
            position: fixed;
            bottom: 3%;
            left: 2%;
            z-index: 999;
            border: none;
            border-radius: 50%;
            outline: none;
            background: var(--yellow);
            color: var(--white);
            cursor: pointer;
            padding: 12px 14px 8px;
            animation: 1200ms ease-in-out 0s normal none running scroll-top;
        }

        #scroll-button:hover {
            background: var(--black);
            opacity: 1 !important;
        }

        @keyframes scroll-top {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        #scroll-button:hover {
            opacity: 0.5;
        }

        input::-webkit-outer-spin-button,
        input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }



        .french-contact-number {
            background-image: url(./images/phone3.png);
            width: 200px;
            height: 48px;
            margin-top: 0px !important;
            padding-left: 52px;
            font-size: 14px;
            font-weight: bold;
            color: black;
            padding-top: 12px;
            position: relative;
            background-repeat: no-repeat;
            float: right;
        }

        .working-hours {
            font-size: 11px !important;
            line-height: 12px;
            padding-top: 6px;
        }

        header a {
            text-decoration: none;
            color: white;
            font-size: 12px;
        }

        header a:hover {
            text-decoration: none;
            color: white;
        }

        .clients span {
            font-size: small;
            font-weight: bold;
            color: white;

        }

        .clients.active {
            border-radius: 50px;
            border: 1px solid white;
            background: #44c0e5;
            padding: 0px 4px 0px 5px;
            font-weight: bold;
        }


        .clients-img {
            border: 1px solid white;
            border-radius: 50%;
        }

        .clients-img-style {
            border: none !important;
            border-radius: 50% !important;
        }



        .nav-item a {
            display: block;
            color: white !important;
            font-size: 10px;
            font-weight: 500 !important;
        }


        .nav-link:hover {
            border: 2px solid white;
            border-radius: 20%;
            background-color: #fb2c79;
        }



        .featured-services .card-header {
            font-size: 15px;
            color: #fff;
            line-height: 15px;
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
            /* background: linear-gradient(to bottom, #0d85a8 0%, #35add1 65%, #44c0e5 100%); */
            display: flex;
            justify-content: center;
            font-weight: 600;
            text-transform: uppercase;
        }

        .featured-services .card {
            border: 1px solid #0091d1 !important;
            border-top: none;
            border-radius: 10px;
        }

        .nos-service>.card {
            background: transparent !important;
            border: none !important;
        }

        .border-blue {
            border: 1px solid #0091d1 !important;
        }

        .border-dark-blue {
            border: 1px solid #0d4f78 !important;
        }



        .featured-services .card img {
            height: 160px;
            width: 100%;
        }

        .wrap1 {
            width: 100%;
            height: 188px;
            position: absolute;
            top: 0px;
            left: 0px;
            overflow: hidden;
        }

        .wrap1:before {
            content: "";
            position: absolute;
            width: 40px;
            height: 8px;
            left: 57px;
            background: #4D6530;
            border-radius: 8px 8px 0px 0px;
        }

        .wrap1:after {
            content: "";
            position: absolute;
            width: 8px;
            height: 40px;
            left: 0px;
            top: 100px;
            background: #4D6530;
            border-radius: 8px 0px 0px 8px;
        }

        .ribbon5 {
            width: 174px;
            height: 26px;
            line-height: 26px;
            position: absolute;
            top: 28px;
            left: -53px;
            z-index: 2;
            overflow: hidden;
            -webkit-transform: rotate(45deg);
            transform: rotate(-48deg);
            background: #FF0000 linear-gradient(to bottom, #FF0000 0%, #FF0000 100%) repeat scroll 0 0;
            float: left;
            box-shadow: 2px 0px 7px darkmagenta;
            text-align: center;
        }

        .promo-service {
            font-size: 17px;
            text-transform: capitalize;
            color: white;
            font-weight: bolder;
        }

        .wrap {
            width: 100%;
            height: 188px;
            position: absolute;
            top: 0px;
            left: 0px;
            overflow: hidden;
        }

        .wrap:before {
            content: "";
            position: absolute;
            width: 40px;
            height: 8px;
            right: 50px;
            background: #4D6530;
            border-radius: 8px 8px 0px 0px;
        }

        .wrap:after {
            content: "";
            position: absolute;
            width: 8px;
            height: 40px;
            right: 0px;
            top: 90px;
            background: #4D6530;
            border-radius: 0px 8px 8px 0px;
        }

        .ribbon6 {
            width: 160px;
            height: 25px;
            line-height: 25px;
            position: absolute;
            top: 22px;
            right: -50px;
            z-index: 2;
            overflow: hidden;
            -webkit-transform: rotate(49deg);
            transform: rotate(49deg);
            /* border: 1px dashed; */
            box-shadow: 0 0 0 3px #57dd43, 0px 21px 5px -18px rgb(0 0 0 / 60%);
            /* background: #57DD43; */
            background: #8bc42a linear-gradient(to bottom, #8bc42a 0%, #72b222 100%) repeat scroll 0 0;
            text-align: center;
        }

        .promo-service {
            font-size: 17px;
            text-transform: capitalize;
            color: white;
            font-weight: bolder;
        }

        .navbar-toggler:focus {
            box-shadow: none !important;
            outline: 0;
        }

        hr.lg {
            background: url('../seperate.png');
            height: 16px !important;
            display: block;
            width: 100%;
            border: none;
            margin: 0;
            padding: 0;
            opacity: 1 !important;
        }

        .green_button {
            border: 1px solid #40a321 !important;
            background: #5dcc37 !important;
            -moz-box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #47bf25;
            -webkit-box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #47bf25;
            box-shadow: 0 1px 2px 0 #82d569 inset, inset 0 -15px 15px 0 #47bf25;
            font-size: 18px !important;
            margin: 0px 0px 0px !important;
            height: 46px;
        }

        .btn-blue {
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
            color: white;
            font-weight: bold !important;
        }

        .btn-blue:hover {
            background: linear-gradient(to bottom, #0d85a8 0%, #35add1 39%, #44c0e5 100%) !important;
        }

        .btn-orange {
            background: #2ab143 linear-gradient(to bottom, #40d85d 0%, #27bf44 49%, #2ab143 100%);
            color: white;
            font-weight: bold !important;
        }

        .btn-orange:hover {
            background: #2ab143 linear-gradient(to bottom, #2ab143 0%, #27bf44 49%, #40d85d 100%);
        }

        .btn-orange1 {
            background: linear-gradient(to bottom, #ff9d0a 0%, #fe9d13 51%, #ff7c07 100%) !important;
            color: white;
            font-weight: bold !important;
        }

        .btn-orange1:hover {
            background: linear-gradient(to bottom, #ff7c07 0%, #fe9d13 49%, #ff9d0a 100%) !important;
        }

        .btn-green {
            background: #90EE90 !important;
            border-radius: 25px;
            padding: 0px 10px !important;
            font-weight: 700;
            line-height: 20px;
            font-size: 13px;
            color: white !important;
        }



        .btn-submit {
            background: linear-gradient(#fb2c79, #fb2c79, #fb2c79) !important;
            border-radius: 30px !important;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            color: white !important;
            border: 2px solid #fb2c79 !important;
        }

        .btn-submit2 {
            border-radius: 30px !important;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            color: white !important;
            background: linear-gradient(#ff6666, #cc0000) !important;
            border: 2px solid !important;
        }

        .btn-learn {
            background: linear-gradient(#5dcc37, #5dcc37, #5dcc37) !important;
            border-radius: 30px !important;
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            color: white !important;
            border: 2px solid #5dcc37 !important;
        }

        .btn-cookies {
            background: linear-gradient(#9fe925, #558407) !important;
            line-height: 25px;
            padding: 0 10px;
            cursor: pointer;
            color: #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 15px;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
        }

        /* .btn-submit:hover {
    background: #f568b3 !important;
} */

        .font-11 {
            font-size: 11px !important;
        }

        .font-13 {
            font-size: 13px !important;
        }

        .font-14 {
            font-size: 14px !important;
        }

        .font-15 {
            font-size: 15px !important;
        }

        .font-16 {
            font-size: 16px !important;
        }

        .font-18 {
            font-size: 18px !important;
        }

        .font-22 {
            font-size: 22px !important;
        }

        .heading {
            font-size: 32px;
            font-weight: 700;
            text-transform: uppercase;
            color: #2ba5c9 !important;
            /* color: #0091d1 !important; */
        }

        .card-heading {
            font-size: 14px !important;
            color: #fff;
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
            /* background: linear-gradient(to bottom, #0d85a8 0%, #35add1 65%, #44c0e5 100%); */
            display: flex;
            justify-content: center;
            font-weight: 500;
            text-transform: uppercase;
        }

        .mini-services li {
            list-style: none;
            font-weight: 700;
        }

        .mini-services li:before {

            content: "\f00c";
            display: block;
            display: inline-block;
            color: #13d014;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: 100;
            color: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
            position: absolute;
            margin: 3px 0 0 -26px;
        }

        .two-col {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
        }

        .marquee {
            margin: 0 auto;
            overflow: hidden;
            white-space: nowrap;
        }

        .marquee span {
            display: inline-block;
            font-size: 20px;
            position: relative;
            left: 100%;
            animation: marquee 20s linear infinite;
        }

        .marquee:hover span {
            animation-play-state: paused;
        }

        .marquee span:nth-child(1) {
            animation-delay: 0s;
        }

        .marquee span:nth-child(2) {
            animation-delay: 0.8s;
        }

        .marquee span:nth-child(3) {
            animation-delay: 1.6s;
        }

        .marquee span:nth-child(4) {
            animation-delay: 2.4s;
        }

        .marquee span:nth-child(5) {
            animation-delay: 3.2s;
        }

        @keyframes marquee {
            0% {
                left: 100%;
            }

            100% {
                left: -100%;
            }
        }

        a {
            list-style: none;
            text-decoration: none;
        }


        .accordion-button::after {
            background-image: url('../arrow-down.svg') !important;
            color: white;
        }

        .cookies {
            position: fixed;
            bottom: 0%;
            left: 0%;
            width: 100%;
            z-index: 999;
            border: none;
            outline: none;
            /* background: #cf202b; */
            background: #fb2c79;
            color: var(--white);
            cursor: pointer;
            animation: 1200ms ease-in-out 0s normal none running scroll-top;
            padding: 6px 0;
        }

        .call-me {
            position: relative;
            top: 230px;
            left: 100%;
            z-index: 10;
            width: 90px;
            cursor: pointer;
            border: 2px solid white;
            border-radius: 11px;
        }

        .call-me-details svg {
            color: #0d4f78 !important;
        }

        .call-me-details {
            position: fixed;
            top: 218px;
            left: 0%;
            z-index: 100;
            cursor: pointer;
            min-width: 320px;
            max-width: 400px;
            border: 1px solid #66afe9 !important;
        }

        input,
        select,
        textarea {
            border: 1px solid #66afe9 !important;
        }

        .call-me-details .card-header {
            font-size: 15px;
            color: #fff;
            line-height: 30px;
            /* background: linear-gradient(to bottom, #0d85a8 0%, #35add1 65%, #44c0e5 100%); */
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 600;
            text-transform: uppercase;
        }

        .call-me-details .card {
            background: rgba(235, 244, 255);
        }

        .support-details svg {
            color: #0d4f78;
        }

        .support-details {
            position: relative;
            bottom: 2px;
            right: 0%;
            z-index: 10;
            cursor: pointer;
            min-width: 320px;
            max-width: 400px;
            border: 1px solid #66afe9;
        }


        .support-details input,
        select {
            border: 1px solid #66afe9 !important;
        }

        .support-details .card-header {
            font-size: 15px;
            color: #fff;
            line-height: 36px;
            /* background: linear-gradient(to bottom, #0d85a8 0%, #35add1 65%, #44c0e5 100%); */
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 600;
            text-transform: uppercase;
        }

        .support-details .card {
            background: rgba(235, 244, 255);
        }

        .free-quote {
            position: fixed;
            top: 230px;
            right: 0%;
            z-index: 10;
            width: 90px;
            cursor: pointer;
            border: 2px solid white;
            border-radius: 11px;
        }


        .free-quote-details svg {
            color: #0d4f78;
        }

        .free-quote-details {
            position: fixed;
            top: 218px;
            right: 0%;
            z-index: 10;
            cursor: pointer;
            min-width: 320px;
            max-width: 400px;
            border: 1px solid #66afe9;
        }

        .free-quote-details input,
        select {
            border: 1px solid #66afe9 !important;
        }

        .free-quote-details .card-header {
            font-size: 15px;
            color: #fff;
            line-height: 36px;
            /* background: linear-gradient(to bottom, #0d85a8 0%, #35add1 65%, #44c0e5 100%); */
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 600;
            text-transform: uppercase;
        }

        .free-quote-details .card {
            background: rgba(235, 244, 255);
        }



        .support {
            position: fixed;
            bottom: 10px;
            right: 0%;
            z-index: 70;
            cursor: pointer;
        }

        .support img {
            position: relative;
            z-index: 60;
        }

        .support>div::after {
            content: '';
            border: 61px solid white;
            border-radius: 50%;
            position: absolute;
            bottom: -1px;
            right: -2px;
            z-index: 50;
        }

        .border-theme {
            border: solid 1px #66afe9 !important;
            border-radius: 50%;
        }

        .theme-color {
            background: rgba(235, 244, 255);
        }

        .border-white {
            border: solid 3px white !important;
            border-radius: 50%;
        }


        .bg-water {
            background-color: #d8effd !important;
        }

        .bg-green {
            /* background: #90EE90 !important; */
            background-color: #13d014 !important;
            border: 1px solid white !important;
        }

        .bg-pink {
            background: #ffc0cb !important;
        }

        .bg-pink1 {
            background: #fb2c79 !important;
            border: 1px solid white !important;
        }

        .bg-blue1 {
            background: radial-gradient(circle, #00c4fb 0, #0091d1 39%, #003e7c 100%);
        }

        .bg-blue {
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
        }

        .blue {
            color: #0091d1;
        }

        .bg-silver {
            background: linear-gradient(#FBFBFB, #ECECEC, #CECECE);
        }

        .input-group-text {
            background: linear-gradient(#FBFBFB, #ECECEC, #CECECE);
        }

        .fa1_8 {
            font-size: 1.8em;
        }

        select option {
            background: transparent !important;
            text-shadow: transparent !important;
        }

        input#date {
            position: relative;
            overflow: hidden;
        }

        input#date::-webkit-calendar-picker-indicator {
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            background: #0000;
            position: absolute;
            transform: scale(15)
        }

        input#time {
            position: relative;
            overflow: hidden;
        }

        input#time::-webkit-calendar-picker-indicator {
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            background: #0000;
            position: absolute;
            transform: scale(15)
        }

        .pulse-btn {
            background-color: #fb2c79;
            border: 2px solid #fff;
            color: #fff;
            font-size: 16px;
            border-radius: 30px;
            padding: 0px 5px;
            font-weight: 700
        }

        .pulse {
            animation: pulse 1.3s infinite;
        }

        @keyframes pulse {
            0% {
                opacity: 0;
                /* transform: scale(0.9); */
                /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7); */
            }

            50% {
                opacity: 1;
                /* transform: scale(1); */
                /* box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); */
            }

            100% {
                opacity: 0;
                transform: scale(0.9);
                /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); */
            }
        }

        /* .job-data {
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
} */

        .job-data label {
            font-size: 13px;
            font-weight: bold;
            display: block;
        }

        .job-data .table-bordered {
            border: 1px solid #ddd !important;
        }

        .job-data .table td {
            border: 1px solid #ddd !important;
            background: #fbfbfb !important;
        }

        .job-data tbody,
        td,
        tfoot,
        th,
        thead,
        tr {
            border-width: 2px !important;
        }

        .job_details .nav-link {
            background: transparent linear-gradient(#fff, #ececec, #cecece) repeat scroll 0 0 !important;
            border-left: solid 1px #d1d1d1;
            border-right: solid 1px #d1d1d1;
            color: black;
            border-color: #eee #eee #ddd !important;
        }

        .booking .nav-link {
            background: transparent linear-gradient(#fff, #ececec, #cecece) repeat scroll 0 0 !important;
            color: black;
            /* border-color: #eee #eee #ddd !important; */
            font-weight: bolder;
            font-size: 13px;
            padding: 4px 15px;
            border-radius: 0 !important;
            border-right: 1px solid black !important;
        }


        .banner-home .nav-link {
            background: transparent linear-gradient(#fff, #ececec, #cecece) repeat scroll 0 0 !important;
            color: black;
            border-color: #eee #eee #ddd !important;
            font-weight: bolder;
            font-size: 13px;
            padding: 8px 15px;
        }

        .banner-home .nav-pills .nav-link.active,
        .nav-pills .show>.nav-link {
            background: #fbfbfb linear-gradient(to bottom, #dedede 0%, #ececec 39%, #efefef 39%, #fbfbfb 100%) !important;
        }

        .booking .nav-pills .nav-link.active,
        .nav-pills .show>.nav-link {
            background: #fbfbfb linear-gradient(to bottom, #dedede 0%, #ececec 39%, #efefef 39%, #fbfbfb 100%) !important;
        }

        .booking .addition {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 10px 0;
        }

        .booking .addition label {
            font-size: 13px;
        }

        .tooltiptext {
            display: none;
            width: 270px;
            color: black;
            text-align: center;
            border-radius: 6px;
            position: absolute;
            z-index: 100;
            top: 30%;
            right: 80px;
        }

        .tooltip_custom:hover .tooltiptext {
            display: block !important;
        }

        .console-container {
            font-size: 20px;
            font-weight: 700;
            color: white;
            height: 100px;
            margin-top: 10px;
            line-height: 1;
            display: flex;
            justify-content: start;
        }

        .console-underscore {
            display: inline-block;
            position: relative;
        }

        .cars-title {
            background: linear-gradient(to bottom, rgb(222, 215, 215) 0%, rgba(255, 255, 255, 1) 49%, rgb(224, 222, 222) 100%) !important;
        }

        .banner-home .cars_list {
            padding: 0px !important;
            /* padding-bottom:2px !important; */
            display: flex;
            flex-direction: column;
            border: 1px solid #0091d1 !important;
            font-size: 17px;
            border-radius: 5px;
            background: #f2f2f2 linear-gradient(to bottom, #fbfbfb 0%, #ececec 39%, #ececec 39%, #cecece 100%) !important;
            color: #333;
            cursor: pointer;
            position: relative;
        }

        .booking .cars_list {
            padding: 10px !important;
            display: flex;
            flex-direction: column;
            border: 1px solid #ccc;
            font-size: 18px;
            border-radius: 5px;
            background: #f2f2f2 linear-gradient(to bottom, #fbfbfb 0%, #ececec 39%, #ececec 39%, #cecece 100%) !important;
            color: #333;
        }

        .banner-home .cars-details input {
            background: linear-gradient(to bottom, rgb(222, 215, 215) 0%, rgba(255, 255, 255, 1) 49%, rgb(224, 222, 222) 100%) !important;
        }

        .banner-home .cars-details>div {
            background: linear-gradient(to bottom, rgb(222, 215, 215) 0%, rgba(255, 255, 255, 1) 49%, rgb(224, 222, 222) 100%) !important;
            width: 24%;
            height: 25px;
        }

        .booking .cars-details input {
            background: linear-gradient(to bottom, rgb(222, 215, 215) 0%, rgba(255, 255, 255, 1) 49%, rgb(224, 222, 222) 100%) !important;
        }

        .booking .cars-details>div {
            background: linear-gradient(to bottom, rgb(222, 215, 215) 0%, rgba(255, 255, 255, 1) 49%, rgb(224, 222, 222) 100%) !important;
            width: 24%;
            height: 25px;
        }

        .booking svg {
            color: #0d4f78;
        }









        /* yellow line css */

        .a-header2 {
            width: 100%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            width: 80%;
            margin: 0 auto;
            max-height: 5vh;
            min-height: 5vh;
        }

        .a-cont {
            width: 100%;
            height: auto;
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%);
        }

        .promo {
            color: white;
            font-weight: bold;
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
        }

        .a-header2 img {
            width: 15px;
        }

        .a-header2 li {
            list-style: none;
            padding: 3px 6px;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .myarrow img {
            width: 38px !important;
        }

        .mywarning img {
            width: 22px !important;
            margin-right: 4px;
        }

        body {
            background: linear-gradient(to bottom, #fafdff 0%, #e8f2f9 100%) !important;
        }
        @media screen and (max-width: 400px){
            body{
                height: 115vh !important;
            }
            #client-login-nav {
    justify-content: center !important;
    position: relative !important;
    left: -47px !important;
}
        }

        .mywarning {
            background: linear-gradient(to bottom, yellow, #F5B32C) !important;
            color: black;
            border: 1px solid #a6a6a6 !important;
            display: flex;
            align-items: center;
            font-size: 1rem;
            font-weight: bolder;
        }



        .mydiscount {
            font-size: 1rem;
            font-weight: bolder;
        }

        .a-cont2 {
            width: 100%;
            background: #FFFC79;
            padding: 2px;
            border: 4px dashed rgb(247, 106, 5) !important;
        }

        .advantage {
            background: linear-gradient(#ff6666, #cc0000);
            padding: 6px;
            border-radius: 17px;
            color: white;
            font-weight: bolder;
            font-size: 1rem;
        }

        #countdown {
            text-align: center;
        }

        #timer {
            display: flex;
            justify-content: center;
        }

        #timer div {
            margin: 0 5px;
        }

        #timer span {
            display: block;
            font-size: 12px;
            font-weight: bolder;
        }








        .a-logo img {
            width: 130px;

        }

        .myadvantage img {
            width: 64px;
        }

        .myfade {
            animation: myfade 1.3s ease infinite;
            transition: opacity 2s ease;
        }

        @keyframes myfade {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 0.5;
            }

            100% {
                opacity: 1;
            }
        }

        ul.nav-wizard {
            background-color: linear-gradient(#7EA9D3 , #7EA9D3, #7EA9D3);
            border: 1px solid #fff;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            position: relative;
            overflow: hidden;
        }

        ul.nav-wizard li {
            position: relative;
            height: 46px;
            display: inline-block;
            text-align: middle;
            padding: 0 0 0 18px;
            margin: 0;
            font-size: 16px;
            line-height: 46px;
            text-align: center;
        }

        ul.nav-wizard li.active {
            width: 25% !important;
        }

        ul.nav-wizard li {
            width: 25% !important;
        }

        ul.nav-wizard .active~li {
            color: #fff;
            background: linear-gradient(#7EA9D3, #7EA9D3, #7EA9D3);
        }

        ul.nav-wizard li.active {
            color: #fff !important;
            background: linear-gradient(#7EA9D3, #7EA9D3, #7EA9D3);

        }

        ul.nav-wizard li.active {
            color: #fff !important;
            background: linear-gradient(#90D05B, #90D05B, #90D05B) !important;
        }

        ul.nav-wizard li:before {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #fff;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -16px;
        }

        ul.nav-wizard li:after {
            position: absolute;
            display: block;
            border: 24px solid transparent;
            border-left: 16px solid #7EA9D3;
            border-right: 0;
            top: -1px;
            z-index: 10;
            content: '';
            right: -15px;
        }

        ul.nav-wizard li.active:after {
            border-left: 16px solid #90D05B !important;
        }


        .qt-con {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 10px;
            padding: 20px;
            width: 100% !important;
        }

        .qt-btn {
            /* border: 1px solid white; */
            border-radius: 100px;
            background: #db1e1e;
            width: 70% !important;
            height: 70px;
            font-weight: bolder;
            text-align: center;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .qt-btn img {
            display: flex;
            max-width: 15%;
            justify-content: center;
        }

        .myfade {
            /* color: #ffff;           */
            font-weight: bold;
            font-size: small;
            transition: opacity 0.2s ease-in-out;
        }

        @keyframes pulse {
            from {
                opacity: 1;
            }

            to {
                opacity: 0.7;
            }
        }

        .mini-data {
            background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
            border-bottom: 1px solid gray;
            border-top: 1px solid gray;
        }



        .mini-data .carousel-inner {
            margin-left: 30px;
        }

        .mini-data .carousel-indicators {
            margin-bottom: 0 !important;
            bottom: -13px;
            left: 20px;
        }

        .mini-data .carousel-indicators [data-bs-target] {
            width: 10px;
            height: 10px;
            /* background-color: #6c757d !important; */
            background-color: #fb2c79 !important;
            opacity: 1 !important;
            border-radius: 50%;
        }

        .mini-data .carousel-indicators .active {
            background-color: #13d014 !important;
        }

        .form-control-my {
            width: 30%;
            background-color: transparent !important;
            border: none !important;
            color: #fff !important;
            font-size: 10px;
        }

        .mini-data-start {
            background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
            border-top: 2px solid white;
        }

        .mini-data-start .data-align {
            margin-left: 40px !important;
        }

        .mini-data-end {
            background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0 0;
            border-top: 2px solid white;
        }

        .mini-data-end .data-align {
            margin-left: 30px !important;
            padding: 5px;
        }

        .why-us {
            position: relative;
            border-top-left-radius: 9px;
            border-bottom-left-radius: 9px;
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
            color: white;
        }

        .why-us::after {
            content: '';
            position: absolute;
            background: linear-gradient(#FBFBFB, #ECECEC, #CECECE) !important;
            z-index: 9;
            content: '';
            width: 30px;

            right: -30px;
        }

        .why-us h3 {
            padding: 25px;
        }

        .why-us::before {
            position: absolute;
            display: block;
            background: url(./images/home_testy_commit.png) no-repeat;
            z-index: 10;
            content: '';
            width: 20px;
            height: 90px;
            float: right;
            right: -20px;
        }

        .vehicle-listings {
            text-align: center;
            padding: 20px;
        }

        .vehicle-listings h2 {
            font-size: 2em;
            margin-bottom: 20px;
        }

        .vehicle-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .vehicle-item {
            width: 30%;
            margin-bottom: 20px;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            text-align: center;
        }

        .vehicle-item img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
        }

        .vehicle-item h3 {
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        .vehicle-item p {
            margin-bottom: 10px;
        }

        .vehicle-item a {
            display: inline-block;
            padding: 5px 10px;
            border: 1px solid #ddd;
            border-radius: 3px;
            text-decoration: none;
            color: #333;
        }

        .vehicle-item a:hover {
            background-color: #ddd;
        }

        hr.lg {
            background: url('./images/seperate.png');
            height: 16px !important;
            display: block;
            width: 100%;
            border: none;
            margin: 0;
            padding: 0;
            opacity: 1 !important;
        }

        .testimonials .card {
            background-color: transparent !important;
            border: none !important;
        }

        .testimonials .card-body {
            background-color: #d8effd !important;
            border: 1px solid #0091d1 !important;
        }

        .testimonials .card-body::before {
            content: "";
            display: block;
            position: absolute;
            background-color: transparent;
            top: 48%;
            left: 46px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 28px 28px 0 0;
            /* border-color: #c5c5c5 transparent transparent transparent; */
            border-color: #0091d1 transparent transparent transparent;
        }

        .testimonials .card-body::after {
            content: "";
            display: block;
            position: absolute;
            top: 48%;
            left: 47px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 26px 26px 0 0;
            border-color: #d8effd transparent transparent transparent;
        }

        .testimonials .carousel-control-next,
        .carousel-control-prev {
            width: 15px !important;
            opacity: 1 !important;
        }

        .testimonials .carousel-control-prev-icon {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") !important;
        }

        .testimonials .carousel-control-next-icon {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E") !important;
        }

        .space {
            word-wrap: none;
            margin-top: 0;
            margin-bottom: 0rem;
        }

        .learn_button a {
            border-radius: 33px;
        }

        .plans {
            border-radius: 33px !important;
            border: 1px solid #0091d1 !important;
            border-top: none !important;
            border-bottom-left-radius: 59px !important;
            border-bottom-right-radius: 59px !important;

        }

        .ribbon {
            margin-bottom: 10px !important;
        }
        .car-slider {
    width: 67%;
    display: flex;
    overflow: hidden;
    position: relative;
}

.car-container {
    display: flex;
    transition: transform 0.3s ease;
}

.car {
    width: 100%;
    height: auto;
}

.active {
    display: block;
}

.bullet-container {
    text-align: center;
}

.bullet-container-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    background-color: red;

}

.active-bullet {
    background-color: #90ee90 ;
}


        .orderbtn a {
            border: none !important;
        }
        

        .qt-btn2 {
            display: flex !important;
            font-size: 0.7rem !important;
            padding: 4px 11px !important;
            margin-bottom: 5px;
            border-radius: 56px !important;
            background: #db1e1e !important;
            font-weight: bolder;
            text-align: center;
            color: white;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            height: unset !important;
            border: none !important;
            box-shadow: unset !important;
        }

        a.light_green_button {
            margin: 0 !important;
            display: flex !important;
            padding: 4px 10px !important;
            font-size: 0.7rem !important;
            height: unset !important;
            border-radius: 56px !important;
        }

        .qt-con2 {
            display: flex !important;
            justify-content: space-between;
            flex-direction: row;
            width: 100% !important;
            border: none !important;
        }

        .plans_head {
            margin-bottom: 0px;
            border-bottom: none;
            display: flex;
            flex-direction: column;
        }

        .contact-opener-2 {
            display: none;
        }

        .contact-opener {
            display: none !important;
        }

        #contact_form {
            display: none !important;
        }

        .a-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 15vh;
            width: 90vw;

            margin: 0 auto;
        }

        .a-item {
            display: flex;
            justify-content: space-evenly;
            align-items: center;
        }

        .a-item li {
            list-style: none;
            padding: 10px;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
        }

        .a-item li a {
            text-decoration: none;
            color: white !important;
            font-weight: bolder !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
        }

        .a-item li:hover {
            background: linear-gradient(#ff6666, #cc0000);
            border: 1px solid white;
            border-radius: 10px;
        }

        .a-item li svg {
            width: 16px;
            fill: white;
            color: white;
            height: auto;
            margin-right: 3px;
        }

        .call-us {
            width: 50px;
        }

        .call-us-cont {
            background: transparent !important;
            border: none !important;
            border-radius: 0 !important;
        }

        .english-contact-number {
            margin-right: 9px;
            background-image: url(https://ecab.io/demov2.0/assets/system_design/images/english-number.png);
            width: 200px;
            height: 48px;
            margin-top: 0px;
            padding-left: 54px;
            font-size: 19px;
            font-weight: bold;
            color: #fff;
            padding-top: 11px;

        }

        .a-header2 {
            width: 100%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
            width: 1084px;
            margin: 0 auto;
            max-height: 3vh;
            min-height: 3vh;
        }

        .a-cont {
            width: 100%;
            height: auto;
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%);
        }

        .promo {
            color: white;
            font-weight: bolder;
            background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #0d85a8 100%) !important;
        }

        .a-header2 img {
            width: 15px;
        }

        .a-header2 li {
            list-style: none;
            padding: 3px 6px;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .myarrow img {
            width: 38px !important;
        }

        .contact-opener {
            background: linear-gradient(#ff6666, #cc0000) !important;
            border: none !important;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 5px
        }

        .contact-opener:hover {
            background: linear-gradient(#ff6666, #cc0000) !important;
        }

        .mywarning img {
            width: 22px !important;
            margin-right: 4px;
        }

        body {
            background: linear-gradient(to bottom, #fafdff 0%, #e8f2f9 100%) !important;
        }

        .mywarning {
            background: linear-gradient(to bottom, yellow, #F5B32C) !important;
            color: black;
            border: 1px solid #a6a6a6 !important;
            display: flex;
            align-items: center;
            font-size: 1rem;
            font-weight: bolder;
        }


        .discount {
            background: linear-gradient(#ff6666, #cc0000);
            padding: 4px;
            border-radius: 9px;
            color: white;
            font-weight: bolder;
            font-size: 1rem;
            margin-right: 4px;
            width: 25%;
            display: flex;
            justify-content: center;
        }

        .mydiscount {
            font-size: 1rem;
            font-weight: bolder;
        }

        .a-cont2 {
            width: 100%;
            background: #FFFC79;
            padding: 9px;
            border: 4px dashed rgb(247, 106, 5) !important;
        }

        .advantage {
            background: linear-gradient(#ff6666, #cc0000);
            padding: 6px;
            border-radius: 17px;
            color: white;
            font-weight: bolder;
            font-size: 1rem;
            margin-right: -75px;

        }

        .a-logo img {
            width: 130px;
        }

        .myadvantage img {
            width: 64px;
        }

        .myfade {
            animation: myfade 1.3s ease infinite;
            transition: opacity 2s ease;
        }

        @keyframes myfade {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 0.5;
            }

            100% {
                opacity: 1;
            }
        }

        .cookie-form {
            max-width: 100% !important;
            max-height: 35px !important;
            padding: 0px !important;
            min-height: 35px !important;
        }

        #supp_other2 {
            margin: 0 !important;
            background: linear-gradient(#ff6666, #cc0000) !important;
            display: flex;
            justify-content: center;
            width: 100% !important;
        }

        #supp_other2 span {
            color: white !important;
            font-weight: normal !important;

        }

        #supp_other2 p a {
            color: white !important;
            font-weight: normal !important;

            text-decoration: underline !important;
        }


        .close-btn-5 {
            position: relative !important;
            border-radius: 15px !important;
            margin-left: 6px;
            top: 0 !important;
            font-weight: normal;
            height: 23px !important;
            padding: 0px !important;
        }

        .imgContainer img {
            width: 5vw;
            height: auto;
        }

        .imgContainer {
            display: flex;
            justify-content: space-between;
        }

        .a-header3 {
            display: flex;
            justify-content: center;
            width: 100%;
            height: 65vh;
            background: radial-gradient(circle, #01a3d0 0, #0091d1 50%, #003e7c 100%);
        }

        .innerCont {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 90vw;
        }

        .innerCont div {
            width: 38vw;
        }

        .innerCont>div:first-child {
            width: 44vw;
        }

        .text-box {
            color: white;
            height: 20vh;
            font-weight: bold;
            font-size: 1.1rem;
        }

        .div {
            display: flex;
            justify-content: center;
        }

        .div div {
            color: white;
            font-weight: bold;
            width: 6vw;
        }

        .qt-con {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100% !important;
        }

        .qt-btn {
            border-radius: 30px;
            background: #db1e1e;
            width: 43% !important;
            font-weight: bolder;
            text-align: center;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

        .hdr {
            width: 100%;
            text-align: center;
            font-size: 1.1rem;
            padding: 4px;
            color: white;
            font-weight: bolder;
            color: white;
            background: linear-gradient(#9fe925, #558407);
            padding: 10px;
            margin: 0px !important;
            border-top: 3px solid white;
            border-right: 3px solid white;
            border-left: 3px solid white;
            border-top-right-radius: 14px;
            border-top-left-radius: 14px;
        }

        video {
            border-top: none !important;
            border-top-right-radius: 0 !important;
            border-top-left-radius: 0 !important;
        }

        .social-icons ul {
            display: flex;
        }

        .top-links {
            display: flex;
            overflow: visible;
            width: unset !important;
        }

        .social-icons ul li img {
            width: 25px !important;
            height: auto !important;
        }

        .social-icons ul li {
            margin: 0 8px !important;
            width: auto !important;
            height: auto !important;
        }

        .social-icons ul li a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-weight: bolder;
            align-items: center;
        }

        .dropdown-toggle::after {
            display: none !important;
        }

        .banner {
            color: #343A40 !important;
        }

        .container-fluid .w-100 {
            padding: 0px !important;
        }

        .mb-2 {
            margin-bottom: 0px !important;
        }

        #car-image {
            width: 150px !important;
        }
        .fa-envelope {
    color: #212529 !important;
}
#testimonial_section{
        display:none !important;
    }
    .footer{
        display:none !important;
    }
    .testimonial_container{
        display:none !important;
    }
    .bottom_footer_inner{
        display:none !important;
    }
    span.input-group-addon{
        border: 1px solid #4296f0;
    }
    .carousel-inner {
      max-width: 1000px;
      position: relative;
      margin: auto;
    }

    /* Hide the images by default */
    .carousel-item {
      /*display: none;*/
    }
    .fade {
      animation-name: fade;
      animation-duration: 11s;
    }
    @keyframes fade { 
        0% {
            transform: translateX(100%);
            opacity: .9;
        }
        25% {
            transform: translateX(0);
            opacity: 1;
        }
        75% {
            transform: translateX(0);
            opacity: 1;
        }
        100% {
            transform: translateX(-100%);
            opacity: 1;
        }
    }

    span.input-group-addon i.fa:before{
        color:#0091d1 !important;

    }
        #usd-btn{
            position: relative;
                    font-weight: bolder !important;

        }
         #english-btn{
            position: relative;
            font-weight: bolder !important;
        }
        #usd-menu{
            background-color: white;
            font-size: 0.9rem;
            box-shadow: 0 0 10px rgb(195 177 177);
            padding: 2px;
            display: none;
            position: absolute;
            top: calc(100%);
            font-weight: bolder !important;
     

        }
            input.blue_button, a.blue_button{
        background: linear-gradient(to top, #44c0e5 0%, #35add1 39%, #065167 100%) !important;
    }
    input.blue_button, a.blue_button:hover{
        background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #065167 100%) !important;
    }
         #english-menu{
            background-color: white;
            font-size:0.9rem;
            box-shadow:0 0 10px rgb(195 177 177);
            padding:2px;
            display:none;
            position: absolute;
            top: calc(100%);
            font-weight: bolder !important;

         
        }
        .cookie-form {
            max-width: 100% !important;
            max-height: 35px !important;
            padding: 0px !important;
            min-height: 35px !important;
        }

        #supp_other2 {
            margin: 0 !important;
            background: linear-gradient(#ff6666, #cc0000) !important;
            display:flex;
            justify-content:center;
            padding:3px;
        }

        #supp_other2 span {
            color: white !important;
                   font-weight: bolder !important;

        }
        #supp_other2 p a{
            color:white !important;
                    font-weight: bolder !important;

            text-decoration:underline !important;
        }


        .close-btn-5 {
            position:relative !important;
            border-radius: 15px !important;
            margin-left: 6px;
            top: 0 !important;
            height:23px !important;
            padding:0px!important;
        }

        .contact-opener-5 {
            width: 100% !important;
            display: none !important;
            border-top: 1px solid white !important;
            border-bottom: 1px solid white !important;

        }

        .close-btn-6 {
            display: none !important;
        }

        .contact-opener-4 {
            display: none !important;
        }

        .blue_button {
               background: linear-gradient(to bottom, #0d85a8 0%, #35add1 39%, #44c0e5 100%) !important;
            width: 20%;
        }
          .blue_button:hover {
              background: linear-gradient(to bottom, #44c0e5 0%, #35add1 39%, #065167 100%) !important;
        }
         .signUpBtn {
               background: linear-gradient(to bottom, #0d85a8 0%, #35add1 39%, #44c0e5 100%) !important;
        
        }
          .signUpBtn:hover {
               background: linear-gradient(to top, #0d85a8 0%, #35add1 39%, #44c0e5 100%) !important;
        }

        #login_form {
            background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0% 0%;
            border: 1px solid #0091d1;
            border-radius: 30px;
            padding-top: 0px !important;
            padding-bottom: 5px;
                /* WIDTH: 18vw; */
        }

        .benefits {
            color: white;
            padding: 5px 25px !important;
            margin: 0;
            padding-top: 20px !important;
            width:25vw;
        }

        .benefits h6 {
            color: white;
        }
       .mycont {
            width: 100% !important;
            margin: 0 !important;
        }

        .logo2 img {
            width: 250px;
            height: auto;
        }

        .signInText {
            text-align: center;
            font-size: 1.1rem;
            font-weight: bold;
            color: white;
               margin: 0 !important;
        }

        .signInHeading {
            text-align: center;
            font-size: 1.2rem !important;
            text-decoration: none;
            font-weight: bold;
            border: none !important;
            margin: 0 !important;

        }

        .carousel-item {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .signInQuote {
            font-size: 0.9rem;
            color: white;
            text-align: center;
            line-height: 28px;
        }

        .signInAvatarTitle {
            font-size: 1.2rem;
            color: white;
            padding-bottom: 5px;
            font-weight: bold;
        }

        .signInImg {
            margin: 0 auto;
            margin-top: 2rem;
        }

        .left {
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        * {
            font-family: "Open Sans", sans-serif;
        }

        .benefits {
            overflow: auto;
            max-width: 25vw;
        }

        .benefits::-webkit-scrollbar {
            display: none;
        }

        .logoWrapper {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 18px;
        }
        .logoWrapper img{
            width: 300px;
            height: auto;
        }
        .myImg{
            width: 25px;
            height: auto;
        }
        /*h6{*/
        /*    width:70% !important;*/
        /*}*/
        
        
        .modal{
        display:none;
    }
    .myModal{
        display:none;
    }
    #modal{
        display:none;
    }
    #myModal{
        display:none;
    }
     #contact-form{
         display:none;
     } #contact-form{
         display:none;
     }
      #contact-form2{
         display:none;
     } #contact-form2{
         display:none;
     }
     .a-wall{
         max-width:76px;
         padding:0px !important;
     }
     .myNav {
         gap: 10px;
         display: flex;
         justify-content: flex-end;
         align-items: center;
     }
     .myNav li{
         padding: 5px 6px !important;
     }
     @media only screen and (max-width:1407px){
        .benefits{
            min-width:25vw;
        }
     }
     .logo2 img{
         width: 300px !important;
     }
       .blueGradient {
                overflow: hidden;
                position: relative;
                padding-top: 0 !important;
                padding-bottom: 0 !important;
            }

            .silk-slides {
                display: flex;
                transition: transform 0.5s ease-in-out;
            }

            .silk-slide {
                flex: 0 0 100%;
            }

            .left {
                text-align: center;
             
            }

            .signInImg {
                width: 130px;
                border-radius: 50%;
                border:2px solid;
            }

            .signInAvatarTitle {
                font-weight: bold;
                margin-top: 10px;
                display: block;
            }

            .signInQuote {
                margin-top: 10px;
            }
              .silk-prev, .silk-next {
        background: none;
        border: none;
        color: white;
     padding:1px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
      
        cursor: pointer;
        border-radius: 50%; /* Make it circular */
      }
      .infoBox{
          padding: 0 !important;
      }
      .col-md-10{
          padding: 0 0px !important; 
      }
      .silk-prev{
          color: red ;
          font-size: 1.5rem;
      }
       .silk-next{
          color: red ;
          font-size: 1.5rem;
      }
      .form-group {
        margin-bottom: -4px !important;
    }
    body{
        background: linear-gradient(to bottom,#fafdff 0%,#e8f2f9 100%) !important;
    }
    #row{
        background: linear-gradient(to bottom, #eaf3f9 0%, #e8f2f9 100%) !important;
    }
    /*form{*/
    /*    background: linear-gradient(to bottom, #eaf3f9 0%, #e8f2f9 100%) !important;*/
    /*}*/

    header{
        display:none;
    }
    h6{
        color:white !important;
    }

    .forgot-password{
        border-color:#0091d1 ;
    background: transparent linear-gradient(#fbfbfb, #ececec, #cecece) repeat scroll 0% 0%;
    
    }
    #forgetbutton{
        width:100px;
        height:40px;
    }
    input{
        line-height:0;
    }
    .silk-navigation button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
    }
    .silk-navigation .dot {
        display: inline-block;
        height: 15px; 
        width: 15px; 
        background-color: rgb(229,50,50); 
        border-radius: 50%; 
        border: 2px solid #D1CACA;
        margin: 0 5px;
        }
    .reveal {
        padding: 0 12px;
        outline: none !important; 
      }
      .glyphicon {
        color: #0091d1 !important;
       
      }
       .reveal:focus,
      .reveal:active {
        outline: none;
      }
      
      

    /*code by zain*/
    #boot-icon{
        float:left;
        margin-top:2px;
    }
      lable.error {
        color: red;
        font-weight: bold;
        font-size: 12px;
        
        margin-left:4px;
    }
    .error{
        padding:0px 4px !important;
    }
    .error-box {
        padding: 20px;
        text-align: right;
        height: 38px !important;
        margin: 8px auto;
        width: 100%;
        border: none;
        border-radius: 42px;
        padding: 3px 3px;
        font-size: small;
        text-align: start;
        color: #000 !important;
        border: 1px solid #ff2600;
        background-color: #ffcccb;
        animation: buttons 0.3s linear;
        transition: 200ms ease-in-out;
        margin-bottom: 5px;
        color: #fff;
        display:flex;
        justify-content: center ;
        align-items: start;
        flex-direction: column;
        display:none;

    }
img.msgIcon {
    top: 5px;
    width: 30px;
    margin-right: 10px;
    position: absolute;
    left: 5px;
}
.send-error {
    height: auto !important;
    margin: 3px auto;
    margin-bottom: 0px;
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #000 !important;
    border: 1px solid #ff2600;
    background-color: #ffcccb;
    animation: buttons 0.3s linear;
    transition: 200ms ease-in-out;
    display: none;
    color: #fff;
}
    .error-box div{
        margin: 0;
    }

    .error-box img {
      vertical-align: middle;
      margin-right:5px;


    }
    #require{
        width:97%;
    }

    .text{
        color:#000 !important;
    }
    .input-group{
        padding-bottom:5px !important;
    }
    div#particulier {
    width: 240px;
}
div#enterprise-select-box {
    width: 233px;
}
div#code {
    width: 160px;
}
div#ville {
    position: relative;
    left: 0px;
    width: 313px;
}
div#password {
    width: 220px;
}
    .error-box1 {
        padding: 20px;
        text-align: right;
        height: 38px !important;
        margin: 8px auto;
        width: 97%;
        border: none;
        border-radius: 42px;
        padding: 3px 3px;
        font-size: small;
        text-align: start;
        color: #000 !important;
        border: 1px solid #ff2600;
        background-color: #ffcccb;
        animation: buttons 0.3s linear;
        transition: 200ms ease-in-out;
        margin-bottom: 5px;
        color: #fff;
        display:flex;
        justify-content: center ;
        align-items: start;
        flex-direction: column;
        display:none;

    }


    .error-box1 div{
        margin: 0;
    }

    .error-box1 img {
      vertical-align: middle;
      margin-right:5px;


    }
    .text1{
        color:#000 !important;
    }
    #login_form{
        width:372px !important;
        padding-inline:0px;
    }
    header{
            display:none;
        }

#lang-curr-block {
    display: flex;
    gap: 10px;
}

#lang-curr-block div {
    margin: 0!important;
    width: auto!important;
}

#register-page-curr-lang-block {
    display: flex;
    gap: 5px;
}

     @media screen and (max-width: 400px){
         body {
    overflow-x: hidden !important;
}
#pas-encore-block {
        position: relative !important;
    top: 82px !important;
    left: -137px !important;
    }
    #ajouter-inscrive-block {
    display: flex;
    position: relative !important;
    left: 40px !important;
}
.pas-encore-item {
    width: 200px !important;
    font-size: 12px !important;
    position: relative !important;
    left: 51px !important;
}
#client-login-nav #lang-curr-block {
    position: relative;
    top: -33px !important;
    left: 54px !important;
}
.signUpBtn {
    width: 122% !important;
    position: relative;
    left: 35px !important;
    top: -14px !important;
    font-size: 14px !important;
}
}

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

    #login_form {
        max-width: none !important;
    }

    #forgot-password-click-block {
        width: auto!important;
    }

    #password-oublie {
        margin-left: 0!important;
    }

    #english-btn {
        margin: 0;
        margin-right: 7px !important;
        padding: 0 !important;
        float: right;
        display: inline-block;
        width: 102px;
    }
    .myNav {
        padding: 0 10px;
        width: 100%;
        justify-content: space-between!important;
    }
    #usd-btn {
        display: inline !important;
    }
    #login-form-block {
        margin-top: 45px!important;
    }

    #register-page {
        margin-top: 25px;
    }
    #register-page #register-button-block {
        margin-bottom: 12px;
    }
    #register-page #login_form {
        padding: 0 2px !important;
        width: 415px !important;
    }

    #register-page .myHd {
        width: 415px!important;
    }
    #register-page-nav>li:first-child {
        flex-direction: column!important;
        align-items: center;
    }

    #client-login-nav {
        display: flex;
        flex-direction: column;
    }

    #ajouter-inscrive-block {
        display: flex;
    }

    #pas-encore-block {
        font-size: 9px;
    }

    .signUpBtn {
        margin: 0;
        display: block;
        font-size: 9px;
        width: 100%;
        padding: 0 9px ;
    }
    
   

    #client-login-nav #lang-curr-block {
        width: 100%;
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        flex-direction: row;
    }


    #register-page-curr-lang-block {
        display: flex;
    }

    #register-page-nav>div:first-child {
        font-size: 7px;
    }

    #register-page-curr-lang-block #english-btn {
        margin-right: 0!important;
        width: 85px !important;
    }

    #add-fav-button {
        width: 152px !important;
        display: block;
    }
}