body {
  font-family: montserrat, sans-serif;
  color: #141414cc;
}

.header-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all .1s ease-in-out;
}

.new-nav {
  padding: 20px 0;
}

.header-new .main-menu>li {
  position: relative;
  margin: 0 20px;
  line-height: 50px;
}

.header-new .main-menu li a {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.header-new .main-menu li a.active,
.header-new .main-menu li a:hover {
  color: #328cbb;
}

.header-new .main-menu .client-pot a:hover {
  background-color: #029f4a;
  color: #fff !important;
}

.header-new .location-drop>a {
  padding: 0 15px 0 6px;
}

.header-new .main-menu>.client-pot {
  margin: 0;
  margin-left: 5px;
}

.header-new .client-pot a {
  padding: 0 25px;
  line-height: 48px;
  background-color: #328cbb;
  color: #fff !important;
  border-radius: 25px;
}

.innner-banner {
  position: relative;
  padding: 200px 0 100px;
  background-image: linear-gradient(118deg, #eff6fe 0%, #e7fff3 100%);
}

.innner-banner .container {
  position: relative;
}

.banner-vec1 {
  position: absolute;
  top: -140px;
  left: -450px;
  z-index: 2;
  width: 70%;
}

.banner-vec2 {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.inner-banner-text {
  width: 90%;
  float: left;
  padding-top: 30px;
  position: relative;
  z-index: 9;
}

.inner-banner-text h1 {
  font-size: 58px;
  line-height: 65px;
  font-weight: 400;
  margin-bottom: 20px;
}

.inner-banner-text h1 span {
  color: #029f4a;
  font-weight: 600;
}

.inner-banner-text p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: 5px;
  color: #141414cc;
}

.inner-banner-text .schedule a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  background-color: #328cbb;
  border-radius: 25px;
  padding: 12px 35px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.inner-banner-text .call a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  background-color: #fff;
  color: #328cbb;
  border-radius: 25px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  height: 48px;
  line-height: 48px;
}

.inner-banner-text .call a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  background-color: #fff;
  color: #328cbb;
  border-radius: 25px;
  padding: 0 25px 0 6px;
  display: inline-flex;
  align-items: center;
  height: 48px;
}

.inner-banner-text .call a .fa-phone-volume {
  font-size: 15px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #328cbb;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.inner-banner-form {
  width: 90%;
  float: right;
  border-radius: 20px;
  background-color: #fff;
  filter: drop-shadow(-12.683px 59.667px 32px rgba(0, 0, 0, 0.09));
  position: relative;
  z-index: 9;
}

.inner-banner-form form {
  display: flex;
  justify-content: space-between;
  margin: 20px 35px;
  flex-wrap: wrap;
}

.inner-banner-form form .form-input-sec {
  width: 100%;
  margin-bottom: 20px;
}

.inner-banner-form form .f-name,
.inner-banner-form form .l-name {
  width: 48%;
}

.inner-banner-form form label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.inner-banner-form form input,
.inner-banner-form form select {
  display: block;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  line-height: 40px;
  outline: none;
  border: none;
  text-indent: 15px;
  background-color: #eeeeeeb3;
  border-radius: 25px;
}

.inner-banner-form form select {
  font-size: 15px;
  font-weight: 500;
}

.inner-banner-form form .submit-btn {
  font-size: 16px;
  font-weight: 600;
  text-indent: 0;
  color: #fff;
  background-color: #328cbb;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
}

.inner-banner-form form .submit-btn:hover {
  background-color: #029f4a;
}

.inner-banner-form form h5 {
  font-size: 18px;
  font-weight: 600;
  color: #328cbb;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.form-top {
  position: relative;
}

.form-top::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 30px;
  border-top: 30px solid transparent;
  border-left: 250px solid #fff;
  border-bottom: 0 solid transparent;
  content: "";
  background-color: transparent;
  z-index: 9;
}

.form-top::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 30px;
  border-top: 35px solid transparent;
  border-right: 250px solid #fff;
  border-bottom: 0 solid transparent;
  content: "";
  background-color: transparent;
  z-index: 9;
}

.form-top h4 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  padding: 25px 15%;
  background-color: #029f4a;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.inner-services {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

.title {
  margin-bottom: 50px;
}

.title h6 {
  color: #328cbb;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.title h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
  margin-bottom: 10px;
}

.title h2 span {
  font-weight: 600;
  color: #029f4a;
  display: inline;
}

.title p {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.inner-services-box {
  padding: 35px 20px;
  text-align: center;
  border: solid 1px #e0e0e0;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
}

.inner-services-box::before {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #029f4a;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.inner-services-box:hover::before {
  transform: rotate(-5deg);
}

.inner-services-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #328cbb;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-services-box:hover .inner-services-icon {
  background-color: #029f4a;
}

