.wrapper {
    padding: 10vh 0;
    overflow: hidden !important;
}
.form-floating select{
	display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.service-dropdown .col-sm-6{
	padding:0px !important;
}
.wrapper-margin {
    margin: 10vh 0;
    padding: 8vh;
}
.btn-primary{
    line-height: auto;
    padding: 10px 20px;
    padding-top: 5px;
    border-radius: 0px;
    transition: all 0.3s ease-in;

}
.btn-primary:hover{
  letter-spacing: 1px;
 transition: all 0.3s ease-in;
}

.quote-wrapper i {
    font-size: 100px;
    color: #3ca6a626
}

.quote-wrapper h5 {
    margin-top: -50px;
}

.home-about {
    background-image: url(../images/slider.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff !important;
}

.home-about p {
    color: #fff !important;
}

.slider-bg {
    background-color: #3ca6a6a1 !important;
    padding: 8vh;
}

.location-margin {
    margin: 10vh;
    background-color: #ffffffd1;
    padding: 30px;
    backdrop-filter: blur(5px);
}

.location-margin h2 {
    color: #1D9999;
}

.content-wrapper a,
.wrapper p a {
    color: #444 !important;
    text-decoration: underline;
}

.primary-color {
    color: #1d9999 !important;
}

.heading {
    margin-bottom: 20px;
}

.heading h1 {
    font-size: 50px;
    font-weight: 600;
}

.heading.white h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.heading.white span {
    color: #fff;
}

.heading span {
    color: #1d9999;
    /* background-color: #1d999930; */
    font-size: 19px;
    padding: 3px 10px;
    letter-spacing: 1px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.heading img {
    max-width: 70px;
}

h1.service-title {
    font-size: 20px;
    line-height: 28px;
}

.navbar-toggle,
.navbar-toggle:focus {
    box-shadow: inherit !important;
}

.navbar-toggler span,
.navbar-toggler .top-bar {
    display: block;
    background-color: #ffffff;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

header .container-fluid.top-bar {
    padding-top: 15px;
    padding-bottom: 15px;
}
header .top-bar button{
    display: inline-block;
}
header .top-bar button{
    font-weight: 600;
}
header .top-bar .btn-primary-top{
    background-color: #157474;
    color: #fff;
}
header .top-bar .btn-primary-top a{
       color: #fff !important; 
}
header .top-bar button.btn-text a{
    color: #1d1d1d !important;
    font-weight: 500;
}
header .top-bar button img{
    max-width: 25px;
}
header .top-bar .top-logo {
    max-width: 53%;
}

header .navbar {
    background-color: #1d9999;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-family: 'Poppins', sans-serif;
}

header .nav-item .nav-link {
    position: relative;
    font-size: 13px !important;
}
header  .dropdown-toggle{
      font-size: 13px !important;
}

/* header .nav-item .nav-link::after {
    content: "";
    bottom: 9px;
    left: 10px;
    width: 0;
    height: 10px;
    background-color: #fff;
    position: absolute;
    opacity: 0.2;
    transition: all 0.3s ease-in;
} */

/* header .nav-item .nav-link:hover::after,
header .nav-item .nav-link.active::after {
    content: "";
    bottom: 9px;
    left: 10px;
    width: calc(100% - 20px);
    height: 10px;
    background-color: #fff;
    position: absolute;
    opacity: 0.2;
    transition: all 0.3s ease-in;
} */

header .dropdown-menu {
    padding: 10px;
    font-family: 'Poppins', sans-serif;
    animation-duration: 0.05s;
    border: 0px;
    border-radius: 10px;
}

header .dropdown-menu.service-dropdown {
    position: absolute;
    max-width: 620px;
    min-width: 620px;
    width: 100%;
}

header .dropdown-menu .dropdown-item::after {
    content: ">";
    position: absolute;
    left: 8px;
    top: 7px;
    font-size: 16px;
    color: #1d9999;
}

header .nav-link {
    position: relative;
}

header .dropdown-menu .dropdown-item {
    font-size: 14px;
   padding: 8px 15px 8px 20px !important;
    border-radius: 5px;
    position: relative;
}

header .dropdown-menu .dropdown-item:hover,
header .dropdown-menu .dropdown-item.active {
    background-color: #f1ffff;
    transition: all 0.3s ease-in;
    color: #138686;
}

header .dropdown-toggle:hover~.dropdown-menu {
    display: block;
}

header .dropdown-menu:hover {
    display: block;
/*     padding: 10px !important; */
}

.navbar-dark .navbar-brand {
    color: #fff;
    max-width: 200px;
}

.slider-wrapper .swiper {
    width: 100%;
    height: calc(90vh - 100px);
}

.slider-wrapper .swiper-slide-active .animatedslider,
.slider-wrapper .swiper-slide-duplicate-active .animatedslider {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}

.slider-wrapper .swiper-button-prev:hover,
.slider-wrapper .swiper-button-next:hover {
    background-color: #1a8282;
    transition: all 0.3s ease-in;
}

.slider-wrapper .swiper-button-prev,
.slider-wrapper .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #1d9999;
    padding: 10px;
    font-size: 14px !important;
    transition: all 0.3s ease-in;
}

.slider-wrapper .swiper-button-prev::after,
.slider-wrapper .swiper-button-next::after {
    font-size: 14px !important;
    color: #fff;
}

.slider-wrapper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-size: cover;
    padding-top: 23vh;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover; */
}

.slider-wrapper .slide-inner {
    width: 100% !important;
}

.slider-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-wrapper .swiper-slide .slider-content {
    width: 75%;
    margin: 0px auto;
}

.slider-wrapper .swiper-slide .slider-content h1 {
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
}

.image-bg-left {
    position: relative;
}

.image-bg-left img {
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}

.image-bg-left::after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-ser.jpeg);
    background-repeat: no-repeat;
    left: -75px;
    top: -75px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.image-bg-right {
    position: relative;
}

.image-bg-right img {
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}

.image-bg-right::after {
    content: "";
    position: absolute;
    background-image: url(../images/bg-ser.jpeg);
    right: -75px;
    top: -75px;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.speciality-wrapper {
    margin-top: -80px;
    position: relative;
    z-index: 99;
}

.speciality-wrapper .speciality-widget {
    -webkit-box-shadow: 0px 0px 110px -6px rgba(29, 153, 153, 1);
    -moz-box-shadow: 0px 0px 110px -6px rgba(29, 153, 153, 1);
    box-shadow: 0px 0px 110px -6px rgba(29, 153, 153, 1);
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.speciality-wrapper .speciality-widget::after {
    content: "How can we help?";
    color: #fff;
    opacity: 0.05;
    position: absolute;
    font-weight: 900;
    font-size: 5vw;
    top: -20px;
    left: 22vw;
}

.speciality-wrapper .normal {
    background-color: #1d9999;
    position: relative;
    overflow: hidden;
}

.speciality-wrapper .speciality-box {
    min-height: 222px;
}

.speciality-wrapper .normal::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 40%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: rgba(223, 223, 223, 0.1);
}

.speciality-wrapper .normal:hover::before {
    -webkit-animation: animation 0.95s;
    animation: animation 0.95s;
}

.speciality-wrapper .dark {
    background-color: #1a8282;
    position: relative;
    overflow: hidden;
}

.speciality-wrapper .dark::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 40%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: rgba(223, 223, 223, 0.1);
}

.speciality-wrapper .dark:hover::before {
    -webkit-animation: animation 0.95s;
    animation: animation 0.95s;
}

.speciality-wrapper .speciality-content {
    text-align: center;
    padding: 30px 0px;
    position: relative;
}

.speciality-wrapper .speciality-content span {
    position: absolute;
    bottom: -10px !important;
    left: 5px;
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    opacity: 0.1;
}

.speciality-wrapper .speciality-content .icon-box {
    width: 80px;
    height: 80px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    text-align: center;
    margin: 0px auto;
    display: flex;
}

.speciality-wrapper .speciality-content .icon-box img {
    font-size: 60px;
    color: #fff;
    align-self: center;
    margin: 0px auto;
}

.speciality-wrapper .speciality-content:hover .icon-box img {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.speciality-wrapper .speciality-content .icon-box .icon-hand-shake {
    font-size: 75px;
}

.speciality-wrapper .speciality-content p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 17px;
    padding: 0px 30px;
}

@-webkit-keyframes animation {
    100% {
        left: 125%;
    }
}

@keyframes animation {
    100% {
        left: 125%;
    }
}

.services-wrapper {
    /* background: rgb(29, 153, 153);
    background: linear-gradient(360deg, rgba(29, 153, 153, 0.3) 40%, rgba(29, 153, 153, 0.0) 100%); */
}

.services-wrapper .service-widget {
    margin-top: 0px;
}

.services-wrapper .service-widget a {
    background-color: #fff;
    /* padding: 8px; */
    display: flex;
    flex-direction:column;
     justify-content: center; /* horizontal center */
  align-items: center;
    /* border-radius: 8px; */
    margin-bottom: 10px;
    position: relative;
    height: 210px;
    overflow: hidden;
    max-height: 300;
}

.services-wrapper .service-widget .service-image {
    position: absolute;
    width: 100%;
    /* height: 400px; */
    overflow: hidden;
    /* border-radius: 5px; */
}

.services-wrapper .service-widget h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    z-index: 999;
    position: relative;
  
}
.services-wrapper .arrow-widget{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 48px;
    height: 48px;
    padding: 10px;
    background-color: #1D9999;
    z-index: 999;
}
.services-wrapper .service-widget img {
    transform: scale(1.05);
    transition: all 0.3s ease-in;
}

