@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Quicksand:wght@500;700&display=swap');
* {
    box-sizing: border-box;
}
body {
    background: #FBFBFB!important;
}
#page {
    background: #FBFBFB;
}
.container {
    max-width: 1736px;
    width: 100%;
    margin: 0 auto;
}
.home .scwheader {
    top: 54px;
}
.scwheader {
   width: 100%;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    border-radius: 24px;
    max-width: 1736px;
    position: fixed;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.scwheader .container {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
	backdrop-filter: blur(39px);
border: 1px solid #E0E0E0CC;
}
.scwheader_logo img {
    max-height: 107px;
    object-fit: contain;
    max-width: 339px;
    width: 100%;
    height: 100%;
}
.scwheader_right {
    display: flex;
    align-items: center;
    gap: 60px;
}
.scwheader_right_nav .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}
.scwheader_right_nav .menu-link {
    text-decoration: none;
    color: #104651;
    transition: color 0.3s ease;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}
.scwheader_right_menu_close,
.scwheader_bar {
    display: none;
}
.scwheader_right_phone_nb a {
    text-decoration: none;
    color: #104651;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
}
.scwheader_right_phone_nb a i {
    font-size: 24px;
}
.scwheader_right_nav .menu-main-menu-container .menu-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.scwheader_right_nav .menu-main-menu-container .menu-item-has-children .dropdown-menu-toggle::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #104651;
    vertical-align: middle;
    transition: transform 0.3s ease;
}
.scwheader_right_nav .menu-main-menu-container .menu-item-has-children:hover .dropdown-menu-toggle::after {
    transform: rotate(180deg);
    border-top-color: #a3d9c9;
}
.scwheader_buts {
    display: flex;
    align-items: center;
    gap: 15px;
}
.scwheader_buts_request {
  text-decoration: none;
  background-color: #c9e295;
  color: #104651;
  border-radius: 300px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  width: 244px;
  white-space: nowrap;
  height: 60px;
}
.scwheader_buts_refer {
  text-decoration: none;
  background-color: transparent;
  color: #104651;
  border-radius: 300px;
  transition: all 0.3s ease;
  border: 2px solid #267578;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 16px;
  line-height: 60px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  height: 60px;
  width: 168px;
}
.scwheader_buts_refer:hover {
    background-color: #104651;
    color: #ffffff;
}
.scwheader_right_nav .menu-main-menu-container .menu > .menu-item {
    position: static;
}
.scwheader .container {
    position: relative;
}
.scwheader_right_nav .menu-main-menu-container .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(10px);
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}
.scwheader_right_nav .menu-main-menu-container .menu > .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scwheader_right_nav .sub-menu .menu-item {
    width: 100%;
}
.scwheader_right_nav .scw_submenu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
}

.scw_submenu_item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.scw_submenu_item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.scw_submenu_item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 70, 81, 0) 43.68%, rgba(16, 70, 81, 0.85) 100%);
    z-index: 1;
    pointer-events: none;
    transition: background 0.3s ease;
}

.scw_submenu_item:hover a::after {
    background: linear-gradient(0deg, rgba(16, 70, 81, 0.01), rgba(16, 70, 81, 0.01)),
        linear-gradient(0deg, rgba(38, 117, 120, 0.7), rgba(38, 117, 120, 0.7));
}

.scw_submenu_item a img.wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.scw_submenu_item:hover a img.wp-post-image {
    transform: scale(1.08);
}
.scw_submenu_item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 22px;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
}
.scw_submenu_item p span {
    color: #ffffff;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.scw_submenu_item p img[src*="Vector5"] {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
#main-content {
    width: 100%;
    display: inline-block;
}

.scwhome_banner {
    position: relative;
    width: 100%;
    max-width: 1872px;
    height: 900px;
    margin: 24px auto;
    overflow: hidden;
    border-radius: 24px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scwhome_banner_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.scwhome_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
}

.scwhome_banner .container {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 1200px;
    margin-top: 200px;
}

.scwhome_banner_head {
    color: #ffffff;
    margin-bottom: 53px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: Quicksand;
    font-weight: 700;
    font-size: 80px;
    line-height: 84px;
    text-align: center;
}

.scwhome_banner_act {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.scwhome_banner_act_but {
  display: inline-block;
  background-color: #c9e295;
  color: #104651;
  width: 276px;
  border-radius: 300px;
  transition: transform 0.2s ease, background-color 0.2s ease;
  height: 70px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
}

.scwhome_banner_act_but:hover {
}

.scwhome_banner_rv {
    display: flex;
    align-items: center;
    gap: 6px;
}

.scwhome_banner_rv_logo img {
    width: 59px;
    height: 59px;
    object-fit: contain;
}

.scwhome_banner_rv_right {
    text-align: left;
    color: #ffffff;
}

.scwhome_banner_rv_right_l1 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.scwhome_banner_rv_right_l1_nb {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.scwhome_banner_rv_right_l1 .fa-star {
    color: #f1be03;
    font-size: 16px;
}
.scwhome_banner_rv_right_l2 {
    display: block;
    font-family: Quicksand;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0px;
}
.scwfooter {
    width: 100%;
    display: inline-block;
}

.scwfooter .container {
    width: 100% !important;
    margin: 0 auto;
    border-radius: 150px 150px 0px 0px;
    padding-top: 100px;
    box-sizing: border-box;
    color: #ffffff;
    position: relative;
    background: #104651;
    padding-bottom: 60px;
    padding-left: 92px;
    padding-right: 92px;
    max-width: 1920px;
}

.scwfooter_bl1 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 81px;
    padding-bottom: 150px;
}
.scwfooter_bl1_logo img {
    width: 256px;
    height: 197px;
    object-fit: contain;
}

.scwfooter_bl1_item_head {
    margin-bottom: 30px;
    color: #ffffff;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.scwfooter_bl1_item_con .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.scwfooter_bl1_item_con .menu-item {
    margin-bottom: 20px;
}

.scwfooter_bl1_item_con .menu-link {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    transition: color 0.3s ease;
}
.scwfooter_bl1_item_con p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  transition: color 0.3s ease;
  margin-bottom: 36px;
}

.scwfooter_bl1_item_con .menu-link:hover {
    color: #ffffff;
}
.scwfooter_bl1_item_con .menu-item:last-child {
    margin-bottom: 0;
}
.scwfooter_bl1_item_con p {
    margin-bottom: 0;
}
.scwfooter_bl1_item_head:nth-child(3) {
    margin-top: 36px;
}
.scwfooter_bl2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    border-bottom: 1px solid #e0e0e0cc;
    padding-bottom: 40px;
}
.scwfooter_bl2_phone a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
}

.scwfooter_bl2_socials {
    display: flex;
    gap: 16px;
}

.scwfooter_bl2_socials img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.scwfooter_bl2_socials img:hover {
    transform: translateY(-3px);
}

.scwfooter_bl3 {
  display: grid;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 44px;
  gap: 20px;
  grid-template-columns: auto auto auto;
}
.scwfooter_bl3_text {
    color: #fff;
    max-width: 538px;
    font-family: Quicksand;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
	opacity: 80%;
}

.scwfooter_bl3_menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
}

.scwfooter_bl3_menu .menu-item {
    display: flex;
    align-items: center;
    position: relative;
}
.scwfooter_bl3_menu .menu-item::before {
    background: #e0e0e0cc;
    content: "";
    position: absolute;
    width: 1px;
    height: 9px;
    right: -12px;
    top: 7px;
}
.scwfooter_bl3_menu .menu-item:last-child::before {
    display: none;
}
.scwfooter_bl3_menu .menu-link {
    color: #fff;
    text-decoration: none;
    font-family: Quicksand;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
	opacity: 80%;
}

.scwfooter_bl3_buts {
    display: flex;
    gap: 16px;
}

.scwfooter_bl3_buts_request {
    text-decoration: none;
    background-color: #c5e1a5;
    color: #104651;
    border-radius: 300px;
    width: 224px;
    height: 60px;
    transition: background-color 0.3s ease;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}
.scwfooter_bl3_buts_refer {
    text-decoration: none;
    border-radius: 300px;
    transition: all 0.3s ease;
    border: 2px solid #c9e295;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    width: 168px;
    height: 60px;
    color: #fff;
}
.scwfooter_bl3_buts_refer:hover {
    background-color: #c5e1a5;
    color: #104651;
}

.scwfooter_backtotop {
    display: flex;
    justify-content: center;
}

.scwfooter_backtotop_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.scwfooter_backtotop_con img {
    width: 20px;
    height: auto;
}

.scwfooter_backtotop_con span {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ast-scroll-top {
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 80px;
    height: 60px;
    line-height: 2.1;
    color: #ffffff;
    border-radius: 2px;
    content: "";
    outline: inherit;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
}
.scwhome_features {
    display: inline-block;
    width: 100%;
    margin-bottom: 85px;
}

.scwhome_features .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
}
.scwhome_features_item {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 20px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border: 2px solid #e0e0e0cc;
}
.scwhome_features_item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 218px;
    height: 218px;
    background-color: #c9e295;
    border-radius: 12px;
    flex-shrink: 0;
    margin-right: 20px;
}
.scwhome_features_item_img img {
    width: 128px;
    height: auto;
    display: block;
    object-fit: contain;
}

