@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;
  }

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;
}

.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;
}

.swiper-slide
{}

.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;
}

.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)
{
  .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-pop
{
  /*display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;*/
}

.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)
{
  .badge-cvr
  {
    
  }
}

@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)
{
  .badge-cvr 
  {
  
  }

  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)
{
  
element.style {
}
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;
  border-bottom: 20px #1198ac solid;
}

.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;

  display: table;
  
}

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

.top-testi
{

}

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;
}

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 !important;
  }
}

@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;
    margin-left: 13px;
  }

  .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/labor-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 (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;
  
}
}

@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: table;
}

.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: 35px;
  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: 0 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;
padding: 10px;
  }

  .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;
}

.l-mid-image {

}

.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;
  }
}

/*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;
}

.ipad-ad3
{

}

@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;
}
}

/*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: center;
  margin: auto;
}

.pl-head-line {
  margin: auto;
  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: 19px;
  font-family: 'Poppins-Light';
  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;
}

p.forms-sub 
{
    font-weight: 600;
}

 /*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-cvr
{
  padding: 0 !important;
  background: url(../img/gp-banner.jpg) no-repeat center center;
  background-size: cover;
}

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;
}


/*18-10-21*/
.brn-form
{
  width: 510px;
  position: absolute;
  right: 110px;
  top: 68px;
  z-index: 9999;
}

@media (max-width: 1144px)
{
    .brn-form
    {
        right: 0;
    }
}

@media (max-width: 992px)
{
    p.res-thin-font
    {
        font-size: 32px;
    }

    span.res-year 
    {
        font-size: 66px;
    }

    .brn-form
    {
      width: 485px;
      top: 38px;
    }
}

@media (max-width: 847px)
{
  .dm-right
  {
    padding: 25px !important;
  }

  p.dm-regular
  {
    font-size: 14px;
  }

  h1.dm-bold
  {
    font-size: 24px;
  }
}

@media (max-width: 767px)
{
  .brn-form
  {
    width: 70%;
    top: 118px;
    margin: 0 auto 30px;
    padding: 0 !important;
    position: static;
    display: table;
  }

  section.res-test-wraper
  {
    margin-top: 30px;
    width: 100%;
    float: left;
  }

  section.top-bg
  {
    background-position-x: 35%;
    /*padding-bottom: 60px !important;*/
  }
}

@media (max-width: 673px)
{
  section.down-mid2
  {
    display: block !important;
  }

  .dm-right
  {
    width: 100% !important;
  }

  .dm-left
  {
    display: none !important;
  }

  .down-curve
  {
    margin-top: 0 !important;
  }
}

@media (max-width: 589px)
{
  .brn-form
  {
    width: 90%;
  }
}

@media (max-width: 503px)
{
  section.top-bg
  {
    
  }
}

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

p.dbtop-regular {
  font-size: 34px;
  font-family: 'Poppins-Regular';
  text-transform: uppercase;
  color: #535453;
  line-height: 36px;
}

span.db-bold {
  font-family: 'Poppins-Bold';
  color: #535453;
}

p.bl-box {
  background: #4ac3d7;
  display: table;
  padding: 5px 30px;
  border-radius: 10px;
  text-transform: uppercase;
  margin: 0;
  font-family: Poppins-Light;
  color: #fff;
}

p.db-year {
  margin: 5px 0;
  font-family: HelveticaNeue-Condensed-Bold;
  font-size: 95px;
  line-height: 79px;
}

.b-form {
  width: 100%;
  float: left;
  background: #78cddb;
  border-radius: 30px;
  margin-top: 30px;
  box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
}

.bform-top {
  width: 100%;
  float: left;
  padding: 5px;
}

.bform-top h1
{
  font-family: 'Poppins-Bold';
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  margin: 12px 0 0;
}

.bform-top p
{
  text-align: center;
  background: #ff5256;
  width: auto;
  display: table;
  margin: 10px auto;
  color: #fff;
  font-family: 'Poppins-Regular';
  font-size: 15px;
  padding: 4px 25px;
  border-radius: 5px;
}

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

p.small-text {
  font-size: 12px;
  font-family: 'Poppins-Light';
  color: rgba(0, 0, 0, 0.7);
}

.down-curve {
  width: 100%;
  float: left;
  margin-top: 80px;
}

.down-curve img
{
  max-width: 100%;
  vertical-align: bottom;
}

section.down-mid2 {
  padding: 0;
  display: flex;
}

.dm-left {
  width: 50%;
  float: left;
}

.dm-left-image {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  background: url(../img/down-mid-main.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
}

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

.dm-curve {
  position: absolute;
  background: #17626f;
  height: 300px;
  width: 50px;
  border-radius: 30px 0 0 30px;
  right: 0;
  opacity: 0.8;
}

.dm-right {
  width: 50%;
  float: left;
  background: #17626f;
  padding: 50px;
  display: flex;
  align-items: center;
}

.dm-list {
  width: 100%;
  float: left;
}

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

.dm-list ul li:nth-child(1)
{
  border: none;
  margin-top: 0;
}

.dm-list ul li
{
  list-style: none;
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #6f949b;
  width: 90%;
}

p.dm-regular {
  font-size: 16px;
  font-family: 'Poppins-Light';
  color: #fff;
  margin: 0;
}

h1.dm-bold {
  font-family: 'Poppins-Bold';
  color: #fff;
  font-size: 28px;
  margin: 0;
}

.dm-right-bottom {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.dm-right-bottom h5
{
  font-family: 'Poppins-Regular';
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  width: 90%;
  text-align: left;
  font-weight: 600;
  padding: 12px 20px;
  margin: 10px 0;
  border-radius: 6px;
  display: table;
}

span.dm-yellow {
  color: #ffd800;
}

.dm-right-bottom a
{
  background: #ff5256;
  padding: 6px 10px;
  display: table;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  width: 46%;
  font-size: 16px;
  font-family: 'Poppins-Regular';
  font-weight: 600;
  margin-top: 25px;
}

@media (max-width: 1208px)
{
  .dm-right-bottom h5
  {
    width: 100%;
  }

  .dm-list ul li
  {
    width: 100%;
  }

  .dm-right-bottom a
  {
    width: 250px;
  }
}

@media (max-width: 406px)
{
  p.dm-regular
  {
    font-size: 14px !important;
  }

  h1.dm-bold
  {
    font-size: 24px !important;
  }
}
/*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-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;
  }

  i.od-play, i.od-forward, i.od-stop
  {

  }
}



  .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: 100%;
  background: #1198ac;
  left: -129px;
  top: 0;
}

 @media (max-width: 767px)
{
   .iv-banner-inner h2{
    font-size: 25px;
    }  
    .iv-banner-inner h1{
      font-size: 50px; 
      }   

      p.bl-line{
        border-radius: 8 px;
        }  
         p.bl-line::before{
          display: none;
         }
}

@media (max-width: 640px)
{

   .iv-banner-inner h2{
    font-size: 20px; 
    }  
     .iv-banner-inner h1 {
      font-size: 40px;
     }


  }

@media (max-width: 430px)
{
 .iv-banner-inner h1{
  font-size: 28px;
  }     
   p.bl-line{
    font-size: 18px;
    }      
    .iv-banner-inner h3{
      font-size: 27px;
    }
}  

section.ins-banners
{
  padding-top: 0;
  background: url(../img/ins-banners.jpg) no-repeat center center;
  background-size: cover;
  border-bottom: 20px #1198ac solid;
}