/* ***************************** font family css Start ***************************** */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
}
/* ***************************** font family css End ***************************** */

.os-type-container {
    display: flex;
    align-items: center;
    gap: 10px;
        position: relative;

}
.os-type-container-main-container {
    text-align: left;
}
.os-type-container-main-container>span {
    font-weight: 700;
    font-size: 16px;
}
 
.os-type-container-ul li, .os-type-container-ul-other li {
    font-weight: 400;
}

/*.os-type-container-ul-con-other  .os-list-main-other span {*/
/*    max-width: 103px;*/
/*    overflow: hidden;*/
/*}*/
 

#order-standard_cart #frmConfigureProduct .panel-default.panel-addon {
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 12px;
}
 
#order-standard_cart #frmConfigureProduct .panel-body-cus-con {
    display: flex;
}
 
#order-standard_cart #frmConfigureProduct .addon-products .panel-price {
    text-align: right;
    color: #0d6efd;
    font-size: 15px;
    line-height: 20px;
}
 
#order-standard_cart #frmConfigureProduct .panel-default.panel-addon .panel-body.card-body {
    padding: 0;
}
 
#order-standard_cart #frmConfigureProduct .panel-default.panel-addon .panel-body.card-body p {
    margin-bottom: 0;
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 33px;
}
 
#order-standard_cart #frmConfigureProduct .addon-products .panel-body label{
    MARGIN:0PX;
}
 
 
#fullpage-overlay {
  display: grid;
}

.billing-cycle-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.billing-cycle-box input[type="radio"] {
  display: none;
}

.billing-cycle-box.active,
.billing-cycle-box:has(input:checked) {
  background: #196bde;
  color: #ffffff;
  border-color: #1444aa;
}

.billing-cycle-box:hover {
  border-color: #9cbafa;
}

.cycle-name {
  display: block;
  font-size: 15px;
}

section#main-body {
  background: #f6f8fb;
}

.billing-cycle-box {
  position: relative;
  padding: 14px 10px;
  border: 1px solid #1444aa;
  border-radius: 7px;
  background: #f5f5f5;
  color: #000;
  cursor: pointer;
  font-weight: 400;
  transition: all 0.2s ease;
  min-width: 110px;
  text-align: center;
}

/* Wrapper */
.qty-slider-wrapper {
  padding: 15px;
  border: 1px solid #d0d5e0;
  border-radius: 14px;
  background: #fff;
}

/* Full line */
.irs-line {
  height: 6px !important;
  background: #dfe7ff !important;
  border: none !important;
  border-radius: 30px !important;
  top: 25px !important;
}

/* Active blue line */
.irs-bar {
  height: 6px !important;
  background: #196bde !important;
  border: none !important;
  top: 25px !important;
}

/* Left edge */
.irs-bar-edge {
  height: 6px !important;
  background: #196bde !important;
  border: none !important;
  top: 25px !important;
}

