
/* pricing table bootstrap table css - */
.price_table_head h2 {
    line-height: normal;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 18px 20px;
    font-size: 24px;
}

.cont_table_price_blog {
    text-align: center;
}

.cont_table_price_blog p {
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 15px 0;
    font-weight: 400;
    border-bottom: solid #ddd 1px;
}

.cont_table_price ul {
    text-align: center;
    line-height: normal;
    padding: 20px 0 10px;
    float: left;
    width: 100%;
    background: #f8f8f8;
}

.cont_table_price li {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
}

.cont_table_price ul li:last-child {
    border-bottom: none;
}

.cont_table_price_blog p span.price_no {
    font-size: 60px;
    font-weight: 600;
}

.price_table_bottom {
    float: left;
    width: 100%;
}

.price_table_head {
    margin: -1px -1px 0;
}

.table_price {
    border: solid #ddd 1px;
    padding-bottom: 35px;
    margin-bottom: 20px;
}

.price_table_bottom {
    float: left;
    width: 100%;
    border-top: solid #ddd 1px;
    padding-top: 35px;
}


.btna {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .btn1a {
    background-color: white; 
    color: black; 
    border: 2px solid #00ffee;
  }
  
  .btn1a:hover {
    background-color: #00ffee;
    color: white;
  }
  
  .btnsocal {
    background-color: white; 
    color: black; 
    border: 2px solid #00ff11;
  }
  
  .btnsocal:hover {
    background-color: #00ff11;
    color: white;
  }
  
  .btn2a {
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
  }
  
  .btn2a:hover {
    background-color: #008CBA;
    color: white;
  }
  
  .btn3a {
    background-color: white; 
    color: black; 
    border: 2px solid #f44336;
  }
  
  .btn3a:hover {
    background-color: #f44336;
    color: white;
  }
  
  .btn4a {
    background-color: #ffffff;
    color: black;
    border: 2px solid #ffa200;
  }
  
  .btn4a:hover {background-color: #ffa200;}
  
  .img-responsive {
      max-width: 100%;
  }
  
  h3 {
      font-size: 18px
  }
  
  h4 {
      font-size: 16px
  }
  
  h5 {
      font-size: 14px
  }
  
  h6 {
      font-size: 13px
  }
  
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
      color: #212121;
      text-decoration: none!important;
      opacity: 1
  }
  
  a {
      color: #898989;
      text-decoration: none;
      outline: none;
  }
  
  a,
  .btn {
      text-decoration: none !important;
      outline: none !important;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }
  
  .btn-custom {
      margin-top: 20px;
      background-color: transparent;
      border: 2px solid #ddd;
      padding: 12px 40px;
      font-size: 16px;
  }
  
  .btn-success {
      color: #fff;
      background-color: #1ed085;
      border-color: #1ed085;
  }
  
  ul {
      list-style-type: none;
      padding: 0px;
      margin: 0px;
  }
  
  
  /*--
  a.btn {
      min-width: 170px;
      height: 40px;
      border-radius: 100px;
      padding: 0;
      text-align: center;
      line-height: 40px;
      border: none;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 10px;
  }
  --*/
  
  .red_bg {
      background: #ff4748;
  }
  
  .blue_bg {
      background: #36a9e2;
  }
  
  .yellow_bg {
      background: #fabb3d;
  }
  
  .green_bg {
      background: #79c347;
  }
  
  .green_bg2 {
      background: #1ed085;
  }
  
  .purple_bg {
      background: #8e68ef;
  }
  
  .padding_top_10 {
      padding-top: 10px !important;
  }
  
  .padding_top_20 {
      padding-top: 20px !important;
  }
  
  .padding-bottom_0 {
      padding-bottom: 0 !important;
  }
  
  .padding-bottom_1 {
      padding-bottom: 10px !important;
  }
  
  .padding-bottom_2 {
      padding-bottom: 20px !important;
  }
  
  .padding-bottom_3 {
      padding-bottom: 30px !important;
  }
  
  .padding-bottom_4 {
      padding-bottom: 40px !important;
  }
  
  .padding-bottom_5 {
      padding-bottom: 50px !important;
  }
  
  .padding_infor_info {
      padding: 35px 35px;
      float: left;
      width: 100%;
  }
  
  .color_black p,
  .color_black ul,
  .color_black ul li {
      color: #000;
  }
  
  button i {
      color: #fff;
  }
  
  .lead {
      font-size: 18px;
      line-height: 30px;
      color: #767676;
      margin: 0;
      padding: 0;
  }
  
  blockquote {
      margin: 20px 0 20px;
      padding: 30px;
  }
  
  .light_silver {
      background: #f2f1f1;
  }
  
  h2 {
      font-size: 30px;
      color: #000;
      line-height: 20px;
      font-weight: 700;
      position: relative;
  }
  
  h3 {
      font-size: 24px;
      color: #000;
      line-height: normal;
      font-weight: 700;
      text-transform: uppercase;
  }
  
  h4 {
      font-size: 18px;
      color: #000;
      line-height: 21px;
      font-weight: 600;
      text-transform: none;
      margin-bottom: 15px;
  }
  
  h5 {
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0;
      line-height: normal;
      color: #000;
  }
  
  p {
      color: #58718a;
      font-size: 14px;
      line-height: 21px;
  }
  
  /*button,*/
  /*input,*/
  /*select,*/
  /*textarea,*/
  /*option {*/
  /*    font-family: 'Poppins', sans-serif;*/
  /*}*/
  
  a#submit {
      z-index: 1;
  }
  
  a:hover,
  a:focus {
      color: #2a3a4b;
      text-decoration: none;
  }
  
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10 {
      padding: 0 15px;
      float: left;
      min-height: 25px;
  }
  
  .border_radius_0 {
      border-radius: 0 !important;
  }
  
  .span1 {
      width: 10%;
  }
  
  .span2 {
      width: 20%;
  }
  
  .span3 {
      width: 30%;
  }
  
  .span4 {
      width: 40%;
  }
  
  .span5 {
      width: 50%;
  }
  
  .span6 {
      width: 60%;
  }
  
  .span7 {
      width: 70%;
  }
  
  .span8 {
      width: 80%;
  }
  
  .span9 {
      width: 90%;
  }
  
  .span10 {
      width: 100%;
  }
  
  .container {
      width: 1200px;
  }
  
  .section_padding {
      padding: 80px 0 100px;
  }
  
  .layout_2_padding {
      padding: 100px 0 80px;
  }
  
  .full {
      width: 100%;
      float: left;
  }
  
  .brown_color {
      color: #795548 !important;
  }
  
  .brown_bg {
      background: #795548 !important;
  }
  
  .blue1_color {
      color: #2196f3 !important;
  }
  
  .blue1_bg {
      background: #2196f3 !important;
  }
  
  .orange_color {
      color: #ff5722 !important;
  }
  
  .orange_bg {
      background: #ff5722 !important;
  }
  
  .purple_color {
      color: #673ab7 !important;
  }
  
  .purple_bg {
      background: #673ab7 !important;
  }
  
  .purple_color2 {
      color: #3f51b5 !important;
  }
  
  .purple_bg2 {
      background: #3f51b5 !important;
  }
  
  .blue2_color {
      color: #03a9f4 !important;
  }
  
  .blue2_bg {
      background: #03a9f4 !important;
  }
  
  .red_color {
      color: #e91e63 !important;
  }
  
  .red_bg {
      background: #e91e63 !important;
  }
  
  .yellow_color {
      color: #ff9800 !important;
  }
  
  .yellow_bg {
      background: #ff9800 !important;
  }
  
  .purple_color2 {
      color: #9c27b0 !important;
  }
  
  .purple_bg2 {
      background: #9c27b0 !important;
  }
  
  .orange_color2 {
      color: #f44336 !important;
  }
  
  .orange_bg2 {
      background: #f44336 !important;
  }
  
  .green_color {
      color: #009688 !important;
  }
  
  .green_bg {
      background: #009688 !important;
  }
  
  .heading1 h2 {
      line-height: normal;
      font-size: 21px;
      font-weight: 400;
      margin: 0;
      padding-left: 0;
      color: #15283c;
      letter-spacing: 0px;
  }
  
  .margin_top_50 {
      margin-top: 50px;
  }
  
  .margin_top_30 {
      margin-top: 30px;
  }
  
  .margin_0 {
      margin: 0 !important;
  }
  
  .center {
      display: flex;
      justify-content: center;
  }
  
  .verticle_center {
      display: flex;
      align-items: center;
  }
  
  .dropdown-item {
      font-size: 13px;
  }
  
  .column img {
      width: 100%;
  }
  
  .max_w-50 {
      max-width: 50px;
  }
  

/* ends - pricing table bootstrap table css - */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Ensure the modal overlay is on top */
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    width: 90%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closePopup {
    background-color: #e74c3c;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.closePopup:hover {
    background-color: #c0392b;
}
