.flr {
  float: right;
}
.fll {
  float: left;
}
.clr {
  clear: both;
}
.wrap1200 {
  max-width: 1200px;
  margin: auto;
}
.smarti-button {
  position: relative;
  color: white;
  font-size: 32px;
  height: 50px;
  padding: 0px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background: #30b713;
  width: 200px;
  cursor: pointer;
  transition: box-shadow 300ms linear;
}
.smarti-button.has-arrow:after {
  content: '>';
  position: absolute;
  line-height: 100%;
  height: 26px;
  font-size: 26px;
  font-weight: bold;
  top: 50%;
  margin-top: -13px;
  left: 10%;
}
.smarti-button:hover {
  box-shadow: 0px 0px 3px 1px #e1e1e1;
}
.wide-h3 {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  background: #2f76b8;
  margin: 0;
  font-size: 22px;
  padding: 0 14px;
}
.alt3-h3 {
  background: #003466;
}
.little-h3 {
  font-size: 20px;
  padding: 0 12px;
}
div.problem {
  position: fixed;
  top: 20%;
  right: 2%;
  max-width: 65%;
  min-width: 290px;
  min-height: 100px;
  padding: 14px;
  text-align: center;
  font-size: 20px;
  background: rgba(255,255,255,0.92);
  border-radius: 15px;
  box-shadow: 0px 0px 3px 1px red;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
  z-index: 5000;
}
div.problem.ie9-msg,
div.problem.ie9-msg.goDown {
  -ms-transform: none;
  transform: none;
}
div.problem.goDown {
  -webkit-animation: goDown;
  -webkit-animation-duration: 12s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation: goDown;
  animation-duration: 12s;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
#smarti-display {
  direction: rtl;
  text-align: right;
  background: #c4d2df;
  font-size: 14px;
  min-height: 300px;
  margin-bottom: 50px;
}
#smarti-display * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#smarti-form {
  opacity: 0;
  transition: all 700ms ease-in;
  position: relative;
}
#smarti-form.in {
  opacity: 1;
}
.smarti-stage {
  width: 100%;
  position: relative;
  padding: 1%;
}
#smarti-stages {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.smarti-preloaded {
  position: absolute;
  margin: 0;
  top: -75px;
  height: auto;
  display: block;
  width: 100%;
  z-index: 10;
  transition: all 1000ms ease-out;
}
.smarti-preloaded.out {
  opacity: 0;
  z-index: -1;
}
.preloader-text {
  display: block;
  position: absolute;
  top: 240px;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  font-size: 50px;
  line-height: 150%;
  font-weight: bold;
}
.sticks {
  margin: 150px auto;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 14px;
}
.sticks > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  margin: 5px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: stretchdelay 1.2s infinite ease-in-out;
  -o-animation: stretchdelay 1.2s infinite ease-in-out;
  -ms-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.sticks .rect2 {
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  -ms-animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sticks .rect3 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  -ms-animation-delay: -1s;
  animation-delay: -1s;
}
.sticks .rect4 {
  -o-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sticks .rect5 {
  -webkit-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -ms-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.header-font {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 6px 10px 0 0;
}
.smarti-header {
  width: 100%;
  background: #246eb7;
  min-height: 74px;
  margin: 0px 0 40px 0;
  padding: 12px;
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.7);
}

.smarti-header.active {
	position: fixed;
	top: 0;
	z-index: 20000;
}

@media screen and (max-width: 767px) {
	.smarti-header.active {
		position: relative;
		top: auto;
		z-index: 1;
	}
}

.stage-indicator {
  max-width: 140px;
  height: 50px;
  margin: 0 0 12px 0;
  transition: 300ms all linear;
  cursor: pointer;
}
.stage-indicator .stage-number {
  background: white;
  color: black;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 0px;
  font-size: 44px;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
  margin: 0 0 12px 0;
  transition: 300ms all linear;
}
.stage-indicator .stage-name {
  max-width: 60px;
  margin: 6px 10px 0 0;
  color: white;
  font-size: 18px;
  font-weight: bold;
  transition: 300ms all linear;
}
.stage-indicator.active .stage-number,
.stage-indicator:hover .stage-number {
  background: #003e7b;
  color: #226fb7;
  box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.5);
}
.stage-indicator.active .stage-name,
.stage-indicator:hover .stage-name {
  text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
}
.stage-indicator.locked .stage-number {
  background: #cccccc;
  cursor: default;
}
.stage-indicator.locked:hover {
  cursor: default;
}
.stage-indicator.locked:hover .stage-number {
  background: #cccccc;
  color: black;
  box-shadow: none;
}
.stage-indicator.locked:hover .stage-name {
  text-shadow: none;
}
.stage-indicator:last-of-type {
  margin-left: 20px;
}
.header-field-dsc {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 6px 10px 0 0;
  max-width: 60px;
  margin-left: 12px;
}
.header-pseudo-field {
  width: 120px;
  box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.7);
  background: white;
  height: 35px;
  margin: 10px 0 0 15px;
  padding: 0 10px;
  line-height: 35px;
  font-size: 22px;
  font-color: black;
  transition: box-shadow 300ms ease-in-out;
}
.header-pseudo-field.short {
  width: 60px;
}
.header-pseudo-field.active {
  box-shadow: inset 0px 0px 5px 2px #000000;
}
#header-continue {
  margin-top: 5px;
}