/* Circle handle */
.irs-slider {
  width: 22px !important;
  height: 22px !important;
  top: 17px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 4px solid #196bde !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

/* Remove old icon */
.irs-slider:before {
  display: none !important;
}

/* Hide top popup */
.irs-single,
.irs-from,
.irs-to {
  display: none !important;
}

/* Min/max labels */
.irs-min,
.irs-max {
  background: transparent !important;
  color: #666 !important;
  font-size: 13px !important;
  top: 5px !important;
}

/* Grid labels */
.irs-grid-text {
  font-size: 13px !important;
  color: #666 !important;
}



/* Grid lines */
.irs-grid-pol {
  background: #ccc !important;
}

.irs-slider.single {
  width: 34px !important;
  height: 34px !important;
  top: 11px !important;
  border-radius: 50% !important;
  background: #196bde !important;
  border: 3px solid #fff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;

  display: flex !important;
  align-items: center;
  justify-content: center;

  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700;
}

.irs-slider.single:before {
  display: none !important;
}

.slider-count {
  line-height: 1;
}
.os-type-container-ul-other li:hover {
    background: #306ce1;
    color: #fff;
}
.option-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.config-option-box {
  padding: 14px 20px;
  border: 1px solid #d0d5e0;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 600;
  min-width: 120px;
  text-align: center;
}

.config-option-box:hover {
  border-color: #196bde;
}

.config-option-box.active {
  background: #196bde;
  border-color: #196bde;
  color: #fff;
}

.config-option-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Main wrapper */
.os-selector-wrapper {
  margin-top: 15px;
}

/* Top category tabs */
.os-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

/* Category button */
.os-category {
  padding: 12px 22px;
  border: 1px solid #d0d5e0;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  user-select: none;
}

/* Active category */
.os-category.active {
  background: #196bde;
  border-color: #196bde;
  color: #fff;
}

/* Hover */
.os-category:hover {
  border-color: #196bde;
}

/* Options area */
.os-options-group {
  display: none;
  flex-wrap: wrap;
  gap: 14px;
}

/* Active options group */
.os-options-group.active {
  display: flex;
}

/* Individual option cards */
.config-option-box {
  min-width: 220px;
  padding: 18px 20px;
  border: 1px solid #d0d5e0;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;

  font-size: 14px;
  font-weight: 600;
  color: #333;
}

/* Hover */
.config-option-box:hover {
  border-color: #196bde;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* Active selected card */
.config-option-box.active {
  background: #f4f8ff;
  border-color: #196bde;
  color: #196bde;
  box-shadow: 0 4px 16px rgba(47, 109, 246, 0.15);
}

/* Active checkmark */
.config-option-box.active:after {
  content: "âœ“";
  position: absolute;
  top: 10px;
  right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #196bde;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#osOptionsPopup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

#osOptionsPopup.active {
  display: block;
}

.os-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}

.os-popup-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 60px auto;
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  z-index: 2;
  max-height: 80vh;
  overflow-y: auto;
}

.os-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.os-popup-header span {
  font-size: 20px;
  font-weight: 700;
}

.os-popup-close {
  border: none;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
}

/* Popup option layout */
.os-popup-group {
  display: none;
  flex-wrap: wrap;
  gap: 15px;
}

.os-popup-group.active {
  display: flex;
}

.os-options-group {
  display: none;
  margin-top: 18px;
}

.os-options-group.active {
  display: block;
}

.os-sub-select {
  max-width: 450px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #d0d5e0;
  box-shadow: none;
  font-size: 14px;
  padding: 0 14px;
}

.os-sub-select:focus {
  border-color: #196bde;
  box-shadow: 0 0 0 3px rgba(47, 109, 246, 0.12);
}

#osOptionsPopup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

#osOptionsPopup.active {
  display: block;
}

.os-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.os-popup-content {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: 100px auto;
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  z-index: 2;
}