.scwhome_features_item_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.scwhome_features_item_info_title {
    color: #104651;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}
.scwhome_features_item_info_des {
    color: #104651;
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
.scwhome_expert {
    display: inline-block;
    width: 100%;
    margin-bottom: 148px;
}
.scwhome_expert .container {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 193px;
  width: 100%;
  grid-template-columns: auto auto;
}

.scwhome_expert_left {
    flex: 1;
    max-width: 700px;
}
.scwhome_expert_head {
    color: #104651;
    margin: 0 0 24px 0;
    font-family: Quicksand;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
}
.scwhome_expert_des {
    color: #104651;
    margin: 0;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
.scwhome_expert_right {
    position: relative;
width: auto;
height: 537.74px;
border-radius: 16px;
overflow: hidden;
}

#scwhome_expert_right {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.scwhome_brands {
    width: 100%;
    display: inline-block;
    margin-bottom: 80px;
}

.scwhome_brands .bx-wrapper {
    margin: 0 auto !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    max-width: 100% !important;
}
.scwhome_brands .bx-viewport {
    background: none !important;
}

.scwhome_brands_slider {
    display: flex !important;
    align-items: center;
}

.scwhome_brands_item {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  margin-right: 188px !important;
}

.scwhome_brands_item a img {
    max-width: 100%;
    height: auto;
    max-height: 60px;
    display: block;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition:
        filter 0.3s ease,
        opacity 0.3s ease;
}

.scwhome_brands_item a:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.scwhome_ournb {
  background-color: #104651;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  width: 100%;
  max-width: 1872px;
  overflow: hidden;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.scwreviews_con_slider_item_con.expanded {
    overflow-y: scroll;
    height: 150px;
}
.scwreviews_con_slider_item_con.expanded .ti-review-content {
    height: auto !important;
    overflow: unset !important;
    display: block;
}
.scwhome_reviews.scwreviews {
    text-align: center;
}
.scwreviews_des {
  font-family: Inter;
  font-weight: 400;
  margin: 0 auto;
  font-size: 18px;
  max-width: 700px;
  line-height: 27px;
  text-align: center;
}
.scwreviews_act {
  margin-top: 60px;
  margin-bottom: 39px;
  text-align: right;
}
.scwhome_reviews.scwreviews {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
.scwreviews .scwreviews_head {
  color: #104651;
  margin-bottom: 40px;
  margin-top: 100px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  line-height: 55px;
  text-align: center;
}
.scwreviews .scwreviews_head span {
    color: #86b02f;
}
.scwreviews .scwreviews_con {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 30px;
}
.scwreviews .scwreviews_con_left {
    flex: 0 0 200px;
    text-align: center;
}
.scwreviews .scwreviews_con_left p {
  margin-bottom: 10px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #4D4D4E;
}
.scwreviews .scwreviews_con_left .ti-stars {
    display: block;
    margin-bottom: 10px;
}
.scwreviews .scwreviews_con_left .ti-star {
    width: 30px;
    height: 30px;
    margin: 0 2px;
}
.scwreviews .ti-rating-text {
  color: #4D4D4E;
  margin-bottom: 15px;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}
.scwreviews .scwreviews_con_right {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
	max-width:100%;
    overflow: hidden;
}
.scwreviews .scwreviews_con_right .swiper-slide {
    transition: transform 300ms ease-out;
}
.scwreviews .scwreviews_con_right .ti-tooltip {
    display: none;
}
.scwreviews .ti-inner {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: left;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}
.scwreviews .ti-review-header {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
}
.scwreviews .ti-profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.scwreviews .ti-profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scwreviews .ti-name a {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    max-width: 100%;
    display: inline-block;
}
.scwreviews .ti-date {
    font-size: 13px;
    color: #999;
}
.scwreviews .ti-platform-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.scwreviews .ti-inner .ti-stars {
    margin-bottom: 10px;
    display: block;
}
.scwreviews .scwreviews_con_right .swiper-slide:hover {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px);
}
.scwreviews .ti-review-content {
    -webkit-box-orient: vertical;
    line-height: 21.75px;
    font-size: 15px;
    text-align: left;
    transition: height 0.5s;
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-right: 0;
}
.scwreviews .ti-read-more {
    font-size: 16px;
    color: #999;
    cursor: pointer;
    font-weight: 500;
}
.scwreviews .scwreviews_con_slider_prev, .scwreviews .scwreviews_con_slider_next {
  cursor: pointer;
  padding: 0;
  color: #104651;
  font-size: 24px;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #E0E0E0CC;
  text-align: center;
  line-height: 45px;
  border-radius: 100%;
}
.scwreviews .scwreviews_con_slider_prev:hover, .scwreviews .scwreviews_con_slider_next:hover {
  background-color: #104651;
  border-color: #104651;
  color:#fff;
}

.scwhome_ournb .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
}
.scwhome_ournb_head {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  line-height: 55px;
  text-align: center;
}

.scwhome_ournb_con {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scwhome_counter_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; 
    padding: 0 20px;
}


.scwhome_counter_item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 122px;
  background-color: #E0E0E0CC;
}
.scwhome_counter_item_nb {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #C9E295;
  margin-bottom: 10px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 128px;
  line-height: 100%;
  text-align: center;
}

.scwhome_counter_item_value {

}

.scwhome_counter_item_sign {

}
.scwhome_counter_item_tt {
  color: #ffffff;
  max-width: 200px;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}
.scwhome_ourteam {
  padding: 100px 0;
  background: radial-gradient(circle at center, #EEF4F5 0%, #D8EEF3 50%, #E8F0E1 100%);
  position: relative;
  width: 100%;
  max-width: 1872px;
  overflow: hidden;
  border-radius: 24px;
  margin: 0 auto;
}

.scwhome_ourteam .container {
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.scwhome_ourteam_head {
  color: #104651;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 40px;
}
.scwhome_ourteam_des {
  color: #104651;
  margin-bottom: 85px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.scwhome_ourteam_con {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scwhome_ourteam_con_slider_item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scwhome_ourteam_con_slider_item_avatar {
  width: 404px;
  height: 404px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #FFFFFF;
  object-fit: contain;
}
.scwhome_ourteam_con_slider_item_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scwhome_ourteam_con_slider_item_name {
  font-weight: 700;
  color: #104651;
  margin-bottom: 16px;
  font-family: Quicksand;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.scwhome_ourteam_con_slider_item_pos {
  color: #104651;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0;
}

.scwhome_ourteam_con_slider_prev, .scwhome_ourteam_con_slider_next {

}

.scwhome_ourteam_con_slider_prev a,
.scwhome_ourteam_con_slider_next a {
    position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  font-size: 24px;
  color: #104651;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #E0E0E0CC;
  text-align: center;
  line-height: 45px;
  border-radius: 100%;
}
.scwhome_ourteam_con_slider_next a {
  right: 0;
}
.scwhome_ourteam_con_slider_prev a {
  left: 0;
}
.scwhome_ourteam_con_slider_prev {
    left: -10px;
}

.scwhome_ourteam_con_slider_next {
    right: -10px;
}
.scwhome_ourteam_con_slider_prev:hover,
.scwhome_ourteam_con_slider_next:hover {
  background-color: #104651;
  border-color: #104651;
  color:#fff;
}
.scwhome_ourteam_con .bx-wrapper {
  box-shadow:none;
  border:none;
  background: none;
  margin-bottom: 0;
}

.scwhome_beforeafter {
   text-align: center;
margin-top: 80px;
}

.scwhome_beforeafter .container {
    max-width: 1200px;
    margin: 0 auto;
}
.scwhome_beforeafter_head {
  font-weight: 700;
  color: #104651;
  margin: 0 0 40px 0;
  font-family: Quicksand;
  font-size: 56px;
  line-height: 55px;
  text-align: center;
}
.scwhome_beforeafter_des {
  color: #104651;
  margin-bottom: 60px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.scwhome_beforeafter_con {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.scwhome_beforeafter_con_slider {
    width: 100%;
    border-radius: 24px; 
    overflow: hidden;
	border: 1px solid #E0E0E0CC;
}

.scwhome_beforeafter .twentytwenty-container {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 10;
    border-radius: 20px;
    overflow: hidden;
}


.scwhome_beforeafter .twentytwenty-before-label,
.scwhome_beforeafter .twentytwenty-after-label {
    display: none !important;
}
.scwhome_beforeafter_con_slider_prev, .scwhome_beforeafter_con_slider_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease;
  border: 1px solid #E0E0E0CC;
}

.scwhome_beforeafter_con_slider_prev { left: -89px; }
.scwhome_beforeafter_con_slider_next { right: -89px; }

.scwhome_beforeafter_con_slider_prev i,
.scwhome_beforeafter_con_slider_next i {
    font-size: 1.2rem;
    color: #104651;
    font-weight: bold;
}

.scwhome_beforeafter_con_slider_prev:hover,
.scwhome_beforeafter_con_slider_next:hover {
    background-color: #104651;
    border-color: #104651;
}
.scwhome_beforeafter_con_slider_prev:hover i,
.scwhome_beforeafter_con_slider_next:hover i {
    color: #ffffff;
}
.scwhome_beforeafter_but {
  margin-top: 40px;
  margin-bottom: 0;
}

.scwhome_beforeafter_but a{
  display: inline-block;
  border-radius: 300px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 70px;
  border: 2px solid #267578;
  color: #104651;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  width: 276px;
  height: 70px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
[id^="scwhome_beforeafter_gallery_item"] {
    display: flex;      
    flex-wrap: nowrap;     
    justify-content: center;
    gap: 10px; 
    width: 90%;    
    margin: 0 auto;   
}

[id^="scwhome_beforeafter_gallery_item"] img {
    width: calc(50% - 5px) !important; 
    height: auto;   
    object-fit: cover;  
}

.mfp-close {
    position: absolute !important;
    top: 0 !important;
    right: 5% !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    color: #fff !important;
    font-size: 30px !important;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.5) !important; 
    border-radius: 50%;
    cursor: pointer;
}

.mfp-close:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.8) !important;
}
.scwhome_beforeafter_but a:hover {
  background-color: #267578;
  color: #fff;
}
.scwhome_trans {
  margin-top: 100px;
  display: inline-block;
  width: 100%;
}
.scwhome_trans .container {
  max-width: 1872px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  min-height: 500px;
  padding-right: 68px;
  padding-top: 236px;
  padding-bottom: 236px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.scwhome_trans_con {
  padding: 60px;
  border-radius: 12px;
  width: 100%;
  max-width: 700px;
  text-align: left;
  box-sizing: border-box;
  backdrop-filter: blur(41.400001525878906px);
  border: 1px solid #FFFFFF1A;
  background: #FFFFFFBD;
}
.scwhome_trans_con_head {
  color: #104651;
  margin: 0 0 30px 0;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  line-height: 55px;
}
.scwhome_trans_con_subhead {
  color: #104651;
  margin: 0 0 60px 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.scwhome_trans_con_buts {
    display: flex;
    gap: 28px; 
    margin-bottom: 40px;
}


.scwhome_trans_con_buts_it {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.scwhome_trans_con_buts_it:nth-child(1) {
  background-color: #C9E295;
  color: #13515E;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  border-radius: 300px;
  height: 70px;
  width: 276px;
}
.scwhome_trans_con_buts_it:nth-child(1):hover {
    background-color: #b3d78c;
    transform: translateY(-2px);
}



.scwhome_trans_con_buts_it:nth-child(2) {
  background-color: transparent;
  color: #104651;
  border: 2px solid #267578;
  border-radius: 300px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
height: 70px;  width: 276px;
}
.scwhome_trans_con_buts_it:nth-child(2):hover {
    background-color: #0e434f;
    color: #ffffff;
    transform: translateY(-2px);
}

.scwhome_trans_con_bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  border-top: 1px solid #E0E0E0CC;
  gap: 40px;
}

.scwhome_trans_con_bot_text {
  color: #104651;
  max-width: 327px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.scwhome_trans_con_bot_phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #104651;
  text-decoration: none;
  transition: color 0.3s;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}
.scwhome_trans_con_bot_phone i {
    font-size: 24px;
}
.scwhome_faqs {
  margin-top: 100px;
  margin-bottom: 92px;
  display: inline-block;
  width: 100%;
}
.scwhome_faqs .container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  gap: 190px;
  width: 100%;
}

.scwhome_faqs_left {
  max-width: 700px;
  text-align: left;
  position: sticky;
  top: 40px;
}
.scwhome_faqs_left_head {
  color: #104651;
  margin: 0 0 30px 0;
  width: 100%;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  line-height: 55px;
}
.scwhome_faqs_left_a {
  display: inline-block;
  color: #104651;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid #267578;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  border-radius: 300px;
  height: 70px;
  width: 256px;
}
.scwhome_faqs_left_a:hover {
    background-color: #0e434f;
    color: #ffffff;
    transform: translateY(-2px);
}
.scwfaqs_item {
  padding: 24px 0;
  border-bottom: 1px solid #E0E0E0CC;
}
.scwfaqs_item:first-child {
  padding-top: 0;
}
.scwfaqs_item_head {
  color: #104651;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: color 0.2s ease;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.scwfaqs_item_head:hover {
    color: #1a5c6c;
}

.scwfaqs_item_con {
  padding-top: 15px;
  padding-right: 0;
  color: #104651;
  text-align: left;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  display: none;
}
.scwfaqs_item_head .fa.fa-minus {
  display: none;
}
.scwfaqs_item_con p {
  margin-bottom: 0;
}
.scwfaqs_item_con a {
    color: #0e434f;
    text-decoration: underline;
    font-weight: 600;
}
#main-content {
  width: 100%;
  display: inline-block;
}
.scwhome_trans_con_mbbg {
  display: none;
}

#page.site {
  flex-grow: 1;
  margin-top: 160px;
}
.home #page.site {
  margin-top: 0;
}
.scwpage_head h1 {
  font-family: Quicksand;
  font-weight: 700;
  margin-top: 80px;
  font-size: 80px;
  line-height: 84px;
  margin-bottom: 83px;
  color: #104651;
}
/*the clinic*/
.scwthelinic_localtion {
  padding-top: 100px;
  display: inline-block;
  width: 100%;
  padding-bottom: 100px;
}

.scwthelinic_localtion .container {
    max-width: 753px;
    margin: 0 auto;
    text-align: center;
}

.scwthelinic_localtion_head {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  margin-bottom: 40px;
  line-height: 55px;
  color: #104651;
  text-align: center;
}
.scwthelinic_localtion_des {
  color: #104651;
  font-family: Inter;
  font-weight: 400;
  margin-bottom: 53px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.scwthelinic_localtion_map {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #0d0d0d;
  padding: 30px;
  border-radius: 40px;
}
.scwthelinic_localtion_map::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 3px;
    height: 40px;
    background: #262626;
    border-radius: 2px;
}

.scwthelinic_localtion_map iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 753 / 550;
    border-radius: 20px;
    border: none;
    background-color: #e5e3df;
}
.scwhome_specialist {
  padding-top: 244px;
  display: inline-block;
  width: 100%;
}
.scwhome_specialist .container {
  max-width: 1872px;
  margin: 0 auto;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 11%;
  position: relative;
  overflow: visible;
  background: radial-gradient(100% 417.12% at 0% 0%, #EEF4F5 0%, #DBEEF3 56.07%, #E8F0E1 100%);
}
.scwhome_specialist_left {
  flex: 1;
  max-width: 700px;
  z-index: 2;
}
.scwhome_specialist_head {
  color: #104651;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  line-height: 55px;
  margin-bottom: 40px;
}
.scwhome_specialist_des {
  color: #104651;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 40px;
}
.scwhome_specialist_but {
    margin: 0;
}

.scwhome_specialist_but a {
  display: inline-block;
  background-color: #C9E295;
  color: #104651;
  text-decoration: none;
  border-radius: 300px;
  transition: all 0.3s ease;
  width: 276px;
  height: 70px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
}

.scwhome_specialist_but a:hover {
    background-color: #b3d48f;
    transform: translateY(-2px);
}

.scwhome_specialist_right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end;
  margin-top: -144px;
  position: relative;
  z-index: 1;
}
.scwhome_specialist_right img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 771px;
  object-fit: contain;
  border-bottom-right-radius: 24px;
}
.scwhome_boxes {
  padding-top: 100px;
  display: inline-block;
  width: 100%;
}

.scwhome_boxes .container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.scwhome_boxes_item {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #edf2f4;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #D7D7D7CC;
    display: flex;
    flex-direction: column;
}

.scwhome_boxes_item_img {
  margin: 0;
  width: 100%;
  max-height: 312px;
  overflow: hidden;
}

.scwhome_boxes_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.scwhome_boxes_item_box {
  padding-top: 64px;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 86px;
}
.scwhome_boxes_item_box_title {
  color: #104651;
  margin-bottom: 40px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}
.scwhome_boxes_item_box_des {
  color: #104651;
  margin: 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.scwthelinic_images {
  display:inline-block;
  width:100%;
}

.scwthelinic_images .container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  align-items: center;
}

.scwthelinic_images_item {
    display: block;
}

.scwthelinic_images_item img {
  width: 100%;
  object-fit: contain;
  display: block;
  height:auto;
}
.scwthelinic_images_item.item1 img {
  margin-top: -100px;
}

/* trái */
.item0 {
    
}

/* giữa */
.item1 {
  
}

/* phải */
.item2 {
 
}
/*the fees*/
.scwfees_banner {
  padding-top: 100px;
  padding-bottom: 82px;
}
.scwfees_banner .container {
  margin: 0 auto;
  display: flex;
  gap: 187px;
  align-items: center;
}
.scwfees_banner_left {
  flex: 1;
  max-width: 700px;
}
.scwfees_banner_left h1 {
  color: #104651;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left !important;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 80px;
  line-height: 84px;
}

.scwfees_banner_head {
  color: #000;
  margin-bottom: 40px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.scwfees_banner_head em, 
.scwfees_banner_head i {
  font-style: italic;
}
.scwfees_banner_hl {
  border-radius: 24px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  background: #EEF4F5;
  padding-left: 40px;
  padding-bottom: 28px;
  padding-right: 98px;
  max-width: 700px;
  width: 100%;
}
.scwfees_banner_hl img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.scwfees_banner_hl span {
  color: #104651;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.scwfees_banner_des {
  color: #000;
  margin-bottom: 42px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}


.scwfees_banner .scwhome_banner_act {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: left;
}

.scwfees_banner .scwhome_banner_rv_right {
  text-align: left;
  color: #104651;
}


.scwfees_banner_right {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 40px; 
}

.scwfees_banner_right_item {
  display: block;
  width: 100%;
}

.scwfees_banner_right_item:nth-child(1), .scwfees_banner_right_item:nth-child(2) {
  grid-column: 1;
  height: 319px;
}

.scwfees_banner_right_item:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.scwfees_banner_right_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px; 
  display: block;
}
/*Testimonials*/

.scwtesti_con {
  padding-top: 100px;
  padding-bottom: 80px;
}


.scwtesti_con .container {
column-count: 2;
column-gap: 40px;
}

.scwtesti_con_item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 30px;
  break-inside: avoid;
  display: flex;
  flex-direction: column;
  border: 1px solid #D7D7D7CC;
}
.scwtesti_con_item_icon {
  margin: 0 0 30pxpx 0;
}
.scwtesti_con_item_icon img {
  width: 96px;
  height: auto;
  display: block;
  object-fit: contain;
}

