 .single-post .elementor-location-header .header_main {
        position: relative;
      }

      .body_content_section h1,
      .body_content_section h2,
      .body_content_section h3,
      .body_content_section h4,
      .body_content_section h5,
      .body_content_section h6 {
        margin-top: 15px;
        margin-bottom: 10px;
      }

      .body_content_section h1 {
        font-size: 35px;
      }

      .body_content_section h2 {
        font-size: 28px;
        color:#000;
      }

      .body_content_section h3 {
        font-size: 26px;    font-weight: 400;
      }

      .body_content_section h4 {
        font-size: 24px;     font-weight: 400;
      }

      .bg-green {
        background: #005760;
      }

      .banner-content h1 {
        color: #FEEF88;
      }

      .blog_head {
        height: 430px;
      }

      .banner_image_section .banner_image {
        margin-top: -160px;
      }

      .banner_image_section .banner_image img {
        border-radius: 20px;
        margin-bottom: 20px;
      }

      .toc-content {
        padding: 7% 5%;
      }

      .sidebar {
        background-color: #f9f2e4;
        padding: 20px;
        width: 300px;
        max-width:300px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin-top: 31px;
        margin-left: 50px;
      }

      .sidebar h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #333;
        font-weight: 700;
      }

      .sidebar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        max-height: 300px;
        overflow-y: auto;
      }

      .sidebar ul li {
        padding: 8px 12px;
        color: #333;
        cursor: pointer;
        border-radius: 4px;
        transition: background-color 0.3s, color 0.3s;
        margin-right: 15px;
      }

      .sidebar ul li a {
        color: #333;
        text-decoration: none;
      }

      .sidebar ul li:hover a {
        color: #fff;
      }

      .sidebar ul li:hover {
        background-color: #005760;
        color: #fff;
      }

      /*.sidebar ul li.active {*/
      /*  background-color: #006d64;*/
      /*  color: #fff;*/
      /*  font-weight: bold;*/
      /*}*/

      .toc-list {
        margin-left: 20px
      }

      /* width */
      ::-webkit-scrollbar {
        width: 5px;
        margin-left: 5px;
      }

      /* Track */
      ::-webkit-scrollbar-track {
        background: #888;
      }

      /* Handle */
      ::-webkit-scrollbar-thumb {
        background: #006d64;
      }


      .container-cta-section {
        background-color: #f2edde;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /*max-width: 800px;*/
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
      }

      .image-section {
        flex: 1;
        background-color: #f2edde;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 0 0 0;
      }

      .image-section img {
        max-width: 100%;
        height: auto;
        border-radius: 5px;
      }

      .content-section {
        flex: 1;
        padding: 40px 20px;
      }

      .content-section h3 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #333;
      }

      .content-section ul {
        list-style-type: none;
        margin-bottom: 20px;
      }

      .content-section ul li {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        color: #555;
      }

      .content-section ul li::before {
        content: '\2713';
        color: #4caf50;
        margin-right: 10px;
      }

      .btn {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        color: #fff;
        background-color: #ffd100;
        border: none;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.3s;
        text-decoration: none !important;
      }

      .btn:hover {
        background-color: #f0c500;
      }

      #toc-container {
        background-color: #f9f9f9;
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
      }

      .toc-list {
        list-style-type: none;
        padding: 0;
      }

      .toc-item {
        margin-bottom: 5px;
      }

      .toc-item a {
        color: #005760;
        text-decoration: none;
      }

      .toc-item a:hover {
        text-decoration: underline;
        color: #005760 !important;
         !i;
         !;
      }

      .toc-item a {
        color: #000 !important;
      }

      .toc-content h3 {
        font-weight: 600;
      }
      
      .share-container {
            width: 80%;
            margin: auto;
        }
        .share-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 12px;
            text-align: left;
        }

        .share-item {
            display: flex;
            align-items: center;
            padding: 8px 0;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        
        .share-icon {
            width: 24px;
            height: 24px;
            margin-right: 12px;
        }

        .share-text {
            font-size: 16px;
            color: #333;
        }
        
        .copy-button {
            padding: 10px 20px;
            background-color: #4CAF50;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
        }

        .copy-button:hover {
            background-color: #45a049;
        }

        
        .notification {
            display: none;
            position: fixed;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #4CAF50;
            color: white;
            padding: 10px 20px;
            border-radius: 5px;
            font-size: 16px;
        }
        
  .email-signup #wpforms-form-50194 {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.email-signup {
  background-color: #005760;
  padding: 30px;
  border-radius: 25px;
  width: 100%;
  max-width: 300px;
  color: white;
  margin-top: 31px;
  margin-left: 50px;
}

