Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type. Both sample Java code and Postman for /v1/groups work every time. I tried to enable Anonymous Authentication from IIS, but it doesn't work. Clearing the cache will remove any problems in those files and give the page an opportunity to download fresh files directly from the server. To call your API you should use the access_token instead of the id_token. The thing is there are screens with 4 to 10 custom controls calling Web API actions sometimes, and they don't always get the data. FastTrack Community |FastTrack Program|Finance and Operations TechTalks|Customer Engagement TechTalks|Upcoming TechTalks| All TechTalks, SBX - RBE Personalized Column Equal Content Card, We were recently getting the below error while trying to call Dynamics 365 Web API through Postman. You might want to take a Fiddler trace and see what is being passed between the client and server. rev2023.1.18.43174. "Access to Dynamics Dynamics 365 Online or on-premises (or later). Specify the credential that you want to authenticate using the following code: following line is the cause of this behaviour : Actually this line assigns the credentials of the logged in user or the user being impersonated ( which is only possible in web applications ) , so what I believe is that you have to provide credentials explicitly (http://msdn.microsoft.com/en-us/library/system.net.credentialcache(v=vs.110).aspx) , thanks. Then saw your post. Locally you'd be authorised just by being logged into your machine but that doesn't count when it's deployed to a server. My c# code is below and the exception appears on the last line of code. The second parameter is the scheme parameter. Look at the AuthenticationHeaderValue constructor you're calling: AuthenticationHeaderValue Constructor (System.Net.Http.Headers) | Microsoft Docs [ ^] The first parameter is the authentication scheme. 3.Then, review the authorizer's configuration and confirm that the following is true: The user pool ID matches the issuer of the token. Ryan Perian is a certified IT specialist who holds numerous IT certifications and has 12+ years' experience working in the IT industry support and management positions. Web servers running Microsoft IIS might give more information about the 401 Unauthorized error, such as the following: Logon failed. This application runs in Interanet (Windows Authentication) . Provide an answer or move on to the next question. Reply Radu Chiribelea responded on 14 Feb 2018 1:59 PM It was also fine when the web api was hosted in production and called from a dev asp.net app. Even tried manually adding the API access to the user from my dashboard, but I get the same 401. A 401 HTTP response indicates a problem with the authentication credentials used to make the API call. How can I translate the names of the Proto-Indo-European gods and goddesses into Latin? Wall shelves, hooks, other wall-mounted things, without drilling? FastTrack Community |FastTrack Program|Finance and Operations TechTalks|Customer Engagement TechTalks|Upcoming TechTalks| All TechTalks, https://msdn.microsoft.com/en-us/library/mt779074.aspx. In this article. First, I removed all the Oracle and JPA dependencies in its pom.xml.I also removed spring-security-oauth2 since it's not needed. How to automatically classify a sentence or text based on its context? What do I do if I receive a http 401 error in Zoom? I haven't got integrrated security = "true" anywhere. what's the difference between "the killing machine" and "the machine that's killing". You use the default windows credentials here. It looks like it is back today anyone else getting: Error retrieving data for urlhttps://.atlassian.net/rest/api/2/field: Unauthorized (401). Fyi, I got passed the above 401 unauthorized error message by configuring the following setting: Auth0 >> Applications >> Application Properties >> Application Type == Singe Page Application, solution of @giotis works for me. Quickly customize your community to find the content you seek. Web servers running Microsoft IIS might give more information about the 401 Unauthorized error, such as the following: You can learn more about IIS-specific codes on Microsoft'sthe HTTP status code in IIS 7 and later versionspage. 1 Why do I get 401 Unauthorized error when calling web API? When you visit the site, Dotdash Meredith and its partners may store or retrieve information on your browser, mostly in the form of cookies. credentials correctly, you should be redirected to the Auth0 Universal That works for me. "statusCode": 401, 3. Thank Brent - This information was my problem also! Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors. How can we cool a computer connected on top of or within a human brain? If that doesn't work, log out and log back in again, and if you're still having problems try turning off any themes or plugins that may be active. The solution for me was to handle permissions on the server and ensure the API was setup properly. What Is a URL (Uniform Resource Locator)? Browse other questions tagged, Where developers & technologists share private knowledge with coworkers, Reach developers & technologists worldwide, Thanks for taking your time, Actually I am using Windows Authentication, (401) Unauthorized Error When Calling Web API from a Console Application, http://msdn.microsoft.com/en-us/library/system.net.credentialcache(v=vs.110).aspx, Microsoft Azure joins Collectives on Stack Overflow. Consider keeping them in a password manager so that you only have to remember one password. Get the Latest Tech News Delivered Every Day. Have you got an [Authorize] attribute in your web API classes anywhere? It was also fine when the web api was hosted in production and called from a dev asp.net app. These cookies ensure basic functionalities and security features of the website, anonymously. Thank you for your feedback. Noticed it no longer works yesterday. Will all turbine blades stop moving in the event of a emergency shutdown, Comprehensive Functional-Group-Priority Table for IUPAC Nomenclature. Original product version: API Management Service All requests to API resources must use some authentication scheme t The same postman script, email, password, everything. Everything worked fine in dev environment. Unfortunatly I'm a little lost. Did Richard Feynman say that anyone who claims to understand quantum physics is lying or crazy? 3 What to do if you get a 401 Unauthorized error? I tried a direct request through cURL and it responds the same way today. 5 When does an API request need to be authenticated? Necessary cookies are absolutely essential for the website to function properly. I am trying to use PowerAutomate to create some role based security in my PowerApps! Unsername/Paswoord authentication has been deprecated. This was the same for me. To get access to the API, developers must first subscribe to a product. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Hope it won't affect your instance too much. Referring to the article on Azure API Management Troubleshooting Series, this is the third scenario of the lab. Were sorry. The FastTrack program is designed to help you accelerate your Dynamics 365 deployment with confidence. I check "Edit" windows of anonymous authentication, its anonymous user identity is "Specific user: IUSR". With this token I call a POST method in my API and all is good. After checking everything regarding CORS urls, callback urls but still got issue. I am glad that i could assist you. This might not be a favorable way to do it since the IP address did not have a SSL certificate. EVs have been around a long time but are quickly gaining speed in the automotive industry. Analytical cookies are used to understand how visitors interact with the website. Have questions on moving to the cloud? 2. Kyber and Dilithium explained to primary school students? Original KB number: 4464930. How to use Token in Java Rest client. I'm following this tutorial, and I have added my Client Id and Client Secret for my Regular Web App. If you have questions or need help, create a support request, or ask Azure community support. Get Know How to Fix HTTP 401 Error Here! @Brent DeMarkthanks for leading me in the right direction. When I use below url in browser I get the products data as json fine; https://MyUsername:MyPassword@mydomain.com/wp-json/wc/v3/products?consumer_key=ck_12345678901234567890&consumer_secret=cs_12345678901234567890, https://MyUsername:MyPassword@mydomain.com/wp-json/wc/v3/products, consumer_key = ck_12345678901234567890 and consumer_secret = cs_12345678901234567890. iPhone v. Android: Which Is Best For You? When does an API request need to be authenticated? This one seems to come up from time to time. I was able to prove your backend app works if you provide a valid access token to it. I cant ensure that it is issue of my environment config, or lack of relevant authorization code in sample code. This will tell you what's confguured on your server. Hi All, I have been trying to test the CRM Online Web API, to verify if it could be a good solution for my PHP public web site to input data into CRM. This should be possible with ADFS 2016 if i'm not mistaken. 1. Share the love by gifting kudos to your peers. A 401 Unauthorized code indicates some sort of issue tied to login credentials for a given web page, while 403 Forbidden errors mean the page has been blocked. Site design / logo 2023 Stack Exchange Inc; user contributions licensed under CC BY-SA. A number of server-side HTTP status codes also exist, like the often-seen 500 Internal Server Error. This cookie is set by GDPR Cookie Consent plugin. Get answers to your question from experts in the community, Share a use case, discuss your favorite features, or get input from the community, Getting a 401-Unauthorized Error on REST APi, https://<subdomain>.atlassian.net/rest/api/2/issue/XYZ-123, Furthermore I have looked at the 'Last accessed' time for the API token (. client_id:MYCLIENTID Hi Penjamin. This status code is sent with an HTTP WWW-Authenticate response header that contains information on how the client can request for the . How do I submit an offer to buy an expired domain? How Do You Fix It? These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc. I have a few user groups set-up in my SharePoint Only thing left now is to somehow pass the credentials while calling the API so I can execute a Console Application without having to fill up the username/passwort prompt. The cookie is used to store the user consent for the cookies in the category "Performance". IIS Authentication; Enabled: Anonymous, ASP.NET, Basic, Windows; Disabled: Digest, Forms. When I call my WEB API from my Console Application, I encounter: The remote server returned an error: (401) Unauthorized. These cookies track visitors across websites and collect information to provide customized ads. What's the difference between 401 Unauthorized and 403 Forbidden? 142366-httpwebrequest.pdf. More info about Internet Explorer and Microsoft Edge, Azure API Management Troubleshooting Series. I'm not entirley sure as I don't code in asp but I'm pretty positive that everything is called locally. Is Google Drive Downor Is It Just You? Chances are they have and don't get it. Find centralized, trusted content and collaborate around the technologies you use most. 2022 Release Wave 2Check out the latest updates and new features of Dynamics 365 released from October 2022 through March 2023. Don't tell someone to read the manual. Howcan we getthe original email? When I call my WEB API from my Console Application, I encounter: The remote server returned an error: (401) Unauthorized. But opting out of some of these cookies may affect your browsing experience. If you've already registered, sign in. No mentioning of registering through Azure AD when using on-premises. If you've just logged in and received the 401 Unauthorized error, it means that the credentials you entered were invalid for some reason. +1 (416) 849-8900. But still I am facing the same error continuously. Select the Show button to see the subscription keys for respective products you have subscribed to. 1.Firstly, in the API Gateway console, on the APIs pane, choose the name of your API. as Params in Postman then I get the products data as well. On put request I have an error. Make sure you have followed the lab setup instructions as per this, to recreate the problem. There is an invalid content length or chunk length in the request. Why does setInterval keep sending Ajax calls? I followed every tutorial and they are all same. Look at this it works in Postman and url, but not in C#.. This is messed up logic and poor documentation. Did you also register the app in AD as per: msdn.microsoft.com//dn531010.aspx, Besides the credentials you also need to specify the client id. You can also submit product feedback to Azure community support. As Im experiencing the same issue and have not been able to get my .NET Core API to successfully accept the access token. I have a SSO with company managed account using a new email and always got 401 with my API token. I checked and realized that I choose a wrong applications. Was this page helpful? Otherwise, find a Contact page for specific contact instructions. This cookie is set by GDPR Cookie Consent plugin. Have questions on moving to the cloud? {error:access_denied,error_description:Unauthorized}. Any help is much appreciated, really struggling with this one. The browser removes the values from the url before making the request, and passes them as basic authentication headers. You sir are a gentleman and a scholar, thank you very much. Make sure to include subscription key when making requests to an API." Understand that English isn't everyone's first language so be lenient of bad You must be a registered user to add a comment. Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet. Allow anonymous to ASP.NET Web API controller while rest of the application runs under windows authentication, Windows Authentication Web API Unauthorized - Multiple Servers, Getting IIS unauthorized html page instead of web api unauthorized response for unauthorized status, Calling WEB API with basic authentication in C#, Handling authentication/authorization: ASP.NET Core Web Application => ASP.NET Core Web API => SQL, Background checks for UK/US government research jobs, and mental health difficulties. Response: The calling code was missing the @auth0/auth0-angular AuthService; this was needed to add the token to the header of the request. What Does a 403 Forbidden Error Mean? Error 524: A Timeout Occurred (What It Is & How to Fix It). Repair corrupt Excel files and recover all the data with 100% integrity. 3. Review the authorizer's configuration and confirm that the following is true: The user pool ID matches the issuer of the token. 404 Page Not Found Error: What It Is and How to Fix It, 503 Service Unavailable Error Message: What It Is and How to Fix It, 502 Bad Gateway Error: What It Is and How to Fix It. I've tried creating a new connection reference on the step in the Flow but that hasn't fixed the issue. Quickly customize your community to find the content you seek. 401 unauthorized error only occurred when the web api and the app were both run on production server. </p> <p><a href="http://bishnoidentalcare.com/gaK/tottenham-nightclubs-1980s">Tottenham Nightclubs 1980s</a>, <a href="http://bishnoidentalcare.com/gaK/the-connection-was-terminated-by-the-remote-computer-vpn">The Connection Was Terminated By The Remote Computer Vpn</a>, <a href="http://bishnoidentalcare.com/gaK/how-to-beat-lifetime-license-revocation-in-nys">How To Beat Lifetime License Revocation In Nys</a>, <a href="http://bishnoidentalcare.com/gaK/rome-earthquake-847">Rome Earthquake 847</a>, <a href="http://bishnoidentalcare.com/gaK/property-for-sale-napa-county-california">Property For Sale Napa County California</a>, <a href="http://bishnoidentalcare.com/gaK/sitemap_g.html">Articles G</a><br> </p> <div class="post-tags"> </div> </div> <section id="comments" class="comments-area"> <div id="respond" class="comment-respond"> <h2 id="reply-title" class="comment-reply-title">get 401 unauthorized error when calling web api c#<small><a rel="nofollow" id="cancel-comment-reply-link" href="http://bishnoidentalcare.com/gaK/country-club%2C-bronx-racist" style="display:none;">country club, bronx racist</a></small></h2></div><!-- #respond --> </section><!-- .comments-area --> </main> <div data-elementor-type="footer" data-elementor-id="101" class="elementor elementor-101 elementor-location-footer"> <section class="elementor-section elementor-top-section elementor-element elementor-element-632de3dc elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="632de3dc" data-element_type="section" data-settings='{"background_background":"classic"}'> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-3354f15b" data-id="3354f15b" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2f3b8ffe elementor-widget elementor-widget-heading" data-id="2f3b8ffe" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.10.2 - 29-01-2023 */ .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h3 class="elementor-heading-title elementor-size-default">get 401 unauthorized error when calling web api c#</h3> </div> </div> <div class="elementor-element elementor-element-61c131a7 elementor-widget elementor-widget-heading" data-id="61c131a7" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Sign up our newsletter to get update information, news or article about medical.</h5> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-13db9263" data-id="13db9263" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-78a5fc10 elementor-widget__width-initial elementor-button-align-stretch elementor-widget elementor-widget-form" data-id="78a5fc10" data-element_type="widget" data-settings='{"button_width":"33","step_next_label":"Next","step_previous_label":"Previous","button_width_mobile":"50","step_type":"number_text","step_icon_shape":"circle"}' data-widget_type="form.default"> <div class="elementor-widget-container"> <style>/*! elementor-pro - v3.8.1 - 07-11-2022 */ .elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.e-form__buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.e-form__indicators{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators,.e-form__indicators__indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.e-form__indicators__indicator{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:0;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;-webkit-transition:width .1s linear;-o-transition:width .1s linear;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#c2cbd2}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-form .elementor-button>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-select-wrapper .select-caret-down-wrapper{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);inset-inline-end:10px;pointer-events:none;font-size:11px}.elementor-select-wrapper .select-caret-down-wrapper svg{display:unset;width:1em;aspect-ratio:unset;fill:currentColor}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}</style> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3727db88 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3727db88" data-element_type="section" data-settings='{"background_background":"classic"}'> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5fa35ebb" data-id="5fa35ebb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-3b0bdbed elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3b0bdbed" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-2ad3865a" data-id="2ad3865a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-217bc42b elementor-widget elementor-widget-image" data-id="217bc42b" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img src="https://www.bishnoidentalcare.com/wp-content/uploads/2023/02/bishnoi-dental-new-logo-Hindi.png" title="bishnoi dental new logo Hindi" alt="bishnoi dental new logo Hindi" loading="lazy"> </div> </div> <div class="elementor-element elementor-element-7cd1f125 elementor-widget elementor-widget-text-editor" data-id="7cd1f125" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.10.2 - 29-01-2023 */ .elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style> <p>Bishnoi Dental Clinic is a well-known dental clinic in Nimbahera, Rajasthan. It has been providing dental care to people for more than two decades.</p> </div> </div> <div class="elementor-element elementor-element-7578d409 e-grid-align-mobile-center elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="7578d409" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <style>/*! elementor - v3.10.2 - 29-01-2023 */ .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#818a91;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-animation-grow elementor-repeater-item-4a15206" href="http://bishnoidentalcare.com/gaK/pink-boost-goddess-seeds" target="_blank">pink boost goddess seeds<span class="elementor-screen-only">Facebook</span> <i class="fab fa-facebook"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-animation-grow elementor-repeater-item-35f17d1" href="http://bishnoidentalcare.com/gaK/baghban-tobacco-distributor" target="_blank">baghban tobacco distributor<span class="elementor-screen-only">Instagram</span> <i class="fab fa-instagram"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-animation-grow elementor-repeater-item-f29c8fe" href="http://bishnoidentalcare.com/gaK/michael-and-jenny-farmer" target="_blank">michael and jenny farmer<span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-animation-grow elementor-repeater-item-4cf0082" href="http://bishnoidentalcare.com/gaK/same-day-covid-testing-arlington%2C-va" target="_blank">same day covid testing arlington, va<span class="elementor-screen-only">Twitter</span> <i class="fab fa-twitter"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-37344be9" data-id="37344be9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6df17297 elementor-widget elementor-widget-heading" data-id="6df17297" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Company</h5> </div> </div> <div class="elementor-element elementor-element-7e349926 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="7e349926" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <link rel="stylesheet" href="https://www.bishnoidentalcare.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Home</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">About</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Free Dental camp</span> </a> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-text">Image Gallery</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-text">Video Gallery</span> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Blog</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Contact us</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-2e35b618" data-id="2e35b618" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4eea82f0 elementor-widget elementor-widget-heading" data-id="4eea82f0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Dental Services</h5> </div> </div> <div class="elementor-element elementor-element-45d718ef elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="45d718ef" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Full Mouth Rehabilitation</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Dental Implants</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Regular Braces</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Root Canal</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Tooth Gems & Jewellery</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Teeth Whitening /Cleaning</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Dental Tourism</span> </a> </li> <li class="elementor-icon-list-item"> <a href="#"> <span class="elementor-icon-list-text">Facilities</span> </a> </li> </ul> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-67e224d8" data-id="67e224d8" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-46f19d27 elementor-widget elementor-widget-heading" data-id="46f19d27" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h5 class="elementor-heading-title elementor-size-default">Contact Info</h5> </div> </div> <div class="elementor-element elementor-element-51387b1b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="51387b1b" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-map-marker-alt"></i> </span> <span class="elementor-icon-list-text">Adarsh Colony Rd, behind SDM Court, Adarsh Colony, Raza Colony, Adarsh Nagar, Nimbahera, Rajasthan 312601</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-envelope"></i> </span> <span class="elementor-icon-list-text">bishnoidentalcare@gmail.com</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-phone-alt"></i> </span> <span class="elementor-icon-list-text">+91 94130 20881</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-phone-alt"></i> </span> <span class="elementor-icon-list-text">+91 99820 00785</span> </li> </ul> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <link rel="stylesheet" id="e-animations-css" href="https://www.bishnoidentalcare.com/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.10.2" media="all"> <script src="https://www.bishnoidentalcare.com/wp-content/themes/hello-elementor/assets/js/hello-frontend.min.js?ver=1.0.0" id="hello-theme-frontend-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementskit-lite/libs/framework/assets/js/frontend-script.js?ver=2.8.1" id="elementskit-framework-js-frontend-js"></script> <script id="elementskit-framework-js-frontend-js-after"> var elementskit = { resturl: 'https://www.bishnoidentalcare.com/wp-json/elementskit/v1/', } </script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/widget-scripts.js?ver=2.8.1" id="ekit-widget-scripts-js"></script> <script id="eael-general-js-extra"> var localize = {"ajaxurl":"https:\/\/www.bishnoidentalcare.com\/wp-admin\/admin-ajax.php","nonce":"070a4b0382","i18n":{"added":"Added ","compare":"Compare","loading":"Loading..."},"eael_translate_text":{"required_text":"is a required field","invalid_text":"Invalid","billing_text":"Billing","shipping_text":"Shipping"},"page_permalink":"https:\/\/www.bishnoidentalcare.com\/2023\/05\/20\/yg8zk7o3\/","cart_redirectition":"","cart_page_url":"","el_breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}}; </script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/essential-addons-for-elementor-lite/assets/front-end/js/view/general.min.js?ver=5.5.3" id="eael-general-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1" id="smartmenus-js"></script> <script src="https://www.bishnoidentalcare.com/wp-includes/js/comment-reply.min.js?ver=6.1.2" id="comment-reply-js"></script> <script id="bdt-uikit-js-extra"> var element_pack_ajax_login_config = {"ajaxurl":"https:\/\/www.bishnoidentalcare.com\/wp-admin\/admin-ajax.php","language":"en","loadingmessage":"Sending user info, please wait...","unknownerror":"Unknown error, make sure access is correct!"}; var ElementPackConfig = {"ajaxurl":"https:\/\/www.bishnoidentalcare.com\/wp-admin\/admin-ajax.php","nonce":"d328d9e824","data_table":{"language":{"lengthMenu":"Show _MENU_ Entries","info":"Showing _START_ to _END_ of _TOTAL_ entries","search":"Search :","paginate":{"previous":"Previous","next":"Next"}}},"contact_form":{"sending_msg":"Sending message please wait...","captcha_nd":"Invisible captcha not defined!","captcha_nr":"Could not get invisible captcha response!"},"mailchimp":{"subscribing":"Subscribing you please wait..."},"elements_data":{"sections":[],"columns":[],"widgets":[]}}; </script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/bdthemes-element-pack-lite/assets/js/bdt-uikit.min.js?ver=3.13.1" id="bdt-uikit-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.10.2" id="elementor-webpack-runtime-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.10.2" id="elementor-frontend-modules-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script src="https://www.bishnoidentalcare.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.10.2","is_static":false,"experimentalFeatures":{"e_dom_optimization":true,"e_optimized_assets_loading":true,"e_optimized_css_loading":true,"a11y_improvements":true,"additional_custom_breakpoints":true,"e_hidden__widgets":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"landing-pages":true,"kit-elements-defaults":true,"page-transitions":true,"notes":true,"loop":true,"form-submissions":true,"e_scroll_snap":true},"urls":{"assets":"https:\/\/www.bishnoidentalcare.com\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"title","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":340,"title":"get 401 unauthorized error when calling web api c#%20-%20Bishnoi%20Dental%20Care","excerpt":"","featuredImage":false}}; </script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.10.2" id="elementor-frontend-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/bdthemes-element-pack-lite/assets/js/common/helper.min.js?ver=4.8.0" id="element-pack-helper-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/bdthemes-prime-slider-lite/assets/js/prime-slider-site.min.js?ver=3.4.1" id="prime-slider-site-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.8.1" id="elementor-pro-webpack-runtime-js"></script> <script src="https://www.bishnoidentalcare.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.9" id="regenerator-runtime-js"></script> <script src="https://www.bishnoidentalcare.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script> <script src="https://www.bishnoidentalcare.com/wp-includes/js/dist/hooks.min.js?ver=4169d3cf8e8d95a3d6d5" id="wp-hooks-js"></script> <script src="https://www.bishnoidentalcare.com/wp-includes/js/dist/i18n.min.js?ver=9e794f35a71bb98672ae" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.bishnoidentalcare.com\/wp-admin\/admin-ajax.php","nonce":"4ae5b2acef","urls":{"assets":"https:\/\/www.bishnoidentalcare.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.bishnoidentalcare.com\/wp-json\/"},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.bishnoidentalcare.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.8.1" id="elementor-pro-frontend-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.8.1" id="pro-elements-handlers-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/animate-circle.js?ver=2.8.1" id="animate-circle-js"></script> <script id="elementskit-elementor-js-extra"> var ekit_config = {"ajaxurl":"https:\/\/www.bishnoidentalcare.com\/wp-admin\/admin-ajax.php","nonce":"bd1fd4ebed"}; </script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementskit-lite/widgets/init/assets/js/elementor.js?ver=2.8.1" id="elementskit-elementor-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=2.8.1" id="swiper-js"></script> <script src="https://www.bishnoidentalcare.com/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.8.1" id="e-sticky-js"></script> </body> </html>