header{
    width: 100%;
    height: 56px;
    padding: 15px 0;
    z-index: 99999;
    position: fixed;
    left: 0;
}

body{
    background: #F2F4F6;
}
header.scrolled{
    background-color: rgba(51, 51, 51, 1);
}
header.success{
    background-color: rgba(51, 51, 51, 1);
}

.footer-background{
    background: #F2F4F6;
    /* background-image: url('../images/bg-footer.png');
    background-repeat: no-repeat; */
    background-position: bottom center;
    box-shadow:inset 0 0 0 2000px rgba(242, 244, 246, .6);
    min-height: 50vh;
    background-size: cover;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: -2;
}

.full-height{
    height: calc(100vh - 136px);
    min-height: 850px; 
}


.full-height .cart-summary-wrapper{
    height: calc(100vh - 103px);
    /* width: 415px; */
    
}


.full-height .cart-summary-wrapper .cart-summary{
    padding-bottom:30px;
}

@media screen and (min-width: 1270px) {
    .full-height .cart-summary-wrapper{
        /* width: 100%;
        max-width: 415px; */
    }
    
}


@media screen and (max-width: 850px) {
    .full-height{
        height: auto;
        min-height: 550px;
    
    }
    
}

.cart-summary-wrapper-mob{
    padding: 0rem 1rem;
    background: #FFFFFF;
    /* box-shadow: 0px 16px 24px 4px #e2e2e2; */
    border-radius: 0px;
    border: 2px solid #ffffff;
    position: relative;
    font-size: 14px;
}


.section-wrapper{
    overflow: visible;
}

.hide{
    display: none;
}

header .navbar{
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar-brand img.logo-img {
    width: 120px;
    height: 100%;
}

.form-label{
    margin-bottom: 0;
}

.notification-wrapper{
    padding: 16px;
}

.masthead-wrapper{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
    /* box-shadow:inset 0 0 0 2000px rgba(51, 51, 51, .75); */
}


.masthead-wrapper h1{
    font-style: normal;
    font-weight: 700;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;  
}

.masthead-wrapper .description{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    .masthead-wrapper h1{
        font-size: 34px;
        line-height: 45px;
    }
    
    .masthead-wrapper .description{
        font-size: 18px;
    }
    .masthead-wrapper {
        background-position: top 0 bottom 0 right -86px left 0;
    }
}

.trigger-stepper.disabled{
    cursor: default;
}


.trigger-stepper.disabled .stepper:hover{
    color: #FFFFFF;
    background: #E2E2E2;
}


.stepper-mob{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #202834;
    padding: 14px;
}

.stepper-mob-item{
    display: none;
}

.stepper-mob-item.active{
    display: block;
}



.stepper-wrapper{
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.07), 0px 3px 14px 3px rgba(0, 0, 0, 0.06);
}
.stepper-wrapper.scrolled{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 56px;
    background: #FFFFFF;
    box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.07), 0px 3px 14px 3px rgba(0, 0, 0, 0.06);
    z-index: 99999;
}

.stepper-wrapper .stepper-container{
    height: 50px;
}
.stepper-wrapper .stepper-container ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
    width: 100%;
}

.stepper-wrapper .stepper-container ul li{
    display: inline-block;
    position: relative;
}

.stepper-wrapper .stepper-container ul li:not(:last-child) {

}

.stepper-wrapper .stepper-container ul li.divider{
   width: 8%;
}
.stepper-wrapper .stepper-container ul li .bar{
    content: '';
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    position: absolute;
    /* top: 14px;
    left: 110%; */
}

.stepper-wrapper .stepper-container ul li a{
    color: #A6A9AE;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;    
    min-width: 170px;
}

.stepper-wrapper .stepper-container ul li a.active{
    color: #202834;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;    
}
.stepper-wrapper .stepper-container ul li a.active .stepper{
    background: #FF7600;
    color: #FFFFFF;
    text-decoration: none; 
}

.stepper{
    margin-right: 16px;
}

.mb-8{
    margin-bottom: 8px ;
}
.mt-8{
    margin-top: 8px ;
}