.inner-services-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.inner-services-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  padding: 0 4%;
}

.services-sec1,
.services-sec3 {
  margin-top: 50px;
}

.more-btn {
  background-color: #328cbb;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  border: none;
  transition: all 0.3s ease-in-out;
  padding: 12px 25px;
}

.more-btn:hover {
  background-color: #029f4a;
  color: #fff;
}

.inner-process {
  margin-bottom: 100px;
}

.inner-process-text .accordion-item {
  border: solid 1px #e0e0e0;
  margin-bottom: 10px;
  border-radius: 10px;
}

.inner-process-text .accordion-header {
  line-height: normal !important;
}

.inner-process-text .accordion-button {
  border-radius: 10px 10px 0 0 !important;
  font-size: 20px;
  font-weight: 600;
  color: #029f4a;
  background-color: #fff;
  overflow: hidden;
}

.inner-process-text .accordion-button.collapsed {
  border-radius: 10px !important;
  background-color: #029f4a;
  color: #fff;
  padding: 10px 20px;
}

.inner-process-text .accordion-button span:first-child {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  background-color: #fff;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

.inner-process-text .accordion-button:not(.collapsed) {
  padding: 30px 30px 20px;
  box-shadow: none;
}

.inner-process-text .accordion-body {
  padding: 0 35px 20px 35px !important;
}

.inner-process-text .accordion-button:not(.collapsed) span:first-child:before {
  background: #029f4a;
  position: absolute;
  bottom: -5px;
  right: -5px;
  content: "";
  z-index: -1;
  width: 55px;
  height: 100px;
  border-radius: 0 0 30px 30px;
  transition: all 0.3s ease-in-out;
}

.inner-process-text .accordion-button::after {
  font-family: FontAwesome;
  content: "\f078";
  background-image: none;
}

.accordion-body h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #141414;
}

.accordion-body p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  width: 80%;
}

.inner-faq {
  margin: 0 20px 100px 20px;
  background-image: linear-gradient(118deg, #eff6fe 0%, #e7fff3 100%);
  padding: 75px 0;
}

.inner-faq .faq-acc {
  background-color: transparent;
  cursor: pointer;
  padding: 17px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  line-height: 27px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  justify-content: space-between;
  box-shadow: none;
}

.inner-faq .faq-acc-panel {
  /* display: none; */
  padding: 0;
  color: #3f525a;
  overflow: hidden;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  width: calc(100% - 100px);
  padding-left: 40px;
}

.inner-faq .inner-faq-acc {
  padding-left: 25px;
}

.inner-faq .faq-acc-box {
  margin-bottom: 15px;
  background-color: #fff;
  color: #141414cc;
  border-radius: 12px;
}

.inner-faq .faq-acc-box:last-child {
  margin-bottom: 0;
}

.faq-acc-con {
  width: calc(100% - 100px);
}

.faq-acc-con span:first-child {
  margin-right: 5px;
}

.faq-acc-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #328cbb;
  color: #fff;
  font-size: 16px;
}

.faq-acc-icon .fa-minus,
.inner-faq .accordion-button:not(.collapsed) .faq-acc-icon .fa-plus {
  display: none;
}

.inner-faq .accordion-button:not(.collapsed) .faq-acc-icon .fa-minus {
  display: block;
}

.inner-appointment {
  margin-bottom: 100px;
}

.inner-appointment-box {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  border: solid 1px #0000001a;
}

.inner-appointment-box a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.inner-appointment-box .inner-appointment-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  height: 325px;
}

.inner-appointment-box .inner-appointment-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.inner-appointment-box:hover .inner-appointment-img img {
  transform: scale(1.05);
}

.inner-appointment-box .inner-appointment-text {
  padding: 20px;
  border-radius: 0 0 20px 20px;
  box-sizing: border-box;
  /* border-top: solid 1px #0000001a; */
  /* width: calc(100% - 2px); */
}

.inner-appointment-box .inner-appointment-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #141414;
}

.inner-appointment-box .inner-appointment-text .loc-add span:first-child {
  font-size: 20px;
  margin-right: 10px;
  color: #328cbb;
}

.inner-appointment-box .inner-appointment-text .loc-add span:last-child {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #141414cc;
}

.inner-testimonial {
  margin-bottom: 100px;
}

.inner-testi-slider {
  position: relative;
}

.inner-testi-slide-container .inner-testi-img {
  width: 300px;
  height: 300px;
  border-radius: 100%;
}

.inner-testi-slide-container .inner-testi-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-sizing: border-box;
}

.inner-testi-slide-container .inner-testi-text {
  width: calc(100% - 350px);
}

.inner-testi-slide-container .inner-testi-text-couts {
  width: 75px;
  margin-left: -75px;
  margin-bottom: -15px;
}

.inner-testi-slide-container .inner-testi-text p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 35px;
  color: #141414;
  font-weight: 400;
  margin-bottom: 20px;
}

