@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
  @font-face
  {
    font-family: 'Rajdhani-Bold';
    src: url(../fonts/Rajdhani-Bold.ttf) format('truetype');
    font-waight: normal;
    font-style: normal;
  }

  @font-face
  {
    font-family: 'Gilroy-ExtraBold';
    src: url(../fonts/Gilroy-ExtraBold.otf) format('opentype');
    font-waight: normal;
    font-style: normal;
  }

  @font-face
  {
    font-family: 'Gilroy-Light';
    src: url(../fonts/Gilroy-Light.otf) format('opentype');
    font-waight: normal;
    font-style: normal;
  }

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

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

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

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

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

  :root {
    scroll-behavior: smooth;
  }

  body {
    font-family: 'Poppins', 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: 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: 170px;
    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);
  }

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

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

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

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

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

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

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

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

  h2.cap-text {
    text-transform: capitalize;
    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)
  {

    .click-cvr
    {
      width: 100%  !important;
    }

    .click-split
    {
      width: 29% !important;
      margin: 0 2% !important;
    }

    .link-split
    {
      width: 30%;
      margin: 0 1%;
      float: left;
    }

    .meet-img {
      width: 46%  !important;
      display: block;
      float: left;
      margin: 2%;
  }
    .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: 769px)
  {
    .mob
    {
      display: none;
    }

  
  }


  @media (max-width: 768px)
  {

    .bmid-text h1,
    .b-list-text h2,
    ul.b-list
    {
      width: 100% !important;
    }

    button.wid-btn
    {
      display: none;
    }

    .left-row
    {
      margin-bottom: 30px;
    }
    .desk
    {
      display: none;
    }
    

    .mob
    {
      display: block;
    }

    .badge-icon
    {
      width: 46% !important;
    margin: 2% !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: 70px 0 !important;
      margin: 70px 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;
  }

  .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: #ff5256;
  }

  .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;
    font-weight: 600;
    text-transform: capitalize;
    color: #4ac3d7;
    font-family: 'GILROY-EXTRABOLD';
  }

  .mid-list ul
  {
    margin: 0;
    padding: 5px 0;
  }

  .mid-list ul li
  {
    font-size: 18px;
      font-weight: 350;
      margin: 15px 0;
      list-style: none;
      color: #000;
      text-transform: capitalize;
  }

  .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;
      font-weight: 600;
      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;
  }

  .mid-split {
    margin-bottom: 45px;
  }

  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-weight: 600;
    text-transform: capitalize;
    font-family: 'Gilroy-ExtraBold';
  }

  .telebg-text p 
  {
    color: #ff5256;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Gilroy-Light';
  }

  span.tele-sep {
    color: #000;
  }

  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)
  {

    .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)
  {
    .ftr-split
    {
      min-height: auto !important;
    }

    .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: #ff5256;
    }

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

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

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

  .web-head h4
  {
    text-transform: capitalize;
    font-weight: 100;
    font-size: 38px;
    margin-top: 50px;
    font-family: 'HelveticaNeue-Thin';
  }

  .web-head h1
  {
    font-weight: 800;
    font-size: 45px;
    text-transform: capitalize;
    color: #fff;
    text-shadow: -1px 2px 13px #8c8c8c;
    margin-bottom: 20px;
    font-family: 'HelveticaNeue-Bold';
    margin-top: 10px;
  }

  .web-head a {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 550;
    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-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;
    text-transform: capitalize;
    font-family: 'HelveticaNeue-Thin';
  }

  span.red-home-text {
    color: #ff5256;
    font-weight: 500;
    font-family: 'HelveticaNeue-Bold';
  }

  section.fea-wrap-one {
    background: #fff;
    width: 100%;
    float: left;
  }

  .fea-wraper
  {
    width: 100%;
    float: left;
  }

  .fea-img {
    width: 85%;
    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;
    text-transform: capitalize;
    margin: 0 0 5px;
    font-family: 'HelveticaNeue-Thin';
    margin: 0;
  }

  .fea-detail h2
  {
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
    color: #545454;
    margin: 0;
    font-family: 'Rajdhani-Bold';
  }

  p.para {
    margin-top: 16px;
    text-align: left;
    width: 95%;
    color: #000;
    font-weight: 500;
  }

  .fea-detail a
  {
    background: linear-gradient( 
  90deg
  , rgba(68,189,208,1) 0%, rgba(45,170,190,1) 100%);
      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;
  }

  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(42, 172, 192, 0.5);
    text-align: center;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    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: 35px;
  }

  .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;
    font-weight: 600;
    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;
    font-weight: 600;
    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;
    text-transform: capitalize;
    margin: 15px 0;
    color: #fff;
    font-family: GILROY-EXTRABOLD;
  }

  .app-bg-text p
  {
    font-size: 20px;
    font-family: 'Gilroy-Light';
    color: #ff5256;
  }

  section.app-bot-bnr
  {
    background: url(../img/rem-btm-bg.png) no-repeat center center;
    width: 100%;
    float: left;
    background-size: contain;
  }

  /*
  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;
    text-transform: capitalize;
    margin: 15px 0;
    color: #ff5256;
  }

  .bg-left p
  {
    font-size: 20px;
    text-transform: capitalize;
    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;
  }

  .mid-split {
    margin-bottom: 45px;
  }

  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: #ff5256;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 20px;
  }

  span.tele-sep {
    color: #000;
  }

  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)
  {
    .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;
      font-weight: 550 !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;
  }

    .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: 60%;
    display: block;
    margin: 0 auto;
  }

  

  .fea-img {
    width: 60%;
    margin: 10px auto;
  }

  .web-bot-inner p
  {
    font-size: 20px;
    width: 100%;
  }
  }

  @media (max-width: 576px)
  {

    .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: 50px auto;
      text-align: center;
  }

  .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;
    text-transform: capitalize;
    font-family: 'Gilroy-ExtraBold';
  }

  .tele-bill-text p
  {
    font-size: 20px;
    font-family: 'Gilroy-Light';
    color: #ff5256;
  }

  span.red-text {
    color: #ff5156;
    font-weight: 700;
  }

  .tele-bill-text {
    margin: 150px 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
  {
    pad: 50px 0;
  }

  .pl-right h1 {
    font-size: 40px;
    font-weight: 700;
    color: #2eadc2;
    text-align: center;
    text-transform: capitalize;
    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-transform: capitalize;
    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;
    text-transform: capitalize;
    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)
  {

    .web-head {
      width: 100%;
      float: left;
      padding: 5px;
      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: #fff;
  }
  .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: capitalize;
    font-weight: 600;
    font-family: HelveticaNeue-Bold;
    float: left !important;
    width: 100%;
  }

  nav.main-nav-bar {
    padding: 8px 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: capitalize;
      font-weight: 600;
      color: #4ac3d6 !important;
  }

  nav.inner-nav {
    background: #4ac3d7;
    padding: 8px 0;
  }

  a.inn-text
  {
    color: #fff !important;
font-size: 20px;
text-transform: capitalize;
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;
    font-family: 'Gilroy-Light';
  }

  .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: #ff5256;
    
  }

  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)
  {

    .mid-split
    {
      margin-bottom: 0;
    }
    nav.navbar.navbar-default.inner-nav {
      width: 100%;
      float: left;
  }

  .align-content
  {
    display: block;
  }

  .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: 645px;
    background: #fff;
    padding-bottom: 25px;
    top: 61px;
    border: none;
  }

  li.dropdown.dropdown-submenu
  {
    float: left;
    padding-right: 0;
    background: #fff;
  }

  ul.link-menu
  {
    margin: 10px 0 0 0;
    padding: 0 15px 0 0;
  }

  ul.link-menu li
  {
    list-style: none;
  }

  ul.link-menu li a
  {
    font-size: 14px;
    margin-left: 20px;
    text-transform: capitalize;
    color: #545454 !important;
    display: block;
    padding: 5px 0;
    font-family: 'Helvetica-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;
      text-transform: capitalize;
      color: #545454;
      margin: 0;
      
    font-family: 'Gilroy-ExtraBold';
  }

  .case-left h1
  {
    color: #ff5256;
      font-weight: 700;
      margin: 0;
      text-transform: capitalize;
      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;
    font-weight: 600;
    color: #4ac3d7;
    font-family: 'Gilroy-ExtraBold';
  }

  .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: 16px;
    display: block;
    border: 2px solid #ff5256;
    float: left;
    padding: 5px 15px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 450;
    font-family: 'Gilroy-Light';
  }

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

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

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

  @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;
      text-transform: capitalize;
      font-family: 'Gilroy-ExtraBold';
  }

  .schedule-text p
  {
    color: #ff5256;
    text-transform: capitalize;
    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;
    text-transform: capitalize;
    font-family: 'Gilroy-ExtraBold';
  }

  .recall-text p
  {
    color: #ff5256;
    text-transform: capitalize;
    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;
    text-transform: capitalize;
    font-family: 'Gilroy-ExtraBold';
  }

  .intake-text p
  {
    color: #ff5256;
    text-transform: capitalize;
    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
  {
    font-weight: 600;
    margin: 0 0 18px;
    font-size: 18px;
  }

  .dropdown-menu>li>a:hover
  {
    background: transparent !important;
  }

  section.mh-main-bg
  {
    background: url(../img/mh-bottom.png) no-repeat center center;
    background-size: cover;
    padding: 140px 0;
  }

  .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;
    text-transform: capitalize;
    font-family: 'Gilroy-ExtraBold';
  }

  .mh-text p
  {
    color: #ff5256;
      text-transform: capitalize;
      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;
  }

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

  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;
    text-transform: capitalize;
    color: #4ac3d7;
    text-align: center;
    margin: 20px auto;
    display: table;
    width: 80%;
  }

  .bmid-text p
  {
    font-size: 18px;
    font-weight: 350px;
    color: #000;
  }

  section.bottom-list
  {
    background: #f5f5f7;
  }

  .row-padd {
    padding-right: 0;
  }

  span.big {
    text-transform: uppercase;
  }

  .dr-icon-cvr {
    width: 100%;
    float: left;
    display: block;
  }

  .dr-icon {
    width: 50px;
    margin: 25px 15px;
    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;
    text-transform: capitalize;
  }

  .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.5);
  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-transform: capitalize;
  text-align: left;
  font-family: 'HelveticaNeue-Thin';
  margin-left: 10px;
  margin-bottom: 0;
}

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

.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: 60px;
  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-split {
    width: 46% !important;
    margin: 0 2% 4% !important;
}

.click-text
{
  min-height: auto !important;
}

.icon-mob
{
  margin-left: auto !important;
    margin-right: auto !important;
    float: none;
    display: table;
}

.click-image
{
  width: 50px;
}
}

@media (max-width: 440px)
{
  .web-head h1
  {
    font-size: 29px !important;
    text-shadow: -1px 2px 13px #d2d2d2 !important;
    color: #525252;
  }
}

@media (max-width: 400px)
{
  .click-split {
    width: 80% !important;
    margin: 4% auto !important;
    float: none !important;
    display: table !important;
}
}

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;
    text-transform: capitalize;
    list-style: none;
}

.b-list-text {
  width: 100%;
  margin: 0 auto;
}

.b-list-text h2
{
  font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    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;
  text-transform: capitalize;
  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;
}





/* DOWNLOAD PAGE STYLES */
section.grey-bg
{
  background: #f9f9f9;
}

