<!DOCTYPE html>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="content-type">
        <title>Doppler Ultrasəs Müayinəsi  |  Medpoint Global - Azərbaycan və Türkiyənin Peşəkar Sağlamlıq Platforması</title>
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <base href="https://www.medfind.az/">
        <meta content="Axtardığınız həkim, ehtiyacınız olan müalicə. Azərbaycan və Türkiyə həkiməri və xəstəxanaları bir toxunuşda." name="description">
        <meta name="keywords" content="Axtardığınız həkim, ehtiyacınız olan müalicə. Azərbaycan və Türkiyə həkiməri və xəstəxanaları bir toxunuşda.">
        <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no" name="viewport">
        <meta name="author" content="shocur">
        <meta name="robots" content="index follow">
        <meta name="googlebot" content="index follow">
        <link rel="icon" type="image/png" href="assets/img/favicon.png" />
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <!-- google fonts -->
        <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
        <!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,800%7CPoppins:300i,300,400,700,400i,500%7CDancing+Script:700%7CDancing+Script:700" rel="stylesheet"> -->
        <!-- animate -->
        <link rel="stylesheet" href="assets/css/animate.css" />
        <!-- owl Carousel assets -->
        <link href="assets/css/owl.carousel.css" rel="stylesheet">
        <link href="assets/css/owl.theme.css" rel="stylesheet">
        <!-- bootstrap -->
        <link rel="stylesheet" href="assets/css/bootstrap.min.css">
        <!-- hover anmation -->
        <link rel="stylesheet" href="assets/css/hover-min.css">
        <!-- flag icon -->
        <link rel="stylesheet" href="assets/css/flag-icon.min.css">
        <!-- main style -->
        <link rel="stylesheet" href="assets/css/style.css">
        <!-- colors -->
        <link rel="stylesheet" href="assets/css/colors/main.css">
        <!-- elegant icon -->
        <link rel="stylesheet" href="assets/css/elegant_icon.css">

        <link rel="stylesheet" href="assets/css/custom.css">

        <!-- jquery library  -->
        <script src="assets/js/jquery-3.2.1.min.js"></script>
        <!-- fontawesome  -->
        <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
    </head>
    <body>
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" />
<div id="fb-root"></div>

<!-- <script async defer crossorigin="anonymous" src="https://connect.facebook.net/tr_TR/sdk.js#xfbml=1&version=v5.0&appId=581756395983606&autoLogAppEvents=1"></script> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-670KHNWBTK"></script>
<script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
        dataLayer.push(arguments);
    }
    gtag('js', new Date());

    gtag('config', 'G-670KHNWBTK');
</script>
<script>
    function faceLogin() {
        FB.login(function(response) {
            if (response.status === 'connected') {
                FB.api('/me', {
                    fields: 'name, email'
                }, function(response) {
                    var veriler = 'email=' + response.email + '&name=' + response.name;
                    $.ajax({
                        type: 'POST',
                        url: 'index&islem=facelogin',
                        data: veriler,
                        dataType: "json",
                        success: function(cevap) {
                            loginRedirect();
                            // if(cevap.result===false){
                            //     window.location.href = "https://www.medfind.az/register&email="+response.email+"&name="+response.name+"&facebookregister";
                            // }else{
                            //     loginRedirect();
                            // }
                        }
                    });
                });
            } else {
                console.log(response);
                // The person is not logged into your webpage or we are unable to tell. 
            }
        }, {
            scope: 'email'
        });
    }

    function loginRedirect() {
        Swal.fire({
            title: '',
            html: '',
            timer: 750,
            onBeforeOpen: () => {
                Swal.showLoading();
            },
            onClose: () => {
                location.reload();
                //window.location.href = "https://www.medfind.az/";
            }
        });
        //setTimeout(function () { window.location.href = "https://www.medfind.az/"; }, 800);
    }

    function faceLogout() {
        FB.logout(function(response) {
            // console.log(response);
            if (response.status === 'unknown') {
                window.location.href = "https://www.medfind.az/";
            }
        });
    }

    function checkLoginState() {
        FB.getLoginStatus(function(response) {
            statusChangeCallback(response);
        });
    }

    function statusChangeCallback(response) { // Called with the results from FB.getLoginStatus().
        //console.log('statusChangeCallback');
        //console.log(response);                   // The current login status of the person.
        if (response.status === 'connected') { // Logged into your webpage and Facebook.
            testAPI();
        } else { // Not logged into your webpage or we are unable to tell.
            //   document.getElementById('status').innerHTML = 'Please log ' +
            //     'into this webpage.';
        }
    }
    window.fbAsyncInit = function() {
        FB.init({
            appId: '581756395983606',
            cookie: true,
            xfbml: true,
            version: 'v5.0'
        });

        FB.getLoginStatus(function(response) { // Called after the JS SDK has been initialized.
            statusChangeCallback(response); // Returns the login status.
        });
    };

    //   (function(d, s, id){
    //      var js, fjs = d.getElementsByTagName(s)[0];
    //      if (d.getElementById(id)) {return;}
    //      js = d.createElement(s); js.id = id;
    //      js.src = "https://connect.facebook.net/en_US/sdk.js";
    //      fjs.parentNode.insertBefore(js, fjs);
    //    }(document, 'script', 'facebook-jssdk'));


    //   function testAPI() {                      // Testing Graph API after login.  See statusChangeCallback() for when this call is made.
    //     //console.log('Welcome!  Fetching your information.... ');
    //     FB.api('/me', {fields: 'name, email'}, function(response) {
    //       //console.log('Successful login for: ' + response.name +"---"+ response.email);
    //     //   document.getElementById('status').innerHTML =
    //     //     'Thanks for logging in, ' + response.name + '!';
    //     });
    //   }
</script>
<!-- <a href="javascript:callmeback();" class="btn callmeback btn-sm border-radius-30 margin-tb-15px text-white background-second-color  box-shadow float-right padding-lr-20px margin-left-30px">
    <i class="fa fa-mobile-alt"></i>  Beni Geri Ara</a> -->
<script>
        // document.addEventListener('contextmenu', event => event.preventDefault());
