/*********************** update by renato 29/06/2020 ************************/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#FFF; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url("../images/Preloader.gif");
    z-index:9999; /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.input_label{
    color: #3c5267;
    font-weight: 700;
}
#promotion_table th{
    vertical-align: middle;
}
#promotion_table td{
    vertical-align: middle;
}
/* loadingbar */  

.loading_overlay{
    position: fixed; 
    width:100%; 
    height:100%; 
    opacity:0.6; 
    z-index:9998; 
    background-color:grey; 
    display:none;
}
.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;  
    margin-left: -26px;
    display:none;  
}

.loading-bar {
    display: inline-block;
    width: 10px;
    height: 33px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
    background-color: #3498db;
    animation-delay: 0;
}

.loading-bar:nth-child(2) {
    background-color: #c0392b;
    animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
    background-color: #f1c40f;
    animation-delay: .18s;
}

.loading-bar:nth-child(4) {
    background-color: #27ae60;
    animation-delay: .27s;
}

@keyframes loading {
    0% {
    transform: scale(1);
    }
    20% {
    transform: scale(1, 2.2);
    }
    40% {
    transform: scale(1);
    }
}

/* loadingbar */

#fixed_nav{
    /* border-bottom: 1px solid #f7f1f1; */
    box-shadow: 2px 2px 2px #c5c0c0;
}
.navbar li{
	text-align: center;
}
.top-head{
    border:0px !important;
    background-color: #0A87C2;   
}
.top_icon_bar{
    display: flex;
    justify-content: space-between;
    color:white;
}
.top_icon_div{
    padding-top: 10px;
}
.card-body{
    border-radius: 0 0 5px 5px !important;
}
.contact_btn{    
    position: absolute !important;
    bottom: 25px;
    left: 37px;
}
.para_div{
    background-color: blue;
    border-radius: 5px;
}
.footer_update{
    background-color: #096B9B;
}

.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    background: #ffcc33;
    font-size: 24px;
    border-radius: 100%;
    width:50px;
    height:50px;	
    cursor:pointer;	
    display:none;
    opacity:0.7;
    transition: all 1s;	
}
.scroll-top a:link, .scroll-top a:visited {
    color: #222;
}

.scroll-top:hover{
    opacity:1;
}		

.nav_fix {
    position: fixed;
    top: 0;
    z-index: 1010;
    width:100%;
    transition: all 1s;
}

.select2-container{
    width:100% !important;
}     

.active_item{
    border-bottom: 5px solid red;
}

.nav-item{
    margin-left: 10px;
    transition: all 1s;
}

.nav-item1:hover{
    background-color:#e0e2e0;
}

#collapsibleNavbar{
    margin-top:10px !important;
}

.button_div{    
    width:100%;
    background-color:#0A86C2;
    border-radius:20px;    
    border:2px solid white;
    cursor:pointer;
    color:white;
    font-size:17px;    
    align-items: center;   
    opacity:1;
    transition: all .5s;
}
.button_div_header p{
    font-size: 17px;
}

.button_div:hover{
    opacity:1;
}

.service_div{
    /* height:100px; */
    width:50%;
    background-color:white;
    border-radius:20px;   
    border:5px solid #0963ab;
    cursor:pointer;
    color:black;
    font-size:14px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0.8;
    padding: 15px;
    transition: all .5s;
}
.service_div:hover{
    opacity:1;
}
.div_container{
    justify-content: space-around;
    flex-wrap:wrap;
}
.search_container{
    justify-content: space-around;
    flex-wrap:wrap;
}
#prevBtn{
    cursor:pointer;
    color:white;
    opacity:0.8;
}
#prevBtn:hover{
    opacity:1;
}

#selected_service{
    color:white;
    font-size:25px;
    text-align:center;
}

@media screen and (max-width: 760px) {
    .mobile_hidden {
        display: none !important;
        
    }
    .mobile_padding{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .mobile_show{
        display:block !important;
        border-color: white !important;
    } 	

	.profile_btn{
		margin-right: 0px !important;
		width:210px;
	}

    .button_group{
        text-align: center;
    }
}

@media screen and (max-width: 760px) {
    #map{
        height: 300px !important;
        margin-bottom: 15px !important;
    }	

    .footer-two h5{
        text-align: center !important;
        margin: 15px 0 15px 0 !important;
    }
}
@media screen and (max-width: 990px) {

  .price_res {
      display:block;
  }
}
@media screen and (max-width: 600px) {

  .profile-img {
      display:none;
  }
  .button_div_res{
      width:90%!important;
      padding-left:7%;
  }
  .res_location{
      display: block;
  }
}

#suscription_table a{
	width:100%;
}

.profile_title{
	color:#0a87c2;
}

.profile_btn{
	margin-right: 30px;
	width:210px;
}

#right_section a{
	min-width: 210px;
}
#left_section a{
	min-width: 110px;
}
/*********************** update by renato 01/09/2020 ************************/

.profile-img{
    border:2px solid wheat;
    margin:15px;
    border-radius:8%;
 
}
.profile-img img{
	width:100%;
	height:100%;
    border-radius: 7%;
}
#suscription_table thead{
    background-color: #0a87c2;
    color: white;
}