.inner-testi-slide-container .inner-testi-text h5 {
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #328cbb;
  font-weight: 600;
}

.inner-testi-slide-container .inner-testi-text h6 {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #5d7782;
  font-weight: 500;
  margin-bottom: 20px;
}

.inner-testi-slider .slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 100%;
  border: solid 1px #328cbb;
  background-color: #fff;
  color: #328cbb;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.inner-testi-slider .slick-arrow:hover {
  border: solid 1px #029f4a;
  background-color: #029f4a;
  color: #fff;
}

.inner-testi-slider .slick-arrow:hover {
  border: solid 1px #029f4a;
  background-color: #029f4a;
  color: #fff;
}

.inner-testi-slider .fa-angle-right.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: -100px;
}

.inner-testi-slider .fa-angle-left.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: -100px;
}

.inner-blog {
  background-color: #f8fdff;
  padding: 100px 0;
  margin: 0 20px;
  margin-bottom: 100px;
}

.inner-blog .title {
  margin-right: 50px;
}

.inner-blog .title h2 {
  font-size: 40px;
  line-height: 45px;
}

.inner-blog .title p {
  font-weight: 400;
}

.inner-blog-item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* .inner-blog-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
} */

.inner-blog-item:last-child {
  margin-bottom: 0;
}

.inner-blog-item .inner-blog-img {
  width: 220px;
  overflow: hidden;
}

.inner-blog-item .inner-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.inner-blog-item a:hover .inner-blog-img img {
  transform: scale(1.05);
}

.inner-blog-item .inner-blog-text {
  width: calc(100% - 240px);
  margin-left: 20px;
}

.inner-blog-item .inner-blog-text h6 {
  font-size: 15px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #029f4a;
  font-weight: 600;
}

.inner-blog-item .inner-blog-text h5 {
  font-size: 23px;
  margin-bottom: 15px;
  color: #141414;
  font-weight: 500;
}

.inner-blog-item .inner-blog-text span {
  font-size: 11px;
  color: #141414;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  background-color: #d0e0ff80;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 4px;
  padding: 0 10px;
}

.inner-blog-item .inner-blog-text span a{
  
  color: #141414;
}

.inner-blog-item .inner-blog-text span:nth-child(even) {
  background-color: #f2e9dd99;
}

.inner-contact {
  position: relative;
  padding-bottom: 100px;
}

.inner-contact .container {
  position: relative;
}

.inner-contact .contact-vec {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.inner-contact-details {
  position: relative;
  width: 100%;
  height: 100%;
}

.inner-contact .searching-bird {
  position: absolute;
  bottom: -60px;
  z-index: 5;
}

.inner-contact-form form {
  padding: 40px;
  border-radius: 20px;
  filter: drop-shadow(0px 23px 27.5px rgba(0, 0, 0, 0.06));
  background-color: #ffffff;
  border: 1px solid #0000000d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.inner-contact-form form h3 {
  font-size: 40px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
}

.inner-contact-form form .check-item {
  width: 100%;
}

.inner-contact-form form .con-box {
  width: 48%;
  margin-bottom: 20px;
}

.inner-contact-form form .con-box label,
.check-item {
  font-size: 16px;
  font-weight: 500;
  color: #141414cc;
  cursor: pointer;
}

.inner-contact-form form .con-box input.form-control {
  font-size: 13px;
  font-weight: 400;
  color: #142436cc;
  padding: 10px;
}

.inner-contact-form form .form-check label {
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  margin-left: 5px;
  color: #000000cc;
}

.inner-contact-form form .form-check {
  margin-bottom: 10px;
}

.inner-contact-form form .sub-btn {
  width: 100%;
  padding-top: 25px;
}

.inner-contact-form form button {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 10px 45px;
  border-radius: 25px;
  border: none;
  background-color: #328cbb;
  transition: all 0.3s ease-in-out;
}

.inner-contact-form form button:hover {
  background-color: #029f4a;
}

.check-item {
  margin-bottom: 10px;
}

.inner-contact-form form input:focus {
  box-shadow: none;
  border-color: #5d7782;
}

.new-footer {
  background-color: #338ebd;
}

.close-ham {
  display: none !important;
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
  float: right;
  z-index: 999;
  position: relative;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  filter: drop-shadow(-12.683px 59.667px 32px rgba(0, 0, 0, 0.09));
}

span.hamburger.h-active span {
  color: #fff;
}

.footer-new-top {
  padding: 40px 0;
  border-bottom: solid 1px #ffffff4d;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo a {
  width: 85px;
}

.new-footer-sec h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.new-footer-sec a {
  display: inline-block;
}

.new-footer-sec h4 {
  font-size: 19px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
}

.new-footer-sec ul {
  margin-bottom: 20px;
}

.new-footer-sec ul li a {
  font-size: 15px;
  line-height: 35px;
  color: #ffffffe6;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.new-footer-sec ul li a:hover {
  transform: translateX(5px);
}

.new-footer-sec .social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #328cbb;
  color: #fff;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  border: solid 1px #fff;
  font-size: 15px;
}