</script>
<header style="display: grid;" class="background-w hite box-shadow in-header">
    <style>
        .topbar {
            background: transparent !important
        }

        #logo {
            float: left;
        }

        .in-header .header-search {
            position: relative;
            float: left;
            max-width: 450px;
            width: calc(100% - 270px);
            padding-left: 30px;
            margin-top: 6px;
        }

        header {
            background: #fff;
        }

        .home-header {
            padding: 15px 0;
        }

        header ul.nav-menu {
            padding-bottom: 15px;
        }

        header ul.nav-menu>li>a {
            opacity: .9;
        }

        header ul.nav-menu>li>a:hover {
            color: #092c74;
        }

        #menu-main-1 {
            margin-top: 10px;
        }

        #menu-main-1>li>a {
            border: 2px solid #092c74;
            border-radius: 30px;
            color: #092c74;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        #menu-main-1>li>a:hover,
        #menu-main-1>li>a.active {
            background: #092c74;
            color: #fff;
        }

        body {
            -webkit-user-select: none;
            /* Chrome all / Safari all */
            -moz-user-select: none;
            /* Firefox all */
            -ms-user-select: none;
            /* IE 10+ */
            -o-user-select: none;
            user-select: none;
        }

        .topbar {
            background: #092c74;
            width: 100%;
            height: 15px;
            line-height: 15px;
            color: #fff;
        }

        .font-2 {
            font-family: roboto;
        }

        .topbar ul {
            margin: 0;
            padding: 0;
            width: 100%
        }

        .topbar ul li {
            float: left;
            list-style: none
        }

        .topbar .topbarSag ul li {
            float: right;
        }

        .topbar ul li a i {
            color: #333;
        }

        .topbar ul li a {
            /* padding:3px 10px; */
            line-height: 30px;
            color: #333;
            font-size: 15px;
            height: 100%;
            padding: 0 12px;
            -webkit-transition: .15s;
            -o-transition: .15s;
            transition: .15s;
            white-space: nowrap;
            text-align: center;
            display: block;
        }

        .topbar ul li a:hover {
            /* padding:3px 10px; */
            /* background:#26ace0; */
        }

        .langMenu {
            position: relative;
            margin-right: 0;
        }

        .langMenu ul {
            margin: 0;
            padding: 0;
            list-style: none;
            background: #fff;
            -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
            font-size: 14px;
            position: absolute;
            top: 100%;
            left: auto;
            right: 0;
            /* -webkit-transform: translateX(-70%);
            -ms-transform: translateX(-70%);
            transform: translateX(-70%); */
            width: 170px;
            display: none;
            border-radius: 4px;
            overflow: hidden;
            background: #fff;
            -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .18);
            box-shadow: 0 1px 7px rgba(0, 0, 0, .18);
        }

        @media screen and (max-width: 768px) {
            .langMenu ul {
                -webkit-transform: translateX(-30%);
                -ms-transform: translateX(-30%);
                transform: translateX(-30%);
            }

        }

        /* header ul.nav-menu {
            width: 100%;
        } */
        .langMenu:hover ul {
            display: block;
            z-index: 9;
        }

        .langMenu:hover a svg {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .langMenu ul li {
            width: 100%;
        }

        .langMenu a svg {
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            margin-left: 5px;
        }

        .langMenu ul li a {
            position: relative;
            width: 100%;
            display: block;
            text-align: left;
            border: 0;
            font-size: 15px;
            font-weight: 400;
            color: rgba(0, 0, 0, .87);
            text-decoration: none;
            padding: 7px 16px;
            white-space: nowrap;
        }

        .langMenu ul li a img {
            margin-right: 5px;
        }

        .langMenu ul li a:hover {
            background: #f2f2f2;
        }

        .langMenu li:not(:last-child) a {
            /* border-bottom: 1px solid #eee; */
        }

        .black-bg {
            background: rgba(0, 0, 0, .6);
            bottom: 0;
            z-index: -1;
            visibility: hidden;
            height: 100%;
            left: 0;
            position: fixed;
            right: 0;
            top: 0;
            opacity: 0;
            width: 100%;
            -webkit-transition: .15s;
            -o-transition: .15s;
            transition: .15s;
        }

        .black-bg.active {
            opacity: 1;
            visibility: visible;
            z-index: 501;
        }

        .form-common-callback .close {
            position: absolute;
            z-index: 5001;
            display: block;
            width: 50px;
            height: 50px;
            top: 0;
            right: 0;
        }

        .form-common-callback .close::before {
            content: '';
            display: block;
            height: inherit;
            background: url(assets/img/icon-close-widget-form.svg) no-repeat center;
            cursor: pointer;
            -webkit-transition: .15s;
            transition: .15s;
            background-size: 20px;
        }

        .modal-dialog-after--success__i {
            display: block;
            height: 96px;
            width: 96px;
            background-image: url(assets/img/form-success.svg);
            background-position: center;
            background-size: contain;
            margin: 0 auto;
        }

        .form-common-callback__step--fs24 {
            font-size: 24px;
            line-height: 34px;
            padding: 30px 0 32px;
        }

        .form-common-callback__step-one--fs16 {
            font-size: 16px;
            line-height: 23px;
            width: 165px;
            margin: 0 auto;
            padding: 34px 0 28px;
        }

        .form-common-callback {
            display: none;
            width: 344px;
            max-width: calc(100vw - 30px);
            color: rgba(0, 0, 0, .87);
            background-color: #fff;
            position: fixed;
            top: 75px;
            right: 115px;
            z-index: 5000;
            padding: 26px 16px 0;
            box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .38);
            border-radius: 2px;
        }

        .form-common-callback.active {
            display: block;
        }

        .callmeback {
            position: fixed;
            right: 0;
            top: 30%;
            margin-left: -3px;
            margin-bottom: -3px;
            z-index: 999;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            color: #fff;
            padding: 10px 0px;
            font-size: 15px;
            white-space: nowrap;
            margin-top: 15px;
            display: inline-block;
            /* float: right; */
            width: 180px;
            margin-right: -68px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .callback__title {
            text-align: center;
            font-size: 24px;
            color: rgba(0, 0, 0, .87);
            padding: 30px 0 20px;
        }

        .callback__img-wrap {
            display: flex;
            align-items: center;
        }

        .form-callback-call-us {
            text-align: center;
            font-size: 16px;
            color: rgba(0, 0, 0, .6);
            padding-top: 16px;
            margin-top: 24px;
            border-top: 1px solid #e0e0e0;
        }

        form .disclaimer .form-callback-call-us a {
            color: #2f80ed;
            text-decoration: none;
            padding-left: 16px;
            padding-left: 16px;
        }

        .form-common-callback .modal-clinic-form-item .control-label {
            font-size: 14px;
            line-height: 20px;
            color: rgba(0, 0, 0, .6);
            margin-bottom: 4px;
        }

        .form-common-callback .modal-clinic-form-item {
            padding-top: 23px;
            padding-bottom: 8px;
        }

        .callback__subtitle {
            text-align: left;
            padding-left: 16px;
            font-size: 16px;
            line-height: 17px;
            color: rgba(0, 0, 0, .87);
        }

        #beniarahata {
            margin-top: 2px;
            font-size: 12px;
            color: #c34634;
            font-weight: 400;
            line-height: 14px;
        }

        #beniarabuton {
            margin-top: 10px;
        }

        #beniarabuton:hover {
            cursor: pointer;
        }

        .home3kutu a {
            font-size: 18px;
        }

        @media(min-width:768px) {
            .medfind-button-mobil {
                display: none;
            }
        }

        @media(max-width:767px) {
            .medfind-button-wrapper {
                display: none;
            }

            .medfind-button-wrapper2 {
                display: block;
            }

            header ul.nav-menu>li {
                width: 100%;
                text-align: center;
            }

            header ul.nav-menu>li.widthAyri {
                width: auto;
            }

            header a.mobile-toggle {
                color: #000;
            }

            .topbar,
            .topbar ul li a {
                height: auto;
                line-height: 40px;
            }

            .col-xs-6 {
                /*width:50%;*/
            }

            .topbar ul li a {
                padding: 0px 10px;
            }

            .topbar ul {
                text-align: center;
            }

            .topbar ul li {
                float: none;
                list-style: none;
                display: inline-block;
            }

            .topbar .topbarSag ul li {
                float: none;
            }

            .topbarSag ul {
                border-top: 1px solid #3a9aff;
            }

            .banner {
                padding: 0 !important;
            }

            .form-common-callback {
                width: 100%;
                right: 15px;
            }

            #logo img {
                height: 35px;
                margin-top: 10px;
            }

            .home3kutu a {
                font-size: 13px;
            }

            .home3kutu a img {
                height: 50px;
            }
        }
    </style>
    <div id="fixed-header-dark" class="header-output fixed-header box-shadow">
        <div class="black-bg"></div>
        <style>
            .mobileLang {
                list-style: none;
                margin: 0;
                padding: 0;
                float: left;
                margin-top: 15px;
                margin-left: 10px;
                line-height: 25px;
                width: 50px;
            }

            .mobileLang .langMenu {
                /*width: 80px;*/
            }

            .mobileLang .langMenu ul {
                width: auto !important;
                right: 0;
                left: auto;
            }

            .mobileLang .langMenu ul li a {
                padding: 7px 7px;
            }

            .mobileLang .langMenu ul li a img {
                margin: 0 !important;
            }

            .mobilecenter {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
            }
        </style>
                <!-- <div class="topbar"></div> -->
        <div class="container-fluid header-in">

            <div class="row">
                <div class="col-lg-6 col-md-12">
                    <a id="logo" href="index.html" class=" d-inline-block marg in-tb-15px p-1">
                        <img src="https://www.medfind.az/upload/medpoint_yeni_beyaz_bg-tek-500px.webp" height="60" alt=" Medpoint Global - Azərbaycan və Türkiyənin Peşəkar Sağlamlıq Platforması logo">
                                                                    </a>
                    <!-- <div class="mobilecenter"> -->
                    <!-- <a href="request-form" style="height: 32px;float: left;line-height: 25px;margin-top: 10px;margin-left: 5px;" class="visible-xs border-radius-30 margin-top-3px text-white animate__a nimated an imate__slow anima te__heartBeat repeatClass"> -->
                    <!-- <i class="fas fa-envelope"></i> -->
                    <!-- <svg class="svg-inline--fa fa-envelope fa-w-16" aria-hidden="true" data-prefix="fas" data-icon="envelope" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="#fff" d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"></path></svg> -->
                    <!-- <img src="/upload/mobileicon1.png" style="height: 35px;" alt="">
                  </a>
                  <a href="tel:+994504440336" style="height: 32px;float: left;line-height: 25px;margin-top: 10px;margin-left: 5px;" class="visible-xs  border-radius-30 margin-top-3px text-white animate__a nimated an imate__slow anima te__heartBeat repeatClass"> -->
                    <!-- <i class="fas fa-phone"></i> -->
                    <!-- <svg style="margin-top:3px;" enable-background="new 0 0 139 139" height="16" id="Phone" version="1.1" viewBox="0 0 139 139" width="16" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="#fff" d="M67.317,81.952c-9.284-7.634-15.483-17.054-18.742-22.414l-2.431-4.583c0.85-0.912,7.332-7.853,10.141-11.619  c3.53-4.729-1.588-9-1.588-9S40.296,19.933,37.014,17.076c-3.282-2.861-7.06-1.272-7.06-1.272  c-6.898,4.457-14.049,8.332-14.478,26.968C15.46,60.22,28.705,78.216,43.028,92.148c14.346,15.734,34.043,31.504,53.086,31.486  c18.634-0.425,22.508-7.575,26.965-14.473c0,0,1.59-3.775-1.268-7.06c-2.86-3.284-17.265-17.688-17.265-17.688  s-4.268-5.119-8.998-1.586c-3.525,2.635-9.855,8.496-11.38,9.917C84.171,92.749,73.582,87.104,67.317,81.952z"/></svg> -->
                    <!-- <img src="/upload/mobileicon2.png" style="height: 35px;" alt="">
                  </a>
                  <a href="https://www.medfind.az/contact" style="height: 32px;float: left;line-height: 25px;margin-top: 10px;margin-left: 5px;" class="visible-xs border-radius-30 margin-top-3px text-white animate__a nimated an imate__slow anima te__heartBeat repeatClass"> -->
                    <!-- <svg style="margin-left: -4px;" height="24" width="24" id="Layer_1" style="enable-background:new 0 0 91 91;" version="1.1" viewBox="0 0 91 91" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><path fill="#fff" d="M66.9,41.8c0-11.3-9.1-20.4-20.4-20.4c-11.3,0-20.4,9.1-20.4,20.4c0,11.3,20.4,32.4,20.4,32.4S66.9,53.1,66.9,41.8z    M37,41.4c0-5.2,4.3-9.5,9.5-9.5c5.2,0,9.5,4.2,9.5,9.5c0,5.2-4.2,9.5-9.5,9.5C41.3,50.9,37,46.6,37,41.4z"/></g></svg> -->
                    <!-- <img src="/upload/mobileicon3.png" style="height: 35px;" alt="">
                  </a>
                </div> -->
                    <!-- <a href="https://api.whatsapp.com/send?phone=+905459669090" style="height: 32px;float: left;line-height: 25px;margin-top: 10px;margin-left: 5px;" class="visible-xs margin-top-3px text-white">
                    <img src="/upload/whatsapp.svg" width="32" alt="">
                </a> -->

                    <!-- <ul class="mobileLang">
                    <li class="langMenu visible-xs" ><a href="#"><img src="upload/lang/az.png" alt=""> <i class="fa fa-angle-down"></i></a>
                        <ul>
                                                    </ul>
                    </li>
                </ul> -->
                    <div class="header-search">
    <div class="header-search-wrapper js-home-search">
        <div class="header-search-input-wrapper">

            <input autocomplete="off" placeholder="Xəstəliyin, tibbi prosedurun, həkimin, xəstəxananın adını daxil edin" class="home-search-input" id="search-input" type="text">
            <span style="position: absolute;left: 30px;z-index: 502;top: 12px;color: #777;"></span>
            <div class="hp-search__result js-search header-search-wrapper">
                <div class="ui-autocomplete"></div>
            </div>
        </div>
        <!-- <i class="material-icons js-close-search mobile-close-search-btn">arrow_back</i>
        <i class="material-icons js-clear-search mobile-clear-search-btn">close</i> -->
        <button class="header-search-button flex middle-xs center-xs" id="search_find_new">
            <img alt="search" src="/upload/search.svg">
        </button>
    </div>
</div>
<style>
    .header-search-input-wrapper:hover{
        cursor:text;
    }
