﻿body {
}

.bName{display:none;}

.navbar-toggler-icon {
    background-image: url('../img/menu.png') !important;
}

#nav-shrink {
    overflow: hidden;
    background-color: #000;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

.master-body {
    margin-top:130px;
}

@media (min-width: 0px) and (max-width: 425px) {

    .master-body {
        margin-top: 100px;
    }
}


@media (min-width: 0px) and (max-width: 767px) {
    .text-right,
    .text-left {
        text-align: center !important;
    }
}

@media (min-width: 767px) and (max-width: 5000px) {

    .btn-get-started {
        width: 50%
    }
}


.form-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 15px 5px 15px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}


.background {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.popup {
    padding-top: 10px;
    padding-left: 10px;
    width: 350px;
    padding: 10px;
}

@media (min-width: 0px) and (max-width: 425px) {
    .popup {
        width: 100%;
    }
}


.close, .close:hover, .close:active {
    margin-right: -92%;
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    z-index: 10;
    position: absolute;
    right: 95%;
    top: -6px;
}

    .close .bx {
        padding: 4px;
    }

.file-upload {
    border: 1px dotted;
    padding: 28px;
    background: #ebebeb;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

a.btn.btn-primary, a.btn.btn-primary:active, a.btn.btn-primary:hover {
    background: #185aa6;
    border: 1px solid #7dc1ee;
    color: #fff;
}



.click-to-chat {
	position: fixed;
	z-index: 10000;
	bottom: 10px;
	right: 10px;
}

	.click-to-chat img {
		width: 150px;
	}

@media (min-width: 0px) and (max-width: 425px) {
	.click-to-chat img {
		width: 100px;
	}
}

@media (min-width: 0px) and (max-width: 425px) {

   footer .text-start, 
   footer .text-end
	{
		text-align: center !important;
	}
	
	.footer .footer-links ul li {
		display: inline;
	}
	
	footer	.d-flex {
		display: inline-flex !important;
	}
	
}

.appointment {
    color: #ffffff !important;
    background: #3ac3b0;
    padding: 8px 25px !important;
    border-radius: 50px;
    transition: 0.3s;
}

.m-only {
    display: none;
}

.d-only {
    display: inline;
}

@media (min-width: 0px) and (max-width: 425px) {
    .m-only {
        display: inline;
    }

    .d-only {
        display: none;
    }

    .social a {
        float:left;
    }

    .navbar a i, .navbar a:focus i {
        font-size: 18px;
        margin-top: 10px;
    }
}

.section-why-choose-us {
  background-color: #f9f9f9;
  padding: 60px 40px;
  margin: 60px 0;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.section-why-choose-us h2 {
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.section-why-choose-us ul {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.section-why-choose-us ul li {
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

.section-why-choose-us ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0077b6;
  font-weight: bold;
  font-size: 1.2rem;
  top: 0;
}

.section-why-choose-us .highlight {
  color: #0077b6;
  font-weight: 600;
}

.section-why-choose-us p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  color: #444;
  text-align: center;
}

.advisory-services {
  background-color: #f8f9fb;
  padding: 60px 15px;
}

.advisory-services h2 {
  text-align: center;
  color: #003366;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.advisory-services p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #444;
  font-size: 1.1rem;
}

.advisory-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
  margin-bottom: -30px;
  transition: all 0.3s ease;
  height: 100%;
}

.advisory-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.advisory-card h3 {
  font-size: 1.2rem;
  color: #003366;
  margin-bottom: 15px;
  
  align-items: center;
}

.advisory-card p {
  color: #555;
  font-size: 1rem;
}

.icon-inline {
  color: #0077b6;
  font-size: 1.5rem;
  margin-right: 10px;
}

