
/** download-section **/

.download-section{
  position: relative;
}

.content_block_six .content-box{
  position: relative;
  display: block;
  max-width: 530px;
}

.content_block_six .content-box .btn-box{
  position: relative;
  display: flex;
  align-items: center;
}

.content_block_six .content-box .btn-box button{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-family: var(--title-font);
  font-weight: 600;
  color: #fff;
  padding: 14px 30px 14px 74px;
  border-radius: 32.5px;
  text-align: left;
  transition: all 500ms ease;
}

.content_block_six .content-box .btn-box button:hover{
  background: var(--title-color) !important;
}

.content_block_six .content-box .btn-box button span{
  position: relative;
  display: block;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
}

.content_block_six .content-box .btn-box button i{
  position: absolute;
  left: 25px;
  top: 17px;
  font-size: 32px;
}

.content_block_six .content-box .btn-box button.app-store{
  margin-right: 30px;
  background: var(--theme-color);
}

.content_block_six .content-box .btn-box button.play-store{
  background: var(--secondary-color);
}

.content_block_six .content-box .text-box p{
  margin-bottom: 30px;
}

.content_block_six .content-box .text-box p:last-child{
  margin-bottom: 0px;
}

.download-section .image-layer{
  position: absolute;
  top: 120px;
  right: 0px;
}

.content_block_seven .content-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(205, 192, 192, 0.25);
  border-radius: 10px 10px 10px 0px;
  padding: 50px;
  margin-top: 236px;
}

.content_block_seven .content-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 52px;
  height: 52px;
  left: 0px;
  bottom: -52px;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.content_block_seven .content-box h3{
  display: block;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 24px;
}

.content_block_seven .content-box .shape{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 359px;
  height: 245px;
  background-repeat: no-repeat;
}

.download-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 489px;
  height: 255px;
  background-repeat: no-repeat;
}

.download-section .pattern-layer .pattern-2{
  position: absolute;
  top: 0px;
  right: 600px;
  width: 345px;
  height: 355px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.download-section .ambulance{
  position: absolute;
  left: 0px;
  bottom: 0px;
}



/** RTL-CSS **/




/** RESPONSIVE-CSS **/

@media only screen and (max-width: 1599px){
  



@media only screen and (max-width: 1200px){

  .download-section .image-layer{
    display: none;
  }

  .content_block_seven .content-box{
    margin: 0px;
  }

  .download-section .ambulance,
  .download-section .pattern-layer{
    display: none;
  }

}

@media only screen and (max-width: 991px){

  .content_block_six .content-box{
    max-width: 100%;
    margin-bottom: 30px;
  }

}

@media only screen and (max-width: 767px){

  .download-section{
    padding-top: 64px;
  }

}

@media only screen and (max-width: 599px){

  .content_block_seven .content-box{
    padding: 50px 30px;
  }

}

@media only screen and (max-width: 499px){

  .content_block_six .content-box .btn-box{
    display: block;
  }

  .content_block_six .content-box .btn-box button.app-store{
    margin-right: 0px;
    margin-bottom: 20px;
    display: block;
  }

}












