.new-footer-sec .social-icons a:hover {
  background-color: #029f4a;
  border: solid 1px #029f4a;
}

.footer-new-bottom {
  padding: 25px 0;
}

.footer-new-bottom p {
  margin-bottom: 0;
  font-size: 13px;
  color: #ffffffa6;
  font-weight: 500;
  text-align: center;
}

.footer-new-bottom p a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.inner-contact .contact-vec img,
.banner-vec2 img {
  width: 100%;
  height: 100%;
}

.inner-banner-text .schedule a:hover {
  background-color: #029f4a;
}

section.inner-services .title h2 {
  max-width: 80%;
  margin: 0 auto;
}

.inner-appointment .title h2 {
  max-width: 75%;
  margin: 0 auto;
}

.loc-add {
  padding-right: 25%;
}

.form-check.con-box input[type="checkbox"] {
  accent-color: #328cbb;
  appearance: auto;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}

.inner-testi-slide-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  padding: 30px;
  border-radius: 15px;
  flex-wrap: wrap;
  position: relative;
}

.inner-testi-slider {
  width: 80%;
  margin: 0 auto;
}

.inner-testi-slider::before {
  width: 100%;
  height: 100%;
  background-color: #ebf3f8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  border-radius: 15px;
}

.inner-testi-slider::after {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 300px;
  height: 300px;
  background-color: #328cbb;
  content: "";
  z-index: -2;
  border-radius: 15px;
}

.new-logo {
  width: 100px;
}

.inner-faq-acc .accordion-button::after {
  display: none;
}

.location-innner-banner {
  margin-bottom: 100px;
  padding: 160px 0 100px;
}

.location-innner-banner .inner-banner-text {
  padding-top: 0;
}

.location-innner-banner-img {
  width: 100% !important;
  float: right;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}

.location-innner-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.location-small {
  position: absolute;
  bottom: -50px;
  left: -100px;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  filter: drop-shadow(0px 21px 20px rgba(50, 140, 187, 0.13));
}

.location-small-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}

.location-small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.location-small .rate-sec {
  width: 80%;
  display: inline-block;
}

.location-small .loc-dic {
  width: 15%;
  display: inline-block;
}

.location-small h5 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #141414;
}

.location-small h6 {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #8a8a8a;
}