.select-package-title{
	display: block;
	font-size: 22px;
	text-align: center;
}


@media screen and (max-width: 1040px) {
  #header-continue {
    float: right;
  }
}
#smarti-package-container {
  padding: 0;
}



#smarti-package-container .package-unit {
  min-width: 250px;
  width: 30%;
  margin: 0 1.66% 30px 1.66%;
  background: #ededed;
}
#smarti-package-container .package-unit:nth-child(3n+1) {
  clear: both;
}
#smarti-package-container .package-unit .package-title-area {
  background: #003466;
  min-height: 80px;
  position: relative;
  color: white;
  padding-top: 16px;
}
#smarti-package-container .package-unit .package-title-area > span {
  font-size: 20px;
  text-align: center;
  width: 71%;
  float: right;
  clear: right;
}
#smarti-package-container .package-unit .package-title-area > span.package-price {
  font-size: 28px;
  margin-top: 8px;
}
#smarti-package-container .package-unit .package-title-area .savetag {
  position: absolute;
  top: 0px;
  left: 10px;
  padding: 10px 0 0 0;
  color: white;
  width: 60px;
  height: 50px;
  background: #00cccb;
}
#smarti-package-container .package-unit .package-title-area .savetag span {
  width: 100%;
  float: right;
  clear: right;
  text-align: center;
  margin-top: -5px;
  font-size: 14px;
  font-weight: bold;
}
#smarti-package-container .package-unit .package-title-area .savetag:after,
#smarti-package-container .package-unit .package-title-area .savetag:before {
  content: '';
  position: absolute;
  bottom: -21px;
  left: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 34px 0 0;
  border-color: #00cccb transparent transparent transparent;
}
#smarti-package-container .package-unit .package-title-area .savetag:before {
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 34px 21px 0;
  border-color: transparent #00cccb transparent transparent;
}
#smarti-package-container .package-unit .order-area {
  background: #cccccc;
  height: 74px;
  position: relative;
}
#smarti-package-container .package-unit .order-area .smarti-button {
  background: #003466;
  top: 16px;
  right: 16px;
  height: 40px;
  width: 170px;
  line-height: 40px;
  transition: box-shadow 300ms linear;
}
#smarti-package-container .package-unit .order-area .smarti-button:hover {
  box-shadow: 0 0 3px 1px rgba(0,0,0,8);
}
#smarti-package-container .package-unit .order-area .package-info-container {
  height: 30px;
  width: 30px;
  background: #666666;
  color: white;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  cursor: help;
  transition: all 300ms linear;
}
#smarti-package-container .package-unit .order-area .package-info-container .package-info {
  color: #232323;
  text-align: right;
  position: absolute;
  width: 300px;
  right: -240px;
  top: 32px;
  font-size: 14px;
  font-weight: 400;
  background-color: white;
  opacity: 0;
  z-index: -50;
  transition: all 300ms linear;
  padding: 16px;
}
#smarti-package-container .package-unit .order-area .package-info-container:hover {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 24px;
  margin-left: -3px;
  margin-top: -18px;
}
#smarti-package-container .package-unit .order-area .package-info-container:hover .package-info {
  opacity: 0.95;
  z-index: 20000;
  margin-right: 6px;
  margin-top: 3px;
}
#smarti-package-container .package-services {
  border-bottom: 7px solid #669acc;
}
#smarti-package-container .package-services .package-service-single {
  float: right;
  clear: right;
  width: 100%;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
