@media only screen and (max-width: 767px) {

.btn-outline-none:hover {
    text-decoration: none !important;
    opacity: 0.7;
}
    footer,.navbarmobile  {
        display: none;
    }
    #topNavbarMob {
        background-color: #FFF !important;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        margin-bottom: 0 !important;
    }

    .mobileNav {
        color: #333333 !important;
    }
}

@media only screen and (max-width: 600px) {

  .container,
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  body {
    margin-bottom: 50px;
  }
  .realign {
    margin-left: 5%;
  }

  .modal.action-sheet {
    z-index: 200000;
  }

  .modal.action-sheet .modal-dialog {
    padding: 0;
    margin: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    min-width: 100%;
    z-index: 12000;
    transform: translate(0, 100%);
    display: initial !important;
  }

  .modal.action-sheet.show .modal-dialog {
    transform: translate(0, 0);
  }

  .modal.action-sheet .modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 9px 9px 0px 0px;
  }

  .modal.action-sheet .modal-content .action-sheet-content {
    padding: 20px 16px;
    max-height: 460px;
    overflow: auto;
  }

  .modal.action-sheet .modal-content .action-sheet-content .iconbox {
    font-size: 64px;
    margin: 10px 0 5px 0;
    text-align: center;
  }

  .modal.action-sheet .modal-content .modal-header {
    display: block;
    padding: 2px 20px;
  }

  .modal.action-sheet .modal-content .modal-header .modal-title {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 15px;
    padding: 10px 0;
    color: #27173e;
    font-weight: 500;
  }

  .modal.action-sheet .modal-content .modal-body {
    padding: 0;
  }

  .full_modal-dialog {
    width: 98% !important;
    height: 92% !important;
    min-width: 98% !important;
    min-height: 92% !important;
    max-width: 98% !important;
    max-height: 92% !important;
    padding: 0 !important;
    
    position: relative !important;
  }
  
  .full_modal-content {
    height: 99% !important;
    min-height: 100% !important;
    max-height: 99% !important;
    border-radius: 0 !important;
  }

  .card {
    border: 0 !important;
    }
}

#loadergf {
  height: 100%;
  width: 100%;
  position: relative;
}

.loadgf {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.timeline .timeline-item {
  display: flex;
  align-items: flex-start;
}
.timeline .timeline-item .timeline-item-marker {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
  font-size: 0.875rem;
  width: 6rem;
  color: #a7aeb8;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.timeline .timeline-item .timeline-item-marker .timeline-item-marker-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background-color: #f2f6fc;
  border-radius: 100%;
}
.timeline .timeline-item .timeline-item-content {
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 1rem;
  width: 100%;
}
.timeline .timeline-item:last-child .timeline-item-content {
  padding-bottom: 0 !important;
}

@media (min-width: 576px) {
  .timeline .timeline-item .timeline-item-marker {
    flex-direction: row;
    transform: translateX(1.625rem);
    margin-bottom: 0;
  }
  .timeline .timeline-item .timeline-item-marker .timeline-item-marker-text {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .timeline .timeline-item .timeline-item-content {
    padding-top: 0.75rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    border-left: solid 0.25rem #f2f6fc;
  }
  .timeline .timeline-item:last-child .timeline-item-content {
    border-left-color: transparent;
  }
}
.timeline.timeline-sm .timeline-item .timeline-item-marker {
  transform: translateX(0.875rem);
}
.timeline.timeline-sm
  .timeline-item
  .timeline-item-marker
  .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}
.timeline.timeline-sm
  .timeline-item
  .timeline-item-marker
  .timeline-item-marker-indicator {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0.875rem;
}
.timeline.timeline-sm
  .timeline-item
  .timeline-item-marker
  .timeline-item-marker-indicator
  .feather {
  height: 0.75rem;
  width: 0.75rem;
}
.timeline.timeline-sm .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0.15rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.timeline.timeline-xs .timeline-item .timeline-item-marker {
  transform: translateX(0.5625rem);
}
.timeline.timeline-xs
  .timeline-item
  .timeline-item-marker
  .timeline-item-marker-text {
  width: 3rem;
  font-size: 0.7rem;
}
.timeline.timeline-xs
  .timeline-item
  .timeline-item-marker
  .timeline-item-marker-indicator {
  height: 0.875rem;
  width: 0.875rem;
  font-size: 0.875rem;
  border: 0.125rem solid #fff;
  margin-top: -0.125rem;
}
.timeline.timeline-xs .timeline-item .timeline-item-content {
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.bg-success {
  background-color: #00ac69 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #00794a !important;
}

.bg-info {
  background-color: #00cfd5 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #009da2 !important;
}

.bg-warning {
  background-color: #f4a100 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #c17f00 !important;
}

.bg-danger {
  background-color: #e81500 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b51000 !important;
}

.bg-light {
  background-color: #f2f6fc !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #c9d9f2 !important;
}

.bg-dark {
  background-color: #212832 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0d0f13 !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-red {
  background-color: #e81500 !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #b51000 !important;
}

.bg-orange {
  background-color: #f76400 !important;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c44f00 !important;
}

.bg-yellow {
  background-color: #f4a100 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #c17f00 !important;
}

.bg-green {
  background-color: #00ac69 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #00794a !important;
}

.bg-teal {
  background-color: #00ba94 !important;
}

a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #00876b !important;
}

.bg-cyan {
  background-color: #00cfd5 !important;
}

a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #009da2 !important;
}

