/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

/* genel */

*, :focus {
  outline: none !important;
}
:focus {
  box-shadow: none !important;
}
select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}
option:not(:checked) {
  color: black !important;
}

.alert-danger {
    border-color: #f56668;
}

.cart-body .cart-header {
    margin-bottom: 10px;
}

/* register */

.register-blocks .register-tabs a {
    margin-right: 1px;
}

#registration .sub-heading span {
    font-weight: 700;
}

.intl-tel-input .flag-container {
    font-size: 12px;
}

.form-group label:not(.custom-control-label) {
    font-size: 14px;
}

.customer-types .customer-type {
    margin-top: 4px;
    margin-bottom: 9px;
}

.clientarea-body-inline .form-control {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}
select.form-control:not([size]):not([multiple]) {
    height: 50px;
}


.loaders {
  height: 200px;
  line-height: 200px;
  background-color: #fff;
}

.loader {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.loader-circles {
  border-radius: 50px;
  border: 3px solid transparent;
  border-top-color: #b30027;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.loader-circles:before, .loader-circles:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: 50px;
  border: 3px solid transparent;
  border-top-color: #c4001e;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-animation: spinreverse 5s linear infinite;
  animation: spinreverse 5s linear infinite;
}
.loader-circles:before {
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
  border-top-color: #f0000c;
  -webkit-animation: spinreverse 10s linear infinite;
  animation: spinreverse 10s linear infinite;
}
@-webkit-keyframes spinreverse {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    tranform: rotate(-360deg);
  }
}
@keyframes spinreverse {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    tranform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    tranform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}

input::-webkit-input-placeholder {
  color: #555 !important;
}
input:-moz-placeholder {
  color: #555 !important;
}
input::-moz-placeholder {
  color: #555 !important;
}
input:-ms-input-placeholder {
  color: #555 !important;
}

.cb-line input::-webkit-input-placeholder {
    color: #aaa !important;
}
.cb-line input:-moz-placeholder {
    color: #aaa !important;
}
.cb-line input::-moz-placeholder {
    color: #aaa !important;
}
.cb-line input:-ms-input-placeholder {
    color: #aaa !important;
}

.domain-transfer-header .domain-transfer-container .domain-transfer-container-inner .dtc-domain input::-webkit-input-placeholder {
    color: #aaa !important;
}
.domain-transfer-header .domain-transfer-container .domain-transfer-container-inner .dtc-domain input:-moz-placeholder {
    color: #aaa !important;
}
.domain-transfer-header .domain-transfer-container .domain-transfer-container-inner .dtc-domain input::-moz-placeholder {
    color: #aaa !important;
}
.domain-transfer-header .domain-transfer-container .domain-transfer-container-inner .dtc-domain input:-ms-input-placeholder {
    color: #aaa !important;
}

.domain-register-header .domain-register-container .domain-register-container-inner input::-webkit-input-placeholder {
    color: #aaa !important;
}
.domain-register-header .domain-register-container .domain-register-container-inner input:-moz-placeholder {
    color: #aaa !important;
}
.domain-register-header .domain-register-container .domain-register-container-inner input::-moz-placeholder {
    color: #aaa !important;
}
.domain-register-header .domain-register-container .domain-register-container-inner input:-ms-input-placeholder {
    color: #aaa !important;
}
.homepage-domain .homepage-domain-container input::-webkit-input-placeholder {
    color: #aaa !important;
}
.homepage-domain .homepage-domain-container input:-moz-placeholder {
    color: #aaa !important;
}
.homepage-domain .homepage-domain-container input::-moz-placeholder {
    color: #aaa !important;
}
.domain-register-header .domain-register-container .domain-register-container-inner input:-ms-input-placeholder {
    color: #aaa !important;
}



.homepage-cards .homepage-card.homepage-card-lady {
    background-size: contain;
    background-color: #b5c6cc;
    background-position: 50% 50%;
}
.homepage-cards .homepage-card.homepage-card-pc {
    background: none;
}
.homepage-cards .homepage-card.homepage-card-lady {
    background: none;
}
.homepage-cards .homepage-card img {
    width: 2000px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
}

.fullsize-video-bg:after {
    background-color: rgb(0, 0, 0, 0.2)
}
.fullsize-video-bg .inner {
    text-shadow: 0 1px 5px rgba(0,0,0,1);
}

