/*--------------------------------------------------------------
# General
 --------------------------------------------------------------*/
 @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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');

 * {
     padding: 0px;
     margin: 0px;
     box-sizing: border-box;
 }

:root {
     
    --bg-gray: #f6f9fa;
    --dark-gray: #66666;
    --white: #ffffff;
    --blue: #4455bb;
    --tex-col: #444444;
    --dm: "DM Sans", sans-serif;
    --Vietnam: "Be Vietnam Pro", sans-serif;
      --background: 255, 0, 60;
      --duration: 3s;
      --scale: 3;
      --opacity: 0.4;
}

a {
   
    text-decoration: none !important;
}

 body {
     padding:0px;
     margin:0px;
     font-family:var(--dm);
     background:var(--bg-gray);
     color: var(--tex-col);
     transition: all .3s ease;
     text-decoration: none;
 }
 
 img{
     width:100%;
     height:auto;
 }


.container-fluid {
    padding-left: 30px !important;
    padding-right:30px !important;
}

span,p{
    font-family:var(--Vietnam);
}


 /*--------------------------------------------------------------
 # Hero Section
  ---------------------------------------------------------------*/
section.hero-section {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    padding: 20px 0;
    background: linear-gradient(to top, #ffffff,#ffffffa1, #ffffff), url(../img/bg-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: inherit;
}

.ban-left h1 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    color: var(--tex-col);
    padding: 10px 0 10px;
    font-family: 'DM Sans';
    text-align: center;
}

ul.aime-work li {
    list-style: none;
    display: inline;
    font-size: 20px;
    font-weight: 400;
    color: var(--dark-gray);
    padding-right: 30px;
    line-height: 2;
    font-family: 'Be Vietnam Pro';
}

ul.aime-work li span {
    padding-right: 5px;
}


.ban-left p {
    color: var(--dark-gray);
    padding: 0 0 20px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    margin-left: 13px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


 .blue-btn {
    padding: 12px 22px;
    background: #fed817;
    color: #000000 !important;
    font-weight: 500;
    border-radius: 5px;
    font-size: 18px;
     text-decoration: none;
}

 .ban-img img {
     width: 100vh;
     float: right;
 }

.ribbon {
    background: #f6f9fa;
    padding: 20px 0 40px;
}

.hero-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #ddd;
}
 .hero-bottom img {
    width: 90px;
}

.hero-bottom p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    border-left: 1px dashed #ddd;
    margin-left: 15px;
    margin-bottom: 0px;
}


svg {
    width: 25px;
}

 /*--------------------------------------------------------------
 # Avazcare
  ---------------------------------------------------------------*/

section.features-section {
    background-image: linear-gradient(180deg, #ffffff,#6187fe21 0%, #ffffff);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 60px 0 ;
    background-size: 100%;
    background-color: transparent;
}

.title span {
    color: var(--blue);
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 5px;
}

.title p {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--dark-gray);
   font-family: var(--dm);
   margin-bottom:0px;
}

.title h2 {
    color: var(--tex-col);
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    font-family: var(--dm);
    padding: 10px 50px;
}

.avazcare-title h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro';
    line-height: 1.3;
    padding: 0 60px;
}
.avazcare-btn {
    margin-top: 40px;
}

.avazcare-btn a {
    background: #444 !important;
    padding: 16px 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
       font-family: var(--dm);
    font-weight: 600;
}

.avazcare-btn a:hover{
    background: var(--blue);
     color:var(--white);
    
}

/*--------------------------------------------------------------
 # About Us
 ---------------------------------------------------------------*/
.about-section {
    padding: 40px 0 10px;
    background: var(--bg-gray);
    text-align: center;
}
  
ul.ab-content {
    text-align: left;
    margin-top: 20px;
}

ul.ab-content li {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro';
    list-style: none;
    color: var(--dark-gray);
    line-height: 1.6;
}

.title h2 span {
    color: var(--blue);
    font-size: 45px;
    font-weight: bold;
    line-height: 1.2;
    font-family: var(--dm);
}

ul.ab-content li span:before {
    content: "\21D2";
    display: block;
    float: left;
    margin: -3px 8px 0 0;
    font-size: 24px;
}

ul.list-2 li:before {
    content: "\27A4";
    display: block;
    float: left;
    margin: 4px 5px 0 0;
    font-size: 15px;
}

ul.list-3 li:before {
    content: "\2022";
    display: block;
    float: left;
    margin: 4px 4px 0 0;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

ul.ab-content li span {
    font-family: 'DM Sans';
    color: var(--blue);
    font-weight: 600;
    font-size: 22px;
}

h4.ribbon-title {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro';
    padding-top: 30px;
    text-align: center;
    line-height: 1.3;
}
 /*--------------------------------------------------------------
 # Chatbot
  ---------------------------------------------------------------*/


.iconInner {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-position: 50%;
    margin: 0 auto;
    width: 23em;
    border-radius: 50% !important;
    margin: 50px auto;
}
 
 .ban-left {
    text-align: center;
}


 .iconInner img {
    width: 100%;
}


.button-div {
    margin: 30px 0;
}

.button-div a {
    background: #4455bb;
    padding: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    width: 16%;
    display: inline-block;
    font-size: 18px;
    font-family: 'DM Sans';
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
}

.button-div a:hover {
     opacity: 95%; 
     color: #fff; 
}


#back {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back:hover {
  cursor: pointer;
 
}

#back.show {
  opacity: 1;
  visibility: visible;
}


.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-iteration-count: infinite;
}

.pulse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation: pulse 3s infinite 1s;
    -moz-animation: pulse 3s infinite 1s;
    -o-animation: pulse 3s infinite 1s;
    animation: pulse 3s infinite 1s;
}

@keyframes pulse {
    0%   {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
    }
    50%  {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1)
    }
    100%  {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1)
    }
  }
  