.scwtesti_con_item_des {
  color: #104651;
  margin-bottom: 40px;
  font-weight: 400;
  flex-grow: 1;
  font-family: Inter;
  font-size: 18px;
  line-height: 27px;
}
.scwtesti_con_item_des::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D7D7D7CC;
  margin-top: 40px;
}

.scwtesti_con_item_user {
  margin: 0;
  align-items: center;
  gap: 15px;
  display: grid;
  grid-template-columns: 50px auto;
}
.scwtesti_con_item_user a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.scwtesti_con_item_user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scwtesti_con_item_user span {
  color: #104651;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.scwtesti_banner .scwhome_banner_rv_right {
  color: #104651;
}
.scwtesti_banner h1 {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 80px;
  margin-top: 80px;
  line-height: 84px;
  color: #104651;
}
.scwtesti_banner .scwhome_banner_act {
  margin-top: 40px;
}

/*our team*/
.scwourteam_banner {
  background: radial-gradient(27.88% 52.34% at 71.05% 56.89%, #267578 0%, #104651 100%);
  border-radius: 24px;
  margin-bottom: 80px;
  overflow: hidden;
  max-width: 1872px;
  margin-top: -136px;
  margin-left: auto;
  margin-right: auto;
}
.scwourteam_banner .container {
  max-width: 1438px;
  margin: 0 auto;
  padding-top: 197px;
  display: flex;
  justify-content: center;
  gap: 204px;
  align-items: center;
}

.scwourteam_banner_left {
  flex: 1;
}
.scwourteam_banner_left .scwhome_banner_act {
  justify-content: left;
}
.scwourteam_banner_left h1 {
  font-family: Quicksand;
  font-weight: 700;
  font-style: Bold;
  font-size: 80px;
  color: #fff;
  line-height: 84px;
  letter-spacing: -1%;
  margin-bottom: 36px;
  text-align: left !important;
}

.scwourteam_banner_right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.scwourteam_banner_right img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 698px;
}
.page-id-8 .scwheader,
.page-id-41 .scwheader,
.page-id-12 .scwheader,
.postid-18 .scwheader,
.postid-30 .scwheader,
.postid-34 .scwheader{
  margin-top: 16px;
}
.page-id-8 .scwheader .container,,
.page-id-41 .scwheader .container,
.page-id-12 .scwheader .container,
.postid-18 .scwheader .container,
.postid-30 .scwheader .container,
.postid-34 .scwheader .container  {
  border: 1px solid #D7D7D7CC;
  backdrop-filter: blur(39px);
  background-color: rgba(255, 255, 255, 0.9)
}
.scwourteam_mem {
  display: inline-block;
  width: 100%;
  margin-bottom: 100px;
}
.scwourteam_mem .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.scwourteam_mem_item {
  display: grid;
  width: 100%;
  align-items: stretch;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.scwourteam_mem_item_img {
  overflow: hidden;
  background: radial-gradient(100% 417.12% at 0% 0%, #EEF4F5 0%, #DBEEF3 56.07%, #E8F0E1 100%);
  border-radius: 24px;
}
.scwourteam_mem_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  max-height: 528px;
}

.scwourteam_mem_item_dt {
  color: #ffffff;
  padding: 0 183px; 
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

.scwourteam_mem_item_dt_head {
  margin-bottom: 24px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  color: #fff;
  line-height: 55px;
}
.scwourteam_mem_item_dt_pos {
  color: #fff;
  margin-bottom: 19px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.scwourteam_mem_item_dt_des {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0%;
}

.scwourteam_mem_item.anhtrai {
  flex-direction: row; 
}

.scwourteam_mem_item.anhtrai .scwourteam_mem_item_dt {
  border-radius: 24px;
  background: #267578;
}

.scwourteam_mem_item.anhphai .scwourteam_mem_item_dt {
  border-radius: 24px;
  background: #104651;
}

.scwourteam_mem_item.anhphai {
  direction: rtl;
  text-align: left;
}
.scwourteam_mem_item.anhphai .scwourteam_mem_item_dt {
  border-radius: 24px;
  direction: ltr;
}
.scwourteam_mem_item.anhphai .scwourteam_mem_item_img img {
    border-radius: 24px;
}
/*faqs*/
.scwfaqs_to .container {
max-width: 1144px;
padding-top: 256px;
display: grid;
justify-items: center;
margin: 0 auto;
box-sizing: border-box;
}
.scwfaqs_to {
  background: radial-gradient(27.88% 52.34% at 71.05% 56.89%, #267578 0%, #104651 100%);
  border-radius: 24px;
  margin-bottom: 80px;
  overflow: hidden;
  max-width: 1872px;
  margin-top: -136px;
  margin-left: auto;
  margin-right: auto;
}
.scwfaqs_banner h1 {
font-family: Quicksand;
font-weight: 700;
margin-bottom: 40px;
font-size: 80px;
color: #fff !important;
line-height: 84px;
text-align: center;
}
.scwfaqs_banner_des {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  color: #fff !important;
  line-height: 27px;
  margin-bottom: 60px;
  text-align: center;
  max-width: 700px;
}
.scwfaqs_banner_des a {
    color: #ffffff;
    text-decoration: underline;
}
.scwfaqs_banner_seach {
  width: 100%;
  max-width: 848px;
  position: relative;
  display: grid;
  align-items: center;
}
.scwfaqs_banner .scwfaqs_banner_seach .scwfaqs_banner_seach_ip {
  background-color: #084047;
  border: 1px solid #ffffff;
  border-radius: 300px;
  color: #ffffff;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 0 27px;
}

.scwfaqs_banner_seach_ip::placeholder {
    color: #a3c1c4;
}

.scwfaqs_banner_seach .fa-search {
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 32px;
    pointer-events: none;
}

.scwfaqs_items {
  width: 100%;
  display: inline-block;
  margin-top: 100px;
}
.scwfaqs_items .container {
  display: grid;
  row-gap: 20px;
  max-width: 1144px;
  margin: 0 auto;
}
.scwfaqs_items .scwfaqs_item {
width: 100%;
border-radius: 12px;
overflow: hidden;
display: grid;
padding: 0;
margin-bottom: 20px;
}
.scwfaqs_items .scwfaqs_item:last-child {
margin-bottom: 0;
}
.scwfaqs_items .scwfaqs_item_head {
  color: #104651;
  margin: 0;
  padding: 23px 30px;
  cursor: pointer;
  user-select: none;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 15px;
  background: #C9E295;
  border-bottom: 1px solid #104651;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.scwfaqs_items .scwfaqs_item_head i {
  font-size: 16px;
  background: #104651;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  line-height: 34px;
}

.scwfaqs_items .scwfaqs_item_head .fa-minus { display: none; }
.scwfaqs_items .scwfaqs_item_head .fa-plus  { display: inline-block; }

.scwfaqs_items .scwfaqs_item_con {
  background-color: #267578;
  padding: 20px;
  color: #e3f2ee;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  display: none;  
}
.scwfaqs_items .scwfaqs_item_con p {
    margin: 0 0 12px 0;
}

.scwfaqs_items .scwfaqs_item_con p:last-child {
    margin-bottom: 0;
}

.scwfaqs_items .scwfaqs_item_con a {
    color: #ffffff;
    text-decoration: underline;
}

.scwfaqs_items .scwfaqs_item.active .scwfaqs_item_con {
    display: block;
}

.scwfaqs_items .scwfaqs_item.active .scwfaqs_item_head .fa-plus {
    display: none;
}
.scwfaqs_items .scwfaqs_item.active .scwfaqs_item_head .fa-minus {
    display: inline-block;
}
.scwfaqs_img {
  padding-top: 100px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.scwfaqs_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 974px;
}
/*services*/
.scwservice_banner {
  background: radial-gradient(27.88% 52.34% at 71.05% 56.89%, #267578 0%, #104651 100%);
  border-radius: 24px;
  margin-bottom: 80px;
  overflow: hidden;
  max-width: 1872px;
  margin-top: -136px;
  margin-left: auto;
  margin-right: auto;
}
.scwservice_banner .container {
  max-width: 1438px;
  margin: 0 auto;
  padding-top: 165px;
  display: flex;
  justify-content: center;
  gap: 54px;
  align-items: center;
}
.scwservice_banner_left {
  flex: 1;
}
.scwservice_banner_left h1 {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 80px;
  color: #fff;
  line-height: 84px;
  margin-bottom: 40px;
  text-align: left !important;
}
.scwservice_banner_des {
  font-family: Inter;
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
}
.scwservice_banner_left .scwhome_banner_act {
  justify-content: left;
}
.scwservice_banner_right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.scwservice_banner_right img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 735px;
}
/*kids*/
.scwservice_featured {
	padding-bottom: 80px;
}

.scwservice_featured .container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 188px;
}
.scwservice_featured_left {
  position: relative;
  flex: 1;
  max-width: 50%;
  padding-top: 93px;
  padding-bottom: 93px;
  padding-left: 148px;
}

.scwservice_featured_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  border-radius: 24px;
  z-index: 1;
  background: radial-gradient(100% 417.12% at 0% 0%, #EEF4F5 0%, #DBEEF3 56.07%, #E8F0E1 100%);
}
.scwservice_featured_left img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  border: 1px solid #D7D7D7CC;
  max-width: 700px;
  object-fit: contain;
}

.scwservice_featured_right {
    flex: 1;
    max-width: 50%;
}

.scwservice_featured_right_head {
  color: #104651;
  margin-bottom: 40px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  line-height: 55px;
}

.scwservice_featured_right_des p {
   font-family: Inter;
font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #104651;
margin-bottom: 40px;
}


.scwservice_featured_right_but a {
    display: inline-block;
background-color: #c9e295;
color: #104651;
width: 276px;
border-radius: 300px;
transition: transform 0.2s ease, background-color 0.2s ease;
height: 70px;
font-family: Quicksand;
font-weight: 700;
font-size: 20px;
line-height: 70px;
text-align: center;
}
.scwservice_boxes {
  background-color: #267578;
  padding: 71px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 24px;
  max-width: 1872px;
  margin: 0 auto;
}
.scwservice_boxes .container {
  width: 100% !important;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.scwservice_box {
  flex: 1;
  background-color: #104651;
  border-radius: 24px;
  padding: 80px;
}
.scwservice_box_img {
  margin-bottom: 40px;
  display: inline-block;
}
.scwservice_box_img img {
  width: 218px;
  height: 218px;
  object-fit: contain;
  display: block;
  background: #C9E295;
  border-radius: 100%;
  padding: 45px;
}

.scwservice_box_head {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  font-family: Quicksand;
  font-size: 56px;
  line-height: 55px;
}
.scwservice_box_des p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #fff;
}

.scwservice_box_des p:last-child {
    margin-bottom: 0;
}


/*Braces for Adults*/
.postid-30 .scwservice_featured {
  padding-bottom: 0;
}
.scwservice_featured_right_des ul {
  margin: 0 !important;
  padding-top: 0;
  list-style: none;
  padding-bottom: 40px;
}
.scwservice_featured_right_des ul li {
  font-family: Inter;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  color: #104651;
  padding-left: 30px;
  position: relative;
}
.scwservice_featured_right_des ul li:last-child {
   margin-bottom: 0;
}
.scwservice_featured_right_des ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1d7a75;
  content: "\f058";
  font: normal normal normal 24px/1 FontAwesome;
}
/*types-of-braces*/
.postid-32 .scwservice_banner {
  background: none;
  border-radius: 0;
  margin-bottom: 100px;
  overflow: hidden;
  max-width: 1872px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.postid-32 .scwservice_banner .container {
  max-width: 1438px;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  flex-direction: column;
}
.postid-32 .scwservice_banner .container h1 {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 80px;
  color: #104651;
  line-height: 84px;
}
.scwservice2_boxes {
  padding-bottom: 80px;
}

.scwservice2_boxes .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.scwservice2_box {
    display: flex;
    align-items: center;
    background-color: #104651;
    border-radius: 24px;  
    padding: 60px;  
    gap: 188px;            
}
.scwservice2_box:nth-child(even) {
    background-color: #267578; 
}
.scwservice2_box_img {
  flex: 0 0 40%;
  max-width: 640px;
  display: block;
}
.scwservice2_box_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;  
    display: block;
}

.scwservice2_box_right {
    flex: 1;
    color: #ffffff;     
}

.scwservice2_box_head {
  margin-top: 0;
  margin-bottom: 40px;
  color: #ffffff;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

.scwservice2_box_des {
  color: #fff;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.scwservice2_box_des b, 
.scwservice2_box_des strong {
    color: #ffffff;
    font-weight: 700;
}
.postid-32 .scwhome_banner_rv_right {
  color: #104651;
}
/*brace*/
.scwservice3 .scwservice_banner .container {
  max-width: 1046px;
  margin: 0 auto;
  padding-top: 355px;
  display: flex;
  justify-content: center;
  gap: 36px;
  align-items: center;
  flex-direction: column;
  padding-bottom:199px
}
.scwservice3 .scwservice_banner .container h1 {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 80px;
  line-height: 84px;
  color: #fff;
}
.scwservice3_featured {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}
.scwservice3_featured .container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 188px;
  border-radius: 24px;
}

.scwservice3_featured_left::before {
  content: "";
  background: radial-gradient(100% 417.12% at 0% 0%, #EEF4F5 0%, #DBEEF3 56.07%, #E8F0E1 100%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  width: 100%;
  height: calc(100% - 65px);
  bottom: 0;
border-radius: 24px;
}
.scwservice3_featured_left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 848px;
}

.scwservice3_featured_left img {
  max-height: 349px;
  width: auto;
  object-fit: contain;
  height: 100%;
  z-index: 1;
  margin-bottom: 49px;
  border-radius: 12px;
}
.scwservice3_featured_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scwservice3_featured_right_head {
  color: #104651;
  font-weight: 700;
  margin-bottom: 40px;
  font-family: Quicksand;
  font-size: 56px;
  line-height: 55px;
}

.scwservice3_featured_right_des ul {
    list-style: none;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0 0 30px 0;
}
.scwservice3_featured_right_des p strong{
	padding:15px 0;
	display:inline-block;
}
.scwservice3_featured_right_des ul li {
  color: #104651;
  margin-bottom: 14px;
  position: relative;
  padding-left: 32px;
  display: flex;
  align-items: center;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.scwservice3_featured_right_des ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #267578;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scwservice3_featured_right_des p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: #104651;
  line-height: 27px;
  letter-spacing: 0%;
}
.scwservice3_boxes {
  background-color: #267578;
  margin-bottom: 80px;
  border-radius: 24px;
}
.scwservice3_boxes .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 0;
}
.scwservice3_boxes_head {
  color: #ffffff;
  margin-bottom: 100px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  line-height: 55px;
  text-align: center;
  max-width: 747px;
  margin-left: auto;
  margin-right: auto;
}
.scwservice3_boxes_con {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 40px;
}
.scwservice3_boxes_con_item {
  background-color: #104651;
  border-radius: 12px;
  padding: 90px 148px;
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
}
.scwservice3_boxes_con_item_left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.scwservice3_boxes_con_item_img {
  width: 218px;
  height: 218px;
  background-color: #C9E295;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.scwservice3_boxes_con_item_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


.scwservice3_boxes_con_item_right {
    flex: 1;
}
.scwservice3_boxes_con_item_right .scwservice_box_head {
  color: #ffffff;
  margin-bottom: 40px;
  font-family: Quicksand;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  font-size: 40px;
}

.scwservice_box_des ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.scwservice_box_des ul li {
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  padding-left: 32px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.scwservice_box_des ul li:last-child {
    margin-bottom: 0;
}

.scwservice_box_des ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-color: #C9E295;
  color: #114246;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scwservice3_boxes_note{
  color: #ffffff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-bottom:50px;
}
.scwservice3_boxes_warning {
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  background: #EEF4F5;
  padding: 28px 40px;
  display: grid;
  gap: 30px;
  align-items: center;
  border-radius: 24px;
  grid-template-columns: 116px auto;
}
.scwservice3_boxes_warning_icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.scwservice3_boxes_warning_con {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 24px;
  color: #104651;
  line-height: 32px;
}
.scwservice3_boxes_con_item_nb {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #C9E295;
  color: #104651;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 40px;
  width: 70px;
height: 70px;
line-height: 70px;
  text-align: center;
}

/*before-after*/
.page-id-39 .scwbeforeafter_banner {
  background: none;
  border-radius: 0;
  margin-bottom: 100px;
  overflow: hidden;
  max-width: 1872px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.page-id-39 .scwbeforeafter_banner .container {
  max-width: 1438px;
  margin: 0 auto;
  padding-top: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
  flex-direction: column;
}
.page-id-39 .scwbeforeafter_banner .container h1 {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 80px;
  color: #104651;
  line-height: 84px;
}
.scwbeforeafter_cases {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.scwbeforeafter_cases .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}
.scwbeforeafter_case {
  padding: 40px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #D7D7D7CC;
}
.scwbeforeafter_case .twentytwenty-container img {
  border-radius: 12px;
  height: 430px;
width: 100%;
object-fit: cover;
border: 0.67px solid #D7D7D7CC;

}
.scwbeforeafter_case_head {
  margin-top: 40px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #104651;
}
.scwbeforeafter_case_des {
  font-family: Inter;
  font-weight: 400;
  margin-top: 40px;
  font-size: 18px;
  color: #104651;
  line-height: 27px;
}
.scwbeforeafter_banner .scwhome_banner_rv_right {
  color: #104651;
}
/*contact*/
.scwcontact_banner {
  border-radius: 24px;
  margin-bottom: 40px;
  overflow: hidden;
  max-width: 1872px;
  margin-top: -136px;
  margin-left: auto;
  margin-right: auto;
  background: radial-gradient(100% 417.12% at 0% 0%, #EEF4F5 0%, #DBEEF3 56.07%, #E8F0E1 100%);
}
.scwcontact_banner .container {
  padding-top: 252px;
}
.scwcontact_banner h1 {
  color: #104651;
  margin-bottom: 40px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 80px;
  line-height: 84px;
}
.scwcontact_banner_head {
  color: #104651;
  margin-bottom: 100px;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}
.scwcontact_con {
  display: grid !important;
  grid-template-columns: auto auto;
  gap: 334px;
  max-width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding-bottom: 100px;
}
.scwcontact_con_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 80px;
}

.scwcontact_con_icon img {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  object-fit: contain;
}

.scwcontact_con_title {
  margin-bottom: 24px;
  color: #104651;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.scwcontact_con_con {
  color: #104651;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.scwcontact_con_con p {
    margin: 0 0 6px 0;
}

.scwcontact_con_con a {
    color: #104651;
text-decoration: underline;
}
.scwcontact_con_right {
  background: #ffffff;
  border-radius: 24px;
  padding: 60px 50px;
  border: 1px solid #D7D7D7CC;
}
.scwcontact_con_right .quform-element-html .quform-spacer {
  font-family: Quicksand;
  font-weight: 700;
  font-size: 56px;
  line-height: 55px;
  text-align: center;
  color: #104651;
  margin-bottom: 72px;
}

.scwcontact_con_right .quform-element-row {
    display: grid ;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.scwcontact_con_right .quform-label label {
  color: #104651;
  margin-bottom: 16px;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.scwcontact_con_right .quform-required {
  color: #C9E295 !important;
}
.scwcontact_con_right .quform-element-row .quform-element-column{
	width:100%;padding: 0;
}
.scwcontact_con_right .quform-element-row {
  margin: 0px !important;
  width: auto;
  max-width: none !important;
}

.scwcontact_con_right .quform-field-text, 
.scwcontact_con_right .quform-field-email, 
.scwcontact_con_right .quform-field-textarea {
    border-radius: 6px;
background: #FBFBFB;
border: 1px solid #D7D7D7CC;
}

.scwcontact_con_right .quform-field-text, 
.scwcontact_con_right .quform-field-email {
    height:60px;
}
.scwcontact_con_right .quform-field-textarea {
    height:100px;
}

.scwcontact_con_right .quform-spacer {
  padding: 0;
  margin: 0;
}

.scwcontact_con_right .quform-option {
    display: flex !important;
    align-items: center !important;
	margin-top: 24px;
}

.scwcontact_con_right .quform-field-checkbox {
  margin: 0 !important;
  cursor: pointer !important;
  width: 24px !important;
  height: 24px;
  border: 1px solid #D7D7D7CC;
  background: #FBFBFB;
  border-radius: 1px;
}

.scwcontact_con_right .quform-option-label {
  font-family: Quicksand;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #104651;
  line-height: 22px;
  letter-spacing: 0%;
}
.scwcontact_con_right .quform-submit {
  background-color: #C9E295;
  color: #104651;
  border: none !important;
  border-radius: 300px;
  width: 276px;
  height: 70px;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}
.scwcontact_con_right .quform-submit:hover {
    opacity: 0.9 !important;
}
.scwcontact_con_right .quform-element-row::before {
  display: none;
}
.scwcontact_map {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
}
.scwcontact_map .container {
  width: 100%;
  max-width: 1872px;
}
.scwcontact_map .container iframe {
  background: #C9E2950D;
  background-blend-mode: color;
  border-radius: 24px;
}
/*privacy-policy*/
.page-template-default #secondary {
  display: none;
}
.page-template-default #primary .container {
  max-width: 850px;
  margin: 0 auto;
  padding: 50px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(13, 56, 65, 0.04);
  box-sizing: border-box;
  width: 100%;
}

.page-template-default #primary .container {
    max-width: 850px;
    margin: 0 auto;
    padding: 50px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(13, 56, 65, 0.04);
    box-sizing: border-box;
}

.page-template-default #primary .container p {
  margin: 0 0 20px 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  color: #104651;
}

.page-template-default #primary .container p:first-child strong {
    display: block;
    font-size: 36px;
    color: #0d3841;
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: 700;
}

