
.font-size{
    --fontTitle:40px;
    --fontTitle2:30px;
    --fontTitle3:20px;
    --fontSubtitle:18px;
    --fontHeader:14px;
    --fontText:13px;
    --fontform:16px;
    --fontSmall:12px;
    --fontTh:16px;
}

/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    src:url('../font/Roboto-Medium.woff') format('woff');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    src:url('../font/Roboto-Regular.woff') format('woff');*/
/*}*/



/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    src: url('../font/Roboto-Bold.woff') format('woff');*/
/*}*/




/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    src:url('../font/Roboto-Thin.woff') format('woff');*/
/*}*/

@font-face {
    font-family: 'airbag';
    src:  url('../icon/fonts/airbag.eot?d1skzm');
    src:  url('../icon/fonts/airbag.eot?d1skzm#iefix') format('embedded-opentype'),
    url('../icon/fonts/airbag.ttf?d1skzm') format('truetype'),
    url('../icon/fonts/airbag.woff?d1skzm') format('woff'),
    url('../icon/fonts/airbag.svg?d1skzm#airbag') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
button{
    cursor: pointer;
}
a{
    text-decoration: none !important;
}
[class^="icon-"], [class*=" icon-"] ,table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before,table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'airbag' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    transform: rotate(180deg);
    font-size: 4px;
    right: 10px;
    top: 2px;
}
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    font-size: 4px;
    right: 10px;
    bottom: 1px;
}
tbody, td, tfoot, th, tr{
    border: none !important;
}
thead{
    border-bottom: 1px solid var(--BorderColor) !important;
}
table.dataTable{
    border-collapse: separate !important;
    border-spacing: 10px;
}
input.form-control,select.form-select{
    background-color: transparent;
}
/*h1{*/
/*    font-size: 30px !important;*/
/*}*/
/*h2{*/
/*    font-size: 26px !important;*/
/*}*/
/*h3{*/
/*    font-size: 24px !important;*/
/*}*/
select.form-select{
    padding: 5px !important;
    width: 64px !important;
    font-size: var(--fontHeader) !important;
}
.icon-records:before {
    content: "\e919";
    color: #4b4b4d;
}
.icon-add .path1:before {
    content: "\e91a";
    color: rgb(0, 0, 0);
}
.icon-add .path2:before {
    content: "\e91b";
    margin-left: -1em;
    color: rgb(255, 255, 255);
}
.icon-card:before {
    content: "\e914";
}
.icon-payments:before {
    content: "\e915";
}
.icon-warning:before {
    content: "\e916";
}
.icon-date:before {
    content: "\e917";
}
.icon-location:before {
    content: "\e913";
}
.icon-phone:before {
    content: "\e912";
}
.icon-download:before {
    content: "\e903";
}
.icon-setting:before {
    content: "\e909";
}
.icon-logout:before {
    content: "\e90a";
}
.icon-point:before {
    content: "\e90b";
}
.icon-edit:before {
    content: "\e90c";
}
.icon-info:before {
    content: "\e90d";
}
.icon-item:before {
    content: "\e90e";
}
.icon-next:before {
    content: "\e90f";
}
.icon-lock:before {
    content: "\e910";
}
.icon-icon:before {
    content: "\e911";
}
.icon-person:before {
    content: "\e907";
}
.icon-menu:before {
    content: "\e908";
}
.icon-email:before {
    content: "\e900";
}
.icon-whatsapp:before {
    content: "\e901";
}
.icon-arrow:before {
    content: "\e902";
}
.icon-search:before {
    content: "\e904";
}
.icon-down:before,table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before,table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
    content: "\e905" !important;
}
.icon-theme:before {
    content: "\e906";
}


.icon-whatsapp,.icon-email{
    color: var(--Primary2);
    font-size: 25px;
}
.icon-down{
    font-size: 6px;
    color: var(--color1);
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
    background-color:var(--Background);
    overflow-x: hidden;
}
/*strong{*/
/*    font-weight: 700 !important;*/
/*}*/
/*strong *{*/
/*    font-weight: 700 !important;*/
/*}*/
body *{
    box-sizing: border-box;
    line-height: 1.75;
}
.pointer{
    cursor: pointer;
}
/* ******************************** index html style****************************** */
.main_box{
    background-color: var(--Background);
    position: relative;
    overflow: hidden;
}
#page_box {
    margin-bottom: 50px;
}
.w1080{
    /*width: 1080px;*/
    margin: auto;
    background-color: var(--Background2);
    /*padding: 0px 20px;*/
}
/* header style */
.header_box{
    display: flex;
    justify-content: space-between;
    height: 120px;
    align-items: center;

}
.menu_svg{
    display: none;
}
.header_mobile{
    display: none;
}
.header_right{
    display: flex;

}
.links_box{
    padding: 38px 50px;
}
.rectangle,.rectangle2{
    /*background: var(--Primary2);*/
    display: inline-block;
    height: 70px;
    position: relative;
    width: 183px;
}
.rectangle2{
    width: 100% !important;
    height: 170px !important;
    display:block !important;
}
.logo_box {
    position: absolute;
    top: -2px;
    z-index: 9;
    left: 5px;
}
.rectangle:after {
    border-top: 41px solid var(--Primary2);
    border-left: 91px solid transparent;
    border-right: 91px solid transparent;
    top: 70px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 70px;
    width: 0;

}
.rectangle img{
    width: 135px;
    height: 43px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}