.services-wrapper .service-widget:hover .service-image img {
    transform: scale(1.15);
    transition: all 0.3s ease-in;
}

.team-wrapper .team-widget {}

.team-wrapper .team-widget a {
    background-color: #fff;
    /* padding: 8px; */
    display: block;
    /* border-radius: 8px; */
    padding-bottom: 10px;
    text-align: center;
    border: 1px solid #1D9999;
}

.team-wrapper .team-widget .team-image {
    /* height: 400px; */
    overflow: hidden;
    /* border-radius: 5px; */
}

.team-wrapper .team-widget h4 {
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.team-wrapper .team-widget h6 {
    color: #1d9999;
    margin-bottom: 10px;
}

.team-wrapper h5 {
    color: #1d9999;
    margin-bottom: 10px;
}

.team-wrapper .team-widget img {
    transform: scale(1.05);
    transition: all 0.3s ease-in;
}

.team-wrapper .team-widget:hover .team-image img {
    transform: scale(1.15);
    transition: all 0.3s ease-in;
}

.location-desc .location-desc-first {
    background-image: url('../images/locations/brtan.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.location-desc .location-desc-second {
    background-image: url('../images/locations/sugarladn.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mission-wrapper {
    position: relative;
    background-color: #efffff;
}

.mission-wrapper .image {
    position: absolute;
    height: 100%;
    width: 80%;
    background-image: url('../images/mission.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mission-bg {
    position: relative;
    z-index: 999;
    background-color: #fff !important;
}

.why-wrapper .why-list {
    font-size: 17px;
}

.why-wrapper .why-list li {
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.why-wrapper .why-list li::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #1d9999;
    left: 0px;
    top: 6px
}

.testimonial-wrapper .testimonial-item {
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: center;
}

.testimonial-wrapper .testimonial-item h6 {
    margin-top: 15px;
    color: #1d9999;
}

.insurance-wrapper .insurance-item img {}

.insurance-wrapper .owl-nav {
    text-align: center;
}

.owl-prev,
.owl-next {
    font-size: 15px;
    padding: 0px 10px;
    display: none;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #1d999930;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #1d9999;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.locations-wrapper {
    background-image: url('../images/Locations.png');
    background-size: contain;
    background-size: cover;
    padding: 15vh 0vh;
}

.locations-wrapper h1 {
    font-size: 4vw;
    font-weight: 600;
    color: #fff;
}

.locations-wrapper button {
    border: 2px solid #fff;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 20px;
    color: #fff;
    background-color: transparent;
}

.border-button {
    border: 2px solid #1d9999;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 20px;
    color: #1d9999;
    background-color: transparent;
    transition: all 0.3s ease-in;
}

.border-button:hover {
    border: 2px solid #1d9999;
    background-color: #1d9999;
    color: #fff;
    transition: all 0.3s ease-in;
}

.tmslocation-wrapper .location-widget {
    border-radius: 15px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0px 0px 21px 8px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 21px 8px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 21px 8px rgba(0, 0, 0, 0.17);
    overflow: hidden
}

.tmslocation-wrapper .location-widget .location-img {
    border-radius: 7px;
}

.tmslocation-wrapper .location-widget .location-details h3 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 26px;
}

.tmslocation-wrapper .location-widget .location-details h6 {
    margin-top: 10px;
    font-size: 15px;
    opacity: 0.9;
    font-weight: 400;
    text-transform: uppercase;
}

.tmslocation-wrapper .location-widget .location-details span {
    display: block;
    color: #1d9999;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.tmslocation-wrapper .location-widget .location-details .timing {
    font-size: 15px;
    margin-bottom: 8px;
}

.tmslocation-wrapper .location-widget .location-details .timing .dots {
    border-top: 1px dashed #ddd;
}

.tmslocation-wrapper .location-widget .location-buttons {
    margin-top: 15px;
}

.tmslocation-wrapper .location-widget .location-buttons .btn-primary {
    font-weight: 600;
    font-size: 16px;
    padding: 15px 10px;
}

.tmslocation-wrapper .location-widget .location-buttons .btn-second {
    background-color: #138686;
    transition: all 0.3s ease-in;
}

.tmslocation-wrapper .location-widget .location-buttons .btn-second:hover {
    background-color: #1D9999;
    transition: all 0.3s ease-in;
}

.inner-slide-wrapper {
    background-color: #eff;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-slide-wrapper h1 {
    font-size: 2.5vw;
    margin-bottom: 10px;
}

.inner-slide-wrapper .breadcrumb {
    background-color: transparent !important;
    margin-bottom: 0px;
    padding-left: 0px;
    width: max-content;
}

.inner-slide-wrapper .breadcrumb a {
    color: #4b4b4b;
}

.inner-slide-wrapper .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #4b4b4b !important;
    content: "/";
}

.inner-slide-wrapper .breadcrumb-item.active {
    color: #009797 !important;
}

.contact-wrapper {
    position: relative;
}

.contact-wrapper .shape2,
.contact-wrapper .shape3 {
    position: absolute;
    z-index: 1;
    -webkit-animation: animationFramesOne 20s linear infinite;
    animation: animationFramesOne 20s linear infinite;
    z-index: -1;
    opacity: 0.2;
}

.contact-wrapper .shape2 {
    left: 2%;
    bottom: 15%;
}

.contact-wrapper .shape3 {
    right: 10%;
    top: 0%;
}

.contact-wrapper .contact-details {
    padding: 0px 30px;
}

.contact-wrapper .contact-details ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.contact-wrapper .contact-details ul li {
    list-style: none;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #ddd8d8;
    padding-left: 40px;
    position: relative;
}

.contact-wrapper .contact-details ul li:first-child {
    padding-top: 10px;
}

.contact-wrapper .contact-details ul li:first-child .icon i {
    top: 10px;
}

.contact-wrapper .contact-details ul li:last-child {
    border-bottom: 0px solid #8a8a8a;
}

.contact-wrapper .contact-details ul li .icon i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    top: 20px;
    color: #d63d2d;
}

.contact-wrapper .contact-details ul li h5 {
    font-size: 17px;
}

.contact-wrapper .contact-details ul li p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
}

