.steps--holder {
  width: 100%;
  font-size: 0;
  margin: 35px 0 10px 0;
}
.steps--holder.steps-3 .step {
  width: calc(50% - 12px);
}
.steps--holder.steps-4 .step {
  width: calc(33.33% - 8px);
}
.steps--holder .step {
  position: relative;
  left: 0 !important;
}
.steps--holder .step .step-circle {
  position: relative;
  z-index: 2;
}
.steps--holder .step.done:after {
  width: 100%;
  left: 0;
}
.steps--holder .step:last-child {
  width: 24px;
}
.steps--holder .steps-bar {
  top: 0;
}
@media screen and (max-width: 991px) {
  .steps--holder {
    width: auto;
    display: block;
    margin-left: 25px;
    margin-right: 25px;
  }
  .client--topbar.title-steps .col-left {
    padding-top: 30px;
  }
  .client--topbar.title-steps .col-right {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .steps--holder {
    margin-top: 60px;
  }
  .client--topbar.title-steps .col-left {
    padding-top: 10px;
  }
  .client--topbar.title-steps .col-right {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 450px) {
  .steps--holder {
    margin-top: 20px;
    height: 8px;
    margin-left: 0;
    margin-right: 0;
  }
  .steps--holder.steps-4 .step {
    width: 25% !important;
  }
  .steps--holder.steps-3 .step {
    width: 33.33333333% !important;
  }
  .steps--holder .step {
    padding-left: 0;
    text-align: center;
  }
  .steps--holder .step-label {
    font-size: 12px !important;
    text-align: center !important;
  }
}
.order-summary .summary-price strong{
  padding: 10px 0;
}
.order-summary .summary-price strong {
  text-align: right;
}
.order-summary .summary-options a {
  display: inline-block;
  vertical-align: middle;
}
.order-summary .edit {
  background: url("../images/icons/edit-pen.png") left center no-repeat;
  background-image: url("../images/icons/edit-pen.svg"), none;
  padding-left: 16px;
  margin-right: 5px;
}
.order-summary .remove {
  background: url("../images/icons/summary-remove.png") left center no-repeat;
  background-image: url("../images/icons/summary-remove.svg"), none;
  padding-left: 15px;
}
.order-summary .summary-total p {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}
.order-summary .summary-total p:before,
.order-summary .summary-total p:after {
  content: " ";
  display: table;
}
.order-summary .summary-total p:after {
  clear: both;
}
.order-summary .summary-total p strong {
  float: right;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .order-summary .summary-options a {
    margin-right: 2px;
  }
  .order-summary .remove {
    background-position: 3px center;
  }
}
.checkout-group .filtering-bottom {
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-section .row {
  margin-right: 0;
}
.cart-section .row .pull-right {
  padding-left: 0;
  padding-right: 0;
}
.cart-table {
  padding: 0 10px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cart-table tr + tr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-table table {
  width: 100%;
  table-layout: fixed;
}
.cart-table td {
  padding: 20px 10px;
  font-size: 13px;
  line-height: 1.3;
  vertical-align: middle;
}
.cart-table td:first-child {
  padding-left: 0;
  width: 29%;
}
.cart-table td:nth-child(2) {
  width: 230px;
}
.cart-table td:nth-child(3) {
  width: 27%;
}
.cart-table td:nth-child(4) {
  width: 120px;
}
.cart-table td:last-child {
  width: 20px;
  padding-left: 0;
  padding-right: 0;
}
.cart-table strong {
  color: #333;
}
.cart-table .yellow {
  color: #f7b504;
}
.cart-table p > strong {
  display: block;
  font-size: 15px;
}
.cart-table p a {
  color: #2c8acc;
}
.cart-table .bundle {
  position: relative;
  padding-left: 56px;
}
.cart-table .bundle p {
  text-align: right;
  display: inline-block;
}
.cart-table .bundle .img {
  position: absolute;
  left: 0;
  top: 0;
}
.cart-table .bundle a {
  display: block;
}
.cart-table .price {
  text-align: right;
}
.cart-table .price .old {
  color: #999;
  text-decoration: line-through;
}
.cart-table .price .new {
  color: #333;
  font-size: 18px;
}
.cart-table .price .green {
  color: #5ac079;
  text-transform: uppercase;
}
.cart-table label {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cart-table label input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.cart-table label input:checked + span {
  display: none;
}
.cart-table label input:checked + span + span {
  display: inline-block;
}
.cart-table label span {
  display: inline-block;
  width: 98px;
  height: 28px;
}
.cart-table label .add-green {
  background: #5ac079;
}
.cart-table label .add-blue {
  display: none;
  background: #2c8acc;
}
.cart-table label .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 11px;
  height: 9px;
  background: url("../images/icons/check-icon.png") center no-repeat;
  background-image: url("../images/icons/check-icon.png"), none;
}
.cart-table .del {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.cart-table .del:before,
.cart-table .del:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #7f7f7f;
}
.cart-table .del:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart-table .del:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-table .del:hover:before,
.cart-table .del:hover:after {
  background: #000;
}
.btn-cart {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .cart-table td:first-child {
    width: 43%;
  }
}
@media screen and (max-width: 991px) {
  .cart-section .row > div {
    float: none !important;
  }
  .btn-cart {
    margin: 20px 0;
  }
}
@media screen and (max-width: 769px) {
  .cart-section .row {
    margin-right: -10px !important;
  }
  .cart-section .row .pull-right {
    padding: 0 10px;
  }
  .cart-table table,
  .cart-table tbody,
  .cart-table tr,
  .cart-table td {
    width: 100% !important;
    display: block;
    text-align: center;
  }
  .cart-table tr {
    padding: 20px 0;
  }
  .cart-table tr + tr {
    border-top-color: rgba(0, 0, 0, 0.15);
  }
  .cart-table td {
    padding: 0 10px;
  }
  .cart-table .price {
    padding: 5px 0;
    text-align: center;
  }
  .cart-table .del {
    margin-top: 10px;
  }
  .cart-table .bundle {
    padding-left: 0;
  }
  .cart-table .bundle .img {
    position: static;
    margin-bottom: 10px;
    display: block;
  }
  .cart-table .bundle p {
    text-align: center;
  }
}
.select {
  position: relative;
}
.customSelect {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.customSelect > span {
  width: auto !important;
  display: inline-block;
  padding: 9px 40px 9px 10px;
  font-size: 15px;
  background: url("../images/icons/arrow-select.png") 95% center no-repeat;
  background-image: url('../images/icons/arrow-select.svg'), none;
}
.results--main {
  background: #fff;
}
.results-top {
  margin-top: -65px;
  padding: 25px 0;
  position: static;
  top: -100%;
  transition: 0.4s cubic-bezier(.3,.73,.3,.74);
  transition-property: top, position;
  -moz-transition: 0.4s cubic-bezier(.3,.73,.3,.74);
  -moz-transition-property: top, position;
  -webkit-transition: 0.4s cubic-bezier(.3,.73,.3,.74);
  -webkit-transition-property: top, position;
}
.results-top.sticky {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
}
@media screen and (min-width: 768px) {
  .results-top.fixed {
    position: fixed;
    padding: 5px 0;
    z-index: 1000;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    background: #edeff0;
  }
}
.search-domain {
  position: relative;
}
.search-domain .d-label {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 23px;
  line-height: 64px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.search-domain input {
  width: 950px;
  height: 64px;
  padding-left: 67px;
  padding-right: 285px;
  color: #000;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.search-domain input:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.search-domain textarea {
  width: 950px;
  height: 172px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 23px 171px 23px 23px;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  resize: none;
  overflow: auto;
}
.search-domain textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.search-domain .search-link {
  position: absolute;
  top: 0;
  padding: 0 19px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 64px;
  text-decoration: underline;
}
.search-domain .btn_search {
  position: absolute;
  top: 0;
  right: 0;
}
.search-domain .example {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  color: #999;
  font-size: 18px;
  line-height: 1.15;
}
.single-domain:before,
.bulk-domain:before,
.single-domain:after,
.bulk-domain:after {
  content: " ";
  display: table;
}
.single-domain:after,
.bulk-domain:after {
  clear: both;
}
.single-domain .add_cart,
.bulk-domain .add_cart {
  float: right;
}
.single-domain .search-domain,
.bulk-domain .search-domain {
  float: left;
}
.single-domain .search-link {
  right: 172px;
}
.bulk-domain .btn_search {
  margin-bottom: 20px;
}
.bulk-domain .btn_search,
.bulk-domain .add_cart_btn {
  display: block;
}
.bulk-domain .search-link {
  right: 0;
}
.add_cart {
  text-align: center;
}
.add_cart p {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}
.btn_search {
  display: inline-block;
  width: 172px;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  background-color: #7f7f7f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn_search:visited {
  color: #fff;
}

.btn_search:hover {
  color: #fff;
  text-decoration: none;
  background: #666666;
}
.add_cart_btn {
  background: #ffdc00;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 172px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.add_cart_btn:hover {
  color: #000;
  text-decoration: none;
  background: #f5d300;
}
.domain_available {
  padding: 50px 0;
  background: #fff;
}
.domain_available h2 {
  color: #333;
  font-size: 32px;
  margin: 0;
  text-align: center;
}
.domain_available .result_table {
  margin-top: 57px;
}
.result_table {
  padding: 0 20px;
  margin-top: 7px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -7px 0 #ffd900;
  box-shadow: 0 -7px 0 #ffd900;
}
.result_table table {
  width: 100%;
  table-layout: fixed;
}
.result_table tr + tr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.result_table td {
  padding: 20px 0;
  vertical-align: top;
  word-break: break-all;
}
.result_table td:last-child {
  font-size: 0;
  text-align: right;
}
.result_table .yellow {
  color: #f7b504;
}
.result_table h3 {
  color: #333;
  font-size: 30px;
  margin: 0;
}
.result_table h3,
.result_table h4 {
  padding-top: 5px;
}
.result_table h4 {
  margin-bottom: 0;
}
.result_table h5 {
  color: #333;
  font-size: 16px;
  margin: 0 0 10px !important;
  padding: 5px 0 5px 26px;
  background: url("../images/icons/get_save_icon.png") left center no-repeat;
  background-image: url("../images/icons/get_save_icon.svg"), none;
}
.result_table .select {
  font-size: 14px;
}
.result_table label {
  position: relative;
  color: #fff;
  margin: 0;
  font-size: 14px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.result_table label input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.result_table label input:checked + span {
  display: none;
}
.result_table label input:checked + span + span {
  display: inline-block;
}
.result_table label span {
  display: inline-block;
  width: 120px;
  height: 35px;
}
.result_table label .add-yellow {
  color: #000;
  background: #ffd900;
}
.result_table label .add-blue {
  display: none;
  background: #739dba;
}
.result_table label .icon {
/*  display: inline-block;
  vertical-align: middle;*/
  margin-right: 5px;
/* width: 11px;
  height: 9px;
  background: url("../images/icons/check-icon.png") center no-repeat;
  background-image: url("../images/icons/check-icon.png"), none;*/
  font-size: 11px;
}
.result_table .del {
  width: 13px;
  height: 19px;
  opacity: 0.4;
  filter: alpha(opacity=40);
/*  background: url("../images/icons/trash.png") center no-repeat;
  background-image: url("../images/icons/trash.svg"), none;*/
}
.result_table .del > i{
    font-size: 17px;
    color: #000;
}
.result_table .del:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.result_table .select,
.result_table label,
.result_table .del {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.result_table .get_save p {
  color: #333;
  font-size: 16px;
}
.result_table .get_save p:last-child {
  margin-bottom: 0;
}
.similar_domain {
  padding: 50px 0;
}
.similar_domain .bdg, .domain_available .bdg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 5px;
  text-transform: uppercase;
}
.domain_available .bdg {
    font-size: 16px;
}
.similar_domain .bdg.black, .domain_available .bdg.black {
  background: #000;
}
.similar_domain .bdg.gray-light, .domain_available .bdg.gray-light {
  background: rgba(0, 0, 0, 0.35);
}
.similar_domain .bdg.red-bg, .domain_available .bdg.red-bg {
    background-color: #f54458;
    color: #fff;
}
.similar_domain .show_more {
  display: block;
  height: 53px;
  line-height: 53px;
  color: black;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #d9d9d9;
}
.similar_domain .show_more .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 12px;
  height: 11px;
  background: url("../images/arrows/arrow-down-black.png") no-repeat;
  background-image: url("../images/arrows/arrow-down-black.svg"), none;
}
.similar_domain .show_more:hover {
  text-decoration: none;
  background: #cccccc;
}
.select-sidebar h4 {
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.06);
}
.select-sidebar h5 {
  color: #f7b504;
  margin: 0 !important;
  padding: 0 10px;
  text-transform: uppercase;
}
.select-sidebar label {
  position: relative;
  display: block;
  margin: 0;
  font-weight: 400;
  padding: 13px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.select-sidebar label:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.select-sidebar label input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  vertical-align: middle;
}
.select-sidebar label input:checked + .icon {
  background-position: -22px 0;
}
.select-sidebar label .check-label {
  display: inline-block;
  color: #333;
  font-size: 15px;
}
.select-sidebar label .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  background: url('../images/icons/forms/green.png') 0 0 no-repeat;
}
.select-sidebar .content {
  padding: 18px 18px 6px;
  background: #fff;
}
.select-sidebar .group-select {
  margin-top: 16px;
  padding: 8px 20px;
  background: #f5f6f6;
}
.select-sidebar .group-select label {
  border: none;
}
.select-sidebar .group-select label .check-label {
  padding-left: 30px;
  color: #666;
  font-weight: 600;
}
.select-sidebar .group-select label .icon {
  left: 0;
  right: auto;
}
.select-sidebar .group-select label input:checked + .icon + .check-label {
  color: #000;
}
.select-sidebar .clear {
  display: block;
  text-align: right;
  color: #327baa;
  font-size: 14px;
  padding: 10px 0;
  text-decoration: underline;
}
.select-sidebar .clear:hover {
  color: #265e83;
}
.textcenter, .textcenter td {
    text-align: center !important;
}
@media screen and (max-width: 1199px) {
  .customSelect > span {
    padding-right: 30px;
  }
  .search-domain input,
  .search-domain textarea {
    width: 750px;
  }
  .similar_domain .result_table td:first-child {
    width: 40%;
  }
  .select-sidebar h4 {
    font-size: 15px;
  }
  .select-sidebar .content {
    padding: 15px 15px 3px;
  }
  .select-sidebar .group-select {
    margin-top: 13px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 991px) {
  .search-domain .d-label,
  .search-domain .search-link {
    line-height: 50px;
  }
  .search-domain input {
    width: 560px;
    height: 50px;
  }
  .search-domain textarea {
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    width: 560px;
    height: 127px;
  }
  .search-domain .example {
    padding: 15px;
    font-size: 13px;
  }
  .single-domain .search-link {
    right: 150px;
  }
  .bulk-domain .btn_search {
    margin-bottom: 10px;
  }
  .btn_search,
  .add_cart_btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  .add_cart p {
    padding-top: 5px;
    font-size: 13px;
    line-height: 1;
  }
  .domain_available {
    padding: 30px 0;
  }
  .domain_available h2 {
    font-size: 24px;
  }
  .domain_available .result_table {
    margin-top: 37px;
  }
  .result_table {
    padding: 0 10px;
  }
  .result_table td {
    padding: 10px 0;
  }
  .result_table td:first-child {
    width: 40%;
  }
  .result_table h3 {
    font-size: 24px;
  }
  .similar_domain {
    padding: 30px 0;
  }
  .select-sidebar {
    padding-bottom: 30px;
    font-size: 0;
  }
  .select-sidebar .content {
    padding-bottom: 15px;
  }
  .select-sidebar label {
    border-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    /*width: 20%;*/
  }
  .select-sidebar label .check-label {
    padding-left: 30px;
  }
  .select-sidebar label .icon {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 769px) {
  .select {
    padding: 10px 0;
  }
  .results-top {
    margin-top: -20px;
    padding: 20px 0;
  }
  .single-domain .search-domain,
  .bulk-domain .search-domain,
  .single-domain .add_cart,
  .bulk-domain .add_cart {
    float: none;
  }
  .single-domain .add_cart {
    padding-top: 15px;
  }
  .bulk-domain .add_cart {
    padding-top: 0;
  }
  .bulk-domain .btn_search {
    margin-bottom: 15px;
  }
  .search-domain .d-label {
    padding-left: 10px;
    font-size: 15px;
  }
  .search-domain input {
    width: 100%;
    padding-left: 48px;
    padding-right: 10px;
    font-size: 15px;
  }
  .search-domain textarea {
    padding: 15px;
    width: 100%;
    font-size: 15px;
  }
  .search-domain .btn_search {
    position: static;
  }
  .search-domain .search-link {
    position: static;
    display: block;
    text-align: center;
  }
  .add_cart_btn,
  .btn_search {
    width: 100%;
  }
  .domain_available {
    padding: 20px 0;
  }
  .domain_available h2 {
    font-size: 18px;
  }
  .result_table table,
  .result_table tbody,
  .result_table tr,
  .result_table td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .result_table tr {
    padding: 20px 0;
  }
  .result_table td {
    padding: 0;
  }
  .result_table td:last-child {
    text-align: center;
  }
  .result_table h3 {
    padding-top: 0;
    font-size: 22px;
  }
  .result_table h5 {
    text-align: left;
  }
  .result_table .select {
    margin-left: 0;
  }
  .similar_domain {
    padding: 20px 0;
  }
  .similar_domain .show_more {
    height: 45px;
    line-height: 45px;
  }
  .select-sidebar label {
    width: 50%;
  }
  .select-sidebar label .check-label {
    font-size: 13px;
  }
  .result_table .select {
    margin-left: 0px;
    width: 100%;
  }
  .result_table label {
    margin-left: 0px;
  }
  .result_table label span {
    margin: 0;
  }
  .result_table .del {
    margin-left: 10px;
  }
}
/* Domain Detalis - start */
.dropdown-menu{
    min-width: 180px;
}
/* Manage Zone - start */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    cursor: pointer;
}
.nav-tabs.tabs-menu-head > li input[type="submit"]{
    display: inline-block;
    color: #969ea6;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    border: none !important;
    text-shadow: none;
    margin: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    white-space: nowrap;
    background-color: transparent !important;
    cursor: pointer !important;
}
.nav-tabs.tabs-menu-head > li.active input[type="submit"]{
    background: none !important;
    color: #2b333b;
}
.dns-records input[type="checkbox"],
.manageemails input[type="checkbox"]{
    display: block;
    margin: auto;
}
.box-body.box-hold.managedomfwd h3{
    color: #626b75;
    font-size: 18px;
}
.box-body.box-hold.managedomfwd p{
    margin-bottom: 10px;
    font-size: 16px;
    color: #969ea6;
    line-height: 1.2;
}
.box-body.box-hold .row-bottom-margin{
    margin-bottom: 20px;
}
.box-body.box-hold .col-bottom-margin{
    margin-bottom: 10px;
}
.createaccount .frow{
    position: relative;
    margin-bottom: 20px;
}
.createaccount .frow .icon_hold{
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -35px;
    top: 7px;
    margin: auto 0;
}
.createaccount .frow .icon_hold > img{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
}
.button.add-btn{
    width: auto !important;
    padding: 0 10px;
    margin: 0;
    line-height: 45px;
}
.manage-inputs[type="text"]{
    width: 65%;
    display: inline-block;
}
.manage-inputs.medium-size{
    width: 55%;
}
.title-label {
    color: #969ea6;
    margin: 0;
    line-height: 25px;
}
.box-body.box-hold label.check-option {
    display: inline-block;
    cursor: pointer;
    padding: 0 0 0 22px;
    position: relative;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    color: #4d5359;
}
.box-body.box-hold label.check-option > input.check-default{
    opacity: 0;
    position: absolute;
    left: -99999px;
}
.box-body.box-hold label.check-option > span.check-click{
    display: inline-block;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: auto;
    width: 15px;
    height: 15px;
}
.box-body.box-hold label.check-option > span.check-click.check-radio{
    background: url(../images/icons/checkout-radio.png) no-repeat 0 0;
}
.box-body.box-hold label.check-option .check-default:checked ~ .check-click.check-radio{
    background-position: -15px 0;
}
.box-body.box-hold .bg-gray{
    color: #969ea6;
}
.sub-nav-tabs{
    overflow: hidden;
    background-color: #dfdfdf;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.sub-nav-tabs > li {
    float: left;
    padding: 0 5px;
}
.sub-nav-tabs > li input[type="submit"]{
    background: none;
    border: none;
    color: #626b75;
    font-size: 14px;
    font-weight: 700;
    outline: none !important;
}
.alert{
    margin-bottom: 20px;
}
.tab-content, .form-fields {
    padding: 20px 35px;
}
a[data-role="close-alert"]{
    margin: 10px 0 0;
}
input:disabled, select:disabled {
    background-color: #ccc !important;
}
.sub-nav-tabs > li input[type="submit"]:disabled,
.sub-nav-tabs > li:hover input[type="submit"]{
    background-color: #999 !important;
    color: #95dcfa;
}
.breadcrumb-nav{
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb-nav > li{
    float: left;
}
.breadcrumb-nav > li > span{
   display: inline-block;
    color: #969ea6;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
}
.breadcrumb-nav > li:last-child > a{
    background: none !important;
    color: #2b333b;
}
.breadcrumb-nav > li:last-child::after{
    display: block;
    content: ' ';
    background: url(../images/arrows/tabs-current-selected.png) no-repeat 0;
    background-size: 20px 13px;
    width: 20px;
    height: 13px;
    top: auto;
    right: 0;
    bottom: -12px;
    left: 0;
    position: absolute;
    margin: auto;
}
.manage-wrp .searchbox > div{
    display: inline-block;
}
.manage-wrp .form-elements > div.r-btn-holder{
    float:right;
    padding:0px 3px 3px 0px;
}
.text-center{
    text-align: center !important;
}
.dropdown-menu > li > a{
    padding: 8px 10px;
}
.box-body.box-hold .createmaillist label.check-option{
    display: block;
    margin-bottom: 5px;
}
.manage-wrp .input-auto-size{
    display: inline-block;
    width: auto;
}
.manage-wrp ul.gray-bottom.breadcrumb-nav > li:last-child::after{
    display: block;
    content: ' ';
    background: none;
    width: 15px;
    height: 15px;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    background-color: #dfdfdf;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.manage-wrp ul.light-bottom.breadcrumb-nav > li:last-child::after{
    display: block;
    content: ' ';
    background: none;
    width: 15px;
    height: 15px;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    background-color: #f4f5f5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
}
.manage-wrp .border-radius-none{
    border-radius: 0;
}
.box-body.box-hold .label-holder{
    text-align: center;
    margin: 0px 0 10px;
}
.box-body.box-hold .label-holder > .label{
    width: auto;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.box-body.box-hold .section-min-height{
    min-height: 200px;
}
.row.row-pading{
    padding: 10px;
}
@media screen and (min-width: 771px){
    .no-padding{
        padding: 0 !important;
    }
    .no-padding-left{
        padding-left: 0 !important;
    }
    .no-padding-right{
        padding-right: 0 !important;
    }
    .visible-xs-block{
        display: none;
    }
}
@media screen and (max-width: 770px) {
    .manage-wrp .breadcrumb-nav{
        border-bottom: none;
    }
    .manage-wrp .breadcrumb-nav > li{
        float: none;
        display: block;
        text-align: center;
    }
    .manage-wrp .breadcrumb-nav > li > a{
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        padding: 0;
    }
    .manage-wrp .breadcrumb-nav > li:last-child > a{
        text-decoration: underline;
        background-color: rgba(0, 0, 0, 0.1)!important;
    }
    .manage-wrp .breadcrumb-nav > li:last-child::after{
        display: none;
    }
    .manage-wrp .sub-nav-tabs > li {
        width: 50%;
        text-align: center;
    }
    .dns-records .top-row .title-label{
        font-size: 16px;
        padding: 8px 0;
    }
    .dns-records .searchbox > div{
        display: inline-block;
    }
    .dns-records .searchbox > div .button.view-all{
        width: 100%;
        margin: 0;
        padding: 10px;
        font-size: 14px;
    }
    .manage-wrp .box-head .heading_label{
        margin: 0 0 10px !important;
    }
    .manage-wrp .form-elements{
        margin: 0 !important;

    }
    .manage-wrp .form-elements > div.r-btn-holder{
        float:none;
        padding: 5px 0;
    }
    .manage-wrp .form-elements > div.r-btn-holder .button.add-btn{
        width: 100% !important;
        position: static !important;
        float: none !important;
    }
    .manage-wrp  tr.last-t-row{
        border: none !important;
    }
    .manage-wrp  tr.last-t-row > td,
    .manage-wrp .table.table-hover .table-body > tr.last-t-row > td:nth-child(odd){
        background: none !important;
        padding: 0 !important;
    }
    .manage-wrp  tr.last-t-row > td:before{
        display: none !important;
    }
    .manage-wrp .table .table-body > tr > td{
        min-height: 37px;
    }
    .manage-wrp .tab-content{
        padding: 20px;
    }
    .tab-content.managednszone h5{
        text-align: center;
        padding: 0px 0 ;
        margin-bottom: 10px;
    }
    .tab-content.managednszone .manage-inputs[type="text"],
    .manage-inputs.medium-size{
        width: 55%;
    }
    .manageemailsboard .table .table-body > tr > td{
        padding-left: 15px;
        text-align: center;
    }
    .manageemailsboard .table .table-body > tr > td:before{
        display: none;
    }
    .manageemailsboard .table .table-body .label{
        margin-right: 10px;
    }
    .manage-wrp .manageemailsboard .form-elements{
        padding: 0 10px;
    }
    .manage-wrp.manageemails tr.last-t-row div{
        float: none !important;
    }
    .manage-wrp.manageemails tr.last-t-row > td{
        text-align: center;
    }
    .manage-wrp.manageemails tr > td .btn[type="submit"]{
        margin: 5px;
    }
    .manage-wrp.manageemails .box-hold .box-head{
        padding: 15px 10px;
    }
    .tabs-container .tabs-menu-head > li > a{
        text-align: center;
    }
    .tab-content.managednszone textarea{
        width: 100%;
    }
    .no-padding-xs{
        padding: 0;
    }
    .visible-xs-block{
        display: block;
    }
    .tabs-container .tabs-menu-head > li.dropdown{
        display: block;
    }
    .ca-domain-details p{
        margin-bottom: 5px !important;
    }
    .ca-domain-details .button{
        width: 100%;
        margin: 5px 0;
    }
    tr{
        overflow: visible !important;
    }
}
/* Manage Zone - end */
/* FraudCheck Page - start */
.ca-fraudcheck-holder{
    text-align: center;
    padding: 100px 50px;
}
.ca-fraudcheck-holder h1{
    font-size: 52px;
    margin-bottom: 30px;
}
.ca-fraudcheck-holder p{
    font-weight: 600;
    font-size: 18px;
}
.ca-fraudcheck-holder .fraud-btn{
   width: auto;
   padding: 15px 10px;
}
@media screen and (max-width: 770px) {
    .ca-fraudcheck-holder{
        text-align: center;
        padding: 40px 20px;
    }
    .ca-fraudcheck-holder h1{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ca-fraudcheck-holder .alert{
        padding: 20px 15px;
    }
    .ca-fraudcheck-holder p{
        font-weight: 600;
        font-size: 16px;
    }
}
/* FraudCheck Page - end */

/* Client Area Popup - start */
.welcome-modal .modal-dialog{
    width: 100%;
    max-width: 1300px;
    margin: 150px auto;
    padding: 0 30px;
}
.welcome-modal .modal-content{
    border-radius: 0;
    border: none;
}
.welcome-modal .modal-body{
    padding: 0;
}
.popup-content .purple-bg{
    background-color: #a24c82;
    color: #fff;
}
.popup-content .gray-bg{
    background-color: #f2f2f2;
    color: #313131;
}
.popup-content .green-bg{
    background-color: #4dcf87;
    color: #fff;
}
.popup-content .user-box,
.popup-content .take-a-tour-box,
.popup-content .how-to-start-box,
.popup-content .domains-features,
.popup-content .shared-hosting-box{
    height: 535px;
    padding: 49px 30px 0px;
    text-align: center;
    position: relative;
}
.popup-content .user-box{
    padding: 49px 15px 0px;
}
.popup-content .domains-features{
    padding: 49px 20px 0;
}
.popup-content .img-box{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
}
.popup-content .img-box.user{
    cursor: pointer;
    background-color: rgba(0,0,0,0.4);
}
.popup-content .img-box.user > img{
    width: 100%;
}
.popup-content .img-box > .edit-profile{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: height, 300ms;
    -moz-transition: height, 300ms;
    -webkit-transition: height, 300ms;
}
.popup-content .img-box > .edit-profile > a{
    display: block;
    color: #f2f2f2;
    font: 600 16px/100px "proxima-nova", sans-serif;
    text-transform: uppercase;
}
.popup-content .img-box:hover > .edit-profile{
    height: 100%;
}
.popup-content h3{
    font: 600 22px/32px "proxima-nova", sans-serif;
    margin: 0 0 20px;
}
.popup-content h3 small{
    color: inherit;
    font-weight: inherit;
    font-size: 80%;
}
.popup-content .take-a-tour-box h3{
    margin-bottom: 50px;
}
.popup-content p{
    font: 300 16px/24px "proxima-nova", sans-serif;
    margin: 0 auto 50px;
}
.popup-content .user-box p > a{
    word-break: break-word;
}
#welcome-domains .popup-content p > a{
    color: #a24c82;
}
#welcome-regular .popup-content p > a{
    color: #4dcf87;
}
.popup-content .how-to-start-box h3{
    margin-bottom: 30px;
}
.popup-content .radio-btns-wrp{
    margin: 0 0 30px;
}
.popup-content .how-to-start-box label,
.popup-content .how-to-start-box a{
    font: 600 16px/50px "proxima-nova", sans-serif;
    color: #000;
    margin: 0;
    cursor: pointer;
    min-width: 300px;
    text-align: left;
}
.popup-content .how-to-start-box a{
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-align: left;
    position: relative;
    padding-left: 30px;
}
.popup-content .how-to-start-box a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    margin: auto;
}
.popup-content .how-to-start-box a::after{
    display: none;
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #414141;
    margin: auto;
}
.popup-content .how-to-start-box a:hover::after,
.popup-content .how-to-start-box a:focus::after,
.popup-content .how-to-start-box a:active::after{
    display: block;
}
.popup-content .how-to-start-box .radio-option-group label{
    display: inline-block;
    min-width: 200px;
}
.popup-content .how-to-start-box .radio-option-group .tooltip.in{
    opacity: 1;
    z-index: 10;
}
.popup-content .how-to-start-box .radio-option-group .tooltip-inner{
    max-width: 250px;
    padding: 15px 10px;
    background-color: #a24c82;
    border-radius: 0;
    font-size: 15px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.popup-content .how-to-start-box .radio-option-group .tooltip-arrow{
    border-top-color: #a24c82;
}
.popup-content .how-to-start-box label > span,
.popup-content .how-to-start-box a > strong{
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}
.popup-content .radio-btn-wrp{
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    overflow: hidden;
    padding: 1px;
    background-color: #fff;
    vertical-align: text-bottom;
    margin-right: 15px;
}
.popup-content input[data-role='radio-btn']{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    cursor: pointer;
}
.popup-content .radio-btn-wrp.checked{
    background-color: #414141;
    box-shadow: inset 0px 0px 0px 3px #fff;
}
.popup-content .domains-features > .feature-box{
    text-align: left;
    margin-bottom: 45px;
    padding: 5px;
    cursor: pointer;
}
.popup-content .domains-features > .feature-box:hover{
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}
.popup-content .domains-features > .feature-box > a{
    display: block;
    text-decoration: none;
}
.popup-content .domains-features > .feature-box > a > span{
    font: 400 22px/28px "proxima-nova", sans-serif;
    color: #535353;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.popup-content .domains-features > .feature-box:hover span {
    text-decoration: underline;
}
.popup-content .shared-hosting-box > h2{
    font: 700 60px/36px "proxima-nova", sans-serif;
    color: #4dcf87;
    text-transform: uppercase;
}
.popup-content .shared-hosting-box > h4{
    font: 400 26px/38px "proxima-nova", sans-serif;
    color: #333333;
    text-transform: uppercase;
}
.popup-content .shared-hosting-box > .hosting-plans-wrp {
    overflow: hidden;
    margin: 45px 0;
    text-align: center;
}
.popup-content .shared-hosting-box > .hosting-plans-wrp > .left-ul {
    /*float: left;*/
    margin-right: 45px;
}
.popup-content .shared-hosting-box > .hosting-plans-wrp > .right-ul {
    /*float: right;*/
}
.popup-content .shared-hosting-box > .hosting-plans-wrp > ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: left;
}
.popup-content .shared-hosting-box > .hosting-plans-wrp > ul > li{
    font: 400 15px/50px "proxima-nova", sans-serif;
    color: #969ea6;
}
.popup-content .shared-hosting-box > .hosting-plans-wrp span{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../images/icons/popups-icons/hosting-bullet-icon.png');
    margin-right: 15px;
    vertical-align: middle;
}
.popup-content .shared-hosting-box > p{
    font: 400 18px/34px "proxima-nova", sans-serif;
    color: #aaaaaa;
    margin-bottom: 25px;
}
.popup-content .shared-hosting-box > p > span{
    color: #a24c82;
    text-transform: uppercase;
}
.popup-content .shared-hosting-box > .ca-popup-btn{
    right: 50px;
    left: auto;
}
.popup-content .shared-hosting-box > .ca-popup-btn[data-role='close-popup']{
    left: 50px;
    right: auto;
}
.popup-content .no-modal-padding{
    padding: 0;
}
.ca-popup-btn{
    position: relative;
    height: 60px;
    width: 210px;
    margin: 0 auto;
    font: 400 18px/60px "proxima-nova", sans-serif;
    text-align: center;
    cursor: pointer;
}
.ca-popup-btn > a{
    color: inherit;
    text-decoration: none;
}
.ca-popup-btn.green{
    background-color: #4dcf87;
    color: #fff;
}
.ca-popup-btn.purple{
    background-color: #a24c82;
    color: #fff;
}
.ca-popup-btn.gray{
    background-color: #7f7f7f;
    color: #fff;
}
.ca-popup-btn{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.ca-popup-btn .btn-overlay{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2);
}
.ca-popup-btn:hover .btn-overlay{
    display: block;
}
.ca-popup-btn:active .btn-overlay{
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
    .popup-content h3{
        font: 400 20px/30px "proxima-nova", sans-serif;
        margin: 0 0 20px;
    }
    .popup-content .how-to-start-box label,
    .popup-content .how-to-start-box a{
        font-weight: 400;
    }
    .popup-content .shared-hosting-box > .ca-popup-btn{
        right: 20px;
        left: auto;
    }
    .popup-content .shared-hosting-box > .ca-popup-btn[data-role='close-popup']{
        left: 20px;
        right: auto;
    }
    .popup-content .domains-features > .feature-box > a > span{
        font-size: 18px;
    }
    .popup-content .domains-features > .feature-box img{
        width: 45px;
    }
    .popup-content .shared-hosting-box > .hosting-plans-wrp > .left-ul{
        margin-right: 0px;
    }
    .popup-content .shared-hosting-box > .hosting-plans-wrp span{
        margin-right: 5px;
    }
    .popup-content .user-box,
    .popup-content .take-a-tour-box,
    .popup-content .how-to-start-box,
    .popup-content .domains-features,
    .popup-content .shared-hosting-box{
        padding: 49px 10px 0px;
    }
    .popup-content .domains-features{
        padding: 65px 15px 0;
    }
    .popup-content .how-to-start-box .radio-option-group .tooltip-inner{
        max-width: 220px;
        padding: 10px 8px;
        font-size: 14px;
    }
    .popup-content .shared-hosting-box > .hosting-plans-wrp {
        margin: 15px 0;
    }
    .popup-content .shared-hosting-box > .hosting-plans-wrp > ul > li{
        line-height: 40px;
    }
    .popup-content .shared-hosting-box > .hosting-plans-wrp > ul{
        min-width: 300px;
    }
    .popup-content .shared-hosting-box > h2 {
        font: 700 55px/32px "proxima-nova", sans-serif;
    }
    .popup-content .shared-hosting-box > h4{
        line-height: 32px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    .welcome-modal .modal-dialog{
        max-width: 320px;
        margin: 20px auto;
        padding: 0 0px;
    }
    .popup-content .row{
        margin: 0;
    }
    .popup-content .user-box,
    .popup-content .take-a-tour-box,
    .popup-content .how-to-start-box,
    .popup-content .domains-features,
    .popup-content .shared-hosting-box{
        height: auto;
        padding: 20px;
    }
    .popup-content .img-box{
        margin-bottom: 10px;
    }
    .popup-content h3 {
        font: 400 18px/28px "proxima-nova", sans-serif;
        margin: 0 0 15px;
    }
    .popup-content p {
        font: 300 14px/22px "proxima-nova", sans-serif;
        margin: 0 auto 15px;
        width: auto;
    }
    .ca-popup-btn{
        height: 40px;
        font: 400 16px/40px "proxima-nova", sans-serif;
    }
    .popup-content .domains-features > .feature-box{
        margin-bottom: 30px;
    }
    .popup-content .domains-features > .feature-box:last-child{
        margin-bottom: 0;
    }
    .popup-content .domains-features > .feature-box img{
        width: 45px;
        height: auto;
    }
    .popup-content .domains-features > .feature-box > a > span {
        font: 400 18px/28px "proxima-nova", sans-serif;
    }
    .popup-content .shared-hosting-box > h2 {
        font: 700 30px/36px "proxima-nova", sans-serif;
    }
    .popup-content .shared-hosting-box > h4 {
        font: 400 18px/28px "proxima-nova", sans-serif;
    }
    .popup-content .shared-hosting-box > .hosting-plans-wrp{
        margin: 10px 0;
    }
    .popup-content .shared-hosting-box > .hosting-plans-wrp > ul{
        margin: 0 !important;
    }
    .popup-content .shared-hosting-box > p {
        font: 400 16px/30px "proxima-nova", sans-serif;
        margin-bottom: 0px;
    }
    .popup-content .shared-hosting-box > .ca-popup-btn {
        float: none;
        margin: 10px auto 0 !important;
    }
    .popup-content .radio-btns-wrp {
        margin: 0 0 20px;
    }
    .popup-content .how-to-start-box label,
    .popup-content .how-to-start-box a{
        font: 500 14px/24px "proxima-nova", sans-serif;
    }
    .popup-content .radio-btn-wrp{
        margin-right: 15px;
    }
    .ca-popup-btn{
        position: static;
    }
}
/* Client Area Popup - end */
/* Domainchecker Custom Select - start */
.domain-select-wrapper {
    font: 400 14px/35px "proxima-nova", sans-serif;
    height: 35px;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;
    color: inherit;
    text-align: left;
    border: 1px solid #000;
}

[data-role="domain-custom-select"]{
    height: 35px;
    left: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 11;
    margin: 0;
}

.domain-select-holder {
    font: 400 14px/35px "proxima-nova", sans-serif;
    background-color: inherit;
    cursor: pointer;
    left: 0;
    height: 35px;
    overflow: hidden;
    padding: 0 8px;
    position: absolute;
    width: 100%;
    z-index: 12;
    color: inherit;
}
.domain-select-wrapper > i {
    cursor: pointer;
    height: 35px;
    width: 5px;
    position: absolute;
    right: 8px;
    z-index: 13;
    background-image: url('../images/arrows/select-service-arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.domain-select-options-wrapper {
    display: none;
    right: 0;
    margin: 1px 0;
    overflow-y: auto;
    position: absolute;
    top: 34px;
    z-index: 14;
    width: 100%;
    border: 1px solid #000;
}

.domain-select-options-wrapper > ul {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0 0px;
}
.domain-select-options-wrapper > ul > li:last-child{
    border: none;
}
.domain-select-options-wrapper > ul > li {
    font: 400 14px/35px "proxima-nova", sans-serif !important;
    cursor: pointer;
    height: 35px;
    padding: 0 10px;
    margin: 0;
    float: none;
    color: inherit;
}
.domain-select-options-wrapper > ul > li:hover{
    background-color: rgba(255, 217, 0, 0.8);
}
.domain-select-wrapper span.d-select-old-price{
    text-decoration: line-through;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 769px){
    .domain-select-wrapper{
        margin: 0 auto;
    }
}
/* Domainchecker Custom Select - end */
/* Order Domains Dropdown - strat */
.box-group .domains--search.domains-search-wrp{
    display: inline-block;
    width: 100%;
    padding-right: 20px;
}
.box-group .domains--search.domains-search-wrp .search_left_hold{
    width: calc(100% - 270px);
    float: left;
}
.box-group .domains--search.domains-search-wrp .buttons_right_hold{
    float: left;
    margin-left: 20px;
    position: static;
}
.box-group .domains--search.domains-search-wrp .domains__dropdown{
    max-width: calc(100% - 170px);
    right: 150px;
    top: 80px;
    margin-bottom: 20px;
}
.box-group .domains--search.domains-search-wrp .toprightcorner{
    right: 0;
}
@media screen and (max-width: 767px){
    .box-group .domains--search.domains-search-wrp{
        display: block;
        padding-right: 10px;
    }
    .box-group .domains--search.domains-search-wrp .search_left_hold{
        width: calc(100% - 90px);
    }
    .box-group .domains--search.domains-search-wrp .domains__dropdown{
        max-width: calc(100% - 20px);
        right: 10px;
        top: 70px;
    }
    .box-group .domains--search.domains-search-wrp .domain_extension{
        margin-left: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 990px){
    .box-group .domains--search.domains-search-wrp{
        padding: 10px 10px;
    }
    .box-group .domains--search.domains-search-wrp .search_left_hold{
        width: calc(100% - 110px);
    }
    .box-group .domains--search.domains-search-wrp .domains__dropdown{
        max-width: calc(100% - 20px);
        right: 10px;
    }
    .box-group .domains--search.domains-search-wrp .domain_extension{
        margin-left: 0px;
    }
}
/* Order Domains Dropdown - end */
/* Order Summary Total - start */
p.total-recurring-main{
    margin-bottom: 10px !important;
}
span.total-recurring{
    display: block;
    font-size: 16px;
    text-align: right;
    margin: 8px 0;
    color: #2b333b;
}
span.total-recurring span.anually-text{
    font-weight: 500;
}
/* Order Summary Total - end */
/* Add to cart Tooltip - start */
.add_cart_btn ~ div.tooltip{
    font-size: 16px;
    max-width: 500px;
}
.add_cart_btn ~ div.tooltip .tooltip-inner{
    max-width: 250px;
    padding: 5px 10px;
}
/* Add to cart Tooltip - end */
/* Client Area - User Avatar in Edit Profile - start */
@media screen and (max-width: 770px) {
    #mydetails .control-group{
        display: inline-block;
        width: 100%;
    }
    .box-group .frow .label-title{
        line-height: 30px;
    }
    .box-group .frow #firstname{
        margin-bottom: 10px;
    }
}
/* Client Area - User Avatar in Edit Profile - end */
/* Affiliates Page - start */
.affiliate-stat-block{
    padding: 20px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background-color: #f3f4f6;
    text-align: center;
}
.affiliate-stat-block .icon-holder{
    float: left;
}
.affiliate-stat-block .text-holder{
    text-align: center;
    display: inline-block;
    padding: 10px 0 0;
}
.affiliate-stat-block .text-holder .stat{
    font-size: 46px;
    color: #505153;
    margin-bottom: 15px;
    line-height: 50px;
}
.affiliate-stat-block .text-holder p{
    font-size: 26px;
    text-transform: uppercase;
    color: #f54458;
}
/* IE SVG image fix */
@media all and (-ms-high-contrast:none)
{
    .affiliate-stat-block .icon-holder > img{
        width: 100px;
        height: 100%;
    }
}
.affiliate-wrapper h3{
    font: 300 26px/36px 'proxima-nova', sans-serif;
    margin: 40px 0 10px;
}
.affiliate-wrapper .form-control{
    text-align: center;
    font: 500 22px/45px 'proxima-nova', sans-serif;
    color: #3d3d3d;
    height: 45px;
}
.box-group.affiliate-wrapper .affiliate-withdrawn-table .table{
    margin-top: 40px;
    border-collapse: collapse;
}
.box-group.affiliate-wrapper .affiliate-withdrawn-table .table .table-body > tr > td{
    background-color: transparent;
    height: 45px;
    color: #3d3d3d;
    border: none;
    border-top: 1px solid #dfdfdf;
}
.affiliate-withdrawn-table{
    display: inline-block;
    width: 70%;
}
.box-group.affiliate-wrapper .button{
    width: auto;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    font: 600 18px/45px 'proxima-nova', sans-serif;
    height: 45px;
}
.box-group.affiliate-wrapper .button.btn-red > span{
    display: inline-block;
    margin-left: 10px;
}
.box-group.affiliate-wrapper .page-header{
    border: none;
    margin: 30px 0 0px;
}
@media screen and (min-width: 770px) and (max-width: 1199px){
    .affiliate-stat-block{
        margin-bottom: 20px;
        text-align: center;
    }
    .affiliate-stat-block .icon-holder{
        float: none;
    }
    .affiliate-stat-block .text-holder{
        padding-top: 20px;
        min-width: 100%;
    }
}
@media screen and (max-width: 770px){
    .affiliate-stat-block{
        margin-bottom: 20px;
        text-align: center;
    }
    .affiliate-stat-block .text-holder{
        float: none;
        display: inline-block;
    }
    .box-group.affiliate-wrapper .affiliate-stat-block .text-holder .stat{
        font-size: 26px !important;
        line-height: 30px;
    }
    .box-group.affiliate-wrapper .affiliate-stat-block .text-holder p{
        font-size: 20px !important;
    }
    .affiliate-wrapper h3 {
        font: 300 22px/30px 'proxima-nova', sans-serif;
        margin: 10px 0;
    }
    .affiliate-wrapper .form-control{
        font: 500 16px/45px 'proxima-nova', sans-serif;
        width: 90%;
        margin: auto;
    }
    .affiliate-withdrawn-table {
        width: 90%;
    }
    .box-group.affiliate-wrapper .affiliate-withdrawn-table .table {
        margin-top: 20px;
    }
    .box-group.affiliate-wrapper .affiliate-withdrawn-table .table .table-body > tr{
        border: none;
    }
    .box-group.affiliate-wrapper .affiliate-withdrawn-table .table .table-body > tr > td{
        padding: 10px;
        text-align: right;
    }
    .box-group.affiliate-wrapper .affiliate-withdrawn-table .table .table-body > tr > td::before{
        display: none;
    }
    .box-group.affiliate-wrapper .affiliate-withdrawn-table .table .table-body > tr > td:nth-child(even){
        border: none;
    }
    .box-group.affiliate-wrapper .button{
        font-size: 15px;
    }
}
@media screen and (max-width: 374px){
    .affiliate-stat-block .icon-holder > img{
        width: 70px;
    }
}
/* Affiliates Page - end */
/* Home Page Active Accounts Table - start  */
.hp-active-accounts-wrp{
    margin-top: 20px;
}
.box-group .box-body.hp-active-accounts-wrp .table {
    margin-top: 0;
}
.hp-active-accounts-wrp .btn-gray{
    background-color: #969ea6;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
}
.hp-active-accounts-wrp .btn-gray:hover{
    background-color: #333;
}
.hp-active-accounts-wrp .btn.park-domain{
    background-color: #3f8abf;
}
.hp-active-accounts-wrp .btn-gray:hover{
    background-color: #397cac;
}
.hp-active-accounts-wrp .in-box-footer .arrows > button{
    display: block;
    height: 34px;
    width: 30px;
    position: relative;
    background-color: #eff1f2;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    border: none;
    box-shadow: none;
    float: left;
}
.hp-active-accounts-wrp .in-box-footer .arrows > button.slick-prev{
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-image: url(../images/arrows/arrow-navigation-prev.png);
}
.hp-active-accounts-wrp .in-box-footer .arrows > button.slick-next{
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url(../images/arrows/arrow-navigation-next.png);
}
.hp-active-accounts-wrp .in-box-footer .arrows > button.slick-prev{
    margin-left: 0;
    margin-right: 20px;
}
.hp-active-accounts-wrp .in-box-footer .arrows > button.slick-disabled{
    opacity: 0.3;
}
.hp-active-accounts-wrp .table .table-body .label{
    width: auto;
}
.hp-active-accounts-wrp .table .table-body .label-suspended{
    background-color: #d86a65;
}
.hp-active-accounts-wrp .table .table-body tr > td:last-child{
    width: 30%;
}
.box-group .hp-active-accounts-wrp .in-box-footer .controls{
    position: relative;
    font-size: 0;
}
.hp-active-accounts-wrp .current-page-number{
    color: #666;
    font: 700 15px/34px "proxima-nova", sans-serif;
    display: inline-block;
    position: absolute;
    top: 0;
    height: 34px;
    right: 26px;
    z-index: 2;
}
.hp-active-accounts-wrp .imp-label{
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hp-active-accounts-wrp .in-box-footer .arrows{
    background-color: #eff1f2;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}
.icon-cpanel{
    background-image: url(../images/icons/icon-cpanel.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
}
.icon-puzzle{
    background-image: url(../images/icons/icon-puzzle.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.hp-active-accounts-wrp .buttons-holder .tooltip-inner{
    background-color: #333;
    color: #fff;
    font: 600 16px/25px "proxima-nova", sans-serif;
    padding: 5px 15px;
}
.hp-active-accounts-wrp .buttons-holder .tooltip > .tooltip-arrow{
    border-top-color: #333;
}
.hp-active-accounts-wrp .buttons-holder .tooltip.in{
    opacity: 1;
}
.hp-active-accounts-wrp .slick-arrow.slick-hidden {
    display: block;
    opacity: 0.3;
}
@media screen and (max-width: 991px){
    .hp-active-accounts-wrp .table .table-body tr > td:last-child{
        width: 40%;
    }
}
@media screen and (max-width: 900px){
    .hp-active-accounts-wrp .btn{
        margin: 0;
        font-size: 13px;
        padding: 5px;
    }
    .hp-active-accounts-wrp .table .table-body tr > td:last-child{
        padding: 5px;
    }
    .icon-cpanel {
        width: 18px;
        height: 13px;
    }
}
@media screen and (max-width: 770px){
    .hp-active-accounts-wrp .table .table-body tr > td:last-child,
    .hp-active-accounts-wrp .table .table-body tr > td:first-child{
        width: auto;
    }
    .hp-active-accounts-wrp .table .table-body tr > td:last-child:before{
        display: none;
    }
    .hp-active-accounts-wrp .table .table-body .label{
        width: 130px;
    }
    .hp-active-accounts-wrp .in-box-footer .arrows {
        background-color: #fff;
    }
    .hp-active-accounts-wrp .in-box-footer .arrows > button{
        background-color: #fff;
        left: auto;
        right: auto;
    }
    .hp-active-accounts-wrp .btn{
        margin: 5px 5px;
        padding: 5px 10px;
    }
    .hp-active-accounts-wrp .buttons-holder .tooltip-inner{
        font: 600 15px/25px "proxima-nova", sans-serif;
        padding: 5px 10px;
    }
}
/* Home Page Active Accounts Table - end  */
/* Account Info Modal - start */
.account-info-modal-wrp .modal-dialog{
    width: 860px;
    margin-top: 180px;
}
.account-info-modal-wrp .modal-content{
    border: none;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}
.account-info-modal-wrp .modal-body .text-box{
    font: 600 16px/30px "proxima-nova", sans-serif;
    margin-bottom: 20px;
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 4px;
    min-height: 90px;
}
.account-info-modal-wrp .modal-body .text-box > a,
.account-info-modal-wrp .modal-body .text-box > span{
    display: block;
    word-break: break-word;
    font-weight: 400;
}
.text-box.temp-url-box{
    position: relative;
}
.text-box.temp-url-box .create-temp-url{
    display: inline-block;
    background-color: #5cb85c;
    padding: 0 5px;
    color: #fff;
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.text-box.temp-url-box .temp-url{
    opacity: 1;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -ms-transition: opacity 300ms;;
    -moz-transition: opacity 300ms;
    z-index: 2;
    position: relative;
}
/* Loader */
.loader {
    opacity: 0;
    height: 30px;
    font-size: 10px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    z-index: 1;
}

.loader > div {
    background-color: #888;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation-play-state: paused;
}

.loader .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.loader .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loader .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.loader .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% {
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
}
.password-box{

}
.password-box .cp-pass{
    display: inline-block;
    width: auto;
    border: none;
    background-color: transparent !important;
    color: inherit;
    box-shadow: none;
    font-weight: 400;
}
.password-box .show-hide-pass{
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: -5px;
}
.password-box .show-hide-pass .show-hide-checkbox{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2;
    cursor: pointer;
}
.password-box .show-hide-pass .show-hide-btn{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 30px;
    font-size: 18px;
}
.password-box .show-hide-pass .show-hide-btn:before {
    content: "\e105";
}
.password-box .show-hide-pass .show-hide-checkbox:checked ~ .show-hide-btn:before {
    content: "\e106";
}
.password-box  .copy-pass{
    float: right;
    cursor: pointer;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 16px;
}
.password-box  .copy-pass > i{
    line-height: 30px;
}
.password-box  .copy-pass,
.password-box .show-hide-pass{
    position: relative;
    -webkit-transition: -webkit-transform ease-out 0.1s, color ease-out 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, color ease-out 0.2s;
    transition: transform ease-out 0.1s, color ease-out 0.2s;
}
.password-box  .copy-pass.clicked,
.password-box .show-hide-pass.clicked{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #999;
}
.password-box  .copy-pass::after,
.password-box .show-hide-pass::after{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.password-box  .copy-pass.clicked::after,
.password-box .show-hide-pass.clicked::after{
    -webkit-animation: sonarEffect 600ms ease-out 75ms;
    -moz-animation: sonarEffect 600ms ease-out 75ms;
    animation: sonarEffect 600ms ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 5px 5px rgba(0,0,0,0.3), 0 0 0 5px rgba(0,0,0,0.5);
    }
    100% {
            box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 5px 5px rgba(0,0,0,0.3), 0 0 0 5px rgba(0,0,0,0.5);
            -webkit-transform: scale(1.2);
            opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
            opacity: 0.3;
    }
    40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 3px 3px rgba(0,0,0,0.3), 0 0 0 3px rgba(0,0,0,0.5);
    }
    100% {
            box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 3px 3px rgba(0,0,0,0.3), 0 0 0 3px rgba(0,0,0,0.5);
            -moz-transform: scale(1.1);
            opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
            opacity: 0.3;
    }
    40% {
            opacity: 0.5;
            box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 3px 3px rgba(0,0,0,0.3), 0 0 0 3px rgba(0,0,0,0.5);
    }
    100% {
            box-shadow: 0 0 0 2px rgba(0,0,0,0.1), 0 0 3px 3px rgba(0,0,0,0.3), 0 0 0 3px rgba(0,0,0,0.5);
            transform: scale(1.1);
            opacity: 0;
    }
}
@media screen and (max-width: 991px){
    .account-info-modal-wrp .modal-dialog {
        width: 600px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 770px){
    .account-info-modal-wrp .modal-dialog {
         width: auto;
         margin-top: 20px;
    }
    .account-info-modal-wrp .modal-body,
    .account-info-modal-wrp .modal-body .text-box{
        padding: 10px;
    }
    .account-info-modal-wrp .modal-body .text-box{
        min-height: 80px;
    }
    .text-box.temp-url-box .create-temp-url{
        font-size: 13px;
        line-height: 25px;
    }
    .loader{
        bottom: 10px;
    }
    .loader > div {
        width: 4px;
    }
}
@media screen and (max-width: 370px){
    .account-info-modal-wrp .modal-body .text-box{
        font: 600 14px/30px "proxima-nova", sans-serif;
    }
    .text-box.temp-url-box .create-temp-url{
        font-size: 12px;
    }
}
/* Account Info Modal - end */
/* Welcome Regular Accordion - start */
#welcome-regular .popup-content{
    width: 100%;
    max-width: 1260px;
    height: 535px;
    overflow: hidden;
}
#welcome-regular .popup-content > ul{
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}
#welcome-regular .popup-content > ul > li{
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 25%;
    height: 535px;
    transition: all 400ms ease;
}
#welcome-regular .popup-content > ul > li:last-child{
    width: 50%;
}
#welcome-regular .popup-content .accordion-content-holder {
    display: block;
    overflow: hidden;
    width: 100%;
}
#welcome-regular .popup-content .accordion-content-holder > div {
    display: block;
    height: 535px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    box-sizing: border-box;
    transition: all 400ms ease;
    padding: 35px 15px 0;
}
#welcome-regular .popup-content .accordion-content-holder > div *{
    z-index: 5;
    overflow: hidden;
}
#welcome-regular .popup-content .accordion-content-holder > div p{
    min-width: 200px;
}
#welcome-regular .popup-content .accordion-content-holder > div p,
#welcome-regular .popup-content .accordion-content-holder > div .ca-popup-btn{
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transition-delay: 300ms;
}
#welcome-regular .popup-content .accordion-content-holder > div h3,
#welcome-regular .popup-content .accordion-content-holder > div .img-box{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    transition-delay: 300ms;
}
#welcome-regular.expand .popup-content .accordion-content-holder > div.user-box p,
#welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box p,
#welcome-regular.expand .popup-content .accordion-content-holder > div.user-box .ca-popup-btn,
#welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box .ca-popup-btn{
    opacity: 0;
    visibility: hidden;
    transition-delay: 0ms;
}
#welcome-regular.expand .popup-content .accordion-content-holder > div.user-box h3,
#welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box h3{
    font: 600 18px/30px "proxima-nova", sans-serif;
    margin: 0;
    transition-delay: 0ms;
}
#welcome-regular.expand .popup-content .accordion-content-holder > div.user-box h3 small{
    font-size: 70%;
}
.popup-content .radio-btns-wrp.second-step .radio-option-group{
    display: inline-block;
    width: 33.33%;
    margin-left: -4px;
    text-align: left;
    padding: 0 10px;
}
.popup-content .radio-btns-wrp.second-step .radio-option-group img{
    margin-right: 5px;
}
.popup-content .radio-btns-wrp.second-step .radio-option-group h5{
    margin-bottom: 15px;
    line-height: 20px;
}
.popup-content .radio-btns-wrp.second-step .radio-option-group .radio-btn-wrp{
    margin-right: 3px;
}
.popup-content .ca-popup-btn[data-role="ca-popup-back-btn"]{
    color: #333;
    display: none;
    height: 30px;
    line-height: 30px;
    bottom: 18px;
}
#welcome-regular .popup-content .ca-popup-btn[data-role="close-popup"]{
    z-index: 6;
}
.popup-content .ca-popup-btn[data-role="ca-popup-back-btn"]:hover{
    text-decoration: underline;
}
.modal-dialog .btn-close{
    z-index: 10;
}
@media screen and (min-width: 1200px){
    #welcome-regular.expand .popup-content > ul > li{
        width: 15%;
    }
    #welcome-regular.expand .popup-content > ul > li:last-child{
        width: 70%;
    }
    #welcome-regular.expand .popup-content .accordion-content-holder > div.user-box,
    #welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box{
        padding: 150px 10px 0;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last) {
        width: 15%;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover {
        width: 25%;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box{
        padding: 35px 15px 0;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box p,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box p,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box .ca-popup-btn,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box .ca-popup-btn{
        opacity: 1;
        visibility: visible;
        transition-delay: 300ms;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box h3,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box h3{
        font: 600 22px/32px "proxima-nova", sans-serif;
        margin: 0 0 50px;
    }
    #welcome-regular .popup-content .accordion-content-holder > div.how-to-start-box{
        padding: 35px 25px 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    #welcome-regular .popup-content .accordion-content-holder > div{
        padding: 49px 10px 0;
    }
    #welcome-regular .popup-content .accordion-content-holder > div p {
        min-width: 200px;
    }
    .popup-content p {
        font: 300 15px/24px "proxima-nova", sans-serif;
         margin: 0;
    }
    #welcome-regular.expand .popup-content > ul > li{
        width: 15%;
    }
    #welcome-regular.expand .popup-content > ul > li:last-child{
        width: 70%;
    }
    #welcome-regular.expand .popup-content .accordion-content-holder > div.user-box,
    #welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box{
        padding: 150px 10px 0;
    }
    #welcome-regular.expand .popup-content .accordion-content-holder > div.user-box h3,
    #welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box h3 {
        font: 400 16px/28px "proxima-nova", sans-serif;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last) {
        width: 15%;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover {
        width: 25%;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box{
        padding: 49px 10px 0;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box p,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box p,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box .ca-popup-btn,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box .ca-popup-btn{
        opacity: 1;
        visibility: visible;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box .ca-popup-btn,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box .ca-popup-btn{
        width: 180px;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box h3,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box h3{
        font: 400 20px/30px "proxima-nova", sans-serif;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 991px){
    #welcome-regular .popup-content{
        height: auto;
    }
    #welcome-regular .popup-content > ul > li{
        display: table-row;
        width: 100%;
        height: auto;
    }
    #welcome-regular .popup-content > ul > li:last-child{
        width: 100%;
    }
    #welcome-regular .popup-content .accordion-content-holder > div {
        height: 100%;
        padding: 20px 10px;
    }
    #welcome-regular .popup-content .accordion-content-holder > div.user-box,
    #welcome-regular .popup-content .accordion-content-holder > div.take-a-tour-box{
        height: 400px;
    }
    #welcome-regular.expand .popup-content .accordion-content-holder > div.user-box,
    #welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box{
        height: 140px;
    }
    #welcome-regular .popup-content .accordion-content-holder > div p{
        width: 100%;
    }
    #welcome-regular.expand .popup-content .accordion-content-holder > div.user-box h3,
    #welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box h3,
    #welcome-regular.expand .popup-content .accordion-content-holder > div.user-box .img-box,
    #welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box .img-box{
        float: left;
        margin: 0;
    }
    #welcome-regular.expand .popup-content .accordion-content-holder > div.user-box h3{
        margin: 10px 0 0 5px;
        word-break: break-word;
        max-width: 180px;
    }
    #welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box h3{
        margin: 35px 20px;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last) .accordion-content-holder > div.user-box,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last) .accordion-content-holder > div.take-a-tour-box{
        height: 140px;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box{
        height: 400px;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box p,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box p,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box .ca-popup-btn,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box .ca-popup-btn{
        opacity: 1;
        visibility: visible;
    }
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box h3,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box h3,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.user-box .img-box,
    #welcome-regular.expand .popup-content > ul:hover > li:not(.last):hover .accordion-content-holder > div.take-a-tour-box .img-box{
        float: none;
        margin: 0 auto 10px;
    }
    .popup-content .radio-btns-wrp.second-step .radio-option-group{
        width: auto;
        min-width: 220px;
        margin-left: 0px;
        margin-bottom: 15px;
        text-align: center;
    }
    .popup-content .radio-btns-wrp.second-step .radio-option-group > label{
        margin-bottom: 10px;
    }
    .popup-content .how-to-start-box label,
    .popup-content .how-to-start-box a{
        min-width: 280px;
        margin-bottom: 10px;
    }
    #welcome-regular .popup-content .accordion-content-holder > div .ca-popup-btn[data-role="get-started"]:hover .btn-overlay{
        display: none;
    }
}
@media screen and (max-width: 370px){
    .welcome-modal .modal-dialog{
        max-width: 300px;
    }
    #welcome-regular.expand .popup-content .accordion-content-holder > div.user-box h3 {
        margin: 0px 0 0 5px;
        max-width: 150px;
    }
    #welcome-regular.expand .popup-content .accordion-content-holder > div.take-a-tour-box h3 {
        margin: 35px 10px;
    }
}
#welcome-regular .popup-content .accordion-content-holder > div .ca-popup-btn[data-role="get-started"]{
    opacity: 1;
    transition: opacity 300ms;
    z-index: 2;
}
#welcome-regular .popup-content .accordion-content-holder > div .ca-popup-btn[data-role="go"]{
    opacity: 0;
    transition: opacity 300ms;
    z-index: 0;
}
/* Welcome Regular Accordion - end */