.email-signup h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.email-signup p {
  font-size: 14px;
  margin-bottom: 20px;
}

.email-signup .wpforms-container-full{
    margin :0 auto;
}
.email-signup .wpforms-field-container,.email-signup .wpforms-submit-container  {
   width:100% !important;
}

.email-signup input.wpforms-field-large {
    border-radius: 5px !important;
} 

.email-signup button.wpforms-submit {
  padding: 10px 20px;
  background-color: #ffffff !important;
  color: #000 !important;
  border: none;
  border-radius: 5px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  padding:6px 15px !important;
  margin :auto !important;
}

.email-signup button:hover {
  background-color: #006666;
}
.author_details a {
    color: #fff;
}

 .mobile_version,.mobile_show{
                display:none;
            } 
            
              .banner_sidebar {
           width: 320px;
            /*background-color: #005760;*/
            color: #F6D24A;
            padding: 30px;
            border-radius: 10px;
            text-align: left;
            font-family: Arial, sans-serif;
            position: relative;
            margin-top: 31px;
            margin-left: 50px;
            background: url(https://elasticbeanstalk-ap-southeast-2-707602047677.s3.ap-southeast-2.amazonaws.com/holacmsstaging/wp-content/uploads/2025/01/ribbon_1-scaleds-transformed.webp) #005760;
            background-position: 180% 111%;
            background-size: auto 101px;
            background-repeat: no-repeat;
        }
        .banner_sidebar h3 {
            font-size: 22px;
            font-weight: bold;
            color: #f5e282;
            font-family: 'roboto';
                line-height: 1.3;
        }
        .single-post h3 span.highlight {
            font-weight: bold;
            color: #fff !important;
        }
        .button_sidebar {
            background: #ffec44;
            border: 0;
            color: #444;
            padding: 10px 20px;
            border-radius: 8px;
            text-align: center;
            cursor: pointer;
            text-decoration: none !important;
            font-weight: bold;
            display: inline-block;
            font-size: 14px;
            margin-top: 10px;
            font-family: 'roboto';
        }
        .subtext {
            margin-top: 10px;
            font-size: 14px;
            color: white;
            font-weight: bold;
            font-family: 'roboto';
        }
        
       
p.video_added {
    text-align: center;
}
  @media screen and (max-width: 1367px) {
      .email-signup,.sidebar{
          margin-left:0;
          width: 100%;
      }
      .blog_head {
        height: 350px;
        }
      .banner_image_section .banner_image {
        margin-top: -125px;
      }
      .email-signup, .sidebar,.banner_sidebar{
          margin-left:0;
      }
      .banner_sidebar {
            width: 300px;
            padding-bottom: 20%;
                   
      }
      
  }

  @media screen and (max-width: 1024px) {
  
     .banner_image_section .banner_image {
        margin-top: -100px;
      } 
      .container-cta-section .image-section.desktop_version {
        display: none;
        }
        .container-cta-section .image-section.mobile_version {
            display: block;flex: auto;
        }
      
  }
  
   @media screen and (max-width: 800px) {
  
     .banner_image_section .banner_image {
        margin-top: -50px;
      }
      .blog_head {
        height: 275px;
    }
  }

      @media screen and (max-width: 768px) {
        .container-cta-section {
          flex-direction: column;
        }
        /*.breadcrumbs .date {*/
        /*         float: left !important;*/
        /*    }*/

        .image-section,
        .content-section {
          flex: 1 1 100%;
        }
        .desktop_version{
                display:none;
            }
            .mobile_version{
                display:block;
            }
            .container-fluid.banner_image_section {
                margin-top: 120px;
            }
            .toc-content {
                padding: 2% 0 0;
            }
            .email-signup, .sidebar{
                        margin: 5% auto;
            }
            .container-fluid .row{
                margin:auto;
            }
      }
      
        @media screen and (max-width: 450px) {
            .container-fluid.banner_image_section {
                 margin-top: 250px;
           }
           .mobile_show {
               display:block;
           }
           .blog_head {
                height: 400px;
            }
            .mobile_version{
                display:none;
            }
            .video_added iframe.video_tag {
                width: 100%;
            }
        }
      
 
        .banner-cta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            /*padding: 4% 3%;*/
            background-color: #005760;
            color: #f5e282;
            flex-wrap: wrap;
            border-radius: 15px;
            padding-right: 2%;
         }

        .banner-cta .text {
            font-size: 1.5rem;
            font-weight: bold;
        }

        .banner-cta .cta {
            background: #fff087;
            border: 0;
            color: #444;
            padding: 10px 20px;
            border-radius: 8px;
            text-align: center;
            cursor: pointer;
            text-decoration: none;
            font-weight: bold;
            display: inline-block;
            font-size:13px;
        }

        .banner-cta .cta:hover {
            background: #ffe066;
        }

        .banner-cta .availability {
            font-size: 0.9rem;
            color: #ffffff;
            margin-top: 5px;
        }
        .bg_cta_banner{
            background: url(https://elasticbeanstalk-ap-southeast-2-707602047677.s3.ap-southeast-2.amazonaws.com/holacmsstaging/wp-content/uploads/2025/01/ribbon_1-scaleds-transformed.webp);
            background-position: -15% 0%;
            background-size: auto 140px;
            background-repeat: no-repeat;
        }
        .banner-cta .text {
           padding:9% 2% 9% 20%
        }
         .banner-cta h3{
               color: #f5e282;
         }
         .single-post .banner-cta h3 span{
               color: #fff !important;
         }
         
        .container-frame {
            position: relative;
            width: 100%;
            max-width: 300px;
            background-color: #005760;
            border-radius: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
            padding: 20px 20px 0 20px;
            margin-left: 50px;
            margin-top: 30px;
             background: url("https://elasticbeanstalk-ap-southeast-2-707602047677.s3.ap-southeast-2.amazonaws.com/holacmsstaging/wp-content/uploads/2025/02/app_bg.webp");
            background-repeat: no-repeat;
            background-size: cover;
                background-position: bottom;
        }
        .phone-frame {
            
            border-radius: 30px;
            
            position: relative;
        }
        .screen {
            background-color: #005760;
            padding: 15px;
            border-radius: 15px;
            background: url("https://elasticbeanstalk-ap-southeast-2-707602047677.s3.ap-southeast-2.amazonaws.com/holacmsstaging/wp-content/uploads/2025/02/blog_Mobile.webp");
            background-position: top;
                background-size: cover;
            background-repeat: no-repeat;
            max-width: 220px;
            height: 300px;
            margin:auto;
        }
        .phone-frame h2 {
                font-size: 22px;
            margin-bottom: 15px;
            color: #fff087;
            padding-top: 35px;
        }
        .phone-frame p {
            font-weight: 600;
                padding-top: 30px;
        }
        .download-buttons {
            margin-top: 20px;
            display: flex;
            justify-content: center;
            gap: 10px;
        }
        .download-buttons img {
            width: 120px;
            height: auto;
        }
          

        @media only screen and (max-width: 1601px) {
            .bg_cta_banner{
                background-position: -30% 0%;
            }
        }
        
         @media only screen and (max-width: 1401px) {
            .bg_cta_banner{
                background-position: -47% -10%;
            }
            .banner-cta .cta{
               padding: 10px 10px;
            }
            .banner_sidebar, .sidebar,.container-frame{
                margin-left: 0;
            }
        }
        
         @media only screen and (max-width: 1366px) {
           .banner-cta h3{
                font-size: 22px;
           }
            .bg_cta_banner{
                background-position: -26% 0%;
                background-size: auto 110px;
            }
            .banner-cta .cta{
                padding: 10px 10px; 
                
            }
            .banner-content h1{
                    font-size: 34px;
            }
        }
        
        @media only screen and (max-width: 1201px) {
           .bg_cta_banner{
                background-size: auto 100px;
            }
            .banner-content h1{
                    font-size: 30px;
            }
        }
        @media only screen and (max-width: 1024px) {
           .bg_cta_banner{
                background-size: auto 85px;
            }
            .phone-frame h2 {
                font-size: 15px;
            }
            .phone-frame p {
                 padding-top: 15px;
            }
        }
        
         @media only screen and (max-width: 993px) {
           .bg_cta_banner{
                background-size: auto 85px;
            }
            /*.banner-cta .cta{*/
            /*    font-size: 11px;*/
            /*}*/
        }
        
        @media only screen and (max-width: 950px) {
           .bg_cta_banner{
                background-size: auto 75px;
            }
            
        }
        
        @media only screen and (max-width: 820px) {
           .bg_cta_banner{
                background-size: auto 70px;
            }
            
        }
        
        @media only screen and (max-width: 768px) {
           .bg_cta_banner{
                background-size: auto 60px;
            }
            
        }
        
        
         @media only screen and (max-width: 767px) {
            .banner-cta {
                text-align: center;
                flex-direction: column;
            }

            .banner-cta .text {
                margin-bottom: 10px;
            }
            
            .bg_cta_banner{
                background:none;
            }
            
            
            .bg_mobile_cta_banner{
                 background: url(https://elasticbeanstalk-ap-southeast-2-707602047677.s3.ap-southeast-2.amazonaws.com/holacmsstaging/wp-content/uploads/2025/01/ribbon_1-scaleds-transformed.webp);
                background-position: 105% 280%;
                 background-size: auto 101px;
                 background-repeat: no-repeat;
                 padding: 1% 8% 5%;
            }
            .banner-cta .text {
                padding: 4% 8% 1% 8%;
            }
            .bg_mobile_cta_banner.text-center {
                text-align: left !important;
                float: left;
            }
            /*.banner-cta .cta {*/
            /*    font-size: 14px;*/
            /*}*/
            .banner-cta h3 {
                font-size: 26px;
                text-align: left;
            }
             
            .banner-cta{
                padding-right: 0;
            }
            .banner_sidebar,.sidebar,.container-frame {
                margin:20px auto;
            }
             .phone-frame h2 {
                font-size: 22px;
             }
            .phone-frame p {
                 padding-top: 30px;
            }
            
        }
        
        @media only screen and (max-width: 570px) {
             .bg_mobile_cta_banner.text-center {
                WIDTH: 100%;
            }
            .bg_mobile_cta_banner{
                background-position: 110% 364%;
                background-size: auto 95px;
             }
        }
        
        @media only screen and (max-width: 430px) {
            .bg_mobile_cta_banner {
                background-position: 135% 0%;
                background-size: auto 104px;
            }
        }
        
        @media only screen and (max-width: 390px) {
           .banner-cta .text {
                padding: 4% 5% 1%;
            }
            
            .bg_mobile_cta_banner{
                padding: 1% 5% 5%;
            }
            .bg_mobile_cta_banner {
                background-position: 145% -10%;
                background-size: auto 100px
            }
        }
        
        @media only screen and (max-width: 375px) {
            .bg_mobile_cta_banner{
                background-position: 130% 530%;
                background-size: auto 83px;
             }
        }
        
     
        @media (max-width: 600px) {
            .container {
                width: 95%;
                padding: 15px;
            }
            h2 {
                font-size: 18px;
            }
            .download-buttons img {
                width: 100px;
            }
        }
        .text.op_changes {
    font-size: 16px;
    font-weight: 400;
}
 .breadcrumbs a,
  .breadcrumbs {
    color: #fff;
    text-decoration: none;
  }

  .background_green {
    background: #005760;
  }

  .breadcrumbs_header {
    background-color: transparent;
  }

  .banner_section h1 {
    color: #FEEF88;
    font-weight: bold;
  }

  .banner_section p {
    color: #fff;
  }

  .banner_section>.e-con-inner {
    height: 480px;
  }

  .md-6 {
    width: 50%;
    float: left;
  }

  .md-9 {
    width: 62%;
    float: left;
  }

  .md-3 {
    width: 35%;
    float: right;
  }

  .cta_button_sec h3 {
    color: #fff;
    font-weight: 700;
    padding-bottom: 0px;
    font-size: 34px;
    line-height: 1.4;
  }

  .button.yellow_color {
    background: #FFF65A;
    color: #333112;

  }

  .button.yellow_color:hover {
    background: #333112;
    color: #FFF65A;

  }

  .button.blue_color {
    background: #A3C4FF;
    color: #212733;
    border: none;
  }

  .button.blue_color:hover {
    background: #212733;
    color: #A3C4FF;
    box-shadow: none;
    text-decoration: none;
  }

  .content_section {
    padding: 1% 0%;
  }

  .btn.button {
    margin-right: 10px;
    box-shadow: none;
    text-decoration: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 30px;
    text-decoration: none !important;
  }

  .body_post_content h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.7;
  }

  .body_post_content {
    line-height: 30px;
  }

  img.image_section {
    width: 80%;
    position: relative;
    top: 10px;
  }

  .related_article {
    padding: 2% 0;
  }

  .related_article h2 {
    color: #005760;
    line-height: 1.7;
    font-size: 28px;
    font-weight: 700;
  }

  .disclimer h2 {

    line-height: 1.7;
    font-size: 28px;
    font-weight: 600;
  }

  .reference_link h2 {
    padding: 1% 0;
  }

  .disclimer {
    padding: 2% 0;
  }

  .related_article_section {
    background: #FAF8F3;
  }

  .body_content_post h3 {
    font-size: 20px;
  }

  .body_content_post h2 {
    font-size: 25px;
  }

  .body_content_post h4 {
    font-size: 18px;
  }

  .banner_section h1 {
    font-size: 34px;
  }

  .single .body_content_post h2,
  .single .body_content_post h1,
  .single .body_content_post h3,
  .single .body_content_post h4,
  .single .body_content_post h5,
  .single .body_content_post h6,
  .single .body_content_post h3 span {
    line-height: 1.3;
    color: #191919 !important;
  }

  .reference_link a {
    color: #005760 !important;
  }

  .tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail {
    background: transparent;
  }

  .tpg-shortcode-main-wrapper .rt-detail .entry-title a {
    font-weight: 500;
  }

  .tpg-even.layout1 .rt-holder {
    border: none;
    box-shadow: none;
  }

  .post-meta-user {
    color: #005760;
    font-weight: 500;
  }

  .tpg-shortcode-main-wrapper .rt-holder .rt-detail .categories-links a {
    margin-bottom: 5px;
    color: #005760;
    font-weight: 500;
  }

  .tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail h3 {
    font-size: 20px;
  }

  .banner_section a,
  .banner_section a:hover {
    color: #fff !important;
  }

  .link_color a,
  .link_color a:hover,
  .body_content_post a {
    color: #000000;
  }

  hr.hr_line {
    border: 1px solid #E8DBC2;
    width: 100%;
  }

  .single main#content {
    max-width: 100% !important;
  }

  .single-post h3 span {
    color: #191919 !important;
  }

  .tpg-excerpt {
    display: none;
  }

  .body_content_post h2,
  .body_content_post h1,
  .body_content_post h3,
  .body_content_post h4,
  .body_content_post h5,
  .body_content_post h6,
  .body_content_post h3 span {
    color: #005760 !important;
    font-weight: 700;
  }

  .author_details {
    color: #fff;
  }

  .container-sec .e-con-inner {
    width: 80%;
    margin: auto;
  }

  .cta_section {
    border-radius: 20px;

    margin: 20px auto;
  }



  .btn.button {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
  }

  .banner_section>.e-con-inner {
    height: 500px;
  }

  .single main#content {
    max-width: 100% !important;
    padding: 0;
  }

  .container-sec .e-con-inner {
    width: 90%;
    margin: auto;
  }

  .hola-breadcrumbs-link .breadcrumbs a,
  .breadcrumbs {
    color: #FEEF88 !important;
    font-size: 14px;
  } 

  @media screen and (max-width: 376px) {
    .btn.button {
      font-size: 10px;
      font-weight: 500;
      padding: 10px 10px;
    }

    .banner_section>.e-con-inner {
      height: 520px;
    }

    .hola-breadcrumbs-link .breadcrumbs a,
    .breadcrumbs {
      color: #FEEF88 !important;
      font-size: 14px;
    }


  }

  .more {
    text-align: center;
  }

  a.background_green.more {
    padding: 15px 30px !important;
    border-radius: 15px !important;
    color: #fff !important;
    text-decoration: none !important;
  }

  .blue_color_bg {
    background: #005760;
    border-radius: 50px;
    /*border: 1px solid #000 !important;*/
    color: #fff !important;
    font-weight: 600 !important;
  }

  .yellow_color_bg {
    background: #FFF087;
    border-radius: 50px;
    /*border: 1px solid #000 !important;*/
    color: #000;
    font-weight: 600 !important;
  }

  .blue_color_bg:hover {
    background: #000;
    /* #005760; */
    border: none !important;
    color: #fff !important;
  }

  .yellow_color_bg:hover {
    background: #000;
    border: none !important;
    color: #FFF087;

  }

  .cta_section.custom_cta_select {
    margin: 25px 0;

  }

  .custom_cta_select .image_section {
    top: 28px;
  }

  .custom_cta_select .content_section {
    padding: 1% 0;
  }

  .custom_cta_select h3 {
    font-weight: 700;
    padding-bottom: 0px;
    font-size: 34px;
    line-height: 1.4;

  }

  #doctor_referral .image_section,
  #medical_certificate .image_section {
    width: 87%;
  }

  #pharmacy_delivery img.image_section {
    top: 0;
    width: 58%;
  }

  #online_scripts .image_section {
    top: 21px;
    width: 100%;
  }

  .custom_cta_select.e-con-inner {
    width: 100%;
  }


  @media screen and (min-width: 1368px) {
    .container-sec .e-con-inner {
      width: 1100px;
      margin: auto;
    }

  }

  @media screen and (max-width: 1024px) {

    .e-con-inner.e-con>.e-con-inner {
      padding-left: 25px;
      padding-right: 25px;
      width: 95%;
    }

    .btn.button {
      padding: 15px 30px;
    }

    .cta_section {

      margin-top: 20px;
    }

    .cta_button_sec h2 {
      font-size: 26px;
    }

    #mhcp .image_section {
      width: 81% !important;
    }

    .blue_color_bg {
      padding: 10px 20px;
    }

    .cta_sction_block .image_section {
      width: 100%;
      top: 81px;
    }
  }

  @media screen and (max-width: 991px) {
    .banner_section h1 {
      font-size: 34px;
    }

    .container-sec .e-con-inner {
      width: 80%;
      margin: auto;
    }

    img.image_section {
      top: 45px;
    }

    .custom_cta_select.e-con-inner {
      width: 100%;
    }

    #mhcp .image_section {
      width: 78% !important;
    }

  }

  @media screen and (max-width: 768px) {
    .md-6 {
      width: 100% !important;
      float: none;

    }

    .banner_section h1 {
      font-size: 30px;
    }

    #mhcp .image_section {
      width: 50% !important;
      top: 0;
    }

    img.image_section {
      width: 56%;
      position: relative;
      top: 0;
    }

    .md-9,
    .md-3 {
      width: 100%;
      float: none;
      text-align: center !important;
    }

    .cta_sction_block .image_section {
      width: 100%;
      top: 0;
    }
  }

  @media screen and (max-width: 450px) {

    .banner_section h1,
    .related_article h1,
    .cta_button_sec h2 {
      font-size: 27px;
    }
    