/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Times New 'Times New Roman', Times, serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}



.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-bottom: 0px;
}
.navbar{
    background-color: #59b0e3 !important;
    min-height: 100px !important;
}
.navbar-inverse {
    border-color: #59b0e3 !important;
}
.navbar .container{
    flex-wrap: nowrap !important;
    align-items: baseline !important;
}
.navbar-brand {
    float: left;
    
    padding: 15px 15px;
    font-size: 18px;
    margin-top: -28px;
    line-height: 20px;
}
.navbar-collapse ul{
    flex-direction: row !important;
    margin-left: auto !important;
    float: right !important;

}
.links{
    color: white !important;
    font-size: 20px;
}
.logoHeader{
    color: white !important;
}
.header_section {
    width: 100%;
    float: left;
    background-color: #59b0e3;
    height: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    
    z-index: 50;
    margin-bottom: 100px;
}

.headSection2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.logo {
    width: 70%;
    height: 85%;
    float: left;
    text-align: center;
    
}

.menu_text {
    float: right;
    width: auto;
    
}

.menu_text ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.menu_text li {
    float: right;
    padding-left: 70px;
    padding-right: 5px;
    font-size: 20px;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}

.menu_text li a {
    color: #ffffff;
}

.menu_text li a:hover {
    
    color: #000;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.toggle_menu {
    top: -3px;
    position: relative;
    left: 15px;
}

.banner_section {
    width: 100%;
    float: left;
    background-color: #59b0e3;
   /*  background: linear-gradient( #59b0e3, #8bcff7 ); */
    height: auto;
    padding-top: 90px;
}

.book_now {
    width: 70%;
    float: right;
    background-color: #f8ca11;
    height: auto;
    padding: 10px;
}

.book_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #fbfaf6;
    text-align: center;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1a1a1a;
    text-align: center;
}
.slicica{
    width: 100%;
}
.image_1 {
    width: 100%;
    
    margin-top: 50px;
}
.image_1 img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}
.booking_text {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #fbfaf6;
    text-align: center;
}

.contact_bg {
    width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 30px;
    background-color: #fefefe;
    margin-top: 20px;
}

.request_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #000;
    border-bottom: 0px solid#59b0e3;
    padding-top: 20PX;
    text-align: center;
}

.email-bt {
    background: #e1e1e1;
    border-bottom: 1px solid #fffcf4;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: #59b0e3 !important;
    width: 95%;
    height: 30px;
    font-size: 20px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}


.send_bt a {
    width: 25%;
    float: right;
    background-color: #353433;
    color: #fefefe;
    text-align: center;
    padding: 12px 0px;
    font-size: 18px;
    border-radius: 10px;
    margin-right: 30px;
}

.send_bt a {
    color: #fefefe;
}

.send_bt a:hover {
    color: #000;
    background: #f8ca11;
}

.taxis_section {
    width: 100%;
    padding-top: 50px;
    float: left;
    background-color: #59b0e3;
    height: auto;
    padding-bottom: 70px;
}


.our_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 50px;
    color: #fefefe;
    font-weight: bold;
}

.taxis_section_2 {
    width: 100%;
    float: left;
}

.images_main {
    width: 100%;
    float: left;
    background-color: #fefefe;
    height: auto;
    margin-top: 70px;
}

.round_1 {
    width: 21%;
    margin: 0 auto;
    font-size: 24px;
    color: #fefefe;
    height: 70px;
    background: #f8ca11;
    display: block;
    text-align: center;
    border-radius: 60px;
    padding-top: 12px;
    position: relative;
    top: -35px;
}

.carol_text {
    width: 100%;
    float: left;
    text-align: center;
    color: #2b3436;
    font-size: 24px;
}

.reader_text {
    width: 100%;
    float: left;
    text-align: center;
    color: #2b3436;
    font-size: 20px;
    margin-left: 0px;
}

input.email-bt::placeholder {
    color: #000;
}

.images_2 {
    width: 100%;
    float: left;
    text-align: center;
}

.dental_section {
    width: 100%;
    float: left;
}

.dental_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #2b3436;
    font-size: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #59b0e3;
}