.os-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.os-popup-close {
  border: none;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.os-sub-select {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #d0d5e0;
  box-shadow: none;
}

.os-popup-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.os-category {
  display: flex;
  align-items: center;
  gap: 10px;
}

.os-category-image {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* Orderform css Start 27-05-26 */
.container {
  max-width: 1280px;
}
.order-standard_cart-2 .cart-body {
  width: 100% !important;
}
#order-standard_cart .field-container {
  margin: 0;
}
.productConfigurableSection i {
  display: block;
  text-align: right;
  line-height: 2;
}

.productConfigurableSection h1 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.productConfigurableSection {
  background: transparent;
  margin-bottom: 20px;
  border: 1.5px solid #d0d5e0;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  /* box-shadow: 0 8px 24px #196bde1a, 0 0 0 4px #196bde0f; */
}
.billingCycleBox .billing-box strong {
  display: block;
}

.billingCycleBox .billingCycleBox-con {
  width: 33%;
}
.billingCycleBox .billing-box {
  border: 1px solid #d0d5e0;
  padding: 8px;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px !important;
}
.os-type-container-ul li:hover {
  background: #196bde;
  color: #fff;
}
.irs-slider.single {
  width: 24px !important;
  height: 24px !important;
  top: 17px !important;
  background: #fff !important;
  border: 3px solid #196bde !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700;
}
.row.hide-show-configoption-btn {
  padding: 19px;
  background: transparent;
  margin: 0;
}

.hide-show-configoption {
  padding: 19px;
  background: transparent;
}

.productConfigurableSection.active-box {
  box-shadow:
    0 8px 24px #196bde1a,
    0 0 0 4px #196bde0f;
  border: 1.5px solid #196bde;
}

.hide-show-configoption label {
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #000 !important;
}
ul.os-type {
  display: flex;
  gap: 10px;
  list-style: none;
  padding-left: 10px;
  background: #eeeeee;
  padding: 7px;
  border-radius: 15px;
  width: fit-content;
}

ul.os-type li {
  background: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.os-type li.active {
  background: #2672df;
  color: #fff;
}
ul.os-type li.active:hover {
  color: #ffff;
}
ul.os-type li:hover {
  color: #2672df;
}
.order-standard_cart-2 .header-lined h1 {
  color: #1d1d1d;
  font-size: 22px !important;
  text-transform: capitalize;
  margin: 6px 0 8px;
  font-weight: 700;
}
/* Orderform css End 27-05-26 */
.os-list img.os-image {
  width: 30px;
}
.switch-box .col-md-6 {
  margin-bottom: 20px;
}
.os-list span.os-name {
  display: block;
  font-size: 14px;
  line-height: 23px;
  color: #000;
  font-weight: 600;
}

.os-list {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #d0d5e0;
  padding: 10px;
  border-radius: 15px;
  background: #eff5fe;
}

.oprating-system.row {
  gap: 20px;
  padding: 0 20px;
}

.os-list.active {
  background: #2672df;
}

.col-md-3.os-list.active span {
  color: #fff;
}
span.selectedValueForSlider {
  float: right;
  color: #3066b5;
  font-weight: 800;
  font-size: 14px;
}
.hide-show-configoption .form-group.hardware-box {
  border: 1px solid #0d6efd;
  padding: 15px;
  border-radius: 15px;
}
.location-option img {
  width: 23px;
  margin: 0 auto;
  display: block;
}

span.Company-Name {
  display: block;
}

.location-option span {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}

.location-option {
  border: 1.5px solid #e2e8f0;
  /* margin-right: 10px; */
  border-radius: 15px;
  padding: 15px;
  background: #fff;
}
.plan-card:hover {
  background: #e8f0fb;
  border: 1px solid #0d6efd;
}
.hardware-switch ul li {
  cursor: pointer;
  color: #091413;
  transition: 0.3s ease;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.os-tabs li span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hardware-switch.bg-light ul {
  background: #eeeeee;
  border-radius: 15px;
  gap: 10px;
}
.billingCycleBox {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px solid #d0d5e0;
  /* gap: 8px; */
}

/* .billingCycleBox-con {
  width: 200px;
} */
.location-option.active {
  border: 1.5px solid #0d6efd;
  background: #f4f8ff;
}

/* vishal css Start */

.billing-box:hover {
  border-color: #0d6efd;
  background: #f5f9ff;
}

.billing-box.active {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}

/* tab section */
.hardware-switch ul li {
  cursor: pointer;
  color: #091413;
  transition: 0.3s ease;
}

.hardware-switch ul li.active {
  background: #196bde;
  color: #fff;
}

.switch-box.active {
  display: block;
}

/* new-structure design */
.plan-card {
  position: relative;
  border: 1px solid #d0d5e0;
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  transition: 0.3s;
  height: 100%;
}

.plan-card.active {
  border: 2px solid #3b82f6;
  background: #f4f8ff;
}

.plan-card h4 {
  font-size: 16px !important;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
}
.productConfigurableSection .os-type-container-main-container i {
    line-height: 1;
}

/*.price {*/
/*  font-size: 14px;*/
/*  font-weight: 700;*/
/*  color: #166534;*/
/*}*/
.price {
    font-size: 12px;
    font-weight: 700;
    color: #196bde;
    background: #f4f8ff;
    padding: 2px 9px;
    border-radius: 7px;
    margin-top: 3px;
    width: 100%;
    max-width: fit-content;
    text-align: center;
    display: inline-block;
}
.os-type-container-main-section {
    text-align: left;
    width: 100%;
}

.os-type-container-main-section>span {
    font-weight: 700;
    font-size: 16px;
}

body .os-list-main-other {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    margin-top: 3px;
    width: 100%;
}
.plan-spec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 21px;
}

.plan-spec span {
  color: #666;
}

.plan-spec strong {
  font-weight: 600;
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 16px;
  background: #f59e0b;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 30px;
}

/* vishal css Css*/
div#Configer-server .form-control {
  height: 45px;
  border: 1px solid #e4e4e4 !important;
  border-radius: 5px !important;
  box-shadow: none;
  color: #808080 !important;
}
/* .form-control {
  width: 100%;
  height: 40px;
  background: transparent;
  border: transparent;
  border-radius: 0;
  border: 1px solid #d0d5e0;
  font-size: 14px;
  color: #000;
} */
.location-option:hover {
  background: #f4f8ff;
  border-color: #196bde;
}
#order-standard_cart .product-info {
  margin: unset;
  padding: 6px 0px;
  font-size: 14px;
  background-color: unset;
  border-top: unset;
  border-bottom: unset;
  line-height: 23px;
  color: #000;
  font-weight: 600 !important;
}
section#main-body {
  background: #f6f8fb;
}
div#orderSummary-new {
  background: #fff;
  border: 1px solid #d0d5e0;
  border-radius: 15px;
  position: sticky;
  top: 20px;
}
#order-standard_cart .secondary-cart-sidebar {
  width: 40% !important;
}
#order-standard_cart .secondary-cart-body {
  width: 60% !important;
  background: #fff;
  padding: 20px;
  border: 1px solid #d0d5e0;
  border-radius: 20px;
}
#order-standard_cart .font-size-30 {
  color: #1d1d1d;
  font-size: 22px;
  text-transform: capitalize;
  margin: 6px 0 10px;
  font-weight: 700;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #d0d5e0;
}
.secondary-cart-body p {
  font-size: 16px;
  color: #000;
  line-height: 23px;
}
.box-section-header {
  display: flex;
  align-items: center;
  gap: 5px;
}
.os-Container img, .os-Container-other img {
  width:40px;
}
#order-standard_cart .product-info .product-title {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  font-weight: 600;
}
#order-standard_cart .cart-sidebar .list-group-item.active {
	background: #196bde;
	color: #ffff !important;
}
.irs-grid-text {
  color: #000 !important;
  font-weight: 800 !important;
}
.box-section-header h1 i {
  line-height: 0;
  margin-top: 10px;
}

