/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1746079739
Updated: 2025-05-01 06:08:59

*/
/* input#adminbar-search
{
	display:none !important;
} */

/* Container styling */
span#input_3_5_4_container {
  position: relative;
  display: inline-block;
}
svg.e-font-icon-svg.e-fas-times

{
	display:none !important;
}
/* .welcome-three {
    background: linear-gradient(188.19deg, rgba(3, 2, 3, 0) 9.01%, #030203 47.36%);
} */
.nalt sup {
    top: -10px;
 font-size: 25px;
}

/* Style the native select */
 select#input_3_5_4 {
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none; 
  background-image: none;
}

/* Custom arrow */
span#input_3_5_4_container::after {
    content: '▼';
    position: absolute;
    right: 40px;
    top: 33%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #ffffff;
}





.gform_validation_errors {
  pointer-events: none !important;
}
input#adminbar-search {
    padding: 0px !important;
    border: none !important;
    color: #fff !important;
    background-color: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}
input#input_4_4 {
    width: 100% !important;
}
/* membership section */
.membership-txt {
    min-height: 100px;
}
/* Footer CSS */
.footer-inner-sec {
    width: 100%;
    max-width:1534px !important;
    margin: auto !important;
}
.elementor-sticky--active {
    background: #363636;
	padding:10px 0px;
}
.news-tips-loop img

 {
    border-radius: 26px 26px 0px 0px;
}
.footer-sec .elementor-social-icon {
    background: transparent;
}
/* .footer-img img {
    max-width: 115%;
} */
/* Footer CSS End*/

.news-tips-loop .elementor-widget-theme-post-excerpt {
    display: none !important;
}

.elementor-widget-theme-site-logo img,.footer-sec .elementor-widget.elementor-widget-image img

 {
    width: unset !important;
}
.heroin-opiod .elementor-widget-image

 {
    overflow: hidden;
    border-radius: 26px;
}
/* .members

 {
    background-color: transparent !important;
} */
.footer-loc .elementor-size-sm:hover {
    background: #363636 !important;
}
body .footer-loc .elementor-size-sm:hover * {
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff !important;
    background-clip: text;
    color: #fff !important;
}
.news-tips-loop .elementor-size-sm:hover * {
    
    -webkit-text-fill-color: #000 !important;
  
    color: #000 !important;
}
input#search-e71c181 {
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #363636;
}
#search-e71c181::placeholder {
    
    color: #363636 !important;
}
/* 
Homepage Button 
 */
/* Button wrapper */
.home-banner-btn .elementor-size-sm {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  width: 250px;
  transition: width 0.4s ease;
  background-color: #0073e6;
  color: white;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
transition: all 0.4s ease-in-out;
}
p {
    text-transform: none !important;
}
/* Blog PAge */
a.page-numbers:hover {
    color: #000 !important;
	text-transform:underline !important;
}
nav.elementor-pagination {
    margin-right: 24px;
}
.page-numbers.prev:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/05/Group-135.png);
    width: 18px;
    height: 20px;
    position: absolute;
    left: 89%;
    bottom: 125px;
}
a.page-numbers.next:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/05/Group-136.png);
    position: absolute;
    width: 18px;
    height: 20px;
    right: 0px;
    bottom: 125px;
}
.news-tips-loop img {
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}

/* End Blog Page */
/* Text inside button */
.home-banner-btn .elementor-size-sm .elementor-button-text {
  position: relative;
  z-index: 1;
}


.home-banner-btn .elementor-size-sm .elementor-button-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 0;
}

/* 
.home-banner-btn .elementor-size-sm:hover {
  width: 320px;
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%) !important;
animation: horizontalWobble 0.6s ease-in-out;
  transition: all 0.3s ease;
} */
@keyframes smoothHorizontalWobble {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(-3px); }
  40%  { transform: translateX(3px); }
  60%  { transform: translateX(-2px); }
  80%  { transform: translateX(2px); }
  100% { transform: translateX(0); }
}

.home-banner-btn .elementor-size-sm:hover {
  width: 320px;
  background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%) !important;
  animation: smoothHorizontalWobble 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s ease;
}
.home-banner-btn .elementor-size-sm:hover * {
   
    -webkit-text-fill-color: #000000;
 
    color: #000;
}

.home-banner-btn .elementor-size-sm:hover .elementor-button-icon {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
div#nal-txt a {
    color: #fff;
}

/* 
Post Length start */
.news-tips-loop h3{ overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    }
.news-tips-loop .elementor-widget-theme-post-excerpt{ 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;}
/* 
Post Length End */
label.gform-field-label.gform-field-label--type-sub,span.gform_drop_instructions,.gform_wrapper.gravity-theme .gfield_description,span.gfield_fileupload_filename,span.gfield_fileupload_filesize,.gfield_fileupload_progress.gfield_fileupload_progress_complete {
    font-size: 25px !important;
    color: #fff !important;
    font-family: "Barlow", Sans-serif;
}.gform_wrapper.gravity-theme .validation_message,.gfield_description.gfield_validation_message {
       background: transparent !important;
    border: 1px solid #fff !important;
    
    border-radius: 26px;}

.provider-appl .gfield-choice-input {
    margin: 10px 0px;
}
label.gfield_label.gform-field-label,span.gfield_required.gfield_required_asterisk ,legend.gfield_label.gform-field-label{
   
    font-family: "Barlow", Sans-serif;
    font-weight: 600 !important;
    font-size: 35px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff !important;
}
div#input_1_6 {
    display: flex;
    gap: 90px;
}
.gfield_description.validation_message.gfield_validation_message,div#gform_ajax_spinner_1,div#gform_ajax_spinner_2 , .gform_validation_errors:focus {
    display: none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    background: transparent !important;
    border: 1.5px solid #BFD3FC !important;
    border-radius: 26px !important;
  }
h2.gform_submission_error.hide_summary {
    font-family: "Barlow", Sans-serif;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center;
line-height: 25px !important;
}
div#gform_confirmation_message_1,.gform_confirmation_message {
    font-family: "Barlow", Sans-serif;
    color: #fff !important;
    font-size: 20px !important;
    text-align: center;
    background: transparent !important;
    border: 1.5px solid #BFD3FC !important;
    border-radius: 26px !important;
    padding: 10px;
}
input.large,input[type="text"],select,textarea.textarea {
    border-radius: 26px;
    padding: 10px 15px !important;
    backdrop-filter: blur(34px) !important;
background:#1f1f1f !important;
    box-shadow: 0px 7px 19px 0px #00000040 !important;
border: 2px solid #BFD3FC !important;
}
label#label_4_7_1

 {
    padding-top: 0px !important;
}
input#gform_submit_button_1:hover,input#gform_submit_button_2:hover,button#gform_browse_button_3_6:hover,button#gform_browse_button_3_12:hover,input#gform_submit_button_3:hover ,input#gform_submit_button_4:hover,input#gform_submit_button_5:hover,button#gform_browse_button_3_6:hover{
    background: #54595f ;
    color:#fff
}
div#online-doc-sec .refil-your {
    width: 100%;
    max-width: 84%;
    margin: auto;
}
/* .page-id-1067 div#online-doc-sec h2 {
    font-size: 48px !important;
} */
.post-cont-col.nalt {
    box-shadow: 0px 0px 28px 0px #00000014 !important;
}
/* homepage banner animation start  */
.top-banner h2 {
  color: white;
  position: relative;
  display: inline-block;
  background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
  background-size: 100% 100%;
  background-position: left;
  background-repeat: no-repeat;

  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  background-clip: text;
  text-fill-color: white;

  animation: textToGradient 5s ease forwards;
  animation-delay: 5s;
}