.rectangle2 img{
    width: 80%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    /*max-width: 200px;*/
}
.rectangle_border {
    width: 160px;
    position: absolute;
    left: 15px;
    top: 12px;
}
.btn_style{
    height: 40px;
    max-height: 40px;
    background-color: var(--Primary2);
    padding: 10px 15px;

    border-radius: 5px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.account_btn i{
    color: var(--color1);
    font-size: 7px;
}
.theme_btn i{
    font-size: 20px;
    vertical-align: middle;
    color: var(--TextColor);
}
nav > ul{
    display: flex;
    text-decoration: none;
    list-style-type: none;
}
nav{
    display: flex;

}

.button_box{
    width: 180px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.modal_header{
    width: 250px;
    border-radius: 5px;
    background: var(--Background2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    top: 55px;
    z-index: 51;
    position: absolute;
    display: none;
    right: 10px;
}
.modal_header .head_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid var(--BorderColor);
}
.modal_header .right_box{
    display: flex;
    flex-direction: column;

}
.modal_header .title{
    color: var(--Color2);
    font-size: var(--fontSmall);
    font-weight: 600;
}
.modal_header .menu{
    padding:15px;
    border-bottom: 1px solid var(--BorderColor);
}
.modal_header .menu p,.modal_header .logout{
    font-size: var(--fontHeader);
    padding: 5px 0;
    margin: 0;
}
.modal_header .logout{
    padding: 15px !important;
}
.modal_header .menu i,.modal_header .logout i{
    font-size: var(--fontSmall);
    padding-right: 10px;
}
.modal_header .logout i{
    color: var(--Primary);
}
.btn_style button{
    font-size:var(--fontHeader) ;
    color: var(--color1);
    background-color: transparent;
    border: none;
    font-weight: 600;
}
.btn_style img{
    width: 12px;
    height: 12px;
}
.active_link{
    color: var(--Accent);
}
.dat{
    width: 16px;
    color: var(--Primary2);
    text-align: center;
    font-size: 30px;
    line-height: 5px;
    display: inline-block;
    width: 100%;
    visibility: hidden;
}
nav ul{
    padding: 0;
}
nav  li{
    padding: 0 10px;
    font-weight: 600;
}
nav  li:hover {
    cursor: pointer;
}
nav a{
    text-decoration: none;
    color: var(--Color2);
}
nav > span:hover .dat{
    visibility: visible;
}
nav  li:hover a{
    color: var(--TextColor);
    font-weight: bold;
    cursor: pointer;
}
.menu_div span{
    border-bottom: 1px solid var(--Color2);
    display: flex;
    justify-content: space-between;
    width: 12px;height: 12px;

}
.menu_div{
    position: fixed;
    z-index: 100;
    background-color: var(--Background2);
    color: var(--TextColor);
    width: 90%;
    height: 100%;
    top: 0;
    left: -100vw;
    z-index: 100;
    transition: left 0.5s linear;
    overflow: auto;
}
.back_modal{
    position: fixed;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: var(--Color2);
    opacity: 0.5;
    display: none;
}
.menu_div i{
    color: #fff;
    /*transform: rotate(-90deg);*/
}
.menu_div span:hover{
    background-color: var(--Primary2);
}
/* box1 style */
.box1{
    display: flex;

}
.box_right,.box_left{
    width: 50%;
}

.swiper_box .mySwiper {
    width: 1080px;
    height: 570px;
    background-color: transparent;

}

.swiper_box .swiper-slide {
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    background-color: transparent;
    display: flex !important;
    justify-content: space-between;
    align-items: center;

}
.swiper_box .swiper-slide > img{
    width: 55%;
}
.title_slider{
    font-size: var(--fontTitle);
    color: var(--TextColor);
    font-weight: bold;
}
.swiper_box .swiper-slide > div{
    width: 45%;

    padding-left: 25px;
}
.text_slider{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 70px;
    width: 100%;
}
.sub_title_slider{
    font-size: var(--fontSubtitle);
    color: var(--Color2);
}
.btn_start{
    width: 140px;
    height: 40px;
    margin-top: 50px;
    margin-left: 70px;

}
#main_page .btn_start i,#main_page .search_box .icon-down,#main_page .btn_video .icon-down,.btn_about .icon-down{
    color: var(--color1);
    transform: rotate(-90deg);
}
.btn_start img{
    transform: rotate(-90deg);
}
.box_btn{
    width:100%;
}
.swiper-button-next, .swiper-button-prev {
    color:var(--TextColor) !important;
    font-size:30px !important;

}
.swiper-button-next::after, .swiper-button-prev::after {

    font-size:25px !important;

}
.trapezius_next,.trapezius_prev{
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    height: 45px;
    position: absolute;
    opacity: 10%;
}
.trapezius_next{
    border-left: 30px solid var(--Color2);
}
.trapezius_prev{
    border-right: 30px solid var(--Color2);
}
/* form */
.order_form,.order_form2,.recent_box{
    height: 215px;
    background-color: var(--Primary);
    border-radius: 5px;
    padding: 35px 50px;
    box-sizing: border-box;
}
.order_form,.recent_box{
    position: relative;
    margin-top: 30px;
    z-index: 2;
}
button a{
    color: var(--color1);
    text-decoration: none;
}
.order_form2{
    position: absolute;
    opacity: 10%;
    transform: rotate(-3deg);
    width: 97%;
    top: 0;
    right: 10px;

}
.main_title_form,.main_title_recent{
    color: var(--color1);
    font-size: var(--fontTitle3);
    font-weight: 600;
}
.box{
    display: flex;
    justify-content: space-between;
}
.discription_order,.discription_recent{
    color: var(--color1);
    opacity: 60%;
    font-size: var(--fontText);
    width: 50%;
    line-height: 16px;
}
#main_page .search_box{
    display: flex;
    align-items: center;
    width: 340px;
    height: 50px;
    border-radius: 10px;
    background-color: #0000001A;
    padding: 10px;
    box-sizing: border-box;
}
#main_page .search_box .icon-search{
    color: var(--color1);
    font-size: 20px;
}
.inp_search{
    background-color: transparent;
    border: none;
    width: 85%;
    padding: 0 5px;
}
.inp_search:focus-visible{
    outline: none;
}

.angle_right{
    transform: rotate(-90deg);
}
/*.boxes_form{*/
/*    width: 90%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    height: max-content;*/
/*    margin: auto;*/

/*}*/
    .form{
    width: 22%;
    /*height: 450px;*/
    background-color: var(--Background2);
    border-radius: 10px;
    box-shadow: 0px 5px 15px 0px #0202026E;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    padding: 25px;
}

.title_form{
    color: var(--TextColor);
    padding: 20px 0;
    display: block;
    font-size: var(--fontform);
    font-weight: 600;
}
.box_item_selectbox {
    cursor: pointer;
}
.box_item_selectbox.active{
    color:var(--Primary2);
}

.select_box{
    border: 1px solid var(--BorderColor);
    display: flex;
    align-items: start;
    padding: 5px 15px;
    background-color: transparent;
    color: var(--Color2);
    border-radius: 5px;
    box-sizing: border-box;
    flex-direction: column;
    height: 300px;
    overflow-y: auto;
}
.select_box img{
    width: 13px;
    height: 13px;
}
.boxes_form .number{
    position: absolute;
    top: 42px;
    left: 36px;
    color: var(--Primary2);
    font-weight: 600;
    font-size: 15px;

}
/* video box */
.video_box{
    display: flex;
    height: 456px;
    margin: 255px auto 100px;
    width: 977px;

;
}
.box_video{
    width: 40%;
    position: relative;
    height: fit-content;

}

.main_img{
    width: 90%;
}

.box_video .Polygon5{
    left: 70%;
    top: 5%;
    width: 15%;
}

.box_video .Polygon6{
    left: 70%;
    top: -25px;
    width: 8%;
}
.box_video .Polygon7{
    bottom: 0%;
    left: 10%;
    width: 10%;
}