.os-image {
  width: 100px;
}

.os-Container span, .os-Container-other span {
  display: block;
  font-weight: bolder;
  font-size: 16px;
  margin-top: 10px;
}

.os-type-container-ul, .os-type-container-ul-other {
  list-style: none;
  margin: 0;
  padding: 0;
}

.os-list-new,
.os-list-main {
  cursor: pointer;
}

.os-list-new {
  display: none;
}

/* .os-type-container-ul:hover .os-list-new{
        display: block;
    } */

/* new code */
.main-os-li-section {
  display: unset !important;
  margin-bottom: 20px;
}

.os-tabs {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 5px;
  border-radius: 50px;
  list-style: none;
  margin: 0;
  gap: 10px;
}
.os-type-container-ul-con-other .os-list-main-other i {
  line-height: 1;
}
div#PlainOS ul.os-tabs {
  background: #fff;
  border: 1px solid #d0d5e0;
  margin-bottom: 20px;
  width: fit-content;
}

.os-tabs li {
  padding: 5px 20px;
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  transition: 0.3s;
}

.os-tabs li.active {
  background: #196bde;
  color: #fff;
  box-shadow: 0 2px 8px rgba(47, 109, 246, 0.3);
}

.os-tabs li:hover {
  background: #196bde;
  color: #fff;
}
.os-type-container-ul, .os-type-container-ul-other {
  position: absolute;
  /*top: 140px;*/
  /*min-width: 273px;*/
  top: 80px;
  min-width: fit-content;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 10px #00000021;
  z-index: 999;
  left: 0;
  border-radius: 15px;
}


