@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html{
     overflow-y: auto;
    overflow-x: hidden;
}
body{
       overflow-x: hidden; 
}
* {
    margin: 0px;
    box-sizing: border-box;
}

body {
   
    font-family: "Roboto", sans-serif;
    font-size: 14px;
	font-weight: 300;
	color:#242424;
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

button,
a,
input {
    outline: none;
    transition: 0.3s;
    cursor: pointer;
}

h1,h2,h3,h4,h5,h6{color:#41464b}

.topHeader .row {
    align-items: center;
}

.contactItem {
    display: flex;
    align-items: center;
}

.contactItem a {
    display: inline-block;
    color: #525252;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.contactItem span {
    display: block;
}

.contactItem span img {
    width: 45px;
}

.contactItemdetails {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: calc(100% - 45px);
    padding-left: 10px;
}

.logo {
    width: 200px;
    max-width: 100%;
}

.logo a {
    display: inline-block;
}

.logo img {
    width: 100%;
}

.contactInfo ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.contactInfo .socialInfo {
    display: none;
}

.socialInfo ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.socialInfo ul li {
    width: 40px;
    height: 40px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border: 2px solid #54c7fa;
    border-radius: 8px;
    color: #020202;
    font-size: 21px;
}

.socialInfo ul li a {
    color: #020202;
}

.socialInfo ul li:hover {
    background: #54c7fa;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #060845;
    padding-right: 10px;
    border-radius: 8px 8px 0px 0px;
}

nav ul {
    display: flex;
    align-items: center;
}

nav ul a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 22px 50px;
    font-weight: 600;
    background: transparent;
    position: relative;
    transition: 0s;

}

nav ul li {
    display: inline-flex;
    position: relative;
}

nav ul a:hover {
    
     background: #1e9dd4;
    color: #fff;
}

nav ul a.active {
    background: #1e9dd4;
    color: #fff;
}

nav ul a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 23px solid transparent;
    border-top: 66px solid #1e9dd4;
    top: 0px;
    right: -24px;
  z-index: 1;
    opacity: 0;
}

nav ul a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 110%;
    background: #fff;
    top: -3px;
    right: -13px;
    transform: rotate(20deg);
    z-index: 1;
    opacity: 0;
}

nav ul a.active:after {
    opacity: 1;
}

nav ul a:hover::after {
    opacity: 1;
}

nav ul a.active:before {
    opacity: 1;
}

nav ul a:hover::before {
    opacity: 1;
}

.bookAppointmentBtn {
    color: #000000;
    font-weight: 500;
    display: inline-block;
    background: #ffd903;
    font-size: 18px;
    border: 2px solid #ffd903;
    padding: 6px 20px;
    border-radius: 40px;
}

.bookAppointmentBtn:hover {
    background: #060845;
    color: #fff;
}

.topHeader {
    width: 100%;
    padding: 5px 0px;
}

nav .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    background: #060845;
    border-radius: 4px;
    padding: 0px;
    border: 0px;
}

nav .dropdown-menu.show li {
    width: 100%;
}

nav .dropdown-menu.show li a {
    display: block;
    color: #fff;
    padding: 8px 10px;
}

nav .dropdown-menu.show li a:hover {
    color: #fff;
    background: #1e9dd4;
}

nav .dropdown-menu.show li a::before {
    display: none;
}

nav .dropdown-menu.show li a::after {
    display: none;
}

.banner {
    width: 100%;
    height: 600px;
    background: #ccc;
    overflow: hidden;
    position: relative;
    /* display: flex;
    align-items: center;
    background-image: url('../img/banner.png');
    background-position: center;
    background-size: cover; */
}

.bannerTxt {
    width: 720px;
    max-width: 100%;
}

.bannerTxt h1 {
    margin: 0px;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 0px 0px 25px rgb(0 0 0 / 54%);
}

.bannerTxt p {
    margin: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
}

.readmoreBtn {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: #ffd803;
    border: 2px solid #ffd803;
    padding: 10px 30px;
    display: inline-block;
}

.readmoreBtn:hover {
    background: transparent;
    color: #000;
}

.featureItem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 24%);
    border-radius: 20px;
    min-height: 230px;
    cursor: pointer;
    transition: 0.3s;
}

.featureItem i {
    font-size: 60px;
    color: #54c7fa;
    transition: 0.3s;
}

.featureItem:hover {
    background: #094484;
        transform: scale(1.1);
}