.location-small .rate-sec .rateing-g {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

span.rate-s {
  display: flex;
  align-items: center;
}

.location-small .rate-sec .rateing-p {
  font-size: 12px;
  color: #3c3c3c;
  font-weight: 600;
  margin-right: 5px;
}

.location-small .rate-sec .rate-s .fa-star {
  font-size: 11px;
  color: #ff9901;
  margin: 0 1px;
}

.location-small .rate-sec .review-c {
  font-size: 11px;
  color: #4290f6;
  font-weight: 500;
  margin-left: 5px;
}

.location-small .larger_map {
  font-size: 11px;
  color: #4290f6;
  font-weight: 500;
  text-decoration: underline;
  padding-bottom: 2px;
  display: inline;
}

.location-small .loc-dic-img {
  width: 22px;
  height: 22px;
}

.location-small .loc-dic-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-small .loc-dic {
  display: inline-flex;
  position: absolute;
  right: 20px;
  bottom: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.location-small .loc-dic span {
  font-size: 11px;
  color: #4290f6;
  font-weight: 500;
}

.portal-tags a {
  font-size: 14px;
  display: inline-block;
  padding: 5px 15px;
  color: #029f4a;
  border: solid 1px #029f4b33;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-right: 10px;
  font-weight: 500;
}

.location-inner-process .title {
  margin-bottom: 20px;
}

.location-inner-process .title p {
  font-weight: 500;
}

.inner-team-sec .team-inner {
  text-align: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 25px;
}

.inner-team-sec {
  margin: 0 20px 100px 20px;
  background-image: linear-gradient(118deg, #eff6fe 0%, #e7fff3 100%);
  padding: 75px 0;
}

.inner-team-sec .team-inner h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.inner-team-sec .team-inner .team-inner-img {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 100%;
}

.inner-team-sec .team-inner .team-inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.team-inner-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team-inner-profile .team-inner-profile-name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  color: #141414;
  width: calc(100% - 55px);
}

.team-inner-profile .team-inner-profile-name span {
  display: block;
}

.team-inner-profile a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 100%;
  color: #328cbb;
  border: solid 1px #328cbb;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}

.team-inner-profile a:hover {
  background-color: #029f4a;
  color: #fff;
  border: solid 1px #029f4a;
}

.inner-insights {
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
  background-color: transparent;
}

.inner-insights .title h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
}

.inner-blog-item-one {
  padding: 10px;
  background-color: #fff;
  border-radius: 25px;
  display: block;
  border: 1px solid #00000026;
  filter: drop-shadow(0px 11px 12px rgba(165, 165, 165, 0.25));
  height: 100%;
}

.inner-blog-item-two {
  padding: 10px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #00000026;
  filter: drop-shadow(0px 11px 12px rgba(165, 165, 165, 0.25));
}

.inner-blog-item-one .inner-blog-img {
  width: 100%;
  border-radius: 15px;
}

.inner-blog-item-two .inner-blog-img {
  border-radius: 15px;
  width: 225px;
}

.inner-blog-item-one .inner-blog-img img,
.inner-blog-item-two .inner-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-blog-item-one .inner-blog-text {
  width: 100%;
  margin-left: 0;
  padding: 30px 75px 20px 20px;
}

.inner-blog-item-two .inner-blog-text {
  width: calc(100% - 250px);
  padding-right: 20px;
}

.inner-blog-item-one .inner-blog-text h5,
.inner-blog-item-two .inner-blog-text h5 {
  letter-spacing: -1px;
  font-size: 22px;
  margin-bottom: 10px;
}

.inner-blog-item-two .inner-blog-text h5 {
  padding: 5px 0;
}

.inner-blog-item-one .inner-blog-text h6 {
  margin-bottom: 10px;
}

.inner-blog-item-one .inner-blog-text p {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 15px;
}

.inner-insights .inner-blog-text span {
  background-color: transparent !important;
  color: #141414 !important;
  border: solid 1px #141414 !important;
  margin-bottom: 4px;
}

.inner-insights .inner-blog-text span a{
  color: #141414 !important;
}

.inner-blog-list-d {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.inner-map {
  background-color: #eaf6f2;
  height: 500px;
  margin-bottom: 100px;
}

.inner-map .inner-map-img {
  width: 65%;
  height: 100%;
  position: relative;
}

.inner-map .inner-map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con-ser-bird {
  position: absolute;
  bottom: 0;
  right: -420px;
}

.inner-contact-details .title {
  margin-bottom: 20px;
}

.inner-contact-details-sec h3 {
  font-size: 22px;
  color: #141414;
  line-height: 28px;
  margin-bottom: 20px;
}

.inner-contact-details-sec li {
  font-size: 15px;
  color: #141414;
  margin-bottom: 10px;
  font-weight: 500;
}

.inner-contact-details-sec li a {
  color: #141414;
  font-weight: 500;
}

.inner-contact-details-sec li span {
  font-size: 15px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  border: dashed 1px #18cc3666;
  color: #029f4a;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.inner-contact-details-sec li:hover span,
.portal-tags a:hover {
  background-color: #328cbb;
  color: #fff;
  border: solid 1px #328cbb;
}

/* 08.08.24 start */
/* insight page  */
.insight-banner {
  padding: 230px 0px 135px;
  background-image: linear-gradient(315deg, #eff6fe 0%, #e5f5ed 100%);
}

.insight-banner .row {
  align-items: flex-end;
}

.insight-banner h1 {
  padding-bottom: 40px;
  font-size: 60px;
  color: #141414;
  text-transform: capitalize;
}

.insight-banner h1 span {
  color: #029f4a;
  font-weight: 600;
}

.insight-banner form {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.insight-banner form input[type="email"] {
  height: 60px;
  width: 100%;
  background-color: #ffffff;
  padding: 6px 150px 6px 20px;
  border-radius: 70px;
  appearance: none;
  outline: none;
  border: 1px solid transparent;
}

.insight-banner form input[type="email"]:focus {
  border-color: #029f4a;
}

.insight-banner form input[type="email"]::placeholder {
  color: rgba(20, 20, 20, 0.7);
  font-weight: 500;
}

.insight-banner form input[type="submit"] {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  min-width: 144px;
  background-color: #328cbb;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 70px;
  border: none;
  appearance: none;
}

.insight-banner form input[type="submit"]:hover {
  background-color: #029f4a;
}

.insight-banner form br, .insight-banner .wpcf7-spinner{
  display: none;
}

.insight-banner .right_cont {
  margin-left: auto;
  max-width: 425px;
}

.insight-banner p {
  color: rgba(20, 20, 20, 0.9);
  line-height: 27px;
}

.article {
  padding: 95px 0px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 15%);
  margin-bottom: 45px;
}

.article-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 27px;
  margin-bottom: 49px;
  border-bottom: 2px solid rgba(0, 0, 0, 15%);
}

.article-header h2 {
  font-size: 50px;
  color: #141414;
  font-weight: 400;
}

.article-header select {
  max-width: 375px;
  height: 60px;
  border-radius: 10px;
  padding: 10px 36px 10px 24px;
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 60%);
  background-image: url(../images/arrow.svg);
  background-size: 16px auto;
  border-color: rgba(18, 121, 190, 0.2);
  box-shadow: 0px 12px 16px rgba(18, 121, 190, 6%);
}

.article-box {
  margin-bottom: 50px;
}

.article-box figure>a {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.article-box figure img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}

.article-box figure>a:hover img {
  transform: scale(1.1);
}

.description {
  padding-top: 20px;
}

.description>*:not(:last-child) {
  margin-bottom: 15px;
}

.description span {
  font-size: 15px;
  font-weight: 600;
  color: #029f4a;
}

.description h4 a {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #141414;
  max-width: 360px;
}

.description h4 a:hover {
  color: #029f4a;
}

.description p {
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: rgba(20, 20, 20, 0.8);
  max-width: 360px;
}

.tags li {
  display: inline-flex;
  padding: 5px 7px;
  min-width: 96px;
  height: 26px;
  justify-content: center;
  align-items: center;
  color: #141414;
  font-size: 11px;
  font-weight: 500;
  border-radius: 45px;
  margin-bottom: 4px;
}

.tags li+li {
  margin-left: 0;
}
.tags li a {
  color: #141414;
}

.tags li:nth-child(odd) {
  background-color: rgba(208, 224, 255, 0.5);
}

.tags li:nth-child(even) {
  background-color: rgba(242, 233, 221, 0.6);
}

/* .tags li:nth-child(3) {
  background-color: rgba(196, 233, 252, 0.5);
} */

.article-function {
  margin-left: 25px;
}

.article-function>* {
  margin-bottom: 40px;
}

.article-function h3 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.article-function .search-blog {
  margin-bottom: 35px;
}

.search-blog form {
  position: relative;
  width: 100%;
}

.search-blog form input[type="text"] {
  height: 60px;
  width: 100%;
  border: 1px solid rgba(18, 121, 190, 20%);
  outline: none;
  border-radius: 100px;
  padding: 5px 60px 5px 25px;
}

.search-blog form input[type="text"]:focus {
  border-color: #029f4a;
}

.search-blog form input[type="text"]::placeholder {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 0, 0, 60%);
}

.search-blog form input[type="submit"] {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  background-color: #328cbb;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: center;
}

.catagories .accordion-button {
  background-color: transparent;
  color: #328cbb;
  font-weight: 500;
  padding: 15px 0px;
}

.catagories .accordion-item {
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 10%);
}