.domain-reg-item .dri-button button.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}
.domain-reg-item .dri-button button.btn-danger i {
    float: left;
}
.domain-transfer-header {
    padding-top: 110px;
    padding-bottom: 160px;
}
.select2-container {
    font-size: 14px;
    width: 100% !important;
}
.select2-container .select2-selection--single {
    height: 50px;
    border-color: #eee;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}
.select2-dropdown {
    border-color: #eee;
}
.select2-results__option {
    font-weight: 300;
    padding: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #efefef;
    color: #333;
}
.select2-search--dropdown {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0;
}
.list-group-item .fa-circle::before,
.list-group-item .fa-circle-o::before {
    content: "\f111"
}
.list-group-item.active .fa-circle::before,
.list-group-item.active .fa-dot-circle-o::before {
    content: "\f192";
}

.btn-primary-blue {
  background-color: #3C5063 !important;
  border-color:  #3C5063 !important;
  color: #fff !important;
  font-size: 12px !important;
  height: 40px !important;
  line-height: 36px !important;
  font-weight: 500 !important;
}
.btn-primary-blue i {
  margin-right: 10px;
  font-size: 13px !important;
  position: relative;
  top: 0px !important;
}
.btn-primary-blue:hover {
  background-color:  #566b7e !important;
  border-color:  #566b7e !important;
  box-shadow: none !important;
}
.cart-body .form-control {
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
}
.cart-body [tooltip]::after {
  min-width: 300px;
  box-shadow: none;
}
.cart-body [tooltip][flow^="right"]::before {
  border-right-color: #efefef;
}
.cart-body .select2-container--default .select2-selection--single {
  background-color: #f9f9f9;
}
.checkout-block .prepend-icon>label {
  display: block;
}
.checkout-block .prepend-icon .form-control+i,
.checkout-block .prepend-icon .form-control+label+i {
  top: 49px;
  position: absolute;
  left: 15px;
  color: #b9b9b9;
  font-size: 12px;
  transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
}
.checkout-block label.error {
  color: red;
  font-size: 10px;
  margin-top: 1px;
  font-weight: 300;
}

.checkout-block .field.error, .checkout-block .form-control.error {
  border-color: red !important;
}

.checkout-block .progress-bar {
  display: block;
}
.loggedin-user-checkout {
  background-color: #97CA65;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: 18px;
}
.loggedin-user-checkout i {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 20px;
}
.cart-body .flip-container .card-content #ccard-head-container {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    margin: 0 0 10px 0;
    opacity: 0.8;
    padding: 0px;
}
.cart-body .flip-container .card-content #ccard-head {
    height: 35px;
    text-align: left;
    line-height: 35px;
    padding: 0;
}
.cart-body .flip-container .card-content #ccard-head img {
  height: 100%;
  padding: 10px;
  width: auto;
}
.intl-tel-input .selected-flag {
  height: 100%;
}

.modal.fade.show .modal-dialog 
{
    -webkit-transform: translate(0, calc(45vh - 50%));
    -ms-transform: translate(0, 45vh) translate(0, -50%);
    -o-transform: translate(0, calc(45vh - 50%));
    transform: translate(0, 45vh) translate(0, -50%);
}