.box_video img:not(.main_img){
    transition: margin 0.5s linear;
    position: absolute;

}
.box_text{
    width: 60%;;
}
.title_discription{
    font-size: var(--fontTitle2);
    font-weight: bold;
    color: var(--TextColor);
}
.discription_video,.discription_support,.description_contact{
    font-size: var(--fontText);
    color: var(--Color2);
    text-align: justify;
    line-height: 25px;
}
.hex:hover,.number:hover{
    cursor: pointer;
    transition: all 0.2 linear;
}
.discription_video a{
    font-weight: 600;
    color: var(--color2);
}
button{
    background-color: transparent;
    border: none;
}
.btn_video{
    border-radius: 5px;
    background-color: var(--Accent);
    color: var(--color1);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 160px;
    height: 40px;
    box-sizing: border-box;
    margin-top: 100px;
}
.btn_video img{
    transform: rotate(-90deg);
}
.alert.alert-danger {
    display: flex;
    justify-content: center;
    color: red;
    padding: 10px 0px;
}
/* recent */
.recent_box{
    display: flex;
    justify-content: space-between;
}
.recent_box .vertical_box,.vertical_mobiile .vertical_box{
    box-sizing: border-box;
    width: 40%;
    max-width: fit-content;
    height: auto;
    background-color: var(--Background2);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 2px 20px 0px #00000014;
    position: absolute;
    right: 8%;
    top: -100px;


}
.vertical_mobiile .vertical_box{
    position: unset !important;
    margin: 20px 0 0;
    width: 100% !important;
}
.vertical_mobiile{
    display: none;
}
.recent_box .top_box,.vertical_mobiile .top_box{
    width: 95%;
    height: 75px;
    margin: auto;
    background-color: var(--Primary);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.basic_span{
    color: var(--color1);
    font-size: var(--fontSmall);
}
.point{
    color: var(--color1);
    font-size: var(--fontform);
    display: block;
    padding-top:3px;
    font-weight: 600;
}
.right_boxtop{
    font-size: var(--fontTitle2);
    color: var(--color1);
    font-weight: bold;
}
.ul_box{
    width: 100%;
    padding: 0 8px;
}
.li_item{
    display: flex;
    padding: 7px;

}
.li_item i{
    color: var(--Primary2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.li_item span{
    padding:0 0 0px 10px;
    color: var(--TextColor);
    font-size: var(--fontHeader);
    font-weight: 600;
}
.logos_box{
    display: flex;
    padding: 0 8px;
}
.btn_reset_point{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:10px 20px;
    border: 1px solid var(--BorderColor);
    border-radius: 5px;
    margin:10px auto 0;

}
.btn_reset_point  a{
    color: var(--TextColor);
    font-size: var(--fontHeader);
    text-align: left;
}

.recent_box .vertical_box2,.vertical_mobiile .vertical_box2{
    width: 4%;
    height: auto;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    height: 100%;
    background-color: var(--Background2);
    border-radius :0px 10px 10px  0px;
    padding: 14px;
    right:4%;
    top: -40px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.vertical_mobiile .vertical_box2{
    position: unset !important;
    margin: 45px 0 20px;
    height: auto;

}
.recent_box .vertical_box2 span,.vertical_mobiile .vertical_box2 span{
    color: var(--Color2);
    font-size: var(--fontHeader);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 10px 0px;

}
.support_box{
    margin-top: 100px;
    display: flex;
    height: 390px;
    overflow: hidden;

}
.left_box_support{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.right_box_support{
    width: 50%;
    position: relative;
}
.right_box_support img{
    position: absolute;
    transition: margin 0.5s linear;
}
.woman_img{
    position: absolute;
    left: 50%;
    bottom:0;
    transform: translate(-50%, 0px);
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    object-fit: fill;
}
.right_box_support .Polygon5{
    left: 10px;
    top: 10%;
    position: absolute;
    transform: rotate(30deg);
    width: 15%;
}

.right_box_support .Polygon10{
    left: 20%;
    position: absolute;
    top: 0%;
    transform: rotate(74deg);
    width: 10%;
}
.right_box_support .Polygon11{
    bottom: 10%;
    left: 70%;
    position: absolute;
    width: 8%;

}
.whatsapp,.email{
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.name{
    color: var(--Color2);
    padding-left: 10px;
    display: block;
    font-weight: bold;
}
.whatsapp, .email{
    color: var(--TextColor);
    font-size: 15px;
    font-weight: bold;
}
.discription_support{
    padding-bottom: 25px;
}
/* hexagon img */
#main_page .hexagon_img{
    position: absolute;
    top: 230px;
    width: 40%;
    left: -7%;
}
#main_page .hexagon_img3{
    position: absolute;
    top: 56%;
    transform: rotate(80deg);
    left: -5%;
    width: 40%;

}
#main_page .hexagon_img2{
    position: absolute;
    top: 27%;
    transform: rotate(-30deg);
    right: -9%;
    width: 40%;
}
/*footer*/
.footer_box{
    background-color: var(--Background2);
    width: 100%;
    position: relative;
}
.logoslider{
    display: flex;
    justify-content: space-between;
    height: 120px;
    padding: 40px 0;
    background-color: var(--Background2);
    width: 1080px;
    margin: auto;
    border-bottom: 1px solid var(--BorderColor);
}
.swiper {
    width: 100%;
    height: 100%;
}

.logoslider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoslider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.logoslider img{
    padding: 0 5px;
    max-width: 133px;
    min-width: 40px;
    max-height: 40px;
}
.text_box_footer{
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin:0 auto;
    padding-top: 40px;
}
.about_div {
    width: 45%;
    margin-right: 20px;
}
.about_div p{
    color: var(--Color2);
    font-size: var(--fontSmall);
    text-align: justify;
    line-height: 19.5px;
}
.access_div{
    width: 20%;
    margin: 0 5px;
}
.access_div i,.btn_reset_point i{
    color: var(--TextColor) !important;
}
.contact_div{
    width: 35%;
}
.btn_about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    height: 34px;
    padding: 10px 15px;
    background-color: var(--Accent);
    color: var(--color1);
    font-size: var(--fontSmall);
    border-radius: 5px;
}
.logo_footer{
    width: 135px;
    height: 45px;
}
.access_div > .home_div{
    display: flex;
    padding: 5px 0;
    align-items: center;
    color: var(--TextColor);
}
.home_div span{
    padding-left: 5px;
}
.access_title,.contact_title{
    color: var(--TextColor);
    font-size: var(--fontSubtitle);
    padding-bottom:20px;
    display: block;
}
.access_div > div img,.btn_about img{
    transform: rotate(-90deg);
}
.access_div > div span{
    color: var(--Color2);
    font-size: var(--fontSmall);
    padding: 0 3px;
}
.line_end{
    width: 1080px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    color: var(--Color2);
    font-size: var(--fontSmall);
}

/* *************************** login and register style ***************************** */
.parent_box{
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.main_box_login,.main_box_register{
    border-radius: 10px;
    padding: 30px;
    background-color: var(--Background2);
    box-shadow: 0px 5px 15px 0px #0000000D;
    display: flex;
    align-items: center;
    margin-top: 40px;

}
#register_box .left_box{
    /*height: 910px !important;*/
}
.left_box , #register_box .left_box{
    width: 55%;
    height: 660px;
    background-color: transparent;
    padding: 45px;
    display: flex;
    flex-direction: column;
}
.right_box,#register_box .right_box{
    width: 45%;
    height: 660px;
    border-radius: 0px 10px 10px 0px;
}
.logo1,#register_box .logo1{
    display: block;
    margin-bottom: 10px;
    width: 150px;
}
.bxes_input {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.seperator {
    border-bottom: 1px solid #a09f9f;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.seperator span {
    position: absolute;
    background: #ececec;
    left: 45%;
    top: -17px;
    padding: 0px 20px;
}
.google-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 12px;
    width: 90%;
}
.google-button img {
    width: 35px;
    margin-right: 8px;
}
mobile_box style_btn{
    padding-left: 5px;
}
.style_btn .required_input{
    color:var(--RequiredInput);
}
.style_btn label{
    position: absolute;
    top: -23px;
    padding: 0px 15px;
    color:var(--TitleInput);
    right: 0px;
}
.show_validation {
    border-color: darkred !important;
    color: darkred !important;
}
.style_btn{
    display: flex;
    justify-content: space-between;
    width: 90%;
    height: 50px;
    background-color: var(--Background);
    border: 2px solid var(--BorderColor);
    border-radius: 5px;
    padding:0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:5px  auto 15px;
    position: relative;
}
.checkbox_box p {
    display: inline;
}
.remember_box,#register_box .checkbox_box{
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;

}
.forget_password_box {
    display: flex;
    width: 100%;
    justify-content: end;
    padding: 0 20px;
    margin-bottom: 10px;
}
.form_logo_box {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
#register_box .checkbox_box{

    margin: 10px auto 25px;
    width: 90%;
}
input:not(.check_box_input),#register_box input:not(.check_box_input){
    background-color: transparent;
        border: none;
    width: 100%;

}
.check_box_input {
    transform: scale(1.3);
}
.remember_box label,#register_box .checkbox_box label{
    font-size: var(--fontSmall);
    color: var(--color1);
    font-weight: 600;
}
.remember_box input{
    border: 1.5px solid var(--BorderColor);
    vertical-align: middle;
    width: 16px;
    height: 16px;
    accent-color: transparent;
}
.bxes_input input:focus-visible,#register_box .bxes_input input:focus-visible{
    outline: none !important;
}
.active_input_light input::placeholder,#register_box .active_input_light input::placeholder{
    color: var(--Primary) !important;
}
.active_input_dark input::placeholder,#register_box .active_input_dark input::placeholder{
    color: var(--color1) !important;
}

.active_input_light i{
    color: var(--Primary) !important;
}
.active_input_dark i{
    color: var(--color1) !important;
    opacity: 1 !important;
}