#smarti-package-container .package-services .package-service-single:nth-of-type(2n) {
  background: #cccccc;
}
#smarti-package-container .package-services .package-service-single:first-of-type {
  margin-top: 16px;
}
#smarti-package-container .package-services .package-service-single:last-of-type {
  margin-bottom: 16px;
}
#smarti-package-container .package-unit:nth-of-type(3n+1) .smarti-button,
#smarti-package-container .package-unit:nth-of-type(3n+1) .package-title-area {
  background: #669acc;
}
#smarti-package-container .package-unit:nth-of-type(3n+1) .package-services {
  border-color: #669acc;
}
#smarti-package-container .package-unit:nth-of-type(3n+2) .smarti-button,
#smarti-package-container .package-unit:nth-of-type(3n+2) .package-title-area {
  background: #2f76b8;
}
#smarti-package-container .package-unit:nth-of-type(3n+2) .package-services {
  border-color: #2f76b8;
}
#smarti-package-container .package-unit:nth-of-type(3n+3) .smarti-button,
#smarti-package-container .package-unit:nth-of-type(3n+3) .package-title-area {
  background: #003466;
}
#smarti-package-container .package-unit:nth-of-type(3n+3) .package-services {
  border-color: #003466;
}
#smarti-services-container {
  margin: 0px 0 40px 0;
  background: #ededed;
}
#smarti-services-container .smarti-services-heading {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  background: #2f76b8;
  margin: 0;
  font-size: 22px;
  padding: 0 14px;
}
#smarti-services-container .smarti-services-table {
  padding: 20px;
}
#smarti-services-container .smarti-service {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 31.3%;
  margin: 0 1% 28px 1%;
  padding: 0 0 14px 0;
  float: right;
  font-size: 16px;
  border-bottom: 1px solid #cacaca;
  box-shadow: 0px 1px 0px 0px white;
  color: #666666;
  min-width: 240px;
}
#smarti-services-container .smarti-service:nth-child(3n+1) {
  clear: right;
}
#smarti-services-container .smarti-service .service-input {
  float: right;
}
#smarti-services-container .smarti-service .service-label {
  float: right;
  margin-right: 16px;
  display: inline;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
#smarti-services-container .smarti-service .service-label.active {
  color: #003466;
}
#smarti-services-container .smarti-service .service-info-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;

  margin-top: 14px;
  height: 24px;
  width: 24px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: white;
  background: #666666;
  cursor: help;
}
#smarti-services-container .smarti-service .service-info-container .service-info {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 300px;
  right: 15px;
  top: 101%;
  color: #003466;
  text-align: center;
  background: white;
  padding: 20px;
  opacity: 0;
  z-index: -50;
  transition: opacity 300ms linear;
}
#smarti-services-container .smarti-service .service-info-container .service-info .service-info-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
#smarti-services-container .smarti-service .service-info-container .service-info .service-info-content {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
}
#smarti-services-container .smarti-service .service-info-container:hover .service-info {
  opacity: 0.95;
  z-index: 25000;
}

