body {
	background-color: #f8f9f9;
	padding-top: 70px;
}
#phone {
    top: 170px!important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.justify-content-center {
  justify-content: center !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.position-relative {
  position: relative !important;
}
.d-flex {
  display: flex !important;
}
.me-auto {
  margin-right: auto !important;
}
.align-items-center {
  align-items: center !important;
}

.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
} 

.order-2 {
  order: 2 !important;
}


@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

}


/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) { 

	body {
	    padding-top: 137px;
	}

}


@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  
  .order-xl-0 {
    order: 0 !important;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
   .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

}

@media (min-width: 1500px) {
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}




 

 