.os-type-container-ul li, .os-type-container-ul-other li {
     background-color: transparent;
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #e9e9e9;
    font-size: 12px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}
.li-price-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
div#SoftWare-Section {
    overflow: unset;
}
.os-type-container-ul-other li{
    padding: 10px 10px;
    font-size: 13px;
}
div#PlainOS {
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 15px;
  background: #f4f8ff;
}

.os-type-new-container .os-type-container, .os-type-new-container-other .os-type-container{
  border: 1px solid #d0d5e0;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  background: #fff;
  margin-right: 0px;
}

.os-type-new .row {
  margin: 0;
}

.os-list-main, .os-list-main-other{
  font-size: 14px;
  line-height: 23px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
}
#order-standard_cart .summary-container {
  font-size: 15px;
  padding: 0;
  background: transparent;
}

#order-standard_cart .summary-container .clearfix {
  margin-bottom: 10px;
}
#order-standard_cart .order-summary {
  background-color: transparent !important;
}
#order-standard_cart .order-summary {
  border-bottom: unset;
}
#order-standard_cart button#btnCompleteProductConfig {
  background: #196bde;
  width: 100%;
  border: 1px solid #196bde;
  color: #fff;
}

.os-type-container-ul li:last-child, .os-type-container-ul-other li:last-child {
  border-bottom: unset;
}

.os-type-container.col-md-3{
  margin-bottom: 10px;
}
.os-type-container-ul li.active, .os-type-container-ul-other li.active {
  background: #196bde;
  color: #fff;
}
.os-type-container-ul li:first-child, .os-type-container-ul-other li:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.os-type-container-ul li:last-child, .os-type-container-ul-other li:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.os-type-container-ul:has(> li[style*="display: list-item"]), .os-type-container-ul-other:has(> li[style*="display: list-item"]) {
  border: 1px solid #d0d5e0;
  overflow-y: auto;
  max-height: 300px;
}
.os-list-main span, body .os-list-main-other span {
    white-space: nowrap;
    width: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#order-standard_cart .order-summary .product-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
  color: #000;
  padding: 0 15px;
  padding-top: 20px;
}

.total-due-today {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-direction: unset;
  /* margin-top: 10px; */
  background: #f4f8ff;
  padding: 10px 20px !important;
  border-bottom: 1px solid #ddd;
}

#order-standard_cart .order-summary .total-due-today .amt {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
}
#order-standard_cart .products .product div.product-pricing .price-box-price{
    display: flex;
    align-items: end;
    gap: 10px;
}
#order-standard_cart .products .product footer .btn-order-now {
    margin-top: 20px;
} 
#order-standard_cart .products .row.row-eq-height .product footer{
    padding: 0 !important;
}
body #order-standard_cart .products#products .product div.product-pricing span.price{
    font-size: 14px !important;
    margin: 0 !important;
}
body #order-standard_cart .products#products .product div.product-pricing {
    display: unset !important;
}
#order-standard_cart .summary-container .clearfix span.pull-left.float-left {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  font-weight: 600;
}
.row.hide-show-configoption-btn:hover {
  background: #f5f5f5;
}
#SoftWare-Section:has(li.os-list-new[style*="display: list-item"]),
#SoftWare-Section:has(li.os-list-new[style*="display: block"]),
#SoftWare-Section:has(li.os-list-new-other[style*="display: list-item"]),
#SoftWare-Section:has(li.os-list-new-other[style*="display: block"]) {
  overflow: revert;
}
div#OSWithPanel .os-type-new-container-other.row .os-type-container.col-md-3 {
    width: 250px;
}
.main-os-li-section-change ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
div#SoftWare-Section
  .row.hide-show-configoption-btn:hover:has(
    li.os-list-new[style*="display: list-item"]
  ), div#SoftWare-Section
  .row.hide-show-configoption-btn:hover:has(
    li.os-list-new-other[style*="display: list-item"]
  ) {
  background: transparent !important;
}
#order-standard_cart .summary-container .clearfix span.pull-left.float-left i,
#order-standard_cart .order-summary .product-group i,
.total-due-today span i,
p.monet-back i {
  font-size: 13px;
  color: #196bde;
  font-weight: 600;
  width: 15px;
}
#order-standard_cart .summary-container .clearfix span.pull-left.float-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
#order-standard_cart .order-summary .loader {
  position: relative;
  top: 20px;
  height: 0;
  padding-right: 20px;
  text-align: right;
  color: #196bde;
}