section.dow-top
{
  background: url(../img/down-top.png) no-repeat center center;
  background-size:  cover;
}

.download-part
{
  width: 70%;
  margin: 0 auto;
}

.download-part h1
{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #535453;
  text-decoration: underline;
}

.download-part ul
{
  padding: 0;
    width: auto;
    margin: 0 auto;
    display: table;
}

.download-part ul li
{
  list-style: none;
  display: block;
  padding: 7px 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;
  text-transform: capitalize;
  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-weight: 600;
  text-transform: uppercase;
  font-family: 'GILROY-EXTRABOLD';
}

p.org-name {
  text-align: center;
  text-transform: uppercase;
  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%;
}


@media(max-width: 992px)
{
  .d-video 
  {
    margin-bottom: 25px;
  }

  .badge-icon
  {
    width: 16%;
  }

  .audio-split
  {
    width: 46%;
    margin: 30px 2%;
  }

  .d-video
  {
    width: 46%;
    margin: 0 2%;
  }
}


@media (max-width: 768px)
{
  .download-part 
  {
    width: 85%;
    margin: 90px auto 0;
  }

  .down-white
  {
    width: 85%;
  }

  .test-say p
  {
    min-height: auto;
  }

  .audio-image
  {
    width: 150px;
  }
}

@media (max-width: 576px)
{
  .audio-split
  {
    width: 100%;
    margin: 20px auto;
    
  }

  .d-video
  {
    width: 95%;
    margin: 20px auto;
    float: none;
  }
}