.light-theme .icon-icon, .light-theme  .icon-lock{
    color: var(--Color2);
    opacity: 0.4;
}
.light-theme .bxes_input i{
    color: var(--Color2) ;
    opacity: 0.5;
}
.dark-theme .bxes_input i{
    color: var(--Color2) ;
    opacity: 0.5;
}
.light-theme #register_box .country_box  span{
    font-size: 12px;
    font-weight: 600;
    opacity: 0.9;
    color: var(--TextColor);
}
.dark-theme #register_box .country_box  span{
    font-size: 12px;
    font-weight: 600;
    opacity: 0.5;
    color: var(--Color2);
}
#register_box .country_box{
    position: relative;
}
.remember_box span{
    color: var(--TextColor);
    font-size: var(--fontSmall);
    font-weight: 600;
    cursor: pointer;
}
.login_btn,#register_box .register_btn{
    background-color: var(--Accent);
    box-shadow: 0px 2px 10px 0px var(--Accent) 20%;
    display: flex;
    justify-content: center;
    font-weight: 600;
    color:white;

}
.footer_link,#register_box .footer_link{
    /*text-align: center;*/
    /*color: var(--Color2);*/
    /*font-size: var(--fontHeader);*/
    /*font-weight: 600;*/
    /*margin-top: 25px;*/
}
#register_box .footer_link{
    /*margin-top: 75px !important;*/
}
.footer_link a,#register_box .footer_link a{
    color: var(--Primary2);
    text-decoration: none;
    font-weight: bold;
}
.active_input_light,#register_box .active_input_light{
    background-color: var(--Background2) !important;
    color: var(--Primary2) !important;
    border: 1px solid var(--Primary2) !important;
}
.active_input_dark,#register_box .active_input_dark{
    color: var(--color1) !important;
    border: 1px solid var(--TextColor) !important;
}
.right_box,#register_box .right_box{
    background: url("../files/Frame3.png");
    background-repeat: no-repeat;
}
.center_box,#register_box .center_box{
    height: 100%;
    padding: 0 10px 0 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.center_box .welcome,#register_box .center_box .welcome{
    font-size: var(--fontTitle);
    color: var(--color1);
    font-weight: bold;
}
.center_box .crash,#register_box .center_box .crash{
    font-size: var(--fontform);
    color: var(--color1);

}
.bottom_box{
    height: 30%;
}
.light-theme .remember_box label,.light-theme #register_box .checkbox_box label{
    color: var(--Color2) !important;
}
#register_box .country_ul{
    max-height: 300px;
    overflow: auto;
    border: 1px solid var(--BorderColor);
    width: auto;
    margin: auto;
    position: absolute;
    z-index: 100;
    background-color: var(--Background);
    top: 55px;
    width: 100%;
    left: 0;
    padding: 0;
    display: none;
}
#register_box .country_ul div{
    padding: 5px 10px;
    color: var(--TextColor);
    font-size: var(--fontSmall);
}
#register_box .country_ul div:hover{
    background-color: var(--Color2);
    color: var(--color1);
    cursor: pointer;
}
/*pricing*/
#pricing_box .pricing_plan{
    border-radius: 10px;
    background: var(--Background2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    height: max-content;
    width: 100%;
    position: relative;
    margin: 45px auto 20px;
    padding: 45px 60px;
    overflow: hidden;

}
#pricing_box .title_pricing{
    color: var(--TextColor);
    font-size: var(--fontTitle2);
    font-weight: bold;
    margin-bottom: 22px;
    display: block;
}
#pricing_box .dis_plan{
    color: var(--Color2);
    font-size: var(--fontHeader);
    line-height: 160%;
    margin:0 0 20px;
}
#pricing_box .feature_box span{
    font-size: var(--fontSubtitle);
    color: var(--Primary2);
    font-weight: 600;
}
#pricing_box .feature_box li{
    font-size: var(--fontSmall);
    color: var(--Color2);
    padding: 5px 0;
}
#pricing_box .shapes{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}
#pricing_box .vertical_boxes{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    width: 100%;
}
#pricing_box .vertical_boxes .vertical_box{
    box-sizing: border-box;

    height: auto;
    background-color: var(--Background2);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 2px 20px 0px #00000014;


}
#pricing_box .vertical_boxes .top_box_plan{
    width: 95%;
    height: 75px;
    margin: auto;
    background:  linear-gradient( 90deg,var(--Primary) 0%, var(--Primary2) 80%); ;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding:15px 18px;

}
.pricing_plan {
    padding: 0 0 0px 10px;
    color: var(--TextColor);
    font-size: var(--fontHeader);
    /*font-weight: normal;*/
}
/*airbag type*/
#airbagType_box .steps{
    border-radius: 10px;
    background: var(--Background2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    height: max-content;
    width: 100%;
    position: relative;
    margin: 45px auto 0px;
    padding: 45px 60px;

}
#airbagType_box .title_steps{
    color: var(--TextColor);
    font-size: var(--fontTitle2);
    font-weight: bold;
    margin:0 0 22px;
    display: block;
}
#airbagType_box .dis_steps p{
    color: var(--Color2);
    font-size: var(--fontHeader);
    line-height: 160%;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 24px;
}
#airbagType_box .dis_steps span{
    line-height: 24px;
    color: var(--Primary2);
    font-weight: 600;
    height: 56px;
    display: block;

}
#airbagType_box .shapes{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}
#airbagType_box .parent_search_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 65px auto;
}
#airbagType_box .search_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    width: 32%;
    height: 50px;
    border-radius: 5px;
    background: var(--Background2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
#airbagType_box .parent_search_box span{
    font-size: var(--fontTitle3);
    font-weight: 600;
    color: var(--TextColor);
}
#airbagType_box .search_box .icon-down{
    color: unset ;
    transform: rotate(-90deg);
}
#airbagType_box .search_box input{
    border: none;
    width: 100%;
    background-color: transparent;
}
#airbagType_box .search_box .icon-search{
    color: var(--Color2);
    padding-right: 13px;
}
#airbagType_box .search_box .icon-down{
    color: var(--Color2);
}
#airbagType_box .search_box input:focus-visible{
    outline: none;
}
#airbagType_box .box_types{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 15px;
}
#airbagType_box .box_type{
    display: flex;
    height: 200px;
    padding: 30px 25px;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: var(--Background2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
#airbagType_box .box_type img{
    height: 90px;
    margin-bottom: 25px;
}
#airbagType_box .box_type span{
    color: var(--TextColor);
    text-align: center;
    font-size: var(--fontSubtitle);
    font-weight: 600;
}
#airbagType_box .main_title_question{
    color: var(--TextColor);
    font-size: var(--fontTitle3);
    font-weight: 600;
    margin: 80px 0 45px;
    text-align: left;
    display: block;
}
#airbagType_box .box_ques{
    display: flex;
}
#airbagType_box .question {
    color:var(--TextColor);
    font-weight: 600;
    position: relative;
    background:var(--Background2);
    margin: 0 auto;
    opacity: .9;
    padding:15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
#airbagType_box .question p{
    display: flex;
    align-items: center;
    margin: 0;
    font-size: var(--fontform);
    font-weight: 600;

}

#airbagType_box .answers {

    background: var(--Background2);
    padding: 0px 15px;
    margin: 0 0 20px 0;
    height: 0;
    text-align: justify;
    overflow: hidden;
    z-index: -1;
    position: relative;
    font-size: var(--fontform);
    opacity: 0;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;

}
#airbagType_box .question .icon-info{
    color: var(--Primary2);
    padding-right: 15px;
}
#airbagType_box .question .icon-down{
    color: var(--Color2);
    padding-left: 10px;
}
#airbagType_box .questions:checked ~ .answers{
    height: auto;
    opacity: 1;
    padding: 30px 30px 30px 60px;
    line-height: 32px;
}
#airbagType_box .questions {
    display: none;
}
/*dashboard*/
#dashboard_box .user_box{
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    height: 90px;
}
#dashboard_box .right_box{
    width: fit-content;
    display: flex;
    justify-content: end;
    align-items: center;
    color: var(--Primary2);
    font-weight: 600;
}
#dashboard_box .right_box .icon-point{
    margin-right: 10px;

}
#dashboard_box .left_box{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: end;
}
#dashboard_box .left_box img{
    margin-right: 30px;
}
#dashboard_box .left_box .username p{
    margin: 0;
}
#dashboard_box .username{
    color: var(--Color2);
    margin: 0;
    height: 50px;
    font-size: var(--fontTitle3);
    font-weight: 600;
    width: max-content;
}
#dashboard_box .username span{
    font-size: var(--fontTitle2);
    font-weight: 600;
    color: var(--TextColor);
}
#dashboard_box .setting_info{
    display: flex;
}
#dashboard_box .edit,#dashboard_box .logout {
    font-size: var(--fontHeader);
    padding-right: 20px;
    color: var(--Color2);
}
#dashboard_box .table_dashboard {
    padding: 30px;
    background-color: white;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 140px;
    position: relative;
    z-index: 2;
    margin-top: 100px;

}
#dashboard_box table{
    width: 100%;
    --bs-table-bg:transparent;
    border-spacing: 0 10px;
}

