
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    background: #efefef!important;
    border: 1px solid #efefef!important;
    color: #2D343C!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ffd600!important;
    border-color: transparent!important;
    color: #fff!important;
}
@media screen and (min-width:279px) and (max-width:600px) {
    .daterangepicker .drp-calendar{
        max-width: 100%!important;
    }
    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 30%!important;
        padding: 10px!important;
        font-size: 20px!important;
        border-radius: 12px!important;
    }
    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        font-size: 17px!important;
    }
}

@media screen and (min-width: 280px) and (max-width: 376px){
    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
        padding: 4% 0%!important;
    }
}
@media screen and (min-width: 377px) and (max-width: 600px){
    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td{
        padding: 5% 0%!important;
    }
}
.daterangepicker .drp-buttons .btn{    
    padding: 10px 25px!important;
    border-radius: 12px;
}

.footer-for-order{
    text-align: center;
    padding-top: 30px;
}


.history-wrapper .title{
    color: #fff;
}

.history-wrapper .history-content .subtitle{
    color: #fff;
}
        .title-for-first{
            font-size: 30px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            margin-bottom: 40px;
            color: #fff;
            text-transform: uppercase;
        }
        .subtitle-for-first{
            font-size: 18px;
            font-family: "Poppins", sans-serif;
            line-height: 1.8;
        }
        .content-for-first{
            margin-top: 50px;
        }



        .mobile-menu-hamburger.mobile-menu-hamburger-white a:focus i {
            color: #ffd600 !important;
        }

        .mobile-menu-hamburger.mobile-menu-hamburger-white a:active i {
            color: #ffd600 !important;
        }

        .mobile-menu-hamburger a:focus i {
            color: #ffd600 !important;
        }

        .mobile-menu-hamburger a:active i {
            color: #ffd600 !important;
        }

        .mobile-menu-inner .offcanvas-btn-close:focus i {
            color: #ffd600 !important;
        }

        .mobile-menu-inner .offcanvas-btn-close:active i {
            color: #ffd600 !important;
        }

        a .light-bg-btn {
            border: 1px solid #000;
            border-radius: 12px;
            padding: 5px 10px;
            cursor: pointer;
            color: #000;
        }

        a:hover .light-bg-btn {
            border: 1px solid #ffd600;
            color: #ffd600;
        }

        .light-bg-btn-mini:hover {
            border: 1px solid #ffd600;
            color: #ffd600
        }

        .light-bg-btn-mini {
            border: 1px solid #000;
            border-radius: 12px;
            padding: 5px 10px;
            cursor: pointer;
            color: #000;
        }

        .light-bg-btn-margin {
            margin: 0px 20px !important;
        }

        @media (min-width: 991px) {
            .mobile-menu-hamburger {
                display: none;
            }
        }
  
        .title-center {
            text-align: center;
        }

        .btn-prime {
            background: transparent;
            border: 1px solid #000;
            border-radius: 12px;
            box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
            padding: 9px 20px 5px;
            font-weight: bold;
            font-size: 20px;
        }

        .btn-prime:hover {
            background: #ffd600;
            border: 1px solid #fff;
            color: #fff;
        }

        .btn-prime:focus {
            background: transparent;
            border: 1px solid #ffd600;
            color: #ffd600;
            box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
        }

        .or-btn-mid {
            padding: 15px;
        }

        .image-for-app {
            width: 40%;
            padding: 2px 5px 15px;
        }


        .super-header {
            margin-top: 0px;
        }

        .header-sticky.sticky {
            padding: 0px 15px;
        }

        .tapping-text{
            font-size: 11px;
        }

        .title-janer-er{
            font-weight: 700;
            font-size: 55px;
            line-height: 56px;
            text-transform: uppercase;
            color: #2D343C;
        }
        .text-janer-er{
            font-weight: 500;
            font-size: 23px;
            line-height: 28px;
            color: #2D343C;
        }
        .thanks-text{
            font-weight: 500;
            font-size: 25px;
            line-height: 28px;
            color: #2D343C;
        }
        .cablr-cars-bg{
            background: #FFFFFF;
            box-shadow: -1px 3px 12px rgba(0, 0, 0, 0.23);
            border-radius: 19px;
            padding: 25px;
            margin: 15px;
            width: 30%;
        }
        
        .cablr-cars-bg img{
            width: 100%;
            position: relative;
            display: block;
            
        }
        .team-content.liter{
            color: #fff;
        }
        .team-content.liter .title, .team-content.liter .subtitle{
            color: #fff!important;
        }
        .cablr-cars-bg:hover img{
            width: 102%;
            transition: .3s;
        }
        
        .cablr-car-btn{
            background: #2D343C; 
            box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3); 
            border-radius: 16px; 
            color: #fff; 
            padding: 5px;
            width: 100%;
        }
        .cablr-car-btn-lite{
            background: #66717D; 
            box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
            border-radius: 16px; 
            color: #fff; 
            padding: 5px;
            width: 100%;
        }
        .cablr-car-btn-lite:focus{
            background: #efefef; 
            color: #66717D; 
        }
        .bottom-size{
            padding-bottom: 45px;
        }
        
        
        .bg-mug{
            background: #2D343C;
        }


        .btn-btn-parz{
            width: 80%;
            padding: 15px 25px;
            background: #2D343C;
            box-shadow: 1px 2px 6px 1px rgb(16 21 27 / 30%);
            border-radius: 16px;
            font-weight: 700;
            font-size: 15px;
            line-height: 10px;
            color: #FFFFFF;
        }
        .btn-btn-parz:hover, .btn-btn-parz:focus{
            background: #FFFFFF;
            color: #2D343C;
        }
        
        .btn-btn-bard{
            width: 100%;
            padding: 15px 25px;
            background: #2D343C;
            box-shadow: 1px 2px 6px 1px rgb(16 21 27 / 30%);
            border-radius: 16px;
            font-weight: 700;
            font-size: 15px;
            line-height: 10px;
            color: #FFFFFF;
        }
        .btn-btn-bard:hover, .btn-btn-bard:focus{
            background: #FFFFFF;
            color: #2D343C;
        }
        

        .header-font-size-car{
            font-size: 10px;
            display: block;
        }
.fonty-mec{
    font-size: 14px;
    line-height: 90px;
}
        
        .header-font-size-car-min{
            display: none;
        }
        .header-icon-size-car{
            font-size: 15px;
            margin: 0px 10px;
        }



           
.option-text-servive{
    padding: 0px 50px 0px 0px;
}
.option-text-option{
    padding: 0px 50px;
}
            
            
            

.sign-text-servive{
    padding: 0px 50px 0px 0px;
}
.sign-text-option{
    padding: 0px 50px;
}
.sign-text-sign{
    padding: 0px 0px 0px 50px;
}
            
            
            
            
.payment-text-service{
    padding: 0px 50px 0px 0px;
}                   
.payment-text-option{
    padding: 0px 50px;
}                   
.payment-text-sign{
    padding: 0px 50px;   
}                   
.payment-text-payment{
    padding: 0px 50px;
}  
            
            
            
.chech-out-text-service{
    padding: 0px 50px 0px 0px;
}                   
.chech-out-text-option{
    padding: 0px 50px;
}                   
.chech-out-text-sign{
    padding: 0px 50px;
}                   
.chech-out-text-payment{
    padding: 0px 50px;
}                      
.chech-out-text-chech-out{
}   



.thank-text-service{
    padding: 0px 50px 0px 0px;
}
.thank-text-option{
    padding: 0px 50px;
}

.thank-text-sign{
    padding: 0px 50px;
}