@keyframes textToGradient {
  0% {
    -webkit-text-fill-color: white;
    text-fill-color: white;
  }
  100% {
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}
/* .fix-imgs img {
    border-radius: 0px 0px 20px 0px !important;
} */
/* homepage banner animation End  */

/* welcome text */
/* .welcome-rec {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
}

.welcome-rec.active {
  opacity: 1;
  transform: translateX(0);
} */
/* New */
/* .welcome-rec {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
}

.welcome-rec.active {
  opacity: 1;
  transform: translateX(0);
}

.welcome-rec.out {
  opacity: 0;
  transform: translateX(-100%);
} */
.welcome-rec {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out; /* fade-in and slide-in */
}

.welcome-rec.active {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease-in-out; /* fade-in */
}

.welcome-rec.out {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 1s ease-in, transform 1s ease-in; /* slower fade-out */
}

/* Welcome end  */
.h3 {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.refil-your .elementor-size-sm {
    background: #fff !important;
}
.refil-your .elementor-size-sm:hover * {
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000 !important;
    background-clip: text;
    color: #000 !important;
}
.elementor-size-sm,.steps:hover,.news-tips-loop:hover,.refil-your {
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
transition: all 0.3s ease;
}
.news-tips-loops .news-tips-loop:hover {
       border: 1px solid #ffffff !important;
/*   border: none  !important; */
 background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
transition: all 0.3s ease;
}
/* FAQ */
.faqs-sec summary.e-n-accordion-item-title {
    box-shadow: 0px 10px 30px 0px #0000000D;
    transition: box-shadow 0.3s ease; /* Apply smooth transition for box-shadow */
}
details.e-n-accordion-item {
    box-shadow: 0px 10px 30px 0px #0000000D;
    border-radius: 20px;
}
/* Gradient background for open details */
.faqs-sec details[open] {
   background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
   border-radius: 20px;
}

/* Remove box-shadow and keep transparent background when expanded */
.faqs-sec summary.e-n-accordion-item-title[aria-expanded="true"] {
    background-color: transparent;
    box-shadow: none;
transition: background-color 0.3s ease;
}


/* FAQ Section End */

.location-sect h4 {
    min-height: 90px;
}
.news-tips-loop:hover .elementor-size-sm {
    background-color: #fff !important;
    background: #fff !important;
}
.footer-sec .elementor-icon-list-item:hover a span, .home-banner-two .col-1 .elementor-counter-number, .home-banner-two .col-1 .elementor-counter-number-suffix,.elementor-menu-toggle .e-font-icon-svg,.online-border h2 ,.online-border h4{
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
    color: transparent; /* fallback */
}
.get-som-mbl-sect,.mbl-footer-img,p.gform_required_legend
{
	display:none !important;
}
.elementor-size-sm:hover {
    background-color: red; /* Button background becomes red */
    background-image: none; /* Remove original gradient if any */
}
div#prod-note
{
	 background:#000 !important;
}
.elementor-size-sm:hover * {
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; /* fallback */
}
.menu-item .elementor-item-active {
  background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  font-weight:600 !important;
  
}
.member-button .elementor-size-sm
{
	background: #C7E0FD ;

}
/* .home-banner-btn .elementor-size-sm .elementor-button-icon {
    display: none;
} */

.h3
{
	font-weight:600 !important;
}
.steps {
    box-shadow: 0px 4px 23px 0px #00000012;
}
.members {
    backdrop-filter: blur(34px);
    box-shadow: 0px 7px 19px 0px #0000000d;
   
    background: #FFFFFF1F !important;
}

.menu-item a.elementor-item.elementor-item-active:after,.menu-item a.elementor-item:hover:after,a.elementor-sub-item.elementor-item-active:after,a.elementor-sub-item:hover:after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/05/Line-1.png);
    width: 20px;
    height: 2px !important;
    bottom: 10px;
}



.home-banner-two .col-1 {
    backdrop-filter: blur(34px);
    box-shadow: 0px 7px 19px 0px #00000040;
    background: #FFFFFF1F;
    border-radius: 26px;
}
.home-banner-two .col-1 .elementor-counter-title {
    display: none !important;
}
.footer-copy
{
	background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);

}
.footer-copy a
{ color:#363636 !important;
}
.footer-copy a:hover
{ color:#000 !important;
text-decoration:underline;
}

.membership-txt {
    min-height: 72px;
}
.accordian summary.e-n-accordion-item-title {
    box-shadow: 0px 10px 30px 0px #0000000D;
}
.post-content h2 {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
}
.post-content h3 {
   color:#212121 !important;
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
   
}
@keyframes rotate-sway {
    0%   { transform: rotate(-2deg); }
    50%  { transform: rotate(2deg); }
    100% { transform: rotate(-2deg); }
}
.image-animation {
    display: inline-block;
    animation: rotate-sway 3s infinite ease-in-out;
}
.post-content a {
    color: #363636 !important;
    text-decoration: underline !important;
}
.post-content a:hover {
   color: #000 !important;
}
.post-cont-col {
    box-shadow: 0px 0px 28px 0px #00000021;
	border-radius:28px;
}
ul.custom-categories {
    padding:0px;
	gap: 20px;
    display: flex;
    flex-direction: column;
}
ul.custom-categories {
  list-style: none;
  padding-left: 0;
}

ul.custom-categories li::marker {
  display: none;
}
ul.custom-categories li a {color:#363636 !important;    text-transform: capitalize !important;}
ul.custom-categories li a:hover {color:#AAADF9 !important;}
ul.custom-categories li a::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  border-top: 0.2px solid;
  border-image-source: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 52%,
    rgba(0, 0, 0, 0) 100%
  );
  border-image-slice: 1;
  margin: 8px auto 0 auto;
}
.news&tips-blog h3 {min-height:130px }
.nalt {
    min-height: 265px !important;
}
/* .online-border  start*/
.online-border {
  position: relative;
  z-index: 1;
  border-radius: 26px;
  padding: 25px; /* Adjust as needed */
  background: #1f1f1f; /* Or whatever background suits you */
  backdrop-filter: blur(34px);
  -webkit-backdrop-filter: blur(34px);
  box-shadow: 0px 7px 19px 0px #00000040;
  overflow: hidden; /* Ensure ::before stays within rounded corners */
}

.online-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px; /* Border thickness */
  background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
  border-radius: 26px;
  z-index: -1;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
