 body {
        background: #ededed;
      }
      .nav-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      h1.checkout-heading {
        font-size: 45px;
        color: #236496;
        font-weight: bold;
      }
      h4{
        font-size: 24px !important;
      }
      p{
        font-size: 16px !important;
      }
      .form-left {
        background-color: #ffffff;
        padding: 20px;
      }
      .form-right {
        background-color: #ffffff;
        padding: 20px;
      }
      label.form-label {
        background-color: #fff;
        position: absolute;
        bottom: 26px;
        left: 10px;
        padding: 2px 10px;
      }
      label.form-label.exp{
        position: absolute;
        padding: 0 !important;
        left: 0;
        top: -26px;
        background-color: transparent;
      }
      label{

        font-size: 16px !important;
      }

.form-check-input:checked{
    background-color: #236496 !important;
    border-color: #236496 !important;
}
      input.form-control,
      select {
        border: 1px solid #000 !important;
        border-radius: 0 !important;
      }
      input.form-control:focus,
      select:focus,
      .form-check-input:focus {
        box-shadow: none !important;
      }
      .place-order-btn {
        padding: 20px;
        width: 100%;
        background-color: #0a92ca;
        font-size: 25px;
        border: none !important;
      }
      .btn:first-child:active, .btn:focus-visible, .btn:focus-visible, .btn:hover{
        background-color: #236496 !important;
      }
      .left-os {
        list-style: none;
        padding-left: 0 !important;
        color: #7a7a7a;
      }
      .left-os-item:last-child{
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
      }
      .right-os {
        list-style: none;
        text-align: end;
        color: #7a7a7a;
      }
      .right-os-item:last-child{
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
      }
      .form-check-color, .form-check-color a{
        color: #0a92ca;
      }
      a.navbar-brand {
        height: fit-content;
     }
     .change-text{
        color: #236496;
        cursor: pointer;
     }
     @media (min-width: 1430px) {
    .container {
        max-width: 1400px;
    }
}
@media (max-width:1200px){
    .place-order-btn {
    padding: 10px !important;
    font-size: 20px !important;
}
}
@media (max-width:991px){
  .form-right {
  display: none !important;
}
}
/* bottom section */

.review-shopping {
  border-radius: 8px;
  background-color: rgba(202, 202, 202, 0.302);
  padding: 25px 25px 10px 25px;
  color: #333333;
  margin: 20px 0;
  width: 100%;
  float: left;
}

.review-shopping-header,
.scroll-header {
  color: #236496;
  font-size: 20px;
  margin-bottom: 40px;
}

.scroll-header {
  margin-bottom: 15px;
}
.pad-btm-12 {
  padding-bottom: 12px;
}

.pad-top-12 {
  padding-top: 12px;
}

.pad-btm-18 {
  padding-bottom: 18px;
}

.review-qunt {
  float: left;
  width: 18%;
}

.review-descr {
  float: left;
  width: 62%;
}

.change-cart {
  background-color: rgb(35, 100, 150);
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  /* margin-top: 20px; */
  position: absolute;
  top: 20px;
}



.shopping-total-price {
  float: left;
  width: 35%;
}
.shopping-total-price {
      width: 100%;
      float: left;
  }
.scroll-wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 25px;
  width: 100%;
  float: left;
}

.chk-scrollbar {
  width: 100%;
  height: 500px;
  border: 1px solid #a7a7a7;
  padding: 12px 10px 12px 15px;
  margin: 20px 0;
}
/* 
.place-order {
  background-color: #0A92CA;
  border: 0 none;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.24);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 18px 20px 48px;
  text-align: center;
}

.place-order-btn .fa-lock {
  color: #FFFFFF;
  left: 20px;
  position: absolute;
  top: 17px;
}

.place-order-btn {
  float: right;
  position: relative;
} */
/*text colors css starts*/

.tc-1 {
  color: #fff;
}

.tc-2 {
  color: #3b0540;
}

