/* Existing CSS */
#dynamic-text-container {
    position: relative;
    display: inline-block;
}
#dynamic-text {
    color: #f74780 !important;
}
#cursor {
    display: inline-block;
    width: 4px;
    height: 65px;
    background-color: white;
    animation: blink 1s step-end infinite;
    vertical-align: middle;
}
@keyframes blink {
    from, to { opacity: 0; }
    50% { opacity: 1; }
}
/* Mobile styles */
@media (max-width: 1024px) {
    h1 {
        font-size: 5vw;
    }
    #cursor {
        height: 8vw;
        width: 0.6vw;
        margin-top: -5px;
        margin-left: 1.5vw;
    }
}
.pricing-wrapper {
    padding: 60px 40px;
    background-color: #2c3039;
    position: relative;
}
.pricing-overlay {
    position: relative;
    z-index: 3;
}
.custom-range {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #93999f;
    outline: none;
    opacity: 1;
    transition: background 450ms ease-in;
    position: relative;
}
.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f74780;
    cursor: pointer;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
}
.custom-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f74780;
    cursor: pointer;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
}
.range-labels {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 10px 0 0;
}
.range-labels li {
    color: #666;
    font-size: 14px;
    text-align: center;
    list-style: none;
    position: relative;
}
.custom-range {
    --track-color: #93999f;
    --fill-color: #f74780;
    background: linear-gradient(to right, var(--fill-color) 0%, var(--fill-color) var(--value, 0), var(--track-color) var(--value, 0), var(--track-color) 100%);
}
.custom-range::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 5px;
    background: transparent;
    position: relative;
    z-index: 0;
}
.custom-range::-moz-range-track {
    height: 10px;
    border-radius: 5px;
    background: transparent;
    position: relative;
    z-index: 0;
}
.disabled-option {
    opacity: 0.6;
}

.disabled-option p {
    text-decoration: line-through;
    color: #999;
}

.switch-wrap input[type="checkbox"] + .switcher {
    background-color: #8f9090 !important;
    transition: background-color 0.3s;
  }
  .switch-wrap input[type="checkbox"]:checked + .switcher {
    background-color: #f74780!important;
  }
.topbar-socials .flaticon-facebook,
.topbar-socials .flaticon-twitter,
.topbar-socials .flaticon-instagram,
.topbar-socials .flaticon-linkedin,
.topbar-socials .icon-x,
.topbar-links .flaticon-world {
  font-size: 0;
  color: #fff;
  vertical-align: middle;
  transition: color 0.2s;
}
.topbar-socials a:hover .flaticon-facebook,
.topbar-socials a:hover .flaticon-twitter,
.topbar-socials a:hover .flaticon-instagram,
.topbar-socials a:hover .flaticon-linkedin,
.topbar-socials a:hover .icon-x {
  color: #ccc;
}
.topbar-socials .icon-x {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
}

.topbar-socials .icon-x svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.topbar-links .dropdown-menu {
  min-width: 90px;
  font-size: 13px;
}
.top-bar {
  height: 40px; /* set to your actual topbar height */
  z-index: 1040;
}

.top-bar + #page .header-wrapper {
  top: 40px;
}


.list-inline-item:not(:last-child){
    margin-right:1.2rem;
}

@media (max-width: 991.98px) {
  .top-bar {display:none;}
  .top-bar + #page .header-wrapper {top:0;}
}

<style>
/* Container & layout */
.fo-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .fo-col-lg-6 { width: 50%; float: left; }
  .fo-col-lg-12 { width: 100%; float: left; }
}

/* Tab navigation */
.fo-nav {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.fo-nav .fo-nav-item {
  margin-right: 1px;
}
.fo-nav .fo-nav-link {
  display: block;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  color: #555;
  text-decoration: none;
}
.fo-nav .fo-nav-link:hover {
  background: #f7f7f7;
}
.fo-nav .fo-nav-link.active {
  color: #009fe3;
  background: #fff;
  border-color: #ddd #ddd transparent;
}

/* Tab content */
.fo-tab-content .fo-tab-pane {
  display: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
}
.fo-tab-content .fo-tab-pane.active {
  display: block;
}

/* Image panel */
.fo-tab_img_info {
  position: relative;
}
.fo-tab_img_info .fo-tab_img {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.fo-tab_img_info .fo-tab_img.active {
  opacity: 1;
}
.fo-tab_img_info img {
  width: 100%;
  height: auto;
  display: block;
}

/* Decorative shapes */
.fo-tab_img_info .square {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #eee;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.fo-tab_img_info .bg_circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50px;
  right: 30px;
  z-index: 0;
}
.fo-tab_img_info .bg_circle.blue    { background: #009fe3; }
.fo-tab_img_info .bg_circle.green   { background: #28a745; }
.fo-tab_img_info .bg_circle.pink    { background: #e83e8c; }
.fo-tab_img_info .bg_circle.yellow  { background: #ffc107; }
.fo-tab_img_info .bg_circle.red     { background: #dc3545; }

.fo-tab_img_info .tab_round,
.fo-tab_img_info .tab_triangle {
  position: absolute;
  z-index: 2;
}

/* Demo button */
.fo-search-summit {
  text-align: center;
  margin-top: 20px;
}
.fo-search-summit .fo-ramTarget {
  display: inline-block;
  padding: 10px 20px;
  background: #009fe3;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.fo-search-summit .fo-ramTarget:hover {
  background: #007bb5;
}

/* Typography */
.fo-tab-content h4 {
  color: #009fe3;
  margin-top: 0;
}
.fo-tab-content p {
  margin-bottom: 1rem;
}