/* GRavity From Styling Start */
label.gform-field-label.gform-field-label--type-inline {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 20px !important;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var();
    color: #fff;
}
.gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 6% !important;

    grid-row-gap: 30px !important;}

.ginput_container.ginput_container_radio {
    padding-top: 40px;
}
.gchoice {
    display: flex;
    gap: 15px;
}
label.gform-field-label.gform-field-label--type-inline {
    padding-top: 5px;
}
input.large::placeholder,input.large,input.datepicker.gform-datepicker::placeholder,input#input_4_4,textarea.textarea,input[type="text"],select {
    color: #fff !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 20px !important;
    font-weight: var(--e-global-typography-text-font-weight);
  

}
/* Style the radio button container */
input.gfield-choice-input {
    -webkit-appearance: none; /* Removes the default appearance of the radio button */
    -moz-appearance: none;
    appearance: none;
    width: 29px; /* Adjust size of the custom radio button */
    height: 29px; /* Adjust size of the custom radio button */
    border: 4px solid white; /* White border */
    border-radius: 50%; /* Make it circular */
    background-color: transparent; /* Transparent background */
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition for hover/focus states */
}

/* On focus, add a glow effect or color change */
input.gfield-choice-input:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}

/* Add custom styles for checked state */
input.gfield-choice-input:checked {
    background-color: white; /* White background when checked */
    border-color: #AAADF9; /* Change border color when checked (optional) */
}

/* Add a custom dot inside the radio when checked */
input.gfield-choice-input:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
/*     background-color: #AAADF9; The dot color when checked */
    border-radius: 50%;
}


input#gform_submit_button_1,input#gform_submit_button_2,input#gform_submit_button_3,input#gform_submit_button_4,input#gform_submit_button_5 {
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    transition: all 0.3s ease;
    color: #000;
    border: none;
width: 257px;
height: 46px;

border-radius: 34px;
padding-top: 7px;
padding-right: 100px;
padding-bottom: 7px;
padding-left: 100px;
font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 18px !important;
    line-height: 32px !important;
transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
}
button#gform_browse_button_3_6 ,button#gform_browse_button_3_12{
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    transition: all 0.3s ease;
    color: #000;
    border: none;

height: 46px;

border-radius: 34px;
padding-top: 7px;
padding-right: 100px;
padding-bottom: 7px;
padding-left: 100px;
font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 18px !important;
    line-height: 32px !important;
transition: background 0.3s ease, color 0.3s ease;
    cursor: pointer;
}
.gform_footer.top_label {
    justify-content: center;
    margin-top:60px !important
}
.fix-img img {    border-radius: 0px 0px 80px 0px !important;
}

/* .online-border  end*/


.post-cont-col .e-search-form svg {
    position: absolute !important;
    left: 400px !important;
}
.link-txt a
{
	color:#fff !important;
	text-decoration:underline !important;
}
.strong-txt strong {
    font-weight: 500;
}
.page-id-1269 div#online-doc-sec h2 ,.page-id-2247 div#online-doc-sec h2{
 width:970px;
}



 /* Review Slider (What Our Patients Say)  Css Start */



/*  div.review-container {
      display: flex !important;
      align-items: center;
      gap: 20px;
      position: relative;
      overflow: visible !important;
      visibility: visible !important;

    }

    div.review-container .avatar-cloud {
      position: relative;
      width: 57%;
      height: 450px;

    }

    div.review-container .avatar {
      position: absolute;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      opacity: 0.3;
      transition: all 0.5s ease, opacity 0.3s ease;

      cursor: pointer;
      object-fit: cover;
    }

    div.review-container .avatar:nth-child(1) { top: 180px; left: 80px; }
    div.review-container .avatar:nth-child(2) { top: 100px; left: 250px; }
    div.review-container .avatar:nth-child(3) { top: 0px; left: 550px; }
    div.review-container .avatar:nth-child(4) { top: 250px; left: 500px; }
    div.review-container .avatar:nth-child(5) { top: 350px; left: 100px; }
    div.review-container .avatar:nth-child(6) { top: 10px; left: 0px; }

    div.review-container .avatar.active {
      width: 140px;
      height: 140px;
      opacity: 1;
      z-index: 10;
    }

    div.review-container .review-content {
      max-width: 43%;
      position: relative;
      padding-left: 30px;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.2s ease, transform 0.2s ease;
      visibility: visible !important;

    }

    div.review-container .review-content.active {
      opacity: 1;
      transform: translateY(0);
    }

    div.review-container #reviewer-name {
      font-family: var(--e-global-typography-text-font-family), Sans-serif;
      font-weight: 600;
      font-size: 35px;
      line-height: 100%;
      color: #000;
    }

    div.review-container #review-text {
      font-weight: 400;
      font-size: 20px;
      line-height: 150%;
      color: #606060;
      font-family: var(--e-global-typography-text-font-family), Sans-serif;
    }

    div.review-container .review-content .dots-container {
      display: flex !important;
      flex-direction: column;
      gap: 10px;
      position: absolute;
      left: -15px;
      top: 50%;
      transform: translateY(-50%);
      visibility: visible !important;

    }

    div.review-container .dot {
      width: 8px;
      height: 8px;
      background-color: #ECECEC;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.3s ease;
      opacity: 0.5;
    }

    div.review-container .dot.active {
      width: 10px;
      height: 10px;
      background-color: #624186;
      opacity: 1;
    }

    @media (max-width: 1024px) and (min-width: 769px) {
      div.review-container {
        display: flex !important;
        gap: 15px;
        overflow: visible !important;
        visibility: visible !important;

      }
      div.review-container .avatar-cloud {
        width: 50%;

      }
      div.review-container .review-content {
        max-width: 50%;
        padding-left: 25px;
        visibility: visible !important;

      }
      div.review-container .review-content .dots-container {
        left: -10px;
        visibility: visible !important;

      }
    }

    @media (max-width: 768px) {
      div.review-container {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        overflow: visible !important;
        visibility: visible !important;

      }
      div.review-container .avatar-cloud {
        position: static;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;

      }
      div.review-container .avatar {
        position: static;
        opacity: 0.3;
        width: 70px;
        height: 70px;
        margin: 5px;
      }
      div.review-container .avatar.active {
        width: 100px;
        height: 100px;
      }
      div.review-container .review-content {
        max-width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
        visibility: visible !important;

      }
      div.review-container .review-content .dots-container {
        position: static;
        flex-direction: row;
        justify-content: center;
        transform: none;
        margin: 10px 0;
        visibility: visible !important;

      }
      div.review-container .dot {
        width: 8px;
        height: 8px;
      }
      div.review-container .dot.active {
        width: 12px;
        height: 12px;
      }
    } */
div.review-container {
    display: flex !important;
    align-items: center;
    gap: 20px;
    position: relative;
    overflow: visible !important;
    visibility: visible !important;
}

div.review-container .avatar-cloud {
    position: relative;
    width: 57%;
    height: 450px;
}

