* {
    padding: 0;
    margin:0;
    box-sizing: border-box;
}
.container {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-4,
.col-6,
.col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.col-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
}
.switch {
    position: relative;
    display: inline-block;
    width: 46.5px;
    height: 28px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
} 
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 10px 21px 4px rgba(0,0,0,.05), 0 0 3px 2px rgba(0,0,0,.08), 0 2px 3px 0 rgba(0,0,0,.07);
    top: 1px;
}
input:checked + .slider {
    background-color: #ccc;
}
input:focus + .slider {
    box-shadow: 0 0 1px #ccc;
}
input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.slider.round {
    border-radius: 34px;
}  
.slider.round:before {
    border-radius: 50%;
}
.ms-pricing p,
.ms-pricing-table.ms-pricing-info ul li,
.toggle-button-area .toggle-label {
    font-family: 'Muli',sans-serif;
}
.toggle-button-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.toggle-button-area .toggle-label {
    /* margin: 15px; */
    color: #8596A5;
    font-size: 17px;
    white-space: nowrap ;
}
.ms-annually {
    position: relative;
    bottom: 35px;
    left: 60px;
}
.ms-monthly {
    position: relative;
    bottom:15px;
    right: 110px; 
}
input[value="Annually"] ~ .ms-annually, 
input[value="Monthly"] ~ .ms-monthly {
    color:#1799dd !important;
  font-weight:700;
  transition: all .3s ease-in-out;
}
.ms-pricing-table {
    border-radius: 4px;
    box-shadow: 0 6px 10px 0 rgba(31,53,70,.04), 0 0 3px 0 rgba(31,53,70,.06), 0 0 2px 0 rgba(0,0,0,.1);
    margin-bottom: 30px;
    background-color: #B2E3FD;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}
.pricing-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.pricing-footer {
  margin-top: auto;
}
.ms-pricing-title {
    color: #1799DD;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .4px;    
    font-weight: 700;
    padding: 25px 25px 0px;
}
.ms-pricing-subtext {
    color: #B2E3FD;
    /* font-size: 15px; */
    /* line-height: 1.6; */
    /* letter-spacing: .4px;     */
    /* font-weight: 700; */
    padding-left: 25px;
    /* margin-bottom:10px; */
}
.ms-pricing-price {
    font-size: 40px;
    font-weight: 600;
    padding: 10px 25px 20px 25px;
    color:#001b2f;
}
.ms-pricing-price .price-sup {
    font-size: 19px;
    font-weight: 800;
    position: relative;
    top: -16px;
}
.ms-pricing-price .bill-frequency {
    font-size: 32px;
    padding-left: 0px;
}
.ms-pricing-select {
    background: #96d7fa;
    padding: 25px;
    position: relative;
    top: -10px;
}
.ms-pricing-select p {
    font-size: 15px;
    color: #55687c;
    margin-bottom: 10px;
}
.ms-pricing-select .ms-price-dropdown {
    width:100%;
    font-size: 18px;
    color: #55687c;
    border: 1px solid #e8e8e8;
    padding: 8px;
    border-radius: 4px;
    background: #fff;
}
.ms-pricing-select .ms-price-dropdown:focus {
    outline: 0;
}
#version-prompt{
    color: red;
}
.ms-pricing .ms-pricing-info {
    padding: 25px;
    font-family: 'Muli',sans-serif;
}
.ms-pricing .ms-pricing-info ul li {
    position: relative;
    padding-left: 22px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #55687C;
    list-style-type:none;
}
.ms-pricing .ms-pricing-info ul li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #1799DD; /* Blue checkmark */
}
.ms-pricing .ms-pricing-info ul li.ms-pricing-info-hidden:before {
    background: none;
}
.ms-pricing .ms-pricing-info ul li.ms-pricing-info-hidden {
    text-decoration: line-through;
    color: #bfbfbf;
}
.pricing-cta {
    padding: 0 25px 35px;
    display: flex;
    justify-content: center;
}
.pricing-cta .pricing-btn {
    border-radius: 4px;
    transition:0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    font-size: 16px;
    text-align:center;
    padding: 15px;
    width: 75%;
    border: 1px solid #DFE6EC;
    color: #55687C;
    background: #F5F7FA;
    text-decoration: none;
    font-family: 'Muli',sans-serif;
    font-weight: 700;
}
.pricing-cta .pricing-btn:hover {
    background-color: orange;
    color: #263D55;
    border: 1px solid #CED9E2;
}
.pricing-table-featured {
    background: #1799DD;
}
.pricing-table-featured .ms-pricing-title {
    color: #B2E3FD;
}
.pricing-table-featured .ms-pricing-price {
    color: #fff;
}
.pricing-table-featured .ms-pricing-select {
    background: #0E8BCE;
}
.pricing-table-featured .ms-pricing-select p,
.pricing-table-featured .ms-pricing-info ul li,
.pricing-table-featured .ms-pricing-info ul li.ms-pricing-info-hidden {
    color: #fff;
}
.pricing-table-featured .pricing-btn {
    background: #fff;
    color: #1799DD;
    border-color: #FFF;
}
.pricing-table-featured .pricing-btn:hover {
    background-color: orange;
    color: #fff;
}
.pricing-table-featured .ms-pricing-info ul li:before {
    color: white;
}
.image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.support-email {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    margin-top: -20px;
}
.network-seats-guide {
    color: white;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .4px;    
    font-weight: 700;
    font-family: 'Muli',sans-serif;
    margin-top: -20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.network-seats-guide:hover{
    color: yellow;
}
.email-link {
    color: #55687C;;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .4px;    
    font-weight: 700;
    font-family: 'Muli',sans-serif;
    margin-top: -20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.email-link:hover{
    color: #1799DD;
}

@media (max-width:550px) {
    .ms-pricing-select .ms-price-dropdown {
        width: 100%;
    }
}

.ms-overflow {
  overflow:hidden;
  padding: 0;
  margin: 0;
}
.ms-pricing-price { 
    -webkit-animation: slide-up .4s ease-out; 
    -moz-animation: slide-up .4s eease-out;
}
.ms-pricing-price.price-txt {
    -webkit-animation: slide-down .4s ease-out; 
    -moz-animation: slide-down .4s ease-out;
}

@-webkit-keyframes slide-up {0% {-webkit-transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); }}
@-moz-keyframes slide-up {0% {-webkit-transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); }}

