HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/crm/public_html/wwwroot/assets/scss/theme/_faq.scss
//According settings
$card-padding        :30px;
$card-margin-bottom  :30px;
$card-border-width   :0px;
$card-border-color   :$light-gray;
$card-border-radious :8px;
$card-box-shadow     :0 0 10px 0 rgba(68,102,242,0.05);
$card-header-font-weight : 600;
$card-header-bg-color : $white;
$card-header-font-size : 18px;
$card-header-font-transform : uppercase;
$card-header-font-color : $theme-body-font-color;
$card-header-span-size : 12px;
$card-header-span-color : $theme-body-sub-title-color;
$card-body-bg-color : $transparent-color;
$card-footer-bg-color : $white;

/**=====================
     71. Faq CSS start
==========================**/

.faq-widgets{
  align-items: center;
  .media-body{
    h5{
      font-weight: 600;
      color: $white;
    }
    p{
      font-size: 14px;
      padding-right: 20px;
      color: rgba($white, 0.7);
    }
  }
  svg{
    width: 50px;
    height: 50px;
    opacity: 0.5;
  }
}
.header-faq{
  h5{
    font-weight: 600;
    text-transform: capitalize;
  }
  margin-bottom: 30px;
}
.faq-articles{ 
  h6{
    font-size: 16px;
  }
  p{
    color: $light-text;
  }
}
.features-faq{
  .faq-image{
    img{
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      width: 100%;
    }
  }
  .card-body,.card-footer{
    padding: 20px;
  }
  .card-body{
    h6{
      font-weight: 600;
      font-size: 18px;      
    }
    p{
      font-size: 14px;
      color: $light-text;
    }
  }
  ul{
    li{
      display: inline-block;
    }
  }
}
.faq-accordion{
  margin-bottom: 30px;  
  p{
    color: $light-text;
  }
  .card{
    .btn-link{
      display:flex;     
      svg{
        width: 20px;
        height: 20px;
        margin-right: 10px;
        position: absolute;
        left: 20px;
      }
    }
  }
  .faq-header{
    position: relative;    
    svg{
      position: absolute;
      right:20px;
      top: 20px;
    }
    span{
      margin-top: 3px;
    }
  }
  .faq-body{
    padding: 20px !important;
  }
  .card-mb-faq{
    margin-bottom: 30px;
  }
  label{
    font-weight:500;
    font-size:14px;   
    margin-bottom: 10px;
  }
}
.latest-articles{
  p{
    color: $light-text;
  }
}

.faq-title{
  margin: 30px 0;
  h6{   
    font-size: 18px;
    font-weight: 600;
    margin-bottom: unset;
  }
}
.faq-form{
  position: relative;
  .search-icon{
    position: absolute;
    right:12px;
    top:9px;
    width:16px;
    height:16px;
  }
}
.navigation-btn{
  margin-bottom:20px;
  a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:600;
    svg{
      width: 15px;
      height: 15px;
    }
  }
  
}
.navigation-option{
  ul{
    li{
      position: relative;
      padding: 10px 10px 10px 0;
      &:hover{
        background-color:rgba($primary-color,0.05);
        a{
          color:$primary-color;
        }
      }
      a{
        padding-left: 40px;
        color: $light-text;
        font-weight:500;
        svg{
          position: absolute;
          width: 15px;
          height: 15px;
          top: 12px;
          left: 15px;
        }
      }
    }
  }
}
.updates-faq{
  width:40px;
  height:40px;
  border:1px solid $primary-color;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:20px;
  svg{
    width:18px;
    height:18px;     
  }
}
.updates-bottom-time{
  p{
    margin-bottom: 2px;
    font-weight: 600;
    + p{
      color: $light-text;
    }
  }
}
.updates-faq-main{
  margin-bottom: 20px;
  &:last-child{
    margin-bottom: 0;
  }
}
.default-according {
  .card {
    .card-header {
      h5{
        padding-left: 25px;
      }
      .btn-link{
        padding:0;
      }
    }
  }
}

@media only screen and (max-width: 1199px){
  .faq-accordion{
    margin-bottom: 30px;
  }
}
@media only screen and  (max-width: 991px){
  .faq-accordion{
    .faq-header{
      padding:20px !important;
      h5{
        font-size:20px;
      }
      svg {
        right:20px;
        top:20px;
        width:20px;
        height:auto;
      }
    }
  }
  .navigation-option {
    ul{
      li{
        padding:10px 10px 10px 0;    
        a {
          svg{
            top:12px;
          }
        }
      }
    }
  }
  .navigation-btn, .updates-faq-main{
    margin-bottom: 20px;
  }
  .updates-faq{
    width:35px;
    height:35px;   
    margin-right:20px;
    svg{
      width:16px;
      height:16px;
    }
  }


}
@media only screen and (max-width: 767px){
  .xs-mt-search{
     margin-top: 30px;
  }
  .featured-tutorial{
    .card-body,.card-footer{
      padding:20px; 
    }
  }


  .updates-faq{
    width:30px;
    height:30px;
  }






}
@media only screen and  (max-width: 575px){
  .xs-mt-search{
    margin-top: 0px;
  }
  .faq-widgets {
    svg {
      width: 100px;
      height: 100px;
      position: absolute;
      opacity: 0.1;
      top: 10px;
      right: 20px;
    }
  }
  .faq-title {
    margin: 15px 0;
     h6{
       font-size:16px;
     }
  }
  .header-faq {
    margin-bottom:15px;
  }
  .faq-accordion{
    margin-bottom:0px;
    .card {
      .btn-link{
        // font-size:14px;
      }
    }
    .faq-header {
      padding: 15px !important;
      .pull-right{
        float: right;
      }
      svg {
        right: 15px;
        top: 15px;
      }
    }
  }
  .navigation-btn, .updates-faq-main{
    margin-bottom: 15px;
  }
}



/**=====================
     71. Faq CSS end
==========================**/