.mb-16{
    margin-bottom: 16px ;
}
.mt-16{
    margin-top: 16px ;
}

.mb-24{
    margin-bottom: 24px ;
}
.mt-24{
    margin-top: 24px ;
}

.mb-32{
    margin-bottom: 32px ;
}
.mt-32{
    margin-top: 32px ;
}

.mb-40{
    margin-bottom: 40px ;
}
.mt-40{
    margin-top: 40px ;
}

.pr-18{
    padding-right: 18px;
}

.pt-25{
    padding-top: 25px;
}


.travel-policy-wrapper .subtitle-1{
    /* margin-bottom: 24px; */
}

.tooltip-icon{
    margin-left: 8px;
}
.tooltip-icon.has-tooltip .tip-top{
    width: 260px;
    margin-left:-138px;
    left: 100%;
    cursor: pointer;
}

/* .tooltip-icon.has-tooltip .tip-top{
    left: 100%;
} */



.tooltip-icon.has-tooltip:hover  .tip-top{
    opacity: 1;
    visibility: visible;
    text-align: left;
}

.selection-wrapper{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 8px;
}

.selection-wrapper li.selection-btn{
    display: inline-block;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    color: #202834;
    background-color: #F7F7F7;
    border-color: #E2E2E2;
    padding: 6px 12px;
    border-radius: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; 
    margin-right: 16px;
    margin-bottom: 5px;
    cursor: pointer;
}

.selection-wrapper li.selection-btn.iconType {
    border-radius: 10px;
    text-align: center;
    height: 64px;
    width: 64px;
    padding-left: 0px;
    padding-right: 0px;
}

.selection-wrapper li.selection-btn:last-child{
    margin-right: 0px;   
}
.selection-wrapper li.selection-btn:hover {
    background: #FFE8DD;
    color: #202834;
}

.selection-wrapper li.selection-btn.active{
    background: #FF7600;
    color: #FFFFFF;
}

.select-wrapper .dropdown-menu .dropdown-item-search,
.select-wrapper .dropdown-menu .dropdown-item-search:focus, 
.select-wrapper .dropdown-menu .dropdown-item-search:hover{
    color: #202834;
    background-color: #ffffff;
    font-size: 14px;
    padding: 8px 16px;
}

.dropdown-menu .dropdown-item label p{
    white-space: pre-wrap;
}


.dropdown-menu .dropdown-item label .price{
    position: absolute;
    right: 0;
}

.c_dropdown-div .price{
    position: absolute;
    right: 50px;
}

.table-plan-selection .th-2col .counter-field-wrapper{
    padding: 2px 10px;
    align-items: center;
}
.table-plan-selection .th-2col .counter-field-wrapper a{
    display: contents;
}

.table-plan-selection td, .table-plan-selection th{
    padding: 16px;
}




.travellers-accordion .accordion-item:not(:first-of-type){
    border: 1px solid rgba(0,0,0,.125);
}

.travellers-accordion .accordion-item{
    margin-bottom: 24px ;
    border: 1px solid #E2E2E2;
    border-radius: 16px;
}
.travellers-accordion .accordion-item .accordion-button{
    border-radius: 16px;
    border: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 16px;
    border: 0;
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
    color: #212529;
    width:100%;
    height:100%;
    overflow-wrap: break-word;
}

.modal{
    z-index: 99999;
}

@media (max-width: 764px) {
    .modal {
        padding-left: 0 !important;
    }
    .modal .pop-up-card{
        box-shadow: none;
    }
}
@media (min-width: 764px) {
    .modal .pop-up-card{
        box-shadow: none;
        width: 764px;
    }
}
.modal .modal-dialog{
    max-width: 764px;
}
.modal .pop-up-card{
    padding: 24px;
}

.custom-bottom-32{
    padding: 24px 24px 32px !important;
}

.modal .full-screen{
    box-shadow: none;
    max-width: 100%;
}