.page-template-default #primary .container p strong {
    display: inline-block;
    font-size: 20px;
    color: #0d3841;
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: 700;
}

.page-template-default #primary .container strong {
    color: #0d3841;
}

.page-template-default #primary .container p:has(br) {
    padding-left: 0;
}

.page-template-default #primary .container p {
    text-indent: 0;
}

.page-template-default #primary .container p:set-bullet {
    list-style-type: none;
}

.page-template-default #primary .container p {
    line-height: 1.8;
}

.page-template-default #primary .container p {
    margin-bottom: 16px;
}

.page-template-default #primary .container p:last-child {
    background-color: #f0f6f7;
    border-left: 4px solid #c0df89;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 40px;
    color: #0d3841;
    font-weight: 500;
}
#quform-popup,
#quform-popup2 {
    background-color: #ffffff; 
    border-radius: 24px;   
    width: 100%;
    border: 2px solid #D7D7D7CC;
    position: relative;
    display: inline-block;
}
#quform-popup2 {
    max-width: 840px; padding: 40px 120px;
}
#quform-popup {
    max-width: 552px; padding: 40px;
}
#quform-popup .mfp-close,
#quform-popup2 .mfp-close {
    color: #104651 !important;
    font-size: 26px !important;
    border: 1px solid #104651 !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 28px !important;
    position: absolute!important;
    top: 15px!important;
    right: 15px!important;
    opacity: 0.8;
    cursor: pointer;
}

#quform-popup .mfp-close:hover,
#quform-popup2 .mfp-close:hover {
    opacity: 1;
}

#quform-popup .quform-child-elements,
#quform-popup2 .quform-child-elements {
    margin-top: 15px;
}

#quform-popup .quform-spacer,
#quform-popup2 .quform-spacer {
    position: relative !important;
    margin-bottom: 24px !important; 
    width: 100% !important;
    padding: 0;
}

#quform-popup .quform-field-text, #quform-popup .quform-field-email, #quform-popup .quform-field-date, #quform-popup .quform-field-textarea, #quform-popup2 .quform-field-text, #quform-popup2 .quform-field-email, #quform-popup2 .quform-field-date, #quform-popup2 .quform-field-textarea {
  width: 100% !important;
  height: 44px;
  border-radius: 6px;
  background-color: transparent;
  padding: 0 20px !important;
  font-size: 16px !important;
  color: #104651 !important;
  outline: none !important;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  border: 1px solid #D7D7D7CC;
}

#quform-popup .quform-field-textarea,
#quform-popup2 .quform-field-textarea {
    height: 110px !important;
    padding: 12px 20px !important;
}

#quform-popup2 .k-widget k-datepicker,
#quform-popup2 .k-picker-wrap {
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}

#quform-popup .quform-field-text:focus,
#quform-popup .quform-field-email:focus,
#quform-popup .quform-field-date:focus,
#quform-popup .quform-field-textarea:focus,
#quform-popup2 .quform-field-text:focus,
#quform-popup2 .quform-field-email:focus,
#quform-popup2 .quform-field-date:focus,
#quform-popup2 .quform-field-textarea:focus {
    border-color: #cbdca4 !important; 
    background-color: #ffffff !important;
}

#quform-popup2 .quform-has-field-icon-right .quform-field-icon {
    top: 50%;
    color: #104651;
    right: 20px;
    pointer-events: none;
}

#quform-popup .quform-label, #quform-popup2 .quform-label {
position: absolute !important;
top: -11px !important;
left: 20px !important;
z-index: 2 !important;
background-color: #ffffff !important;
padding: 0 8px !important;
}

#quform-popup .quform-label label, #quform-popup2 .quform-label label {
font-family: Inter;
font-weight: 700;
font-size: 16px;
line-height: 24px;
vertical-align: middle;
color: #104651;
}

#quform-popup .quform-required,
#quform-popup2 .quform-required {
    color: #cbdca4 !important;   
    margin-left: 4px !important;
}

.scwpopup_patientdetails {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #104651;
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  text-align: left;
  padding-top: 40px;
  line-height: 32px;
  border-top: 1px solid #D7D7D7CC;
}