div.review-container .avatar {
    position: absolute;
/*     width: 70px;
    height: 70px; */
    border-radius: 50%;
    opacity: 0.3;
    transition: all 0.5s ease, opacity 0.3s ease;
    cursor: pointer;
    object-fit: cover;
}

/* Updated sizes for specific data-index images */
div.review-container .avatar[data-index="0"] {
    width: 91px;
    height: 91px;
}

div.review-container .avatar[data-index="1"] {
    width: 64px;
    height: 64px;
}
div.review-container .avatar[data-index="2"] {
    width: 83px;
    height: 83px;
}
div.review-container .avatar[data-index="3"] {
    width: 91px;
    height: 91px;
}

div.review-container .avatar[data-index="4"] {
    width: 124px;
    height: 124px;
}
div.review-container .avatar[data-index="5"] {
    width: 107px;
    height: 107px;
}
/* Positions remain unchanged */
div.review-container .avatar:nth-child(1) { top: 180px; left: 80px; }
div.review-container .avatar:nth-child(2) { top: 100px; left: 250px; }
div.review-container .avatar:nth-child(3) { top: 0px; left: 550px; }
div.review-container .avatar:nth-child(4) { top: 250px; left: 500px; }
div.review-container .avatar:nth-child(5) { top: 350px; left: 100px; }
div.review-container .avatar:nth-child(6) { top: 10px; left: 0px; }

div.review-container .avatar.active {
    width: 140px;
    height: 140px;
    opacity: 1;
/*     z-index: 10; */
}

div.review-container .review-content {
    max-width: 43%;
    position: relative;
    padding-left: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    visibility: visible !important;
}

div.review-container .review-content.active {
    opacity: 1;
    transform: translateY(0);
}

div.review-container #reviewer-name {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    color: #000;
}

div.review-container #review-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #606060;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

div.review-container .review-content .dots-container {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    visibility: visible !important;
}

div.review-container .dot {
    width: 8px;
    height: 8px;
    background-color: #ECECEC;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

div.review-container .dot.active {
    width: 10px;
    height: 10px;
    background-color: #624186;
    opacity: 1;
}

@media (max-width: 1024px) and (min-width: 769px) {
    div.review-container {
        display: flex !important;
        gap: 15px;
        overflow: visible !important;
        visibility: visible !important;
    }
    div.review-container .avatar-cloud {
        width: 50%;
    }
    div.review-container .review-content {
        max-width: 50%;
        padding-left: 25px;
        visibility: visible !important;
    }
    div.review-container .review-content .dots-container {
        left: -10px;
        visibility: visible !important;
    }
}

@media (max-width: 768px) {
    div.review-container {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        overflow: visible !important;
        visibility: visible !important;
    }
    div.review-container .avatar-cloud {
        position: static;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    div.review-container .avatar {
        position: static;
        opacity: 0.3;
        width: 70px;
        height: 70px;
        margin: 5px;
    }
    div.review-container .avatar[data-index="0"],div.review-container .avatar[data-index="1"] ,div.review-container .avatar[data-index="2"],div.review-container .avatar[data-index="3"],div.review-container .avatar[data-index="4"],div.review-container .avatar[data-index="5"]{
    width: 70px;
    height: 70px;
}

 
    div.review-container .avatar.active {
        width: 100px;
        height: 100px;
    }
    div.review-container .review-content {
        max-width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
        visibility: visible !important;
    }
    div.review-container .review-content .dots-container {
        position: static;
        flex-direction: row;
        justify-content: center;
        transform: none;
        margin: 10px 0;
        visibility: visible !important;
    }
    div.review-container .dot {
        width: 8px;
        height: 8px;
    }
    div.review-container .dot.active {
        width: 12px;
        height: 12px;
    }
}

 /* Review Slider (What Our Patients Say)  Css End */
.location-txt a {
    text-decoration: underline !important;
	color:#363636;
}
div#online-box  img {
    height: unset !important;
}
div#compound-seg h2 {
    max-width: 870px !important;
    width: 870px;
}


.types-txt li {
    margin-left: 0px;
}

.types-txt ul {
    padding-left: 1em; /* Reduce this to bring bullets closer */
    list-style-position: inside; /* Moves bullets closer to text */
    text-align: center; /* Ensure the list is left-aligned */
}
/* .steps-five-gif {
    width: 1596px;
    margin: auto;
} */
@media (max-width: 2700px) and (min-width: 2000px) 
{
    .post-cont-col .e-search-form svg {
        left: 390px !important;
    }
.footer-img {
/*     right: -130px !important;
	top: -100px !important; */
right: -10px !important;
        top: -180px !important;
    }


/* .footer-img img {
    width: 100% !important;
} */
	.nalt {
    min-height: 240px !important;
}
.post-cont-col .e-search-form svg {
   
    left: 410px !important;
}
nav.elementor-pagination {
    margin-right: 40px;
}
.page-numbers.prev:before {
 
    left: 91%;
   
}
a.page-numbers.next:before {
   
    right: 5px;
    
}
.steps-five-gif {
    min-height: 1250px !important;
}
	}
@media (max-width: 1900px) and (min-width: 1600px) 
{
    .welcome-rec h2 {
        font-size: 100px !important;
    }
.faq-mainheading {
    width: 75% !important;
}
.footer-img {

	right: -20px !important;
        top: -175px !important;
    }
.page-id-1269 div#online-doc-sec .refil-your {

    max-width: 90%;
   
}
.page-id-1240 div#online-doc-sec .refil-your h2 {
	width: 900px;}
.page-numbers.prev:before {
 
    left: 88%;
   
}
.footer-img {
/*     top: -100px !important; */
 top: -150px !important;
}
.footer-img img {
    max-width: 120% !important;
}
/* 	.news-tips-blog .elementor-widget-theme-post-excerpt {
    min-height: 100px !important;
} */
.nalt {
    min-height: 290px !important;
	height:330px !important;
}
.post-cont-col .e-search-form svg {
   
    left:350px !important;
}
/* .page-id-1067 div#online-doc-sec h2 {
    font-size: 41px !important;
} */
.page-id-1240 div#online-doc-sec .fix-imgs {
    right: 40px;
}
.page-id-1067 div#online-doc-sec .fix-imgs {
    right: 0px !important;
    bottom: -59px !important;
}
/* .page-id-1269 div#online-doc-sec h2 ,div#online-doc-sec h2,.page-id-2247 div#online-doc-sec h2 {
   
    font-size: 47px;
} */
.page-id-1269 div#online-doc-sec .fix-imgs,.page-id-924 div#online-doc-sec .fix-imgs,.page-id-2247 div#online-doc-sec h2{
    right: 30px;
    bottom: -58px;
}
ul#menu-1-fd8dac9 a {
    font-size: 18px !important;
}
	}