div#orderSummary-new .text-center {
  padding: 0 15px;
}
#order-standard_cart .order-summary .product-name i,
#order-standard_cart .font-size-30 i {
  color: #196bde;
  font-size: 15px;
}
#order-standard_cart .order-summary .product-group {
  border-bottom: 1px solid #d0d5e0;
  padding-bottom: 15px !important;
  margin-bottom: 20px;
}

p.monet-back {
  margin-top: 10px;
}

.summary-totals .clearfix:last-child {
  border-bottom: unset;
}
#order-standard_cart .order-summary .summary-totals {
  margin: 0 !important;
}
#order-standard_cart .order-summary .product-group,
#order-standard_cart .summary-container .clearfix,
#order-standard_cart .order-summary .summary-totals {
  padding: 0 20px;
}
#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .product-name{
    padding: 0 20px;
}
.summary-totals .clearfix {
  padding: 0 20px !important;
  padding-top: 15px !important;
  border-bottom: 1px solid #d0d5e0;
  margin: 0 !important;
  padding-bottom: 15px !important;
}
.total-due-today {
  padding: 0 15px;
}
div#location-Section .hide-show-configoption .col-md-3 {
  margin-bottom: 15px;
}

#order-standard_cart .products .product div.product-desc .plan-spec br {
  display: none;
}

#order-standard_cart .products .product div.product-desc {
  width: 100%;
  padding: 5px 20px;
}
#order-standard_cart .products .product footer {
  width: 100%;
  margin: 0 !important;
  padding: 0 20px 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #ddd;
}

#order-standard_cart .products .product footer .btn-order-now,
#order-standard_cart button#btnCompleteProductConfig {
  width: 100%;
  padding: 8px;
  border-radius: 12px;
  background: #196bde;
  border-color: #196bde;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}

#order-standard_cart .products .product footer .btn-order-now:hover,
#order-standard_cart button#btnCompleteProductConfig:hover {
  background: transparent;
  border-color: #196bde;
  color: #196bde;
}
#order-standard_cart .products .product footer .btn-order-now:focus {
  box-shadow: unset;
}

#order-standard_cart .products .product .plan-spec strong {
  color: #196bde;
}

#order-standard_cart .products .product div.product-pricing {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #000 !important;
}

#order-standard_cart .products .product div.product-desc .plan-spec span {
  color: #000;
  font-weight: 600;
  display: flex;
  gap: 5px;
  align-items: center;
}
#order-standard_cart .products .product header span {
  margin: 0;
  color: #121212;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}