#dashboard_box .table_dashboard .tab_table {
    margin-bottom: 53px;

}
#dashboard_box .dataTables_wrapper,#dashboard_box .dataTables_wrapper table{
    /*height: 0;*/

}
#dashboard_box .dataTables_wrapper table{
    /*visibility: hidden;*/
    border: 1px solid black !important;
    border-collapse: collapse !important;
}


#dashboard_box .table_dashboard .tab_table button{
    color: var(--TextColor);
    font-size: var(--fontHeader);
    margin-right: 15px;

    cursor: pointer;
}
#dashboard_box th {
    color: #333;
    font-size: 17px;
    padding: 0 8px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    border-collapse: collapse !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 1px solid #ddd !important;
}
#dashboard_box tr{
    display: table-row;
    height: 45px;
    margin-bottom: 10px;
}
#dashboard_box td {
    font-size: 17px;
    padding: 5px 5px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    border-collapse: collapse !important;
    border: 1px solid #ddd !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
}
#dashboard_box .parent_hex{
    position: relative;
}
#dashboard_box .hexagon_img{
    position: absolute;
    top: 120px;
    right: -8%;
    width: 30%;
}

#dashboard_box .hexagon_img2{
    position: absolute;
    bottom: -210px;
    left: -70px;
    width: 30%;
}
#dashboard_box {
    overflow: hidden;
}
#dashboard_box .active_tab{
    border-radius: 5px;
    background: var(--Primary2);
    padding: 10px 20px;
    color: var(--color1) !important;
}
#dashboard_box .download{
    background-color: var(--Accent);
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    padding: 10px;
}

#dashboard_box #myTable_filter label,#dashboard_box #myTable_length label,#dashboard_box #myTable_paginate,#dashboard_box #myTable_info{
    font-size: var(--fontHeader);
    font-weight: 600;
    color: var(--Color2);
}
/*page*/
.parent_hex{
    position: relative;
    padding-bottom: 90px;
}
#page_box .box_paths{
    display: flex;
    align-items: center;
}
#page_box .user_box{
    display: flex;
    justify-content: space-between;
    /*margin: 0px 0 75px;*/

}
#page_box .Example{
    color: var(--TextColor);
    font-size: var(--fontTitle);
    font-weight: bold;
    margin: 0;
}
#page_box .box_paths{
    color: var(--TextColor);
    font-size: 16px;
    font-weight: 600;
}
#page_box .box_paths p i{
    color: var(--TextColor);
    transform: rotate(-90deg);
    writing-mode: tb;
    padding: 0 10px;
}
#page_box .right_box{
    display: flex;
    align-items: center;
}
#page_box .date_box{
    padding: 12px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--Background2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    color: var(--Color2);
    font-size: va(--fontHeader);
    font-weight: 600;
}
#page_box .contant_box{
    border-radius: 10px;
    background: var(--innerBackground);
    /*box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);*/
    /*padding: 30px;*/
    /*margin: 40px auto 0px;*/
    position: relative;
    z-index: 2;
    color: var(--TextColor);
    line-height: 47px;
    text-align: justify;
}
#page_box .contant_box img{
    width: 100%;
}
#page_box .hexagon_img{
    position: absolute;
    top: 120px;
    right: -8%;
    width: 30%;
}

#page_box .hexagon_img2{
    position: absolute;
    bottom: -1%;
    left: -6%;
    width: 30%;
}

