/* version: 1.1 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  }
body {
    margin: 0;
    font-weight: 400;
    color: #212529;
    text-align: left;
}
#map {
    height: 110vh;
}
#search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    /* max-width: 45%;
    width: 45%; */
    max-width: 25%;
    width: 25%;
    padding: 15px;
    /* background-color: #fff; */
    background-color: #00AEEF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border-radius: 8px;
    opacity: 0.9;
}
#logo{
    max-height: 100px; min-width:120px;
}

@media only screen and (max-width: 767px) {
    #search-box {
        max-width: 80%;
    width: 80%;
    }
    #logo{
        max-height: 60px; min-width:70px;
    }
    .navbar-brand{
       min-width: 70%;
    }
    .navbar>.container{
        display: block;
    }
    /* .nav-item > a{
        background-color: #fff;
    } */

}

.logo-container {
    flex: 0 0 25%; /* Ensures the logo takes up 30% */
  }

  .nav-container {
    flex: 0 0 75%; /* Ensures the navbar takes up 70% */
  }

  @media (max-width: 768px) {
    .logo-container {
        width:70% !important;
        float: left;
    }
  }
/* For mobile devices */
@media (max-width: 768px) {

    #sidebarmap {
      order: 1; /* Sidebar first */
    }

    #map {
      order: 2; /* Map second */
    }

    #map, #sidebarmap {
      width: 100%; /* Full width on mobile */
    }
  }

.gray-bg
{
    background-color: #c4c4c4;
    margin: 10px;
    border-radius: 17px;
}
.radiusborder
{
    border-radius: 17px;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
}

.shadow-\[0px_4px_4px_0px_rgba\(0\2c 0\2c 0\2c 0\.066\)\] {
    --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.066);
    --tw-shadow-colored: 0px 4px 4px 0px 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
}
    .pl-px {
        padding-left: 1px;
    }
    .pb-11 {
        padding-bottom: 11px;
    }

    .pt-15 {
        padding-top: 15px;
    }

    .pb-15 {
        padding-bottom: 15px;
    }

    .mb-15 {
        margin-bottom: 15px;
    }
    .mt-15 {
        margin-top: 15px;
    }

    .mb-10 {
        margin-bottom: 10px;
    }
    .mb-10 {
        margin-top: 10px;
    }
    .rounded-md {
        border-radius: 0.375rem;
    }
    .pl-0 {
        padding-left: 0px !important;
    }
    .bg-white {
        --tw-bg-opacity: 1;
        background-color: #fff!important;
    }

    .font-normal {
        font-weight: 400;
    }

    .font-Montserrat {
        font-family: Montserrat, Helvetica, Arial, serif;
    }
    .text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .leading-16 {
        line-height: 1.6;
    }

    .font-medium {
        font-weight: 500;
    }

    .text-16 {
        font-size: 16px;
    }

    .text-black {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / 1);
    }

    .text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .mb-2, .my-2 {
        margin-bottom: 0.5rem!important;
    }

    .mt-2 {
        margin-top: 0.5rem!important;
    }

    .text-\[rgb\(0\2c 51\2c 0\)\] {
        --tw-text-opacity: 1;
        color: rgb(0 174 239 / 1);
    }

    .text-green {
        --tw-text-opacity: 1;
        color: rgb(0 174 239 / 0.8);
    }

    .mr-2, .mx-2 {
        margin-right: 0.5rem!important;
    }

    .ml-3\.5 {
        margin-left: 0.875rem;
    }

    svg:not(:root).svg-inline--fa {
        overflow: visible;
    }


    .svg-inline--fa.fa-w-12 {
        width: 0.75em;
    }

    .svg-inline--fa {
        display: inline-block;
        font-size: inherit;
        height: 1em;
        overflow: visible;
        vertical-align: -0.125em;
    }

    .tracking-\[-0\.5px\] {
        letter-spacing: -0.5px;
    }

    .flex {
        display: flex;
    }

    .relative {
        position: relative;
    }

    .svg-inline--fa {
        display: inline-block;
        font-size: inherit;
        height: 1em;
        overflow: visible;
        vertical-align: -0.125em;
    }

    .svg-inline--fa.fa-w-12 {
        width: 0.75em;
    }

    .text-\[rgb\(33\2c 33\2c 33\)\] {
        --tw-text-opacity: 1;
        color: rgb(33 33 33 / 1);
    }

    .gap-x-17 {
        -moz-column-gap: 17px;
        column-gap: 17px;
    }

    .w-3\.5 {
        width: 0.875rem;
    }

    .h-3\.5 {
        height: 0.875rem;
    }

    .mt-1\.5 {
        margin-top: 0.375rem;
    }

    .gap-x-15 {
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .mx-05 {
        margin-left: 0.125rem;
        margin-right: 0.125rem;
    }

    .mt-11{
        margin-top: 11px;
    }

    .mt-0{
        margin-top:0px;
    }
    .mb-0{
        margin-bottom:0px;
    }

    .tracking-\[-1\.91px\] {
        letter-spacing: 1.09px;
    }

    .bg-\[rgb\(230\2c 235\2c 230\)\] {
        --tw-bg-opacity: 1;
        background-color: rgb(230 235 230 / 1);
    }

    .min-h-\[1px\] {
        min-height: 1px;
    }

    .h-px {
        height: 1px;
    }

    .mt-\[18px\] {
        margin-top: 18px;
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .text-\[rgb\(0\2c 51\2c 0\)\] {
        --tw-text-opacity: 1;
        color: rgb(0 174 239 / 1);
    }

    .float-left{
        float: left;
    }

    .float-right{
        float: right;
    }

    .box-hvr:hover {
        border: 1px solid #00AEEF;
        cursor: pointer;
    }

    .underline{
        text-decoration: underline;
    }

    .underline:hover{
        text-decoration: none;
    }

    .login-section {
        background-color: #f0f0f0;
        min-height: 100vh;
    }

    .content-section {
        background-color: #00AEEF;
        min-height: 100vh;
    }

    .pd {
        padding: 140px 20px;
    }

    .btn-lgn {
        border: 1px solid #00AEEF;
        color: #00AEEF;
        background: #fff;
    }

    .btn-lgn:hover {
        background: #00AEEF;
        color: white;
    }

    .font-1 {
        padding: 10px 7px;
        color: #00AEEF;
        font-size: 1rem;
        font-weight: 700;
    }

    .font-2 {
        color: #00AEEF;
        font-size: 1rem;
        font-weight: 700;
        padding: 0 7px;
    }

    .logo-img {
        max-width: 100%;
        margin: 20px auto;
    }

    .font-3 {
        font-weight: 900;
        font-size: 4rem;
        text-align: center;
        /* color: #2ae6bd; */
        color: #d7d7d7;
        font-family: sans-serif;
        position: relative;
        top: 10%;
    }

    #logo {
        /* max-width: 70%; */
        height: auto;
        display: block;
        /* margin: 0 auto; */
      }

      @media (max-width: 768px) {
        #logo {
          max-width: 90%;
        }
      }