#order-standard_cart .products .product {
  padding: unset;
  border-radius: 15px;
  border: 1.5px solid #d0d5e0;
  overflow: hidden;
  height: 354px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#order-standard_cart .products .product header {
  margin: unset;
  background: #f4f8ff;
  border-radius: unset;
  display: flex;
  gap: 5px;
  align-items: center;
}
#order-standard_cart .products .product div.product-pricing span.price {
  font-size: 22px;
  line-height: 30px;
  margin-top: 7px;
  display: inline-block;
}
#order-standard_cart .cart-sidebar .list-group-item.active {
  background: #196bde;
}
#order-standard_cart .font-size-36 {
  font-size: 36px;
  color: #1d1d1d;
  font-size: 22px;
  text-transform: capitalize;
  margin: 6px 0 10px !important;
  font-weight: 700;
  margin: 0;
}
#order-standard_cart .products .product div.product-desc .plan-spec span i {
  color: #196bde;
}

#order-standard_cart .products .product header i {
  color: #196bde;
}
.preselected-container .plan-card .plan-spec span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.preselected-container .plan-card .plan-spec span i {
  color: #196bde;
}
#order-standard_cart .products .product div.product-pricing .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#order-standard_cart
  .products
  .product
  div.product-pricing
  .price-box
  .price-box-price
  span {
  font-size: 15px;
}
#order-standard_cart .products .product div.product-pricing .price-box-price {
  font-size: 12px;
}
/* #order-standard_cart .products .row.row-eq-height .col-md-6 {
  margin-bottom: 20px;
} */
#order-standard_cart
  .products
  .product
  div.product-pricing
  .price-box
  .price-box-heading
  i {
  color: #196bde;
}
.row-new {
  display: flex;
  justify-content: space-between;
  padding: 19px;
}

label.inputBillingcyclelabel {
  padding: 20px 20px 0;
}
label.inputBillingcyclelabel {
  padding: 0px 20px;
  padding-top: 0px;
  color: #000 !important;
  padding-top: 20px;
  font-weight: 700;
  font-size: 17px !important;
  line-height: 23px;
  margin-bottom: 10px;
  font-weight: 700 !important;
}
label.inputBillingcyclelabel i {
  color: #196bde;
}
#order-standard_cart .font-size-36 i {
  color: #196bde;
}
#order-standard_cart .product-info .product-title i {
  color: #0d6efd;
}
.location-option.active span {
	font-weight: 600;
}
.location-option:hover span {
	font-weight: 600;
}
.hardware-switch ul li:hover {
	background: #196bde;
	color: #ffff;
}
ul.os-continer {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 5px;
  border-radius: 50px;
  list-style: none;
  margin: 0;
  gap: 10px;
  width: fit-content;
  margin-bottom: 20px;
}

ul.os-continer li {
  padding: 5px 20px;
  border-radius: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  transition: 0.3s;
}

ul.os-continer li.os-container-li.active {
  background: #196bde;
  color: #fff;
  box-shadow: 0 2px 8px rgba(47, 109, 246, 0.3);
}
div#OSWithPanel .os-type-new-container-other.row {
  margin-left: 10px;
}

/*.os-type-container-ul-other{*/
/*  top: 120px !important;*/
/*  min-width: 213px;*/
/*}*/
.plan-card ul {
    padding-left: 20px;
}
 body form#frmConfigureProduct div#productConfigurableOptions {
    background-color: unset !important;
    padding: unset !important;
    margin-bottom: unset !important;
    box-shadow: unset;
}
#order-standard_cart #scrollingPanelContainer .summary-container{
    padding: 20px 0 !important;
}
body #order-standard_cart #frmConfigureProduct .product-info, #order-standard_cart #frmConfigureProduct .field-container {
    padding: unset !important;
    box-shadow: unset !important;
}
body #order-standard_cart #frmConfigureProduct .product-info, #order-standard_cart #frmConfigureProduct .field-container {
    padding: unset !important;
    box-shadow: unset;
}
#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .summary-totals{
    padding: 0 !important;
}
#order-standard_cart #frmConfigureProduct #scrollingPanelContainer .order-summary .product-name{}

p#SoftWare-Section-OS-value-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dddd;
    padding: 5px 20px;
    border-radius: 15px;
    margin-bottom: 4px;
}