.contact-wrapper .contact-details ul li a,
.contact-wrapper .contact-details ul li a:hover {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.contact-wrapper .icon-underline {
    color: #d63d2d;
    font-size: 50px;
    height: 10px !important;
    display: block;
    margin-bottom: 35px;
    margin-top: -20px;
}

.contact-wrapper form .form-control {
    border-radius: 0px;
    font-size: 14px;
    padding: 12px 15px;
}

footer {
    background-color: #1d9999;
}

footer ul {
    margin-left: 0px
}

footer ul li {
    font-family: 'Lato', sans-serif;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px
}

footer ul li a {
    color: #fff;
}

footer ul li a:hover {
    color: #fff;
}

footer ul li i {
    position: absolute;
    left: -5px;
    top: 5px
}

footer .border-rl {
    border-right: 1px solid #2badad;
    border-left: 1px solid #2badad;
}

.footer-links {
    background-color: #138686;
}

.footer-links p,
.footer-links a {
    color: #fff;
}

.accordion-button {
    font-weight: 600;
}

.accordion-item {
    border: 0px !important;
}

.accordion-button {
    color: #1d1d1d;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    border: 0px !important;
}

.accordion-button:not(.collapsed) {
    color: #138686;
    background-color: #eff !important;
}

.services-detail-image img {
    -webkit-box-shadow: 0px 0px 60px -6px rgba(29, 153, 153, 0.5);
    -moz-box-shadow: 0px 0px 60px -6px rgba(29, 153, 153, 0.5);
    box-shadow: 0px 0px 60px -6px rgba(29, 153, 153, 0.5);
    border-radius: 40px;
}

.form-control {
    border-radius: 10px !important;
}

.blog-wrapper .blog-widget a {
    background-color: #fff;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #1D9999;
    text-align: left;
	min-height: 385px !important;
}

.blog-wrapper .blog-widget .blog-image {
    height: 200px;
    overflow: hidden;
}

.blog-wrapper .blog-widget h6 {
    color: #009797;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-wrapper .blog-widget h4 {
    color: #1d1d1d;
    font-size: 18px;
    margin: 10px 0px;
}

.blog-wrapper .blog-widget p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-wrapper .blog-widget p.link {
    color: #009797;
    font-size: 14px;
    margin: 10px 0px;
    font-weight: 600;
     transition: all 0.3s ease-in;
}
.blog-wrapper .blog-widget p.link img{
    width: 15px;
    margin-left: 3px;
}
.blog-wrapper .blog-widget img {
    transform: scale(1.05);
    transition: all 0.3s ease-in;
}

.blog-wrapper .blog-widget:hover .blog-image img {
    transform: scale(1.15);
    transition: all 0.3s ease-in;
}
.blog-wrapper .blog-widget:hover  p.link{
 letter-spacing: 1px;
 transition: all 0.3s ease-in;
}

.insurance-inner-wrapper {
    background: rgb(29, 153, 153);
    background: linear-gradient(360deg, rgba(29, 153, 153, 0.3) 40%, rgba(29, 153, 153, 0.0) 100%);
}

.insurance-inner-wrapper .insrance-img {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.location-names-wrapper {
    background-color: #1d9999;
}

.location-names-wrapper h2 {
    color: #fff;
}

.location-name {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 15px 0px;
}

.location-insurances .location-title {
    font-weight: 600;
    font-size: 15px;
    background-color: #1d9999;
    margin-bottom: 5px;
    color: #fff;
    padding: 5px 5px;
}

.location-insurances {
    margin-bottom: 15px;
}

.location-insurances .card {
    border: 1px solid rgb(41, 145, 145);
}

.location-insurances ul {
    margin-bottom: 0px;
    font-size: 14px;
    padding: 0px 5px;
}

.location-insurances ul li {
    margin-bottom: 8px;
}

.location-insurances .btn-outline-primary {
    background-color: #138686;
    box-shadow: inherit;
    color: #fff;
    border-color: #138686;
}

.location-insurances .btn-outline-primary.collapsed {
    color: #138686;
    border-color: #138686;
    background-color: transparent;
    box-shadow: inherit;
}

.location-insurances .btn-outline-primary.collapsed:hover,
.btn-outline-primary .btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: #138686;
    box-shadow: inherit;
    color: #fff;
    border-color: #138686;
}

.location-insurances .location-insurances-widget {
    border: 1px solid #f0f0f0;
    margin-bottom: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.insurance-last-wrapper {
    background-color: #dfffff;
}

.insurance-last-wrapper h6 {
    color: #1d9999;
    line-height: 28px;
}

.form-floating>label {
    padding: 0.8rem .7rem !important;
    color: #6b6b6b;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.85 !important;
    transform: scale(.85) translateY(-.6rem) translateX(.15rem) !important;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 0.75rem .75rem !important;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3rem + 2px) !important;
    max-height: 100px !important;
    line-height: 1.25;
    padding-top: 1.625rem !important;
    padding-left: 0.58rem !important;
}

.form-floating>.form-select {
    height: calc(3rem + 2px) !important;
    line-height: 1.25;
    padding-top: 1.4rem !important;
    padding-left: 0.56rem !important;
}

.form-check-input:checked {
    font-weight: 600;
    background-color: #149a9a;
    color: #fff;
    transition: all 0.3s ease-in;
    border: 1px solid #149a9a;
}

.form-floating>textarea.form-control {
    height: auto !important;
}

.upload-options {
    position: relative;
    height: 50px;
    background-color: #149a9a;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    transition: background-color ease-in-out 150ms;
}

.upload-options:hover {
    background-color: #149a9a;
}

.upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload-options label {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload-options label::after {
    font-family: 'Poppins', sans-serif;
    content: "+";
    position: absolute;
    font-size: 2.5rem;
    color: #e6e6e6;
    top: calc(50% - 2rem);
    left: calc(50% - 1.25rem);
    z-index: 0;
}

.upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload-options label span:hover i.material-icons {
    color: lightgray;
}

.js--image-preview {
    height: 150px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/image-icon.png");
}


/* .js--image-preview::after {
    font-family: 'Poppins', sans-serif;
    content: "(10MB max file size)";
    position: absolute;
    font-size: 1.2em;
    color: #636363;
    bottom: calc(10%);
    padding-left: 32%;
    padding-right: 32%;
    z-index: 0;
}

.js--image-preview::before {
    font-family: 'Poppins', sans-serif;
    content: "Click on + button to upload Image";
    position: absolute;
    font-size: 1em;
    color: #636363;
    padding-left: 25%;
    padding-right: 25%;
    top: 30%;
    z-index: 0;
} */

.js--image-preview.js--no-default::after {
    display: none;
}

.js--image-preview:nth-child(2) {
    background-image: url("../img/image-icon.png");
    background-size: contain;
}

i.material-icons {
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.drop {
    display: block;
    position: absolute;
    background: rgba(95, 158, 160, 0.2);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

.box h2 {
    margin: 0px auto;
    margin-top: 0px;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
}

.list-widget ul {
    margin-left: 0px !important;
    padding-left: 0px;
    list-style: none !important;
}

.list-widget ul li {
    padding-left: 15px;
    position: relative;
    list-style: none !important;
}

.list-widget ul li::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #1d9999;
    left: 0px;
    top: 10px;
    border-radius: 50%;
}

.process-wrapper {
    background-color: #1d9999;
}

.process-wrapper .process-box .process-icon span {
    position: absolute;
    font-size: 35px;
    top: -8px;
    left: -25px;
    color: #ffffff80;
}

.process-wrapper .process-box .process-icon {
    position: relative;
    background-color: #036667;
    border: 2px dashed #fff;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    padding: 25px;
    margin: 0px auto;
    margin-bottom: 15px;
}

.process-wrapper .process-box h4 {
    color: #fff;
    font-size: 20px;
}

.headspannopad {
    padding-left: 0px!important;
}

.form-group-margin form{
display: flex;
  flex-wrap: wrap;
}

#loading{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    background: #fff;
    background-position: bottom right;
    background-repeat: no-repeat; 
}
.loader {
    background-position: center center;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    text-align: center;
    bottom: 0;
    
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}






.clamp-text {
    max-height: 136px; /* about 4 lines */
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.chronic-box.expanded .clamp-text {
    max-height: 2000px !important; /* enough for long text */
}

.expand-btn {
    cursor: pointer;
    font-weight: 600;
    color: #0aa5a5;
    margin-top: 8px;
    display: inline-block;
}



    .traffic-container {
	display: flex;
    
	justify-content: center;
	align-items: flex-start;
    }
	
    /* Traffic light casing */
    .traffic-nav 
	{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	width: 155px;
	height: 350px;	 

	background-image: url('<?php echo get_template_directory_uri(); ?>/images/risk/final.png'); /* <-- your traffic signal image */
	background-size: cover;  /* cover entire container */
	background-position: center;
	position: relative;
    }
	
    /* Lights */
    .traffic-light {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 0px solid #333;
	background: #222;
	
	opacity: 0.01;
	mix-blend-mode: overlay;
	transition: all 0.3s ease;
	cursor: pointer;
	filter: blur(10px);
	/* box-shadow: inset 0 -4px 10px #0005; */
    }
	
	.traffic-light.active {
	opacity: 1;
	background: currentColor;
	mix-blend-mode: overlay;
	box-shadow: 0 0 35px currentColor, inset 0 -4px 10px #0005;
	position: relative; /* needed for ::after positioning */
	animation: blink 1.5s infinite ease-in-out;
    filter: blur(10px);
	}
	
	.traffic-light.active::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	inset: -10px; /* slightly larger glow */
	border-radius: 50%;
	background: currentColor;
	opacity: 0.6;
	filter: blur(20px);
	animation: blink2 1.5s infinite ease-in-out;
	z-index: 1; /* stays behind the light */
	}
	
	@keyframes blink {
	0%, 100% {
    opacity: 0.7;
    transform: scale(0.9);
	}
	50% {
    opacity: 1;
    transform: scale(1);
	}
	}
	@keyframes blink2 {
	0%, 100% {
    opacity: 0.6;
    transform: scale(0.9);
	}
	50% {
    opacity: 1;
    transform: scale(1);
	}
	}
	@keyframes shadowBlink {
	0%, 100% {
    box-shadow: 0 0 15px rgba(0,0,0,0.2), 0 0 20px currentColor;
	}
	50% {
    box-shadow: 0 0 25px rgba(0,0,0,0.3), 0 0 40px currentColor;
	}
	}
    .red { color: #ff0000; }
    .yellow { color: #ffff00; }
    .green { color: #037e5c; }
    .orange { color: #ff9900; }
	
    .tab-content {
	flex: 1;
	padding: 2rem;
	border-radius: 12px;
	min-width: 250px;
	
	overflow: hidden;
	position: relative;
	
	--glow-color: currentColor; /* default fallback */
	}
	
	.tab-content.blink {
	animation: shadowBlink 3s infinite ease-in-out;
	}
	
	@keyframes shadowBlink {
	0%, 100% {
    box-shadow: 0 0 15px rgba(0,0,0,0.1), 0 0 5px var(--glow-color);
	}
	50% {
    box-shadow: 0 0 25px rgba(0,0,0,0.2), 0 0 15px var(--glow-color);
	}
	}
	.tab-content p{
	color:#fff !important;
	}
	.tab-content p br{
	margin-bottom:10px;
	}
	
    /* Slide-in animation */
    .tab-pane {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	opacity: 0;
	transform: translateX(50px);
	
    }
	
    .tab-pane.show.active {
	opacity: 1;
	transform: translateX(0);
	position: relative;
    }
	
    /* Controls */
    .controls {
	margin-top: 1.5rem;
	display: flex;
	justify-content: space-between;
    }
    .chronic-box{
	position: relative;
    }
	.chronic-box h4{
    margin-bottom: 10px;
    font-size: 1.2rem;
	}
	.chronic-box .chronic-icon{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #1d9999;
	padding: 15px;
	margin-bottom: 10px;
	}
	.btn-risk-nav{
	border-color: #fff !important;
	color: #444 !important;
	font-weight:600;
	background-color:#fff;
	box-shadow:inherit !important;
	padding-bottom: 0.5rem !important;
	}
	
	.btn-risk-nav:hover{
	
	background-color:#fff;
	box-shadow:inherit !important;
	}
	
	.chronic-box.first::after, .chronic-box.second::after, .chronic-box.third::after{
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	right:50px ;
    
	width: 70px;
	height: 46px;
    background-image: url(<?php echo get_template_directory_uri(); ?>/images/risk/arrow.png);
    background-size: cover;
    opacity: 0.6;
	}
	
	
	
	.clamp-text {
	display: -webkit-box;

	-webkit-box-orient: vertical;
	overflow: hidden;
	}
	
	.expand-btn {
	color: #1d9999;
	cursor: pointer;
	font-weight: 500;
	display: inline-block;
	margin-top: 8px;
	}
	
	.expand-btn.hidden {
	display: none;
	}
	@media screen and (max-width: 992px) {
	.chronic-box h4{
	margin-top: 15px;
	}
	.chronic-box{
	text-align: center;
	margin-bottom: 70px;
	}
	
	.chronic-box.first::after, .chronic-box.second::after, .chronic-box.third::after{
	content: '';
	display: block;
	position: absolute;
	top: inherit;
	bottom: -53px !important;
	right: calc(50% - 28px);
    width: 54px;
    height: 34px;
    background-image: url(/images/risk/arrow.png);
    background-size: cover;
    opacity: 0.6;
    transform: rotate(90deg);
	}
	
	.chronic-box .chronic-icon{
	margin: 0px auto;
	}
	}
	
	@media screen and (max-width: 450px) {
	
	.traffic-nav {
	
	width: 100px !important;
    height: 244px !important;
    margin: 0px auto;
	
    }
	
    .traffic-light {
	width: 40px;
	height: 40px;
	
	/* box-shadow: inset 0 -4px 10px #0005; */
    }
	
	
	.traffic-light.active::after {
	
	width: 40px;
	height: 40px;
	
	}
	.tab-content{
	padding: 15px !important;
	min-width: 100%;
	display: block !important;
	margin-top: 20px ;
	}
	.traffic-container{
	display: block !important;
	}
	
	}

