<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Healthcare |</title>
	<atom:link href="https://www.streebo.com/tag/healthcare/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.streebo.com</link>
	<description></description>
	<lastBuildDate>Mon, 22 Jun 2026 09:05:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>A Leading Healthcare Provider Shortens IT Services Resolution Time with Streebo’s Mobile Ticketing App</title>
		<link>https://www.streebo.com/a-leading-healthcare-provider-shortens-it-services-resolution-time-with-streebos-mobile-ticketing-app/</link>
					<comments>https://www.streebo.com/a-leading-healthcare-provider-shortens-it-services-resolution-time-with-streebos-mobile-ticketing-app/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[Healthcare]]></category>
		<guid isPermaLink="false">http://www.streebo.com/?p=3152</guid>

					<description><![CDATA[<p>Rapidly expanding its footprint across the country, managing IT assets was getting increasingly difficult for our clients' IT team.  <a href="https://www.streebo.com/a-leading-healthcare-provider-shortens-it-services-resolution-time-with-streebos-mobile-ticketing-app/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/a-leading-healthcare-provider-shortens-it-services-resolution-time-with-streebos-mobile-ticketing-app/">A Leading Healthcare Provider Shortens IT Services Resolution Time with Streebo’s Mobile Ticketing App</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></description>
										<content:encoded><![CDATA[<!---Banner--->
<div class="owl-carousel owl-theme owl-loaded" id="section" style="height:100px; background:#333"> </div>
<!---Tabed Slider---> 

<!---Spotlight--->
<div class="full-section gry-bg">
  <div class="fixed-content p10"> 
  <span class="breadcrumb"><a href="/">Home</a>&nbsp;&nbsp;/&nbsp;&nbsp;<a href="/mobile-app-development/resources">Resources</a>&nbsp;&nbsp;/&nbsp;&nbsp;
<a href="/customers">Customers</a>     
      </span> 
  </div>
</div>
<div class="full-section Pearl-dark"  id="section2" style="background:#fff;">
  <div class="fixed-content">
    <div class="blockfull">
      <div class="block100 center">
        <h1>A Leading Healthcare Provider Shortens IT Services Resolution Time with Streebo’s Mobile Ticketing App</h1>
       <!--- <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2017/08/Leading-Healthcare-Provider-thumb.jpg" width="163" height="107"><br>
        <span class="nrmltxt"> Thanks for your interest. Please fill this form and get a free download of the case study.<br>  </span>---></div>     
      <div class="block100 p10">
        <div class="block100 form streeboFrm">
          <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" style="margin:auto; text-align:justify">
            
            <tr id="firstRow">
            <td width="50%" align="justify" valign="top" style="padding:10px" id="HideCont">Rapidly expanding its footprint across the country, managing IT assets was getting increasingly difficult for our clients&#8217; IT team. 
<br/><br/>
Learn how Streebo developed a Mobile Ticketing Application, a comprehensive, cross-platform app to ensure faster service resolution and raise various IT services requests, indents, and tickets to track assets and collect employee feedback, thus ensuring, assets availability at all time, uninterrupted services and optimum resource utilization.



</td>
 <td width="50%" align="left" valign="top" style="padding:10px">

<!----FEB Contact Form Script----> 
<script>
/**
 * This function will load all Streebo related files
 * @param callback 
 */
function StreeboFiles(callback) {
  var folderPath = window.configJSON.folderPath;
  if (window.configJSON.environment != "streebo") {
    loadjscssfile("js", folderPath + "/js/mobileforms.js", function () {
      loadjscssfile("js", folderPath + "/lib/dxa_resources.js", function () {
        if (!$) {
          loadjscssfile(
            "css",
            "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
          );
          loadjscssfile("js", "https://code.jquery.com/ui/1.12.1/jquery-ui.js");
        }
        loadjscssfile("css", folderPath + "/css/mobileforms.css",callback);
      });
    });
  }
}
/**
 * This function will load all css related files
 * @param filetype
 * @param filename 
 * @param callback 
 */
function loadjscssfile(filetype, filename, callback) {
  var host = window.configJSON.cb_host || window.configJSON.serverURL;
  filename = host + filename;
  if (filetype == "js") {
    var fileref = document.createElement("script");
    fileref.setAttribute("type", "text/javascript");
    fileref.setAttribute("src", filename);
    fileref.onload = function () {
      console.log("Streebo js loaded");
      if (typeof callback != "undefined") callback();
    };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  } else if (filetype == "css") {
    var fileref = document.createElement("link");
    fileref.setAttribute("rel", "stylesheet");
    fileref.setAttribute("type", "text/css");
    fileref.setAttribute("href", filename);
    fileref.onload = function () {
        console.log("Streebo css loaded");
        if (typeof callback != "undefined") callback();
      };
    document.getElementsByTagName("head")[0].appendChild(fileref);
  }
}

window.configJSON = {};
window.configJSON.serverURL = "https://production.streebo.com";
window.configJSON.folderPath = "/chatbot-services/Streebo";

StreeboFiles(function () {
  window.configJSON = {};
  window.configJSON.serverURL = "https://production.streebo.com";
  window.configJSON.cb_host = "https://production.streebo.com";
  window.configJSON.MFRestServiceURL = "https://production.streebo.com";
  MFWrapper.loadForms(undefined, undefined, function (response) {
    window.FEBPageCallWithOptions({
      appId: "d69bddc6-3086-404f-8e1d-533065a5b456",
      formId: "F_Streebo_Case_Studies",
      divId: "FEB_Streebo_Case_Studies",
    });
  });
});

</script>



<style>

#CustomePageMask {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    top: 0;
}

#CustomePageMask .loading {
    margin: -25px 0 0 -25px;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #415cf4 ;
    border-top: 3px solid #415cf4 ;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    -webkit-animation: spin .6s infinite linear;
    -moz-animation: spin .6s infinite linear;
    -ms-animation: spin .6s infinite linear;
    -o-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}

#CustomePageMask #maskMsg {
    color: #2bb6f6;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
	
label {
    display: none !important;
}
	
	.owl-carousel-ONE .owl-item img{ width: 100% !important; height: 100% !important}	
	
	
	@media only screen and (max-width:768px) {
	
	.owl-carousel-ONE .owl-item {
   height: 870px !important;
max-height: inherit !important;
		}
	}
	
	@media only screen and (min-width:769px) {
		.owl-carousel-ONE .owl-item {    	
		height:590px !important; max-height: inherit !important;}
	}
	
	
	#secondRow{display: none}
</style>




<div class="form p20 streeboFrm intractiveForm" id="FEB_Streebo_Case_Studies"> 
<div class="mask" id="CustomePageMask" style="display: block;"><div class="loading"></div><p id="maskMsg"></p></div>          
</div>
<!---[contact-form-7 id="239"  title="customers Form"]--->



 
</td>
            </tr>
            
           <tr id="secondRow">
              <td colspan="2"><h2 style="font-size:20px; margin:0; padding:0;"> You can now download the case study. Thanks for your Interest.</h2>
                <div id="loader"></div>
                <div id="" style="text-align:center">
                Thanks for your interest in our case study.
        <form action="http://www.streebo.com/PDF/Leading-Healthcare-Provider.pdf" method="get">
        <button type="submit" name="submit" class="submit-btn" style="background:#38b3e4; margin:10px auto !important; 
        width:100%; max-width:150px" onClick="ga('send', 'event', 'download', 'click', 'case study download', '1');" />Download File</button>
                  </form>
                  
                  <script>
 function downloadme(x){
    winObj = window.open(x,'','left=10000,screenX=10000');
    winObj.document.execCommand('SaveAs','null','download.pdf');
    winObj.close();
 }
 </script>
<h3 class="" style="text-decoration:underline; margin:20px 0"><strong> More Customer Stories </strong></h3>
        <div class="block25 p10 center">
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/09/img1-1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/gen-ai-agent-transform-ngo-engagement/"><h4 class="left">Gen AI Agent Transform NGO Engagement</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/08/How-a-Google-AI-Powered-AI-Agent-Helped.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/ai-agent-travel-support-automation-case-study/"><h4 class="left">AI Agent Travel Support Automation Case Study</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/employee-ai-agent-solution/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/07/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/employee-ai-agent-solution/"><h4 class="left">Employee AI Agent Solution</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/02/Digital_OilGas.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/fortune-500-oil-and-gas-major-selects-streebo-dx-accelerator-to-transform-their-enterprise-data-collection/"><h4 class="left">Fortune 500 Oil and Gas major selects transform their enterprise data collection</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20201.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/worlds-leading-bank-optimizes-its-customer-engagement-with-a-multi-channel-wealth-management-solution-using-streebos-banking-suite-2/"><h4 class="left">World’s Leading Bank Optimizes its Customer Engagement with a Multi-Channel Wealth Management Solution using Streebo’s Banking Suite.</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2025/01/img1.png " class="img-responsive"/></a>
<a href="https://www.streebo.com/investment-agency-chatbot-case-study/"><h4 class="left">IBM Watson &#038; Generative AI-Powered Chatbot for National Investment Promotion Agency</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/03/Case-Study-Housing-Finance-thumb.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/leading-housing-finance-company-digitally-transforms-its-deposit-sourcing-operations-with-streebo-dx-accelerator/"><h4 class="left">Leading Housing Finance Company digitally transforms its deposit sourcing operations</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2020/07/casestudy20203.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/streebo-helped-a-leading-asian-insurer-develop-a-customer-assist-portal-for-policy-purchase-2/"><h4 class="left">Streebo helped a leading Asian Insurer develop a Customer Assist Portal for Policy Purchase</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/banking-crm-app/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2016/09/Banking-CRM-App-blog.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/banking-crm-app/"><h4 class="left">Southern African Banking Giant empowers its sales advisors and positions itself as innovator with Streebo!</h4></a>
</div>
 <div class="block25 p10 center">
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"> <img decoding="async" src="https://www.streebo.com/wp-content/uploads/2018/05/Chatbot-on-Facebook.jpg " class="img-responsive"/></a>
<a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/"><h4 class="left">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</h4></a>
</div>
 
</div>
</td>
            </tr>
          </table>
        </div>
      </div>
      <div class="specer"></div>
      <div class="specer"></div>
    </div>
  </div>
</div><p>The post <a href="https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/">Streebo helps Medium sized co-operative credit society to transform their customer service by building a Chatbot on Facebook Messenger</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.streebo.com/medium-sized-co-operative-credit-chatbot-case-study/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dental Clinic Case Study: Enhancing Patient Experience with AI Chatbot</title>
		<link>https://www.streebo.com/dental-clinic-case-study-enhancing-patient-experience-with-ai-chatbot/</link>
					<comments>https://www.streebo.com/dental-clinic-case-study-enhancing-patient-experience-with-ai-chatbot/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 14 Apr 2025 09:05:00 +0000</pubDate>
				<category><![CDATA[Customers]]></category>
		<category><![CDATA[dental]]></category>
		<category><![CDATA[Healthcare]]></category>
		<category><![CDATA[Insurance]]></category>
		<guid isPermaLink="false">https://www.streebo.com/?p=26128</guid>

					<description><![CDATA[<p>Our client, US Dental, is one of the leading dental clinics known for its exceptional dental care services. With experts from the United States, US Dental is at the forefront of providing high-end treatments such as dental implants and cosmetic dentistry. Renowned for their commitment to excellence and patient-centric care, they ensure top-tier dental services tailored to individual needs.<br />
 <a href="https://www.streebo.com/dental-clinic-case-study-enhancing-patient-experience-with-ai-chatbot/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://www.streebo.com/dental-clinic-case-study-enhancing-patient-experience-with-ai-chatbot/">Dental Clinic Case Study: Enhancing Patient Experience with AI Chatbot</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></description>
										<content:encoded><![CDATA[<link rel="stylesheet"
    href="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/style_02.css">
<!---Banner--->
<style>
body{color:#000 !important}
    .p10 {
        padding-left: 0px;
    }

    .pt {
        padding: 20px 0px;
    }

   @media (max-width: 430px) {
    .bg-img2 a {
        top: 19rem;
    }
.bg-img2 p {
       
        line-height: normal;}
}
.bg-img2 {
    height: 470px;}
    .boxhover1 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .chat-blockk1 {
        margin-left: 40px;
    }

    .org-hoverShade {
        height: 240px;
    }

    .rectangle_bg {
        background: #edf2ff url(https://streebo.yaalim.org/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/Agent-with-ChatGPT-angle/alerticone.png) no-repeat 20px;
        border-left: 3px solid #407BFF;
        padding: 30px;
        display: block;
        margin: auto;
        min-height: 82px;
    }

    /* FAQ Accordion styles */
    .faq input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

    .faq .row {
        display: flex;
    }

    .faq .row .col {
        flex: 1;
    }

    .faq .tabs-faq {
        border-radius: 8px;
        overflow: hidden;
    }

    .faq .tab-faq {
        width: 100%;
        color: white;
        overflow: hidden;
    }

    .faq .tab-label-faq {
        display: flex;
        justify-content: space-between;
        padding: 1em;
        background: #fff;
        font-weight: 600;
        cursor: pointer;
        color: #000;
        /* Icon */
    }

    .faq .tab-label-faq:hover {
        background: #e5e5e5;
    }

    .faq .tab-label-faq::after {
        content: "❯";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all 0.35s;
    }

    .faq .tab-content-faq {
        max-height: 0;
        padding: 0 1em;
        color: #000;
        background: #eaefff;
        transition: all 0.35s;
    }

    .faq .tab-faq .tab-content-faq::first-child {
        background: yellow;
    }

    .faq .tab-close-faq {
        display: flex;
        justify-content: flex-end;
        padding: 1em;
        font-size: 0.75em;
        background: #2c3e50;
        cursor: pointer;
    }

    .faq .tab-close-faq:hover {
        background: #1a252f;
    }

    .faq input:checked+.tab-label-faq {
        background: #dde4f9;
        color: #000;
    }

    .faq input:checked+.tab-label-faq::after {
        transform: rotate(90deg);
    }

    .faq input:checked~.tab-content-faq {
        max-height: 100vh;
        padding: 1em;
    }
</style>

<style>
    @media (min-width:0px) and (max-width:767px) {
        .swip {
            display: flex;
            flex-direction: column;
        }

        .items1 {
            order: 2
        }

        .items2 {
            order: 1
        }

        .org-hoverShade {
            height: auto;
        }

        .boxHover3 {
            display: block !important
        }

        .boxHover11 {
            display: inherit !important;
        }
    }

    .border-orange {
        position: relative;
        display: block;
        width: 70px;
        height: 5px;
        background: #FC621E;
        margin: auto;
        display: block;
        border-radius: 3px
    }


    .animate-border {
        position: relative;
        display: block;
        width: 70px;
        height: 5px;
        background: #FC621E;
        margin: auto;
        display: block;
        border-radius: 3px
    }

    .animate-border::after {
        position: absolute;
        content: "";
        width: 35px;
        height: 5px;
        left: 2%;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }

    @-webkit-keyframes animborder {
        0% {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }

        100% {
            -webkit-transform: translateX(70px);
            transform: translateX(70px);
        }


    }

    .marginNone {
        margin: inherit !important
    }

    .iconsize img {
        width: 55px;
        height: 55px;
    }




    .dFlexRoll {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
    }

    .Numblock {
        color: #407BFF;
        font-size: 38px;
        display: block;
        margin-right: 20px;
        font-weight: bold;
        font-family: 'Poppins-Bold' !important;
    }

    .list-icon02 li {
        font-size: 16px !important;
        list-style: lower-alpha;
        margin: 15px 3% !important;
        float: left;
    }

    .list-icon03 li {
        font-size: 16px !important;
        list-style: outside auto;
        margin: 18px 3% !important;
        padding: 2px 20px;
    }

    .list-icon02 li::marker {
        color: #407BFF;
        font-weight: bold;
    }

    .list-icon03 li::marker {
        color: #407BFF;
        font-weight: bold;
    }

    .QueteBlock {
        text-align: center;
        background: #0E4894;
        border-radius: 20px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
        padding: 60px 20px;
        position: relative;
        z-index: 2
    }

    .QueteBlock2 {
        border: 3px solid #1E76E9;
        position: absolute;
        top: 39px;
        z-index: 1;
        left: 55px;

        height: 85%;
        width: 95%;
        border-radius: 20px;
    }

    .QueteBlock h4 {
        font-size: 22px;
        color: #fff;
        line-height: normal
    }

    .DicFlex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
    }






    .boxHover2 {
        border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
        background: #fff;
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
        margin: 0;
        border: 2px solid #fff;
        transition: border-color 1s ease;
        border: 2px solid #407BFF
    }

    .boxHover2:hover {
        border: 2px solid #B3B3B3
    }


    .boxHover3 {
        border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
        background: #fff;
        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 30px;
        margin: 10px 0;
        border: 2px solid #fff;
        transition: border-color 1s ease;
    }

    .boxHover3:hover {
        border: 2px solid #407BFF
    }

    .boxHover3 strong {
        margin: 0 0 10px 0;
        display: inline-block;
    }

    .boxHover4 {
        border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
        background: #fff;
        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
        margin: 10px 0;
        border: 2px solid #fff;
        transition: border-color 1s ease;
    }

    .boxHover4:hover {
        border: 2px solid #407BFF
    }


    .boxHover5 {
        border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
        background: #fff;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 30px;
        margin: 10px 0;
        border: 2px solid #fff;
        transition: border-color 1s ease;
        flex-wrap: nowrap;
        min-height: 370px
    }

    .boxHover5:hover {
        border: 2px solid #407BFF
    }

    .boxHover6 {
        border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
        background: #fff;
        padding: 30px;
        margin: 10px 0;
        border: 2px solid #fff;
        transition: border-color 1s ease;
        min-height: 340px;
    }

    .boxHover6:hover {
        border: 2px solid #407BFF
    }


    .boxHover7 {
        border-radius: 4px;
        border-radius: 4px;
        background: #fff;
        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
        margin: 10px 0;
        border: 2px solid #fff;
        transition: border-color 1s ease;
    }

    .boxHover7:hover {
        border: 2px solid #407BFF
    }

    .boxHover8 {
        border-radius: 15px;
        box-shadow: 0 0 20px 12px rgb(0 0 0 / 5%);
        background: #fff;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
        margin: 10px 0;
        border: 2px solid #fff;
        transition: border-color 1s ease;
    }

    .boxHover8 strong {
        margin: 10px 0 10px 0;
        display: inline-block;
    }

    .boxHover8:hover {
        border: 2px solid #FC4F02
    }

    .boxHover9 {
        border-radius: 4px;
        border-radius: 4px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
        background: #fff;
        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 30px;
        margin: 15px 0;
        border: 2px solid #407BFF;
        transition: border-color 1s ease;
    }

    .boxHover9:hover {
        border: 2px solid #ccc
    }

    .boxHover10 {
        border-radius: 15px;
        box-shadow: 0 0 20px 12px rgb(0 0 0 / 5%);
        background: #fff;
        display: flex;
        flex-direction: row;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding: 20px;
        margin: 10px 0;
        border: 2px solid #fff;
        transition: border-color 1s ease;
        min-height: 220px
    }

    .boxHover10:hover {
        border: 2px solid #FC4F02
    }

    .boxHover11 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        align-items: center;
    }



    .Button_BG {
        max-width: 450px !important;
    }


    .listBlog2 {
        max-width: 1030px;
        background: red;
        display: block;
        margin: auto !important;
    }

    .listBlog2 li {
        font-size: 16px !important;
        list-style-image: url(https://www.streebo.com/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/Voice-Bot/icon19.png);
        margin: 15px 40px !important;
        width: 24%;
        float: left;
        font-weight: 600;
    }







    .list-icon li {
        font-size: 16px !important;
        list-style-image: url(https://www.streebo.com/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/Banking-Chatbot-Blog-page/Banking-Chatbot-Blog-img13.png);
        margin: 15px 3% !important;
        float: left;
    }

    .iconList {
        margin: 0 20px
    }

    .iconList li {
        margin: 20px 0;
        font-weight: 700;
        list-style: square
    }

    .iconList li img {
        margin-right: 13px;
    }


    .listBlog li {
        list-style: none;
        margin: 15px !important;
    }

    .listBlog li::before {
        content: "\2022";
        color: #f16139;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
        font-size: 30px;
        top: 4px;
        position: relative;
    }

    ul.listBlog {
        margin: 30px 20px;
    }

    .BlueBg {
        background: url(https://www.streebo.com/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/Chatbot-Integration-with-SMS/bg2.png);
        background-size: cover;
        background-repeat: no-repeat;
    }



    .ctaBg {
        background: url(https://www.streebo.com/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/Roll-out-a-bot/bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px
    }

    .bannerBgBlog {
        background: url(https://www.streebo.com/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/ROI-of-a-bot/bg.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        min-height: 550px;
        background-position: center;
    }

    .bgblock1 {
        background: url(https://www.streebo.com/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/ChatGPT/bg2.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bannerBgBlog2 {
        background: url(https://www.streebo.com/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/ChatGPT/bg3.jpg) #f4f7fc;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mt200 {
        margin-top: 280px;
    }

    .Arrowicon {
        background: #fff;
        border-radius: 50%;
        margin-left: 6px;
    }

    .calltoaction {
        position: relative;
        top: 80px;
        left: 30px;
    }


    @media (min-width:0px) and (max-width:767px) {

        .mt200 {
            margin-top: 0px !important;
        }

        .bannerBgBlog {
            background: url(https://www.streebo.com/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/ROI-of-a-bot/bg.png);
            background-size: cover;
            background-repeat: no-repeat;
            min-height: 510px !important;
        }

        .calltoaction {
            position: relative;
            top: 0px !important;
            left: 0px !important;
        }

    }

    /*****New Update Add Trasted by 16 March 2022*******/
    .streeboFrm .wpcf7-form-control-wrap {
        float: left;
        width: 100%;
    }

    .connectBtn {
        border-radius: 24px;
        background-color: #407BFF;
        width: auto;
        padding: 10px 20px;
        font-size: 16px;
        color: #fff;
        margin-top: 24px;
        box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    }

    .connectBtn-Orange {
        border-radius: 24px;
        background-color: #FC4F02;
        width: auto;
        padding: 10px 20px;
        font-size: 16px;
        color: #fff;
        margin-top: 24px;
        box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    }

    .streeboFrm .wpcf7-form-control {
        border-color: currentcolor currentcolor #d9d9d9 !important;
        border-style: none none solid;
        border-width: medium medium 1px;
        font-size: 17px !important;
        padding: 19px !important;
        width: 100% !important;
        border-radius: 10px;
    }

    .form span {
        padding: 15px 15px 15px 0
    }

    .streeboFrm .submit-btn {
        background: #415cf4 none repeat scroll 0 0;
        border: 1px solid #cecece;
        border-radius: 38px !important;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: "LatoWeb" !important;
        font-size: 18px !important;
        margin: 20px auto !important;
        padding: 13px !important;
        transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        width: 220px !important;
    }

    .streeboFrm .submit-btn:hover {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #415cf4;
        border-radius: 38px !important;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
        color: #415cf4;
        cursor: pointer;
        display: block;
        font-family: "LatoWeb" !important;
        font-size: 18px !important;
        margin: 20px auto !important;
        padding: 13px !important;

        transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        width: 220px !important;
    }

    .streeboFrm .wpcf7-textarea {
        height: auto !important;
    }

    .g-recaptcha {
        border: none !important;
    }

    .g-recaptcha div {
        margin: auto;
    }

    .socialicon {
        font-size: 24px;
        color: #ccc;
        font-size: 25px;
        padding: 0 10px;
    }

    .socialicon:hover {
        font-size: 24px;
        color: #7b7f80;
        font-size: 25px;
        padding: 0 10px;
    }


    .owl-Trusted .owl-item img {
        min-height: auto !important;
        filter: grayscale(100%);
    }

    .owl-Trusted {
        min-height: inherit;
    }


    .bullet {
        display: flex;
        width: auto;
        justify-content: center;
    }

    .bullet li {
        float: left;
        margin-right: 20px
    }

    .bullet li::before {
        content: "•";
        color: #fff;
        display: inline-block;
        width: 30px;
        margin-left: 0;
        font-size: 30px;
        line-height: normal;
        top: 5px;
        position: relative;
    }


    .hoverShade {
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 59px 30px 35px;
        min-height: 230px;
        border: 2px solid #fff;
    }

    .hoverShade:hover {
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 59px 30px 35px;
        min-height: 230px;
        border: 2px solid #236be9
    }


    /*****End New Update Add Trasted by 16 March 2022*******/
</style>

<style>
    img.hvr-grow.active {
        transform: scale(1.3);
    }


    .block100 .list li {
        font-size: 16px !important
    }

    .block20 {
        width: 20%;
        float: left
    }

    .block40 {
        width: 40%;
        float: left
    }

    .btngrd {
        background: #f57043;
        border: none !important;
        padding: 11px;
    }

    .btngrd:hover {
        background: #d4572c;
    }

    .orangebtn:hover {
        color: #f57043;
    }

    .orangebtn {
        border: none !important;
        width: 250px;
        background: #f57043;
    }

    .block47 {
        width: 47% !important;
        margin: 10px;
        box-shadow: 4px 4px 20px 0px rgba(64, 145, 241, 0.2);
        float: left;
    }

    .Assethover {
        transition: 0.3s ease-in-out;
        border-radius: 50px;
    }

    .border:after {
        content: " ";
        height: 62px;
        width: 1px;
        background: #e3e3e3;
        position: absolute;
        top: -1px;
        left: -16px;
    }

    @media (min-width:768px) and (max-width:1280px) {
        .stlblk {
            background: #f5f5f8;
            margin-top: 50px;
            width: 100%;
            padding: 10px;
            min-height: 100%;
            position: relative !important;
        }
    }

    @media (min-width:768px) {
        .stlblk {
            background: #f5f5f8;
            margin-top: 60px;
            position: absolute;
            right: 0px;
            z-index: 1;
            width: 54%;
            padding: 0px 0px 0px 100px;
            min-height: 80%;
        }

        .blocktabcont2 {
            box-shadow: 0 10px 17px -6px rgb(0 0 0 / 30%);
            background: #fff !important;
            padding: 20px;
            width: 48%;
            min-height: 540px;
            float: left;
            border-radius: 10px;
            margin: 1%;
        }

        .blocktabcont1 {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
            box-shadow: none;
            width: 50%;
            float: left
        }

        .w3-bar-block .w3-bar-item {
            border: medium none;
            display: block;
            float: inherit;
            font-size: inherit !important;
            min-height: inherit;
            outline: 0 none;
            padding: inherit;
            text-align: left;
            white-space: normal;
            width: 80%;
            border-radius: 10px;
        }

    }

    .footerbtn .submit-btn-lp-new {
        border-radius: 3px !important;
        color: #fff !important;
        cursor: pointer;
        font-size: 16px !important;
        height: 60px !important;
        padding: 20px !important;
        text-shadow: none;
        transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
        width: 100% !important;
        text-transform: uppercase;
        margin: 0 4px !important;
        max-width: 300px
    }

    .footerbtn .submit-btn-lp-new:hover {
        border-radius: 6px !important;
        height: 60px !important;
        padding: 20px !important;
        border-radius: 0 !important;
        color: #fff !important;
        width: 100% !important;
        text-transform: uppercase;
        margin: 0 4px !important;
        max-width: 300px
    }

    .block20 {
        width: 20%;
        float: left;
        height: auto
    }

    .nrmltxt14 {
        color: #454545;
        font-size: 16px;
        line-height: normal;
    }

    .nrmltxt13 {
        color: #616163;
        font-size: 14px;

        line-height: normal;
    }

    .height100 {
        min-height: 155px
    }

    .owl-Benifit {
        height: 316px !important
    }

    .owl-carousel .owl-item video {
        display: block;
        transform-style: preserve-3d;
        width: 100%;
    }

    .youtube {
        margin: 0 auto 30px;
        position: relative;
        padding-top: 51.25%;
        overflow: hidden;
        cursor: pointer;
        max-width: 876px;
        background: #000;
    }

    .youtube img {
        width: 100%;
        top: 0%;
        left: 0;
    }

    .youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }

    .youtube .play-button:before {
        content: "";
        border-style: solid;
        border-width: 15px 0 15px 26.0px;
        border-color: transparent transparent transparent #fff;
    }

    .youtube img,
    .youtube .play-button {
        cursor: pointer;
    }

    .youtube img,
    .youtube iframe,
    .youtube .play-button,
    .youtube .play-button:before {
        position: absolute;
    }

    .youtube .play-button,
    .youtube .play-button:before {
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

    .youtube iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .imgicon {
        display: block;
        width: 100%;
        float: left;
        text-align: right;
        padding: 10px 0
    }

    .txticn {
        display: block;
        width: 100%;
        float: left;
        text-align: left;
        color: #454545;
        font-weight: bold;
        padding: 30px 0 0 0
    }

    .icnblk {
        background: #FFF;
        border-radius: 7px;
        width: 100%;
        height: auto;
        padding: 10px 20px;
        float: left;
        -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.16);
    }

    .iconbg {
        background: url(https://www.streebo.com/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/Banking_New/Banking_Overview-bg.png) no-repeat scroll 80% 152% / 47% auto
    }

    .owl-Modules {
        height: auto
    }

    .owl-Modules .owl-item img {
        margin: auto;
        transition-duration: 1s;
        transition-property: filter;
        width: 220px !important;
    }

    .owl-Modules h4,
    .owl-Modules span {
        display: none;
        visibility: hidden
    }

    .owl-Modules .owl-item {
        min-height: 600px !important;
        height: 600px;
    }

    .owl-Modules .center h4,
    .owl-Modules .center span {
        visibility: visible !important;
        display: block !important
    }

    .owl-Modules .center .item {
        left: -53px;
        max-width: 550px;
        position: relative;
        text-align: center;
        width: 440px;
        z-index: 100
    }

    .owl-Modules .owl-controls {
        bottom: 10px !important;
    }

    .owl-Modules .center img {
        filter: grayscale(0%) !important;
        transition: all 0.8s ease 0s;
        width: 70% !important;
        opacity: 1 !important;
        margin-top: 0px !important;
        margin-bottom: 20px;
        box-shadow: 0 4px 19px 0 rgba(227, 239, 253, 0.8);
    }

    .owl-Modules .owl-item img {
        filter: grayscale(100%);
        opacity: 0.5;
        margin-top: 80px;
        width: 50%;
    }

    .owl-Modules .owl-stage .center h3 {
        color: #4091f1 !important;
        font-family: "LatoWebBold";
        font-size: 20px !important;
        display: block !important
    }

    .owl-Modules .owl-item .moreIcon img {
        display: none
    }

    .owl-Modules .owl-item h3 {
        display: none
    }

    .owl-Modules .center .moreIcon img {
        width: 30px !important;
        height: 30px !important;
        display: block !important
    }

    .owl-Modules .owl-nav .owl-prev {
        display: block !important;
        float: left;
        position: relative;
        left: -244px !important;
        top: -225px !important;
    }

    .owl-Modules .owl-nav .owl-next {
        display: block !important;
        float: right;
        position: relative;
        right: -244px !important;
        top: -225px !important;
    }

    .owl-Process .owl-nav .owl-prev {
        display: block !important;
        float: left;
        position: relative;
        left: -280px !important;
        top: -185px !important;
    }

    .owl-Process .owl-nav .owl-next {
        display: block !important;
        float: right;
        position: relative;
        right: -280px !important;
        top: -185px !important;
    }

    .owl-Process .owl-item {
        padding: 30px
    }

    .owl-Process .owl-item img {
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
        display: inline-block !important;
        width: 95% !important;
    }




    .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        background: none !important;
    }

    .owl-theme .owl-controls .owl-nav:hover [class*="owl-"] {
        background: none !important;
    }

    .moreIcon {
        display: inline-block !important;
        height: 30px !important;
        margin-top: 20px;
        visibility: visible !important;
        width: 30px !important;
    }

    .overImg {
        left: 26%;
        margin: auto;
        position: absolute;
        top: -50px;
    }

    .margin30top {
        margin-top: 30px
    }

    .contentset {
        position: relative;
        top: 13px;
    }

    .career-btn3:hover {
        background: #ff867a !important;
    }

    .leftcol {
        float: left !important;
        display: inline-block
    }

    .rightcol {
        float: right !important;
        display: inline-block
    }


    @media (min-width:0px) and (max-width:767px) {



        .block40 {
            width: 100% !important;
            float: left
        }

        .maximg150 {
            max-width: 150px
        }

        .block25 {
            margin: 0px auto;
            width: 100% !important
        }

        .block75 {
            text-align: center;
        }

        .mobpad {
            padding: 5px 0px !important;
        }

        .leftcol {
            float: none !important;
            display: inline-block
        }

        .rightcol {
            float: none !important;
            display: inline-block
        }

        .mobset h2 {
            margin: 0px !important;
        }









        .mobres img {
            padding-bottom: 40px !important;
        }

        .moblinehight span {
            line-height: 24px !important;
        }

        .moblinehight li {
            display: inline-flex;
        }

        .mobres span {
            display: table !important;
        }

        .block47 {
            width: 100% !important;
            margin: 0px 0px 20px 0px !important;
        }

        .bannre-title {
            top: 12%;
        }

        .mobwidth {
            width: 50% !important;
        }

        .mobfont {
            font-size: 23px !important;
        }

        .overImg {
            margin: auto !important;
            position: relative !important;
            left: inherit;
            top: inherit
        }

        .margin30top {
            margin-top: 0 !important
        }

        .border:after {
            display: none !important;
        }

        .mobset strong {
            line-height: 25px !important;
        }

        .mobhide {
            display: none !important;
        }

        .minh150 {
            min-height: 50px !important
        }

        .minh150 img {
            padding-bottom: 10px !important
        }

        .block20 {
            width: 50%;
            float: left;
            height: auto
        }

        .btn,
        .btnlink {
            width: 210px !important;
        }

        .owl-Modules .owl-item img {
            margin: auto;
            transition-duration: 1s;
            transition-property: filter;
            width: 300px !important;
        }

        .owl-Modules .owl-item {
            min-height: 440px !important;
            height: 440px;
        }

        .owl-Modules .center img {
            filter: grayscale(0%) !important;
            transition: all 0.8s ease 0s;
            width: 230px !important;
            opacity: 1 !important;
        }

        .owl-Modules .owl-nav .owl-prev {
            display: block !important;
            float: left;
            position: relative;
            left: -64px !important;
            top: -225px !important;
        }

        .owl-Modules .owl-nav .owl-next {
            display: block !important;
            float: right;
            position: relative;
            right: -64px !important;
            top: -225px !important;
        }

        .topnone {

            padding-top: 0px !important;
        }

        .blockfull h2,
        .blockfull h1 {
            font-size: 36px;
        }


        .owl-item h1 {
            padding: 1% 0 0 0;
            min-height: 25px;
        }

        .owl-item:first-child span {
            display: inherit;
            visibility: visible;
        }

    }



    .minh150 {
        min-height: 150px
    }

    .minh100 {
        min-height: 110px
    }

    .minh310 {
        min-height: 500px
    }

    @media screen and (max-width: 760px) {
        .iconbg {
            background: url(https://www.streebo.com/wp-content/themes/streebo/https://www.streebo.com/wp-content/themes/streebo/images/eCommerce: with Generative AI angle/Banking_New/Banking_Overview-bg.png) no-repeat scroll 0% 50% / 100% auto
        }



    }

    .hvr-grow {
        transform: translateZ(0);
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        transition-duration: 0.3s;
        transition-property: transform;
    }

    .hvr-grow:hover,
    .hvr-grow:focus,
    .hvr-grow:active {
        transform: scale(1.1);
    }


    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        /* position relative and z-index fix webkit rendering fonts issue */
        position: relative;
        z-index: 1;
    }

    .owl-carousel .owl-stage {
        position: relative;


        -ms-touch-action: pan-Y;
    }

    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        max-height: 480px !important;
    }

    .owl-carousel .owl-item img {
        min-height: 160px
    }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: none;
    }

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

    /* No Js */
    .no-js .owl-carousel {
        display: block;
    }

    .ptm {
        padding: 15px 20px;
    }

    @media screen and (max-width: 760px) {

        .avatar,
        .avatar2 {
            display: none !important
        }

    }

    .avatar {
        overflow: hidden;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite;
    }

    @keyframes float {
        0% {
            transform: translatey(0px) rotate(0deg);
        }

        25% {
            transform: translatey(-50px) rotate(90deg);

        }

        50% {
            transform: translatey(-50px) rotate(180deg);

        }

        75% {
            transform: translatey(-50px) rotate(280deg);

        }

        100% {
            transform: translatey(0px) rotate(360deg);

        }
    }

    .avatar2 {
        overflow: hidden;
        transform: translatey(0px);
        animation: float2 6s ease-in-out infinite;
    }

    @keyframes float2 {
        0% {
            transform: translatey(0px);
        }

        50% {
            transform: translatey(-50px);

        }

        100% {
            transform: translatey(0px);

        }
    }

    .shape1 {
        overflow: hidden;
        transform: translatey(0px);
        /**animation: shape1 6s ease-in-out infinite;**/
    }

    @keyframes shape1 {
        0% {
            transform: translatey(0px);
        }

        50% {
            transform: translatey(-50px);

        }

        100% {
            transform: translatey(0px);

        }
    }

    .shape2 {
        overflow: hidden;
        transform: translatey(0px);
        /**animation: myAnim 2s ease-in 1s infinite normal forwards;**/
    }


    @keyframes myAnim {
        0% {
            transform: translate(0);
        }

        10% {
            transform: translate(-2px, -2px);
        }

        20% {
            transform: translate(2px, -2px);
        }

        30% {
            transform: translate(-2px, 2px);
        }

        40% {
            transform: translate(2px, 2px);
        }

        50% {
            transform: translate(-2px, -2px);
        }

        60% {
            transform: translate(2px, -2px);
        }

        70% {
            transform: translate(-2px, 2px);
        }

        80% {
            transform: translate(-2px, -2px);
        }

        90% {
            transform: translate(2px, -2px);
        }

        100% {
            transform: translate(0);
        }
    }

    .shape3 {
        overflow: hidden;
        transform: translatey(0px);
        /**animation: shape3 6s ease-in-out infinite;**/
    }

    @keyframes shape3 {
        0% {
            transform: translatey(0px);
        }

        50% {
            transform: translatey(-50px);

        }

        100% {
            transform: translatey(0px);

        }
    }



    .myAnim2 {
        overflow: hidden;
        animation: fadein 2s;
        -moz-animation: fadein 2s;
        /* Firefox */
        -webkit-animation: fadein 2s;
        /* Safari and Chrome */
        -o-animation: fadein 2s;
        /* Opera */

    }




    @keyframes fadein {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-moz-keyframes fadein {

        /* Firefox */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadein {

        /* Safari and Chrome */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @-o-keyframes fadein {

        /* Opera */
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }





    .myAnim0 {
        overflow: hidden;
        transform: translatey(0px);
        animation: myAnim2 2s ease 0s normal forwards;
    }

    @keyframes myAnim2 {

        0%,
        100% {
            transform: rotate(0deg);
            transform-origin: 50% 100%;
        }

        10% {
            transform: rotate(2deg);
        }

        20%,
        40%,
        60% {
            transform: rotate(-2deg);
        }

        30%,
        50%,
        70% {
            transform: rotate(2deg);
        }

        80% {
            transform: rotate(-2deg);
        }

        90% {
            transform: rotate(2deg);
        }
    }
</style>

<style type="text/css">
    .bgblock-blue {
        width: 60%;
        background: #415cf4;
        position: absolute;
        height: 61%;
        right: 0;
        top: 175px;
    }

    .brdrblock-white {
        width: 40%;
        background: none;
        position: absolute;
        height: 45%;
        right: 18%;
        top: 347px;
        border: 9px solid #fff;
        border-bottom: none;
        border-left: none;
    }

    .tabscreen .hvr-grow:focus {
        transform: scale(1.1);
    }

    .shape1 {
        position: absolute;
        top: 10px;
        right: 10%;
        z-index: 1
    }

    .shape2 {
        position: absolute;
        top: 130px;
        right: 16%;
        z-index: 2
    }

    .shape3 {
        position: absolute;
        top: 70%;
        right: 50%;
        z-index: 3
    }

    @media (min-width:0px) and (max-width:768px) {
        .bgblock-blue {
            width: 60%;
            background: #415cf4;
            position: absolute;
            height: 26% !important;
            right: 0;
            top: 175px;
        }

        .brdrblock-white {
            width: 40%;
            background: none;
            position: absolute;

            height: 8% !important;
            right: 18%;
            top: 347px;
            border: 9px solid #fff;
            border-bottom: none;
            border-left: none;
        }

        .shape2,
        .shape3 {
            display: none !important
        }

        .shape1 {
            position: absolute;
            top: 50%;
            right: 10%;
            z-index: 1
        }


    }
</style>

<style>
    .owl-carousel .owl-item img {
        margin: auto;
    }

    .owl-controls {
        bottom: -51px;
    }

    .iconfix {
        font-size: 20px;
        float: left;
        margin: 4px 20px;
    }

    .iconfix2 {
        font-size: 20px;
        float: left;
        margin: 4px 20px 50px;
    }

    .cardblock5 {
        background: #f9faff;
        padding: 50px;
        margin: 10px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    }

    .cardblock5 img {
        width: inherit !important;
        height: inherit !important
    }

    .Light-Blue .owl-carousel .owl-item img {
        min-height: inherit !important;
        width: 50px !important;
        height: auto !important;
    }
</style>

<style>
    .clintlogo .cardblock5 {
        background: #fff;
        padding: 20px;
        margin: 10px;
        https: //streebo.yaalim.org/wp-admin/admin.php?page=activity-log-page
            box-shadow: 4px 2px 9px 0px rgb(0 0 0 / 10%);
    }

    .clintlogo .cardblock5 img {
        width: inherit !important;
        height: inherit !important
    }

    .clintlogo .owl-carousel .owl-item img {
        min-height: inherit !important;
        width: unset !important;
        height: auto !important;
    }

    .clintlogo .hvr-grow {
        filter: grayscale(100%);
    }

    .clintlogo .hvr-grow:hover {
        filter: grayscale(0%);
    }
</style>

<style>
    .gridbtn {
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
        width: auto;
        padding: 8px;
        display: block;
        font-size: 15px;
        color: #000;
        max-width: 138px;
        margin-top: 12px;
    }

    .grid {
        position: relative;
        margin: 0 auto;
        padding: 1em 0 4em;
        list-style: none;
        text-align: center;
    }

    /* Common style */
    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        background: #007eff;
        text-align: center;
        cursor: pointer;
    }

    .grid figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid figure figcaption {
        padding: 10px;
        color: #fff;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .grid figure figcaption::before,
    .grid figure figcaption::after {
        pointer-events: none;
    }

    .grid figure figcaption,

    .grid figure figcaption>a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* Anchor will cover the whole item by default */
    /* For some effects it will show as a button */
    .grid figure figcaption>a {
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0;
    }

    .grid figure h2 {
        word-spacing: -0.15em;
        font-weight: 300;
    }

    .grid figure h2 span {
        font-weight: 800;
    }

    .grid figure h2,
    .grid figure p {
        margin: 0;
    }

    .grid figure p {}


    /*---------------*/
    /***** Bubba *****/
    /*---------------*/

    figure.effect-bubba {}

    figure.effect-bubba img {
        opacity: 1;
        -webkit-transition: opacity 1;
        transition: opacity 1;
    }

    figure.effect-bubba:hover img {
        opacity: 0.4;
    }

    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-bubba figcaption::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    figure.effect-bubba figcaption::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    figure.effect-bubba h2 {
        padding-top: 30%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    figure.effect-bubba p {
        padding: 10px;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    figure.effect-bubba:hover figcaption::before,
    figure.effect-bubba:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-bubba:hover h2,
    figure.effect-bubba:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
</style>


<div class="full-section">
    <div class="fixed-content">
        <div class="blockfull">
            <div class="block100 bg">
                <div class="block100 p20 center">
                    <h1 style="font-size: 36px">
                         Learn How a Leading Dental Clinic Transformed Patient Experience with Generative AI-Powered Healthcare Chatbot Solution
                    </h1>
                    <!-- <span class="line anim"></span> -->
                </div>
            </div>

            <!-- Banner section -->
            <div class="block100 p20 center main-banner">
                <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/Group_14077_Final.png"
                    alt="social" class="img-responsive" />
                <div class="block100 p20 left">
                    <div class="left" style="margin-bottom: 1rem">
                        <span class="" style="font-size: 22px; font-weight: bold">
                            <strong>KNOW OUR CLIENT</strong>
                        </span>
                    </div>

                    <span class="">
                        Our client, US Dental, is one of the leading dental clinics
                        known for its exceptional dental care services. With experts
                        from the United States, US Dental is at the forefront of
                        providing high-end treatments such as dental implants and
                        cosmetic dentistry. Renowned for their commitment to excellence
                        and patient-centric care, they ensure top-tier dental services
                        tailored to individual needs.
                    </span>
                </div>
            </div>

            <!-- Section 2 -->
            <div class="block100 p20 left section2">
                <h2 style="font-size: 36px">OUR CLIENT&#8217;S BUSINESS CHALLENGE</h2>
                <div class="blue-line"></div>
            </div>
            <div class="block100">
                <div class="block50 p20">
                    <span>
                        <div class="gap"></div>
                        Despite their prominence as a leading dental clinic, our client
                        encountered several challenges in optimizing patient
                        experiences:
                        <div class="gap"></div>
                        <div class="gap"></div>
                        <div class="gap"></div>
                    </span>
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_folderwithtick.png"
                            style="height: 70px; margin-right: 20px;" alt="icon" class="img-responsive"
                            style="padding-right: 20px; float: left" />
                        <span><strong>Manual Appointment Booking </strong><br />
                            <div class="gap"></div>
                            Traditional methods proved time-consuming and error-prone,
                            significantly impacting operational efficiency.
                        </span>
                    </div>
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_folderwithclock.png"
                            style="height: 70px; margin-right: 20px;" alt="icon" class="img-responsive"
                            style="padding-right: 20px; float: left" />
                        <span class=""><strong>Limited Consultation Options </strong><br />
                            <div class="gap"></div>
                            Patients faced difficulties accessing dental consultations,
                            especially outside of regular office hours, resulting in
                            convenience issues.
                        </span>
                    </div>
                </div>
                <div class="block50 p20 center">
                    <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/two-young-businessma.png"
                        alt="" class="img-responsive" />
                </div>
            </div>
            <div class="block100 p20 left">
                <span class="">
                    Recognizing the growing demand for convenient appointment booking and consultation services among
                    patients,
                    our client embarked on a journey to adopt innovative solutions tailored to meet their evolving
                    needs.
                </span>
            </div>
        </div>
    </div>
</div>

<!-- Section 3 -->
<div class="full-section section3">
    <div class="fixed-content">
        <div class="blockfull">
            <div class="block100 p20 left">
                <h2 style="font-size: 36px">
                    THE SOLUTION WE PROPOSED AND LEVERAGED
                </h2>
                <div class="blue-line"></div>
            </div>

            <div class="block100 p20 left">
                <span class="">
                    Streebo proposed a smart chatbot solution powered by Generative AI
                    to automate appointment scheduling, offer 24/7 online
                    consultations, and enhance patient engagement. Leveraging
                    Generative AI capabilities, the chatbot can provide personalized
                    responses, simulate natural conversations, and offer intelligent
                    assistance to patients. This advanced technology ensures seamless
                    interactions and enhances the overall patient experience.
                </span>
            </div>
            <div class="block100 p20" style="position: relative">
                <div class="img3 center">
                    <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/lady-img1.png"
                        alt="Offers" style="width: 50%" class="img-responsive" />
                </div>
                <div class="block100 chatboxx">


                    <div class="block50" style="float: left">
                        <div style="float: left; display: flex; flex-direction: column">
                            <div class="chat-blockk1">
                                <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/lady-img.png"
                                    alt="" style="width: 60px" class="img-responsive lady-img" />
                                <div class="chatt1">
                                    Hi, I&#8217;d like to book an appointment with a dentist, please
                                </div>
                            </div>
                        </div>
                    </div>

                    <div class="block50 two" style="float: right">
                        <div class="chat-blockk">
                            <div class="chatt">
                                Of course, I can help you with that. May I know your name
                                and contact information and preferred date/time for the
                                appointment?, please?
                            </div>
                        </div>
                    </div>

                    <div class="block50 three" style="float: left">
                        <div class="chat-blockk1">
                            <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/lady-img.png"
                                alt="" style="width: 60px" class="img-responsive lady-img" />

                            <div class="chatt1">
                                My name is Jennifer Shaw, and I&#8217;m available next Monday afternoon, around 2 PM reach me
                                at
                                555-1234-5678
                            </div>
                        </div>
                    </div>

                    <div class="block50" style="float: right">
                        <div class="chat-blockk">
                            <div class="chatt">
                                Alright, we have an opening on Monday, May 20th, at 2:15 PM. Would that work for you?
                            </div>

                        </div>
                    </div>

                    <div class="block50 five" style="float: left;">
                        <div class="chat-blockk1">
                            <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/lady-img.png"
                                alt="" style="width: 60px" class="img-responsive lady-img" />
                            <div class="chatt1" style="width: 100%;">
                                Yes, that&#8217;s perfect.
                            </div>
                        </div>
                    </div>

                    <div class="block50" style="float: right">
                        <div class="chat-blockk rchat">
                            <div class="chatt" style="padding-right: 40px">Thank you!! Your appointment with Dr. Alex on
                                May 20th at
                                2:15 PM is confirmed
                            </div>
                        </div>
                    </div>

                </div>
            </div>

        </div>
    </div>
</div>
</div>


<!-- Section 4 -->
<div class="full-section section4">
    <div class="fixed-content">
        <div class="blockfull key-features">
            <div class="block100 p20 left">
                <h2 style="font-size: 36px">KEY FEATURES</h2>
                <div class="blue-line"></div>
            </div>

            <div class="block100">
                <div class="block50 p20">
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_tv.png"
                            alt="icon" class="img-responsive" style="padding-right: 20px; float: left; height: 70px;" />
                        <span class=""><strong>Omnichannel Support </strong><br />
                            <div class="gap"></div>
                            The chatbot offers seamless interactions across multiple
                            channels, including website, mobile app, and social media
                            platforms, ensuring accessibility for patients.
                        </span>
                    </div>
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_multimedia.png"
                            alt="icon" class="img-responsive" style="padding-right: 20px; float: left;height: 70px;" />
                        <span class=""><strong>Multimodal Functionality </strong><br />
                            <div class="gap"></div>
                            The chatbot supports various modes of interaction, including
                            text, voice, and visual interfaces, providing flexibility for
                            patients to communicate in their preferred manner.
                        </span>
                    </div>
                </div>

                <div class="block50 p20">
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_customer.png"
                            alt="icon" class="img-responsive" style="padding-right: 20px; float: left; height: 70px;" />
                        <span class=""><strong>Customer Support </strong><br />
                            <div class="gap"></div>
                            Patients can engage with the chatbot in their preferred
                            language, enhancing inclusivity and catering to diverse
                            linguistic needs.
                        </span>
                    </div>
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_chat.png"
                            alt="icon" class="img-responsive" style="padding-right: 20px; float: left; height: 70px;" />
                        <span class=""><strong>Voice Support </strong><br />
                            <div class="gap"></div>
                            Patients can interact with the chatbot using voice commands,
                            enabling hands-free communication and enhancing user
                            convenience.
                        </span>
                    </div>
                </div>
                <div class="p20">
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_datasecurity.png"
                            alt="icon" class="img-responsive" style="padding-right: 20px; float: left;height: 70px;" />
                        <span class=""><strong>Data Security </strong><br />
                            <div class="gap"></div>
                            The chatbot ensures the security and privacy of patient
                            information through robust data encryption and compliance with
                            industry regulations, instilling trust and confidence among
                            users.
                        </span>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- Section 5 -->
<div class="full-section section5">
    <div class="fixed-content">
        <div class="blockfull">
            <div class="block100 p20 left">
                <h2 style="font-size: 36px">USE CASES AND SERVICES AUTOMATED</h2>
                <div class="blue-line"></div>
            </div>
            <div class="block100 p20">
                <div class="block100 box1">
                    <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_settings.png"
                        alt="icon" style="margin-right: 20px; float: left; height: 70px;" class="img-responsive">
                    <span class="">
                        <strong>Appointment Scheduling
                        </strong><br>
                        <div class="gap"></div>
                        The chatbot facilitated seamless appointment booking for patients, enabling them to select
                        preferred dates
                        and times, receive confirmation, and reminders.

                    </span>
                </div>
                <div class="block100 box1">
                    <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_call.png"
                        alt="icon" style="margin-right: 20px; float: left; height: 70px;" class="img-responsive">
                    <span class="">
                        <strong>24/7 Online Consultation
                        </strong><br>
                        <div class="gap"></div>
                        Patients gained access to round-the-clock dental consultations through the chatbot, offering
                        convenient
                        and timely assistance.

                    </span>
                </div>
                <div class="block100 box1">
                    <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_chat_round.png"
                        alt="icon" style="margin-right: 20px; float: left; height: 70px;" class="img-responsive">
                    <span>
                        <strong>Intelligent FAQ Assistance
                        </strong><br>
                        <div class="gap"></div>
                        The chatbot utilized Natural Language Processing (NLP) to provide accurate responses to
                        frequently asked
                        questions, addressing patient queries promptly.

                    </span>
                </div>
                <div class="block100 box1">
                    <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_brain.png"
                        alt="icon" style="margin-right: 20px; float: left; height: 70px;" class="img-responsive">
                    <span>
                        <strong>Integration with Generative AI Capabilities
                        </strong><br>
                        <div class="gap"></div>
                        Leveraging state-of-the-art Generative AI technology, the chatbot ensures personalized
                        responses, natural
                        conversation simulations, and intelligent assistance to patients. This advanced capability
                        enhances the
                        overall patient experience, providing seamless interactions and accurate responses.

                    </span>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- Section 6 -->
<div class="full-section section6">
    <div class="fixed-content">
        <div class="blockfull key-features">
            <div class="block100 p20 left">
                <h2 style="font-size: 36px">
                    OMNICHANNEL BOT: ENHANCING ACCESSIBILITY ACROSS MULTIPLE CHANNELS
                </h2>
                <div class="blue-line"></div>
                <!-- <span class="line anim"></span> -->
            </div>
            <div class="block100">
                <div class="block33 pl">
                    <div class="block100 box1 socials">
                        <img decoding="async" style="height: 50px"
                            src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/globe-with-meridians.png"
                            alt="icon" class="img-responsive" style="padding-right: 20px; float: left" />
                        <span class=""> Web Application </span>
                    </div>
                </div>
                <div class="block33 pub">
                    <div class="block100 box1 socials">
                        <img decoding="async" style="height: 50px"
                            src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/Facebook_Messenger_l.png"
                            alt="icon" class="img-responsive" style="padding-right: 20px; float: left" />
                        <span class=""> FB Messenger </span>
                    </div>
                </div>
                <div class="block33 pr">
                    <div class="block100 box1 socials">
                        <img decoding="async" style="height: 50px"
                            src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/Instagram_logo_2016.png"
                            alt="icon" class="img-responsive" style="padding-right: 20px; float: left" />
                        <span class=""> Instagram </span>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>


<!-- Section 7 -->
<div class="full-section section7">
    <div class="fixed-content">
        <div class="blockfull key-features">
            <div class="block100 p20 left">
                <h2 style="font-size: 36px">KEY BUSINESS BENEFITS
                </h2>
                <div class="blue-line"></div>
            </div>

            <div class="block100">
                <div class="block50 p20">
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_settings.png"
                            style="height: 70px; margin-right: 20px;" alt="icon" class="img-responsive"
                            style="padding-right: 20px; float: left" />
                        <span><strong>Increased Appointment Efficiency </strong><br />
                            <div class="gap"></div>
                            The chatbot streamlines appointment scheduling processes,
                            reducing wait times and increasing appointment bookings by
                            30%.
                        </span>
                    </div>
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_handwithdollar.png"
                            style="height: 70px; margin-right: 20px;" alt="icon" class="img-responsive"
                            style="padding-right: 20px; float: left" />
                        <span><strong>Cost Savings </strong><br />
                            <div class="gap"></div>
                            Automated processes lead to a 20% reduction in administrative
                            costs associated with appointment scheduling and customer
                            support.
                        </span>
                    </div>
                </div>

                <div class="block50 p20">
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_happyemoji.png"
                            style="height: 70px;margin-right: 20px;" alt="icon" class="img-responsive"
                            style="padding-right: 20px; float: left" />
                        <span><strong>Enhanced Patient Engagement </strong><br />
                            <div class="gap"></div>
                            Online consultations and FAQ assistance result in a 40%
                            increase in patient engagement and satisfaction ratings.
                        </span>
                    </div>
                    <div class="block100 box3">
                        <img decoding="async" src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/icon_settingswithtick.png"
                            style="height: 70px;margin-right: 20px;" alt="icon" class="img-responsive"
                            style="padding-right: 20px; float: left" />
                        <span><strong>Improved Operational Efficiency </strong><br />
                            <div class="gap"></div>
                            With routine tasks automated, staff can devote more time to
                            specialized patient care, leading to a 25% increase in
                            operational efficiency.
                        </span>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- Section 8 -->
<div class="full-section mobile-section">
    <div class="fixed-content">
        <div class="blockfull">
            <div class="block100 p20">
                <div class=" block50 pl">
                    <div class="block100 left">
                        <h2 style="font-size: 36px; padding-bottom: 20px;">
                            NEXT STEPS: REFINING THE CLIENT EXPERIENCE
                        </h2>
                        <div class="blue-line"></div>

                    </div>
                    <div class="block100 left" style="padding-bottom: 20px;">
                        <span class="">
                            As <strong>our smart chatbot solution goes live</strong>,
                            we&#8217;ve reached a pivotal moment in our collaboration with our
                            client. Looking ahead, our focus shifts to fine-tuning and
                            customizing the system to seamlessly fit within the client&#8217;s
                            operational framework.
                        </span>
                    </div>
                    <div class="block100  left" style="padding-bottom: 20px;">
                        <span class="">
                            Through ongoing monitoring and feedback analysis, we&#8217;ll
                            continue to refine the chatbot&#8217;s performance, ensuring it
                            aligns perfectly with the unique needs of the clinic and
                            enhances the overall patient experience.
                        </span>
                    </div>
                    <div class="block100  left" style="padding-bottom: 20px;">
                        <span class="">
                            Join us for a comprehensive review session of the live chatbot
                            demo, marking a significant milestone in our collaborative
                            journey with the leading Dental facility. Experience firsthand
                            how our solution is reshaping appointment scheduling and
                            patient engagement.
                        </span>
                    </div>
                </div>
                <div class="block50 p20 center">
                    <img decoding="async"
                        src="https://www.streebo.com/wp-content/themes/streebo/images/atc/Case_Study_Healthcare_Clinic_US_Dental_Clinic/mobile-1.png"
                        alt="" class="img-responsive">
                </div>
            </div>
        </div>
    </div>
</div>

<div class="full-section">
    <div class="fixed-content">
        <div class="blockfull p20 last-section">
            <div class="center bg-img2">
                <p class="">
                    Let&#8217;s celebrate this achievement together and explore the
                    potential for further innovation in our partnership.
                </p>
                <a href="/aboutus/contactus" class="contact-now-btn">Contact Now!</a>
            </div>
        </div>
    </div>
</div><p>The post <a href="https://www.streebo.com/dental-clinic-case-study-enhancing-patient-experience-with-ai-chatbot/">Dental Clinic Case Study: Enhancing Patient Experience with AI Chatbot</a> first appeared on <a href="https://www.streebo.com"></a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.streebo.com/dental-clinic-case-study-enhancing-patient-experience-with-ai-chatbot/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Content Delivery Network via N/A
Minified using Disk
Database Caching using Disk

Served from: www.streebo.com @ 2026-06-25 08:48:59 by W3 Total Cache
-->