#quform-popup .quform-element-submit,
#quform-popup2 .quform-element-submit {
    margin: 16px 0 0 0 !important;
}

#quform-popup .quform-element-submit > div,
#quform-popup2 .quform-element-submit > div {
    width: 100% !important;
    margin: 0 !important;
}

#quform-popup .quform-submit, #quform-popup2 .quform-submit {
  width: 100% !important;
  height: 70px;
  background-color: #C9E295;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  border-radius: 300px;
  transition: all 0.2s ease-in-out;
}
#quform-popup .quform-button-submit-text, #quform-popup2 .quform-button-submit-text {
  color: #104651;
  font-family: Quicksand;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
}

#quform-popup .quform-submit:hover,
#quform-popup2 .quform-submit:hover {
    background-color: #bdcf96 !important; 
    opacity: 1 !important;
}

#quform-popup .quform-submit:active,
#quform-popup2 .quform-submit:active {
    transform: scale(0.98) !important; 
}

#quform-popup .quform-element-tree,
#quform-popup2 .quform-element-tree {
    display: none !important;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
  text-align: center;
}
.scwbeforeafter_case_slide_a.open-form {
  display: none;
}
.scwbeforeafter_case .mfp-hide,.scwhome_beforeafter_con .mfp-hide {
  display: inline-flex !important;
}

@media only screen and (max-width: 1630px) {
	.scwcontact_con {
  gap: 300px;
	}
	.scwcontact_map .container {
  width: 100% !important;
}
			.scwservice3_featured .container {
  gap: 100px;
}
.scwservice3_featured_right_head {
  font-size: 45px;
  line-height: normal;
}
	.scwservice_box_head {
  font-size: 50px;
	}
	.scwservice_featured .container {
  gap: 100px;
}
.scwservice_featured_right_head {
  font-size: 50px;
}
	.scwourteam_mem_item_dt {
  padding: 0 120px;
	}
	.scwfees_banner {
  padding-top: 0;
}
	#main-content {
  padding: 0 20px;
}
.scwhome_specialist .container {
	width:100%!important;
}
	.scwheader_right_nav .menu-link {
  font-size: 15px;
	}
	.scwhome_boxes_item_box {
  padding-left: 40px;
  padding-right: 40px;
}
	.scwhome_ournb .container,.scwhome_ourteam .container {
  padding: 0;
}
    .container {
        width: calc(100% - 68px) !important;
    }
	.scwheader_buts_request {
  width: 210px;
}
.scwhome_ourteam_con_slider_prev {
  left: -38px;
}
.scwhome_ourteam_con_slider_next {
  right: -38px;
}
.scwhome_faqs_left {
  max-width: 460px;
}
.scwhome_trans .container {
  margin: 0;
  width: 100%!Important;
}
    .scwheader .container {
        gap: 30px;
    }
    .scwheader_right_nav .menu {
        gap: 15px;
    }
    .scwheader_logo img {
        max-width: 280px;
    }
    .scwheader_right_phone_nb a {
        font-size: 24px;
    }
    .scwheader_right {
        gap: 20px;
    }
}
@media only screen and (max-width: 1500px) {
		.scwservice3_featured .container {
  gap: 50px;
}
.scwservice3_featured_right_head {
  font-size: 40px;
}
.scwservice_box_head {
	line-height:normal;
  font-size: 45px;
}
	.scwourteam_mem_item_dt {
  padding: 0 115px;
}
	.scwfees_banner .container {
  gap: 100px;
}
	.scwfees_banner_right_item:nth-child(1), .scwfees_banner_right_item:nth-child(2) {
  height: auto;
}
	.scwhome_boxes_item_box_title {
  font-size: 35px;
	}
    .scwheader_right_phone_nb a {
        font-size: 20px;
    }
    .scwheader_buts_request {
        width: 190px;
        font-size: 14px;
    }
    .scwheader_buts_refer {
        font-size: 14px;
        width: 140px;
    }
    .scwheader_logo img {
        max-width: 265px;
    }
	.scwhome_features_item_img {
  width: 150px;
  height: 150px;
}
.scwhome_features_item_img img {
  width: 90px;
}
}
@media only screen and (max-width: 1409px) {
	.scwthelinic_images_item.item1 img {
  margin-top: -70px;
}
	.scwcontact_con {
  gap: 200px;
	}
	.scwservice2_box {
  gap: 100px;
}
	
	.scwservice_boxes,.scwservice_box{
  padding: 50px;
}
		.scwservice_featured_right_head {
  font-size: 45px;
}
	.scwourteam_mem_item_img img {
  max-height: 100%;
}
	.scwourteam_mem_item_dt {
  padding: 0 80px;
}
		.scwourteam_banner .container,
.scwservice_banner .container {
  gap: 50px;
}
	.scwpage_head h1 {
  margin-top: 0;
}
	.scwhome_boxes_item_box_title {
  font-size: 33px;
  line-height: normal;
  margin-bottom: 30px;
}
	.scwhome_expert_head {
	font-size: 60px;
	}
	.scwfooter_bl1 {
  gap: 20px;
}
	.scwheader_logo img {
  max-width: 200px;
}
.scwheader_right_nav .menu-link {
  font-size: 14px;
}
.scwhome_faqs .container {
  gap: 50px;
}
.scwfooter_bl3 {
    display: grid;
    grid-template-columns: auto auto; 
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
    width: 100%;
}

.scwfooter_bl3_text {
    grid-column: 1;
}

.scwfooter_bl3_menu {
    grid-column: 2; 
}

.scwfooter_bl3_buts {
    grid-column: 1 / -1; 
    display: flex;
    justify-content: center; 
    gap: 15px;
}

.scwfooter_bl3_menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
}
}
@media only screen and (max-width: 1300px) {
	.scwbeforeafter_case .twentytwenty-container img {
  height: 350px;
}
	.scwservice3_featured_right_head {
  font-size: 35px;
}
	.scwservice3_featured .container {
  gap: 50px;
}

		.scwservice2_box {
  gap: 50px;
}
	.scwservice_featured_left {
  padding-left: 70px;
}
	.scwservice_featured .container {
  gap: 50px;
}
	.scwservice_featured_right_head {
  font-size: 40px;
  line-height: normal;
}
.scwservice_banner_left h1 {
  font-size: 70px;
}
		.scwfees_banner .container {
  gap: 50px;
}
.scwfees_banner_left .scwhome_banner_act_but ,
.scwourteam_banner_left .scwhome_banner_act_but,
.scwservice_banner_left .scwhome_banner_act_but {
  width: 260px;
}
.scwfees_banner_right {
  gap: 20px;
}
	.scwhome_boxes_item_box_title {
  font-size: 32px;
}
.scwhome_specialist .container {
  padding: 0 5%;
}
.scwhome_boxes_item_box {
  padding: 30px;
}
   .scwhome_expert_head {
  font-size: 42px;
  line-height: normal;
}
.scwhome_brands_item {
  margin-right: 100px !important;
}
.scwhome_ourteam_con_slider_item_avatar {
  width: 340px;
  height: 340px;
}
    .scwhome_expert_right {
        width: 500px;
        height: 386px;
    }
	.scwheader_right_phone_nb a {
  font-size: 16px;
}
.scwheader_buts_request {
  width: 170px;
}
.scwheader_logo img {
  max-width: 170px;
}
.scwheader_right_nav .menu {
  gap: 9px;
}
.scwhome_features_item {
  display: grid;
  text-align: center;
}
.scwhome_features_item_img {
  margin: 0 auto;
}
.scwhome_expert .container {
  gap: 50px;
}
}
@media only screen and (max-width: 1200px) {
	.scwthelinic_images_item.item1 img {
  margin-top: -60px;
}

	.scwcontact_con_right .quform-element-html .quform-spacer {
   font-size: 45px;
	}
	.scwcontact_con {
  gap: 50px;
	}
.scwbeforeafter_banner .scwhome_banner_act {
  flex-direction: row;
}
		.scwbeforeafter_case .twentytwenty-container img {
  height: 300px;
}
.scwbeforeafter_case {
  padding: 20px;
}
	.scwservice3 .scwhome_banner_act {
  flex-direction: row;
}
	.scwservice3_boxes_con_item {
 padding: 30px 50px;
}
	.scwservice2_box {
  padding: 30px;
}
	.postid-32 .scwservice_banner .scwhome_banner_act {
  flex-direction: row;
}
	.scwservice_box_head {
  font-size: 35px;
  margin-bottom: 20px;
}
	.scwservice_banner .container {
  padding-top: 140px;
	}
	.scwservice_banner_des {
  margin-bottom: 20px;
  font-size: 16px;
}
	.scwservice_banner_left .scwhome_banner_act {
  gap: 20px;
flex-direction: inherit;
}
	.scwservice_banner_left h1 {
  font-size: 55px;margin-bottom: 20px;
	}
	.scwourteam_mem_item_dt {
  padding: 0 50px;
}
.scwourteam_banner_left .scwhome_banner_act_but,
.scwservice_banner_left .scwhome_banner_act_but {
  width: 225px;font-size: 18px;
}
.scwourteam_banner .container,
.scwservice_banner .container  {
  gap: 0;
}
.scwourteam_banner_left .scwhome_banner_act {
  flex-direction: inherit;
}
	.scwhome_banner_act {
  flex-direction: inherit;
}
	.scwfees_banner_left {
  max-width: 100%;
}
.scwfees_banner .scwhome_banner_act {
  flex-direction: initial;
}
		  .scwfees_banner .container {
    flex-direction: column;
    gap: 40px;
  }
.scwfees_banner_left .scwhome_banner_act_but {
  width: 276px;
}
.scwfees_banner_hl{
	padding:20px;
}
  .scwhome_banner_act {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }
	.scwhome_boxes .container {
  gap: 30px;
}
	.scwhome_boxes_item_box_title {
  font-size: 25px;margin-bottom: 10px;
}
.scwhome_specialist {
  padding-top: 120px;
}
.scwhome_boxes_item_box_des {
  line-height: 27px;
}
.scwhome_specialist_head {
  padding-top: 30px;
}
.scwhome_specialist_but {
  padding-bottom: 30px;
}
	.ast-header-break-point .dropdown-menu-toggle {
  display: block;
}
	.scwhome_banner_head {
  font-size: 70px;
	}
	.scwfooter_bl1_item_head {
  font-size: 20px;
  line-height: normal;
}
	.scwhome_expert_right {
  width: auto;
  height: 386px;
}
.scwhome_trans_con_bot {
  display: grid;
  gap: 20px;
}
.scwhome_trans_con_bot_text {
  max-width: 100%;
}
.scwhome_trans_con_subhead {
  margin: 0 0 20px 0;
}
.scwhome_faqs_left_head {
  font-size: 40px;
  line-height: normal;
}
.scwhome_faqs_left {
  max-width: 350px;
}
.scwfooter .container {
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 80px 80px 0px 0px;
}
.scwfooter_bl1_logo img {
  width: 200px;
  height: auto;
}
.scwhome_brands_item {
  margin-right: 50px !important;
}
.scwhome_ourteam_con_slider_item_avatar {
  width: 290px;
  height: 290px;
}
.scwhome_trans_con {
  padding: 40px;
  max-width: 500px;
}
.scwhome_trans_con_head {
  font-size: 40px;
  line-height: normal;
}
.scwhome_trans_con_buts {
  display: grid;
  gap: 28px;
  margin-bottom: 40px;
  align-items: center;
}
.scwhome_trans_con_buts_it:nth-child(1),.scwhome_trans_con_buts_it:nth-child(2) {
  margin: 0 auto;
}
	   .scwhome_beforeafter_con_slider_prev { left: 15px; }
    .scwhome_beforeafter_con_slider_next { right: 15px; }
    
    .scwhome_beforeafter_con_slider_prev,
    .scwhome_beforeafter_con_slider_next {
        
    }
    
    .scwhome_features_item_img {
        width: 100px;
        height: 100px;
    }
    .scwhome_features_item_img img {
        width: 60px;
    }
    .scwhome_features_item_info_title {
        font-size: 18px;
    }
    .scwheader {
        padding: 0px 24px !important;
        background: none;
    }
    .scwheader_logo img {
        max-width: 200px;
        height: auto;
    }

    .scwheader_right_nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100vh;
        background-color: #ffffff;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
        z-index: 99999;
        padding: 80px 24px 40px 24px;
        box-sizing: border-box;
        overflow-y: auto;
		display: none;
    }

    .scwheader_right_menu_close {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 24px;
        color: #104651;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #f7fafc;
    }

    .scwheader_right_nav ul.menu {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .scwheader_right_nav ul.menu > li {
        width: 100%;
        border-bottom: 1px solid #edf2f7;
    }

    .scwheader_right_nav ul.menu > li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0;
        font-size: 20px;
        font-weight: 600;
        color: #104651 !important;
    }

    .scwheader_right_nav .sub-menu {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        box-shadow: none !important;
        padding: 0 0 12px 12px !important;
        background: none !important;
opacity: 1 !important;
padding-left: 0 !important;
    }