#page_box .icon-location,#page_box .icon-date{
    color: var(--Primary2);
    font-size: var(--fontTitle3);
    padding-right: 10px;
}
/*upload*/
.full {
    flex: 1;
}
.zero_border{
    border: 0 !important;
}
.info_box_items{

    padding: 20px 5px;
}
.info_selected_items
{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.info_selected_item
{
    display: flex;
    flex-direction: row;
    width: 50%;
    color: black;
    padding: 5px;
    align-items: center;
}
.info_selected_item label
{
    font-weight: bold;
    font-size: 16px;
}
.info_selected_item span
{
    font-size: 14px;
    margin-left: 5px;
}
.info_online_function,.info_offline_function {
    display: flex;
}
.info_online_function_detail {
     display: flex;
    justify-content: space-between;
    /*width: 100%;*/
 }
.info_online_function label
{
    color: black;
}
.info_offline_function label
{
    color: black;
}
.info_online_functions
{
    display: flex;
    flex-direction: column;
}
.info_offline_functions
{
    display: flex;
    flex-direction: column;
}
.info_title_functions
{
    display: flex;
    flex-direction: row;
    color: black;
    align-items: center;
}
.info_total_functions
{
    display: flex;
    flex-direction: row;
    color: black;
    align-items: center;
}
.info_service_functions
{
    display: flex;
    flex-direction: row;
    color: black;
    align-items: center;
}
.separator
{
    border-bottom: 1px solid var(--SeperatorBorderProgress);
    position: relative;
    display: flex;
    justify-content: center;
    margin: 10px 0px;
}
.separator span
{
    background-color: var(--SeperatorBoxBGProgress);
    color: white;
    position: absolute;
    top: -13px;
    padding: 0px 20px;
    border-radius: 5px;
}
.selected_function_list {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.selected_function_item{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.selected_function_list label
{
    margin-left: 5px;
}
#upload_box .upload_box{
    border-radius: 10px;
    background: var(--Background2);
    box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.05);
    padding: 60px 75px;
    margin:45px auto 118px;
    position: relative;
    z-index: 2;
}
#upload_box .title_upload{
    color: var(--TextColor);
    font-size: var(--fontTitle);
    font-weight: bold;
    margin: 0 0 60px;
    display: block;

}
#upload_box .inputs_box{
    display: flex;
    justify-content: space-between;
}
#upload_box .btn_upload{
    position: relative;
}
#upload_box .btn_upload .btn{
    padding: 10px 20px;
    height: 45px;
    border-radius: 5px;
    border: 1px solid var(--BorderColor, rgba(0, 0, 0, 0.15));
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#upload_box .btn_upload .btn .icon-down{
    color: var(--Color2);
}
#upload_box .btn_upload > span{
    color: var(--Color2);
    font-size: var(--fontHeader);
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
}
#upload_box .btn_upload  input{
    background-color: transparent;
    border: none;
    width: 85%;
    padding: 0 5px;
    color:var(--TextColor);
}
#upload_box .btn_upload input:focus-visible{
    outline: none;
}
#upload_box .country_ul{
    max-height: 300px;
    overflow: auto;
    border: 1px solid var(--BorderColor);
    margin: auto;
    position: absolute;
    z-index: 100;
    background-color: var(--Background);
    top: 90px;
    width: 100%;
    left: 0;
    padding: 0;
    display: none;
}
#upload_box .country_ul div{
    padding: 5px 10px;
    color: var(--TextColor);
    font-size: var(--fontSmall);
    height: 35px;
    display: flex;
    align-items: center;
    font-weight: 600;
}
#upload_box .country_ul img,#upload_box .select_country img{
    width: 30px;
    object-fit: contain;
    padding-right: 5px;
    box-sizing: content-box;
}
#upload_box .select_country{
    font-size: var(--fontSmall);
    font-weight: 600;
    display: flex;
    align-items: center;
    color: var(--Color2);
}
#upload_box .country_ul div:hover{
    background-color: var(--Color2);
    color: var(--color1);
    cursor: pointer;
}
.label_file {
    border: 2px dashed #D0D0D0;
    background: #F6F5F5;
    height: 120px;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.label_file div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.label_file .icon-setting{
    font-size: 60px;
    padding-bottom: 25px;
    opacity: 0.5;
    color: var(--Color2);
}
.label_file span{
    font-size: var(--fontTitle3);
    font-weight: 600;
    color: var(--Color2);
    padding-bottom: 35px;
}
.label_file .choose_file_btn{
    border-radius: 3px;
    background: var(--Accent);
    padding: 5px 10px;
    color: #fff;
    font-size: var(--fontSmall);
    font-weight: 600;
}
#inp_file{
    display: none;
}
.forget_password_box  p{
    margin: 0;
}
.terms_box  p{
    margin: 0px 0px 10px 0px;
}
.terms{
    width: 100%;
    padding: 0px 25px;
}
.register_link {
    margin: 0px 0px 10px 0px;
    text-align: center;
    color: var(--Color2);
    font-size: var(--fontHeader);
    font-weight: 600;
}
.footer_link{
    text-align: center;
    color: var(--Color2);
    font-size: var(--fontHeader);
    font-weight: 600;
}
.footer_link a{
    color: var(--Primary2);
    text-decoration: none;
    font-weight: bold;
}
.crear_crash{
    border-radius: 5px;
    background: var(--Primary);
    box-shadow: 0px 2px 10px 0px rgba(72, 71, 71, 0.10);
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: var(--color1);
    font-size: var(--fontform);
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-top: 60px;
}
/*verify input*/
.number-code > div {
    display: flex;
}
.number-code > input:not(:last-child) {
    margin-right: calc(8px * 2);
}
.code-input{
    padding: 5px;
    border-radius: calc(8px / 2);
    color: var(--Primary);
    background: hsl(214, 14%, 20%);
    border: 1px solid #c9c9c9 !important;
    background-color: white !important;
    text-align: center;
    font-size: 18px;

}
.code-input:invalid {
    box-shadow: none;
}
.code-input:focus{
    outline: none;
    border: 4px solid hsl(400 80% 60%);
    background: hsl(214, 14%, 5%);
}
.verify_input_box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0px 20px;
}
/*callback*/
#callback_box .exampale_plan{
    border-radius: 10px;
    background: var(--Background2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    height: max-content;
    width: 100%;
    position: relative;
    margin: 45px auto 20px;
    padding: 45px 60px;

}
#callback_box .title_exampale{
    color: var(--TextColor);
    font-size: var(--fontTitle2);
    font-weight: bold;
    margin-bottom: 22px;
    display: block;
}
#callback_box .dis_exampale{
    color: var(--Color2);
    font-size: var(--fontHeader);
    line-height: 160%;
    margin:0 0 20px;
}
#callback_box .shapes {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}
.light-theme #callback_box .icon-warning{
    color: var(--Primary);
    font-size: 60px;
    margin-bottom: 40px;
    display: block;
}
.dark-theme #callback_box .icon-warning{
    color: var(--color1);
    font-size: 60px;
    margin-bottom: 40px;
    display: block;
}
#callback_box .back_btn{
    display: inline-flex;
    padding: 15px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: var(--Primary);
    box-shadow: 0px 2px 10px 0px rgba(72, 71, 71, 0.10);
    color: var(--color1);
    font-size: var(--fontform);
    font-weight: 600;
    margin-top: 35px;
    cursor: pointer;
}
/*checkout*/
#checkout_box .checkout{
    border-radius: 10px;
    background: var(--Background2);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    height: max-content;
    width: 100%;
    position: relative;
    margin: 45px auto 20px;


}
#checkout_box .header{
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
}
#checkout_box .title_checkout{
    color: var(--TextColor);
    font-size: var(--fontTitle2);
    font-weight: bold;
    /*padding-right: 22px;*/

}
#checkout_box .left_box .icon-lock{
    padding-right: 5px;
    font-size: var(--fontform);
}
#checkout_box .lock_box{
    color: var(--Color2);
    font-size: var(--fontHeader);
    line-height: 22px; /* 22.5px */
    font-weight: 600;
}
#checkout_box .box_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#checkout_box .shapes{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}
#checkout_box .inp_box > span{
    margin-top: 5px !important;
}
#checkout_box .dis_checkout p,#checkout_box .inp_box >span{
    color: var(--Color2);
    font-size: var(--fontform);
    line-height: 200%;
    margin: 0;
    padding: 5px 0;
    font-weight: 600;
}
#checkout_box .checkmark {
    position: absolute;
    top: 4px;
    left: 1px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

#checkout_box .inp_box input{
    stroke-width: 5px;
    stroke: var(--Primary2);
    position: absolute;
    opacity: 0;
    cursor: pointer;

}


#checkout_box input:checked ~ .checkmark {
    background-color: var(--Primary2);
}
#checkout_box .checkmark:after {
    content: "";
    position: absolute;

}
#checkout_box .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
#checkout_box .inp_box input:checked ~ .checkmark:after {
    display: block;
}
#checkout_box .dis_checkout .bold_txt,#checkout_box .inp_box label{

    color: var(--TextColor);
    font-size: var(--fontform);
    font-weight: 600;
    line-height: 200%; /* 30px */
}
#checkout_box .inp_box label{
    position: relative;
    padding-left: 25px;
    font-size: var(--fontSmall);
    color: var(--TextColor);
    margin-bottom: 8px;
}
#checkout_box .inp_box{
    display: flex;
    flex-direction: column;
}
#checkout_box .btn_proceed{
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px rgba(72, 71, 71, 0.10);
    padding: 15px 30px;
    color: var(--color1);
    font-size:var(--fontform);
    font-weight: bold;
    width: max-content;
    display: block;
    text-decoration: none;
    margin-top: 10px;
}
/*checkout2*/
#checkout2_box .right_box{
    background-color: var(--Background);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    border-radius: 10px;
    padding: 0 60px;
}
#checkout2_box .right_box img{

    object-fit: contain;
}
#checkout2_box .left_box{
    padding-right: 50px;
    height: max-content;
}
.main_box_checkout2{
    border-radius: 10px;
    padding: 50px;
    background-color: var(--Background2);
    box-shadow: 0px 5px 15px 0px #0000000D;
    display: flex;
    margin: 80px auto 130px;
    align-items: stretch;
}

#checkout2_box .title{
    color: var(--TextColor);
    font-size: var(--fontTitle);
    font-weight: bold;
    line-height: 150%
}
#checkout2_box .card_numbers{
    margin-top: 40px;
}
#checkout2_box .card_numbers > span,#checkout2_box .card_name span,#checkout2_box .card_cvc span,#checkout2_box .month span,#checkout2_box .year span{
    color: var(--TextColor);
    font-size: var(--fontSmall);
    font-weight: 600;
    line-height: 200%;
    padding-bottom: 10px;
    display: block;
}
#checkout2_box .card_name,#checkout2_box .card_cvc,#checkout2_box .month,#checkout2_box .year{
    width: 48%;
}
#checkout2_box .left_box{
    width: 100%;
}
#checkout2_box .left_box input{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--BorderColor);
    background: var(--Background2);
    padding: 0 15px;

}
#checkout2_box .box_inps,#checkout2_box .box2 ,#checkout2_box .box3 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
#checkout2_box .box_price{
    padding: 30px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#checkout2_box .btn_strip{
    border-radius: 5px;
    background: var(--Primary2);
    box-shadow: 0px 2px 10px 0px rgba(72, 71, 71, 0.10);
    padding: 15px 30px;
    color: var(--color1);
    font-size:var(--fontform);
    font-weight: bold;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
}
#checkout2_box .box_inps input{
    width: 22%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid var(--BorderColor);
    background: var(--Background2);
    text-align: center;
    text-align: center;
}
#checkout2_box .title_price{
    color: var(--TextColor);
    font-size: var(--fontSmall);
    font-weight: 600;
    line-height: 200%;
}
.dark-theme #checkout2_box .price{
    color: var(--TextColor);
    font-size: var(--fontTitle);
    font-weight: bold;
    line-height: 200%;
}
.light-theme #checkout2_box .price{
    color: var(--Primary);
    font-size: var(--fontTitle);
    font-weight: bold;
    line-height: 200%;
}