.featureItem label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: 200px;
    max-width: 100%;
    text-align: center;
    line-height: 18px;
    margin-top: 20px;
    transition: 0.3s;
}

.featureItem:hover i {
    color: #fff;
}

.featureItem:hover label {
    color: #fff;
}

.featureItem span i {
    font-size: 20px;
    transform: translate(-30px, 15px);
    opacity: 0;
}

.featureItem:hover span i {
    transform: translate(0px, 15px);
    opacity: 1;
    font-size: 20px;
}

.featureandBrand {
    position: relative;
    top: -115px;
    z-index: 1;
}

.brandLabel h3 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
}

.brandLabel h3 span {
    color: #515151;
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.aboutImage {
    width: 95%;
    height: 100%;
    position: relative;
    border-radius: 20px;
}

.aboutImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.aboutImage img.shape {
    width: 70px;
    height: auto;
    object-fit: scale-down;
    position: absolute;
    border-radius: 0px;
    left: -15px;
    bottom: -29px;

}

.aboutImage img.dotshape {
    width: auto;
    height: auto;
    object-fit: scale-down;
    position: absolute;
    border-radius: 0px;
    right: -15px;
    top: -51px;
    z-index: -1;
}

.aboutText span {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.aboutText h2 {
    color: #000;
    font-weight: 44px;
    font-weight: 600;
    margin-bottom: 0px;
}

.aboutText p {
    font-weight: 14px;
	font-weight: 300;
    color: #242424;
    padding-left: 30px;
    padding-top: 30px;
    position: relative;
    margin: 0px;
}

.aboutText p::before {
    width: 1px;
    height: 90px;
    background: #000;
    left: 0px;
    top: 32px;
    position: absolute;
    content: '';
}

.moreBtn {
    background: #1e9dd4;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #1e9dd4;
    color: #fff;
    padding: 8px 30px;
    margin: 20px 0px;
	border-radius:6px;
}

.moreBtn:hover {
    color: #1e9dd4;
    background: #fff;
}

.aboutText h4 {
    font-size: 25px;
    margin: 0px;
    font-weight: 500;
    color: #2c2c2c;
    width: 390px;
    max-width: 100%;
    margin-bottom: 20px;
}

.whyChooseBtn {
    width: 100%;
    padding: 10px 20px;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    background: #ffd803;
    border: 2px solid #ffd803;
	border-radius:6px;
}

.whyChooseBtn:hover {
    background: #fff;
}

.aboutus {
    margin-bottom: 80px;
}

.appointment {
    position: relative;
    background: url("../img/appoinment.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    padding: 80px 0px;
}

.appBtm {
    position: relative;
    text-align: center;
}

.appBtm p {
    font-size: 26px;
    color: #6c6b6b;
    font-weight: 300;
    margin-bottom: 50px;
}

.appBtm h4 {
    font-size: 26px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}

.appntBtn {
    padding: 3px 40px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    background: #ffd803;
    border: 2px solid #ffd803;
	border-radius: 6px;	
}

.appntBtn:hover {
    background: transparent;
}

.consultSecItemDetails h4 {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 25px;
}

.consultSecItemDetails p {
    font-weight: 200;
    color: #000;
    font-size: 14px;
    padding-left: 20px;
    border-left: 1px solid #6c6b6b;
    margin: 0px;
}

.consultSecItemimg {
    height: 220px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ccc;
    margin-bottom: 30px;
}

.consultSecItemimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    transform: scale(1);
}

.consultSecItem:hover .consultSecItemimg img {
    transform: scale(1.1);
}

.consultSecItem {
    display: flex;
    flex-direction: column;
}

.consultSec .col-lg-4:nth-child(2) .consultSecItem .consultSecItemDetails {
    order: -1;
}

.consultSec .col-lg-4:nth-child(2) .consultSecItem {
    height: 100%;
    justify-content: space-between;
}

.consultSec .col-lg-4:nth-child(2) .consultSecItem .consultSecItemimg {
    margin-bottom: 0px;
}

.consultSec {
    padding: 80px 0px;
    overflow: hidden;
    width: 100%;
}

.consultSec {
    background-image: url("../img/dotshape.png");
    background-repeat: no-repeat;
    background-position: 23% 32px;

}

.consultSecBtm p {
    font-weight: 500;
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
}

.consultSecBtm {
    text-align: center;
    margin-top: 50px;
}

.footer {
    background: #212529;
    padding: 80px 0px;
    padding-bottom: 30px;
    overflow: hidden;
}

.footerDetails h2 {
    color: #fff;
    font-weight: 600;
    margin: 0px;
    font-size: 25px;
    margin-bottom: 20px;
}

.footerDetails p {
    color: #bfbfbf;
    font-weight: 200;
    margin: 0px;
    font-size: 16px;
    margin-bottom: 20px;
}

.footerDetails li h3 {
    color: #ffd803;
    font-weight: 600;
    margin: 0px;
    font-size: 20px;
    margin-bottom: 10px;
}

.footerDetails a {
    color: #fff;
    font-weight: 500;
    margin: 0px;
    font-size: 16px;
    display: inline-block;
}

.footerDetails a:hover {
    color: #ffd803;
}

.footerDetails ul {
    display: flex;
    gap: 20px;
}

.footernav {
    flex-direction: column;
    gap: 5px !important;
}

.footernav li a {
    font-size: 15px;
}

.footerDetails a span {
    color: #7e7a76;
}

.footerDetails h3 {
    color: #fff;
    font-weight: 600;
    margin: 0px;
    font-size: 22px;
    margin-bottom: 15px;
}

.socialfooter a {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    font-weight: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.socialfooter {
    margin-top: 20px;
}

.socialfooter a:hover {
    background: #54c7fa;
    color: #fff;
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: rgb(255 255 255 / 24%);
    padding-top: 35px;
    border-top: 1px solid rgb(204 204 204 / 12%);
    margin-top: 50px;
}

.circle {
    position: relative;
    width: 180px;
    height: 180px;
    border: 4px solid #002c77;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin: 0 auto;
}

.circle img {
    width: 100px;
    margin-bottom: 8px;
}

.circle h2 {
    font-size: 20px;
    color: #002c77;
    margin: 0;
}

.labels {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
}

.labels.left {
    left: 0;
    text-align: right;
}

.labels.right {
    right: 0;
    text-align: left;
}

.labels div {
    background: white;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.appTop {
    position: relative;
    margin-bottom: 80px;
}

.appTop img {
    width: 100%;

}

.desktopimg {
    display: block;
}

.mobileimg {
    display: none;
}

.bannerSlider {
    width: 100%;
    height: 100%;
}

.bannerSlider .owl-stage-outer {
    width: 100%;
    height: 100%;
}

.bannerSlider .owl-stage {
    height: 100%;
}

.bannerSlider .owl-item {
    height: 100%;
}

.bannerSlider .item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.bannerSlider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0px;
}

.bannerSlider .item img.desktop {
    display: block;
}

.bannerSlider .item img.mobile {
    display: none;
}

.bannerSlider .item .container {
    position: relative;
}

/* Dropdown animation */
.dropdown-menu {
    display: block; /* allow transition */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease-in-out;
    pointer-events: none; /* prevent interaction while hidden */
}

.dropdown.show .dropdown-menu,
.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Optional effect: menu closes smoothly */
.dropdown-menu:not(.show) {
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
}

/* Fix default Bootstrap shadow & style (optional) */
.dropdown-menu {
    border-radius: 8px;
}


/*---services---*/
.service_details h2{
    font-size: 44px;
    color: #41464b;
    font-weight: bold;
    margin-bottom: 20px;
}
.service_details p{
    font-size: 14px;
	font-weight: 300;
    color: #242424;
	text-align: justify;
}
.service_details b{
    font-size: 14px;
    color: #000;
     font-weight: 400;
}
.service_details h2 img{
    width: 50px;
    margin-right: 10px;
}
.service_images img{
    width: 100%;
}
.service_details ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}
.service_details ul li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 14px;
    line-height: 1.6;
}
.service_details ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #1e9dd4; /* blue bullet */
    border-radius: 50%;
}
.servicesSec{
    padding: 40px 0px 80px 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.servicesItem{
    text-align: center;
    margin-bottom: 50px;
}
.servicesItem span{
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 20px;
    display: inline-block;
}
.servicesItem span img{
    width: 100%;
}
.servicesItem h3{
    color: #41464b;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0px;
    min-height: 50px;
}
.servicesItem p{
	font-weight: 300;
    color: #242424;
    font-size: 14px;
    border-left: 1px solid #333;
    padding-left: 15px;
    text-align: justify;
}
.service_images {
margin-bottom: 80px;
padding-left: 70px;
}
.featureItem h3{
    font-weight: bold;
    font-size: 48px;
    text-align: center;
}
.otherServices{
        background: #96dbfa;
    padding: 60px 0px;
}
.featureItem img{
    width: 80px;
    height: 80px;
    object-fit: scale-down;
}

/* Highlighted Box Styling */
.gzi-highlight-box {
    background: /*#060845*/#212529;
    color: #ffffff;
    border-radius: 18px;
    padding: 30px 35px;
    border: 1px solid #212529;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.gzi-highlight-box h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;         /* Center-aligned heading */
    color: #ffffff;             /* Ensure heading text is white */
}

/* Custom Blue Rounded Bullets */
.gzi-highlight-box ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.gzi-highlight-box ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 14px;
    line-height: 1.6;
    color: #ffffff; /* Ensure list text is white */
}