.scw_submenu_item a::after {
  background: none !important;
}
.scw_submenu {
  display: inline-block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}
    .scwheader_right_nav .scw_submenu {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.scwheader_right_nav .scw_submenu_item {
  width: 100% !important;
  aspect-ratio: auto;
}

    .scwheader_right_nav .scw_submenu_item a img:not([src*="Vector5"]) {
        display: none !important;
    }

    .scwheader_right_nav .scw_submenu_item a {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
    }
.scw_submenu_item p span {
  font-size: 16px;
  line-height: 26px;color: #104651;
}
.scwheader_right_nav .menu-main-menu-container .menu > .menu-item:hover .sub-menu,
.scwheader_right_nav .menu-main-menu-container .sub-menu {
 transform: none;
}

.scw_submenu_item p img[src*="Vector5"] {
  display: none;
}
 .scwheader_right_nav .scw_submenu_item p {
  padding:0;
  margin: 0;
  position: relative;
}

   .scwheader_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #104651;
  cursor: pointer;
  width: auto;
  height: auto;
  border-radius: 8px;
  transition: background 0.3s ease;
}



    .scwheader_right {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .scwheader_right_phone {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .scwheader_right_phone_nb a {
        font-size: 16px;
        font-weight: 700;
        color: #104651;
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
    }
}
@media only screen and (max-width: 1024px) {
	.scwthelinic_localtion {
  padding-top: 50px;
}
	.scwcontact_con_right {
  padding: 30px 20px;
}
	.scwservice3_featured_right_head {
  font-size: 30px;
}
	.scwservice_boxes, .scwservice_box {
  padding: 30px;
}
	.scwservice_boxes .container {
  gap: 20px;
}
		.scwservice_featured_right_head {
  font-size: 35px;
}
	.scwservice_banner_left .scwhome_banner_act {
  margin-bottom: 50px;
}
.scwservice_banner_right {
  margin-top: 56px;
}
	.scwservice_banner_left h1 {
  font-size: 50px;
  margin-bottom: 10px;
  line-height: normal;
}
	.scwourteam_banner_left .scwhome_banner_act_but,
.scwservice_banner_left .scwhome_banner_act_but  {
  width: 276px;
  font-size: 20px;
}
	.scwfooter_bl3_menu .menu {
  gap: 20px;
}
	.scwfooter_bl1_item_head {
  margin-bottom: 10px;
}
.scwfooter_bl1_item_con .menu-item {
  margin-bottom: 0;
}
.scwfooter_bl1 {
  padding-bottom: 50px;
}
	.scwfooter .container {
  padding: 50px;
  border-radius: 50px 50px 0px 0px;
}
	.scwhome_faqs {
  margin-top: 50px;
  margin-bottom: 50px;
	}
	.scwhome_trans .container {
 padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
	}
	.scwhome_ourteam_con_slider_item_avatar {
  width: 260px;
  height: 260px;
}
.scwhome_beforeafter {
  margin-top: 50px;
}
.scwhome_beforeafter_des {
  margin-bottom: 50px;
}
.scwhome_trans {
  margin-top: 50px;
}
.scwhome_beforeafter_head {
  margin: 0 0 20px 0;
}
	.scwhome_ourteam_head {
  margin-bottom: 30px;
}
.scwhome_ourteam_des {
  margin-bottom: 50px;
}
	.scwhome_ourteam {
  padding: 50px 0;
	}
	.scwhome_features {
  margin-bottom: 50px;
}
.scwhome_expert {
  margin-bottom: 30px;
}
.scwhome_brands {
  margin-bottom: 50px;
}
.scwhome_ournb {
  padding-top: 50px;
  padding-bottom: 50px;
}
.scwhome_ournb_head {
  margin-bottom: 30px;
}
.scwreviews .scwreviews_head {
  margin-top: 50px;
}
.scwreviews_act {
  margin-top: 30px;
  margin-bottom: 30px;
}
	.scwhome_banner {
  height: 820px;
	}
    .scwheader_right_nav {
        display: none;
    }
    .scwfooter_bl1 {
        grid-template-columns: 1fr 1fr;
    }
    .scwfooter_bl1_logo {
        grid-column: span 2;
        margin-bottom: 20px;
    }
    .scwfooter_bl3 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .scwfooter_bl3_menu .menu {
        justify-content: center;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 991px) {
	.scwthelinic_images {
  margin-top: 30px;
}

	.scwthelinic_images .container {
  gap: 10px;
}
	.page-template-default #primary .container {
  margin-top: 30px;
}
	    .scwcontact_con {
        grid-template-columns: 1fr !important; 
        gap: 50px !important;
    }
    
    .scwcontact_con_right {
        padding: 35px;
    }
    
    .quform-element-html .quform-spacer {
        font-size: 30px;
    }
	.scwbeforeafter_cases .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.scwbeforeafter_case .twentytwenty-container img {
  height: 430px;
}
	.scwservice3_boxes_con_item_img {
  width: 150px;
  height: 150px;
}
	.scwservice3_boxes_head {
  font-size: 45px;
	}
	.scwservice3 .scwhome_banner_act {
  flex-direction: row;
}
	.scwservice3 .scwservice_banner .container h1 {
  font-size: 55px;
  line-height: normal;
	}
	   .scwservice3_featured .container {
        flex-direction: column;
        gap: 50px;
        text-align: left;
    }
    
    .scwservice3_featured_left .img-banner-card {
        height: 320px;
    }

    .scwservice3_boxes_con_item {
  gap: 30px;
}
    .scwservice3_featured_left img {
        max-height: 300px;
    }

    .scwservice3_featured_right_head {
        font-size: 26px;
    }
	    .scwservice2_box {
        flex-direction: column;
        padding: 25px;
        gap: 25px;
    }
    
    .scwservice2_box_img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .scwservice2_box_head {
        margin-bottom: 10px;
    }
	    .scwservice_boxes {
        padding: 30px 15px;
    }

    .scwservice_boxes .container {
        flex-direction: column; 
        gap: 20px;
        padding: 0;
    }

    .scwservice_box {
        padding: 35px 25px;
    }

    .scwservice_box_head {
        font-size: 26px;
    }
	 .scwservice_featured .container {
        flex-direction: column; 
        gap: 30px;
    }
    
    .scwservice_featured_left, 
    .scwservice_featured_right {
        max-width: 100%;
        flex: none;
    }
	.scwservice_banner_right {
  margin-top: 0;
}
	.scwservice_banner_left h1 {
  font-size: 60px;
}
.scwservice_banner .container {
  gap: 0;
  flex-direction: column;
  align-items: center;
  text-align: left;
  padding-bottom: 0;
  padding-top: 80px;
}
	.scwservice_banner_left h1 {
  font-size: 38px;
}
	 .scwourteam_mem_item.anhtrai,
  .scwourteam_mem_item.anhphai {
    grid-template-columns: 1fr;
  }

  .scwourteam_mem_item_img, 
  .scwourteam_mem_item_dt {
    width: 100%; 
  }

  .scwourteam_mem_item_dt {
    padding: 30px;
  }
	.scwourteam_mem {
  margin-bottom: 50px;
}
	.scwourteam_banner_left h1 {
  font-size: 65px;
  line-height: normal;
  margin-bottom: 10px;
}
	.scwfees_banner_left h1 {
  margin-top: 50px;
}
	.scwpage_head h1 {
  margin: 50px 0;
}
.scwhome_specialist {
  padding-top: 30px;
}
	    .scwhome_boxes .container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .scwhome_boxes_item {
        width: 100%;
        max-width: 450px;
    }
    
    .scwhome_boxes_item_img {
        height: 260px;
    }
	  .scwhome_specialist .container {
  padding-top: 40px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 0;
}
    .scwhome_specialist_left {
        max-width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }


    .scwhome_specialist_right {
        width: 100%;
        margin-top: 0;
        align-self: center;
        justify-content: center;
    }

    .scwhome_specialist_right img {
        max-height: 400px;
        border-bottom-right-radius: 0;
    }
	.scwhome_trans_con_bot {
  padding-top: 10px;
  gap: 10px;
}
.scwhome_faqs_left {
  max-width: 100%;
}
.scwhome_faqs .container {
  gap: 30px;
  grid-template-columns: 1fr;
}
	.scwhome_trans_con_buts_it:nth-child(1),.scwhome_trans_con_buts_it:nth-child(2){
		width:auto;
	}
	.scwhome_trans_con_buts {
  gap: 10px;
  margin-bottom: 10px;
}
	.scwhome_trans_con_head {
  font-size: 24px;margin-bottom: 10px;
}
.scwhome_trans_con_subhead {
  font-size: 16px;
}
	.scwhome_trans_con {
  padding: 20px;
  max-width: 300px;
}
	.scwhome_ourteam_con_slider_item_avatar {
  width: 190px;
  height: 190px;
}
.scwhome_ourteam_con_slider_item_name {
  font-size: 20px;
  margin-bottom:10px;
}
.scwhome_ourteam_con_slider_item_pos {
  font-size: 16px;
}
	.scwhome_ourteam_con_slider_item {
  margin-right: 20px !important;
}
	.scwheader_buts_request, .scwheader_buts_refer {
  width: 170px;
  height: 50px;
  line-height: 50px;
}
	.scwheader_buts {
  display: grid;
  align-items: center;
  gap: 15px;
}

	.scwhome_features .container {
  gap: 20px;
	}
	.scwhome_counter_item_nb {
  font-size: 70px;
	}
	.scwhome_banner {
  height: 630px;
}
.scwhome_banner_head {
  font-size: 50px;
  line-height: normal;
}
.scwhome_banner .container {
  margin-top: 120px;
}
	    .scwhome_faqs .container {
        flex-direction: column;
        gap: 40px;
    }

    .scwhome_faqs_left {
        flex: 1 1 auto;
        width: 100%;
        text-align: center; 
        position: static;
    }

    .scwhome_faqs_left_head {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .scwhome_expert .container {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    .scwhome_trans .container {
       
    }
    .scwhome_expert_left {
        max-width: 100%;
    }

    .scwhome_expert_head {
        font-size: 36px;
    }

    .scwhome_expert_right {
        width: 100%;
        max-width: 696px;
        height: auto;
        aspect-ratio: 16/9;
    }
}
@media only screen and (max-width: 768px) {
.scwhome_beforeafter_con .scwhome_beforeafter_con_slider_item,
.scwbeforeafter_case_slide {
    position: relative !important;
    border-radius: 24px !important; 
    overflow: hidden !important;    
    display: block;
    width: 100%;
}
.twentytwenty-container img {
  max-width: 100%;
  position: relative!important;
}
.scwhome_beforeafter_con .twentytwenty-container,
.twentytwenty-container {
    border-radius: 24px !important;
    overflow: hidden !important;
    display: grid;
    grid-template-columns: 1fr 1fr;height: auto !important;aspect-ratio: auto;
}
.scwhome_beforeafter_con .twentytwenty-container::before, .twentytwenty-container::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}

.scwhome_beforeafter_con .twentytwenty-before-label,
.scwhome_beforeafter_con .twentytwenty-after-label,
.twentytwenty-before-label,
.twentytwenty-after-label {
    background: rgba(0, 0, 0, 0.5) !important; 
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1px;
    padding: 12px 20px !important;
    border-radius: 0 !important;
}

.scwhome_beforeafter_con .scwbeforeafter_case_slide_a.open-form,
.scwbeforeafter_case_slide_a.open-form {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.8) !important;
    z-index: 10 !important;
    color: #fff !important; 
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    opacity: 0 !important; 
    visibility: hidden !important;
}

.scwhome_beforeafter_con .scwbeforeafter_case_slide_a.open-form i,
.scwbeforeafter_case_slide_a.open-form i {
    font-size: 50px;
    line-height: 1;
}

.scwhome_beforeafter_con .scwhome_beforeafter_con_slider_item:hover .scwbeforeafter_case_slide_a.open-form,
.scwbeforeafter_case_slide:hover .scwbeforeafter_case_slide_a.open-form {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -50%) scale(1) !important; 
}


.scwhome_beforeafter_con .scwhome_beforeafter_con_slider_item:hover::before,
.scwbeforeafter_case_slide:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 9;
}


	#quform-popup2 {
     padding: 40px;
}
	.scwthelinic_images_item.item1 img {
  margin-top: -35px;
}
	.page-id-6 .scwpage_head h1 {
  margin-bottom: 50px;
	}
	.scwthelinic_localtion {
  padding-top: 30px;
}
.page-template-default #primary.site-main {
  margin: 30px 0;
  padding: 0 20px;
}
    
    .page-template-default #primary .container {
       width: 100% !important;
    }
    
    .page-template-default #primary .container p:first-child strong {
  font-size: 28px;
  margin-bottom: 0;
  margin-top: 0;
}
    
    .page-template-default #primary .container p strong {
        font-size: 18px;
    }
	.scwcontact_con_right .quform-element-html .quform-spacer {
  margin-bottom: 30px;
}
	.scwcontact_banner .container {
  padding-top: 170px;
}
.scwcontact_banner h1 {
  margin-bottom: 20px;
}
.scwcontact_banner_head {
  margin-bottom: 50px;
}
.scwcontact_con {
  gap: 30px !important;
}
.scwcontact_con_left {
  gap: 20px;
}
		.scwservice3_boxes,.scwbeforeafter_cases {
  margin-bottom: 50px;
}
	.scwbeforeafter_case .twentytwenty-container img {
  height: 350px;position: relative;border-radius: 0;
}
	.scwservice3_boxes_warning_con {
 font-size: 20px;
  line-height: normal;
}
	.scwservice3_boxes_con {
  gap: 20px;
}
	.scwservice3_boxes_con_item_right .scwservice_box_head {
  margin-bottom: 20px;
 line-height: normal;
  font-size: 30px;
}
	.scwservice3_boxes_con_item {
  flex-direction: column;
}
	.scwservice3_boxes_head {
  font-size: 35px;
  line-height: normal;
  margin-bottom: 30px;
}
	.scwservice3_boxes .container {
  padding: 50px 0;
}
	.scwservice3_featured {
  width: 100%;
  padding-bottom: 50px;
	}
	.scwservice3 .scwservice_banner .container h1 {
  font-size: 45px;
}
	.scwservice3 .scwservice_banner .container {
  padding-top: 50px;
  gap: 30px;
  padding-bottom: 50px;
}
	.postid-32 .scwservice_banner,
