body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    color: #333;
    overflow-x: hidden;

}
.shiping-info-heading{
    margin-bottom: 30px!important;
    font-weight: normal;
}
form .col-md-6{
    padding-left: 7px;
    padding-right: 7px;
}
form .row{
    margin-left: -7px;
    margin-right: -7px;
}
.form-group{
    margin-bottom: 14px!important;
}
.payment-info-heading{

    font-weight: normal;
}
.bg-gray{
    border-left: solid 1px #ddd;
    background-color: #fafafa;
    padding: 50px 180px 50px 20px;
    position: relative;
}

footer.d-flex.flex-wrap.justify-content-between.align-items-center.border-top {
    padding-left: 170px;
    padding-right: 165px;
}
.form-sec{
    padding: 40px 60px 30px 170px;
}
.border-y{
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}
.text-blue {
    color: #0a6ad1;
}
.breadcrumb-item a {
    color: #0a6ad1;
    font-size: 14px;
}
.breadcrumb{
    background-color: #fff;
    padding-left: 0;
}
.btn-success{
    background-color: #86b6fe;
    border: solid 1px #86b6fe;
}
.padding-footer{
    padding-bottom: 20px;
}
.btn-success:hover{
    background-color: #424566;
    border: solid 1px #424566;
}
.cvv-img{
    max-width: 60px;
}
.form-group{
    margin-bottom: 30px;
}
.red-color{
    color: #fd3e61;
}
select.form-control{
    color: #777;
}
.form-control{
    height: 52px!important;
    color: #000;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #a7abad;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: ">";
}
.breadcrumb-item.active {
    color: #000;
    font-size: 14px;
}
.count{
    background-color: #ef0e52;
    position: absolute;
    height: 25px;
    width: 25px;
    top: -12px;
    right: -12px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}
.media-body h5{
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-left: 30px;
}
.font-bold{
    font-weight: bold;
}
.image-box{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #ddd;
    position: relative;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
  }
  .modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5555; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
  }
  .modal3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5555; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
  }
  /* Modal Content */
  .modal-inner-sec h2{
    font-size: 18px;
  }
  .modal-inner-sec h3{
    font-size: 18px;
  }
  .modal-content {
    position: fixed;
    z-index: 5555;
    bottom: 0;
    max-width: 600px;
    left: 50%;
    margin-left: -300px;
    height: 500px;
    top:50%;
    margin-top: -250px;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
  }
  
  /* The Close Button */
  .close {
    color: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    border: solid 1px #4e4c4c;
    font-size: 20px;
    font-weight: normal;
    background-color: #000;
    z-index: 999;
    opacity: 1;
  }
  .close2{
    color: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    border: solid 1px #4e4c4c;
    font-size: 20px;
    cursor: pointer;
    font-weight: normal;
    background-color: #000;
    z-index: 999;
    opacity: 1;
  }

  .close3{
    color: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    border: solid 1px #4e4c4c;
    font-size: 20px;
    cursor: pointer;
    font-weight: normal;
    background-color: #000;
    z-index: 999;
    opacity: 1;
  }
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-content p{
    text-align: left;
  }
  
  .modal-body {padding: 24px;}
  
  .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
  }
  
  /* Add Animation */
  @-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
  }
  
  @keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }
  
  @-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }
  
  @keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }
.modal-inner-sec{
    margin: 0 auto;
    border: solid 1px #ccc;
    height: 450px;
    padding: 20px;
    overflow-x: hidden;
    text-align: left;
    overflow-y: auto;
}
li.nav-item span{
    color: #888;
    cursor: pointer;
}
li.nav-item span:hover{
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}
.modal-inner-sec h1{
    font-size: 24px;
}
.footer{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 50px 15px;
    border-radius: 15px;

}
li.nav-item:first-child:before{
    content: none;
}
li.nav-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "|";
}

li.nav-item{
    padding-right: 15px;
}
.desktop-version{
    display: block;
}
.checkout_summary--toggle_btn{
    display: flex;
    background: #F5F7F9;
    border: transparent;
    border-top: 1px solid #E6ECF1;
    border-bottom: 1px solid #E6ECF1;
    padding: 1.25em .75rem;
    display: none;
}
.show-summary{
    width: 70%;
    color: #3273dc;
}
.btn-total{
    width: 30%;
    color: #3273dc;
    text-align: right;
}
.checkout_summary.mobile-version.bg-gray{
    display: none;
}

@media (min-width:769px) and (max-width:1290px){
    footer.d-flex.flex-wrap.justify-content-between.align-items-center.border-top {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 740px) {
    footer.d-flex.flex-wrap.justify-content-between.align-items-center.border-top {
        padding-left: 0px;
        padding-right: 0px;
    }
    ul.nav.col-md-6.justify-content-end.my-4{
        text-align: center;
        display: block;
    }
    .checkout_summary--toggle_btn{
        display:flex;
    }
    li.nav-item::before{
        content: none;
    }
    .breadcrumb-item a {
        color: #0a6ad1;
        font-size: 12px;
    }
    .breadcrumb-item.active {
        color: #000;
        font-size: 12px;
    }
    .desktop-version{
        display: none;
    }
    .mobile-version{
        display: none;
    }
    .modal-content {
      height: 400px;
      width: 88%;
      margin: 0px;
      transform: translate(-50%, -50%);
  }
      .modal-inner-sec{
          height: 350px;
      }

      .form-sec {
        padding: 40px 0px 30px 0px;
    }
    .justify-content-end{
        justify-content: center;
    }
    .text-muted {
        color: #6c757d !important;
        text-align: center;
    }
    li.nav-item {
        padding-right: 4px;
        font-size: 12px;
        padding-bottom: 12px;
    }
    footer .text-muted{
        padding-bottom: 0!important;
        margin-bottom: 0!important;
    }
    .col-xs-6{
        width: 50%;
    }
    .bg-gray{
        padding: 30px 10px 10px 10px;
        border-left: 0;
    }
  }