.catagories .accordion-button::after {
  background-image: url(../images/arrow.svg);
  background-size: 16px auto;
  background-position: center;
}

.catagories .accordion-body {
  padding: 10px 0px;
}

.article-list li {
  display: flex;
  align-items: center;
}

.article-list li+li {
  margin-top: 20px;
}

.article-list figure {
  flex: 0 0 auto;
  margin-right: 13px;
}

.article-list figure a {
  display: block;
  width: 138px;
  height: 84px;
  overflow: hidden;
}

.article-list figure a>img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: all 300ms ease-in-out;
}

.article-list figure a>img:hover {
  transform: scale(1.1);
}

.article-link h5>a {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #141414;
  margin-bottom: 5px;
  max-width: 229px;
  text-decoration: none;
}

.article-link a {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #328cbb;
  text-decoration: underline;
}

.article-link a:hover {
  color: #029f4a;
}

.press-relese .article-list li {
  flex-direction: row-reverse;
}

.press-relese .article-list figure {
  margin-right: 0px;
  margin-left: 13px;
}

.press-relese .article-link h5 {
  max-width: 100%;
}

/* 08.08.24 end */

/* 09.08.24 start */
.trading-article {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 15%);
  margin-bottom: 45px;
}

.slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.slider-header h2 {
  font-size: 40px;
  color: #141414;
  font-weight: 500;
}

.treding-article-slider .article-slide {
  padding: 0px 12px;
}

.treding-article-slider .slick-list {
  margin: 0px -12px;
}

.treding-article-slider .article-box {
  margin: 0px;
}

.slider-arrows>button {
  background-color: #328cbb;
  border: 1px solid #328cbb;
  width: 45px;
  outline: none;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  margin-left: 5px;
}

.slider-arrows>button.slick-disabled {
  background-color: transparent;
  color: #328cbb;
}

.recent-post {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 15%);
  margin-bottom: 78px;
}

.recent-post-slider .recent-post-slide {
  padding: 0px 12px;
}

.recent-post-slider .slick-list {
  margin: 0px -12px;
}

.recent-post-box figure a {
  display: block;
  height: 200px;
  overflow: hidden;
}

.recent-post-box figure a>img {
  width: 100% !important;
  height: 100% !important;
  transition: all 300ms ease-in-out;
}