@media (max-width: 1590px) and (min-width: 1450px) 
{
.welcome-rec h2 {
    font-size: 80px !important;
}
/* 	h2{
		--e-global-typography-secondary-font-size: 44px !important; 
	} */

/* .footer-img img {
    max-width: 100% !important;
} */
.footer-img {
/*     top: -100px !important; */
 top: -155px !important; 
right:-5px !important;
}
	.elementor-kit-6 {
    
    --e-global-typography-primary-font-size: 56px !important;
	}
.menu-item a {
    padding: 13px !important;
}
.membership-txt {
    min-height: 100px;
}
.nalt {
    min-height:310px !important;
}.post-cont-col .e-search-form svg {
    position: absolute !important;
    left: 300px !important;
}
/* .page-id-1067 div#online-doc-sec h2 {
    font-size: 37px !important;
} */
.page-id-1067 div#online-doc-sec .fix-imgs {
    right: 5px;
}
.page-id-1067 div#online-doc-sec img {
    border-radius: 0px 0px 70px 0px;
}
/* .page-id-1269 div#online-doc-sec h2,.page-id-2247 div#online-doc-sec h2 {
   
    font-size: 42px;
} */
.page-id-1269 div#online-doc-sec .fix-imgs,.page-id-2247 div#online-doc-sec {
    right: 2px;
    bottom: -59px;
}
.page-id-1269 div#online-doc-sec .fix-imgs img{
    border-radius:0px 0px 60px 0px
}
/* div#online-doc-sec h2{
    font-size:42px
} */
.page-id-924 div#online-doc-sec .fix-imgs{
    right: 0px;
    bottom: -59px;
}
.page-id-924 div#online-doc-sec .fix-imgs img{
   border-radius:0px 0px 70px
}
.page-numbers.prev:before {
    
    
    left: 86.5%;
    
}


}@media (max-width: 1536px) and (min-width: 1490px) 
{
	.page-id-1240 div#online-doc-sec .fix-imgs {
    right: 0;
}

	.page-id-1240 div#online-doc-sec .fix-imgs img
	{
		    border-radius: 0px 0px 75px 0px;
	}
}

@media (max-width: 1536px) and (min-width: 1400px) 
{
.page-id-1240 div#online-doc-sec .refil-your h2 {
	width: 900px;}
.page-id-1269 div#online-doc-sec .refil-your {

    max-width: 97%;
   
}
input.gfield-choice-input

 {
    width: 20px;
	 height: 20px;}
label.gform-field-label.gform-field-label--type-inline {
    padding-top: 0px;
}
    .welcome-rec h2 {
        font-size: 80px !important;
    }
ul#menu-1-fd8dac9 a {
    font-size: 18px !important;
}
/* 	.membership-txt {
    min-height: 96px;
} */
.membership-txt {
    min-height: 120px;
}
.membership-gap .elementor-widget .elementor-icon-list-item
	{
		    align-items: start ;
	}
.membership-gap .elementor-icon-list-icon {
    padding-top: 8px ;
}
.news-tips-loop img {
    
    height: 280px !important;
	}
.news-tips-loop h3 {
    --e-global-typography-accent-font-size: 30px !important;
}
/* .news-tips-blog h3 {
    min-height: 180px;
} */
/* .news-tips-blog .elementor-widget-theme-post-excerpt {
    min-height: 100px !important;
} */
}
@media (max-width: 1420px) and (min-width: 1380px) 
{
	.refil-your h2 {
    font-size: 50px !important;
}
	.page-id-1269 div#online-doc-sec h2 {
   
    font-size: 39px !important;
}

}
@media (max-width: 1450px) and (min-width: 1370px) 
{
.page-numbers.prev:before {
    
    left: 85.75%;
    
}
    ul#menu-1-fd8dac9 a {
        
        padding: 20px !important;
    }
.footer-img img {
/*     max-width: 100% !important; */
}
.footer-img {
/*     top: -90px !important; */
top: -140px !important;
right:-5px !important;
}
	.elementor-kit-6 {
    
    --e-global-typography-primary-font-size: 53px !important;
	}
.menu-item a {
    padding: 5px !important;
}
.membership-txt {
    min-height: 100px;
}

.membership-gap .elementor-icon-list-items
	{
		min-height:200px !important; 
	}
/* .news-tips-blog .elementor-widget-theme-post-excerpt {
    min-height: 120px !important;
} */
.nalt {
    min-height: 370px !important;
}
.post-cont-col .e-search-form svg {
  
    left: 275px !important;
}
.footer-locs h2 {
    font-size: 43px !important;
}
div#suboxone-online {
    width: 100%;
    max-width: 90%;
}
/* .page-id-1067 div#online-doc-sec h2 {
    font-size: 37px !important;
} */
/*  .page-id-1067 div#online-doc-sec h2,div#online-doc-sec h2 {
        font-size: 34px !important;
    } */
.page-id-1067 div#online-doc-sec .fix-imgs,.page-id-1240 div#online-doc-sec .fix-imgs {
    right: 0px;
    bottom: -58px;
}
.page-id-1067 div#online-doc-sec img,.page-id-1269 div#online-doc-sec .fix-imgs img,.page-id-1240 div#online-doc-sec .fix-imgs img {
    border-radius: 0px 0px 70px 0px;
}
.page-id-1269 div#online-doc-sec h2 {
   
    font-size: 40px !important;
}
 .page-id-1269 div#online-doc-sec .fix-imgs {
    right: 0px;
    bottom: -59px;
}
	/*
.page-id-1269 div#online-doc-sec .fix-imgs img{
    border-radius:0px 0px 70px 0px
} */
.page-id-924 div#online-doc-sec .fix-imgs{
    right: 0px;
    bottom: -58px;
}
/* .page-id-924 div#online-doc-sec h2{
    font-size:38px !important;
} */
.page-id-924 div#online-doc-sec .fix-imgs img{
    border-radius:0px 0px 70px 0px;
}
div#online-doc-sec p {
    margin-bottom: 0;
}
li.elementor-icon-list-item span.elementor-icon-list-text {
    font-size: 18px !important;
}
.membership-txt {
    min-height: 130px !important;
}
.post-cont-col.nalt {
    min-height: 400px !important;
 
}
/*     .membership-gap .elementor-icon-list-icon {
        padding-top: 10px;
    } */
.categorgy-arch span.elementor-post-info__terms-list {
    font-size: 60px !important;
}
ul#menu-1-fd8dac9 a {
        font-size: 16px !important;
    }
}
@media (max-width: 1370px) and (min-width: 1290px) 
{
.mbl-footer-imgs,.elementor-mobile-align-left {
    display: none;
}
 input.gfield-choice-input{
    width: 20px;
	 height: 20px;}
label.gform-field-label.gform-field-label--type-inline {
    padding-top: 0px;
}
.page-id-1240 div#online-doc-sec .refil-your h2 {
	width: 800px;}
.page-id-1269 div#online-doc-sec .refil-your {
        max-width: 100%;
    }
.page-id-1269 div#online-doc-sec .refil-your .e-con-full.e-flex.e-con.e-child {
    gap: 010px;
}
.mobile-cont
	{
		display:none !important;
	}