@-webkit-keyframes waves {
  0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
@keyframes waves {
  0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
.iq-waves {
  height: 14rem;
  width: 14rem;
  z-index: 1;
  margin: 0 auto;
  position: relative;
}
.iq-waves i {
  top: 40px;
  position: relative;
}
.iq-waves .waves {
  animation: 2s ease-in-out 0s normal none infinite running waves;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.iq-waves .waves.wave-2 {
  animation: 2s ease-in-out 0.2s normal none infinite running waves;
}
.iq-waves .waves.wave-3 {
  animation: 2s ease-in-out 0.4s normal none infinite running waves;
}
.iq-waves .waves.wave-4 {
  animation: 2s ease-in-out 0.6s normal none infinite running waves;
}
.fullsize-video-bg .inner>div {
  padding: 60px 2em 0px 2em;
}
.fullsize-video-bg .inner>div p {
  margin-bottom: 0;
}

.cart-body .cart-block .cb-content .cb-content-total-container .cb-content-total {
    margin-bottom: 5px;
    font-weight: 700;
}

.cart-tabs>div>div {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cart-body .cart-conf-continue {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0px;
}

.value .status-grace, .value .status-redemption {
    background-color: #004258;
}

.value .status-pending-transfer {
    background-color: #5ca0eb;
}

.value .status-transferred-away {
    background-color: #c22829;
}

.status-refunded {
    color: #319fc3;
}

.status-refunded:before {
    background-color: #319fc3;
}

.status-collections {
    color: #f8cc46;
}

.status-collections:before {
    background-color: #f8cc46;
}

.status-payment-pending {
    color: #ed3e48;
}

.status-payment-pending:before {
    background-color: #ed3e48;
}

.no-accordion .list-group .list-group-item {
    font-weight: 500;
}

.status-answered {
    color: #1a1f25;
}

.status-answered:before {
    background-color: #1a1f25;
}

.clientarea-domain-menu .row .col {
    padding-left: 10px;
    padding-right: 20px;
}

.clientarea-domain-menu .cdm-item {
    font-weight: 600;
}

.modal-open {
  padding: 0 !important;
}
.modal-open .modal {
  padding: 0 !important;
}
.register-tab-pane .select2-container .select2-selection--single {
  height: 54px;
  background-color: #f2f2f4;
}
.register-tab-pane .intl-tel-input .selected-flag {
  height: 54px;
}

.intl-tel-input input::-webkit-input-placeholder {
    color: #fff !important;
}
.intl-tel-input input:-moz-placeholder {
    color: #fff !important;
}
.intl-tel-input input::-moz-placeholder {
    color: #fff !important;
}
.intl-tel-input input:-ms-input-placeholder {
    color: #fff !important;
}
.apply-selected {
  display: none;
}
.btn:focus, .btn.focus, button:focus {
  box-shadow: none !important;
}
.header>.top .left a:after {
  content: " ";
  position: absolute;
  display: inline-block;
  border-right: solid 1px #39424b;
  width: 30px;
  height: 20px;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}
.header>.top .left a:last-child:after {
  display: none;
}

.login-blocks ::-webkit-input-placeholder{color:#f5f6f8 !important}
.login-blocks :-moz-placeholder{color:#f5f6f8 !important}
.login-blocks ::-moz-placeholder{color:#f5f6f8 !important}
.login-blocks :-ms-input-placeholder{color:#f5f6f8 !important}
.login-body .login-form .input-group .form-control {
  outline: none !important;
  box-shadow: none !important;
}
table.dataTable thead > tr > th {
  padding-left: 0 !important;
}
.custom-radio {
  cursor: pointer;
}
.domain-forwarding-page .forwarding-types .custom-control {
  padding-left: 0;
}
.domain-forwarding-page .forwarding-types .custom-control-label {
  cursor: pointer;
  padding-left: 2.5rem;
  width: 100%;
}
.inv-status {
  border: 0;
}
.inv-status .status-custom {
  border: 0;
}
.lightlabel .form-group label:not(.custom-control-label) {
  font-weight: 300;
}

.dataTable .double-view-buttons a.refunded i,
.dataTable .double-view-buttons a.cancelled i {
  font-size: 16px;
}

.dataTable .double-view-buttons a {
  border: 0 !important;
  line-height: 38px !important;
}

.dataTable .double-view-buttons a.refunded {
  background-color: #319fc3 !important;
  border-color: #319fc3 !important;
}
.dataTable .double-view-buttons a.cancelled {
  background-color: #87939f !important;
  border-color: #87939f !important;
}

.dataTable .double-view-buttons a:hover {
  -webkit-box-shadow: inset 0px 0px 6px 200px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 6px 200px rgba(0,0,0,0.2);
}
.header>.bottom .right input,
.homepage-domain .homepage-domain-container input {
  line-height: normal;
}

@media (max-width: 767px) {
  .domain-reg-item .dri-domain,
  .domain-reg-item .dri-period,
  .domain-reg-item .dri-button {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .cart-body .cart-header .right {
    text-align: center;
    margin-bottom: 30px;
  }
}
.domains-to-renew {
  color: #fff;
  display: inline-block;
  width: 20px;
  border-radius: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

#footerSlideContainer {
  position: fixed;
  bottom:0;
  width: 100%;
  z-index: 10;
}
#footerSlideButton {
  background: url("../assets/images/promo-icon.png") top left no-repeat transparent;
  position: absolute;
  top: -19px;
  right: 20px;
  width:50px;
  height:50px;
  border: none;
  cursor: pointer;
}
#footerSlideContent {
  width: 100%;
  height: 130px;
  background: #61baf1;
  color: #fff;
  border: none;
}
#footerSlideText {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0px;
    line-height: 1.75;
}

.btn-bigtc
{
    background-color: #fff !important;
    color: #75b8ea !important;
    font-weight: 900;
    border-radius: 0 !important;
    padding: 15px;
    font-size: 14px;
}   
.btn-bigtc:hover
{
    background-color: #e2eff7 !important;
    border-radius: 0 !important;
}
.invoice-summary h2 {
  font-size: 25px;
  color: #2BA5F8;
  text-align: right !important;
}
.invoice-summary table tr:first-child td {
  border: 0;
}
.invoice-summary table tr td {
  font-size: 15px;
}
.invoice-summary table tr td strong {
  font-size: 14px;
  font-weight: 500;
}
.cc-payment-container {
  font-size: 15px;
}
.cc-payment-title {
  color: #85B200;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
.cc-payment-header {
  display: block;
  font-size: 18px !important;
  margin-bottom: 10px;
}
.cc-payment-line {
  border-bottom: solid 1px #E0E8EE;
  height: 10px;
  margin-bottom: 25px;
}


#registration input.form-control::-webkit-input-placeholder {
    color: #f2f2f4 !important;
}
#registration input.form-control:-moz-placeholder {
    color: #f2f2f4 !important;
}
#registration input.form-control::-moz-placeholder {
    color: #f2f2f4 !important;
}
#registration input.form-control:-ms-input-placeholder {
    color: #f2f2f4 !important;
}

.promo-banner-title {
  font-size: 35px;
  font-weight: 500;
  margin-top: -10px;
}
.promo-banner-desc {
  line-height: 22px;
  font-size: 15px;
  margin-top: -10px;
}
.promo-banner-button {
  text-align: right; margin-top: 5px;
}


@media (max-width: 1200px) {
  .clientarea-domain-menu .cdm-item {
    font-size: 12px;
  }
  .promo-banner-title {
    font-size: 23px;
    margin-top: 0;
  }
  .promo-banner-desc {
    font-size: 14px;
  }
  .btn-bigtc {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .clientarea-domain-menu .cdm-item {
    font-size: 11px;
    font-weight: 400;
  }
  .clientarea-domain-menu .row .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .clientarea-domain-menu .cdm-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .promo-banner-title {
    font-size: 24px;
    text-align: center;
    margin-top: -20px;
  }
  .promo-banner-desc {
    font-size: 13px;
    margin-top: -25px;
  }
  .promo-banner-button {
    font-size: 11px;
  }
  .btn-bigtc {
    font-size: 9px;
    padding: 15px 5px;
  }
}
@media (max-width: 767px) {
  .clientarea-domain-menu .row .col {
    width: 100%;
    display: block;
    flex-basis: auto;
    text-align: left;
  }
  .clientarea-domain-menu .cdm-item {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .btn-bigtc {
    display: block;
    text-align: center;
    padding: 8px;
    margin-top: -20px;
    font-size: 11px;
  }
  .promo-banner-title {
    margin-top: -15px;
    font-size: 20px;
  }
  .promo-banner-desc {
    line-height: 150%;
    font-size: 12px;
    margin-top: -20px;
  }
}
@media (max-width: 575px) {
  .btn-bigtc {
    display: block;
    text-align: center;
    padding: 8px;
    margin-top: 5px;
    font-size: 11px;
  }
  .promo-banner-title {
    margin-top: -40px;
    font-size: 20px;
  }
  .promo-banner-desc {
    line-height: 110%;
    font-size: 11px;
    margin-top: -5px;
    text-align: center;
  }
}
.login-body .remember-me {
  display: inline-block;
}
[tooltip]:not([flow])::after,[tooltip][flow^="up"]::after {
  min-width: 220px;
}
.domain-renew-months .row .col>div strong span {
    position: relative;
    height: auto;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 15px;
    color: #fff;
}
.norenewdomain {
    background-color: transparent !important;
    color: #000 !important;
}
.unpaid-invoice-date {
  display: inline-block;
  float: right;
  font-size: 23px;
  color: #5E6667;
  margin-right: 10px;
  font-weight: 500;
}
.unpaid-invoice-date strong {
  display: block;
  color: #80939F;
  font-size: 14px;
  font-weight: 500;

}
.payment-gateway {
  border: solid 2px #B0BFC6;
}
.payment-gateway:hover {
  border: solid 2px #999;
}
.payment-gateway h3 {
  font-size: 17px;
  color: #81949F;
  font-weight: 600;
}
.payment-gateway i {
  font-size: 28px;
  margin-top: 10px;
  color: #C8D3D8;
  background: #F9FAFE;
  border-radius: 50px;
}
.payment-gateway:hover i {
  color: #889AA4;
}
.payment-gateway .alert {
  min-height: auto;
  background-color: transparent;
  border: 0;
  color: #3B5063;
}
.payment-gateway.active {
  border-color: #7EC84B;
}
.payment-gateway.active i, .payment-gateway.active h3 {
  color: #7EC84B;
}
.payment-gateway.active i {
  font-weight: 900;
}
.payment-gateway.active i:before {
  content: "\f058";
  font-family: Font Awesome\ 5 Free;
}
.contact-header.contact-header-sm {
    padding-top: 20px;
    padding-bottom: 14px;
}
table.dataTable td:first-child {
  padding-left: 20px;
}
table.dataTable thead>tr>th:first-child {
    padding-left: 20px !important;
}

.header>.bottom .right button {
    background-color: #2980b9;
}
.header>.bottom .right button:hover {
    background-color: #006fa2;
}
.homepage-domain .desc {
    font-size: 20px;
}

.footer .bottom .footer-links strong:after {
    border-bottom: solid 2px #4095cb;
}
#login-modal .modal-body .form-control:hover {
    border-color: #5594c6;
}
.login-body .login-form .input-group .input-group-text {
    color: #4180b4;
}
.btn-danger {
    color: #fff !important;
    background-color: #3e90c7;
    border-color: #3e90c7;
}
.btn-danger:hover {
    color: #fff;
    background-color: #4180b4;
    border-color: #4180b4;
}
.header>.top .right a.loggedin-top i {
    right: -10px;
    margin-top: -8px;
}
.header>.top .right a i {
    font-size: 14px;
}
.clientarea-homepage .ch-block>strong {
    font-size: 34px;
}
.domain-transfer-header .domain-transfer-prices .domain-transfer-price span {
    margin-left: 0px;
}

.homepage-domain .desc {
    margin-bottom: 10px;
}

.homepage-domain h1 {
    margin-bottom: 20px;
}

.domain-register-header .left .bottom {
    font-size: 16px;
}
.cart-body .cart-header .right.right3:before {
  margin-left: 60px;
}

.login-body .login-form .input-group input::-webkit-input-placeholder {
  color: #aaa !important;
}
.login-body .login-form .input-group input::-moz-placeholder {
  color: #aaa !important;
}
.login-body .login-form .input-group input:-ms-input-placeholder {
  color: #aaa !important;
}

.w-hidden {
  display: none
}

.icheckbox_square-blue,.iradio_square-blue {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(blue.png) no-repeat;
  border: none;
  cursor: pointer
}

.icheckbox_square-blue {
  background-position: 0 0
}

.icheckbox_square-blue.hover {
  background-position: -24px 0
}

.icheckbox_square-blue.checked {
  background-position: -48px 0
}

.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default
}

.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0
}

.iradio_square-blue {
  background-position: -120px 0
}

.iradio_square-blue.hover {
  background-position: -144px 0
}

.iradio_square-blue.checked {
  background-position: -168px 0
}

.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default
}

.iradio_square-blue.checked.disabled {
  background-position: -216px 0
}

@media (-o-min-device-pixel-ratio: 5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
  .icheckbox_square-blue,.iradio_square-blue {
      background-image:url(blue@2x.png);
      -webkit-background-size: 240px 24px;
      background-size: 240px 24px
  }
}


div.credit-card .logo-visa {
  color: #1a1f71
}

div.credit-card .logo-amex {
  color: #43abdf
}

div.credit-card .logo-mastercard {
  color: #ed0b00
}

div.credit-card .logo-discover {
  color: #000
}

div.three-column-grid,div.two-column-grid {
  display: inline-grid;
  grid-template-columns: repeat(3,auto) minmax(10em,30em) auto;
  font-weight: 300;
  font-size: 13px
}

div.two-column-grid {
  grid-template-columns: repeat(2,auto) minmax(10em,30em) auto
}

div.three-column-grid>div,div.two-column-grid>div {
  margin: 5px 0;
  padding-right: 5px
}

div.three-column-grid>div>label,div.two-column-grid>div>label {
  font-weight: 400
}

#frmPayment .paymethod-info {
  margin: 5px 0;
  cursor: pointer
}

