/* JUMBOTRON STYLE HERE */
/* .jumbotron{
    background:
  linear-gradient(
    rgba(0, 0, 250, 0.25),
    rgba(64, 73, 159, 0.45)
  ),
  url('/assets/frontsite/img/jumb_bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  color:white !important;
  height:50vh;
  background-size: 100% 70%;
  } */

  /* BUTTON STYLE HERE */
  /* .btn{
      margin-right:10px;
  }
  .btn-outline-primary{
    border-color: white;
    color:white;
    background-color:transparent;
    margin-top:30px;
    font-weight:100;
  }
  .btn-outline-primary:hover{
    border-color: transparent;
    color:black;
    background-color:white;
  }
  .btn-outline-primary:active{
    border-color: transparent;
    color:black;
    background-color:white;
    padding:9px 20px 9px 20px;
  } */

  /* BUTTON HEADER RIGHT */
  /* .rightHeader{
    position: absolute;
    top: -15px;
    right: 8px;
  } */
  /* BUTTON HEADER LEFT */
  /* .leftHeader{
    position: absolute;
    top: -15px;
    left: 20px;
  }

  .title{
    margin-top:10vh;
  }
  .text_margin{
      width:70vw;
      margin: 0 auto;
  }
  .string-1{
    padding-top:30px;
    width:600px;
    margin:0 auto;
    font-weight:100;
    margin-top:-35px;
  }


  .content{
    margin:10%;
  }
  br{
    margin:20px;
  } */

/* App Service Page Stylesheet */
.table th{
    border: 2px solid white !important;
}

/* Large Device */
/* (Laptop, Desktop */
@media screen and (min-width: 1024px){
    /* App Service */
    .app-service{
        background: #f6fbff;
        padding-bottom: 2rem;
        padding-top: 5rem;
    }
    .app-service .row-app{
        padding-top: 2rem;
    }
    .app-service .col-title{
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 10%;
    }
    .app-service .serv-title{
        margin-top: auto;
        margin-bottom: auto;
        position: relative;
        right: 0px;
        left: 29rem;
    }
    .app-service .serv-title .line{
        content:'';
        display: block;
        border-bottom: 4px solid #fa6d0f;
        width: 4rem;
    }
    .app-service .row-2{
        padding-top: 2rem;
    }
    .app-service .card{
        border: unset;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0 15px 70px #8490c74d;
        transition: all cubic-bezier(0.42, -0.39, 0, 0.98) 1s;
    }
    .app-service .card:hover{
        border: unset;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0 15px 70px #8490c762;
        transform: scale(1.1);
        background: linear-gradient(180deg, white, #e9eff9);
    }
    .app-service .card .card-title .icon{
        line-height: 1.3;
        position: relative;
        padding: .5rem;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        background: unset;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1.5rem;
        margin-bottom: .5rem;
        transition: all ease 0.5s;
    }
    .app-service .card .icon .app-img{
        width: inherit;
    }
    /* Service List */
    .service-list .row-list{
        padding-top: 3rem;
    }
    .service-list .table-responsive .table thead{
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        color: #fff;
    }
    .service-list .table-responsive .table thead .range{
        text-align: left !important;
    }
    .service-list .table .study-title{
        width: 200px;
    }
    .service-list .table-responsive .table thead tr th{
        text-align: center;
    }
    .service-list .table-responsive .table tbody .list-name{
        padding-left: 1rem;
        text-align: left !important;
        font-weight: bold;
        background: #dadada;
    }
    .service-list .table tbody tr td{
        padding: 10px 5px;
        text-align: center;
        vertical-align: middle;
        border: none;
    }
    .service-list .nav-pills .nav-link.btn{
        margin: 0.2rem;
        border: 1px solid #3a3a3a;
        border-radius: 50px 50px 50px 50px;
    }
    .service-list .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        border: unset;
        color: #fff;
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        border-radius: 50px 50px 50px 50px;
    }
    .service-list .generic-block{
        padding: 30px 50px 30px 30px;
        background: #f9f9ff;
        border-top: 2px solid #ff7e5f;
        border-radius: 10px 10px 10px 10px;
    }

    .as-section-softblue{
        background: #f5faff;
        color: #29384e;
        height: auto;
        padding: 90px;
        text-align: center;
        width: 100%;
    }

    .title-1{
        padding-bottom: 6rem;
    }

}

