#subscription-modal-part .modal-dialog {
    max-width: 1000px;
    height: auto;
}

#subscription-modal-part .warning-top p {
    font-size: 14px;
    margin: 0;
    display: grid;
    align-items: stretch;
    justify-items: center;
    font-weight: 500;
}

.subscription-plan-content h1{
    font-size: 2.813rem;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 140%;
}
.subscription-plan-heading ul {
    list-style-type: none;
    text-align: center;
    padding-left: 0px;
}

.subscription-plan-heading h4 {
    font-size: 1.125rem;
}

.table.table-bordered thead tr th {
    padding-top: 0px;
    border: none !important;
}

.table.table-bordered tbody tr td:first-child div {
    text-align: left;
}

.table.table-bordered tbody tr td div {
    text-align: center;
}
.subscription-plan-heading.standard-div .standard-badge span{
  
    background-color: #de543e;
    color: #fff;
    font-size: 10px;
    padding: 4px 7px;
    border-radius: 0.25rem;
}
/* .table.table-bordered tr th:nth-child(even), .table.table-bordered tr th:last-child {
   display: block;
} */
.standard-badge{
    text-align: center;
}
.table-bordered,
.table-bordered td,
.table-bordered th,
table,
table td,
table th {
    border: 0;
    vertical-align: middle;
}


.table.table-bordered .subscription-plan-heading ul li a {
    text-transform: uppercase;
    border: 1px solid #000 !important;
    background: transparent;
    color: #000 !important;
}
.table.table-bordered .subscription-plan-heading .active-plan{
    margin-bottom: 0;
    background-color: #008f00 !important;
    border-color: #008f00 !important;
    padding: 0.439rem 0.75rem;
    border-radius: 0.25rem;
    color: #fff;
}

.table.table-bordered .subscription-plan-heading ul li a:hover {
    background: #000;
    color: #fff !important;
    border: 1px solid #000 !important;
}

.table.table-bordered .sub-plan-cross {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table.table-bordered tr td:not(:first-child),
.table.table-bordered thead tr th:not(:first-child) {
    width: 235px
}

.table-bordered tbody tr td,
.table.table-bordered tr td:not(:first-child) {
    border: 1px solid #000;
}

/*switcher css*/
.plan-switcher-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
}
.plan-switcher-wrapper span {
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: capitalize;
}
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 19px;
  margin: 3px 10px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DE543E;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 3.5px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #DE543E;
}

input:focus + .slider {
  box-shadow: 0 0 1px #DE543E;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/*------ ADDED CSS ---------*/
.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

@media only screen and (max-width: 991px) {
    .subscription-plan-content h1{
        font-size: 2.188rem;
    }
    .table.table-bordered tr td:not(:first-child), .table.table-bordered thead tr th:not(:first-child) {
      width: 210px;
    }
}

@media only screen and (max-width: 767px) {
    .subscription-plan-content h1{
        font-size: 1.125rem;
        line-height: 120%;
    }

     .subscription-plan-heading.standard-div .standard-badge span {
    width: 80px;
    padding: 4px 7px;
    margin:0 auto;
    display: initial;
}

    .table.table-bordered tbody tr,
    .table.table-bordered thead tr {
        display: flex;
        flex-wrap: wrap;
    }

    .table.table-bordered thead tr th:first-child,
    .table.table-bordered tbody tr th {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .table.table-bordered tr td,
    .table.table-bordered thead tr th:not(:first-child) {
        display: block;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .table.table-bordered tbody tr:first-child td:first-child{
        border-top: 1px solid;
    }

    .table.table-bordered tbody tr td:first-child {
        display: block;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        margin: 0 auto;
        border-right: 1px solid;
    }


    .table.table-bordered tbody tr td:first-child div {
        text-align: center;
    }

    .table.table-bordered .table-part-th-row {
        display: none
    }

    table.table-bordered tbody tr td,
    .table.table-bordered tr td:not(:first-child),
    .table.table-bordered thead tr th:not(:first-child) {
        border: 0;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .table.table-bordered tr td:last-child {
        border-right: 1px solid;
    }

    .table.table-bordered thead tr th:first-child {
        display: none
    }

    .table.table-bordered thead tr th {
        border: none;
    }

}

@media only screen and (max-width: 520px) {

    .table.table-bordered tr td,
    .table.table-bordered thead tr th:not(:first-child) {
        padding: 15px;
    }

    .subscription-plan-heading ul li h4 {
        font-size: 1rem;
        margin-top: 0;
    }

    .subscription-plan-heading ul li a.btn.btn-primary {
        width: 95%;
        padding: 2px 8px;
        font-size: 0.75rem;
    }
    .table.table-bordered .subscription-plan-heading ul li a {
        padding: 2px 4px;
        font-size: 0.70rem;
    }

}


@media only screen and (max-width: 420px) {

    .table.table-bordered tr td,
    .table.table-bordered thead tr th:not(:first-child) {
        padding: 15px 8px;
    }
}

@media only screen and (max-width: 360px) {

    .table.table-bordered tr td,
    .table.table-bordered thead tr th:not(:first-child) {
        font-size: 0.75rem;
    }
    .subscription-plan-heading.standard-div .standard-badge span {
    font-size: 8px;
    padding: 4px 7px;
}
}

@media (max-width:360px) {
    .subscription-plan-heading ul li h4 {
        font-size: 0.875rem;
    }
}

.subscription-plan-details .table.table-bordered thead tr th {
    background: none !important;
}