/* Close Button */
.btn-close {
    background-size: 25%;
  }

  .btn-close:focus {
    outline: 0;
    box-shadow: none;
  }

  .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
  }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity);
  }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
  }

.alert-dismissible {
    padding-right: 3rem;
  }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
  }

  #iframePage{
    height: 85vh;
    border-radius : 20px;
  }
  .p-of-attorney {
    font-weight: 600;
    font-family: Montserrat, Helvetica, Arial, serif;
    display: flex;
    font-size: 25px;
    color: #000;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.font-Montserrat {
    font-family: Montserrat, Helvetica, Arial, serif;
}
.font-Merriweather {
    font-family: Merriweather, Helvetica, Arial, serif;
}
/* .box-custom{
    height: 50vh;
}
.box{
    background: #d7d7d7;
}
  .box-1 {
    background: #e7c3ff;
}

.box-2 {
    background: #8ad9b8;
}

.box-3 {
    background: #ffdf95;
}

.box-4 {
    background: #e7c3ff;
}

.box-5 {
    background: #8ad9b8;
}

.box-6 {
    background: #ffdf95;
}

.border-box {
    --tw-border-opacity: 1;
    border-color: #047fad;
}

.border-bottom-fullbox {
    border-bottom: 3px solid #047fad;

} */

.border-solid {
    border-style: solid;
}

.border-t-2 {
    border-top-width: 2px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
}