.dental_main {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.malaMargina {
    padding-bottom: 30px;
}

.dental_section2 {
    width: 100%;
    float: left;
}

.image_3 {
    width: 100%;
    float: left;
   
}
.dsImg{
    border-radius: 65px;
}
.leftTitle {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #1c2122;
    margin-top: -10px;
}

.leftDesc {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #2f2f2f;
    text-align: left;
    margin-left: 0px;
}
.staff{
    font-size: 25px;
    color: #2f2f2f;
    text-align: left;
    margin-left: 0px;
}
.book_bt a {
    width: 20%;
    float: left;
    font-size: 18px;
    color: #fefefe;
    background-color: #59b0e3;
    text-align: center;
    padding: 10px 0px;
    margin-top: 30px;
}

.book_bt a {
    color: #fefefe;
}

.book_bt a:hover {
    color: #fff;
    background: #000;

}

.rightTitle {
    width: 100%;
    float: left;
    font-size: 32px;
    color: #2b3436;
    margin-top: 20px;
    text-align: left;
}

.rightDesc {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #2f2f2f;
    margin-left: 0px;
    text-align: left;
    padding-top: 50px;
}

.book_bt_2 a {
    width: 20%;
    float: right;
    font-size: 18px;
    color: #fefefe;
    background-color: #59b0e3;
    text-align: center;
    padding: 10px 0px;
    margin-top: 30px;
}

.book_bt_2 a {
    color: #fefefe;
}

.book_bt_2 a:hover {
    color: #fff;
    background: #000;
}

.location_sectin {
    width: 100%;
    float: left;
    background-image: url(../images/img-6.png);
    height: auto;
    background-size: 100%;
    padding-bottom: 30px;
}

.location_main {
    width: 100%;
    float: left;
}

.download_text {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #24292b;
    padding-left: 53px;
}

.image_7 {
    width: 90%;
    float: left;
}

.account_text {
    width: 100%;
    float: left;
    font-size: 28px !important;
    color: #ebebeb;
    font-weight: bold;
    padding: 25px 0px;
}

.image-icon {
    width: 100%;
    float: left;
}

.fb_text {
    font-size: 16px !important;
    color: #ebebeb;
    padding-left: 16px;
}

.fb_text a {
    color: #fffcf4;
}

.fb_text a:hover {
    color: #59b0e3;
}


.adderess_text {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #ebebeb;
    font-weight: bold;
    padding: 25px 0px;
}

.footer_section_2 {
    width: 100%;
    float: left;
    margin-top: 40px;
    color: white;
}
.celaForma{
    padding-bottom: 40px;
}
.section_footer {
    width: 100%;
    float: left;
    background-color: #292828;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 90px;
}

.ipsum_text {
    font-size: 12pt;
    color: #ebebeb;
    margin-left: 0px;
}

.email_text {
    width: 100%;
    float: left;
    font-size: 12pt;
    color: #eceaea;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: 0px;
}
.adresa{
    color: white !important;
    text-decoration: none;
    font-size: 16px;
}
.adresa:hover{
    color: #59b0e3;
}
.adresa a{
    color: white;
}
.adresa a:hover{
    color: #59b0e3;
}

.copyright_section {
    width: 100%;
    float: left;
    color: white;
    height: auto;
    display: flex;
    
}

.copyright {
    width: 100%;
    float: left;
    font-size: 15px;
    color: white;
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    align-items: center;
}

.copyright a {
    color: white;
}

.copyright a:hover {
    color: #59b0e3;
}


/* stilizovanje hovera za pre posle*/


/* Style the submit button */




.smallBordRad{
    padding: 25px;
    border-radius: 50px;
}
.smallBordRad:hover{
    content: url(../images/space.jpg);
    padding: -25px;
    transition-duration:1000;
}
/* Add a background color to the submit button on mouse-over */

#cenovnik{
    min-height: 1000px;
    background-color: white;
    padding-top: 50px;
}
#cenovnik .table{
    font-size: 20px;
    border-bottom: 1px solid #59b0e3;
    text-align: center;
}
#cenovnik table thead{
    background-color: #59b0e3;
    color: white;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
#cenovnik table thead tr th{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
#cenovnik table tbody tr:hover{
    background-color: #b6ddf3;
    opacity: 1;
    color: black;
    font-weight: 400;
    font-size: 20px;
}

