* {
  padding: 0px;
  margin: 0px;
}

@font-face {
    font-family: 'Conv_HumanSans-Black';
    src: url('fonts/HumanSans-Black.eot');
    src: local('☺'), url('fonts/HumanSans-Black.woff') format('woff'), url('fonts/HumanSans-Black.ttf') format('truetype'), url('fonts/HumanSans-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_HumanSans-Bold';
    src: url('fonts/HumanSans-Bold.eot');
    src: local('☺'), url('fonts/HumanSans-Bold.woff') format('woff'), url('fonts/HumanSans-Bold.ttf') format('truetype'), url('fonts/HumanSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_HumanSans-Medium';
    src: url('fonts/HumanSans-Medium.eot');
    src: local('☺'), url('fonts/HumanSans-Medium.woff') format('woff'), url('fonts/HumanSans-Medium.ttf') format('truetype'), url('fonts/HumanSans-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_HumanSans-Regular';
    src: url('fonts/HumanSans-Regular.eot');
    src: local('☺'), url('fonts/HumanSans-Regular.woff') format('woff'), url('fonts/HumanSans-Regular.ttf') format('truetype'), url('fonts/HumanSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_HumanSans-Light';
    src: url('fonts/HumanSans-Light.eot');
    src: local('☺'), url('fonts/HumanSans-Light.woff') format('woff'), url('fonts/HumanSans-Light.ttf') format('truetype'), url('fonts/HumanSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




body {
  font-size: 14px;
  color:#000;
  line-height: normal;
    font-family: 'Conv_HumanSans-Regular';
}

ul {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

h3.title {
  color: #000;
  font-size:35px;
  position: relative;
    font-family: 'Conv_HumanSans-Bold';
  display: table;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom:30px;
  text-align: center;
}
h3.title span{
    display: block;
    font-size: 26px;
    padding-top: 4px;
    font-family: 'Conv_HumanSans-Light';
}

section {
  padding:50px 0px;
}
p {
  font-size: 18px;
  line-height: 26px;
}

.owl-dots {
   position: relative;
    width: 220px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -35px;
    display: block !important;
    margin-bottom: 30px;
}
.owl-dots button span {
      background: #d2d2d2;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 25px;
    margin: 0 4px;
}
.owl-dots button.active span {
    background-color: #0781a9;
    border-radius: 5px;
    width:26px;
}
.owl-nav{
  display: none !important;
}
.container{
  max-width:1000px;
  width:100%;
}

/*----------header start--------------*/
header {
position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    padding-top: 10px;
    top: 0px;
    background-color:#fff;
    z-index: 99;
    height: 80px;
    box-shadow: 0px 0px 10px 0px #5a5a5a;
}
header .logo img {
width:220px;
    padding: 0px;
}
header .right-btn{
      float: right;
    padding-top:5px;
}
header .right-btn a{
      background: linear-gradient(
180deg
, rgba(132,194,215,1) 0%, rgba(8,133,174,1) 100%);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 24px;
    letter-spacing:1px;
    color: #fff;
    font-weight: bold;
    font-family: 'Conv_HumanSans-Black';
}
/*----------header end--------------*/

/*----------banner start--------------*/
.banner {
  padding:0px;
  overflow:hidden;
  background-color:#0885ae;
  margin-top: 75px;
}
.banner img{
  padding:0px;
    height:auto;
  width:100%;
}
.banner .owl-dots{
      position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}

/*----------book now start-------------*/

.schedule-assessment .form-container {
    width: 100%;
    float: none;
    position: relative;
    border-radius: 6px;
    background: #fff;
}
.schedule-assessment .form-container .inner{
    max-width: 99%;
    border-radius: 6px;
    background: #fff;
    padding: 6px;
    box-shadow: 0px 15px 14px 3px #eaeaea;
    margin: 0 auto;
}

.schedule-assessment .form-container h4 {
    font-size: 30px;
    padding: 0 22px;
    text-align: center;
    color: #2c3f58;
    font-weight: bold;
    font-family: 'Conv_HumanSans-Bold';
    margin-bottom:20px;
}
.schedule-assessment .form-container h4 span{
  display: block;
  padding-top:8px;
  font-size:20px;
     font-family: 'Conv_HumanSans-Regular';
  font-weight: 400;
}

.schedule-assessment .form-group {
  margin-bottom:7px;
}
.schedule-assessment .form-group:last-child{
  margin-bottom: 0px;
}

.schedule-assessment .form-group .form-control {
border-radius: 5px;
    background: #f4f5f7;
    padding: 8px 15px;
       height: 55px;
    font-size: 13px;
    text-transform: capitalize;
    border: 1px solid #e4e4e4;
}
.schedule-assessment .form-group .form-control:focus{
  box-shadow: none;
  outline: none;
}
.schedule-assessment .form-group .form-select {
border-radius: 5px;
    background: #f4f5f7;
       padding: 15px 15px;
        font-family: 'Conv_HumanSans-Light';
    height: 55px;
    color: #000000;
    font-size: 18px;
    text-transform: capitalize;
    border: 1px solid #e4e4e4;
    appearance: none!important;
    position: relative;
    background-image: url(../images/arrow-black.png)!important;
    background-repeat: no-repeat!important;
    background-position: 97% 20px!important;
    background-size: 12px!important;
}
.schedule-assessment .form-group .form-select:focus{
  box-shadow: none;
  outline: none;
}

.schedule-assessment .form-group .form-control::placeholder {
  font-size:18px !important;
  color:#000;
letter-spacing:1px;
    font-family: 'Conv_HumanSans-Light';
  position: relative;
  top: 3px;
}

.schedule-assessment .cstm-btn {
  text-align: center;
  margin-top:40px;
  position: relative;
  z-index:0;
}
.schedule-assessment .cstm-btn button.btn-cstm {
       background: linear-gradient( 
180deg
 , rgba(132,194,215,1) 0%, rgba(8,133,174,1) 100%);
    display: inline-block;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    font-family: 'Conv_HumanSans-Bold';
    border:none;
    text-transform: uppercase;
}
.schedule-assessment .cstm-btn button.btn-cstm:focus {
  outline: none;
}

.schedule-assessment .intl-tel-input {
  width: 100%;
  margin-bottom:0px;
}
.schedule-assessment .form-group .form-control.phn-no {
  padding-left:60px !important;
}
.schedule-assessment .form-control.phn-no::placeholder {
  padding-left: 0px;
}
.schedule-assessment .intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 80px;
}
.schedule-assessment .intl-tel-input.separate-dial-code .selected-dial-code {
  display: none;
}
.schedule-assessment
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3
  .selected-flag {
  background: transparent;
  border-right: 1px solid #f3f3f3;
      width: 54px;
}
.schedule-assessment .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  background: transparent;
  border-right: 1px solid #f3f3f3;
      width: 54px;
}
/*----------book now end-------------*/

/*----------banner end--------------*/


/*----------make-big-withus start--------------*/
.make-big-withus{
  background-color:#f4f5f7;
}
.make-big-withus h3.title{
  margin-bottom: 45px;
}
.make-big-withus .box{
  max-width:250px;
  text-align: center;
  margin: 0 auto;
}
.make-big-withus .box img{
width: 115px;
    height: 115px;
    padding:20px;
    background: #fff;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 0px 7px 10px 0px #d2d2d2;
}

.make-big-withus .box h4{
  font-family: 'Conv_HumanSans-Medium';
  font-size:24px;
  color:#000;
      line-height: 34px;
}
/*----------make-big-withus end--------------*/

/*----------provide-customized-automated start--------------*/
.provide-customized-automated{
  background-color:#ffffff;
}
.provide-customized-automated h3.title{
  margin-bottom: 45px;
      max-width: 90%;
}
.video-iframe iframe{
  border-radius:30px;
  box-shadow: 0px 7px 10px 0px #ccc;
}

/*----------provide-customized-automated end--------------*/


/*----------how-are-different start--------------*/
.how-are-different{
  background-color:#ffffff;
  background-image: url(../images/we-are-different-bg.jpg);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center;
}

.how-are-different h3.title{
  margin-bottom: 45px;
  color:#fff;
}
.how-are-different .how-are-different-slider{
  overflow: hidden;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 7px 10px 0px #024f68;
    max-width: 80%;
    margin: 0 auto;
}
.how-are-different .box p{
      margin: 0px;
    padding:70px 110px;
    font-size: 24px;
    line-height: 36px;
}
.how-are-different .how-are-different-slider .owl-dots{
    background: #f6f5f5;
    bottom: 0;
    padding: 18px 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #dcdcdc;
}


/*----------how-are-different end--------------*/

/*----------our-marketing-process start--------------*/
.our-marketing-process{
  background-color:#ffffff;
}
.our-marketing-process h3.title{
  margin-bottom: 45px;
      max-width: 90%;
}
.our-marketing-process .box{
     background: #f4f5f7;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.our-marketing-process .box h4{
    background: linear-gradient( 
180deg
 , rgba(132,194,215,1) 0%, rgba(26,148,189,1) 51%, rgba(15,133,172,1) 100%);
    height:100px;
    color: #fff;
    font-family: 'Conv_HumanSans-Bold';
    text-align: center;
    display: block;
    width: 150px;
        padding-top:26px;
    margin: 0 30px 0 0;
     border-radius: 8px;
     position: relative;
        box-shadow: 0px 0px 14px 0px #989898;
}
.our-marketing-process .box h4:after{
     position: absolute;
    content: '';
    right: -4px;
    top: 45px;
    height: 10px;
    width: 10px;
    background: #2197bf;
    display: block;
    transform: rotate(
45deg
);
}

.our-marketing-process .box h4 span{
  display: block;
}
.our-marketing-process .box p{
 color: #000;
    margin: 0;
    padding-right: 150px;
    font-size: 20px;
    width: calc(100% - 100px);
}

/*----------our-marketing-process end--------------*/


/*----------why-star-medtech start--------------*/
.why-star-medtech{
  background-color:#0781a9;
  padding-bottom: 0px;
}
.why-star-medtech h3.title{
    margin-bottom: 80px;
      color:#fff;
}
.why-star-medtech .accordion{
    display: inline-block;
    width: 100%;
}
.why-star-medtech .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom:100px;
    position: relative;
    max-width: 90%;
    float: right;
    height: 160px;
    width: 100%;
}
.why-star-medtech .accordion-item h2 button {
    background: #fff;
    border: none;
    box-shadow: none;
    padding-left: 140px;
    border-radius: 10px 10px 0 0 !important;
    font-family: 'Conv_HumanSans-Bold';
    font-size: 24px;
    letter-spacing: 0.5px;
    color: #000;
    overflow: hidden;
}
.why-star-medtech .accordion-item h2 button.collapsed{
border-radius: 10px !important;
}
.why-star-medtech .accordion-item h2 button span{
      margin-right: 11px;
    font-size: 36px;
    font-family: 'Conv_HumanSans-Regular';
}

.why-star-medtech .accordion-item  .accordion-collapse.collapse.show{
     background: #fff;
    min-height: 140px;
    border-radius: 0px 0px 10px 10px;
}
.why-star-medtech .accordion-item  .accordion-collapse.collapsing{
    background: #fff;
    min-height: 140px;
       border-radius: 0px 0px 10px 10px;
}

.why-star-medtech .accordion-item img {
 position: absolute;
    top: -30px;
    left: -96px;
    z-index: 9;
    width: 210px;
    border-radius: 8px;
    box-shadow: -10px 8px 12px -4px #05546e; 
}
.why-star-medtech .accordion-item:nth-child(2){
  float:left;
}
.why-star-medtech .accordion-item:nth-child(2) img{
    right: -96px;
    left: auto;
}
.why-star-medtech .accordion-item .accordion-body{
      padding-left: 142px;
    font-size: 18px;
    padding-right: 70px;
}

.why-star-medtech .accordion-item:nth-child(2) h2 button{
    padding-left: 0px;
    padding-right: 145px;
    display: block;
    text-align: right;
}
.why-star-medtech .accordion-item:nth-child(2) .accordion-body{
    padding-right: 155px;
    padding-left: 0px;
    text-align: right;
}
.why-star-medtech .accordion-item:nth-child(2) h2 button span{
  position: relative;
  top: 4px;
  padding-right: 0;
  padding-left:10px;
}
.why-star-medtech .accordion-button::after{
  background-image: url(../images/plus-icon.png);
    border: 1px solid #ff0101;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 30px;
    background-size: 12px;
    background-position: center;
}
.why-star-medtech .accordion-button:not(.collapsed)::after{
  background-image: url(../images/minus-icon.png);
  transform: none;
}
.why-star-medtech .accordion-item:nth-child(2) .accordion-button::after{
  float: left;
    margin: 9px 0 0 20px;
}

/*----------why-star-medtech start--------------*/

/*----------why-star-medtech bottom form start--------------*/
.schedule-assessment.bottom-form{
  background-image: url(../images/bottom-form-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.schedule-assessment.bottom-form .form-container{
  background-color:transparent;
}
.schedule-assessment.bottom-form .form-container .inner{
  background-color: transparent;
      box-shadow: none;
}

.schedule-assessment.bottom-form h3.title{
color:#fff;
}
/*----------why-star-medtech bottom form end--------------*/

/*----------testimonials start--------------*/
.testimonials{
  background-color:#f4f5f7;
}
.testimonials h3.title{
  margin-bottom: 45px;
}
.testimonials .box .img{
  max-width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:15px;
}
.testimonials .box .img img{
      width: 80px;
    margin-right: 35px;
    border-radius: 5px;
}
.testimonials .box .img h4{
      font-size: 26px;
    font-family: 'Conv_HumanSans-Medium';
}
.testimonials .box .img h4 span{
  display: block;
    font-size: 20px;
    font-family: 'Conv_HumanSans-Light';
}
.testimonials .box .details{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 98%;
    margin: 0 auto;
}
.testimonials .box .details p{
      padding: 0 50px;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 0;
}
.testimonials .box .details i{
      font-size: 38px;
    color: #0781a9;
}

/*----------testimonials end--------------*/


/*----------footer start-------------*/
footer{
  padding:15px 0;
  background-color:#3d4043;
}
footer .logo-footer img{
      background: #fff;
    border-radius: 5px;
    width: 290px;
}
footer .socail-icon {
    text-align: right;
    position: relative;
    top: 24px;
    display: flex;
    float: right;
}
footer .socail-icon label{
    color: #fff;
    margin-right: 15px;
    font-size: 20px;
    position: relative;
    top: 6px;
}
footer .socail-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}
footer .socail-icon ul li a {
 color: #000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    background: #fff;
    height: 35px;
    width: 35px;
    line-height: 40px;
    border-radius: 39px;
    text-align: center;
    transition: all 0.5s;
    transform: scale(1);
}
footer .socail-icon ul li a:hover {
     background-color: #0780aa;
    transition: all 0.5s;
    transform: scale(1.1);
    color: #fff;
}
/*----------footer end-------------*/

.for-b{
  background-image: url("../images/neeraj.PNG");
  position: cover;
}
@media screen and (max-width: 768px){
.footer-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    background: #fff;
    z-index: 998;
    width: 100%;
    height: 48px;
    box-shadow: 0px -5px 5px -3px #ccc;
    border-top: 1px solid #dedede;
}
.testimonials h3.title {
  margin-bottom: 25px;
}
.testimonials .box .img {
  justify-content: center;
  max-width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.testimonials .box .img img {
   width: 80px;
  margin: 0 18px 0 0;
  margin-bottom: 10px;
}
.testimonials .box .img h4 {
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-align: left;
}
.testimonials .box .details p {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0; color: white;
}
.testimonials .box .img h4 span{
      font-size: 16px;
}
.testimonials .box .details {
  display: block;
  max-width: 100%;
}
.testimonials .box .details i{
  font-size: 16px;
}
.testimonials .box .details i.fa-quote-right{
      float: right;
  position: relative;
  top: -9px;
}
.testimonials .owl-stage{
padding-left: 0 !important;
}
}
