html {
    overflow-x: hidden;
}
body{
	overflow-x: hidden;
}
#main {
    margin-top: 0 !important;
}
@media screen and (max-width: 768px) {.phone {   float: left !important;}.top-main {
	border: none !important;}.top-main a { float: left !important;}ul#menu-main-nav >li {
		padding: 0 6px !important;border-bottom: 1px solid #4e7a5170;}p.phone {    margin-bottom: 14px;}li.menu-item-has-children.has-dropdown >a:before {
    right: 5px !important;
}}

/* media end*/

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-brand img {
    height: 80px !important;
}header .phone{
	display: none;
}
.slide.slick-slide {
    height: 360px;
    background-size: 100% !important;
	    background-repeat: no-repeat !important;
}
li.menu-item-has-children.has-dropdown:hover ul.dropdown-menu {
    display: block;
}
ul.dropdown-menu li:hover a {
    color: #f4711e;
   
}
.navbar-nav .dropdown-menu li:first-child:hover a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-nav .dropdown-menu li:last-child:hover a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

li.menu-item-has-children.has-dropdown a {
    position: relative;
}
li.menu-item-has-children.has-dropdown >a:before {
       content: "\f078" !important;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 8px;
    top: 18px;
    position: absolute;
    width: 20px;
    height: 10px;
    text-align: right;
    right: 0px;
}
ul#menu-primary-menu .current_page_item a, .current-menu-item a {
    color: #f4711e;
}
ul#menu-main-nav >li>a {
    font-size: 14px;
    color: #322c46;
    font-weight: 600;
	padding-left: 0 !important;
}
nav#header {
    background: #fff;
	padding: 0;
}

.top-header {
    background: #007b9c;
}
.mob-numbr {
    text-align: right;
	    margin-top: 10px;
}
.mob-numbr a {
    background: #fff;
    padding: 6px 15px;
    color: #f47120;
    border-radius: 30px;
}
button.navbar-toggler i {
    color: #eb6137;
}
/* top hdr css*/
ul.top-right a {
    font-size: 20px;
}

header .phone {
       min-width: 174px;
    display: flex;
}
.phone {
    float: right;
    margin: 0;
}
.mbl-icn i {
    width: 40px;
    height: 40px;
    background: #284580;
    border-radius: 50px;
    margin-right: 14px;
    font-size: 30px;
    color: #fff;
    padding: 5px 14px;
}
.phone small {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1;
}
.phone small, .phone a {
    display: block;
   
}
ul#menu-primary-menu > li> a {
       padding: 10px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #007b9c;
}

.phone a {
    font-size: 14px; 
    letter-spacing: 0.05em;
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    background: #fff !important;
    color: #091636 !important;
	border: 0 !important;
}
ul.dropdown-menu {
    border: 0;
    border-radius: 0;
	padding: 0;
}
ul.dropdown-menu li {
    border-bottom: 1px solid #cdcdcd6b;
        padding: 2px;
    font-size: 14px;
}ul.dropdown-menu li:last-child {
    border-bottom: 0px 
    
}
ul.dropdown-menu li a {
    color: #fff;
	padding: 5px;
}

div#navbar ul#menu-main-nav>li {
    padding: 20px 8px;
}
.grid-row.cntpgfrm .col-lg-12.col-tb-12:last-child p {
    margin-bottom: 0;
}
.mbl-icn {
    background: #007b9c;
    padding: 6px 12px;
    border-radius: 50px;
    padding-bottom: 7px;
}

/* slider css*/
.slide-content h5 {
    font-size: 40px;
    color: #284580;
	    margin-bottom: 30px;
	    font-weight: 700;
}
.slideDesc {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.slide-content a {
    background: #007b9c;
    padding: 6px 16px;
    color: #fff;
    border-radius: 50px;
    padding-bottom: 10px;
}


/* language css*/
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important;
}
.skiptranslate iframe {
    display: none !important;
}

#google_translate_element {
    margin: 0;
	    padding: 6px;
     border-radius: 5px; 
	float: right;
}

.goog-te-gadget-simple {
    background-color: #fff;
    border: none;
    color: white;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.goog-te-gadget-simple a {
    color: white;
    text-decoration: none;
}.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
ul.dropdown-menu li a {
    color: #28457f;
}
/* General dropdown menu styling */
.navbar-nav .dropdown-menu {
    display: flex !important;
    flex-wrap: wrap;
  
    padding: 0px;
    background-color: #f2f2f2;
    position: absolute !important;
   
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.navbar-nav .dropdown-menu li:hover {
    background: #fff;
}
.navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

/* 3 columns for dropdown items */
.navbar-nav .dropdown-menu li {
    flex: 1 1 33%;
    padding: 6px 15px;
    list-style: none;
    border-right: 1px solid #e4e4e4;
}

.navbar-nav .dropdown-menu li a {
    display: block;
    padding: 0px;
    color: #007b9b;
    text-decoration: none;
    
}


/* Mobile responsiveness */
@media (max-width: 768px) {
    .navbar-nav .dropdown-menu {
        flex-direction: column;
        width: 100%; /* Full width for smaller screens */
		
    }
	.navbar-nav .nav-item:hover .dropdown-menu{
		position: static !important;
	}

    .navbar-nav .dropdown-menu li {
        flex: 1 1 100%; /* Single column for mobile */
		border-right: 0 !important;
    }
}

.top-right-btn a {
    background: #f57023;
    padding: 8px 15px;
    color: #fff;
    border-radius: 30px;
    padding-bottom: 10px;
}
.modal-body input, .modal-body textarea {
    border: 1px solid #007b9c;
    box-shadow: inherit;
    padding: 10px;
    height: auto;
    display: block;
    width: 100%;
    border-radius: 6px;
}
.modal-body input.wpcf7-submit {
    width: 50%;
       background: #007b9c;
	color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
	border: 0 !important;
}
.wpcf7-spinner{
	display: none;
}
h5#appointmentPopupTitle {
    color: #017c9b;
}