.vehicle_items
{
    color: white;
    display: flex;
    justify-content: start;
    padding: 2px 0;
    justify-content: center;
}
.vehicle_item
{
    display: flex;
    padding: 5px 15px;
}
.vehicle_item label
{
    margin-left: 5px;
}


/*check box*/
.checkbox-wrapper-42 {
    width: 100%;
    display: flex;
    align-items: center;
}
 .checkbox-wrapper-42 input[type="checkbox"] {
     display: none;
     visibility: hidden;
 }

.checkbox-wrapper-42 label {
    display: flex;
}

.checkbox-wrapper-42 .cbx {
    position: relative;
    top: 1px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #c8ccd4;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}

.checkbox-wrapper-42 .cbx:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 6px;
    width: 5px;
    height: 14px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

.checkbox-wrapper-42 .lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
    flex:1;
    padding-top: 3px;
}

.checkbox-wrapper-42 input[type="checkbox"]:checked ~ .cbx {
    border-color: transparent;
    background: #6871f1;
    animation: jelly-42 0.6s ease;
}

.checkbox-wrapper-42 input[type="checkbox"]:checked ~ .cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.checkbox-wrapper-42 .cntr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

@-moz-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}

@-o-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}

@keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}
/* response */
@media screen and (max-width: 1180px){
    /*    airbag type*/
    #airbagType_box .box_types{
        grid-template-columns: auto auto auto auto auto;
    }
}
@media screen and (max-width: 1100px) {
    .w1080 {
        width:90%;
        margin: auto;
    }
    .box_video .Polygon7{
        width: 15%;
        bottom: 0%;
    }
    .box_video .Polygon5{
        width: 20%;
        left: 65%;
        top: 0;
    }
    .box_video .Polygon6{
        width: 15%;
        left: 40%;
        top: -10%;
    }

    .links_box{
        padding: 38px;
    }


    .swiper_box .mySwiper {
        width: 90%;
        height: 100%;

    }
    .swiper_box .swiper-slide {
        padding: 0 50px;

    }
    .logoslider{
        display: flex;
        justify-content: space-between;
        height: 120px;
        padding: 40px 0;
        background-color: var(--Background2);
        width: 90%;
        margin: auto;
        border-bottom: 1px solid var(--BorderColor);
    }
    .gray_img,.vector,.box_video .Polygon4{
        position: absolute;
        left: 60%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
    }
    .box_video .Polygon4{
        width: 27% !important;
    }
    .vector{

        width: 10%;
    }

    .line_end{
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        padding: 30px 0;
        color: var(--Color2);
        font-size: var(--fontSmall);
    }
    .text_box_footer{
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin:0 auto;
        padding-top: 40px;
    }
    .title_slider {
        font-size: var(--fontTitle2);
        color: var(--TextColor);
        font-weight: bold;
    }
    .form {
        width:24%;
        /*height: 175px;*/
        padding: 25px;
    }
    .video_box {
        height: 456px;
        margin: 255px auto 130px;
        width:80%;
    }
    /*menu mobile*/
    .links_box{
        display: none;

    }
    .menu_svg{
        padding: 0 0 0 20px;
        display: inline-block;
    }
    .button_box {
        display: none;
    }
    .header_box{
        display: none;
    }
    .header_mobile{
        display:flex;
        justify-content: space-between;
        height: 120px;
    }
    .header_mobile i{
        display: flex;
        align-items: center;
        font-size: 20px;
        color: var(--TextColor) !important;
    }
    .header_mobile i:before{
        color: var(--TextColor) !important;
    }
    /*  pricing*/
    #pricing_box .vertical_boxes{
        grid-template-columns: auto auto;
    }
    /*  airbag type*/
    #airbagType_box .box_types{
        grid-template-columns: auto auto auto auto;
    }


}
@media screen and (max-width: 900px){
    .swiper_box .swiper-slide {
        padding: 0px;

    }
    .whatsapp, .email{
        font-size: var(--fontText);
    }


    .header_box .rectangle {
        background: var(--Primary2);
        display: inline-block;
        height: 70px;
        position: relative;
        width: 150px;
    }
    .header_box .rectangle:after {
        border-top: 35px solid var(--Primary2);
        border-left: 75px solid transparent;
        border-right: 75px solid transparent;

        top: 70px;

    }
    .header_box .rectangle_border {
        width: 143px;
        height: 110px;

    }
    nav > li {
        font-size: var(--fontText);
        color: var(--Color2);
        padding: 7px;
        display: flex;
        flex-direction: column;
    }

    .btn_style {
        height: 40px;
        max-height: 40px;
        background-color: var(--Primary2);
        padding: 10px 5px;
        border-radius: 5px;
        margin-left: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }


    .btn_style button {
        font-size: var(--fontText);
        color: var(--color1);
        background-color: transparent;
        border: none;
        font-weight: 600;
    }
    .btn_video {
        border-radius: 5px;
        background-color: var(--Accent);
        color: var(--color1);
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 160px;
        height: 40px;
        box-sizing: border-box;
        margin-top: 35px;
    }
    .video_box {
        height: 340px;
        margin: 200px auto 100px;
        width: 80%;
    }

    .recent_box .vertical_box {


        height: auto;
        padding: 20px;
        top: -75px;
    }

    .recent_box .top_box {

        height: 75px;

    }
    .ul_box {
        width: 100%;
        padding: 0 8px;
        margin: 5px 0;
    }
    .title_discription {
        font-size: var(--fontTitle3);
        font-weight: 600;
        color: var(--TextColor);
    }
    /***************** login **************** */
    .center_box .welcome {
        font-size: var(--fontTitle2);
    }
    .center_box .crash {
        font-size: var(--fontText);
    }
    /*  checkout2*/
    .main_box_checkout2{
        flex-direction: column-reverse;
        margin: 80px auto 130px;
    }
    #checkout2_box .left_box {
        padding-right: 0px;
    }
    #checkout2_box .right_box{
        width: 100%;
        padding: 30px 60px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 810px){


    .li_item span{
        font-size: var(--fontText);
    }
    .support_box{
        height: 320px;
    }
    .title_form {
        color: var(--TextColor);
        padding: 20px 0;
        display: block;
        font-size: var(--fontText);
        font-weight: 600;
    }
    .select_box {
        border: 1px solid var(--BorderColor);
        display: flex;
        /*justify-content: space-between;*/
        align-items: center;
        padding: 0px 5px;
        background-color: transparent;
        color: var(--Color2);
        height: 35px;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: var(--fontText);
    }
    .header_box .rectangle_border {
        width: 95px;
        height: 92px;

    }
    .header_box .rectangle:after {
        border-top: 35px solid var(--Primary2);
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        top: 55px;

    }
    .header_box .rectangle img {
        width: 90px;
        height: 43px;

    }
    .header_box .rectangle {
        background: var(--Primary2);
        display: inline-block;
        height: 55px;
        position: relative;
        width: 100px;
    }
    .recent_box .vertical_box2 {

        height: auto;
        top: -45px;

    }
    .recent_box .vertical_box {
        box-sizing: border-box;

        height: auto;
        padding: 10px;
        top: -75px;
    }
    .recent_box .top_box {

        height: 50px;
        padding: 3px;
    }
    .point{
        font-size: var(--fontText);

    }
    .right_boxtop {
        font-size: var(--fontTitle3);
        line-height: 35px;

    }
    .li_item {
        padding: 8px 5px;
    }
    .ul_box {
        width: 100%;
        padding: 0 8px;
        margin: 5px 0;
    }
    .order_form, .order_form2, .recent_box{
        height: 170px;
    }

    .order_form, .order_form2, .recent_box {
        height: 150px;
        background-color: var(--Primary);
        border-radius: 5px;
        padding: 35px 50px;
        box-sizing: border-box;
    }
    .video_box {
        height: 340px;
        margin: 245px auto 145px;
    }
    .discription_order, .discription_recent {
        color: var(--color1);
        opacity: 60%;
        font-size: var(--fontText);
        width: 50%;
        line-height: 16px;
    }

    .boxes_form .number {
        top: 19px;
        left: 24px;
    }
    /*.form{*/
    /*    height: 160px;*/
    /*}*/

    .right_box_support{
        width: 55%;
    }


    .btn_reset_point a {
        font-size: var(--fontText);
        font-weight: 600;
    }
    .logoslider img{
        max-width: 90px;
    }
    .discription_video, .discription_support, .description_contact {
        padding: 0 10px;
    }
    #main_page .search_box{
        width: 245px;
    }
    .boxes_form{
        margin-top: 30px;
    }

    /* *************** login ************** */
    .left_box{
        padding: 10px;
    }
    .center_box{
        padding: 10px;
    }
    /*  airbag type*/
    #airbagType_box .box_types{
        grid-template-columns: auto auto auto;
    }
    /*    upload*/
    #upload_box .inputs_box > div {
        width: 100%;
        margin-bottom: 50px;
    }
    #upload_box .inputs_box{
        flex-direction: column;
    }
    #upload_box .title_upload{
        font-size: var(--fontTitle2);
        line-height: 45px;
    }
}
@media screen and (max-width: 710px){

    .boxes_form .number {
        position: absolute;
        top: 28px;
        left: 31px;
        color: var(--Primary2);
        font-size: 15px;
    }
    .form {
        width: 24%;
        padding: 20px;
    }
    .title_form{
        font-size: var(--fontSmall);
    }
    .point{
        font-size: var(--fontText);
    }
    .video_box {
        margin: 140px auto 200px;
    }



    .title_slider{
        font-size: var(--fontTitle3);
    }
    .sub_title_slider{
        font-size: var(--fontText);
    }
    .btn_start{
        margin-left: 70px;
        font-size: var(--fontText);
    }
    .order_form, .order_form2, .recent_box{
        padding: 20px;

    }
    .text_box_footer{
        flex-direction: column;
    }
    .about_div,.access_div,.contact_div {
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }
    /* ************************* login and register **************** */

    .main_box_login,.main_box_register{
        flex-direction: column-reverse;

    }
    .left_box,#register_box .left_box{
        width: 100%;
    }
    .right_box,#register_box .right_box{
        background-color: var(--Primary) !important;
        width: 100%;
    }
    .right_box,#register_box .right_box{
        background: var(--Primary) !important;
        width: 100%;
        height: fit-content !important;
    }
    .center_box, #register_box .center_box{
        padding: 20px;
    }
    .center_box .welcome, #register_box .center_box .welcome{
        font-size: var(--fontTitle2) !important;
        text-align: center;
    }
    .center_box .crash, #register_box .center_box .crash{
        text-align: center;
        padding: 10px;
    }
    /*    airbag type*/
    #airbagType_box .steps{
        padding: 45px;
    }
    /*    page*/
    #page_box .user_box{

        flex-direction: column;
    }
    #page_box .date_box{
        margin-top: 30px;
    }
    /*    checkout*/
    #checkout_box .box_title{
        align-items: start;
        flex-direction: column;
    }
    #checkout_box .right_box{
        margin-top: 50px;
    }
    /*    dashboard*/
    #dashboard_box .user_box{
        flex-direction: column;
        height: fit-content;
    }
    #dashboard_box .user_box .right_box{
        margin-top: 30px;
    }
}
@media screen and (max-width:610px) {

    #page_box .contant_box{
        text-align: unset;
    }
    .boxes_form{
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px auto;
    }
    .form{
        width: 35%;
    }
    .box_video {
        width: 70%;
        height: 300px;
        margin: 0 auto;
    }
    .video_box{
        flex-direction: column;
        height: fit-content;
        margin: auto;
        height: 600px;
    }

    .box_text{
        width: 100%;
    }
    .recent_box {
        margin-top: 115px;
    }
    .recent_box .vertical_box{

        top: -50px;
    }
    .recent_box .vertical_box2{
        width: 30px;
        top: -21px;

    }
    .order_form, .order_form2, .recent_box{
        height: fit-content;

    }
    .support_box{
        flex-direction: column;
        height: 440px;
    }
    .right_box_support,.left_box_support{
        width: 100%;
        margin:0 auto;
        height: 300px;
        align-items: start;
    }


    #main_page .search_box{
        height: 45px;
    }
    .main_title_form, .main_title_recent{
        padding: 10px 0;
        display: block;
    }
    .swiper_box .swiper-slide {
        flex-direction: column;
    }
    .swiper_box .swiper-slide > div{
        width: 100%;
    }
    .text_slider{
        width: fit-content;
    }
    .swiper_box .swiper-slide > img {
        width: 100%;
        object-fit: contain;
    }
    .links_box{
        display: none;

    }

    .menu_svg{
        padding: 0 0 0 20px;
        display: inline-block;
    }

    .right_box_support .Polygon11{
        left: 58%;
    }
    .button_box {
        display: none;
    }
    .boxes_form .number{
        top: 28px;
        left: 31px;

    }
    .header_box{
        display: none;
    }
    .header_mobile{
        display:flex;
        justify-content: space-between;
        height: 120px;
    }
    .header_mobile i{
        display: flex;
        align-items: center;
        font-size: 20px;
    }

    .recent_box .vertical_box,.recent_box .vertical_box2{
        display: none;
    }
    .vertical_mobiile{
        display: flex;
        justify-content: center;

    }

    .right_box_support .Polygon5{
        left: 22%;
        width: 8%;
        top: 5%;
    }
    .right_box_support .Polygon10{
        top: -10%;
        width: 6%;
    }
    .right_box_support .Polygon11{

        width: 5%;
    }
    /*  pricing*/
    #pricing_box .vertical_boxes{
        grid-template-columns: auto;
    }

    #pricing_box .vertical_boxes .vertical_box{
        width: 350px;
        margin: auto;
    }
    /*  airbag type*/
    #airbagType_box .box_types{
        grid-template-columns: auto auto ;
    }
    #airbagType_box .steps{
        padding: 25px;
    }
    /*    upload*/
    #upload_box .label_file span {
        font-size: var(--fontform);
    }
    #upload_box .footer_link{
        line-height: 30px;
    }
}