/* Client Area Intro Tour - start */
.m-intro{
    transform: none;
    position: relative;
    height: 100%;
}
.menu-intro-tour.introjs-fixParent{
    z-index: 9999999 !important;
    overflow: visible;
}
.menu-intro-tour.introjs-fixParent .menu_listing li.introjs-showElement{
    background-color: #2b333b;
    transition: all, 500ms;
}
.menu-intro-tour.introjs-fixParent .menu_listing li.introjs-showElement > a > span.menu-icon{
    opacity: 1;
}
.menu-intro-tour.introjs-fixParent .introjs-helperNumberLayer{
    left: auto !important;
    right: -13px !important;
}
.main-intro-tour .introjs-overlay{
    width: 100% !important;
    height: 100% !important;
    position: fixed;
    left: 0 !important;
}
.intro-tour-tooltip{
    min-width: 400px;
    max-width: 494px;
    padding: 0;
    border-radius: 0;
}
.menu-intro-tour.introjs-fixParent .intro-tour-tooltip{
    margin-top: 5px;
}
.intro-tour-tooltip .introjs-tooltiptext{
    padding: 30px;
    background-color: #fff;
    font: 400 18px/28px "proxima-nova", sans-serif;
    color: #999999;
}
.intro-tour-tooltip .introjs-tooltipbuttons{
    padding: 30px 30px 0px;
    text-align: center;
    background-color: #f2f2f2;
}
.intro-tour-tooltip .introjs-button{
    width: 207px;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    background-image: none;
    font: 400 16px/48px "proxima-nova", sans-serif;
    color: #a3a3a3;
    border-color: #d9d9d9;
    text-transform: uppercase;
    outline: none !important;
}
.intro-tour-tooltip .introjs-prevbutton{
    border-radius: 0;
    border-right: 1px solid #d9d9d9;
    margin-right: 20px;
}
.intro-tour-tooltip .introjs-prevbutton.introjs-disabled,
.intro-tour-tooltip .introjs-nextbutton.introjs-disabled{
    opacity: 0.7;
}
.intro-tour-tooltip .introjs-skipbutton{
    display: block;
    width: 100% !important;
    margin: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    color: #3f8bbf;
    font-size: 16px;
    line-height: 38px;
    text-transform: none;
}
.intro-tour-tooltip .introjs-skipbutton:hover{
    text-decoration: underline;
}
.intro-tour-tooltip.menu{
    margin-top: 35px;
}
.introjs-arrow.top,
.introjs-arrow.bottom{
    left: 15px;
}
.introjs-helperLayer.menu ~ div span.introjs-helperNumberLayer{
    right: -10px;
    left: auto !important;
    top: 5px !important;
}
.menu-structure.introjs-showElement{
    opacity: 0.7;
}
.introjs-helperLayer.user-options ~ div span.introjs-helperNumberLayer{
    top: -8px;
}
.introjs-helperLayer.menu{
    top: 0 !important;
    height: 100% !important;
    box-sizing: border-box;
    border: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.menu-intro-tour .introjs-helperLayer{
    box-sizing: border-box;
    border: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.menu-structure .menu_group.user-menu-group {
    border-top: 2px solid #252b32;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.intro-tt-arrow{
    background-image: url('../images/arrows/tooltip-arrow.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 13px;
    height: 12px;
    vertical-align: middle;
}
.intro-tt-arrow.right{
    margin-left: 15px;
}
.intro-tt-arrow.left{
    transform: rotate(180deg);
    margin-right: 15px;
}
.intro-tour-holder{
    float: right !important;
    margin: 0 !important;
}
a[data-role="startIntroTour"]{
    width: 120px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    color: #fff !important;
    display: inline-block !important;
}
.intro-tour-tooltip .introjs-tooltiptext span.intro-tt-tip{
    display: block;
    font: 400 15px/22px "proxima-nova", sans-serif;
    color: #3f8bbf;
    font-style: italic;
    margin-top: 10px;
}
.floating-tooltip ~ div span.introjs-helperNumberLayer{
    top: 5px;
}
.floating-tooltip ~ div .intro-tour-tooltip.floating{
    top: 20px;
}
.intro-tour-tooltip.floating .introjs-tooltipbuttons > .introjs-prevbutton{
    display: none;
}
.intro-tour-tooltip.security-token-tt{
    top: auto !important;
    bottom: 0;
}
@media (max-width: 770px){
    .intro-tour-tooltip{
        min-width: 280px;
        max-width: 320px;
    }
    .main-intro-tour .introjs-helperNumberLayer,
    .menu-intro-tour .introjs-helperLayer{
        left: -5px !important;
    }
    .intro-tour-tooltip .introjs-tooltiptext {
        padding: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .intro-tour-tooltip .introjs-tooltipbuttons {
        padding: 15px 15px 0;
    }
    .intro-tour-tooltip .introjs-button{
        width: 120px;
        font: 400 12px/35px "proxima-nova", sans-serif;
    }
    .intro-tour-tooltip .introjs-prevbutton{
        margin-right: 10px;
    }
    .menu-intro-tour.introjs-fixParent .intro-tour-tooltip{
        margin-left: 15px;
    }
    .menu-intro-tour .introjs-tooltipReferenceLayer.introjs-fixedTooltip{
        left: 0 !important;
    }
    .introjs-helperLayer.menu{
        left: -5px !important;
    }
    .introjs-helperLayer.menu ~ .introjs-fixedTooltip{
        left: -5px !important;
    }
    .intro-tour-tooltip.menu {
        left: 80px !important;
        margin-top: 420px;
        min-width: 280px;
        max-width: 300px;
    }
    .user_menu_xs.introjs-showElement{
        background-color: #2b333b;
    }
    .introjs-helperLayer.user-options ~ div span.introjs-helperNumberLayer{
        top: -1px;
        left: -16px !important;
    }
    .introjs-helperLayer.user-options ~ div div.user-options{
        top: 25px !important;
    }
    .intro-tt-arrow{
        width: 13px;
        height: 12px;
    }
    .intro-tt-arrow.right{
        margin-left: 10px;
    }
    .intro-tt-arrow.left{
        margin-right: 10px;
    }
    .alert.alert-downspacer.introjs-showElement{
        opacity: 0.6;
    }
    .introjs-helperLayer.main-first-step ~ div span.introjs-helperNumberLayer{
        top: -16px !important;
    }
    .intro-tour-holder{
        padding: 10px 0;
    }
    .introjs-helperLayer.accounts-tt ~ div span.introjs-helperNumberLayer{
        top: -16px !important;
    }
}
/* Client Area Intro Tour - end */
/* Website Transfer View Ticket Step - start */
.view-ticket-btns-holder{
    margin: 15px 0;
}
.view-ticket-btns-holder .btn-pay-invoice{
    color: #fff;
    background-color: #ec004f;
}
.view-ticket-btns-holder .btn-view-ticket{
    color: #fff;
    background-color: #aaa;
}
.view-ticket-btns-holder .btn-pay-invoice:hover{
    background-color: #a00338;
}
.view-ticket-btns-holder .btn-view-ticket:hover{
    background-color: #868686;
}
.view-ticket-btns-holder .btn{
    border-radius: 0;
    padding: 0 15px;
    text-align: center;
    margin: 0 5px;
    font: 600 16px/50px "proxima-nova", sans-serif;
}
@media screen and (max-width: 770px){
    .view-ticket-btns-holder .btn{
        font-size: 14px;
        line-height: 40px;
        padding: 0;
        width: 200px;
        display: block;
        margin: 10px auto;
    }
}
/* Website Transfer View Ticket Step - end */
/* Small Promo - start */
.ca-home-promos-slider.small-promo .flex-control-nav{
    margin: 0 0 30px;
}
.project-start-holder{
    position: relative;
}
.slider--holder .icon img{
    display: inline-block;
}
.project-start-holder .holder-top{
    padding: 0;
    overflow: hidden;
}
.project-start-holder .holder-top .left_padding {
    padding: 25px 0 25px 40px;
    overflow: hidden;
    cursor: pointer;
}
.project-start-holder .holder-top .right-clm-holder .inner_price{
    padding: 25px 0px 0;
}
.project-start-holder .holder-top h3{
    font: 700 24px/30px 'proxima-nova', sans-serif;
}
.project-start-holder .holder-top p{
    font-size: 15px;
    margin: 0;
}
.project-start-holder .holder-top .right-clm-holder .price-label{
    margin: 0 0 10px;
    font-size: 24px;
}
.project-start-holder .holder-top .right-clm-holder .price-label .old_price{
    color: #fff;
    opacity: 0.5;
    font: 400 15px/24px 'proxima-nova', sans-serif;
    text-decoration: line-through;
    margin-right: 5px;
}
.holder-main h3{
    font: 700 28px/32px 'proxima-nova', sans-serif;
    margin-bottom: 15px;
    color: #333;
}
.holder-main h3 > span.yellow-text,
.holder-main p.imp{
    color: #f7d200;
}
.holder-main p.imp strong {
    text-decoration: underline;
    color: #666;
}
.holder-main p{
    font: 400 16px/24px 'proxima-nova', sans-serif;
    color: #edfbff;
    margin: 0;
}
.holder-main .slider_content_placer{
    padding: 15px 0 0;
}
.holder-main .slider_content_placer ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.holder-main .slider_content_placer ul > li{
    float: left;
    font: 400 15px/45px 'proxima-nova', sans-serif;
    color: #626b75;
    width: 33.33%;
}
.holder-main .slider_content_placer ul > li > span.ca-promo-bullet{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../images/icons/ca-promo-bullet-icon-yellow.png);
    margin-right: 10px;
    vertical-align: middle;
}
.holder-main .price_icon p{
    font: 700 26px/32px 'proxima-nova', sans-serif;
    color: #626b75;
}
.holder-main .price_icon p.old_price{
    font: 300 18px/24px 'proxima-nova', sans-serif;
    color: #999;
    text-decoration: line-through;
}
.project-start-holder .holder-top .learn-more{
    display: block;
    margin: 20% auto 0;
    padding: 0;
    font-size: 16px;
    color: #f7d200;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
    opacity: 1;
    filter: alpha(opacity=1);
}
.project-start-holder .holder-top .learn-more:after{
    top: auto;
    bottom: -20px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #f7d200;
    border-radius: 50%;
}
.project-start-holder .holder-top .learn-more:hover {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    -webkit-opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.project-start-holder .holder-top .learn-more:hover:after{
    background-position-y: 73%;
}
.project-start-holder .holder-top .inner_price .button{
    width: 150px;
    margin: 0 5px;
}
.project-start-holder .holder-top h3 .label-imp,
.project-start-holder .holder-top h3 .yellow-text,
.project-start-holder .holder-top .right-clm-holder .price-label strong{
    color: #f7d200;
}
.ca-home-promos-slider *,
[data-role="active-accounts-slider"] *{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
@media screen and (max-width: 1080px){
    .holder-main .slider_content_placer ul > li{
        margin: 0;
        width: 50%;
        line-height: 28px;
    }
    .project-start-holder .holder-top .right-clm-holder .inner_price {
        padding: 20px 0px 0;
    }
    .project-start-holder .holder-top .inner_price .button{
        width: 120px;
        font-size: 14px;
    }
    .project-start-holder .holder-top .left_padding {
        padding: 25px 0 25px 20px;
    }
    .project-start-holder .holder-top h3 {
        font-size: 17px;
        line-height: 28px;
    }
    .project-start-holder .holder-top .learn-more{
        font-size: 14px;
        margin-top: 25%;
    }
    .project-start-holder .holder-top p {
        font-size: 13px;
        line-height: 20px;
    }
}
@media screen and (max-width: 991px){
    .holder-main .slider_content_placer ul{
        max-width: 100%;
    }
    .holder-main .slider_content_placer ul > li{
        margin: 0;
        width: 50%;
    }
    .project-start-holder .holder-main{
        padding: 15px 10px;
    }
    .project-start-holder .holder-top .inner_price .button{
        margin: 0 3px;
    }
    .project-start-holder .holder-top h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .project-start-holder .holder-top .learn-more{
        font-size: 13px;
        margin-top: 15px;
    }
}
@media screen and (max-width: 770px){
    .holder-main h3{
        margin-bottom: 5px;
        padding: 0;
        min-height: auto;
        font-size: 22px;
    }
    .holder-main p{
        font-size: 14px;
    }
    .holder-main .slider_content_placer ul > li{
        line-height: 35px;
        margin: 0;
        width: 50%;
    }
    .holder-main .price_icon{
        padding: 15px 0 0;
    }
    .holder-main .price_icon .icon {
        margin-bottom: 0;
        text-align: right;
    }
    .holder-main .price-box{
        padding: 30px 0 0;
        text-align: left;
    }
    .holder-main .price_icon p{
        font-size: 20px !important;
    }
    .holder-main .price_icon p.old_price{
        font-size: 14px !important;
    }
    .project-start-holder .holder-top .left_padding {
        padding: 15px 0 25px 0px;
    }
    .project-start-holder .holder-top .right-clm-holder .inner_price {
        padding: 10px 0px;
    }
    .project-start-holder .holder-top .right-clm-holder .price-label{
        margin-bottom: 5px;
    }
    .ca-home-promos-slider .slider-structure .slider_content_placer ul > li {
        padding-right: 10px;
        line-height: 30px;
    }
    .project-start-holder .holder-top .right-clm-holder .price-label{
        font-size: 18px !important;
    }
    .project-start-holder .holder-top .right-clm-holder .price-label .old_price{
        font-size: 12px;
    }
}
@media screen and (max-width: 589px){
    .holder-main .slider_content_placer ul{
        padding-left: 20px;
    }
    .holder-main .slider_content_placer ul > li{
        width: 100%;
        float: none;
    }
    .holder-main .price_icon .icon {
        text-align: center;
    }
    .holder-main .price-box{
        text-align: center;
    }
    .holder-main h3{
        font-size: 18px;
    }
    .holder-main p{
        font: 400 14px/22px 'proxima-nova', sans-serif;
    }
    .project-start-holder .holder-top h3{
        font-size: 18px;
    }
}
@media screen and (max-width: 374px){
    .ca-home-promos-slider .flex-direction-nav{
        max-width: 300px;
    }
}
.ca-home-promos-slider .slider-structure .price_icon p {
    font: 700 22px/30px 'proxima-nova', sans-serif;
}
.ca-home-promos-slider .slider-structure .price_icon p > strong{
    color: #f7d200;
}
.ca-home-promos-slider .slider-structure .price_icon p.old_price{
    color: #fff;
    opacity: 0.5;
}
.ca-home-promos-slider .slider-structure .promo-code,
.project-start-holder .holder-top h3.promo-code{
    text-transform: uppercase;
}
/* Small Promo - end */
/* Upsells Lightboxes - start */
.promo-modal .modal-dialog{
    width: 100%;
    max-width: 1100px;
    margin: 150px auto;
    padding: 0 30px;
}
.promo-modal .modal-content{
    border-radius: 0;
    border: none;
}
.promo-modal .modal-body{
    padding: 0;
}
.promo-modal .ca-popup-btn{
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
}
.promo-modal .product-popup-box{
    overflow: hidden;
}
.product-popup-box > div{
    float: left;
    padding: 45px 45px 40px;
    min-height: 450px;
    text-align: center;
}
.product-popup-box .purple-bg,
.promo-modal .product-upgrade-box .purple-bg{
    background-color: #a34c83;
}
.product-popup-box .white-bg{
    background-color: #fff;
}
.product-popup-box > div.pp-box-left{
    width: 40%;
}
.product-popup-box > div.pp-box-right{
    width: 60%;
}
.product-popup-box h3,
.promo-modal .product-upgrade-box h3{
    font: 400 26px/36px "proxima-nova", sans-serif;
    color: #fff;
    margin: 0 0 40px;
}
.product-popup-box .pp-box-right h3{
    color: #666;
    margin: 0 0 15px;
    font-size: 22px;
    text-align: center;
}
.product-popup-box p{
    font: 400 26px/36px "proxima-nova", sans-serif;
    color: #fff;
    margin: 0;
}
.product-popup-box .pp-form-group{
    margin-bottom: 50px;
}
.product-popup-box .pp-form-group > label{
    font: 400 16px/24px "proxima-nova", sans-serif;
    color: #fff;
    display: block;
    text-align: center;
}
.product-popup-box .pp-form-group > .pp-select{
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 40px;
    background-image: url('../images/arrows/select-service-arrow-down.svg');
    background-size: 7px 6px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    font: 400 18px/40px "proxima-nova", sans-serif;
    color: #a3a3a3;
    padding: 0 25px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.product-popup-box .ca-popup-btn{
    width: 100%;
    margin-top: 10px;
    border: 0;
    box-shadow: none;
    outline: none;
}
.product-popup-box .pp-box-right{
    overflow: hidden;
    text-align: left;
}
.product-popup-box .pp-box-right > p{
    font: 400 16px/22px "proxima-nova", sans-serif;
    color: #969ea6;
}
.promo-modal .addon-img-box{
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}
.promo-modal .addon-img-box > img{
    width: 100%;
}
.promo-modal .promo-code,
.promo-modal .product-upgrade-box .promo-code{
    text-transform: uppercase;
}
.promo-modal .promo-code > strong,
.promo-modal .price-label strong,
.promo-modal .product-upgrade-box .promo-code > strong,
.promo-modal .product-upgrade-box .price-label strong{
    color: #f7d200;
}
.promo-modal .price-label .old_price,
.promo-modal .product-upgrade-box .old_price{
    color: #fff;
    opacity: 0.5;
    text-decoration: line-through;
    font-size: 18px;
}
.promo-modal .product-upgrade-box > div{
    padding: 30px 25px 25px;
    min-height: 300px;
    text-align: center;
    background-color: #f2f2f2;
}
.promo-modal .product-upgrade-box h3,
.promo-modal .product-upgrade-box p{
    margin-bottom: 20px;
    color: #666;
}
.promo-modal .product-upgrade-box p{
    font: 400 20px/26px "proxima-nova", sans-serif;
}
.promo-modal .product-upgrade-box table{
    text-align: left;
    margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .product-popup-box > div{
        padding: 45px 25px 20px;
    }
    .promo-modal .modal-dialog{
        max-width: 900px;
    }
    .product-popup-box > div.pp-box-left{
        width: 45%;
    }
    .product-popup-box > div.pp-box-right{
        width: 55%;
    }
    .product-popup-box h3,
    .product-popup-box p,
    .promo-modal .product-upgrade-box h3{
        font-size: 22px;
        line-height: 32px;
    }
    .product-popup-box .pp-box-right h3{
        font-size: 20px;
    }
    .product-popup-box .pp-box-right > p {
        font: 400 14px/22px "proxima-nova", sans-serif;
    }
}
@media screen and (max-width: 768px) {
    .promo-modal .modal-dialog{
        margin: 100px auto;
    }
    .promo-modal .modal-dialog{
        max-width: 500px;
    }
    .product-popup-box > div.pp-box-left,
    .product-popup-box > div.pp-box-right{
        float: none;
        width: 100%;
        min-height: auto;
        padding: 35px 25px 30px;
    }
    .product-popup-box h3,
    .product-popup-box p,
    .promo-modal .product-upgrade-box h3{
        font-size: 24px;
        line-height: 34px;
    }
    .product-popup-box h3{
        margin: 0 0 30px;
    }
    .product-popup-box .pp-box-right h3{
        font-size: 20px;
    }
    .product-popup-box .pp-form-group {
        margin-bottom: 30px;
    }
    .product-popup-box .pp-box-right > p,
    .promo-modal .product-upgrade-box p{
        font-size: 14px;
        text-align: center;
    }
    .promo-modal .product-upgrade-box h3,
    .promo-modal .product-upgrade-box p{
        margin-bottom: 10px;
    }
    .promo-modal .product-upgrade-box > div {
        padding: 25px 15px 15px;
    }
    .promo-modal .product-upgrade-box .table > .table-body .imp-label {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 22px;
    }
    .promo-modal .product-upgrade-box .table .table-body > tr > td{
        padding: 20px 10px;
        padding-left: 46%;
    }
}
@media screen and (max-width: 374px) {
    .promo-modal .modal-dialog{
        margin: 60px auto;
    }
    .product-popup-box h3,
    .product-popup-box p,
    .promo-modal .product-upgrade-box h3{
        font-size: 20px;
        line-height: 30px;
    }
    .product-popup-box h3{
        margin: 0 0 20px;
    }
    .product-popup-box .pp-box-right h3{
        font-size: 18px;
    }
    .product-popup-box .pp-box-right > p {
        font-size: 13px;
        text-align: center;
    }
    .promo-modal .product-upgrade-box .table .table-body > tr > td:before{
        font-size: 14px;
        padding-top: 5px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-popup-box .pp-form-group > .pp-select{
        background-image: none;
        padding: 0 0 0 15px;
    }
}
/* Upsells Lightboxes - end */
/* Upgrade Summary Payment - start */
.upgrade-payment{
    display: inline-block;
    text-align: left;
    padding: 0 15px;
}
@media screen and (max-width: 575px){
    .upgrade-payment{
        min-width: 280px;
    }
}
/* Upgrade Summary Payment - end */
/* Domain Add Addon Page - start */
.box-group .box-body .addon-section h3{
    font: 400 26px/36px "proxima-nova", sans-serif;
    margin-bottom: 35px;
}
.box-group .box-body .addon-section h3 > strong{
    color: #f7d200;
}
.box-group .box-body .addon-section h4,
.box-group .box-body .addon-section .price{
    font: 400 22px/30px "proxima-nova", sans-serif;
    margin-bottom: 15px;
}
.box-group .box-body .addon-section .addon-img-box{
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
}
.box-group .box-body .addon-section .addon-img-box > img{
    width: 100%;
}
.box-group .box-body .addon-section .border-left{
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.box-group .box-body .addon-section .border-right{
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.box-group .box-body .addon-back-section{
    position: absolute;
    top: 15px;
    right: 15px;
}
@media screen and (max-width: 991px){
    .box-group .box-body .addon-section .border-left{
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        margin-top: 20px;
        padding-top: 20px;
    }
    .box-group .box-body .addon-section .border-right{
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .box-group .box-body .addon-back-section{
        position: static;
        text-align: center;
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px){
    .box-group .box-body .addon-section h3{
        font: 400 22px/32px "proxima-nova", sans-serif;
        margin-bottom: 15px;
    }
    .box-group .box-body .addon-section h4,
    .box-group .box-body .addon-section .price{
        font: 400 18px/22px "proxima-nova", sans-serif;
    }
}
/* Domain Add Addon Page - end */
/* Two Factor Authentication - start */
.one-time-pass *{
    text-align: left;
}
.one-time-pass h2{
    font-size: 20px;
    color: #626b75;
    line-height: 1.3;
    margin: 0 0 10px;
}
.box-group .top-row #twofaactivation p{
    margin: 0 0 15px;
}
.box-group .top-row .one-time-pass ul{
    padding-left: 18px;
}
.box-group .top-row .one-time-pass ul > li{
    font-size: 16px;
    color: #626b75;
    line-height: 1.6;
}
.one-time-pass em{
    font-size: 16px;
    color: #969ea6;
    margin: 0 0 10px;
}
.one-time-pass form .btn.btn-primary{
    display: inline-block;
    padding: 15px 0;
    font-weight: bold;
    margin-top: 15px;
    border: 1px solid;
    border-bottom-width: 2px;
    border-color: #316c95;
    background-color: #3f8abf;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: auto;
    min-width: 100px;
    padding-left: 30px;
    padding-right: 30px;
}
.one-time-pass form .btn.btn-primary:hover,
.one-time-pass form .btn.btn-primary:focus{
    background-color: #397cac;
}
.one-time-pass form input[type="text"],
.client-area-login .two-fact-auth-login form input[type="text"]{
    height: 38px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 19px;
    padding: 6px 12px;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#twofaactivation .errorbox{
    color: #cf4b49;
    line-height: 1.6;
    margin-bottom: 10px;
}
.activation-success-alert{
    margin: 20px 0;
    padding: 15px;
    background-color: #dff0d8;
    border: 1px dashed #bbdba1;
    text-align: center;
    color: #3c763d;
    width: 250px;
}
.backupcode-alert{
    color: #8a6d3b;
    margin: 20px 0;
    padding: 10px;
    width: 250px;
    background-color: #fcf8e3;
    border: 1px dashed #f7e0b0;
    text-align: center;
    font-size: 20px;
}
.security-question-form .button.btn-blue{
    margin-left: 0;
}
.client-area-login .two-fact-auth-login .alert{
    padding: 10px 15px;
    margin: 5px 0;
}
.client-area-login .two-fact-auth-login form input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
}
.client-area-login .two-fact-auth-login form .btn{
    display: inline-block;
    padding: 0 30px;
    line-height: 50px;
    white-space: nowrap;
    height: 50px;
    border: 1px solid #2971a5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #3f89bf;
    box-shadow: inset 0 -2px 0 #2b74a7;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.login-container.login-form-holder.two-fact-auth-login .login-box .login-footer{
    padding-top: 30px;
}
.client-area-login .two-fact-auth-login form label{
    color: #969ea6;
    font-size: 15px;
    margin-bottom: 10px;
}
.client-area-login .two-fact-auth-login.login-container .login-box .login-body {
    padding: 30px 0 20px;
}
@media only screen and (max-width: 1199px){
    .tabs-container .tabs-menu-head > li > a{
        padding: 0 5px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 770px){
    #twofaactivation .btn{
        font-size: 14px;
    }
    .security-question-form .button{
        margin: 0 0 10px;
        display: block;
        width: 100%;
    }
}
/* Two Factor Authentication - end */
/* Products Bandwidth Unmetered Modal - start */
.unmetered-link{
    text-decoration: underline;
    text-decoration-style: dotted;
}
.question-icon{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #969ea6;
    border-radius: 50%;
    font-size: 12px;
    color: #969ea6;
    text-align: center;
}
.unmetered-link:hover .question-icon{
    border-color: #666;
    color: #808080;
}
.unmetered-modal .modal-dialog{
    width: 740px;
    margin-top: 75px;
}
.unmetered-modal .modal-content{
    border-radius: 0;
}
.unmetered-modal .modal-header{
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
}
.unmetered-modal .modal-header > h3{
    color: #f7d200;
    font-weight: 600;
    font-size: 24px;
}
.unmetered-modal .modal-body{
    padding: 15px;
    overflow: hidden;
    overflow-y: auto;
}
.unmetered-modal .modal-body > *{
    margin-bottom: 5px;
    color: #333;
    font-weight: 300;
    line-height: 1.46em;
}
.unmetered-modal .modal-body p{
    color: #666;
    font-size: 15px;
}
.unmetered-modal .modal-body a{
    color: #cda600;
}
.unmetered-modal .modal-body a:hover{
    text-decoration: underline;
}
.unmetered-modal .table.no-border *{
    border: 0 !important;
}
.unmetered-modal .table.no-border > thead th,
.unmetered-modal .table.no-border > thead td,
.unmetered-modal .table.no-border > tbody td{
    padding: 10px 3px !important;
    background: transparent !important;
    cursor: default !important;
}
.unmetered-modal .btn-close{
    position: absolute;
    top: 8px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: none;
}
.unmetered-modal .btn-close:hover{
    opacity: 0.7;
}
.unmetered-modal .btn-close::before,
.unmetered-modal .btn-close::after {
    content: "";
    width: 80%;
    height: 2px;
    background: #f7d200;
    position: absolute;
    top: 50%;
    left: 3px;
}
.unmetered-modal .btn-close::before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.unmetered-modal .btn-close::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
@media screen and (max-width: 770px){
    .unmetered-modal .modal-dialog{
        margin-top: 55px;
        width: auto;
    }
    .unmetered-modal .table-responsive{
        border: 0 !important;
    }
    .unmetered-modal .table{
        display: table;
    }
    .unmetered-modal .table.no-border > thead,
    .unmetered-modal .table.no-border > tbody{
        display: table-row-group;
    }
    .unmetered-modal .table.no-border > thead tr,
    .unmetered-modal .table.no-border > tbody tr{
        display: table-row;
    }
    .unmetered-modal .table.no-border > thead th,
    .unmetered-modal .table.no-border > thead td,
    .unmetered-modal .table.no-border > tbody td{
        display: table-cell;
    }
}
@media screen and (max-width: 575px){
    .unmetered-modal .modal-header > h3 {
        font-size: 20px;
    }
    .unmetered-modal .modal-body p{
        font-size: 14px;
    }
    .unmetered-modal .table.no-border *{
        font-size: 13px !important;
    }
    .unmetered-modal .btn-close{
        top: 6px;
    }
}
/* Products Bandwidth Unmetered Modal - end */
/* Master Password Alert - start */
.fc-alert-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1080;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.fc-master-pass-alert{
    display: none;
    position: fixed;
    width: 380px;
    top: 30%;
    left: calc(50% - 190px);
    background: #f2f2f2;
    padding: 30px 20px;
    z-index: 1081;
}
.fc-master-pass-alert .btn-close{
    top: 10px;
    right: 10px;
}
.fc-master-pass-alert .content-box > p {
    font-size: 15px;
    color: #808080;
    margin-bottom: 20px;
    line-height: 1.3;
}
.fc-master-pass-alert .content-box > label {
    color: #808080;
    margin-bottom: 10px;
    line-height: 1.3;
}
.fc-master-pass-alert .content-box > .button {
    margin: 30px auto 0;
    display: block;
}
.fc-master-pass-alert .alert {
    padding: 10px 15px;
}
.fc-master-pass-alert .content-box > .button[disabled] {
    cursor: not-allowed;
    opacity: 0.7;
}
.fc-master-pass-alert .tooltip-inner{
    font-size: 13px;
    padding: 8px 10px;
    line-height: 1.3;
    max-width: 280px;
}
@media only screen and (max-width: 560px){
    .fc-master-pass-alert{
        width: 280px;
        left: calc(50% - 140px);
    }
}
/* Master Password Alert - end */
/* Permissions Alert - start */
.swal2-popup.permissions-alert,
.swal2-popup.privacy-settings-alert{
    font-size: 100%;
}
.swal2-popup.permissions-alert button,
.swal2-popup.privacy-settings-alert button{
    padding: 15px 20px;
}
.swal2-popup.permissions-alert button:focus,
.swal2-popup.privacy-settings-alert button:focus{
    outline: 0;
    box-shadow: none;
}
.swal2-popup.permissions-alert .swal2-content,
.swal2-popup.privacy-settings-alert .swal2-content{
    font-size: 16px;
}
/* Permissions Alert - end */
/* Privacy Settings - start */
.privacy-settings-wrp.tabs-container .tab-content{
    padding: 20px 25px;
}
.privacy-settings-wrp.tabs-container .tab-content .inner_padding{
    padding: 15px 20px;
    margin-bottom: 20px;
}
.box-group.privacy-settings-wrp .box-body p{
    margin-bottom: 10px;
}
.box-group.privacy-settings-wrp .box-body ul li{
    line-height: 1.6;
}
.box-group.privacy-settings-wrp .box-body .tab-content a{
    text-decoration: underline;
}
.box-group.privacy-settings-wrp .box-body .tab-content .label{
    vertical-align: middle;
    padding: 3px 5px;
    font-size: 13px;
    font-weight: 400;
}
.box-group.privacy-settings-wrp .box-body .tab-content .label-disabled{
    background-color: #bcbcbc;
    color: #fff;
}
.box-group.privacy-settings-wrp .box-body .tab-content .label-enabled{
    background-color: #5cb85c;
    color: #fff;
}
.privacy-settings-wrp.tabs-container .tab-content .button,
.privacy-settings-wrp.tabs-container .tab-content a.button{
    border: 0;
    margin: 0;
    text-decoration: none;
    font-size: 15px;
}
.align-middle{
    height: 100px;
    font-size: 0;
}
.align-middle::before,
.align-middle > *{
    display: inline-block;
    vertical-align: middle;
}
.align-middle::before{
    content: "";
    height: 100%;
}
.toggle-wrp{
    position: relative;
    width: 55px;
    height: 25px;
    margin-bottom: 0;
}
.toggle-wrp .toggle-checkbox{
    width: 100%;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
    margin: 0;
}
.toggle-wrp .toggle-btn{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 50px;
    padding: 3px;
    overflow: hidden;
    background-color: #ccc;
    transition: all, 300ms;
    z-index: 1;
}
.toggle-wrp .toggle-btn > div{
    width: 19px;
    height: 19px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 300ms;
    position: absolute;
    left: 4px;
}
.toggle-wrp .toggle-checkbox:checked ~ .toggle-btn{
    background-color: #0ba46c;
}
.toggle-wrp .toggle-checkbox:checked ~ .toggle-btn > div{
    left: 32px;
}
.toggle-wrp.disabled .toggle-btn{
    opacity: 0.5;
}
.toggle-wrp.disabled .toggle-checkbox{
    cursor: not-allowed;
}
.toggle-wrp.disabled .toggle-btn{
    opacity: 0.5;
}
.toggle-wrp.disabled .toggle-checkbox{
    cursor: not-allowed;
}
.privacy-settings-wrp.tabs-container .section-title{
    margin-bottom: 15px;
}
#security-settings .modal-body .row{
    padding: 12px 0;
    margin: 0;
}
#security-settings .modal-body .row{
    border-bottom: 1px solid #efefef;
}
#security-settings .modal-body .row:hover{
    background: #f5f5f5;
}
#security-settings .modal-body .row:first-of-type{
    border-top: 1px solid #efefef;
}
#security-settings .modal-body .row > div{
    min-height: auto;
    padding-top: 0;
}
#security-settings .modal-body .row > div:first-child{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#security-settings .modal-body a:not(.btn),
#security-settings .modal-body i{
    vertical-align: middle;
    line-height: 32px;
    text-decoration: none;
}
#security-settings .modal-body a:not(.btn):hover{
    text-decoration: underline;
}
#security-settings .modal-body i{
    font-size: 14px;
    color: #5cb85c;
}
#security-settings .modal-body .btn{
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
}
#security-settings .modal-body .btn-gray{
    background: #ccc;
    color: #fff;
}
.privacy-settings-modal .modal-body  .btn-holder{
   margin-top: 20px;
}
@media only screen and (max-width: 768px){
    .privacy-settings-wrp.tabs-container .tab-content{
        padding: 15px;
    }
    .privacy-settings-wrp.tabs-container .tab-content .inner_padding{
        padding: 10px;
        margin-bottom: 15px;
    }
    .box-group.privacy-settings-wrp .box-body h3{
        font-size: 15px;
    }
    .box-group.privacy-settings-wrp .box-body p,
    .box-group.privacy-settings-wrp .box-body .tab-content a{
        font-size: 13px !important;
        line-height: 20px;
    }
    .box-group.privacy-settings-wrp .box-body .tab-content .label{
        font-size: 12px;
        display: inline-block;
    }
    .privacy-settings-wrp.tabs-container .tab-content button{
        width: auto;
        padding: 10px;
        font-size: 14px;
    }
    .toggle-wrp .toggle-btn{
        position: relative;
    }
    .toggle-wrp .toggle-btn{
        height: 100%;
    }
    .align-middle{
        height: 50px;
    }
    #security-settings .modal-body .row,
    #security-settings .modal-body .row:first-of-type{
        border: 1px solid #ddd;
    }
    #security-settings .modal-body .row > div{
        text-align: center !important;
    }
    #security-settings .modal-body .row > div hr{
        margin: 10px -10px;
        border-color: #ddd;
    }
    #security-settings .modal-body .row:nth-child(odd){
        background: #efefef;
    }
    #security-settings .modal-body .row{
        border-radius: 5px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 359px){
    .box-group.privacy-settings-wrp .box-body .tab-content .label{
        margin-top: 5px;
    }
    .box-group.privacy-settings-wrp .box-body h3{
        margin-bottom: 5px;
    }
}
/* Privacy Settings - end */