</style>
<script>
    </script>
                    <div class="medfind-button-mobil">
                        <div class="medfind-button-wrapper medfind-button-wrapper2">
                            <!-- id="medfind-button" style="background-image: url(/upload/medfind_card3.png)" -->
                            <a href="https://www.medfind.az/medfind-card" style="padding: 0 12px;width: auto;height: 35px;text-align: center;line-height: 35px;" class="medfind-button margin-right-10px btn btn-sm border-radius-30 margin-top-3px text-white background-second-color animate__a nimated an imate__slow anima te__heartBeat repeatClass box-shadow">Medpoint Card
                                <div class="rings" id="rings" style="display: block;">
                                    <div class="ring" style="border-color: #ed1b24;"></div>
                                    <div class="ring" style="border-color: #ed1b24"></div>
                                    <div class="ring" style="border-color: #ed1b24"></div>
                                </div>
                            </a>
                        </div>
                        <!-- <a style="padding:0;margin-top: -10px;" class="box-shadow2 border-radius-30" href="https://www.medfind.az/page/medfindcart"><img src="/upload/medfind_card3.png" width="140" alt=""></a> -->
                    </div>

                    <div class="d-block d-sm-none mobil-profil">
                                                        <a href="register">
                                                                <i class="far fa-user-circle"></i>
                                </a>
                    </div>
                    <a class="mobile-toggle padding-13px" href="javascript:;"><i class="fas fa-bars"></i></a>

                </div>
                <div class="col-lg-6 col-md-12 position-inherit">
                    <div class="row">
                        <!-- <div class="col-md-4"> -->
                        <!--<ul class="nav-menu ortamenu text-right">
                                                    </ul>-->
                        <!-- </div> -->
                        <div class="col-md-12">

                            <ul id="menu-main" class="nav-menu float-right link-padding-tb-10px">
                                <!-- <li><a href="https://www.medfind.az/">Ana Səhifə</a></li>
                        <li><a href="https://www.medfind.az/page/whyturkey">Neden Türkiye</a></li>
                        <li><a href="https://www.medfind.az/destination">Şəhərlər</a></li>
                        <li><a href="https://www.medfind.az/medical-center">Xəstəxanalar</a></li>
                        <li><a href="https://www.medfind.az/doctor">Həkimlər</a></li>
                        <li><a href="https://www.medfind.az/specialties">Tibbi şöbələr</a></li>
                        <li><a href="https://www.medfind.az/patients/detail/1/">Hasta Kılavuzu</a></li>
                        -->

                                <!-- <li class="visible-xs visible-sm"><a href="https://www.medfind.az/specialties">Tibbi şöbələr</a></li>
                            <li class="visible-xs visible-sm"><a href="https://www.medfind.az/destination">Şəhərlər</a></li> -->

                                <!-- <li class="visible-xs visible-sm"><a href="https://www.medfind.az/contact">Əlaqə</a></li> -->
                                <!-- <li class="hidden-xs hidden-sm">
                                <a style="padding: 0 12px;width: auto;height: 35px;text-align: center;line-height: 35px;" class="hidden-xs margin-right-10px btn btn-sm border-radius-30 margin-top-3px text-white background-second-color animate__a nimated an imate__slow anima te__heartBeat repeatClass box-shadow float-right" href="https://api.whatsapp.com/send?phone=+905459669090">
                                <svg style="height: 32px;width: 40px;float: left;" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h48v48H0V0z" fill="none"/><path fill="#fff" d="M34 21v-7c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v20c0 1.1.9 2 2 2h24c1.1 0 2-.9 2-2v-7l8 8V13l-8 8zm-6 5h-6v6h-4v-6h-6v-4h6v-6h4v6h6v4z"/></svg>
                                Video Məsləhət</a>
                            </li>
                            <li class="hidden-xs hidden-sm">
                                <a style="padding: 0 12px;width: auto;height: 35px;text-align: center;line-height: 35px;" class="hidden-xs margin-right-10px btn btn-sm border-radius-30 margin-top-3px text-white background-second-color animate__a nimated an imate__slow anima te__heartBeat repeatClass box-shadow float-right" href="https://api.whatsapp.com/send?phone=+905459669090">
                                <svg style="height: 26px;width: 40px;float: left;margin-top: 3px;" viewBox="0 0 48 48" width="48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h48v48H0z" fill="none"/><path fill="#fff" d="M13.25 21.59c2.88 5.66 7.51 10.29 13.18 13.17l4.4-4.41c.55-.55 1.34-.71 2.03-.49C35.1 30.6 37.51 31 40 31c1.11 0 2 .89 2 2v7c0 1.11-.89 2-2 2C21.22 42 6 26.78 6 8c0-1.11.9-2 2-2h7c1.11 0 2 .89 2 2 0 2.49.4 4.9 1.14 7.14.22.69.06 1.48-.49 2.03l-4.4 4.42z"/></svg>
                                Səslə məsləhət</a>
                            </li>
                            <li>
                                <a href="request-form" style="padding: 0 12px;width: auto;height: 35px;text-align: center;line-height: 35px;" class="hidden-xs margin-right-10px btn btn-sm border-radius-30 margin-top-3px text-white background-second-color animate__a nimated an imate__slow anima te__heartBeat repeatClass box-shadow float-right">
                                    <i class="fas fa-envelope"></i>&nbsp; Form göndərin                                </a>
                            </li> -->
                                <style>
                                    /* .box-shadow2{
                                    -webkit-box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
                                    -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.20);
                                    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
                                    -webkit-transition:all .3s ease;
                                    -moz-transition:all .3s ease;
                                    transition:all .3s ease;
                                }
                                .box-shadow2:hover{
                                    -webkit-box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
                                    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.3);
                                    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 30%);
                                } */
                                    .medfind-button-wrapper {
                                        /* position: absolute;
                                    right: 0;
                                    top: 0;
                                    height: 48px;
                                    width: 140px;
                                    transform: translateY(calc(-50% - 5px)); */
                                        margin-right: 14px;
                                    }

                                    .medfind-button-mobil {
                                        position: absolute;
                                        right: 75px;
                                        top: 10px;
                                        height: 48px;
                                        /* width: 140px; */
                                        /* transform: translateY(calc(-50% - 5px)); */
                                        /* margin-right: 15px; */
                                    }

                                    .medfind-button {
                                        display: block;
                                        width: 100%;
                                        height: 100%;
                                        border-radius: 25px;
                                        border: 1px solid transparent;
                                        left: -1px;
                                        font-weight: 500;
                                        padding-left: 20px !important;
                                        padding-right: 20px !important;
                                        background: #e42404;
                                        font-style: italic;
                                        text-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
                                        font-size: 16px;
                                        position: relative;
                                        box-shadow: 0 0 30px rgba(116, 116, 116, .33);
                                        animation: launcher-button-init .7s cubic-bezier(.62, .28, .23, .99), launcher-button infinite 6s 2s;
                                        transition: background-color .4s;
                                        outline: 0
                                    }

                                    .medfind-button.opened {
                                        background: #fff url(https://blinger.io/images/widget/ic-close.png) no-repeat center center !important;
                                        background-size: 40%;
                                        animation: launcher-button-init .7s cubic-bezier(.62, .28, .23, .99), launcher-button-rotate .4s;
                                        border: 1px solid #ececec !important
                                    }

                                    .medfind-button .rings {
                                        /* position: absolute; */
                                        height: 100%;
                                        width: 100%;
                                        opacity: .6;
                                        z-index: -1;
                                        display: none
                                    }

                                    .medfind-button .rings .ring {
                                        border: 1px solid #d12626;
                                        border-radius: 25px;
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        bottom: 0;
                                        right: 0;
                                        opacity: 0;
                                        animation: launcher-button-pulsate infinite 3s
                                    }

                                    .medfind-button .rings .ring:nth-child(1) {
                                        animation-delay: .1s
                                    }

                                    .medfind-button .rings .ring:nth-child(2) {
                                        animation-delay: .25s
                                    }

                                    .medfind-button .rings .ring:nth-child(3) {
                                        animation-delay: .4s;
                                    }
                                </style>
                                <li style="position: relative;">
                                    <div class="medfind-button-wrapper">
                                        <!-- id="medfind-button" style="background-image: url(/upload/medfind_card3.png)" -->
                                        <a href="https://www.medfind.az/medfind-card" style="padding: 0 12px;width: auto;height: 35px;text-align: center;line-height: 35px;" class="medfind-button margin-right-10px btn btn-sm border-radius-30 margin-top-3px text-white background-second-color animate__a nimated an imate__slow anima te__heartBeat repeatClass box-shadow">Medpoint Card
                                            <div class="rings" id="rings" style="display: block;">
                                                <div class="ring" style="border-color: #ed1b24;"></div>
                                                <div class="ring" style="border-color: #ed1b24"></div>
                                                <div class="ring" style="border-color: #ed1b24"></div>
                                            </div>
                                        </a>
                                    </div>
                                    <!-- <a style="padding:0;margin-top: -10px;" class="box-shadow2 border-radius-30" href="https://www.medfind.az/page/medfindcart"><img src="/upload/medfind_card3.png" width="140" alt=""></a> -->
                                </li>

                                <li><a style="padding: 0 12px;width: auto;height: 35px;text-align: center;line-height: 35px;" class="margin-right-10px btn btn-sm border-radius-30 margin-top-3px text-white background-second-color animate__a nimated an imate__slow anima te__heartBeat repeatClass box-shadow float-right" href="card-basvuru"><i class="fa fa-credit-card margin-right-10px"></i> Sifariş Ver</a></li>
                                                                    <li><a style="padding: 0 12px;width: auto;height: 35px;text-align: center;line-height: 35px;" class="margin-right-10px btn btn-sm border-radius-30 margin-top-3px text-white background-second-color animate__a nimated an imate__slow anima te__heartBeat repeatClass box-shadow float-right" href="register"><i class="fa fa-key margin-right-10px"></i> Daxil ol</a></li>

                                                                <!-- <li><a style="padding: 0 12px;width: auto;height: 35px;text-align: center;line-height: 35px;" class=" margin-right-10px btn btn-sm border-radius-30 margin-top-3px text-white background-second-color animate__a nimated an imate__slow anima te__heartBeat repeatClass box-shadow float-right" href="javascript:;" onclick="loginModal();"><i class="fa fa-user margin-right-10px"></i> Daxil ol</a></li> -->
                                <!-- <li class="margin-right-10px widthAyri">
                                    <a href="javascript:;" style="padding: 0;width: 35px;height: 35px;text-align: center;line-height: 35px;" onclick="loginModal();" class="btn btn-sm border-radius-30 text-white background-second-color  box-shadow float-right padding-lr-10px margin-left-20px ">
                                        <i class="fas fa-user"></i>
                                    </a>
                                </li> -->
                                                                    <li class="langMenu">
                                        <a style="padding: 0 12px;width: auto;height: 35px;text-align: center;line-height: 35px;" class="margin-right-10px btn btn-sm border-radius-30 margin-top-3px text-white background-second-color animate__a nimated an imate__slow anima te__heartBeat repeatClass box-shadow float-right" href="#">
                                            Doktorsan? <i class="fa fa-angle-down"></i></a>
                                        <ul>
                                            <li><a href="doktor-giris">Doktor girişi et</a></li>
                                            <li>
                                                <hr style="margin:0">
                                            </li>
                                            <li><a href="doktor-kayit">Üzv ol</a></li>
                                            <li><a href="doktormusunuz">Doktorlara aid bölmə</a></li>
                                        </ul>
                                    </li>
                                
                                <li class="visible-xs visible-sm"><a href="https://www.medfind.az/medical-center">Xəstəxanalar</a></li>
                                <li class="visible-xs visible-sm"><a href="https://www.medfind.az/doctor">Həkimlər</a></li>

                                
                                <!-- <li class="langMenu" style="padding: 10px 8px;">
                                <div class="dropdown">
                                    <a data-mdb-dropdown-init class="dropdown-toggle" href="#" id="Dropdown" role="button" data-mdb-toggle="dropdown" aria-expanded="false">
                                        <i class="flag-icon-az flag-icon m-0"></i> <span class="d-block d-md-none">Azərbaycan dili</span>
                                    </a>

                                    <ul class="dropdown-menu" aria-labelledby="Dropdown">
                                                                                    
                                            <li>
                                                <a class="dropdown-item" href="/?lang=en"><i class="flag-icon-us flag-icon"></i> English</a>

                                                                                    
                                            <li>
                                                <a class="dropdown-item" href="/?lang=ru"><i class="flag-icon-ru flag-icon"></i> Русский</a>

                                                                                    
                                            <li>
                                                <a class="dropdown-item" href="/?lang=ar"><i class="flag-icon-ar flag-icon"></i> عربي</a>

                                                                                                                                
                                            <li>
                                                <a class="dropdown-item" href="/?lang=tr"><i class="flag-icon-tr flag-icon"></i> Türkçe</a>

                                                                            </ul>
                                </div>
                            </li> -->

                                <!-- <li class="langMenu hidden-xs" ><a href="#">Azerbaijani <i class="fa fa-angle-down"></i></a>
                                <ul>
                                                                    </ul>
                            </li> -->
                                <style>
                                    header ul.nav-menu>li {
                                        display: inline-grid;
                                    }
                                </style>

                                <style>
                                    header ul.nav-menu>li>ul.sub-menu {
                                        left: auto;
                                        right: 0;
                                        -webkit-box-shadow: 3px 5px 8px #555;
                                        -moz-box-shadow: 3px 5px 8px #555;
                                        box-shadow: 3px 5px 8px #555;
                                    }
                                </style>
                                <!--
                            <li class="has-dropdown hidden-xs padding-lr-20px"><a style="font-size: 16px;" href="#">Hekimler/Klinakalar &nbsp;<img style="width: 24px;" src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48bGluZSB4MT0iMyIgeDI9IjIxIiB5MT0iMTIiIHkyPSIxMiIvPjxsaW5lIHgxPSIzIiB4Mj0iMjEiIHkxPSI2IiB5Mj0iNiIvPjxsaW5lIHgxPSIzIiB4Mj0iMjEiIHkxPSIxOCIgeTI9IjE4Ii8+PC9zdmc+" alt=""></a>
                                <ul class="sub-menu">-->
                                <!-- <li><a href="https://www.medfind.az/page/aboutus">Haqqımızda</a></li> -->
                                <!-- <li><a href="https://www.medfind.az/page/whyturkey">Neden Türkiye</a></li> -->
                                <!-- <li><a href="https://www.medfind.az/destination">Şəhərlər</a></li> -->
                                <!--<li><a href="https://www.medfind.az/medical-center">Xəstəxanalar</a></li>
                                    <li><a href="https://www.medfind.az/doctor">Həkimlər</a></li>-->
                                <!-- <li><a href="https://www.medfind.az/specialties">Tibbi şöbələr</a></li> -->
                                <!-- <li><a href="https://www.medfind.az/page/patients-guide">Hasta Kılavuzu</a></li> -->
                                <!-- <li><a href="https://www.medfind.az/contact">Əlaqə</a></li> -->
                                <!--</ul>
                            </li>-->
                            </ul>
                        </div>
                    </div>
                </div>

            </div>

        </div>
                    <div class="container hidden-xs hidden-sm">
                <div class="row">

                    <div class="col-lg-12 col-md-12 position-inherit">
                        <ul id="menu-main-1" class="nav-menu float-left link-padding-tb-10px">
                            <!-- <li><a href="https://www.medfind.az/page/whyturkey">Neden Türkiye</a></li>
                    <li><a href="https://www.medfind.az/destination">Şəhərlər</a></li> -->
                            <li><a href="https://www.medfind.az/medical-center">Xəstəxanalar</a></li>
                            <li><a href="https://www.medfind.az/doctor">HƏKİMLƏR</a></li>
                            <li><a href="https://www.medfind.az/specialties">TİBBİ ŞÖBƏLƏR</a></li>
                            <!-- <li><a href="https://www.medfind.az/patients/detail/1/">Hasta Kılavuzu</a></li> -->

                        </ul>
                    </div>
                </div>
            </div>
                    </div>