.bg-blue {
  background-color: #0061f2 !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #004dbf !important;
}

.bg-indigo {
  background-color: #5800e8 !important;
}

a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #4500b5 !important;
}

.bg-purple {
  background-color: #6900c7 !important;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #4e0094 !important;
}

.bg-pink {
  background-color: #e30059 !important;
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #b00045 !important;
}

.bg-red-soft {
  background-color: #f1e0e3 !important;
}

a.bg-red-soft:hover,
a.bg-red-soft:focus,
button.bg-red-soft:hover,
button.bg-red-soft:focus {
  background-color: #e1bdc3 !important;
}

.bg-orange-soft {
  background-color: #f3e7e3 !important;
}

a.bg-orange-soft:hover,
a.bg-orange-soft:focus,
button.bg-orange-soft:hover,
button.bg-orange-soft:focus {
  background-color: #e4c8bf !important;
}

.bg-yellow-soft {
  background-color: #f2eee3 !important;
}

a.bg-yellow-soft:hover,
a.bg-yellow-soft:focus,
button.bg-yellow-soft:hover,
button.bg-yellow-soft:focus {
  background-color: #e2d9c0 !important;
}

.bg-green-soft {
  background-color: #daefed !important;
}

a.bg-green-soft:hover,
a.bg-green-soft:focus,
button.bg-green-soft:hover,
button.bg-green-soft:focus {
  background-color: #b6e0dc !important;
}

.bg-teal-soft {
  background-color: #daf0f2 !important;
}

a.bg-teal-soft:hover,
a.bg-teal-soft:focus,
button.bg-teal-soft:hover,
button.bg-teal-soft:focus {
  background-color: #b4e1e5 !important;
}

.bg-cyan-soft {
  background-color: #daf2f8 !important;
}

a.bg-cyan-soft:hover,
a.bg-cyan-soft:focus,
button.bg-cyan-soft:hover,
button.bg-cyan-soft:focus {
  background-color: #afe3f0 !important;
}

.bg-blue-soft {
  background-color: #dae7fb !important;
}

a.bg-blue-soft:hover,
a.bg-blue-soft:focus,
button.bg-blue-soft:hover,
button.bg-blue-soft:focus {
  background-color: #acc9f6 !important;
}

.bg-indigo-soft {
  background-color: #e3ddfa !important;
}

a.bg-indigo-soft:hover,
a.bg-indigo-soft:focus,
button.bg-indigo-soft:hover,
button.bg-indigo-soft:focus {
  background-color: #beb1f3 !important;
}

