@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
    background: #f2f2f2;
    font-family: "Montserrat", sans-serif;
}

* {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
    --hue: 223;
    --bg: hsl(var(--hue),10%,90%);
    --fg: hsl(var(--hue),10%,10%);
    --primary: hsl(var(--hue),90%,55%);
    --trans-dur: 0.3s;
}

.modal-content{
    border-radius: 10px;
}

.event_img img{
    max-width: 400px;
}

.error{
    color: red;
    font-size: 12px;
    }

.bold{
    font-weight: bold;
}

.preloader {
    text-align: center;
    max-width: 20em;
    width: 100%;
    color: #fff;
}
.preloader__text {
    position: relative;
    height: 1.5em;
}
.preloader__msg {
    animation: msg 0.3s 13.7s linear forwards;
    position: absolute;
    width: 100%;
}
.preloader__msg--last {
    animation-direction: reverse;
    animation-delay: 14s;
    visibility: hidden;
}
.cart {
    display: block;
    margin: 0 auto 1.5em auto;
    width: 8em;
    height: 8em;
}
.cart__lines,
.cart__top,
.cart__wheel1,
.cart__wheel2,
.cart__wheel-stroke {
    animation: cartLines 2s ease-in-out infinite;
}
.cart__lines {
    stroke: var(--primary);
}
.cart__top {
    animation-name: cartTop;
}
.cart__wheel1 {
    animation-name: cartWheel1;
    transform: rotate(-0.25turn);
    transform-origin: 43px 111px;
}
.cart__wheel2 {
    animation-name: cartWheel2;
    transform: rotate(0.25turn);
    transform-origin: 102px 111px;
}
.cart__wheel-stroke {
    animation-name: cartWheelStroke
}
.cart__track {
    stroke: hsla(var(--hue),10%,10%,0.1);
    transition: stroke var(--trans-dur);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue),10%,10%);
        --fg: hsl(var(--hue),10%,90%);
    }
    .cart__track {
        stroke: hsla(var(--hue),10%,90%,0.1);
    }
}

/* Animations */
@keyframes msg {
    from {
        opacity: 1;
        visibility: visible;
    }
    99.9% {
        opacity: 0;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes cartLines {
    from,
    to {
        opacity: 0;
    }
    8%,
    92% {
        opacity: 1;
    }
}
@keyframes cartTop {
    from {
        stroke-dashoffset: -338;
    }
    50% {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 338;
    }
}
@keyframes cartWheel1 {
    from {
        transform: rotate(-0.25turn);
    }
    to {
        transform: rotate(2.75turn);
    }
}
@keyframes cartWheel2 {
    from {
        transform: rotate(0.25turn);
    }
    to {
        transform: rotate(3.25turn);
    }
}
@keyframes cartWheelStroke {
    from,
    to {
        stroke-dashoffset: 81.68;
    }
    50% {
        stroke-dashoffset: 40.84;
    }
}

.timer-container-2 {
    text-align: right; /* Alinea el contenido a la derecha */
}


.loadingScreen {
    position: fixed; /* Posición fija para cubrir toda la pantalla */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75); /* Fondo negro semitransparente para el efecto difuminado */
    display: flex;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
    z-index: 1000; /* Asegurarse de que esté por encima de otros contenidos */
}

.loadingText {
    color: white; /* Texto blanco para contraste */
    font-size: 24px; /* Tamaño del texto */
    /* Aquí puedes añadir más estilos para el texto, como una animación de carga, si lo deseas */
}


#main_bg_checkout {
    background-image: url("https://s5.cdn-boletu.com/web/img/header-pago.png");
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* height:220px; */
}

.position-relative {
    position: relative;
}

.icon-container {
    position: absolute;
    right: 10px; /* Ajusta la distancia desde la derecha */
    top: 50%; /* Centra verticalmente */
    transform: translateY(-50%); /* Asegura que el centro del icono esté exactamente en el medio verticalmente */
    /* Agrega estilos adicionales para tu icono aquí */
}