tr td.accordion-header{
    background: #E2E2E2;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

tr.striped td{
    background: #F7F7F7;
}

.modal.fullscreen .pop-up-card{
    box-shadow: none;
    width: calc(100vw - 30px);

}
.modal.fullscreen .modal-dialog{
    max-width: calc(100vw - 30px);

}

.modal.fullscreen .pop-up-card{
    padding: 24px;
}

.modal.fullscreen .pop-up-card .btn-close{
    position: absolute;
    right: 16px;
}

.modal.fullscreen .pop-up-card .modal-table-scroll-wrapper{
    overflow-y: auto;
    overflow-y: auto;
    height: calc(100vh - 200px);
    padding: 0px 10px 50px;
}


.payment-success-wrapper{
    padding-top: 120px;
}
.submit-success-wrapper{
    padding-top: 120px;
}
.custom-highlight-style{
    padding-bottom: 60px;
    margin-top: 16px;
}
.custom-submit-line {
    border: 1px solid blue;
}
.modal-backdrop{
    width: 100%;
    height: 100%;
}

div.dropdown-toggle::after {
    border: 0;
}

.ui-datepicker-year{
    width:90px !important;
    border: 0;
    margin:1px 5px 1px 25px !important;
}

.ui-datepicker-year-no-dropdown{
    width:90px !important;
    border: 0;
    margin:1px 5px 1px 29px !important;
}

.ui-datepicker-month{
    width: 80px !important;
    border: 0;
}

.btn-right-spacer{
    margin-right: 16px;
}


.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/chevron-down.svg);
}
.accordion-button::after {
    background-image: url(../images/icons/chevron-down.svg);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
  }

