@media (max-width: 991px) {
		  .gradient-border-left {
  position: relative;
}

.gradient-border-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px; 
  height: 100%;
  background: linear-gradient(to bottom, 
  #2643a2 0%,     
  #2643a2 19%,   
  white 15%,    
  white 81%,   
  #2643a2 82%,  
  #2643a2 100% );
}
	.height-tab{
		height: 500px;
	}
  .navbar-brand {
    margin-right: auto;
    padding-left: 10px;
  }
  .nav-logo{
    width: 100%;
  }
  .side-menu {
    position: fixed;
    top: 0;
    left: -300px; /* Start hidden off screen */
    width: 300px;
    height: 100vh !important;
    overflow-y: auto;
    background: white;
    padding: 20px;
    transition: 0.3s;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
  }
  
  .side-menu.show {
    left: 0;
    pointer-events: auto;
    opacity: 1;
  }
  
  .close-menu {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 25px;
    cursor: pointer;
  }
    
    .top {
      padding-top: 60px;
    }
    .rating {
      height: 35%;
    }
  }
@media (min-width: 576px) {
		.border-end-dashed-white {
    border-right: 2px dashed white;
}
}
  @media (max-width: 576px) {

    .logo{
      width: 36%;
    }
    .rating-line {
  width: 60%;
}
  }

  @media (min-width: 992px) {
	  .height-tab{
	height: 268px;
}
	  .gradient-border-right {
  position: relative;
}

.gradient-border-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px; 
  height: 100%;
  background: linear-gradient(to bottom, 
  #2643a2 0%,     
  #2643a2 8%,   
  white 8%,    
  white 92%,   
  #2643a2 91%,  
  #2643a2 100% );
}
    .small-width {
      width: 90%;
    }
    .nav-item.dropdown:hover > .dropdown-menu {
      display: block;
    }
    
    .nav-item.dropdown > .nav-link.dropdown-toggle {
      pointer-events: none;
    }
    .faq-bg {
      background: linear-gradient(to bottom, rgba(200, 16, 46, 0.6), rgba(1, 33, 105, 0.9));
      border-top-left-radius: 18% 22%;
      border-top-right-radius: 18% 22%;
      margin-top: 8%;
      min-height: 340px; 
      position: relative;
    }
    
    .faq-bg .faq-container {
      top: -70px;
      max-height: 350px;
      overflow-y: auto;
      position: absolute;
      overflow-x: hidden;
    }
    .faq-btn{
  position: absolute;
  bottom: 20px;
  left: 44%;
}
.form-sticky{
  position: sticky;
  top: 60px;
}
  }
@media (min-width: 1200px) {
	.faq-bg .faq-container {
      top: -100px;
}
  