#smarti-services-container .smarti-service .service-price {
  display: block;
  position: absolute;
  left: 5px;
  bottom: 5px;
}
@media screen and (max-width: 1200px) {
  #smarti-package-container .package-unit {
    width: 40%;
    margin: 0px 5% 30px 5%;
  }
  #smarti-package-container .package-unit:nth-child(3n+1) {
    clear: none;
  }
  #smarti-package-container .package-unit:nth-child(2n+1) {
    clear: right;
  }
}
@media screen and (max-width: 980px) {
  #smarti-package-container .package-unit {
    margin: 0px 3% 30px 3%;
  }
  #smarti-services-container .smarti-service {
    width: 40%;
    margin: 0px 5% 30px 5%;
  }
  #smarti-services-container .smarti-service:nth-child(3n+1) {
    clear: none;
  }
  #smarti-services-container .smarti-service:nth-child(2n+1) {
    clear: right;
  }
}
@media screen and (max-width: 767px) {
  #smarti-package-container .package-unit {
    float: none;
    margin: 0px auto 15px auto;
  }
  #smarti-services-container .smarti-service {
    width: 96%;
    margin: 0px 2% 30px 2%;
  }
  #smarti-services-container .smarti-service:nth-child(2n+1) {
    clear: none;
  }
  #smarti-services-container .smarti-service:nth-child(1n+1) {
    clear: right;
  }
}
.stage2-title1 {
  color: #003466;
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0;
}
.stage2-title2 {
  color: #669acc;
  font-size: 24px;
  font-weight: bold;
  margin: 8px 0;
}
.color2-title {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  background: #2f76b8;
  margin: 0;
  font-size: 22px;
  padding: 0 14px;
  margin: 0px;
  padding: 4px 14px;
}
.color2-title #stage2-title-name {
  padding: 0px;
  margin: 0px;
}
.color2-title #stage2-title-phone {
  padding: 0px;
  margin: 8px 0 0 0;
  font-size: 20px;
  font-weight: 400;
}
#stage2-info-title {
  display: block;
}
.stage-2-field-wrap {
  width: 70%;
  margin-left: 2%;
}
.stage2-fieldset {
  min-height: 50px;
  margin-left: 1%;
  min-width: 170px;
  width: 32%;
}
.stage2-fieldset .info-field-wrap input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: right;
  clear: right;
  width: 100%;
  height: 34px;
  padding: 5px;
  margin-bottom: 12px;
  background: white;
  font-size: 16px;
  line-height: 34px;
  color: #003466;
  border-radius: 0px;
  border: 1px solid #e1e8f0;
  transition: background 150ms linear;
}

.stage2-fieldset .info-field-wrap input.disabled {
	background: #CCCCCC;
}




.stage2-fieldset .info-field-wrap input.calandar {
  background: white url('../images/calandar_icon.gif') 5px 4px no-repeat;
}
.stage2-fieldset .info-field-wrap input.mid-width {
  width: 73%;
  margin-left: 2%;
  float: right;
  clear: right;
}
.stage2-fieldset .info-field-wrap input.short-width {
  width: 25%;
  float: right;
  clear: none;
}
.stage2-fieldset .info-field-wrap.has-tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
  float: right;
}
.stage2-fieldset .info-field-wrap.has-tooltip:after {
  content: '?';
  position: absolute;
  top: 4px;
  left: 6px;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  color: white;
  background: #2f76b8;
  border-radius: 20px;
  z-index: 2;
}
.stage2-fieldset .info-field-wrap.has-tooltip .tooltip-info {
  position: absolute;
  top: 35px;
  right: 0px;
  color: #003466;
  background: white;
  width: 100%;
  padding: 20px;
  border: 1px solid #669acc;
  box-shadow: 0 0 3px 1px white;
  transition: opacity 300ms linear;
  opacity: 0;
  z-index: -50;
}
.stage2-fieldset .info-field-wrap.has-tooltip:hover .tooltip-info {
  opacity: 0.95;
  z-index: 5;
}
.more-info {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: right;
  clear: right;
  width: 98%;
  background: white;
  font-size: 16px;
  line-height: 24px;
  color: #003466;
  border-radius: 0px;
  border: 1px solid #e1e8f0;
}
.stage2-indicator {
  min-height: 50px;
  margin-right: 16px;
  min-width: 200px;
  width: 26%;
}
.stage2-indicator img {
  margin: auto;
  max-width: 100%;
  display: block;
}
.stage2-indicator span {
  text-align: center;
  display: block;
}
.stage2-indicator .indicator-success {
  display: none;
}
#stage-2-shipment {
  margin-top: 25px;
}
.ship-part {
  min-height: 50px;
  width: 23%;
  margin: 14px 1%;
  float: right;
  min-width: 150px;
}
.ship-part .ship-header {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: right;
  width: 100%;
  padding: 14px;
  background: #ededed;
  text-align: center;
  transition: background 300ms linear;
}
.ship-part .ship-header img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
.ship-part .ship-header .ship-head-content {
  color: #669acc;
  font-size: 24px;
  font-weight: bold;
  margin: 8px 0;
}
.ship-part .ship-header .ship-head-content .ship-head-price {
  font-size: 20px;
}
.ship-part .ship-header:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ededed transparent transparent transparent;
  transition: all 300ms linear;
}
.ship-part .ship-header:hover,
.ship-part .ship-header[data-selected="true"] {
  background: #ffffff;
}
.ship-part .ship-header:hover:after,
.ship-part .ship-header[data-selected="true"]:after {
  border-color: #ffffff transparent transparent transparent;
  transition: all 300ms linear;
}
.ship-part div.ship-part-details {
  color: #003466;
  font-size: 18px;
  position: relative;
  width: 100%;
  min-height: 125px;
  clear: both;
  top: 20px;
  background: #ededed;
  padding: 16px;
}
.ship-part div.ship-part-details p {
  text-align: center;
}
.ship-part div.ship-part-details .stage2-shipment-fieldset {
  width: 32%;
  margin-left: 1.5%;
}