.men-con

 {
    align-items: center !important;
}
    .welcome-rec h2 {
        font-size: 75px !important;
    }
.membership-txt {
    min-height: 130px !important;
}
.membership-gap .elementor-icon-list-icon {
        padding-top: 8px !important;
    }
.post-cont-col.nalt {
    min-height: 400px !important;
 
}
div#online-doc-sec p {
    padding-bottom: 0px;
    margin-bottom: 0;
}
.page-numbers.prev:before {
    
    left: 86%;
    
}
.menu-item a {
    padding: 6px !important;
}
.footer-img img {
/*     max-width: 100% !important; */
        max-width: 126% !important;
/*   max-width: 135% !important; */
}
.footer-img {
/*     top: -90px !important;
	right:-100px !important; */
top: -150px !important;
        right: 0px !important;
}
	.elementor-kit-6 {
    
   --e-global-typography-secondary-font-size: 53px !important;
	}
.membership-gap .elementor-widget .elementor-icon-list-item
	{
		    align-items: start;
	}
.membership-gap .elementor-icon-list-icon {
    padding-top: 5px;
}
.membership-txt {
    min-height: 100px;
}
.membership-gap .elementor-icon-list-items
	{
		min-height:180px;
	}
/* .news-tips-blog .elementor-widget-theme-post-excerpt {
    min-height: 120px ;
} */
.nalt {
    min-height: 370px !important;
}
.refil-your h2 {
    font-size: 50px !important;
}
.post-cont-col .e-search-form svg {
  
    left: 275px !important;
}
.footer-locs h2 {
/*     font-size: 42px !important; */
 font-size: 40px !important;
}
div#suboxone-online {
   
    max-width: 92%;
}
/* .page-id-1067 div#online-doc-sec h2,div#online-doc-sec h2  {
    font-size: 34px !important;
} */

.page-id-1067 div#online-doc-sec img {
    border-radius: 0px 0px 70px 0px;
}
.page-id-924 div#online-doc-sec .fix-imgs,.page-id-1067 div#online-doc-sec .fix-imgs{
    right: 0px;
    bottom: -59px;
}
.page-id-924 div#online-doc-sec h2{
    font-size:38px !important;
}
.page-id-924 div#online-doc-sec .fix-imgs img{
    border-radius:0px 0px 70px
}
.news-tips-loop img {
    
    height: 260px !important;
	}
li.elementor-icon-list-item span.elementor-icon-list-text {
    font-size: 18px !important;
}
	h2{
		font-size: 48px !important;
	}
}
@media (max-width: 1300px) and (min-width: 1100px) 
{
input.gfield-choice-input{
    width: 20px;
	 height: 20px;}
label.gform-field-label.gform-field-label--type-inline {
    padding-top: 0px;
}
.page-id-1240 div#online-doc-sec .refil-your h2 {
	width: 750px;}
    .welcome-rec h2 {
        font-size: 75px !important;
    }
li.elementor-icon-list-item span.elementor-icon-list-text {
    font-size: 18px !important;
}
.page-numbers.prev:before {
    
    left: 85%;
    
}
	
.footer-img img {
    max-width: 100% !important;
}
.footer-img {
    top: -90px !important;
	right:-100px !important;
}
	.elementor-kit-6 {
    
    --e-global-typography-primary-font-size: 50px !important;
	}
.menu-item a {
    padding: 10px !important;
    font-size:16px !important;
}
.news-tips-blog .elementor-widget-theme-post-excerpt {
    min-height: 120px ;
}
.refil-your h2 {
/*     font-size: 45px !important; */
 font-size:36px !important;
}
.post-cont-col .e-search-form svg {
  
    left: 260px !important;
}
div#suboxone-online {
 
    max-width: 92%;
}
.location-sect h4 {
   font-size:30px !important
}
/* .page-id-1067 div#online-doc-sec h2 {
    font-size: 31px !important;
} */
.page-id-1067 div#online-doc-sec .fix-imgs {
    right: 0px;
    bottom: -59px;

}
.page-id-1067 div#online-doc-sec img {
    border-radius: 0px 0px 70px 0px;
}
.img-col-tab  {
    width:40% !important;
}
.news-tips-loop img {
    
    height: 240px !important;
	}
.home-banner-two h2 {
    font-size: 30px !important;
}
.membership-txt {
    min-height: 130px !important;
}
.post-cont-col.nalt {
    min-height: 430px !important;
 
}
    .membership-gap .elementor-icon-list-icon {
        padding-top: 8px !important;
    }
}
@media (max-width: 1290px) and (min-width: 1090px) 
{

.footer-img img {
    max-width: 130% !important;
}
.footer-img {
/*     top: -90px !important;
	right:-100px !important; */
top: -145px !important;
        right: -5px !important;
}
	.elementor-kit-6 {
    
        --e-global-typography-secondary-font-size: 50px!important;
	}
.menu-item a {
    padding: 12px !important;
    font-size:14px !important;
}
.home-banner-two h2 {
    font-size: 32px !important;
}
.membership-gap .elementor-widget .elementor-icon-list-item
	{
		    align-items: start;
	}
.membership-gap .elementor-icon-list-icon {
    padding-top: 5px;
}
.membership-txt {
    min-height: 100px;
}
.membership-gap .elementor-icon-list-items
	{
		min-height:200px;
	}
.membership-gap h5 {
    font-size: 28px !important;
}
.footer-loc h2 {
font-size:45px !important
}

.footer-loc p {
font-size:18px !important}
/* .post-cont-col.nalt {
    min-height: 370px !important;
} */
.page-id-1067 .footer-locs h2 {
    font-size: 39px !important;
}
.page-id-924 div#online-doc-sec .fix-imgs{
    right: 0px;
    bottom: -59px;
}
.page-id-924 div#online-doc-sec h2{
    font-size:34px !important;
}
	div#online-doc-sec p{
		margin-bottom:0px !important;
	}
div#online-doc-sec p,div#online-doc-sec span {
    font-size: 18px !important;
}
.page-id-924 div#online-doc-sec .fix-imgs img{
    border-radius:0px 0px 70px
}
.page-id-1067 .refil-your .e-con-full.e-flex.e-con.e-child,.page-id-1240 .refil-your .e-con-full.e-flex.e-con.e-child {
    gap: 10px;
}
}
@media (max-width: 1200px) and (min-width: 1090px) 
{
a.page-numbers.next:before,.page-numbers.prev:before{
		 bottom: 122px;
	}
	
	    .page-id-924 div#online-doc-sec .fix-imgs {
        right: 0px;
        bottom: -39px;
    }
	.avatar:nth-child(3) {
    
    left: 450px !important;
}


.avatar:nth-child(4) {
    
    left: 400px !important;
}
    .membership-gap .elementor-icon-list-icon {
        padding-top: 5px !important;
    }
.membership-txt {
        min-height: 100px !important;
    }
    .page-id-1067 div#online-doc-sec .fix-imgs {
        right: 10px;
        bottom: -40px;
    }