@-webkit-keyframes slide-down {0% {-webkit-transform: translateY(-50%); } 100% { opacity: 1; -webkit-transform: translateY(0); }}
@-moz-keyframes slide-down {0% {-moz-transform: translateY(-100%); } 100% { opacity: 1; -moz-transform: translateY(0); } }

.pricing-btn {
    cursor: pointer;
}

.toggle-wrapper {
  text-align: center;
  margin-top: 10px;
}

.toggle-label {
  margin: 0 12px;
  color: #8596A5;
  font-size: 17px;
  white-space: nowrap;
}

.billing-discount-text {
  color: #1799dd;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
  margin-top: 0px;
}

.revit-version-note {
  color: orange;
  font-family: 'Muli', sans-serif;
  margin-top: 0px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;   /* slightly wider for better breathing space */
  height: 28px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  top: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}

/* When toggled ON */
input:checked + .slider:before {
  transform: translateX(24px); /* 52 - 22 - 6 = 24 */
}

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

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

.ms-pricing-equivalent {
  font-size: 16px;
  color: #55687c;
  text-align: left;
  padding: 0 25px;
  margin-bottom: 20px;
  margin-top:0;  /* Reduce space from above */
  font-family: 'Muli', sans-serif;
}

.pricing-table-featured .ms-pricing-equivalent {
  color: #ffffff;
}

.pricing-table-multisite {
  background: #106BA3; /* darker blue */
}

.pricing-table-multisite .ms-pricing-title {
  color: #B2E3FD;
}

.pricing-table-multisite .ms-pricing-price,
.pricing-table-multisite .ms-pricing-equivalent {
  color: #ffffff;
}

.pricing-table-multisite .ms-pricing-select {
  background: #0B5E8E;
}

.pricing-table-multisite .ms-pricing-select p,
.pricing-table-multisite .ms-pricing-info ul li,
.pricing-table-multisite .ms-pricing-info ul li.ms-pricing-info-hidden {
  color: #ffffff;
}

.pricing-table-multisite .pricing-btn {
  background: #fff;
  color: #106BA3;
  border-color: #FFF;
}

.pricing-table-multisite .pricing-btn:hover {
  background-color: orange;
  color: #fff;
}

.pricing-table-multisite .ms-pricing-info ul li:before {
  color: white;
}

body {
  background-color: #ffffff;
  background-image: 
    linear-gradient(to right, rgba(23, 153, 221, 0.12) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(23, 153, 221, 0.12) 1px, transparent 1px);
  background-size: 20px 20px;
  background-attachment: fixed;
}