.tc-3 {
  color: #236496;
}

.tc-4 {
  color: #c23a3f;
}

.tc-5 {
  color: #000000;
}

.tc-6 {
  color: #0099cb;
}

.tc-7 {
  color: #7d0d01;
}

.tc-8 {
  color: #f7bd0e;
}

.tc-9 {
  color: #ffff66;
}

.tc-10 {
  color: #afb6b8;
}

.tc-11 {
  color: #2dabd4;
}

.tc-12 {
  color: #fea321;
}

.tc-13 {
  color: #333333;
}

.tc-14 {
  color: #538b20;
}

.tc-15 {
  color: #a7dced;
}

.tc-16 {
  color: #037da5;
}

.tc-17 {
  color: #01b839;
}

.tc-18 {
  color: #fd4a50;
}
/********************************* checkout  Page start ******************************/
  /*.vip-messg{
  display: none;
}*/
.img-group img {
      width: auto;
  }
  .form-width50 {
      width: 100%;
  }
  .form-bd-btm {
      margin-bottom: 15px;
      padding-bottom: 5px;
  }
  .mob-mt0 {
      margin-top: 0;
  }
  .form-width40,
  .form-width60 {
      width: 100%;
  }
  .payment-info .control-label,
  .form-chk .control-label {
      margin-bottom: 5px;
  }
  .shopping-total-price {
      width: 100%;
      float: left;
  }
  .shopping-total-price .shopping-account {
      font-size: 14px;
  }
  .chk-method-text {
      float: none;
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%;
      display: block;
  }
  .block {
    display: block;
  }
  .pal-amz-btn {
      float: none;
  }
  .chk-paypalBtn,
  .chk-amazonBtn {
      width: 100%;
      text-align: center;
  }
  .chk-paypalBtn {
      margin-bottom: 10px;
  }

  .review-price {
      margin-left: 5%;
  }
  .mt-35 {
      margin-top: -35px;
  }
  .change-cart-btn {
      min-height: 60px;
  }
  .place-order-btn .fa-lock {
      left: 25px;
  }
  .place-order-btn {
      float: none;
      width: 100%;
      margin: 0 auto;
  }
  .place-order {
      padding: 15px 15px 15px 50px;
  }
  .show-mob {
      display: block;
  }
  .box-row {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 20px;
  margin-right: 35px;
}

.box-row .fa-times-circle {
  color: #961619;
}