.footer-two h5{
    margin-bottom: 40px;
}

.footer-one h1{
    margin-bottom: 40px;
}

.close svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

.button_div_header{            
    width:100%;
    /* border-bottom: 1px solid white; */
    font-size:20px;            
}

.header_content{           
    margin-top: 0.1rem !important;
    margin-bottom: 0.1rem !important;
    font-weight: 600;
    padding: 10px;
}

.button_div_content{
    display:flex;
    justify-content: space-between;
    align-items:center;          
    width:90%;  
    padding:10px;          
}

.button_div_content2{
    min-height: 75px;
    background-color:#0775A9;
    border-radius: 5px;
    max-height:80px;
}

#myModal1 .close{
    border-radius:100%; 
    margin-right: -50px;
    margin-top: -60px;
    background-color:#0a0909; 
    width:40px; 
    height:40px; 
    outline: none;
    border: 1px solid white;
}

.offer .py-3{
    transition: all 1s;
    width:20%;
    border:1px solid #a7e8f1;
    border-width:0 1px 0 1px;
}

@media screen and (max-width: 760px) {
    #map{
        height: 300px !important;
        margin-bottom: 15px !important;
    }	

    .footer-two h5{
        text-align: center !important;
        margin: 15px 0 15px 0 !important;
    }

    .footer-one h1{
        text-align: center !important;
        margin-bottom: 15px;
    }

    #myModal1 .close{
        
        margin-right: -15px;
        margin-top: -60px;            
    }

    .offer .py-3{                
        border-width:0 1px 1px 0;
    }
}

/* dentist section  */

/* ************************************************************************ */

/************* GENERIC  *****************/
a {
    color: white;
}

img {
    width: 100%;
}

.twhite {
    color: #fff !important;
}

/************* TOP-HEAD *****************/
.top-head ul li {
    padding-right: 8px;
}

/****************** Navigation **************/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(221, 0, 0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/**************** Banner Slider Carousel **************/
.carousel-inner img {
    width: 100%;
}

.carousel-caption {
    color: #000;
    top: 110px;
    bottom: auto;
    text-align: left;
}

.carousel-caption h1 {
    color: #dd0000;
    /*    background-color: #;*/
}

/************ Services **************/
.most-car-box:hover {
    /*    background: ;*/
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/*********** TABS *******/
.nav-tabs {
    border-bottom: 1px solid #ccc;
}

.nav-tabs .nav-link.active {
    border-bottom: 1px solid #ffffff;
    border-radius: 0px;
}

/**************** Social ICONS ***************/
/* Social Icons */

.social-icons {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

.social {
    margin: 7px 7px 7px 0px;
}

#social-fb:hover {
    color: #3B5998;
    transition: all .25s;
}

#social-tw:hover {
    color: #4099FF;
    transition: all .25s;
}

#social-gp:hover {
    color: #d34836;
    transition: all .25s;
}

#social-em:hover {
    color: #f39c12;
    transition: all .25s;
}

.upcoming{
	min-height:380px;
}

.bg-blue {
	background: url("../images/homeback.jpg");
	background-size: cover;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;	
}
.weekscls{
	/*display:none;*/
	margin:0px 10px;
	cursor:pointer;
}
.offer .py-3:hover{
    background-color: #a7e8f1 !important;
}
.offer .py-3{
    transition: all 1s;
    width:20%;
    border:1px solid #a7e8f1;
    border-width:0 1px 0 0;
}
/*Custom Navbar*/

.navbar-expand-sm .navbar-nav .nav-link {
    color: #0a87c2;
    font-weight: 600;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.27);
}

/* logog setting*/
.bg-light {
    background-color: white !important;
    color: #fff;
    padding: 0px 15px;
}
.navbar-brand{
	/* padding-top:0px; */
	padding-bottom:0px;
	margin-left:-15px;
}
.navbar-brand img{
	margin-top:-1px;
}
/* logog setting*/

.list-inline .fa{
    font-size: 19px;
}

.footer{   
	background-color: #0A87C2 !important;
	color: #fff;
}
.list-unstyled a {
    color: #ded1d1;
}
.list-unstyled a:hover {
    color: #ffffff;
}

.help{
    background: #0470AD !important;
}
.top-blu{
	background:#0A87C2 !important;
    border-radius: 5px 5px 0 0;
}

.select2-container--default .select2-selection--single{
	height:35px;
}
.adv_search{
	background: #0A87C2 !important;
	padding: 15px;
	margin-bottom:20px;
}

.months {
    margin-top: 10px;
    border: solid 2px #d9edf7;
    padding-bottom: 10px;
}
.month-head{
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 0px;
	cursor: pointer;
	width: 100%;
}

@media screen and (max-width: 600px) {
    #slider-img{
        display: none;
    }
}
.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}
.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}
.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, 
.col-xl-auto, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-auto{
	float:left;
}
.pfrofimg{
	width:100px;
	height:100px;
}
.pagination{
	display: flow-root;
}
.pagination .btn{
	margin-left:5px;
}
.rowcls{
	margin:5px 0px;
}