.accordion-error {
    box-shadow: 0 0 0 0.25rem rgba(254, 6, 6, 0.25);
}
@media screen and (max-width: 850px) {
    .btn-mob-full-width{
        width: 90%;
        display: block;
        margin-bottom: 15px;
        text-align: center;
        display: inline-flex !important;
        margin-left: 38px;
        margin-right: 10px;
    }
    .mob-diplay-flex{
        display: flex;
        align-items: center;
        padding:0 15px;
    }
    .btn-mob-half-width{
        width: 48%;
        display: inline-block;
        margin-bottom: 15px;
        text-align: center;
        margin-left: 1.5%;
    }    
    .mob-cart-summary-wrapper{
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        position: sticky;
        position: -webkit-sticky;
        bottom: 0px;
        height: 80px;
        overflow: hidden;
        background-color: #ffffff;
        padding-bottom: 50px;
        box-shadow: 0px -10px 20px rgb(0 0 0 / 7%);
        z-index: 1100;
    }

    .mob-cart-summary-wrapper.active {
        position: fixed;
        /* bottom: auto;
        top: 115px; */
        height: 500px;
        width: 100%;
    }

    .mob-cart-summary-wrapper .mob-cart-summary-preview{
       padding: 15px 24px 0px 24px;
    }
    .mob-cart-summary-wrapper .link-showhide-cart-summary-preview{
       color: #0084E1 !important;
       font-size: 10px;
       margin-bottom: 10px;
       display: block;
       font-weight: 700;
       letter-spacing: 1px;
       margin-left: -5px;
    }

    .mob-cart-summary-wrapper .link-showhide-cart-summary-preview img{
        padding-left: 5px;
    }


}
@media screen and (min-width: 850px) and (max-width:992px) {
    .btn-mob-full-width{
        width: 90%;
        display: block;
        margin-bottom: 15px;
        text-align: center;
        display: inline-flex !important;
        margin-left: 38px;
        margin-right: 10px;
    }
    .mob-diplay-flex{
        display: flex;
        align-items: center;
        padding:0 15px;
    }
    .btn-mob-half-width{
            width: 48%;
        display: inline-block;
        margin-bottom: 15px;
        text-align: center;
        margin-left: 1.5%;
    }    
    .mob-cart-summary-wrapper{
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        position: fixed;
        bottom: 0px;
        height: 80px;
        width: 100%;
        overflow: hidden;
        background-color: #ffffff;
        padding-bottom: 50px;
        box-shadow: 0px -10px 20px rgb(0 0 0 / 7%);
        z-index: 1100;
    }

    .mob-cart-summary-wrapper.active {
        position: fixed;
        /* bottom: auto;
        top: 115px; */
        height: 500px;
        width: 100%;
    }

    .mob-cart-summary-wrapper .mob-cart-summary-preview{
       padding: 15px 24px 0px 24px;
    }
    .mob-cart-summary-wrapper .link-showhide-cart-summary-preview{
       color: #0084E1 !important;
       font-size: 10px;
       margin-bottom: 10px;
       display: block;
       font-weight: 700;
       letter-spacing: 1px;
       margin-left: -5px;
    }

    .mob-cart-summary-wrapper .link-showhide-cart-summary-preview img{
        padding-left: 5px;
    }
    .mob-btns-next-step{
        position: fixed !important;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin-bottom: 0px !important;
        padding: bottom 0px !important;
        width: 100%;
       z-index: 1050;
    }
    .section-wrapper{
        overflow: visible;
        margin-bottom: 15rem;
    }

}
@media screen and (max-width: 600px) {
    
    .btn-right-spacer{
        margin-right: auto;
    }

    .table-plan-selection td small {
        line-height: 14px;
    }

    .btn-mob-full-width{
        width: 94%;
        display: block;
        margin-bottom: 15px;
        text-align: center;
        display: inline-flex !important;
        margin-left: 11px;
        margin-right: 10px;
    }


    .modal.fullscreen .pop-up-card{
        box-shadow: none;
        width: auto;
    
    }
    .modal.fullscreen .modal-dialog{
        max-width:100%;
    
    }

    .table-plan-selection.mob .plan-item-header .plan-name{
        font-size: 18px;
    }

    
    .notification-wrapper{
        height: 250px;
        overflow: hidden;  
    }
    .notification-wrapper.active{
        height: auto;
        overflow:auto;  
    }
    .notification-view-all-wrapper{
        position: sticky;
        bottom: -16px;
        background: #FFFFFF;
        width: 100%;
        text-align: center;
        height: 53px;
        padding: 10px;
        background: linear-gradient(0deg, white, rgba(255,255,255,0.8));
    }
    .notification-view-all-wrapper .trigger-view-all{
        color: #202834;
        font-size: 14px;
        font-weight: 700;
    }

    .notification-wrapper.active .notification-view-all-wrapper{
        display: none;
    }
    .btn--default[disabled],
    .btn--dark[disabled]{
       opacity: 1;
    }

}

@media screen and (max-width: 430px) {
    header {
        font-size: 0.6rem;
        line-height: 16px;
    }

    .tooltip-icon.has-tooltip-building .tip-top{
        width: 212px;
        margin-left:-114px;
        left: 100%;
        cursor: pointer;
    }
}

@media screen and (max-width: 400px) {
    .tooltip-icon.has-tooltip-building .tip-top{
        width: 130px;
        margin-left:-73px;
        left: 100%;
        cursor: pointer;
    }
}

@media screen and (max-width: 345px) {
    .tooltip-icon.has-tooltip-building .tip-top{
        width: 100px;
        margin-left:-58px;
        left: 100%;
        cursor: pointer;
    }
}

.tooltip-icon.has-tooltip-building:hover  .tip-top{
    opacity: 1;
    visibility: visible;
    text-align: left;
}

@media screen and (max-width: 359px) {
    header {
        font-size: 0.4rem;
        line-height: 16px;
    }
}

@media screen and (max-width: 320px) {
    .navbar-brand img.logo-img {
        width: 65px;
        height: 100%;
    }
    header {
        font-size: 8px;
        line-height: 16px;
    }
    
}
.stepper-wrapper .nav {
    padding-right: 0;
    width: 100%;
}

.stepper-wrapper .nav .nav-item{
    display: flex;
    justify-content: space-between;
    width: 100%;
 }
 .stepper-wrapper .nav .nav-item .laststep-link.hide{
    display: none;
 }