@media screen and (max-width:500px){
    .form{
        width: 100%;
    }
    .discription_order, .discription_recent{
        width: 100%;
    }
    .swiper_box .swiper-slide > div{
        padding: 0;
        padding-top: 30px;
    }
    .text_slider{
        margin: 0;
        align-items:center;
        width: 100%;
    }
    .main_box .box{
        flex-direction: column;
    }
    /*    login*/
    .main_box_login, .main_box_register{
        padding: 20px;
    }
    .left_box, #register_box .left_box{
        padding: 45px 0;
    }
    /*    upload*/
    #upload_box .upload_box{
        padding: 50px 40px;
    }
    /*    dashboard*/
    #dashboard_box .username{
        height: auto;
        width: min-content;
        padding-bottom: 15px;

    }
    /*    checkout*/
    #checkout_box .checkout{
        /*padding: 40px;*/
    }
    /*    checkout2*/
    .main_box_checkout2{
        padding: 30px;
    }
    #checkout2_box .box_inps, #checkout2_box .box2, #checkout2_box .box3{
        flex-direction: column;
    }
    #checkout2_box .box_inps input{
        width: 100%;
        margin-bottom: 10px;
    }
    #checkout2_box .card_name, #checkout2_box .card_cvc, #checkout2_box .month, #checkout2_box .year{
        width: 100%;
    }
    /*airbag type*/
    #airbagType_box .parent_search_box{
        flex-direction: column;
    }
    #airbagType_box .search_box{
        width: 100%;
        margin-top: 20px;
    }
    /*    callback*/
    #callback_box .exampale_plan{
        padding: 40px;
    }
    /*    pricing*/
    #pricing_box .pricing_plan{
        padding: 40px;
    }
}