.ship-part div.ship-part-details .stage2-shipment-fieldset:last-of-type {
  margin-left: 0;
}
.ship-part div.ship-part-details .stage2-shipment-fieldset .info-field-wrap input.mid-width,
.ship-part div.ship-part-details .stage2-shipment-fieldset .info-field-wrap input.short-width {
  clear: none;
}
.ship-part div.ship-part-details .stage2-shipment-fieldset .info-field-wrap input.mid-width {
  width: 56%;
  margin-left: 0;
}
.ship-part div.ship-part-details .stage2-shipment-fieldset .info-field-wrap input.short-width {
  width: 43%;
  margin-left: 1%;
}
.ship-part div.ship-part-details .info-field-wrap {
  min-width: 50px;
}
.ship-part div.ship-part-details .info-field-wrap:last-of-type input {
  margin-bottom: 0px;
}
.ship-part.ship-part-wide {
  width: 48%;
  min-width: 300px;
}
.ship-part.ship-part-wide .ship-header {
  width: 48%;
}
.ship-part.ship-part-wide .ship-header:first-of-type {
  margin-left: 4%;
}
.smarti-security-notice {
  position: relative;
  top: 40px;
  clear: both;
  max-width: 980px;
  color: #669acc;
  font-size: 24px;
  font-weight: bold;
  margin: 8px 0;
  margin: auto;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .stage2-indicator {
    width: 100%;
  }
  #stage-2-field-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #stage-2-field-wrap .stage2-fieldset {
    width: 98%;
    margin: 1%;
  }
  #stage-2-field-wrap .more-info {
    width: 98%;
    margin: 1%;
  }
  .ship-part,
  .ship-part.ship-part-wide {
    width: 98%;
    margin: 15px 1%;
  }
  .ship-part div.ship-part-details .stage2-shipment-fieldset,
  .ship-part.ship-part-wide div.ship-part-details .stage2-shipment-fieldset {
    width: 98%;
    margin: 1%;
  }
}
@media screen and (max-width: 480px) {
  .ship-part,
  .ship-part.ship-part-wide {
    min-width: 150px;
  }
}
.smarti-summery-heading.wide-h3 {
  text-align: right;
}
.details-summery {
  color: #003466;
  font-size: 16px;
  padding: 10px 0;
}
.details-summery .detail-summery-item {
  margin-left: 5px;
}
.details-summery .detail-summery-item strong {
  margin-left: 3px;
}
.summery-table {
  position: relative;
  height: 100%;
}
.summery-table:before,
.summery-table:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: " ";
  display: block;
  position: absolute;
  height: 70%;
  height: calc(100% - 70px);
  top: 27%;
  top: calc(50px);
  right: 50%;
  right: calc(50%);
  width: 1px;
  background: #d5e5f4;
  z-index: 3;
}
.summery-table:after {
  right: 50%;
  right: calc(50% - 1px);
  background: #9fb0c2;
  z-index: 3;
}
.summery-table .summery-table-row {
  font-size: 16px;
}
.summery-table .summery-table-row .str-title,
.summery-table .summery-table-row .str-title.str-left,
.summery-table .summery-table-row .str-title.str-right {
  min-height: 32px;
  line-height: 30px;
  font-weight: bold;
  color: white;
}
.summery-table .summery-table-row .str-left,
.summery-table .summery-table-row .str-right {
  width: 48%;
  color: #003466;
  margin-bottom: 14px;
}
.summery-table .summery-table-row .str-left {
  text-align: center;
}
.summery-table .summery-table-row .service-info-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
  float: right;
  height: 22px;
  width: 22px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  color: white;
  background: #2f76b8;
  cursor: help;
}
.summery-table .summery-table-row .service-info-container .service-info {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 300px;
  right: 15px;
  top: 101%;
  color: #003466;
  text-align: center;
  background: white;
  padding: 20px;
  opacity: 0;
  z-index: -50;
  transition: opacity 300ms linear;
}
.summery-table .summery-table-row .service-info-container .service-info .service-info-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.summery-table .summery-table-row .service-info-container .service-info .service-info-content {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.summery-table .summery-table-row .service-info-container:hover .service-info {
  opacity: 0.95;
  z-index: 25000;
}
.summery-table .summery-table-row .service-title {
  float: right;
  margin-right: 4%;
}
.smarti-line-seperator {
  width: 100%;
  height: 2px;
  background: #9fb0c2;
  border-bottom: 1px solid #d5e5f4;
  margin-bottom: 25px;
  margin-top: 25px;
}
.stand-alone-fields {
  color: #003466;
}
.stand-alone-fields input[type="radio"],
.stand-alone-fields input[type="checkbox"] {
  visibility: hidden;
}
.stand-alone-fields .saf-label {
  display: inline-block;
  margin: 4px 15px 4px 6px;
  position: relative;
  color: #003466;
}
.stand-alone-fields .saf-label:before {
  content: ' ';
  position: absolute;
  right: -25px;
  top: 2px;
  height: 18px;
  width: 18px;
  border-radius: 20px;
  background: white;
  z-index: 300;
  box-shadow: inset 2px 2px 1px 0px rgba(0,0,0,0.4);
}
.stand-alone-fields .saf-label.saf-label-checkbox {
  display: inline-block;
  margin: 4px 15px 4px 6px;
  position: relative;
}
.stand-alone-fields .saf-label.saf-label-checkbox:before {
  border-radius: 0;
}
.stand-alone-fields input[type='radio']:checked + .saf-label:after {
  content: ' ';
  position: absolute;
  right: -21px;
  top: 7px;
  height: 10px;
  width: 10px;
  border-radius: 20px;
  background: #2f76b8;
  z-index: 301;
}
.stand-alone-fields input[type='checkbox']:checked + .saf-label:after {
  content: ' ';
  position: absolute;
  right: -21px;
  top: 7px;
  height: 10px;
  width: 10px;
  background: #2f76b8;
  z-index: 301;
}
.stand-alone-fields .saf-what-gives {
  position: relative;
  display: inline-block;
  cursor: help;
  font-weight: bold;
  text-decoration: underline;
}
.stand-alone-fields .saf-what-gives .saf-what-gives-content {
  position: absolute;
  width: 400%;
  max-width: 70vw;
  top: 101%;
  right: -150px;
  color: #003466;
  font-weight: 400;
  text-align: center;
  background: white;
  padding: 20px;
  opacity: 0;
  z-index: -50;
  transition: opacity 300ms linear;
}
.stand-alone-fields .saf-what-gives:hover .saf-what-gives-content {
  opacity: 0.95;
  z-index: 25000;
}
.stand-alone-fields .tos-link {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 1px;
}
@media screen and (max-width: 767px) {
  .stand-alone-fields .saf-label,
  .stand-alone-fields .saf-label.saf-label-checkbox {
    margin: 12px 30px 12px 6px;
    clear: right;
  }
  .stand-alone-fields .saf-what-gives .saf-what-gives-content {
    position: absolute;
    right: 0px;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .summery-table-row .service-info-container .service-info {
    max-width: 180px;
  }
}
#smarti-tos-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  z-index: -10;
  opacity: 0;
  display: block;
  transition: all 500ms ease-in-out;
}
#smarti-tos-modal.in {
  z-index: 25000;
  opacity: 1;
}
#smarti-tos-modal #stm-inner {
  position: absolute;
  top: 20%;
  left: 20%;
  right: 20%;
  height: 60%;
  width: 60%;
  top: calc(50px);
  left: calc(50px);
  right: calc(50px);
  bottom: calc(50px);
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  padding: 14px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 0 3px 1px #2f76b8;
}
#smarti-tos-modal #stm-inner .stm-content {
  font-size: 16px;
}
#smarti-tos-modal #stm-inner .stm-content .stm-title {
  text-align: center;
  display: block;
  font-size: 24px;
  color: #003466;
}
#smarti-tos-modal #stm-inner .stm-close {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 40px;
  width: 40px;
  background: white;
  border: 1px solid #2f76b8;
  box-shadow: 0 0 2px 1px #2f76b8;
  border-radius: 25px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 400ms linear;
}
#smarti-tos-modal #stm-inner .stm-close:hover {
  border: 1px solid red;
  box-shadow: 0 0 2px 1px red;
}
@-ms-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
  }
}
@-o-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
  }
}
@-moz-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
  }
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1.0);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    -moz-transform: scaleY(0.4);
    -o-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
    -ms-transform: scaleY(1.0);
    -o-transform: scaleY(1.0);
    -moz-transform: scaleY(1.0);
  }
}
@-webkit-keyframes goDown {
  0% {
    right: 2%;
    top: 20%;
    max-width: 65%;
    min-width: 290px;
    -webkit-transform: translateX(150%);
    z-index: 5000;
  }
  3% {
    right: 2%;
    top: 20%;
    max-width: 65%;
    min-width: 290px;
    -webkit-transform: translateX(0%);
    z-index: 5000;
  }
  30% {
    right: 2%;
    top: 20%;
    max-width: 65%;
    min-width: 290px;
    -webkit-transform: translateX(0%);
    z-index: 5000;
  }
  35% {
    right: 2%;
    top: 20%;
    max-width: 30%;
    min-width: 290px;
    -webkit-transform: translateX(0%);
    z-index: 5000;
  }
  40% {
    right: 2%;
    top: 100%;
    max-width: 30%;
    min-width: 290px;
    -webkit-transform: translateY(-102%);
    z-index: 5000;
  }
  42% {
    right: 2%;
    top: 100%;
    max-width: 96%;
    min-width: 96%;
    -webkit-transform: translateY(-102%);
    z-index: 5000;
    max-height: 150px;
  }
  90% {
    right: 2%;
    top: 100%;
    max-width: 96%;
    min-width: 96%;
    -webkit-transform: translateY(-102%);
    z-index: 5000;
    max-height: 150px;
    opacity: 1;
  }
  99.6% {
    right: 2%;
    top: 100%;
    max-width: 96%;
    min-width: 96%;
    -webkit-transform: translateY(-102%);
    z-index: 5000;
    max-height: 150px;
    opacity: 0;
  }
  99.8% {
    right: 2%;
    top: 100%;
    max-width: 96%;
    min-width: 96%;
    -webkit-transform: translateY(-102%);
    z-index: -5000;
    max-height: 150px;
    opacity: 0;
    display: none;
  }
}
@keyframes goDown {
  0% {
    right: 1%;
    top: 20%;
    max-width: 65%;
    min-width: 290px;
    transform: translateX(150%);
    z-index: 5000;
  }
  3% {
    right: 1%;
    top: 20%;
    max-width: 65%;
    min-width: 290px;
    transform: translateX(0%);
    z-index: 5000;
  }
  30% {
    right: 1%;
    top: 20%;
    max-width: 65%;
    min-width: 290px;
    transform: translateX(0%);
    z-index: 5000;
  }
  35% {
    right: 1%;
    top: 20%;
    max-width: 30%;
    min-width: 290px;
    transform: translateX(0%);
    z-index: 5000;
  }
  40% {
    right: 1%;
    top: 100%;
    max-width: 30%;
    min-width: 290px;
    transform: translateY(-102%);
    z-index: 5000;
  }
  42% {
    right: 1%;
    top: 100%;
    max-width: 96%;
    min-width: 96%;
    transform: translateY(-102%);
    z-index: 5000;
    max-height: 150px;
  }
  90% {
    right: 1%;
    top: 100%;
    max-width: 96%;
    min-width: 96%;
    transform: translateY(-102%);
    z-index: 5000;
    max-height: 150px;
    opacity: 1;
  }
  99.6% {
    right: 1%;
    top: 100%;
    max-width: 96%;
    min-width: 96%;
    transform: translateY(-102%);
    z-index: 5000;
    max-height: 150px;
    opacity: 0;
  }
  99.8% {
    right: 1%;
    top: 100%;
    max-width: 96%;
    min-width: 96%;
    transform: translateY(-102%);
    z-index: -5000;
    max-height: 150px;
    opacity: 0;
    display: none;
  }
}