</header>
<!--
         
<div class="form-common-callback widget-form click-bg-child">
        <div class="close"></div>
        <div class="modal-dialog-after-item modal-dialog-after--preload flex middle-xs center-xs" style="display: none;">
            <i class="fa fa-refresh fa-spin fa-3x fa-fw margin-bottom"></i>
        </div>
        <div id="beniaramesajbasarili" class="modal-dialog-after-view--step_one form-common-callback__step-one js-view-step-one hidden text-center">
            <p class="form-common-callback__step--fs24">We received your request</p><span class="modal-dialog-after--success__i"></span>
            <p class="form-common-callback__step-one--fs16">We will contact you within 30 minutes</p>
        </div>
        <div class="modal-dialog-after-view__step_two form-common-callback__step-two js-view-step-two text-center" style="display: none;">
            <p class="form-common-callback__step--fs24 form-common-callback--pb19">What is the best time to call you?</p>
            <div class="modal-dialog-after-item__radio-block form-common-callback__step-two--pb34 custom-radio flex">
                <label class="custom-radio__label custom-radio__label--mr8 js-custom-radio"><input class="custom-radio__input js-radio-day-call" name="day-call" type="radio" value="0"> <i class="custom-radio__icon"></i> <span>Today</span></label> <label class="custom-radio__label js-custom-radio"><input class="custom-radio__input js-radio-day-call" name="day-call" type="radio" value="1"> <i class="custom-radio__icon"></i> <span>Tomorrow</span></label>
                <p class="modal-dialog-after-view__error js-block-radio-error hidden">Please select a day to call</p>
            </div>
            <p class="modal-dialog-after-view__content--m0">Select time to call</p>
            <div class="custom-select-call custom-select-call--mb136 flex js-custom-select">
                <span class="js-current-value-none">Not chosen</span> <span class="js-current-value hidden"></span> <span class="custom-select__item js-select-icon"></span>
                <ul class="custom-select-call__options hidden js-custom-options" style="display: none;"></ul>
                <p class="modal-dialog-after-view__error modal-dialog-after-view__error--select js-select-error hidden">Please select a time to call</p>
            </div><button class="button modal-dialog-after-item--button js-agree-call-btn">Schedule call</button>
        </div>
        <div class="modal-dialog-after-view__step_three form-common-callback__step-three js-view-step-three hidden text-center" style="display: none;">
            <p class="modal-dialog-after-view__content--pb57 form-common-callback__step-tree--fs24">We received your request</p><span class="modal-dialog-after--success__i"></span>
            <p class="form-common-callback__step-one--fs14 form-common-callback__step-tree--p63">We will call you back in time</p><button class="button modal-dialog-after-item--button js-personal-area-btn modal-close modal-close--no_abs">Go to personal account</button>
        </div>
        
        <form action="/save-order/" class="js-callback-form" data-event-label="form-type2_1" id="form_common_callback" method="post" name="form_common_callback">
            <input name="_csrf-frontend" type="hidden" value="Mbc4M0j7BBRFdDX82mzuGwpLvcOWXaoaF5fasMtMhp5S4l9Wea1VXikaZs6CJZ1JJwzlsuwq4C580aOAgXTgqg==">
            <div class="callback__title">
                Geri arama isteği            </div>
            <div class="callback__img-wrap">
                <img src="assets/img/beniara.svg" height="72" alt="">
                <div class="callback__subtitle">
                    Get callback and consultation for free!
                </div>
            </div>
            <div class="form-item modal-clinic-form-item flex-column required error">
                <label class="control-label" for="form_common_callback_phone">Telefon numarası</label>
                <input type="tel" id="beniarainput">
                <div id="beniarahata"></div>
                <div id="beniarauyari"></div>
            </div><input name="clinic_id" type="hidden" value="0"> <input name="OrderModal[type]" type="hidden" value="callback"> <button class="btn btn-success btn-block" id="beniarabuton" type="button">Call me back</button>
            <div class="disclaimer">
                <p class="form-callback-call-us">veya bizi arayın <a href="tel:+905335476195">+90 533 547 61 95</a></p>
            </div>
        </form>
    </div>
-->
        <div id="page-title" class="padding-tb-60px gradient-white" style="background:url(assets/img/header_bg.jpg) center center no-repeat; ">
            <div class="container">
                <ol class="breadcrumb">
                    <li><a href="https://www.medfind.az/">Medikal Turizm</a></li>
                    <li><a>Bloq Yazıları</a></li>
                    <li class="active">Doppler Ultrasəs Müayinəsi </li>
                </ol>
                <h1 class="font-weight-500 text-white">Doppler Ultrasəs Müayinəsi </h1>
            </div>
        </div>
        <style>
            .sehirYazi{
                /*color: #fff;*/
                /* font-weight: 700; */
                font-size: 21px;
                text-shadow: 0px 1px 3px #ddd;
            }
        </style>
        <div class="margin-tb-30px">
            <div class="container">
                <div class="row">

                <div class="col-lg-12">
                                        <div class="margin-bottom-30px box-shadow">
                        <div class="padding-20px background-white">

                            <div class="row">
                                <div class="col-md-12">
                                    <h2>Doppler Ultrasəs Müayinəsi </h2>
                                    <img style="float:left;padding-right:20px;" src="https://www.medfind.az/timthumb.php?src=/upload/blog/dopperpng-64c.png&w=300&h=200&q=90&a=c&zc=1" alt="">
                                    <p>Doppler ultrasəs müayinəsi qan damarlarında qan axınının sürətini, istiqamətini və axın xüsusiyyətlərini qiymətləndirməyə ..</p>
                                    <p><h1>Doppler Ultrasəs M&uuml;ayinəsi Nədir?</h1>

<p>Doppler ultrasəs m&uuml;ayinəsi qan damarlarında qan axınının <strong>s&uuml;rətini, istiqamətini və axın x&uuml;susiyyətlərini</strong> qiymətləndirməyə imkan verən x&uuml;susi ultrasəs &uuml;suludur. Bu m&uuml;ayinə &uuml;rək-damar sistemi xəstəliklərinin erkən diaqnostikası, damar tutulmaları və qan d&ouml;vranı pozğunluqlarının aşkarlanmasında m&uuml;h&uuml;m rol oynayır.</p>

<p>Doppler ultrasəs <strong>ş&uuml;alanma i&ccedil;ərməyən</strong>, təhl&uuml;kəsiz və ağrısız diaqnostik m&uuml;ayinə metodudur.</p>

<hr />
<h2>Doppler Ultrasəs Necə İşləyir?</h2>

<p>Doppler effekti prinsipi əsasında işləyən bu &uuml;sulda, ultrasəs dalğaları hərəkətdə olan qan h&uuml;ceyrələrindən əks olunaraq cihaz tərəfindən analiz edilir. Bu zaman qan axınının s&uuml;rəti və istiqaməti rəngli və qrafik şəkildə ekranda əks olunur.</p>

<hr />
<h2>Doppler Ultrasəs Hansı Hallarda Aparılır?</h2>

<p>Doppler ultrasəs aşağıdakı hallarda tətbiq olunur:</p>

<ul>
	<li>
	<p>Damar daralması və ya tutulması</p>
	</li>
	<li>
	<p>Ateroskleroz və damar sərtliyi</p>
	</li>
	<li>
	<p>Varikoz xəstəliyi</p>
	</li>
	<li>
	<p>Dərin ven trombozu (DVT)</p>
	</li>
	<li>
	<p>&Uuml;rək-damar xəstəlikləri</p>
	</li>
	<li>
	<p>Şəkərli diabetə bağlı damar problemləri</p>
	</li>
	<li>
	<p>Hamiləlikdə ana və d&ouml;l&uuml;n qan d&ouml;vranının qiymətləndirilməsi</p>
	</li>
</ul>

<hr />
<h2>Doppler Ultrasəs N&ouml;vləri</h2>

<p>Tibbdə istifadə olunan əsas Doppler n&ouml;vləri:</p>

<ul>
	<li>
	<p><strong>Rəngli Doppler Ultrasəs</strong> &ndash; qan axını rənglə g&ouml;stərilir</p>
	</li>
	<li>
	<p><strong>Spektral Doppler</strong> &ndash; qan axınının s&uuml;rəti qrafiklə &ouml;l&ccedil;&uuml;l&uuml;r</p>
	</li>
	<li>
	<p><strong>Power Doppler</strong> &ndash; zəif qan axınlarının aşkarlanması &uuml;&ccedil;&uuml;n istifadə olunur</p>
	</li>
</ul>

<hr />
<h2>Doppler Ultrasəs M&uuml;ayinəsi Aparılan Bədən Nahiyələri</h2>

<p>Doppler ultrasəs aşağıdakı damar və nahiyələrdə aparılır:</p>

<ul>
	<li>
	<p>Boyun damarları (Karotid arteriyalar)</p>
	</li>
	<li>
	<p>Beyin damarları</p>
	</li>
	<li>
	<p>&Uuml;rək ətrafı damarlar</p>
	</li>
	<li>
	<p>Qol və ayaq damarları</p>
	</li>
	<li>
	<p>Ayaq venaları (varikoz m&uuml;ayinəsi)</p>
	</li>
	<li>
	<p>B&ouml;yrək damarları</p>
	</li>
	<li>
	<p>Qaraciyər damarları</p>
	</li>
	<li>
	<p>D&ouml;l&uuml;n g&ouml;bək ciyəsi damarları</p>
	</li>