#frmPayment .paymethod-info label {
  font-weight: 400;
  cursor: pointer
}

.form-group .field-error-msg {
  display: none;
  font-size: 0.85em;
  color: #cc0000;
}


@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "\002a"
}

.glyphicon-plus:before {
  content: "\002b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-alert:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before {
  content: "\e227"
}

.glyphicon-btc:before {
  content: "\e227"
}

.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-jpy:before {
  content: "\00a5"
}

.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-rub:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}

select[name="state"] {
  padding-left: 50px !important;
}


code {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #444;
    color: #f8f8f8;
    border: 0;
    border-radius: 4px;
}

.md-editor .md-footer {
    font-size: 10px;
}


.woodmart-cookies-popup.popup-display {
  -webkit-transform: none;
  transform: none;
}

.woodmart-cookies-popup {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 15px 30px;
  background-color: #FFF;
  box-shadow: 0 0 9px rgb(0 0 0 / 14%);
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease,-webkit-transform .35s ease;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.woodmart-cookies-popup.popup-hide {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0)
}


.woodmart-cookies-inner {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.woodmart-cookies-inner .cookies-buttons {
  flex: 0 0 auto
}

.woodmart-cookies-inner .cookies-info-text {
  flex: 1 1 auto;
  padding-right: 30px
}

.cookies-buttons>a {
  margin-right: 20px
}

.cookies-buttons>a:last-child {
  margin-right: 0
}

.cookies-buttons .cookies-more-btn {
  border-bottom: 2px solid #E4E4E4;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px
}

.cookies-buttons .cookies-more-btn:focus,.cookies-buttons .cookies-more-btn:hover {
  opacity: .7
}

@media (max-width: 767px) {
  .woodmart-cookies-inner {
      flex-wrap: wrap;
  }
  .woodmart-cookies-inner .cookies-buttons {
    width: 100%;
    margin-top: 10px;
  }
  .woodmart-cookies-inner .cookies-info-text {
    padding-right: 0
  }
}

.spinner {
  margin: 0 auto;
  width: 70px;
  height: 25px;
  text-align: center;
  font-size: 10px;
}

.spinner>div {
  background-color: #252c36;
  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;
  margin: 0 1px;
}

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

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

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

.spinner .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)
  }
}

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

  20% {
      transform: scaleY(1);
      -webkit-transform: scaleY(1)
  }
}