#checkout_body{
    padding: 45px 0;
}
.checkout_left{
    padding-right: 10px;
}
.checkout_right{
    padding-left: 10px;
}
.checkout_banner_text{
    color: #FFF;

font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 30px */
}
.checkout_banner_right{
    display: flex;
    justify-content: end;
}
.banner_left{
    display: flex;
    align-items: center;
    color: #FFF;

font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 36px */
padding-right: 20px;
}
.banner_btn button{
    width: 180.486px;
height: 55.865px;
flex-shrink: 0;
    border-radius: 107.432px;
border: 1.074px solid rgba(0, 117, 239, 0.30);
background: #FFF;
box-shadow: 0px 0px 53.716px 21.486px rgba(0, 117, 239, 0.05);
color: #0075EF;
font-family: Montserrat;
font-size: 25.784px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 38.676px */
}
.banner_btn button span{
/*margin-left:18px;*/
}
.banner_bottom{
    color: #FFF;

font-family: Montserrat;
font-size: 16.301px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24.452px */
text-align: end;
margin-top: 4px;
}
.Protege_div{
    border-radius: 28.75px;
border: 2px solid rgba(0, 117, 239, 0.30);

background: #FFF;
}
.Protege_div .top{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 2px solid rgba(0, 117, 239, 0.30);
}
.Protege_div .top .first{
    color: #000;

font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 24.665px */
align-self: center;
}
/* .Protege_div .top span{
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
} */
.prot_btn button{
    width: 96.425px;
    height: 45px;
    border-radius: 14px;
    background: #071A7F;
    color: #FFF;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.37px;
border: none;
}
.prot_body{
    padding: 0px 20px;
    padding-bottom: 25px;
}
.prot_box{
    display: flex;
    border-radius: 28.75px;
    border: 1.106px solid rgba(0, 117, 239, 0.30);
    background: #F2F4F8;
    padding: 15px;
    margin-top: 12px;
}
.prot_box .icon_box{
    display: flex;
    align-items: center;
    padding-left: 8px;
}
.prot_box .icon_box input{
    height: 25px;
    width: 25px;
}
.prot_box .text_box{
      padding: 0px 20px;
      color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.prot_box .text_box span{
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 17.042px */
}

.form-floating label{
    font-size: 14px;
}


.Metodo_div{
    border-radius: 28.75px;
border: 2px solid rgba(0, 117, 239, 0.30);
margin-top: 25px;
background: #FFF;
}
.Metodo_div .top{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 2px solid rgba(0, 117, 239, 0.30);
}
.Metodo_div .top .first{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24.665px */
}
.Metodo_box{
    display: flex;
    justify-content: space-between;
    /* padding: 15px; */
    padding-top: 18px;
}
.Metodo_box .meto_left{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24.665px */
    align-self: center;
}
.Metodo_box .meto_right input{
width: 25px;
height: 25px;
}
.meto_body{
    padding: 0px 20px;
    padding-bottom:15px;
}
/* payment */

.payment_div{
    border-radius: 28.75px;
border: 2px solid rgba(0, 117, 239, 0.30);
margin-top: 25px;
background: #FFF;
}
.payment_div .top{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 2px solid rgba(0, 117, 239, 0.30);
}
.payment_div .top .first{
    color: #1A1A1A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 22.115px */
}
.payment_div .top span{
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.payment_body{
    padding: 0px 20px;
    padding-bottom: 25px;
}
.atras_bt button{
    color: #1A1A1A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    height: 45px;
    width: 100%;
    border-radius: 14px;
    border: 1.106px solid #1A1A1A;
    transition: 0.3s;
    background: #FFF;
}
.atras_bt button:hover {
    background-color: #071A7F;
    color: white;
 }
.proceder_btn button{
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    border-radius: 14px;
    background: #071A7F;
    border: none;
    height: 45px;
    width: 100%;
    border: 0.5px solid #071A7F;
}
.proceder_btn button:hover{
    color: #071A7F;
   background: transparent;
   border: 0.5px solid #071A7F;
}
.form-floating input{
    border-radius: 14px;
    border: 1.106px solid #484B51;
background: #FFF;
box-shadow: none;
margin-top: 20px;
}
.form-floating input:focus{
    border-radius: 14px;
border: 2.5px solid #007DFF;
background: #FFF;
box-shadow: none;
}
.checkout_left_bottom{
    padding: 15px 0;
}
.checkout_left_bottom_text1{
    color: #000;

text-align: center;
font-family: Montserrat;
font-size: 14.221px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 166.448% */
}
.checkout_left_bottom_text1 span{
    color: #000;
    font-family: Montserrat;
    font-size: 16.221px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}
.checkout_left_bottom_text2{
    color: #000;

text-align: center;
font-family: Montserrat;
font-size: 14.221px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 166.448% */
}
.checkout_left_bottom_text2 span{

    color: #0156FA;
    font-family: Montserrat;
    font-size: 16.221px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    text-decoration-line: underline;
}

/*checkout right  */
.checkout_card_heading{
    color: #1A1A1A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
}
.image_part img{
    width: 100%;
    height: 160px;
}
.checkout_img_part .image_part{
    border-radius: 26px;
    overflow: hidden;
}
.card-top{
    padding-top: 15px;
}
.checkout_img_part{
    display: flex;
}
.img_textarea .card_right_text{
    color: #1A1A1A;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 135%; /* 21.6px */
padding-bottom: 20px;

}
.checkout_img_part .img_location{
    color: #484B51;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.checkout_img_part .img_time{
    color: #484B51;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 6px;
}
.card_right_data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}
.checkout_card_body{
    padding-top: 40px;
}
.checkout_card_body .body_heading{
    color: #1A1A1A;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28.401px */
}
.body_box{
    display: flex;
    justify-content: space-between;
}
.body_box .body_flex_text1 .up{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 23.244px */
}
.body_box .body_flex_text2 .up{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}
.body_box .body_flex_text1 .down{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    padding-top: 3px;
}
.body_box .body_flex_text2 .down{
padding-top: 3px;
}
.body_box span{
    color: #000;
    font-family: Montserrat;
    font-size: 17.218px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}
.checkout_price{
    margin-top: 25px;
}
.price_box{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}
.price_box .price_text{
    color: #1A1A1A;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.34px;
}
.price_box .price_value{
    color: #1A1A1A;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.34px;
    text-align: end;
}
.price_box .price_value_total{
    color: #0075EF;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
}
.blue_warning{
    border-radius: 20px;
background: #0075EF;
padding: 15px 25px;
margin:30px 0;
}
.blue_div_text{
    color: #FFF;

font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 135%; /* 21.6px */
}
.blue_text_top{
    display: flex;
    justify-content: space-between;
}
.blue_bottom{
    color: #FFF;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 135%; /* 18.9px */
margin-top: 8px;
width: 97%;
}



.email_input_aplicar {
    position: relative;
    padding-bottom: 20px;
}
.email_input_aplicar input {
    border-radius: 14px;
    border: 1.326px solid #484B51;
    background: #1f1f1f;
    height: 60px;
    width: 100%;
    padding-left: 40px;
}
.email_input_aplicar input,
.search :focus {
    outline: none;
}
.btn_box button::first-letter {
    text-transform: capitalize;
}
.btn_box button{
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.371px;
    width: 145px;
    height: 45px;
    border-radius: 14px;
    background: #071A7F;
    border: none;
    border: 0.5px solid #071A7F;
    transition: 0.3s;
}
.btn_box button:hover{
    background-color: transparent;
    color: #071A7F;
    border: 0.5px solid #071A7F;
}
.goicon_aplicar {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 9;
}
.acc_flex{
    display: flex!important;
    justify-content: space-between;
}
.accordian_right{
    padding-right: 35px;
}
.accordion-button-accord:not(.collapsed)::after{
    margin-top: -21px!important;
}
.accordion-button-accord::after{
    margin-top: -21px!important;
}
.accordian_left,.accordian_right{
    font-weight: 600;
}
/* checkout */
.check_top{
    display: flex;
    /* padding: 40px; */
}
.check_left img{
    width: 80%;
    height: auto;
}
.check_right {
display: flex;
align-items: center;
font-size: 28px;
font-weight: 700;
}
.check_right3 {
display: flex;
align-items: center;
font-size: 23px;
font-weight: 700;
}
.checkout1_div{
    background-color: white;
    border-radius: 25px;
    padding: 30px 40px;
    margin-top: 110px;
    max-width: 500px;
    margin-inline: auto;
    margin-bottom: 70px;
}
.bot-left button{
    background-color:#071A7F;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 14px;
    border: none;
    color: white;
    font-weight: 500;
}

.bot-left button:hover{
    background-color:#07064B;
}

.bot-right button{
    border-radius: 14px;
    background: #071A7F;
    color: #fff;
    height: 45px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.37px;
    border: none;
    border: 0.5px solid #1e33a0;
    transition: 0.3s;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.bot-right button:hover{
background-color: #07064B;
}

.bot_btn{
    display: flex;
margin-top: 25px;
}
.left_check_data{
font-size: 15px;
font-weight: 700;
padding-right:10px;
text-align: end;
margin-top: 7px;
}
.right_check_data{
font-size: 14px;
font-weight: 500;
padding-left: 10px;
justify-content: left;
margin-top: 7px;
}
.check_data{
    display: flex;
    justify-content: center;
}
 
.bot-left .tickets_mail .text_2{
    text-align: end;
    font-weight: 700;
    font-size: 13px;
}
.bot-left .tickets_mail .text_1{

    font-size: 13px;
}
.blue_custom{
    padding: 15px 20px;
    background-color:#071A7F;
    border-radius: 25px;
    margin-top: 15px;
    height: 205px;
}
.blue_heading{
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.blue_para{
    color: white;
    font-weight: 500;
    font-size: 14px;
}

/* Media Queries */
@media only screen and (max-width: 1366px) {
    .right_check_data {
        font-size: 14px;
    }
  
   
    .card_right_data {
        padding: 15px;
    }
    .payment_body {
        padding: 0px 12px;
        padding-bottom: 25px;
    }
    .checkout_img_part .img_time{
        font-size: 11px;
    }
    .payment_div .top .first {
        font-size: 16px;
    }
    .Protege_div .top .first {
        font-size: 14px;
        display: flex;
        align-items: center;
        align-self: center;
    }
        .Metodo_div .top .first {
            font-size: 16px;
        }
        .checkout_left_bottom_text2 {
            font-size: 13.221px;
        }
        .checkout_left_bottom_text1 {
            font-size: 13.221px;
    
        }
        .checkout_left_bottom_text1 span {
            font-size: 13.221px;
        }
        .checkout_left_bottom_text2 a{
            font-size: 12px;
        }
        .prot_btn button {
            width: 87.425px;
        }
        .body_box .body_flex_text1 .up {
            font-size: 15.2px;
        }
        .body_box .body_flex_text2 .up{
            font-size: 15.2px;
        }
        .body_box span {
            font-size: 15.218px;
        }
        .body_box .body_flex_text1 .down{
            font-size: 15px;
        }
        .price_box .price_text{
            font-size: 14px;
        }
        .price_box .price_value{
            font-size: 14px;
        }
        .check_right3 {
            font-size:20px;
            }
}

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

    .checkout_banner_right{
    justify-content: center;
    margin-top: 20px;
    }
    .banner_bottom{
        text-align: center;
        margin-top: 10px;
    }
    .payment_div {
        padding-bottom: 20px;
    }
    .checkout_left {
        padding-right: 0px;
    }
    .checkout_right {
        padding-left: 0px;
    }
}
@media only screen and (max-width:600px) {
    .tickets_mail{
        text-align: center;
        margin-bottom: 15px;
    }
    .bot-right{
        text-align: center;
    }
    .check_right3 {
        font-size: 18px;
        }
    .check_right {
        font-size: 20px;
    }
    .left_check_data {
        font-size: 13px;
    }
    .right_check_data {
        font-size: 12px;
    }
    .checkout1_div {
        padding: 30px 20px;
        margin-top:30px;
        margin-bottom:30px;
    }
  
    .check_left img {
        width: 65%;
        height: auto;
    }
    
.banner_left{
    justify-content: center;
}
.checkout_banner_right{
    display: block;
   text-align: center;
}
.checkout_banner_right{
    margin-top: 10px;
}
.banner_btn{
    margin-top: 10px;
}
.checkout_banner_text{
    font-size: 25px;
}
.banner_left{
    font-size: 20px;
}
.Protege_div .top{
    display: block;
    text-align: center;
}
.prot_btn{
    margin-top: 10px;
}
.Metodo_box .meto_left{
    font-size: 17px;
}

.Metodo_box .meto_right input {
    width: 21px;
    height: 21px;
}
.payment_div .top{
    display: block;
    text-align: center;
}
.payment_div .top .first{
    font-size: 16px;
}

.checkout_left_bottom_text1 {

    font-size: 16.221px;

}
.checkout_img_part {
    display: block;
}
.checkout_card_body{
    padding-top: 12px;
}
.body_box .body_flex_text1 .up {
  
    font-size: 12.218px;
  
}
.body_box .body_flex_text1 .down{
    font-size: 11px;
}
.body_box .body_flex_text2 .up {
    font-size: 11.218px;
 
}
.body_box .body_flex_text2 .down {
    font-size: 11.218px;
 
}
.body_box span {
    font-size: 10.218px;
}
.card_right_data{
    padding: 15px;
}
.price_box .price_text{
    font-size: 12px;
}
.price_box .price_value{
    font-size: 12px;
}
.price_box{
    margin-top: 8px;
}

.blue_div_text {
    font-size: 13px;
}
.blue_div_icon img{
    width: 15px;
    height: 15px;
}
.blue_bottom {
    font-size: 12px;
    width: 100%;
}

.btn_box button {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.371px;
    width: 86px;
    height: 45px;
    border-radius: 14px;
    background: #071A7F;
    border: none;
   
}
.email_input_aplicar input{
    height: 58px;
}
.goicon_aplicar {
    position: absolute;
    top: 8px;
    right: 8px;
}
.email_input_aplicar{
    padding-bottom: 0;
}
}



/* progress */

/* #clock_wrapper {
    position: absolute;
    top: 1em;
    left: 2em;
} */

#clock {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
}

/* #timer {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 800%;
    text-align: center;
    width: 300px;
    z-index: 2;
    padding-top: 25%;
    color: #000;
    transition: opacity 350ms linear 0s;
    -webkit-transition: opacity 350ms linear 0s;
} */

.half_opacity {
    opacity:0.5;
}

/* timer */
.coundown{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.timer-container {
    position: relative;
    width: 100%;
    height:5px;
    /* border: 1px solid #ccc; */
    overflow: hidden;
    background-color: #4957f4;

}

.left-bar,
.right-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    transition: width linear 1s, background-color linear 1s;
}

.left-bar {
    left: 0;
    background-color: white!important;
}

.right-bar {
    right: 0;
    background-color: white!important;
}

.timer1 {
    color: #4957f4;
    font-size: 35px;
}
.timer2 {
    color: #4957f4;
    font-size: 20px;
}

.separate-bar {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: transparent;
    transition: height linear 1s;
}
.timer_fix{
    position: fixed;
    width: 37.5%;
    /* left: 0;
    right: 0; */
    top: 10%;
    margin: auto;
    background-color: white;
    z-index: 99999;
}
@media only screen and (max-width:1366px) {
    .timer_fix {
        position: fixed;
        width: 40%;
        top: 22%;
    }

}
@media only screen and (max-width: 768px)
{
    .timer_fix {
        position: fixed;
        width: 91%;
        top: 24%;
        margin: auto;
        background-color: white;
        z-index: 99999;
        left: 0;
        right: 0;
    }
    .timer_inner {
        padding: 10px 8px;
        /* padding-top:8px; */

    }
}
@media only screen and (max-width: 600px)
{
    .review_heading h1 {
        font-size: 28px;
    }
    .timer_inner {
        display: flex;
        justify-content: space-evenly;
        padding: 0 8px;
        padding-top:8px;

    }
    .price{
        margin-top: 15px;
    }
    .price p ,.price h5{
        text-align: center;
    }
    .summary h5{
        font-size: 15px;
    }
    .all_bot .one{
        font-size: 14px;
    }
    .bottom_btn button {
        width: 90%;
        height: 53px;
    }
    .timer_fix{
        position: fixed;
        width:95%!important;
        /* left: 0;
        right: 0; */
        top: 20%!important;
        margin: auto;
        background-color: white;
        z-index: 99999;
    }
}
@media only screen and (max-width:768px) {

    .refresh{
        width: 100%;
        margin: auto;
    }
}
.form-floating ul li{
    cursor: pointer;
}