th{
    
    font-weight: 400; 
}
tr :nth-child(2){
    font-weight: 400;
}
tr :nth-child(3){
    font-weight: 500;
}
#dugme {
    width: 200px;
}
#tekst {
    width: 70%;
    height: 60px; 
    margin: 5px;
    justify-content: space-between;
    border-color: 0 0 0 .2rem rgba(131, 126, 126, 0.534) !important;
    text-align: center;
    font-size: 22px;
    padding: 20px;
    max-height: 100px;

}
.linkIcon{
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 16px;
}
.linkIcon:hover{
    color: #59b0e3;
}
#naslov{
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
}
.marginUsluge{
    margin-bottom: 50px;

}
.btn-info{
    display: flex;
    justify-content: center;
    background-color:#fff;
}
.leftDesc, .rightDesc{
    inline-size: fit-content;
 
    
}
.kHeder {
    margin-bottom: 75px;
    z-index: 25;
    position: fixed;
}
.slicice{
    border-radius: 45px;
    background: rgb(89, 176, 227, 0.8);
    z-index: 5;
}
.logoFooter{
    width: 80%;
}
.nextPage{
    background-color: #59b0e3;
    opacity: 1;
    font-size: 30px;
    margin: auto 50px;
    height: 70px;
    border-radius: 50%;
    width: 70px;
    top: auto;
}
/* POPUP */
.center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}
.popup{
    width: 550px;
    min-height: 700px;
    padding: 30px 20px;
    background: #f5f5f5;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 50;
    text-align: center;
    opacity: 0;
    top: -200%;
    transform:translate(-50%, -50% scale(0.5)) ;
    transition: opacity 300ms ease-in-out
                top 1000ms ease-in-out
                transform 1000ms ease-in-out;
    position: fixed;
    bottom: 0px;
    display: grid;
}
.popup.active{
    opacity: 1;
    top: 50%;
    transform: translate(-50%,-50% scale(1));
    transition: transform 300ms cubic-bezier(0.18, 0.88, 0.43, 1.19);
}
.popup .description{
    color: #222;
    overflow: scroll;
    font-size: 20px;
    padding: 5px;
}
.popup .close-btn{
    margin-top: 10px;
    
}
.popup .close-btn button{
    padding: 10px 20px;
    background: #111;
    color: #f5f5f5;
    border: 2px solid #111;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    align-items: end;
}

.popup .close-btn button:hover{
    color:#111;
    background: #f5f5f5;
}

.popup > div{
    position: relative;
    top: 10px;
    opacity: 0;
}
.popup.active >div{
    top: 0px;
    opacity: 1;
}
.popup.active .icon{
    transition: all 300ms ease-in-out 150ms;
}
.popup.active .title{
    transition: all 300ms ease-in-out 100ms;
}
.popup.active .description{
    transition: all 300ms ease-in-out 200ms;
}
.popup.active .close-btn{
    transition: all 300ms ease-in-out 200ms;
}

.service{
    min-height: 700px;
    background-color: #59b0e3;
    margin-top: -20px;
    display: flex;
}
#estetska{
    background-image: url(/images/estetska.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#decija{
    background-image: url(/images/decija.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#endodoncija{
    background-image: url(/images/endodoncija.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#implantologija{
    background-image: url(/images/implantologija.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#hirurgija{
    background-image: url(/images/hirurgija.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#konzervativa{
    background-image: url(/images/konzervativa.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#parodontologija{
    background-image: url(/images/parodontologija.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#ortodoncija{
    background-image: url(/images/ortodoncija.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
#protetika{
    background-image: url(/images/protetika.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.serviceImage{
    height: 400px;
    width: 100%;
    
}

.service_text{
    padding-top: 80px;
    
}
.service_text h1,h3{
    color: #59b0e3;
}
.serviceDescription{
    background: white;
    min-height: 500px;
    padding: 50px;
}



/* Dropdown Button */
.dropbtn {
    background-color: #59b0e3;
    width: 100%;
    height: 60px;
    color: white;
    
    font-size: 30px;
    border: none;
    cursor: pointer;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
    
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    max-height: 500px;
    padding: 25px;
    min-height: 300px;
    border: 3px solid #59b0e3;
    width: 100%;
    overflow: auto;
    z-index: 1;
    display: none;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  #myDropdown p{
    font-size: 20px;
  }
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}

  .service_text h1{
    color: white;
    font-size: 50px;
    text-shadow: 1px 1px #59b0e3;
  }
  .slajdercic{
    height: 350px;
    width: 330px;
    
  }

  .ajde{
    padding: 30px;
  }