.thank-text-payment{
    padding: 0px 50px;
}
.show-only-for-mobile{
    display: none;
}
.text-ultra{
    display: none;
}


        @media screen and (max-width: 318px) and (min-width: 250px) {
            .header-font-size-car{
                font-size: 7px;
                display: none;
            }
            .header-font-size-car-min{
                font-size: 10px;
                display: block;
            }
            
            
            
            
             .title-for-first{
            font-size: 18px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            margin-bottom: 10px;
            color: #fff;
            text-transform: uppercase;
        }
        .subtitle-for-first{
            font-size: 12px;
            font-family: "Poppins", sans-serif;
            line-height: 1.8;
        }
        .content-for-first{
            margin-top: 10px;
        }


            .cablr-cars-bg{
                width:90%;
            }
            
            .container.bottom-size{
                padding-bottom: 35px;
            }
            .bg-mug{
                background: #fff;
            }
            .team-content.liter .title, .team-content.liter .subtitle {
                color: #2D343C!important;
            }
            .team-content.liter {
                color: #2D343C;
            }
            .cablr-car-btn-lite{
                background: #2D343C;
            }
            .team-content p{
                font-size: 10px;
            }
            
            
            
            .btn-btn-parz{
                width: 100%;
                padding: 15px 25px;
                margin-top: 0px;
            }
            
            
            
             .title-janer-er{
                font-weight: 700;
                font-size: 35px;
                line-height: 45px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 12px;
                line-height: 17px;
            }
            .thanks-text{
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            .image-for-app {
                width: 40%;
                padding: 0px 5px 5px;
            }

            .btn-prime {
                font-size: 12px;
                padding: 10px 20px 7px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 100%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 10px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 8px;
            }

            .only-for-mobile p {
                font-size: 6px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 70px;
            }

            .x-button {
                width: 5%;
                padding: 5px 5px 5px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%
            }

            .view-button {
                width: 20%;
                padding: 10px;
            }

            .view-button button {
                font-family: unset;
            }

            .super-header {
                margin-top: 70px;
            }

            /*Mobile App Reklam*/

        }

        @media screen and (max-width: 345px) and (min-width: 319px) {
            
            .header-font-size-car{
                font-size: 7px;
                display: none;
            }
            .header-font-size-car-min{
                font-size: 10px;
                display: block;
            }
            
            .cablr-cars-bg{
                width:90%;
            }
            
            .container.bottom-size{
                padding-bottom: 35px;
            }
            .bg-mug{
                background: #fff;
            }
            .team-content.liter .title, .team-content.liter .subtitle {
                color: #2D343C!important;
            }
            .team-content.liter {
                color: #2D343C;
            }
            .cablr-car-btn-lite{
                background: #2D343C;
            }
            .team-content p{
                font-size: 10px;
            }
            
            
            .btn-btn-parz{
                width: 100%;
                padding: 15px 25px;
                margin-top: 0px;
            }
            
            
            
            
            .title-janer-er{
                font-weight: 700;
                font-size: 35px;
                line-height: 45px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 12px;
                line-height: 17px;
            }
            .thanks-text{
                margin-top: 10px;
                font-weight: 500;
                font-size: 15px;
                line-height: 17px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            .image-for-app {
                width: 40%;
                padding: 0px 5px 5px;
            }

            .btn-prime {
                font-size: 12px;
                padding: 10px 20px 7px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 100%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 10px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 8px;
            }

            .only-for-mobile p {
                font-size: 6px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 70px;
            }

            .x-button {
                width: 5%;
                padding: 5px 5px 5px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%
            }

            .view-button {
                width: 20%;
                padding: 10px;
            }

            .view-button button {
                font-family: unset;
            }

            .super-header {
                margin-top: 70px;
            }

            /*Mobile App Reklam*/

        }

        @media screen and (max-width: 385px) and (min-width: 346px) {
            
            .header-font-size-car{
                font-size: 7px;
                display: none;
            }
            .header-font-size-car-min{
                font-size: 11px;
                display: block;
            }
            
             .cablr-cars-bg{
                width:92%;
            }
            
            .container.bottom-size{
                padding-bottom: 35px;
            }
            .bg-mug{
                background: #fff;
            }
            .team-content.liter .title, .team-content.liter .subtitle {
                color: #2D343C!important;
            }
            .team-content.liter {
                color: #2D343C;
            }
            .cablr-car-btn-lite{
                background: #2D343C;
            }
            .team-content p{
                font-size: 10px;
            }
            
            
            .btn-btn-parz{
                width: 100%;
                padding: 15px 25px;
                margin-top: 0px;
            }
            
            
            
            .title-janer-er{
                font-weight: 700;
                font-size: 40px;
                line-height: 45px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 12px;
                line-height: 17px;
            }
            .thanks-text{
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            .image-for-app {
                width: 40%;
                padding: 0px 5px 5px;
            }

            .btn-prime {
                font-size: 16px;
                padding: 10px 20px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 100%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 10px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 9px;
            }

            .only-for-mobile p {
                font-size: 7px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 75px;
            }

            .x-button {
                width: 5%;
                padding: 15px 15px 15px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%;
                padding-top: 8px;
            }

            .view-button {
                width: 20%;
                padding: 15px;
            }

            .view-button button {
                font-family: unset;
            }

            .super-header {
                margin-top: 75px;
            }

            /*Mobile App Reklam*/

        }

        @media screen and (max-width: 400px) and (min-width: 386px) {
            
            .header-font-size-car{
                font-size: 7px;
                display: none;
            }
            .header-font-size-car-min{
                font-size: 12px;
                display: block;
            }
            
            
            .cablr-cars-bg{
                width:92%;
            }
            
            .container.bottom-size{
                padding-bottom: 35px;
            }
            .bg-mug{
                background: #fff;
            }
            .team-content.liter .title, .team-content.liter .subtitle {
                color: #2D343C!important;
            }
            .team-content.liter {
                color: #2D343C;
            }
            .cablr-car-btn-lite{
                background: #2D343C;
            }
            .team-content p{
                font-size: 10px;
            }
            
            .btn-btn-parz{
                width: 100%;
                padding: 15px 25px;
                margin-top: 10px;
            }
            
            
            
            .title-janer-er{
                font-weight: 700;
                font-size: 40px;
                line-height: 45px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 12px;
                line-height: 17px;
            }
            .thanks-text{
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            .image-for-app {
                width: 40%;
                padding: 0px 5px 5px;
            }

            .btn-prime {
                font-size: 16px;
                padding: 10px 20px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 100%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 10px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 9px;
            }

            .only-for-mobile p {
                font-size: 7px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 85px;
            }

            .x-button {
                width: 5%;
                padding: 15px 15px 15px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%;
                padding-top: 8px;
            }

            .view-button {
                width: 20%;
                padding: 15px;
            }

            .view-button button {
                font-family: unset;
            }

            .super-header {
                margin-top: 85px;
            }

            /*Mobile App Reklam*/
        }

        @media screen and (max-width: 420px) and (min-width: 400px) {
            
            
            .header-font-size-car{
                font-size: 7px;
                display: none;
            }
            .header-font-size-car-min{
                font-size: 13px;
                display: block;
            }
            
            
            
            .cablr-cars-bg{
                width:92%;
            }
            
            .container.bottom-size{
                padding-bottom: 35px;
            }
            .bg-mug{
                background: #fff;
            }
            .team-content.liter .title, .team-content.liter .subtitle {
                color: #2D343C!important;
            }
            .team-content.liter {
                color: #2D343C;
            }
            .cablr-car-btn-lite{
                background: #2D343C;
            }
            .team-content p{
                font-size: 10px;
            }
            
            .btn-btn-parz{
                width: 100%;
                padding: 15px 25px;
                margin-top: 10px;
            }
            
            
            
            
            .title-janer-er{
                font-weight: 700;
                font-size: 40px;
                line-height: 45px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 14px;
                line-height: 17px;
            }
            .thanks-text{
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            
            .image-for-app {
                width: 38%;
                padding: 0px 5px 5px;
            }

            .btn-prime {
                font-size: 16px;
                padding: 10px 20px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 100%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 10px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 9px;
            }

            .only-for-mobile p {
                font-size: 7px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 85px;
            }

            .x-button {
                width: 5%;
                padding: 15px 15px 15px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%;
                padding-top: 8px;
            }

            .view-button {
                width: 20%;
                padding: 20px;
            }

            .view-button button {
                font-family: unset;
            }

            .super-header {
                margin-top: 85px;
            }

            /*Mobile App Reklam*/
        }

        @media screen and (max-width: 520px) and (min-width: 421px) {
            
            
            .header-font-size-car{
                font-size: 7px;
                display: none;
            }
            .header-font-size-car-min{
                font-size: 14px;
                display: block;
            }
            
             .cablr-cars-bg{
                width:95%;
            }
            
            .container.bottom-size{
                padding-bottom: 35px;
            }
            .bg-mug{
                background: #fff;
            }
            .team-content.liter .title, .team-content.liter .subtitle {
                color: #2D343C!important;
            }
            .team-content.liter {
                color: #2D343C;
            }
            .cablr-car-btn-lite{
                background: #2D343C;
            }
            .team-content p{
                font-size: 10px;
            }
            
            .btn-btn-parz{
                width: 100%;
                padding: 15px 25px;
                margin-top: 10px;
            }
            
            
            
            
            .title-janer-er{
                font-weight: 700;
                font-size: 40px;
                line-height: 45px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 14px;
                line-height: 17px;
            }
            .thanks-text{
                font-weight: 500;
                font-size: 20px;
                line-height: 25px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            .image-for-app {
                width: 35%;
                padding: 0px 5px 18px;
            }

            .btn-prime {
                font-size: 35px;
                padding: 10px 20px 15px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 65%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 15px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 13px;
            }

            .only-for-mobile p {
                font-size: 10px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 90px;
            }

            .x-button {
                width: 5%;
                padding: 15px 15px 15px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%;
                padding-top: 7px;
            }

            .view-button {
                width: 20%;
                padding: 15px;
            }

            .view-button button {
                font-size: 20px;
                font-family: unset;
            }

            .super-header {
                margin-top: 90px;
            }

            /*Mobile App Reklam*/

        }

        @media screen and (max-width: 660px) and (min-width: 521px) {
            
            
            .header-font-size-car{
                font-size: 7px;
                display: none;
            }
            .header-font-size-car-min{
                font-size: 15px;
                display: block;
            }
            
            .cablr-cars-bg{
                width:95%;
            }
            
            .container.bottom-size{
                padding-bottom: 35px;
            }
            .bg-mug{
                background: #fff;
            }
            .team-content.liter .title, .team-content.liter .subtitle {
                color: #2D343C!important;
            }
            .team-content.liter {
                color: #2D343C;
            }
            .cablr-car-btn-lite{
                background: #2D343C;
            }
            .team-content p{
                font-size: 10px;
            }
            
            .btn-btn-parz{
                width: 100%;
                padding: 15px 25px;
                margin-top: 20px;
            }
            
            
            .btn-btn-bard{
                width: 100%;
                padding: 15px 25px;
            }
            
            
            .title-janer-er{
                font-weight: 700;
                font-size: 40px;
                line-height: 45px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 16px;
                line-height: 17px;
            }
            .thanks-text{
                font-weight: 500;
                font-size: 24px;
                line-height: 30px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            .image-for-app {
                width: 35%;
                padding: 0px 5px 18px;
            }

            .btn-prime {
                font-size: 35px;
                padding: 10px 20px 15px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 65%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 15px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 20px;
            }

            .only-for-mobile p {
                font-size: 15px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 135px;
            }

            .x-button {
                width: 5%;
                padding: 35px 15px 35px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%;
                padding-top: 7px;
            }

            .view-button {
                width: 20%;
                padding: 25px;
            }

            .view-button button {
                font-size: 25px;
                font-family: unset;
            }

            .super-header {
                margin-top: 135px;
            }

            /*Mobile App Reklam*/

        }

        @media screen and (max-width: 760px) and (min-width: 661px) {
            .header-font-size-car{
                font-size: 7px;
                display: none;
            }
            .header-font-size-car-min{
                font-size: 15px;
                display: block;
            }
            
              .cablr-cars-bg{
                width:29%;
            }
            .container.bottom-size{
                padding-bottom: 35px;
            }
            
            
            .btn-btn-parz{
                width: 100%;
                padding: 15px 25px;
                margin-top: 20px;
            }
            
            .btn-btn-bard{
                width: 100%;
                padding: 15px 25px;
            }
            
            .title-janer-er{
                font-weight: 700;
                font-size: 40px;
                line-height: 45px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 16px;
                line-height: 17px;
            }
            .thanks-text{
                font-weight: 500;
                font-size: 24px;
                line-height: 30px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            .image-for-app {
                width: 35%;
                padding: 0px 5px 18px;
            }

            .btn-prime {
                font-size: 35px;
                padding: 10px 20px 15px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 65%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 15px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 15px;
            }

            .only-for-mobile p {
                font-size: 10px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 90px;
            }

            .x-button {
                width: 5%;
                padding: 15px 15px 15px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%;
                padding-top: 7px;
            }

            .view-button {
                width: 20%;
                padding: 15px;
            }

            .view-button button {
                font-size: 20px;
                font-family: unset;
            }

            .super-header {
                margin-top: 90px;
            }

            /*Mobile App Reklam*/

        }

        @media screen and (max-width: 770px) and (min-width: 761px) {
            
            .header-font-size-car{
                font-size: 8px;
            }
            
            
            
            .cablr-cars-bg{
                width:29%;
            }
            .container.bottom-size{
                padding-bottom: 35px;
            }
            .btn-btn-parz{
                width: 35%;
                padding: 15px 25px;
                margin-top: 100px;
            }
            .btn-btn-bard{
                width: 60%;
            }
            
            
            
            
            .title-janer-er{
                font-weight: 700;
                font-size: 40px;
                line-height: 45px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 16px;
                line-height: 17px;
            }
            .thanks-text{
                font-weight: 500;
                font-size: 24px;
                line-height: 30px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            .image-for-app {
                width: 35%;
                padding: 0px 5px 18px;
            }

            .btn-prime {
                font-size: 35px;
                padding: 10px 20px 15px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 65%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 15px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 20px;
            }

            .only-for-mobile p {
                font-size: 15px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 115px;
            }

            .x-button {
                width: 5%;
                padding: 35px 15px 35px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%;
                padding-top: 7px;
            }

            .view-button {
                width: 20%;
                padding: 25px;
            }

            .view-button button {
                font-size: 25px;
                font-family: unset;
            }

            .super-header {
                margin-top: 95px;
            }

            /*Mobile App Reklam*/

        }

        @media screen and (max-width: 825px) and (min-width: 771px) {
            
            
            .header-font-size-car{
                font-size: 8px;
            }
             .cablr-cars-bg{
                width:29%;
            }
            
            .pad-0{
                padding: 0px!important;
                margin: 0px!important;
            }
            .container.bottom-size{
                padding-bottom: 35px;
            }

            
            .btn-btn-parz{
                width: 40%;
                padding: 15px 25px;
                margin-top: 100px;
            }
            
            .btn-btn-bard{
                width: 60%;
            }
            
            .title-janer-er{
                font-weight: 700;
                font-size: 40px;
                line-height: 45px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 18px;
                line-height: 17px;
            }
            .thanks-text{
                font-weight: 500;
                font-size: 26px;
                line-height: 32px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            
            .image-for-app {
                width: 40%;
                padding: 0px 5px 22px;
            }

            .btn-prime {
                font-size: 42px;
                padding: 10px 20px 15px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 65%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 15px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 20px;
            }

            .only-for-mobile p {
                font-size: 15px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 120px;
            }

            .x-button {
                width: 5%;
                padding: 35px 15px 35px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%;
                padding-top: 5px;
            }

            .view-button {
                width: 20%;
                padding: 25px;
            }

            .view-button button {
                font-size: 25px;
                font-family: unset;
            }

            .super-header {
                margin-top: 95px;
            }

            /*Mobile App Reklam*/

        }

        @media screen and (max-width: 1025px) and (min-width: 825px) {
            
            
            .header-font-size-car{
                font-size: 12px;
            }
            .cablr-cars-bg{
                width:29%;
            }
            
            .container.bottom-size{
                padding-bottom: 35px;
            }
            .btn-btn-parz{
                width: 30%;
                padding: 15px 25px;
                margin-top: 100px;
            }
            
            
            
            .title-janer-er{
                font-weight: 700;
                font-size: 48px;
                line-height: 49px;
            }
            .text-janer-er{
                font-weight: 500;
                font-size: 25px;
                line-height: 27px;
            }
            .thanks-text{
                font-weight: 500;
                font-size: 28px;
                line-height: 31px;
            }
            .gic{
                border-bottom: 1px solid #2D343C;
            }
            .thanks-btn{
                width: 100%;
            }
            .image-for-app {
                width: 40%;
                padding: 0px 5px 5px;
            }

            .btn-prime {
                font-size: 15px;
                padding: 10px 20px;
            }


            /*Mobile App Reklam*/
            .only-for-mobile {
                position: fixed;
                z-index: 999;
                top: 0;
                left: 0;
                width: 100%;
                background: #343C46;
                padding: 10px 5px;
            }

            .only-for-mobile img {
                width: 60%;
                border-radius: 10px;
            }

            .only-for-mobile button i {
                color: #efefef;
                font-size: 15px;
            }

            .only-for-mobile p i {
                color: #ffd600;
            }

            .only-for-mobile h3, .only-for-mobile p {
                color: #efefef;
            }

            .only-for-mobile h3 {
                font-size: 25px;
            }

            .only-for-mobile p {
                font-size: 18px;
            }

            .only-for-mobile button {
                color: #ffd600;
            }

            .header-sticky.sticky {
                top: 135px;
            }

            .x-button {
                width: 5%;
                padding: 50px 15px 50px 0px;
            }

            .img-cablr-mobile-app {
                width: 25%;
            }

            .cablr-text-mobile {
                width: 50%;
                padding-top: 15px;
            }

            .view-button {
                width: 20%;
                padding: 40px;
            }

            .view-button button {
                font-size: 25px;
                font-family: unset;
            }

            .super-header {
                margin-top: 115px;
            }

            /*Mobile App Reklam*/

        }

        .phone-call {
            position: fixed;
            left: 30px;
            bottom: 60px;
            z-index: 999;
            -webkit-box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
            box-shadow: 0 30px 50px rgb(0 0 0 / 3%);
            display: block;
            padding: 0;
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 25px;
            line-height: 50px;
            cursor: pointer;
            opacity: 1;
            visibility: visible;
            background-color: #6C757D;
            background-size: 200% auto;
            background-position: left center;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            overflow: visible;
        }

        .phone-call i {
            position: absolute;
            top: 50%;
            left: 50%;
            color: #fff;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .5s;
        }

        .phone-call:hover {
            background-color: #ffd600;
        }

        .phone-call:hover i {
            color: #fff;
            transition: .3s;
        }

        .phone-call .arrow-top {
            transform: translate(-50%, -50%);
            visibility: visible
        }

        .phone-call .arrow-bottom {
            transform: translate(-50%, 80px);
            visibility: hidden
        }

        .phone-call:hover {
            background-position: right center;
        }

        .phone-call:hover .arrow-top {
            transform: translate(-50%, -80px);
            visibility: hidden
        }

        .phone-call:hover .arrow-bottom {
            transform: translate(-50%, -50%);
            visibility: visible
        }

        @media only screen and (max-width: 479px) {
            .phone-call {
                font-size: 20px;
            }
        }

        .service-inner-container .service-block .inner-box:hover .title a, .service-inner-container .service-block .inner-box:hover p, .service-inner-container .service-block .inner-box:hover .icon {
            color: #000;
        }

        .only-for-mobile {
            display: none;
        }


        .mobi-ka{
            display: none;
        }
        .mobi-cka{
            display: block;
        }


        @media screen and (max-width: 1025px) and (min-width: 250px) {
            .only-for-mobile {
                display: block;
            }
            
            .hide-on-mobile{
                display: none;
            }
            
            .pad-0{
                padding: 0px!important;
                margin: 0px!important;
            }
        }

        @media screen and (max-width: 653px) and (min-width: 250px) {
       
            
.option-text-servive{
    display: none;
}
.option-text-option{
    padding: 0px;
}
            
            
            
.sign-text-servive{
    display: none;
}
.sign-text-option{
    display: none;
}
.sign-text-sign{
    padding: 0px;
}
            
            
            
            
.payment-text-service{
    display: none;    
}                   
.payment-text-option{
    display: none;    
}                   
.payment-text-sign{
    display: none;    
}                   
.payment-text-payment{
    padding: 0px;
}  
            
            
            
.chech-out-text-service{
    display: none;    
}                   
.chech-out-text-option{
    display: none;    
}                   
.chech-out-text-sign{
    display: none;    
}                   
.chech-out-text-payment{
    display: none;
}                      
.chech-out-text-chech-out{
    padding: 0px;
}            
            
            
            
            
            
.thank-text-service{
    display: none;
}
.thank-text-option{
    display: none;
}
.thank-text-sign{
    display: none;
}
.thank-text-payment{
    display: none;
}            
.thank-text-chech-out{
    display: none;
}

.show-only-for-mobile{
    display: block;
}
            
.text-ultra{
    display: block;
}
            

            
            
            
            
            
            
            .social-media-link.social-link-white{
                display: none;
            }
            
            .chap{
                text-align: center;
            }
            
            .header-wrapper {
                min-height: 0px;
            }
            .mobi-ka{
                display: block;
            }
            .mobi-cka{
                display: none;
            }
            .btn-btn-bard{
                width: 100%;
                padding: 15px 25px;
            }
        }

        @media screen and (max-width: 1025px) and (min-width: 654px) {
.option-text-servive{
    padding: 0px 15px 0px 0px;
}
.option-text-option{
    padding: 0px 15px;
}
            
            
            

.sign-text-servive{
    padding: 0px 15px 0px 0px;
}
.sign-text-option{
    padding: 0px 15px;
}
.sign-text-sign{
    padding: 0px 0px 0px 15px;
}
            
            
            
            
.payment-text-service{
    padding: 0px 15px 0px 0px;
}                   
.payment-text-option{
    padding: 0px 15px;
}                   
.payment-text-sign{
    padding: 0px 15px;   
}                   
.payment-text-payment{
    padding: 0px 15px;
}  
            
            
            
.chech-out-text-service{
    padding: 0px 15px 0px 0px;
}                   
.chech-out-text-option{
    padding: 0px 15px;
}                   
.chech-out-text-sign{
    padding: 0px 15px;
}                   
.chech-out-text-payment{
    padding: 0px 15px;
}                      
.chech-out-text-chech-out{
}   



.thank-text-service{
    padding: 0px 15px 0px 0px;
}
.thank-text-option{
    padding: 0px 15px;
}

.thank-text-sign{
    padding: 0px 15px;
}

.thank-text-payment{
    padding: 0px 15px;
}
.show-only-for-mobile{
    display: none;
}
.text-ultra{
    display: none;
}
            
            
        }

        /*Request Model*/

        .section-body-request {
            background: #EFEFEF;
            border: 2px solid #FFD600;
            box-shadow: -2px 6px 7px rgba(0, 0, 0, 0.25);
            border-radius: 15px;
            margin: 10px 25px;
            padding: 10px 26px;
        }

        .padding-10 {
            padding: 10px 30px;
        }

        .back-img {
            background: url(https://test.cablr.com/images/lax-min-1.png);
            height: 100vh;
            background-position: center; /* Center the image */
            background-repeat: no-repeat; /* Do not repeat the image */
            background-size: cover; /* Resize the background image to cover the entire container */
        }

        .button-for-change-mec {
            background: #DEDDDD;
            border-radius: 0px 15px 0px 16px;
            cursor: pointer
        }

        .button-for-change-psto {
            background: #DEDDDD;
            border-radius: 15px 0px 16px;
            cursor: pointer
        }

        .button-for-change {
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
            padding: 15px 5px;
            color: #2D343C;
        }

        .beko {
            background: #EFEFEF;
            border: 3px solid #FFFFFF;
            box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
            border-radius: 16px;
            padding: 0px 5px;
        }

        .beko label {
            font-weight: 400;
            font-size: 12px;
            line-height: 15px;
            color: #2D343C;
        }

        .beko input {
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            color: #2D343C;
            width: 90%;
        }

        .beko select {
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            color: #2D343C;
            width: 90%;
        }

        .beko-btn {
            background: #FFFFFF;
            box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
            border-radius: 16px;
            padding: 5px 15px;
            width: 100%;
        }

        .beko-btn:hover, .beko-btn:focus {
            background: #ffd600;
        }

        ::-webkit-calendar-picker-indicator {
            left: 95px;
            position: fixed;
            opacity: 0;
            font-size: 35px;
        }

.btn-btn-mijin{
    display: none;
}

.form-row.ride-head{
    margin: 30px 0px 5px;
}

.create-input{
    width: 60%;
    background: #FFFFFF;
    border: 2px solid #EFEFEF;
    border-radius: 16px;
    padding: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #969696;
}
.create-input:focus{
    background: #FFFFFF;
    border: 2px solid #EFEFEF;
    border-radius: 16px;
    padding: 15px;
}

.StripeElement.StripeElement--empty iframe{
    height: 40px!important;
    background: #FFFFFF!important;  
}

#card-element{
    width: 60%!important;
    border: 2px solid #efefef;
    background: #FFFFFF!important;  
    border-radius: 16px;
    padding: 15px 5px;
    margin: 20px 0px 30px;
}
#card-element:focus{
    padding: 15px 5px;
    border: 2px solid #efefef;
    margin: 20px 0px;
}
@media screen and (max-width: 780px) and (min-width: 280px) {
    #card-element{
        width: 100%!important;
        padding: 5px;
        margin: 10px 0px 60px;
    }
    #card-element:focus{
        padding: 5px;
        border: 2px solid #efefef;
    }
    .btn-btn-bard{
        width: 100%!important;
    }
    .mobile-hide-margin{
        padding: 0px;
    }
    .create-input {
        font-size: 18px;
        line-height: 22px;
    }
}



        @media screen and (max-width: 275px) and (min-width: 250px) {
            .beko {
                padding: 0px 5px;
            }

            .back-img {
                height: 860px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            .airline-titele {
                line-height: 1.3 !important;
            }

            ::-webkit-calendar-picker-indicator {
                left: 90px;
                font-size: 20px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0px;
                padding: 0 23%;
            }

            .padding-10 {
                padding: 5px 15px;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px 0px;
            }

            .beko label {
                font-size: 11px;
                line-height: 12px;
            }

            .beko img {
                width: 8%;
            }

            .beko input {
                font-size: 18px;
                line-height: 22px;
                cursor: pointer;
            }

            .beko select {
                font-size: 10px;
                line-height: 12px;
                width: 100%;
            }

            .buttons-row .mb-10 {
                margin-bottom: 2px !important;
            }
        }

        @media screen and (max-width: 299px) and (min-width: 276px) {

            .beko {
                padding: 0px 5px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 2px 5px;
                margin: 0px;
                display: flex;
            }

            .back-img {
                height: 860px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            .airline-titele {
                line-height: 1.3 !important;
            }

            ::-webkit-calendar-picker-indicator {
                left: 90px;
                font-size: 25px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0px;
                padding: 0 23%;
            }

            .padding-10 {
                padding: 5px 15px;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px 0px;
            }

            .beko label {
                font-size: 11px;
                line-height: 12px;
            }

            .beko img {
                width: 4%;
            }

            .beko input {
                font-size: 18px;
                line-height: 22px;
            }

            .beko select {
                font-size: 10px;
                line-height: 12px;
                width: 100%;
            }

            .buttons-row .mb-10 {
                margin-bottom: 2px !important;
            }
        }

        @media screen and (max-width: 325px) and (min-width: 300px) {
            .beko {
                padding: 0px 5px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 5px;
                margin: 0px;
                display: flex;
            }


            .back-img {
                height: 800px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            ::-webkit-calendar-picker-indicator {
                left: 90px;
                font-size: 25px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0px;
                padding: 0 23%;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px 0px;
            }

            .beko label {
                font-size: 12px;
                line-height: 12px;
            }

            .beko img {
                width: 6%;
            }

            .beko input {
                font-size: 18px;
                line-height: 22px;
            }

            .beko select {
                font-size: 10px;
                line-height: 12px;
                width: 100%;
            }

            .buttons-row .mb-10 {
                margin-bottom: 2px !important;
            }

            .airline-titele {
                line-height: 1.3 !important;
            }
        }

        @media screen and (max-width: 346px) and (min-width: 326px) {
            .beko {
                padding: 0px 5px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 5px;
                margin: 0px;
                display: flex;
            }


            .back-img {
                height: 750px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            .airline-titele {
                line-height: 1.3 !important;
            }

            ::-webkit-calendar-picker-indicator {
                left: 90px;
                font-size: 25px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0px;
                padding: 0 23%;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px 0px;
            }

            .beko label {
                font-size: 12px;
                line-height: 12px;
            }

            .beko img {
                width: 8%;
            }

            .beko input {
                font-size: 18px;
                line-height: 22px;
            }

            .beko select {
                font-size: 10px;
                line-height: 12px;
                width: 100%;
            }

            .buttons-row .mb-10 {
                margin-bottom: 2px !important;
            }
        }

        @media screen and (max-width: 361px) and (min-width: 347px) {
            .beko {
                padding: 0px 5px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 5px;
                margin: 0px;
                display: flex;
            }


            .back-img {
                height: 750px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            .airline-titele {
                line-height: 1.3 !important;
            }

            ::-webkit-calendar-picker-indicator {
                left: 90px;
                font-size: 25px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0px;
                padding: 0 23%;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px 0px;
            }

            .beko label {
                font-size: 12px;
                line-height: 12px;
            }

            .beko img {
                width: 4%;
            }

            .beko input {
                font-size: 18px;
                line-height: 22px;
            }

            .beko select {
                font-size: 8px;
                line-height: 10px;
                width: 100%;
            }

            .buttons-row .mb-10 {
                margin-bottom: 2px !important;
            }
        }

        @media screen and (max-width: 376px) and (min-width: 362px) {
            .beko {
                padding: 0px 5px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 5px;
                margin: 0px;
                display: flex;
            }


            .back-img {
                height: 800px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            .airline-titele {
                line-height: 1.3 !important;
            }

            ::-webkit-calendar-picker-indicator {
                left: 90px;
                font-size: 25px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0;
                padding: 0 23%;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px 0px;
            }

            .beko label {
                font-size: 12px;
                line-height: 12px;
            }

            .beko img {
                width: 5%;
            }

            .beko input {
                font-size: 18px;
                line-height: 22px;
            }

            .beko select {
                font-size: 10px;
                line-height: 12px;
                width: 100%;
            }

            .buttons-row .mb-10 {
                margin-bottom: 2px !important;
            }
        }

        @media screen and (max-width: 395px) and (min-width: 377px) {
            .beko {
                padding: 0px 5px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 5px;
                margin: 0px;
                display: flex;
            }


            .back-img {
                height: 750px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0;
            }

            .airline-titele {
                line-height: 1.3 !important;
            }

            ::-webkit-calendar-picker-indicator {
                left: 90px;
                font-size: 25px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0;
                padding: 0 23%;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px 0;
            }

            .beko label {
                font-size: 10px;
                line-height: 10px;
            }

            .beko img {
                width: 5%;
            }

            .beko input {
                font-size: 18px;
                line-height: 20px;
            }

            .beko select {
                font-size: 11px;
                line-height: 12px;
                width: 100%;
            }

            .buttons-row .mb-10 {
                margin-bottom: 2px !important;
            }
        }

        @media screen and (max-width: 415px) and (min-width: 396px) {
            .beko {
                padding: 3px 8px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 5px 8px;
                margin: 0px;
                display: flex;
            }


            .back-img {
                height: 750px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            .airline-titele {
                line-height: 1.3 !important;
            }

            ::-webkit-calendar-picker-indicator {
                left: 90px;
                font-size: 25px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0;
                padding: 0 23%;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px 0;
            }

            .beko label {
                font-size: 10px;
                line-height: 10px;
            }

            .beko img {
                width: 5%;
            }

            .beko input {
                font-size: 18px;
                line-height: 20px;
            }

            .beko select {
                font-size: 13px;
                line-height: 12px;
                width: 100%;
            }
            .buttons-row .mb-10 {
                margin-bottom: 5px !important;
            }
        }

        @media screen and (max-width: 556px) and (min-width: 416px) {
            .beko {
                padding: 3px 8px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 5px 8px;
                margin: 0px;
                display: flex;
            }


            .back-img {
                height: 800px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            .airline-titele {
                line-height: 1.3 !important;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0px;
                padding: 0px 103px;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px 0px;
            }

            .beko label {
                font-size: 12px;
                line-height: 10px;
            }

            .beko img {
                width: 6%;
            }

            .beko input {
                font-size: 15px;
                line-height: 12px;
            }

            .beko select {
                font-size: 16px;
                line-height: 12px;
            }

            .buttons-row .mb-10 {
                margin-bottom: 10px !important;
            }
        }

        @media screen and (max-width: 655px) and (min-width: 557px) {
            .beko {
                padding: 3px 8px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 5px 8px;
                margin: 0px;
                display: flex;
            }


            .back-img {
                height: 750px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0px;
                padding: 0px 103px;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px 0px;
            }

            .beko label {
                font-size: 12px;
                line-height: 10px;
            }

            .beko img {
                width: 5%;
            }

            .beko input {
                font-size: 16px;
                line-height: 12px;
            }

            .beko select {
                font-size: 16px;
                line-height: 12px;
            }

            .buttons-row .mb-10 {
                margin-bottom: 10px !important;
            }
        }

        @media screen and (max-width: 770px) and (min-width: 656px) {
            .beko {
                padding: 3px 8px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 5px 8px;
                margin: 0px;
                display: flex;
            }


            .back-img {
                height: 750px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0px;
                padding: 0px 148px;
            }

            .button-for-change {
                font-size: 14px;
                line-height: 17px;
                padding: 10px 5px;
            }

            .beko label {
                font-size: 13px;
                line-height: 10px;
            }

            .beko img {
                width: 5%;
            }

            .beko input {
                font-size: 18px;
                line-height: 12px;
            }

            .beko select {
                font-size: 18px;
                line-height: 12px;
            }

            .buttons-row .mb-10 {
                margin-bottom: 15px !important;
            }
        }

        @media screen and (max-width: 825px) and (min-width: 771px) {

            .beko {
                padding: 3px 8px;
                display: flex;
                flex-direction: column;
            }

            .diva {
                padding: 5px 8px;
                margin: 0px;
                display: flex;
            }


            .back-img {
                height: 750px;
            }

            .signature {
                display: none;
            }

            .section-body-request {
                margin: 0px;
            }

            .section-body-request .buttons-row {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                margin: 0px;
                padding: 0px 148px;
            }

            .button-for-change {
                font-size: 16px;
                line-height: 17px;
                padding: 10px 5px;
            }

            .beko label {
                font-size: 13px;
                line-height: 10px;
            }

            .beko img {
                width: 5%;
            }

            .beko input {
                font-size: 18px;
                line-height: 12px;
            }

            .beko select {
                font-size: 18px;
                line-height: 12px;
            }

            .buttons-row .mb-10 {
                margin-bottom: 15px !important;
            }
        }



        .mobile-menu-hamburger.mobile-menu-hamburger-white a:focus i {
            color: #ffd600 !important;
        }

        .mobile-menu-hamburger.mobile-menu-hamburger-white a:active i {
            color: #ffd600 !important;
        }

        .mobile-menu-hamburger a:focus i {
            color: #ffd600 !important;
        }

        .mobile-menu-hamburger a:active i {
            color: #ffd600 !important;
        }

        .mobile-menu-inner .offcanvas-btn-close:focus i {
            color: #ffd600 !important;
        }

        .mobile-menu-inner .offcanvas-btn-close:active i {
            color: #ffd600 !important;
        }

        a .light-bg-btn {
            border: 1px solid #000;
            border-radius: 12px;
            padding: 5px 10px;
            cursor: pointer;
            color: #000;
        }

        a:hover .light-bg-btn {
            border: 1px solid #ffd600;
            color: #ffd600;
        }

        .light-bg-btn-mini:hover {
            border: 1px solid #ffd600;
            color: #ffd600
        }

        .light-bg-btn-mini {
            border: 1px solid #000;
            border-radius: 12px;
            padding: 5px 10px;
            cursor: pointer;
            color: #000;
        }

        .light-bg-btn-margin {
            margin: 0px 20px !important;
        }

        @media (min-width: 991px) {
            .mobile-menu-hamburger {
                display: none;
            }
        }

        .cablr-car-btn{
            background: #2D343C;
            box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
            border-radius: 16px;
            color: #fff;
            padding: 5px;
            width: 100%;
        }
        .cablr-car-btn-lite{
            background: #66717D;
            box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
            border-radius: 16px;
            color: #fff;
            padding: 5px;
            width: 100%;
        }
        .hamar-input{
            width: 100%;
            background: #FFFFFF;
            border: 2px solid #EFEFEF;
            border-radius: 16px;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 15px;
            padding-right: 312px!important;
        }
        .hamar-input:focus{
            background: #FEFEFE;
            border: 2px solid #EFEFEF;
        }
        .input-verify:focus{
            background: #FEFEFE;
            border: 2px solid #EFEFEF;
        }
        .input-verify{
            background: #FFFFFF;
            border: 2px solid #EFEFEF;
            border-radius: 16px;
            padding: 10px 15px;
            margin: 0px 20px 10px 0px;
            width: 9%;
            text-align: center;
            font-weight: 700;
            font-size: 25px;
        }
        .text-verify-put{
            font-weight: 500;
            font-size: 9px;
            line-height: 12px;
            color: #000;
        }
        .btn-btn-parz{
            background: #2D343C;
            box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
            border-radius: 16px;
            padding: 15px;
            color: #fff;
        }
        .btn-btn-parz:hover, .btn-btn-parz:focus{
            background: #FFFFFF;
            color: #2D343C;
        }

        .btn-btn-bard{
            background: #2D343C;
            box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
            border-radius: 16px;
            width: 60%;
            padding: 15px;
            font-size: 15px;
            line-height: 10px;
            color: #fff;
        }
        /*Request Model*/
    



        .title-for-first{
            font-size: 30px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            margin-bottom: 40px;
            color: #fff;
            text-transform: uppercase;
        }
        .subtitle-for-first{
            font-size: 18px;
            font-family: "Poppins", sans-serif;
            line-height: 1.8;
        }
        .content-for-first{
            margin-top: 50px;
        }
        .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl{
            width: 100%;
            padding-right: var(--bs-gutter-x, 0.99rem);
            padding-left: var(--bs-gutter-x, 0.9875rem);
            margin-right: auto;
            margin-left: auto;
        }
        .super-header{
            margin-top: 0px!important;
        }
        .header-sticky.sticky{
            top: 0px!important;
        }
        @media only screen and (max-width: 479px){
            .hero-slide-content p {
                margin-bottom: 0px;
                font-size: 11px;
                max-width: 100%;
            }
            .hero-slide-item {
                height: 660px;
            }
            .title-for-first{
                margin-top: 10px;
            }
        }


.subtitle.subtitule{
    font-size: 18px;
}

.titler-jan{
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #2D343C;
}
.miqich-mec-txt{
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    color: #2D343C;
}
.miqich-poqr-txt{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2D343C;
}

.header-btn{
   display: none;
}
.padd-0{
    padding: 0px!important;
}
@media screen and (max-width: 653px) and (min-width: 250px){
    .header-btn{
        display: block;
    }
    .titler-jan {
        font-weight: 700;
        font-size: 19px;
        line-height: 21px;
        text-align: center;
        color: #2D343C;
    }
    .tab-head-tr th{
        font-size: 10px;
    }
    .body-of-table td{
        font-size: 10px;
    }
} 
.total-btn{
    font-weight: 700;
    font-size: 15px;
    line-height: 10px;
    color: #FFFFFF;
    background: #2D343C;
    box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
    border-radius: 16px;
    padding: 15px 50px;
}
.total-btn:hover, .total-btn:focus{
    color: #2D343C;
    background: #FFFFFF;
}
.gic{
    border-bottom: 6px solid #2D343C;
}
.dt-time{
    background: #2D343C;
    box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
    padding: 15px 5px;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
}
        
.check-head{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #2D343C;
} 
.chech-text{
    font-weight: 300;
    font-size: 20px;            
    line-height: 24px;
    color: #2D343C;
}
.check-img{
    padding: 10px; 
}        
.total-head{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #2D343C;
} 
.total-text{
    font-weight: 500;
    font-size: 33px;
    line-height: 40px;           
    color: #2D343C;
}
.total-head-dva{
    font-weight: 300;
    font-size: 20px; 
    line-height: 24px;
    color: #2D343C;
}
.total-text-dva{   
    font-weight: 500;
    font-size: 33px;
    line-height: 40px;
    color: #2D343C;
}
.total-min-text{
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: #2D343C;
}
.total-btn{
    font-weight: 700;
    font-size: 15px;
    line-height: 10px;
    color: #FFFFFF;
    background: #2D343C;
    box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
    border-radius: 16px; 
    padding: 15px 50px;
}
.total-btn:hover, .total-btn:focus{
    color: #2D343C;
    background: #FFFFFF;
}
.total-header{
    background: #2D343C;
    box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
}
.whit-txt{
    color: #FFFFFF;
}


.text-left{
    text-align: left!important;
}

.text-right{
    text-align: right!important;
}

.text-center{
    text-align: center!important;
}
#check_out.btn-btn-bard{
    width: 100%;
}

.thanks-btn{
    width: 100%;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    background: #2D343C;
    box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
    border-radius: 16px;
    padding: 15px 60px;
}

.thanks-btn-new{
    width: 100%;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #2D343C;
    background: #FFFFFF;
    box-shadow: 1px 2px 6px 1px rgba(16, 21, 27, 0.3);
    border-radius: 16px;
    padding: 15px 60px;
}
.thanks-btn-new:hover, .thanks-btn-new:focus{
    background: #2D343C;
    color: #FFFFFF
}
.thanks-btn:hover, .thanks-btn:focus{
    background: #FFFFFF;
    color: #2D343C
}

@media screen and (max-width: 325px) and (min-width: 250px){

            .check-head{
                font-weight: 700;
                font-size: 12px;
                line-height: 15px;
            }
            .chech-text{
                font-weight: 300;
                font-size: 10px;
                line-height: 17px;
            }
            .check-img{
                padding: 10px;
                width: 100%;
            }
            .total-head{
                font-weight: 700;
                font-size: 12px;
                line-height: 15px;
            }
            .total-text{
                font-weight: 500;
                font-size: 15px;
                line-height: 24px;
            }
            .total-head-dva{
                font-weight: 300;
                font-size: 14px;
                line-height: 17px;
            }
            .total-text-dva{   
                font-weight: 500;
                font-size: 18px;
                line-height: 24px;
            }
            .total-min-text{
                font-weight: 300;
                font-size: 10px;
                line-height: 13px;
            }
            .total-btn{
                width: 100%;
            }
    
    
    
    
    
            .title-for-first{
                font-size: 15px;
                font-weight: 600;
                font-family: "Poppins", sans-serif;
                margin-bottom: 8px;
                color: #fff;
                text-transform: uppercase;
            }
            .subtitle-for-first{
                font-size: 12px;
                font-family: "Poppins", sans-serif;
                line-height: 1.8;
            }
            .hamar-input{
                width: 100%;
                padding-right: 0px!important;
            }
            .input-verify {
                padding: 5px 10px;
                margin: 0px 10px 10px 0px;
                width: 18%;
                font-weight: 700;
                font-size: 17px;
            }
            .create-input{
                width: 100%;
            }
            .subtitle.subtitule{
                font-size: 10px;
            }

        }
@media screen and (max-width: 365px) and (min-width: 326px){
    
            .check-head{
                font-weight: 700;
                font-size: 12px;
                line-height: 15px;
            }
            .chech-text{
                font-weight: 300;
                font-size: 10px;
                line-height: 17px;
            }
            .check-img{
                padding: 10px;
                width: 100%;
            }
            .total-head{
                font-weight: 700;
                font-size: 12px;
                line-height: 15px;
            }
            .total-text{
                font-weight: 500;
                font-size: 15px;
                line-height: 24px;
            }
            .total-head-dva{
                font-weight: 300;
                font-size: 14px;
                line-height: 17px;
            }
            .total-text-dva{   
                font-weight: 500;
                font-size: 18px;
                line-height: 24px;
            }
            .total-min-text{
                font-weight: 300;
                font-size: 10px;
                line-height: 13px;
            }
            .total-btn{
                width: 100%;
            }
    
    
    
    
    
    
            .title-for-first{
                font-size: 18px;
                font-weight: 600;
                font-family: "Poppins", sans-serif;
                margin-bottom: 8px;
                color: #fff;
                text-transform: uppercase;
            }
            .subtitle-for-first{
                font-size: 12px;
                font-family: "Poppins", sans-serif;
                line-height: 1.8;
            }
            .hamar-input{
                width: 100%;
                padding-right: 40px!important;
            }
            .input-verify {
                padding: 5px 10px;
                margin: 0px 10px 10px 0px;
                width: 18%;
                font-weight: 700;
                font-size: 17px;
            }
            .create-input{
                width: 100%;
            }
            .subtitle.subtitule{
                font-size: 10px;
            }
        }
@media screen and (max-width: 386px) and (min-width: 366px){
            .check-head{
                font-weight: 700;
                font-size: 12px;
                line-height: 15px;
            }
            .chech-text{
                font-weight: 300;
                font-size: 10px;
                line-height: 17px;
            }
            .check-img{
                padding: 10px;
                width: 100%;
            }
            .total-head{
                font-weight: 700;
                font-size: 12px;
                line-height: 15px;
            }
            .total-text{
                font-weight: 500;
                font-size: 15px;
                line-height: 24px;
            }
            .total-head-dva{
                font-weight: 300;
                font-size: 14px;
                line-height: 17px;
            }
            .total-text-dva{   
                font-weight: 500;
                font-size: 18px;
                line-height: 24px;
            }
            .total-min-text{
                font-weight: 300;
                font-size: 10px;
                line-height: 13px;
            }
            .total-btn{
                width: 100%;
            }
    
    
    
    
            .title-for-first{
                font-size: 18px;
                font-weight: 600;
                font-family: "Poppins", sans-serif;
                margin-bottom: 8px;
                color: #fff;
                text-transform: uppercase;
            }
            .subtitle-for-first{
                font-size: 10px;
                font-family: "Poppins", sans-serif;
                line-height: 1.8;
            }
            .hamar-input{
                width: 100%;
                padding-right: 55px!important;
            }
            .input-verify {
                padding: 10px;
                margin: 0px 10px 10px 0px;
                width: 18%;
                font-weight: 700;
                font-size: 17px;
            }
            .create-input{
                width: 100%;
            }
            .subtitle.subtitule{
                font-size: 10px;
            }
        }
@media screen and (max-width: 399px) and (min-width: 387px){
    .check-head{
                font-weight: 700;
                font-size: 14px;
                line-height: 15px;
            }
            .chech-text{
                font-weight: 300;
                font-size: 12px;
                line-height: 17px;
            }
            .check-img{
                padding: 10px;
                width: 100%;
            }
            .total-head{
                font-weight: 700;
                font-size: 13px;
                line-height: 15px;
            }
            .total-text{
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
            }
            .total-head-dva{
                font-weight: 300;
                font-size: 15px;
                line-height: 17px;
            }
            .total-text-dva{   
                font-weight: 500;
                font-size: 19px;
                line-height: 24px;
            }
            .total-min-text{
                font-weight: 300;
                font-size: 11px;
                line-height: 13px;
            }
            .total-btn{
                width: 100%;
            }
    
    
    
    
    
    
    
            .title-for-first{
                font-size: 17px;
                font-weight: 600;
                font-family: "Poppins", sans-serif;
                margin-bottom: 9px;
                color: #fff;
                text-transform: uppercase;
            }
            .subtitle-for-first{
                font-size: 11px;
                font-family: "Poppins", sans-serif;
                line-height: 1.8;
            }
            .hamar-input{
                width: 100%;
                padding-right: 70px!important;
            }
            .input-verify {
                padding: 10px;
                margin: 0px 10px 10px 0px;
                width: 18%;
                font-weight: 700;
                font-size: 17px;
            }
            .create-input{
                width: 100%;
            }
            .subtitle.subtitule{
                font-size: 10px;
            }
        }
@media screen and (max-width: 420px) and (min-width: 400px){

            .check-head{
                font-weight: 700;
                font-size: 14px;
                line-height: 15px;
            }
            .chech-text{
                font-weight: 300;
                font-size: 12px;
                line-height: 17px;
            }
            .check-img{
                padding: 10px;
                width: 100%;
            }
            .total-head{
                font-weight: 700;
                font-size: 13px;
                line-height: 15px;
            }
            .total-text{
                font-weight: 500;
                font-size: 16px;
                line-height: 24px;
            }
            .total-head-dva{
                font-weight: 300;
                font-size: 15px;
                line-height: 17px;
            }
            .total-text-dva{   
                font-weight: 500;
                font-size: 19px;
                line-height: 24px;
            }
            .total-min-text{
                font-weight: 300;
                font-size: 11px;
                line-height: 13px;
            }
            .total-btn{
                width: 100%;
            }    
    
    
    
    
            .title-for-first{
                font-size: 18px;
                font-weight: 600;
                font-family: "Poppins", sans-serif;
                margin-bottom: 10px;
                color: #fff;
                text-transform: uppercase;
            }
            .subtitle-for-first{
                font-size: 12px;
                font-family: "Poppins", sans-serif;
                line-height: 1.8;
            }
            .hamar-input{
                width: 100%;
                padding-right: 90px!important;
            }
    
            .input-verify {
                padding: 10px;
                margin: 0px 10px 10px 0px;
                width: 20%;
                font-weight: 700;
                font-size: 20px;
            }
            .create-input{
                width: 100%;
            }
            .subtitle.subtitule{
                font-size: 10px;
            }
        }
@media screen and (max-width: 770px) and (min-width: 421px){
    
            .check-head{
                font-weight: 700;
                font-size: 18px;
                line-height: 15px;
            }
            .chech-text{
                font-weight: 300;
                font-size: 16px;
                line-height: 17px;
            }
            .check-img{
                padding: 10px;
                width: 100%;
            }
            .total-head{
                font-weight: 700;
                font-size: 16px;
                line-height: 15px;
            }
            .total-text{
                font-weight: 500;
                font-size: 22px;
                line-height: 24px;
            }
            .total-head-dva{
                font-weight: 300;
                font-size: 18px;
                line-height: 17px;
            }
            .total-text-dva{   
                font-weight: 500;
                font-size: 22px;
                line-height: 24px;
            }
            .total-min-text{
                font-weight: 300;
                font-size: 14px;
                line-height: 13px;
            }
            .total-btn{
                width: 100%;
            }
    
    
    
    
            .hamar-input{
                width: 100%;
                padding-right: 110px!important;
            }
    
            .input-verify {
                padding: 10px;
                margin: 0px 10px 10px 0px;
                width: 12%;
                font-weight: 700;
                font-size: 20px;
            }
            #contiu-btn .btn-btn-parz{
                width: 87%;
            }
            .btn-btn-parz.jani{
                width: 55%;
            }
            .wido.text-start{
                width: 28%;
            }
            .wido.text-end{
                width: 28%;
            }
            .create-input{
                width: 100%;
            }
        }
@media screen and (max-width: 830px) and (min-width: 771px){
    
            .check-head{
                font-weight: 700;
                font-size: 20px;
                line-height: 15px;
            }
            .chech-text{
                font-weight: 300;
                font-size: 18px;
                line-height: 17px;
            }
            .check-img{
                padding: 10px;
                width: 100%;
            }
            .total-head{
                font-weight: 700;
                font-size: 18px;
                line-height: 15px;
            }
            .total-text{
                font-weight: 500;
                font-size: 24px;
                line-height: 24px;
            }
            .total-head-dva{
                font-weight: 300;
                font-size: 20px;
                line-height: 17px;
            }
            .total-text-dva{   
                font-weight: 500;
                font-size: 24px;
                line-height: 24px;
            }
            .total-min-text{
                font-weight: 300;
                font-size: 16px;
                line-height: 13px;
            }
            .total-btn{
                width: 100%;
            }
    
    
            .hamar-input{
                width: 100%;
                padding-right: 110px!important;
            }
    
            .input-verify {
                padding: 10px;
                margin: 0px 10px 10px 0px;
                width: 12%;
                font-weight: 700;
                font-size: 20px;
            }
            #contiu-btn .btn-btn-parz{
                width: 87%;
            }
            .btn-btn-parz.jani{
                width: 55%;
            }
            .wido.text-start{
                width: 28%;
            }
            .wido.text-end{
                width: 28%;
            }
    
            .create-input{
                width: 60%;
            }
        }
@media screen and (max-width: 1025px) and (min-width: 831px){
    
    
    
    
    
            .hamar-input{
                width: 100%;
                padding-right: 110px!important;
            }
    
            .input-verify {
                padding: 15px 10px;
                margin: 0px 15px 10px 0px;
                width: 13%;
                font-weight: 700;
                font-size: 20px;
            }
            #contiu-btn .btn-btn-parz{
                width: 100%;
            }
            .btn-btn-parz.jani{
                width: 62%;
            }
            .wido.text-start{
                width: 31%;
            }
            .wido.text-end{
                width: 31%;
            }
            .create-input{
                width: 60%;
            }
        }


.show-on-mobile{
    display: none;
}

@media screen and (max-width: 1025px) and (min-width: 250px){
    .thanks-btn{
        width: 100%;
    }
    .show-on-mobile{
        display: block;
    }
}

.samalotik{
    top: 90px;
    left: 790px;
    width: 40%;
    position: absolute;
}

.samalotik-che{
    top: 280px;
    left: 1015px;
    width: 18%;
    position: absolute;
}

.samalotik-mec{
    top: 350px;    
    left: 888px;
    width: 25%;
    position: absolute;
}

.qr-image-thanks{
    width: 55%;
    padding: 10px 10px 10px 0px;
}
.appstore-image-thanks{
    width: 65%;
    margin: 65px 0px 0px -150px;
    padding: 10px 10px 10px 0px;
}

/*Css for anddress in header*/

.textFrom{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 25%;
    margin: 0px 0px -5px;
    white-space: nowrap;
    display: inline-block;
}

.textTo{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 25%;
    margin: 0px 0px -5px;
    white-space: nowrap;
    display: inline-block;
}
.textFromChech{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 25%;
    margin: 0px 0px -40px;
    white-space: nowrap;
    display: inline-block;
}

.textToCheck{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 25%;
    margin: 0px 0px -40px;
    white-space: nowrap;
    display: inline-block;
}

.timeArrival{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 25%;
    margin: 0px 0px -5px;
    white-space: nowrap;
    display: inline-block;
}

/*Css for anddress in header*/

/*Css for home inputs*/

div.deleteicon {
    position: relative;
    display: flex;
    align-items: center;
    padding: 7px 9px;
}
div.deleteicon span {
    position: absolute;
    display: block;
    /*right: 3px; */
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}
div.deleteicon input {
    padding-right: 18px;
    box-sizing: border-box; 
}/*

 div.deleteicon input:placeholder-shown ~ label + span {
    visibility: hidden;
}

div.deleteicon input:focus ~ label + span, div.deleteicon input:valid ~ label + span {
    visibility: visible;
}*/

div.deleteicon input:focus + span{
    background-color: #2D343C;
}
/*Css for home inputs*/


.pos-abs{
    position: absolute;
    bottom: -130px;
}

@media screen and (max-width: 1025px) and (min-width: 825px){    
    .samalotik{
        top: 330px;
        left: 560px;
        width: 40%;
        position: absolute;
    }
    .samalotik-mec{
        display: none;
    }
    .samalotik-che{
        top: 160px;
        left: 585px;
        width: 35%;
        position: absolute;
    }
}
@media screen and (max-width: 824px) and (min-width: 279px){    
    .samalotik{
        display: none;
    }
    .samalotik-mec{
        display: none;
    }
    .samalotik-che{
        display: none;
    }
    .maping{
        display: none;
    }
    .sirun-wdth{
        width: 49%;
    }
    .on-mobi-put{
        text-align: center;
    }
    .on-mobi-put .botas{
        width: 80%;
    }
}
@media screen and (max-width: 760px) and (min-width: 250px){
    .gic{
        border-bottom: 1px solid #2D343C;
        width: 100%!important;
    }.col-2.gic, .col-3.gic{
        border-bottom: 6px solid #2D343C;
    }
    .padding-10{
        padding: 10px;
    }
    .no-padding-in-mobile{
        padding: 0px!important;
    }
    .five-padding-in-mobile{
        padding: 5px!important;
    }
    .taza-wid{
        width: 49%;
    }
    
    .textFrom{
        margin: 0px 0px -6px;
        font-size: 9px;
    }

    .textTo{
        margin: 0px 0px -6px;
        font-size: 9px;
    }
    .timeArrival{
        margin: -6px 0px -6px;
        display: inline-block;
        font-size: 9px;    
    }
    
}
@media screen and (max-width: 890px) and (min-width: 761px){    
    .gic{
        border-bottom: 1px solid #2D343C;
    }.col-2.gic, .col-3.gic{
        border-bottom: 6px solid #2D343C;
    }
}
@media screen and (max-width: 1200px) and (min-width: 1026px){
    .car-name-pad{
        padding-right: 0px;
    }
    .car-dol-pad{
        padding-left: 0px;
    }
}