ul#SoftWare-Section-OS-ul {
    box-shadow: 0 0 10px #ddd;
    /* padding: 15px 15px; */
    padding-left: 0;
    list-style: none;
    border: 1px solid #ddd;
    border-radius: 15px;
}

ul#SoftWare-Section-OS-ul li {
    font-size: 15px;
    line-height: 23px;
    border-bottom: 1px solid #ddd;
}

ul#SoftWare-Section-OS-ul li {
    padding: 10px 20px;
}
ul#SoftWare-Section-OS-ul li:first-child{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
ul#SoftWare-Section-OS-ul li:last-child{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

li.SoftWare-Section-OS-li.active {
    background: #2f70ff;
    color: #fff;
}

ul#SoftWare-Section-OS-ul li:hover {
    background: #4072ff;
    color: #fff;
}
/* *********************** Responsive Css Start *********************** */
@media (max-width: 992px) {
  #order-standard_cart .secondary-cart-body {
    width: 100% !important;
    padding: 15px !important;
    margin: 0 15px;
    margin-top: 0;
  }
  #order-standard_cart .secondary-cart-sidebar {
    width: 100% !important;
    margin-top: 20px;
  }
  .os-type-container-ul, .os-type-container-ul-other  {
    width: 100%;
    top: 140px;
  }
  .billingCycleBox .billingCycleBox-con {
    width: 33%;
  }
}
/* *********************** Responsive Css End *********************** */

/* Responsive */
@media(max-width: 1024px){
  #order-standard_cart .sidebar-collapsed {
    margin-top: 0;
  }
  .billingCycleBox .billingCycleBox-con {
    width: 50%;
  }
} 
@media (max-width: 767px) {
  div#OSWithPanel .os-type-new-container-other.row{
    width: 100%;
  }
  .config-option-box {
    min-width: 100%;
  }

  .os-category-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 5px;
  }
}
@media (max-width: 575px) {
  div#PlainOS ul.os-tabs{
        width: 100%;
  }
  div#OSWithPanel .os-type-new-container-other.row .os-type-container.col-md-3{
    width: 100%;
  }
  div#OSWithPanel .os-type-container-ul-other {
      top: 120px;
  }
  .main-os-li-section-change ul.os-continer {
  flex-direction: column;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #ddd;
}
.main-os-li-section-change ul.os-continer li {
  width: 100%;
}
.os-type-container.col-md-4 {
    margin-bottom: 20px;
}
  .billingCycleBox .billingCycleBox-con {
    width: 50%;
  }
  .main-os-li-section {
    width: 100%;
  }
  ul.os-tabs {
    flex-direction: column;
    width: 100%;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .os-tabs li {
    width: 100%;
  }
 
  #order-standard_cart .order-summary .total-due-today span {
    text-align: left;
  }
  #order-standard_cart .order-summary .total-due-today .amt {
    font-size: 16px;
    text-align: right;
  }
  .hardware-switch.bg-light ul {
    flex-direction: column;
    width: 100%;
    padding: 10px;
  }

  .hardware-switch {
    width: 100%;
  }

  .hardware-switch ul li {
    width: 100%;
  }
  #order-standard_cart .summary-container .clearfix span.pull-left.float-left{
    font-size: 13px;
  }
  span.selectedValueForSlider{
    font-size: 12px;
  }
}

#order-standard_cart #frmConfigureProduct .addon-products .panel-price{
    font-size: 13px;
}
 
@media(max-width: 1024px){
    .os-list-main span, body .os-list-main-other span{
        width: 152px;
    }
    .os-type-container-ul, .os-type-container-ul-other{
        top: 80px;
    }
}
@media(max-width: 991px){
    .os-list-main span, body .os-list-main-other span{
        width: 100%;
    }
}
@media(max-width: 575px){
    .os-list-main span, body .os-list-main-other span{
        width: 140px;
    }
    .os-type-new-container .col-md-6 {
        margin-bottom: 10px
    }
}
@media(max-width: 425px){
    .os-list-main span, body .os-list-main-other span{
        width: 80px;
    }
}