input.gfield-choice-input{
    width: 20px;
	 height: 20px;}
label.gform-field-label.gform-field-label--type-inline {
    padding-top: 0px;
}
}
@media (max-width: 1100px) and (min-width: 1030px) 
{

/* .footer-img img {
    max-width: 100% !important;
} */
.footer-img {
    top: 0px !important;
	right:-100px !important;
}
	.elementor-kit-6 {
    
        --e-global-typography-secondary-font-size: 41px!important;
	}

.membership-gap h5 {
    font-size: 25px !important;
}
.page-id-1067 .footer-locs h2 {
    font-size: 34px !important;
}
  .page-id-924 div#online-doc-sec .fix-imgs {
        right: 0px;
        bottom: -39px;
    }
	
.menu-item a {
    padding: 6px !important;
}
.news-tips-loop img {
    
    height: 200px !important;
	}
.page-id-1240 .refil-your .e-con-full.e-flex.e-con.e-child {
    gap: 10px;
}
}
@media (max-width:1080px) and (min-width: 1000px) 
{
input.gfield-choice-input{
    width: 20px;
	 height: 20px;}
label.gform-field-label.gform-field-label--type-inline {
    padding-top: 0px;
}
.sub-menu {
    margin-top: 10px !important;
}
    .welcome-rec h2 {
        font-size: 70px !important;
    }
.page-id-1269 div#online-doc-sec h2, .page-id-2247 div#online-doc-sec h2 {
    width: 900px;
}
a.page-numbers.next:before,.page-numbers.prev:before{
		        bottom: 62px;
	}

.page-numbers.prev:before {
 
	left: 83%;}
	.membership-txt {
    min-height: 120px;
}
div#online-doc-sec h2 {
    font-size: 35px !important;
}
.membership-gap .elementor-icon-list-items
	{
		min-height:210px;
	}
.membership-gap .elementor-widget .elementor-icon-list-item
	{
		    align-items: start;
	}
.membership-gap .elementor-icon-list-icon {
    padding-top: 5px;
}
.post-content h2 {
    
    font-size: 45px;
    
}
.post-content h3 {

    font-size: 28px;
    
   
}
.news-tips-blog .elementor-widget-theme-post-excerpt {
    min-height: 130px ;
}
.post-cont-col.nalt {
    min-height: 390px !important;
}
.refil-your h2 {
    font-size: 38px !important;
}
.post-cont-col .e-search-form svg {
   
    left: 200px !important;
}
   .footer-loc h2
{
    font-size:39px !important;
}
.footer-img {
/*         top: -90px !important;
        right: -100px !important; */
top: -90px !important;
        right: -16px !important;
    }
.location-sect h4 {
   font-size:25px !important;
   line-height:35px !important;
}
.refil-your {
    max-width: 95%;
}
div#online-doc-sec .refil-your {
    
	max-width: 90%;}
/* .page-id-1067 div#online-doc-sec h2 {
    font-size: 30px !important; */


.page-id-1067 div#online-doc-sec img {
    border-radius: 0px 0px 70px 0px;
}
.avatar:nth-child(4),.avatar:nth-child(3) {
    
    left: 350px !important;
}
div.review-container #reviewer-name {
  
	font-size: 30px;}
/* .footer-sec {
    margin-top: 40px !important;
} */
}
@media (max-width: 1030px) and (min-width: 900px) 
{

input.gfield-choice-input{
    width: 16px;
	 height: 16px;}
.footer-loc {
    margin-top: -50px;
}
nav.elementor-pagination {
    margin-right: 21px;
}
.page-id-1269 div#online-doc-sec h2 {
    width: 800px;
}
/* .footer-img img {
    max-width: 100% !important;
} */
/* .footer-img {
    top: 0px !important;
	right:-100px !important;
} */
.footer-img {
       
        right: -30px !important;
    }
	.elementor-kit-6 {
    
        --e-global-typography-secondary-font-size: 40px!important;
	}
    .news-tips-blog .elementor-widget-theme-post-excerpt {
        min-height: unset;
    }
.fix-img img {
    border-radius: 0px 0px 73px 0px !important;
}
.page-id-1067 .footer-locs h2 {
    font-size: 33px !important;
}
    div#online-doc-sec .refil-your {
        max-width: 94%;
    }
/* input.large ,input[type="text"],select {
 
	padding: 20px !important;} */
.ginput_container.ginput_container_radio {
    padding-top: 30px;
}
label.gfield_label.gform-field-label, span.gfield_required.gfield_required_asterisk, legend.gfield_label.gform-field-label {
  
	font-size: 28px !important;}
.avatar:nth-child(3) {
    top: 0px;
    left: 350px !important;
}
.avatar:nth-child(4) {
    top: 300px !important;
    left: 300px !important;
}
.news-tips-loop img {
    
    height: 280px !important;
	}
div#compound-seg h2 {
   
    width: 850px;
}
    div#online-doc-sec h2 {
        font-size: 35px !important;
    }
}

@media (max-width:1000px) and (min-width: 890px) 
{
	ul#menu-1-fd8dac9 li a {
    font-size: 14px !important;
}
}



@media (max-width:900px) and (min-width: 768px) 
{
.footer-img-sect {
  display: flex;
  flex-direction: column;
}

.footer-img-sect .elementor-widget-image {
  order: 1;
}

.footer-img-sect .elementor-widget-heading {
  order: 2;
}

.footer-img-sect .elementor-widget-text-editor {
  order: 3;
}

.footer-img-sect .elementor-widget-button {
  order: 4;
}
/* ul#menu-2-dc1bca9 li:last-child {
    
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    width: 165px;
    border-radius: 26px;
    margin-left: 20px;
    margin-bottom: 30px;
} */

div#phase3 {
    margin: auto;
}
.news-tips-loop img {
    
    height: 280px !important;
	}
.page-numbers.prev:before {
   
    left: 77%;
    
}
.membership-plan-sect .e-con-inner {
    padding: 60px 0px !important;
}
.page-numbers.prev:before,a.page-numbers.next:before {
   
   
    bottom: 61px;
}
.page-id-1269 div#online-doc-sec h2 {
    width: 650px;
}
div#online-doc-sec h2 {
    font-size: 25px !important;
}
.membership-txt {
    min-height: 100px !important;
}
/* Membership section old CSS
	.membership-gap h5 {
    font-size: 18px !important;
}
.membership-gap h5 {
    font-size: 18px !important;
}
.members span {
    font-size: 15px !important;
    line-height: 22px !important;
}
	
Membership section old CSS End*/
/* .membership-gap .elementor-icon-list-items
	{
		min-height:230px;
	} */
.membership-gap .elementor-widget .elementor-icon-list-item
	{
		    align-items: start;
	}
.membership-gap .elementor-icon-list-icon {
    padding-top: 5px;
}

.post-content h2 {
    
    font-size: 35px;
    
}
.post-content h3 {

    font-size: 25px;
    
   
}
/* .news-tips-blog h3 {
    min-height: 140px;
} */
  .news-tips-blog .elementor-widget-theme-post-excerpt {
        min-height: 120px;
    }