/* Medium Device */
/* (Tablet) */
@media screen and (min-width: 768px) and (max-width: 1023px){
    /* App Service */
    .app-service{
        background: #f6fbff;
        padding-bottom: 2rem;
        padding-top: 5rem;
    }
    .app-service .row-app{
        padding-top: 2rem;
    }
    .app-service .col-title{
        margin-top: auto;
        margin-bottom: auto;
    }
    .app-service .serv-title{
        margin-top: auto;
        margin-bottom: auto;
        float: right;
    }
    .app-service .serv-title p{
        margin-top: 1rem;
        font-size: 16px;
        padding-bottom: 0.5rem;
    }
    .app-service .serv-title .line{
        content:'';
        display: block;
        border-bottom: 4px solid #fa6d0f;
        width: 4rem;
    }
    .app-service .row-2{
        padding-top: unset;
    }
    .app-service .card{
        margin-bottom: 1rem;
        border: unset;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0 15px 70px #8490c74d;
        transition: all cubic-bezier(0.42, -0.39, 0, 0.98) 1s;
    }
    .app-service .card:hover{
        border: unset;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0 15px 70px #8490c762;
        transform: scale(1.1);
        background: linear-gradient(180deg, white, #e9eff9);
    }
    .app-service .card .card-title .icon{
        line-height: 1.3;
        position: relative;
        padding: 0.5rem;
        width: 90px;
        height: 90px;
        margin: 0 auto;
        background: unset;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1.5rem;
        margin-bottom: .5rem;
        transition: all ease 0.5s;
    }
    .app-service .card .icon .app-img{
        width: 100px;
    }
    /* Service List */
    .service-list .row-list{
        padding: 2rem;
    }
    .service-list .table-responsive .table thead{
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        color: #fff;
    }
    .service-list .table-responsive .table thead .range{
        text-align: left !important;
    }
    .service-list .table .study-title{
        width: 200px;
    }
    .service-list .table-responsive .table thead tr th{
        text-align: center;
    }
    .service-list .table-responsive .table tbody .list-name{
        padding-left: 1rem;
        text-align: left !important;
        font-weight: bold;
        background: #dadada;
    }
    .service-list .table tbody tr td{
        padding: 10px 5px;
        text-align: center;
        vertical-align: middle;
        border: none;
    }
    .service-list .nav-pills a{
        font-size: 20px;
    }
    .service-list .nav-pills .nav-link.btn{
        margin: 0.2rem;
        border: 1px solid #3a3a3a;
        border-radius: 50px 50px 50px 50px;
    }
    .service-list .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        border: unset;
        color: #fff;
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        border-radius: 50px 50px 50px 50px;
    }
    .service-list .generic-block{
        padding: 30px 50px 30px 30px;
        background: #f9f9ff;
        border-top: 2px solid #ff7e5f;
    }

}

/* Small Device */
/* (smartphone) */
@media screen and (max-width: 767px){
    /* App Service */
    .app-service{
        background: #f6fbff;
        padding-bottom: 2rem;
        padding-top: 5rem;
    }
    .app-service .row-app{
        padding-top: 2rem;
    }
    .app-service .col-title{
        margin-top: auto;
        margin-bottom: auto;
    }
    .app-service .serv-title{
        margin-top: auto;
        margin-bottom: auto;
        float: right;
    }
    .app-service .serv-title .heading{
        font-size: 24px;
    }
    .app-service .serv-title p{
        margin-top: 1rem;
        font-size: 16px;
        padding-bottom: 0.5rem;
    }
    .app-service .serv-title .line{
        content:'';
        display: block;
        border-bottom: 4px solid #fa6d0f;
        width: 4rem;
    }
    .app-service .row-2{
        padding-top: unset;
    }
    .app-service .card{
        margin-bottom: 1rem;
        border: unset;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0 15px 70px #8490c74d;
        transition: all cubic-bezier(0.42, -0.39, 0, 0.98) 1s;
    }
    .app-service .card:hover{
        border: unset;
        border-radius: 20px 20px 20px 20px;
        box-shadow: 0 15px 70px #8490c762;
        transform: scale(1.1);
        background: linear-gradient(180deg, white, #e9eff9);
    }
    .app-service .card .card-title .icon{
        line-height: 1.3;
        position: relative;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        background: unset;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1.5rem;
        margin-bottom: .5rem;
        transition: all ease 0.5s;
    }
    .app-service .card .icon .app-img{
        width: 80px;
    }
    .app-service .card-body h5{
        font-size: 1rem;
    }
    /* Service List */
    .service-list .row-list{
        padding: 2rem;
    }
    .service-list .table-responsive .table thead{
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        color: #fff;
    }
    .service-list .table-responsive .table thead .range{
        text-align: left !important;
    }
    .service-list .table .study-title{
        width: 200px;
    }
    .service-list .table-responsive .table thead tr th{
        text-align: center;
    }
    .service-list .table-responsive .table tbody .list-name{
        padding-left: 1rem;
        text-align: left !important;
        font-weight: bold;
        background: #dadada;
    }
    .service-list .table tbody tr td{
        padding: 10px 5px;
        text-align: center;
        vertical-align: middle;
        border: none;
    }
    .service-list .nav-pills .nav-link.btn{
        margin: 0.2rem;
        border: 1px solid #3a3a3a;
        border-radius: 50px 50px 50px 50px;
    }
    .service-list .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        border: unset;
        color: #fff;
        background: linear-gradient(45deg, #e41733, #FF6C3A);
        border-radius: 50px 50px 50px 50px;
    }
    .service-list .generic-block{
        padding: 30px 50px 30px 30px;
        background: #f9f9ff;
        border-top: 2px solid #ff7e5f;
    }

}

/* Extra Small Device */
/* (small smartphone )*/
@media screen and (max-width: 360px){

    /* app service */
    .app-service .card .card-title .icon{
        line-height: 1.3;
        position: relative;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        background: #ebebeb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1.5rem;
        margin-bottom: .5rem;
        transition: all ease 0.5s;
    }
    .app-service .card:hover .card-title .icon{
        line-height: 1.3;
        position: relative;
        width: 80px;
        height: 80px;
        margin: 0 auto;
        background: #ebebeb;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-top: 1.5rem;
        margin-bottom: .5rem;
    }
    .app-service .card-body h5{
        font-size: 0.8rem;
    }

}