.bg-purple-soft {
  background-color: #e4ddf7 !important;
}

a.bg-purple-soft:hover,
a.bg-purple-soft:focus,
button.bg-purple-soft:hover,
button.bg-purple-soft:focus {
  background-color: #c3b4ed !important;
}

.bg-pink-soft {
  background-color: #f1ddec !important;
}

a.bg-pink-soft:hover,
a.bg-pink-soft:focus,
button.bg-pink-soft:hover,
button.bg-pink-soft:focus {
  background-color: #e2b9d8 !important;
}

.bg-primary-soft {
  background-color: #dae7fb !important;
}

a.bg-primary-soft:hover,
a.bg-primary-soft:focus,
button.bg-primary-soft:hover,
button.bg-primary-soft:focus {
  background-color: #acc9f6 !important;
}

.bg-secondary-soft {
  background-color: #e4ddf7 !important;
}

a.bg-secondary-soft:hover,
a.bg-secondary-soft:focus,
button.bg-secondary-soft:hover,
button.bg-secondary-soft:focus {
  background-color: #c3b4ed !important;
}

.bg-success-soft {
  background-color: #daefed !important;
}

a.bg-success-soft:hover,
a.bg-success-soft:focus,
button.bg-success-soft:hover,
button.bg-success-soft:focus {
  background-color: #b6e0dc !important;
}

.bg-info-soft {
  background-color: #daf2f8 !important;
}

a.bg-info-soft:hover,
a.bg-info-soft:focus,
button.bg-info-soft:hover,
button.bg-info-soft:focus {
  background-color: #afe3f0 !important;
}

.bg-warning-soft {
  background-color: #f2eee3 !important;
}

a.bg-warning-soft:hover,
a.bg-warning-soft:focus,
button.bg-warning-soft:hover,
button.bg-warning-soft:focus {
  background-color: #e2d9c0 !important;
}

.bg-danger-soft {
  background-color: #f1e0e3 !important;
}

a.bg-danger-soft:hover,
a.bg-danger-soft:focus,
button.bg-danger-soft:hover,
button.bg-danger-soft:focus {
  background-color: #e1bdc3 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}


.fab-aliexpress {
    display: block;
    text-indent: -9999px;
    width: 39px;
    height: 33px;
    background: url('../img/icons/aliexpress.svg');
    background-size: 39px 33px;
  }

  hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
  #img_gen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 295px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }



  .faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;    
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
    
    .nav-link {
        position: relative;
        display: block;
        margin: 0;
        padding: 13px 16px;
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        color: #616161;
        transition: background-color .2s ease;
        
        &:hover {
            background-color: #f6f6f6;
        }
        
        &.active {
            background-color: #f6f6f6;
            font-weight: 700;
            color: rgba(0,0,0,.87);        
        }
        
        &:last-of-type {
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            border-bottom: 0;
        }
        
        i.mdi {
            margin-right: 5px;
            font-size: 18px;
            position: relative;
        }
    }
}

.tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
    
    .card {
        border-radius: 0;
    }
    
    .card-header {
        padding: 15px 16px;
        border-radius: 0;
        background-color: #f6f6f6;
        
        h5 {
            margin: 0;
            
            button {
                display: block;
                width: 100%;
                padding: 0;
                border: 0;
                font-weight: 700;
                color: rgba(0,0,0,.87);
                text-align: left;
                white-space: normal;
                
                &:hover,
                &:focus,
                &:active,
                &:hover:active {
                    text-decoration: none;
                }
            }
        }
    }
    
    .card-body {
        p {
            color: #616161;
            
            &:last-of-type {
                margin: 0;
            }
        }
    }
}


.accordion {
    > .card {
        &:not(:first-child) {
            border-top: 0;
        }   
    }
}

.collapse.show {
    .card-body {
        border-bottom: 1px solid rgba(0,0,0,.125);
    }
}