#domainRenewalsLoading {
  display: block;
  width: 100%;
  text-align: center;
  height: 50px;
}

.modal-header.panel-heading h4 {
  order: -1;
}

@media (max-width: 768px) {
  .domain-reg-item-head {
    display: none;
  }
  .cart-body {
    overflow: hidden;
  }
  .cart-body .cart-header > .row > .col-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .cart-body .cart-header > .row > .col-4 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
  }

  .customer-types .customer-type {
    width: 48% !important;
    margin: 1% !important;
  }

  #newPassword1 .progress {
    display: none;
  }

  .passwordStrengthTextLabel {
    display: none;
  }

  .clientarea-page-header .right .cph-block a {
    display: none;
  }
  .clientarea-page-header .left {
    width: 100%;
    clear: both;
  }
  .clientarea-page-header.cph .left .title {
    text-align: center;
  }
  .clientarea-page-header .left .desc {
    text-align: center;
  }
  .clientarea-page-header .right {
    width: 100%;
  }
  .clientarea-page-header .right .cph-block {
    float: none;
    margin: 0 auto 10px auto;
    text-align: center;
  }
  .clientarea-page-header .right .cph-block > span {
    float: none;
  }
  .clientarea-page-header .right a {
    width: 100%;
    margin-bottom: 10px;
  }
  .dataTables_wrapper.form-inline {
    overflow: scroll;
  }
  #tableInvoicesList td {
    padding: 0 5px !important;
  }
}

.faq-container .faq-list .card .card-header h5 .btn {
  white-space: normal;
}

.cc-expiry-container,
.cc-cvv-container {
    width: 50%;
    float: left;
}
@media (min-width: 576px) {
    .cc-expiry-container,
    .cc-cvv-container {
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .cc-expiry-container,
    .cc-cvv-container {
        width: 50%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .cc-expiry-container,
    .cc-cvv-container {
        width: 50%;
        float: left;
    }
}
.cc-expiry-container label,
.cc-cvv-container label {
    width: 100%;
}
.cc-save-container {
    clear: both;
}
#btnSubmitContainer {
    clear: both;
}

.fieldgroup-creditcard {
  width: 100%;
}
@media (min-width: 768px) {
  .fieldgroup-creditcard {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .fieldgroup-creditcard {
    width: 100%;
  }
}