 .my-container,
 .bg-container .elementor-container.elementor-column-gap-default {
     max-width: 1400px !important;
     padding-left: 4% !important;
     padding-right: 4% !important;
     margin: 0 auto;
 }

 .header .elementor-container.elementor-column-gap-default {
     background-color: #fff;
     border-radius: 50px;
     box-shadow: 0px 5px 20px 5px #00000026;
     /* overflow-x: hidden; */
 }

 .header .head-menu ul li {
     padding: 13px 15px;
 }

 .header .head-menu ul li a {
     padding: 0 0 5px !important;
 }

 .header .head-menu ul li a::after,
 .footer-menu ul li a span::after {
     content: '';
     display: inline;
     position: absolute;
     width: 0;
     height: 2px;
     bottom: -6px;
     left: 0;
     background: #034078;
     transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
 }


 .footer-menu ul li a span::after {
     background-color: #E0E8EE;
     bottom: 0px;
 }

 .footer-menu ul li a span:hover::after {
     width: 100%;
 }

 .header .head-menu ul li a:hover::after,
 .header .head-menu ul li.current-menu-item a:after {
     width: 100%;
 }

 .elementor-element-be38f05 .elementor-widget-icon-box {
     min-height: 380px;
 }

 .arrow-btn .elementor-button-content-wrapper {
     align-items: center;
 }

 .arrow-btn .elementor-button-icon {
     background-color: #fff;
     padding: 15px;
     border-radius: 50%;
     flex-shrink: 0;
     transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
 }

 .arrow-btn:hover .elementor-button-icon {
     transform: rotate(360deg);
 }

 .sq-point .elementor-container.elementor-column-gap-default {
     gap: 30px !important;
 }

 .sq-piont-heading {
     position: relative;
 }

 .sq-piont-heading .elementor-heading-title::before {
     content: "";
     display: block;
     background-color: #000;
     height: 10px;
     width: 10px;
     position: absolute;
     top: 10px;
     left: -20px;
 }


 .ai-text-chat .elementor-widget-wrap.elementor-element-populated {
     gap: 20px;
 }

 .ai-text-chat .elementor-widget-text-editor {
     background-color: #E0E8EE;
     border-radius: 16px 16px 16px 0;
     padding: 15px;
     flex: 80%;
 }

 .ai-text-chat h5 {
     font-size: 18px;
     line-height: 1;
 }

 .ai-text-chat .time,
 .client-text-chat .time {
     display: block;
     text-align: end;
     position: relative;
 }

 .client-text-chat .elementor-widget-text-editor {
     background-color: #034078;
     border-radius: 16px 16px 0 16px;
     padding: 15px;
 }

 .client-text-chat .time::before {
     content: "";
     display: block;
     background-image: url(/aimdapp/wp-content/uploads/2026/01/read.svg);
     width: 15px;
     height: 15px;
     /* background-color: red; */
     position: absolute;
     right: 27%;
     top: 15%;
 }

 .pgbar-ctnr .elementor-progress-percentage {
     position: absolute;
     right: 0;
     font-size: 18px;
     color: #000;
 }

 /* 
 .pgbar-ctnr .elementor-progress-wrapper {
     width: 90%;
 } */

 .remove-spb {
     margin: 0 !important;
 }

 .icb-ctnr .elementor-container.elementor-column-gap-default {
     flex-wrap: wrap;
     gap: 30px;
 }

 .icb-ctnr .elementor-column.elementor-col-12 {
     flex: 20%;
 }

 .icon-box .elementor-icon {
     animation: spin 6s linear infinite;
     transform-origin: center;
 }

 @keyframes spin {
     from {
         transform: rotate(0deg);
     }

     to {
         transform: rotate(360deg);
     }
 }

 /* About us  */

 .about-info-box .elementor-widget-icon-box {
     min-height: 480px;
 }

 .accordion {
     min-height: 500px !important;
 }

 .accordion .elementor-accordion-item {
     margin: 20px 0;
     border-radius: 12px;
     overflow: hidden;
 }

 .accordion .elementor-accordion-item .elementor-active {
     background-color: #F4F5F9 !important;
 }


 .about-counter .elementor-widget-wrap.elementor-element-populated {
     gap: 30px;
 }

 .about-counter .elementor-widget-counter {
     min-width: 175px;
 }

 .testi-about .elementor-testimonial__content .elementor-testimonial__cite {
     margin-top: 0 !important;
 }

 .testi-about .elementor-testimonial__content {
     display: flex;
     flex-direction: column-reverse;
 }

 .img-right img {
     background-color: #F7F6F0;
     padding: 15px;

 }

 .dr-iconbox .elementor-widget-icon-box {
     min-height: 350px;
 }

 .mt-none {
     margin-bottom: 0 !important;
 }

 .dr-info-box .elementor-widget-icon-box,
 .patient-info-box .elementor-widget-icon-box {
     min-height: 380px;
 }

 .patient-info-text .link-arrow {
     /* background-color: #034078;
     padding: 20px; */
     border-radius: 50%;
 }

 .patient-info-text .dflex {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
 }

 .patient-info-text .dflex h5 {
     font-size: 18px;
 }

 .patient-info-text .link-arrow img {
     transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
 }

 .patient-info-text .link-arrow img:hover {
     transform: rotate(360deg);
 }

 .blue-cl {
     color: #0676DE;
     font-weight: 600;
 }

 .b2c-info-box .elementor-widget-icon-box {
     min-height: 380px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .header-search {
     position: relative;
     z-index: 5;
 }

 .header-search .e-search-form {
     display: flex;
     align-items: center;
     position: relative;

 }

 .header-search input.e-search-input {
     width: 0;
     opacity: 0;
     padding: 0;
     border: none;
     transform: translateX(10px);
     transition:
         width 0.35s ease,
         opacity 0.25s ease,
         transform 0.35s ease,
         padding 0.35s ease;
     z-index: 20;
 }

 /* Hover / focus visible state */
 .header-search:hover input.e-search-input,
 .header-search:focus-within input.e-search-input {
     width: 220px;
     opacity: 1;
     padding: 0 16px;
     transform: translateX(0);

 }

 /* Keep search button above input */
 .header-search .e-search-submit {
     position: relative;
     z-index: 30;
     padding: 10px !important;
     height: 60px !important;
     border-radius: 0 25px 25px 0 !important;
 }

 .header-search input.e-search-input {
     height: 60px !important;
     border-radius: 25px 0 0 25px !important;
     background: #f5f7fb;
     color: #034078;
 }

 .header-search:hover {
     z-index: 999;
 }

 .sources-icon-box .elementor-icon-box-content .elementor-icon-box-title {
     font-size: 21px !important;
     margin-bottom: 0 !important;
 }

 .sources-icon-box .elementor-icon-box-content .elementor-icon-box-description {
     font-weight: 500;
 }

 .sources-icon-box .elementor-icon-box-content .elementor-icon-box-description::before {
     content: "";
     display: inline-block;
     width: 12px;
     height: 12px;
     border-radius: 50%;
     background-color: #2AD4B5;
 }

 @media (max-width: 767px) {
     .head-btn {
         display: none;
     }

     #menu-2-fe2c4de {
         padding: 30px !important;
     }

     #menu-2-fe2c4de a {
         display: inline !important;
     }

     .header .head-menu ul li a::after {
         bottom: 4px;
     }

     .icb-ctnr .elementor-column.elementor-col-12 {
         flex: 100%;
     }
 }