.page-id-39 .scwbeforeafter_banner{
  margin-bottom: 50px;
  margin-top: 50px;
	}
.postid-32 .scwservice_banner .container h1,
.page-id-39 .scwbeforeafter_banner .container h1 {
  font-size: 60px;
}
	.scwservice_banner {
  margin-top: 30px;
  margin-bottom: 30px;
}
	.scwservice_featured {
  padding-bottom: 30px;
}
	.scwservice_featured_left {
  padding-top: 40px;
  padding-bottom: 40px;
}
.scwfaqs_items {
  margin-top: 50px;
}
	.scwfaqs_items .scwfaqs_item_head {
  font-size: 20px;
  line-height: normal;
}
	.scwfaqs_banner {
  margin-bottom: 0;
	}
	.scwfaqs_to .container{
  padding-top: 190px;
	}
	 	.scwourteam_mem .container {
  gap: 30px;
}
	.scwourteam_banner {
  margin-bottom: 50px;
}
	.scwourteam_banner_left .scwhome_banner_act_but,
.scwservice_banner_left .scwhome_banner_act_but {
  width: 240px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
	.scwourteam_banner_left h1 {
  font-size: 45px;
  margin-bottom: 10px;
}
	.scwtesti_banner h1 {
  margin-top: 30px;
}
	.scwtesti_con {
  padding-top: 50px;
  padding-bottom: 50px;
}
	  .scwtesti_con .container {
    column-count: 1;   
    column-gap: 0;
  }
  
  .scwtesti_con_item {
    padding: 25px;  
    margin-bottom: 20px;
  }
	.scwfees_banner {
  padding-bottom: 50px;
}
.scwfees_banner_left h1 {
  font-size: 45px;
  line-height: normal;
}
	.scwhome_boxes {
  padding-top: 50px;
}
	.scwthelinic_localtion {
  padding-top: 30px;
  padding-bottom: 30px;
}
.scwhome_specialist_head {
  padding-top: 0;
}
    
    .scwthelinic_localtion_des {
        margin-bottom: 30px;
    }

    .scwthelinic_localtion_map {
        padding: 15px;
        border-radius: 25px;
    }

    .scwthelinic_localtion_map iframe {
        border-radius: 12px;
    }
    
    .scwthelinic_localtion_map::before {
        display: none;
    }
	.scwhome_ourteam_con_slider_next,
.scwhome_beforeafter_con_slider_next{
  right: 0;
}
.scwhome_ourteam_con_slider_prev,.scwhome_beforeafter_con_slider_prev {
  left: 0px;
}
	.scwreviews .scwreviews_head,.scwhome_ourteam_head,.scwhome_beforeafter_head,.scwhome_faqs_left_head,.scwhome_specialist_head,
.scwthelinic_localtion_head	{
font-size: 45px;
}
	.scwhome_banner .container {
  margin-top: 165px;
}
.scwhome_banner_act {
  gap: 24px;
}
.scwhome_ourteam_con_slider_item_pos {
  font-size: 14px;
}
.scwhome_ourteam_con_slider_item_avatar {
  width: 140px;
  height: 140px;
}
.scwhome_ourteam_con_slider_item_name {
  font-size: 16px;
  margin-bottom: 0;
}
	.scwreviews .scwreviews_head {
  margin-bottom: 10px;
}

	.scwhome_banner_head {
  font-size: 40px;
	}
	.scwhome_features_item {
  padding: 16px;
  grid-template-columns: auto auto;
}
.scwhome_features_item_info {
  text-align: left;
}
.scwheader .container {
  padding: 10px 23px;
  width: 100% !important;
}
.scwheader_right_phone_nb span {
  display: none;
}
	.scwheader_right_phone_nb a {
  font-size: 24px;
}
    [id^="scwhome_beforeafter_gallery_item"] {
        flex-direction: column;
        align-items: center;
        gap: 15px;      
        padding-top: 45px;  
    }

    [id^="scwhome_beforeafter_gallery_item"] img {
        width: 100% !important; 
        max-width: 100%;
        height: auto;
    }

    .mfp-close {
        top: 0 !important;
        right: 0 !important;  
    }

    .scwhome_ournb_head {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .scwhome_ournb_con {
        flex-direction: column;
        gap: 35px;
    }

    .scwhome_counter_item:not(:last-child)::after {
        display: none;
    }

    .scwhome_counter_item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 25px;
        width: 80%;
    }

   
    .scwreviews .scwreviews_con {
        flex-direction: column;
    }
    .scwreviews .scwreviews_con_left {
        flex: 1;
        margin-bottom: 30px;
    }
   
    .scwfooter_bl1 {
        grid-template-columns: 1fr;
    }
    .scwfooter_bl1_logo {
        grid-column: span 1;
    }
    .scwfooter_bl2 {
        flex-direction: column;
        gap: 20px;
    }
    .scwfooter .container {
        border-radius: 40px 40px 0 0;
        padding: 40px 20px;
    }
    .scwhome_features {
        padding: 20px 15px;
    }

    .scwhome_features .container {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .scwhome_features_item {
        padding: 16px;
    }

    .scwhome_features_item_img {
        width: 90px;
        height: 90px;
        margin-right: 15px;
    }

   
}
@media only screen and (max-width: 640px) {
	.postid-32 .scwservice_banner, .page-id-39 .scwbeforeafter_banner {
  margin-bottom: 50px;
  margin-top: 10px;
}
	.scwhome_trans_con_mbbg {
  margin-bottom: 20px;display: block;
}
	.scwhome_ourteam_con_slider_prev a, .scwhome_ourteam_con_slider_next a {
 border: 1px solid #267578;
}

	.scwheader_logo img {
  height: 50px;
}
	.home .scwheader {
  top: 10px;
}
.home #page .site-content {
  flex-grow: 1;
  margin-top: 0;
}
	.scwthelinic_localtion_head {
  font-size: 40px;
}
	.scwthelinic_images .container {
  width: 100% !important;
}
	.scwthelinic_images_item.item1 img {
  margin-top: -25px;
}
	.scwcontact_con {
  padding-bottom: 30px;
}
	.scwcontact_banner h1 {
  font-size: 60px;
  line-height: normal;
}
	.scwcontact_banner .container {
  padding-top: 30px;
}
	    .scwcontact_banner {
  margin-top: 0;
		}
    .scwcontact_con_right .quform-element-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .scwcontact_con_right {
        padding: 30px 20px;
    }
    .scwcontact_con_right .quform-element-html .quform-spacer {
        font-size: 28px ;line-height: normal;
    }
	.scwbeforeafter_case_head,.scwbeforeafter_case_des {
  margin-top: 20px;
}
	.scwbeforeafter_case .twentytwenty-container img {
  height: 300px;
}
	.scwbeforeafter_cases .container {
  width: 100% !important;
}
	.scwservice3_featured .container {
  width: 100% !important;
}
	.scwservice3_boxes_warning_icon {
  text-align: center;
}
	.scwservice3_boxes_warning_icon img {
  max-width: 116px;
}
	.scwservice3_boxes_warning {
  grid-template-columns: 1fr;
}
	.scwservice3_boxes_con_item_right .scwservice_box_head {
  font-size: 25px;
}
	.scwservice3 .scwservice_banner .container h1 {
  font-size: 40px;
}
.scwservice3_boxes_head {
  font-size: 30px;
}
	.scwservice2_boxes .container {
  width: 100% !important;
}
	.postid-32 .scwhome_banner_act,
.page-id-39 .scwhome_banner_act	{
  justify-content: center;
}
	.postid-32 .scwservice_banner .container ,
	.page-id-39 .scwbeforeafter_banner .container {
  width: 100% !important;
  padding: 0;
}
	.postid-32 .scwservice_banner .container h1,
.page-id-39 .scwbeforeafter_banner .container h1	{
  font-size: 40px;
  line-height: normal;
}
		.scwservice_featured .container {
  width: 100% !important;
}
	.scwservice_featured_right_head {
        font-size: 28px;
    }
	.scwservice_featured_left {
        padding: 20px 0 20px 20px;
    }
	.scwservice_banner_des {
  text-align:left;
}
	.scwservice_banner {
 margin-top: 0;
	}
	.scwfaqs_to .container{
  padding-top: 30px;
}
.scwfaqs_to {
  margin-top: 0;
  margin-bottom: 50px;
}
.scwfaqs_items .container {
  width: 100% !important;
}
	.scwourteam_banner_left .scwhome_banner_act_but,
.scwservice_banner_left .scwhome_banner_act_but {
  width: 276px;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
}
.scwourteam_banner_left .scwhome_banner_act {
  justify-content: center;
}
	.page-id-8 .scwheader,.page-id-41 .scwheader,
.page-id-12 .scwheader,
.postid-18 .scwheader,
.postid-30 .scwheader,
.postid-34 .scwheader{
  margin-top: 0;
}
	.scwourteam_banner {
  margin-top: 0;
}
	  .scwourteam_banner .container,
.scwservice_banner .container {
    flex-direction: column; 
    align-items: center;
    text-align: center;
    padding: 40px 20px 0 20px;
  }

  .scwourteam_banner_left {
    padding-bottom: 40px;
  }

  .scwourteam_banner_left h1 {
    font-size: 48px;
    text-align: center !important;
  }

  .scwhome_banner_act {
    flex-direction: column;
    gap: 20px;
  }
  
  .scwourteam_banner_right {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
  }
	.scwpage_head h1,.scwtesti_banner h1 {
  font-size: 60px;
  line-height: normal;
	}
.scwtesti_con .container,.scwtesti_banner .container {
  width: 100% !important;
}
	.scwfees_banner .container {
  width: 100% !important;
}
	.scwfees_banner_left h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
	.home #page.site {
  margin-top: 135px;
}
	.scwreviews .scwreviews_con_slider_prev, .scwreviews .scwreviews_con_slider_next,
	.scwhome_ourteam_con_slider_prev, .scwhome_ourteam_con_slider_next,
	.scwhome_beforeafter_con_slider_prev, .scwhome_beforeafter_con_slider_next{
		border: 1px solid #267578;
	}
	.scwreviews .scwreviews_con_slider_prev i, .scwreviews .scwreviews_con_slider_next i,
	.scwhome_ourteam_con_slider_prev i, .scwhome_ourteam_con_slider_next i,
	.scwhome_beforeafter_con_slider_prev i, .scwhome_beforeafter_con_slider_next i{
		color:#104651;font-size:24px;
	}
	.scwreviews .scwreviews_con_slider_prev:hover i, .scwreviews .scwreviews_con_slider_next:hover i,
	.scwhome_ourteam_con_slider_prev:hover i, .scwhome_ourteam_con_slider_next:hover i,
	.scwhome_beforeafter_con_slider_prev:hover i, .scwhome_beforeafter_con_slider_next:hover i{
		color:#267578;
	}
	.scwfooter_bl3_buts {
  gap: 16px;
  position: absolute;
  top: 30px;
}
	.scwfooter_bl3 {
  grid-template-columns: 1fr;
  position: relative;
  padding-top: 107px;
}
	.scwfooter_bl3_text, .scwfooter_bl3_menu, .scwfooter_bl3_buts {
  grid-column: 1;
  text-align: left;
  float: left;
}
	.scwfooter_bl1_item_con p {
  line-height: 22px;
  font-size:16px;
	}
	.scwfooter_bl1_logo {
  grid-column: span 1;
  text-align: center;
  margin-bottom: 40px;
}
	.scwfooter_bl1_logo img {
  width: 256px;
  height: auto;
}
	.scwfaqs_item_con {
  font-size: 16px;
	}
	.scwfaqs_item {
  padding: 16px 0;
}
	.scwfaqs_item_head {
  font-size: 18px;
  line-height: 28px;
}
	.scwhome_trans_con_bot_text {
  text-align: left;
}
	.scwhome_trans_con {
  padding: 0;
  max-width: 100%;
  background: none;
  backdrop-filter: blur(0px);
  border: none;
}
.scwhome_trans .container {
  border-radius: 12px;
  padding: 24px;
  background: #fff !important;
  border: 1px solid #E0E0E0CC;
  box-shadow: none;
  min-height: auto;
}
	.scwreviews .scwreviews_head, .scwhome_ourteam_head, .scwhome_beforeafter_head, .scwhome_faqs_left_head {
  font-size: 40px;
}
.scwhome_brands .bx-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;  
}
.scwhome_brands_item a img {
  max-height: 98px;
}
.scwhome_brands .bx-pager-item {
    display: inline-flex;
    align-items: center;
}

.scwhome_brands .bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    text-indent: -9999px; 
    overflow: hidden;
    background-color: #104651;
    width: 8px;
    height: 8px;
    border-radius: 50%; 
	margin: 0;
    transition: all 0.3s ease;
}

.scwhome_brands .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #C9E295; 
    width: 20px; 
    height: 8px;  
    border-radius: 4px; 
}
	.scwhome_ourteam_con_slider_item_avatar {
  width: 300px;
  height: 300px;
}
.scwhome_ourteam_con_slider_item_name {
  font-size: 24px;
  margin-bottom: 0;
}
.scwhome_ourteam_con_slider_item_pos {
  font-size: 18px;
}
.scwhome_ournb {
  padding: 40px;border-radius: 12px;
}

	.scwhome_expert_head {
  font-size: 24px;
}
	.scwhome_features {
  margin-bottom: 24px;
}
	.scwhome_features_item_info_des {
  font-size: 16px;
  line-height: 24px;
}
	.scwhome_features_item_info_title {
  font-size: 20px;
  color: #267578;
}
	.scwhome_features_item_img {
  width: 106px;
  height: 106px;
  margin-right: 0;
}
	.scwhome_features_item {
  padding: 24px;
  border-radius: 12px;
  grid-template-columns: 106px auto;
gap: 15px;
}
	.scwhome_banner {
  margin: 10px auto;
	}
	.scwhome {
  margin-top: 60px;
}
.scwhome_features {
  padding: 0;
}
.scwhome_features .container {
  grid-template-columns: 1fr;
  gap: 10px;
}
	.scwhome_banner {
  height: auto;border-radius: 12px;
	}