.post-cont-col.nalt {
    min-height: 200px !important;
}
.fix-img img {
    border-radius: 0px 0px 70px 0px !important;
}
.post-cont-col .e-search-form svg {
   
/*     left: 125px !important; */
        left: 640px !important;
}
.page-id-1067 .footer-locs h2 {
    font-size: 24px !important;
}
/* .footer-inner-sec .mbl-footer-img
{
	display:block !important;
} */
.location-sect h4 {
    min-height: 70px !important;
}

/* Membership-section start*/

.members h5 {
    line-height: 25px !important;
}



/* .membership-txt {
    min-height: 120px !important;
} */
.membership-gap .elementor-icon-list-items {
        min-height: 190px;
    }
/* Membership-section End*/
.refil-your {
    width: 100%;
    max-width: 92%;
}
  .footer-loc h2
{
    font-size:29px !important;
}
    div#online-doc-sec .refil-your {
        max-width: 94%;
    }
.page-id-1067 div#online-doc-sec h2 {
    font-size: 28px !important;
    line-height:35px
}
.page-id-1067 div#online-doc-sec .fix-imgs {
    right: 0px;
    bottom: -38px;

}
.page-id-1067 div#online-doc-sec img {
    border-radius: 0px 0px 70px 0px;
}
/* input.large,input[type="text"],select  {
 
	padding: 15px !important;

} */
.ginput_container.ginput_container_radio {
    padding-top: 20px;
}
label.gfield_label.gform-field-label, span.gfield_required.gfield_required_asterisk, legend.gfield_label.gform-field-label {
  
	font-size: 25px !important;}
div.review-container #reviewer-name {
  
	font-size: 28px;}
div.review-container #review-text {
 
	font-size: 18px;}
.home-banner-btn .elementor-size-sm:hover {
    width: 280px !important;
}
.refil-your h2
	{
		font-size: 28px !important;
	}
div#compound-seg h2 {
 
    width: unset;
}.video-column {
    width: 80%;
    margin: auto;
}
}

@media (max-width:880px) and (min-width: 790px) 
{
.footer-img-sect {
  display: flex;
  flex-direction: column;
}

.footer-img-sect .elementor-widget-image {
  order: 1;
}

.footer-img-sect .elementor-widget-heading {
  order: 2;
}

.footer-img-sect .elementor-widget-text-editor {
  order: 3;
}

.footer-img-sect .elementor-widget-button {
  order: 4;
}
/* ul#menu-2-dc1bca9 li:last-child {
 
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    width: 165px;
    border-radius: 26px;
    margin-left: 20px;
    margin-bottom: 30px;
} */
/* ul#menu-2-dc1bca9 li:last-child a {
    color: #363636;
    
    justify-content: center;
    display: flex;
} */
	div.review-container .avatar:nth-child(3) {
   
    left: 250px;
}
div.review-container .avatar:nth-child(2) {
    top: 150px;
    left: 220px;
}
div.review-container .avatar:nth-child(2) {
   
    left: 220px;
}
div.review-container .avatar:nth-child(4) {
    top: 300px;
    left: 250px;
}
div#compound-seg h2 {
 
    width: unset;
}
.video-column {
    width: 80%;
    margin: auto;
}
}
@media (max-width:768px) and (min-width: 320px) 
{input.gfield-choice-input{
    width: 20px;
	 height: 20px;}
.img-height img {
    border-radius: 26px !important;
}
label.gform-field-label.gform-field-label--type-inline {
    padding-top: 0px;
}
.gform_wrapper.gravity-theme .gfield_description {
    font-size: 18px !important;
}
	.menu-item-12119 .elementor-item {
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    width: 165px;
    border-radius: 26px;
    margin-left: 20px;
    margin-bottom: 30px;
 color: #363636;
    
    justify-content: center;
    display: flex;
}
.menu-item-12119 .elementor-item

 {
    color: #000 !important;
}
/* .home-banner-btn .elementor-size-sm {
    margin-bottom: 30px;
} */
}
@media (max-width:767px) and (min-width: 320px) 
{

.footer-img-sect {
  display: flex;
  flex-direction: column;
}

.footer-img-sect .elementor-widget-image {
  order: 1;
}

.footer-img-sect .elementor-widget-heading {
  order: 2;
}

.footer-img-sect .elementor-widget-text-editor {
  order: 3;
}

.footer-img-sect .elementor-widget-button {
  order: 4;
}
/* ul#menu-2-dc1bca9 li:last-child {
    background: linear-gradient(96.78deg, #D4F8FE 0.73%, #AAADF9 100%);
    width: 165px;
    border-radius: 26px;
    margin-left: 20px;
    margin-bottom: 30px;
}
ul#menu-2-dc1bca9 li:last-child a {
    color: #363636;
    
    justify-content: center;
    display: flex;
} */
.page-id-1067 div#online-doc-sec img
	{
		border-radius: 0px ;
	}
div#compound-seg h2 {
 
    width: unset;
}
.news-tips-loop img {
    
    height: unset !important;
	}

nav.elementor-pagination {
    margin-right: 30px;
}
.page-numbers.prev:before,a.page-numbers.next:before {
    
    bottom: 60px;
}
.page-numbers.prev:before {
    
    left: 52%;
    
}
div.review-container #reviewer-name {
  
	font-size: 25px;}
div.review-container #review-text {
 
	font-size: 16px;}
.get-som-mbl-sect,.mbl-footer-img,.fix-img
{
	display:block !important;
}
.post-content h2 {
    
          font-size: 26px;
    
}
.post-content h3 {

    font-size: 22px;
    
   
}
.post-cont-col .e-search-form svg {
   
    left: 270px !important;
}
    div#online-doc-sec .refil-your {
        max-width: 94%;
    }
.page-id-1067 div#online-doc-sec h2 {
    font-size:30px !important;
    line-height:35px
}
.page-id-1269 div#online-doc-sec h2,.page-id-2247 div#online-doc-sec h2 {
    width: unset;
}input.large,input[type="text"],select  {
 
	padding: 12px !important;}
.ginput_container.ginput_container_radio {
    padding-top: 18px;
}
label.gfield_label.gform-field-label, span.gfield_required.gfield_required_asterisk, legend.gfield_label.gform-field-label {
  
	font-size: 22px !important;}
.home-banner-btn .elementor-size-sm:hover {
    width: 260px !important;
}
input.gfield-choice-input {

    width: 16px;
	height: 16px;}
}
@media (max-width:390px) and (min-width: 320px) 
{

nav.elementor-pagination {
    margin-right: 26px;
}
	    .page-numbers.prev:before {
        left: 49%;
    }
.post-cont-col .e-search-form svg {
        left: 240px !important;
    }
}
@media (max-width:360px) and (min-width: 320px) 
{

nav.elementor-pagination {
    margin-right: 23px;
}
	 
}


@media screen and (min-width: 768px) {
    html #mapbase svg {
        height:unset !important;
    }
}