.recent-post-box figure a:hover>img {
  transform: scale(1.1);
}

.post-details {
  padding: 20px 0px 0px 10px;
}

.post-details span {
  color: #029f4a;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.post-details p {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #141414;
  border-left: 2px solid #328cbb;
  max-width: 250px;
}

.tranding-post-sec.inner-blog {
  padding: 0px;
  margin-bottom: 70px;
  background-color: transparent;
}

.tranding-post-sec .title h6 {
  color: #029f4a;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
}

.tranding-post-sec.inner-blog .title h2 {
  font-weight: 500;
  color: #141414;
}

.global-pagination {
  margin-bottom: 137px;
}

.global-pagination .previous-page a,
.global-pagination .next-page a {
  min-width: 112px;
  height: 40px;
  border-radius: 70px;
  border: 1px solid rgba(0, 0, 0, 20%);
  color: #141414;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.global-pagination .previous-page a:hover,
.global-pagination .previous-page a:focus,
.global-pagination .next-page a:hover,
.global-pagination .next-page a:focus {
  background-color: #d0e0ff80;
  border-color: #d0e0ff80;
}

.global-pagination .previous-page a img {
  margin-right: 6px;
}

.global-pagination .next-page a img {
  margin-left: 5px;
}

.global-pagination ul li:first-child {
  margin-right: auto;
}

.global-pagination ul li:last-child {
  margin-left: auto;
}

.global-pagination .page-number a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  text-align: center;
  border: none;
  line-height: 40px;
  margin: 0px 5px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.global-pagination .page-number.current-page a {
  background-color: #328cbb;
  color: #fff;
}
.global-pagination .page-pg-number .active {
  background-color: #328cbb;
  color: #fff;
}

.global-pagination .page-number span:hover {
  background-color: #328cbb;
  color: #fff;
}

.global-pagination .page-number span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  text-align: center;
  border: none;
  line-height: 40px;
  margin: 0px 5px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.global-pagination .page-number.current-page span {
  background-color: #328cbb;
  color: #fff;
}

.global-pagination .page-number a:hover {
  background-color: #328cbb;
  color: #fff;
}
.global-pagination .page-number.current-page span {
  background-color: #328cbb;
  color: #fff;
}

.global-pagination .page-number span:hover {
  background-color: #328cbb;
  color: #fff;
}



.global-pagination .page-pg-number a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  text-align: center;
  border: none;
  line-height: 40px;
  margin: 0px 5px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.global-pagination .page-pg-number.current-page a {
  background-color: #328cbb;
  color: #fff;
}

.global-pagination .page-pg-number span:hover {
  background-color: #328cbb;
  color: #fff;
}

.global-pagination .page-pg-number span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  text-align: center;
  border: none;
  line-height: 27px;
  margin: 0px 5px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.global-pagination .page-pg-number.current-page span {
  background-color: #328cbb;
  color: #fff;
}

.global-pagination .page-pg-number a:hover {
  background-color: #328cbb;
  color: #fff;
}
.global-pagination .page-pg-number.current-page span {
  background-color: #328cbb;
  color: #fff;
}

.global-pagination .page-pg-number span:hover {
  background-color: #328cbb;
  color: #fff;
}


.insight-footer.new-footer {
  background-color: transparent;
}

.insight-footer.new-footer .contact-vec {
  width: 100%;
  margin-bottom: -2px;
}

.insight-footer.new-footer .contact-vec img {
  width: 100%;
}

.insight-footer .footer-new-bottom,
.insight-footer .footer-new-top {
  background-color: #338ebd;
}

.insight-footer .new-footer-sec {
  position: relative;
}

.insight-footer .new-footer-sec .footer-bird {
  position: absolute;
  bottom: 125%;
}

.tranding-post-sec.inner-blog .title p {
  max-width: 430px;
}

/* 09.08.24 end */

/* 12.08.24 start */

body.h-active {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

body.h-active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #328cbb;
  opacity: 0.5;
  z-index: 99;
}

.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  float: right;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background: #328cbb;
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}

.hamburger span.h-top {
  top: 0;
}

.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}

.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}

.hamburger.h-active span {
  width: 100%;
}

/* .hamburger.h-active span.h-top {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.hamburger.h-active span.h-middle {
  transform: translateX(-30px);
  opacity: 0;
}
.hamburger.h-active span.h-bottom {
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
} */
.main-nav>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav>ul>li {
  display: inline-block;
  position: relative;
  margin-left: -4px;
  padding-right: 15px;
}

.main-nav>ul>li+li {
  padding: 0 15px;
}

.main-nav>ul>li>a {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 45px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav>ul>li:hover>a {
  color: #328cbb;
}

.sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  padding: 20px;
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  filter: drop-shadow(0px 21px 20px rgba(50, 140, 187, 0.13));
  transform: translateY(20px);
  transition: all 0.3s;
}

