.img-box-6 {
  width: 6rem;
  height: 6rem;
  padding: 1.2rem;
  line-height: 3.6rem!important;
}

.icon-box, .img-box {
  text-align: center;
  display: inline-block;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.info-box {
  display: block;
  min-height: 3.5rem;
  width: 100%;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.bg-white {
  background-color: #fff!important;
}

.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 3.5rem;
  width: 3.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.5rem;
}

.info-box-content {
  padding: .25rem 1rem;
  margin-left: 3.5rem;
}

.overlay {
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.z-index-999 {
  z-index: 999;
}

.border-4 {
  border-width: 4px !important;
}

.pricingTable{
  color: #444;
  background: #fff;
  font-family: 'Quicksand', sans-serif;
  text-align: center;
  padding: 25px 10px 35px;
  margin: 0 15px;
  border-radius: 50px;
  border: 10px solid #fff;
  box-shadow: 0 0 0 2px #eb2f06 inset;
}

.pricingTable .pricingTable-header{
  margin: 0 0 20px;
}

.pricingTable .title{
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.pricingTable .price-value{
  color: #fff;
  background: #eb2f06;
  padding: 10px;
  margin: 0 -40px 25px;
  border-radius: 50px 50px;
  border: 10px solid #eb2f06;
  box-shadow: 0 0 0 2px #fff inset;
}

.pricingTable .price-value .amount{
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
}

.pricingTable .price-value .duration{
  font-size: 37px;
  line-height: 25px;
  font-weight: 400;
  opacity: 0.7;
}

.pricingTable .pricing-content{
  text-align: left;
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
  display: inline-block;
}

.pricingTable .pricing-content li{
  color: #272727;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  padding: 0 0 0 25px;
  margin: 0 0 17px;
  position: relative;
}

.pricingTable .pricingTable-signup a {
  color: #fff;
  background: #eb2f06;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 24px;
  margin: 0 auto;
  border: none;
  border-radius: 50px;
  border: 6px solid #eb2f06;
  transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover{ 
  box-shadow: 0 0 0 2px #fff inset;
  text-decoration: none;
}

.pricingTable.blue{
  box-shadow: 0 0 0 2px #00c4e2 inset;
}

.pricingTable.blue .price-value,
.pricingTable.blue .pricingTable-signup a {
  background-color: #00c4e2;
  border-color: #00c4e2;
}

.pricingTable.blue .pricing-content li:before {
  color: #00c4e2;
}

.pricingTable.golden {
  box-shadow: 0 0 0 2px #f2a100 inset;
}

.pricingTable.golden .price-value,
.pricingTable.golden .pricingTable-signup a {
  background-color: #f2a100;
  border-color: #f2a100;
}

.pricingTable.golden .pricing-content li:before {
  color: #f2a100;
}
@media only screen and (max-width: 990px){
  .pricingTable{ margin: 0 15px 40px; }
}
pre, xmp {
  background-color: #f8f9fb !important;
  padding: 0.5rem;
}



.div-box {
  border: 3px solid #f2f2f2 !important;
  border-radius: 1rem;
}
.div-box-color {
  border: 3px solid #ffc612 !important;
  border-radius: 1rem;
}
.div-box:hover {
  border: 3px solid #ffc612 !important;
  border-radius: 1rem;
}
.div-box:active {
  border: 3px solid #ffc612 !important;
  border-radius: 1rem;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #ffc612;
  background-color: #ffc612;
}

.icon-box-1 {
  width: 1.6rem;
  height: 1.6rem;
  padding: 0.2rem;
  line-height: 1rem!important;
  font-size: 1rem;
}

/* ============ press release ============ */
.process-wrapper {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  border: 2px dashed #ededed;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 10px;
  margin-bottom: 25px;
}
.process-icon {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  border-radius: 50%;
  background: #fafafa;
}
.process-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.process-steps {
  background: #ffffff;
  border-radius: 50%;
  color: #040c61;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  top: 0;
  width: 40px;
  text-align: center;
}

.opacity-05 {
  opacity: 0.5;
}
.h-100-px {
  height: 100px;
}
.pointer {
  cursor: pointer;
}
.min-h-35 {
  min-height: 35px;
}
.max-h-35 {
  max-height: 35px;
}

/* START smoth-scroll */
.smoth-scroll::-webkit-scrollbar {
  width: 6px !important;
}
.smoth-scroll::-webkit-scrollbar-track {
  background: #f1f1f1 !important; 
}
.smoth-scroll::-webkit-scrollbar-thumb {
  background: #959ea6 !important; 
}
.smoth-scroll::-webkit-scrollbar-thumb:hover {
  background: #647484 !important; 
}
/* END scrollbar */

.box-h-125 {
  max-height: 125px;
  overflow: auto;
}


.footer-inline-nav > li {
  display: inline-block;
}
.nav-img {
  display: inline !important;
}
.footer-payment-icons {
  max-width: 45px !important;
}

#order-box {
  text-decoration: none !important;
}
#order-box:hover .hover-box {
  background-color: #f8f9fb !important;
  text-decoration: none !important;
  color: #000 !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
#order-box:hover .hover-box-text {
  color: #000 !important;
}