﻿.sizevalidation {
    font-size: 12px !important;
    margin-top: 5px;
}

.error_outline {
    border:1px solid red;
}
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader1 {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #076e6c;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}
/*.middle_swap{
    padding:15px 0!important;
}*/
@media (min-width: 768px) and (max-width: 1023px) {
    .middle_swap {
    display:flex;
    justify-content: center;
    align-items: center;
    }
}
.fareRulesDiv{
    font-size:13px!important;
    line-height:1.3!important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.loading {
    overflow: hidden;
}

@media (min-width: 332px) and (max-width: 479px) {
    .travel_guard h3 {
        position: relative;
        font-size: 18px;
        padding-bottom: 25px;
    }
    .txt_travelinsurence {
        position: absolute;
        left: 8px;
        top: 34px;
    }
}
@media (min-width: 250px) and (max-width: 332px) {
    .travel_guard h3 {
        position: relative;
        font-size: 14px;
        padding-bottom: 25px;
    }

    .txt_travelinsurence {
        position: absolute;
        left: 10px;
        top: 34px;
    }
}

@media (min-width: 248px) and (max-width: 254px) {
    .travel_guard h3 {
        position: relative;
        font-size: 14px;
        padding-bottom: 25px;
    }

    .txt_travelinsurence {
        position: absolute;
        left: 10px;
        top: 34px;
    }
    .travel_guard h3 img {
        width: 48px;
        margin: 0px 0 0 0;
    }
}



/*
Promo CSS*/
.promo_section {
    width: 100%;
}

.mob-promo {
    width: 150px;
    left: auto;
    right: auto;
    border-radius: 20px;
    border-left: 0
}





/* Trigger */
.promo-trigger {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background: #fff7e6;
    border: 1px solid #f60;
    border-radius: 6px;
    margin: 10px;
}

/* Banner */
.promo-banner {
    background: #043b40;
    color: white;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.3);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.promo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.close-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.promo-content {
    margin-top: 15px;
    text-align: center;
}

.promo-subtitle {
    font-size: 16px;
    margin-bottom: 5px;
}

.promo-highlight {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promo-email {
    width: 90%;
    max-width: 400px;
    padding: 12px;
    margin-bottom: 10px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
}

.get-code-btn {
    background: #f60;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 90%;
    max-width: 400px;
}

.promo-terms {
    font-size: 12px;
    color: #ccc;
    margin-top: 10px;
}

    .promo-terms a {
        color: #ccc;
        text-decoration: underline;
    }

.promo_section img {
    height: auto;
    height: auto;
    width: 100%;
    border-radius: 0;
    margin-left: 7px !important;
    margin-right: 11px !important;
}

.affirm_btn {
    background-color: #1c1c1c;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 2px 11px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s;
}
    .affirm_btn img {
        padding-bottom: 0px;
        height: 38px;
    }
.affirm_btn span{
    font-size:20px;
}