body {
    font-family: "Open Sans";
}
.main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans";
    /* width: 1170px; */
    margin: 0 auto;
    /* padding-top:25px; */
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    /* text-align: center; */
}
.center{

}
.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.price-table tr:hover {
    background-color: #EEEEEE;
}
.price-table .fa-check {
    color: #5336ca;
}
.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #12B7A0;
    color: #FFFFFF;
}
.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}
.price-table td.price a {
    background-color: #5336ca;
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid #5336ca;
    color: #5336ca;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: #5336ca;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  
  table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  
  table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
  }
  
  table th,
  table td {
    padding: .625em;
  }
  
  table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
  
    table caption {
    }
    
   
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      
    }
    
    table td::before {
      
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }
  
/* ////// */

/* .main {
    width: 100%;
    height: 100%;
    
    justify-content: center;
    align-items: center;
} */
/* .card-radio {
    text-align: center;
    box-shadow: 0px 0px 3px 3px #dddddd;
    height: auto;
    width: 280px;
    padding: 10px 15px;
    border-radius: 10px;
}
.card-radio .title {
    font-size: 2em;
    margin: 15px;
} */
/* .card-radio .form {
    
    align-items: center;
    justify-content: center;

}
.form label {
    cursor: pointer;
    font-size: 2em;
}
.card-radio .form .input-radio {
    box-shadow: 0px 0px 0px 1px #6d6d6d;
    font-size: 3em;
    width: 25px;
    height: 25px;
    margin-right: 7px;

    border: 4px solid #fff;
    background-clip: border-box;
    border-radius: 50%;
    appearance: none;
    transition: background-color 0.3s, box-shadow 0.3s;

}
.card-radio .form label {
    margin: 10px 15px;
}

.input-radio.on:checked {
    box-shadow: 0px 0px 0px 4px #119e8b;
    background-color: #2cdac2;
}
.input-radio.off:checked {
    box-shadow: 0px 0px 0px 4px #119e8b;
    background-color: #2cdac2;
} */


.input-container input[type="radio"] {
    opacity:0;
    width: 100%;
    height: 12px;
    background-color:blue;
    position:relative;
    z-index:1
  }
  group {
    /* width: 200px; */
    display:flex;
    padding-bottom: 30px;
    padding-bottom: 30px;
  }
  .input-container {
    height:42px;
    width:100%;
    line-height:42px;
    text-align:center;
    position:relative;
    padding-bottom: 30px;
    padding-bottom: 30px;
    &:first-child {
      label{
       border-radius: 5px 0 0 5px 
      }
    }
    &:last-child {
      label {
        border-radius: 0 5px 5px 0;
        border-right:2px solid #CCC;
      }
    }
  }
  .input-container label {
    width:100%;
    
    position:absolute;
    border:2px solid #CCC;
    border-right:inherit;
    top:0;
    left:0;
    font-weight: 'bold';
    font-size: .9rem;
    font-family:arial;
    color: #737373
  }
  .input-container input {
    &:checked + label {
      background-color:#5AB8AB;  
      top:0;
      left:0;
      border:2px solid #3F9188 !important;
      z-index:2;
      color: white
    }
  }
  
  group {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%) scale(1.5); */
    
  }
  


/* 
.container-price-cart{
    width: 750px;
    height: 400px;
    max-width: 800px;
    margin: auto;
    background: linear-gradient(to right, #57417F, #6255A1);
    padding: 3rem 2rem;
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.header-text{
    flex: 1;
    margin-right: 3rem;
}

.header-text h2{
    font-size: 2rem;
    letter-spacing: 3px;
}

.header-text p{
    width: 90%;
    line-height: 1.5;
}

.header-text .btn{
    margin-top: 2rem;
    display: inline-block;
    border: none;
    background-color: #66528b;
    color: #d9d1e7;
    padding: 1rem 1.4rem;
    font-size: 1rem;
    text-transform: uppercase;
    word-spacing: 2px;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
}

.header-digits{
    flex: 1;
    display: flex;
    grid-template-columns: repeat(2,1fr);
}


.header-digits div h4{
    color: #9E94BD;
    margin-top: -1rem;
}

.header-digits div:nth-of-type(2), .header-digits div:nth-of-type(4){
    border-left: 1px solid #7d70ad;
    margin-left: -2rem;
    padding: 0 0 0 3rem;
}

.header-digits div:nth-of-type(1), .header-digits div:nth-of-type(2){
    border-bottom: 1px solid #7d70ad;
    margin-bottom: -4px;
    width: 100%;
}
  
 */

 
.plan-card {
    background: #fff;
    /* width: 15rem; */
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 15px;
    border-bottom: 4px solid #000446;
    box-shadow: 0 6px 30px rgba(207, 212, 222, 0.3);
    font-family: "Poppins", sans-serif;
  }
  
  .plan-card h2 {
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: 600;
  }
  
  .plan-card h2 span {
    display: block;
    margin-top: -4px;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 400;
  }
  
  .etiquet-price {
    position: relative;
    background: #ffd383;
    width: 14.46rem;
    margin-left: -0.65rem;
    padding: .2rem 1.2rem;
    border-radius: 10px 10px 10px 10px;
  }
  
  .etiquet-price p {
    margin: 0;
    padding-top: .4rem;
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .etiquet-price p:before {
    /* content: "Taka"; */
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
  }
  
  .etiquet-price p:after {
    content: "/Passenger";
    margin-left: 5px;
    font-size: 13px;
    font-weight: 400;
  }
  
  .etiquet-price div {
    position: absolute;
    bottom: -23px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 13px solid #c58102;
    border-bottom: 10px solid transparent;
    border-right: 13px solid transparent;
    z-index: -6;
  }
  
  .etiquet-discount {
    position: relative;
    background: #ffd383;
    width: 14.46rem;
    margin-left: -0.65rem;
    padding: .2rem 1.2rem;
    border-radius: 10px 10px 10px 10px;
  }
  
  .etiquet-discount p {
    margin: 0;
    padding-top: .4rem;
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
  }
  
  .etiquet-discount p:before {
    /* content: "Taka"; */
    margin-right: 5px;
    font-size: 13px;
    font-weight: 300;
  }
  
  .etiquet-discount p:after {
    /* content: "%"; */
    margin-left: 5px;
    font-size: 13px;
    font-weight: 300;
  }
  
  .etiquet-discount div {
    position: absolute;
    bottom: -23px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 13px solid #c58102;
    border-bottom: 10px solid transparent;
    border-right: 13px solid transparent;
    z-index: -6;
  }

  .benefits-list {
    margin-top: 16px;
  }
  
  .benefits-list ul {
    padding: 0;
    font-size: 14px;
  }
  
  .benefits-list ul li {
    color: #4d4d4d;
    list-style: none;
    margin-bottom: .2rem;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  
  .benefits-list ul li svg {
    width: .9rem;
    fill: currentColor;
  }
  
  .benefits-list ul li span {
    font-weight: 300;
  }
  
  .button-get-plan {
    display: flex;
    justify-content: center;
    margin-top: 1.2rem;
  }
  
  .button-get-plan .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000446;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: .8rem;
    letter-spacing: .05rem;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  .button-get-plan a:hover {
    transform: translateY(-3%);
    box-shadow: 0 3px 10px rgba(207, 212, 222, 0.9);
  }
  
  .button-get-plan .svg-rocket {
    margin-right: 10px;
    width: .9rem;
    fill: currentColor;
  }