.gzi-highlight-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #ffd803; /* blue bullet */
    border-radius: 50%;
}


    /* Floating button container */
    .whatsapp-float {
      position: fixed;
      right: 20px;
      bottom: 20px;
      z-index: 1000;
      display: inline-block;
      filter: drop-shadow(0 6px 18px rgba(0,0,0,0.18));
    }

    /* The button itself */
    .whatsapp-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: linear-gradient(180deg,#25D366 0%, #1DA851 100%);
      border: none;
      cursor: pointer;
      transition: transform .15s ease, box-shadow .15s ease;
      text-decoration: none;
      color: white;
      font: inherit;
    }

    .whatsapp-btn:focus {
      outline: 3px solid rgba(37,211,102,0.25);
      outline-offset: 2px;
    }

    .whatsapp-btn:hover {
      transform: translateY(-3px);
    }

    /* optional label for larger screens */
    .whatsapp-label {
      display: none;
      position: absolute;
      right: 72px;
      bottom: 24px;
      background: #fff;
      color: #111;
      padding: 10px 12px;
      border-radius: 8px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      font-size: 14px;
      white-space: nowrap;
    }

    /* show label on larger screens */
    @media (min-width: 720px) {
      .whatsapp-label { display: block; }
    }

    /* SVG icon sizing */
    .whatsapp-icon {
      width: 26px;
      height: 26px;
      display: block;
    }