</ul>

<hr />
<h2>Ən &Ccedil;ox Aparılan Doppler M&uuml;ayinələrinin Adları</h2>

<p>Tibbi praktikada geniş istifadə olunan Doppler m&uuml;ayinələri:</p>

<ul>
	<li>
	<p><strong>Karotid Doppler Ultrasəs</strong></p>
	</li>
	<li>
	<p><strong>Alt Ətraf Ven Doppler</strong></p>
	</li>
	<li>
	<p><strong>Alt Ətraf Arter Doppler</strong></p>
	</li>
	<li>
	<p><strong>Yuxarı Ətraf Doppler</strong></p>
	</li>
	<li>
	<p><strong>Renal (B&ouml;yrək) Doppler</strong></p>
	</li>
	<li>
	<p><strong>Portal Ven Doppler</strong></p>
	</li>
	<li>
	<p><strong>Hamiləlik Doppler M&uuml;ayinəsi</strong></p>
	</li>
	<li>
	<p><strong>Varikoz Doppler Ultrasəs</strong></p>
	</li>
</ul>

<hr />
<h2>Doppler Ultrasəs M&uuml;ayinəsinə Hazırlıq</h2>

<p>Hazırlıq m&uuml;ayinənin n&ouml;v&uuml;nə g&ouml;rə dəyişir:</p>

<ul>
	<li>
	<p>Əksər Doppler m&uuml;ayinələri &uuml;&ccedil;&uuml;n x&uuml;susi hazırlıq tələb olunmur</p>
	</li>
	<li>
	<p>Qarın damarları &uuml;&ccedil;&uuml;n aparılan Doppler m&uuml;ayinələrində <strong>6&ndash;8 saat ac qalmaq</strong> t&ouml;vsiyə olunur</p>
	</li>
	<li>
	<p>M&uuml;ayinə g&uuml;n&uuml; rahat geyim se&ccedil;ilməsi məsləhətdir</p>
	</li>
</ul>

<hr />
<h2>Doppler Ultrasəs Təhl&uuml;kəsizdirmi?</h2>

<p>Doppler ultrasəs ionlaşdırıcı ş&uuml;a istifadə etmədiyi &uuml;&ccedil;&uuml;n <strong>tam təhl&uuml;kəsizdir</strong>. Hamilə qadınlarda, yaşlılarda və xroniki xəstəliyi olan pasiyentlərdə rahatlıqla tətbiq edilə bilər. Yan təsiri yoxdur.</p>

<hr />
<h2>Doppler Ultrasəs M&uuml;ayinəsi Haqqında Ətraflı Məlumat, Qiymət və Randevu</h2>

<p>Doppler ultrasəs damar sağlamlığının qiymətləndirilməsində ən etibarlı və effektiv m&uuml;ayinə &uuml;sullarından biridir. M&uuml;ayinənin n&ouml;v&uuml; və əhatə dairəsinə g&ouml;rə <strong>qiymətlər dəyişə bilər</strong>.</p>

<p><strong>Doppler ultrasəs m&uuml;ayinəsi haqqında ətraflı məlumat almaq, aktual qiymətləri &ouml;yrənmək və randevu yaratmaq &uuml;&ccedil;&uuml;n Medpoint pasiyent dəstək xidməti ilə əlaqə saxlaya bilərsiniz.</strong></p>