.stepper-wrapper .nav .nav-item .nav-link{
   display:none;
    font-size: 14px;
    letter-spacing: 0.2px;
    color:#202834;
}

.stepper-wrapper .nav .nav-item .nav-link.active{
    display: block;
    background:transparent;
}
.mob-btns-next-step{
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
    /* height: 90px; */
    overflow: hidden;
    padding-bottom: 15px;
    /* padding-top: 20px; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    /* margin-top: 50px; */
   z-index: 1050;
}


.reviews-details .mobpad{
    padding:0 10px;
}
@media screen and (min-width: 760px) {
    .table-plan-selection.mob .th-2col .counter-field-wrapper i{
        width: 25px;
      
    }
}

/* .form-label-big{
    font-size: small;
} */

.btn-check:focus+.btn, .btn:focus{
    box-shadow: none !important;
}
/* 
 .btn--default:focus {
  outline: none !important;
  -webkit-appearance: "";
  box-shadow: none !important;
  color: #202834;
  background-color: #FFE8DD;
  border-color: #FFE8DD;
}  */

.icon-help-modal{
    width: 2.5rem;
    padding-right: 1rem;
    height: auto;

}

.accordion-item:not(:first-of-type){
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.br {
    display: block;
    margin-bottom: 8px;
}

.find-chassis-number-label {
    font-size:16px;
    margin-top:30px;
}

.retrieve-myinfo-img:hover{
    cursor: pointer;
}

/*START- tactical banner info*/
.covid-advisory, .promo-banner {
    margin: 20px 0 auto;
    width: 100%;
    border: 1px solid #FFBE4D;
    border-radius: 8px;
    padding: 20px 30px;
    background-color: #FFFFFF;
}

.close-btn {
    float: right;
    cursor: pointer;
    height: 18px;
    /* padding: 0 0; */
    margin: -15px -22px;
}

#banner-content {
    font-family: 'Mulish', 'Noto Sans SC', sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 10px;
}

.content-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #FF7600;
}

.content-body {
    font-size: 18px;
    line-height: 15px;
    color: #797E85;
}
/*END- tactical banner info*/

.hide-button {
    display: none;
}

.bundle-current-price {
    font-family: Mulish;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.1px;
}

.bundle-before-discount-price {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.container-padding-16{
    padding: 0px 16px;
}

.between-sections-32{
    margin-bottom: 32px;
}


.notification-ellipsis-new {
    color: #202834;
    height: 113px;
    margin-right: 1em;
    line-height: 1.5;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}
.grecaptcha-badge { 
    visibility: hidden;
}

.width-button-auto {
    width: auto !important;
}


.box {
    width: 100%;
    margin-right: 1em;
    height: 113px;
    overflow: hidden;
  }
  
.inside {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-right: 1em;
  }


.shareViaIcon { color: #f05a38; }
.shareViaIcon:hover { border: 0; }
.contentSocial { margin-top: 10px; }
.contentSocial p { display: block; }
.contentSocial a { color: #9a9a9a; border-bottom: 0 none; display: block; float: left; font-size: 25px; text-align: center; margin-right: 20px; }
.contentSocial a:hover { border-bottom: 0 none; }
.contentSocial a:hover .fa-facebook, .contentSocial a:focus .fa-facebook { color: #3b5998; }
.contentSocial a:hover .fa-envelope, .contentSocial a:focus .fa-envelope { color: #faa33d; }
.contentSocial p { margin-bottom: 0; }

@media (min-width:1025px) {
	.shareViaMargin{
		margin-right: 10px;
		display: inline-block;
	}
}

@media only screen and (min-width: 992px) {
	.shareViaMargin{
		margin-right: 10px;
		display: inline-block;
	}
}
/* .content-body b {
    font-weight: bold;
} */

.alignRight {
    text-align: right;
}



.selection-wrapper li.selection-btn.active :-webkit-any(.avatar-checked, .avatar-unchecked){
    background-color: #FFFFFF;
}

.custom-modal-body{

}

@media(max-width:768px){
.custom-modal-body{
max-height:calc(100vh - 400px);
overflow-y: auto
}
}
