 @font-face
    {
      font-family: 'Poppins-Semibold';
      src: url(../fonts/Poppins-SemiBold.ttf) format('truetype');
      font-weight: normal;.dp-mid-left h3
      font-style: normal;
    }

     @font-face
    {
      font-family: 'Poppins-Regular';
      src: url(../fonts/Poppins-Regular.ttf) format('truetype');
      font-weight: normal;
      font-style: normal;
    }

     @font-face
    {
      font-family: 'Poppins-Light';
      src: url(../fonts/Poppins-Light.ttf) format('truetype');
      font-weight: normal;
      font-style: normal;
    }

    @font-face
    {
      font-family: 'Poppins-Bold';
      src: url(../fonts/Poppins-Bold.ttf) format('truetype');
      font-weight: normal;
      font-style: normal;
    }

     @font-face
    {
      font-family: 'Poppins-Medium';
      src: url(../fonts/Poppins-Medium.ttf) format('truetype');
      font-weight: normal;
      font-style: normal;
    }

    @font-face
    {
      font-family: 'HelveticaNeue-67Mcn';
      src: url(../fonts/HelveticaNeue-67Mcn.ttf) format('truetype');
      font-weight: normal;
      font-style: normal;
    }

        @font-face
    {
      font-family: 'HelveticaNeue-87Hcn';
      src: url(../fonts/HelveticaNeue-87Hcn.ttf) format('truetype');
      font-weight: normal;
      font-style: normal;
    }


/*TC*/
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

section.tc-banner 
{
  padding: 0;
  background: url(../img/tc-bannerimg.jpg) no-repeat center center;
  background-size: cover;
}

.tc-mid-table
{
  width: 100%;
  float: left;
  padding: 0 0 30px;
  margin-bottom: 10px;
}

.ttable-left
{
  width: 25%;
  float: left;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 11px -4px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 11px -4px rgb(0 0 0 / 20%);
}

.ttable-right
{
  overflow: hidden;
  width: 74%;
  float: left;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 11px -4px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 11px -4px rgb(0 0 0 / 20%);
  margin-left: 1%;
}

.tt-right-inn
{
  width: 25%;
  float: left;
}

.tt-left-head
{
  width: 100%;
  float: left;
  background: #f9f9f9;
  border-radius: 20px 20px 0 0;
  padding: 10px;
}

.tt-logo {
  width: 120px;
  margin: 0 auto;
}

.tt-logo img
{
  max-width: 100%;
  vertical-align: middle;
}

.tt-left-split {
  width: 100%;
  float: left;
}

.tt-ls {
  width: 100%;
  float: left;
  padding: 10px 20px;
  min-height: 57px;
  display: flex;
  align-items: center;
}

.tt-ls p
{
  font-size: 12px;
  font-family: 'Poppins-Semibold';
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}

.white
{
  background: #fff;
}

.grey
{
  background: #f9f9f9;
}

.tc-mid {
  width: 100%;
  float: left;
  padding: 60px 0  10px;
}

.last-ls
{
  border-radius: 0 0 20px 20px;
}

.i-tick {
  color: #19cc42;
  font-weight: 600;
  font-size: 16px;
  float: right;
}

.i-cross {
  color: #fe3918;
  font-weight: 600;
  font-size: 15px;
}

.tt-right-head {
  width: 100%;
  float: left;
  background: #f9f9f9;
  text-align: center;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tt-right-head p
{
  color: #121212;
    font-size: 14px;
    font-family: Poppins-Regular;
    margin: 0;
}

.i-center
{
  float: none;
  margin: 0 auto;
  width: auto;
  display: table;
}

.tc-bnr-content {
  width: 50%;
  float: left;
}

.tcb-content {
  width: 100%;
  float: left;
  margin: 150px 0;
}

p.tt-text {
  margin-bottom: 0;
  font-size: 36px;
  font-family: 'Poppins-Regular';
  margin-left: 130px;
}

.tcb-content h1
{
  color: #49c0d4;
  font-size: 70px;
  margin-left: 130px;
  margin-bottom: 0;
  line-height: 45px;
}

p.tb-text {
  margin-bottom: 0;
  margin-left: 130px;
  font-size: 37px;
  font-family: 'POPPINS-REGULAR';
  color: #000;
}

p.bl-block {
  margin: 10px 0;
  padding: 5px 25px 5px 130px;
  background: #49c0d4;
  color: #fff;
  width: 90%;
  font-size: 26px;
}

p.t-para {
  font-size: 24px;
  margin: 10px 10px 10px 130px;
  font-family: 'Poppins-Regular';
}

.tc-mid h2
{
  font-size: 25px;
  width: auto;
  margin: 0 auto 60px;
  display: table;
  font-family: 'Poppins-Semibold';
}

a.tc-btn
{
  width: auto;
    display: table;
    margin: 30px auto;
    padding: 7px 20px;
    background: #f90202;
    color: #fff;
    font-family: 'Poppins-Semibold';
    border-radius: 8px;
    text-align: center;
    font-size: 23px;
}

.tc-center
{
  width: 100%;
  float: left;
}

.tc-center h2
{
  font-size: 25px;
  width: auto;
  margin: 10px auto 20px;
  display: table;
  font-family: 'Poppins-Semibold';
}

h2.tec-sub
{
  font-size: 25px;
  width: auto;
  margin: 10px auto 20px;
  display: table;
  font-family: 'Poppins-Semibold';
  text-align: center;
}

.tc-center p
{
  font-size: 18px;
  text-align: center;
  width: 80%;
  margin: 20px auto 35px;
}

p.tc-tm
{
  font-size: 18px;
  text-align: center;
  width: 80%;
  margin: 20px auto; 
}

.tc-mid h2::before,
.tc-center h2::before,
h2.tec-sub::before
{
  width: 35px !important;
    height: 20px !important;
    background: #a3c2e0 !important;
    float: left !important;
    content: '' !important;
    margin-right: 10px !important;
    margin-top: 5px !important;
}

.tc-mid h2::after,
.tc-center h2::after,
h2.tec-sub::after
{
  width: 35px;
  height: 20px;
  background: #a3c2e0;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  float: right;
}

.right-ls
{

}



@media (max-width: 1200px)
{

}

@media (max-width: 992px)
{
  .ttable-left
  {
    width: 39%;
  }

  .ttable-right
  {
    width: 60%;
  }

  p.bl-block
  {
    width: 92%;
    padding-left: 40px;
  }

  .tc-bnr-content
  {
    width: 60%;
  }

  .tcb-content
  {
    margin: 60px 0 80px;
  }

  p.tt-text
  {
    margin-left: 40px;
  }

  .tcb-content h1
  {
    margin-left: 40px;
  }

  p.tb-text
  {
    margin-left: 40px;
  }

  p.t-para
  {
    margin-left: 40px;
  }
}

@media (max-width: 767px)
{
  .tt-logo
  {

  }

  .tcb-content
  {
    margin: 30px 0;
  }

  .tcb-content h1
  {
    font-size: 60px;
  }

  p.tt-text {
    font-size: 30px;
}

p.tb-text
{
  font-size: 23px;

}

p.bl-block
{
  width: auto;
  display: table;
  font-size: 21px;
}


.tc-bnr-content
{
  width: 100%;
}

.table-wraper {
  max-width: 90%;
}

.ttable-left {
  width: 35%;
}

.ttable-right {
  width: 64%;
}
  .tt-ls
  {
    min-height: 65px;
  }

  .tc-center p
  {
    width: 95%;
  }

  .tr-cvr
  {
    width: 600px;
  }

  .ttable-right
  {
    overflow-y: hidden;
    overflow-x: auto;
  }
}

@media (max-width: 700px)
{
  .ttable-left
  {
    width: 40%;
  }

  .ttable-right {
    width: 59%;
}

.tt-right-inn
{
  width: 20%;
}
}

@media (max-width: 640px)
{
  .tt-right-head p
  {
    font-size: 12px;
  }

  .tt-logo
  {
    width: 90px;
    margin: 6px auto;
  }
}

@media (max-width: 502px)
{
  .tt-ls p
  {
    font-size: 9px;
  }
}

@media (max-width: 400px)
{
  p.bl-block
  {
    width: 100%;
    font-size: 14px;
  }

  p.t-para
  {
    font-size: 16px;
  }

  .tcb-content h1 {
    font-size: 46px;
}

p.tb-text {
  font-size: 24px;
}

p.tt-text {
  font-size: 26px;
}

.tc-bnr-content {
  width: 90%;
  background: rgba(255, 255, 255, 0.3);
  margin: 10px auto;
  float: none;
  display: table;
}

.ttable-left {
  width: 50%;
}

.ttable-right {
  width: 49%;
}
}

section.pm-banner {
  padding: 0;
  background: url(../img/pm-banner.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.pm-banner-content {
  width: 100%;
  float: left;
  margin: 180px 0;
}

.pmb-badge {
  position: absolute;
  left: 45%;
  top: 70px;
  width: 200px;
  display: block;
}

.pmb-badge img
{
  max-width: 100%;
  vertical-align: middle;
}

.pmb-left
{
  width: 100%;
  float: left;
}

.pmb-left h2
{
  font-family: 'Poppins-Regular';
  font-size: 45px;
  color: #151515;
}

.pmb-left h1
{
  font-size: 71px;
  font-family: 'Poppins-Semibold';
  line-height: 50px;
  color: #0094ad; 
}

p.pmt1
{
  font-size: 28px;
  font-family: 'Poppins-Semibold';
  margin: 20px 0;
  color: #0c0c0c;
}

p.pmt2
{
  font-size: 22px;
  line-height: 28px;
  color: #0c0c0c;
  margin: 0;
}

.pmb-left a
{
  background: #f90202;
  border-radius: 100px;
  padding: 8px;
  font-size: 23px;
  color: #fff;
  font-family: 'Poppins-Semibold';
  width: 300px;
  display: table;
  text-align: center;
  margin-top: 30px;
}

.pmb-right
{
  width: 100%;
  float: left;
}

.pmb-image
{
  width: 100%;
  margin: 0 auto;
  display: block;
}

.pmb-image img
{
  max-width: 100%;
  vertical-align: middle;
}

section.pm-mid {
  width: 100%;
  float: left;
}

.pm-head
{
  width: 100%;
  float: left;
}

.pm-head h1
{
  font-size: 27px;
  font-family: 'Poppins-Semibold';
  text-align: center;
  margin: 5px 0 40px;
  color: #1f1e1e;
}

.pm-head p
{
  color: #43c3d7;
  text-align: center;
  font-family: 'Poppins-Regular';
  font-size: 26px;
  margin: 0;
}

.pmd-wraper
{
  width: 100%;
  float: left;
  padding: 30px 0;
}

.pm-blue
{
  background: #43c3d7;
}

.pm-mid-left
{
  width: 100%;
  float: left;
}

.pm-mid-left h3
{
  color: #fff;
  font-size: 22px;
  font-family: 'Poppins-Regular';
}

.pm-mid-left ul
{
  padding-left: 11px;
  margin-top: 20px;
  float: left;
}

.pm-mid-left ul li
{
  font-size: 18px;
    color: #fff;
    margin: 10px;
    list-style-image: url(../img/pm-white-list.png);
    font-family: Poppins-Regular;
}

.pm-align
{
  display: flex;
  align-items: center;
}

.pm-mid-right
{
  width: 100%;
  float: left;
}

.pm-mid-image
{
  width: 380px;
  margin: 0 auto;
  display: block;
}

.pm-mid-image img
{
  max-width: 100%;
  vertical-align: middle;
}

li.pmt-white {
  color: #1a1a1a !important;
  list-style-image: url(../img/pm-blue-list.png) !important;
}

.pm-mid-left p
{
  color: #43c3d7;
  font-family: 'Poppins-Regular';
  font-size: 26px;
  margin: 0;
}

.pm-mid-left h1
{
  font-size: 27px;
  font-family: 'Poppins-Semibold';
  margin: 5px 0 10px;
  color: #1f1e1e;  
}

.pmd-line
{
  background: #43c3d7;
  width: 100px;
  float: left;
  height: 5px;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 1200px)
{
  .pmb-badge
  {
    left: 43%;
    top: 70px;
  }
}

@media (max-width: 992px)
{
  .pmb-badge
  {
    left: 40%;
    top: 40px;
  }

  .pmb-left h2
  {
    font-size: 40px;
  }

  .pmb-left h1
  {
    font-size: 63px;
  }

  p.pmt1
  {
    font-size: 25px;
  }

  p.pmt2
  {
    font-size: 20px;
    line-height: 21px;
  }

  .pmb-image
  {
    width: 90%;
    margin: 23px auto 0;
  }

  .pmb-left a
  {
    font-size: 21px;
  }

  .pm-mid-image
  {
    width: 90%;
  }
}

@media (max-width: 767px)
{
  .pmb-badge
  {
    left: auto;
    top: 40px;
    right: 30px;
  }
}

@media (max-width: 640px)
{
  .pmb-badge
  {
    width: 150px;
  }
}

@media (max-width: 500px)
{
  .pmb-left h2 
  {
    font-size: 30px;
  }

  .pmb-left h1 {
    font-size: 48px;
}

p.pmt1 {
  font-size: 21px;
  margin: 10px 0;
}

p.pmt2 {
  font-size: 18px;
  line-height: 21px;
}

.pmb-left a {
  font-size: 18px;
  width: 200px;
}

.pmb-badge
{
  right: 18px;
  width: 125px;
}

.pmb-image
{
  width: 70%;
}
}

@media (max-width: 363px)
{
  .pmb-left h2 {
    font-size: 25px;
}

.pmb-left h1 {
  font-size: 40px;
  line-height: 28px;
}

p.pmt1 {
  font-size: 16px;
  margin: 10px 0;
}

p.pmt2 {
  font-size: 16px;
}

.pmb-left a
{
  margin-top: 10px;
}

.pmb-badge
{
  top: 4px;
  right: 8px;
}
}

section.id-banner
{
  background: url(../img/id-banner.png) no-repeat center center;
  background-size: cover;
  padding: 0;
}

.id-banner-inner {
  width: 100%;
  float: left;
}

.idb-inner-content {
  width: 100%;
  float: left;
  margin: 10px 0 84px;
}

.idb-inner-content h1
{
  font-family: 'Poppins-Semibold';
  color: #fff;
  text-align: center;
  font-size: 45px;
  margin: 0;
}

.idb-inner-content h3
{
  text-align: center;
  color: #fff;
  font-family: 'Poppins-Regular';
  margin: 15px 0;
}

.id-banner-line
{
  width: 400px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}

.idb-inner-content p
{
  margin: 10px 0 40px;
  text-align: center;
  font-family: 'Poppins-Regular';
  color: #fff;
  font-size: 20px;
}

.id-bnr-image
{
  width: 600px;
  margin: 0 auto;
}

.id-bnr-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.id-mid
{
  width: 100%;
  float: left;
  margin: 60px 0;
}

.id-mid h1
{
  color: #4ac0d4;
  font-family: 'Poppins-Semibold';
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.id-mid-line
{
  background: #cff0f5;
  height: 5px;
  width: 170px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.id-mid-content
{
  width: 100%;
  float: left;
}

.id-mid-split
{
  width: 40%;
  float: left;
  margin: 0 5%;
}

.id-split-image
{
  width: 100%;
  float: left;
  margin: 0;
  display: block;
}

.id-split-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.id-split-text
{
  width: 100%;
  float: left;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 3px 13px 0px rgb(0 0 0 / 10%);
  box-shadow: 2px 3px 13px 0px rgb(0 0 0 / 10%);
  position: relative;
  min-height: 370px;
}

.id-split-text p
{
  font-size: 25px;
  margin: 0;
}

.id-split-text h2
{
  color: #4ac0d4;
  font-family: 'Poppins-Semibold';
  margin: 0 0 5px;
  font-size: 35px;
}

.id-split-text ul
{
  padding: 0 0 0 22px;
}

.id-split-text ul li
{
  list-style-image: url(../img/id-list.png);
  margin: 10px 0;
}

.id-split-text a
{

  color: #4ac0d4;
  font-size: 20px;
  font-family: 'Poppins-Semibold';
  float: right;
  margin-top: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;

}

.last-id-mid {
  margin: 0 auto;
  display: table;
  float: none;
}

.id-info-cvr {
  width: 100%;
  float: left;
}

.id-info-cvr h2
{

}

.id-infp-image {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.id-infp-image img
{
  max-width: 100%;
  vertical-align: middle;
}

@media (Max-width: 992px)
{
  .id-mid-split
  {
    width: 46%;
    margin: 0 2%;
  }
}

section.at-banner {
  padding: 0;
 background: url(../img/at-banner-image.jpg) no-repeat 0 0;
 /*background :url(https://mconsent.net/wp-content/uploads/2022/05/dolphin-banner.jpg) no-repeat center center;*/
  padding-bottom: 300px;
   height:656px;
  background-size: cover;
}





.at-banner-inner {
  width: 100%;
  float: left;
}

.at-inner-content {
  width: 60%;
  float: left;
  margin: 310px 0 0;
}

.at-inner-content h1
{
  font-family: 'Poppins-Semibold';
  font-size: 45px;
  color: #fff;
  margin: 0 0 10px;
}

.at-inner-content h3
{
  font-family: 'Poppins-Semibold';
  color: #fff;
  margin: 0;
}

.at-inner-content p
{
  font-size: 25px;
  color: #fff;
  margin: 15px 0;
  line-height: 30px;
}

.at-inner-content h4
{
  color: #fff;
  font-size: 22px;
  font-family: 'Poppins-Regular';
  margin: 20px 0 0;
}

.at-bnr-line {
  width: 40%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
}

h2.at-mid-head {
  margin: 30px 0 10px 54px;
  font-size: 25px;
}

.at-sml-line {
  width: 100px;
  height: 5px;
  background: #2fabc0;
  margin: 0 0 20px 54px;
}

iframe.id-bv {
  height: 350px;
  border-radius: 20px;
  border: 6px solid rgba(0, 0, 0, 0.5);
}


@media (max-width: 1200px)
{
  section.at-banner
  {
    padding-bottom: 220px;
    background-position-x: 59%;
  }

  .at-inner-content
  {
    margin: 274px 0 0;
  }

  h2.at-mid-head,
  .at-sml-line
  {
    margin-left: 46px;
  }
}

@media (max-width: 992px)
{
  .at-inner-content h1
  {
    font-size: 39px;
    margin: 0 0 8px;
  }

  .at-inner-content
  {
    margin: 165px 0 0;
  }
  
  h2.at-mid-head, .at-sml-line {
    margin-left: 19px;
}
}

@media (max-width: 767px)
{
  section.at-banner
  {
    background-position-x: 74%;
  }

  .at-inner-content {
    margin:150px 0 30px;
}

h2.at-mid-head, .at-sml-line {
  margin-left: 10px;
}

.id-mid-split
{
  width: 80%;
    margin: 0 10%;
}

h2.at-mid-head
{
  text-align: center;
}

.at-sml-line
{
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.id-split-text
{
  min-height: auto;
}

.id-split-text a
{
  position: relative;
  bottom: 0;
  right: 0;
}

.id-bnr-image
{
  width: 95%;
}

iframe.id-bv
{
  height: 300px;
  border: 4px solid rgba(0, 0, 0, 0.5);
}
}

@media (max-width: 640px)
{
  section.at-banner
  {
    padding: 10px 0;
  }

  .at-inner-content
  {
    width: 95%;
    /*margin: 0 auto;*/

    background: rgba(74, 192, 212, 0.5);
    float: none;
    padding: 10px;
  }
}

@media (max-width: 500px)
{
  iframe.id-bv
  {
    height: 250px;
  }
}


@media (max-width: 412px)
{
  iframe.id-bv
  {
    height: 200px;
  }
}

@media (max-width: 340px)
{
  iframe.id-bv
  {
    height: 185px;
  }
}

h1.tc-top-head {
  color: #118da2;
  font-size: 26px;
  font-family: 'Poppins-Semibold';
  text-align: center;
  margin: 0;
}

p.tc-top-sub {
  font-family: 'Poppins-Regular';
  text-align: center;
  font-size: 22px;
  margin: 10px 0 40px;
}

@media (max-width: 1200px)
{
  section.tc-banner
  {
    background-position-x: 90%;
  }
}

a.dt-btn
{
  background: #f90202;
  border-radius: 100px;
  padding: 7px;
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins-Semibold';
  width: 300px;
  display: table;
  text-align: center;
  margin: 20px auto 0;
}

.at-split-text
{
    min-height: 330px;
}

span.at-bnr-blue 
{
  color: #4a287e;
}


@media (max-width: 500px){
  .pmb-left a{
    font-size: 16px;
  }

  }

  @media (max-width: 500px){
      a.dt-btn{
  padding: 7px 20px;
    font-size: 16px;
    width: auto;  
      }

    }

    section.faq-wrpaer {
    padding-top: 0;
}

.faq-cvr
{
  width: 100%;
  float: left;
}

.faq-cvr h1
{
  color: #4ac0d4;
    font-family: 'Poppins-Semibold';
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.faq-inner-cvr
{
  width: 80%;
  display: table;
  margin: 0 auto;
}

@media (max-width: 1200px)
{
  .faq-inner-cvr
  {
    width: 100%;
  }
}

    h2.accordion-header {
    font-family: 'Poppins-Semibold';
    font-size: 16px;
    color: #000 !important;
}

p.faq-text {
    font-size: 16px;
    margin: 0;
    font-family: 'Poppins-Regular';
}


/*QE*/
section.qe-banner
{
padding: 0;
}

.qe-banner-content {
  width: 100%;
  float: left;
  margin: 40px 0;
}

.qe-left
{
  width: 100%;
  float: left;
}

p.qe-btop {
  font-family: 'POPPINS-REGULAR';
  font-size: 36px;
  margin: 0;
}

.qe-left h1
{
  font-family: 'Poppins-Bold';
  font-size: 50px;
  color: #07a3bd;
}

.qe-left ul
{

}

.qe-left ul li
{
  list-style-image: url(../img/qe-list.png);
  margin: 15px 0;
  font-size: 18px;
  font-family: 'Poppins-Regular';
}

.qe-badge-cvr {
  width: 100%;
  float: left;
}

.qe-badge {
  width: 20%;
  float: left;
  margin: 20px 1%;
}

.qe-badge img
{
  max-width: 100%;
  vertical-align: middle;
}

.qe-right {
  width: 100%;
  float: left;
  position: absolute;
    top: -230px; 
}

.qe-form {
  width: 100%;
  float: left;
  background: #ff5256;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
}

.qf-head {
  width: 100%;
  float: left;
}

.qf-head h1
{
  font-family: 'Poppins-Bold';
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin: 25px 0 0;
}

.qf-line {
  width: 60%;
  height: 6px;
  background: #ff5256;
  margin: 10px auto 15px;
}

.qf-inner {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 30px;
  padding-top: 20px;
}

input.qf-input {
  background: #f3f3f3;
  border: 1px solid #eee;
  margin: 10px auto;
  display: table;
  width: 90%;
  padding: 8px;
  border-radius: 8px;
}

select.qe-select
{
  background: #f3f3f3 !important;
    border: 1px solid #eee !important;
    margin: 10px auto !important;
    display: table !important;
    width: 90% !important;
    padding: 8px !important;
    border-radius: 8px !important;
}

.qf-btn {
  width: 90%;
  border: none;
  border-radius: 5px;
  padding: 10px;
  margin: 25px auto 0;
  display: table;
  background: #ff5256;
  font-size: 20px;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
  color: #fff;
}

.qf-inner p {
  text-align: center;
  width: 90%;
  margin: 20px auto;
  font-family: 'Poppins-Semibold';
  line-height: 20px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 8px;
}

@media (max-width: 992px)
{


  p.qe-btop
  {
    
    font-size: 25px;

  }

  .qe-left h1
  {
    font-size: 35px;
  }

  .qe-left ul li
  {
    font-size: 16px;
  }

  .qf-head h1
  {
    font-size: 20px;
  }

  button.qf-btn
  {
    font-size: 16px;
  }
}

section.df-banner {
  padding: 0;
  background: url(../img/df-bnr.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: visible;
}

.df-banner-content
{
  width: 100%;
  float: left;
  margin: 150px 0 200px;
}

.df-left
{
  width: 100%;
  float: left;
}

.df-left h1
{
  font-family: Poppins-Bold;
  color: #fff;
  margin: 0;
  font-size: 55px;
}

.df-left h3
{
  font-size: 35px;
  margin: 0;
  font-family: 'Poppins-Regular';
  color: #fff;
}

.df-bnr-line
{
  background: #4ac3d7;
  width: 70%;
  float: left;
  margin: 15px 0 0;
  height: 8px;
}

.df-left p
{
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  float: left;
}

.df-mid-head {
  width: 100%;
  float: left;
}

.df-mid-head h1
{
  text-align: center;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  color: #62b6c5;
  margin: 0;
}

.df-mid-head p
{
  font-size: 18px;
  font-family: 'Poppins-Regular';
  text-align: center;
  margin: 20px 0;
}

.df-mid-line
{
  height: 7px;
  width: 100px;
  background: #ed2024;
  border-radius: 8px;
  display: table;
  margin: 10px auto;
}

.df-mid-inner
{
  width: 100%;
  float: left;
}

.df-mid-split {
  width: 80%;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  border: 3px solid #4ac3d7;
  margin: 10px auto;
  padding: 20px;
}

.df-mid-split h2
{
  font-size: 28px;
  color: #62b6c5;
  font-family: 'Poppins-Bold';
  margin: 30px 0 0;
}

.df-mid-split p
{
  font-size: 25px;
  font-family: Poppins-Medium;
  margin: 0;
  text-align: center;
}

.df-mid-split a
{
  background: #ed2024;
  border-radius: 100px;
  width: 90%;
  display: table;
  margin: 20px auto 20px;
  padding: 8px;
  font-family: 'Poppins-Bold';
  color: #fff;
}

p.df-mid-second {
  font-family: 'Poppins-Medium';
  font-size: 22px;
  color: #62b6c5;
  margin: 40px 0 10px;
  text-align: center;
}

.df-badge {
  position: absolute;
  right: 90px;
  bottom: -73px;
  width: 155px;
  display: table;
  margin: 0 auto;
}

.df-badge img
{
  max-width: 100%;
  vertical-align: middle;
}

@media (max-width: 1200px)
{
  .df-banner-content
  {
    margin: 130px 0;
  }

  .df-mid-split
  {
    width: 85%;
  }
}

@media (max-width: 992px)
{
  .df-banner-content
  {
    margin: 70px 0;
  }

  .df-left h1
  {
    font-size: 40px;
  }

  .df-left h3
  {
    font-size: 29px;
  }

  .df-left p
  {
    font-size: 16px;
  }

  .df-mid-split {
    width: 100%;
}

.df-badge
{
  right: 20px;
  bottom: -54px;
  width: 105px;
}
}

@media (max-width: 767px)
{

  .qe-right{
    position: initial;
    
  }

  .df-banner-content {
    margin: 70px auto;
    background: rgba(24, 135, 185, 0.5);
    width: 90%;
    float: none;
    border-radius: 8px;
}

.df-left p br
{
  display: none;
}

.df-badge
{
  bottom: -60px;
  width: 95px;
}

section.df-banner
{
  padding: 0 0 23px;
}

.df-mid-head h1
{
  margin-top: 40px;
}
}


.mobilelogo{
  display: none;
}
.desktoplogo{
  display: block;
   float: left
}

@media (max-width: 540px)
{
.mobilelogo{
  display: block;
   float: left
}
.desktoplogo{
  display: none;
}
}

  
  /*Revenue Cycle LP*/
section.rc-banner
{
  padding: 0;
    background: url(../img/prc-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.rc-banner-content 
{
  width: 100%;
  float: left;
  margin: 140px 0 180px;
}

.rcb-left
{
  width: 100%;
  float: left;
  margin-left: 25px;
  margin-bottom: 65px;
}

p.rc-btop
{
  font-family: 'Poppins-Regular';
  color: #fff;
  margin: 0;
  font-size: 28px;
}

p.rc-btops
{
  font-family: 'Poppins-Regular';
  color: #032047;
   font-size: 24px;
   margin-top: 35px;
}

span.rc-bbold
{
  font-family: 'Poppins-Regular';
  font-weight: 600;
  font-size: 38px;
}

p.rc-bbottom
{
  font-family: 'Poppins-Regular';
  color: #fff;
  font-size: 17px;
  margin: 10px 0 0;
}

.rcb-left h1
{
  font-family: Poppins-Semibold;
  color: #95c6df;
  font-size: 74px;
  line-height: 40px;
  margin: 10px 0;
}


.rcb-left h2{
  color: #fff; 
  font-size: 41px;
   line-height: 16px;
   font-family: Poppins-Bold;
    margin: 10px 0;
}

.rc-curve-cvr 
{
  width: 100%;
  float: left;
}

.rc-curve-cvr img
{
  max-width: 100%;
  vertical-align: middle;
}

.rc-head
{
  width: 100%;
  float: left;
}

.rc-head p
{
  font-size: 18px;
  width: 80%;
  margin: 40px auto;
  font-family: 'Poppins-Regular';
  text-align: center;
}

.rc-head h1
{
  font-size: 24px;
  font-family: 'Poppins-Bold';
  text-align: center;
  color: #000;
  margin: 0;
}

.rch-line {
  width: 20%;
  display: table;
  margin: 15px auto 10px;
  background: #d4d4d4;
  height: 6px;
}

.rc-mid-left 
{
  width: 100%;
  float: left;
}

.rc-mid-left ul
{
  padding-left: 11px;
  margin-top: 20px;
  float: left;
}

.rc-mid-left ul li
{
  font-size: 18px;
  color: #000;
  margin: 10px;
  list-style-image: url(../img/id-list.png);
  font-family: Poppins-Regular;
}

ul.inter-list {
  margin-top: 0;
  padding-left: 15px;
}

ul.inter-list li
{
  list-style-image: url(../img/inner-list.png);
}

.rc-mid-image {
  width: 90%;
  display: block;
  float: right;
}

.rc-mid-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.rc-image2
{
  width: 60%;
  display: block;
  float: none;
  margin: 0 auto;
}

.rc-image4 
{
  width: 81%;
  float: none;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1200px)
{
  .rc-banner-content
  {
    margin: 130px 0 170px;
  }
}

@media (max-width: 992px)
{
  .rc-mid-image
  {
    width: 100%;
  }

  .rc-image2
  {
    width: 80%;
  }

  .rc-banner-content
  {
    margin: 100px 0;
  }

  .rc-head p
  {
    width: 90%;
  }
}

@media (max-width: 767px)
{
  .rc-mid-image
  {
    width: 90%;
    float: none;
    margin: 0 auto;
  }

  .rc-wraper
  {
    padding: 0;
  }

  .rc-head p
  {
    width: 100%;
  }

  .rc-banner-content
  {
    margin: 40px 0;
  }

  p.rc-btop
  {
    font-size: 21px;
  }

  .rcb-left h1
  {
    font-size: 30px;
  }

  .rcb-left h1 br
  {
    display: none;
  }

  p.rc-bbottom
  {
    font-size: 14px;
  }

  span.rc-bbold
  {
    font-size: 30px;
  }
}

@media (max-width: 640px)
{
  .rc-mid-left ul li
  {
    font-size: 16px;
  }

  .rcb-left h1 
  {
    font-size: 29px;
  }
}


@media (max-width: 640px)
{
    .rcb-left
    {
        margin: 0;
        background: rgba(255, 255, 255, 0.5);
        padding: 5px;
        border-radius: 5px;
    }

    p.rc-btop {
        font-size: 21px;
    }

    .rcb-left h1 {
        font-size: 48px;
        color: #032047 !important;
    }

    p.rc-btops {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 19px;
    }

    .rcb-left h2 {
        font-size: 28px;
        color: #032047;
        margin-top: 0;
    }
}


/*Athena Appointment Reminder*/
section.aar-banner
{
  padding: 0;
  background: url(../img/aar-banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  background-position-y: 100%;
}

.aar-banner-content
{
  width: 100%;
  float: left;
  margin: 140px 0 180px;
}

.aar-left
{
  width: 100%;
  float: left;
}

.aar-left h5
{
  color: #fbfbfb;
  font-family: HelveticaNeue-67Mcn;
  font-size: 30px;
  margin: 0;
}

.aar-left h1
{
  color: #fbfbfb;
  font-family: HelveticaNeue-87Hcn;
  margin: 10px 0 0;
  font-size: 46px;
}

span.rs-text 
{
  font-size: 52px;
}

.rs-line
{
  background: #abe2eb;
  width: 48%;
  height: 7px;
  float: left;
  margin: 10px 0;
}

.aar-left p
{
  float: left;
    font-family: 'HelveticaNeue-67Mcn';
    color: #fbfbfb;
    font-size: 20px;
    margin: 0;
}

.aar-top-mid
{
  width: 85%;
  display: table;
  margin: 0 auto;
}

.aar-top-mid h1
{
  text-align: center;
  color: #31adc2;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  margin-bottom: 10px;
}

.aar-top-mid h2
{
  text-align: center;
    font-size: 28px;
    font-family: 'Poppins-Semibold';
    margin-bottom: 20px;
}

.aar-top-mid p
{
  margin: 10px 0;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  float: left;
}

@media (max-width: 1200px)
{
  .aar-top-mid
  {
    width: 85%;
  }

  .aar-banner-content
  {
    margin: 130px 0;
  }

  .aar-left h5
  {
    font-size: 29px;
  }

  .aar-left h1
  {
    font-size: 45px;
  }

  span.rs-text 
  {
    font-size: 50px;
  }

  .aar-left p
  {
    font-size: 18px;
  }
}

@media (max-width: 992px)
{
  .aar-banner-content
  {
    margin: 102px 0;
  }

  .aar-left h5
  {
    font-size: 21px;
  }

  .aar-left h1
  {
    font-size: 33px;
  }

  span.rs-text {
    font-size: 39px;
}

.aar-top-mid
{
  width: 100%;
}
}

@media (max-width: 767px)
{
  .aar-banner-content
  {
    margin: 60px 0;
  }

  .aar-left {
    background: rgba(71, 192, 211, 0.7);
    padding: 10px;
    border-radius: 5px;
}
}

@media (max-width: 640px)
{
  section.aar-banner
  {
    background-position-x: 73%;
  }
}

@media (max-width: 378px)
{
  .aar-left h1
  {
    font-size: 27px;
  }

  span.rs-text {
    font-size: 34px;
}
}



  .info-fraphics
  {
    width: 85%;
    margin: 30px auto;
  }

  .info-fraphics img
  {
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    display: table;
  }


  /*Athena Intake Forms*/

section.aif-banner
{
  padding: 0;
    background: url(../img/aif-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    background-position-y: 50%;
} 
.aif-banner-content
{
  width: 100%;
  float: left;
  margin: 175px 0 200px;
}

.aif-left
{
  width: 100%;
  float: left;
}

p.aif-btop
{
  font-family: 'Poppins-Regular';
  color: #000;
  margin: 0;
  font-size: 33.5px;
}

.aif-left h1
{
  font-family: Poppins-Bold;
  color: #fff;
  font-size: 49px;
  line-height: 40px;
  margin: 10px 0 35px;
  text-shadow: 3px 2px 7px rgb(0 0 0 / 30%);
}

p.aif-bbottom
{
  font-family: 'Poppins-SemiBold';
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0;
 /* background: #582c83;*/
  padding: 10px 10px 10px 0;
  position: relative;
  width: auto;
  display: table;
}

/*p.aif-bbottom::before
{
  position: absolute;
  content: '';
  background: #582c83;
  height: 100%;
  left: -126px;
  top: 0;
  width: 126px;
}
*/
.rc-mid-left h2
{
  font-size: 30px;
    font-family: 'Poppins-Bold';
    color: #159db8;
    margin: 0;
}

ul.aif-ul
{
  padding-left: 11px;
  margin: 10px 0;
  float: left;
}

.rc-mid-left ul li
{
  width: 100%;
  float: left;
}

ul.aif-sub-list {
  width: 100%;
  float: left;
  margin: 0 0 0 4px;
}

ul.aif-sub-list li
{
  list-style-image: url(https://mconsent.net/wp-content/uploads/2022/02/sub-list.png);
}

.aif-mid-image
{
  width: 90%;
  display: block;
  margin: 0 auto;
}

.aif-mid-image img
{
  max-width: 100%;
  vertical-align: auto;
}

span.head-sub {
  color: #0a0b0b;
  font-family: Poppins-SemiBold;
  font-size: 24px;
}

.grey-wraper
{
  background: #f4f4f4;
}

.aif-last
{
  position: absolute;
  right: 0;
 /* top: 75px;*/
  width: 570px;
}

.info-fraphics img
{
  max-width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  display: table;
}

@media (max-width: 1200px)
{
  .aif-last
  {
    /*top: 100px;*/
    width: 505px;
  }

  p.aif-btop
  {
    font-size: 29px;
  }

  .aif-left h1
  {
    font-size: 42px;
  }

  .aif-banner-content
  {
    margin: 140px 0;
  }
}

@media (max-width: 992px)
{
  .aif-last
  {
   /* top: 175px;*/
    width: 445px;
  }

  .aif-banner-content
  {
    margin: 100px 0 100px;
  }

  p.aif-bbottom br
  {
    display: none;
  }

  section.aif-banner
  {
    background-position-x: 90%;
  }

  p.aif-btop
  {
    font-size: 21px;
  }

  .aif-left h1
  {
    font-size: 31px;
    margin: 10px 0 19px;
  }

  p.aif-bbottom::before
  {
    left: -150px;
    width: 150px;
  }
}

@media (max-width: 767px)
{
  .aif-mid-image
  {
    margin: 15px auto;
  }

  .aif-mid-image img
  {
    width: 100%;
  }

  .aif-banner-content
  {
    margin: 60px 0;
  }

  p.aif-bbottom
  {
    padding: 10px;
    text-align: center;
    margin: 0;
  }

  p.aif-bbottom::before
  {
    display: none;
  }

  p.aif-btop
  {
    font-size: 20px;
    text-align: center;
    background: rgba(8, 119, 177, 0.5);
    padding: 10px;
    border-radius: 10px 10px 0 0;
    color: #fff;
  }

  .aif-left h1
  {
    font-size: 36px;
    text-align: center;
    background: rgba(8, 119, 177, 0.5);
    padding: 0 10px 10px 10px;
    margin: 0;
    line-height: normal;
  }

  .aif-header
  {
    display: block;
    padding-bottom: 0;
  }
  
  .call-button
  {
    margin-right: 0;
  }
}


i.close{
	margin-left: 10px;
    color: #fff;
    background: #e71d2d;
    width: 30px;
    height: 30px;
    padding: 7px;
    font-size: 16px;
    opacity: 1;
	display:none;
}

@media (max-width: 772px)
{
.scheduledembut{
width: 100%;
  text-align: center;
}
  }


  section.yapi-banner
{
  padding: 0;
  background: url(../img/yapi-banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.yapi-banner-content 
{
  width: 100%;
  float: left;
  margin: 110px 0;
}

.yapi-left
{
  width: 100%;
  float: left;
}

.yapi-left h1
{
  font-family: Poppins-Bold;
  color: #4ac3d6;
  font-size: 59px;
  margin: 0;
  display: flex;
  align-items: center;
}

span.vs
{
  background: #ff6e71;
  color: #fff;
  font-family: Poppins-SemiBold;
  padding: 3px 13px;
  font-size: 21px;
  border-radius: 6px;
  margin: 0 20px;
}

span.narrow-text
{
  font-family: 'Poppins-Regular';
  color: #505050;
  font-size: 52px;
}

.yapi-left p
{
  font-size: 22px;
  margin: 20px 0 0;
  font-family: 'Poppins-Regular'; 
  font-weight: 700;
}

.yapi-left ul
{
  margin: 10px 0 0;
  padding: 0;
  width: 100%;
    float: left;
}

.yapi-left ul li
{
  
  /*width: 130px;*/
  list-style: none;
  float: left;
  color: #000;
  font-family: 'Poppins-Semibold';
  text-align: center;
  margin-right: 15px;
  padding: 3px;
  border-radius: 6px;
}

.yapi-left a
{
  background: #ff5256;
  font-size: 22px;
  font-family: 'Poppins-Semibold';
  color: #fff;
  border-radius: 100px;
  padding: 7px;
  width: 275px;
  float: left;
  text-align: center;
  margin: 20px 0 0;
}

@media (max-width: 992px)
{
  /*.yapi-left ul li
  {
    width: 115px;
  }*/
}

@media (max-width: 767px)
{
  .yapi-banner-content
  {
    margin: 50px 0;
    background: rgba(255, 255, 255, 0.4);
    padding: 40px;
  }
}

@media (max-width: 640px)
{
  .yapi-left h1
  {
    font-size: 44px;
  }

  span.vs
  {
    font-size: 16px;
  }

  span.narrow-text
  {
    font-size: 40px;
  }

  .yapi-left a
  {
    font-size: 20px;
  }
}

@media (max-width: 437px)
{
  section.yapi-banner
  {
    background-position-x: 56%;
  }
  
  .yapi-banner-content
  {
    margin: 65px 0;
  }

  .yapi-left h1
  {
    font-size: 35px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  span.vs
  {
    font-size: 16px;
    float: left;
    width: auto;
    margin: 0 auto;
    float: none;
    display: table;
  }

  span.narrow-text
  {
    font-size: 34px;
    width: 100%;
    float: left;
  }

  .yapi-left p
  {
    font-size: 18px;
    margin: 18px 0 0;
    text-align: center;
    float: left;
    width: 100%;
  }

  .yapi-left ul
  {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .yapi-left a
  {
    width: 249px;
    font-size: 18px;
    margin: 20px auto 0;
    float: none;
    display: table;
  }

  .yapi-left ul li
  {
   /* width: 249px;*/
    margin: 0 auto 10px auto;
    /*float: none;*/
  }
}



/*Staff shotage athena*/
section.sa-banner
{
  padding: 0;
  background: url(../img/sa-banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.sa-banner-content
{
  width: 100%;
  float: left;
  margin: 45px 0 0;
}

.sa-left {
  width: 100%;
  float: left;
}

.sa-left h4
{
  font-family: Poppins-Light;
  font-size: 28px;
  margin: 0;
  color: #000;
}

.sa-left h1
{
  font-family: Poppins-Bold;
  text-transform: uppercase;
  color: #0091a6;
  font-size: 65px;
  margin: 0;
}

.sa-left p
{
  font-size: 24px;
  font-family: 'Poppins-Bold';
  margin: 20px 0 0;
  text-transform: uppercase;
}

span.sa-bold
{
  font-family: Poppins-Bold;
}

.sa-left a
{
  background: #ff5256;
  font-size: 22px;
  font-family: 'Poppins-Semibold';
  color: #fff;
  border-radius: 100px;
  padding: 7px;
  width: 275px;
  float: left;
  text-align: center;
  margin: 20px 0 0;
}

.sa-right
{
  width: 100%;
  float: left;
}

.sab-image
{
  width: 95%;
  margin: 0 auto;
  display: block;
}

.sab-image img
{
  max-width: 100%;
  vertical-align: middle;
}

section.sa-mid 
{
  padding: 40px 0;
}

.sa-top-mid
{
  width: 100%;
  float: left;
}

.sa-top-mid p
{
  font-size: 18px;
  font-family: 'Poppins-Medium';
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

h2.bl-head
{
  text-align: center;
  display: table;
  width: auto;
  margin: 0 auto;
  font-size: 30px;
  padding: 15px;
  background: #49c0d4;
  color: #fff;
  font-family: 'Poppins-Medium';
  border-radius: 10px;
}

.sa-margin-top
{
  margin-top: 20px;
}

.sa-mid1-image 
{
  position: absolute;
  left: 0;
  top: 178px;
  width: 590px;
}

.sa-mid1-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.sa-ceo-about
{
  width: 100%;
  float: left;
}

.sa-ceo-about h4
{
  width: auto;
  font-size: 24px;
  text-transform: capitalize;
  font-family: 'Poppins-Medium';
}

.ceo-pic 
{
  width: 237px;
  float: left;
}

.ceo-pic img
{
  max-width: 100%;
  vertical-align: middle;
}

.abt-content {
  width: 73%;
  float: left;
  padding-left: 29px;
}

.abt-content p
{
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.sa-top-mid h3 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
  width: 100%;
  float: left;
}

.sa-last-mid
{
  width: 100%;
  float: left;
}

.sa-last-mid p
{
  font-size: 18px;
  font-family: 'Poppins-Medium';
  width: 80%;
  text-align: center;
  margin: 0 auto 25px;
}

.sa-last-image {
  width: 500px;
  margin: 10px auto;
  display: block;
}

.sa-last-image img
{
  max-width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  display: table;
}

.sa-last-mid a
{
  background: #ff5256;
  font-size: 22px;
  font-family: 'Poppins-Semibold';
  color: #fff;
  border-radius: 100px;
  padding: 7px;
  width: 275px;
  text-align: center;
  margin: 30px auto;
  display: table;
}

.w-about
{
  width: 100%;
  float: left;
}

.w-about h2
{
  font-size: 25px;
  width: auto;
  margin: 10px auto 20px;
  display: table;
  font-family: 'Poppins-Semibold';
  text-align: center;
}

.w-about p
{
  font-size: 16px;
  font-family: 'Poppins-Regular';
  width: 80%;
  text-align: center;
  margin: 0 auto 25px;
}

.rc-mid-left p {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.sa1
{
  width: 100%;
  display: block;
  margin: 0 auto;
}

.sa1 img
{
  max-width: 100%;
  vertical-align: middle;
}

section.ceo-bg
{
  background: #f3f9fe url(../img/sa-left-dot.png) no-repeat bottom left;
  position: relative;
}

@media (Max-width: 1200px)
{
  .sa-banner-content
  {
    margin: 40px 0 0;
  }
  
  .sa-top-mid p
  {
    width: 90%;
  }

  .sa-mid1-image
  {
    top: 129px;
    width: 560px;
  }
}

@media (max-width: 1127px)
{
  .sa-mid1-image
  {
    top: 147px;
    width: 520px;
  }
}

@media (max-width: 1035px)
{
  .sa-mid1-image
  {
    top: 158px;
    width: 475px;
  }
}

@media (max-width: 992px)
{

  .sa-left h1
  {
    font-size: 51px;
  }

  .sa-left p
  {
    font-size: 17px;
  }

  .sa-top-mid p
  {
    width: 100%;
  }

  .sa-mid1-image 
  {
    top: 180px;
    width: 404px;
  }

  .ceo-pic
  {
    width: 195px;
    margin-top: 7px;
  }

  .abt-content
  {
    width: 71%;
  }

  .sa-last-mid p
  {
    width: 100%;
  }
}

@media (max-width: 806px)
{
  .sa-mid1-image
  {
    top: 179px;
    width: 388px;
  }
}

@media (max-width: 767px)
{
  .sab-image
  {
    display: none;
  }

  .sa-banner-content
  {
    padding-bottom: 30px;
    text-align: center;
  }

  .ceo-pic
  {
    width: 100%;
    margin: 10px auto;
    display: table;
    float: none;
  }

  .ceo-pic img
  {
    width: 100%;
  }

  .sa-ceo-about h4
  {
    text-align: center;
  }

  .abt-content 
  {
    width: 100%;
    padding: 10px 0 0;
  }

  .sa-last-image
  {
    width: 100%;
  }

  section.ceo-bg
  {
    background: #f3f9fe;
  }

  section.sa-banner
  {
    background: url(../img/sa-mob-banner.jpg) no-repeat center center;
  }

  .sa-left a
  {
    margin: 20px auto 0;
    display: flex;
    float: none;
  }
}

@media (max-width: 640px)
{
  section.sa-banner
  {
    background-position-x: 70%;
  }

  .sa-left h1 
  {
    font-size: 43px;
  }

  .sa-left p 
  {
    font-size: 16px;
    margin: 17px 0 0;
  }

}

@media (max-width: 338px)
{

  .sa-left h1 
  {
    font-size: 40px;
  }

  .sa-left a
  {
    font-size: 18px;
    width: 250px;
  }
}


/*Dental Nachos*/
section.dn-banner
{
  background: url(../img/dn-banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 0 90px 0;
}

.dn-banner-content {
  width: 100%;
  float: left;
  margin: 120px 0 0;
  position: relative;
}

.dn-banner-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.dnb-left {
  width: 100%;
  float: left;
}

.dnb-left p
{
  font-size: 24px;
  font-family: 'Poppins-Regular';
  margin: 0;
  color: #02496f;
}

.dnb-left h4
{
  font-family: Poppins-Bold;
  color: #02496f;
  font-size: 26px;
  margin-bottom: 25px;
}

.dn-inner-banner
{
  width: auto;
  float: left;
}

.dn-inner-banner h3
{
  color: #fff;
  background: #49c0d4;
  display: table;
  padding: 10px;
  border-radius: 12px;
  text-align: center;
  font-size: 20px;
  margin: 0;
}

p.off-text
{
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

span.bold-off {
  font-family: 'Poppins-Semibold';
}

.dn-inner-banner a
{
  background: #ff5256;
  display: table;
  margin: 30px auto 0;
  font-size: 20px;
  font-family: 'Poppins-Bold';
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 100px;
}

section.dn-mid {
  padding: 30px 0;
}

.dn-mid-left
{
  width: 100%;
  float: left;
}

.dn-logo-cvr {
  width: 100%;
  float: left;
}

.dn-logo-cvr {
  width: 100%;
  float: left;
}

.dn-logo-cvr p
{
  font-size: 25px;
  text-align: center;
  margin: 0 0 20px;
}

.dn-logo {
  width: auto;
  margin: 0 auto;
  display: table;
}

.dn-logo img
{
  max-width: 100%;
  vertical-align: middle;
}

.dn-mid-right {
  width: 100%;
  float: left;
}

.dnm-image {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.dnm-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.dn-mid-line {
  width: 300px;
  height: 2px;
  width: 40%;
  background: #49c0d4;
  margin: 20px auto;
  display: table;
}

.offer-cvr
{
  width: 100%;
}

.offer-cvr h2
{
  font-family: 'Poppins-Regular';
  font-size: 26px;
  text-align: center;
  margin: 30px 0;
}

.offer-split-cvr {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.offer-split {
  width: 21%;
  float: left;
  margin: 0 2% 50px;
  text-align: center;
  border: 2px solid #49c0d4;
  border-radius: 20px;
  min-height: 148px;
  position: relative;
  -webkit-box-shadow: 0px 0px 15px -6px rgb(0 0 0 / 50%);
  box-shadow: 0px 0px 15px -6px rgb(0 0 0 / 50%);
}

.offer-split p
{
  margin: 69px 0 0;
  font-family: 'Poppins-SemiBold';
  text-align: center;
  font-size: 15px;
  width: 100%;
  float: left;
}

.offer-icon {
  position: absolute;
  width: 88px;
  top: -28px;
  left: 31%;
  right: 31%;
}

.offer-icon img
{
  max-width: 100%;
  vertical-align: middle;
}

.add-mar
{
  margin-left: 15%;
}

.dn-curve {
  width: 100%;
  float: left;
}

.dn-curve img
{
  width: 100%;
  vertical-align: top;
}

.dn-flow-cvr {
  width: 100%;
  float: left;
}

.dn-flow-cvr h2
{
  font-family: 'Poppins-Regular';
  font-size: 26px;
  text-align: center;
  margin: 0 30px 0 0;
}

.fk-split-cvr {
  width: 70%;
  margin: 50px auto 0;
  display: table;
}

.dnf-split {
  width: 100%;
  float: left;
  margin-bottom: 30px;

}

.dnf-split-content {
  background: #49c0d4;
  border-radius: 20px;
  position: relative;
  width: 100%;
  display: flex;
  padding: 30px;
  height: 150px;
  align-items: center;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.50); 
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.50);
}

.dnf-icon-cvr {
  position: absolute;
  height: 160px;
  width: 160px;
  background: #fff;
  border: 2px solid #49c0d4;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dnf-left
{
  bottom: 0;
  left: 0;
}

.dnf-right
{
  bottom: 0;
  right: 0;
}

.dnf-split-content ul li
{
  list-style-image: url(../img/dnf-list.png);
  margin: 5px 0;
  color: #fff;
  font-family: 'Poppins-Regular';
}

.dnf-ul-left
{
  margin: 0 auto;
  display: table;
}

.dnf-ul-right
{
  margin: 0;
  display: table;
}

.dnf-icon {
  width: 92px;
  display: block;
  margin: auto;
}

.dnf-icon img
{
  max-width: 100%;
  vertical-align: middle;
}

.dn-bottom {
  width: 100%;
  float: left;
}

.dn-bottom h2
{
  font-family: 'Poppins-Regular';
  font-size: 26px;
  text-align: center;
  margin: 30px 0;
}

.dn-mid-left
{
  width: 100%;
  float: left;
}

.dn-left-image {
  width: 80%;
  margin: 0 auto;
  display: table;
}

.dn-left-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.dn-mb
{
  width: 100%;
  float: left;
}

.dn-mb h5
{
  font-family: 'Poppins-Semibold';
  font-size: 20px;
  margin: 0;
}

.dn-mb p
{
  margin: 5px 0 0;
  font-family: 'Poppins-Regular';
  font-size: 15px;
}

.dn-mb ul
{
  margin: 20px 0 0;
  padding-left: 20px;
}

.dn-mb ul li
{
  list-style-image: url(../img/dnf-tick.png);
  margin: 10px 0;
  font-family: Poppins-Regular;
}

.dn-mb a
{
  background: #ff5256;
  padding: 10px;
  font-size: 22px;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  color: #fff;
  border-radius: 100px;
  width: 260px;
  display: table;
  text-align: center;
  margin: 20px 0 0;
}

.dn-botttom-curve {
    width: 100%;
    float: left;
}

.dn-botttom-curve img
{
  width: 100%;
  vertical-align: top;
}

.dn-last
{
  width: 100%;
  float: left;
}

.dn-last h2
{
  font-family: 'Poppins-Regular';
  font-size: 26px;
  text-align: center;
  margin: 0 0 30px;
}

.dn-last-image
{
  width: 421px;
  display: block;
  margin: 20px auto;
}

.dn-last-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.dn-last a
{
  background: #ff5256;
  padding: 10px;
  font-size: 22px;
  font-family: 'Poppins-SemiBold';
  text-transform: uppercase;
  color: #fff;
  border-radius: 100px;
  width: 260px;
  display: table;
  text-align: center;
  margin: 20px auto 0;
}

h2.dnl-head
{
  font-family: 'Poppins-Regular';
  font-size: 26px;
  text-align: center;
  margin: 30px auto;
}

.dnf-bottom-curve {
  width: 100%;
  float: left;
}

.dnf-bottom-curve img
{
  width: 100%;
  vertical-align: top;
}

.banner-curve
{
  width: 100%;
  float: left;
}

.banner-curve img
{
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 1200px)
{
  section.dn-banner
  {
    background-position-x: 100%;
    padding: 0 0 44px 0;
  }

  .offer-icon
  {
    left: 27%;
  }

  .fk-split-cvr
  {
    width: 80%;
  }

  .dnm-image
  {
    width: 100%;
  }

  .dn-left-image
  {
    width: 100%;
  }
}

@media (max-width: 992px)
{
  .fk-split-cvr
  {
    width: 100%;
  }

  .offer-icon
  {
    left: 21%;
  }
  .dn-inner-banner a
  {
    margin: 10px auto 0;
  }

  section.dn-banner
  {
    padding: 0;
  }

  .dn-banner-content
  {
    margin: 32px 0 0;
  }
}

@media (max-width: 767px)
{
  .dnb-left
  {
    background: rgba(255, 255, 255, 0.93);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
  }

  .dn-inner-banner
  {
    width: 100%;
  }

  .dn-inner-banner h3
  {
    margin: 0 auto;
    float: none;
  }

  .offer-split
  {
    width: 48%;
    margin: 0 1% 50px !important;
  }

  .offer-icon
  {
    left: 28%;
  }

  .mlast-split
  {
    margin: 0 auto !important;
    float: none;
    display: table;
  }

  .dnf-split-content
  {
    height: auto;
    display: block;
  }

  .dnf-icon-cvr
  {
    position: relative;
    margin: 0 auto 20px;
  }

  .dn-flow-cvr h2
  {
    margin-top: 20px;
  }

  section.dn-banner {
    background-position-x: 60%;
}

.dn-logo
{
  margin-bottom: 20px;
}

.dn-last-image
{
  width: 100%;
}

.dn-last-image img {
  width: 100%;
}
}

@media (max-width: 415px)
{
  .offer-icon
  {
    width: 77px;
    left: 25%;
  }
  .offer-split p
  {
    margin-top: 59px;
  }

  section.dn-banner {
    background-position-x: 58%;
}
}
/*09/06/22*/

@font-face
{
  font-family: 'HelveticaNeue-Thin';
  src: url(../fonts/HelveticaNeue-Thin.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Helvetica-Regular';
  src: url(../fonts/Helvetica.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'HelveticaNeue-Condensed-Black';
  src: url(../fonts/HelveticaNeue-Condensed-Black.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Extralight';
  src: url(../fonts/Poppins-ExtraLight.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Semibold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Rajdhani-Bold';
  src: url(../fonts/Rajdhani-Bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'HelveticaNeue-Condensed-Bold';
  src: url(../fonts/HelveticaNeue\ CondensedBold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Myriad-Regular';
  src: url(../fonts/Myriad\ Pro\ Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'HelveticaNeue-67Mcn';
  src: url(../fonts/HelveticaNeue-67Mcn.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

    @font-face
{
  font-family: 'HelveticaNeue-87Hcn';
  src: url(../fonts/HelveticaNeue-87Hcn.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'BebasNeue-Regular';
  src: url(../fonts/BebasNeue-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Ubuntu-Bold';
  src: url(../fonts/Ubuntu-Bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Ubuntu-Medium';
  src: url(../fonts/Ubuntu-Medium.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Ubuntu-Regular';
  src: url(../fonts/Ubuntu-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
font-family: "Helvetica Helvetica-Thin", sans-serif;
color: #444444;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
color: #717ff5;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", sans-serif;
}

section {
padding: 20px 0;
overflow: hidden;
}

.section-header {
text-align: center;
padding-bottom: 40px;
}

.section-header h2 {
font-size: 13px;
letter-spacing: 1px;
font-weight: 700;
margin: 0;
color: #4154f1;
text-transform: uppercase;
}

.section-header p {
margin: 10px 0 0 0;
padding: 0;
font-size: 38px;
line-height: 42px;
font-weight: 700;
color: #012970;
}

@media (max-width: 768px) {
.section-header p {
  font-size: 28px;
  line-height: 32px;
}
}

@media screen and (max-width: 768px) {
[data-aos-delay] {
  transition-delay: 0 !important;
}
}



.header.header-scrolled {
background: transparent;
padding: 15px 0;
}

.header-logo  img 
{
max-width: 100%;
vertical-align: middle;
}

.navbar {
padding: 0;
}

.navbar ul {
margin: 0;
padding: 0;
/*display: flex;*/
list-style: none;
align-items: center;
}

.navbar li {
position: relative;
}

.navbar a 
{
transition: 0.3s;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
color: #9c9c9c !important;
transition: 0.3s;
/*display: block;
padding: 16px;*/
}

section.why-nda {
background: url(../img/inner_pages_01.png) no-repeat center center;
background-size: cover;
width: 100%;
margin-top: 123px;
padding: 35px 0;
}


section.banner-bg
{
background: url(../img/bnr_bg.png) no-repeat center center;
background-size: cover;
width: 100%;
margin-top: 123px;
padding: 35px 0;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a 
{
color: #3c3f68 !important;
}


.mobile-nav-toggle {
color: #3c3f68;
font-size: 28px;
cursor: pointer;
display: none;
line-height: 0;
transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
color: #fff;
}

@media (max-width: 991px) {

.mem-logo {
  width: 190px !important;
}
.mobile-nav-toggle {
  display: block;
}
.navbar ul {
  display: none;
}
}

.navbar-mobile {
position: fixed;
overflow: hidden;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(1, 22, 61, 0.9);
transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
position: absolute;
top: 15px;
right: 15px;
}

.navbar-mobile ul {
display: block;
position: absolute;
top: 55px;
right: 15px;
bottom: 15px;
left: 15px;
padding: 0;
border-radius: 15px;
background-color: #fff;
overflow-y: auto;
transition: 0.3s;
}

.navbar-mobile a {
padding: 10px 20px;
font-size: 15px;
color: #9c9c9c;
text-align: center;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
color: #3c3f68;
}




section.top-bg 
{
padding-top: 0;
background: url(../img/top-bg.jpg) no-repeat center center;
background-size: cover;
}

.right-top
{
width: 100%;
float: left;
margin-left: 150px;
}

p.big-thin 
{
font-weight: 200;
text-transform: uppercase;
font-size: 40px;
float: left;
margin: 0;
}

span.thin-blue {
margin-left: 10px;
color: #4ac3d6;
}

span.year {
float: left;
font-size: 100px;
font-weight: 600;
color: #545454;
width: 100%;
margin-top: -33px;
}

.double-btn {
width: 100%;
float: left;
position: relative;
}

.double-btn a {
background: #ff5256;
color: #fff;
width: 65%;
float: left;
padding: 15px 30px;
text-align: center;
font-weight: 600;
font-size: 26px;
text-transform: uppercase;
border-radius: 15px;
border-bottom: 3px solid #fff;
}

.blue-btn {
background: #4ac3d6;
width: 65%;
padding: 0 30px;
border-radius: 15px;
margin-top: 27px;
}

.blue-btn p
{
text-align: center;
font-size: 20px;
color: #fff;
font-weight: 600;
}

.top-list
{
width: 100%;
float: left;
margin: 25px 0;
}

.top-list h4 {
font-weight: 400;
text-transform: uppercase;
font-size: 18px;
}

.top-list ul
{
margin: 0;
padding: 0;
}

.top-list ul li
{
text-transform: uppercase;
  margin: 10px 0;
  list-style: none;
}

.top-list ul li::before {
display: inline-block;
content: '';
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
height: 15px;
width: 30px;
margin-right: 10px;
background-color: #b7b7b7;
}

.blue-head
{
width: 100%;
float: left;
position: relative;
background: #49c2d5;
  padding: 8px 0;
}

section.test-wraper {
padding-top: 0;
}

.blue-head h4
{
text-align: center;
font-weight: 300;
font-size: 18px;
text-transform: uppercase;
margin: 15px 0;
color: #fff;
}

.blue-left {
width: 175px;
float: left;
display: block;
position: absolute;
left: 0;
top: -1px;
}

.blue-left img
{
max-width: 100%;
vertical-align: middle;
}

.blue-right {
width: 175px;
float: right;
display: block;
position: absolute;
right: 0;
top: -1px;
}

.blue-right img
{
max-width: 100%;
vertical-align: middle;
}
























h2.sec-head 
{
text-align: center;
font-weight: 300;
font-size: 22px;
margin: 10px 0;
width: 100%;
}

.fea-split 
{
width: 100%;
text-align: center;
padding: 15px;
margin: 15px 0;
border-radius: 8px;
border: 1px solid #e6e6e6;
}

.split-icon
{
width: 103px;
margin: 0 auto;
display: block;
}

.split-icon img
{
max-width: 100%;
vertical-align: middle;
}

.split-icon a
{
font-weight: 500;
}

a.fea-btn {
  text-align: center;
  display: table;
  margin: 45px auto 20px;
  background: #4ac3d6;
  width: auto;
  padding: 8px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 8px;
}

a.fea-btn:hover
{
background: #545454;
}

section.ftr-bg
{
background: url(../img/ftr-bg.jpg) no-repeat center center;
background-size: cover;
}

.ftr-top
{
width: 100%;
float: left;
}

.ftr-top-cnt
{
width: 100%;
margin: 15px auto;
float: left;
}

.ftr-top-cnt h1
{
text-align: center;
font-weight: 600;
text-transform: uppercase;
color: #4ac3d6;
margin: 10px 0 0;
}

h2.ftr-style
{
color: #fff;
text-transform: uppercase;
}

.ftr-top-cnt a {
background: #ff5256;
  width: auto;
  text-align: center;
  margin: 18px auto 10px;
  display: block;
  padding: 11px 28px;
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  text-decoration:none!important;
}
.ftr-top-cnt a:hover{
	color:#fff;
}
.ftr-bottom
{
width: 100%;
float: left;
}

.ftr-line
{
width: 80%;
margin: 10px auto;
height: 2px;
background: rgba(255, 255, 255, 0.2);
}

.ftr-logo
{
width: 170px;
float: left;
margin: 10px 0 10px 35px;
display: block;
}

.ftr-logo img
{
max-width: 100%;
vertical-align: middle;
}

.ftr-split {
width: 100%;
float: left;
}

.ftr-split p
{
font-weight: 600;
color: #fff;
font-size: 18px;
margin: 10px 0;
}

.ftr-split ul
{
margin: 20px 0 0;
padding: 0;
}

.ftr-split ul li
{
list-style: none;
margin: 8px 0;
}

.ftr-split ul li a
{
color: #fff;
}

.ftr-split ul li a:hover
{
color: #4ac3d6;
}

p.add-text {
margin: 20px 0 0;
font-weight: 300;
font-size: 16px;
line-height: 32px;
}

.ftr-social {
width: auto;
margin: 30px auto;
display: table;
}

.social-icon {
width: 21px;
display: block;
}

.social-icon img
{
max-width: 100%;
vertical-align: middle;
}

.soc-cvr {
width: 40px;
height: 40px;
background: #fff;
text-align: center;
border-radius: 100px;
float: left;
margin: 10px 15px;
padding: 8px;
}

.test-cvr
{
width: 100%;
float: left;
}

h2.cap-text {
text-transform: uppercase;
font-size: 27px;
margin: 30px 0;
}

.test-content {
width: 85%;
float: left;
}

.content-box
{
width: 100%;
float: left;
}

.test-image
{
width: 125px;
display: block;
margin: 0 auto;
}

.test-image img
{
max-width: 100%;
vertical-align: middle;
border-radius:50%;
}

.test-say
{
width: 100%;
vertical-align: middle;
}

.test-say p
{
text-align: center;
color: #898989;
min-height: 85px;
font-size:16px;
}

i.open {
margin-right: 10px;
color: #fff;
background: #e71d2d;
width: 30px;
height: 30px;
padding: 7px;
}

i.close {
margin-left: 10px;
color: #fff;
background: #e71d2d;
width: 30px;
height: 30px;
padding: 7px;
}

.swiper-container
{
height: 300px;
}

span.swiper-pagination-bullet {
width: 50px;
height: 5px;
border-radius: 15px;
}

p.test-name {
color: #000;
font-weight: 500;
text-transform: uppercase;
}

@media (max-width: 1160px)
{
.right-top
{
  margin-left: 85px;
}

.double-btn a
{
  width: 70%;
}

.blue-btn
{
  width: 70%;
}
}

@media (max-width: 1024px)
{
.test-content {
  width: 85%;
  float: none;
  margin: 0 auto;
}
}

@media (max-width: 1022px)
{
.right-top
{
  margin-left: 0;
}

.double-btn a {
  width: 80%;
}

.blue-btn
{
  width: 80%;
}
}

@media (max-width: 992px)
{
.fea-split
{
  min-height: 190px;
}

.blue-head
{
  position: static;
}

.blue-left
{
  display: none;
}

.blue-right
{
  display: none;
}

}

@media (max-width: 819px)
{
.double-btn a {
  width: 90%;
}

.blue-btn
{
  width: 90%;
}
}

@media (max-width: 768px)
{
p.big-thin 
{
  font-size: 30px;
  float: none;
  margin: 0 auto;
  text-align: center;
}

span.year {
  float: none;
  font-size: 77px;
  font-weight: 600;
  color: #545454;
  width: auto;
  margin-top: -33px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}

.double-btn {
width: auto;
float: none;
margin: 0 auto;
display: table;
}

.double-btn a {
width: 350px;
}

.blue-btn {
width: 350px;
}

.double-btn a
{
padding: 12px 30px;
font-size: 22px;
}

.blue-btn p
{
font-size: 17px;
}

.top-list {
width: auto;
float: none;
margin: 25px auto;
display: table;
}

.fea-split
{
  min-height: auto;
}

.ftr-logo
{
  width: 170px;
}
}

@media (max-width: 391px)
{
.double-btn a
{
  width: 275px;
}

.blue-btn {
  width: 275px;
}

.blue-btn p {
font-size: 15px;
}
}











.fade:not(.show) {
opacity: 1;
}

.modal-dialog
{
width: 500px;
}

.modal-content {
border-radius: 15px;
border: none;
margin-top: 90px;
}

.pop-logo {
width: 160px;
display: block;
margin-bottom: 25px;
}

.pop-logo img
{
max-width: 100%;
vertical-align: middle;
}

.modal-header {
border: none;
}

input.cont-input {
background: #eee;
border: 1px solid #dcdcdc;
}

label.inn-lab {
font-size: 15px;
color: #000;
}

span.req {
color: #ff5256;
}

select.select-pop
{
width: 100%;
  background: #eee;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 10px;
}

label.check-lab {
font-weight: 600;
color: #989898;
}

.form-group {
margin: 5px 0;
}

span.blue-lab {
color: #4ac3d6;
}

button.cont-btn {
width: 100%;
text-transform: uppercase;
font-weight: 600;
background: #003470;
}

.modal-body
{
padding: 18px;

}

i.close-icon {
border: none;
background: none;
cursor: pointer;
outline: none;
}

button.modal-close {
position: absolute;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 2px;
  border: 2px solid #7d7d7d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  background: transparent;
}

.top-testi {
width: 100%;
float: left;
text-align: center;
}

.top-testi h2 {
font-size: 27px;
margin: 60px 0 25px;
font-weight: 700;
}

.top-testi p {
font-size: 20px;
font-style: italic;
margin: 5px;
font-weight: 300;
}

h2.head-blue
{
margin: 35px 0 0;
color: #49c2d5;
}

p.extra-small {
font-size: 16px;
margin: 15px 0;
font-style: normal;
}

.red-line {
width: 150px;
display: block;
margin: 25px auto;
height: 5px;
border-radius: 3px;
background: #e71d2d;
}

p.pop-txt {
text-align: left;
color: #000;
}

@media (max-width: 518px)
{
.modal-dialog
{
  width: 78%;
  margin: 0 auto;
}
}

.thank-bottom a {
text-align: center;
display: table;
width: auto;
margin: 10px auto;
font-size: 20px;
text-transform: uppercase;
font-weight: 600;
padding: 10px 25px;
color: #fff;
border-radius: 8px;
background: #e71d2d;
}

label.form-label {
width: 100%;
float: left;
}

.check-item {
width: auto;
float: left;
margin-top: 4px;
}

input.form-tick {
float: left;
margin-top: 5px;
}

p.check-text {
text-align: left;
float: left;
display: block;
margin: 0 10px 0;
font-size: 16px;
}

/*.navbar
{
display:  none !important;
}*/

@media (max-width: 866px)
{
.badge-cvr
{
  right: 19px;
}
}



@media (max-width: 445px)
{
p.pop-txt
{
  width: 85%;
}
}

@media (max-width: 386px)
{
p.check-text
{
  width: 85%;
}
}

@media (max-width: 328px)
{
p.check-text {
  width: 80%;
}
}



.badge-cvr {
width: 165px;
display: block;
position: absolute;
right: 48px;
top: -95px;
}

.badge-cvr img
{
max-width: 100%;
vertical-align: middle;

}

.top-bnr
{
position: relative;
}

@media (max-width: 1266px)
{
}

@media (max-width: 1240px)
{
.right-top
{
  margin-left: 92px;
}
}

@media (max-width: 1108px)
{
.right-top
{
  margin-left: 40px;
}
}

@media (max-width: 1000px)
{
.right-top
{
  margin-left: 0;
}
}

@media (max-width: 930px)
{

p.big-thin
{
  font-size: 33px;
}
}

@media (max-width: 662px)
{
.badge-cvr
{
  right: 0;
}
}

@media (max-width: 542px)
{
.badge-cvr 
{
  width: 113px;
  top: -1px;
}
}

@media (max-width: 502px)
{
span.year
{
  margin-top: -20px;
  font-size: 65px;
}

p.big-thin 
{
  font-size: 26px;
}

.badge-cvr 
{
  width: 110px;
  top: 0;
}
}

@media (max-width: 430px)
{
.badge-cvr 
{
  width: 89px;
  top: 3px;
}
}

@media (max-width: 388px)
{
.badge-cvr
{
  top: -4px;
}

p.big-thin 
{
  font-size: 20px;
}
}

@media (max-width: 352px)
{

.badge-cvr 
{
  top: -11px;
}

p.big-thin 
{
  font-size: 16px;
}
}

.couple-btn {
width: auto;
margin: 0 auto;
display: table;
}

span.or-text {
float: left;
margin: 30px;
color: #fff;
font-weight: 600;
}

@media (max-width: 633px)
{

span.or-text {
  float: none;
  margin: 16px auto;
  color: #fff;
  font-weight: 600;
  width: auto;
  display: table;
}

.ftr-top-cnt a
{
float: none;
}
}





/*insurance-verification landing page*/

section.ins-banner
{
padding-top: 0;
background: url(../img/ins-banner.jpg) no-repeat center center;
background-size: cover;
}

.call-button {
width: auto;
float: right;
padding: 17px 0;
}

.call-icon {
float: left;
}

img.i-call {
max-width: 30px;
vertical-align: middle;
margin-right: 5px;
margin-top: 3px;
}

a.call-text {
font-size: 25px;
color: #61605c;
font-family: Rajdhani-Bold;
}

.header {
transition: all 0.5s;
z-index: 997;
padding: 20px 0;
background: transparent;
float: left;
width: 100%;
}

.header-logo 
{
width: 170px;
display: block;
margin: 0;
float: left;
}

.ins-banner-content
{
width: 100%;
float: left;
margin: 100px 0;
}

p.top-text
{
margin: 0;
font-size: 35px;
font-family: Poppins-Regular;
color: #000;
line-height: 36px;
text-align: center;
}

.ins-banner-content h1
{
font-size: 40px;
color: #387ee4;
font-family: Poppins-Semibold;
margin: 10px auto;
text-align: center;
display: table;
padding: 10px;
border: 2px solid #387ee4;
width: auto;
border-radius: 15px;
}

p.bottom-text {
font-size: 35px;
font-family: 'Poppins-Regular';
color: #387ee4;
margin: 0;
}

.ins-banner-line {
width: 100px;
height: 5px;
background: #bac0e5;
border-radius: 4px;
margin: 20px 0;
}

p.narrow-text {
margin: 0;
font-size: 18px;
font-family: Poppins-Light;
}

.ins-banner-content a
{
background: #ff5256;
width: 60%;
border-radius: 100px;
text-align: center;
font-size: 25px;
color: #fff;
text-transform: uppercase;
padding: 10px;
font-family: Poppins-Light;
display: table;
margin: 30px auto;
}

section.ins-top-wraper {
padding-top: 0;
padding-bottom: 0;
}

section.ins-top-wraper {
background: #fff;
}

p.italic-text
{
font-family: 'Poppins-Regular';
color: #3e3e3e;
}

.ins-benefit
{
width: 100%;
float: left;
}

.ins-benefit {
width: 100%;
float: left;
padding: 60px 0 0;
}

.ins-benefit h2
{
color: #252626;
font-family: Poppins-Semibold;
font-size: 25px;
text-align: center;
position: relative;
width: auto;
display: table;
margin: 0 auto;
}

.ins-benefit h2::before
{
width: 35px;
height: 20px;
background: #b7b7b7;
float: left;
content: '';
margin-right: 10px;
margin-top: 5px;
}

.ins-benefit h2::after
{
width: 35px;
height: 20px;
background: #b7b7b7;
float: right;
content: '';
margin-left: 10px;
margin-top: 5px;
}

.ins-split-cvr {
width: 100%;
float: left;
margin: 30px 0;
padding-top: 80px;
}

.ins-split
{
width: 29%;
float: left;
margin: 0 2% 100px;
position: relative;
}

.ins-split-box
{
width: 100%;
float: left;
margin: 0 1%;
padding: 30px;
background: #edeef1;
border-radius: 30px;
box-shadow: 18px 14px 64px 0px rgb(0 0 0 / 8%) inset;
-webkit-box-shadow: 18px 14px 64px 0px rgb(0 0 0 / 8%) inset;
-moz-box-shadow: 18px 14px 64px 0px rgba(0,0,0,0.08) inset;
min-height: 260px;
}

.ins-split-box p
{
margin: 75px 0 0;
color: #252626;
font-family: Helvetica-Regular;
text-align: center;
font-size: 16px;
}

.ins-split-top {
position: absolute;
width: 110px;
height: 110px;
background: #eff0f4;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
box-shadow: 9px 8px 17px -8px rgb(0 0 0 / 50%);
-webkit-box-shadow: 9px 8px 17px -8px rgb(0 0 0 / 50%);
-moz-box-shadow: 9px 8px 17px -8px rgba(0,0,0,0.86);
left: 34%;
right: 34%;
top: -53px;

}

.ins-split-icon {
width: 70px;
display: block;
margin: 0 auto;
}

.ins-split-icon img
{
max-width: 100%;
vertical-align: middle;
}

span.ins-bold {
font-weight: 600;
}

.is7 {
margin-left: 19%;
margin-bottom: 30px;
}

.is8
{
margin-bottom: 30px;
}

a.info-link {
width: auto;
display: table;
font-family: Poppins-Medium;
font-size: 16px;
font-style: italic;
margin: 0 auto 30px;
color: #0086ac;
padding-bottom: 3px;
border-bottom: 2px solid #0086ac;
}

.test-bottom {
width: 100%;
float: left;
}

.test-bottom h2
{
color: #252626;
font-family: Poppins-Semibold;
font-size: 25px;
text-align: center;
width: auto;
display: table;
margin: 0 auto;
}

p.ins-blue-text {
width: auto !important;
display: table !important;
font-family: Poppins-Medium !important;
font-size: 20px !important;
margin: 20px auto !important;
color: #4ac3d7 !important;
font-style: normal !important;
}

.test-bottom p
{
font-size: 20px;
font-style: italic;
margin: 5px;
font-weight: 300;
font-family: 'Poppins-Regular';
color: #3e3e3e;
text-align: center;
}

.test-bottom a
{
width: auto;
display: table;
margin: 30px auto;
padding: 7px 20px;
background: #f90202;
color: #fff;
font-family: 'Poppins-Semibold';
border-radius: 8px;
text-align: center;
font-size: 23px;
}



.info-cvr {
width: 100%;
float: left;
}

.info-cvr h2
{
color: #252626;
font-family: Poppins-Semibold;
font-size: 25px;
text-align: center;
position: relative;
width: auto;
display: table;
margin: 0 auto;
}

.info-cvr h2::after
{
width: 35px;
  height: 20px;
  background: #b7b7b7;
  float: left;
  content: '';
  margin-right: 10px;
  margin-top: 5px;
}

.info-cvr h2::before
{
width: 35px;
  height: 20px;
  background: #b7b7b7;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
}

.info-fraphics
{
width: 85%;
margin: 30px auto;
}

.info-fraphics img
{
max-width: 100%;
vertical-align: middle;
margin: 0 auto;
display: table;
}

a.info-btn {
width: 250px;
display: table;
margin: 30px auto 10px;
padding: 7px;
background: #f90202;
color: #fff;
font-family: Poppins-Bold;
border-radius: 8px;
text-align: center;
font-size: 25px;
box-shadow: 0px 2px 17px -8px rgb(0 0 0 / 86%);
-webkit-box-shadow: 0px 2px 17px -8px rgb(0 0 0 / 86%);
-moz-box-shadow: 0px 2px 17px -8px rgba(0,0,0,0.86);
}

.ins-testimonial
{
width: 100%;
float: left;
margin: 60px 0 0;
}

.ins-testimonial h2
{
color: #252626;
font-family: Poppins-Semibold;
font-size: 25px;
text-align: center;
position: relative;
width: auto;
display: table;
margin: 0 auto 20px;
}

.ins-testimonial h2::before,
h2.ins-bootm-head::before
{
width: 35px;
  height: 20px;
  background: #b7b7b7;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
}

.ins-testimonial h2::after,
h2.ins-bootm-head::after
{
width: 35px;
height: 20px;
background: #b7b7b7;
float: left;
content: '';
margin-right: 10px;
margin-top: 5px;
}

h2.ins-bootm-head
{
color: #252626;
font-family: Poppins-Semibold;
font-size: 25px;
text-align: center;
position: relative;
width: auto;
display: table;
margin: 0 auto 40px;  
}

.blue-link-cvr
{
width: 100%;
float: left;
}

@media (max-width: 1200px)
{
section.ins-banner
{
  background-position-x: 1%;
}

.ins-split-box
{
  min-height: 280px;
}

.ins-split-top
{
  left: 31%;
  right: 31%;
}


}

@media (max-width: 992px)
{
.ins-banner-content a
{
  width: 100%;
}

.ins-banner-content
{
  margin: 10px 0;
}

.ins-split
{
  width: 46%;
}

.is7
{
  margin-left: 1%;
}

.ins-split-box
{
  min-height: 255px;
}

.ins-split-top
{
  left: 35%;
  right: 35%;
}

h2::before,
h2::after
{
  display: none;
}
}

@media (max-width: 768px)
{
.ins-banner-content a 
{
  width: 80%;
}

.ins-banner-content
{
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.ins-split-box
{
  min-height: 279px;
  padding: 20px;
}

.ins-split-top
{
  left: 30%;
}
}

@media (max-width: 576px)
{
.part-split
{
  width: 31%;
}

.ps5 
{
  margin-left: 1%;
}

.ps8 
{
  margin-left: 1%;
}
}

@media (max-width: 523px)
{
.ins-split-box 
{
  min-height: auto;
  padding: 20px 40px;
}

.ins-split 
{
  width: 98%;
}

.is7
{
  margin-bottom: 100px;
}

.ins-split-top 
{
  left: 38%;
}

}

@media (max-width: 481px)
{
.ins-banner-content a
{
  width: 100%;
  font-size: 20px;
}
}

.ins-part-cvr {
width: 95%;
margin: 60px auto 20px;
display: table;
}

.part-split {
width: 23%;
float: left;
margin: 5px 1%;
}

.part-logo {
width: 100%;
display: block;
margin: 0;
}

.part-logo img
{
max-width: 100%;
vertical-align: middle;
}

.ps5 {
margin-left: 13%;
}

.ps8 {
margin-left: 26%;
}

a.ftr-demo {
font-size: 30px;
}

@media (max-width: 410px)
{
a.call-text
{
  display: none;
}
}

section.labor-bg
{
background: url(../img/blf-desk-bg.jpg) no-repeat 0 0;
background-size: cover;
padding: 20px 0;
}

.lab-bnr-wraper
{
width: 100%;
float: left;
position: relative;
}

.lab-left-top {
width: 100%;
float: left;
}

.laborday-image {
width: 194px;
display: block;
margin-top: 44px;
}

.laborday-image img
{
max-width: 100%;
vertical-align: middle;
}

.watch-image {
width: 294px;
float: left;
margin-top: 60px;
}

.watch-image img
{
max-width: 100%;
vertical-align: middle;
}

.lab-right-top {
width: 100%;
float: left;
position: relative;
}

p.ltop-text {
width: auto;
float: left;
font-family: HelveticaNeue-Thin;
color: #fff;
font-size: 29px;
margin: 0;
line-height: 34px;
position: absolute;
left: 43px;
top: -19px;
text-align: center;
}

span.ltop-bold {
font-family: HelveticaNeue-Condensed-Bold;
font-size: 42px;
}

.lab-lap-image {
float: right;
width: 630px;
margin-top: -70px;
}

.lab-lap-image img {
max-width: 100%;
vertical-align: middle;
}

.lab-right-bottom {
width: 100%;
float: left;
padding-right: 30px;
}

.lab-right-bottom h1
{
font-size: 38px;
float: right;
width: auto;
font-family: HelveticaNeue-Condensed-Bold;
color: #002e60;
}

.lab-right-bottom h4
{
width: 100%;
float: left;
color: #10203c;
font-family: 'HelveticaNeue-Condensed-Bold';
font-size: 30px;
margin-left: 26px;
}

.lab-right-bottom p
{
width: 100%;
float: left;
font-size: 18px;
font-family: 'Helvetica-Regular';
font-weight: 300;
margin-left: 26px;
margin-bottom: 9px;
}

.lab-right-content {
width: 70%;
float: right;
}

.lab-line {
width: 130px;
height: 5px;
background: #000;
float: left;
border-radius: 3px;
margin-left: 26px;
margin-bottom: 10px;
}

.lab-right-bottom a
{
float: left;
margin: 5px 0 10px 26px;
display: block;
background: #f71c1c;
padding: 10px 20px;
font-size: 24px;
font-family: 'HELVETICANEUE-CONDENSED-BOLD';
color: #fff;
border-radius: 10px;
width: 250px;
text-align: center;
box-shadow: 0px 7px 24px 2px rgb(0 0 0 / 7%);
-webkit-box-shadow: 0px 7px 24px 2px rgb(0 0 0 / 7%);
-moz-box-shadow: 0px 7px 24px 2px rgba(0,0,0,0.17);
}

p.lab-absolute {
position: absolute;
left: 0;
bottom: 0;
color: #0e1b33;
font-family: 'HelveticaNeue-Condensed-Bold';
font-size: 21px;
margin: 0;
}











section {
padding: 60px 0;
overflow: hidden;
width: 100%;
float: left;
}

.section-header {
text-align: center;
padding-bottom: 40px;
}

.section-header h2 {
font-size: 13px;
letter-spacing: 1px;
font-weight: 700;
margin: 0;
color: #4154f1;
text-transform: uppercase;
}

.section-header p {
margin: 10px 0 0 0;
padding: 0;
font-size: 38px;
line-height: 42px;
font-weight: 700;
color: #012970;
}

.home-nav {
margin-bottom: 95px;
}

@media (max-width: 768px) {
.section-header p {
  font-size: 28px;
  line-height: 32px;
}
}

@media screen and (max-width: 768px) {
[data-aos-delay] {
  transition-delay: 0 !important;
}
}

.header {
transition: all 0.5s;
z-index: 997;
padding: 20px 0;
background: transparent;
}

.header.header-scrolled {
background: transparent;
padding: 15px 0;
}

.header-logo 
{
width: 160px;
display: block;
margin: 0;
}

.header-logo  img 
{
max-width: 100%;
vertical-align: middle;
}




section.top-bg 
{
padding-top: 0;
background: url(../img/top-bg.jpg) no-repeat center center;
background-size: cover;
}

.right-top
{
width: 100%;
float: left;
margin-left: 150px;
}

p.big-thin 
{
font-weight: 200;
text-transform: uppercase;
font-size: 40px;
float: left;
margin: 0;
}

span.thin-blue {
margin-left: 10px;
color: #4ac3d6;
}

span.year {
float: left;
font-size: 100px;
font-weight: 600;
color: #545454;
width: 100%;
margin-top: -33px;
}

.double-btn {
width: 100%;
float: left;
position: relative;
}

.double-btn a {
background: #ff5256;
color: #fff;
width: 65%;
float: left;
padding: 15px 30px;
text-align: center;
font-weight: 600;
font-size: 26px;
text-transform: uppercase;
border-radius: 15px;
border-bottom: 3px solid #fff;
}

.blue-btn {
background: #4ac3d6;
width: 65%;
padding: 0 30px;
border-radius: 15px;
margin-top: 27px;
}

.blue-btn p
{
text-align: center;
font-size: 20px;
color: #fff;
font-weight: 600;
}

.top-list
{
width: 100%;
float: left;
margin: 25px 0;
}

.top-list h4 {
font-weight: 400;
text-transform: uppercase;
font-size: 18px;
}

.top-list ul
{
margin: 0;
padding: 0;
}

.top-list ul li
{
text-transform: uppercase;
  margin: 10px 0;
  list-style: none;
}

.top-list ul li::before {
display: inline-block;
content: '';
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
height: 15px;
width: 30px;
margin-right: 10px;
background-color: #b7b7b7;
}

.blue-head
{
width: 100%;
float: left;
position: relative;
background: #49c2d5;
  padding: 8px 0;
}

section.test-wraper {
padding-top: 0;
}

.blue-head h4
{
text-align: center;
font-weight: 300;
font-size: 18px;
text-transform: uppercase;
margin: 15px 0;
color: #fff;
}

.blue-left {
width: 175px;
float: left;
display: block;
position: absolute;
left: 0;
top: -1px;
}

.blue-left img
{
max-width: 100%;
vertical-align: middle;
}

.blue-right {
width: 175px;
float: right;
display: block;
position: absolute;
right: 0;
top: -1px;
}

.blue-right img
{
max-width: 100%;
vertical-align: middle;
}
























h2.sec-head 
{
text-align: center;
font-weight: 300;
font-size: 22px;
margin: 10px 0;
width: 100%;
}

.fea-split 
{
width: 100%;
text-align: center;
padding: 15px;
margin: 15px 0;
border-radius: 8px;
border: 1px solid #e6e6e6;
}

.split-icon
{
width: 103px;
margin: 0 auto;
display: block;
}

.split-icon img
{
max-width: 100%;
vertical-align: middle;
}

.split-icon a
{
font-weight: 500;
}

a.fea-btn {
  text-align: center;
  display: table;
  margin: 45px auto 20px;
  background: #4ac3d6;
  width: auto;
  padding: 8px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 8px;
}

a.fea-btn:hover
{
background: #545454;
}

section.ftr-bg
{
background: url(../img/ftr-bg.jpg) no-repeat center center;
background-size: cover;
width: 100%;
float: left;
}

.ftr-top
{
width: 100%;
float: left;
}

.ftr-top-cnt
{
width: 100%;
margin: 15px auto;
float: left;
}

.ftr-top-cnt h1
{
text-align: center;
font-weight: 600;
text-transform: uppercase;
color: #4ac3d6;
margin: 10px 0 0;
}

h2.ftr-style
{
color: #fff;
text-transform: uppercase;
}

.ftr-top-cnt a {
background: #ff5256;
  width: auto;
  text-align: center;
  margin: 18px auto 10px;
  display: block;
  padding: 16px 60px;
  font-size: 20px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
}

.ftr-bottom
{
width: 100%;
float: left;
}

.ftr-line
{
width: 80%;
margin: 10px auto;
height: 2px;
background: rgba(255, 255, 255, 0.2);
display: table;
}

.ftr-logo
{
width: 170px;
float: left;
margin: 10px 0 10px 35px;
display: block;;
}

.ftr-logo img
{
max-width: 100%;
vertical-align: middle;
}

.ftr-split {
width: 100%;
float: left;
min-height: 214px;
}

.ftr-split p
{
font-weight: 600;
color: #fff;
font-size: 18px;
margin: 10px 0;
}

.ftr-split ul
{
margin: 20px 0 0;
padding: 0;
}

.ftr-split ul li
{
list-style: none;
margin: 8px 0;
}

.ftr-split ul li a
{
color: #fff;
font-family: 'Poppins-Regular';
}

.ftr-split ul li a:hover
{
color: #4ac3d6;
}

p.add-text {
margin: 20px 0 0;
font-weight: 400;
font-size: 1rem;
line-height: 1.75;
}

.ftr-social {
width: auto;
margin: 30px auto;
display: table;
}

.social-icon {
width: 21px;
display: block;
}

.social-icon img
{
max-width: 100%;
vertical-align: middle;
}

.soc-cvr {
width: 40px;
height: 40px;
background: #fff;
text-align: center;
border-radius: 100px;
float: left;
margin: 10px 15px;
padding: 8px;
}

.test-cvr
{
width: 100%;
float: left;
}

h2.cap-text {
font-size: 27px;
margin: 30px 0;
}

.test-content {
width: 85%;
float: left;
}

.content-box
{
width: 100%;
float: left;
}

.test-image
{
width: 125px;
display: block;
margin: 0 auto;
}

.test-image img
{
max-width: 100%;
vertical-align: middle;
}

.test-say
{
width: 100%;
vertical-align: middle;
}

.test-say p
{
text-align: center;
color: #898989;
min-height: 85px;
}

i.open {
margin-right: 10px;
color: #fff;
background: #e71d2d;
width: 30px;
height: 30px;
padding: 7px;
}

i.close {
margin-left: 10px;
color: #fff;
background: #e71d2d;
width: 30px;
height: 30px;
padding: 7px;
}

.swiper-container
{
height: 300px;
}

span.swiper-pagination-bullet {
width: 50px;
height: 5px;
border-radius: 15px;
}

p.test-name {
color: #000;
font-weight: 500;
text-transform: uppercase;
}

@media (max-width: 1160px)
{
.right-top
{
  margin-left: 85px;
}

.double-btn a
{
  width: 70%;
}

.blue-btn
{
  width: 70%;
}
}

@media (max-width: 1024px)
{
.test-content {
  width: 85%;
  float: none;
  margin: 0 auto;
}
}

@media (max-width: 1022px)
{
.right-top
{
  margin-left: 0;
}

.double-btn a {
  width: 80%;
}

.blue-btn
{
  width: 80%;
}
}

@media (max-width: 992px)
{
.blog-cat-cvr a
{
  width: 100% !important;
}
button.wid-btn
{
  display: none;
}

a.home-text.nav-link {
  padding: 10px !important;
}

ul.dropdown-menu {
width: 98%;
float: left !important;
}

ul.nav.navbar-nav.mr-auto {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.5);
}

.badge-icon
{
  width: 16% !important;
}

.click-cvr
{
  width: 100%  !important;
}

.click-split
{
  width: 100% !important;
  margin: 0 2% !important;
}

.link-split
{
  width: 100%;
  margin: 0 1%;
  float: left;
}

.meet-img {
  display: block;
  float: left;

}
.fea-split
{
  min-height: 190px;
}

.blue-head
{
  position: static;
}

.blue-left
{
  display: none;
}

.blue-right
{
  display: none;
}

section.schedule-main-bg,
section.recall-main-bg,
section.intake-main-bg
{
  padding: 116px 0 !important;
}



}

@media (max-width: 819px)
{
.double-btn a {
  width: 90%;
}

.blue-btn
{
  width: 90%;
}
}

@media (min-width: 768px)
{
.mob
{
  display: none !important;
}


}

@media (min-width: 767px)
{
a.d-mid-mob
{
  display: none !important;
}
}

@media (max-width: 767px)
{
.blog-cat-cvr a
{
  width: auto !important;
}
	

}

@media (max-width: 768px)
{
.mid-btn-cvr
{
  margin-bottom: 20px;
}

.demo-mid-list
{
  width: 100% !important;
}

.demo-mid-image {
  float: none !important;
  width: 50% !important;
  position: relative !important;
  margin: 0 auto !important;
  top: 0 !important;
}

.blog-main
{
  margin-top: 30px !important;
}
.int-vd,
.int-mid-img
{
  width: 70% !important;
}

.bmid-text h1,
.b-list-text h2,
ul.b-list
{
  width: 100% !important;
}

button.wid-btn
{
  display: none;
}

.left-row
{
  margin-bottom: 30px;
}



.mob
{
  display: block;
}

.badge-icon
{
  width: 100% !important;
margin: 2% 0 !important;
}

.fea-detail
{
  width: 90% !important;
}

p.para
{
  width: 100% !important;
}



.left-part {
  width: 75%;
  padding: 65px 0 65px 60px !important;
}

p.big-thin 
{
  font-size: 30px;
  float: none;
  margin: 0 auto;
  text-align: center;
}

span.year {
  float: none;
  font-size: 77px;
  font-weight: 600;
  color: #545454;
  width: auto;
  margin-top: -33px;
  margin-right: auto;
  margin-left: auto;
  display: table;
}

.double-btn {
width: auto;
float: none;
margin: 0 auto;
display: table;
}

.double-btn a {
width: 350px;
}

.blue-btn {
width: 350px;
}

.double-btn a
{
padding: 12px 30px;
font-size: 22px;
}

.blue-btn p
{
font-size: 17px;
}

.top-list {
width: auto;
float: none;
margin: 25px auto;
display: table;
}

.fea-split
{
  min-height: auto;
}

.ftr-logo
{
  width: 170px;
  margin-left: 0;
}

section.schedule-main-bg,
section.recall-main-bg,
section.intake-main-bg,
section.res-top-bnr,
section.tele-main-bg,
.vir-banner
{
  padding: 70px 0 !important;
}

.addon
{
  width: 100% !important;
}

.tele-bill-text
{
  padding: 0 !important;
  margin: 0 !important;
}
.ftr-display
{
  display: block !important;
}

.mid-image {
  width: 60% !important;
  margin: 10px auto !important;
}

.bg-image
{
display: none !important;
}
}

@media (max-width: 391px)
{
.double-btn a
{
  width: 275px;
}

.blue-btn {
  width: 275px;
}

.blue-btn p {
font-size: 15px;
}
}











.fade:not(.show) {
opacity: 1;
background: rgba(0, 0, 0, 0.4);
}

.modal-dialog
{
width: 500px;
}

.modal-content {
border-radius: 15px;
border: none;
margin-top: 90px;
}

.pop-logo {
width: 160px;
display: block;
margin-bottom: 25px;
}

.pop-logo img
{
max-width: 100%;
vertical-align: middle;
}

.modal-header {
border: none;
}

input.cont-input {
background: #eee;
border: 1px solid #dcdcdc;
}

label.inn-lab {
font-size: 15px;
color: #000;
}

span.req {
color: #ff5256;
}

select.select-pop
{
width: 100%;
  background: #eee;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 10px;
}

label.check-lab {
font-weight: 600;
color: #989898;
}

.form-group {
margin: 5px 0;
}

span.blue-lab {
color: #4ac3d6;
}

button.cont-btn {
width: 100%;
text-transform: uppercase;
font-weight: 600;
background: #003470;
}

.modal-body
{
padding: 18px;

}

i.close-icon {
border: none;
background: none;
cursor: pointer;
outline: none;
}

button.modal-close {
position: absolute;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 2px;
  border: 2px solid #7d7d7d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  background: transparent;
}

.top-testi {
width: 100%;
float: left;
text-align: center;
}

.top-testi h2 {
font-size: 27px;
margin: 60px 0 25px;
font-weight: 700;
}

.top-testi p {
font-size: 20px;
font-style: italic;
margin: 5px;
font-weight: 300;
}

h2.head-blue
{
margin: 35px 0 0;
color: #49c2d5;
}

p.extra-small {
font-size: 16px;
margin: 15px 0;
font-style: normal;
}

.red-line {
width: 150px;
display: block;
margin: 25px auto;
height: 5px;
border-radius: 3px;
background: #e71d2d;
}

p.pop-txt {
text-align: left;
color: #000;
}

@media (max-width: 518px)
{
.modal-dialog
{
  width: 78%;
  margin: 0 auto;
}
}

.thank-bottom a {
text-align: center;
display: table;
width: auto;
margin: 10px auto;
font-size: 20px;
text-transform: uppercase;
font-weight: 600;
padding: 10px 25px;
color: #fff;
border-radius: 8px;
background: #e71d2d;
}

label.form-label {
width: 100%;
float: left;
}

.check-item {
width: auto;
float: left;
margin-top: 4px;
}

input.form-tick {
float: left;
margin-top: 5px;
}

p.check-text {
text-align: left;
float: left;
display: block;
margin: 0 10px 0;
font-size: 16px;
}

nav.navbar.sticky-top.navbar-expand-lg.bg-dark {
width: 100%;
background-color: #4ac3d7;
margin-top: 90px;
}

@media (max-width: 866px)
{
.badge-cvr
{
  right: 19px;
}
}



@media (max-width: 445px)
{
p.pop-txt
{
  width: 85%;
}
}

@media (max-width: 386px)
{
p.check-text
{
  width: 85%;
}
}

@media (max-width: 328px)
{
p.check-text {
  width: 80%;
}
}



.badge-cvr {
width: 165px;
display: block;
position: absolute;
right: 48px;
top: -95px;
}

.badge-cvr img
{
max-width: 100%;
vertical-align: middle;

}

.top-bnr
{
position: relative;
}

@media (max-width: 1240px)
{
.right-top
{
  margin-left: 92px;
}
}

@media (max-width: 1108px)
{
.right-top
{
  margin-left: 40px;
}
}

@media (max-width: 1000px)
{
.right-top
{
  margin-left: 0;
}
}

@media (max-width: 930px)
{
p.big-thin
{
  font-size: 33px;
}
}

@media (max-width: 662px)
{
.badge-cvr
{
  right: 0;
}
}

@media (max-width: 542px)
{
.badge-cvr 
{
  width: 113px;
  top: -1px;
}
}

@media (max-width: 502px)
{
span.year
{
  margin-top: -20px;
  font-size: 65px;
}

p.big-thin 
{
  font-size: 26px;
}

.badge-cvr 
{
  width: 110px;
  top: 0;
}
}

@media (max-width: 430px)
{
.badge-cvr 
{
  width: 89px;
  top: 3px;
}
}

@media (max-width: 388px)
{
.badge-cvr
{
  top: -4px;
}

p.big-thin 
{
  font-size: 20px;
}
}

@media (max-width: 352px)
{

.badge-cvr 
{
  top: -11px;
}

p.big-thin 
{
  font-size: 16px;
}
}

.couple-btn {
width: auto;
margin: 0 auto;
display: table;
}

span.or-text {
float: left;
margin: 30px;
color: #fff;
font-weight: 600;
}

@media (max-width: 633px)
{

span.or-text {
  float: none;
  margin: 16px auto;
  color: #fff;
  font-weight: 600;
  width: auto;
  display: table;
}

.ftr-top-cnt a
{
float: none;
}
}












/* New Design */
section.main-bg
{
background: url(../img/2way-banner-bg.png) no-repeat center center;
background-size: cover;
margin-top: 0;
padding: 0;
}

.bg-left
{
width: 55%;
  float: left;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.bg-left h1 {
font-size: 34px;
font-weight: 600;
text-transform: uppercase;
margin: 15px 0;
color: #ff5256;
font-family: Gilroy-ExtraBold;
}

.bg-left p
{
font-size: 18px;
text-transform: uppercase;
margin: 0;
color: #000000;
}

.main-right {
width: 45%;
float: left;
}

.bg-image
{
width: 513px;
  display: block;
  margin: 0;
}

.bg-image img
{
max-width: 100%;
vertical-align: middle;
}

span.sep {
font-weight: 400;
color: #ddd;
margin: 0 5px;
}

.mid-list {
width: 100%;
float: left;
}

.mid-list h2
{
font-size: 36px;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
}

.mid-list ul
{
margin: 0;
padding: 5px 0;
}

.mid-list ul li
{
font-size: 18px;
  margin: 15px 0;
  list-style: none;
  color: #000;

}

.mid-left {

float: left;
display: flex;
align-items: center;
}

section.bot-bnr
{
background: url(../img/2way-mid-banner.png) no-repeat center center;
width: 100%;
float: left;
border-top: 1px solid #ececec;
}

section.tele-bot-bnr
{
background: url(../img/televisit-bot-bg.png) no-repeat center center;
background-size: cover;
}

.bot-bnt-text {
width: 100%;
float: left;
}

.bot-bnt-text h1
{
font-size: 29px;
  color: #ff5256;
  margin: 0;
  
font-family: 'Gilroy-ExtraBold';
}

.app-mid-image 
{
width: 412px;
display: block;
}

.app-mid-image img
{
max-width: 100%;
vertical-align: middle;
}

section.yele-bot-bnr
{
background: url(../img/televisit-bot-bg.png) no-repeat center center;
background-size: cover;
border-top: 1px solid #e6ebf4;
}

h1.white {
color: #2e5c9a;
background: transparent;
}

.telebg-text h1 
{
color: #535453;
font-size: 40px;
font-family: 'Gilroy-ExtraBold';
}

.telebg-text p 
{
color: #000000;
font-weight: 300;
font-size: 20px;
font-family: 'Gilroy-Light';
}

span.tele-sep {
color: #4ac3d7;
}

section.tele-main-bg {
padding: 215px 0;
}

.telebg-left {
width: 100%;
float: left;
display: flex;
/* justify-content: center; */
align-items: center;
}

section.tele-mid
{
background: url(../img/televisit-mid-bg.png) no-repeat center center;
background-size: cover;
}

@media (max-width: 1164px)
{
a.home-text,
a.inn-text
{
  font-size: 14px !important;
}
}

@media(max-width: 992px)
{

.click-image
{
  width: 95% !important;
}
.cf-split {
  width: 46% !important;
  margin: 0 2%;
}

.web-right
{
  display: none;
}
.left-part 
{
  width: 75%;
  padding: 135px 0 136px 60px;
}

.app-mid-image
{
  width: 100%;
}


.telebg-text p {
  padding: 5px;
  background: rgb(143, 204, 223, 0.5);
}
}

@media (max-width: 968px)
{
a.home-text,
a.inn-text
{
  padding: 15px 9px !important;
}
}

@media (max-width: 768px)
{
section.int-main-bg
{
  background-position-x: 100% !important;
padding-bottom: 60px !important;
}
.ftr-split
{
  min-height: auto !important;
  margin-bottom: 10px;
}

.flt-right
{
  float: none !important;
}

.flt-left
{
  float: none !important;
}
section
{
  padding: 30px 0;
}

.fea-detail a
{
  margin: 35px auto 0;
}

ul.link-menu
{
  background: #fff;
  margin: 0 !important;
}
.bg-left
{
  width: 59%;
}

.telebg-text h1
{
  font-size: 30px;
}

.telebg-text p
{
  font-size: 18px;
}

section.tele-main-bg {
  padding: 95px 0;
}



.bg-left h1,
.app-bg-text h1
{
  font-size: 28px;
}

.bg-left p,
.app-bg-text p
{
  font-size: 16px;
  color: #000000;
}

.main-right
{
  width: 41%;
}

.bg-image
{
  width: 100%;
}

.mid-list h2
{
  font-size: 25px;
}

.bot-bnt-text h1
{
  font-size: 20px;
}



.app-mid-image {
width: 60%;
display: block;
margin: 0 auto;
}



section.app-bot-bnr
{
background: url(../img/rem-btm-bg.png) no-repeat 0 0 !important;
}
}

@media (max-width: 576px)
{
.mh-left {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
  border-radius: 5px;
}

.int-vd,
.int-mid-img
{
  width: 95% !important;
}

.cf-split {
  width: 88% !important;
  margin: 2% auto;
  display: table;
  float: none !important;
}

.bg-left {
  width: 90%;
  float: none;
  margin: 50px auto;
  text-align: center;
}

.case-photo
{
width: 200px !important;
}

.web-head p
{
width: 100%;
}

.left-part {
width: 100%;
  text-align: center;
  border-radius: 0;
  padding: 50px 10px;
}

.telebg-left {
width: 90%;
float: none;
display: block;
/* justify-content: center; */
margin: 0 auto;
text-align: center;
}
}

.navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,.5) !important;
}

section.web-bg
{
background: url(../img/web-mainbg.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
background-position-y: 25%;
}
section.intake-bg
{
background: url(../img/banner/Perfect-patient-intake-process.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
}

section.demo-request-bg
{
background: url(../img/banner/demo-request-banner.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
background-position-y: 32%;
}

section.resource-bg
{
background: url(../img/banner/Resources.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
background-position-y: 5%;
}
section.televisit-bg
{
background: url(../img/banner/Televisit.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
background-position-y: 100%;
}
section.two-way-bg
{
background: url(../img/banner/2-way-patient.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
}
section.paperless-bg
{
background: url(../img/banner/why-mconsent.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
background-position-y: 25%;
}

section.why-bg
{
background: url(../img/banner/why-mconsent-bg.jpg) no-repeat center center;
background-size: cover;
padding-top: 0;
position: relative;
background-position-y: 25%;
padding-bottom: 35px;
}

section.case-study-bg
{
background: url(../img/banner/case-study.jpg) no-repeat center center;
background-size: cover;
padding-top: 0;
position: relative;
background-position-y: 62%;
}
section.schedule-bg
{
background: url(../img/banner/Apointment-Scheduling.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
}
section.reminder-bg
{
background: url(../img/banner/Appointment-Reminders.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
}
section.virtual-bg
{
background: url(../img/banner/Virtual-consultation.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
background-position-y: 10%;
}
section.recall-bg
{
background: url(../img/banner/Recall.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
}
section.billpay-bg
{
background: url(../img/banner/Tele-billpay.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
background-position-y: 89%;
padding-bottom: 118px;
}
section.mh-main-bg
{
background: url(../img/banner/medical-bg.jpg) no-repeat center center;
background-size: cover;
padding-top: 0;
position: relative;
background-position-y: 29%;
padding-bottom: 165px;
}

section.of-main-bg
{
background: url(../img/banner/online-forms-bg.jpg) no-repeat center center;
background-size: cover;
padding-top: 0;
position: relative;
background-position-y: 1%;
background-position-y: 50%;
padding-bottom: 70px;
}


.web-left
{
width: 100%;
float: left;
}

.web-head
{
width: 100%;
float: left;
}

.web-head h4
{
font-weight: 100;
font-size: 38px;
margin-top: 0;
font-family: 'HelveticaNeue-Thin';
}

.web-head h1
{
font-size: 45px;
color: #fff;
text-shadow: -1px 2px 13px #8c8c8c;
margin-bottom: 20px;
font-family: 'HelveticaNeue-Condensed-Black';
margin-top: 10px;
}

.web-head a {
text-align: center;
text-transform: uppercase;
font-size: 22px;
color: #fff;
background: #ff5256;
padding: 10px 25px;
margin: 10px 0;
border-radius: 50px;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
font-family: 'HelveticaNeue-Condensed-Bold';
}

.web-head a:hover
{
text-decoration: none;
color: #fff;
background: #000;
}

.web-head p
{
width: auto;
padding: 15px;
display: table;
margin: 35px 0 15px;
border: 2px solid #fff;
border-radius: 13px;
font-size: 30px;
font-weight: 280;
font-family: 'HelveticaNeue-Thin';
}

span.red-home-text {
color: #ff5256;
font-family: 'HelveticaNeue-Condensed-Bold';
}

section.fea-wrap-one {
background: #fff;
width: 100%;
float: left;
padding: 50px 0;
}

.fea-wraper
{
width: 100%;
float: left;
}

.fea-img {
width: 95%;
margin: 0;
display: block;
}

.fea-img img
{
max-width: 100%;
vertical-align: middle;
}

.align-content
{
display: flex;
align-items: center;
}

.fea-detail
{
width: 80%;
margin: 0 auto;
}

p.fea-blue
{
color: #4cc3d7;
font-size: 25px;
margin: 0 0 5px;
font-family: 'HelveticaNeue-Thin';
margin: 0;
}

.fea-detail h2
{
font-size: 34px;
color: #545454;
margin: 0;
font-family: 'Helvetica';
font-weight: bold;
}

p.para {
margin-top: 16px;
text-align: left;
width: 95%;
color: #000;
/*font-family: 'Helvetica';*/
font-family: Poppins-Regular;
font-size: 16px;
}

.fea-detail a
{
background: #4cc3d7;
  padding: 8px 40px;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
  display: table;
  text-align: center;
  font-family: HelveticaNeue-Thin;
}

.fea-detail a:hover
{
color: #fff;
text-decoration: none;
}

section.fea-wrap-two {

background: #f7f7f7;
padding: 50px 0;
}

section.web-bottom
{
background: url(../img/web-btmbg.jpg) no-repeat center center;
background-size: cover;

}

.web-bot-inner p {
font-size: 27px;
color: #fff;
display: block;
padding: 10px 10px;
width: 90%;
background: rgba(16, 167, 189, 0.6);
text-align: center;
border-radius: 8px;
border: 2px solid rgba(255, 255, 255, 0.6);
font-weight: 400;
}

span.bold {
font-weight: 600;
}

.main-header {
padding: 0;
}

.header-top {
width: 100%;
float: left;
padding: 13px 0;
margin-bottom: 0;
}

.main-logo {
width: 185px;
float: left;
margin-left: 50px;
}

.main-logo img
{
max-width: 100%;
vertical-align: middle;
}

.call-button {
width: auto;
float: right;
padding: 17px 0;
margin-right: 35px;
}

a.call-text {
font-size: 25px;
color: #61605c;
font-family: Rajdhani-Bold;
}

.nav-header {
width: 100%;
  float: left;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 31px;
}

.nav-header ul
{
margin: 0;
padding: 0;
}

.nav-header ul li
{
list-style: none;
float: left;
}

.nav-header ul li a
{
font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 5px 20px;
  color: #545454;
}

img.i-call {
max-width: 30px;
vertical-align: middle;
margin-right: 5px;
margin-top: 3px;
}

.ftr-display
{
display: flex;
align-items: center;
}

section.inner-head
{
width: 100%;
float: left;
padding: 0;
}

.call-icon {
float: left;
}

ul.inner-nav {
width: auto !important;
float: left;
}

a.nav-link {
font-size: 17px;
text-transform: uppercase;
display: block;
padding: 5px 20px !important;
color: #fff;
cursor: pointer;
}

section.app-main-bg
{
background: url(../img/rem-banner-bg.png) no-repeat top right;
background-size: cover;
padding: 0;
float: left;
width: 100%;
}

.left-part {
width: 60%;
float: left;
padding: 170px 0 170px 60px;
background: rgba(74, 195, 215, 0.5);
border-radius: 0 210px 210px 0;
}

.app-bg-text h1 {
font-size: 34px;
font-weight: 600;
margin: 15px 0;
color: #fff;
font-family: GILROY-EXTRABOLD;
}

.app-bg-text p
{
font-size: 20px;
font-family: 'Gilroy-Light';
color: #000000;
}

section.app-bot-bnr
{
background: url(../img/rem-btm-bg.png) no-repeat center center;
width: 100%;
float: left;
background-size: contain;
border-top: 1px solid #f4f6f7;
}

/*
section.main-bg
{
background: url(../img/banner-bg.png) no-repeat center center;
background-size: cover;
padding: 0;
}
*/

.bg-left
{
width: 55%;
  float: left;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.bg-left h1 {
font-size: 34px;
font-weight: 600;
margin: 15px 0;
color: #ff5256;
}

.bg-left p
{
font-size: 20px;
margin: 0;
font-family: 'Gilroy-Light';
}

.main-right {
width: 45%;
float: left;
}

.bg-image
{
width: 513px;
  display: block;
  margin: 0;
}

.bg-image img
{
max-width: 100%;
vertical-align: middle;
}

span.sep {
font-weight: 400;
color: #ddd;
margin: 0 5px;
}

.mid-list {
width: 100%;
float: left;
}



.mid-image {
width: 100%;
display: block;
margin: 0;
}

.mid-image img
{
max-width: 100%;
vertical-align: middle;
}

.mid-left {

float: left;
display: flex;
align-items: center;
}

section.tele-bot-bnr
{
background: url(../img/televisit-bot-bg.png) no-repeat center center;
background-size: cover;
}

.bot-bnt-text {
width: 100%;
float: left;
}

.bot-bnt-text h1
{
font-size: 29px;
  font-weight: 600;
  color: #ff5256;
  margin: 0;
}

.app-mid-image 
{
width: 412px;
display: block;
}

.app-mid-image img
{
max-width: 100%;
vertical-align: middle;
}

section.yele-bot-bnr
{
background: url(../img/televisit-bot-bg.png) no-repeat center center;
background-size: cover;
}

h1.white {
color: #2e5c9a;
background: transparent;
}

.telebg-text h1 
{
color: #535453;
font-size: 40px;
font-weight: 700;
}

.telebg-text p 
{
color: #000000;
font-weight: 300;
font-size: 20px;
}

span.tele-sep {
color:  #4ac3d7;
}

section.tele-main-bg {
padding: 140px 0;
  background: url(../img/televisit-banner-bg.png);
  background-size: cover;
}

.telebg-left {
width: 100%;
float: left;
display: flex;
/* justify-content: center; */
align-items: center;
}

section.tele-mid
{
background: url(../img/televisit-mid-bg.png) no-repeat center center;
background-size: cover;
}

@media(max-width: 992px)
{
.blog-cat-cvr a
{
  font-size: 14px !important;
}

.ind-split
{
  width: 46% !important;
}
.left-part 
{
  width: 75%;
  padding: 135px 0 136px 60px;
}

.app-mid-image
{
  width: 100%;
}

section.tele-main-bg
{
  padding: 140px 0;

}

.telebg-text p {
  padding: 5px;
  background: rgb(143, 204, 223, 0.5);
}
}

@media (max-width: 872px)
{
a.home-text
{
  font-size: 13px !important;
  padding: 10px 4px !important;
}
}

@media (max-width: 768px)
{

.header-top
{
  position: absolute;
  top: 0;
}

.mc-main-nav-bar {
  margin-top: 70px;
}

.main-logo
{
width: 140px;
}

li.dropdown.dropdown-submenu
{
width: 100%;
}

.web-head h4 {
font-size: 25px;
margin-top: 10px;
}

.web-head h1 {
font-size: 35px;
margin-bottom: 25px;
}

.web-head a
{
padding: 10px 25px;
margin: 10px 0;
font-size: 18px;
}

.web-head p
{
  padding: 10px;
  margin: 34px 0 15px;
  font-size: 24px;
}








.bg-left {
width: 100%;
float: none;
margin: 50px auto;
text-align: center;
display: table;
height: auto !important;
margin-bottom: 0 !important;
}

.telebg-text h1
{
  font-size: 30px;
}

.telebg-text p
{
  font-size: 18px;
}

section.tele-main-bg {
  padding: 95px 0;
}



.bg-left h1,
.app-bg-text h1
{
  font-size: 28px;
}

.bg-left p,
.app-bg-text p
{
  font-size: 16px;
}

.main-right
{
  width: 41%;
}

.bg-image
{
  width: 100%;
}

.mid-list h2
{
  font-size: 25px;
}

.bot-bnt-text h1,
.tele-bill-text h1
{
  font-size: 20px;
}



.app-mid-image {
width: 100%;
display: block;
margin: 0 auto;
}





.web-bot-inner p
{
font-size: 20px;
width: 100%;
}
}

@media (max-width: 767px)
{
.fea-img {
  width: 60%;
  margin: 10px auto;
}
}

@media (max-width: 576px)
{

.click-of
{
  padding: 0 10px !important;
}

.click-image
{
  width: 80% !important;
}

.dent-bnr-gif {
  width: 95% !important;
  background: rgba(255, 255, 255, 0.5) !important;
  margin: 5px auto !important;
  float: none !important;
}

section.paperless-bg
{
  background-position-x: 73%;
}

section.billpay-bg
{
  background-position-x: 67%;
}

.vir-banner
{
  background-position: -211px;
}
section.recall-main-bg {
  background: url(../img/recall-top.png) no-repeat center !important;
  background-size: cover !important;
}

section.pl-mainbg
{
  background: url(../img/paperless-main-bg.png) no-repeat !important;
  background-size: cover !important;
}

.meet-img {
  width: 60% !important;
  display: block;
  float: none;
  margin: 2% auto;
}

.bg-left {
  width: 90%;
  float: none;
  margin: 0 auto;
  text-align: center;
}

section.two-way-bg
{
background-position-x: 75%;
}

section.virtual-bg
{
background-position-x: 80%;
}

.left-part {
width: 100%;
  text-align: center;
  border-radius: 0;
  padding: 50px 10px  !important;
}

.telebg-left {
width: 90%;
float: none;
display: block;
/* justify-content: center; */
margin: 0 auto;
text-align: center;
}

}

section.mid-split2 {
background: #f5f5f5;
}

.mid-rght {
display: flex;
align-items: center;
}

section.tele-bill-bg
{
background: url(../img/img.jpg) no-repeat top right;
background-size: cover;
}

.tele-bill-text h1
{
color: #545454;
font-size: 40px;
font-weight: 700;
font-family: 'Gilroy-ExtraBold';
}

.tele-bill-text p
{
font-size: 20px;
font-family: 'Gilroy-Light';
color: #000000;
}

span.red-text {
color: #ff5156;
font-weight: 700;
}

.tele-bill-text {
margin: 50px 0 0;
}

section.telebill-bot-bnr
{
background: url(../img/2way-mid-banner.png) no-repeat center center;
background-size: cover;
border-top: 1px solid #eaeaea;
}

section.pl-mainbg
{
background: url(../img/paperless-main-bg.png) no-repeat center center;
background-size: cover;
width: 100%;
float: left;
padding: 140px 0;
}

.pl-right
{
padding: 0 0 50px;
width: 100%;
float: left;
}

.pl-right h1 {
font-size: 40px;
font-weight: 700;
color: #2eadc2;
text-align: center;
font-family: 'GILROY-EXTRABOLD';
}

.pl-right p
{
font-size: 18px;
text-align: center;
color: #ff5256;
font-family: 'Gilroy-Light';
}

.pl-right a
{
text-align: center;
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 8px 30px;
  color: #ff5256;
  text-transform: uppercase;
  font-size: 18px;
  border: 2px solid #ff5256;
  border-radius: 50px;
}

section.pl-bot-bnr
{
background: url(../img/pl-bot-bg.png) no-repeat center center;
background-size: cover;
}

section.who-are {
width: 100%;
float: left;
}

h3.h-head {
text-align: center;
text-decoration: underline;
margin-bottom: 30px;
font-family: 'Gilroy-ExtraBold';
}

.left-row {
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
border-radius: 10px;
padding: 10px;
width: 100%;
float: left;
}

.left-row h5
{
color: #4ac3d7;
text-align: center;
margin: 10px 0;
font-size: 25px;
font-weight: 600;
font-family: 'GILROY-EXTRABOLD';
}

ul.half {
width: 50%;
float: left;
}

ul.half li
{
list-style-image: url(../img/list-image.png);
  margin: 10px 0;
  font-size: 17px;
  font-weight: 350;
  color: #000;
}

@media (max-width: 768px)
{
section.billpay-bg
{
  padding-bottom: 60px;
}

section.of-main-bg
{
  background-position-x: 0;
  padding-bottom: 60px
}

.ind-split
{
  margin: 5px 2% !important;
}
.big-split {
  width: 83% !important;
  float: none !important;
  margin: 10px auto !important;
}

.cf-fst {
  width: 90% !important;
  float: none !important;
  margin: 0 auto;
}

.web-head {
  width: 100%;
  float: left;
  padding: 25px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}
ul.half {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

section.case-top-bnr,
section.pl-mainbg
{
  padding: 70px 0 !important;
}
}

.n-padd
{
padding-bottom: 0;
}







.dropdown-menu > li.more > a {
padding-left:5px;
}

.dropdown-submenu {
position:relative;
}
.dropdown-submenu>.dropdown-menu {
top:42px;
left:0;
margin-top:-6px;margin-left:-1px;
-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}

/*
.dropdown-submenu > a:after {
border-color: transparent transparent transparent #333;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
display: block;
float: right;  
height: 0;     
margin-right: -10px;
margin-top: 5px;
width: 0;
}
*/

.dropdown-submenu:hover>a:after {
border-left-color:#555;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
text-decoration: none;
}  

@media (max-width: 767px) {

.navbar-nav  {
display: inline;
}
.navbar-default .navbar-brand {
display: inline;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #61605c;
}
.navbar-default .navbar-nav .dropdown-menu > li > a {
background-color: #fff;
border-radius: 0;
margin-top: 2px;   
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background-color: #ccc;
}

.navbar-nav .open .dropdown-menu {
/* border-bottom: 1px solid white;*/
border-radius: 0;
}
.dropdown-menu {
  padding-left: 10px;
}
.dropdown-menu .dropdown-menu {
  padding-left: 20px;
}
.dropdown-menu .dropdown-menu .dropdown-menu {
  padding-left: 30px;
}
li.dropdown.open {
border: 0px solid red;
}

}

@media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {
display: block;
}
/* #navbar {
text-align: center;
width: 100%;
} */
.mc-main-nav-bar {
float: left;
width: 100%;
}
.mc-main-nav-bar .navbar {
border-radius: 0;
}
}  

.navbar-default {
background-color: rgba(255, 255, 255, 0.5);
border-color: #e7e7e7;
}

a.home-text {
color: #61605c !important;
font-size: 19px;
text-transform: uppercase;
font-family: HelveticaNeue-Condensed-Bold;
float: left !important;
width: 100%;
padding-top: 23px !important;
padding-bottom: 23px !important;

}

nav.main-nav-bar {
padding: 0;
border-top: 1px solid rgba(255, 255, 255, 0.8);
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
{
background-color: transparent;

}

a.drop-home
{
font-size: 17px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #4ac3d6 !important;
}

nav.inner-nav {
background: #4ac3d7;
padding: 8px 0;
}

a.inn-text
{
color: #fff !important;
font-size: 20px;
font-weight: 600;
font-family: Rajdhani-Bold;
float: left !important;
width: 100%;
}

.navbar
{
margin-bottom: 0;
}



































.bannerimage{
background: url(../image/banner.png) no-repeat ;
background-position: 70% 50% ;
position: relative;
height: 500px;

}
.banner-text{ 
position:relative;
padding-top: 20vh ;


}
.bannerparagraph1{
font-size: 30px;
color: #4ac3d7;
font-weight: 500;
margin-bottom: 0px;
}
.bannerheading{
font-weight: 500;
font-size: 60px;

}
.bannerparagraph2{
font-size: 22px;
padding-top: 10px;
padding-right: 600px;
}

.sectionheading{
font-weight: 500;
font-size: 30px;
padding-top: 20px;
padding-bottom: 20px;
}
.sectionparagraph{
font-size: 20px;
}

.Pricingsection{ 
font-weight: 500;
font-size: 30px;
padding-top: 40px; 
padding-bottom: 20px;
}
#section2{
background: url(../image/bodyimage.png) no-repeat ;
}

.Subscribesection{padding-top: 20px;
padding-bottom: 20px;}


.price-split {
width: 100%;
float: left;

box-shadow: 0 -8px 28px rgb(0 0 0 / 5%), 0 10px 10px rgb(0 0 0 / 7%);
}

.split-head {
background: #eee;
position: relative;
height: 15px;
width: 90%;
margin: 5%;
}

.split-head p {
position: absolute;
background: #fff;
top: -7px;
left: 34%;
font-size: 15px;
text-transform: uppercase;
padding: 4px 10px;
font-weight: 600;
color: #b9b9b9;
}

.split-price {
margin: 20px 0;
width: 85%;
float: left;
background: #3499db;
color: #fff;
border-radius: 0 50px 50px 0;
padding: 4px;
}

.split-price h1 {
font-weight: 700;
text-align: center;
margin: 0;
}

.split-price p {
text-align: center;
margin: 0;
font-size: 13px;
}

.split-list {
width: 90%;
float: left;
margin: 5%;

}

.split-list ul {
margin: 0;
padding: 0;
}
.lists{
font-size: 14px;
}
.split-list ul li {
list-style: none;
padding: 5px 0;
border-bottom: 1px solid #f1f1f161;
text-transform: uppercase;
}

.split-btn {
width: 100%;
float: left;
margin: 15px 0 0;
}

.split-btn a {
padding: 10px;
text-align: center;
display: block;
background: #2a2d42;
font-weight: 500;
text-transform: uppercase;
color: #fff;
}

.vir-mid-image {
width: 60%;
margin: 0 auto;
}

.vir-mid-image img
{
vertical-align: middle;
max-width: 100%;
}

.vir-mid-split2
{
background: url(../img/bodyimage.png) no-repeat center center;
background-size:  cover;
}

.vir-banner
{
background: url(../img/banner.png) no-repeat center center;
background-size:  cover;
padding: 140px 0;
}

.vir-banner-left
{
width: 100%;
float: left;
}

.vir-banner-left h3
{
font-size: 28px;
color: #4ac3d7;
font-weight: 500;
margin-bottom: 0px;
}

.vir-banner-left h1
{
font-weight: 500;
font-size: 40px;
font-family: 'Gilroy-ExtraBold';
margin: 5px 0 0;
}

.vir-banner-left p
{
font-size: 18px;
padding-top: 10px;
font-family: 'Gilroy-Light';
color: #000000;

}

h3.price-head {
text-align: center;
text-transform: uppercase;
font-weight: 600;
}

.addon {
width: 50%;
margin: 0 auto;
}

img.addon-icon {
float: left;
width: auto;
}

span.navbar-text {
margin: 10px 0;
width: 100%;
float: left;
font-weight: 600;
font-size: 17px;
}

label.check-lab {
font-size: 20px;
font-weight: 500;
color: #000;
}

@media (max-width: 768px)
{

.res-padd {
  padding: 10px !important;
  margin: 50px 0 !important;
}

.intake-bg .container, .schedule-bg .container, .resource-bg .container, .recall-bg .container, .virtual-bg .container, .case-study-bg .container, .mh-main-bg .container, .cf-main-bg .container, .int-main-bg .container,
.televisit-bg .container, .two-way-bg .container, .billpay-bg .container
{
  margin-left: 0 !important;
}
.po-relat
{
  margin-left: 0 !important;
}

#navbar-collapse-1
{
  margin-left: 0 !important;
}

.mid-split
{
  margin-bottom: 0;
}
nav.navbar.navbar-default.inner-nav {
  width: 100%;
  float: left;
}

.border-right {
border-radius: 0 0 15px 15px !important;
}

.border-left {
border-radius: 15px 15px 0 0 !important;
}
}

@media (max-width: 882px)
{
a.inn-text,
a.home-text
{
  font-size: 16px;
}
}

/*@media (max-width: 808px)
{
a.inn-text,
a.home-text
{
  font-size: 15px;
  padding: 10px !important;
}
}*/

ul.dropdown-menu
{
width: 725px;
background: #fff;
padding-bottom: 25px;
top: 72px;
border: none;
}

li.dropdown.dropdown-submenu
{
float: left;
padding: 0 15px;
background: #fff;
}

ul.link-menu
{
/*margin: 10px 25px 0 0;*/
padding: 0 0 0 0;
}

ul.link-menu li
{
list-style: none;
}

ul.link-menu li a
{
font-size: 13px;
margin-left: 0;
text-transform: uppercase;
color: #545454 !important;
display: block;
padding: 5px 0;
/*font-family: 'HelveticaNeue-Condensed-Bold';*/
}

section.case-top-bnr
{
background: url(../img/case-banner.png) no-repeat top right;
background-size: cover;
padding: 187px 0;
}

.case-left
{
width: 100%;
float: left;
}

.case-left h2
{
font-size: 30px;
  font-weight: 650;
  color: #545454;
  margin: 0;
  
font-family: 'Gilroy-ExtraBold';
}

.case-left h1
{
color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 40px;
  font-family: 'Gilroy-ExtraBold';
}

.case-split
{
width: 100%;
float: left;
background: #fff;
border-radius: 15px;
margin-bottom: 40px;
}

section.case-split-cvr {
background: #f0f0f3;
}

.case-photo-cvr {
background: #eaeaea;
width: 100%;
float: left;
}

.border-left
{
border-radius: 15px 0 0 15px;
}

.border-right
{
border-radius: 0 15px 15px 0;
}

.case-split-left
{
width: 100%;
float: left;
padding: 20px 25px;
}

.case-split-left h5
{
font-size: 22px;
color: #4ac3d7;

line-height: 27px;
}

.case-split-left p
{
font-size: 18px;
font-weight: 600;
float: right;
width: 100%;
text-align: right;
margin-top: 5px;
font-family: 'Gilroy-ExtraBold';
}

span.name-narrow {
font-family: 'Gilroy-Light';
}

/*
.case-split-left a
{
color: #ff5256;
font-size: 14px;
display: block;
border: 2px solid #ff5256;
float: left;
padding: 3px 3px 3px 10px;
border-radius: 100px;
text-transform: uppercase;
font-weight: 600;
margin-right: 11px;
}
*/

i.i-right {
border-radius: 100%;
border: 2px solid #ff5256;
width: 30px;
height: 30px;
padding: 5px;
margin-left: 6px;
}

.case-photo {
width: 200px;
margin: 0 auto;
display: block;
padding: 8px;
background: transparent;
border-radius: 15px;
border: 2px solid #fff;
}

.case-photo img
{
max-width: 100%;
vertical-align: middle;
}

.case-photo-cvr {
background: #eaeaea;
width: 100%;
float: left;
padding: 10px 50px;
}

p.fl-left
{
float: left;
}

section.case-bot-bnr
{
background: url(../img/case-bot-banner.png) no-repeat center center;
background-size: cover;
}

.case-bot-text h1
{
font-size: 29px;
  font-weight: 600;
  color: #2e5c9a;
  margin: 0;
}

.tabs input[type=radio] {
display: none; 
}
.tabs label {
transition: background 0.4s ease-in-out, height 0.2s linear;
display: inline-block;
cursor: pointer;
color: #2EBEB9;
width: 20%;
height: 3em;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background: #FCFCFC;
text-align: center;
line-height: 3em; 
}
.tabs label:last-of-type {
border-bottom: none; 
}
.tabs label:hover {
background: #259692;
color:#ffffff;
}
@media screen and (max-width: 1600px) {
.tabs label {
width: 15%; } 
}
@media screen and (max-width: 900px) {
.tabs label {
width: 20%; 
} 
}
@media screen and (max-width: 600px) {
.tabs label {
width: 100%;
display: block;
border-bottom: 2px solid #C7C6C4;
border-radius: 0; 
} 
}
@media screen and (max-width: 600px) {
.tabs {
margin: 0; 
} 
}

#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label, #tab5:checked + label, #tab6:checked + label {
background: #4ac3d7;
color: #FFFFFF; }

.tab-content {
position: absolute;
top: -9999px;
padding: 10px; 
}


@media screen and (max-width: 600px) {
.tab-content-wrapper, .tab1-content-wrapper {
border: none;
border-radius: 0; 
} 
}

#tab1:checked ~ .tab-content-wrapper #tab-content-1, #tab2:checked ~ .tab-content-wrapper #tab-content-2, #tab3:checked ~ .tab-content-wrapper #tab-content-3, #tab4:checked ~ .tab-content-wrapper #tab-content-4, #tab5:checked ~ .tab-content-wrapper #tab-content-5, #tab6:checked ~ .tab-content-wrapper #tab-content-6 {
position: relative;
top: 0px;
}

section.res-top-bnr
{
background: url(../img/res-top-bnr.png) no-repeat top right;
background-size: cover;
padding: 187px 0;
}

section.tab-wraper
{
background: #f0f0f3;
}

.content-inner
{
width: 100%;
float: left;
background: #fff;
margin-bottom: 25px;
border-radius: 15px;
display: inline-block;
transition-duration: $defaultDuration;
transition-property: transform;
@include hideTapHighlightColor(): ;
@include hardwareAccel(): ;
@include improveAntiAlias(): ;
}

.content-inner:hover 
{
transform: scale(1.05);
transition: all 0.3s linear;
}

.art-pic
{
width: 100%;
margin:  0;
display: block;
}

.art-pic img
{
max-width: 100%;
  vertical-align: middle;
}

.content-text
{
padding: 15px;
}

.content-text h3
{
font-size: 20px;
font-weight: 600;
color: #4ac3d7;
text-align: left;
min-height: 70px;
}

.content-text p
{
font-size: 16px;
text-align: left;
color: #000;
}

p.content-type {
font-weight: 700;
text-align: right;
text-transform: uppercase;
color: #bcbcbc;
}

.tab-cvr
{
text-align: center;
}

label.tab-text
{
background: #fff;
color: #000;
font-size: 15px;
font-weight: 300;
text-transform: uppercase;
border-radius: 5px;
}

section.res-bot-bnr
{
background: url(../img/res-bot-bg.png) no-repeat center center;
background-size: cover;
}

.res-bot-text h1
{
font-size: 29px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

span.sml {
text-transform: uppercase;
}

@media (max-width: 768px)
{

a.home-text, a.inn-text {
  font-size: 19px !important;
}

.home-nav
{
  margin-bottom: 25px;
}
a.call-text
{
  display: none;
}
}

section.schedule-main-bg
{
background: url(../img/app-schedule-top.png) no-repeat top right;
background-size: cover;
padding: 178px 0;
}

.schedule-left
{
width: 100%;
float: left;
}

.schedule-text
{
width: 100%;
float: left;
}

.schedule-text h1
{
color: #ff5256;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Gilroy-ExtraBold';
}

.schedule-text p
{
color: #000000;
font-weight: 300;
font-size: 20px;
font-family: 'Gilroy-Light';
}

section.schedule-bot-bnr
{
background: url(../img/app-schedule-bot.png) no-repeat center center;
background-size: cover;
border-top: 1px solid #ebf0f1;
}

h1.sc-text
{
color: #2b468b;
}

section.recall-main-bg
{
background: url(../img/recall-top.png) no-repeat center center;
background-size: cover;
padding: 140px 0;
}

.recall-left
{
width: 100%;
float: left;
}

.recall-text
{
width: 100%;
float: left;
}

.recall-text h1
{
color: #ff5256;
font-size: 40px;
font-weight: 700;
font-family: 'Gilroy-ExtraBold';
}

.recall-text p
{
color: #000000;
font-weight: 300;
font-size: 20px;
font-family: 'Gilroy-Light';
}

section.recall-bot-bnr
{
background: url(../img/recall-bot.png) no-repeat center center;
background-size: cover;
border-top: 1px solid #f5f2ef;
}

section.intake-main-bg
{
background: url(../img/intake-top-bg.png) no-repeat top right;
background-size: cover;
padding: 140px 0;
}

.intake-left
{
width: 100%;
float: left;
}

.intake-text
{
width: 100%;
float: left;
}

.intake-text h1
{
color: #535453;
font-size: 40px;
font-weight: 700;
font-family: 'Gilroy-ExtraBold';
}

.intake-text p
{
color: #000000;
font-weight: 300;
font-size: 18px;
margin: 20px 0;
font-family: 'Gilroy-Light';
}

span.blue-sep {
color: #4ac3d7;
}

.link-icon {
width: 150px;
display: block;
margin: 0 auto;
}

.link-split {
background: #fff;
padding: 10px 15px;
}

.link-icon img
{
max-width: 100%;
vertical-align: middle;
}

.link-split {
background: #fff;
padding: 10px 15px;
height: 70px;
display: flex;
align-items: center;
border-radius: 10px;
border: 1px solid #e1e1e1;
}

.left-padd
{
padding-left: 0;
}

section.intake-bot-bnr
{
background: url(../img/intake-bot-bg.png) no-repeat center center;
background-size: cover;
border-top: 1px solid #e0e5e7;
}

section.intake-mid
{
background: url(../img/intake-mid-bg.png) no-repeat center center;
background-size: cover;
}

.dropdown-menu>li>a
{

margin: 0;
font-size: 18px;
}

ul.link-menu li a:hover
{
color: #4ac3d6 !important;
}

.dropdown-menu>li>a:hover
{
background: transparent !important;
}


.mh-left
{
width: 100%;
float: left;
}

.mh-text
{
width: 100%;
float: left;
margin-bottom: 25px;
}

.mh-text h1
{
color: #4ac3d7;
font-size: 40px;
font-weight: 700;
font-family: 'Gilroy-ExtraBold';
}

.mh-text p
{
color: #000000;
  font-weight: 300;
  font-size: 18px;
  font-family: 'Gilroy-Light';
}

a.first-link {
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
color: #ff5256;
background: transparent;
padding: 5px 20px;
border-radius: 6px;
border: 1px solid #ff5256;
margin-right: 20px;
float: left;
text-align: center;
margin-bottom: 15px;
}

a.sec-link {
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
color: #fff;
background: #ff5256;
padding: 5px 20px;
border-radius: 6px;
border: 1px solid #ff5256;
margin-right: 20px;
float: left;
text-align: center;

}

section.mh-mid
{
background: url(../img/mh-mid-bg.png) no-repeat center center;
background-size: cover;
}

.bottom-mid
{
width: 100%;
float: left;
}

.bmid-text
{
width: 100%;
float: left;
}

.bmid-text h1
{
font-size: 30px;
font-weight: 600;
color: #4ac3d7;
text-align: center;
margin: 20px auto;
display: table;
width: 80%;
}

.bmid-text p
{
font-size: 17px;
font-weight: 350;
color: #000;
}

section.bottom-list
{
background: #f5f5f7;
}

.row-padd {
padding-right: 0;
}

span.big {
text-transform: uppercase;
}

.dr-icon-cvr {
width: auto;
float: left;
display: block;
}

.dr-icon {
width: 26px;
margin: 0 10px 0 0;
display: block;
}

.dr-icon img
{
max-width: 100%;
vertical-align: middle;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{
background: transparent;
}

.flt-right {
float: right;
}

.flt-left {
float: left;
}

section.badge-section {
background: #f7f7f7;
}

.badge-cvr
{
width: 100%;
float: left;
}

.badge-icon {
width: 100%;
display: block;
float: left;
}

.badge-icon img
{
max-width: 100%;
vertical-align: middle;
}

.part-cvr
{
width: 100%;
float: left;
}

.part-cvr h2
{
margin: 0;
text-align: center;
font-family: 'GILROY-EXTRABOLD';
font-size: 30px;
}

.part-cvr p
{
text-align: center;
margin: 20px 0;
font-size: 18px;
}

.icon-cvr {
width: 60%;
margin: 0 auto;
}

.part-icon {
width: auto;
margin: 5px auto;
display: table;
}

.part-icon img
{
max-width: 100%;
vertical-align: middle;
}


.less-width {
width: 40%;
}

section.badge-wraper {
background: #f5f5f5;
}

section.meet-wraper
{
background: #f7f7f7;
}

.meet-head
{
width: 100%;
float: left;
}

.meet-head h2
{
font-family: 'GILROY-EXTRABOLD';
text-align: center;
margin-bottom: 5px;
margin-top: 0;
}

.meet-detail
{
width: 100%;
float: left;
margin-bottom: 25px;
}

.detail-head
{
width: auto;
margin: 0 auto;
display: table;
}

.detail-head p
{
font-size: 19px;
margin: 15px auto;
text-align: center;
color: #989898;
text-transform: uppercase;
display: table;
width: auto;
position: relative;
}

.det-split-cvr
{
width: 100%;
float: left;
}

.meet-img
{
width: 100%;
display: block;
}

.meet-img img
{
max-width: 100%;
vertical-align: middle;
}

.detail-head p::before {
content: '';
background: #d2d2d2;
width: 33px;
height: 17px;
position: absolute;
top: 4px;
left: -45px;
}

.detail-head p::after {
content: '';
background: #d2d2d2;
width: 33px;
height: 17px;
position: absolute;
top: 4px;
right: -45px;
}

.web-right {
width: 360px;
position: absolute;
right: 10px;
top: 220px;
}



.widget-split {
width: 100%;
float: left;
margin-bottom: 5px;
}

.left-icon {
background: rgba(74, 195, 215, 0.5);
height: 66px;
width: 65px;
border-radius: 5px 0 0 5px;
float: left;
display: flex;
align-items: center;
}

.wid-text {
width: 80%;
float: left;
}

.wid-icon-cvr {
width: 40px;
margin: 5px auto;
display: block;
}

.wid-icon-cvr img
{
max-width: 100%;
vertical-align: middle;
}

.wid-text {
width: 80%;
float: left;
background: rgba(255, 255, 255, 0.65);
height: 50px;
border-radius: 0 5px 5px 0;
padding: 0;
min-height: 65px;
display: flex;
align-items: center;
}

.wid-text p {
font-size: 15px;
text-align: left;
/*font-family: 'HelveticaNeue-Thin';*/
margin-left: 10px;
margin-bottom: 0;
color: #000 !important;
}

.wid-text p:hover
{
color: #000;
}

@media (max-width: 451px)
{
.link-split
{
height: 45px;
}
}

button.wid-btn
{
position: absolute;
right: 29px;
top: 181px;
border: none;
background: transparent;
display: none;
}

.wid-btn-img {
width: 29px;
display: block;
margin: 0;
}

.wid-btn-img img
{
max-width: 100%;
vertical-align: middle;
}

.click-cvr {
width: 60%;
margin: 0 auto;
display: table;
}

.click-split {
width: 100%;
float: left;
border-radius: 15px;
background: #fff;
}

.click-image-cvr {
width: 100%;
float: left;
}

.click-image {
width: 175px;
display: block;
margin: 0 auto;
padding: 15px 0;
}

.click-image img
{
max-width: 100%;
vertical-align: middle;
}

.click-text {
width: 100%;
float: left;
padding: 25px 10px;
background: #4ac3d7;
border-radius: 0 0 15px 15px;
min-height: 92px;
}

.click-text p
{
text-align: center;
font-weight: 600;
font-size: 15px;
margin: 0;
color: #fff;
}

@media (max-width: 1199px)
{
.click-cvr
{
width: 75%;
}
}

@media (max-width: 617px)
{


/*.click-text
{
min-height: auto !important;
}*/

.icon-mob
{
margin-left: auto !important;
margin-right: auto !important;
float: none;
display: table;
}
}

@media (max-width: 440px)
{
.web-head h1
{
font-size: 29px !important;
text-shadow: -1px 2px 13px #d2d2d2 !important;
color: #525252;
}

.split-ind {
width: 100% !important;
}
.ind-split {
width: 100% !important;
}
}

@media (max-width: 400px)
{
.click-split {
width: 80% !important;
margin: 4% auto !important;
float: none !important;
display: table !important;
}



a.first-link,
a.sec-link
{
width: 90% !important;
float: left;
text-align: center;
margin: 5px 0;
}
}

ul.b-list {
width: 70%;
margin: 0 auto;
padding: 0;
}

ul.b-list li
{
font-size: 18px;
font-weight: 350;
margin: 15px 0;
color: #000;
list-style: none;
}

.b-list-text {
width: 100%;
margin: 0 auto;
}

.b-list-text h2
{
font-size: 30px;
font-weight: 600;
color: #4ac3d7;
text-align: center;
margin: 0 auto;
display: table;
width: 80%;
}

.indus-head
{
width: 100%;
float: left;
}

.indus-head h2
{
font-size: 30px;
font-weight: 600;
color: #4ac3d7;
text-align: center;
margin: 0 auto;
display: table;
width: 80%;
}

.ind-split-cvr
{
width: 85%;
margin: 0 auto;
}

section.indus-split {
background: #eeeef1;
}

.ind-split {
width: 20%;
float: left;
margin: 20px 2%;
}

.ind-split a
{
background: #fff;
padding: 15px;
margin: 0 auto;
display: block;
border-radius: 8px;
font-weight: 600;
font-size: 17px;
text-transform: uppercase;
text-align: center;
}

.big-split {
width: 29%;
margin: 10px 2%;
}

.split-ind {
margin: 0 auto;
display: table;
width: 87%;
}

section.mh-bot-bnr
{
background: url(../img/mh-bottom.png) no-repeat center center;
background-size: cover;
}

section.cf-main-bg
{
background: url(../img/banner/consent-form-bg.jpg) no-repeat top left;
background-size: cover;
padding-top: 0;
position: relative;
background-position-y: 33%;
padding-bottom: 159px;
}

.cf-fst
{
width: 100%;
float: left;
}

.cf-fst h2,
.cf-sec h2
{
font-size: 36px;
font-weight: 600;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
}

.cf-fst p
{
font-size: 16px;
font-weight: 350;
color: #000;
margin: 0;
}

section.cf-second
{
background: url(../img/cf-bg.png) no-repeat right bottom;
background-size: contain;
}

.cf-sec
{
width: 100%;
float: left;
}

.cf-split
{
width: 100%;
float: left;
position: relative;
}

.cf-split-img
{
width: 100%;
float: left;
}

.cf-split-img img
{
max-width: 100%;
vertical-align: middle;
}

p.cf-sec-text {
position: absolute;
bottom: 0;
left: 0;
background: rgba(255, 255, 255, 0.5);
width: 100%;
text-align: center;
padding: 23px 27px;
font-family: 'Gilroy-ExtraBold';
color: #000;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
font-weight: 600;
font-size: 16px;
min-height: 91px;
}

section.cf-last
{
background: url(../img/cf-mid-bg.png) no-repeat left bottom;
background-size: contain;
}

section.cf-bot-bnr
{
background: url(../img/cf-bot.png) no-repeat center center;
background-size: cover;
border-top: 1px solid #ebeff2;
}

section.int-main-bg
{
background: url(../img/banner/online-patient-form.jpg) no-repeat left bottom;
background-size: cover;
padding-top: 0;
background-position-y: 90%;
padding-bottom: 100px;
}

.int-vd-cvr {
width: 100%;
float: left;
}

.int-vd-cvr h2
{
font-size: 36px;
font-weight: 600;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
}

.int-vd-cvr p
{
font-size: 16px;
font-weight: 350;
color: #000;
margin: 0;
line-height: 30px;
}

p.p-align
{
text-align: center;
}

.int-vd {
width: 50%;
margin: 50px auto;
display: flex;
align-items: center;
justify-content: center;
}

.int-vd img
{
max-width: 100%;
vertical-align: middle;
}

.int-vd-cvr
{
width: 100%;
float: left;
}

.int-vd-cvr h2
{
font-size: 25px;
font-weight: 600;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
}

a.blue-link {
font-family: 'Gilroy-ExtraBold';
font-size: 18px;
color: #0e0ecd;
}

.int-mid-img
{
width: 50%;
margin: 50px auto;
display: table;
}

.int-mid-img img
{
max-width: 100%;
vertical-align: middle;
}

section.int-bot-bnr
{
background: url(../img/intake-bot.png) no-repeat center center;
border-top: 1px solid #f5f9f9;
background-size: cover;
}

p.align
{
text-align: center;
}

#navbar-collapse-1{
margin-left: 32px;
}

.po-relat{
margin-left: 35px;
}

.intake-bg .container, .schedule-bg .container, .resource-bg .container, .recall-bg .container,
.virtual-bg .container, .case-study-bg .container, .mh-main-bg .container, .cf-main-bg .container,
.int-main-bg .container{
margin-left: 35px; 
}

.televisit-bg .container, .two-way-bg .container, .billpay-bg .container{
margin-left: 50px;
}

.play-btn {
width: 95px;
position: absolute;
}

.play-btn img
{
max-width: 100%;
vertical-align: middle;
}

.r-det-cvr 
{
width: 70%;
padding: 50px;
border-radius: 15px;
margin: 0 auto;
box-shadow: 0.25rem 0.25rem 5.7rem rgb(0 0 0 / 5%);
display: table;
}

h3.r-det-text 
{
text-align: left;
width: 100%;
margin: 0 0 15px;
font-size: 23px;
font-weight: 600;
color: #4ac3d7;
}

.r-det-img 
{
width: 445px;
display: block;
margin: 0;
}

.back-btn {
width: 100%;
float: left;
}

.r-det-img img
{
max-width: 100%;
vertical-align: middle;
}

.r-det-text {
width: 100%;
float: left;
margin: 25px 0;
}

.r-det-text p
{
font-size: 16px;
text-align: left;
}

.back-btn a {
text-align: center;
display: table !important;
width: auto;
margin: 10px auto;
border-radius: 10px;
font-size: 18px;
font-weight: 600;
color: #fff;
background: #4ac3d7;
padding: 10px 15px;
}

@media (max-width: 1200px)
{
.demo-mid-list
{
padding: 80px 0 !important;
}

.r-det-cvr
{
width: 80% !important;
padding: 40px;
}

.out-text-cvr
{
width: 70% !important;
}

.out-text
{
left: 29% !important;
}

.out2 {
left: 18% !important;
}
}

@media (max-width: 992px)
{
.r-det-cvr {
width: 100% !important;
padding: 10px;
}
}

@media (max-width: 576px)
{
.r-det-img
{
width: 100%;
}

.tele-bill-text {
padding: 10px 5px;
background: rgba(255, 255, 255, 0.5);
border-radius: 5px;
}

section.televisit-bg
{
background-position-x: 75% !important;
}
}








section.grey-bg
{
background: #f9f9f9;
}

section.dow-top
{
background: url(../img/down-top.png) no-repeat center center;
background-size: cover;
padding-bottom: 0;
padding-top: 10px;
}

.download-part
{
width: 100%;
float: left;
padding-left: 60px;
}

.download-part h1
{
text-align: left;
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 10px;
color: #535453;
text-decoration: underline;
margin-top: 0;
}

.download-part ul
{
padding: 0;
width: 100%;
float: left;
display: table;
}

.download-part ul li
{
list-style: none;
display: block;
padding: 3px 0;
color: #535453;
font-size: 19px;
}

.download-part ul li a
{
color: #ff0000;
}

.down-white
{
width: 70%;
margin: 0 auto;
}

.down-white h3
{
margin-bottom: 20px;
text-align: center;
font-weight: 600;
color: #4ac3d7;
font-size: 28px;
}

.down-white ul
{
padding: 0;
width: auto;
margin: 0 auto;
display: table;
}

.down-white ul li
{
font-size: 17px;
font-weight: 350;
margin: 5px 0;
list-style: none;
color: #000;
list-style-image: url(../img/list-image.png);
}

.down-white a
{
background: #ff5256;
text-align: center;
display: table;
margin: 50px auto 0;
padding: 10px 44px;
border-radius: 10px;
color: #fff;
font-family: HelveticaNeue-Bold;
font-size: 28px;
}

h2.cap-item {
text-transform: uppercase;
}

section.down-test {
padding-bottom: 0;
}

section.audio-part {
background: #f3f3f5;
padding-bottom: 0;
}

.audio-split {
width: 100%;
float: left;
background: #fff;
border-radius: 20px;
padding: 20px;
margin: 30px 0;
}

.audio-image {
width: 170px;
margin: 0 auto;
display: block;
}

.audio-image img
{
max-width: 100%;
vertical-align: middle;
}

h5.person-name {
text-align: center;
margin: 20px 0 0;
font-size: 22px;
font-family: 'GILROY-EXTRABOLD';
}

p.org-name {
text-align: center;
text-transform: uppercase;
font-size: 16px;
margin: 0;
font-family: 'Gilroy-Light';
}

p.e-org-name
{
text-align: center;
font-size: 16px;
margin: 0;
font-family: 'Gilroy-Light';
}

.audio-star {
width: 100%;
float: left;
}

.star-icon {
width: 100px;
margin: 15px auto;
display: block;
}

.star-icon img
{
max-width: 100%;
vertical-align: middle;
}

section.down-video
{
background: #f3f3f5;
padding-bottom: 25px;
}

.vid-bg {
width: 100%;
float: left;
background: #fff;
padding: 15px 0;
}

.d-video {
box-shadow: 2px 2px 45px 5px rgba(174,174,192,0.49);
-webkit-box-shadow: 2px 2px 45px 5px rgba(174,174,192,0.49);
-moz-box-shadow: 2px 2px 45px 5px rgba(174,174,192,0.49);
width: 100%;
float: left;
border: 6px solid #FFF;
}

.vdo-head {
margin-bottom: 30px;
}

.audio-btn-bk {
background: #efefef;
height: 125px;
padding-top: 40px;
border-left: 1px solid #dde7f3;
border-right: 1px solid #dde7f3;
}

.audio-controls {
z-index: 999;
}

.audio-controls .btn-danger {
border-radius: 100%;
width: 50px;
height: 50px;
text-align: center;
padding: 0;
transition: all 0.5s;
}

.audio-player {
display: none;
}

audio.audio-inn {
width: 100%;
}

.audio-bar
{
width: 100%;
float: left;
margin-top: 30px;
}

.down-left 
{
width: 100%;
float: left;
}

.tab-pic
{
width: 100%;
display: block;
margin: 0 auto;
}

.tab-pic img
{
max-width: 100%;
vertical-align: middle;
}

.form-control-lg {
font-size: 13px;
height: 50px;
}

.btn-primary {
background: #e81c2b;
border: 1px solid #e81c2b;
padding: 13px 30px;
}

.nospam {
text-align: center;
padding-top: 20px;
font-size: 13px;
color: #555;
margin-bottom: 0;
}

h5.mod-title {
font-size: 20px;
display: table;
float: left;
}

input.form-control {
border: #ddd 1px solid;
margin: 10px 0;
border-radius: 2px;
font-size: 15px;
}

















@media(max-width: 992px)
{
.demo-text
{
width: 100% !important;
}
.demo-mid-list
{
padding: 20px 0 !important;
}

.demo-text h1
{
font-size: 45px !important;
}

.demo-text p
{
font-size: 53px !important;
}

p.demo-bnr-primary,
p.demo-bnr-secondary
{
font-size: 19px !important;
}

.dr-icon
{
margin: 5px 0 !important;
}
.d-video 
{
margin-bottom: 25px;
}

.badge-icon
{
width: 100%;
}

/*.audio-split
{
width: 46%;
margin: 30px 2%;
}*/

/*.d-video
{
width: 46%;
margin: 0 2%;
}*/

.down-left
{
width: 89%;
}

.tab-pic
{
width: 87%;
}

.download-part
{
padding-left: 0;
}
}


@media (max-width: 768px)
{
.download-part 
{
width: 100%;
margin: 90px auto 0;
}

.down-left
{
width: 100%;
}

.tab-pic
{
width: 70%;
}

.down-white
{
width: 85%;
}

.test-say p
{
min-height: auto;
}

.audio-image
{
width: 150px;
}
}

@media (max-width: 576px)
{
.vir-banner-left {
padding: 10px;
background: rgba(255, 255, 255, 0.7);
border-radius: 5px;
}

.audio-split
{
width: 100%;
margin: 20px auto;

}

.d-video
{
width: 95%;
margin: 20px auto;
float: none;
}
}

@media (max-width: 384px)
{
.down-white a
{
font-size: 23px;

margin: 25px auto 0;
padding: 10px 20px;
}
}

section.dup
{
background: url(../img/down-dup.png) no-repeat center center;
background-size: cover;
}

.left-img-cvr {
width: 90%;
float: left;
}

a.drop-home::after
{
display: none;
}

ul.sec-drop-menu
{
width: 225px;
padding: 5px;
}

ul.sec-drop-menu li
{
float: left;
padding: 5px 15px !important;
background: #fff;
width: 100%;
}

ul.sec-drop-menu li a
{
font-size: 13px;

text-transform: uppercase;
color: #545454 !important;
display: block;
padding: 5px 0;
float: left;
margin-left: 9px;

}

ul.sec-drop-menu li a:hover
{
color: #4ac3d6 !important;
}

.sec-drop-icon 
{
width: 25px;
float: left;
display: block;
margin: 0;
}

.sec-drop-icon img
{
max-width: 100%;
vertical-align: middle;
}

button.navbar-toggler 
{
border: 1px solid rgba(255, 255, 255, 0.5) !important;
margin: 5px;
padding-right: 5px;
padding-left: 5px;
}

@media (max-width: 1165px)
{
ul.dropdown-menu
{
top: 66px;
}
}

i.i-play 
{
border-radius: 100%;
border: 2px solid #ff5256;
width: 30px;
height: 30px;
padding: 7px;
margin-left: 6px;
font-size: 13px;
}

i.i-mic
{
border-radius: 100%;
border: 2px solid #ff5256;
width: 30px;
height: 30px;
padding: 7px;
margin-left: 6px;
font-size: 13px; 
}

.dent-bnr-gif 
{
width: 100%;
float: left;
display: block;
padding: 0 15px;
border-radius: 15px 15px 0 0;
background: rgba(255, 255, 255, 0.5);
}

.dent-bnr-gif img
{
max-width: 100%;
vertical-align: middle;
}

@media (max-width: 992px)
{
ul.dropdown-menu
{
width: 100% !important;
float: left !important;
}

ul.dropdown-menu 
{
width: 100% !important;
float: left !important;
}
}
/* hari_create_cloud_section_style */


.highlights 
{
padding: 10px 0 60px 0;}

.highlights img 
{
height: 100px;
margin-bottom: 20px;
}
.box
{
width: 100%;
display: block;
padding: 20px;
border-radius: 10px;
text-align: center;
}

@media (max-width: 676px)
{
.link-split
{
width: 30%;
}

.d-flex 
{
display: block !important;
padding-left: 0;
}
}

@media (max-width: 576px)
{
.link-split 
{
width: 32%;
margin-bottom: 10px;
}
}

.det-top-cvr
{
background: #f3f3f5;
position: relative;
width: 100%;
float: left;
padding-bottom: 50px;

}

section.det-white 
{
background: #fff;
padding-bottom: 130px;
}

.detail-test-cvr
{
width: 100%;
float: left;

}

.det-pic-cvr 
{
width: auto;
position: absolute;
top: -22%;
right: 40%;
left: 40%;
}

.detail-test-cvr 
{
width: 100%;
float: left;
margin-top: 185px;
}

.det-test-content 
{
background: #fff;
width: 88%;
margin: 0 auto;
padding: 30px;
border-radius: 10px;
}

.det-pic 
{
width: 240px;
display: block;
margin: 0 auto;
}

.det-pic img
{
max-width: 100%;
vertical-align: middle;
}

.det-test-content p 
{
margin: 0;
font-size: 17px;
text-align: left;
color: #000;
font-family: 'Gilroy-Light';
width: 100%;
margin: 0 auto;
}

.det-audio-cvr 
{
width: 100%;
float: left;
margin-top: 35px;
}


.det-audio 
{
width: 70%;
margin: 25px auto 0;
background: #fff;
display: table;
padding: 10px;
border-radius: 15px;
}

.det-audio-bar
{
margin: 0;
}

section.det-mid-bg
{
background: url(../img/det-mid-bg.png) no-repeat center center;
background-size: cover;
}

.det-mid-inner 
{
width: 70%;
margin: 0 auto;
display: table;
}

.det-inner-split 
{
width: 100%;
float: left;
margin: 10px 0;
}

.det-inner-split h3
{
font-size: 23px;
color: #4ac3d7;
font-family: Helvetica;
}

.det-inner-split ul
{
margin: 0;
padding: 0;
}

.det-inner-split ul li
{
font-size: 16px;
font-weight: 350;
margin: 12px 0;
list-style: none;
color: #000;
}

a.det-inner-btn 
{
display: table;
margin: 0 auto;
padding: 15px 20px;
text-align: center;
font-size: 18px;
font-weight: 600;
background: #ff5256;
border-radius: 10px;
color: #fff;
margin-top: 40px;
}

audio.audio-inn
{
float: left;
}

.dropdown-menu>li>a
{
padding-left: 0;
}

@media (max-width: 992px)
{
.det-pic-cvr
{
  right: 38%;
  left: 38%;
}

.det-mid-inner
{
  width: 100% !important;
}

}

@media (max-width: 768px)
{
p.demo-bnr-primary
{
margin: 10px 0 0 !important;
}
section.cf-main-bg
{
background-position-x: 80%;
padding-bottom: 60px;
}

.det-pic-cvr 
{
right: 35%;
left: 35%;
top: -100px;
width: 200px !important;
}

.det-pic
{
width: 100% !important;
}
}

@media (max-width: 576px)
{
.det-pic-cvr 
{

left: 35%;
top: -70px;
width: 175px !important;
}

.m-platform-cover 
{
display: table !important;
float: none;
width: 400px !important;
height: 400px !important;
margin: 30px auto 100px;
}

.m-platform-cover .m-platform-center 
{
width: 120px !important;
height: 120px !important;
display: table;
margin-left: auto;
margin-right: auto;
}

.m-platform-cover .m-platform-center .item-box
{
width: 120px !important;
height: 120px !important;
}

.m-platform-cover .m-platform-center .item-box-12
{
margin-top: -145px !important;
}

.m-platform-cover .m-platform-center .item-box-10
{
margin-left: -145px !important;
}

.m-platform-cover .m-platform-center .item-box-2
{
margin-left: 145px !important;
}

.m-platform-cover .m-platform-center .item-box-8
{
margin-left: -145px !important;
margin-top: 80px !important;
}

.m-platform-cover .m-platform-center .item-box-6
{
margin-top: 140px !important;
}

.m-platform-cover .m-platform-center .item-box-4
{
margin-top: 80px !important;
margin-left: 145px !important;
}

.m-platform-cover .m-platform-center
{
margin-left: 140px !important;
}

}

@media (max-width: 480px)
{
.det-pic-cvr {

left: 32%;
}
}

@media (max-width: 436px)
{

.m-platform-cover .m-platform-center .item-box
{
font-weight: 600 !important;
font-size: 12px !important;
line-height: 11px !important;
}

.m-platform-cover .m-platform-center .item-box 
{
width: 100px !important;
height: 100px !important;
}

.m-platform-cover .m-platform-center
{
width: 100px !important;
height: 100px !important;
}

.m-platform-cover .m-platform-center .item-box-10 
{
margin-left: -105px !important;
}

.m-platform-cover .m-platform-center .item-box-12 
{
margin-top: -115px !important;
}

platform-center .item-box-2 {
margin-left: 105px !important;
}

.m-platform-cover .m-platform-center .item-box-8 
{
margin-left: -95px !important;
margin-top: 49px !important;
}

.m-platform-cover .m-platform-center .item-box-6 
{
margin-top: 115px !important;
}

.m-platform-cover .m-platform-center .item-box-4 
{
margin-top: 49px !important;
margin-left: 105px !important;
}

.m-platform-cover .m-platform-center 
{
margin-left: 121px !important;
}

.m-platform-cover .m-platform-center .item-box-2 
{
margin-left: 110px !important;
}

.m-platform-cover .m-platform-center
{
margin-top: 80px !important;
}

.m-platform-cover
{
margin-bottom: 0 !important;
}


}

@media (max-width: 425px)
{
.det-pic-cvr 
{

left: 30%;
}
}

@media (max-width: 399px)
{
.det-pic-cvr {

left: 28%;
}
}

@media (max-width: 372px)
{
.m-platform-cover .m-platform-center 
{
margin-left: 114px !important;
}
}

@media (max-width: 369px)
{
.det-pic-cvr 
{

left: 26%;
}
}

@media (max-width: 339px)
{
.det-pic-cvr 
{

left: 24%;
}
}

p.why-mid-para
{
font-size: 17px;
margin: 15px 0;
list-style: none;
color: #000;
line-height: 30px;
float: left;
width: 100%;
}

a.why-mid-btn
{
background: #4cc3d7;
padding: 8px 40px;
border-radius: 50px;
font-size: 18px;
color: #fff;
margin-top: 8px;
display: table;
text-align: center;
font-family: HelveticaNeue-Thin;
}

.why-last-split 
{
margin-bottom: 0;
}

section.why-last 
{
padding-bottom: 0;
}

.why-spl-top
{
padding-top: 0;
padding-bottom: 0;
}

.why-spl
{
margin-top: 40px;
}

.why-spl-img
{
width: 500px;
}

.m-platform-cover 
{
width: 490px;
height: 490px;
display: inline-block;
margin-left: auto;
margin-right: auto;
}

.m-platform-cover .m-platform-center 
{
width: 150px;
height: 150px;
display: block;
position: relative;
margin-top: 170px;
margin-left: 170px;
margin-right: auto;
}

.m-platform-cover .m-platform-center .item-box-12 
{
background: url(../img/circle2.svg);
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: top center;
margin-top: -170px;
}

.m-platform-cover .m-platform-center .item-box 
{
position: absolute;
width: 150px;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 20px;
text-align: center;
color: #575757;
font-weight: 700;
font-size: 14px;
line-height: 18px;
transition: all 0.3s;
}

.m-platform-cover .m-platform-center .item-box-10 
{
background: url(../img/circle3.svg);
background-size: 100% 100%;
background-repeat: no-repeat;
margin-top: -70px;
margin-left: -170px;
background-position: left center;
}

.m-platform-cover .m-platform-center .item-box-8 
{
background: url(../img/circle4.svg);
background-size: 100% 100%;
background-repeat: no-repeat;
margin-top: 100px;
margin-left: -170px;
background-position: left center;
}

.m-platform-cover .m-platform-center .item-box-6 
{
background: url(../img/circle5.svg);
background-size: 100% 100%;
background-repeat: no-repeat;
margin-top: 170px;
background-position: bottom center;
}

.m-platform-cover .m-platform-center .item-box-4 
{
background: url(../img/circle6.svg);
background-size: 100% 100%;
background-repeat: no-repeat;
margin-top: 100px;
margin-left: 170px;
background-position: right center;
}

.m-platform-cover .m-platform-center .item-box-2 
{
background: url(../img/circle1.svg);
background-size: 100% 100%;
background-repeat: no-repeat;
margin-top: -70px;
margin-left: 170px;
background-position: right center;
}

.m-platform-cover .m-platform-center .item-box:hover 
{
transform: rotate(
30deg
);
}

h2.about-banner-head.pb-3
{
font-size: 33px;
color: #525252;
font-family: 'GILROY-EXTRABOLD';
margin: 0;
padding: 0 !important;
}

.less-mar
{
margin: 10px 0 0 !important;
}

.res-detail-wrap
{
width: 100%;
float: left;
}

.det-wrap-head
{
width: 100%;
float: left;
}

.detail-crumb
{
width: 100%;
float: left;
}

a.crumb 
{
display: table;
float: left;
margin-top: 10px;
margin-right: 20px;
font-size: 16px;
color: #000;
margin-bottom: 10px;
padding-right: 10px;
border-right: 1px solid #d4d4d4;
}

a.crumb:last-child
{
color: #4ac3d7;
border-right: none;
}

.det-wrap-head h1
{
float: left;
font-size: 22px;
font-weight: 600;
color: #4ac3d7;
text-align: left;
width: 90%;
margin-top: 10px;
}

.det-left-art
{
width: 100%;
float: left;
margin: 10px 0;
}

.art-date,
.art-author
{
width: auto;
float: left;

}

.art-date p
{
display: table;
float: left;
margin-top: 10px;
margin-right: 20px;
font-size: 15px;
color: rgb(104, 104, 104);
margin-bottom: 10px;
padding-right: 10px;

}

i.i-clock 
{
color: #4ac3d7;
font-weight: 500 !important;
margin-right: 10px;
}

.art-author a
{
display: table;
float: left;
margin-top: 10px;
margin-right: 20px;
font-size: 15px;
color: #000;
margin-bottom: 10px;
padding-right: 10px;
}

.i-pencil
{
color: #4ac3d7;

margin-right: 10px; 
}

.det-main-image 
{
width: 100%;
float: left;
display: block;
margin: 0 0 20px;
}

.det-main-image img
{
max-width: 100%;
vertical-align: middle;
box-shadow: 0.25rem 0.25rem 0.7rem rgb(0 0 0 / 5%);


}

.det-main-content
{
width: 100%;
float: left;
}

.det-main-content p
{
font-size: 16px;
text-align: left;
color: #000;
}

.det-right-cvr
{
width: 100%;
float: left;
}

.right-detail-inner
{
width: 100%;
float: left;
border: 7px solid #eee;
padding: 15px;
margin-top: 15px;
}

.det-underline 
{
width: 100px;
height: 4px;
background: #525252;
float: left;
}

.right-detail-inner h1 
{
float: left;
font-size: 22px;
font-weight: 600;
color: #000;
text-align: left;
width: 90%;
margin: 0 0 30px;
}

.detsplit-cvr
{
width: 100%;
float: left;
}

.det-split-box 
{
width: 100%;
float: left;
margin: 0 0 15px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
padding-top: 10px;
display: flex;
align-items: center;
}

.sml-image 
{
width: 20%;
float: left;
}

.sml-image img
{
max-width: 100%;
vertical-align: middle;
}

.right-s-content 
{
width: 80%;
float: left;
padding-left: 10px;
}

p.right-s-date 
{
margin: 0;
color: #c7c7c7;
}

.right-s-content a 
{
text-align: left;
color: #000;
font-size: 15px;
font-family: Helvetica;
font-weight: 550;
}

.right-s-content a:hover
{
color: #4ac3d7;
}

.res-btn-wraper
{
width: 100%;
float: left;
margin-top: 25px;
}

a.det-back-btn 
{
color: #ff5256;
font-size: 16px;
display: block;
border: 2px solid #ff5256;
float: left;
padding: 5px 25px;
border-radius: 100px;
font-weight: 450;
font-family: 'Gilroy-ExtraBold';
margin-right: 20px;
}



a.det-next-btn 
{
color: #4ac3d7;
font-size: 16px;
display: block;
border: 2px solid #4ac3d7;
float: left;
padding: 5px 25px;
border-radius: 100px;
font-weight: 450;
font-family: 'Gilroy-ExtraBold';
}

.det-split-box:last-child
{
margin-bottom: 0;
border-bottom: none;
}

@media (max-width: 992px)
{
.res-det-mob
{
display: none;
}
}

section.res-detail-bg
{
background: url(../img/banner/res-detail.jpg) no-repeat center center;
background-size: cover;
padding-top: 0;
position: relative;
background-position-y: 0;
padding: 0 0 300px;
}

.why-nav 
{
margin-bottom: 35px;
}

@media (max-width: 992px)
{
.case-split-left a 
{
width: 50%;
float: left !important;
display: table;
margin-bottom: 10px;
line-height: 28px;
}

i.i-right,
i.i-play,
i.i-mic
{
float: right;
}
}

@media (max-width: 768px)
{
a.why-mid-btn 
{
margin: 0 auto;
}

.mid-list h2
{
margin-top: 25px;
}
}

.btn-left {
float: left;
}

@media (max-width: 466px)
{
.case-split-left a
{
width: 60%;
}
}
@media (max-width: 437px)
{
.m-platform-cover 
{
margin-top: 150px;
}


}

@media (max-width: 418px)
{
.case-split-left a
{
width: 65%;
}
}

@media (max-width: 378px)
{
.case-split-left a
{
width: 70%;
}

.demo-text p 
{
font-size: 48px !important;
}

.demo-text h1 
{
font-size: 41px !important;
}

p.demo-bnr-primary, p.demo-bnr-secondary 
{
font-size: 16px !important;
}

.demo-text a
{
font-size: 20px !important;
}
}

@media (max-width: 358px)
{
.case-split-left a
{
width: 80%;
}
}

h5.video-modal-head
{
font-size: 22px;
color: #4ac3d7;
}

.case-modal-bg 
{
background: url(../img/cf-bg.png) no-repeat right;
background-size: contain;
text-align: center;

}

.m-video 
{
width: 80%;
margin: 0 auto;
float: left;
}

.video-border 
{
border-radius: 10px;
}

.case-split:hover .case-photo 
{
transform: translateX(30px);
transition: 0.3s linear;
}

.case-split:nth-child(2):hover .case-photo
{
transform: translateX(-30px);
transition: 0.3s linear;
}

.case-split:nth-child(4):hover .case-photo
{
transform: translateX(-30px);
transition: 0.3s linear;
}

.case-split:nth-child(6):hover .case-photo
{
transform: translateX(-30px);
transition: 0.3s linear;
}

.case-split:nth-child(8):hover .case-photo
{
transform: translateX(-30px);
transition: 0.3s linear;
}

.case-split:nth-child(10):hover .case-photo
{
transform: translateX(-30px);
transition: 0.3s linear;
}

.aud-mod-split
{
margin: 0;
background: transparent;
}

.of-text h1
{
color: #ff5256;
font-size: 40px;
font-weight: 700;
font-family: 'Gilroy-ExtraBold';
}

span.of-sml 
{
font-family: 'GILROY-EXTRABOLD';
font-size: 28px;
}

section.of-grey
{
background: #f7f7f8;
-webkit-box-shadow: inset 0px 0px 15px -8px rgba(0,0,0,0.52); 
box-shadow: inset 0px 0px 15px -8px rgba(0,0,0,0.52);
}

.less-bot-mar
{
margin-bottom: 0 !important;
}

a.why-brn-btn
{
background: #ff5256;
}

#button-2 
{
position: relative;
overflow: hidden;
cursor: pointer;
}

#button-2 a 
{
position: relative;
transition: all .35s ease-Out;
}

#slide 
{
width: 100%;
height: 100%;
left: -200px;
background: #ff5256;
position: absolute;
transition: all .35s ease-Out;
bottom: 0;
}

#button-2 a
{
color: #ff5256;
}

#button-2:hover #slide 
{
left: 0;
}

#button-2:hover a 
{
color: #fff;
}

#button-2:hover i.i-right,
#button-2:hover i.i-play,
#button-2:hover i.i-mic
{
border: 2px solid #fff;
}

.button-case {
display: inline-flex;
overflow: hidden;
color: #ff5256;
font-size: 14px;
display: block;
border: 2px solid #ff5256;
float: left;
padding: 3px 3px 3px 10px;
border-radius: 100px;
text-transform: uppercase;
font-weight: 600;
margin-right: 11px;
}

.click-of
{
width: 100% !important;
}

p.of-click-text 
{
font-weight: normal;
}

p.barcket 
{
font-size: 12px;
font-weight: normal;
margin: 0;
}

.int-cvr
{
width: 100%;
float: left;
}

.int-cvr h2
{
font-size: 36px;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
}

.int-logo-cvr
{
width: 100%;
float: left;
}

.int-split 
{
width: 20%;
float: left;
margin: 2%;
}

.int-split img
{
max-width: 100%;
vertical-align: middle;
}

.of-fea-head 
{
width: 100%;
float: left;
}

.of-fea-head h2
{
font-size: 36px;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
margin: 0;
position: relative;
}

section.of-features
{
padding: 0;
}

.of-fea-head h2::after 
{
content: '';
width: 40%;
height: 37px;
position: absolute;
right: 0;
top: 0;
background: #eee;
}

.of-fea-head h2::before 
{
content: '';
width: 40%;
height: 37px;
position: absolute;
left: 0;
top: 0;
background: #eee;
}

.of-last-card
{
width: 100%;
float: left;
margin-top: 50px;
}

.of-last-card img
{
max-width: 100%;
vertical-align: middle;
}

section.of-webinar
{
background: url(../img/of-webinar-bg.png) no-repeat center center;
background-size: cover;
box-shadow: 0px 2px 27px 3px rgb(110 110 110 / 75%);
-webkit-box-shadow: 0px 2px 27px 3px rgb(110 110 110 / 15%);
-moz-box-shadow: 0px 2px 27px 3px rgba(110,110,110,0.75);
}

p.of-c-text 
{
width: auto;
display: table;
margin: 70px auto 0;
font-size: 20px;
padding: 5px 20px;
background: #fff;
border: 2px solid #4ac3d7;
border-radius: 100px;
}

.of-webinar-content 
{
width: 100%;
float: left;
}

.web-cont-left 
{
float: left;
width: 50%;
}

.web-cont-right 
{
float: left;
width: auto;
}

.web-cont-left h5 
{
margin: 0;
color: #000;
font-size: 25px;
font-weight: 550;
float: left;
width: 100%;
font-family: 'Gilroy-ExtraBold';
}

p.of-web-date 
{
margin: 4px 0 0;
border-radius: 100px;
color: #ff5256;
width: 100%;
float: left;
font-size: 20px;
font-family: 'Gilroy-Light';
}

.web-cont-right a 
{
display: block;
text-align: center;
font-size: 19px;
padding: 10px 60px;
margin: 10px 0;
background: #FF5251;
border-radius: 5px;
color: #fff;
font-family: 'Gilroy-Light';
}

@media (max-width: 992px)
{
.of-i-split
{
width: 100% !important;
}

.of-fea-head h2::before
{
width: 30%;
}

.of-fea-head h2::after
{
width: 30%;
}

.int-split
{
width: 46%;
margin: 2%;
text-align: center;
}

.spl-list 
{
top: 50px !important;
}
}

@media (max-width: 768px)
{

.click-split 
{
width: 90% !important;
margin: 10px auto !important;
float: none;
display: table;
}

.web-cont-left 
{
width: 100%;
text-align: center;
}

.spl-list 
{
top: 0 !important;
position: relative !important;
}

.spl-img
{
display: none !important;
}

p.of-web-date 
{
width: auto;
text-align: center;
margin: 10px auto 0;
}

.web-cont-right 
{
float: none;
width: auto;
display: table;
margin: 0 auto;
}

.of-webinar-content
{
border: none;
}

.of-i-split
{
margin-bottom: 20px !important;
}

.vir-banner-left,
.intake-left,
.telebg-left,
.schedule-left,
.recall-left
{
margin-bottom: 0 !important;
}

section.intake-bg,
section.reminder-bg
{
background-position-x: 80%;
}

section.televisit-bg,
section.schedule-bg
{
background-position-x: 60%;
}

section.recall-bg,
section.case-study-bg
{
background-position-x: 75%;
}

}

@media (max-width: 576px)
{
.of-fea-head h2::before 
{
width: 20%;
}

.of-fea-head h2::after 
{
width: 20%;
}
}

.mid-split
{
margin: 22px 0;
width: 100%;
float: left;
}

@media (max-width: 992px)
{
.dr-icon-cvr 
{
margin-right: 10px;
}

#button-2 a 
{
width: 100%;
margin: 0;
}

.button-case 
{
width: 46%;
margin: 0 2% 10px;
}

#slide
{
display: none;
}
}

@media (max-width: 500px)
{
.button-case
{
width: 96%;
}
}

@media (max-width: 392px)
{
.of-fea-head h2::before
{
width: 15%;
}

.of-fea-head h2::after
{
width: 15%;
}
}

h3.int-inn-text 
{
width: 100%;
float: left;
text-align: center;
color: #ff5256;
font-size: 30px;
font-weight: 600;
font-family: 'Gilroy-ExtraBold';
}


.mid-btn-split
{
width: 100%;
float: left;
margin: 10px 0 40px;
}

.mid-btn-cvr 
{
width: 100%;
float: left;
}

.mid-btn-cvr a
{
display: table;
margin: 0 auto;
text-align: center;
padding: 7px 10px;
border-radius: 100px;
background: #4ac3d7;
color: #fff;
font-size: 17px;
font-weight: 600;
width: 100%;
border: 2px solid #4ac3d7;
}

.mid-btn-cvr a:hover
{
border: 2px solid #4ac3d7;
background: #fff;
color: #4ac3d7;
transition: all 0.3s linear;
}

@media (max-width: 767px)
{
.align-content
{
display: block;
}

.app-mid-image
{
width: 60%;
}

.desk
{
  display: none;
}


}

p.blue-label 
{
width: auto;
float: left;
display: table;
padding: 5px 10px;
background: #4ac3d7;
border-radius: 5px;
color: #fff;
font-family: 'Gilroy-ExtraBold';
font-size: 18px;
}

.web-cont-right h5 
{
font-size: 20px;
font-family: 'Gilroy-ExtraBold';
color: #4ac3d7;
text-align: center;
}

@media (max-width: 1200px)
{
.web-cont-left 
{

width: 50%;
}

.web-cont-right 
{

width: 20%;
}

.web-cont-right a
{
padding: 10px;
}
}

@media (max-width: 992px)
{

a.first-link,
a.sec-link
{
width: 60%;
}
.web-cont-left
{
width: 100%;
}
.web-cont-right
{
width: 100%;
float: left;
}

.web-cont-right h5
{
text-align: left;
}

.web-cont-right a
{
width: auto;
display: table;
padding: 10px 20px;
margin-bottom: 0;
}

.error-image
{
width: 50% !important;
padding: 10px !important;
}
}

@media (max-width: 768px)
{

section.mh-main-bg
{
padding-bottom: 60px;
background-position-x: 90%;
}
p.blue-label 
{
margin-left: auto;
margin-right: auto;
float: none;
}
p.of-web-date
{
width: 100%;
}

.web-cont-right h5
{
text-align: center;
}

.web-cont-right a 
{
width: auto;
display: table;
padding: 10px 50px;
margin-bottom: 0;
margin-right: auto;
margin-left: auto;
}
}

.error-nav
{
margin-bottom: 0;
}

section.error-top
{
padding: 0;
}

section.error-mid
{
background: url(../img/error-bg.png) no-repeat center center;
background-size: cover;
padding: 30px 0;
}

.error-image-cvr 
{
width: 100%;
float: left;
margin: 60px 0 10px;
}

.error-image 
{
width: 40%;
margin: 0 auto;
display: table;
padding: 30px;
}

.error-image img
{
max-width: 100%;
vertical-align: middle;
}

.error-content-cvr 
{
width: 100%;
float: left;
margin-bottom: 60px;
}

.error-content
{
width: 100%;
float: left;
}

p.er-first 
{
text-align: center;
font-size: 33px;
font-family: Gilroy-LIght;
color: #000;
margin: 0;
}

p.er-second 
{
text-align: center;
font-size: 45px;
margin: 0;
font-family: 'Gilroy-Light';
color: #4ac3d7;
}

@media (max-width: 432px)
{
.error-image
{
width: 60% !important;
}

p.er-first
{
font-size: 22px;
}

p.er-second
{
font-size: 30px;
}

section.error-mid
{
padding: 0;
}
}


.mid-list p 
{
font-size: 18px;
}

ul.para-list
{
margin: 0;
padding: 0 0 0 16px;
}

section.blog-top
{
background: url(../img/intake-mid-bg.png) no-repeat center center;
background-size: cover;
padding-top: 0;
position: relative;
}

.blog-main
{
padding: 15px;
display: table;
background: rgb(255,255,255);
background: linear-gradient(
0deg
, rgba(255,255,255,1) 0%, rgba(251,251,251,1) 100%);
margin-top: 190px;
}

.blog-header-cvr
{
width: 100%;
float: left;
}

.blog-crumps
{
width: 100%;
float: left;
padding: 10px 0;
margin: 10px 0;
}

.blog-crumps a
{
font-size: 16px;
}

.blog-crumps a:last-child
{
color: #4ac3d7 ;
}

i.i-angle 
{
font-size: 16px;
margin: 10px;
}

.main-content-head
{
width: 100%;
float: left;
}

.main-content-head h1
{
font-size: 34px;
color: #525252;
font-family: 'Gilroy-ExtraBold';
margin-top: 20px;
}

.publish-cvr
{
width: 100%;
float: left;
}

.publish-date
{
width: 100%;
float: left;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 5px 0;
}

.publish-date p
{
margin: 0;
font-size: 16px;
font-family: 'Gilroy-Light';
float: left;
}

img.date-icon 
{
width: 20px;
float: left;
margin-right: 10px;
}

.publish-left
{
float: left;
width: 50%;
}

.pub-right-inn
{
width: auto;
float: right;
}

.publish-right
{
float: right;
width: 50%;
}

.blog-content-cvr
{
width: 100%;
float: left;
padding: 0 0 30px 0;
}

.blog-content-cvr p
{
font-size: 18px;
margin: 20px 0;
float: left;
line-height: 30px;
}

.content-inner-head 
{
width: 100%;
float: left;
padding: 10px;
background: #4ac3d7;
border-radius: 3px;
}

.content-inner-head h4
{
font-size: 18px;
color: #fff;
margin: 0;
}

h2.sub-text 
{
font-size: 22px;
font-family: 'Gilroy-ExtraBold';
margin: 0;
}

.blog-mid-pic 
{
width: 100%;
float: left;
}

.blog-mid-pic img
{
max-width: 100%;
vertical-align: middle;
border-radius: 5px;
}

.blog-mid-pic:hover
{
transform: translate(0, -10px);
transition: 0.3s linear;
}

h5.sub-sec-text 
{
font-size: 22px;
font-family: 'Gilroy-ExtraBold';
margin: 0;
color: #ff5251;
float: left;
}

.blog-head-image
{
width: 100%;
float: left;
padding: 15px 0 0;
margin: 20px 0 0;
}

.blog-head-image img
{
max-width: 100%;
vertical-align: middle;
border-radius: 5px;
}

.search
{
border: 1px solid #c4c4c4;
width: 100%;
overflow-x: hidden;
display: flex;
border-radius: 50px;
font-size: 18px;
position: relative;
left: 0;
top: 0;
}
.search input
{
width: 100%;
border: none;
padding: 5px 10px;
outline: none;
font-size: 16px;

}
.button-src
{
padding: 0;
display: inline-block;
}
.button-src button
{
padding: 5px 20px;
border-radius: 50px;
border: none;
margin: 5px;
background-color: #ff5251;
color: #ffffff;
font-size: 16px;
}

.blog-right-cvr
{
width: 100%;
float: left;
margin-top: 30px;
padding-left: 10px;
}

.blog-search
{
width: 100%;
float: left;
margin-bottom: 30px;
}

.blog-cat-cvr
{
width: 100%;
float: left;
margin-bottom: 30px;
}

.blog-cat-cvr a
{
width: auto;
margin-right: 10px;
display: block;
float: left;
padding: 5px 15px;
text-align: center;
border-radius: 50px;
background: transparent;
border: 2px solid #c5c5c5;
margin-bottom: 10px;
font-size: 16px;
}

.recent-split
{
width: 100%;
float: left;
margin-bottom: 30px;
}

.recent-blog h4
{
font-size: 22px;
font-family: 'Gilroy-ExtraBold';
margin: 0;
color: #525252;
float: left;
margin-bottom: 20px;
}

.rec-story-thumb
{

width: 100%;
float: left;
margin-bottom: 25px;
}

.rec-story-thumb img
{
max-width: 100%;
vertical-align: middle;
border-radius: 5px;
}


.next-content
{
width: 100%;
float: left;
}

.next-thumb 
{
width: 100%;
float: left;
margin: 10px 0;
}

.next-thumb img
{
max-width: 100%;
vertical-align: middle;
border-radius: 5px;
}

.next-content h4
{
font-size: 22px;
font-family: 'Gilroy-ExtraBold';
margin: 10px 0 0 !important;
color: #525252;
float: left;
margin-bottom: 20px;
}

.next-cvr 
{
width: 100%;
float: left;
}

.next-content h4:hover 
{
color: #4ac3d7;
}

.next-content:hover
{
transform: translate(0, -10px);
transition: 0.3s linear;
}

.blog-next
{
padding: 15px;
background: url(../img/of-webinar-bg.png) no-repeat center center;
background-size: cover;
}

.rec-story-thumb:last-child
{
margin-bottom: 0;
}

.bord-right
{
border-right: 1px solid #eee;
}

.rec-story-thumb:hover
{
transform: translate(0, -10px);
transition: 0.3s linear;
}

.blog-cat-cvr h4
{
font-size: 22px;
font-family: 'Gilroy-ExtraBold';
margin: 0;
color: #525252;
float: left;
margin-bottom: 20px;
float: left;
width: 100%;
}

@media (max-width: 375px)
{
.blog-cat-cvr a
{
  width: 100% !important;
}
}

@media (max-width: 769px)
{
.blog-cat-cvr a
{
font-size: 14px;
width: 100%;
}
}

video.tele-vid
{
width: 100%;
}

h5.white-head
{
font-size: 36px;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
}

p.content
{
font-size: 18px;
margin: 10px 0;
color: #000;
}

h3.white-head
{
margin: 20px 0 10px;
color: #000;
font-size: 25px;
font-weight: 550;
width: 100%;
font-family: 'Gilroy-ExtraBold';
text-align: center;
}

.telehealth-platform .card 
{
transition: all 0.5s;
}

.img-card-tele 
{
width: 150px;
height: 150px;
}

.card-head 
{
font-weight: 700;
font-size: 21px;
color: #000;
}

.telehealth-content-show 
{
display: none;
transition: all 0.5s;
}

.tick-ul li 
{
margin-bottom: 20px;
list-style: none;
font-size: 18px;
text-align: left !important;
}

.telehealth-platform .card:hover 
{
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.card-body:hover .telehealth-content-show
{
display: block;
}

.telehealth-integration 
{
background: #1b1c1e;
color: #fff;
}

.telehealth-integration .mainhead 
{
font-size: 36px;
font-weight: 800;
text-align: left !important;
line-height: 48px;
}

.img-fluid 
{
max-width: 100%;
height: auto;
}

section.telehealth-integration
{
padding: 0;  
}

.banner-demo-request, .schedule-btn 
{
background: #fe5c5c;
color: #fff;
border-radius: 80px;
font-size: 30px;
padding: 13px 40px;
-webkit-box-shadow: 0px 5px 8px 7px rgb(0 0 0 / 6%);
-moz-box-shadow: 0px 5px 8px 7px rgba(0, 0, 0, 0.06);
box-shadow: 0px 5px 8px 7px rgb(0 0 0 / 6%);
text-align: center;
/* min-width: 400px; */
display: inline-block;
}

.banner-demo-request:hover, .download-brochure:hover, .footer-demo-request:hover 
{
text-decoration: none;
color: #fff;
-webkit-box-shadow: 0px 5px 8px 7px rgb(0 0 0 / 10%);
-moz-box-shadow: 0px 5px 8px 7px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 8px 7px rgb(0 0 0 / 10%);
}

.hipaa-compliance h3 
{
font-size: 30px;
font-weight: 700;
text-align: center;
font-family: Gilroy-Extrabold;
margin-top: 15px;
}

.tele-screen 
{
padding: 50px 0;
background: #cfdfec;
}

.tele-screen .mainhead 
{
font-size: 36px;
font-weight: 800;
line-height: 48px;
}

.mr-video-box 
{
-webkit-box-shadow: 0 5px 8px 7px rgb(0 0 0 / 2%);
-moz-box-shadow: 0 5px 8px 7px rgba(0,0,0,.02);
box-shadow: 0 5px 8px 7px rgb(0 0 0 / 2%);
background: #fff;
display: block;
margin-bottom: 30px;
text-align: center;
padding: 10px 10px 20px 10px;
border-radius: 20px;
border: 1px solid #eee;
}

.mr-video-box .mainhead 
{

font-size: 17px;
font-family: Gilroy-Extrabold;
color: #333;
margin-bottom: 20px;
margin-top: 0;
line-height: 30px;
}

.transparent 
{
position: absolute;
width: 100%;
height: 48px;
z-index: 1;
top: 0px;
left: 0;
}

.mr-demo-btn:hover 
{
color: #333;
}

.mr-demo-btn 
{
background: #fff;
color: #333;
border-radius: 50px;
font-size: 14px;
padding: 10px 20px;
border: 2px solid #45c4d7;
-webkit-box-shadow: 0 5px 8px 7px rgb(0 0 0 / 6%);
-moz-box-shadow: 0 5px 8px 7px rgba(0,0,0,.06);
box-shadow: 0 5px 8px 7px rgb(0 0 0 / 6%);
text-align: center;
display: inline-block;
margin-bottom: 20px;
cursor: pointer;
}

.mr-watchvideo-btn 
{
background: #f45252;
color: #fff;
border-radius: 50px;
font-size: 14px;
padding: 13px 20px;
-webkit-box-shadow: 0 5px 8px 7px rgb(0 0 0 / 6%);
-moz-box-shadow: 0 5px 8px 7px rgba(0,0,0,.06);
box-shadow: 0 5px 8px 7px rgb(0 0 0 / 6%);
text-align: center;
display: inline-block;
margin-bottom: 20px;
}

p.dent-bnr-text 
{
font-size: 35px;
font-family: 'Gilroy-Extrabold';
color: #535453;
}

span.dent-bold 
{
font-weight: 600;
color: #f45252;
}

.int-nav
{
margin-bottom: 50px;
}

a.video-show:hover .app-mid-image img
{
display: none;
}

iframe.dent-mid-vid1
{
height: 280px;
border-radius: 15px;
}

.dent-vid-cvr
{
width: 500px !important;
}

@media (max-width: 1050px)
{
.dent-vid-cvr
{
width: 100% !important;
}
}

@media (max-width: 769px)
{
iframe.dent-mid-vid1
{
height: 185px;
}
}

@media (max-width: 531px)
{
iframe.dent-mid-vid1
{
height: 243px;
}
}

@media (max-width: 467px)
{
iframe.dent-mid-vid1
{
height: 225px;
}
}

.det-bnr-logo 
{
width: 160px;
margin: 0;
display: block;
}

.det-bnr-logo img
{
max-width: 100%;
vertical-align: middle;
}

.mr-watchvideo-btn:hover
{
color: #000;
}

section.section-padding
{
padding: 0;
}

.int-fea-img 
{
width: 330px;
}

@media(min-width: 768px)
{
.link-split
{
margin-bottom: 15px !important;
}
}

.click-split:hover
{
transform: translate(0, -10px);
transition: 0.3s linear;
}

.demo-text
{
width: 90%;
float: right;
}

.demo-text h1
{
font-family: Gilroy-Extrabold;
font-size: 51px;
text-align: right;
color: #555655;
margin: 0;
}

.demo-text p
{
font-size: 60px;
font-family: Gilroy-Light;
color: #ff5256;
text-align: right;
margin: 0;
}

.demo-underline 
{
width: 110px;
height: 6px;
background: #4ac3d7;
border-radius: 8px;
float: right;
}

p.demo-bnr-primary 
{
text-align: right;
color: #535453;
width: 100%;
font-size: 23px;
float: left;
font-family: 'Gilroy-Light';
margin: 40px 0 0;
}

p.demo-bnr-secondary 
{
text-align: right;
color: #000;
width: 100%;
font-size: 23px;
float: left;
font-family: 'Gilroy-Light';
margin: 0;
}

.demo-text a
{
float: right;
margin: 20px 0 0;
background: #ff5256;
font-family: 'Gilroy-ExtraBold';
color: #fff;
padding: 10px 25px;
border-radius: 100px;
font-size: 25px;
}

section.demo-mid-bg1 
{
padding: 0;
}

.demo-first-wraper
{
background: url(../img/demo-mid-bg1.png) no-repeat center center;
background-size: cover;
padding: 50px 0;
}

.blue-wraper
{
background: #edf9fb;
width: 100%;
float: left;
}

.demo-mid-list 
{
width: 60%;
float: left;
display: flex;
align-items: center;
padding: 120px 0;
}

.demo-mid-list ul
{
margin: 0;
padding: 0;
}

.demo-mid-list ul li
{
font-size: 18px;
margin: 20px 0;
list-style: none;
color: #000;
}

.demo-mid-image 
{
float: left;
width: 30%;
position: absolute;
right: 0;
top: -70px;
}

.demo-mid-image img
{
max-width: 100%;
vertical-align: middle;
}

section.demo-mid-bg2
{
background: url(../img/demo-mid-bg2.png) no-repeat center center;
background-size: cover;
}

.bg-text
{
width: 90%;
margin: 0 auto;
display: table;
}

.bg-text p
{
text-align: center;
font-family: 'Gilroy-ExtraBold';
font-size: 25px;
color: #535453;
margin: 0;
}

.mid-bot-text
{
width: 90%;
margin: 0 auto;
display: table;
}

.mid-bot-text p
{
text-align: center;
font-size: 19px;
margin: 0;
font-family: 'Gilroy-Light';
color: #000;
}

.mid-bot-text a
{
text-align: center;
display: table;
padding: 10px;
margin: 30px auto 0;
font-size: 28px;
font-family: 'Gilroy-ExtraBold';
color: #ff5256;
}

.mid-bot-text a:hover
{
color: #000;
}

section.demo-bot
{
background: #f9f9f9;
margin-bottom: 30px;
}

section.email-main 
{
padding: 30px 0 0;
background: #535453;
border-bottom: 7px solid #4ac3d7;
}

section.email-main h4 
{
color: #fff;
font-family: Gilroy-Extrabold;
text-align: center;
font-size: 22px;
margin: 10px 0 0;
}

.email-inner-text
{
width: 100%;
float: left;
}

.email-inner-text p
{
text-align: center;
margin: 0;
font-size: 24px;
color: #000;
}

.email-inner-text a
{
text-align: center;
display: table;
margin: 30px auto 0;
background: #ff5256;
font-size: 19px;
color: #fff;
padding: 10px 35px;
border-radius: 100px;
font-weight: 600;
}

section.email-mid
{
background: #f0f0f3;
}

.email-mid-text
{
width: 100%;
float: left;
}

.email-mid-text h2
{
font-size: 26px;
font-weight: 700;
color: #49c2d5;
margin: 0;
}

.email-mid-text ul
{
margin: 0;
padding: 10px 0;
}

.email-mid-text ul li
{
margin: 12px 0;
font-size: 17px;
list-style-image: url(../img/list-tick.png);
color: #000;
list-style-position: inside
}

.email-mid-image 
{
width: 100%;
margin: 0;
float: left;
}

.email-mid-image img
{
max-width: 100%;
vertical-align: middle;
}

.email-mid-text a
{
text-align: center;
display: table;
margin: 0;
background: #ff5256;
font-size: 19px;
color: #fff;
padding: 10px 35px;
border-radius: 100px;
font-weight: 600;
}

.split-mar
{
margin-top: 40px;
}

a.testimonial-btn
{
text-align: center;
display: table;
margin: 30px auto 0;
background: #ff5256;
font-size: 19px;
color: #fff;
padding: 10px 35px;
border-radius: 100px;
font-weight: 600;
}

.card 
{
margin: 0 auto;
border: none;
background: transparent;
}
.card .carousel-item 
{
min-height: 190px;
}
.card .carousel-caption 
{
padding: 0;
right: 15px;
left: 15px;
top: 15px;
color: #3d3d3d;
border: 1px solid #ccc;
min-height:175px;
padding: 15px;
}
.card .carousel-caption .col-sm-3 
{
display: flex;
align-items: center;
}
.card .carousel-caption .col-sm-9 
{
text-align: left;
}
.card .carousel-control-prev, .card .carousel-control-next 
{
color: #3d3d3d !important;
opacity: 1 !important;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover 
{
opacity: 0.85;
}
.carousel-control-prev 
{
left: 40%;
top: 110%;
}
.carousel-control-next 
{
right: 40%;
top: 110%;
}
.midline 
{
width: 60px;
border-top: 1px solid #d43025;
}
.carousel-caption h2 
{
font-size: 14px;
}
.carousel-caption h2 span 
{
color: #cd3a54;
}
@media (min-width: 320px) and (max-width: 575px) 
{
.carousel-caption 
{
position: relative;
}
.card .carousel-caption 
{
left: 0;
top: 0;
margin-bottom: 15px;
}
.card .carousel-caption img 
{
margin: 0 auto;
}
.carousel-control-prev 
{
left: 35%;
top: 105%;
}
.carousel-control-next 
{
right: 35%;
top: 105%;
}
.card .carousel-caption h3 
{
margin-top: 0;
font-size: 16px;
font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) 
{
.carousel-caption 
{
position: relative;
}
.card .carousel-caption 
{
left: 0;
top: 0;
margin-bottom: 15px;
}
.card .carousel-caption img 
{
margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption small 
{
text-align: center;
}
.carousel-control-prev 
{
left: 35%;
top: 105%;
}
.carousel-control-next 
{
right: 35%;
top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) 
{
.card .carousel-caption h3 
{
margin-top: 0;
font-size: 16px;
font-weight: 700;
}
}


.email-testimonial-cvr 
{
width: 95%;
display: table;
margin: 0 auto 30px;
}

.e-testi-top 
{
background: #ebebeb;
padding: 15px;
border-radius: 25px 25px 0 0;
min-height: 292px;
}

.e-test-bottom
{
background: #f3f3f3;
padding: 15px;
border-radius: 0 0 25px 25px;
min-height: 175px;
}

.e-test-bottom p 
{
text-align: center;
font-size: 16px;
color: #000;
margin: 0;
}

a.carousel-control-prev
{
position: absolute;
top: 45%;
left: 0;
display: table;
width: auto;
}

a.carousel-control-next
{
position: absolute;
top: 45%;
right: 0;
display: table;
width: auto;
}

.carousel-item
{
position: relative;
}

span.carousel-control-next-icon,
span.carousel-control-prev-icon
{
background: none !important;
width: auto;
}

img.slide-control 
{
max-width: 35px;
vertical-align: middle;
}

@media (max-width: 768px)
{
.split-mar
{
float: left;
}

.email-mid-text a
{
margin-right: auto;
margin-left: auto;
}

.email-mid-image 
{
width: 80%;
margin: 0 auto;
float: none;
}
}

.w-100.carousel-inner.mb-5 
{
margin-bottom: 0 !important;
}

section.email-mid-white
{
background: #fff;
}

section.email-testimonial 
{
background: #f7f7f7;
}

li.mid 
{
list-style: none !important;
}

img.e-list 
{
width: 40px;
height: 40px;
float: left;
vertical-align: middle;
margin-right: 10px;
margin-top: 4px;
}

.case-left 
{
margin: 100px 0 !important;
}

@media (max-width: 372px)
{
.click-text
{
padding: 9px 10px;
}
}

.e-mid2-split
{
width: 100%;
float: left;
padding: 10px;
margin-top: 30px;
}

.e-mid2-split p
{
font-size: 17px;
text-align: center;
margin: 20px 0 0;
color: #000;
}

h2.e-mid2-head
{
font-size: 26px;
font-weight: 700;
color: #49c2d5;
margin: 0;
text-align: center;
}

.e-mid2-icon 
{
width: 102px;
margin: 10px auto;
display: block;
}

.e-mid2-icon img
{
max-width: 100%;
vertical-align: middle;
}

@media (max-width:680px)
{
section.web-bottom
{
background-position-x: 7%;
}
}

.r-video-cvr 
{

width: 100%;
float: left;
margin: 10px 0;
padding: 5px;
background: #fff;
border-radius: 5px;

}

.r-video-cvr:hover
{
transform: scale(1.05);
transition: all 0.3s linear;
}

.r-video-image 
{
width: 100%;
float: left;
margin: 0 auto;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

.r-video-image img
{
max-width: 100%;
vertical-align: middle;
}

.r-play-btn 
{
position: absolute;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 100px;
}

i.r-play
{
font-size: 20px;
color: #ff5256;
}

.r-vid-caption 
{
width: 100%;
float: left;
}

.r-vid-caption h5
{
text-align: center;
font-size: 16px;
margin: 10px 0 0;
color: #2d2d2d;
}

.events-cvr
{
width: 100%;
float: left;
padding: 25px;
background: transparent;
}

.eve-left
{
width: 20%;
float: left;
background: #46c4d7;
border-radius: 10px;
padding: 5px;
min-height: 160px;
display: flex;
align-items: center;
}

.eve-date
{
width: 100%;
float: left;
}

.eve-right
{
width: 78%;
float: left;
background: #fff;
margin-left: 2%;
border-radius: 10px;
padding: 10px;
min-height: 160px;
display: flex;
align-items: center;
}

.eve-content
{
width: 100%;
float: left;
}

.eve-main-content
{
width: 80%;
float: left;
}

.eve-reg-cvr
{
width: 20%;
float: left;
}

.eve-date h1
{
text-align: center;
margin: 0 auto;
padding: 8px;
display: table;
background: #fff;
border-radius: 100px;


}

.eve-date p 
{
margin: 10px 0 0;
color: #fff;
font-size: 16px;
}

.eve-main-content h1
{
font-size: 22px;
text-align: left;
color: #46c4d7;
font-family: 'GILROY-EXTRABOLD';
}

.eve-main-content p
{
text-align: left;
font-size: 18px;
font-family: 'Gilroy-Light';
color: #000;
margin: 0;
}

.eve-main-content a
{
display: table;
padding: 8px 29px;
background: #FF5251;
color: #fff;
font-size: 17px;
font-weight: 600;
border-radius: 100px;
margin-top: 10px;
}

.events-cvr:hover
{
transform: translate(0, -10px);
transition: 0.3s linear;
}

@media (max-width: 922px)
{
.eve-left
{
min-height: 212px;
}
}

@media (max-width: 768px)
{
.eve-left
{
min-height: auto;
width: 100%;
}

.eve-right
{
width: 100%;
margin-left: 0;
margin-top: 15px;
min-height: auto;
}
}



/* Pricing */
.mrgtop30 
{
margin-top: 30px;
}

h2.mrgtop30
{
font-size: 36px;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
}

p.pr-mrg
{
font-size: 18px;
color: #000;
}

a.pr-call 
{
color: #f45252;
font-weight: 600;
}

h3.pr-frm-head
{
font-size: 28px;
color: #000;
font-family: 'GILROY-EXTRABOLD';
}

input.pr-frm-inn 
{
border-radius: 5px;
}

.pr-check
{
margin: 10px 0;
}

label.pr-check-inn
{
font-size: 16px;
color: #000;
}

a.pr-frm-btn
{
display: table;
padding: 10px 29px;
background: #FF5251;
color: #fff;
font-size: 17px;
font-weight: 600;
border-radius: 100px;
margin-top: 10px;
}

.price-form
{
border-radius: 20px;
}

label.pr-frm-label 
{
font-size: 16px;
color: #505050;
}

.modal-open 
{
overflow: auto;
padding-right: 0px !important;
}

/* 29 may */

.left-row ul li
{
font-size: 18px !important;
margin: 15px 0;
list-style: none;
color: #000;
}

/* May 31 */
.vir-bnr-chart 
{
width: 210px;
margin: 0 50px 0;
}

.vir-bnr-chart img
{
max-width: 100%;
vertical-align: middle;
}

.process-head
{
width: 100%;
float: left;
}

.step-head
{
width: 100%;
float: left;
}

.step-head p
{
display: table;
margin: 0;
font-size: 25px;
font-family: 'Gilroy-Light';
width: auto;
float: left;
}

span.step-digit 
{
font-size: 24px;
background: #ff5156;
width: 40px;
height: 40px;
border-radius: 100px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
margin-left: 15px;
color: #fff;
float: right;
}

.step-image 
{
width: 100%;
margin: 0 auto;
display: table;
}

.step-image img
{
max-width: 100%;
vertical-align: middle;
}

section.process-cvr 
{
padding: 30px 0;
background: #fdfdfd;
}

section.vir-price-cvr 
{
background: url(../img/bodyimage.png) no-repeat center center;
background-size: cover;
}

p.price-secondary
{
font-size: 22px;
color: #000;
font-family: 'GILROY-EXTRABOLD';
width: 50%;
text-align: center;
margin: 0 auto;
display: table;
}

section.price-bottom 
{
padding: 10px;
}

.price-btn-cvr 
{
width: auto;
border-radius: 100px;
border: 5px solid rgba(0, 0, 0, 0.5);
margin: 0 auto;
display: table;
padding: 5px 35px;
margin-top: 30px;
}

.price-btn-cvr p 
{
display: table;
margin: 0;
font-size: 21px;
font-family: 'Gilroy-Light';
width: auto;
float: left;
}

.price-btn-cvr a
{
background: #ff5156;
color: #fff;
border-radius: 100px;
padding: 5px 15px;
}

.price-btm
{
width: 100%;
float: left;
padding-top: 30px;
}

.price-btm p
{
margin: 5px 0;
text-align: center;
font-size: 20px;
font-family: 'GILROY-EXTRABOLD';
}

.price-right 
{
width: 100%;
margin: 0 auto;
}

.price-right img
{
max-width: 100%;
vertical-align: middle;
}

.vir-fst-cvr p
{
margin: 10px auto;
text-align: center;
width: 80%;
font-size: 18px;
}

.vir-fst-content
{
width: 100%;
float: left;
}

.vir-fst-content p
{
font-size: 18px;
}

section.vir-fst 
{
padding-bottom: 0;
}

@media (max-width: 992px)
{
h5.width-head,
.vir-fst-cvr p
{
width: 90% !important;
}

h2.step-title
{
width: 75% !important;
}
}

@media (max-width: 768px)
{
h5.width-head, .vir-fst-cvr p
{
width: 100% !important;
}

h2.step-title
{
width: 100% !important;
}

.step-image
{
margin: 10px auto;
}
}

@media (max-width: 531px)
{
span.price-btn 
{
float: none;
width: auto;
margin: 0 auto;
display: table;
}
}

@media (max-width: 357px)
{
.price-btn-cvr p
{
font-size: 16px;
}
}

/* Pricing Page */

section.pricng-bg 
{
padding-top: 0;
background: url(../img/price-banner.png) no-repeat center center;
background-size: cover;
}

.price-left 
{
width: 90%;
float: left;
}

.price-left h1
{
font-family: 'GILROY-EXTRABOLD';
font-size: 40px;
margin: 0;
}

.price-left ul
{
margin: 30px 0 0;
padding: 0;
}

.price-left ul li
{
margin: 10px 0;
font-family: 'Gilroy-Light';
font-size: 18px;
color: #000;
/*list-style-image: url(../img/price-list.png);*/
list-style: none;
list-style-position: inside;
}

.banner-form 
{
width: 100%;
float: left;
padding: 20px;
background: #fff;
border-radius: 10px;
}

.banner-form h2
{
font-size: 25px;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
margin: 0 0 25px 0;
}

input.price-in
{
background: #e0f5f9;
padding: 10px 15px;
margin: 11px 0;
border: none;
border-radius: 5px;
}

textarea.price-area
{
background: #e0f5f9;
padding: 15px;
margin-bottom: 10px;
border: none;
border-radius: 5px;
height: 75px;
}

input.price-in::placeholder,
textarea.price-area::placeholder
{
color: rgba(0, 0, 0, 0.3);
}

.price-nav
{
margin-bottom: 15px;
}

button.price-req
{
background: #4ac3d7;
width: 100%;
color: #fff;
font-size: 16px;
font-weight: 600;
margin-top: 10px;
}

.price-left ul li:last-child
{
margin-bottom: 0;
}

p.mid-highlight 
{
margin: 10px 0;
color: #707070;
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
}

p.mid-start 
{
color: #000;
border: 2px solid #ff5156;
border-radius: 100px;
width: auto;
display: table;
padding: 5px 25px;
font-family: 'POPPINS';
font-weight: 600;
}

.mid-list ul li:first-child
{
margin-top: 0;
}

section.none-bg
{
background: #f7f7f7;
}

span.p1-text 
{
font-size: 20px;
font-family: 'Gilroy-Light';
font-weight: 800;
}

.c-box 
{
width: 100%;
float: left;
}

.c-box-top 
{
width: 100%;
background: #fff;
border-radius: 20px 20px 0 0;
padding: 15px 0;
}

.c-box-top h3
{
color: #4ac3d7;
text-align: center;
margin: 0;
font-size: 25px;
font-family: 'Gilroy-ExtraBold';
}

.c-box-bottom 
{
width: 100%;
border-radius: 0 0 20px 20px;
background:  rgb(94,156,225);
background: linear-gradient( 
40deg
, rgba(94,156,225,1) 0%, rgba(114,205,225,1) 100%);
padding: 40px;
box-shadow: 2px 13px 20px -10px rgb(0 0 0 / 36%);
-webkit-box-shadow: 2px 13px 20px -10px rgb(0 0 0 / 36%);
-moz-box-shadow: 2px 13px 20px -10px rgba(0,0,0,0.36);
}

.c-box-bottom h3
{
color: #fff;
text-align: center;
margin: 0;
font-size: 25px;
font-family: 'Gilroy-ExtraBold'; 
}

.b-line 
{
width: 85%;
margin: 10px auto;
height: 2px;
background: #fff;
}

.c-box-bottom a
{
background: #fff;
color: #5e9ae1;
font-size: 18px;
font-weight: 600;
text-align: center;
width: auto;
margin: 30px auto 0;
display: table;
padding: 5px 30px;
border-radius: 100px;
}

.italic
{
position: relative;
width: auto;
float: left;
}

p.mid-italic 
{
font-size: 16px;
font-style: italic;
position: absolute;
right: 0;
margin: 0;
}
a.price-btn 
{
width: auto;
display: table;
margin: 0 auto 0;
text-align: center;
background: #ff5256;
border-radius: 100px;
padding: 10px 40px;
font-size: 25px;
font-family: 'Gilroy-ExtraBold';
color: #fff;
}

@media (max-width: 992px)
{
.price-left h1
{
font-size: 35px;
}
.banner-form
{
padding: 7px;
}

.banner-form h2
{
font-size: 20px;
}
}

@media (max-width: 768px)
{
.banner-form
{
padding: 20px;
margin-top: 25px;
}

a.price-btn 
{
width: 100%;
padding: 6px 40px;
font-size: 20px;
float: left;
}

.col-mar1 
{
padding-right: 15px !important;
}

.col-mar2 
{
padding-left: 15px !important;
}
}

@media (max-width: 576px)
{
.price-left h1 
{
font-size: 30px;
}

.italic 
{
width: 100%;
margin: 0 auto;
}

p.mid-start 
{
width: 100%;
}
}

@media (max-width: 368px)
{
.italic 
{
width: 100%;
float: none;
margin: 0 auto;
}

p.mid-italic 
{
font-size: 16px;
right: 7px;
bottom: -30px;
}

p.mid-start
{
font-size: 16px;
}
}

.pr-bottom
{
width: 95%;
display: table;
margin: 0 auto;
box-shadow: 0px 3px 24px -10px rgb(0 0 0 / 33%);
-webkit-box-shadow: 0px 3px 24px -10px rgb(0 0 0 / 33%);
-moz-box-shadow: 0px 3px 24px -10px rgba(2, 1, 1, 0.33);

}

.pr-top 
{
width: 100%;
float: left;
position: relative;

}

.pr-top h1
{
font-size: 30px;
font-family: 'Gilroy-ExtraBold';
color: #0567b0;
text-align: right;
}

p.last-bold 
{
text-align: right;
font-size: 18px;
font-weight: 700;
}

.pr-bottom-image 
{
width: 100%;
float: left;
margin: 0;
}

.pr-bottom-image img
{
max-width: 100%;
vertical-align: middle;
}

.pr-right-text 
{
width: 100%;
background: #4ac3d7;
text-align: center;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.pr-right-text h4 
{
font-size: 25px;
font-family: 'Gilroy-ExtraBold';
color: #fff;
width: 100%;
float: left;
margin: 20px 0;
}

.pr-icon-cvr
{
width: 100%;
float: left;
}

i.i-rightp 
{
font-size: 20px;
width: 40px;
padding: 0;
margin: 8px auto 0;
height: 40px;
border: 3px solid #fff;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.list-style-circle 
{
list-style-type: disc !important;
margin: 5px 0 !important;
font-size: 16px !important;
}

/*new*/
.header-color 
{
background: #fafcff;
}

.grow {
transition: all .2s ease-in-out;
}

.banner-img-subhead 
{
font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 18px;
color: #007bff;
line-height: 24px;
text-align: center;
}

.banner-head
{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 24px;
color: #000;
padding: 0px;
line-height: 36px;
margin: 0 -20px;
}

.rotateimg180 
{
-webkit-transform: rotate(
180deg
);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(
180deg
);
}

section.bundle-bg 
{
background: #f0f0f3;
}

.bundle-left
{
width: 100%;
float: left;
background: rgb(0,144,168);
background: linear-gradient(0deg, rgba(0,144,168,1) 0%, rgba(74,195,215,1) 100%);
border-radius: 30px 0 0 30px;
padding: 50px;
text-align: center;
min-height: 629px;
position: relative;
display: flex;
}

.b-left-text 
{
width: 100%;
float: left;
margin: auto;
}

.b-icon 
{
width: 75px;
margin: 25px auto;
}

.b-icon img
{
max-width: 100%;
vertical-align: middle;
}

.b-left-text h2
{
font-family: 'Gilroy-ExtraBold';
color: #fff;
font-size: 40px;
}

.b-left-text a
{
font-size: 18px;
font-family: 'GILROY-EXTRABOLD';
background: #fff;
border-radius: 100px;
padding: 9px 40px;
margin: 40px auto 0;
display: table;
position: absolute;
bottom: 50px;
left: 34%;
box-shadow: 0px 6px 9px -6px rgb(0 0 0 / 56%);
-webkit-box-shadow: 0px 6px 9px -6px rgb(0 0 0 / 56%);
-moz-box-shadow: 0px 6px 9px -6px rgba(0,0,0,0.56);
color: #20a6bd;
}

.bundle-box 
{
width: 100%;
float: left;
}

.col-md-5.b-left 
{
padding-right: 0;
}

.col-md-7.b-right 
{
background: #fff;
display: flex;
align-items: center;
padding: 60px;
border-radius: 0 30px 30px 0;
min-height: 629px;
}

.bundle-right
{
width: 100%;
float: left;
}

.b-split-cvr
{
width: 100%;
float: left;
}

/*.b-split {
border-radius: 10px;
box-shadow: -1px 3px 20px -6px rgb(0 0 0 / 56%);
-webkit-box-shadow: -1px 3px 10px -6px rgb(0 0 0 / 56%);
-moz-box-shadow: -1px 3px 20px -6px rgba(0,0,0,0.56);
padding: 10px 25px;
margin-bottom: 25px;
width: 95%;
}*/

.b-split h5 
{
font-family: 'Gilroy-ExtraBold';
font-size: 24px;
margin: 25px 0;
color: #00677b;
}

.b-split ul
{
margin: 0;
padding: 0;
}

.b-split ul li
{
list-style-image: url(../img/bundle-list.png);
list-style-position: inside;
margin: 8px 0;
font-size: 16px;
}

a.b-link-text 
{
font-family: 'Gilroy-Light';
font-size: 18px;
color: #0391a8;
margin: 10px 20px 0;
display: table;
}

.right-btn 
{
width: 95%;
float: left;
margin-top: 14px;
}

.right-btn p
{
text-align: center;
font-size: 18px;
margin: 0;
font-family: 'Gilroy-Light';
}

.right-btn a
{
width: 100%;
text-align: center;
display: table;
border-radius: 100px;
background: rgb(0,144,168);
background: linear-gradient(
274deg
, rgba(0,144,168,1) 0%, rgba(74,195,215,1) 100%);
padding: 12px;
font-size: 16px;
font-family: 'Gilroy-ExtraBold';
color: #fff;
}

@media (max-width: 992px)
{
.bundle-left
{
padding: 50px 20px;
}

.b-left-text h2
{
font-size: 29px;
}

.b-icon
{
width: 60px;
}

.b-left-text a
{
left: 27%;
}
}

@media (max-width: 767px)
{
.col-md-5.b-left 
{
padding-right: 15px;
background: rgb(0,144,168);
background: linear-gradient(0deg, rgba(0,144,168,1) 0%, rgba(74,195,215,1) 100%);
width: 100%;
float: left;
border-radius: 30px 30px 0 0;
}

.bundle-left 
{
padding: 50px 10px 0;
min-height: auto !important;
border-radius: 30px 30px 0 0;
}

.b-left-text 
{
width: 100%;
float: left;
margin: 0;
}

.b-icon 
{
width: 60px;
margin: 0 auto;
}

.b-left-text a
{
position: relative;
float: none;
margin: 80px auto 0;
display: table;
left: 0;
}

.col-md-7.b-right 
{
border-radius: 0 0 30px 30px;
}

.b-split 
{
width: 100%;
}

.right-btn
{
width: 100%;
}

section.bundle-bg
{
padding: 0 10px;
}

.sp-left
{
min-height: auto !important;
border-radius: 0 0 30px 30px !important;
}

.col-md-7.bod 
{
border-radius: 0 0 30px 30px !important;
}

section.mob-padd
{
padding: 0 10px;
}

}

.p-fst-wrap
{
width: 80%;
margin: 0 auto;
}

.p-fst-wrap h1
{
font-size: 36px;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
}

.p-fst-wrap p
{
font-size: 16px;
text-align: center;
color: #000;
margin: 0;
}

.sp-left 
{
border-radius: 30px 0 0 30px !important;
min-height: 629px;
}

.sp-right 
{
border-radius: 0 30px 30px 0;

}

.p-bot-btn 
{
width: 100%;
float: left;
margin-top: 40px;
}

.bundle-out 
{
width: 100%;
float: left;
}

.out-text-cvr 
{
width: 40%;
margin: 0 auto;
background: transparent;
border-radius: 100px 100px 0 0;
border-top: 2px solid #40bcd1;
border-left: 2px solid #40bcd1;
border-right: 2px solid #40bcd1;
padding: 20px 0;
position: relative;
}

.out-text
{
position: absolute;
left: 16%;
top: -19px;
}

.out1
{
background: #f7f7f7;
}

.out-text h2 
{
font-size: 28px;
text-align: center;
width: auto;
display: table;
margin: 0px auto;
font-family: 'Gilroy-ExtraBold';
padding: 0 10px;
color: #00677b;
}

.bundle-inner-bg
{
background: url(../img/bundle-bg.jpg) no-repeat center center !important;
background-size: cover !important;
}

.pricing-bundle
{
box-shadow: 0px 4px 12px rgb(30 33 33 / 4%);
border-radius: 30px;
}

.bundle-image 
{
width: 100%;
margin: 0 auto;
}

.bundle-image img
{
max-width: 100%;
vertical-align: middle;
}

.out2
{
background: #fff;
}

.ot2
{
width: 60%;
}

.b-split p 
{
font-size: 16px;
margin-left: 20px;
margin-bottom: 0;
}

.bundle2 
{
min-height: 888px !important;
}

.bundle3 
{
min-height: 473px !important;
}

.out3
{
background: #f7f7f7;
}

@media (max-width: 1200px)
{
.out-text-cvr
{
width: 70% !important;
}

.out1
{
left: 29% !important;
}

.out2
{
left: 18% !important;
}

.bundle2
{
min-height: 900px !important;
}

.out3
{
left: 27% !important;
}
}

@media (max-width: 992px)
{
.out-text-cvr 
{
width: 90% !important;
}

.out1 
{
left: 26% !important;
}

.bundle-left
{
min-height: 666px !important;
}

.bundle2 
{
min-height: 948px !important;
}

.bundle3 
{
min-height: 664px !important;
}
}

@media (max-width: 768px)
{
.out-text-cvr 
{
width: 100% !important;
float: left;
border: none;
padding: 0;
margin: 0;
}

.out-text 
{
position: static;
left: 16%;
top: -19px;
width: 100%;
float: left;
}

.bundle-left 
{
min-height: auto !important;
}

.bundle2 
{
min-height: auto !important;
}

.out-text h2
{
margin: 0 auto 15px !important;
display: table !important;
}

.bundle3
{
min-height: auto !important; 
}

.col-md-7.b-right
{
padding: 30px;
}
}

/* Optometry */
p.opt-banner-sec 
{
font-size: 25px;
margin: 5px 0 0;
}

.opt-bnr-video 
{
width: 100%;
float: left;
margin: 45px 0;
}

.opt-first-wrap
{
width: 70%;
margin: 0 auto;
display: table;
}

.opt-first-wrap h1
{
font-size: 36px;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
}

.opt-bnr-video p
{
font-size: 36px;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
}

p.opt-primary 
{
font-size: 18px;
text-align: center;
margin: 0;
}

.opt-icon-head 
{
width: 70%;
margin: 0 auto;
}

.opt-icon-head h1
{
font-size: 30px;
color: #525252;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
margin-bottom: 30px;
}

.opt-icon-split 
{
width: 100%;
background: #fff;
border-radius: 15px;
margin: 10px auto;
display: table;
padding: 10px;
min-height: 255px;
}

.opt-icon 
{
width: 116px;
margin: 38px auto;
display: block;
}

.opt-icon img
{
max-width: 100%;
vertical-align: middle;
}

.opt-icon-split p 
{
font-size: 18px;
text-align: center;
color: #000;
font-family: Gilroy-Light;
}

.opt-first-wrap ul
{
margin: 0;
padding: 5px 0;
}

.opt-first-wrap ul li
{
font-size: 18px;
margin: 15px 0;
list-style: none;
color: #000;
}

.opt-split-image 
{
background: #fff;
padding: 10px;
box-shadow: 0px 4px 12px rgb(30 33 33 / 10%);
width: 90%;
border-radius: 8px;
}

@media (max-width: 992px)
{
.opt-first-wrap,
.opt-icon-head
{
width: 100%;
}
}

@media (max-width: 768px)
{
.opt-icon-split
{
min-height: auto;
}

.opt-bnr-video
{
margin: 35px 0 0;;
}
}

/* Online eye exam form */

.e-image img 
{
width: 100%;
border-radius: 15px;
}

.e-icon-split 
{
width: 100%;
float: left;
border: 2px solid #eee;
border-radius: 10px;
padding: 10px;
min-height: 216px;
margin: 12px 0;
}

.e-icon 
{
width: 64px;
display: table;
margin: 30px auto;
}

.e-icon img
{
max-width: 100%;
vertical-align: middle;
}

.e-icon-split h5 
{
text-align: center;
font-size: 16px;
margin-bottom: 30px;
}

.e-icon-split:hover 
{
transform: translate(0, -10px);
transition: 0.3s linear;
}

p.mf-small {
font-size: 13px;
margin: 0;
text-align: center;
}

.mf-feature {
background: #fff;
}

.mf-feature h5
{
margin-bottom: 8px !important;
padding: 0 25px;
}

.mf-comp-cvr
{
width: 100%;
float: left;
margin-bottom: 20px;
}

.mf-comp-cvr h1
{
font-size: 36px;
color: #4ac3d7;
font-family: 'GILROY-EXTRABOLD';
text-align: center;
}

.mf-comp-image
{
width: 95%;
margin: 20px auto 0;
}

.mf-comp-image img
{
max-width: 100%;
vertical-align: middle;
}

.mf-off-split {
width: 100%;
float: left;
text-align: center;
background: #fafafa;
padding: 20px;
min-height: 200px;
}

.mf-off-icon {
width: 110px;
margin: 0 auto;
}

.mf-off-icon img
{
max-width: 100%;
float: left;
}

.mf-off-split h5 {
width: 100%;
float: left;
margin: 10px 0 0;
font-size: 16px;
}

.mf-bottom-split {
width: 100%;
float: left;
}

.mf-bottom-split img
{
max-width: 100%;
vertical-align: middle;
border-radius: 10px;
}

@media (max-width: 768px)
{
.mf-off-split
{
min-height: auto;
}
}

section.in-down-bg
{
background: url(../img/banner/intake-download.jpg) no-repeat center center;
background-size:  cover;
padding-top: 0;
position: relative;
}

.int-bnr-content
{
width: 100%;
float: left;
}

.int-bnr-right
{
width: 48%;
float: right;
}

.int-right-wraper {
width: 100%;
float: left;
background: rgba(255, 255, 255, 0.8);
border-radius: 150px 0 0 105px;
padding: 0 30px 0 80px;
}

.int-right-wraper h1
{
color: #0568b0;
font-weight: 500;
font-size: 40px;
font-family: 'Gilroy-ExtraBold';
margin: 50px 0 0;
}

.int-right-bottom
{
width: 100%;
float: left;
padding-top: 5px;
}

.int-bottom-left {
width: auto;
float: left;
padding: 20px 0;
}

.int-line {
height: 5px;
background: #4ac3d7;
border-radius: 100px;
opacity: 0.3;
width: 60px;
}

.int-bottom-left p {
color: #ff5256;
font-size: 20px;
}

span.in-bnr-blue {
font-size: 40px;
font-weight: 600;
color: #32bbd1;
line-height: 41px;
}

.int-bottom-right {
float: left;
width: 120px;
margin-left: 10px;
}

.int-bottom-right img
{
max-width: 100%;
vertical-align: middle;
}

section.intake-fst {
background: #fafafb;
}

.intake-frm-split {
background: #fff;
box-shadow: 2px 2px 13px 0px rgb(0 0 0 / 21%);
-webkit-box-shadow: 2px 2px 13px 0px rgb(0 0 0 / 21%);
-moz-box-shadow: 2px 2px 13px 0px rgba(0,0,0,0.21);
width: 100%;
margin: 0 auto 30px;
display: table;
border-radius: 15px;
}

.int-frm-icon {
width: 92px;
margin: 30px auto;
display: table;
}

.int-frm-icon img
{
max-width: 100%;
float: left;
}

.intake-frm-split h5
{
color: #4ac3d7;
text-align: center;
font-size: 20px;
font-weight: 600;
margin: 30px 0;
}

.int-frm-btn {
background: rgb(5,103,176);
background: linear-gradient(
0deg
, rgba(5,103,176,1) 0%, rgba(74,195,215,1) 100%);
border-radius: 0 0 15px 15px;
}

img.in-down
{
max-width: 45px;
padding: 10px;
margin: 0 auto;
display: table;
}

p.int-frm-text {
text-align: center;
color: #317198;
font-size: 20px;
background: #fff;
width: 100%;
display: table;
margin: 30px auto 0;
padding: 20px;
border-radius: 15px;
font-weight: 600;
box-shadow: 2px 2px 13px 0px rgba(0,0,0,0.21);
-webkit-box-shadow: 2px 2px 13px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 2px 2px 13px 0px rgba(0,0,0,0.21);
}

.intake-fst-cvr {
width: 80%;
margin: 0 auto;
}

@media (max-width: 1088px)
{
section.in-down-bg
{
background-position-x: 10%;
}
}

@media (max-width: 1010px)
{
.int-bnr-right
{
width: 55%;
}
}

@media (max-width: 992px)
{
.intake-fst-cvr
{
width: 100%;
}
}

@media (max-width: 880px)
{
.int-bnr-right {
width: 60%;
}
}

@media (max-width: 807px)
{
.int-bnr-right {
width: 70%;
}
}

@media (max-width: 693px)
{
.int-bnr-right {
width: 70%;
}

.int-right-wraper h1
{
text-align: right;
}

.int-right-wraper
{
padding: 0 30px 0 39px;
}

.int-right-bottom
{
width: auto;
float: right;
}
}

@media (max-width: 634px)
{
.int-bnr-right 
{
width: 80%;
}

.int-right-wraper h1 
{
font-size: 35px;
margin: 30px 0 0;
}
}

@media (max-width: 495px)
{
.int-right-wraper
{
width: 100%;
border-radius: 0;
}

.int-bnr-right 
{
width: 100%;
}
}

@media (max-width: 396px)
{
.int-right-wraper 
{
padding-left: 0;
}
}

.intake-frm-split:hover
{
transform: translate(0, -8px);
transition: 0.5s linear;
}

section.qr-last
{
padding: 10px 0;
}

section.qr-bnr-bg
{
background: url(../img/banner/s-banner-bg.jpg) no-repeat center center;
background-size: cover;
position: relative;
background-position-y: 10%;
}

.qr-bnr-content
{
width: 100%;
float: left;
}

.qr-bnr-right 
{
width: 40%;
float: right;
margin-right: 4%;
}

.qr-right-inner
{
width: 100%;
float: left;
}

.qr-right-top
{
width: 100%;
margin: 0 auto;
}

.qr-right-top img
{
max-width: 100%;
vertical-align: middle;
}

.qr-white-image 
{
width: 358px;
margin: 0 auto;
position: relative;
}

.qr-white-image img
{
max-width: 100%;
float: left;
}

h3.image-text
{
position: absolute;
width: 100%;
top: 8px;
text-align: center;
font-family: 'Gilroy-ExtraBold';
text-transform: uppercase;
color: #f2f5f6;
font-style: italic;
font-size: 26px;
margin: 0;
}

span.image-big-text 
{
font-size: 45px;
}

.qr-white-text 
{
width: 100%;
float: left;
padding: 15px 0;
}

.qr-white-text h5
{
color: #4cc3d7;
font-family: 'Gilroy-ExtraBold';
text-align: center;
font-size: 22px;
margin: 0;
}

.qr-white-text h1
{
color: #4cc3d7;
font-family: 'Gilroy-ExtraBold';
text-align: center;
font-size: 57px;
margin: 0;
}

.qr-white-text p
{
color: #1d2e4a;
font-family: 'Gilroy-ExtraBold';
text-align: center;
font-size: 20px;
padding: 1px 15px;
border: 1px solid #1d2e4a;
border-radius: 5px;
display: table;
margin: 0 auto 15px;
}

a.qr-banner-btn
{
background: #ff5256;
font-family: Helvetica;
font-size: 22px;
color: #fff;
border-radius: 100px;
padding: 10px;
width: 300px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
margin: 30px auto 0;
display: table;
box-shadow: 1px 9px 16px -3px rgba(0,0,0,0.39);
-webkit-box-shadow: 1px 9px 16px -3px rgba(0,0,0,0.39);
-moz-box-shadow: 1px 9px 16px -3px rgba(0,0,0,0.39);
}

section.qr-fst-part
{
background: url(../img/s-bg1.jpg) no-repeat center center;
background-size: cover;
padding-bottom: 0;
background-position-x: 10%;
}

.qr-mid-left
{
width: 85%;
float: left;
}

.qr-mid-left img
{
max-width: 100%;
vertical-align: middle;
}

.qr-split-wraper
{
width: 85%;
margin: 60px auto 0;
}


li.qr-list
{
list-style-image: url(../img/s-list.png) !important;
list-style-position: inside !important;
}

section.qr-mid-part
{
background: url(../img/s-wraper-bg.jpg) no-repeat right;
background-size: cover;
}

.qr-split 
{
width: 95%;
margin: 0 auto 25px;
display: table;
}

.qr-split-image 
{
width: 100%;
margin: 0 auto;
position: relative;
}

.qr-split-image img
{
max-width: 100%;
vertical-align: middle;
border: 2px solid #e1e1e1;
border-radius: 25px;
}

.qr-split-icon 
{
position: absolute;
top: 73px;
width: 64px;
left: 38%;
}

.qr-split-icon img
{
max-width: 100%;
vertical-align: middle;
}

.qr-split-image p 
{
position: absolute;
bottom: 46px;
text-align: center;
left: 0;
font-size: 16px;
text-transform: uppercase;
width: 100%;
}

.qr-vid-cr 
{
margin: 60px auto;
width: 85%;
}

.qr-vid-left 
{
background: #4ac3d7;
}

.qr-left-wraper 
{
padding: 10px;
margin: 78px 0;
}

.qr-left-wraper p
{
font-family: 'Gilroy-Light';
font-size: 58px;
text-align: center;
margin: 0;
color: #fff;
}

.qr-left-wraper h4
{
font-family: 'Gilroy-Extrabold';
font-size: 22px;
text-align: center;
margin: 0;
color: #fff;
}

.vid-watch-btn 
{
width: auto;
margin: 30px auto 0;
display: table;
}

.s-line 
{
width: 63px;
height: 3px;
background: #fff;
float: left;
margin-left: 109px;
display: none;

}

.qr-right-wraper 
{
width: 100%;
float: left;
background: #eee;
}

a.qr-btn 
{
background: #ff5256;
font-family: Helvetica;
font-size: 22px;
color: #fff;
border-radius: 100px;
padding: 10px;
width: 300px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
margin: 30px auto 0;
display: table;
box-shadow: 1px 9px 16px -3px rgb(0 0 0 / 39%);
-webkit-box-shadow: 1px 9px 16px -3px rgb(0 0 0 / 39%);
-moz-box-shadow: 1px 9px 16px -3px rgba(0,0,0,0.39);
}

@media (max-width: 1032px)
{
section.qr-bnr-bg
{
background-position-x: 3%;
}
}

@media (max-width: 862px)
{
.qr-bnr-right 
{
width: 60%;
}

.qr-right-white
{
border-radius: 8px;
background: rgba(255, 255, 255, 0.7);
padding: 10px;
}
}

@media (max-width: 536px)
{
.qr-bnr-right 
{
width: 90%;
}

a.qr-banner-btn
{
width: 275px;
}
}

@media (max-width: 767px)
{
iframe.qr-vieo 
{
height: 200px !important;
width: 100%;
}

.qr-split-wraper
{
margin: 20px auto 0;
}

.qr-mid-mob
{
display: block !important;
width: 60%;
float: none;
margin: 0 auto;
}

.qr-mid-desk
{
display: none;
}

.qr-mid-margin
{
margin-top: 0 !important;
}

.qr-split-image p 
{
bottom: 23px;
}

.qr-split-icon
{
width: 56px;
}

.qr-vid-left
{
background: transparent !important;
}

.qr-left-wraper
{
background: #d7e0e2;
}

.vid-watch-btn
{
margin-top: 5px;
display: none;
}
}

.qr-mid-mob
{
display: none;
}

.qr-mid-margin
{
margin-top: 30px;
}

@media (max-width: 1200px)
{
.qr-split-wraper
{
width: 100%;
}

.qr-split-icon
{
top: 55px;
}

.qr-left-wraper
{
margin: 32px 0 0;
}

.qr-left-wraper p
{
font-size: 54px;
}

.qr-vid-cr
{
width: 100%;
}
}

@media (max-width: 992px)
{
.qr-split-image p
{
bottom: 23px;
}

.qr-split-icon
{
top: 42px;
width: 40px;
}

.qr-left-wraper p 
{
font-size: 37px;
}

.qr-left-wraper h4
{
font-size: 21px;
}

.s-line 
{
display: none;
}
}

@media (max-width: 513px)
{
.qr-split-image p
{
bottom: 11px;
font-size: 15px;
}
}

@media (max-width: 457px)
{
li.qr-list 
{
font-size: 15px !important;
}
}

@media (max-width: 451px)
{
.qr-split-icon
{
top: 25px;
}
}

@media (max-width: 417px)
{
.qr-split-image p 
{
bottom: 11px;
font-size: 13px;
}
}

@media (max-width: 395px)
{
.qr-split-icon 
{
top: 19px;
width: 32px;
left: 40%;
}

.qr-split-image p
{
bottom: 5px;
}
}

.qr-split:hover
{
transform: translate(0, -8px);
transition: 0.5s linear;
}

.qr-play-btn 
{
position: absolute;
margin: auto;
width: 95px;
display: table;
}

.qr-play-btn img
{
max-width: 100%;
vertical-align: middle;
}

iframe.qr-vieo
{
height: 480px;
width: 100%;
}

.qr-banner-left {
width: auto;
float: left;
}

.qr-logo-cvr
{
width: 100%;
float: left;
}

.qr-logo {
width: 180px;
margin-left: 30px;
display: block;
}

.qr-logo img
{
max-width: 100%;
vertical-align: middle;
}

.qr-logo-text
{
width: 100%;
float: left;
margin-top: 17px;
}

.qr-logo-text p
{
text-align: right;
font-size: 20px;
font-family: 'Gilroy-Light';
margin: 0;
}

a.qr-phone 
{
width: 100%;
float: left;
text-align: right;
font-family: 'Gilroy-ExtraBold';
font-size: 23px;
color: #fff;
background: #ff5256;
padding: 5px 15px;
border-radius: 0 8px 8px 0;
}

.qr-phone-icon 
{
width: 18px;
float: left;
margin-left: 5px;
}

.qr-phone-icon img
{
max-width: 100%;
vertical-align: middle;
}

.qr-banner-left 
{
width: 100%;
float: left;
}

.qr-bleft-image
{
width: 100%;
float: left;
}

.qr-bleft-image img
{
max-width: 100%;
vertical-align: middle;
border-radius: 30px 0 0 30px;
}

.qr-split 
{
width: 95%;
margin: 0 auto 25px;
display: table;
background: #fff;
border-radius: 30px;
box-shadow: 0px 8px 20px -4px rgb(0 0 0 / 12%);
-webkit-box-shadow: 0px 8px 20px -4px rgb(0 0 0 / 12%);
-moz-box-shadow: 0px 8px 20px -4px rgba(0,0,0,0.12);
position: relative;
min-height: 320px;
}

.qr-split-img 
{
width: 100%;
float: left;
background: #6ad7e9;
border-radius: 30px;
padding: 20px;
}

.qrs-image
{
width: 200px;
margin: 0 auto;
}

.qrs-image img
{
max-width: 100%;
vertical-align: middle;
}

.qr-split-text 
{
position: absolute;
bottom: 0;
width: 85%;
background: #fff;
border-radius: 30px;
box-shadow: 0px 8px 20px -4px rgb(0 0 0 / 12%);
-webkit-box-shadow: 0px 8px 20px -4px rgb(0 0 0 / 12%);
-moz-box-shadow: 0px 8px 20px -4px rgba(0,0,0,0.12);
bottom: 24px;
left: 8%;
}

.qr-split-text h4
{
font-family: HelveticaNeue-Condensed-Black;
color: #656565;
text-align: center;
text-transform: uppercase;
font-size: 23px;
padding: 35px 10px;
margin: 0;
}

@media (max-width: 992px)
{
.qrs-image
{
width: 150px;
}

.qr-split-text
{
min-height: 153px !important;
display: flex;
align-items: center;
justify-content: center;
}
}

@media (max-width: 863px)
{
a.qr-banner-btn
{
width: 90%;
}

.qr-bnr-right 
{
width: 40%;
margin-top: 27px;
}
}

@media (max-width: 767px)
{
.qr-split
{
min-height: 240px;
}

.qrs-image 
{
width: 107px;
}
.qr-split-text
{
bottom: 21px;
min-height: 112px !important;
}

.qr-split-text h4
{
font-size: 16px;
padding: 0 10px;
}

.qr-banner-left {
width: 80% !important;
float: none;
margin: 0 auto;
}

.qr-right-bord {
width: 80%;
margin: 0 auto;
border-radius: 30px;
}

.qr-right-main p
{
font-size: 20px !important;
}
}

@media (max-width: 668px)
{
a.qr-banner-btn
{
font-size: 18px;
}


.qr-bnr-right 
{
width: 46%;
float: right;
padding-bottom: 20px;
}
}

@media (max-width: 576px)
{
.qr-split
{
width: 65%;
min-height: 326px;
}

.qrs-image
{
width: 215px;
}

.qr-split-text h4
{
font-size: 23px;
}
}

@media (max-width: 485px)
{
.qr-banner-left 
{
width: 65%;
float: none;
margin: 0 auto;
}

.qr-right-bord
{
width: 80% !important;
}

.qr-bnr-right 
{
width: 65%;
float: none;
margin: 0 auto;
display: table;
}

.qr-bleft-image
{
margin: 0;
}

.qr-bleft-mob
{
display: block !important;
}
}

@media (max-width: 400px)
{
.qr-banner-left
{
width: 75%;
}

.qr-bnr-right
{
width: 75%;
}
}

.qr-bleft-mob
{
width: 100%;
float: none;
margin: 0 auto;
display: none;
}

.qr-bleft-mob img
{
max-width: 100%;
vertical-align: middle;
}

.qr-right-bord {
padding: 0;
border-radius: 0 30px 30px 0;
background: #fff;
}

.qr-right-wrap
{
width: 100%;
float: left;
background: #fff;
border-radius: 0 30px 30px 0 !important;
min-height: 500px;
padding: 10px;
}

.qr-right-logocvr
{
width: 125px;
margin: 20px auto;
}

.qr-right-logocvr img
{
max-width: 100%;
vertical-align: middle;
}

.qr-banner-arw
{
width: 50%;
float: left;
margin: 20px 0 10px;
}

.qr-banner-arw img
{
max-width: 100%;
vertical-align: middle;
}

.qr-right-main
{
width: 100%;
float: left;
}

.qr-right-main p
{
text-align: center;
font-family: 'Gilroy-Light';
font-size: 20px;
margin: 0 0 15px;
}

.choice-bar
{
margin: 0 auto;
display: flex;
align-items: center;
border-radius: 8px;
box-shadow: 1px 1px 16px -3px rgb(64 57 58 / 11%);
width: 80%;
padding: 10px;
}

a.green-txt {
width: 50%;
float: left;
margin: 10px 0;
text-align: center;
border-right: 1px solid #eee;
font-size: 26px;
color: #599700;
font-family: 'Gilroy-Light';
font-weight: 700;
}

a.red-txt {
width: 50%;
float: left;
margin: 10px 0;
text-align: center;
font-size: 14px;
color: #970000;
font-family: Gilroy-Light;
}

.qr-form {
width: 80%;
margin: 34px auto 0;
display: table;
background: #fff;
box-shadow: 1px 1px 16px -3px rgb(64 57 58 / 11%);
padding: 10px;
}

input.qr-imn
{
border-radius: 8px;
}

button.qr-bnr-btn {
background: #ff5256;
padding: 5px 30px;
border: none;
text-align: center;
margin: 0 auto;
display: table;
font-size: 14px;
text-transform: uppercase;
}

@media (max-width: 1200px)
{
.qr-banner-arw
{
margin: 5px 0;
}

.qr-form
{
margin: 16px auto 0;
}

a.green-txt,
a.red-txt
{
margin: 4px 0 !important;
}

.qr-right-wrap
{
min-height: auto;
}
}

@media (max-width: 992px)
{
.qr-right-logocvr {
width: 85px;
margin: 0 auto;
}

.qr-right-main p
{
font-size: 13px;
margin: 0 0 2px;
}

input.qr-imn {
margin: 1px 0;
}
}

@media (max-width: 767px)
{

.qr-right-wrap {
min-height: auto;
border-radius: 30px !important;
}

.row-padd
{
padding: 0;
}

.qr-bleft-image
{
margin-bottom: 15px;
}

.qr-bleft-image img
{
border-radius: 30px;
}

.qr-right-logocvr
{
display: none;
}

.arw-desk
{
display: none !important;
}

.arw-mob {
display: block !important;
}
}

@media (max-width: 486px)
{
.qr-right-bord {
padding: 0 15px;
}

.qr-right-bord {
padding: 0;
width: 65%;
margin: 0 auto;
}
}

@media (max-width: 400px)
{
.qr-right-bord
{
width: 75%;
}
}

.land-left {
width: 50%;
float: left;
}

section.qr-land-bg
{
background: url(../img/banner/qr-land-bg.jpg) no-repeat center center;
background-size: cover;
padding: 0;
}

.qr-land-left img
{
max-width: 100%;
vertical-align: middle;
border-radius: 0;
}

.qr-land-right {
margin-top: 20px;
}

@media (max-width: 966px)
{
section.qr-land-bg
{
padding: 60px 0;
}
}

@media (max-width: 863px)
{
.qr-land-right 
{
margin-top: 0;
}

.qr-land-left img
{
margin: 50px 0;
}
}

@media (max-width: 668px)
{
.qr-land-left {
width: 90%;
margin: 50px 0;
}
}

@media (max-width: 486px)
{
.qr-land-left
{
display: none !important;
}

section.qr-land-bg 
{
padding: 0 0 30px;
}

.land-left
{
width: 100%;
}
}

.arw-mob
{
display: none;
}

.arw-mob-cvr 
{
width: auto;
margin: 0 auto;
display: table;
}










/*
@media (max-width: 992px)
{
.qr-right-wrap
{
min-height: 306px;
}

a.green-txt, a.red-txt {
padding: 5px 0 !important;
}
}

@media (max-width: 863px)
{
.qr-bleft-image {
margin: 0 !important;
}
}

@media (max-width: 767px)
{
.qr-right-bord
{
border-radius: 30px;
}
}
*/

.thanks-split-cvr
{
width: 90%;
margin: 0 auto;
display: table;
}

.thanks-split
{
width: 100%;
float: left;
padding: 10px;
background: #fff;
}

.thanks-split-image
{
width: 100%;
float: left;
}

.thanks-split-image img
{
max-width: 100%;
vertical-align: middle;
}

.thanks-split {
width: 100%;
float: left;
padding: 10px;
background: #fff;
box-shadow: 0px 8px 20px -4px rgb(0 0 0 / 12%);
-webkit-box-shadow: 0px 8px 20px -4px rgb(0 0 0 / 12%);
-moz-box-shadow: 0px 8px 20px -4px rgba(0,0,0,0.12);
border-radius: 10px;
position: relative;
}

.thanks-split p
{
width: 100%;
float: left;
margin: 20px 0;
text-align: center;
color: #000;
font-size: 15px;
min-height: 90px;
}

.thanks-split-btn {
position: absolute;
bottom: -19px;
left: 40%;
width: 40px;
}

.thanks-split-btn img
{
max-width: 100%;
vertical-align: middle;
}

.thanks-demo-btn
{
width: 100%;
float: left;
margin-top: 80px;
}

.thanks-demo-btn a
{
background: #ff5256;
font-family: Helvetica;
font-size: 22px;
color: #fff;
border-radius: 100px;
padding: 10px;
width: 300px;
text-align: center;
text-transform: uppercase;
font-weight: 600;
display: table;
margin: 0 auto;
}

section.thanks-video-wraper {
background: #f7f7f9;
}

.thanks-video-head
{
width: 100%;
float: left;
}

.thanks-video-head h2
{
font-size: 26px;
font-weight: 700;
color: #49c2d5;
margin: 0 auto 30px;
text-align: center;
display: table;
}

.thanks-video-head h2::after
{
content: '';
background: #d4edf2;
width: 43px;
height: 22px;
float: right;
margin-left: 20px;
margin-top: 5px;
}

.thanks-video-head h2::before
{
content: '';
background: #d4edf2;
width: 43px;
height: 22px;
float: left;
margin-right: 20px;
margin-top: 5px;
}

@media (max-width: 1200px)
{
.thanks-split p
{
min-height: 90px;
}
}

@media (max-width: 992px)
{
.thanks-split-cvr
{
width: 100%;
}

.thanks-split p
{
font-size: 13px;
min-height: 77px;
}
}

@media (max-width: 767px)
{
.thanks-split
{
width: 60%;
float: none;
margin: 0 auto 30px;
display: table;
}

.thanks-split p 
{
font-size: 15px;
min-height: auto;
}

.thanks-split-btn
{
left: 44%;
}
}

@media (max-width: 576px)
{
.thanks-split
{
width: 69%;
}
}

@media (max-width: 420px)
{
.thanks-split
{
width: 80%;
}
}

@media (max-width: 378px)
{
.thanks-video-head h2::before
{
margin-right: 10px;
width: 13px;
}

.thanks-video-head h2::after
{
margin-left: 10px;
width: 13px;
}
}

.thanks-split-btn:hover
{
transform: translate(0, -8px);
transition: 0.5s linear;
}



.timer-cvr {
width: auto;
margin: 10px auto;
display: table;
}

.timer{
display:flex;
align-items:center;
justify-content:center;
height:78%;
width:11%;
margin: 0 auto;
}




@media (max-width: 1199px)
{
.timer
{
width: 15%;
}
}

@media (max-width: 992px)
{
.timer
{
width: 20%;
}
}

@media (max-width: 767px)
{
.timer
{
width: 25%;
}
}

@media (max-width: 576px)
{
.timer
{
width: 30%;
}
}

@media (max-width: 458px)
{
.timer
{
width: 40%;
}
}

@media (max-width: 368px)
{
.timer
{
width: 50%;
}
}



/*23/07/2021*/
.awd-split
{
width: 100%;
float: left;
border: 1px solid #f3f3f3;
border-radius: 25px;
-webkit-box-shadow: 3px 5px 14px 0px rgba(163, 96, 96, 0.30); 
box-shadow: 3px 5px 14px 0px rgba(0,0,0,0.30);
background: #fff;
padding: 15px;
position: relative;
margin-bottom: 25px;
}

.awd-split h2
{
font-family: 'Gilroy-ExtraBold';
font-size: 22px;
text-align: left;
margin: 0;
color: #444;
}

.awd-line 
{
background: #ff5256;
float: left;
width: 120px;
height: 3px;
border-radius: 2px;
margin: 10px 0;
}

h2.awd-name 
{
width: 100%;
float: left;
color: #4ac3d7;
font-size: 20px;
}

.awd-split p
{
float: left;
margin: 10px 0 0;
text-align: left;
font-size: 16px;
color: #444444;
min-height: 130px;
}

.round-img 
{
position: absolute;
left: 0;
bottom: 0;
width: auto;
}

.round-img img
{
max-width: 100%;
vertical-align: middle;
}

.awd-split h2:hover
{
color: #444;
}

h2.awd-name:hover
{
color: #4ac3d7;
}

.awd-split:hover {
transform: scale(1.05);
transition: all 0.3s linear;
}

@media (max-width: 1200px)
{
h2.awd-name
{
min-height: 48px;
}

.awd-split p
{
min-height: 145px;
}
}

@media (max-width: 992px)
{
.awd-split h2
{
font-size: 16px;
}

.awd-line
{
width: 90px;
}

h2.awd-name
{
font-size: 15px;
min-height: 36px;
}

.awd-split p
{
font-size: 14px;
min-height: 189px;
}
}

@media (max-width: 767px)
{
.awd-split h2
{
font-size: 22px;
}

.awd-line
{
width: 90px;
}

h2.awd-name
{
font-size: 20px;
min-height: auto;
}

.awd-split p
{
font-size: 16px;
min-height: auto;
}
}

a.login-button {
background: #4cc3d7;
color: #fff;
padding: 7px;
margin-right: 35px;
width: 95px;
text-align: center;
font-size: 14px;
border: 2px solid rgba(255, 255, 255, 0.8);
}

h5.login-title 
{
text-align: center;
font-size: 20px;
font-family: 'Helvetica';
font-weight: 600;
}

.login-dialog 
{
width: 390px;
}

.login-inner
{
width: 100%;
float: left;
}

.login-inner ul
{
padding: 0;
margin: 30px 0 0;
}

.login-inner ul li
{
list-style: none;
margin: 10px 0;
}

.login-inner ul li:last-child
{
margin-bottom: 0;
}

.login-inner ul li a
{
font-size: 16px;
color: #000;
width: 100%;
display: table;
padding: 8px 10px;
background: #f7f7f7;
text-transform: uppercase;
}

.login-inner ul li a:hover
{
background: #eee;
}

@media (max-width: 992px)
{
a.login-button
{
display: none;
}
}

.forbes-logo 
{
width: 80px;
float: left;
}

.forbes-logo img
{
max-width: 100%;
vertical-align: middle;
}

.forbes-btn {
width: 280px;
}

.forbes-btn a
{
text-align: left;
display: table;
width: 100%;
float: left;
}

i.i-forbes {
float: right;
}

.forms-link {
width: 100%;
float: left;
background: rgba(255, 255, 255, 0.7);
border: 2px solid #fff;
border-radius: 8px;
padding: 6px 20px;
display: flex;
align-items: center;
justify-content: center;
}

.forms-link p {
width: auto;
float: left;
font-family: 'HelveticaNeue-Light';
font-size: 23px;
margin: 0;
color: #ff5256;
}

i.i-forbes {
float: left;
margin-left: 8px;
width: 25px;
height: 25px;
border-radius: 100px;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
-webkit-animation: pulsate 1s infinite;
animation: pulsate 1s infinite;
}

@media (Max-width: 768px)
{
.forbes-btn
{
bottom: 30px;
}
}

@media (Max-width: 767px)
{
.forbes-btn {
width: 280px;
float: left;
}
}

@media (max-width: 566px)
{
.forbes-btn
{
width: 100%;
}
}

.login-box {
width: 100%;
float: left;
margin: 25px 0 0;
background: #f7f7f7;
padding: 10px;
}

.login-box-inner {
width: 46%;
padding: 10px;
text-align: center;
background: #fff;
margin: 2%;
float: left;
box-shadow: 0px 4px 12px rgb(30 33 33 / 4%);
border: 1px solid #f5f5f5;
border-radius: 5px;
}

.login-box-inner p
{
margin: 0;
font-size: 14px;
color: #000;
text-transform: uppercase;
}

.login-box-inner:hover {
background: #4cc3d7;
}

.login-box-inner:hover p
{
color: #fff;
}

@keyframes pulsate {
0% {
  -webkit-transform: rotate(0deg) scale(.8);
  transform: rotate(0deg) scale(.8);
  transform: rotate(0deg) scale(.8)
}
5% {
  -webkit-transform: rotate(0deg) scale(.9);
  transform: rotate(0deg) scale(.9)
}
10% {
  -webkit-transform: rotate(0deg) scale(.8);
  transform: rotate(0deg) scale(.8)
}
15% {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1)
}
50% {
  -webkit-transform: rotate(0deg) scale(.8);
  transform: rotate(0deg) scale(.8)
}
100% {
  -webkit-transform: rotate(0deg) scale(.8);
  transform: rotate(0deg) scale(.8)
}
}

.dental-btn
{
bottom: 25px;
}

.fea-btns
{
position: relative;
width: 100%;
float: left;
margin-top: 15px;
}

@media (max-width: 992px)
{
.f-mar
{
margin-left: 0 !important;
margin-top: 15px !important;
}
}

@media (max-width: 399px)
{
.dent-logo
{
width: 80px !important;
}
}

@font-face
{
  font-family: 'Gilroy-ExtraBold';
  src: url(../fonts/Gilroy-ExtraBold.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
  font-family: 'Gilroy-Light';
  src: url(../fonts/Gilroy-Light.otf) format('opentype');
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 1200px)
{
  .lab-right-content
  {
    width: 84%;
  }

  .lab-lap-image
  {
    width: 540px;
    margin-top: -47px;
  }

  p.ltop-text
  {
    left: 35px;
  }

  .lab-right-bottom h1
  {
    float: left;
    margin-left: 26px;
    font-size: 36px;
  }
}

@media (max-width: 992px)
{
  .laborday-image
  {
    width: 145px;
    margin-top: 57px;
  }

  .watch-image 
  {
    width: 222px;
    margin-top: 84px;
  }

  p.lab-absolute
  {
    width: 235px;
    font-size: 19px;
  }

  p.ltop-text 
  {
    left: -56px;
  top: 23px;
  }

  .lab-lap-image 
  {
    width: 378px;
    margin-top: 14px;
  }

  .lab-right-bottom
  {
    width: 100%;
    padding-right: 0; 
  }

  .lab-right-content 
  {
    width: 100%;
  }

  .lab-right-bottom h1
  {
    font-size: 33px;
    margin-top: 48px;
    margin-left: 15px;
  }

  .lab-right-bottom h4
  {
    margin-left: 15px;
  }

  .lab-line
  {
    margin-left: 15px;
  }

  .lab-right-bottom p
  {
    margin-left: 15px;
  }

  .lab-right-bottom a
  {
    margin-left: 15px;
  }
}

@media (max-width: 767px)
{
  .header-logo
  {
    width: 170px;
  }

  .laborday-image
  {
    float: left;
    margin-top: 20px;
  }

  p.ltop-text
  {
    position: relative;
    width: 50%;
    float: right;
    text-align: center;
    font-size: 23px;
  }
}

.labor-mob-bg
{
  background: url(../img/labor-mob-bg.jpg) no-repeat 0 0;
  background-size: cover;
}


@media (max-width: 640px)
{

  .bnr-bottom-right h1
  {
    margin-top: 0;
  }

  .bnr-bottom-left {
    width: 100% !important;
    padding: 0;
}

.bnr-bottom-middle {
  width: 100% !important;
}

.bottom-middle-image {
width: 137px !important;
}

  .lab-right-top {
    width: 50%;
}

.bnr-bottom-right
{
  width: 100% !important;
}

.watch-image {
  width: 167px;
  margin: 30px auto 0;
  float: none;
}

.laborday-image
{
width: 120px;
  margin: 30px auto 0;
  float: none;
}

.lab-right-bottom {
width: 100%;
}

.lab-right-bottom h1
{
margin-top: 18px;
margin-left: 0;
}

.lab-right-bottom h4 {
margin-left: 0;
font-size: 25px;
}

.lab-line {
margin-left: 0;
margin-bottom: 8px;
}

.lab-right-bottom p {
margin-left: 0;
}

p.lab-absolute {
position: relative;
width: auto;
margin: 0 auto;
display: table;
font-size: 22px;
text-align: center;
}

a.l-bnr-btn {
float: none;
margin: 20px auto 0;
display: block;
background: #f71c1c;
padding: 10px 20px;
font-size: 24px;
font-family: 'HELVETICANEUE-CONDENSED-BOLD';
color: #fff;
border-radius: 10px;
width: 250px;
text-align: center;
}

.watch-image
{
width: 166px;
margin-top: 32px;
}

.header-logo {
width: 140px;
}

.lab-lap-image
{
width: 80%;
margin: 0 auto 37px;
float: none;
display: table;
}

p.ltop-text {
width: 100%;
float: left;
left: 0;
margin-bottom: 15px;
top: 13px;
line-height: 26px;
}

.lab-right-content
{
text-align: center;
}

.lab-right-bottom h1
{
text-align: center;
}
}



@media (min-width: 1200px)
{
.lab-right-bottom h1
{
  margin-left: 26px;
}
}

h4.bnr-fit {
margin-bottom: 35px;
width: 100%;
float: left;
color: #10203c;
font-family: 'HelveticaNeue-Condensed-Bold';
font-size: 21px;
}

.hand-mid-content {
margin: 50px 0 0;
width: 100%;
float: left;
}

.hand-mid-image {
margin-top: 50px;
width: 100%;
float: left;
}

.hand-mid-content h1
{
font-size: 33px;
color: #1aa0b7;
font-family: 'Poppins-Bold';
margin: 0;
}

.hand-mid-content h3
{
font-family: 'POPPINS-SEMIBOLD';
color: #101010;
font-size: 26px;
margin: 0;
}

.hand-mid-content p
{
font-size: 18px;
color: #252626;
margin: 25px 0;
padding-right: 50px;
font-family: 'Poppins-Regular';
}

.hand-mid-content a
{
width: auto;
  display: table;
  margin: 30px 0 10px;
  padding: 7px 20px;
  background: #f90202;
  color: #fff;
  font-family: 'Poppins-Semibold';
  border-radius: 8px;
  text-align: center;
  font-size: 23px;
}

.hm-image {
width: 80%;
float: none;
margin: 0 auto;
}

.hm-image img {
max-width: 100%;
vertical-align: middle;
}

.hand-mid-mob
{
display: none;
}

.den-plat-cvr {
width: 100%;
float: left;
margin: 50px 0;
}

.den-plat-cvr p
{
font-size: 18px;
color: #252626;
margin: 25px auto 40px;
font-family: 'Poppins-Regular';
text-align: center;
width: 90%;
}

.plat-split-cvr {
width: auto;
margin: 0 auto;
display: table;
}

.plat-image {
width: 30%;
float: left;
margin: 10px 1%;
}

.plat-image img {
max-width: 100%;
vertical-align: middle;
}

.hand-part-cvr {
width: 100%;
float: left;
margin-top: 30px;
}

section.media-wraper {
padding-top: 0;
}

section.media-wraper h2
{
color: #252626;
font-family: Poppins-Semibold;
font-size: 25px;
text-align: center;
position: relative;
width: auto;
display: table;
margin: 0 auto 20px;
}

section.media-wraper h2::after
{
width: 35px;
height: 20px;
background: #b7b7b7;
float: right;
content: '';
margin-left: 10px;
margin-top: 5px;
}

section.media-wraper h2::before
{
width: 35px;
height: 20px;
background: #b7b7b7;
float: left;
content: '';
margin-right: 10px;
margin-top: 5px;
}

.media-image {
width: 90%;
margin: 15px auto;
}

.media-image img
{
max-width: 100%;
vertical-align: middle;
}

p.test-title
{
font-size: 18px;
color: #252626;
margin: 25px auto 40px;
font-family: 'Poppins-Regular';
text-align: center;
width: 90%;
}

section.ins-info-wraper
{
padding-top: 0;
}

.curve-image {
width: 100%;
float: left;
margin: 0 auto;
}

.curve-image img {
max-width: 100%;
vertical-align: top;
}

@media (max-width: 768px)
{
.hand-mid-content h1
{
  font-size: 33px;
}

.hand-mid-content p
{
  font-size: 16px;
  padding-right: 0;
}
}

@media (max-width: 767px)
{
.hand-mid-mob
{
  display: block;
}

.hand-mid-desk
{
  display: none;
}

.hand-mid-content
{
  margin: 20px 0;
}

.hand-mid-content a
{
  margin: 30px auto 10px;
}

.last-mid-image {
  width: 100% !important;
}

.hmid-text
{
width: 80% !important;
}
}

section.hmid3 {
padding: 0;
}

.hmid-text {
width: 41%;
margin-left: 9%;
float: left;
}

.hmid-image {
width: 50%;
float: left;
}

.l-mid-image
{
margin-top: 50px;
width: 100%;
float: right;
}

.last-blue
{
width: 80%;
float: right;
}

.info-cvr a
{
width: auto;
display: table;
margin: 30px auto;
padding: 7px 20px;
background: #f90202;
color: #fff;
font-family: 'Poppins-Semibold';
border-radius: 8px;
text-align: center;
font-size: 23px;
}

.lab-bnr-wraper
{
width: 100%;
float: left;
}

.bnr-top-wraper
{
width: 100%;
float: left;
position: relative;
}

.top-offer
{
position: absolute;
left: 32%;
top: -22px;
}

.top-offer-image {
width: 250px;
margin: 0 auto;
}

.top-offer-image img
{
max-width: 100%;
vertical-align: middle;
}

.top-wraper-left {
width: 40%;
float: left;
}

.top-wraper-right {
width: 60%;
float: left;
}

.bnr-bottom-wraper {
width: 100%;
float: left;
}

.bnr-bottom-left {
width: 30%;
float: left;
padding-top: 65px;
}

.bnr-bottom-middle {
width: 30%;
float: left;

}

.bnr-bottom-right {
width: 40%;
float: left;
}

.bnr-watch-image {
width: 310px;
float: left;
margin: 145px 0 0 0;
}

.bnr-watch-image img
{
max-width: 100%;
vertical-align: middle;
}

.bnr-lap-image {
width: 585px;
float: right;
margin: 0;
}

.bnr-lap-image img
{
max-width: 100%;
vertical-align: middle;
}

.bnr-bottom-left h3
{
color: #ff0038;
font-family: HelveticaNeue-Condensed-Bold;
font-size: 22px;
text-align: center;
}

.bnr-bottom-left p
{
color: #112341;
font-family: 'HelveticaNeue-Condensed-Bold';
text-align: center;
font-size: 22px;
line-height: 24px;
padding: 10px;
border: 1px solid #ff0038;
width: 65%;
display: table;
margin: 10px auto;
border-radius: 8px;
}

.bottom-middle-image {
width: 207px;
margin: 0 auto;
}

.bottom-middle-image img
{
max-width: 100%;
vertical-align: middle;
}

.bnr-bottom-right h1
{
font-size: 39px;
color: #002356;
font-family: 'HelveticaNeue-Condensed-Bold';
width: 337px;
line-height: 35px;
margin-top: -31px;
}

.bnr-bottom-right p
{
font-family: Poppins-Bold;
color: #112241;
font-size: 19px;
text-align: center;
width: 337px;
margin: 5px 0;
border: 1px solid #112241;
padding: 5px;
border-radius: 8px;
}

.bnr-bottom-right a
{
width: 337px;
background: #ff5256;
display: table;
border-radius: 8px;
padding: 8px;
color: #FFF;
font-family: 'HelveticaNeue-Condensed-Bold';
font-size: 22px;
text-align: center;
margin-top: 15px;
}

@media (max-width: 1200px)
{
.bnr-watch-image
{
  width: 277px;
}

.bnr-lap-image
{
  width: 539px;
}

.bnr-bottom-left
{
  padding-top: 35px;
}

.bnr-bottom-left p
{
  width: 80%;
}

.top-offer-image
{
  width: 210px;
}
}

@media (max-width: 992px)
{
.top-offer-image
{
  width: 165px;
}

.bnr-lap-image
{
  width: 469px;
}

.bnr-watch-image
{
  width: 250px;
  margin: 80px 0 0 0;
}

.bnr-bottom-left
{
  padding-top: 20px;
}

.bnr-bottom-right h1,
.bnr-bottom-right p,
.bnr-bottom-right a
{
  width: 80%;
}

.bnr-bottom-right h1
{
  font-size: 30px;
}

.bottom-middle-image
{
  width: 177px;
}
}

@media (max-width: 856px)
{
.bnr-lap-image {
  width: 420px;
}

.top-offer-image {
width: 150px;
}

.top-offer
{
left: 35%;
}

.bnr-bottom-right h1,
.bnr-bottom-right p,
.bnr-bottom-right a
{
width: 100%;
}

.bnr-bottom-left p {
width: 100%;
font-size: 20px;
}
}

@media (max-width: 792px)
{
.bnr-watch-image
{
  width: 220px;
  margin: 74px 0 0 0;
}

.top-offer-image {
  width: 130px;
}

.bnr-lap-image {
width: 390px;
}
}

@media (max-width: 441px)
{
.lab-lap-image
{
  width: 85%;
  margin: 0 auto 56px;
}
}

@media (max-width: 369px)
{
.watch-image
{
  width: 156px !important;
}

.laborday-image
{
  width: 108px !important;
}

.lab-lap-image
{
  width: 100%;
}
}

@media (max-width: 339px)
{
.watch-image
{
  width: 136px !important;
}

.laborday-image
{
  width: 98px !important;
}
}

/*Virtual Consultation*/

section.vir-land-banner
{
padding-top: 0;
background: url(../img/virtual-banner.jpg) no-repeat center center;
background-size: cover;
padding: 0 !important;
}

.vir-bnr-content {
width: 100%;
float: left;
margin: 200px 0;
}

.vir-bnr-content p
{
font-size: 52px;
margin: 0;
font-weight: normal;
text-align: center;
font-family: 'HELVETICANEUE-THIN';
line-height: 35px;
}

.vir-bnr-content h1
{
color: #000000;
font-family: HelveticaNeue-Condensed-Bold;
font-size: 46px;
text-align: center;
margin: 10px 0 0 0;
}

.vir-bnr-content a
{
background: #ff5256;
color: #eee;
padding: 12px;
width: 230px;
display: table;
margin: 25px auto 0;
border-radius: 8px;
font-size: 22px;
text-align: center;
}

.vir-curve {
width: 75%;
margin: 0 auto;
display: block;
}

.vir-curve img
{
max-width: 100%;
vertical-align: top;
}

section.vir-mid-top {
background: #f8f8f8;
}

.step-head h3
{
font-family: Myriad-Regular;
font-size: 30px;
text-align: center;
position: relative;
width: 270px;
display: table;
margin: 0 auto 20px;
}

.step-head h3::after
{
background: #9ee1e9;
content: '';
position: absolute;
width: 70px;
height: 29px;
border-radius: 0 100px 100px 0;
margin-top: 2px;
right: 0;
}

.step-head h3::before
{
background: #9ee1e9;
content: '';
position: absolute;
width: 70px;
height: 29px;
border-radius: 100px 0 0 100px;
margin-top: 2px;
left: 0;
}

p.mid-main {
font-family: 'Myriad-Regular';
font-size: 20px;
text-align: center;
margin: 0 auto;
display: table;
}

.vir-mid1 {
margin: 0 auto 20px;
width: 100%;
float: left;
}

.vir-mid1 img
{
max-width: 100%;
vertical-align: middle;
}

section.mid-step2 {
padding: 20px 0;
}

.step-cvr {
width: 100%;
float: left;
display: flex;
align-items: center;
}

.vir-step-image {
width: 50%;
float: left;
}

.vir-step-image img
{
max-width: 100%;
vertical-align: middle;
}

.step-content
{
width: 50%;
float: left;
}

h4.second-head {
float: left;
width: 100%;
color: #01535d;
font-family: 'HelveticaNeue-Condensed-Bold';
font-size: 26px;
margin: 0 0 30px;
}

.step-content ul
{
padding: 0;
margin: 0;
}

.step-content ul li
{
list-style: none;
margin: 10px 0;
float: left;
width: 100%;
font-family: 'Helvetica-Regular';
font-size: 19px;
color: #000;
}

a.leanr-btn {
  display: table;
  margin: 30px auto;
  background: #ff5256;
  border-radius: 100px;
  padding: 10px;
  width: 300px;
  font-size: 24px;
  font-family: 'HelveticaNeue-Condensed-Bold';
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

@media (max-width: 1200px)
{
.vir-bnr-content
{
  margin: 150px 0;
}
}

@media (max-width: 992px)
{
.vir-bnr-content
{
  margin: 100px 0;
}

section.vir-land-banner
{
  background-position-x: 80%;
}

.vir-bnr-content p
{
  font-size: 41px;
}

.vir-bnr-content h1
{
  font-size: 41px;
}

.vir-curve
{
  width: 85%;
}

.tab-step-cvr
{
  padding-left: 60px !important;
}
}

@media (max-width: 768px)
{
.vir-bnr-content
{
  margin: 80px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

.vir-curve
{
  width: 100%;
}
}

@media (max-width: 767px)
{
.step-cvr
{
  display: block;
}

.vir-step-image
{
  width: 80%;
  margin-bottom: 20px;
}

.step-content
{
  width: 100%;
  padding: 10px !important;
}

.vir-mob-step
{
  float: right;
}
}

@media (max-width: 574px)
{
section.vir-land-banner 
{
  background-position-x: 88%;
}
}

@media (max-width: 384px)
{
.vir-bnr-content p 
{
  font-size: 32px;
}

.vir-bnr-content h1 
{
  font-size: 31px;
}

.vir-bnr-content a
{
  margin: 11px auto 0;
}
}

/*Appointment Reminders*/
section.app-rem-banner
{
padding: 0;
background: url(../img/app-reminder-bg.jpg) no-repeat center center;
background-size: cover;
}

.app-banner-content {
width: auto;
float: right;
margin: 60px 0 100px;
padding-right: 33px;
}

p.app-rem-p1 {
font-family: 'Poppins-Regular';
font-size: 36px;
margin: 0;
}

p.app-rem-p2 {
font-family: 'Poppins-Regular';
font-size: 45px;
margin: 0;
}

.app-banner-content h1
{
font-size: 60px;
font-family: 'Poppins-Bold';
color: #34acc0;
margin: 0;
}

.app-banner-content a
{
background: #f90202;
width: 88%;
border-radius: 100px;
text-align: center;
font-size: 25px;
color: #fff;
text-transform: uppercase;
padding: 9px;
font-family: Poppins-Light;
display: table;
margin: 25px 0 0;
}

p.app-mid-top {
margin: 0;
font-size: 24px;
font-family: 'Poppins-Semibold';
}

p.app-mid-bottom {
font-size: 32px;
margin: 0;
font-family: 'Poppins-Semibold';
}

h2.app-set-head {
color: #252626;
font-family: Poppins-Semibold;
font-size: 25px;
text-align: center;
width: auto;
display: table;
margin: 0 auto;
}

h2.app-set-head::after {
width: 35px;
height: 20px;
background: #b7b7b7;
float: right;
content: '';
margin-left: 10px;
margin-top: 5px;
}

h2.app-set-head::before {
width: 35px;
height: 20px;
background: #b7b7b7;
float: left;
content: '';
margin-right: 10px;
margin-top: 5px;
}

.ar-image
{
width: 100%;
margin: 0 auto;
display: block;
}

.ar-image img
{
max-width: 100%;
vertical-align: middle;
}

@media (max-width: 1200px)
{
section.app-rem-banner
{
  background-position-x: 2%;
}

.app-reminder-mid 
{
  padding-top: 20px;
}

.limited-badge
{
  width: auto;
  position: absolute;
  top: 59px;
  left: 33%;
}

.l-badge
{
  width: 246px;
}

}

@media (max-width: 1042px)
{
p.app-rem-p1
{
  font-size: 33px;
}

.app-banner-content h1
{
  font-size: 55px;
}

p.app-rem-p2
{
  font-size: 41px;
}
}

@media (max-width: 992px)
{
.app-banner-content
{
  margin: 50px 0;
  padding-right: 0;
}

.app-reminder-mid 
{
  padding-top: 0;
}

p.app-rem-p1
{
  font-size: 32px;
}

.limited-badge
{
  left: 34% !important;
}

.l-badge
{
  width: 223px !important;
}

p.app-rem-p1
{
  font-size: 30px;
}

.app-banner-content h1
{
  font-size: 50px;
}

p.app-rem-p2
{
  font-size: 35px;
}
}

@media (max-width: 848px)
{
.l-badge 
{
  width: 210px !important;
}

p.app-rem-p1 
{
  font-size: 28px;
}

.app-banner-content h1 
{
  font-size: 42px;
}

p.app-rem-p2 
{
  font-size: 32px;
}
}

@media (max-width: 768px)
{


p.app-rem-p1
{
  font-size: 25px;
}

.app-banner-content h1
{
  font-size: 40px;
}

p.app-rem-p2
{
  font-size: 34px;
}

.app-banner-content a
{
  font-size: 18px;
}


}

@media (max-width: 767px)
{
.app-banner-content
{
  margin: 30px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  width: 46%;
}

.l-badge 
{
  width: 156px !important;
}

.app-banner-content h1
{
  font-size: 35px;
}

p.app-rem-p2 
{
  font-size: 32px;
}
}

@media (max-width: 688px)
{
.limited-badge
{
  bottom: 0 !important;
  top: unset !important;
  left: 0 !important;
}

.app-banner-content
{
  width: 60%;
  margin: 10px 0;
}

.app-banner-content a
{
  width: 260px;
}
}

@media (max-width: 506px)
{
.app-banner-content
{
  width: 68% !important;
}
}

@media (max-width: 456px)
{
.limited-badge
{
  width: 100% !important;
  position: static !important;
  float: left !important;
}

.l-badge 
{
  margin: 0 auto !important;
}

.app-banner-content
{
  width: 100% !important;
}

p.app-rem-p1,
.app-banner-content h1,
p.app-rem-p2
{
  text-align: center;
}

.app-banner-content a
{
  width: 100%;
}
}

@media (max-width: 339px)
{
p.app-rem-p1
{
  font-size: 23px;
}

.app-banner-content h1
{
  font-size: 34px;
}

p.app-rem-p2
{
  font-size: 27px;
}
}

.limited-badge {
width: auto;
position: absolute;
top: 59px;
left: 40%;
}

.l-badge {
width: 286px;
display: block;
margin: 0;
}

.l-badge img
{
max-width: 100%;
vertical-align: middle;
}

.ipad-ad2
{
margin-top: -70px;
}

.ipad-ad1
{
margin: 206px 0 0 0;
}

@media (max-width: 1201px)
{
.ipad-ad2 {
  margin-top: -53px;
}

.ipad-ad1 {
margin: 176px 0 0 0;
}
}

@media (max-width: 993px)
{
.ipad-ad2 {
  margin-top: 0;
}

.ipad-ad1 {
margin: 132px 0 0 0;
}
}

@media (max-width: 360px)
{
.bnr-bottom-right h1 {
  margin-top: 0;
}
}

@media (max-width: 767px)
{
.hand-mid-image {
  margin: 20px 0;
}
}

/*Digital Platform*/
.d-curve {
width: 100%;
float: left;
margin: 0;
}

.d-curve img
{
max-width: 100%;
vertical-align: middle;
}

section.d-mid1 
{
background: url(../img/d-mid1-bg.jpg) no-repeat center center;
background-size: cover;
}

.d-mid-left {
width: 40%;
float: left;
}

.d-mid-image {
width: 100%;
float: left;
margin: 0;
}

.d-mid-image img
{
max-width: 100%;
vertical-align: middle;
}

.d-mid-right {
width: 60%;
float: left;
padding: 0 60px;
}

.d-mid-content {
width: 100%;
float: left;
}

.d-mid-content h1
{
color: #0873b0;
font-family: 'Poppins-Bold';
font-size: 28px;
}

.d-mid-content ul
{
margin: 25px 0;
padding: 0;
}

.d-mid-content ul li
{
list-style: none;
margin: 10px 0;
font-family: 'Poppins-Regular';
font-size: 18px;
}

.d-mid-split {
padding: 10px 0;
width: 100%;
float: left;
margin-bottom: 20px;
}

.d-split-icon {
width: 90px;
margin: 0;
float: left;
}

.d-split-icon img
{
max-width: 100%;
vertical-align: middle;
}

.d-mid-split p
{
width: 100%;
  float: left;
  padding-right: 20px;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  margin: 20px 0 0;
}

.d-mid-left a
{
background: #ff5256;
  margin: 0 auto;
  display: table;
  width: 60%;
  border-radius: 100px;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.d-mlogo-cvr {
width: 100%;
float: left;
}

.d-mlogo-cvr {
width: 100%;
float: left;
}

.d-mid-logo {
width: 16%;
margin: 10px 1%;
float: left;
text-align: center;
}

.d-mid-logo img
{
max-width: 100%;
vertical-align: middle;
}

.mid2-bottom {
width: 100%;
float: left;
padding: 0 60px;
margin: 30px 0 0;
display: none;
}

.mid2-bottom h4
{
font-family: 'Poppins-Semibold';
font-size: 22px;
margin: 0;
}

.mid2-bottom h5
{
font-size: 20px;
margin: 15px 0 0;
font-family: 'Poppins-Regular';
}

.mid2-bottom p
{
font-size: 16px;
margin: 15px 0 0;
}

.d-mid2-btns {
width: 100%;
float: left;
padding-top: 25px;
}

.mid-btn-left {
width: 60%;
float: left;
padding: 0 60px;
}

.mid-btn-left a
{
background: #fff;
border-radius: 100px;
border: 2px solid #4ac3d6;
padding: 10px;
font-size: 19px;
color: #4ac3d6;
text-align: center;
width: 70%;
display: table;
}

.mid-btn-left 
{
width: 60%;
float: left;
}

.mid-btn-right {
width: 40%;
float: left;
}

.mid-btn-right a
{
background: #ff5256;
  margin: 0 auto;
  display: table;
  width: 60%;
  border-radius: 100px;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.d-btm-image {
position: absolute;
right: 0;
bottom: 0;
width: 490px;
margin: 0;
}

.d-btm-image img
{
max-width: 100%;
vertical-align: middle;
}

section.digital-banner
{
background: url(../img/digital-banner.jpg) no-repeat center center;
background-size: cover;
padding: 135px 0;
}

.digital-banner-content {
width: 100%;
float: left;
margin: 0;
}

.digital-banner-content h1
{
color: #028195;
  font-family: 'Poppins-Semibold';
  font-size: 34px;
  margin: 0;
}

.digital-banner-content p
{
font-size: 17px;
color: #394b01;
margin: 30px 0 10px;
}

span.d-bnr-cap {
font-size: 20px;
text-transform: uppercase;
}

p.d-blue {
font-size: 18px;
color: #fff;
background: #4ac3d6;
display: table;
padding: 4px 15px 4px;
border-radius: 4px 0 0 4px;
width: 100%;
}

.digital-banner-content a
{
font-family: 'Poppins-Semibold';
text-transform: uppercase;
color: #ff5256;
display: table;
border: 1px solid #ff5256;
width: 250px;
padding: 8px 10px;
margin: 50px 0 0;
border-radius: 10px;
text-align: center;
font-size: 16px;
}

a.d-mid-mob
{
background: #ff5256;
margin: 0 auto;
display: table;
width: 290px;
border-radius: 100px;
padding: 12px;
text-align: center;
font-size: 18px;
color: #fff;
}

.side-img
{
float: right !important;
}

@media (max-width: 1200px)
{
.el-split
{
  padding: 15px 10px !important;
}

.el-split p
{
  font-size: 14px !important;
}
}

@media (max-width: 1169px)
{
.d-mid-logo
{
  width: 17%;
}
}

@media (max-width: 992px)
{
section.digital-banner
{
  padding: 80px 0;
}

.digital-banner-content h1
{
  font-size: 25px;
}

.digital-banner-content a
{
  margin: 26px 0 0;
}

.d-mid-right
{
  padding: 0 20px;
}

.mid2-bottom
{
  padding: 20px;
  margin: 0;
}

.d-mid-logo {
  width: 17%;
}

.mid-btn-left,
.mid-btn-right
{
  width: 100%;
  padding: 0;
}

.mid-btn-left a,
.mid-btn-right a
{
  width: 290px;
  margin: 5px auto;
}
}

@media (max-width: 903px)
{
.el-split
{
  width: 48% !important;
  margin-bottom: 15px !important;
}
}

@media (max-width: 767px)
{
section.digital-banner
{
  padding: 40px 0;
}

.digital-banner-content
{
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}

.d-mid-left
{
  width: 80%;
  float: none;
  margin: 0 auto;
}

.d-mid-right
{
  width: 100%;
}

.d-mid-image
{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.d-mid-content ul
{
  float: left;
}

.mid-btn-left,
.mid-btn-right
{
  width: 100%;
  padding: 0;
}

.mid-btn-left a,
.mid-btn-right a
{
  width: 290px;
  margin: 5px auto;
}

.d-btm-image
{
  width: 220px;
}

.d-mid-content h1
{
  font-size: 23px;
}
}

@media (max-width: 646px)
{
.d-btm-image
{
  display: none;
}
}

@media (max-width: 454px)
{
.el-split {
  width: 98% !important;
}
}

span.list-italic {
font-size: 14px;
font-style: italic;
}

.el-split-cvr {
width: 100%;
float: left;
margin-bottom: 20px;
}

.el-split {
width: 23%;
float: left;
margin: 1%;
text-align: center;
background: #f6f6ee;
border-radius: 6px;
border: 1px solid #fff;
padding: 15px 0;
-webkit-box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 18%);
box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 18%);
}

.el-split p {
margin: 0;
font-size: 18px;
color: #000;
font-family: 'Poppins-Semibold';
}

.get-eligible-cvr {
width: 410px;
position: absolute;
padding: 10px;
background: rgba(255, 255, 255, 0.4);
top: 75px;
left: 0;
}

.get-eligible-cvr h3
{
font-family: 'Poppins-Semibold';
  font-size: 20px;
  text-align: center;
  margin: 0;
}

.get-eligible-cvr ul
{
padding: 0;
margin: 30px 0 60px;
}

.get-eligible-cvr ul li
{
list-style: none;
text-align: center;
margin: 10px auto;
background: #4ac3d6;
width: 70%;
display: table;
color: #fff;
font-family: 'Poppins-Regular';
font-size: 16px;
padding: 10px;
border-radius: 8px; 
}

.get-eligible-cvr p
{
font-size: 16px;
  text-align: center;
  font-family: 'Poppins-Regular';
  margin: 80px 0 0;
}

@media (max-width: 1200px)
{
.get-eligible-cvr p
{
  margin-top: 55px;
}
}

@media (max-width: 992px)
{
.get-eligible-cvr
{
  width: 357px;
  top: 44px;
}

.get-eligible-cvr ul
{
  margin: 30px 0 42px;
}

.get-eligible-cvr p
{
  margin-top: 0;
}
}

@media (Max-width: 840px)
{
.get-eligible-cvr
{
  left: -40px;
}
}

@media (max-width: 767px)
{
.get-eligible-cvr 
{
  width: 447px;
  top: 44px;
  background: rgba(255, 255, 255, 0.8);
  left: 0;
}

.get-eligible-cvr ul
{
  width: 100%;
}

.side-img
{
  width: 100%;
}
}

@media (max-width: 576px)
{
.get-eligible-cvr 
{
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 40px;
}

.get-eligible-cvr ul li
{
  width: 100%;
}
}

/*Paperless Landing Page*/


section.pl-banner 
{
padding: 0 !important;
background: url(../img/pl-banner.jpg) no-repeat center center;
background-size: cover;
}

.pl-banner-content
{
width: auto;
float: right;
margin: 100px 90px 90px 0;
padding-top: 50px;
}

.pl-banner-content h1
{
font-size: 51px;
font-family: 'Poppins-Bold';
color: #02496f;
margin: 0;
}

.pl-banner-content p
{
font-size: 32px;
font-family: Poppins-Extralight;
color: #000;
margin: 5px 0 0;
}

.pl-banner-content a
{
background: #fd494c;
display: table;
margin: 25px 0 0;
padding: 10px;
width: 245px;
border-radius: 100px;
text-align: center;
color: #fff;
font-family: 'Poppins-Semibold';
font-size: 18px;
}

section.pl-mid1 {
padding: 0;
}

.pl-curve {
width: 100%;
float: left;
display: block;
}

.pl-curve img
{
max-width: 100%;
vertical-align: top;
}

.pl-vid-cvr {
width: 100%;
float: left;
}

.pl-vid-cvr h3
{
font-size: 22px;
font-family: 'Poppins-Semibold';
text-align: center;
color: #02496f;
margin: 0;
}

.pl-vid-content {
width: 80%;
margin: 30px auto;
display: block;
}

.pl-vid-content img
{
max-width: 100%;
vertical-align: middle;
}

.pl-vid-cvr p
{
font-size: 16px;
font-family: 'Poppins-Regular';
color: #000;
text-align: justify;
line-height: 30px;
margin: 0 0 25px 0;
}

section.pl-mid2 {
background: #ecf0ec;
padding: 40px 0 0;
}

.pl-mid-left {
width: 45%;
float: left;
}

h2.pl-mid-head {
font-size: 26px;
font-family: 'Poppins-Bold';
text-align: right;
margin: 30px 90px 0 0;
}

.pl-head-line {
float: right;
margin: 5px 90px 0 0;
height: 5px;
background: #a8c1c5;
width: 90px;
border-radius: 100px;
}

.pl-mid-image {
width: 90%;
float: left;
margin-top: 80px;
}

.pl-mid-image img
{
max-width: 100%;
vertical-align: middle;
}

.pl-mid-right {
width: 55%;
float: left;
}

.pl-mid-right ul
{
margin: 0;
padding: 0;
}

.pl-mid-right ul li
{
font-size: 17px;
font-family: 'POPPINS-REGULAR';
color: #000;
margin: 20px 0;
list-style-image: url(../img/pl-mid-list.png);
}

.pl-padd-right
{
padding-right: 5%;
}

.pl-padd-left
{
padding-left: 5%;
}

.pl-mid-right a
{
width: 300px;
text-align: center;
background: #fd494c;
display: table;
color: #fff;
font-family: 'Poppins-Bold';
text-transform: uppercase;
border-radius: 100px;
padding: 10px;
margin: 50px 0;
}

section.pl-mid3 {
padding: 40px 0;
background: rgb(245,245,245);
background: linear-gradient(0deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
}

p.pl-sub-head {
text-align: center;
font-family: 'Poppins-Regular';
font-size: 18px;
margin: 10px auto;
display: table;
position: relative;
}

p.pl-sub-head::after {
content: '';
background: #edf8fb;
width: 150px;
height: 25px;
position: absolute;
margin-left: 15px;
margin-top: 2px;
right: -160px;
}

p.pl-sub-head::before {
content: '';
background: #edf8fb;
width: 150px;
height: 25px;
position: absolute;
margin-right: 15px;
margin-top: 2px;
left: -160px;
}

ul.no-list {
margin: 0;
padding: 0;
}

ul.no-list li
{
font-size: 17px;
font-family: 'POPPINS-REGULAR';
color: #000000;
margin: 15px 0;
list-style: none;
}

p.pl-mid-number {
color: #159db7;
font-size: 50px;
margin: 0;
font-family: 'Poppins-Regular';
}

p.mid2-list {
margin: 0;
}

span.list-bold {
width: 100%;
float: left;
font-weight: 600;
}

section.pl-mid-4 {
padding: 40px 0 40px;
position: relative;
}

p.pl-blue-head {
color: #159db7;
font-size: 18px;
width: 40%;
font-family: 'Poppins-Regular';
text-align: center;
margin: 25px auto 10px;
}

.pl-mid-gif {
width: 50%;
margin: 15px auto;
}

.pl-mid-gif img
{
max-width: 100%;
vertical-align: middle;
}

.pl-round {
position: absolute;
top: 175px;
width: 560px;
z-index: -1;
left: 28%;
}

.pl-round img
{
max-width: 100%;
vertical-align: middle;
}

a.pl-center-btn {
width: 300px;
text-align: center;
background: #fd494c;
display: table;
color: #fff;
font-family: 'Poppins-Bold';
text-transform: uppercase;
border-radius: 100px;
padding: 10px;
margin: 0 auto 0;
}

section.pl-mid-5 {
padding: 40px 0;
background: #e2e5e3;
}

section.pl-mid-6
{
background: url(../img/pl-mid-bg.jpg) no-repeat center center;
background-size: cover;
}

ul.list-6 {
padding: 0 160px;
margin-top: 200px;
}

a.mid6-btn
{
margin-left: 147px;
}

.pl-center-cvr {
width: 100%;
float: left;
margin-top: 30px;
}

.pl-center-box {
width: 90%;
display: table;
margin: 0 auto;
background: url(../img/pl-mid-center.png) no-repeat center center;
background-size: cover;
padding: 30px;
border-radius: 20px;
-webkit-box-shadow: 0px 1px 15px -2px rgb(0 0 0 / 20%);
box-shadow: 0px 1px 15px -2px rgb(0 0 0 / 20%);
}

.pl-center-box p
{
font-size: 21px;
font-family: 'Poppins-Semibold';
font-style: italic;
width: 80%;
margin: 0 auto;
text-align: center;
color: #000;
}

.pl-center-box a
{
width: 300px;
text-align: center;
background: #fd494c;
display: table;
color: #fff;
font-family: 'Poppins-Bold';
text-transform: uppercase;
border-radius: 8px;
padding: 10px;
margin: 20px auto 0;
}

section.pl-mid-7 {
padding: 40px 0;
position: relative;
}

.pl-bottom {
width: 100%;
float: left;
margin: 77px 0;
}

.pl-bottom h2
{
font-size: 26px;
font-family: 'Poppins-Bold';
text-align: center;
color: #159db7;
}

.pl-bottom p
{
font-size: 16px;
font-family: 'POPPINS-REGULAR';
color: #000;
margin: 50px auto 0;
width: 40%;
text-align: center;
}

.pl-lady {
position: absolute;
left: 0;
top: 0;
width: 450px;
z-index: -1;
}

.pl-lady img
{
max-width: 100%;
vertical-align: middle;
}

.pl-men
{
position: absolute;
right: 0;
top: 0;
width: 450px;
z-index: -1;
}

.pl-men img
{
max-width: 100%;
vertical-align: middle;
}

section.pl-mid-8 {
padding: 40px 0;
background: #e9e9e9;
}

.pl-vid-split {
width: 100%;
float: left;
}

.pl-vid-logo {
width: 300px;
margin: 0 auto;
display: block;
}

.pl-vid-logo img
{
max-width: 100%;
vertical-align: middle;
}

.vid-split-inner {
width: 100%;
background: #fff;
padding: 20px;
border-radius: 20px;
float: left;
}

.pl-vid-image {
width: 90%;
margin: 0 auto;
}

.pl-vid-image img {
max-width: 100%;
vertical-align: middle;
}

.pl-vid-text
{
width: auto;
margin: 0 auto;
display: table;
}

.pl-vid-text h3
{
font-size: 18px;
font-family: 'Poppins-Bold';
margin: 10px 0;
text-align: center;
}

a.pl-watch {
width: 170px;
text-align: center;
padding: 7px 10px;
float: left;
background: #fd494c;
border-radius: 100px;
border: 2px solid #fd494c;
font-size: 16px;
font-family: 'Poppins-Semibold';
margin: 10px 0 0;
color: #fff;
}

a.pl-demo
{
width: auto;
text-align: center;
padding: 7px 10px;
float: right;
background: #fd494c;
border-radius: 100px;
border: 2px solid #fd494c;
font-size: 16px;
font-family: 'Poppins-Semibold';
color: #fff;
margin: 0 5px;
}

.gif-1 
{
width: 100%;
}

@media (max-width: 1212px)
{
a.pl-watch,
a.pl-demo
{
  font-size: 14px;
}
}

@media (max-width: 1200px)
{
.pl-banner-content
{
  margin: 130px 0;
}

ul.list-6
{
  padding-left: 100px;
}

a.mid6-btn 
{
  margin-left: 90px;
}

.pl-vid-logo
{
  width: 260px;
}
}

@media (max-width: 1120px)
{
a.pl-watch, a.pl-demo {
  font-size: 13px;
  padding: 7px 5px;
}
.pl-vid-text
{
  width: 100%;
}

.vid-split-inner
{
  padding: 15px;
}
}

@media (max-width: 1056px)
{
.pl-men
{
  width: 476px;
}
}

@media (max-width: 992px)
{
.pl-first
{
  width: 43%;
}

p.pl-blue-head
{
  width: 60%;
}

.pl-center-box
{
  width: 70%;
}

.pl-bottom
{
  width: 60%;
  float: none;
  margin: 77px auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  display: table;
  border-radius: 10px;
}

.pl-bottom p
{
  margin: 40px auto 0;
  width: 100%;
}

a.pl-watch, a.pl-demo
{
  font-size: 14px;
  width: 80%;
  float: none;
  margin: 0 auto;
  display: table;
}

a.pl-watch
{
  margin-bottom: 10px;
}

ul.list-6
{
  padding-left: 0;
}

a.mid6-btn
{
  margin-left: 0;
}

.pl-banner-content {
  margin: 90px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

section.pl-banner
{
background-position-x: 100%;
}

.pl-banner-content h1
{
font-size: 41px;
}

.pl-banner-content p
{
font-size: 26px;
}
}

@media (max-width: 888px)
{
.pl-men {
  width: 461px;
}

.pl-lady
{
width: 395px;
}
}

@media (max-width: 767px)
{
.pl-bottom
{
  margin: 55px auto;
  width: 80%;
}

.pl-center-box p
{
  width: 100%;
}

.pl-center-box
{
  width: 90%;
}

ul.list-6
{
  padding-right: 50px;
}

.pl-mid-image
{
  margin-top: 30px;
}

ul.list-6
{
  margin-top: 30px;
  float: left;
}

.pl-mid-left
{
  width: 70%;
  float: none;
  margin: 0 auto;
}

.pl-mid-right
{
  width: 90%;
  float: none;
  margin: 0 auto;
}

h2.pl-mid-head
{
  margin: 0;
  text-align: center;
}

.pl-head-line
{
  float: none;
  margin: 5px auto 0;
}

.pl-padd-right {
  padding-right: 0;
}

.pl-padd-left {
padding-left: 0;
width: 90%;
float: none;
margin: 0 auto;
}

p.pl-blue-head {
width: 90%;
}

.pl-mid-image {
position: static !important;
margin: 0 auto !important;
float: none !important;
width: 320px !important;
}

.pl-mid-right a {
margin: 20px auto;
}

.gif-1 {
width: 65%;
margin: 15px auto;
}

.pl-banner-content {
margin: 31px auto;
  width: 90%;
  float: none;
}

.pl-banner-content h1 {
font-size: 36px;
}

.pl-banner-content p {
font-size: 22px;
}

.header
{
display: none;
}
}

@media (max-width: 630px)
{
.pl-bottom
{
  width: 90%;
  margin: 30px auto;
}

section.pl-mid-7
{
  padding: 40px 0 0;
}

.pl-lady
{
  width: 285px;
}

.pl-men
{
  width: 331px;
}
}

@media (max-width: 493px)
{
section.pl-mid-7
{
  padding: 0;
}

.pl-bottom
{
  margin: 20px auto;
}

.pl-bottom p
{
  margin: 18px auto 0;
}

.pl-lady
{
  width: 251px;
}

.pl-men
{
  width: 293px;
}
}

@media (Max-width: 451px)
{
.pl-lady
{
  display: none;
}

.pl-men
{
  display: none;
}

.pl-vid-logo {
  width: 90%;
}
}

@media (max-width: 589px)
{
.pl-banner-content {
  margin: 31px 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 10px;
}
}

@media (max-width: 389px)
{
.pl-banner-content h1 {
  font-size: 29px;
}
}

.pl-first {
position: absolute;
width: 40%;
bottom: 0;
left: 0;
}

section.pl-tvideo {
padding: 40px 0;
}

.pl-tvideo-cvr {
width: 100%;
float: left;
}

.pl-tvid-left {
width: 100%;
float: left;
}

.pl-tvid-logo {
width: 200px;
float: left;
display: flex;
}

.pl-tvid-logo img
{
max-width: 100%;
vertical-align: middle;
}

.pl-tvid-left p
{
width: 100%;
  float: left;
  font-family: 'Poppins-Light';
  font-size: 17px;
  margin: 10px 0;
}

.pl-tvid-left a
{
background: #4ac3d7;
  float: left;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Poppins-Light';
  color: #fff;
  width: 150px;
  text-align: center;
  margin: 10px 0;
}

.pl-align
{
display: flex;
align-items: center;
}

.pl-tvid-right {
width: 100%;
float: left;
}

.pl-tvid-image {
width: 100%;
margin: 0 auto;
}

.pl-tvid-image img
{
max-width: 100%;
vertical-align: middle;
}

/*Forms*/

section.forms-banner 
{
  padding: 0 !important;
}

.forms-banner-content {
width: 100%;
float: left;
background: #d1e3e5;
}

.forms-banner-left {
width: 50%;
float: left;
padding-left: 60px;
padding-top: 100px;
padding-bottom: 100px;
padding-right: 60px;
height: 550px;
background: #fff;
}

.forms-banner-right {
width: 50%;
float: left;
background: #d1e3e5;
height: 550px;
display: flex;
align-items: center;
}

.forms-banner-left h1
{
font-size: 40px;
font-family: 'Poppins-Bold';
color: #464646;
margin: 0;
}

p.blue-para {
font-size: 21px;
font-family: 'Poppins-Light';
color: #4ac3d6;
margin: 10px 0 20px;
}

p.fnormal-para {
font-size: 16px;
color: #464646;
font-family: 'Poppins-Regular';
margin: 0;
}

.forms-banner-left a
{
font-size: 18px;
  display: block;
  float: left;
  background: #fff;
  padding: 7px;
  width: 190px;
  color: #ff5256;
  border: 1px solid #ff5256;
  border-radius: 100px;
  text-align: center;
  margin-top: 30px;
}

.fright-video {
width: 85%;
display: block;
margin: 0 0 0 60px;
}

.fright-video img
{
max-width: 100%;
vertical-align: middle;
}

.forms-curve {
width: 100%;
float: left;
}

.forms-curve img
{
max-width: 100%;
vertical-align: top;
}

section.forms-mid1 {
background: #f7f7f7;
padding: 20px 0;
}

.forms-mid-left {
width: 100%;
float: left;
}

.forms-mid-left h2
{
font-size: 26px;
font-family: 'Poppins-Bold';
color: #000000;
margin: 0;
}

.forms-line
{
width: 100px;
height: 6px;
background: #4ac3d6;
border-radius: 4px;
margin: 5px 0 10px;
float: left;
}

.forms-mid-left p
{
float: left;
font-size: 16px;
font-family: 'POPPINS-REGULAR';
color: #000;
margin: 5px 0;
width: 100%;
}

.forms-mid-left ul
{
float: left;
width: 100%;
margin: 10px 0;
padding: 0 0 0 20px;
}

.forms-mid-left ul li
{
list-style: none;
font-size: 16px;
font-family: 'POPPINS-REGULAR';
color: #000;
margin: 5px 0;
}

.forms-mid-left a
{
width: 280px;
text-align: center;
background: #ff5256;
display: table;
color: #fff;
font-family: 'Poppins-Bold';
text-transform: uppercase;
border-radius: 100px;
padding: 10px;
margin-left: 20px;
margin-top: 10px;
float: left;
}

.forms-mid-right {
width: 100%;
float: left;
}

.forms-right-image {
width: 85%;
margin: 0 auto;
display: block;
}

.forms-right-image img
{
max-width: 100%;
vertical-align: middle;
}

section.forms-mid2 {
padding: 20px 0;
}   

.align-wraper
{
display: flex;
align-items: center;
}

section.forms-mid3 {
padding: 20px 0;
background: #f7f7f7;
}

section.forms-mid4
{
padding: 20px 0;
}

section.forms-mid5
{
padding: 20px 0;
background: #f7f7f7;
}

section.forms-mid6
{
padding: 20px 0;
}

section.forms-mid7
{
padding: 20px 0;
}

section.forms-mid8
{
padding: 20px 0;
background: #f7f7f7;
}

section.forms-mid-center {
padding: 30px 0;
background: #f0f0f3;
}

h2.mid-center {
font-size: 26px;
font-family: 'Poppins-Bold';
color: #000000;
margin: 0 0 5px;
text-align: center;
}

.forms-split {
width: 100%;
float: left;
padding: 45px;
background: #fff;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 17px -6px rgb(0 0 0 / 7%);
box-shadow: 0px 0px 17px -6px rgb(0 0 0 / 7%);
}

.forms-split-logo {
margin: 0;
width: 181px;
display: block;
}

.forms-split-logo img
{
max-width: 100%;
vertical-align: middle;
}

.forms-split p
{
font-size: 22px;
  font-family: 'Poppins-Regular';
  color: #000;
  float: left;
  width: 100%;
  margin: 20px 0;
}

a.split-blue-btn {
background: #000;
color: #fff;
padding: 10px 20px;
border-radius: 100px;
font-size: 16px;
font-family: 'Poppins-Semibold';
margin: 25px 0 0;
display: table;
background: rgb(55,173,191);
background: linear-gradient(320deg, rgba(55,173,191,1) 34%, rgba(74,195,214,1) 100%);
}

.white-split
{
background: rgb(242,241,237);
background: linear-gradient(
320deg, rgba(242,241,237,1) -15%, rgba(255,255,255,1) 100%);
}

.blue-split
{
background: rgb(55,173,191);
background: linear-gradient(320deg, rgba(55,173,191,1) -15%, rgba(74,195,214,1) 100%);
}

p.forms-small-text {
font-size: 14px;
color: #37adbf;
margin: 0;
}

i.frms-ricon {
margin-left: 5px;
}

@media (max-width: 1200px)
{
.forms-banner-left
{
  padding-left: 55px;
}
}

@media (Max-width: 992px)
{
.forms-banner-content
{
  display: flex;
}

.forms-banner-left
{
  padding: 30px;
  height: auto;
}

.forms-banner-right
{
  height: auto;
}

.fright-video
{
  margin: 54px auto;
  width: 90%;
}

.forms-banner-left h1
{
  font-size: 35px;
}

p.blue-para
{
  font-size: 19px;
  margin: 10px 0 12px;
}
}

@media (max-width: 767px)
{
.forms-split
{
  margin-bottom: 15px;
}

.forms-mid-left h2
{
  text-align: center;
}

.forms-line {
  margin: 5px auto 10px;
  float: none;
}

.forms-mid-left a {
margin: 10px auto 0 !important;
float: none;
}

.forms-banner-content
{
display: block;
}

.forms-banner-left
{
width: 100%;
}

.forms-banner-right
{
width: 100%;
}

p.forms-small-text
{
text-align: center;
}
}

.fright-video video {
max-width: 100%;
vertical-align: middle;
border-radius: 8px;
-webkit-box-shadow: 0px 0px 11px 0px rgb(50 50 50 / 67%);
-moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.67);
box-shadow: 0px 0px 11px 0px rgb(50 50 50 / 67%);
}

.pl-vid-content video {
  max-width: 100%;
  vertical-align: middle;
  border-radius: 10px;
}

/*Go Paperless*/
.gtop-cvr
{
width: 100%;
float: left;
}

.gtop-cvr h2
{
font-size: 26px;
font-family: 'Poppins-Bold';
text-align: center;
color: #159db7;
}

li.gp-list {
  margin: 10px 0 !important;
  list-style-image: url(../img/pl-mid-list.png) !important;
}

@media (max-width: 1294px)
{
.gp-banner{
  width: 83% !important;
}
.gp-banner h1 {
  font-size: 38px !important;
}
}

@media (max-width: 1200px)
{
.gp-banner {
  width: 90% !important;
}
}

@media (max-width: 1073px)
{
.gp-banner h1 {
  font-size: 34px !important;
}
}

@media (max-width: 992px)
{
.gp-banner {
  width: 100% !important;
}

.gp-banner h1 {
font-size: 30px !important;
}
}

p.forms-sub 
{
font-weight: 600;
}

.gpint-logo-cvr
{
display: flex;
align-items: center;
width: 100%;
float:  left;
}

.int-logo {
width: 30%;
float: left;
display: block;
margin: 10px 2%;
}

.int-logo img
{
max-width: 100%;
vertical-align: middle;
}

.del
{
width: 50%;
}

section.gp-banner-cvr2
{
padding: 0 !important;
background: url(../img/pl-banner2.jpg) no-repeat center center;
background-size: cover;
}

section.pl2-blue
{
/*background: url(../img/pl-blue-banner.jpg) no-repeat center center;
background-size: cover;*/
padding: 30px 0;
}

h2.blue-header {
font-size: 26px;
font-family: 'Poppins-Bold';
text-align: center;
color: #004062;
margin-bottom: 70px;
}

.b-split-cvr {
width: 100%;
float: left;
}

.b-split {
width: 55%;
margin: 5px auto;
background: #70cfde;
border: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
border-radius: 20px;
position: relative;
padding: 40px;
box-shadow: 0px 0px 15px 3px rgb(94 94 94 / 23%);
-webkit-box-shadow: 0px 0px 15px 3px rgb(94 94 94 / 23%);
-moz-box-shadow: 0px 0px 15px 3px rgba(94,94,94,0.23);
display: table;
}

.bs-image {
background: #70cfde;
border-radius: 50px;
display: flex;
padding: 30px;
width: 220px;
height: 220px;
border: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
position: absolute;
box-shadow: 0px 0px 24px 4px rgba(94,94,94,0.27);
-webkit-box-shadow: 0px 0px 24px 4px rgba(94,94,94,0.27);
-moz-box-shadow: 0px 0px 24px 4px rgba(94,94,94,0.27);
}

.bs-img {
width: auto;
float: left;
margin: auto;
}

.bs-img img
{
max-width: 100%;
vertical-align: middle;
}

.bs-one
{
bottom: -1px;
left: -153px;
}

.b-split-content
{
width: 100%;
float: left;
}

.bs-content1 {
padding-left: 140px;
}

.b-split-content h2
{
color: #000257;
font-size: 20px;
font-family: 'Poppins-Bold';
margin: 0;
}

.b-split-content p
{
margin: 15px 0 0;
font-family: 'Poppins-Regular';
font-size: 17px;
color: #000;
}

.b-split2 {
margin-top: 19px;
}

.bs-two {
bottom: -1px;
right: -153px;
}

.bs-content2 {
padding-left: 50px;
}

.bs-logo-cvr {
width: 100%;
float: left;
padding-top: 20px;
}

.bs-logo {
width: 120px;
float: left;
}

.bs-logo img {
max-width: 100%;
vertical-align: middle;
}

.bsl-margin
{
margin-left: 10px;
}

@media(max-width: 1200px)
{
.bs-content1 
{
padding-left: 100px;
}
}

@media (max-width: 992px)
{
.b-split
{
width: 85%;
}

.bs-one
{
left: -103px;
}

.bs-two
{
right: -103px;
}
}

@media (max-width: 830px)
{
.bs-content2 {
padding-left: 0;
}

.b-split {
width: 80%;
}

.bs-image
{
width: 200px;
height: 200px;
}

.b-split-content h2
{
font-size: 18px;
}

.b-split-content p
{
font-size: 15px;
}
}

@media (max-width: 767px)
{
.b-split 
{
width: 100%;
}

.b-split-content
{
text-align: center;
padding-bottom: 15px;
padding-left: 0;
}

.bs-image {
background: none;
border: none;
box-shadow: none;
margin: 0 auto;
padding: 0;
position: static;
height: auto;
}

.bs-logo {
width: 31.3%;
}

.bs-logo-cvr {
width: auto;
float: none;
padding-top: 20px;
margin: 0 auto;
}
}

@media (max-width: 434px)
{
.bs-logo {
width: 70%;
float: none;
margin: 5px auto;
}
}

/*Integrated with Dentrix*/
section.iwd-banner 
{
padding: 0;
background: url(../img/ivd-banner.png) no-repeat center center;
background-size: cover;
}

.iwd-bnr-left {
float: left;
}

span.iwd-grey {
color: rgba(244, 244, 244, 0.8);
}

.iwd-banner-right {
width: 100%;
float: left;
}

.iwd-bnr-video {
width: 100%;
float: left;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.iwd-bnr-video img
{
max-width: 100%;
vertical-align: middle;
}

.iwd-play {
width: 85px;
position: absolute;
margin: auto;
z-index: 9999;
}

.iwd-play img
{
max-width: 100%;
vertical-align: middle;
}

.f-width {
width: 100%;
}

p.iwd-mhead {
font-size: 22px;
font-family: 'Poppins-Regular';
margin: 0;
}

section.iwd-mid-wraper
{
padding: 30px 0;
}

@media (max-width: 992px)
{
.iwd-bnr-left 
{
background: transparent;
}

.iwd-padd
{
padding-right: 0;
}
}

@media (max-width: 767px)
{
p.iwd-normal 
{
margin: 15px 0 0;
}

p.iwd-mhead {
text-align: center;
}

section.iwd-mid-wraper
{
padding: 15px 0;
}

.iwd-bnr-left {
background: transparent;
width: auto !important;
float: none;
display: table;
text-align: center;
margin: 15px auto;
}

section.iwd-banner
{
background-position-x: 0%;
}
}

.iwd-padd
{
padding-right: 60px;
}


/*Online Patient Scheduling*/

section.ops-banner
{
background: url(../img/os-banner.jpg) no-repeat center center;
background-size: cover;
padding-top: 0;
}

.ops-banner-content {
width: 93%;
margin: 0 auto;
display: table;
}

.ops-banner-left {
width: 90%;
float: left;
}

.ops-banner-left h1
{
font-size: 40px;
font-family: 'Poppins-Bold';
color: #fff;
}

p.prime-para
{
color: #6ee5fa !important;
font-size: 21px !important;
font-family: 'Poppins-Regular';
margin: 10px 0 30px;
}

.ops-banner-left p
{
color: #fff;
font-size: 16px;
text-align: justify;
width: 100%;
float: left;
}

.ops-bnr-btns {
width: 100%;
float: left;
}

a.ops-btn1
{
width: 245px;
display: table;
float: left;
background: transparent;
margin-right: 10px;
border: 1px solid #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
color: #fff;
font-size: 17px;
font-family: 'Poppins-Regular';
}

a.ops-btn2
{
background: #fd494c;
display: table;
margin: 0;
padding: 10px;
width: 245px;
border-radius: 6px;
text-align: center;
color: #fff;
font-family: 'Poppins-Semibold';
font-size: 18px;
}

.ops-banner-right
{
width: 100%;
float: left;
}

.ops-bnr-video
{
width: 100%;
float: left;
}

.ops-bnr-video img
{
max-width: 100%;
vertical-align: middle;
}

section.ops-mid1
{
background: #f0f0f3;
}

p.ops-b1 {
color: #699eff;
margin: 10px 0;
}

.ops-int-logos {
width: 100%;
float: left;
margin: 11px 0;
}

.ops-int {
width: 135px;
float: left;
margin: 0 5px;
}

.ops-int img
{
max-width: 100%;
vertical-align: middle;
}

.ops-int:nth-child(1)
{
margin-left: 0;
}

p.os-b2 {
color: #2494a5;
margin: 15px 0 0;
}

li.ops-list
{
list-style-image: url(../img/os-mid-list.png) !important;
}

a.os-down-btn {
display: table;
margin: 30px auto 0;
padding: 10px;
background: #ff5256;
color: #fff;
font-family: 'Poppins-Bold';
border-radius: 100px;
width: 210px;
text-align: center;
font-size: 16px;
text-transform: uppercase;
}

section.ops-mid2
{
background: url(../img/os-mid-bg.png) no-repeat center center;
background-size: cover;
}

@media (max-width: 1268px)
{
a.ops-btn1,
a.ops-btn2
{
width: 190px;
}
}

@media (max-width: 1076px)
{
.ops-banner-left
{
width: 100%;
}

.ops-banner-left h1
{
font-size: 37px;
}

p.prime-para
{
font-size: 18px !important;
}
}

@media (max-width: 911px)
{
a.ops-btn1, a.ops-btn2 
{
width: 40%;
font-size: 16px;
}
}

@media (max-width: 500px)
{
a.ops-btn1, a.ops-btn2 
{
width: 45%;
font-size: 16px;
}

.ops-int
{
width: 30%;
}
}

/*On Demand Webinar LP*/
section.od-banner 
{
padding: 0 0 75px;
background: url(../img/od-banner-bg.png) no-repeat center center;
background-size: cover;
}

.od-banner-content {
width: 100%;
float: left;
position: relative;
}

.od-logo {
width: 140px;
margin: 0;
position: absolute;
top: 18px;
left: 25px;
}

.od-logo img
{
max-width: 100%;
vertical-align: middle;
}

p.od-bnr-top {
margin: 30px auto 10px;
padding: 5px;
background: rgba(255, 255, 255, 0.3);
border-radius: 10px;
display: table;
width: 300px;
text-align: center;
font-family: 'Poppins-Regular';
color: #fff;
text-transform: uppercase;
font-size: 18px;
border: 1px solid rgba(255, 255, 255, 0.3);
}

.od-banner-content h2
{
font-size: 26px;
font-weight: bold;
color: #fff;
text-align: center;
margin: 10px 0;
}

.od-banner-video {
width: 85%;
margin: 0 auto;
}

video.od-video {
width: 100%;
border-radius: 30px;
}

.od-mid-content {
width: 100%;
float: left;
margin: 40px 0;
}

.od-mid-box {
width: 100%;
margin: 0 auto;
}

section.od-mid {
padding: 80px 0 0;
background: url(../img/od-mid-bg.jpg) no-repeat center center;
background-size: cover;
}

.od-mid-box {
width: 90%;
margin: 0 auto;
border-radius: 30px;
display: table;
box-shadow: -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.48);
box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 48%);
}

.od-mb-header {
width: 100%;
float: left;
background: #32457d;
border-radius: 20px 20px 0 0;
padding: 5px;
}

.od-mb-header h2
{
text-align: center;
color: #fff;
font-family: 'Poppins-Bold';
margin: 10px 0;
text-transform: uppercase;
font-size: 18px;
}

.od-mb-list {
background: #fff;
border-radius: 0 0 20px 20px;
width: 100%;
float: left;
box-shadow: -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.48);
box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 48%);
}

.od-list-box {
width: 100%;
float: left;
background: transparent;
padding: 10px 20px 10px 30px;
}

p.left-time {
margin: 0;
width: 10%;
float: left;
}

p.left-time {
margin: 0;
width: 10%;
float: left;
font-size: 14px;
font-family: 'Poppins-Regular';
}

p.video-text {
margin: 0;
font-size: 14px;
font-family: 'Poppins-Regular';
width: 75%;
float: left;
}

.vid-action-cvr {
width: 15%;
float: left;
}

.action-icons {
width: auto;
float: right;
}

i.od-play {
color: #c6c6c7;
font-size: 10px;
background: transparent;
border: 2px solid #c6c6c7;
border-radius: 100px;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
float: left;
margin-right: 10px;
}

i.od-forward
{
color: #c6c6c7;
font-size: 10px;
background: transparent;
border: 2px solid #c6c6c7;
border-radius: 100px;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
float: left;
margin-right: 10px; 
}

i.od-stop
{
color: #c6c6c7;
font-size: 10px;
background: transparent;
border: 2px solid #c6c6c7;
border-radius: 100px;
width: 25px;
height: 25px;
display: flex;
align-items: center;
justify-content: center;
float: left;
margin-right: 0; 
}

.od-list-box:nth-child(odd) {
background: transparent;

}

.od-list-box:nth-child(even) {
background: #f7f7f9;
}

.od-more {
width: auto;
margin: 0 auto;
display: table;
}

.od-more a
{
background: transparent;
border: 1px solid #dbdbdd;
padding: 10px;
width: 160px;
display: table;
text-align: center;
border-radius: 10px;
color: #979797;
font-size: 15px;
font-family: 'Poppins-Regular';
}

.od-list-box:hover i.od-play
{
color: #64c100;
border-color: #64c100;
}

.od-list-box:hover i.od-forward
{
color: #000;
border-color: #000;
}

.od-list-box:hover i.od-stop
{
color: #ce2200;
border-color: #ce2200;
}

.od-list-box:hover p.left-time
{
color: #64c100;
border-color: #64c100;
}

@media (max-width: 1200px)
{
.vid-action-cvr 
{
width: auto;
float: right;
}

p.video-text
{
width: 78%;
}
}

@media (max-width: 992px)
{
.od-logo
{
left: 0;
}

.od-banner-video
{
width: 90%;
}

.od-mid-box
{
width: 100%;
}

.left-time
{
width: 16% !important;
}

p.video-text 
{
width: 65%;
}
}

@media (max-width: 767px)
{
.od-logo
{
position: static;
margin: 5px auto 0;
}

.od-list-box
{
display: flex;
align-items: center;
padding: 10px;
position: relative;
}

.left-time 
{
width: 18% !important;
}

p.video-text 
{
width: 64%;
}

i.od-play,
i.od-forward,
i.od-stop
{
width: 20px;
height: 20px;
font-size: 8px;
margin-bottom: 5px;
}
}

@media (max-width: 519px)
{
.vid-action-cvr 
{
width: 20px;
position: absolute;
right: 10px;
}

i.od-play, i.od-forward 
{
margin-bottom: 5px;
margin-right: 0;
}

i.od-stop
{
margin-bottom: 0;
margin-right: 0;
}
}

@media (max-width: 482px)
{
.left-time {
width: 23% !important;
}
}

@media (max-width: 450px)
{
.od-list-box
{
display: block;
}

.left-time {
width: 100% !important;
text-align: center;
}

p.video-text
{
width: 100%;
text-align: center;
}

.vid-action-cvr
{
width: 100%;
position: static;
float: left;
margin-top: 10px;
}

.action-icons {
width: auto;
float: none;
margin: 0 auto;
display: table;
}

/*
i.od-play, i.od-forward, i.od-stop
{
margin: 0 5px 0 !important;
}
*/
}

img.od-bnr-image {
max-width: 100%;
border-radius: 30px;
}

h2.od-table-title
{
color: #fff;
font-family: 'Poppins-Bold';
margin: 10px 0;
text-transform: uppercase;
font-size: 18px;
}

table.table.table-striped
{
border-radius: 30px;
margin-bottom: 0;
}

table.table.table-striped th
{
border-radius: 30px 30px 0 0;
background: #32457d;
}

table.table.table-striped th:nth-child(2)
{
text-align: center;
}

p.od-time-text {
margin: 0;
float: left;
font-size: 18px;
font-family: 'Poppins-Regular';
}

.table-striped>tbody>tr:nth-of-type(odd) {
background: #fff !important;
}

.table-striped>tbody>tr:nth-of-type(even) {
background: #f7f7f9;
}

.table-striped>tbody>tr:last-child
{
border-radius: 0 0 30px 30px;
}

p.od-vidtext
{
margin: 0;
font-size: 20px;
font-family: 'Poppins-Regular';
float: left;
}

td
{
vertical-align: middle;
padding: 15px 10px !important;
}

th {
vertical-align: top;
}

tr:hover p.od-time-text
{
color: #64c100;
}

tr:hover i.od-play
{
color: #64c100;
border-color: #64c100;
}

tr:hover i.od-forward
{
color: #000;
border-color: #000;
}

tr:hover i.od-stop
{
color: #ce2200;
border-color: #ce2200;
}

@media (max-width: 1400px)
{
.action-icons
{
width: 100px;
}
}

@media (max-width: 767px)
{
.action-icons
{
width: auto;
}
}

.fr-offer {
width: 370px;
}

.fr-bl
{
padding-top: 75px;
}

.fr-bottom-wraper
{
margin-top: 31px;
}

@media (max-width: 640px)
{
.mob-fr-image
{
width: 100%;
}
}

@media (max-width: 510px)
{
.lab-lap-image
{
width: 100%;
}

.bnr-bottom-right h1
{
margin-top: 22px;
}
}

@media (max-width: 400px)
{
.lab-lap-image
{
margin-bottom: 0;
}

.bnr-bottom-right
{
margin-top: 50px;
}
}



/*New Styles*/
.ipad-ad1
{
width: 356px;
margin-top: 174px;
}

@media (max-width: 1200px)
{
.fr-ipad
{
width: 340px;
margin-top: 150px;
}

.fr-offer 
{
width: 310px;
}

.fr-lap
{
width: 500px;
}
}

@media (max-width: 992px)
{
.fr-ipad 
{
width: 302px;
margin-top: 125px;
}

.fr-offer 
{
width: 290px;
}

.fr-lap 
{
width: 465px;
}

.fr-bl 
{
padding-top: 17px;
}
}

@media (max-width: 898px)
{
.fr-ipad 
{
width: 270px;
margin-top: 115px;
}

.fr-offer 
{
width: 250px;
}

.fr-lap 
{
width: 399px;
} 
}

@media (max-width: 801px)
{
.fr-lap
{
width: 369px;
}

.fr-ipad
{
width: 219px;
margin-top: 105px;
}

.fr-offer 
{
width: 244px;
margin-left: -40px;
}
}

@media (max-width: 767px)
{
.lab-right-top
{
width: 50%;
}

.mob-fr-ipad
{
margin: 0 auto;
float: none;
}

.mob-fr-image 
{
width: 80%;
margin: 0 auto;
float: none;
}

.mob-fr-lap 
{
margin: 0 auto;
float: none;
width: 400px;
}

.bnr-bottom-wraper
{
margin-top: 130px;
width: 100%;
}

.bnr-bottom-right
{
width: 100%;
}

.bnr-bottom-left
{
width: 50%;
}

.bnr-bottom-middle
{
width: 50%;
}

.bottom-middle-image
{
margin: 10px auto 0;
float: none;
}
}

@media (max-width: 727px)
{
.bnr-bottom-wraper
{
margin-top: 110px;
}
}

@media (max-width: 690px)
{
.bnr-bottom-wraper
{
margin-top: 80px;
}
}

@media (max-width: 640px)
{
.mob-fr-ipad,
.mob-fr-image
{
width: 80%;
}
}

@media (max-width: 488px)
{
.mob-fr-ipad, .mob-fr-image {
width: 90%;
}
}

@media (max-width: 457px)
{
.mob-fr-lap
{
width: 100%;
}
}

@media (max-width: 450px)
{
.labor-mob-bg
{
background-size: contain;
}

.bnr-bottom-wraper,
.bnr-bottom-right
{
margin-top: 0;
}
}

@media (max-width: 400px)
{
.bnr-bottom-wraper,
.bnr-bottom-right
{
margin-top: 0;
}
}



/*TC*/
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}

td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

tr:nth-child(even) {
background-color: #dddddd;
}

section.tc-banner 
{
padding: 0;
background: url(../img/tc-banner.jpg) no-repeat center center;
background-size: cover;
}

.tc-mid-table
{
width: 100%;
float: left;
padding: 0 0 30px;
margin-bottom: 10px;
}

.ttable-left
{
width: 25%;
float: left;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 11px -4px rgb(0 0 0 / 20%);
box-shadow: 0px 0px 11px -4px rgb(0 0 0 / 20%);
}

.ttable-right
{
overflow: hidden;
width: 74%;
float: left;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 11px -4px rgb(0 0 0 / 20%);
box-shadow: 0px 0px 11px -4px rgb(0 0 0 / 20%);
margin-left: 1%;
}

.tt-right-inn
{
width: 25%;
float: left;
}

.tt-left-head
{
width: 100%;
float: left;
background: #f9f9f9;
border-radius: 20px 20px 0 0;
padding: 10px;
}

.tt-logo {
width: 120px;
margin: 0 auto;
}

.tt-logo img
{
max-width: 100%;
vertical-align: middle;
}

.tt-left-split {
width: 100%;
float: left;
}

.tt-ls {
width: 100%;
float: left;
padding: 10px 20px;
min-height: 57px;
display: flex;
align-items: center;
}

.tt-ls p
{
font-size: 12px;
font-family: 'Poppins-Semibold';
text-transform: uppercase;
margin: 0;
width: 100%;
}

.white
{
background: #fff;
}

.grey
{
background: #f9f9f9;
}

.tc-mid {
width: 100%;
float: left;
padding: 60px 0  10px;
}

.last-ls
{
border-radius: 0 0 20px 20px;
}

.i-tick {
color: #19cc42;
font-weight: 600;
font-size: 16px;
float: right;
}

.i-cross {
color: #fe3918;
font-weight: 600;
font-size: 15px;
}

.tt-right-head {
width: 100%;
float: left;
background: #f9f9f9;
text-align: center;
min-height: 65px;
display: flex;
align-items: center;
justify-content: center;
}

.tt-right-head p
{
color: #121212;
font-size: 14px;
font-family: Poppins-Regular;
margin: 0;
}

.i-center
{
float: none;
margin: 0 auto;
width: auto;
display: table;
}

.tc-bnr-content {
width: 50%;
float: left;
}

.tcb-content {
width: 100%;
float: left;
margin: 150px 0;
}

p.tt-text {
margin-bottom: 0;
font-size: 36px;
font-family: 'Poppins-Regular';
margin-left: 130px;
}

.tcb-content h1
{
color: #49c0d4;
font-size: 70px;
margin-left: 130px;
margin-bottom: 0;
line-height: 45px;
}

p.tb-text {
margin-bottom: 0;
margin-left: 130px;
font-size: 37px;
font-family: 'POPPINS-REGULAR';
color: #000;
}

p.bl-block {
margin: 10px 0;
padding: 5px 25px 5px 130px;
background: #49c0d4;
color: #fff;
width: 90%;
font-size: 26px;
}

p.t-para {
font-size: 24px;
margin: 10px 10px 10px 130px;
font-family: 'Poppins-Regular';
}

.tc-mid h2
{
font-size: 25px;
width: auto;
margin: 0 auto 60px;
display: table;
font-family: 'Poppins-Semibold';
}

a.tc-btn
{
width: auto;
display: table;
margin: 30px auto;
padding: 7px 20px;
background: #f90202;
color: #fff;
font-family: 'Poppins-Semibold';
border-radius: 8px;
text-align: center;
font-size: 23px;
}

.tc-center
{
width: 100%;
float: left;
}

.tc-center h2
{
font-size: 25px;
width: auto;
margin: 10px auto 20px;
display: table;
font-family: 'Poppins-Semibold';
}

h2.tec-sub
{
font-size: 25px;
width: auto;
margin: 10px auto 20px;
display: table;
font-family: 'Poppins-Semibold';
text-align: center;
}

.tc-center p
{
font-size: 18px;
text-align: center;
width: 80%;
margin: 20px auto 35px;
}

p.tc-tm
{
font-size: 18px;
text-align: center;
width: 80%;
margin: 20px auto; 
}

.tc-mid h2::before,
.tc-center h2::before,
h2.tec-sub::before
{
width: 35px;
height: 20px;
background: #a3c2e0;
float: left;
content: '';
margin-right: 10px;
margin-top: 5px;
}

.tc-mid h2::after,
.tc-center h2::after,
h2.tec-sub::after
{
width: 35px;
height: 20px;
background: #a3c2e0;
content: '';
margin-left: 10px;
margin-top: 5px;
float: right;
}



@media (max-width: 1200px)
{

}

@media (max-width: 992px)
{
.ttable-left
{
width: 39%;
}

.ttable-right
{
width: 60%;
}

p.bl-block
{
width: 92%;
padding-left: 40px;
}

.tc-bnr-content
{
width: 60%;
}

.tcb-content
{
margin: 60px 0 80px;
}

p.tt-text
{
margin-left: 40px;
}

.tcb-content h1
{
margin-left: 40px;
}

p.tb-text
{
margin-left: 40px;
}

p.t-para
{
margin-left: 40px;
}
}

@media (max-width: 767px)
{

.tcb-content
{
margin: 30px 0;
}

.tcb-content h1
{
font-size: 60px;
}

p.tt-text {
font-size: 30px;
}

p.tb-text
{
font-size: 23px;

}

p.bl-block
{
width: auto;
display: table;
font-size: 23px;
}


.tc-bnr-content
{
width: 100%;
}

.table-wraper {
max-width: 90%;
}

.ttable-left {
width: 35%;
}

.ttable-right {
width: 64%;
}
.tt-ls
{
min-height: 65px;
}

.tc-center p
{
width: 95%;
}

.tr-cvr
{
width: 600px;
}

.ttable-right
{
overflow-y: hidden;
overflow-x: auto;
}
}

@media (max-width: 700px)
{
.ttable-left
{
width: 40%;
}

.ttable-right {
width: 59%;
}

.tt-right-inn
{
width: 20%;
}
}

@media (max-width: 640px)
{
.tt-right-head p
{
font-size: 12px;
}

.tt-logo
{
width: 90px;
margin: 6px auto;
}
}

@media (max-width: 502px)
{
.tt-ls p
{
font-size: 9px;
}
}

@media (max-width: 400px)
{
p.bl-block
{
width: 100%;
font-size: 19px;
}

p.t-para
{
font-size: 16px;
}

.tcb-content h1 {
font-size: 46px;
}

p.tb-text {
font-size: 24px;
}

p.tt-text {
font-size: 26px;
}

.tc-bnr-content {
width: 90%;
background: rgba(255, 255, 255, 0.3);
margin: 10px auto;
float: none;
display: table;
}

.ttable-left {
width: 50%;
}

.ttable-right {
width: 49%;
}
}

section.pm-banner {
padding: 0;
background: url(../img/pm-banner.jpg) no-repeat center center;
background-size: cover;
position: relative;
}

.pm-banner-content {
width: 100%;
float: left;
margin: 60px 0;
}

.pmb-badge {
position: absolute;
left: 45%;
top: 70px;
width: 200px;
display: block;
}

.pmb-badge img
{
max-width: 100%;
vertical-align: middle;
}

.pmb-left
{
width: 100%;
float: left;
}

.pmb-left h2
{
font-family: 'Poppins-Regular';
font-size: 45px;
color: #151515;
}

.pmb-left h1
{
font-size: 71px;
font-family: 'Poppins-Semibold';
line-height: 50px;
color: #0094ad; 
}

p.pmt1
{
font-size: 28px;
font-family: 'Poppins-Semibold';
margin: 20px 0;
color: #0c0c0c;
}

p.pmt2
{
font-size: 22px;
line-height: 28px;
color: #0c0c0c;
margin: 0;
}

.pmb-left a
{
background: #f90202;
border-radius: 100px;
padding: 8px;
font-size: 23px;
color: #fff;
font-family: 'Poppins-Semibold';
width: 300px;
display: table;
text-align: center;
margin-top: 30px;
}

.pmb-right
{
width: 100%;
float: left;
}

.pmb-image
{
width: 100%;
margin: 0 auto;
display: block;
}

.pmb-image img
{
max-width: 100%;
vertical-align: middle;
}

section.pm-mid {
width: 100%;
float: left;
}

.pm-head
{
width: 100%;
float: left;
}

.pm-head h1
{
font-size: 27px;
font-family: 'Poppins-Semibold';
text-align: center;
margin: 5px 0 40px;
color: #1f1e1e;
}

.pm-head p
{
color: #43c3d7;
text-align: center;
font-family: 'Poppins-Regular';
font-size: 26px;
margin: 0;
}

.pmd-wraper
{
width: 100%;
float: left;
padding: 30px 0;
}

.pm-blue
{
background: #43c3d7;
}

.pm-mid-left
{
width: 100%;
float: left;
}

.pm-mid-left h3
{
color: #fff;
font-size: 22px;
font-family: 'Poppins-Regular';
}

.pm-mid-left ul
{
padding-left: 11px;
margin-top: 20px;
float: left;
}

.pm-mid-left ul li
{
font-size: 18px;
color: #fff;
margin: 10px;
list-style-image: url(../img/pm-white-list.png);
font-family: Poppins-Regular;
}

.pm-align
{
display: flex;
align-items: center;
}

.pm-mid-right
{
width: 100%;
float: left;
}

.pm-mid-image
{
width: 380px;
margin: 0 auto;
display: block;
}

.pm-mid-image img
{
max-width: 100%;
vertical-align: middle;
}

li.pmt-white {
color: #1a1a1a !important;
list-style-image: url(../img/pm-blue-list.png) !important;
}

.pm-mid-left p
{
color: #43c3d7;
font-family: 'Poppins-Regular';
font-size: 26px;
margin: 0;
}

.pm-mid-left h1
{
font-size: 27px;
font-family: 'Poppins-Semibold';
margin: 5px 0 10px;
color: #1f1e1e;  
}

.pmd-line
{
background: #43c3d7;
width: 100px;
float: left;
height: 5px;
margin-bottom: 10px;
display: block;
}

@media (max-width: 1200px)
{
.pmb-badge
{
left: 43%;
top: 70px;
}
}

@media (max-width: 992px)
{
.pmb-badge
{
left: 40%;
top: 40px;
}

.pmb-left h2
{
font-size: 40px;
}

.pmb-left h1
{
font-size: 63px;
}

p.pmt1
{
font-size: 25px;
}

p.pmt2
{
font-size: 20px;
line-height: 21px;
}

.pmb-image
{
width: 90%;
margin: 23px auto 0;
}

.pmb-left a
{
font-size: 21px;
}

.pm-mid-image
{
width: 90%;
}
}

@media (max-width: 767px)
{
.pmb-badge
{
left: auto;
top: 40px;
right: 30px;
}
}

@media (max-width: 640px)
{
.pmb-badge
{
width: 150px;
}
}

@media (max-width: 500px)
{
.pmb-left h2 
{
font-size: 30px;
}

.pmb-left h1 {
font-size: 48px;
}

p.pmt1 {
font-size: 21px;
margin: 10px 0;
}

p.pmt2 {
font-size: 18px;
line-height: 21px;
}

.pmb-left a {
font-size: 18px;
width: 200px;
}

.pmb-badge
{
right: 18px;
width: 125px;
}

.pmb-image
{
width: 70%;
}
}

@media (max-width: 363px)
{
.pmb-left h2 {
font-size: 25px;
}

.pmb-left h1 {
font-size: 40px;
line-height: 28px;
}

p.pmt1 {
font-size: 16px;
margin: 10px 0;
}

p.pmt2 {
font-size: 16px;
}

.pmb-left a
{
margin-top: 10px;
}

.pmb-badge
{
top: 4px;
right: 8px;
}
}

section.id-banner
{
background: url(../img/id-banner.png) no-repeat center center;
background-size: cover;
padding: 0;
}

.id-banner-inner {
width: 100%;
float: left;
}

.idb-inner-content {
width: 100%;
float: left;
margin: 10px 0 84px;
}

.idb-inner-content h1
{
font-family: 'Poppins-Semibold';
color: #fff;
text-align: center;
font-size: 45px;
margin: 0;
}

.idb-inner-content h3
{
text-align: center;
color: #fff;
font-family: 'Poppins-Regular';
margin: 15px 0;
}

.id-banner-line
{
width: 400px;
height: 2px;
background: rgba(255, 255, 255, 0.5);
margin: 0 auto;
}

.idb-inner-content p
{
margin: 10px 0 40px;
text-align: center;
font-family: 'Poppins-Regular';
color: #fff;
font-size: 20px;
}

.id-bnr-image
{
width: 600px;
margin: 0 auto;
}

.id-bnr-image img
{
max-width: 100%;
vertical-align: middle;
}

.id-mid
{
width: 100%;
float: left;
margin: 60px 0;
}

.id-mid h1
{
color: #4ac0d4;
font-family: 'Poppins-Semibold';
font-size: 30px;
text-align: center;
margin-bottom: 30px;
}

.id-mid-line
{
background: #cff0f5;
height: 5px;
width: 170px;
margin: 0 auto;
margin-bottom: 15px;
}

.id-mid-content
{
width: 100%;
float: left;
}

.id-mid-split
{
width: 40%;
float: left;
margin: 0 5%;
}

.id-split-image
{
width: 100%;
float: left;
margin: 0;
display: block;
}

.id-split-image img
{
max-width: 100%;
vertical-align: middle;
}

.id-split-text
{
width: 100%;
float: left;
padding: 20px;
background: #fff;
margin-bottom: 20px;
-webkit-box-shadow: 2px 3px 13px 0px rgb(0 0 0 / 10%);
box-shadow: 2px 3px 13px 0px rgb(0 0 0 / 10%);
position: relative;
min-height: 331px;
}

.id-split-text p
{
font-size: 25px;
margin: 0;
}

.id-split-text h2
{
color: #4ac0d4;
font-family: 'Poppins-Semibold';
margin: 0 0 5px;
font-size: 35px;
}

.id-split-text ul
{
padding: 0 0 0 22px;
}

.id-split-text ul li
{
list-style-image: url(../img/id-list.png);
margin: 10px 0;
}

.id-split-text a
{

color: #4ac0d4;
font-size: 20px;
font-family: 'Poppins-Semibold';
float: right;
margin-top: 40px;
position: absolute;
bottom: 20px;
right: 20px;

}

.last-id-mid {
margin: 0 auto;
display: table;
float: none;
}

.id-info-cvr {
width: 100%;
float: left;
}

.id-infp-image {
width: 90%;
margin: 0 auto;
display: block;
}

.id-infp-image img
{
max-width: 100%;
vertical-align: middle;
}

@media (Max-width: 992px)
{
.id-mid-split
{
width: 46%;
margin: 0 2%;
}
}

section.at-banner {
padding: 0;
background: url(../img/at-banner-image.png) no-repeat 0 0;
padding-bottom: 300px;
background-size: cover;
}

.at-banner-inner {
width: 100%;
float: left;
}

.at-inner-content {
width: 60%;
float: left;
margin: 310px 0 0;
}

.at-inner-content h1
{
font-family: 'Poppins-Semibold';
font-size: 45px;
color: #fff;
margin: 0 0 10px;
}

.at-inner-content h3
{
font-family: 'Poppins-Semibold';
color: #fff;
margin: 0;
}

.at-inner-content p
{
font-size: 25px;
color: #fff;
margin: 15px 0;
line-height: 30px;
}

.at-inner-content h4
{
color: #fff;
font-size: 22px;
font-family: 'Poppins-Regular';
margin: 20px 0 0;
}

.at-bnr-line {
width: 40%;
height: 5px;
background: rgba(255, 255, 255, 0.5);
}

h2.at-mid-head {
margin: 30px 0 10px 54px;
font-size: 25px;
}

.at-sml-line {
width: 100px;
height: 5px;
background: #2fabc0;
margin: 0 0 20px 54px;
}

iframe.id-bv {
height: 350px;
border-radius: 20px;
border: 6px solid rgba(0, 0, 0, 0.5);
}


@media (max-width: 1200px)
{
section.at-banner
{
padding-bottom: 220px;
background-position-x: 59%;
}

.at-inner-content
{
margin: 274px 0 0;
}

h2.at-mid-head,
.at-sml-line
{
margin-left: 46px;
}
}

@media (max-width: 992px)
{
.at-inner-content h1
{
font-size: 39px;
margin: 0 0 8px;
}

.at-inner-content
{
margin: 165px 0 0;
}

h2.at-mid-head, .at-sml-line {
margin-left: 19px;
}
}

@media (max-width: 767px)
{
section.at-banner
{
background-position-x: 74%;
}

.at-inner-content {
margin: 55px 0 0;
}

h2.at-mid-head, .at-sml-line {
margin-left: 10px;
}

.id-mid-split
{
width: 80%;
margin: 0 10%;
}

h2.at-mid-head
{
text-align: center;
}

.at-sml-line
{
float: none;
margin-right: auto;
margin-left: auto;
}

.id-split-text
{
min-height: auto;
}

.id-split-text a
{
position: relative;
bottom: 0;
right: 0;
}

.id-bnr-image
{
width: 95%;
}

iframe.id-bv
{
height: 300px;
border: 4px solid rgba(0, 0, 0, 0.5);
}
}

@media (max-width: 640px)
{
section.at-banner
{
padding: 10px 0;
}

.at-inner-content
{
width: 95%;
margin: 0 auto;

background: rgba(74, 192, 212, 0.5);
float: none;
padding: 10px;
}
}

@media (max-width: 500px)
{
iframe.id-bv
{
height: 250px;
}
}


@media (max-width: 412px)
{
iframe.id-bv
{
height: 200px;
}
}

@media (max-width: 340px)
{
iframe.id-bv
{
height: 185px;
}
}

h1.tc-top-head {
color: #118da2;
font-size: 26px;
font-family: 'Poppins-Semibold';
text-align: center;
margin: 0;
}

p.tc-top-sub {
font-family: 'Poppins-Regular';
text-align: center;
font-size: 22px;
margin: 10px 0 40px;
}

@media (max-width: 1200px)
{
section.tc-banner
{
background-position-x: 90%;
}
}

a.dt-btn
{
background: #f90202;
border-radius: 100px;
padding: 7px;
font-size: 20px;
color: #fff;
font-family: 'Poppins-Semibold';
width: 300px;
display: table;
text-align: center;
margin: 20px auto 0;
}

.at-split-text
{
min-height: 330px;
}

span.at-bnr-blue 
{
color: #4a287e;
}

/*20/12/2021*/
span.at-bnr-logo 
{
width: auto;
float: left;
margin-top: -8px;
margin-right: 10px;
}

img.ath-logo 
{
max-width: 275px;
vertical-align: middle;
margin: 0 auto 15px;
display: table;
}

a.at-btn 
{
background: #f90202;
border-radius: 100px;
padding: 8px;
font-size: 23px;
color: #fff;
font-family: 'Poppins-Semibold';
width: 300px;
display: table;
text-align: center;
margin-top: 30px;
}

@media (max-width: 992px)
{
span.at-bnr-logo
{
margin-top: 0;
margin-right: 0;
width: 100%;
}

img.ath-logo
{
max-width: 218px;
}
}

@media (max-width: 640px)
{
a.at-btn
{
width: auto;
padding: 8px 20px;
}
}

/*Revenue Cycle LP*/
section.rc-banner
{
padding: 0;
background: url(../img/prc-banner.jpg) no-repeat center center;
background-size: cover;
position: relative;
}



.rc-banner-content 
{
width: 100%;
float: left;
margin: 140px 0 180px;
}

.rcb-left
{
width: 100%;
float: left;
}

p.rc-btop
{
font-family: 'Poppins-Regular';
color: #fff;
margin: 0;
font-size: 22px;
}

span.rc-bbold
{
font-family: 'Poppins-Regular';
font-weight: 600;
font-size: 38px;
}

p.rc-bbottom
{
font-family: 'Poppins-Regular';
color: #fff;
font-size: 17px;
margin: 10px 0 0;
}

.rcb-left h1
{
font-family: Poppins-Bold;
color: #95c6df;
font-size: 35px;
line-height: 40px;
margin: 10px 0;
}

.rc-curve-cvr 
{
width: 100%;
float: left;
}

.rc-curve-cvr img
{
max-width: 100%;
vertical-align: middle;
}

.rc-head
{
width: 100%;
float: left;
}

.rc-head p
{
font-size: 18px;
width: 80%;
margin: 40px auto;
font-family: 'Poppins-Regular';
text-align: center;
}

.rc-head h1
{
font-size: 24px;
font-family: 'Poppins-Bold';
text-align: center;
color: #000;
margin: 0;
}

.rch-line {
width: 20%;
display: table;
margin: 15px auto 10px;
background: #d4d4d4;
height: 6px;
}

.rc-mid-left 
{
width: 100%;
float: left;
}

.rc-mid-left ul
{
padding-left: 11px;
margin-top: 20px;
float: left;
}

.rc-mid-left ul li
{
font-size: 18px;
color: #000;
margin: 10px;
list-style-image: url(../img/id-list.png);
font-family: Poppins-Regular;
}

ul.inter-list {
margin-top: 0;
padding-left: 15px;
}

ul.inter-list li
{
list-style-image: url(../img/inner-list.png);
}

.rc-mid-image {
width: 90%;
display: block;
float: right;
}

.rc-mid-image img
{
max-width: 100%;
vertical-align: middle;
}

.rc-image2
{
width: 60%;
display: block;
float: none;
margin: 0 auto;
}

.rc-image4 
{
width: 81%;
float: none;
margin: 0 auto;
display: block;
}

@media (max-width: 1200px)
{
.rc-banner-content
{
margin: 130px 0 170px;
}
}

@media (max-width: 992px)
{
.rc-mid-image
{
width: 100%;
}

.rc-image2
{
width: 80%;
}

.rc-banner-content
{
margin: 100px 0;
}

.rc-head p
{
width: 90%;
}
}

@media (max-width: 767px)
{
.rc-mid-image
{
width: 90%;
float: none;
margin: 0 auto;
}

.rc-wraper
{
padding: 0;
}

.rc-head p
{
width: 100%;
}

.rc-banner-content
{
margin: 40px 0;
}

p.rc-btop
{
font-size: 21px;
}

.rcb-left h1
{
font-size: 30px;
}

.rcb-left h1 br
{
display: none;
}

p.rc-bbottom
{
font-size: 14px;
}

span.rc-bbold
{
font-size: 30px;
}
}

@media (max-width: 640px)
{
.rc-mid-left ul li
{
font-size: 16px;
}

.rcb-left h1 
{
font-size: 29px;
}
}

section.faq-wrpaer {
padding-top: 0;
}

.faq-cvr
{
width: 100%;
float: left;
}

.faq-cvr h1
{
color: #4ac0d4;
font-family: 'Poppins-Semibold';
font-size: 30px;
text-align: center;
margin-bottom: 30px;
}

.faq-inner-cvr
{
width: 80%;
display: table;
margin: 0 auto;
}

@media (max-width: 1200px)
{
.faq-inner-cvr
{
width: 100%;
}
}

/*QE*/
section.qe-banner
{
padding: 0;
}

.qe-banner-content {
width: 100%;
float: left;
margin: 40px 0;
}

.qe-left
{
width: 100%;
float: left;
}

p.qe-btop {
font-family: 'POPPINS-REGULAR';
font-size: 36px;
margin: 0;
}

.qe-left h1
{
font-family: 'Poppins-Bold';
font-size: 50px;
color: #07a3bd;
}

.qe-left ul li
{
list-style-image: url(../img/qe-list.png);
margin: 15px 0;
font-size: 18px;
font-family: 'Poppins-Regular';
}

.qe-badge-cvr {
width: 100%;
float: left;
}

.qe-badge {
width: 30%;
float: left;
margin: 20px 1%;
}

.qe-badge img
{
max-width: 100%;
vertical-align: middle;
}

.qe-right {
width: 100%;
float: left;
}

.qe-form {
width: 100%;
float: left;
background: #80d5e3;
border-radius: 30px;
-webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 15%);
}

.qf-head {
width: 100%;
float: left;
}

.qf-head h1
{
font-family: 'Poppins-Bold';
color: #fff;
font-size: 28px;
text-align: center;
margin: 25px 0 0;
}

.qf-line {
width: 60%;
height: 6px;
background: #a0e0ea;
margin: 10px auto 15px;
}

.qf-inner {
width: 100%;
float: left;
background: #fff;
border-radius: 30px;
padding-top: 20px;
}

input.qf-input {
background: #f3f3f3;
border: 1px solid #eee;
margin: 10px auto;
display: table;
width: 90%;
padding: 8px;
border-radius: 8px;
}

select.qe-select
{
background: #f3f3f3;
border: 1px solid #eee;
margin: 10px auto;
display: table;
width: 90%;
padding: 8px;
border-radius: 8px;
}

button.qf-btn {
width: 90%;
border: none;
border-radius: 5px;
padding: 10px;
margin: 25px auto 0;
display: table;
background: #ff5256;
font-size: 20px;
font-family: 'Poppins-Bold';
text-transform: uppercase;
color: #fff;
}

.qf-inner p {
text-align: center;
width: 90%;
margin: 20px auto;
font-family: 'Poppins-Semibold';
line-height: 20px;
color: rgba(0, 0, 0, 0.4);
font-size: 16px;
}

@media (max-width: 992px)
{
p.qe-btop
{

font-size: 25px;

}

.qe-left h1
{
font-size: 35px;
}

.qe-left ul li
{
font-size: 16px;
}

.qf-head h1
{
font-size: 20px;
}

button.qf-btn
{
font-size: 16px;
}
}

section.ms-mid
{
padding-top: 0;
}

.sm-mid-box {
width: 90%;
margin: 20px auto 0;
border-radius: 20px;
background: #fff;
-webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 6%);
box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 6%);
display: table;
}

.sm-mid-image {
width: auto;
margin: 20px auto;
display: table;
}

.sm-mid-image img
{
max-width: 100%;
vertical-align: middle;
}

.sm-mid-box a
{
background: #ff5256;
color: #fff;
font-family: Poppins-Medium;
border-radius: 100px;
padding: 10px;
width: 250px;
display: table;
margin: 20px auto 40px;
text-align: center;
font-size: 18px;
}

i.i-sm {
margin-right: 10px;
}

h1.banner-img-subhead{
font-size: 27px;
font-family: 'Poppins-Semibold';
text-align: center;
margin: 5px 0 40px;
color: #1f1e1e;

}

section.df-banner {
padding: 0;
background: url(../img/df-bnr.jpg) no-repeat center center;
background-size: cover;
position: relative;
overflow: visible;
}

.df-banner-content
{
width: 100%;
float: left;
margin: 150px 0 200px;
}

.df-left
{
width: 100%;
float: left;
}

.df-left h1
{
font-family: Poppins-Bold;
color: #fff;
margin: 0;
font-size: 55px;
}

.df-left h3
{
font-size: 35px;
margin: 0;
font-family: 'Poppins-Regular';
color: #fff;
}

.df-bnr-line
{
background: #4ac3d7;
width: 70%;
float: left;
margin: 15px 0 0;
height: 8px;
}

.df-left p
{
font-family: 'Poppins-Regular';
font-size: 18px;
color: #fff;
margin-top: 20px;
float: left;
}

.df-mid-head {
width: 100%;
float: left;
}

.df-mid-head h1
{
text-align: center;
font-family: 'Poppins-Bold';
font-size: 30px;
color: #62b6c5;
margin: 0;
}

.df-mid-head p
{
font-size: 18px;
font-family: 'Poppins-Regular';
text-align: center;
margin: 20px 0;
}

.df-mid-line
{
height: 7px;
width: 100px;
background: #ed2024;
border-radius: 8px;
display: table;
margin: 10px auto;
}

.df-mid-inner
{
width: 100%;
float: left;
}

.df-mid-split {
width: 80%;
text-align: center;
border-radius: 10px;
background: #fff;
border: 3px solid #4ac3d7;
margin: 10px auto;
padding: 20px;
}

.df-mid-split h2
{
font-size: 28px;
color: #62b6c5;
font-family: 'Poppins-Bold';
margin: 30px 0 0;
}

.df-mid-split p
{
font-size: 25px;
font-family: Poppins-Medium;
margin: 0;
text-align: center;
}

.df-mid-split a
{
background: #ed2024;
border-radius: 100px;
width: 90%;
display: table;
margin: 20px auto 20px;
padding: 8px;
font-family: 'Poppins-Bold';
color: #fff;
}

p.df-mid-second {
font-family: 'Poppins-Medium';
font-size: 22px;
color: #62b6c5;
margin: 40px 0 10px;
text-align: center;
}

.df-badge {
position: absolute;
right: 90px;
bottom: -73px;
width: 155px;
display: table;
margin: 0 auto;
}

.df-badge img
{
max-width: 100%;
vertical-align: middle;
}

@media (max-width: 1200px)
{
.df-banner-content
{
margin: 130px 0;
}

.df-mid-split
{
width: 85%;
}
}

@media (max-width: 992px)
{
.df-banner-content
{
margin: 70px 0;
}

.df-left h1
{
font-size: 40px;
}

.df-left h3
{
font-size: 29px;
}

.df-left p
{
font-size: 16px;
}

.df-mid-split {
width: 100%;
}

.df-badge
{
right: 20px;
bottom: -54px;
width: 105px;
}
}

@media (max-width: 767px)
{
.df-banner-content {
margin: 70px auto;
background: rgba(24, 135, 185, 0.5);
width: 90%;
float: none;
border-radius: 8px;
}

.df-left p br
{
display: none;
}

.df-badge
{
bottom: -60px;
width: 95px;
}

section.df-banner
{
padding: 0 0 23px;
}

.df-mid-head h1
{
margin-top: 40px;
}
}

/*Analytics Dashboard*/
section.ad-banner
{
padding-top: 0;
background: url(../img/ad-banner.jpg) no-repeat center center;
background-size: cover;
}

.ad-banner-content {
width: 100%;
float: left;
margin: 60px 0;
}

.ad-left
{
width: 100%;
float: left;
}

p.ad-btop {
font-family: 'Poppins-Regular';
margin: 0;
font-size: 35px;
color: #222;
}

.ad-left h1
{
color: #004062;
font-family: Poppins-Bold;
font-size: 42px;
margin: 0;
}

p.ad-bbottom
{
font-size: 21px;
margin: 15px 0 0;
color: #161616;
font-family: 'Poppins-Regular';
}

.ad-left a
{
color: #f0ecec;
font-family: 'Poppins-Bold';
background: #ff5256;
display: table;
width: 83%;
padding: 8px;
border-radius: 100px;
text-align: center;
font-size: 20px;
margin-top: 30px;
}

.ad-mid-left
{
width: 100%;
float: left;
}

.ad-mid-left h3
{
color: #004062;
font-family: 'Poppins-Bold';
font-size: 35px;
margin: 0;
}

.ad-mid-line
{
background: rgba(60, 64, 98, 0.35);
width: 30%;
height: 6px;
float: left;
margin: 10px 0;
}

p.ad-mid-sub
{
width: 100%;
float: left;
display: table;
color: #101111;
font-size: 18px;
margin: 5px 0;
}

.ad-mid-left ul
{
width: 100%;
float: left;
margin: 0;
padding-left: 20px;

}

.ad-mid-left ul li
{
font-size: 18px;
margin: 10px 0;
list-style-image: url(../img/ad-list.jpg);
}

.ad-mid2-image {
background: url(../img/ad-mid2.jpg) no-repeat 0 0;
background-size: cover;
width: 50%;
float: left;
height: 430px;
}

.ad-mid2-btm {
width: 50%;
float: left;
padding: 0 120px 0 50px;
}

p.ad-mid2-top {
font-size: 28px;
margin: 0;
color: #242424;
font-family: 'Poppins-Regular';
}

a.ad-mid-btn {
color: #f0ecec;
font-family: 'Poppins-Bold';
background: #ff5256;
display: table;
width: 100%;
padding: 8px;
border-radius: 100px;
text-align: center;
font-size: 20px;
margin-top: 25px;
float: left;
}

.ad-mid-image
{
width: 90%;
margin: 0 auto;
display: block;
}

.ad-mid-image img
{
max-width: 100%;
vertical-align: middle;
}

h2.adinfo-sub
{
font-size: 25px;
width: auto;
margin: 10px auto 20px;
display: table;
font-family: 'Poppins-Semibold';
text-align: center;
}

h2.adinfo-sub::after
{
width: 35px;
height: 20px;
background: #a3c2e0;
content: '';
margin-left: 10px;
margin-top: 5px;
float: right;
}

h2.adinfo-sub::before
{
width: 35px;
height: 20px;
background: #a3c2e0;
float: left;
content: '';
margin-right: 10px;
margin-top: 5px;
}

.inf-graphic
{
width: auto;
margin: 30px auto;
display: table;
}

.inf-graphic img
{
max-width: 100%;
vertical-align: middle;
}

@media (max-width: 992px)
{
.ad-mid2-image
{
background-position-x: 30%;
}

.ad-mid2-btm
{
padding: 0 40px 0 50px;
}

.ad-mid-image
{
width: 100%;
}
}

@media (max-width: 845px)
{
.ad-mid2-image
{
width: 43%;
height: 348px;
}

.ad-mid2-btm
{
width: 57%;
padding: 0 30px 0 30px;
}
}

@media (max-width: 767px)
{
.ad-banner-content
{
width: 90%;
float: none;
margin: 30px auto;
background: rgba(255, 255, 255, 0.5);
border-radius: 10px;
padding: 10px;
}

.pm-align
{
display: block;
}

.ad-mid-left
{
margin-top: 20px;
}

.ad-mid2-image
{
width: 513px;
float: none;
height: 431px;
margin: 0 auto;
}

.ad-mid2-btm
{
padding: 0;
margin: 0 auto;
display: table;
max-width: 540px;
float: none;
}

section.ad-banner
{
background-position-x: 80%;
}
}

@media (max-width: 640px)
{
.ad-mid-image
{
width: 100%;
}

.ad-mid2-image
{
width: 90%;
height: 307px;
}

.ad-mid2-btm
{
width: 90%;
}

p.ad-btop
{
font-size: 30px;
}

.ad-left h1
{
font-size: 32px;
}

p.ad-bbottom
{
font-size: 19px;
}

p.ad-bbottom br
{
display: none;
}

.ad-left a
{
width: 100%;
font-size: 14px;
}

a.ad-mid-btn
{
font-size: 16px;
}

.ad-left h1 br
{
display: none;
}
}

.iv-banner-inner {
width: 100%;
float: left;
}

.iv-banner-inner h2
{
font-family: Poppins-Bold;
color: #1198ac;
font-size: 27px;
}

.iv-banner-inner h1
{
color: #1f211e;
border: none;
text-align: left;
padding: 0;
margin: 0;
font-size: 56px;
font-family: 'Poppins-Bold';
}

p.bl-line
{
margin: 10px 0;
padding: 10px;
background: #1198ac;
font-family: 'Poppins-Bold';
color: #fff;
font-size: 21px;
border-radius: 0 8px 8px 0;
position: relative;
}

p.iv-bt
{
font-size: 23px;
font-weight: bold;
margin: 50px 0 0;
}

.iv-banner-inner h3
{
margin: 0;
font-size: 30px;
font-family: 'POPPINS-BOLD';
color: #1198ac;
}

.iv-banner-inner a
{
margin: 10px 0 0;
font-family: 'Poppins-Semibold';
}

p.bl-line::before {
content: '';
position: absolute;
width: 135px;
height: 52px;
background: #1198ac;
left: -129px;
top: 0;
}

/*Athena Intake Forms*/

section.aif-banner
{
padding: 0;
background: url(../img/aif-banner.jpg) no-repeat center center;
background-size: cover;
position: relative;
background-position-y: 50%;
}
.aif-banner-content
{
width: 100%;
float: left;
margin: 175px 0 200px;
}

.aif-left
{
width: 100%;
float: left;
}

p.aif-btop
{
font-family: 'Poppins-Regular';
color: #000;
margin: 0;
font-size: 33.5px;
}

.aif-left h1
{
font-family: Poppins-Bold;
color: #fff;
font-size: 49px;
line-height: 40px;
margin: 10px 0 35px;
text-shadow: 3px 2px 7px rgb(0 0 0 / 30%);
}

p.aif-bbottom
{
font-family: 'Poppins-SemiBold';
color: #fff;
font-size: 16px;
margin: 20px 0 0;
background: #0877b1;
padding: 10px 10px 10px 0;
position: relative;
width: auto;
display: table;
}

p.aif-bbottom::before
{
position: absolute;
content: '';
background: #0877b1;
height: 100%;
left: -126px;
top: 0;
width: 126px;
}

.rc-mid-left h2
{
font-size: 30px;
font-family: 'Poppins-Bold';
color: #159db8;
margin: 0;
}

ul.aif-ul
{
padding-left: 11px;
margin: 10px 0;
float: left;
}

.rc-mid-left ul li
{
width: 100%;
float: left;
}

ul.aif-sub-list {
width: 100%;
float: left;
margin: 0 0 0 4px;
}

ul.aif-sub-list li
{
list-style-image: url(../img/sub-list.png);
}

.aif-mid-image
{
width: 90%;
display: block;
margin: 0 auto;
}

.aif-mid-image img
{
max-width: 100%;
vertical-align: auto;
}

span.head-sub {
color: #0a0b0b;
font-family: Poppins-SemiBold;
font-size: 24px;
}

.grey-wraper
{
background: #f4f4f4;
}

.aif-last
{
position: absolute;
right: 0;
top: 75px;
width: 570px;
}

.info-fraphics img
{
max-width: 100%;
vertical-align: middle;
margin: 0 auto;
display: table;
}

@media (max-width: 1200px)
{
.aif-last
{
top: 100px;
width: 505px;
}

p.aif-btop
{
font-size: 29px;
}

.aif-left h1
{
font-size: 42px;
}

.aif-banner-content
{
margin: 140px 0;
}
}

@media (max-width: 992px)
{
.aif-last
{
top: 175px;
width: 445px;
}

.aif-banner-content
{
margin: 100px 0 100px;
}

p.aif-bbottom br
{
display: none;
}

section.aif-banner
{
background-position-x: 90%;
}

p.aif-btop
{
font-size: 21px;
}

.aif-left h1
{
font-size: 31px;
margin: 10px 0 19px;
}

p.aif-bbottom::before
{
left: -150px;
width: 150px;
}
}

@media (max-width: 767px)
{
.aif-mid-image
{
margin: 15px auto;
}

.aif-mid-image img
{
width: 100%;
}

.aif-banner-content
{
margin: 60px 0;
}

p.aif-bbottom
{
padding: 10px;
text-align: center;
margin: 0;
}

p.aif-bbottom::before
{
display: none;
}

p.aif-btop
{
font-size: 20px;
text-align: center;
background: rgba(8, 119, 177, 0.5);
padding: 10px;
border-radius: 10px 10px 0 0;
color: #fff;
}

.aif-left h1
{
font-size: 36px;
text-align: center;
background: rgba(8, 119, 177, 0.5);
padding: 0 10px 10px 10px;
margin: 0;
line-height: normal;
}

.aif-header
{
display: block;
padding-bottom: 0;
}

.call-button
{
margin-right: 0;
}
}

/*Athena Appointment Reminder*/
section.aar-banner
{
padding: 0;
background: url(../img/aar-banner.jpg) no-repeat center center;
background-size: cover;
position: relative;
background-position-y: 100%;
}

.aar-banner-content
{
width: 100%;
float: left;
margin: 140px 0 180px;
}

.aar-left
{
width: 100%;
float: left;
}

.aar-left h5
{
color: #fbfbfb;
font-family: HelveticaNeue-67Mcn;
font-size: 30px;
margin: 0;
}

.aar-left h1
{
color: #fbfbfb;
font-family: HelveticaNeue-87Hcn;
margin: 10px 0 0;
font-size: 46px;
}

span.rs-text 
{
font-size: 52px;
}

.rs-line
{
background: #abe2eb;
width: 48%;
height: 7px;
float: left;
margin: 10px 0;
}

.aar-left p
{
float: left;
font-family: 'HelveticaNeue-67Mcn';
color: #fbfbfb;
font-size: 20px;
margin: 0;
}

.aar-top-mid
{
width: 85%;
display: table;
margin: 0 auto;
}

.aar-top-mid h1
{
text-align: center;
color: #31adc2;
font-family: 'Poppins-Bold';
font-size: 30px;
margin-bottom: 10px;
}

.aar-top-mid h2
{
text-align: center;
font-size: 28px;
font-family: 'Poppins-Semibold';
margin-bottom: 20px;
}

.aar-top-mid p
{
margin: 10px 0;
font-size: 18px;
font-family: 'Poppins-Regular';
float: left;
}

@media (max-width: 1200px)
{
.aar-top-mid
{
width: 85%;
}

.aar-banner-content
{
margin: 130px 0;
}

.aar-left h5
{
font-size: 29px;
}

.aar-left h1
{
font-size: 45px;
}

span.rs-text 
{
font-size: 50px;
}

.aar-left p
{
font-size: 18px;
}
}

@media (max-width: 992px)
{
.aar-banner-content
{
margin: 102px 0;
}

.aar-left h5
{
font-size: 21px;
}

.aar-left h1
{
font-size: 33px;
}

span.rs-text {
font-size: 39px;
}

.aar-top-mid
{
width: 100%;
}
}

@media (max-width: 767px)
{
.aar-banner-content
{
margin: 60px 0;
}

.aar-left {
background: rgba(71, 192, 211, 0.7);
padding: 10px;
border-radius: 5px;
}
}

@media (max-width: 640px)
{
section.aar-banner
{
background-position-x: 73%;
}
}

@media (max-width: 378px)
{
.aar-left h1
{
font-size: 27px;
}

span.rs-text {
font-size: 34px;
}
}

@media (min-width: 1528px)
{
p.aif-bbottom::before
{
left: -620px;
width: 100%;
}
}

/*Staff shotage athena*/
section.sa-banner
{
padding: 0;
background: url(../img/sa-banner.jpg) no-repeat center center;
background-size: cover;
position: relative;
}

.sa-banner-content
{
width: 100%;
float: left;
margin: 45px 0 0;
}

.sa-left {
width: 100%;
float: left;
}

.sa-left h4
{
font-family: Poppins-Light;
font-size: 28px;
margin: 0;
color: #000;
}

.sa-left h1
{
font-family: Poppins-Bold;
text-transform: uppercase;
color: #0091a6;
font-size: 65px;
margin: 0;
}

.sa-left p
{
font-size: 24px;
font-family: 'Poppins-Bold';
margin: 20px 0 0;
text-transform: uppercase;
}

span.sa-bold
{
font-family: Poppins-Bold;
}

.sa-left a
{
background: #ff5256;
font-size: 22px;
font-family: 'Poppins-Semibold';
color: #fff;
border-radius: 100px;
padding: 7px;
width: 275px;
float: left;
text-align: center;
margin: 20px 0 0;
}

.sa-right
{
width: 100%;
float: left;
}

.sab-image
{
width: 95%;
margin: 0 auto;
display: block;
}

.sab-image img
{
max-width: 100%;
vertical-align: middle;
}

section.sa-mid 
{
padding: 40px 0;
}

.sa-top-mid
{
width: 100%;
float: left;
}

.sa-top-mid p
{
font-size: 18px;
font-family: 'Poppins-Medium';
width: 80%;
text-align: center;
margin: 0 auto;
}

h2.bl-head
{
text-align: center;
display: table;
width: auto;
margin: 0 auto;
font-size: 30px;
padding: 15px;
background: #49c0d4;
color: #fff;
font-family: 'Poppins-Medium';
border-radius: 10px;
}

.sa-margin-top
{
margin-top: 20px;
}

.sa-mid1-image 
{
position: absolute;
left: 0;
top: 110px;
width: 590px;
}

.sa-mid1-image img
{
max-width: 100%;
vertical-align: middle;
}

.sa-ceo-about
{
width: 100%;
float: left;
}

.sa-ceo-about h4
{
width: auto;
font-size: 24px;
text-transform: capitalize;
font-family: 'Poppins-Medium';
}

.ceo-pic 
{
width: 237px;
float: left;
}

.ceo-pic img
{
max-width: 100%;
vertical-align: middle;
}

.abt-content {
width: 73%;
float: left;
padding-left: 29px;
}

.abt-content p
{
font-family: 'Poppins-Regular';
font-size: 16px;
line-height: 28px;
margin: 0;
}

.sa-top-mid h3 {
text-align: center;
text-transform: uppercase;
color: #fff;
margin-bottom: 8px;
width: 100%;
float: left;
}

.sa-last-mid
{
width: 100%;
float: left;
}

.sa-last-mid p
{
font-size: 18px;
font-family: 'Poppins-Medium';
width: 80%;
text-align: center;
margin: 0 auto 25px;
}

.sa-last-image {
width: 500px;
margin: 10px auto;
display: block;
}

.sa-last-image img
{
max-width: 100%;
vertical-align: middle;
margin: 0 auto;
display: table;
}

.sa-last-mid a
{
background: #ff5256;
font-size: 22px;
font-family: 'Poppins-Semibold';
color: #fff;
border-radius: 100px;
padding: 7px;
width: 275px;
text-align: center;
margin: 30px auto;
display: table;
}

.w-about
{
width: 100%;
float: left;
}

.w-about h2
{
font-size: 25px;
width: auto;
margin: 10px auto 20px;
display: table;
font-family: 'Poppins-Semibold';
text-align: center;
}

.w-about p
{
font-size: 16px;
font-family: 'Poppins-Regular';
width: 80%;
text-align: center;
margin: 0 auto 25px;
}

.rc-mid-left p {
font-family: 'Poppins-Regular';
font-size: 16px;
line-height: 28px;
margin: 0;
}

.sa1
{
width: 100%;
display: block;
margin: 0 auto;
}

.sa1 img
{
max-width: 100%;
vertical-align: middle;
}

section.ceo-bg
{
background: #f3f9fe url(../img/sa-left-dot.png) no-repeat bottom left;
position: relative;
}

@media (Max-width: 1200px)
{
.sa-banner-content
{
margin: 40px 0 0;
}

.sa-top-mid p
{
width: 90%;
}

.sa-mid1-image
{
top: 129px;
width: 560px;
}
}

@media (max-width: 1127px)
{
.sa-mid1-image
{
top: 147px;
width: 520px;
}
}

@media (max-width: 1035px)
{
.sa-mid1-image
{
top: 158px;
width: 475px;
}
}

@media (max-width: 992px)
{

.sa-left h1
{
font-size: 51px;
}

.sa-left p
{
font-size: 17px;
}

.sa-top-mid p
{
width: 100%;
}

.sa-mid1-image 
{
top: 104px;
width: 404px;
}

.ceo-pic
{
width: 195px;
margin-top: 7px;
}

.abt-content
{
width: 71%;
}

.sa-last-mid p
{
width: 100%;
}
}

@media (max-width: 806px)
{
.sa-mid1-image
{
top: 101px;
width: 388px;
}
}

@media (max-width: 767px)
{
.sab-image
{
display: none;
}

.sa-banner-content
{
padding-bottom: 30px;
text-align: center;
}

.ceo-pic
{
width: 100%;
margin: 10px auto;
display: table;
float: none;
}

.ceo-pic img
{
width: 100%;
}

.sa-ceo-about h4
{
text-align: center;
}

.abt-content 
{
width: 100%;
padding: 10px 0 0;
}

.sa-last-image
{
width: 100%;
}

section.ceo-bg
{
background: #f3f9fe;
}

section.sa-banner
{
background: url(../img/sa-mob-banner.jpg) no-repeat center center;
}

.sa-left a
{
margin: 20px auto 0;
display: flex;
float: none;
}
}

@media (max-width: 640px)
{
section.sa-banner
{
background-position-x: 70%;
}

.sa-left h1 
{
font-size: 43px;
}

.sa-left p 
{
font-size: 16px;
margin: 17px 0 0;
}

}

@media (max-width: 338px)
{

.sa-left h1 
{
font-size: 40px;
}

.sa-left a
{
font-size: 18px;
width: 250px;
}
}

section.yapi-banner
{
padding: 0;
background: url(../img/yapi-banner.jpg) no-repeat center center;
background-size: cover;
position: relative;
}

.yapi-banner-content 
{
width: 100%;
float: left;
margin: 80px 0;
}

.yapi-left
{
width: 100%;
float: left;
}

.yapi-left h1
{
font-family: Poppins-Bold;
color: #4ac3d6;
font-size: 59px;
margin: 0;
display: flex;
align-items: center;
}

span.vs
{
background: #ff6e71;
color: #fff;
font-family: Poppins-SemiBold;
padding: 3px 13px;
font-size: 21px;
border-radius: 6px;
margin: 0 20px;
}

span.narrow-text
{
font-family: 'Poppins-Regular';
color: #505050;
font-size: 52px;
}

.yapi-left p
{
font-size: 22px;
margin: 20px 0 0;
font-family: 'Poppins-Regular'; 
}

.yapi-left ul
{
margin: 10px 0 0;
padding: 0;
}

.yapi-left ul li
{
background: #4ac3d6;
width: 130px;
list-style: none;
float: left;
color: #fff;
font-family: 'Poppins-Semibold';
text-align: center;
margin-right: 15px;
padding: 3px;
border-radius: 6px;
}

.yapi-left a
{
background: #ff5256;
font-size: 22px;
font-family: 'Poppins-Semibold';
color: #fff;
border-radius: 100px;
padding: 7px;
width: 275px;
float: left;
text-align: center;
margin: 20px 0 0;
}

@media (max-width: 992px)
{
.yapi-left ul li
{
width: 115px;
}
}

@media (max-width: 767px)
{
.yapi-banner-content
{
margin: 50px 0;
background: rgba(255, 255, 255, 0.4);
padding: 10px;
}
}

@media (max-width: 640px)
{
.yapi-left h1
{
font-size: 44px;
}

span.vs
{
font-size: 16px;
}

span.narrow-text
{
font-size: 40px;
}

.yapi-left a
{
font-size: 20px;
}
}

@media (max-width: 437px)
{
section.yapi-banner
{
background-position-x: 56%;
}

.yapi-banner-content
{
margin: 35px 0;
}

.yapi-left h1
{
font-size: 35px;
text-align: center;
display: block;
margin: 0 auto;
}

span.vs
{
font-size: 16px;
float: left;
width: auto;
margin: 0 auto;
float: none;
display: table;
}

span.narrow-text
{
font-size: 34px;
width: 100%;
float: left;
}

.yapi-left p
{
font-size: 18px;
margin: 18px 0 0;
text-align: center;
float: left;
width: 100%;
}

.yapi-left ul
{
width: 100%;
float: left;
margin-bottom: 20px;
}

.yapi-left a
{
width: 249px;
font-size: 18px;
margin: 20px auto 0;
float: none;
display: table;
}

.yapi-left ul li
{
width: 249px;
margin: 0 auto 10px auto;
float: none;
}
}

/*Dental Nachos*/
section.dn-banner
{
background: url(../img/dn-banner.jpg) no-repeat center center;
background-size: cover;
padding: 0 0 90px 0;
}

.dn-banner-content {
width: 100%;
float: left;
margin: 120px 0 0;
position: relative;
}

.dn-banner-image img
{
max-width: 100%;
vertical-align: middle;
}

.dnb-left {
width: 100%;
float: left;
}

.dnb-left p
{
font-size: 24px;
font-family: 'Poppins-Regular';
margin: 0;
color: #02496f;
}

.dnb-left h4
{
font-family: Poppins-Bold;
color: #02496f;
font-size: 26px;
margin-bottom: 25px;
}

.dn-inner-banner
{
width: auto;
float: left;
}

.dn-inner-banner h3
{
color: #fff;
background: #49c0d4;
display: table;
padding: 10px;
border-radius: 12px;
text-align: center;
font-size: 20px;
margin: 0;
}

p.off-text
{
font-size: 18px;
color: #000;
text-align: center;
margin-top: 10px;
}

span.bold-off {
font-family: 'Poppins-Semibold';
}

.dn-inner-banner a
{
background: #ff5256;
display: table;
margin: 30px auto 0;
font-size: 20px;
font-family: 'Poppins-Bold';
color: #fff;
text-transform: uppercase;
padding: 10px 20px;
border-radius: 100px;
}

section.dn-mid {
padding: 30px 0;
}

.dn-mid-left
{
width: 100%;
float: left;
}

.dn-logo-cvr {
width: 100%;
float: left;
}

.dn-logo-cvr {
width: 100%;
float: left;
}

.dn-logo-cvr p
{
font-size: 25px;
text-align: center;
margin: 0 0 20px;
}

.dn-logo {
width: auto;
margin: 0 auto;
display: table;
}

.dn-logo img
{
max-width: 100%;
vertical-align: middle;
}

.dn-mid-right {
width: 100%;
float: left;
}

.dnm-image {
width: 90%;
display: block;
margin: 0 auto;
}

.dnm-image img
{
max-width: 100%;
vertical-align: middle;
}

.dn-mid-line {
width: 300px;
height: 2px;
width: 40%;
background: #49c0d4;
margin: 20px auto;
display: table;
}

.offer-cvr
{
width: 100%;
}

.offer-cvr h2
{
font-family: 'Poppins-Regular';
font-size: 26px;
text-align: center;
margin: 30px 0;
}

.offer-split-cvr {
width: 100%;
float: left;
margin-top: 30px;
}

.offer-split {
width: 21%;
float: left;
margin: 0 2% 50px;
text-align: center;
border: 2px solid #49c0d4;
border-radius: 20px;
min-height: 148px;
position: relative;
-webkit-box-shadow: 0px 0px 15px -6px rgb(0 0 0 / 50%);
box-shadow: 0px 0px 15px -6px rgb(0 0 0 / 50%);
}

.offer-split p
{
margin: 69px 0 0;
font-family: 'Poppins-SemiBold';
text-align: center;
font-size: 15px;
width: 100%;
float: left;
}

.offer-icon {
position: absolute;
width: 88px;
top: -28px;
left: 31%;
right: 31%;
}

.offer-icon img
{
max-width: 100%;
vertical-align: middle;
}

.add-mar
{
margin-left: 15%;
}

.dn-curve {
width: 100%;
float: left;
}

.dn-curve img
{
width: 100%;
vertical-align: top;
}

.dn-flow-cvr {
width: 100%;
float: left;
}

.dn-flow-cvr h2
{
font-family: 'Poppins-Regular';
font-size: 26px;
text-align: center;
margin: 0 30px 0 0;
}

.fk-split-cvr {
width: 70%;
margin: 50px auto 0;
display: table;
}

.dnf-split {
width: 100%;
float: left;
margin-bottom: 30px;

}

.dnf-split-content {
background: #49c0d4;
border-radius: 20px;
position: relative;
width: 100%;
display: flex;
padding: 30px;
height: 150px;
align-items: center;
-webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.50); 
box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.50);
}

.dnf-icon-cvr {
position: absolute;
height: 160px;
width: 160px;
background: #fff;
border: 2px solid #49c0d4;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
}

.dnf-left
{
bottom: 0;
left: 0;
}

.dnf-right
{
bottom: 0;
right: 0;
}

.dnf-split-content ul li
{
list-style-image: url(../img/dnf-list.png);
margin: 5px 0;
color: #fff;
font-family: 'Poppins-Regular';
}

.dnf-ul-left
{
margin: 0 auto;
display: table;
}

.dnf-ul-right
{
margin: 0;
display: table;
}

.dnf-icon {
width: 92px;
display: block;
margin: auto;
}

.dnf-icon img
{
max-width: 100%;
vertical-align: middle;
}

.dn-bottom {
width: 100%;
float: left;
}

.dn-bottom h2
{
font-family: 'Poppins-Regular';
font-size: 26px;
text-align: center;
margin: 30px 0;
}

.dn-mid-left
{
width: 100%;
float: left;
}

.dn-left-image {
width: 80%;
margin: 0 auto;
display: table;
}

.dn-left-image img
{
max-width: 100%;
vertical-align: middle;
}

.dn-mb
{
width: 100%;
float: left;
}

.dn-mb h5
{
font-family: 'Poppins-Semibold';
font-size: 20px;
margin: 0;
}

.dn-mb p
{
margin: 5px 0 0;
font-family: 'Poppins-Regular';
font-size: 15px;
}

.dn-mb ul
{
margin: 20px 0 0;
padding-left: 20px;
}

.dn-mb ul li
{
list-style-image: url(../img/dnf-tick.png);
margin: 10px 0;
font-family: Poppins-Regular;
}

.dn-mb a
{
background: #ff5256;
padding: 10px;
font-size: 22px;
font-family: 'Poppins-SemiBold';
text-transform: uppercase;
color: #fff;
border-radius: 100px;
width: 260px;
display: table;
text-align: center;
margin: 20px 0 0;
}

.dn-botttom-curve {
width: 100%;
float: left;
}

.dn-botttom-curve img
{
width: 100%;
vertical-align: top;
}

.dn-last
{
width: 100%;
float: left;
}

.dn-last h2
{
font-family: 'Poppins-Regular';
font-size: 26px;
text-align: center;
margin: 0 0 30px;
}

.dn-last-image
{
width: 421px;
display: block;
margin: 20px auto;
}

.dn-last-image img
{
max-width: 100%;
vertical-align: middle;
}

.dn-last a
{
background: #ff5256;
padding: 10px;
font-size: 22px;
font-family: 'Poppins-SemiBold';
text-transform: uppercase;
color: #fff;
border-radius: 100px;
width: 260px;
display: table;
text-align: center;
margin: 20px auto 0;
}

h2.dnl-head
{
font-family: 'Poppins-Regular';
font-size: 26px;
text-align: center;
margin: 30px auto;
}

.dnf-bottom-curve {
width: 100%;
float: left;
}

.dnf-bottom-curve img
{
width: 100%;
vertical-align: top;
}

.banner-curve
{
width: 100%;
float: left;
}

.banner-curve img
{
width: 100%;
vertical-align: middle;
}

@media (max-width: 1200px)
{
section.dn-banner
{
background-position-x: 100%;
padding: 0 0 44px 0;
}

.offer-icon
{
left: 27%;
}

.fk-split-cvr
{
width: 80%;
}

.dnm-image
{
width: 100%;
}

.dn-left-image
{
width: 100%;
}
}

@media (max-width: 992px)
{
.fk-split-cvr
{
width: 100%;
}

.offer-icon
{
left: 21%;
}
.dn-inner-banner a
{
margin: 10px auto 0;
}

section.dn-banner
{
padding: 0;
}

.dn-banner-content
{
margin: 32px 0 0;
}
}

@media (max-width: 767px)
{
.dnb-left
{
background: rgba(255, 255, 255, 0.93);
padding: 10px;
border-radius: 10px;
text-align: center;
}

.dn-inner-banner
{
width: 100%;
}

.dn-inner-banner h3
{
margin: 0 auto;
float: none;
}

.offer-split
{
width: 48%;
margin: 0 1% 50px !important;
}

.offer-icon
{
left: 28%;
}

.mlast-split
{
margin: 0 auto !important;
float: none;
display: table;
}

.dnf-split-content
{
height: auto;
display: block;
}

.dnf-icon-cvr
{
position: relative;
margin: 0 auto 20px;
}

.dn-flow-cvr h2
{
margin-top: 20px;
}

section.dn-banner {
background-position-x: 60%;
}

.dn-logo
{
margin-bottom: 20px;
}

.dn-last-image
{
width: 100%;
}

.dn-last-image img {
width: 100%;
}
}

@media (max-width: 415px)
{
.offer-icon
{
width: 77px;
left: 25%;
}
.offer-split p
{
margin-top: 59px;
}

section.dn-banner {
background-position-x: 58%;
}
}

/*
@media (min-width: 1350px)
{
section.dn-banner
{
padding: 0 0 192px 0;
}
}
*/

/*dp LP*/
@font-face
{
  font-family: 'impact';
  src: url(../fonts/impact.ttf) format('opentype');
  font-weight: normal;
  font-style: normal;
}
section.dp-banner
{
background: url(../img/dp-bannr-bg.jpg) no-repeat center center;
padding-bottom: 0;
background-size: cover;
}

.dp-banner-content
{
width: 100%;
float: left;
position: relative;
margin-top: 35px;
}

.dp-bnr-left
{
width: 100%;
float: left;
height: 100%;
position: relative;
}

.dp-bnr-image
{
width: 444px;
float: left;
position: absolute;
bottom: 0;
left: -60px;
}

.dp-bnr-image img
{
max-width: 100%;
vertical-align: middle;
}

.dpb-left {
width: 70%;
float: left;
}

.dpb-right {
width: 30%;
float: left;
}

.dp-bn 
{
display: flex;
align-items: center;
}

.dpb-top
{
padding: 8px;
background: rgba(255, 255, 255, 0.6);
width: 100%;
float: left;
position: relative;
}

.dpb-left h2
{
color: #137e90;
font-size: 47px;
margin: 0 0 25px;
font-family: Poppins-Semibold;
}

.dpb-image
{
width: 200px;
margin: 0;
float: left;
}

.dpb-image img
{
max-width: 100%;
vertical-align: middle;
}

.dpb-bottom
{
width: 100%;
float: left;
margin-top: 40px;
}

.dpb-bottom p
{
font-size: 20px;
font-family: 'Poppins-Regular';
margin: 15px 0;
}

.dpb-form
{
width: 100%;
float: left;
background: rgba(255, 255, 255, 0.5);
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
border: 1px solid #d1d1d1;
}

input.dpb-inn
{
background: rgba(255, 255, 255, 0.6);
border: none;
margin: 6px 0;
padding: 7px;
width: 100%;
border-radius: 4px;
}

input.dpb-inn::placeholder
{
color: rgba(29,34,27,0.5);
}

.dpb-form select 
{
background: rgba(255, 255, 255, 0.6);
border: none;
margin: 6px 0;
padding: 9px;
width: 100%;
border-radius: 4px;
color: rgba(29,34,27,0.5);
}

label.dp-check-label
{
color: #00aeef;
font-size: 14px;
}

button.dpf-button 
{
width: 100%;
border: none;
background: #ff5256;
border-radius: 5px;
padding: 8px;
font-size: 18px;
font-family: 'Poppins-Semibold';
color: #fff;
margin: 15px 0 0;
}

.dp-header 
{
width: 100%;
float: left;
background: rgba(255, 255, 255, 0.3);
}

.dp-top-inner
{
width: 100%;
float: left;
}

.dpt-box
{
width: 55%;
margin: 0 auto;
display: table;
}

.dpt-box h1
{
color: #4ac3d7;
font-family: 'Poppins-Semibold';
font-size: 68px;
text-align: center;
margin: 0;
}

.dpt-box p
{
font-size: 15px;
text-align: center;
font-family: 'Poppins-Semibold';
margin: 0;
padding: 0 10px 10px 10px;
border-radius: 8px;
border-left: 1px solid #4ac3d7;
border-bottom: 1px solid #4ac3d7;
border-right: 1px solid #4ac3d7;
}

section.dp-fixed
{
background: url(../img/dp-fixed-bg.jpg) no-repeat fixed center center;
background-size: cover;
}

.dpf-lft
{
width: 100%;
float: left;
}

.dpf-lft h1
{
font-size: 70px;
font-family: impact;
color: #fff;
text-align: center;
margin: 0;
}

.dpf-lft p
{
color: #4ac3d7;
text-align: center;
font-family: 'Poppins-Semibold';
text-transform: uppercase;
margin: 0;
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(196,247,255,1) 100%);
border-radius: 10px;
padding: 15px 0;
}

.dpf-logo-cvr
{
width: 100%;
float: left;
}

.dpf-logo
{
width: 21%;
float: left;
margin: 0 2%;
}

.dpf-logo img
{
max-width: 100%;
vertical-align: middle;
}

.dp-mid-left
{
width: 100%;
float: left;
}

.dp-mid-left h3
{
color: #000;
font-size: 30px;
font-family: 'Poppins-Semibold';
margin: 0;
}

.dp-mid-line
{
background: #3ea3b3;
height: 6px;
width: 100px;
border-radius: 100px;
margin: 10px 0;
float: left;
}

.dp-mid-left p
{
font-family: 'Poppins-Regular';
margin: 20px 0 0;
color: #000;
float: left;
}

.dp-mid-left a
{
background: #ff5256;
border-radius: 5px;
padding: 10px 30px;
font-family: 'Poppins-Semibold';
color: #fff;
text-transform: uppercase;
display: table;
float: left;
margin: 20px 0 0;
}

section.dp-mid-bg
{
background: url(../img/dp-mid-bg.jpg) no-repeat center center;
background-size: cover;
}

section.dp-bottom
{
background: #f1f1f1;
}

.pms-logo-cvr
{
width: 100%;
float: left;
}

.pms-logo-cvr h2
{
color: #3ea3b3;
text-align: center;
font-family: 'Poppins-Semibold';
font-size: 24px;
margin-bottom: 20px;
}

.pms-logo
{
width: 100%;
margin: 0 auto;
display: block;
}

.pms-logo img
{
max-width: 100%;
vertical-align: middle;
}

.dp-video-cvr
{
width: 100%;
float: left;
margin-top: 40px;
}

.dp-video-cvr h2
{
color: #535453;
text-align: center;
font-family: 'Poppins-Semibold';
font-size: 24px;
margin-bottom: 20px;
}

.dp-video
{
width: 600px;
margin: 30px auto 0;
display: table;
}

.dp-video iframe
{
width: 100%;
vertical-align: middle;
height: 320px;
border-radius: 20px;
}

.dpb-line 
{
width: 100px;
height: 1px;
background: #4ac3d7;
float: left;
}

.dpb-top::before 
{
content: '';
background: rgba(255, 255, 255, 0.6);
height: 100%;
position: absolute;
width: 100%;
left: -780px;
top: 0;
}

.dp-video-cvr a
{
background: #ff5256;
border-radius: 5px;
padding: 10px 30px;
font-family: 'Poppins-Semibold';
color: #fff;
text-transform: uppercase;
display: table;
margin: 40px auto 0;
}

p.dp-sml 
{
text-align: center;
margin: 10px 0 0;
font-size: 13px;
font-family: 'Poppins-Regular';
}

#dp-form input,
#dp-form select
{
border: 1px solid #eee;
}

#dp-form .modal-dialog
{
width: 380px;
}

#dp-form .dpb-form
{
margin-bottom: 0;
}

#dp-form .modal-content
{
position: relative;
}

#dp-form button.close
{
border: 2px solid #959595;
width: 30px;
height: 30px;
border-radius: 100px;
background: transparent;
position: absolute;
right: 5px;
top: 5px;
display: flex;
align-items: center;
justify-content: center;
}

span.dp-close
{
font-size: 22px;
font-family: 'Poppins-Semibold';
color: #959595;
}

span.dp-close:hover
{
color: #c1c1c1;
}

.dpb-top h1
{
font-family: 'Poppins-Semibold';
margin: 0;
font-size: 45px;
text-transform: uppercase;
color: #137e90;
}

.inb-line
{
background: #137e90;
height: 5px;
width: 20%;
border-radius: 100px;
}

span.ul-text
{
font-weight: bold;
text-decoration: underline;
font-size: 13px;
}

p.ls-range-value
{
width: auto !important;
font-size: 33px !important;
}

span.colon
{
font-family: 'BebasNeue-Regular';
color: #000;
font-size: 22px;
}

.mob-prange-cover {
width: auto;
margin: 0 auto;
display: table;
}

@media (min-width: 1399px)
{
.dpb-top::before
{
left: -908px;
}
}

@media (max-width: 1200px)
{
.dp-bnr-image
{
width: 420px;
left: -83px;
}

.dpb-left
{
width: 65%;
}

.dpb-right
{
width: 35%;
}

.dpb-bottom p br
{
display: none;
}
}

@media (max-width: 1131px)
{
.dp-bnr-image 
{
width: 380px;
left: -41px;
}

.dpb-top h2
{
font-size: 18px;
}

.dpb-image
{
width: 158px;
margin: 8px 0 0;
}
}

@media (max-width: 1055px)
{
.dp-bnr-image
{
width: 350px;
left: -9px;
}
}

@media (max-width: 992px)
{
.dp-bn
{
width: 100%;
display: flex;
align-items: center;
}

.dp-bnr-image
{
display: none;
}

.dpt-box
{
width: 88%;
}

.dpf-lft h1
{
font-size: 59px;
}

.dpb-left
{
width: 60%;
}

.dpb-right
{
width: 40%;
}

.dpb-left h2
{
font-size: 25px;
}

.dpb-bottom p
{
margin: 10px 0;
}

.dpb-bottom
{
margin-top: 30px;
}


}

@media (max-width: 767px)
{
.dpt-box
{
width: auto;
}

.dpf-lft p
{
width: auto;
display: table;
padding: 15px;
margin: 0 auto 20px;
}

.dp-bn
{
display: block;
}

.dpb-left
{
width: 100%;
}

.dpb-bottom p
{
text-align: center;
}

.dpb-right
{
width: 100%;
float: left;
margin: 20px 0 0;
}

.dpf-logo
{
width: 46%;
margin: 10px 2%;
}

.dp-int
{
width: 50%;
float: left;
}

.dp-video
{
width: 100%;
}

.pmd-wraper
{
margin: 35px 0 !important;
}

.dp-video-cvr h2,
.pms-logo-cvr h2
{
font-size: 18px;
}

.dp-mid-left h3
{
margin-top: 10px;
}

.dpb-form
{
border: 1px solid #eee;
}

input.dpb-inn,
.dpb-form select
{
border: 1px solid #eee;
}

.dpb-line
{
float: none;
margin: 0 auto;
display: table;
width: 150px;
}

.dpb-left h2
{
text-align: center;
font-size: 20px;
}

.dpb-image
{
margin: 0 auto;
display: table;
float: none;
}

.dp-video iframe
{
height: 260px !important;
}

.dpb-top h1
{
text-align: center;
}

.inb-line
{
margin: 0 auto;
}

p.ls-range-value
{
float: left;
}

span.colon
{
float: left;
margin-top: 19px;
}
}

@media (max-width: 495px)
{
.dp-video iframe 
{
height: 240px !important;
}
}

/*INV LP*/
section.inv-banner
{
background: url(../img/inv-banner.jpg) no-repeat center center;
background-size: cover;
}

.range-slider-item 
{
margin: 42px auto;
display: table;
width: 80%;
}

.range-slider-item label 
{
margin-bottom: 10px;
display: block;
font-size: 16px;
font-family: 'Poppins-Regular';
color: #000;
}

/* Slider custom style */

.range-slider-item .slider.slider-horizontal 
{
width: 300px;
}

.range-slider-item .slider-track 
{
background-color: #e9e9e9 !important;
background-image:none !important;
}

.range-slider-item .slider-track 
{
box-shadow: none !important;
}

.range-slider-item .slider-selection 
{
background-color: #2d86b9 !important;
background-image: linear-gradient(to right, #35b7c9, #2d86b9) !important;
}

.range-slider-item .slider-handle 
{
background-color: #2d86b9 !important;
background-image: linear-gradient(to right, #4a9eaa, #2d86b9) !important;
border: 3px solid #81d0da;
}

.range-slider-item .tooltip-inner 
{
color: #2196f3 !important;
background-color: #fff !important;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1) !important;
}

.range-slider-item .bs-tooltip-bottom .arrow::before 
{
border-bottom-color: #fff !important;
}

.inb-top h1 
{
font-family: 'Poppins-Semibold';
margin: 0;
font-size: 40px;
text-transform: uppercase;
}

span.big-number 
{
font-size: 60px;
}

section.inv-slide
{
background: #f6f6f6;
}

.invs-inner
{
width: 100%;
float: left;
}

.invs-inner h2
{
font-size: 32px;
color: #4ac3d7;
font-family: Poppins-Bold;
text-align: center;
position: relative;
width: auto;
display: table;
margin: 0 auto 40px;
}

.in-slider-cover
{
width: 100%;
float: left;
}

.in-slider-top {
width: 100%;
float: left;
}

.inslide-left {
width: 40%;
float: left;
height: 72px;
}

.inslider-middle {
width: 28%;
float: left;
height: 72px;
}

.inslider-right {
width: 28%;
float: left;
margin-left: 2%;
height: 72px;
}

.grey-part
{
background: #f0f0f0;
border-radius: 15px 15px 0 0;
padding: 20px;
float: left;
width: 100%;
}

.grey-part p
{
font-family: 'Poppins-Semibold';
text-align: center;
margin: 0;
color: #000;
padding: 4px 8px;
margin: 0 auto;
}

.blue-part
{
background: #d9f4f9;
border-radius: 15px 15px 0 0;
padding: 20px;
float: left;
width: 100%;
}

.blue-part p
{
font-family: 'Poppins-Semibold';
text-align: center;
color: #fff;
background: #48c1d7;
width: auto;
display: table;
padding: 4px 8px;
margin: 0 auto;
border-radius: 6px;
}


.range-box-one {
width: 100%;
float: left;
}

.range-box-inner {
width: 100%;
float: left;
border-bottom: 1px dashed #5a5a5a;
}

.range-left {
width: 40%;
float: left;
}

.range-middle {
width: 28%;
float: left;
background: #f0f0f0;
height: 142px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}

span.lh {
left: 41% !important;
}


span.lm {
left: 35% !important;
}


span.ls {
left: 39% !important;
}

p.last-mark
{
position: absolute;
bottom: 0;
font-size: 14px;
font-family: 'Poppins-Regular';
}

p.range-value {
margin: 0;
width: 100px;
text-align: center;
background: #fff;
padding: 0 8px;
border-radius: 4px;
-webkit-box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 25%);
-moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.25);
box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 25%);
font-size: 28px;
font-family: BebasNeue-Regular;
position: relative;
border: 1px solid #fff;
float: left;
}

.lv-group 
{
width: auto;
float: left;
position: relative;
}

span.lr-text
{
position: absolute;
bottom: -23px;
left: 5px;
font-family: 'Poppins-Regular';
font-size: 14px;
z-index: 999;
}

.range-right {
width: 28%;
float: left;
background: #d9f4f9;
height: 142px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 2%;
}

span.range-ext {
position: absolute;
bottom: 1px;
right: -40px;
font-family: 'Poppins-Regular';
font-size: 14px;
}

.invs-inner h2::after {
content: '';
position: absolute;
right: -70px;
top: 5px;
width: 51px;
height: 71%;
background: #48c1d7;
border-radius: 2px;
}

.invs-inner h2::before {
content: '';
position: absolute;
left: -70px;
top: 5px;
width: 51px;
height: 71%;
background: #48c1d7;
border-radius: 2px;
}

p.last-blue
{
margin: 50px 0 0;
padding: 8px 8px 8px 30px;
background: #48c1d7;
width: 90%;
border-radius: 5px 0 0 5px;
color: #fff;
font-family: 'Poppins-Semibold';
}

.min-wraper 
{
width: 100%;
float: left;
background: #eee;
border-radius: 8px;
margin-bottom: 20px;
overflow: hidden;
}

.min-main-cvr {
width: 100%;
float: left;
background: #fff;
}

span.laste-range-value {
border-right: 1px solid #000;
width: 20px;
float: left;
}

span.lst-value
{
border: none;
}

@media (max-width: 1200px)
{
.inslider-middle,
.inslider-right,
.range-middle,
.range-right
{
width: 25%
}
}

@media (max-width: 992px)
{
.inslide-left
{
width: 38%;
}

.range-left
{
width: 38%;
}

.inslider-middle, .inslider-right, .range-middle, .range-right
{
width: 30%;
}

.range-slider-item
{
width: 100%;
}

p.range-value
{
width: 81px;
padding: 5px 8px;
border-radius: 6px;
}

p.last-blue
{
width: 100%;
}

.range-slider-item .slider.slider-horizontal
{
width: 95%;
}

p.ls-range-value
{
font-size: 23px !important;
}
}

@media (max-width: 767px)
{

p.fl-left
{
float: left !important;
}

p.last-mark
{
position: relative;
}
.range-slider-item
{
margin: 20px auto 50px;
width: 90%;
}

.range-slider-item .slider.slider-horizontal {
width: 100%;
}

.min-value-cover {
width: 100%;
float: left;
text-align: center;
padding: 10px;
}

.min-value-cover p
{
font-family: 'Poppins-Semibold';
text-align: center;
margin: 0 !important;
color: #000;
padding: 4px 8px;
margin: 0 auto;
}

p.range-value
{
margin: 10px auto !important;
display: table;
float: none;
}

p.wm-text {
font-family: 'Poppins-Semibold';
text-align: center;
color: #fff;
background: #48c1d7;
width: auto;
display: table;
padding: 4px 8px;
margin: 0 auto !important;
border-radius: 6px;
}

p.last-blue {
width: 100%;
border-radius: 0;
margin-top: 0;
text-align: center;
}

p.lsa
{
float: left;
}
}
/*WIN*/
section.win-head {
padding: 0 0 20px;
background: #2ca0b3;
}

.win-head-cover {
width: 100%;
float: left;
}

.win-logo-cvr {
width: 80%;
float: left;
background: #eaf6f8;
border-radius: 0 0 20px 20px;
}

.win-logo {
width: 130px;
margin: 20px auto 20px;
display: block;
}

.win-logo img {
max-width: 100%;
vertical-align: middle;
}

.win-text {
width: 200px;
display: block;
margin: 0 auto 30px;
}

.win-text img
{
max-width: 100%;
vertical-align: middle;
}

.wir-right-text {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: end;
}

.wir-right-text h1
{
color: rgba(255, 255, 255, 0.2);
font-size: 140px;
text-transform: uppercase;
font-family: BebasNeue-Regular;
margin: 24px 0 0 0;
}

section.win-main {
background: #f0f0f3;
padding: 30px 0;
}

.win-main-bg
{
background: url(../img/win-main.png) no-repeat center center;
background-size: cover;
position: relative;
border-radius: 30px;
padding: 30px 0;
}

.rect-text {
width: 300px;
background: rgba(255, 255, 255, 0.5);
float: left;
border-radius: 0 20px 20px 0;
padding: 10px 10px 10px 30px;
margin-top: 40px;
}

.rect-text p
{
font-family: HelveticaNeue-67Mcn;
color: #f05459;
font-size: 22px;
margin: 0;
}

.rect-text h2
{
margin: 10px 0;
color: #f05459;
font-family: HelveticaNeue-Condensed-Bold;
font-size: 42px;
line-height: 22px;
}

.win-inner-image {
position: absolute;
width: 296px;
bottom: 60px;
left: 90px;
}

.win-inner-image img {
max-width: 100%;
vertical-align: middle;
}

.win-form-logo {
width: 130px;
margin: 0 0 15px;
}

.win-form-logo img {
max-width: 100%;
vertical-align: middle;
}

@media (max-width: 992px)
{
.win-form
{
width: 90%;
}

.win-inner-image
{
width: 265px;
bottom: 75px;
left: 78px;
}

.wir-right-text h1
{
font-size: 100px;
}

.win-logo-cvr
{
border-radius: 0 0 15px 15px;
}
}

@media (max-width: 767px)
{
.win-text
{
width: 180px;
margin: 0 auto 22px;
}

.wir-right-text
{
display: block;

}

.wir-right-text h1
{
text-align: center;
font-size: 70px;
}

.rect-text {
border-radius: 10px;
margin: 0 auto 30px;
display: table;
float: none;
text-align: center;
}

.win-inner-image {
position: relative;
width: 175px;
margin: 0 auto;
display: table;
bottom: 0;
left: 0;
}

.win-logo-cvr {
float: none;
margin: 0 auto;
display: table;
}
}

/*2022 may 11*/
h2.in-header
{
font-size: 21px;
color: #343434;
font-family: 'Poppins-Semibold';
text-align: center;
position: relative;
width: auto;
display: table;
margin: 0 auto 40px;
}

h2.in-header::before,
h2.in-header::after
{
display: none !important;
}

.pdf-image-cvr
{
width: 80%;
display: table;
margin: 0 auto;
padding: 25px;
background: #fff;
border-radius: 15px;
-webkit-box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 6%);
box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 6%);
display: table;
}

.pdf-image
{
width: 100%;
margin: 0 auto;
display: block;
}

.pdf-image img
{
max-width: 100%;
vertical-align: middle;
}

.pdf-image-cvr a
{
font-family: 'Poppins-Semibold';
text-align: center;
display: table;
margin: 20px auto 0;
background: #ff5256;
color: #fff;
width: 250px;
padding: 10px;
border-radius: 5px;
}

.down-pdf-cvr
{
width: 80%;
margin: 0 auto;
display: table;
}

@media (max-width: 1200px)
{
.down-pdf-cvr
{
width: 100%;
}
}

@media (max-width: 992px)
{
.pdf-image
{
width: 100%;
}
}

@media (max-width: 767px)
{
.pdf-image-cvr
{
margin-bottom: 20px;
}
}

/*Dental Productivity Calculator LP*/
section.mc-banner
{
background: url(../img/mc-banner-bg.jpg) no-repeat center center;
background-size: cover;
}

.mc-bottom-banner
{
width: 100%;
float: left;
position: relative;
}

.mc-banner-content
{
width: 100%;
float: left;
}

.mcb-text
{
width: 100%;
float: left;
/*background: rgba(255, 255, 255, 0.5);*/
padding: 30px 0;
position: relative;
}

.mcb-text p
{
font-family: Poppins-Light;
color: #1c4f77;
font-size: 26px;
margin: 0;
}

.mcb-text h1
{
font-size: 57px;
font-family: 'Poppins-Semibold';
color: #1c4f77;
margin: 0;
}

.mcb-image
{
width: 660px;
float: left;
display: block;
position: absolute;
top: -140px;
right: 330px;
}

.mcb-image img
{
max-width: 100%;
vertical-align: middle;
}

.mcb-text::before
{
position: absolute;
content: '';
width: 100%;
height: 100%;
left: -451px;
/*background: rgba(255, 255, 255, 0.5);*/
top: 0;
display: none;
}

/*
.mcb-text::after
{
position: absolute;
content: '';
width: 100%;
height: 100%;
right: 451px;
background: rgba(255, 255, 255, 0.5);
top: 0;
}
*/

section.sigma-section
{
background: url(../img/mc-first-bg.png) no-repeat center center;
background-size: cover;
}

.sigma-image
{
width: 95%;
display: block;
margin: 0 auto;
}

.sigma-image img
{
max-width: 100%;
vertical-align: middle;
}

.sigma-right
{
width: 100%;
float: left;
}

.sigma-right h2
{
font-size: 33px;
font-family: 'Poppins-Semibold';
color: #535453;
line-height: 48px;
margin: 0;
}

.sigma-right span
{
color: #339bb7;
}

.sigma-right a
{
color: #339bb7;
font-family: 'Poppins-Semibold';
text-transform: uppercase;
text-align: center;
display: table;
background: #fff;
padding: 10px;
width: 250px;
border-radius: 10px;
margin: 20px 0 0;
}

section.mc-blue
{
background: #339bb7;
}

.mc-curve-inner
{
width: 100%;
float: left;
}

.mc-curve-inner p
{
font-family: 'Poppins-Regular';
text-align: center;
font-size: 20px;
color: #fff;
margin: 0;
}

.mc-curve-inner h5
{
text-align: center;
color: #fff;
font-size: 21px;
margin: 10px 0 0;
}

p.blue-big
{
font-size: 50px;
font-family: 'Poppins-Light';
color: rgba(255, 255, 255, 0.5);
margin: 30px 0;
}

section.curve-bottom
{
background: url(../img/mc-curve-bg.jpg) no-repeat center center;
background-size: cover;
padding: 135px 0 0;
}

section.curve-bottom h3
{
font-size: 18px;
text-align: center;
width: 80%;
margin: -88px auto 0;
color: #339bb7;
}

.mc-calculator 
{
width: 100%;
float: left;
border-radius: 30px 30px 0 0;
background: rgb(73,194,214);
background: linear-gradient(90deg, rgba(73,194,214,1) 0%, rgba(27,115,148,1) 100%);
}

.calculator-inner
{
width: 98%;
margin: 2% auto;
display: table;
background: #fff;
border-radius: 30px;
}

.calculator-inner h1
{
display: table;
margin: 40px auto 0;
font-size: 25px;
background: #4ac3d7;
padding: 10px;
border-radius: 8px;
color: #fff;
font-family: HelveticaNeue-Condensed-Bold;
}

.cblue-cvr
{
width: 98%;
margin: 30px auto;
background: #009ab3;
border-radius: 8px;
display: table;
}

.cblue-left
{
width: auto;
float: left;
display: flex;
align-items: center;
padding: 10px 30px;
}

.cblue-right
{
width: auto;
float: right;
display: flex;
align-items: center;
padding: 10px 30px;
}

.cblue-left p
{
color: #fff;
font-family: 'Poppins-Regular';
margin: 0;
}

.cblue-right p
{
color: #fff;
font-family: 'Poppins-Regular';
margin: 0;
}

.cblue-left h2,
.cblue-right h2
{
margin-left: 10px;
width: 50px;
text-align: center;
background: #fff;
padding: 0 8px;
border-radius: 4px;
-webkit-box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 25%);
-moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.25);
box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 25%);
font-size: 28px;
font-family: BebasNeue-Regular;
position: relative;
border: 1px solid #fff;
float: left;
}

span.mcd-icon
{
font-size: 20px;
color: #fff;
margin: 0 5px;
float: left;
font-family: BebasNeue-Regular;
}

.car-right
{
width: 100%;
float: left;
}

.car-right h2
{
font-family: 'HelveticaNeue-Condensed-Bold';
color: #535453;
margin: 0 0 10px 0;
font-size: 33px;
}

.car-right h1
{
color: #2584a3;
font-family: 'HelveticaNeue-Condensed-Bold';
font-size: 65px;
margin: 0;
}

.mc-line
{
width: 200px;
height: 3px;
background: #2584a3;
margin: 15px 0;
}

.car-right p
{
font-size: 25px;
font-family: 'Poppins-Light';
color: #535354;
margin: 0;
}

.car-right a
{
display: table;
text-align: center;
background: #ff5256;
padding: 10px;
width: 200px;
border-radius: 10px;
color: #fff;
font-family: 'Poppins-Semibold';
text-transform: uppercase;
margin: 30px 0 0;
}

section.mc-last
{
background: url(../img/mc-second-bg.jpg) no-repeat center center;
background-size: cover;
}

.cal-table
{
width: 98%;
margin: 30px auto;
overflow: hidden;
}

.table-head
{
width: 100%;
float: left;
background: #4ac3d7;
border-radius: 20px 20px 0 0;
padding: 20px;
display: flex;
align-items: center;
}

.th-one
{
width: 24%;
float: left;
}

.th-two
{
width: 38%;
float: left;
margin: 0 1%;
}

.th-three
{
width: 10%;
float: left;
margin: 0 1%;
}

.th-four
{
width: 10%;
float: left;
margin: 0 1%;
}

.th-five
{
width: 10%;
float: left;
margin: 0 1%;
}

.table-head p
{
font-family: Ubuntu-Medium;
color: #fff;
margin: 0;
text-align: center;
font-size: 17px;
}

.table-inner
{
width: 100%;
float: left;
padding: 25px;
border: 1px solid #4AC3D7;
border-radius: 0 0 20px 20px;
}

.ti-one
{
width: 24%;
float: left;
}

.ti-two
{
width: 38%;
float: left;
border-radius: 10px;
overflow: hidden;
margin: 0 1%;
background: #f3f6fd;
}

.ti-three
{
width: 10%;
float: left;
text-align: center;
border-radius: 10px;
overflow: hidden;
margin: 0 1%;
}

.ti-four
{
width: 10%;
float: left;
text-align: center;
border-radius: 10px;
overflow: hidden;
margin: 0 1%;
}

.ti-five
{
width: 12%;
float: left;
text-align: center;
  border-radius: 10px;
overflow: hidden;
}

.ti-one p
{
font-size: 18px;
color: #554b74;
font-family: 'Ubuntu-Medium';
background: #f3f6fd;
margin: 0;
padding: 20px;
border-radius: 10px;
}

.ti-split1
{
padding: 20px 10px;
background: #F4F7FC;
width: 100%;
float: left;
border-bottom: 1px dashed #cfcfcf;
}

.ti-split1 p
{
color: #554b74;
font-family: 'Ubuntu-Regular';
margin: 0;
}

.table-bottom {
width: 50%;
float: right;
margin-top: 30px;
}

.tb-left {
width: 58%;
float: left;
background: #f4f7fc;
margin-right: 2%;
border-radius: 10px;
}

.tbl-split
{

}

.tbl-split p
{
font-size: 18px;
color: #171729;
font-family: 'Ubuntu-Medium';
padding: 15px 20px;
border-bottom: 1px dashed #d7d7d7;
margin: 0;
}

.tb-right {
width: 40%;
float: left;
background: #dbf3f7;
border-radius: 10px;
}

.tbr-split
{

}

.tbr-split p
{
font-size: 22px;
color: #554b74;
font-family: 'Ubuntu-Medium';
padding: 15px 20px;
border-bottom: 1px dashed #d7d7d7;
margin: 0;
text-align: center;
}

h2.tbm-text
{
text-align: center;
color: #fff;
font-family: 'Poppins-Regular';
font-size: 20px;
margin: 20px auto 30px;
width: 80%;
}

@media (max-width: 1654px)
{
.th-one, .ti-one
{
width: 20%;
}

.th-two, .ti-two
{
width: 42%;
}
}

@media (max-width: 1504px)
{
.th-one, .ti-one
{
width: 17%;
}

.th-two, .ti-two
{
width: 45%;
}

.mcb-image
{
right: 210px;
}
}

@media (max-width: 1409px)
{
.ti-one p br
{
display: none !important;
}

.th-one, .ti-one {
width: 12%;
}

.th-two, .ti-two
{
width: 50%;
}

.ti-one p
{
padding: 14px;
font-size: 17px;
}
}

@media (max-width: 1364px)
{
.mcb-image
{
right: 79px;
}
}

@media (max-width: 1278px)
{
.th-three, .th-four, .th-five
{
width: 8%;
}

.ti-three, .ti-four, .ti-five
{
width: 8%;
}

.th-one, .ti-one
{
width: 13%;
}

.th-two, .ti-two
{
width: 57%;
}

.ti-one p
{
font-size: 16px;
}
}

@media (max-width: 1200px)
{
.mcb-image
{
width: 580px;
top: -110px;
right: 39px;
}
}

@media (max-width: 1049px)
{
.mcb-image
{
width: 536px;
top: -100px;
right: 15px;
}
}

@media (max-width: 992px)
{
.mcb-image
{
width: 499px;
top: -89px;
right: 0;
}

.mcb-text p
{
font-size: 19px;
}

.mcb-text h1
{
font-size: 48px;
}
}

@media (max-width: 828px)
{
.mcb-image
{
width: 468px;
top: -85px;
right: 0;
}
}

@media (max-width: 767px)
{
.mcb-image
{
display: none;
}

.mcb-text
{
text-align: center;
}

.mc-white
{
margin: 50px 0 !important;
}

.sigma-right h2
{
  text-align: center;
}

.sigma-right a
{
  background: #339bb7;
  color: #fff;
  float: none;
  margin: 20px auto 0;
}

.mc-curve-inner p
{
  font-size: 18px;
}

.mc-curve-inner h5
{
  font-size: 19px;
}

p.blue-big
{
  font-size: 32px;
  margin: 20px 0;
}

.mc-calculator
{
  border-radius: 0;
}

.calculator-inner h1
{
  margin: 0 auto;
  border-radius: 0;
  text-align: center;
}

.cblue-left,
.cblue-right
{
width: 100%;
display: block;
}

.cblue-left p,
.cblue-right p
{
width: auto;
float: left;
}

input.cinner
{
float: right;
}

.table-bottom
{
  width: 98%;
    float: none;
    margin: 30px auto;
    display: table;
}

.tbr-split p
{
  font-size: 15px;
}

.tbl-split p
{
  font-size: 15px;
}

.car-right h2
{
  font-size: 30px;
  text-align: center;
}

.car-right h1
{
  font-size: 55px;
  margin: 0;
  text-align: center;
}

.mc-line
{
  width: 160px;
  margin: 15px auto;
}

.car-right p
{
  font-size: 22px;
  text-align: center;
}

.car-right a
{
  margin: 30px auto 0;
}

span.mcd-icon
{
  margin: 7px 8px 0 0;
}
}

.ic-inner {
  width: auto;
  margin: 0 auto;
  display: table;
  align-items: center;
  display: none;
}






.mc-white {
width: 100%;
float: left;
background: rgba(255, 255, 255, 0.5);
position: relative;
margin: 150px 0;
}

input.cinner
{
margin-left: 10px;
width: 50px;
text-align: center;
background: #fff;
padding: 0 8px;
border-radius: 4px;
-webkit-box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 25%);
-moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.25);
box-shadow: inset 0px 0px 5px 1px rgb(0 0 0 / 25%);
font-size: 28px;
font-family: BebasNeue-Regular;
position: relative;
border: 1px solid #fff;
float: left;
}

.mob-table.mob
{
width: 98%;
margin: 0 auto 20px;
display: table;
background: #f3f6fd;
border-radius: 5px;
overflow: hidden;
}

.mt-head
{
width: 100%;
float: left;
}

.mt-head p
{
font-size: 18px;
color: #554b74;
font-family: 'Ubuntu-Medium';
background: #f3f6fd;
margin: 0;
padding: 20px;
border-radius: 5px 5px 0 0;
text-align: center;
}

.mt-main-head
{
width: 100%;
float: left;
}

p.bl-title {
background: #4ac3d7;
width: 100%;
border-radius: 5px;
float: left;
padding: 10px;
font-family: Ubuntu-Medium;
color: #fff;
margin: 0;
}

.mt-main-head p
{
color: #554b74;
font-family: 'Ubuntu-Regular';
margin: 0;
padding: 10px;
float: left;
}

.mt-valeu {
width: 31.3%;
float: left;
margin: 0 1%;
text-align: center;
}

.mt-valeu p
{
color: #554b74;
font-family: 'Ubuntu-Regular';
margin: 0 auto;
padding: 10px;
float: none;
text-align: center;
display: block;
width: auto;
}


@media (max-width: 523px)
{
  .cblue-left p, .cblue-right p
  {
    width: 100%;
    text-align: center;
  }

  input.cinner
  {
    margin: 10px auto 0;
    display: table;
    float: none;
  }

  .ic-inner
  {

  }
}

@media (max-width: 434px)
{
  .tbr-split p
  {
    font-size: 15px;
    min-height: 76px;
    padding: 26px 10px;
  }
  
}

@media (max-width: 423px)
{
  .mt-valeu p
  {
    font-size: 14px;
    padding: 10px 5px;
  }
}

p.bl-title
{
  color: #fff;
}







section.pr-banner
{
  background: #c8e3f7;
  padding-top: 0;
}

.prb-content {
  width: 100%;
  float: left;
  margin: 0;
}

.prb-left {
  width: 100%;
  float: left;
}

.prb-left h1
{
  font-family: 'Poppins-Bold';
  font-size: 40px;
  color: #005a8f;
  margin: 35px 0 10px;
}

.prb-left h3
{
  font-family: 'Poppins-Regular';
  color: #005a8f;
  font-size: 24px;
  margin: 10px 0 0;
}

.prb-left p
{
  font-family: 'Poppins-Regular';
  font-size: 18px;
  color: #000;
  margin: 50px 0 0;
}

.prb-left a
{
  font-family: 'Poppins-Semibold';
  color: #fff;
  background: #ff5256;
  padding: 8px 40px;
  display: table;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 18px;
  margin: 25px 0 0;
}

.prb-right {
  width: 100%;
  float: left;
}

.prb-image {
  width: 500px;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}

.prb-image img
{
  max-width: 100%;
  vertical-align: middle;
}

.prm-line
{
  background: #4ac3d7;
  width: 150px;
  height: 5px;
  border-radius: 50px;
  margin: 10px 0;
}

.dp-mid-left ul
{
  margin: 30px 0 0 15px;
  padding: 0;
}

.dp-mid-left ul li
{
  font-family: 'Poppins-Regular';
  margin: 15px 0;
  color: #000;
  float: left;
  width: 100%;
  list-style-image: url(../img/pr-list.png);
	font-size:18px;
}

section.pr-third-bg
{
  background: url(../img/pr-mid-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 0;
}

h2.hw-heading {
  font-size: 24px;
  font-family: 'Poppins-Semibold';
  color: #fff;
  padding: 10px;
  text-align: center;
}

li.dec-li {
  list-style: none !important;
  margin: 10px 0 !important;

}

span.dec {
  margin-right: 4px;
  height: 100%;
}

.pr-split-cvr {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.pr-split {
  width: 31.3%;
    float: left;
    margin: 10px 1%;
    background: rgb(14,167,196);
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-split p
{
  text-align: center !important;
  color: #fff;
  width: 100%;
  margin: 0;
  font-size: 15px;
}

section.pr-faq-bg {
  background: #cfe6ed;
}

.pr-faq {
  width: 100%;
  float: left;
}

.pr-faq h2
{
  font-size: 28px;
  font-family: 'Poppins-Semibold';
  margin: 0;
  color: #000;
  text-align: center;
}

.prf-split-cvr {
  width: 100%;
  float: left;
  margin: 15px 0 0;
}

.prf-split {
  width: 18%;
  float: left;
  margin: 0 1%;
  border-radius: 20px;
  overflow: hidden;
}

.prf-image {
    width: 100%;
    margin: 0;
}

.prf-image img
{
  width: 100%;
  vertical-align: middle;
}

.prf-text {
  padding: 10px;
  background: #fff;
  height: 170px;
  -webkit-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.43);
box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.43);
}

.prf-text p {
  text-align: center;
  font-family: 'Poppins-Regular';
  font-size: 15px;
  margin: 10px 0 0;
  min-height: 70px;
}

button.read1,
button.read2,
button.read3,
button.read4,
button.read5
{
  color: #5fcadc;
  font-size: 15px;
  text-align: center;
  display: table;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #5fcadc;
  border-radius: 100px;
  width: 85px;
  background: #fff;
}

.pr-curve {
  background: url(../img/pr-curve.png) no-repeat top center;
  width: 99%;
  margin: 0 auto;
  display: table;
  padding: 0;
  background-size: contain;
}

.pr-left-curve {
  float: left;
  width: 125px;
}

.pr-left-curve img {
  max-width: 100%;
  vertical-align: middle;
}

@media (max-width: 992px)
{
  .pr-split
  {
    width: 48%;
  }

  .prb-left h1
  {
    font-size: 26px;
  }

  .prb-left h3
  {
    font-size: 19px;
  }

  .prb-left p
  {
    font-size: 15px;
    margin: 40px 0 0;
  }

  .prb-left a
  {
    margin: 20px 0 0;
  }

  .prb-image
  {
    width: 431px;
  }

  .prf-split
  {
    width: 31%;
    margin: 0 1% 25px;
  }
}

@media (max-width: 767px)
{
  .prb-left
  {
    text-align: center;
  }

  .prb-left a
  {
    margin: 10px auto 0;
  }

  .prb-image
  {
    display: none;
  }

  .pr-curve
  {
    background: #4ac3d7;
    padding: 8px;
    border-radius: 0 0 20px 20px;
  }

  .prf-split
  {
    width: 48%;
  }
}

@media (max-width: 400px)
{
  .prf-split
  {
    width: 98%;
  }

  .pr-split
  {
    width: auto;
    float: none;
  }
}

@media (min-width: 576px)
{
  #pr-faq1 .pfd {
    max-width: 750px;
}
}

.pfc {
  border-radius: 0;
}

.pfb {
  width: 100%;
  float: left;
}

.pf-modal {
  width: 100%;
  float: left;
}

.pfm-image {
  width: 20%;
  float: left;
  display: block;
}

#faq-box1,
#faq-box2,
#faq-box3,
#faq-box4,
#faq-box5 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}

.fab-inner {
  width: 40%;
  background: #fff;
  border-radius: 25px;
  position: relative;
}

.fab-image {
  width: 100%;
  float: left;
}

.fab-image img
{
  width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
}

.fab-details h3
{
  font-size: 20px;
  font-family: Poppins-Semibold;
  margin: 10px 0;
  text-align: center;
}

.fab-details p
{
  text-align: center;
  font-family: Poppins-Regular;
  color: #000;
  margin: 0;
}

.fab-details {
  width: 100%;
  background: #fff;
  float: left;
  padding: 20px;
  border-radius: 20px;
}

.fab-details ul {
  margin: 0;
  padding: 0;
}

.fab-details ul li {
  list-style: none;
  padding: 10px;
  display: flex;
  float: left;
  font-family: Poppins-Regular;
  text-align: left;
  color: #000;
}



span.pf-number {
  margin-right: 15px;
}

.faq-close1,
.faq-close2,
.faq-close3,
.faq-close4,
.faq-close5 {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 767px)
{
  .fab-inner
  {
    width: 95%;
  }

  .pr-split
  {
    background: rgb(14,167,196);
    border-radius: 0;
  }
}

.pr-ac-cvr
{
  width: 60%;
  margin: 30px auto 0;
}

.acc-item {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 19px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.49);
  box-shadow: 0px 0px 19px 0px rgb(0 0 0 / 10%);
}

h2.acc-head
{
  font-size: 19px;
    text-align: center !important;
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins-Regular';
}

p.acc-content
{
  font-family: 'Poppins-Regular';
  text-align: center;
  margin: 10px 0;
  font-size:18px;
}

ul.acc-list {
  margin: 10px 0;
}

ul.acc-list li
{
  font-family: 'Poppins-Regular';
  margin: 10px 0;
  list-style-type: decimal;
  font-size:18px;
}

@media (max-width: 1199px)
{
  .pr-ac-cvr
  {
    width: 75%;
  }
}

@media (max-width: 992px)
{
  .pr-ac-cvr
  {
    width: 85%;
  }
}

@media (max-width: 767px)
{
  .pr-ac-cvr
  {
    width: 95%;
  }
}

li.dec-li
{
  display: flex;
}
#consent_submit{color:#fff;}
/*#accordionExample .button:hover, #accordionExample button:hover, #accordionExample input[type="button"]:hover, #accordionExample input[type="reset"]:hover, input[type="submit"]:hover{
	background:#fff!important;
	color:#111!important;
}*/
.testimonials-slider.swiper-container{height:auto;}