.form-Boxcontrol {
  background-color: rgb(237, 237, 237);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  width: 122px;
  height: 43px;
  color: #236399;
  font-size: 26px;
  border: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

.close-icon {
  padding-top: 34px;
  text-align: center;
  width: 50px;
}

.box-img {
  width: 150px;
  margin-right: 40px;
}

/* .quantity {
  padding-top: 25px;
} */

.box-price-list {
  padding-top: 15px;
}

.box-price {
  color: #236399;
  font-size: 26px;
  font-weight: bold;
}

.bold {
    font-weight: bold;
  }
.box-content {
  margin-left: 30px;
}

.box-row .close-icon,
.box-row .box-img,
.box-row .box-descr,
.box-row .quantity,
.box-row .box-price-list,
.box-row .box-content {
  float: left;
}

.box-free {
  font-size: 14px;
}
.box-free .highlight {
  color: #01be57;
}
.box-descr {
  font-size: 16px;
  font-weight: bold;
}

.box-descr .header {
  /*color:#3b0540;*/
  font-size: 18px;
  margin-bottom: 12px;
}

.box-descr .price {
  font-size: 25px;
}

.top-select-header {
  background: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 18px 0;
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #3b0540;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.top-select-header a {
  text-decoration: underline;
  color: #3b0540;
}

.group-btn a {
  width: 100%;
  float: left;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.shopping-price {
  border-radius: 8px;
  background-color: rgba(202, 202, 202, 0.302);
  padding: 30px 15px;
  margin-top: 10px;
  width: 100%;
  float: left;
}

.continue-shopping,
.apply-gift-card,
.update-cart {
  border-radius: 4px;
  background-color: rgb(35, 100, 150);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.24);
  padding: 10px;
  color: #ffffff;
  border: 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.continue-shopping {
  padding: 10px 30px;
}

.continue-shopping-btn .fa-arrow-left {
  color: #ffffff;
  
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .continue-shopping-btn .fa-arrow-left {
      top: 10px;
  }
}

.update-cart-btn {
  float: right;
}

.bd-shoping {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}

.shopping-price-list {
  border-top: 1px solid #ececec;
  padding-top: 25px;
  /* width: 100%; */
  float: left;
}

.shopping-account {
  padding: 6px 0;
}

.border-bottom-1 {
  border-bottom: 1px solid black;
  padding-bottom: 15px;
}

.secure-chkout-btn,
.international-chkout-btn,
.continue-shopping-btn {
  position: relative;
}

.international-chkout {
  border-radius: 4px;
  background-color: rgb(237, 237, 237);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.24);
  color: #3b0540;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  margin-top: 25px;
  padding: 20px 56px;
  width: 393px;
}

.international-chkout-btn .fa-globe {
  color: #3b0540;
  left: 12px;
  position: absolute;
  top: 45px;
}

.secure-chkout {
  background-color: #0A92CA;
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 20px 15px 20px 45px;
  text-align: center;
}

.secure-chkout-btn .fa-lock {
  color: #ffffff;
  left: 20px;
  position: absolute;
  top: 45px;
}

.secure-chkout-btn {
  float: right;
}

.shopping-cart-slider {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 70px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
}

.shopping-cart-slider .header {
  color: #3b0540;
  font-size: 18px;
}
  .searchResult_radioBtn .icheckbox_polaris,
  .searchResult_radioBtn .iradio_polaris {
      margin-right: 6px;
  }
  .rating-star .iradio_polaris {
  visibility: hidden;
}
.icheckbox_polaris,
.iradio_polaris {
  display: inline-block;
  /* display: inline; */
  vertical-align: middle;
  margin-right: 3px;
  padding: 0;
  width: 29px;
  height: 29px;
  background: url(../img/layout/polaris.png) no-repeat;
  border: none;
  cursor: pointer;
}
.Adv_checkbox .icheckbox_polaris,
.Adv_checkbox .iradio_polaris {
  width: 32px;
}

.checkbox_width .icheckbox_polaris,
.checkbox_width .iradio_polaris {
  height: 33px;
}
.iradio_polaris {
  background-position: -155px 0;
}

.iradio_polaris.hover {
  background-position: -186px 0;
}

.iradio_polaris.checked {
  background-position: -218px 0;
}

.iradio_polaris.disabled {
  background-position: -248px 0;
  cursor: default;
}

.iradio_polaris.checked.disabled {
  background-position: -279px 0;
}

.post-review .checkbox .icheckbox_polaris,
.post-review .checkbox .iradio_polaris {
  margin-right: 0;
  color: #236496;
}
.chk-radio-btn .iradio_polaris {
  background-position: -159px 0;
}

.chk-radio-btn .icheckbox_polaris,
.chk-radio-btn .iradio_polaris,
.mang-radio-btn .iradio_polaris,
.mang-radio-btn .iradio_polaris {
  margin-right: 0;
}

.mang-radioChk-btn .icheckbox_polaris,
.mang-radioChk-btn .iradio_polaris {
  margin-right: 0;
}

.chk-radio-btn .iradio_polaris.checked {
  background-position: -222px 0;
}
.show-mob {
    display: none;
}
@media (max-width: 767px) {
    .hidden-mob {
        display: none;
    }
    .show-mob {
        display: block;
    }
    .resp-order-place{
        display: block !important;
    }
    .place-order-btn{
        margin-top: 20px !important;
        width: 100% !important;
        max-width: none !important;
    }
    .resp-view{
        display: flex !important;
        justify-content: left !important;
        flex-direction: column !important;
    }
    .res-mar-fi{
        margin-top: 20px;
    }
    .exp-display{
        display: flex;
    }
    .phone-res{
        margin-top: 20px !important;
    }
    .shopping-account {
        font-size: 20px;
    }
}
.checkout-messages {
    color: #d9534f;
    margin-bottom: 20px;
    margin-top: -15px;
}
input:invalid {
    border: 2px solid red;
}

.change-cart-btn {
    float: left;
    /* width: 50%; */
    position: relative;
    min-height: 108px;
}
.media-right,
.media>.pull-right {
  padding-left: 10px;
}
.pull-right {
    float: right !important;
  }
  .fa.pull-right {
    margin-left: .3em
  }
   
  .pull-left {
    float: left !important;
  }
  .pt5 {
    padding-top: 5px !important;
  }
  .pb5 {
    padding-bottom: 5px !important;
  }
  .highlighter {
    background: none repeat scroll 0 0 yellow;
  }

  
  @media (max-width: 767px) {
    .nav-section {
        flex-direction: column;
    }
    h1.checkout-heading{
        margin-top: 20px;
    }
    .res-mt-exp{
        margin-top: 20px !important;
    }
    .checkout-content{
        margin-top: 10px !important;
    }
    .group-btn {
        margin: 0 auto;
        width: 300px;
    }
    .my-acct {
        border: 1px solid #ccc;
    }
    .add-cart-btn {}
    .responsive-tabs__panel {
        padding-bottom: 70px;
    }
    /*.slick-slider button {
  top: 100%;
  margin-top: 0;
  } */
    .list-control .list-group-item {
        width: 100%;
        float: left;
        margin: 0;
        padding: 5px 0;
    }
    .payment-card ul li {
        margin-right: 10px;
    }
    ul.address {
        margin-bottom: 25px;
    }
    .send-btn {
        margin-top: 0;
    }
    .table-col-three {
        float: right;
    }
    .createLogin-btn {
        padding: 15px 10px;
    }
    .responsive-tabs__heading {
        z-index: 9;
    }
    .mob-line-brk {
        display: block;
        font-style: italic;
        font-size: 12px;
    }
    .mob-line-brk2 {
        display: block;
        font-style: italic;
        width: 100%;
    }
    .toll-free-num-mob a {
        font-size: 20px;
    }
    .hidden-mob {
        display: none;
    }
    .show-mob {
        display: block;
    }
    .contact {
        border-width: 1px;
        border-color: rgb(205, 205, 205);
        border-style: solid;
        border-radius: 4px;
        padding: 5px 9px;
        color: #3b0540;
        background: none;
        position: relative;
        text-align: center;
    }
    .homeBanner .col-sm-8,
    .video-link {
        text-align: center;
    }
    .banner_btn {
        font-size: 22px;
        padding: 10px;
    }
    .box46,
    .box50 {
        width: 100%;
        float: left;
    }
    .middle-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .table-img {
        float: none;
    }
    .table-img img {
        width: 150px;
    }
    .apply-gift-btn,
    .chk-out-btn {
        width: 256px;
        margin: 15px auto;
        float: none;
    }
    .table-list-total-small,
    .table-list-total-discount,
    .table-list-total-discount-total {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .print-link {
        float: none;
        display: block;
        text-align: center;
    }
    .table-col-one {
        float: left;
        width: 14%;
    }
    /********************************* checkout  Page start ******************************/
    /*.vip-messg{
    display: none;
  }*/
    .img-group img {
        width: auto;
    }
    .form-width50 {
        width: 100%;
    }
    .form-bd-btm {
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
    .mob-mt0 {
        margin-top: 0;
    }
    .form-width40,
    .form-width60 {
        width: 100%;
    }
    .payment-info .control-label,
    .form-chk .control-label {
        margin-bottom: 5px;
    }
    .shopping-total-price {
        width: 100%;
        float: left;
    }
    .shopping-total-price .shopping-account {
        font-size: 14px;
    }
    .chk-method-text {
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        display: block;
    }
    .pal-amz-btn {
        float: none;
    }
    .chk-paypalBtn,
    .chk-amazonBtn {
        width: 100%;
        text-align: center;
    }
    .chk-paypalBtn {
        margin-bottom: 10px;
    }
    .review-qunt {
        width: 15%;
    }
    .review-price {
        margin-left: 5%;
    }
    .mt-35 {
        margin-top: -35px;
    }
    .change-cart-btn {
        min-height: 60px;
    }
    .place-order-btn .fa-lock {
        left: 25px;
    }
    .place-order-btn {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .place-order {
        padding: 15px 15px 15px 50px;
    }
    .show-mob {
        display: block;
    }
    /********************************* shopping cart  Page start ******************************/
    .shopping-cart .header {
        font-size: 35px;
        padding-left: 15px;
    }
    .box-descr .header {
        font-size: 18px;
    }
    .tab-width-60,
    .tab-width-40 {
        width: 100%;
        float: left;
    }
    .box-img {
        float: right !important;
        margin-right: 0;
    }
    .close-icon {
        padding-top: 0;
        text-align: left;
        width: 64px;
    }
    .box-content {
        width: 84%;
    }
    .box-descr {
        width: 50%;
    }
    /* .quantity { */
        /* width: 160px;
        margin-left: 20px; */
    /* } */
    .continue-shopping,
    .apply-gift-card,
    .update-cart {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .update-cart-btn {
        float: none;
    }
    .continue-shopping-btn {
        margin-left: 0;
    }
    .express {
        text-align: left;
        width: 190px;
        margin: 0 auto;
        float: left;
    }
    .shopping-account {
        font-size: 20px;
    }
    .secure-chkout-btn,
    .international-chkout-btn {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .international-chkout,
    .secure-chkout {
        font-size: 14px;
        width: 275px;
    }
    .mob-chkout-btn {
        width: 280px;
        margin: 0 auto;
        position: relative;
    }
    .mob-chkout-btn .fa-2x {
        font-size: 1.55em
    }
    .shopping-price {
        padding-left: 0;
        padding-right: 0;
    }
    .shopping-cart-slider .header {
        font-size: 18px;
    }
}
@media (max-width: 560px) {
    .text-size {
        font-size: 12px;
    }
    .table-desc {
        width: 40%;
    }
    .table-stant {
        width: 23%;
    }
    .table-qunt {
        width: 16%;
    }
    .mob-f12 {
        font-size: 12px;
    }
    .review-descr,
    .table-col-two {
        float: left;
        width: 57%;
    }
  }
  @media (max-width: 480px) {
    .review-descr.table-col-two {
        float: left;
        width: 57%;
    }
    .shopping-account label{
      max-width: 180px;
      width: auto;
    }
  }
@media (max-width: 1400px) and (min-width: 768px) {
  .cust-width{
    width: 70px !important;
  }
  .cust-mon-width {
    width: 84px;
  }
  .w-set-mon{
    margin: 0 2px 0 0;
  }
  .cust-year-width {
    width: 95px;
  }
  .w-set-year{
    margin: 0 15px 0 0;
  }
}
@media (max-width:575px){
  .mar-577{
    margin-top: 20px;
    padding: 0 10px !important;
  }

}
@media (max-width:767px){
  .mar-577{
    padding: 0 10px !important;
  }

}
.theme-modal .modal-dialog .modal-content .modal-body {
    background-image: none;
    background-size: 36.77px 36.77px;
    background-color: white;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

#UserLoginForm h3, #UserJoinForm h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #236496;
}

.modal .btn-close {
  padding-right: 10px;
  padding-top: 5px;
  position: absolute;
  right: 17px;
  top: 0;
}
.btn-close {
  background: none;
}
.modal .btn-close span {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
} 
#captcha{
  margin-bottom: 10px;
  display: inline-block;
}