@media only screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1164px;
  }
}
@media only screen and (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1164px;
  }
}
@media only screen and (max-width: 1199px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .services .slick-prev {
    left: 12px;
    z-index: 1;
  }
  .services .slick-next {
    right: 12px;
  }
  .page_not_found {
    min-height: 542px;
  }
  .thankyou-row {
    min-height: 342px;
  }
}
@media only screen and (max-width: 1199px) {
  .logo {
    max-width: 230px;
  }
  .site-navigation > ul > li:not(:last-child) {
    margin-right: 16px;
  }
  .site-content {
    padding: 84px 0 0;
  }
  .banner .slick-next {
    right: 12px;
  }
  .banner .slick-prev {
    right: 56px;
  }
  .about-img > img {
    width: 100%;
    height: 100%;
  }
  .about-img-bg {
    width: 100%;
    transform: translate(0);
  }
  .about-us {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .site-navigation {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #fff;
    top: 100px;
    z-index: 1;
    left: 0;
    right: 0;
    display: none;
  }
  .site-navigation > ul > li {
    display: block;
  }
  .site-navigation > ul > li:not(:last-child) {
    margin-right: 0;
    padding: 11.5px 12px;
    border-top: 1px solid rgba(34, 39, 41, 0.24);
  }
  .site-navigation > ul > li > a.site-link {
    border-radius: 0;
    padding: 11px 12px;
    display: block;
    text-align: center;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .banner-content > h1,
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-slider .banner-overlay {
    padding: 100px 0;
  }
  .banner-content > p {
    margin-bottom: 24px;
  }
  .banner-content .site-link {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  h3,
  .heading-three {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .about-us {
    padding: 30px 0;
  }
  .services {
    padding: 30px 0 0 0;
  }
  .referal {
    padding: 30px 0;
  }
  .referal-form {
    padding: 30px;
  }
  .footer-menu > ul > li:not(:last-child) {
    margin-right: 10px;
  }
  .site-footer {
    padding: 30px 0 15px 0;
  }
  .title-area {
    height: 180px;
  }
  .about-services {
    padding: 30px 0 0 0;
  }
  .services-wraper {
    padding: 30px 0;
  }
  .contactForService {
    padding: 30px 0;
  }
  .terms-condition {
    padding: 30px 0;
  }
  .privacy_policy_page h4 {
    margin-bottom: 10px;
  }
  .privacy_policy_page .terms-condition-content > p {
    margin-bottom: 18px;
  }
  .mobile-main {
    display: block;
  }
  .site-navigation {
    display: none !important;
  }
  .mobile-header__menu-button {
    background: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: 1px solid #009971;
    width: 36px;
    height: 36px;
  }
  .content-header.sticky .mobile-header__menu-button {
    box-shadow: none;
  }
  .top_logo {
    color: #fff;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .top_logo a {
    color: #fff;
  }
  .top_logo a img {
    margin: 0;
    width: 35px;
    border-radius: 8px;
  }
  .mobile-menu__panel-header h1 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
  }
  .icon_arrow_back {
    background-image: url(../img/icon_arrow_back.svg);
  }
  .icon_solid_arrow_right {
    background-image: url(../img/icon_solid_arrow_right.svg);
  }
  .icon_close {
    background-image: url(../img/icon_close.svg);
  }
  .icon_24 {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mobile-menu__panel-title {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  .mobile-menu {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.25s;
    transition: visibility 0s 0.25s;
  }
  .mobile-menu__panel-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  .mobile-menu__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(51, 51, 51, 0.8);
    opacity: 0;
    will-change: opacity;
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .mobile-menu__links .referral {
    margin: 20px 15px;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
  }
  .mobile-menu__links .referral p {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
  }
  .mobile-menu__links .referral a {
    color: #009971;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 22.5px;
    padding: 11px 29px;
    display: inline-block;
    margin: 14px 0 0;
  }
  .mobile-menu__body {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: #009971;
    width: 90%;
    max-width: 390px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.25s
      cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
  }
  [dir="ltr"] .mobile-menu__body {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  [dir="rtl"] .mobile-menu__body {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .mobile-menu--open {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mobile-menu--open .mobile-menu__backdrop {
    opacity: 1;
  }
  .mobile-menu--open .mobile-menu__body {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-menu__close {
    position: absolute;
    top: 22px;
    width: 35px;
    margin: 0 10px 0 0;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    border: none;
    padding: 0;
    fill: currentColor;
    -webkit-transition: background-color 0.15s, color 0.15s;
    transition: background-color 0.15s, color 0.15s;
    background-color: #009971;
    cursor: pointer;
  }
  .mobile-menu__close:focus {
    outline: 0;
  }
  [dir="ltr"] .mobile-menu__close {
    right: 0;
    top: 10px;
  }
  [dir="rtl"] .mobile-menu__close {
    left: 0;
  }
  .mobile-menu__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #009971;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.25s
      cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .mobile-menu__panel
    .mobile-menu__panel
    [dir="ltr"]
    .mobile-menu__panel--hide {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  [dir="rtl"] .mobile-menu__panel--hide {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  [dir="ltr"] .mobile-menu__panel--hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  [dir="rtl"] .mobile-menu__panel--hidden {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .mobile-menu__links > li > a .image.services img {
    margin: 0 0 0 -2px;
  }
  .mobile-menu__panel-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 58px;
    display: -webkit-box;
    padding: 16px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
  }
  .mobile-menu__panel-back {
    position: absolute;
    top: 0;
    width: auto;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    fill: currentColor;
    -webkit-transition: background-color 0.15s, color 0.15s;
    transition: background-color 0.15s, color 0.15s;
    cursor: pointer;
  }
  .mobile-menu__panel-back span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2em;
    color: #fff;
  }
  [dir="ltr"] .mobile-menu__panel-back {
    left: 0;
    padding-left: 8px;
    padding-right: 2px;
  }
  [dir="rtl"] .mobile-menu__panel-back {
    right: 0;
    padding-right: 8px;
    padding-left: 2px;
  }
  [dir="ltr"] .mobile-menu__panel-back svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  [dir="rtl"] .mobile-menu__panel-back svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .mobile-menu__links {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .mobile-menu__links li {
    display: block;
    position: relative;
  }
  .mobile-menu__links > li > a .image {
    padding: 0;
    width: 32px;
    text-align: start;
  }
  .mobile-menu__links > li > a .image.home img {
    width: 18px;
    height: 18px;
  }
  .mobile-menu__links > li > a .image.contact img {
    width: 22px;
    height: 22px;
  }
  .mobile-menu__links > li > a .image.about img {
    width: 18px;
    height: 18px;
  }
  .mobile-menu__links > li > a .image img {
    width: 24px;
    height: 24px;
  }
  .mobile-menu__links li .child_menu_icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
  }
  .mobile-menu__links > li > a {
    position: relative;
    color: #fff;
    width: 100%;
    border: none;
    background: 0 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    font-weight: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .secondary_links.mobile-menu__links {
    padding-top: 0;
  }
  [dir="ltr"] .mobile-menu__close img {
    width: 18px;
  }
  .secondary_links.mobile-menu__links > li > a {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
  }
  [dir="ltr"] .mobile-menu__links > li > a .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
  }
  [dir="ltr"] .mobile-menu__links > li > a {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
  }
  [dir="rtl"] .mobile-menu__links > li > a {
    padding-right: 20px;
    padding-left: 33px;
    text-align: right;
  }
  .mobile-menu__links > li > a:hover {
    text-decoration: none;
  }
  .mobile-menu__links > li > a:focus {
    outline: 0;
  }
  .mobile-menu__links > li > a .right_icon,
  .mobile-menu__links > li > a svg {
    position: absolute;
    top: calc(50% - 12px);
    fill: #bfbfbf;
  }
  .mobile-menu__links > li > a .left_icon {
    margin-right: 10px;
  }
  [dir="ltr"] .mobile-menu__links > li > a .right_icon,
  [dir="ltr"] .mobile-menu__links > li > a svg {
    right: 16px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  [dir="rtl"] .mobile-menu__links > li > a .right_icon,
  [dir="rtl"] .mobile-menu__links > li > a svg {
    left: 16px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .mobile-menu__divider {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1px;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .footer-left .social {
    display: inline-flex;
  }
  .footer-left {
    text-align: center;
  }
  .country_list p {
    text-align: start;
  }
  .footer_bottom {
    flex-direction: column;
  }
  .footer_bottom img {
    margin: 10px 0 0;
  }
  .thankyou-row {
    min-height: 312px;
  }
  .page_not_found {
    min-height: 365px;
  }
  .about-content {
    margin-top: 30px;
    height: auto;
  }
  .footer-logo {
    text-align: center;
  }
  .social {
    justify-content: center;
    margin-bottom: 15px;
  }
  .footer-menu {
    text-align: center;
  }
  .country {
    flex-direction: column;
    margin-bottom: 15px;
    padding: 15px;
  }
  .country > p {
    text-align: center;
  }
  .copyright {
    text-align: center;
  }
  .about_us .about-img {
    width: 100%;
  }
  .about-content.about-content1 {
    margin-bottom: 30px;
  }
  .service-content {
    padding: 0;
    margin-top: 20px;
  }
  .contactForService-content > div:first-child {
    max-width: 60%;
  }
  .getInTouch-area {
    margin-bottom: 30px;
  }
  .banner-content > p > br {
    display: none;
  }
  .mobile-menu__body {
    width: 275px;
  }
  .mobile-header__menu-button {
    width: 32px;
    height: 32px;
  }
  [dir="ltr"] .mobile-menu__close img {
    width: 16px;
  }
  [dir="ltr"] .mobile-menu__close {
    top: 12px;
  }
  .thank_you_icon {
    width: 60px;
  }
  .input-group.referer {
    width: 48.1%;
  }

  /* 28/5/2025 */
  .about-services .about-services-cont {
    margin-bottom: 24px;
  }
  .about-services .getInTouch-area {
    margin-bottom: 0;
  }
  /* 28/5/2025 */
}
@media only screen and (max-width: 575px) {
  /* CSS - 13/02/2025 */
  .services-row {
    margin-bottom: -24px;
  }
  .services-col {
    margin-bottom: 24px;
  }
  .services-box > img,
  .services-box > i 
   {
    width: 40px;
    height: 40px;
  }
  .services-box > i{
            mask-size: 40px;

  }
  /* CSS - 13/02/2025 - End */
}
@media only screen and (max-width: 480px) {
  .flag {
    margin-bottom: 10px;
    margin-right: 0;
    min-width: auto;
  }
  .country_list {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .back_to_home {
    font-size: 14px;
  }
  .logo {
    max-width: 200px;
  }
  .site-header {
    height: 75px;
  }
  .site-navigation {
    top: 75px;
  }
  .banner-slider .banner-overlay {
    padding: 50px 0;
  }
  .banner-content > h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner-content > p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-bottom: 20px;
  }
  .banner-content .site-link {
    margin-bottom: 16px;
  }
  .banner-content span {
    max-width: 70px;
  }
  .about-us h4 {
    margin-bottom: 5px;
  }
  h4 {
    font-size: 16px;
    line-height: 25px;
  }
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  h3,
  .heading-three {
    font-size: 18px;
    line-height: 26px;
  }
  .about-content > p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .site-link {
    font-size: 14px;
  }
  .services h4 {
    margin-bottom: 5px;
  }
  .services h2 {
    margin-bottom: 30px;
  }
  .referal-form {
    padding: 15px;
  }
  .referal-form h2 {
    margin-bottom: 15px;
  }
  .referal-form .form-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .fName {
    margin-bottom: 18px;
  }
  .referal-form input[type="text"] {
    width: 100%;
  }
  .form_name {
    width: 100%;
  }
  .form-row .input-group.date {
    width: 100%;
    margin-bottom: 18px;
  }
  .referal-form .mobile-input {
    width: 100%;
  }
  .referal-form p.gender,
  .referal-form p.interpretaion {
    margin-bottom: 5px;
    line-height: 18px;
  }
  .referal-form .radiobuttons {
    width: 100%;
  }
  .referal-form textarea {
    height: auto;
    padding: 8.5px 19px;
  }
  .about-img-bg {
    height: 220px;
  }
  .title-area {
    height: 120px;
  }
  .about-services-cont > p,
  .service-content > p {
    font-size: 14px;
    line-height: 24px;
  }
  .contactForService-content {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .contactForService-content > div:first-child > p {
    line-height: 20px;
  }
  .contactForService-content > div:first-child {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .terms-condition-content > h2 {
    margin-bottom: 15px;
  }
  .terms-condition-content > p,
  .terms-condition-content > ul > li {
    font-size: 14px;
    line-height: 20px;
  }
  .privacy_policy_page h4 {
    margin-bottom: 5px;
  }
  #scrollToTop {
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: 15px;
  }
  #scrollToTop > img {
    width: 15px;
    height: 15px;
  }
  .contact_us .referal-form {
    padding: 15px;
  }
  .contact_us.contact_us_page .referal-form {
    padding: 0;
  }
  .contact-area {
    padding: 15px;
  }
  .site-content {
    padding: 75px 0 0;
  }
  .submited {
    position: static;
    margin: 10px 0;
  }
  .referal-form .form-row #fname-error.error {
    bottom: 0px;
  }
  .referal-form .form-row #datepicker-error.error {
    bottom: -36px;
  }
  .input-group.referer {
    width: 100%;
  }
  .remove-field,
  .add-field {
    font-size: 14px;
  }
  .service-list-numeric li {
    padding-left: 30px;
  }
  .service-list-numeric li::before {
    font-size: 12px;
    line-height: 18px;
    width: 20px;
    height: 20px;
  }
  /* 28/5/2025 */
  .about-services .contact-area {
    padding: 18px;
  }
  /* 28/5/2025 */
}