.font-bold {
    font-weight: 700;
    color: #111111;
}
/* .btn-healthcare {
    border-radius: 20px;
    color: #fff;
    background: #047fad;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat, Helvetica, Arial, serif;
    width: 56.7%;
    margin: 1% 20%;
    cursor: pointer;
}
:hover.btn-healthcare {

    background: #fff;
    border: 1px solid #047fad;
    color: #047fad;
} */

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-14 {
    width: 0.875em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.shadow-box {

    /* box-shadow: 0 4px 42px 0px rgba(0, 0, 0, 0.2); Adjust the shadow color and size as needed */
    --tw-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.2);
    --tw-ring-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.2);
    --tw-ring-offset-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.2);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);


}

.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(217 224 217 / var(--tw-bg-opacity));
}

.h-px{
    height: 1px;
}
hr{
    display: block;
    font-size: 1em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /* font-weight: normal; */
    /* margin: 0;
    border-width: 0;
    opacity: 1; */
}

.text-14 {
    font-size: 14px;
}

.text-18 {
    font-size: 18px;
}
.text-22 {
    font-size: 22px;
}
.text-26 {
    font-size: 26px;
}
.text-30 {
    font-size: 30px;
}
.text-34 {
    font-size: 34px;
}
.text-38 {
    font-size: 38px;
}

.deals-text {
    background: #c89fe1;
    position: relative;
    color: #000;
    left: 25px;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 7px;
    cursor: pointer;
}

.attorney-box,.attorney-box a {
    color:#fff;
}

.attorney-box h1,.attorney-box h2,.attorney-box h3,.attorney-box h4,.attorney-box h5,.attorney-box h6{
    color:#fff;
}

.styles_icon__28Zdk svg {
    height: auto;
    margin-left: -50px;
    width: 150px;
}
@media only screen and (max-width: 768px) {
    .attorney-detail
    {
     text-align: center;
    }

    .attorney-25{
        width: 20%;
    }
    .attorney-75{
        width: 70%;
    }
}
.styles_icon__28Zdk polygon {
    fill: #fff;
}
.mb-0{
    margin-bottom: 0px !important;
}
/* new box style start */
/* General Box Style */
.box-custom {
    background-color: #f8f9fa;
    /* Light gray background */
    border: 2px solid #e2e6ea;
    /* Light border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    transition: transform 0.3s, box-shadow 0.3s;
    /* Smooth hover transition */
    border-radius: 1rem !important;
    /* Rounded corners */
    overflow: hidden;
    /* Ensure rounded corners are applied */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* Ensure all boxes have the same height */
}

.box-custom:hover {
    transform: translateY(-5px);
    /* Slight lift on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Deeper shadow on hover */
}

/* Header Style */
.box-header {
    font-size: 1.75rem;
    /* Slightly larger font for the title */
    color: #fff;
    /* White text color */
    background-color: var(--attorney-color);
    /* Blue background color */
    padding: 0.5rem 1rem;
    /* Padding for header */
    text-align: center;
    /* Center align the text */
}

/* Description Styling */
.description {
    font-size: 1rem;
    /* Standard size for the subtitle */
    color: #6c757d;
    /* Muted color for the subtitle */
    line-height: 1.5;
    /* Line spacing */
    margin-top: 1rem;
    /* Margin above description */
    text-align: center;
    /* Center align the text */
}

/* Button Styling */
.btn-healthcare {
    display: inline-block;
    padding: 0.5rem 0.5rem;
    /* Padding for buttons */
    margin:0 0.5rem 0.5rem 0;
    /* Margin between buttons */
    /* White text color */
    /* Blue background color */
    border: none;
    /* No border */
    border-radius: 0.25rem;
    /* Rounded corners */
    text-decoration: none;
    /* No underline */
    transition: background-color 0.3s, transform 0.3s;
    /* Smooth transition */

    color: #fff;
    background: var(--attorney-color);
    font-size: 14px;

}

.btn-healthcare:hover {
    /*background-color: #047fad; */
    /* Darker blue on hover */
    transform: translateY(-2px);
    /* Slight lift on hover */

    background: #fff;
    border: 1px solid var(--attorney-color);
    color: var(--attorney-color);
}

.icon-arrow-right {
    margin-left: 0.5rem;
    /* Space between text and icon */
}

/* Price Styling */
.price {

    /* Subtle shadow */
    text-align: center;
    /* Center align text */
    margin: 0.5rem auto;
    /* Center the price box */
}