/*--responsive---*/
@media (max-width: 1400px) {
.servicesItem h3{
    font-size: 22px;
}
.service_details{
    margin-bottom: 50px;
}
}
@media (max-width: 1200px) {
    .featureItem h3{
        font-size: 35px;
    }
    .servicesSec .container .row:first-child{
        align-items: center;
    }
        .servicesItem h3 {
        font-size: 20px;
    }
    .consultSecItemDetails h4 {
        font-size: 25px;
    }

    .aboutText h4 {
        font-size: 20px;
    }

    .bannerTxt h1 {
        font-size: 40px;
    }

    nav ul a {
        padding: 22px 25px;
    }

    .bookAppointmentBtn {
        font-size: 14px;
    }

    nav {
        padding: 0px 20px;
    }

    .menuCont {
        max-width: 100%;
        padding: 0px;
    }

    .appBtm p {
        font-size: 18px;
    }

    .footerDetails h3 {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .otherServices .featureItem label{
     font-size: 14px;
    }
     .otherServices   .featureItem {
        min-height: 199px;
    }
    .appntBtn {
        font-size: 16px;
    }

    .appBtm h4 {
        font-size: 18px;
    }

    .appBtm p {
        font-size: 16px;
    }

    .whyChooseBtn {
        font-size: 16px;
    }

    .aboutText span {
        margin-bottom: 10px;
    }

    .aboutText {
        margin-top: 50px;
    }

    .aboutImage {
        height: 350px;
    }

    .featureItem {
        min-height: 193px;
    }

    header .container:first-child {
        max-width: 100%;
        padding: 0px 20px;
    }
    .servicesSec .container {
        max-width: 100%;
        padding: 0px 20px;
    }
	.service_images {
		padding-left: 0px;
		margin-bottom: 20px;
	}	
    .consultSec .col-lg-4:nth-child(2) .consultSecItem .consultSecItemDetails {
        order: 0;
    }

    .consultSecItem {
        margin-bottom: 30px;
    }

    .consultSec .col-lg-4:nth-child(2) .consultSecItem {
        height: auto;
        justify-content: space-between;
    }

    .consultSec .col-lg-4:nth-child(2) .consultSecItem .consultSecItemimg {
        margin-bottom: 30px;
    }

    .consultSecItemimg {
        height: 300px;
    }

    .consultSecBtm {
        margin-top: 20px;
    }

    .footerDetails {
        margin-bottom: 20px;
    }

    .copyright {
        margin-top: 30px;
    }

    .contactItem a {
        font-size: 12px;
    }

    .contactItem span img {
        width: 30px;
    }

    .contactItemdetails {
        width: calc(100% - 30px);
    }

    .banner {
        height: 500px;
    }

    nav ul a {
        padding: 22px 20px;
    }

    .aboutImage {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .service_details p{
        text-align: justify;
    }
    .otherServices{
        padding: 50px 0px;
        padding-bottom: 30px;
    }
        .servicesItem h3 {
        font-size: 17px;
               min-height: auto;
    }
    .service_details h2 img {
    width: 35px;
}
    .service_details h2{
        font-size: 22px;
    }
    .servicesSec{
        padding: 50px 0px;
    }
    .bannerSlider .item img.desktop {
    display: none;
}

.bannerSlider .item img.mobile {
    display: block;
}
    .appointment {
        padding-top: 50px;
    }

    .appTop {
        margin-bottom: 50px;
    }

    .contactItemdetails {
        display: none;
    }

    .socialInfo {
        display: none;
    }

    .contactInfo .socialInfo {
        display: inline-block;
    }

    .contactInfo {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: flex-end;
    }

    .contactItem span {
        width: 40px;
        height: 40px;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        border: 2px solid #c2c2c2;
        border-radius: 8px;
        font-size: 21px;
    }

    .contactInfo ul {
        gap: 10px;
    }

    .featureandBrand {

        top: -80px;
    }

    .featureItem {
        margin-bottom: 20px;
    }

    .brandLabel h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    nav {
        flex-direction: column;
        padding: 0px;
        align-items: flex-start;
    }

    nav ul {
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
        display: none;
    }

    nav ul.open {
        display: flex;
    }

    nav ul li {
        width: 100%;
        display: flex;
    }

    nav ul li a {
        width: 100%;
        padding: 16px 20px;
    }

    nav ul li a::before {
        display: none;
    }

    nav ul li a::after {
        display: none;
    }

    nav ul li.show {
        flex-direction: column;
    }

    nav .dropdown-menu.show {
        left: auto !important;
        top: auto !important;
        position: relative !important;
        transform: none !important;
        background: #030428;
    }

    nav .dropdown-menu.show li a {
        padding: 10px 20px;
    }

    .bookAppointmentBtn {
        width: 250px;
        margin: 0 auto;
        margin-bottom: 13px;
        margin-top: 13px;
    }
}

@media (max-width: 576px) {
        .featureItem h3 {
        font-size: 30px;
    }

    .servicesItem span{
        width: 70px;
        height: 70px;
        padding: 15px;
    }
    .brandSlider .owl-carousel .owl-item img {
        width: 100%;
        height: 80px;
        object-fit: scale-down;
    }

    .brandItem {
        border: 1px solid #ccc;
        border-radius: 15px;
        padding: 15px;
    }

    .brandLabel {
        text-align: center;
    }

    .readmoreBtn {
        font-size: 14px;
        padding: 6px 14px;
    }

    .bannerTxt p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .bannerTxt h1 {
        font-size: 25px;
    }

    .banner {
        height: 300px;
    }

    .featureandBrand {
        padding-top: 50px;
        top: auto;
    }

    .topHeader .col-lg-4,
    .topHeader .col-lg-6 {
        width: auto;
    }

    .logo {
        width: 170px;
    }

    .topHeader .row {
        justify-content: space-between;
    }

    .desktopimg {
        display: none;
    }

    .mobileimg {
        display: block;
    }
        .consultSecItemDetails h4 {
        font-size: 19px;
    }
}

@media (max-width: 480px) {
    .logo {
        width: 116px;
    }	
    .footerDetails p{
        font-size: 14px;
    }
    .footerDetails ul {
        flex-direction: column;
    }

    .footerDetails ul li {
        width: 100%;
    }

    .copyright {
        padding-top: 23px;
    }

    .footer {
        padding-bottom: 5px;
        padding-top: 30px;
    }
    .footerDetails h2{
        font-size: 18px;
    }
    .footerDetails li h3{
 font-size: 16px;
    }
    .footernav li a {
    font-size: 14px;
}
    .footerDetails h3 {
        font-size: 15px;
    }
    .footerDetails a {
           font-size: 14px;

    }
}