/* 2021--0-06 */
main.bg-bubble {
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: 0px;
	background-size: 50% auto;
	background: url(../img/bk-circle-left.png) no-repeat top left;
	float: left;
}
.hero {
	margin: 105px 0 0;
	padding-top: 50px;
	border-top: 1px solid #f6f6f6;
	text-align: center;
}

.hero h5 {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.hero h5 span {
	background: #4cc6d8;
	padding: 3px 10px;
}

.hero h1 {
	line-height: 62px;
	font-size: 52px;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

.hero h3 {
	font-size: 29px;
	font-weight: 700;
	color: #2c2c2c;
	line-height: 42px;
}

.hero h3 span {
	display: block;
	color: #4cc6d8;
	font-size: 24px;
	font-weight: 500;
}

.btn-reg {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
}

.btn-reg:hover {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	background: #4cc6d8;
}

.webinar {
	margin: 60px 0;
	padding-top: 50px;
}

.heading-text {
	font-size: 36px;
	font-weight: 700;
}

.heading-text span {
	font-size: 30px;
	color: #4cc6d8;
	display: block;
}

.webinar ul {
	margin: 0;
	padding: 0;
}

.webinar ul li {
	color: #2c2c2c;
	margin-bottom: 1.3rem;
	list-style: none;
	font-size: 18px;
}

.webinar ul li:before {
	content: '\f111';
	color: #4cc6d8;
	font-family: 'FontAwesome';
	margin-right: 10px;
}

.webinar ul li ul li {
	display: inline-block;
	margin: 1rem 1rem 0;
	font-weight: 600;
}

.webinar ul li li:before {
	content: '\f10c';
	font-family: 'FontAwesome';
}

.speakers {
	padding-top: 50px;
}

.speaker-content {
	display: flex;
	align-items: center;
	height: 100%;
}

.foot-links {
	background: #e4f4fe;
	padding: 3rem 0;
	font-size: 14px;
	color: #333333;
	margin: 100px 0 30px;
	line-height: 28px;
}

.foot-links h4 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
}

.foot-links ul {
	margin: 0;
	padding: 0;
}

.foot-links ul li {
	list-style: none;
}

.foot-links a {
	color: #333;
}

.foot-links a:hover {
	color: #4cc6d8;
	text-decoration: none;
}

.xs-hide {
	display: block;
}

.xs-show {
	display: none;
}

.date {
	width: auto;
	border: solid 2px #45c4d7;
	display: inline-block;
	padding: 5px 10px;
	border-radius: .5rem;
	color: #45c4d7;
}

@media only screen and (max-width: 768px) {
	.hero h1 {
		font-size: 40px;
		line-height: 48px;
	}
	.hero h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.hero h3 span {
		font-size: 20px;
	}
	.heading-text {
		font-size: 30px;
	}
	.webinar ul li {
		font-size: 15px;
	}
	.heading-text.mb-5 {
		margin-bottom: 1.2rem !important;
	}
	.btn-primary {
		font-size: 1.00em;
	}
	.foot-links h4 {
		margin-top: 1rem;
	}
	.webinar h2 {
		margin-top: 2rem;
	}
	.speakers {
		padding-top: 0;
	}
	.xs-hide {
		display: none;
	}
	.xs-show {
		display: block;
	}
}