.sub-menu>li {
  display: block;
  margin: 0 -15px;
}

.sub-menu>li a {
  display: block;
  padding: 10px 15px;
  color: #666;
  line-height: normal;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}

.sub-menu>li a:hover {
  background: #f7f7f7;
  color: #338ebd;
}

.main-nav>ul>li+li .sub-menu {
  left: 25px;
}

.main-nav>ul>li:hover .sub-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.content-block {
  padding: 70px 0;
  position: relative;
}

.slideInUp {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 1s ease-out;
}

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.slideInUp2 {
  transition-delay: 0.3s;
}

.header-new .sub-menu li {
  line-height: 30px;
}

.header-new .main-menu>.drop-down {
  margin: 0 5px;
}

.header-new .drop-down>a {
  border-radius: 25px;
  border: solid 1px #328cbb9c;
  line-height: 48px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 50px;
}

.header-new .drop-down a>.fa-chevron-down {
  margin-left: 10px;
  font-size: 14px;
}

.header-new .drop-down a>.fa-location-dot {
  font-size: 18px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #328cbb;
  color: #fff;
  border-radius: 50%;
}

.header-new .location-drop>a {
  padding: 0 15px 0 6px;
}

.hamburger {
  display: none;
}

.header-new li a.active,
.header-new li a:hover {
  color: #328cbb;
}

.header-new .client-pot a:hover {
  background-color: #029f4a;
  color: #fff !important;
}

/* 12.08.24 end */


/* dev__99 */
.header-new .desk_hide {
  display: none;
}

/* 
.post-thumbnail img {
  width: 100%;
  height: auto !important;
  max-width: 261px !important;
  object-fit: cover !important;
} */

/* a{
  text-decoration: none !important;
} */

.form-input-sec br {
  display: none;
}

.form-input-sec span.wpcf7-form-control-wrap {
  display: block;
}

.form-check-sec span.wpcf7-list-item {
  margin-left: 0;
  width: 48%;
  margin-bottom: 10px;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
}

.form-check-sec span.wpcf7-list-item input[type="checkbox"] {
  accent-color: #328cbb;
  appearance: auto;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin-left: -1.5em;
  margin-top: .25em;
  vertical-align: top;
}

.form-check-sec span.wpcf7-list-item-label {
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  margin-left: 5px;
  color: #000000cc;
  cursor: pointer;
}

.form-check-sec .wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.inner-contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 10px 45px;
  border-radius: 25px;
  border: none;
  background-color: #328cbb;
  transition: all 0.3s ease-in-out;
}

.inner-contact-form .wpcf7-spinner, .inner-banner-form .wpcf7-spinner {
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}

.inner-contact-form .wpcf7 form .wpcf7-response-output {
  margin: 0 auto;
  margin-top: 10px;
}
.inner-banner-form .sub-btn {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

/*  16-08-2024 */

.article-header .filter-bar {
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

.article-function .close-filter {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
}


.body-overlay {
  background: transparent;
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.5;
  z-index: -99;
}

.body-overlay.active-overlay {
  z-index: 9999;
  background: #328cbb;
}
.article-header{
  flex-direction: row-reverse;
}
.inner-blog-item-two .inner-blog-img {
  height: 225px;
}

.inner-blog-item-two .inner-blog-img a {
  height: 100%;
}

.inner-blog-item-one .inner-blog-img img, .inner-blog-item-two .inner-blog-img img {
  width: 100% !important;
  height: 100% !important;
}
.inner-blog-item-one .inner-blog-img{
  height: 260px;
}
.inner-contact-form {
  position: relative;
  z-index: 9;
}


/* 19-08-2024 */
.insight-banner .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 10px;
  font-size: 14px;
}

.insight-banner .wpcf7 form .wpcf7-response-output {
  position: absolute;
  top: 100%;
  font-size: 15px;
}

.post-details p {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #141414;
  border-left: 2px solid #328cbb;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hidden-service{
  display: none;
}

.inner-services-box {
margin-bottom: 20px;
}

.article-function .accordion-button::after{
  background-image: none;
}

.article-function .accordion-item {
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 10%);
}


.ftr_scl li a {
  height: 34px;
  width: 34px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #fff;
}

.ftr_scl li a:hover {
  background: #029f4a;
  border: 1px solid #029f4a;
}

.ftr_scl li a:hover i {
  color: #fff;
}

.ftr_scl li a i {
  color: #fff;
}
.insight-banner-archive{
  padding: 150px 0px 100px;
}

.pagination .disabled a {
  opacity: 0; /* Adjust opacity for disabled state */
  cursor: not-allowed; /* Change cursor to indicate the button is disabled */
}

.pagination .disabled img {
  opacity: 0; /* Adjust opacity for disabled state for images */
}