.btnprice{
    font-size: 1rem;
    /* Larger font size */
    /* font-weight: bold; */
    /* Bold text */
    background-color: var(--attorney-color);
    /* Yellow background */
    color: #fff;
    /* Black text color */
    padding: 0.25rem 0.75rem;

    border:none;
    /* Padding inside the price box */
    border-radius: 0.25rem;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);


    margin: 0.2rem;
}

/* Box Footer Styling */
.box-footer {
    background-color: #f8f9fa;
    /* Light gray background */
    padding: 1rem;
    /* Padding for footer */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* Allow items to wrap */
}

/* Box Background Colors */
.box-1 {
    /* background-color: #e3f2fd;  */
    /* Light blue background for Basic Plan */
    background-color: #dadee3;
    /* light gray */
}

.box-2 {
    /* background-color: #fff3cd;  */
    /* Light yellow background for Standard Plan */
    background-color: #e3f2fd;
    /* Light blue background for Basic Plan */
}

.box-3 {
    /* background-color: #f8d7da;  */
    /* Light red background for Premium Plan */
    background-color: #bcf3ff;
    /* Light sky like legalgen.com */
}

/* Responsive Design */
@media (max-width: 576px) {
    .btn-healthcare {
        width: 100%;
        /* Full width buttons on small screens */
        margin: 0.5rem 0;
        /* Margin between buttons */
    }
}

/* new box style end */
/* footer news feed */
.sidebar-rc-post ul{
    margin: 0px;
    padding: 0px;
  }
  .sidebar-rc-post ul li {
      overflow: hidden;
      padding-bottom: 0;
      margin-bottom: 12px;
  }
  .sidebar-rc-post .rc-post-thumb {
      height: 64px;
      width: 80px;
      margin-right: 12px;
  }
.sidebar-rc-post  .rc-post-thumb {
      display: inline-block;
      float: left;
      height: 80px;
      overflow: hidden;
      position: relative;
      width: 90px;
      margin-right: 15px;
  }
  .sidebar-rc-post img {
      max-width: 100%;
      height: auto;
  }
  .lazyloaded {
      opacity: 1;
      transition: opacity 400ms;
      transition-delay: 0ms;
  }
  .size-thumbnail {
      margin-bottom: 20px;
  }
  .sidebar-rc-post .rc-post-content {
      overflow: hidden;
  }
   .sidebar-rc-post .rc-post-content h4 {
        margin-bottom: 3px;
    }
    .sidebar-rc-post .rc-post-content h4 {

        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.3;
        text-indent: 0;
        transition: all 0.2s ease 0s;
    }
    .widget-date {
      display: inline-block;
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      color: #ffffff;
    }

    /* end footer news feed */
    /* faq style */
    .faq-overlay {
        position: absolute;
        top: 50%; /* Center vertically */
        left: 50%; /* Center horizontally */
        transform: translate(-50%, -50%); /* Center both vertically and horizontally */
    }

    .play-button {
        z-index: 1;
        position: relative;
        width: 100px; /* Adjust the size of the circle as needed */
        height: 100px; /* Adjust the size of the circle as needed */
        border: 2px solid rgba(255, 255, 255, 0.5); /* Transparent border */
        border-radius: 50%; /* Create a circular shape */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #171447b8;
    }

    .faq-img-container {
        max-width: 100%; /* Ensure the container doesn't exceed its parent's width */
        overflow: hidden; /* Hide any overflow if the image is larger than the container */
    }

    .faq-img-container img {
        width: 100%; /* Set the width to 100% of the container */
        height: auto; /* Allow the height to adjust proportionally based on the image's aspect ratio */
        display: block; /* Remove any default inline styling for the image */
    }

    .faq-item {
        flex-basis: 100%; /* Full width for horizontal alignment */
        margin-bottom: 20px;
    }

    .question h3 {
        margin: 0;
    }

    .answer {
        display: none;
        padding: 10px 20px;
        border: 1px solid #ccc;
    }

    .faq-container {
        display: flex;
        flex-wrap: wrap;
        max-width: 800px;
        margin: 0 auto;
        /* color:#efefef; */
    }

    .question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--attorney-color);
        padding: 10px 20px;
        cursor: pointer;
        color:white;
    }
    .toggle-button {
        font-size: 20px;
        cursor: pointer;
        color:#efefef;
    }
    .faq-container h3{font-size:16px !important;}
    /* end faq style */

    .theme-btn{
        background: var(--attorney-color);
        color: #ffffff !important;
        text-decoration: none !important;
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: .25rem;
     }
