.esimbuy-container {
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}
.esimbuy-container h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.4em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.64);
    color: #FFFFFF;
    padding-bottom: 25px;
}
.esim-seo, .esim-container {
    width: 100%;
}
.esim-container {
    color: #000;
}
.sim-options-wrapper {
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.accordion {
    border-radius: 5px;
    /*box-shadow: 0px 0px 12px 2px #f7a63d;*/
}
.accordion {
    margin-bottom: 0;
    margin-left: 0;
}
.accordion:before, .accordion:after {
    content: " ";
    display: table;
}
.accordion-item {
    border: 1px solid #ababab;
    border-bottom: none;
    /*background: linear-gradient(320deg, #e8fff7 1%, #ffffff 75%);*/
    background: #fff;
}
.accordion-item:first-of-type {
    border-radius: 5px 5px 0 0;
}
.accordion-item-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
}
.accordion-item:first-of-type .accordion-item-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.accordion-item:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.accordion-item-header h3 {
    margin: 0;
    display: flex;
    flex: 2;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
    line-height: 1;
}
span.accordion-item-header-title {
    align-items: center;
    display: flex;
    gap: 10px;
    line-height: 1.15;
    font-weight: bold;
}
.accordion-item .from-price {
    font-size: 1rem;
    color: #ababab;
    font-weight: 500;
}
.switch-box {
    display: flex;
    align-items: center;
}
.switch {
    border: none;
    margin-bottom: 1.5rem;
    outline: 0;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
    margin-bottom: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider.round {
    border-radius: 34px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked+.slider, .accordion-item.active .slider {
    background-color: #f3ae5f;
}
input:focus+.slider, .accordion-item.active .slider {
    box-shadow: 0 0 1px #f3ae5f;
}
.slider.round:before {
    border-radius: 50%;
}
input:checked+.slider:before, .accordion-item.active .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
.sim-options-wrapper .accordion-item-body ul {
    list-style: none;
}
.accordion-item-body {
    display: block;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
    max-height: 0px;
}
.accordion-item-body .inner {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}
.sim-options-wrapper .accordion-item-body ul {
    list-style: none;
}
.sim-options-wrapper .accordion-item-body ul li:before {
    content: '\2713'!important;
    color: #f3ae5f99!important;
    font-weight: bold!important;
    margin-right: 0.5rem!important;
    font-size: 18px !important;
}
.accordion-item-body .inner .sim-options {
    display: flex;
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    /* gap: 15px; */
    justify-content: flex-start;
    width: 70%;
}
.accordion-item.active .accordion-item-header {
    cursor: default;
}
.accordion-item.active .accordion-item-body {
    max-height: 400px;
    transition: max-height 0.1s ease-in;
}
.accordion:after {
    clear: both;
}
.accordion-item:last-child {
    border-bottom: 1px solid #ababab;
}
span.accordion-item-header-flag {
    font-size: 0.7rem;
    text-transform: uppercase;
    background: #ffc10769;
    padding: 4px 5px;
    border-radius: 4px;
    color: #2b2d41;
}
.sim-option {
    cursor: pointer;
    width: auto;
    font-weight: 600;
    margin-right: 15px;
}
.sim-option:last-child {
    margin-right: 0px;
}
.sim-option>div {
    border-radius: 50px;
    padding: 4px 14px;
    box-shadow: inset 0 0 0px 2px #f3ae5f99;
}
.sim-option:not(.active):hover>div {
    background: #fffde8;
}
.sim-option.active>div {
    border: 1px solid #FFC107;
}
.sim-option.active>div, .toggle-icon.active {
    box-shadow: none;
    background-color: #FFC107;
}
.sim-option i {
    margin-right: 5px;
}
.esim-seo {
    padding-right: 25px;
}
.order_sim_btn {
    padding: 8px 16px;
    background-color: #f3ae5f;
    border: 0;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}
.sim_order {
    text-align: right;
    /* margin-top: 15px; */
    display: flex;
    justify-content: flex-end;
    width: 30%;
}
.package_description ul {
    margin: 0px;
    padding-left: 15px;
}
.mobile-box {
    border: 1px solid #ababab;
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 2rem;
}
.mobile-form-holder form:after {
    content: '';
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
.checkout-summary {
    margin-bottom: 1rem;
}
#form-holder .form-field {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0.6rem;
}
#form-holder label {
    color: #6A0F67;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}
#form-holder label {
    cursor: initial;
    font-weight: 400;
    margin-bottom: 3px;
}
#form-holder input[type=text], #form-holder input[type=email], #form-holder input[type=tel]   {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #DDE0E7;
    box-shadow: none;
    color: #2B2D42;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    height: 3.1785714286rem;
    padding: 0.75rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}
#form-holder h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.checkout-summary .summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.6rem 0;
}
.checkout-summary .summary-row.header {
    margin-bottom: 1rem;
    border-bottom: 1px solid #DDE0E7;
    padding-bottom: 0.5rem;
}
.checkout-summary .change-plan {
    color: #ababab;
    cursor: pointer;
    text-decoration: underline;
}
.mobile-form-holder .cta {
    display: flex;
    justify-content: center;
    gap: 10px;
}
#form-holder button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 1.4285714286rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1.1428571429rem 2.2857142857rem 1.2142857143rem 2.2857142857rem;
    font-size: 1.1428571429rem;
    background-color: #FDB02A;
    border-color: #fda50d;
    color: #2B2D42;
    transition: background-color 300ms ease-out;
}
#form-holder .buy-now button {
    padding: 8px 16px;
    background-color: #f3ae5f;
    border: 0;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 10px;
}
.mobile-box {
    display: none;
}
.esim-seo-wrapper h2 {
    margin-top: 0px;
}
.sim-options-wrapper-hold {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
}
.esim-warning {
    border: 1px solid #ababab;
    border-radius: 5px;
    /* box-shadow: 10px 4px 12px 5px #f9f9ff; */
    padding: 1rem;
    display: flex;
    flex-direction: column;
}
.esim-warning-title {
    font-weight: bold;
    cursor: pointer;
}
.esim-warning-title i {
    color: #f3ae5f;
}
.esim-warning-body {
    margin-top: 15px;
}
.esim-warning-body a {
    color: #f3ae5f!important;
    font-weight: bold;
}
@media (max-width: 707px) {
    .elementor-element-98a32a9 h1 {
        font-size: 28px;
    }
    .esim-seo {
        width: 100%;
    }
    .esim-seo img {
        display: none;
    }
    .esim-container {
        width: 100%;
    }
    .sim_order {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    .accordion-item-body .inner .sim-options {
        width: 100%;
        justify-content: center;
    }
    .sim-options-wrapper-hold {
        display: block;
    }
}