<p><strong>Qiymət məlumatı və randevu &uuml;&ccedil;&uuml;n bizimlə əlaqə saxlayın <a href="https://wa.me/9945508537488"><span style="color:#c0392b">+994 50 853 74 88&nbsp;</span></a></strong><br />
<strong>Medpoint &ndash; m&uuml;asir avadanlıqlar və ixtisaslaşmış həkimlərlə etibarlı Doppler ultrasəs xidməti</strong></p>
</p>
                                </div>
                            </div>

                        </div>
                    </div>
                    
                </div>

            </div>
        </div>
        <style>
    .medfind_card {
        position: fixed;
        bottom: 0;
        z-index: 9999996;
    }

    #blinger-launcher-iframe {
        display: none;
        position: fixed;
        bottom: 0;
        z-index: 9999996;
        width: 100px;
        height: 100px;
    }

    #blinger-launcher-iframe.blinger-launcher-left {
        left: 0
    }

    #blinger-launcher-iframe.blinger-launcher-right {
        right: 0
    }

    #blinger-launcher-iframe.blinger-launcher-ring-false {
        width: 68px;
        height: 78px;
        bottom: 15px
    }

    #blinger-launcher-iframe.blinger-launcher-left.blinger-launcher-ring-false {
        left: 27px
    }

    #blinger-launcher-iframe.blinger-launcher-right.blinger-launcher-ring-false {
        right: 27px
    }

    #blinger-launcher-iframe {
        z-index: 500 !important
    }

    .blinger-invitation-iframe {
        z-index: 500 !important
    }

    .launcher {
        text-align: right;
        height: 100%;
        width: 100%;
        position: relative;
        overflow: hidden
    }

    .launcher-button-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 60px;
        width: 60px;
        margin: auto
    }

    .launcher-button {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 1px solid transparent;
        background: #ff4242 center center no-repeat;
        background-size: 50%;
        left: -1px;
        position: relative;
        box-shadow: 0 0 30px rgba(116, 116, 116, .33);
        animation: launcher-button-init .7s cubic-bezier(.62, .28, .23, .99), launcher-button infinite 6s 2s;
        transition: background-color .4s;
        outline: 0
    }

    .launcher-button.opened {
        background: #fff url(https://blinger.io/images/widget/ic-close.png) no-repeat center center !important;
        background-size: 40%;
        animation: launcher-button-init .7s cubic-bezier(.62, .28, .23, .99), launcher-button-rotate .4s;
        border: 1px solid #ececec !important
    }

    .launcher .rings {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: .6;
        z-index: -1;
        display: none
    }

    .launcher .rings .ring {
        border: 1px solid #ff4242;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        animation: launcher-button-pulsate infinite 3s
    }

    .launcher .rings .ring:nth-child(1) {
        animation-delay: .1s
    }

    .launcher .rings .ring:nth-child(2) {
        animation-delay: .25s
    }

    .launcher .rings .ring:nth-child(3) {
        animation-delay: .4s
    }

    .launcher .launcher-powered {
        display: none;
        position: absolute;
        bottom: 10px;
        right: 33px;
        font-size: 14px;
        text-align: center;
        color: #afafaf;
        animation: launcher-powered-init .25s
    }

    .launcher.blinger-launcher-ring-false .launcher-button {
        bottom: auto;
        box-shadow: none;
        animation: inherit
    }

    .launcher.blinger-launcher-ring-false .launcher-powered {
        right: 6px;
        bottom: 0
    }

    .launcher.blinger-launcher-ring-false .launcher-button-wrapper {
        bottom: auto
    }

    .launcher .launcher-powered.closing {
        animation: launcher-powered-close .25s cubic-bezier(.16, .44, .2, .96)
    }

    @keyframes launcher-powered-init {
        0% {
            transform: translateY(10px);
            opacity: 0
        }

        to {
            transform: translateY(0);
            opacity: 1
        }
    }

    @keyframes launcher-powered-close {
        0% {
            transform: translateY(0);
            opacity: 1
        }

        to {
            transform: translateY(10px);
            opacity: 0
        }
    }

    @keyframes launcher-button-rotate {
        0% {
            transform: rotate(-90deg)
        }

        100% {
            transform: rotate(0)
        }
    }

    @keyframes launcher-button-pulsate {
        60% {
            transform: scale(1, 1);
            opacity: 0
        }

        70% {
            transform: scale(1, 1);
            opacity: 1
        }

        100% {
            transform: scale(1.7, 1.7);
            opacity: 0
        }
    }

    @keyframes launcher-button-init {
        0% {
            transform: scale(0);
            opacity: 0
        }

        30% {
            transform: scale(.5) rotate(-180deg);
            opacity: 0
        }

        to {
            transform: scale(1) rotate(0);
            opacity: 1
        }
    }

    @keyframes launcher-button {
        0% {
            transform: rotate(0)
        }

        5% {
            transform: rotate(359deg)
        }

        to {
            transform: rotate(360deg)
        }
    }

    .channels-wrapper {
        height: 100%
    }

    .channels-wrapper.left .channels {
        float: left
    }

    .channels-wrapper.right .channels {
        float: right
    }

    .channels-wrapper .channels-title {
        display: none;
        text-align: center
    }

    .channels-wrapper .channel {
        position: relative;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        background: #ff4242 no-repeat center center;
        transition: all .6s;
        margin-bottom: 4px;
        width: 50px;
        height: 50px;
        box-shadow: 0 0 3px rgba(0, 0, 0, .2)
    }

    .channels-wrapper .channel-wrapper {
        width: 100%;
        float: left
    }

    .channels-wrapper .tooltip {
        display: none;
        position: absolute;
        right: 60px;
        top: 50%;
        width: 180px;
        transform: translate(0, -50%);
        animation: channels-tooltip .2s
    }

    .channels-wrapper .tooltip-inner {
        border-radius: 10px;
        padding: 3px 11px;
        background: #fff;
        color: #444;
        font-size: 14px;
        font-weight: 700;
        float: left
    }

    .channels-wrapper.left .tooltip-inner {
        float: left
    }

    .channels-wrapper.right .tooltip-inner {
        float: right;
        text-align: right
    }

    .channels-wrapper.left .tooltip {
        right: auto;
        left: 60px
    }

    .channels-wrapper.desktop .channel:hover .tooltip {
        display: block
    }

    .channels-wrapper.desktop .channel:hover .tooltip-inner:empty {
        display: none
    }

    .channels-wrapper.desktop .channels {
        width: 62px
    }

    @media (max-height:60px) {
        .channels-wrapper.mobile .channel-wrapper {
            width: 50%
        }
    }

    .channels-wrapper.mobile .channels-title {
        display: block
    }

    .channels-wrapper.mobile {
        padding: 15px
    }

    .channels-wrapper.mobile .channel {
        margin-bottom: 15px
    }

    .channels-wrapper.mobile .channel-wrapper {
        width: 25%
    }

    @media (max-width:60px) {
        .channels-wrapper.mobile .channel-wrapper {
            width: 50%
        }
    }

    @keyframes channels-tooltip {
        0% {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .sidebar-close-button {
        display: block;
        float: right;
        height: 50px;
        width: 50px;
        opacity: .7;
        background: url(https://blinger.io/images/widget/ic-close-white.png) center center no-repeat;
        transition: all .3s ease-in-out;
        outline: 0
    }

    .sidebar-close-button:hover {
        opacity: 1;
        transform: rotate(90deg)
    }

    .sidebar-header {
        margin-bottom: 0;
        height: 71px;
        overflow: hidden
    }

    .sidebar-header td {
        padding: 0 15px;
        font-size: 15px;
        vertical-align: middle;
        border-bottom: 1px solid rgba(214, 214, 214, .29)
    }

    .sidebar-header td:last-child {
        padding: 10px 10px 10px 15px
    }

    .sidebar-header .sidebar-header-title {
        max-height: 70px;
        overflow: hidden
    }

    .popup-close-button {
        display: block;
        float: right;
        height: 40px;
        width: 40px;
        opacity: .7;
        background: url(https://blinger.io/images/widget/ic-close.png) center center no-repeat;
        transition: all .3s ease-in-out
    }

    .popup-close-button:hover {
        opacity: 1;
        transform: rotate(90deg)
    }

    .popup-header {
        margin-bottom: 0;
        background: #fff
    }

    .popup-header td {
        padding: 10px 10px 10px 15px;
        vertical-align: middle;
        border-bottom: 1px solid rgba(214, 214, 214, .29)
    }

    .popup-body {
        padding: 15px;
        background: #fff
    }

    .invitation-wrapper {
        display: table;
        height: 100%;
        width: 100%
    }

    .invitation {
        display: table-cell;
        height: 100%;
        width: 100%;
        padding: 30px;
        text-align: right;
        vertical-align: bottom
    }

    .invitation .invitation-content {
        position: relative;
        display: block;
        float: right;
        text-align: left;
        border-radius: 6px;
        box-shadow: 0 3px 20px rgba(116, 116, 116, .2);
        background: #fff
    }

    .invitation-position-left .invitation-content {
        float: left;
        text-align: left
    }

    .invitation-wrapper .close {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background: #eee url(https://blinger.io/images/widget/ic-close.png) no-repeat center center;
        background-size: 10px 10px;
        opacity: 0;
        right: 0;
        top: -40px;
        transition: opacity .2s
    }

    .invitation:hover .close {
        opacity: .6
    }

    .invitation .invitation-message {
        text-decoration: none;
        display: block;
        height: 100%;
        overflow: hidden;
        padding: 15px;
        color: #555;
        font-size: 14px
    }

    .livechat {
        position: absolute;
        top: 71px;
        bottom: 0;
        left: 0;
        right: 0
    }

    .livechat .messages {
        position: absolute;
        top: 0;
        bottom: 100px;
        left: 0;
        right: 0;
        overflow: auto !important;
        background-size: 200px 200px
    }

    .livechat .messages .message {
        float: left;
        display: block;
        clear: both;
        border-radius: 8px;
        padding: 5px 10px;
        margin: 10px 30px;
        margin-right: 40px;
        color: #000;
        background: #fff;
        position: relative;
        border: 1px solid #d3d7de;
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word
    }

    .livechat .messages .message .message-arrow {
        display: none;
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: -6px;
        right: auto;
        top: -10px;
        bottom: auto;
        border: 10px solid;
        transform: rotate(-45deg);
        border-color: transparent
    }

    .livechat .messages .message .message-time {
        text-align: right;
        margin-top: 3px;
        margin-left: 15px;
        font-size: 70%;
        opacity: .6
    }

    .livechat .messages .message.mine .message-arrow {
        right: -6px;
        left: auto;
        transform: rotate(-135deg)
    }

    .livechat .messages .message.mine {
        float: right;
        background: #edeff2;
        border: none;
        margin-right: 30px;
        margin-left: 40px
    }

    .livechat .send-message-form {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        background: #fff
    }

    .livechat .send-message-form textarea {
        border: none;
        resize: none;
        border-radius: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(191, 191, 191, .05);
        border-top: 1px solid rgba(185, 185, 185, .15);
        display: block;
        transition: all .2s
    }

    .livechat .send-message-form textarea:focus {
        background-color: transparent;
        box-shadow: 0 0 51px rgba(185, 185, 185, .2)
    }

    .livechat .file-link {
        display: block;
        background: url(https://blinger.io/images/widget/livechat-file.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        line-height: 30px;
        padding-left: 40px;
        text-align: center;
        background-position: 20%;
        height: 28px;
        vertical-align: center
    }

    .blinger-channels-iframe {
        height: 120px;
    }

    .blinger-channels-iframe {
        display: none;
        position: fixed;
        bottom: 112px;
        width: 62px;
        height: 400px;
        z-index: 9999995;
    }

    .blinger-channels-iframe.blinger-channels-iframe-desktop:hover {
        width: 250px;
        max-width: 100%
    }

    .blinger-channels-iframe.blinger-channels-iframe-mobile {
        width: 300px;
        bottom: 120px;
        max-width: calc(100% - 60px);
        max-height: calc(100% - 140px);
        box-shadow: 0 5px 50px rgba(0, 0, 0, .13) !important;
        background: #fff;
        border-radius: 6px
    }

    .blinger-channels-iframe-left {
        left: 30px;
        right: auto
    }

    .blinger-channels-iframe-right {
        left: auto;
        right: 30px
    }

    .blinger-channels-iframe-left.blinger-channels-iframe-mobile {
        animation: blinger-channels-show-left .2s cubic-bezier(.62, .28, .23, .99)
    }

    .blinger-channels-iframe-right.blinger-channels-iframe-mobile {
        animation: blinger-channels-show-right .2s cubic-bezier(.62, .28, .23, .99)
    }

    .blinger-channels-iframe-left.blinger-channels-iframe-mobile.blinger-channels-hiding {
        animation: blinger-channels-hide-left .3s cubic-bezier(.62, .28, .23, .99) !important
    }

    .blinger-channels-iframe-right.blinger-channels-iframe-mobile.blinger-channels-hiding {
        animation: blinger-channels-hide-right .3s cubic-bezier(.62, .28, .23, .99) !important
    }

    .blinger-channels-iframe.blinger-channels-iframe-desktop {
        overflow: hidden;
        animation: blinger-channels-desktop-show .4s cubic-bezier(.16, .44, .2, .96)
    }

    .blinger-channels-iframe.blinger-channels-iframe-desktop.blinger-channels-hiding {
        animation: blinger-channels-desktop-hide .3s cubic-bezier(.16, .44, .2, .96)
    }

    @keyframes blinger-channels-show-left {
        0% {
            opacity: 0;
            transform: translateX(30px)
        }

        to {
            opacity: 1;
            transform: translateX(0)
        }
    }

    @keyframes blinger-channels-hide-left {
        0% {
            opacity: 1;
            transform: translateX(0)
        }

        to {
            opacity: 0;
            transform: translateX(30px)
        }
    }

    @keyframes blinger-channels-show-right {
        0% {
            opacity: 0;
            transform: translateX(-30px)
        }

        to {
            opacity: 1;
            transform: translateX(0)
        }
    }

    @keyframes blinger-channels-hide-right {
        0% {
            opacity: 1;
            transform: translateX(0)
        }

        to {
            opacity: 0;
            transform: translateX(-30px)
        }
    }

    @keyframes blinger-channels-desktop-show {
        0% {
            bottom: 30px;
            opacity: 0
        }

        to {
            bottom: 96px;
            opacity: 1
        }
    }

    @keyframes blinger-channels-desktop-hide {
        0% {
            bottom: 96px;
            opacity: 1
        }

        to {
            bottom: 30px;
            opacity: 0
        }
    }
</style>
<!-- <div class="medfind_card"></div> -->
<div id="blinger-launcher-iframe" class="blinger-launcher-right blinger-launcher-ring-true" style="display: block; z-index: 9999996;">
    <div class="launcher launcher-position-right blinger-launcher-ring-true">
        <div class="launcher-button-wrapper" style="width: 60px; height: 60px">
            <a class="launcher-button" href="javascript:;" id="launcher-button" style="background-color: #ed1b24; background-image: url(https://app.blinger.io/images/widget/ic.png)">
                <div class="rings" id="rings" style="display: block;">
                    <div class="ring" style="border-color: #ed1b24"></div>
                    <div class="ring" style="border-color: #ed1b24"></div>
                    <div class="ring" style="border-color: #ed1b24"></div>
                </div>
            </a>
        </div><a class="launcher-powered" href="https://blinger.io/?utm_source=bookimed.com&amp;utm_campaign=widget&amp;utm_medium=widget" id="launcher-powered" style="display: none;" target="_blank">blinger.io</a>
    </div>
</div>
<div id="blinger-channels-iframe" class="blinger-channels-iframe blinger-channels-iframe-right blinger-channels-iframe-desktop">
    <div class="channels-wrapper desktop right">
        <div class="channels">
            <div class="channel-wrapper">
                <a class="channel" data-container="body" data-toggle="popover" data-placement="left" data-content="E-Mail" data-trigger="hover" href="mail:info@medpoint.az" id="channel-75193182.66924562" style="width: 50px;height: 50px;background-color: #3b5998; background-size: 55% 55%; background-image: url(https://app.blinger.io/images/widget2/email.png);" target="_blank"></a>
            </div>
            <div class="channel-wrapper">
                <a class="channel" data-container="body" data-toggle="popover" data-placement="left" data-content="Facebook" data-trigger="hover" href="https://www.facebook.com/Medpoint.az" id="channel-75193182.66924562" style="width: 50px;height: 50px;background-color: #3b5998; background-size: 55% 55%; background-image: url(https://app.blinger.io/images/widget2/facebook.png);" target="_blank"></a>
            </div>
            <div class="channel-wrapper">
                <a class="channel" data-container="body" data-toggle="popover" data-placement="left" data-content="Instagram" data-trigger="hover" href="https://www.instagram.com/medpoint_azerbaijan/" id="channel-82237003.59752657" style="width: 50px;height: 50px;background-color: #ddd; background-size: 55% 55%; background-image: url(https://livechat.chat2desk.com/images/widget/instagram.png);" target="_blank"></a>
            </div>
            <div class="channel-wrapper">
                <a class="channel" data-container="body" data-toggle="popover" data-placement="left" data-content="TikTok" data-trigger="hover" href="https://www.tiktok.com/@medpoint.az" id="channel-75193182.66924562" style="width: 50px;height: 50px;background-color: #000; background-size: 55% 55%; background-image: url(assets/images/8666453_tiktok_icon.png);" target="_blank"></a>
            </div>
            <!-- <div class="channel-wrapper">
                <a class="channel" href="https://telegram.me/turkishmedicalcenters" id="channel-96993252.19149548" style="width: 50px;height: 50px;background-color: #34b1e1; background-size: 55% 55%; background-image: url(https://app.blinger.io/images/widget2/telegram.png);" target="_blank">
                <div class="tooltip">
                    <div class="tooltip-inner">
                        Telegram
                    </div>
                </div></a>
            </div> -->
            <!-- <div class="channel-wrapper">
                <a class="channel" href="line://call/90/5335476195" id="channel-54573531.42702803" style="width: 50px;height: 50px;background-color: #00b900; background-size: 55% 55%; background-image: url(https://app.blinger.io/images/widget2/line.png);" target="_blank">
                <div class="tooltip">
                    <div class="tooltip-inner">
                        Line
                    </div>
                </div></a>
            </div>
            <div class="channel-wrapper">
                <a class="channel" href="https://vk.com/id535629849" id="channel-54573531.42702803" style="width: 50px;height: 50px;background-color: #4a76a8; background-size: 55% 55%; background-image: url(https://app.blinger.io/images/widget2/vk.png);" target="_blank">
                <div class="tooltip">
                    <div class="tooltip-inner">
                        VK
                    </div>
                </div></a>
            </div> -->
            <div class="channel-wrapper">
                <a class="channel" data-container="body" data-toggle="popover" data-placement="left" data-content="Telefon" data-trigger="hover" href="tel:+994504440336" id="channel-54573531.42702803" style="width: 50px;height: 50px;background-color: #22294a; background-size: 55% 55%; background-image: url(assets/images/2561306_phone_call_icon.png);" target="_blank"></a>
            </div>
            <div class="channel-wrapper">
                <a class="channel" data-container="body" data-toggle="popover" data-placement="left" data-content="WhatsApp" data-trigger="hover" href="https://api.whatsapp.com/send?phone=+994504440336" id="channel-82237003.59752657" style="width: 50px;height: 50px;background-color: #29b200; background-size: 55% 55%; background-image: url(https://app.blinger.io/images/widget2/whatsapp.png);" target="_blank"></a>
            </div>
            <!-- <div class="channel-wrapper">
                <a class="channel" href="#" id="channel-429607064" style="width: 50px;height: 50px;background-color: #a3cc0e; background-size: 55% 55%; background-image: url(https://app.blinger.io/images/widget2/livechat.png);" target="_self">
                <div class="tooltip">
                    <div class="tooltip-inner">
                        Livechat
                    </div>
                </div></a>
            </div> -->
        </div>
    </div>
</div>
<footer class="padding-top-50px padding-bottom-30px footerbg1">
    <div class="container">
        <div class="row">
            <div class="col-md-10">
                <div class="row">
                    <div class="col-md-3">
                        <h5>Sürətli keçidlər</h5>
                        <ul class="footer-menu margin-tb-15px margin-lr-0px padding-0px list-unstyled float-lg-right">
                            <li><a class="text-white" href="https://www.medfind.az/">Ana Səhifə</a></li>
                            <li><a class="text-white" href="https://www.medfind.az/page/haqqimizda">Haqqımızda</a></li>
                            <li><a class="text-white" href="https://www.medfind.az/destination">Şəhərlər</a></li>
                            <li><a class="text-white" href="https://www.medfind.az/medical-center">Xəstəxanalar</a></li>
                            <li><a class="text-white" href="https://www.medfind.az/doctor">Həkimlər</a></li>
                            <li><a class="text-white" href="https://www.medfind.az/specialties">Tibbi şöbələr</a></li>
                            <li><a class="text-white" href="https://www.medfind.az/page/istifadə-qaydalari">İstifadə Qaydaları</a></li>
                            <li><a class="text-white" href="https://www.medfind.az/contact">Əlaqə</a></li>
                        </ul>
                    </div>
                    <div class="col-md-3">
                        <h5>Seçilmiş Şəhərlər</h5>
                        <ul class="footer-menu margin-tb-15px margin-lr-0px padding-0px list-unstyled float-lg-right">
                                                                <li><a href="destination/detail/1/baki" class="text-white">BAKI</a></li>
                                                                <li><a href="destination/detail/2/sumqayit" class="text-white">SUMQAYIT</a></li>
                                                                <li><a href="destination/detail/4/gnc" class="text-white">GƏNCƏ</a></li>
                                                                <li><a href="destination/detail/9/istanbul" class="text-white">ISTANBUL</a></li>
                                                                <li><a href="destination/detail/10/ankara" class="text-white">ANKARA</a></li>
                                                                <li><a href="destination/detail/11/antalya" class="text-white">ANTALYA</a></li>
                                                                <li><a href="destination/detail/12/trabzon" class="text-white">TRABZON</a></li>
                                                    </ul>
                    </div>
                    <div class="col-md-3">
                        <h5>Seçilmiş İxtisaslar</h5>
                        <ul class="footer-menu margin-tb-15px margin-lr-0px padding-0px list-unstyled float-lg-right">
                                                                <li><a href="medical-center&cat=5" class="text-white">Qastroenteroloqiya</a></li>
                                                                <li><a href="medical-center&cat=8" class="text-white">Ginekologiya</a></li>
                                                                <li><a href="medical-center&cat=9" class="text-white">Qulaq Burun Boğaz</a></li>
                                                                <li><a href="medical-center&cat=11" class="text-white">Neyrocərrahiyyə</a></li>
                                                                <li><a href="medical-center&cat=25" class="text-white">Nevrologiya</a></li>
                                                                <li><a href="medical-center&cat=27" class="text-white">Kardiologiya</a></li>
                                                                <li><a href="medical-center&cat=39" class="text-white">Pulmonologiya</a></li>
                                                                <li><a href="medical-center&cat=41" class="text-white">Andrologiya</a></li>
                                                    </ul>
                    </div>
                    <div class="col-md-3">
                        <h5>Sosial Media</h5>
                        <ul class="footer-menu margin-tb-15px margin-lr-0px padding-0px list-unstyled float-lg-right">
                            <li class="list-inline-item"><a class="facebook text-white" target="_blank" href="https://www.facebook.com/medpoint.az"><i class="fab fa-facebook-f"></i> Facebook</a></li>                                                        <li class="list-inline-item"><a class="linkedin text-white" target="_blank" href="https://www.linkedin.com/company/gomedpoint/"><i class="fab fa-linkedin"></i> Linkedin</a></li>                            <li class="list-inline-item"><a class="instagram text-white" target="_blank" href="https://www.instagram.com/medpoint_azerbaijan/"><i class="fab fa-instagram"></i> Instagram</a></li>                            <li class="list-inline-item"><a class="youtube text-white" target="_blank" href="https://www.youtube.com/@MedPoint_Int"><i class="fab fa-youtube"></i> Youtube</a></li>                                                    </ul>
                    </div>
                </div>
            </div>

            <div class="col-md-2">
                <a class="d-inline-block margin-tb-15px"><img data-src="https://www.medfind.az/upload/logo-footer.svg" style="width: 100%;" class="lazyload" alt=" Medpoint Global - Azərbaycan və Türkiyənin Peşəkar Sağlamlıq Platforması"></a>
                <div class="clearfix"></div>
                <i class="text-white">"AZƏRBAYCANDA MÜALİCƏ BİZİMLƏ DAHA ASAN!"</i>
                <a class="d-inline-block margin-tb-15px"><img data-src="https://www.medfind.az/upload/ssl.png" class="lazyload" alt=" Medpoint Global - Azərbaycan və Türkiyənin Peşəkar Sağlamlıq Platforması SSL"></a>
                <a href="https://apps.apple.com/az/app/medpoint/id6462454158" class="download-img" style="margin-bottom:10px;display:block" target="_blank">
                    <img src="https://www.medfind.az/upload/app-store.svg" alt="">
                </a>
                <a href="https://play.google.com/store/apps/details?id=az.medfind.app" class="download-img" target="_blank">
                    <img src="https://www.medfind.az/upload/play-store.svg" alt="">
                </a>
            </div>
        </div>
    </div>
</footer>
<footer class="padding-tb-10px footerbg2">
    <div class="container">
        <div class="row">
            <div class="col-lg-8">
                <p class="margin-0px text-white opacity-7">© 2026  Medpoint Global - Azərbaycan və Türkiyənin Peşəkar Sağlamlıq Platforması. Bütün Hüquqlar Qorunur </p>
            </div>
            <div class="col-lg-4">
                <div class="text-right">
                    <a style="display:none" href="https://www.sigmatraffic.com/?ref=65462">Cheap Website Traffic</a>
                </div>
            </div>
        </div>
    </div>
</footer>

<div class="modal fade" id="loginModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered" role="document">
        <div class="modal-content">
            <div class="modal-header" style="border:none;">
                <h5 class="modal-title" id="exampleModalLabel">Daxil ol</h5>
                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                    <span aria-hidden="true">&times;</span>
                </button>
            </div>
            <div class="modal-body">
                <div class="row">
                    <div class="col-12">
                        <div id="log-in" class="site-form log-in-form">

                            <form>
                                <div class="form-group label-floating">
                                    <label class="control-label">Elektron poçt</label>
                                    <input class="form-control" id="popup_mail" placeholder="" type="email">
                                </div>
                                <div class="form-group label-floating">
                                    <label class="control-label">Şifrə</label>
                                    <input class="form-control" id="popup_pass" placeholder="" type="password">
                                </div>

                                <div class="remember">
                                    <!-- <div class="checkbox">
                                <label>
                                <input name="optionsCheckboxes" type="checkbox">
                                    Remember Me
                            </label>
                            </div> -->
                                    <a href="lost-password" class="forgot">Parolu unutmusunuz? </a>
                                </div>

                                <a href="javascript:userlogin();" class="btn btn-md btn-primary full-width">Daxil ol</a>
                                <!-- <div class="or"></div> -->
                                <!-- 

                        <a href="#" class="btn btn-md bg-facebook full-width btn-icon-left"><svg class="svg-inline--fa fa-facebook fa-w-14 margin-right-8px" aria-hidden="true" data-prefix="fab" data-icon="facebook" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M448 56.7v398.5c0 13.7-11.1 24.7-24.7 24.7H309.1V306.5h58.2l8.7-67.6h-67v-43.2c0-19.6 5.4-32.9 33.5-32.9h35.8v-60.5c-6.2-.8-27.4-2.7-52.2-2.7-51.6 0-87 31.5-87 89.4v49.9h-58.4v67.6h58.4V480H24.7C11.1 480 0 468.9 0 455.3V56.7C0 43.1 11.1 32 24.7 32h398.5c13.7 0 24.8 11.1 24.8 24.7z"></path></svg><i class="fab fa-facebook margin-right-8px" aria-hidden="true"></i> Login with Facebook</a> -->
                                <!-- <fb:login-button 
                        scope="public_profile,email"
                        onlogin="checkLoginState();">
                        </fb:login-button> -->
                                <!-- <div
                        style="width:100%;height:50px;"
                        scope="public_profile,email"
                        onlogin="checkLoginState()"
                        class="fb-login-button"
                        data-max-rows="1"
                        data-size="large"
                        data-show-faces="false"
                        data-auto-logout-link="false"></div> -->
                                <!-- <div class="fb-login-button" style="width:100%;height:50px;" data-width="" data-size="large" data-button-type="continue_with" data-auto-logout-link="false" data-use-continue-as="false"></div> -->
                                <!-- <a class="facebtn" href="javascript:;" onclick="faceLogin()">
                            <img alt="" class="img" height="24" src="https://static.xx.fbcdn.net/rsrc.php/v3/yN/r/szGrb_tkxMW.png" width="24"> Facebook ile Devam Et                        </a> -->
                                <div id="status">
                                </div>
                                <br><br>
                                <p style="font-size: 14px;font-weight: 400;">Hesabınız yok mu? <a href="register">Qeydiyyatdan keçin</a> </p>
                            </form>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<a id="totopscroll"><i class="fa fa-arrow-up"></i></a>


<script src="assets/js/sticky-sidebar.js"></script>
<link rel="stylesheet" href="assets/sweetalert/sweetalert2.min.css">
<!-- <script src="assets/js/YouTubePopUp.jquery.js"></script> 
<script src="assets/js/owl.carousel.min.js"></script>-->
<script src="assets/js/imagesloaded.min.js"></script>
<script src="assets/js/lazysizes.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/custom.js?v=2"></script>
<!-- <script src="assets/js/popper.min.js"></script> -->
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!--<script src="assets/js/jquery.selectric.js"></script>-->
<script src="assets/select2/select2.min.js"></script>
<script src="assets/js/typeit.min.js"></script>
<script src="assets/sweetalert/sweetalert2.min.js"></script>

<script>
    $(function() {
        $('[data-toggle="popover"]').popover()
    })
            var url = window.location.href;
        if (url.indexOf('?modal=true') != -1 || url.indexOf('/modal=true') != -1) {
            $('#loginModal').modal('show');
        }
        // $('#myanchorid').click(userLogout);
    $(document).on('click', "a[data-logout='true']", function() {
        userLogout();
    });
    $(document).on('click', "a[data-favorite-doctor]", function() {
        var id = $(this).data("favorite-doctor");
        var t = $(this);
        var veriler = 'id=' + id;
        $.ajax({
            type: 'POST',
            url: 'index&islem=favoridoktor',
            data: veriler,
            dataType: "json",
            success: function(cevap) {
                if (cevap.result === false) {} else {

                }
                t.html(cevap.data);
            }
        });
    });
    $(document).on('click', "a[data-favorite-hastane]", function() {
        var id = $(this).data("favorite-hastane");
        var t = $(this);
        var veriler = 'id=' + id;
        $.ajax({
            type: 'POST',
            url: 'index&islem=favorihastane',
            data: veriler,
            dataType: "json",
            success: function(cevap) {
                if (cevap.result === false) {} else {

                }
                t.html(cevap.data);
            }
        });
    });

    function loginModal() {
        $("#loginModal").modal("show");
    }

    function userLogout() {
        console.log("userLogout");
        $.ajax({
            type: 'POST',
            url: 'index&islem=logout',
            dataType: "json",
            success: function(cevap) {
                if (cevap.facebooklogin === true) {
                    faceLogout();
                } else {
                    setTimeout(function() {
                        window.location.href = "https://www.medfind.az/";
                    }, 800);
                }
            }
        });
    }

    function userlogin() {
        var usermail = $('#popup_mail').val();
        var userpass = $('#popup_pass').val();
        if (usermail == "" || userpass == "") {
            Swal.fire({
                title: 'Information',
                text: 'Zəhmət olmasa məcburi olan bölmələri işarələyin',
                type: 'warning',
                showCancelButton: false,
                confirmButtonText: 'Ok'
            })
            return false;
        }
        var veriler = 'username=' + usermail + '&userpass=' + userpass;
        $.ajax({
            type: 'POST',
            url: 'index&islem=girisyap',
            data: veriler,
            dataType: "json",
            success: function(cevap) {
                if (cevap.result === false) {
                    Swal.fire({
                        title: 'Information',
                        text: cevap.message,
                        type: 'error',
                        confirmButtonText: 'Tamam'
                    })
                } else {
                    window.location.reload();
                }
            }
        });
    }
    var cat, type, loc = null;
    var subcat = "0";

    function searchBox() {
        if ($("#sb_specialties_sub").length) {
            subcat = $("#sb_specialties_sub").val();
        }
        cat = $("#sb_specialties").val();
        type = $("#sb_type").val();
        loc = $("#sb_locations").val();
        var url = "";
        if (cat != "0") {
            url = "&cat=" + cat;
        }
        if (subcat != "0") {
            url = url + "&subcat=" + subcat;
        }
        if (loc != "0") {
            url = url + "&loc=" + loc;
        }
        var veriler = 'uzmanlik=' + cat + '&tip=' + type + '&sehir=' + loc;
        $.ajax({
            type: 'POST',
            url: 'index&islem=aramaKayit',
            data: veriler
        });
        window.location.href = type + url;
    }

    function headerTop() {
        if ($(window).width() > 768) {
            var paddingtop = $("#fixed-header-dark").height();
            $('body').css("margin-top", paddingtop + "px");
        }
    }
    $(function() {
        headerTop();
    });
    $(document).ready(function() {
        $('select').select2();
    });
    $(window).on('resize', function() {
        headerTop();
    });

    if ($("#uyruk").length > 0) {

        $("#uyruk").on('change', function() {
            //alert($(this).data("kasaadi"));
            $("#mobiltelefon").val("+" + $(this).find(":selected").data("alankodu") + " ");
            $('#mobiltelefon').focus();
        });
        // $('#uyruk').select2().on('change', function(e) {
        //     $("#mobiltelefon").val($("#uyruk").select2().find(":selected").data("alankodu")+" ");

        // });
        // $('#uyruk').selectric().on('change', function () {
        //
        // });
    }

    type='detail';                $(function() {
        if (type) {
            $('#sb_type').val(type).trigger('change');
        }
        if (subcat) {
            $(window).on('load', function() {
                $('#sb_specialties_sub').val(subcat).trigger('change');
            });
        }
        if (cat) {
            $('#sb_specialties option').each(function() {
                if ($(this).val() == cat) {
                    $('#sb_specialties').val(cat).trigger('change');
                }
            });
        }
        if (loc) {
            $('#sb_locations').val(loc).trigger('change');
        }
    });

    $(document).ready(function() {
        $(".dropdown-menu button").click(function() {
            var selText = $(this).text();
            var selValue = $(this).data("value");
            $(this).parents('.dropdown').find('a').html(selText);
            $(this).parents('.dropdown').find('a').attr("data-value", selValue);
        });
    });
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124605723-2"></script>

<script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
        dataLayer.push(arguments);
    }
    gtag('js', new Date());
    gtag('config', 'UA-124605723-2');
</script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
    (function(m, e, t, r, i, k, a) {
        m[i] = m[i] || function() {
            (m[i].a = m[i].a || []).push(arguments)
        };
        m[i].l = 1 * new Date();
        k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a)
    })
    (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");

    ym(56044864, "init", {
        clickmap: true,
        trackLinks: true,
        accurateTrackBounce: true
    });
</script>
<noscript>
    <div><img src="https://mc.yandex.ru/watch/56044864" style="position:absolute; left:-9999px;" alt="" /></div>
</noscript>
<!-- /Yandex.Metrika counter -->
<script type="text/javascript">
    $("#launcher-button").on("click", function() {
        var rings = $(this).find("#rings");
        var channels = $("#blinger-channels-iframe");
        if ($(this).hasClass("opened")) {
            $(this).removeClass("opened");
            $(rings).show();
            $(channels).hide();
        } else {
            $(rings).hide();
            $(channels).show();
            $(this).addClass("opened");
        }
    });

    function callmeback() {
        $(".form-common-callback").addClass("active");
        $(".black-bg").addClass("active");
        //$("html").css("position","fixed");
        $("html").css("overflow", "hidden auto");
        //$("html").css("width","100%");
    }

    function beniaragonder() {

        var telefon = $('#beniarainput').val();
        if (telefon == "") {
            return false;
        }
        var veriler = 'telefon=' + telefon;
        $.ajax({
            type: 'POST',
            url: 'index&islem=beniara',
            data: veriler,
            dataType: "json",
            success: function(cevap) {
                if (cevap.result === false) {
                    $("#beniarahata").html(cevap.message);
                } else {
                    $('#beniarainput').val("");
                    $("#beniaramesajbasarili").css("display", "block");
                    $(".js-callback-form").css("display", "none");
                }
            }
        });
    }
    $(".form-common-callback .close").on("click", function() {
        $(".form-common-callback").removeClass("active");
        $(".black-bg").removeClass("active");
        $("html").css("position", "static");
    });
</script>
<script src="assets/js/prism.js"></script>
<script src="assets/js/intlTelInput.js?1549804213570"></script>
<script type="text/javascript">
    var iti = null;
    var input = document.querySelector("#beniarainput"),
        errorMsg = document.querySelector("#beniarahata"),
        beniarabuton = document.querySelector("#beniarabuton"),
        validMsg = document.querySelector("#beniarauyari");

    window.addEventListener('load', function(e) {
        $('[data-toggle="tooltip"]').tooltip();

        iti = $(input).intlTelInput({
            initialCountry: 'tr',
            utilsScript: "/assets/js/utils.js?1549804213570"
        });
    });
    // here, the index maps to the error code returned from getValidationError - see readme
    var errorMap = ["The phone number you entered is incorrect", "Invalid country code", "Too short", "Too long", "The phone number you entered is incorrect", "The phone number you entered is incorrect"];

    var reset = function() {
        input.classList.remove("error");
        errorMsg.innerHTML = "";
        errorMsg.classList.add("hide");
        validMsg.classList.add("hide");
    };

    $("#beniarabuton").on("click", function() {

        if (iti) {
            if (iti.isValidNumber()) {
                beniaragonder();
                validMsg.classList.remove("hide");
                input.classList.add("success");
                beniarabuton.classList.remove("btn-default");
                beniarabuton.classList.add("btn-success");
                beniarabuton.classList.remove("disabled");
            } else {
                beniarabuton.classList.remove("btn-success");
                beniarabuton.classList.add("btn-default");
                beniarabuton.classList.add("disabled");
                input.classList.add("error");
                var errorCode = iti.getValidationError();
                errorMsg.innerHTML = errorMap[errorCode];
                errorMsg.classList.remove("hide");
            }
        }
    });

    window.addEventListener('load', function(e) {
        if (input) {
            // on blur: validate
            input.addEventListener('blur', function() {
                reset();
                if (iti.isValidNumber()) {
                    validMsg.classList.remove("hide");
                    input.classList.add("success");
                    beniarabuton.classList.remove("btn-default");
                    beniarabuton.classList.add("btn-success");
                    beniarabuton.classList.remove("disabled");
                } else {
                    beniarabuton.classList.remove("btn-success");
                    beniarabuton.classList.add("btn-default");
                    beniarabuton.classList.add("disabled");
                    input.classList.add("error");
                    var errorCode = iti.getValidationError();
                    errorMsg.innerHTML = errorMap[errorCode];
                    errorMsg.classList.remove("hide");
                }
                var geocode = $(".selected-flag").attr("title").split("+")[1];
                //console.log(geocode);
            });
            // on keyup / change flag: reset
            input.addEventListener('change', reset);
            input.addEventListener('keyup', reset);
        }
    });

    $(document).ready(function() {
        $("ul.country-list li").on("click", function() {
            var dialcode = $(this).data("dial-code");
            //console.log(dialcode);
            $(".intl-tel-input").find(".dialcode").text("+" + dialcode);
            $("#ContentPlaceHolder1_ulkekodu").val("+" + dialcode);
        });
        $(".arac_ekstra").click(function() {
            $('#ekstra_icerik').modal('show');
        });
    });
    // $('body').on('contextmenu',function(){return false;});
</script>
<script>
    $(document).ready(function() {
        $('#search-input').keyup(delay(function(e) {
            if (this.value.length > 1) {
                tmcSearch(this.value);
            }
        }, 1000));
        $("#search-input").change(function() {
            // console.log("2");
            // tmcSearch(this.value);
        });
        $("#search-input").on("search", function() {
            console.log("3");
            // tmcSearch(this.value);
        });
        $(document).click(function(event) {
            if (!$(event.target).closest("#search-input,.hp-search__result").length) {
                $(".ui-autocomplete").html("");
                $(".hp-search__result").removeClass("active");
            }
        });
    });

    function delay(callback, ms) {
        var timer = 0;
        return function() {
            var context = this,
                args = arguments;
            clearTimeout(timer);
            timer = setTimeout(function() {
                callback.apply(context, args);
            }, ms || 0);
        };
    }

    function tmcSearch(value) {
        var veriler = 'key=' + value;
        $.ajax({
            type: 'POST',
            url: 'index&islem=tmcSearch',
            data: veriler,
            success: function(d) {
                if (d != "") {
                    $(".ui-autocomplete").html(d);
                    $(".hp-search__result").addClass("active");
                } else {
                    $(".ui-autocomplete").html("");
                    $(".hp-search__result").removeClass("active");
                }
            }
        });
    }
    var totopscroll = $('#totopscroll');

    $(window).scroll(function() {
        if ($(window).scrollTop() > 300) {
            totopscroll.addClass('show');
        } else {
            totopscroll.removeClass('show');
        }
    });

    totopscroll.on('click', function(e) {
        e.preventDefault();
        $('html, body').animate({
            scrollTop: 0
        }, '300');
    });
</script>
    </body>
</html>