@import url('https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anta&family=Lexend+Deca:wght@100..900&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.uvp-list ul {
  display: inline-block;
  padding: 1rem 2rem;
}

.uvp-list ul {
  list-style: none;
}

.uvp-list ul > li {
  clear: left;
  padding: .5rem 0;
  color:#2F362F;
  font-size: 1.10rem;
}
 
.uvp-list ul > li:before {
  content: "";
  height: 1.75rem;
  width: 1.75rem;
  display: block;
  float: left;
  margin-left: -1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size:100%;
}

.uvp-list ul > li:before { 
  background: url("https://info.openpath.com/hubfs/checkmark-round-orange.svg");
  background-size: cover;
  background-position: center;
  padding: .75rem;
  padding-right:20px;
}

.text-yellow{
    color:#F1DF5F !important;
}

.high-text{
    color:#9D3B50;
    text-transform:capitalize;
    font-weight:600;
    /*font-family: 'Crete Round';*/
    font-family: 'Montserrat Alternates';
}

.high-text-1{
    font-family:'Montserrat Alternates';
    font-size:18px;
    font-weight:500;
    color:#0070E0;
}

.fa-check-list {
    list-style: none;
    padding-left: 0;
}

.fa-check-list li i {
    color: #28a745; /* green */
    margin-right: 10px;
    margin-top: 3px;
}

.fa-check-list li{
    text-align: justify;
    line-height: 1.75rem;
    color: #2F362F;
    font-size: 1.10rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.fa-check-list li span{
    font-weight:500;
    color:#5d50c6;
    white-space: nowrap;
}

.list-head{
    font-weight:700;
    color:#5d50c6;
    display:block;
    /*font-family:'Montserrat Alternates' ;*/
    font-family:'Sansation';
    padding: 5px 0;
    font-size: 1.18rem;
}

.text-strong{
    font-weight:600;
    color:#5d50c6;
}

.list-strong{
    font-weight:600;
    color:#dc3545 !important;
    white-space: nowrap;
    display: block;
}

.fa-check-list1 {
    list-style: none;
    padding-left: 0;
}

.fa-check-list1 li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.75rem;
    font-size: 1.10rem;
    color: #2F362F;
    padding: 10px 0;
}

.fa-check-list1 li i {
    color: #28a745;
    margin-top: 4px;
    flex-shrink: 0;  
}

.li-text {
    flex: 1;
    min-width: 0;    
}

.icon-head{
    font-size: 1.15rem;
    color:#dc3545;
    font-weight: 600;
}

.con-link{
    color:#1eaaf1 !important;
}

.con-box{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.head-text{
    color:#fda638 !important;
}

.double-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.double-underline::before,
.double-underline::after {
    content: "";
    position: absolute;
    /*left: 30px;               
    width: 200px;*/
    width: 90%;
    left: 5%;
    height: 2px;
    background-color: #D20E0A;
    text-align: center;
}

.double-underline::after {
    bottom: 0;
}

.double-underline::before {
    bottom: 4px;    
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
     background: rgba(255, 255, 255, 0.8);
}

.marquee-track img {
    height: 200px;
    margin-right: 25px;
    flex-shrink: 0;
     background: rgba(255, 255, 255, 0.8);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}

@media (max-width: 576px) {
    .marquee-track img {
        height: 120px;
    }
    #topbar{display:none}
}
@media (max-width: 768px) {
     #topbar{display:none}
}
.bg-grey{
    background: #A39D92;
}