.scwhome_banner .container {
  margin-top: 11px;
  padding: 39px 24px;
  margin-left: 0;
  margin-right: 0;
}
.scwhome_banner_act {
  justify-content: left;
}
.scwhome_banner_head {
  font-size: 32px;
  text-align: left;
  margin-bottom: 24px;
}
.scwhome_banner_act_but {
  width: 100%;
}
.scwheader_buts_request, .scwheader_buts_refer {
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 0 24px;
}
	.scwheader_buts {
  display: grid;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
	.scwheader .container {
  width: 100% !important;
  height: 170px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
}
.scwheader {
  padding: 0px 20px !important;
  top: 10px;
}
#page .site-content {
  flex-grow: 1;
  margin-top: 20px;
}
	.scwhome_brands_item {
  margin-right: 30px !important;
}
	 .scwhome_trans_con_buts {
        flex-direction: column; 
        gap: 12px;
    }
    .scwhome_trans_con_bot {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .scwhome_trans_con_bot_text {
        max-width: 100%;
    }
	    .scwfooter_bl3 {
        grid-template-columns: 1fr; 
    }
    .scwfooter_bl3_text, 
    .scwfooter_bl3_menu, 
    .scwfooter_bl3_buts {
        grid-column: 1; 
    }
}
@media only screen and (max-width: 480px) {
	.scwhome_beforeafter .container {
  max-width: 100%;
  margin: 0 auto;
  width: 100% !important;
}
	.scwhome_ourteam_con {
  width: 275px;
  margin: 0 auto;
}
	.scwhome_ourteam_con_slider_prev a {
  left: 30%;
  bottom: 0;
  top: auto;
}
.scwhome_ourteam_con_slider_next a {
  right: 30%;
  bottom: 0;
  top: auto;
}
	.scwthelinic_images .container {
  gap: 5px;
}
.scwthelinic_images_item.item1 img {
  margin-top: -15px;
}
	.scwthelinic_images {
  margin-top: 0;
}
	.scwthelinic_localtion_head {
  font-size: 40px;
}
	.page-template-default #primary .container p {
  font-size: 16px;
}
	.page-template-default #primary .container {
  padding: 30px 20px;
}
	.scwcontact_con_con a {
  word-break: break-all;
}
	.scwcontact_banner h1 {
  font-size: 45px;
	}
		.scwbeforeafter_case .twentytwenty-container img {
  height: 200px;
}
	.scwservice3_boxes,.scwbeforeafter_cases {
  margin-bottom: 50px;
}
	.scwservice3_featured_right_head {
  font-size: 20px;
}
	.scwservice3 .scwservice_banner .container h1 {
  font-size: 30px;
}
	.scwfaqs_banner h1 {
  font-size: 56px;
  line-height: normal;
	}
	.scwfaqs_items .scwfaqs_item_head {
  font-size: 16px;
  line-height: normal;
}
	.scwfaqs_banner .scwfaqs_banner_seach .scwfaqs_banner_seach_ip {
 height: 50px;
}
.scwfaqs_banner_seach .fa-search {
  font-size: 24px;
}
.scwfaqs_banner h1 {
  margin-bottom: 20px;
}
.scwfaqs_banner_des {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  max-width: 700px;
}
	.scwourteam_mem_item_dt_head {
  font-size: 40px;
  line-height: normal;
}
			.scwourteam_banner {
  margin-bottom: 30px;
}
	.scwtesti_banner .scwhome_banner_act {
  margin-top: 20px;
}
		.scwpage_head h1,.scwtesti_banner h1 {
  font-size: 50px;
  line-height: normal;
	}
	.scwtesti_con_item_des {
  margin-bottom: 20px;
}
.scwtesti_con_item_des::after {
  margin-top: 20px;
}

	.scwtesti_con_item_user span {
  font-size: 16px;
  line-height: normal;
}
	.scwfees_banner_hl {
  flex-direction: column;
}
.scwfees_banner_hl span {
  font-size: 22px;
}
		.scwhome_boxes {
  padding-top: 30px;
}
.scwpage_head .container,.scwthelinic_localtion .container,.scwhome_boxes .container,.scwourteam_mem .container {
  width: 100% !important;
}
.scwhome_ournb .container, .scwhome_ourteam .container {
  width: 100% !important;
}
.scwhome_features_item_img {
  margin: 0 auto;
}
	.scwhome_features .container,.scwhome_expert .container,.scwhome_reviews.scwreviews .container{
  width: 100% !important;
}
	.scwhome_banner .container {
  margin-top: 0;
  padding: 20px 0;
}
.scwhome_banner_head {
  font-size: 26px;
}
	.scwhome_specialist_but a {
  width: 100%;
	}
.scwthelinic_localtion_head,.scwhome_specialist_head {
  font-size: 35px;
  margin-bottom: 10px;
}
	.scwhome_specialist .container {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
	.scwpage_head h1 {
  font-size: 60px;
	}
.scwfooter_bl3_buts {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
}
.scwfooter_bl3_menu .menu {
  justify-content: left;
}
.scwfooter_bl3_buts_request,.scwfooter_bl3_buts_refer,.scwhome_banner_act_but,.scwhome_beforeafter_but span,.scwhome_faqs_left_a,.scwhome_trans_con_buts_it:nth-child(1), .scwhome_trans_con_buts_it:nth-child(2) {
  line-height: 60px;
  height: 60px;
  width: 100%;
}
	.scwhome_faqs_left_head {
  line-height: normal;
  margin-bottom: 24px;
  text-align: left;
}
	.scwhome_faqs {
  margin-top: 30px;
  margin-bottom: 40px;
}
	.scwhome_trans_con_buts_it:nth-child(1), .scwhome_trans_con_buts_it:nth-child(2) {
  width: 100%;
}
	.scwhome_beforeafter_but {
  margin-top: 0;
  margin-bottom: 0;
}
	.scwhome_beforeafter_but a{
  width: 100%;
}
.scwhome_ourteam {
  padding: 30px 0;
}
	.scwhome_beforeafter_con_slider_prev,
.scwhome_ourteam_con_slider_prev{
  left: 34%;
}
.scwhome_beforeafter_con_slider_next,
.scwhome_ourteam_con_slider_next {
  right: 34%;
}
	.scwhome_beforeafter_con_slider_prev, .scwhome_beforeafter_con_slider_next {
  top: auto;
  bottom: 100px;
  transform: translateY(0%);
}
	.scwhome_beforeafter {
  position: relative;
}
.scwhome_beforeafter_con {
  padding-bottom: 105px;
  position: unset;
}
	.scwhome_beforeafter_des {
  margin-bottom: 24px;
  text-align: left;
}
	.scwhome_beforeafter {
  margin-top: 30px;
	}
	.scwhome_beforeafter_head {
  margin-bottom: 16px;
  text-align: left;
  line-height: normal;
}
	.scwhome_ourteam_con .bx-controls.bx-has-pager {
  display: none;
}
	.scwhome_ourteam_con_slider_prev {
  top: auto;
  bottom: 0;
}
.scwhome_ourteam_con_slider_next{
  top: auto;
  bottom: 0;
}
	.scwhome_ourteam_con {
  padding-bottom: 104px;
}
	.scwhome_ourteam_con_slider_item_name {
  font-size: 18px;
  margin-bottom: 16px;
}
	.scwhome_ourteam_con_slider_item_avatar {
  width: 215px;
  height: 215px;
}
	.scwreviews .scwreviews_head, .scwhome_ourteam_head, .scwhome_beforeafter_head, .scwhome_faqs_left_head {
  font-size: 22px;
}
.scwhome_ourteam_head {
  margin-bottom: 0;
}
.scwhome_ourteam_des {
  margin-bottom: 29px;
  padding: 0 20px;
}
	.scwhome_trans_con_mbbg {
  display: inline-block;
}

	.scwreviews_act {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
	.scwhome_reviews.scwreviews {
  margin-bottom: 110px;
  position: relative;
}
	.scwreviews .scwreviews_head {
  margin-top: 30px;
  font-size: 22px !important;
  text-align: left;
  line-height: 100%;
}
.scwreviews_des {
  text-align: left;margin-bottom: 30px;
}

	.scwhome_counter_item {
  padding: 0;
}
.scwfooter_bl3 {
  padding-top: 197px;
}
.scwhome_ournb_head {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 0;
  display: inline-block;
}
.scwhome_counter_item:not(:last-child) {
  padding-bottom: 24px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}   
.scwhome_counter_item_sign,.scwhome_counter_item_value {
  font-size: 64px;
}
.scwhome_counter_item_tt {
  max-width: 100%;
  font-size: 16px;
}
}

@media only screen and (max-width: 375px) {
	.scwbeforeafter_case .mfp-hide,.scwhome_beforeafter_con .mfp-hide {
  display: block !important;
}
		.scwhome_beforeafter_con .twentytwenty-container::before, .twentytwenty-container::before {
		display:none;
		}
	.scwhome_beforeafter_con .twentytwenty-container::after, .twentytwenty-container::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right:0;
  margin:0 auto;
  z-index: 1;
}
	.scwhome_beforeafter_con .twentytwenty-container,.twentytwenty-container {
  grid-template-columns: 1fr;
	}
	.scwhome_ourteam_con {
  width: auto;
  margin: 0 auto;
}
.scwhome_ourteam_con_slider_next a {
  right: 25%;
}
.scwhome_ourteam_con_slider_prev a {
  left: 25%;
}
.scwhome_ourteam_con_slider_item {
  margin: 0 !important;
}
	.scwcontact_con_right .quform-element-html .quform-spacer {
  font-size: 20px;
  line-height: normal;
}
	.scwservice3_boxes, .scwbeforeafter_cases {
  margin-bottom: 30px;
}
	.scwbeforeafter_case_head, .scwbeforeafter_case_des {
  margin-top: 10px;
}
	.scwbeforeafter_case_des {
  font-size: 16px;
	}
	.scwbeforeafter_case_head {
  font-size: 30px;
  line-height: normal;
	}
.scwservice3_boxes_warning {
  padding: 20px;
}
.scwservice3_boxes_con_item_right .scwservice_box_head {
  font-size: 20px;
}
	.scwservice3_boxes_con_item_img {
  width: 100px;
  height: 100px;
}
	.scwservice3_boxes_con_item {
  gap: 20px;
  padding: 20px;
}
	.scwservice3_boxes_con_item_nb {
  font-size: 30px;
  width: 45px;
  height: 45px;
  line-height: 45px;
	}
	.scwservice3_boxes .container {
  padding: 30px 0;
}
	.scwservice3_boxes_head {
  font-size: 24px;
}
	.scwfooter_bl3_menu .menu-link {
  line-height: normal;
}
	.scwfooter_bl3_menu .menu {
  gap: 10px;
}
.scwfooter_bl3_menu .menu-item::before {
  right: -5px;
}
	.scwservice2_box_head {
  font-size: 25px;
  line-height: normal;
	}
	.postid-32 .scwservice_banner .container h1,
.page-id-39 .scwbeforeafter_banner .container h1	{
  font-size: 32px;
}
	.scwservice_box_des p {
  font-size: 16px;
  line-height: 27px;
}
	.scwservice_box_img img {
  width: 100px;
  height: 100px;
  padding: 10px;
}
.scwservice_box_img {
  margin-bottom: 10px;
}
	.scwourteam_banner .container, .scwservice_banner .container,.scwbeforeafter_banner .container {
  width: 100% !important;
}
	.scwourteam_banner_left,
.scwservice_banner_left	{
  width: 100%;
}
	.scwourteam_mem_item_dt_head {
  font-size: 35px;
  line-height: normal;
}
.scwourteam_mem_item_dt_pos {
  font-size: 20px;
  line-height: 32px;
}
.scwourteam_mem_item_dt_des {
  font-size: 16px;
}
		.scwpage_head h1,.scwtesti_banner h1 {
  font-size: 40px;
  line-height: normal;
	}
	.scwthelinic_localtion_head, .scwhome_specialist_head {
  font-size: 30px;
}
.scwhome_specialist_but a {
  font-size: 18px;
}
	.scwhome_ourteam_des {
  padding: 0;
}
	.scwhome_banner .container {
  margin-top: 0;
  padding: 20px;
  width: 100% !important;
}
.scwhome_banner_act_but {
  font-size: 18px;
}
		.scwhome_features_item {
  padding: 20px;
  grid-template-columns: 1fr;
}
	.scwhome_features_item_img {
  text-align: center;
  margin: 0 auto;
}
	.scwhome_features_item {
  grid-template-columns: 1fr;
}
.scwhome_ourteam {
  padding: 30px;
}
.scwhome_trans_con_buts_it:nth-child(1),
.scwhome_trans_con_buts_it:nth-child(2){
  font-size: 16px;
}
	.scwhome_beforeafter_con_slider_prev{
  left: 30%;
}
.scwhome_beforeafter_con_slider_next {
  right: 30%;
}

.scwhome_ourteam_con_slider_prev{
  left: 25%;
}

.scwhome_ourteam_con_slider_next {
  right: 25%;
}
}
@media only screen and (max-width: 320px) {
	.scwcontact_banner h1 {
  font-size: 40px;
	}
	.scwcontact_banner .container {
  width: calc(100% - 20px) !important;
}
}
