﻿.turquoise {
  color: #2cd5c4;
}
.turquoiseBG {
  background-color: #2cd5c4;
}
.light_turquoise {
  color: #2cd5c4;
}
.light_turquoiseBG {
  background-color: #2cd5c4;
}
.turquoise_hover {
  color: #aaddd7;
}
.turquoise_hoverBG {
  background-color: #aaddd7;
}
.light_gray {
  color: #f2f2f2;
}
.light_grayBG {
  background-color: #f2f2f2;
}
.gray {
  color: #2cd5c4;
}
.grayBG {
  background-color: #2cd5c4;
}
.black {
  color: #000;
}
.blackBG {
  background-color: #000;
}
.gray_border {
  color: #2cd5c4;
}
.gray_borderBG {
  background-color: #2cd5c4;
}
body {
  direction: rtl;
  font-family: Arial;
}
a {
  border-bottom: none !important;
}
.planDetailsPage {
  width: 978px;
  margin: 0px auto 60px auto;
  color: #000;
}
.planDetailsPage .topDiv {
  margin-bottom: 60px;
}
.planDetailsPage .topDiv .imageWrapper {
  width: 460px;
  height: 460px;
  margin-left: 40px;
  border: 1px solid #d0d0d0;
}
.planDetailsPage .topDiv .imageWrapper > img {
  display: block;
  width: 460px;
  height: 460px;
}
.planDetailsPage .topDiv .topDetailsWrapper {
  width: 460px;
  min-height: 460px;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp > h1 {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 1.2em;
  margin-top: -10px;
  color: #000;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp > h2 {
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv,
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .benefitsDiv {
  font-size: 1.4em;
  line-height: 1.43em;
  color: #000;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv h3 strong,
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .benefitsDiv h3 strong {
  font: bold 0.9em arial;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv ul > li,
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .benefitsDiv ul > li {
  list-style-image: url('/OrangeSale/images/bullet.png');
  list-style-position: inside;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv ul > li > span,
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .benefitsDiv ul > li > span {
  padding-right: 5px\9;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv > strong,
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .benefitsDiv > strong {
  font-weight: bold;
  color: #000;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .includesDiv {
  margin-bottom: 15px;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .benefitsDiv {
  margin-bottom: 30px;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .priceDiv {
  margin-bottom: 18px;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .priceDiv .price {
  font-size: 3.2em;
  font-weight: normal;
  line-height: 1.2em;
  margin-left: 4px;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .priceDiv .currency {
  font-weight: normal;
  font-size: 2em;
  margin-left: 8px;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .priceDiv .text {
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-left: 8px;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper .planLink {
  display: inline-block;
  height: 49px;
  width: 148px;
  line-height: 52px;
  background-color: #2cd5c4;
  color: #000;
  font-size: 1.800em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  margin-top: 20px;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper .planLink:hover {
  background-color: #aaddd7;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper .planLink.disable {
  background: #aaddd7;
}
.planDetailsPage .topDiv .topDetailsWrapper .topDetailsTemp .btnWrapper .loader {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
}
.addOnsDiv {
  padding-bottom: 12px;
}
.addOnsDiv h3 strong {
  font: bold 1.2em arial;
  display: inline-block;
  margin-bottom: 0.5em;
}
.addOnsDiv > strong {
  color: #3d3c3b;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  width: 60%;
}
.addOnsDiv .moreAddOns {
  color: #000;
  font-size: 1.4em;
  text-decoration: underline;
  display: inline-block;
  text-align: right;
  margin-left: 55px;
  width: 100%;
}
.addOnsDiv .moreAddOns:hover {
  text-decoration: none;
}
.addOnsDiv > ul > li {
  margin-bottom: 17px;
}
.addOnsDiv > ul > li .checkboxDiv .checkbox-label {
  display: inline-block;
  cursor: pointer;
}
.addOnsDiv > ul > li .checkboxDiv .checkbox-label .checkbox-overlay {
  margin-top: 7px;
  background-image: url('/OrangeSale/images/NewPlansLobby/checkbox.png');
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.addOnsDiv > ul > li .checkboxDiv .checkbox-label .checkbox-overlay.checked {
  background-image: url('/OrangeSale/images/NewPlansLobby/checkbox_checked.png');
}
.addOnsDiv > ul > li .checkboxDiv .checkbox-label input[type='checkbox'] {
  display: inline-block;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 12px;
  height: 12px;
  outline: none;
  margin-top: 7px;
  z-index: 1;
}
.addOnsDiv > ul > li .checkboxDiv .checkbox-label .text {
  color: #000;
  font-size: 1.4em;
  line-height: 16px;
  font-weight: normal;
  display: inline-block;
  padding-right: 22px;
}
.addOnsDiv > ul > li .checkboxDiv .checkbox-label .text > img {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.addOnsDiv > ul > li .checkboxDiv .checkbox-label .text .addOnText {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin-top: -1px;
}
.addOnsDiv > ul > li .checkboxDiv .checkbox-label .text .addOnText > span {
  display: block;
}
.fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.addOnsPopup {
  display: none;
  width: 470px;
  position: relative;
}
.addOnsPopup .popupCloseBtn {
  position: absolute;
  top: 15px;
  left: 20px;
  background-image: url('/OrangeSale/images/NewPlansLobby/closePopup_btn.png');
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
}
.addOnsPopup > h2 {
  font-size: 2em;
  color: #000;
  font-weight: bold;
  padding: 11px 18px 13px 40px;
  border-bottom: 1px solid #d0d0d0;
}
.addOnsPopup .addOnsDiv {
  padding: 18px 18px 30px 18px;
}
.addOnsPopup .btnDiv {
  display: inline-block;
}
.addOnsPopup .btnDiv .btn {
  display: inline-block;
  width: 92px;
  height: 38px;
  line-height: 38px;
  background-color: #2cd5c4;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none !important;
  vertical-align: middle;
}
.addOnsPopup .btnDiv .btn:hover {
  background-color: #aaddd7;
}
.addOnsPopup .btnDiv .loader {
  display: none;
  vertical-align: middle;
  margin-right: 5px;
}
.planPagePopup {
  display: none;
  width: 435px;
  position: relative;
}
.planPagePopup .popupCloseBtn {
  position: absolute;
  top: 15px;
  left: 20px;
  background-image: url('/OrangeSale/images/NewPlansLobby/popup_close_btn.png');
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
}
.planPagePopup > h2 {
  font-size: 2em;
  color: #3d3c3b;
  font-weight: bold;
  padding: 11px 20px 13px 40px;
  border-bottom: 1px solid #e8e8e8;
  /*width: 80%;*/
}
.planPagePopup .btnsDiv {
  margin-top: 13px;
  padding: 0 20px 18px 20px;
}
.planPagePopup .btnsDiv > span {
  display: block;
  font-size: 1.6em;
  color: #3d3c3b;
  margin-bottom: 18px;
}
.planPagePopup .btnsDiv .btn {
  display: inline-block;
  height: 45px;
  width: 160px;
  line-height: 45px;
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
.planPagePopup .btnsDiv .btn.orange {
  background-color: #ff6600;
  margin-left: 17px;
  -webkit-box-shadow: 0px -2px 0px 0px #b44800 inset;
  -moz-box-shadow: 0px -2px 0px 0px #b44800 inset;
  box-shadow: 0px -2px 0px 0px #b44800 inset;
}
.planPagePopup .btnsDiv .btn.green {
  background-color: #1f9e15;
  -webkit-box-shadow: 0px -2px 0px 0px #0a6103 inset;
  -moz-box-shadow: 0px -2px 0px 0px #0a6103 inset;
  box-shadow: 0px -2px 0px 0px #0a6103 inset;
}
.planPagePopup .orangeCustomerDiv {
  display: none;
}
.planPagePopup.step2 .btnsDiv .orange {
  background-color: #cfcfcf;
  -webkit-box-shadow: 0px 2px 0px 0px #bababa inset;
  -moz-box-shadow: 0px 2px 0px 0px #bababa inset;
  box-shadow: 0px 2px 0px 0px #bababa inset;
}
.planPagePopup.step2 .orangeCustomerDiv {
  display: block;
  padding: 5px 20px 15px 20px;
}
.planPagePopup.step2 .orangeCustomerDiv > strong {
  display: block;
  font-size: 1.6em;
  color: #3d3c3b;
  margin-bottom: 15px;
}
.planPagePopup.step2 .orangeCustomerDiv .radiosDiv > ul > li {
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: normal;
  color: #3d3c3b;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  position: relative;
}
.planPagePopup.step2 .orangeCustomerDiv .radiosDiv > ul > li .radio-label {
  display: block;
  cursor: pointer;
}
.planPagePopup.step2 .orangeCustomerDiv .radiosDiv > ul > li .radio-label .radio-overlay {
  background-image: url('/OrangeSale/images/NewPlansLobby/radio.png');
  display: inline-block;
  margin: 0 0 0 10px;
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-left: 6px;
  margin-top: 3px;
}
.planPagePopup.step2 .orangeCustomerDiv .radiosDiv > ul > li .radio-label .radio-overlay.checked {
  background-image: url('/OrangeSale/images/NewPlansLobby/radio_checked.png');
}
.planPagePopup.step2 .orangeCustomerDiv .radiosDiv > ul > li .radio-label > input[type="radio"] {
  display: inline-block;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top: 3px;
  outline: none;
}
.planPagePopup.step2 .orangeCustomerDiv .radiosDiv > ul > li .radio-label .radio-span {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}
.planPagePopup.step2 .orangeCustomerDiv .nextBtn {
  display: inline-block;
  height: 40px;
  width: 90px;
  line-height: 40px;
  color: #fff;
  font-size: 2em;
  font-weight: normal;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  background-color: #ff6600;
  margin-top: 5px;
  -webkit-box-shadow: 0px -2px 0px 0px #b44800 inset;
  -moz-box-shadow: 0px -2px 0px 0px #b44800 inset;
  box-shadow: 0px -2px 0px 0px #b44800 inset;
}
.no-canvas .tabs-continer ul.title-col > li.active {
  width: 171px;
}
.tabs-continer {
  width: 980px;
  margin: 0 auto 40px;
}
.tabs-continer div {
  display: inline-block;
  vertical-align: top;
}
.tabs-continer ul.title-col {
  display: inline-block;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  width: 200px;
  font: 1.8em arial;
  position: relative;
  z-index: 10;
}
.tabs-continer ul.title-col > li {
  display: block;
  vertical-align: top;
  padding: 20px 15px 15px;
  border-top: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  background: #F3F3F3;
}
.tabs-continer ul.title-col > li:first-child {
  border-top: none;
}
.tabs-continer ul.title-col > li.active {
  border-left: none;
  background: #Ffffff;
  width: 170px;
}
.tabs-continer ul.title-col > li:hover {
  cursor: pointer;
}
.tabs-continer .tab-content {
  padding: 10px 40px;
  width: 695px;
  border: 1px solid #D0D0D0;
  margin-right: -3px;
}
.tabs-continer .tab-content h2 {
  margin: 10px 0 15px;
  font-size: 1.6em;
}
.tabs-continer .tab-content li {
  font-size: 1.4em;
  padding-bottom: 10px;
}
.tabs-continer .tab-content li img {
  vertical-align: middle;
  margin-left: 5px;
}
.tabs-continer .tab-content li span {
  display: inline-block;
  vertical-align: middle;
}
.tabs-continer .tab-content .bull-list {
  width: 90%;
}
.tabs-continer .tab-content .bull-list li {
  padding: 0 18px 0 10px;
  background: url("/OrangeSale/images/NewPlansPage/small_bullet.png") no-repeat right 4px;
  padding-bottom: 5px;
}
.tabs-continer .tab-content .more-services {
  margin: 15px 0 20px;
}
.tabs-continer .tab-content .more-services li {
  padding-bottom: 30px;
}
.tabs-continer .tab-content .more-services li img {
  margin-left: 30px;
}
.tabs-continer .tab-content .more-services div {
  display: inline-block;
  width: 40%;
  margin-left: 70px;
}
.tabs-continer .tab-content .more-services div h2 {
  display: block;
  font-size: 1.15em;
  vertical-align: top;
  margin-bottom: 10px;
}
.tabs-continer .tab-content .more-services div span {
  display: inline-block;
  font-size: 1.15em;
  line-height: 20px;
}
.tabs-continer .tab-content .more-services .dark-btn {
  font-size: 1.15em;
  color: #fff;
  background: #3D3C3A;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 1px 0px #000;
  -moz-box-shadow: 0px 3px 1px 0px #000;
  -ms-box-shadow: 0px 3px 1px 0px #000;
  box-shadow: 0px 3px 1px 0px #000;
  height: 18px;
  line-height: 18px;
  padding: 5px 15px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 35px;
}
.tabs-continer .tab-content .more-services .dark-btn:hover {
  background: #2F2B27;
}
.recommended {
  width: 980px;
  margin: 0 auto 70px;
}
.recommended h3 {
  font: bold 2.4em arial;
  margin-bottom: 40px;
  text-align: center;
}
.recommended ul {
  text-align: center;
}
.recommended ul li.recommendedItem {
  vertical-align: top;
  display: inline-block;
  width: 228px;
  height: 280px;
  border: 1px solid #d0d0d0;
  font-size: 1.6em;
  text-align: center;
  margin-right: 14px;
  padding-bottom: 15px;
}
.recommended ul li.recommendedItem:first-child {
  margin-left: 0;
}
.recommended ul li.recommendedItem:hover {
  background-color: #f2f2f2;
}
.recommended ul li.recommendedItem .templateDiv .itemImg {
  width: 220px;
  height: 220px;
  padding: 4px;
  display: block;
}
.recommended ul li.recommendedItem .templateDiv .titleWrapper {
  height: 32px;
  overflow: hidden;
  margin-bottom: 6px;
}
.recommended ul li.recommendedItem .templateDiv .titleWrapper strong {
  display: block;
  line-height: 16px;
  font-weight: normal;
  font-size: 0.9em;
  padding: 0 10px;
}
.recommended ul li.recommendedItem .templateDiv span {
  font-size: 98%;
}
.recommended ul li.recommendedItem .templateDiv span .grey-txt {
  display: inline-block;
  text-decoration: line-through;
  color: #bababa;
  font-size: 85%;
  margin-left: 3px;
}