.secure-row{ display: flex; align-items: center; justify-content: center; gap:30px; padding:10px 0px;
  color:#54718f; background-color: #E8E8E8;  flex-wrap: wrap;
  margin-top: -3px;


}
.secure-row p{display: flex; align-items: center;gap:10px;  font-weight: 700; text-transform: uppercase;}


.progress {
   margin-bottom: 30px;

   padding-bottom: 45px !important;
 
  background-color: rgb(245, 247, 249);
  padding: 25px 0px;
  z-index: 99;
  width:70%; margin:0 auto;
  }
  .progress .progress-bar {
    flex-wrap: unset!important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: space-evenly;
            align-items: flex-start;
  }

 
  .progress .progress-bar .progress-step span {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    background-color: rgba(74, 74, 74, 0.3803921569);
    color: #ffffff; margin:0 auto;
  }
  .progress .progress-bar .progress-step small {
    font-size: 14.65px;
    font-weight: 500;
    color: rgba(103, 103, 103, 0.3803921569);
  }
  .progress .progress-bar .progress-step.complete span {
    background-color: #2563EB;
    background: url("../images/home/done.svg") no-repeat;
    background-position: center;
    border: 1.5px solid #2563EB;
    margin: 0 auto;
  }
  .progress .progress-bar .progress-step.complete small {
    color: #2563EB;
  }
  .progress .progress-bar .progress-step.active span {
    background-color: #2563EB;
    background-position: center;
    border: 1.5px solid #2563EB;
    margin:0 auto;
  }
  .progress .progress-bar .progress-step.active small {
    color: #2563EB;
  }
  .progress .progress-bar .line { position: relative;
    width: 20%;
   
   
  }
  .progress .progress-bar .line:after{
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    left: -119px;
    width: 267%;
    height: 2px;
    background: rgba(128, 128, 128, 0.3803921569);
  }
  .progress .progress-bar .line.active:after {
    background-color: #2563EB;
    left: -75px;
  width: 267%;
  height: 2px;
  /* background: rgba(128, 128, 128, 0.3803921569); */



  }
  .main-basket-page .basket-detail .basket-title span span.back-span{
    padding: 0;
    margin-left: 5px;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
  }
  .main-basket-page .basket-detail {
    width:66.25%;
  }
  .main-basket-page .basket-detail .basket-title {
    padding-bottom: 25px;
    font-size: 21px;
    font-weight: 600;
    color: #17181C;
  }
  .main-basket-page .basket-detail .basket-title span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #252430;
    padding-top: 5px;
  }
  .main-basket-page .basket-detail .top-row-flex ul li {
    background: #ffffff;
    border-radius: 5px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-basket-page .basket-detail .top-row-flex ul li i {
    width: 20%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 10px 0px 10px 10px;
  }
  .main-basket-page .basket-detail .top-row-flex ul li p {
    font-size: 14.5px;
    color: #434343;
    padding: 10px;
    border-left: 0.5px solid #C8C8C8;
  }
  .main-basket-page .basket-detail .top-row-flex ul li b {
    font-weight: 600;
  }
  .main-basket-page .basket-detail .total-trip {
    width: 100%;
  }
  
  .travel-care {
    padding: 20px 15px;
    background-color: #ffffff;
    margin-top: 15px;
    border-radius: 10px;
  }
  
  .package-box {
    padding: 0px ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; position: relative;
  }
  
  .package-root {
    
   
   /* height: auto; min-height: 500px; max-height: 712px; */
   height: fit-content !important;
    width: 95%;
    position: relative;
    display: grid
;
    grid-template-rows:auto;
    grid-template-columns: 1fr;
    gap: 10px;
    background: #ffffff;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
            box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
   
    color: #626262;
    border-radius: 10px;
    border: 1px solid #CBCBCF;
    /* border: 4px solid transparent; */
    -webkit-transition: 0.4s ease-in-out; 
    transition: 0.4s ease-in-out;
  }

  .package-root-middle{height:fit-content !important;}
  .package-root .package-airline{display: flex; gap: 10px; align-items: center; text-transform: capitalize; padding:20px; font-size: 15px; font-weight: 500;color: #313541; justify-content: space-between;}
  .package-root .package-airline img{width:35px; height:35px; border-radius: 4.68px; object-fit: fill;}
  .package-root:hover, .package-root.active {
    /* border: 3px solid #2563EB; */
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    color: #040707;
  }
  .package-root .package-airline .airline-type{
    display: flex; gap:20px; align-items: center;
  }
  .package-root .package-airline .airline-type span{display: inline-block;background: #F5EBFA; color: #530083; border-radius: 50px; padding:10px; font-size: 10.47px; font-weight: 700;
  }
  .package-root:hover .heading, .package-root.active .heading {
    color: #005579;
  }
  .package-root:hover .price-text, .package-root.active .price-text {
    color: #040707;
  }
  .package-root:hover .booknowbtn, .package-root.active .booknowbtn {
    background: #2563EB;
    color: #ffffff;
  }

  .package-root .book{ display: flex; justify-content: center; align-items: center; padding:20px 0px;}
  .package-root .booknowbtn {
    padding: 15px 10px;
    /* -ms-grid-columns: auto auto 1fr;
    grid-template-columns: auto auto 1fr; */
    display:block; width: 80%; 
    background-color: #E8EDF1; text-align: center;
    color: #191919;
    border-radius: 50px;
    font-size: 14.5px;
    font-weight: 600;
    /* max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content; */
    margin: 0px auto;
  }

  
  .package-root .root-heading {
    font-size: 17.28px;
    font-weight: 700;
    line-height: 19.62px;
    /* text-align: center; */
    color: #191919;
  }
  .package-root .root-heading span{
    font-size: 13px;
    color: #313541;
    font-weight: 400;
    /* text-align: center; */
    line-height: 15.73px;
  }
  .package-root .price-text {
    font-size: 21.33px;
    color: #4CA730;
    font-weight: 800;
    text-align: center;
    line-height: 15.73px; padding-top: 5px;
  }
  /* .package-root .price-text p{color: #313541;} */
  .top-row-heading{text-align: left; padding:0px 20px;  }
  .top-row-heading-flex{display: flex; justify-content: space-between; align-items: flex-start; padding:0px 20px;}
  .top-row-heading-flex .price-text{text-align: right; font-size: 23.14px; font-weight: 700; padding-top: 0;}

  .top-row-heading .root-class{
    font-size: 13.29px;
    font-weight: 400; padding:10px 0px;
  
    }
    .top-row-heading .root-class b{font-weight: 700;}
  .package-root sup {
    vertical-align: super;
  
    display: inline-block;
   font-weight: 800;
  }
  .package-root .inner-box {
    padding: 5px 0;

    display: grid
;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }
  .package-root .inner-box h6{
    padding:6px 20px;
font-size: 13.29px;
font-weight: 700;
line-height: 16.09px;


  }
  .package-root ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    /* background: url(../images/home/green-tick.svg) no-repeat 0 19px; */
    /* border-bottom: 1px dashed #B3B3B3; */
    padding: 7px 20px;
  }
  .package-root ul li:hover{background-color: #F4F6F8;}
  .package-root ul li.active b{font-weight: 600;}
  .package-root ul li.cross{
    /* background: url(../images/home/green-tick.svg) no-repeat 0 19px; */
    display: flex; align-items: center; gap:15px; justify-content: flex-start;
  }
  .package-root ul li.cross p{width: 80%;;}
  .package-root ul li.cross i{ display: inline-block; position: relative; }
  .package-root ul li.cross i img{width: 30px;
    height: 20px;
    object-fit: contain;}
  .package-root ul li b {
    font-size: 13.29px; display: block;
    font-weight: 500;
    color: #191919;
  }
  .package-root ul li.cross .active-img{
    position: absolute; bottom:2px; right:2px; width: 10px; height:10px; 
  }

  .package-root .custum-radio {
    display: block;
    position: relative;
   
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default radio button */
  .package-root .custum-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom radio button */
  .package-root .checkmark {
    position: absolute;
    top: -13px;
    left: -26px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  /* .custum-radio:hover input ~ .checkmark {
    background-color: #ccc;
  } */
  
  /* When the radio button is checked, add a blue background */
  /* .custum-radio input:checked ~ .checkmark {
    background-color: #2196F3;
  } */
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .package-root .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .package-root .custum-radio input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .package-root .custum-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #074DEE;
  } 
  
  .baggage-information {
    background-color: #ffffff;
    border-radius: 10px;
    margin: 15px 0px;
    padding: 20px 25px;
  }
  .baggage-information .info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .baggage-information .info .basket-title {
    padding-bottom: 0;
  }
  .baggage-information ul {
    padding: 10px 0px;
  }
  .baggage-information ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 10px 0px;
  }
  
  .traveler-detail {
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 10px;
  }
  .traveler-detail h5 {
    font-size: 21px;
    font-weight: 600;
    color: #17181C;
    padding-bottom: 25px;
  }
  .traveler-detail .login-row {
    background-color: #ECF5FA;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .traveler-detail .login-row p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 12.5px;
    color: #191919; margin: 0;
  }
  .traveler-detail .login-row a {
    display: block;
    font-size: 13.57px;
    font-weight: 600;
    color: #2563EB;
    text-transform: uppercase;
  }
  .traveler-detail .travel-person {
    font-size: 13.57px;
    font-weight: 600;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px;
  }
  .traveler-detail .travel-person img {
    width: 20px;
    height: 20px;
  }
  .traveler-detail .importance {
    padding: 12px 20px 12px 12px;
    font-size: 12.5px;
    background: #FFEDD1;
    border-radius: 4px;
    margin-top: 10px;
  }
  .traveler-detail .importance b {
    font-weight: 600;
  }
  .traveler-detail .travellerinfo {
    padding: 15px 0px;
  }
  .traveler-detail .travellerinfo .top-info {
    padding: 10px 0px;
  }
  .traveler-detail .travellerinfo .top-info .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  .traveler-detail .travellerinfo .top-info .form-group label {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .traveler-detail .travellerinfo .top-info .form-group input:checked + label::before {
    background-color: #0079DD;
    border-color: #0079DD;
  }
  .traveler-detail .travellerinfo .top-info .form-group label::before {
    content: "";
    background-color: transparent;
    border: 1.5px solid #9CA3AF;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4.4px;
  }
  .traveler-detail .travellerinfo .top-info .form-group input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #ffffff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .traveler-detail .travellerinfo .top-info a {
    display: block;
    font-size: 13.57px;
    font-weight: 600;
    color: #2563EB;
    text-transform: uppercase;
  }
  .traveler-detail .ferquent {
    cursor: pointer;
    padding: 10px;
  border-radius: 4px;
    background:#EEEEEEA1 url('../../../../assets/images//home/right-icon-big.svg' )no-repeat 97%;
  }
  .traveler-detail .non-fer {
    cursor: pointer;
    padding: 10px;
  border-radius: 4px;
    background:#EEEEEEA1 url('../images/home/vector-up.svg' )no-repeat 97%;
  }
  .traveler-detail .non-fer span{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #8D8D8D;
  }
  .traveler-detail .ferquent p {
    font-size: 12.5px;
    color: #191919; margin: 0;
  }
  .traveler-detail .ferquent span{font-size: 12px;color: #8D8D8D;}

  
  .paxcontent {
    padding: 20px 0px;
  }
  .paxcontent ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
  }
  .paxcontent ul .formcontrolsection {
    width: 30%;
    position: relative;
    margin-bottom: 10px;
  }
  .paxcontent ul .formcontrolsection.name {
    width: 48%;
  }
  .paxcontent ul .formcontrolsection select, .paxcontent ul .formcontrolsection input {
    color: #697D95;
  }
  
  .paxcontent ul li.formcontrolsection select.formcontrol {
    width: 100%;
    padding: 10px;
    /* border: 1px solid #d6d6d6; */
    border-radius: 5px;
    font-family: inherit;  box-shadow: 0px 2.59px 5.18px 0px #4250661A; border: 1px solid #8E8E8E66;
  }
  
  .paxcontent ul li.formcontrolsection .labeltitle {
    width: 100%;
    color: #191919;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px;
    display: block;
  }
  
  .paxcontent ul li.formcontrolsection .labeltitle small {
    color: red;
  }
  
  .paxcontent ul li.formcontrolsection input.formcontrol {
    width: 100%;
    padding: 10px;
    /* border: 1px solid #d6d6d6; */
    border-radius: 5px;
    font-family: inherit;
     border: 1px solid #8E8E8E66;
     box-shadow: 0px 2.59px 5.18px 0px #4250661A;


  }
  
  .paxcontent ul li.formcontrolsection #email {
    text-transform: inherit;
  }
  
  .paxcontent .passportinfo .formcontrolsection {
    width: 24.33%;
  }
  
  .person-contact-detail {
    margin-top: 15px;
    padding: 20px 25px;
    background: #ffffff;
    border-radius: 10px;
  }
  
  .continue-btn {
    
   
   
   
   

   
    margin:50px auto; display: flex; justify-content: center;
   
    
  }
  .continue-btn a {
   
    color: #ffffff;font-size: 20px; border-radius: 50px;
    font-weight: 700;display: flex;
    align-items: center; background: linear-gradient(270deg, #F23A00 1.36%, #FF6838 100%);
    gap: 10px; padding: 13.75px 20.62px 13.75px 20.62px;
  
   
  }
  .summery{border-radius: 10px; width:100%; margin-left:0; margin-top:15px;}

  /* priority-btn */

  .priority-btn{
    background-color: #2563EB; color: #fff;
    padding:10px 15px; border-radius: 50px;; position: absolute;top: -20px;
    left: 23%;
  }
  .priority-btn span{display: block; font-size: 13.47px; font-weight: 700;}

  /* promo-code */
  .promo-code{padding:15px; border: 0.5px solid #E0E0E0; border-radius: 5px; background-color: #fff; margin-top:15px;background:url('../../assets/images/home/Vectorpromo.svg') no-repeat 92% 50%;}
  .promo-show{background: url('../../assets/images/home/arrow-top.svg') no-repeat 92% 20%;}
  .promo-code label{font-size: 16.38px; font-weight: 600; color: #2563EB;  display: block;}
  .promo-code input{border: 1.3px solid #8E8E8E66; border-radius: 6.48px; padding:15.54px; color: #697D95; width: 65%;  }
  .promo-code input::placeholder{color:#697d95;}
  .promo-code a{display: block;border: 1px solid #2563EB; background: #fff;  border-radius: 6.48px;padding:15px; text-align: center; font-size: 16px;font-weight: 600; color: #2563EB; width: 32%;;}
  .promo-input{display: flex; justify-content: space-between; align-items: center; padding-top: 15px;}

  @media(max-width:767px){

    .progress{max-width:100%; display: none;}
    .progress .progress-bar .line{width:11%;}
    .progress .progress-bar .progress-step{width:20%; text-align: center;
    }
    .progress .progress-bar .progress-step small{font-size: 13.65px;;}
    .progress .progress-bar .progress-step span{width: 15px; height:15px; font-size: 12px;}
    .main-basket-page .basket-detail,.paxcontent ul .formcontrolsection.name,.paxcontent ul .formcontrolsection{width:100%;}
    .traveler-detail .ferquent {
     
      background: #EEEEEEA1 url('../../../../assets/images//home/right-icon-big.svg' )no-repeat 94% 74%;
    }
    .main-basket-page .basket-detail .top-row-flex ul li{width:100%; margin-bottom: 10px;}
    .secure-row{gap:10px;}

    .card-bottom-row{flex-wrap: wrap;}
    .card-bottom-row .continue-btn{width:100%;}
    .card-bottom-row .continue-btn button{font-size: 15px !important;}
    .payment-detail .payment-info-title{flex-wrap: wrap; gap:10px;}
    .input-group .input-title,.input-group .input-boxes,.secure-section{width:100% !important;}
    .input-group .input-title{margin-bottom:10px;}
    .billing-detail .billing-form .input-form,.billing-detail .billing-form .input-form.street{width:100% !important;}
    .payment-detail .payment-info-title .card-icon{gap:5px !important;}
    
  }

  .package-root-bottom{
    margin-top: -1pc;
  }



  .progress-step {
    width: 30%;
    text-align: center;
  }


  .other-flight{
    width: 45% !important;
  }


  
  .progress-container {
    
   width: 65%;
    margin: 2rem auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-line {
  position: absolute;
  top: 13px;
  left: 26rem;
  right: 6rem;
  height: 2px;
  background-color: #C0CAD5;
  z-index: 1;
  width: 42%;
}


.progress-line-active {
  position: absolute;
  top: 13px;
  left: 4rem;
  width: 38%;
  height: 2px;
  background-color: #2563eb;
  z-index: 2;
}

.step {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
   
    padding: 0 10px;
}

.step-circle {
    width: 25.69px;
    height:25.69px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.step-circle.completed {
    background-color: #2563EB;
    color: white;
    font-size: 15.87px;
    font-weight: 500;

    img{
      width: 13px;
    }
}

.step-circle.active {
    background-color: #2563EB;
    color: white;
    font-size: 15.87px;
    font-weight: 500;
}

.step-circle.inactive {
  background-color: #fff;
  border: 1.7px solid #C4C6C7;
  color:#A0B1C3;
  font-size: 15.87px;
  font-weight: 500;
}

.step-label {
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    
}

.step-label.completed {
  color: #2563EB;
      font-size: 15.24px;
}

.step-label.active {
    color: #2563EB;
        font-size: 15.24px;
}

.step-label.inactive {
    color: #67676757;
        font-size: 15.24px;
}

/* Responsive */
@media (max-width: 768px) {
    .progress-container {
        max-width: 100%;
    }
    
    .step-label {
        font-size: 12px;
        max-width: 100px;
        line-height: 1.2;
    }
    
    .step-circle {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .step-label {
        font-size: 11px;
        max-width: 80px;
    }
    
    .step-circle {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }
}



@media (max-width:1100px) {
 

  .progress-line{
   left: 21rem;
  }
 
}