/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 Nov, 2022, 2:52:43 PM
    Author     : Admin
*/
    body{
        color: #6B6B6B;
        word-wrap: break-word;        
        font-size: 15px;        
        font-family: Arial, sans-serif;
        line-height: 1.6;

        /*background-image: url("../img/bg-icon2.jpg") !important;
        background-color: transparent;
        background-attachment: fixed;
        
        background-image: inherit;
        background-image: initial;
        background-image: revert;
        background-image: revert-layer;
        background-image: unset;*/

    }
    
    
.container1 {
    max-width: 1024px;
    margin: auto;
    //padding: 20px;
  }
  h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
  }
  p {
    margin-bottom: 15px;
  }
  .highlight {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
  }
       
    .title1{
        color: rgb(16,38,148);/*#6bc8f7;*/
        font-family: serif;
        font-weight: bolder;
        font-size: 34px;
        line-height: 1.2;
        /*text-shadow: 0px 0px 6px #6bc8f7;*/
        padding-left: 10px;
    }   
    .title2{
        color: rgb(108,194,71);/*#6bc8f7;*/
        font-family: serif;
        font-weight: bolder;
        font-size: 23px;
        line-height: 1.2;
        /*text-shadow: 0px 0px 6px #6bc8f7;*/
        padding-left: 10px;
    }   
    .title3{
        color: rgb(0,0,0);/*#6bc8f7;*/
        font-family: serif;
        font-weight: bolder;
        font-size: 14px;
        line-height: 1.2;
        /*text-shadow: 0px 0px 6px #6bc8f7;*/
        padding-left: 10px;
        padding-top: 5px;
    }   
    
    
    
    .elementor-icon-list-items {
        list-style-type: none;
        margin: 0;
        padding: 0;  
    }
       
    .nav-bottom-header{
        background-color: rgb(238,104,91); /*#ec3136ba;  For browsers that do not support gradients */        
    }
    
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
        margin-bottom: 0;
        border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
        background-color: #2f2f2f;
        color: #ffffff;     
    }
    
.navbar.navbar-default {
    /*background-color:rgb(198,239,252); /*#84c2f7; /*rgb(255,22,22); /*#6bc8f7;#54397E;*/
    font-weight: 200;
    background: #0283c7!important;
    color: #fff!important;
    background-image: linear-gradient(#0283c7, #164072)!important;
    
}

.btn-book-appointment{
    font-weight: 600!important;
    font-size: 20px!important;
    border: none!important;
    padding: 15px 35px;
    background: #0283c7!important;
    background-image: linear-gradient(#0283c7, #164072)!important;
    color: #fff!important;
    border-radius: 100px!important;
    text-transform: uppercase;
    cursor: pointer;
}
p { 
  text-indent: 50px;
}
.btn-book-appointment:hover{
     background-image: linear-gradient(#164072,#0283c7)!important;
}
.navbar-brand{
    color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-default .navbar-nav > li > a { 
   
    color: #fff;
    border-right: 1px solid rgba(0,0,0,.2);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.10);        
    
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
{
    color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 15px;
	color: #000;
}
.dropdown-menu,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #fff;
    color: #000;
    border: none;
}
.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-nav li:focus-within .dropdown-menu {
	visibility: visible;
}

.navbar-nav > li > .dropdown-menu {
	padding: 0;
}


.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
    
.topheader{
    padding: 0px;
    background-color: #d9e2e654;
}

.mynavbar-nav {
    float: left;
    margin: 0;
}
.mynavbar-nav li{
    float: left;
}
.mynavbar-nav>li>a {
    padding: 5px 10px 5px 10px;
    display: block;
    text-decoration: none;
}
.fa {
    padding: 15px;
    font-size: 30px;
    width: 50px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
    text-align: center;
  
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.dt-heading{
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    color: rgb(16,38,148); 
    padding: 50px 0px 30px 0px;
}
.dt-heading1{
    font-weight: bold;
}






    @media only screen and (min-width: 768px) {
        .carousel .carousel-inner img{
            height:460px;
        }
        .navbar-brand{
            display: none;
        }
        .navbar-nav{
            display:table !important;
            width: 100% !important;
        }
        
        .navbar-nav > li{
            display: table-cell !important;
            float: none !important;
            text-align: center;
        }
        
        .mynavbar-nav>li>a {
            padding: 8px 15px 8px 15px;
            display: block;
            text-decoration: none;
        }

        
        .navbar .container{
            padding-left: 0px;
            padding-right: 0px;
        }        
        
        .dropdown-menu {

    height:auto!important;
    color: #000;
    transition: transform .55s ease!important;

  }

  .dropdown-menu.collapse, .dropdown-menu.sliding {

    transform: translate(0,-100%);

  }

  .dropdown-menu.collapse:not(.show) {

    display:block;

  }

  .dropdown-menu.collapse.show {

    transform: translate(0,0);

  }

}
