* {
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "roboto-italic";
  src: url("../fonts/Roboto-Italic.ttf");
}

@font-face {
  font-family: "roboto-light";
  src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: "roboto-light-italic";
  src: url("../fonts/Roboto-LightItalic.ttf");
}

body {
  font-family: "roboto-regular";
  overflow-x: hidden;
}

.roboto_italic {
  font-family: "roboto-italic";
}

.roboto_bold {
  font-family: "roboto-bold";
}

.roboto_regular {
  font-family: "roboto-regular";
}

.roboto_medium {
  font-family: "roboto-medium";
}

.roboto_light_italic {
  font-family: "roboto-light-italic";
}

.roboto_light {
  font-family: "roboto-light";
}

.lh_12 {
  line-height: 1.2;
}

.lh_13 {
  line-height: 1.3;
}

.lh_14 {
  line-height: 1.4;
}

.lh_15 {
  line-height: 1.5;
}

.sec_heading {
  font-size: 36px;
}

.sec_sub_title {
  font-size: 20px;
}

.tb {
  color: #000000;
}

.text_sky {
  color: #1d71b7;
}

/* top bar css start */

.mega-col-header{
  transform: 0.2s ease-in;
}

.mega-col-header:hover .mega_icon {
    filter: brightness(0) invert(1);
}

.mega-col-header:hover .mega_icon_wrap  {
  background: #1d71b7 !important;
}

header .top_bar {
  background: #1d71b7;
}

header .top_bar .social_icons {
  gap: 10px;
}

header .top_bar .social_icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #1d71b7;
  font-size: 15px;
  transition: 0.3s ease;
  gap: 15px;
}

header .top_bar .social_icons a:hover {
  background-color: #72a4bc !important;
  color: white;
}

header .top_bar .social_icons i {
  font-size: 20px;
}

.call_us_wrapper {
  background: #01101c;
  padding: 10px 20px;
}

.call_us_link {
  gap: 10px;
  cursor: pointer;
}

.call_icon {
  background: #7ec3ff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: 0.3s ease;
}

.call_icon:hover{
	 background-color: #72a4bc !important;
}

.call_icon i {
  color: #01101c;
  font-size: 14px;
  transition: 0.3s ease;
}

.call_icon:hover i {
  color: white;
}


.call_text {
  color: #69b4f3;
  font-size: 20px;
}

.call_number {
  font-size: 20px;
}

/* top bar css end  */

/* header css start from here */

header {
  position: relative;
}

.main-header {
  background: #fff;
  position: relative;
}

.header-inner-wrap {
  padding: 0px 15px;
  position: relative;
}

.main-header .nav-link {
  color: #040404 !important;
  padding: 40px 12px;
  font-size: 16px;
  position: relative;
  transition: 0.3s ease-in-out;
  border-bottom: 3px solid transparent;
  margin: 0px 3px;
  font-family: "roboto-bold";
}

.main-header .nav-link:hover {
  background-color: #f1f8fe;
  border-bottom: 3px solid #1d71b7;
}

.main-header .nav-link.active {
  background-color: #f1f8fe !important;
  border-bottom: 3px solid #1d71b7;
}

.main-header .dropdown-menu {
  --bs-dropdown-min-width: 0rem;
}

.header_btn {
  padding: 12px 15px 12px 65px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #1d71b7 50%, #094678 50%);
  background-size: 200%;
  background-position: 0 0;
  width: fit-content;
  transition: background 0.5s ease-in-out;
  border-radius: 6px;
}

.header_btn .icon {
  background: #094678;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  border-radius: 6px;
}

.header_btn:hover {
  background-position: -100% 0;
  transition: 0.5s ease-in-out;
}

.nav-item.mega_menu {
  position: static;
}

.main-header {
  overflow: visible;
}

.header-inner-wrap {
  position: relative;
}

.nav cs_nav {
  position: relative;
}

.nav-item.mega_menu .mega-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 15px;
  right: 15px;
  width: auto;
  background: #fff;
  border-top: 3px solid #1d71b7;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  z-index: 9998;
  padding: 30px;
}

.nav-item.mega_menu:hover > .nav-link {
  background-color: #f1f8fe;
  border-bottom: 3px solid #1d71b7;
}

.nav-item.mega_menu:hover .mega-wrapper {
  display: block;
}

.mega-wrapper .mega-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.mega-col-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #1d71b7;
  margin-bottom: 15px;
}

.mega_icon_wrap {
  border-radius: 10px;
  padding: 10px;
  background: #e8f3fc;
  transition: 0.3s;
  flex-shrink: 0;
}

.mega_icon_wrap:hover {
  background: #1d71b7;
}

.mega_icon_wrap .mega_icon {
  transition: 0.3s;
}

.mega_icon_wrap:hover .mega_icon {
  filter: brightness(0) invert(1);
}

.mega_icon_wrap .mega_icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.mega-col-title {
  font-size: 18px;
  font-family: "roboto-bold";
  text-decoration: none;
  color: #000;
  display: inline-block;
  transition: 0.2s ease-in;
  flex-grow: 1;
}

.mega-col-title:hover {
  color: #1d71b7;
}

.mega-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-col ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 0px 0px 0px;
  display: inline-block;
  font-family: "roboto-regular";
  font-weight: 600;
  transition: 0.2s ease-in;
}

.mega-col ul li:first-child a {
  padding-top: 0px;
}

.mega-col ul li:last-child a {
  padding-bottom: 0px;
}

.mega-col ul li a:hover {
  color: #1d71b7;
}

.mob_menu .toggle_button {
  background: #355a79;
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}

.mob_menu .toggle_menu_wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 305px;
  height: 110vh;
  background-color: #1d71b7;
  transition: right 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
  padding: 20px;
}

.mob_menu .toggle_menu_wrapper.active {
  right: 0;
}

.mob_menu .close_button {
  text-align: right;
  cursor: pointer;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 5px;
}

.mob_menu .mob-nav-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.mob_menu .mob-nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mob_menu .mob-nav-item:last-child {
  border-bottom: none;
}

.mob_menu .mob-nav-link {
  display: block;
  color: #fff !important;
  padding: 12px 15px;
  font-size: 16px;
  font-family: "roboto-bold";
  text-decoration: none;
  border-bottom: none !important;
  margin: 0 !important;
  transition: 0.2s;
}

.mob_menu .mob-nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border-bottom: none !important;
}

.mob_menu .mob-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 12px 15px;
  font-size: 16px;
  font-family: "roboto-bold";
  cursor: pointer;
  transition: 0.2s;
}
.mob_menu .mob-toggle-row .mob-nav-link{
	padding:0 !important;
}
.mob_menu .mob-toggle-row:hover {
  background: rgba(255, 255, 255, 0.08);
}

.mob_menu .mob-toggle-row .mob-icon {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  transition: 0.3s;
}

.mob_menu .mob-panel {
  display: none;
  background: rgba(0, 0, 0, 0.15);
}

.mob_menu .mob-panel.open {
  display: block;
}

.mob_menu .mob-panel-link {
  display: block;
  color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  font-family: "roboto-bold";
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.2s;
}

.mob_menu .mob-panel-link:last-child {
  border-bottom: none;
}

.mob_menu .mob-panel-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.mob_menu .mob-mega {
  display: none;
  background: rgba(0, 0, 0, 0.12);
}

.mob_menu .mob-mega.open {
  display: block;
}

.mob_menu .mob-mega-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-family: "roboto-bold";
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.2s;
}

.mob_menu .mob-mega-header:hover {
  background: rgba(255, 255, 255, 0.05);
}

.mob_menu .mob-mega-header .mob-icon {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.mob_menu .mob-mega-items {
  display: none;
  background: rgba(0, 0, 0, 0.15);
}

.mob_menu .mob-mega-items.open {
  display: block;
}

.mob_menu .mob-mega-items a {
  display: block;
  color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  font-family: "roboto-bold";
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: 0.2s;
}

.mob_menu .mob-mega-items a:last-child {
  border-bottom: none;
}

.mob_menu .mob-mega-items a:hover {
  color: #fff;
}

/* banner section css start */

.home_banner_sec {
  background-image: url("../images/home-banner-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.home_banner_sec .left {
  padding: 145px 0px 130px 0px;
}

.home_banner_sec .title {
  font-size: 45px;
  width: 100%;
  max-width: 650px;
}

.home_banner_sec .desc {
  font-size: 24px;
  width: 100%;
  max-width: 700px;
}

.home_banner_sec .right {
  border-radius: 10px 10px 100px 10px;
  background: linear-gradient(
    0deg,
    rgba(9, 70, 120, 0.61961) 0%,
    rgba(29, 113, 183, 0) 100%
  );
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  border: 2px solid #14dcff;
  width: fit-content;
  padding: 60px;
  float: right;
}

.home_banner_sec .right .bring_wrap {
  gap: 30px;
}

.home_banner_sec .right .bring_wrap .icon {
  transition: 0.3s ease-in;
}

.home_banner_sec .right .bring_wrap .icon:hover {
  transform: translateX(5px);
}

.home_banner_sec .right .title {
  font-size: 36px;
}

.home_banner_sec .right .form-label {
  font-size: 24px;
}

.home_banner_sec .right .form-select {
  border-radius: 50px;
  background-color: #afc3ce;
  border: 2px solid #0e94ce;
  padding: 10px 30px;
  color: #040404;
  font-size: 24px;
}

.home_banner_sec .form-select {
  background-image: url("../images/blue-select-drop-icon.webp");
  background-position: right 1.5rem center;
}
.home_banner_sec .form-select:focus {
  box-shadow: none;
  border: 2px solid #0e94ce;
}

.swiper-pagination {
  position: absolute;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin: 0 auto;
  width: fit-content !important;
  right: 0;
  left: 0;
  bottom: 30px !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
  transition: ease-in-out 0.8s;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 30px !important;
  border-radius: 30px !important;
}

/* dealing with section css start */

.dw_sec {
  padding: 90px 0px;
}

.dw_sec .sec_heading_wrap {
  margin-bottom: 70px;
}

.dw_sec .item {
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  border: 2px solid #1d71b7;
  border-radius: 10px 10px 80px 10px;
  background: linear-gradient(
    0deg,
    rgb(219, 233, 245) 0%,
    rgb(255, 255, 255) 100%
  );
}

.top_img {
  height: 180px;
  object-fit: cover;
}

.dw_sec .item .content {
  padding: 0px 20px 30px 20px;
}

.dw_sec .item .icon_wrap {
  position: absolute;
  top: 30px;
  left: 20px;
}

  .dw_sec .item .title {
    font-size: 20px;
    width: 100%;
    max-width: 180px;
}

.dw_sec .item .desc {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dw_sec .item .btn1 {
  background-color: #1d71b7;
  color: #fff;
  padding: 8px 10px;
  border: 1px solid #fff;
  border-radius: 6px;
  font-size: 14px;
  width: fit-content;
  display: block;
}

.dw_sec .item .btn1 {
  background-color: #1d71b7;
  color: #fff;
  border-radius: 6px;
  padding: 8px 10px;
  border: 1px solid #fff;
  width: fit-content;
  display: inline-flex;
  display: block;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
  z-index: 1;
}

.dw_sec .item .btn1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f6b538;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  border-radius: inherit;
  z-index: -1;
}

.dw_sec .item .btn1:hover::before {
  transform: scaleX(1);
}

.dw_sec .item .btn1:hover {
  color: #000 !important;
}

.dw_sec .item .btn2 {
  font-size: 16px;
  display: block;
}

/* meet section css start  */

.meet_sec {
  padding: 80px 0px;
/*   background-image: url("../images/meet-sec-bg.webp"); */
}

.meet_sec .title {
  font-size: 32px;
}

.meet_sec .sub_title {
  font-size: 24px;
}

.meet_sec .desc {
  font-size: 18px;
}

.meet_sec .dr_desc {
  font-size: 15px;
}

.sec_btn {
  padding: 15px 10px;
  background: #f6b538;
  color: #000;
  border-radius: 6px;
  font-size: 18px;
  width: fit-content;
  display: block;
  align-items: center;
  text-align: start;
  position: relative;
  transition: color 0.35s ease;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.sec_btn:hover img {
  filter: brightness(0) invert(1);
}
.sec_btn img {
  transition: transform 0.4s ease;
}

.sec_btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: #094678;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}

.sec_btn:hover {
  color: white;
}

.sec_btn:hover::before {
  transform: scaleX(1);
}

.sec_sec_btn {
  background-color: #1d71b7;
  padding: 15px 20px;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  width: fit-content;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: block;
  transition: color 0.35s ease;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.sec_sec_btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: #f6b538;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

.sec_sec_btn:hover img {
  filter: brightness(0);
}

.sec_sec_btn img {
  transition: transform 0.4s ease;
}

.sec_sec_btn:hover {
  color: black;
}

.sec_sec_btn:hover::before {
  transform: scaleX(1);
}

.meet_sec .video_section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 370px;
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  border-radius: 20px;
}

.meet_sec .video_wrapper {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border: 4px solid #1d71b7;
  cursor: pointer;
  background: #000;
}

.meet_sec .video_thumbnail {
  width: 100%;
  display: block;
}

.meet_sec .play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgb(0 0 0 / 50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.3s;
  animation: videopulse 1.5s infinite;
}

videopulse animation {
  box-shadow: rgba(0, 0, 0, 0.035) 0px 0px 0px 18.8267px;
}
@keyframes videopulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 2041, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.meet_sec .play_button::before {
  content: "";
  border-left: 35px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 18px solid transparent;
  margin-left: 5px;
  transition: 0.3s;
}

.meet_sec iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 20px;
}

/* primary cta section css start */

.bg_properties {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.prim_cta_sec {
  padding: 35px 0px;
  background-image: url("../images/primary-cta-sec-bg.webp");
}

.prim_cta_sec .title {
  font-size: 32px;
}

.prim_cta_sec .desc {
  font-size: 20px;
  font-weight: 200;
}

.prim_cta_sec .button_wrap {
  gap: 20px;
}

.prim_btn {
  padding: 15px 20px;
  background: #fff;
  color: #1d71b7;
  border-radius: 6px;
  font-size: 18px;
  display: block;
  align-items: center;
  width: fit-content;
  text-align: start;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.prim_btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: #f6b538;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

.prim_btn:hover::before {
  transform: scaleX(1);
}

/* hover text black */
.prim_btn:hover {
  color: #000;
}

/* image black on hover */
.prim_btn img {
  transition: filter 0.3s ease;
}

.prim_btn:hover img {
  filter: brightness(0);
}

/* testimonial section css start */

.testimonial_sec {
  border-top: 5px solid #f2f5f7;
}

.testimonial_sec::before {
  position: absolute;
  content: "";
  background-image: url("../images/story-sec-left-bg-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.testimonial_sec::after {
  position: absolute;
  content: "";
  background-color: #f2f5f7;
  width: 50%;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.testimonial_sec .left {
  padding: 90px 90px 90px 0px;
  position: relative;
}

.testimonial_sec .left .title {
  font-size: 30px;
  color: #dff0ff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.testimonial_sec .left .desc {
  font-size: 18px;
}

.testimonial_sec .swiper-button-prev::before {
  content: url("../images/slider-white-left-arrow.webp");
}

.testimonial_sec .swiper-button-next:after {
  content: url("../images/slider-white-right-arrow.webp");
}

.swiper-button-lock {
  display: unset !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.testimonial_sec .swiper-button-prev {
  left: 0;
  top: 0;
}

.testimonial_sec .swiper-button-next {
  top: 0;
}

.testimonial_sec .swiper-button-next:after,
.testimonial_sec .swiper-button-prev:after {
  font-size: unset !important;
}

.testimonial_sec .video_slide_section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 315px;
  border-radius: 20px;
}

.testimonial_sec .video_slide_wrapper {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border: 4px solid #ffffff;
  cursor: pointer;
  background: #000;
}

.testimonial_sec .video_slide_thumbnail {
  width: 100%;
  display: block;
  object-fit: cover;
}

.testimonial_sec .video_slide_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgb(0 0 0 / 50%);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.3s;
  animation: videopulse 1.5s infinite;
}

.testimonial_sec .video_slide_play_button::before {
  content: "";
  border-left: 35px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 18px solid transparent;
  margin-left: 5px;
  transition: 0.3s;
}

.testimonial_sec iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 20px;
}

.testimonial_sec .right {
  padding: 90px 0px 90px 90px;
  position: relative;
}

.testimonial_sec .right {
  width: 100%;
  overflow: hidden;
}

.testimonial_sec .right .test_btn_prev::before {
  content: url("../images/test-sec-blue-up-arrow.webp");
}

.testimonial_sec .right .test_btn_next:after {
  content: url("../images/test-sec-blue-down-arrow.webp");
}

.testimonial_sec .right .test_btn_prev {
  top: 30px;
  position: absolute;
  right: 0;
}

.testimonial_sec .right .test_btn_next {
  bottom: 30px;
  position: absolute;
  right: 0;
}

.testimonial_sec .right .swiper {
  height: 485px;
}

.testimonial_sec .right .swiper-wrapper {
  align-items: flex-start;
}

.testimonial_sec .right .swiper-slide {
  height: auto;
  display: block;
}

.testimonial_sec .right .top_title {
  font-size: 24px;
}

.testimonial_sec .right .test_box {
  border: 2px solid #1d71b7;
  border-radius: 20px;
  padding: 30px 30px;
  background: linear-gradient(
    0deg,
    rgb(219, 233, 245) 0%,
    rgb(255, 255, 255) 100%
  );
  width: fit-content;
  position: relative;
  margin-top: 30px;
}

.testimonial_sec .right .test_box::before {
  content: "";
  width: 46px;
  height: 25px;
  background-image: url("../images/shape.webp");
  position: absolute;
  top: -25px;
  background-repeat: no-repeat;
  left: 50px;
}

.testimonial_sec .right .test_box .text {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* real patient section css start */

.rp_sec {
  padding: 90px 0px 60px 0px;
}

/* better way section css start */

.better_way_sec {
  padding: 75px 0px;
}

.treat_sec {
  background-color: #f2f5f7;
}

.better_way_sec .desc {
  font-size: 18px;
}

.better_way_sec .btnn {
  background-color: #1d71b7;
  border-radius: 6px;
  padding: 15px 25px;
  width: fit-content;
  display: block;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.better_way_sec .btnn::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: #f6b538;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

.better_way_sec .btnn:hover::before {
  transform: scaleX(1);
}

/* hover text black */
.better_way_sec .btnn:hover {
  color: #000 !important;
}

.better_way_sec .quote_box {
  padding: 20px 30px;
  border-radius: 15px;
  width: fit-content;
  border: 3px solid #1d71b7;
}

.better_way_sec .quote_box .text {
  font-size: 30px;
}

.better_way_sec .right .image_wrap {
  border: 4px solid #1d71b7;
  border-radius: 20px 20px 20px 120px;
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  overflow: hidden;
  width: 90%;
}

.better_way_sec .right .image_wrap .image {
  height: 350px;
  object-fit: cover;
}

.blue_down_coma {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: white;
  left: -15px;
  top: -15px;
}

.blue_down_coma img,
.blue_up_coma img {
  max-width: 35px;
  object-fit: cover;
}

.blue_up_coma {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: white;
  right: -20px;
  bottom: -20px;
}

/* choose us section css start */

.bg_light {
  background-color: #f2f5f7;
}

.choose_us_sec {
  padding: 80px 0px;
}

.choose_us_sec .sec_heading_wrap {
  margin-bottom: 90px;
}

.choose_us_sec .choose_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0px;
}

.choose_us_sec .item {
  border-right: 2px solid #c8c8c8;
  padding: 0px 20px;
}

.choose_us_sec .item:last-child {
  border-right: 0px;
}

.choose_us_sec .item .choose_icon {
  width: 120px;
  height: 120px;
  border-radius: 40%;
  border: 2px solid #1d71b7;
  box-shadow: 0px 18px 23px 0px rgba(3, 40, 50, 0.16);
  background: linear-gradient(
    0deg,
    rgb(219, 233, 245) 0%,
    rgb(255, 255, 255) 100%
  );
}

.choose_us_sec .item .title {
  font-size: 18px;
}

.choose_us_sec .item .desc {
  font-size: 18px;
}

/* footer section css start */

.footer_sec {
  padding: 80px 0px;
  background-color: #355a79;
}

.footer_sec .footer_container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}

.footer_sec .footer_logo {
  margin-bottom: 40px;
}

.footer_sec .info_wrap {
  width: fit-content;
  margin-bottom: 20px;
}

.footer_sec .info_wrap:last-child {
  margin-bottom: 0px;
}

.footer_sec .info_icon {
  width: 32px;
  height: 32px;
  background: #72a4bc;
  border-radius: 50%;
  transition: 0.2s ease-in;
	flex-shrink:0;
}

.footer_sec .info_icon:hover {
  transform: translateY(3px);
}

.footer_sec .info_wrap:last-child .info_box {
  align-items: start !important;
}

.footer_sec .info_icon i {
  color: #355a79;
  font-size: 18px;
}

.footer_sec .info_text {
  font-family: "roboto-medium";
  line-height: 1.3;
  color: #ffffff;
  letter-spacing: 1px;
}

.footer_sec .footer_menu .title {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 50px;
  font-family: "roboto-bold";
  position: relative;
}

.footer_sec .footer_menu .title:before {
  position: absolute;
  content: "";
  bottom: -20px;
  width: 40px;
  height: 2px;
  background-color: #72a4bc;
}

.footer_sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_sec .footer_menu ul li {
  line-height: 2.5;
}

.footer_sec .footer_menu ul li a {
  color: #9cb6cb;
  font-size: 16px;
  text-decoration: none;
  font-family: "roboto-medium";
}

.footer_sec .footer_menu ul li a:hover {
  border-bottom: 2px solid #72a4bc;
}

.footer_sec .social_icons {
  gap: 15px;
}

.footer_sec .social_icons .icon {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 50%;
}

.footer_sec .social_icons .icon i {
  color: #355a79;
  font-size: 26px;
}

.footer_sec .social_icons .icon:hover i {
  color: #fff;
}

.footer_sec .social_icons .icon:hover {
  background-color: #72a4bc;
}

/* pre loader css start */

#preloader-spinner {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

/* The circular spinner */
.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid rgba(0, 0, 0, 0.15);
  border-top-color: #1d71b7;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
}

/* Rotation animation */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#preloader-spinner.loaded {
  opacity: 0;
  pointer-events: none;
}

/* pre loader css end */

/* conditions page css start from here */

/* banner section css start */

.conditions_banner {
  background-image: url("../images/conditions-banner-bg.webp");
  position: relative;
}

.conditions_banner .left {
  padding: 65px 0;
}

.conditions_banner .left .title {
  font-size: 48px;
}

.conditions_banner .left .desc {
  font-size: 24px;
  margin-bottom: 40px;
}

/* jaw pain section css start */

.jp_sec {
  background-image: url("../images/jp-sec-bg.webp");
  padding: 80px 0px 115px 0px;
}

.jp_sec .left .image_wrap {
  border: 4px solid #1d71b7;
  border-radius: 20px 20px 120px 20px;
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  overflow: hidden;
  width: 90%;
}

/* .jp_sec img {
  width: 100%;
}
 */
.jp_sec .desc {
  font-size: 20px;
}

/* treatment section css start */

.tj_sec {
  padding: 80px 0px;
}

.tj_sec .row {
  margin: 0 auto;
}

.tj_sec .sec_heading_wrap {
  margin-bottom: 65px;
}

.tj_sec .tj_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
.tj_sec .item {
  position: relative;
}

.tj_sec .item .icon_wrap {
  width: 120px;
  height: 120px;
  border: 2px solid #1d71b7;
  border-radius: 50px;
  background-image: linear-gradient(
    0deg,
    rgb(219, 233, 245) 0%,
    rgb(255, 255, 255) 100%
  );
  box-shadow: 0px 18px 23px 0px rgba(3, 40, 50, 0.16);
  position: relative;
}

.tj_sec .item .item_no_wrap {
  border: 4px solid white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: -20px;
  left: -30px;
}

.tj_sec .item:last-child .arrow_img_wrap {
  display: none;
}

.tj_sec .item .text {
  font-size: 36px;
}

.tj_sec .item .arrow_img_wrap {
  position: absolute;
  right: -90px;
  top: 30px;
}

.tj_sec .item .title {
  font-size: 24px;
  width: 100%;
  max-width: 185px;
  margin: 0 auto;
}

.tj_sec .item .desc {
  font-size: 18px;
}

.tj_sec .button_wrap {
  margin-top: 40px;
}

.tj_sec .blue_btn {
  background-color: #1d71b7;
  color: #fff;
  border-radius: 6px;
  padding: 15px 25px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.tj_sec .blue_btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: #f6b538;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}

.tj_sec .blue_btn:hover::before {
  transform: scaleX(1);
}

.tj_sec .blue_btn:hover {
  color: #000 !important;
}

/* common section css start */

.common_sec {
  padding: 100px 0px 80px 0px;
}

.common_sec .sec_heading_wrap {
  margin-bottom: 70px;
}

.common_sec .item {
  border: 2px solid #1d71b7;
  border-radius: 10px 10px 100px 10px;
  background: linear-gradient(
    0deg,
    rgb(35, 134, 216) 0%,
    rgb(29, 113, 183) 100%
  );
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  padding: 20px 40px 20px 20px;
  gap: 25px;
}

.common_sec .item .image_wrap {
  transition: 0.3s ease-in;
}
.common_sec .item .image_wrap:hover {
  transform: translateY(5px);
}

.common_sec .item .image_wrap .img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  object-fit: cover;
}

.common_sec .item .title {
  font-size: 20px;
  line-height: 1.2;
}

/* form section css start */

.form_sec .left {
  padding: 80px 80px 80px 0px;
}

.form_sec::before {
  position: absolute;
  content: "";
  background-image: url("../images/form-sec-left-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.form_sec::after {
  position: absolute;
  content: "";
  background-image: url("../images/form-sec-right-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.form_sec .left .name {
  font-size: 30px;
}

.form_sec .left .name_box_wrap {
  padding: 40px 60px;
  border-radius: 10px;
  border: 2px solid white;
}

.form_sec .left .name_box_wrap .desc {
  font-size: 28px;
}

.form_sec .left .name_box_wrap .white_down_coma {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: white;
  left: -20px;
  top: -15px;
  border-radius: 50%;
}

.form_sec .left .name_box_wrap .white_up_coma {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: white;
  right: -20px;
  bottom: -15px;
  border-radius: 50%;
}

.form_sec .right {
  padding: 80px 40px 80px 80px;
}

.form_sec .form-label {
  font-size: 20px;
  color: #000;
  font-family: "roboto-medium";
}

.form_sec .form_control,
.form_sec .form-select {
  padding: 8px 20px;
  border-radius: 4px;
  outline: 0;
  border-color: #ffffff;
  border: 1px solid #c0c9ce;
  font-size: 18px;
  color: #000;
}

.form_sec .form_control:focus,
.form_sec .form-select:focus {
  box-shadow: none;
  border-radius: 4px;
  border-color: #ffffff;
  color: #000;
  outline: 0;
  border: 1px solid #c0c9ce;
}

textarea {
  resize: none;
}

.form_sec textarea::placeholder {
  font-size: 20px;
  color: #000;
}

.form_sec .right .btnn {
  background-color: #1d71b7;
  color: #fff;
  border-radius: 6px;
  padding: 15px 25px;
  width: fit-content;
  display: block;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
	    border: 0;

}

/* hover background slide - yellow */
.form_sec .right .btnn::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: #f6b538;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}

.form_sec .right .btnn:hover::before {
  transform: scaleX(1);
}

/* hover text black */
.form_sec .right .btnn:hover {
  color: #000 !important;
}

/* area page css start from here */

.area_banner {
  background-image: url("../images/area-banner-bg.webp");
}

/* tmj treatment sectionc css start */

.prim_blue_btn {
  background-color: #1d71b7;
  color: #fff;
  border-radius: 6px;
  padding: 15px 25px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease;
  z-index: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
}

.prim_blue_btn:hover {
  color: #000 !important;
}

.prim_blue_btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: #f6b538;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

.prim_blue_btn:hover::before {
  transform: scaleX(1);
}

.prim_blue_btn img {
  transition: filter 0.3s ease;
}

.prim_blue_btn:hover img {
  filter: brightness(0);
}

/* tmj treatment section css start */

.tmj_treat_sec {
  padding: 90px 0px;
}

.tmj_treat_sec .desc {
  font-size: 20px;
}

.tmj_treat_sec .item_wrap {
  margin-bottom: 35px;
}

.tmj_treat_sec .item {
  margin-top: 15px;
  border: 1px solid #1d71b7;
  padding: 10px 30px 10px 15px;
  border-radius: 0px 30px 30px 30px;
  transition: transform 0.3s ease;
  box-shadow: 0px 8px 18px 0px rgba(3, 40, 50, 0.1);
}


.tmj_treat_sec .item:hover {
  transform: translateX(5px);
}

.tmj_treat_sec .item .title {
  font-size: 18px;
}

.tmj_treat_sec .first_img_wrap {
  border: 4px solid #1d71b7;
  border-radius: 20px 20px 120px 20px;
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  overflow: hidden;
  width: 90%;
  position: relative;
  z-index: 1;
}

.tmj_treat_sec .right .first_img_wrap {
  float: right;
}

.tmj_treat_sec .right .sec_img_wrap {
  float: left;
  margin-top: -65px;
  margin-left: -15px;
}

.tmj_treat_sec .first_img_wrap img {
  height: 370px;
  object-fit: cover;
}

.tmj_treat_sec .sec_img_wrap {
  border: 4px solid #1d71b7;
  border-radius: 20px 20px 20px 120px;
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  overflow: hidden;
  width: fit-content;
  position: relative;
  z-index: 1;
}

.tmj_treat_sec .sec_img_wrap img {
  height: 350px;
  width: 375px;
  object-fit: cover;
}

/* migrane section css start */

.migrane_sec {
  background-color: #f2f5f7;
}

.migrane_sec .first_img_wrap {
  border-radius: 20px 20px 20px 120px;
}

.migrane_sec .sec_img_wrap {
  border-radius: 20px 20px 120px 20px;
}

.migrane_sec .sec_img_wrap img {
  height: 290px;
}

.migrane_sec .left .sec_img_wrap {
  float: right;
  margin-top: -65px;
  margin-right: -15px;
}

/* sleep apnea section css start */

.sleep_sec .sec_img_wrap img {
  height: 250px;
}

/* real pateint slider section css start */

.rp_slider_sec {
  padding: 85px 0px;
}

.rp_slider_sec .top_title {
  font-size: 24px;
}

.rp_slider_sec .test_box {
  border: 2px solid #1d71b7;
  border-radius: 20px;
  padding: 30px 35px;
  background: linear-gradient(
    0deg,
    rgb(219, 233, 245) 0%,
    rgb(255, 255, 255) 100%
  );
  width: fit-content;
  position: relative;
  margin-top: 30px;
}

.rp_slider_sec .test_box .text {
  font-size: 20px;
	 display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.rp_slider_sec .swiper-button-prev {
  left: 0px;
}
.rp_slider_sec .swiper-button-next {
  right: 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: unset !important;
}

.rp_slider_sec .swiper-button-prev::before {
  content: url("../images/test-sec-blue-up-arrow.webp");
  transform: rotate(-90deg);
}

.rp_slider_sec .swiper-button-next::after {
  content: url("../images/test-sec-blue-down-arrow.webp");
  transform: rotate(-90deg);
}

.rp_slider_sec .test_box::before {
  content: "";
  width: 46px;
  height: 25px;
  background-image: url("../images/shape.webp");
  position: absolute;
  top: -25px;
  background-repeat: no-repeat;
  left: 50px;
}

/* area form section css start */

.service_form_sec::before {
  background-image: url("../images/service-sec-left-img.webp");
}

.service_form_sec .item {
  border-radius: 10px 10px 50px 10px;
  box-shadow: 0px 12px 23px 0px rgba(6, 137, 247, 0.23);
  background: linear-gradient(
    1deg,
    rgb(35, 134, 216) 0%,
    rgb(29, 113, 183) 100%
  );
  padding: 20px 30px;
  border: 2px solid #38a0ff;
  margin-bottom: 55px;
}

.service_form_sec .item:last-child {
  margin-bottom: 0px;
}

.service_form_sec .serv_title {
  font-size: 24px;
}

.service_form_sec .serv_desc {
  font-size: 18px;
}

.check_icon_wrap {
  background-color: #063862;
  border-radius: 50%;
  box-shadow: 0px 12px 23px 0px rgba(26, 214, 132, 0.48);
  border: 2px solid white;
  width: 45px;
  height: 45px;
  position: absolute;
  right: -20px;
  top: -25px;
}

/* about page css start from here */

/* banner section css start */

.about_banner {
  background-image: url("../images/abt-banner-bg.webp");
}

.about_banner.inside-banner:before {
  background: linear-gradient(to right, #1a6fbe 50%, #ff99cc00 70%);
}

/* practice section css start */

.practice_sec {
  padding: 90px 0px;
}

.practice_sec .left .desc {
  font-size: 20px;
}

.practice_sec .right {
  float: right;
}

.practice_sec .right .image_wrap {
  border: 4px solid #1d71b7;
  border-radius: 20px 20px 120px 20px;
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  overflow: hidden;
  width: 90%;
  float: right;
}

.practice_sec .right .quote_box {
  border: 4px solid #1d71b7;
  padding: 20px 15px 20px 45px;
  border-radius: 20px 20px 20px 65px;
  background: linear-gradient(
    102deg,
    rgb(228, 242, 254) 0%,
    rgb(223, 238, 255) 100%
  );
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  float: right;
  width: fit-content;
  margin-top: -60px;
  margin-right: 100px;
  position: relative;
}

.practice_sec .right .quote_desc {
  font-size: 24px;
}

.practice_sec .right .dr_name {
  font-size: 16px;
  float: right;
  margin-top: 10px;
}

.practice_sec .right .quote_box .blue_coma_wrap {
  position: absolute;
  content: "";
  top: -20px;
  right: 20px;
}

/* about meet section css start */

.abt_meet_sec .desc {
  font-size: 20px;
}
.abt_meet_sec {
  background: #f2f5f7 !important;
}

/* dedicated section css start */

.dedicated_sec {
  padding: 100px 0px;
  background-image: url("../images/meet-sec-bg.webp");
}

.dedicated_sec .left .image_wrap {
  border-radius: 20px;
  box-shadow: 0px 12px 23px 0px rgba(6, 137, 247, 0.23);
  border: 4px solid #1d71b7;
  overflow: hidden;
}

.dedicated_sec .left .icon_wrap {
  width: 95px;
  height: 95px;
  background-color: #1d71b7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dedicated_sec .left .image {
  height: 220px;
  object-fit: cover;
}

.dedicated_sec .right .desc {
  font-size: 20px;
}

/* our approach care section css start */

.our_ac_sec {
  padding: 90px 0px;
}

.our_ac_sec .item {
  background: linear-gradient(
    290deg,
    rgb(35, 134, 216) 0%,
    rgb(29, 113, 183) 100%
  );
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  border: 2px solid #1d71b7;
  border-radius: 10px 10px 120px 10px;
  padding: 45px 45px 45px 30px;
  transition: all 0.3s ease;
}

.our_ac_sec .item:hover {
  transform: translateY(5px);
}

.our_ac_sec .item .title {
  font-size: 24px;
}

.our_ac_sec .item .desc {
  font-size: 20px;
}

.our_ac_sec .item .tick_wrap {
  width: 50px;
  height: 50px;
  background-color: #13bc84;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: -25px;
  right: 25px;
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
}

/* conditions section css start */

.conditons_sec {
  background-color: #f2f5f7;
  padding: 80px 0px;
}

.conditons_sec .desc {
  font-size: 20px;
}

/* secondary CTA section css start */

.secondary_cta_sec {
  background-image: url("../images/secondary-cta-sec-bg.webp");
}

.secondary_cta_sec .left .desc {
  font-size: 24px;
}

.secondary_cta_sec .right {
  float: right;
}

/* Cta section css start */

.about_cta_sec a {
  width: 308px;
  text-align: center;
}

/* about dr john page css start from here */

/* banner section css start */

.abt_dr_banner {
  padding: 65px 0px;
  background-image: url("../images/abt-dr-john-banner-bg.webp");
}

.inside-banner {
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-position: right;
  z-index: 1;
	    background-size: 55% auto;
}

.inside-banner:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #1a6fbe 45%, #ff99cc00 62%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner_heading {
  font-size: 48px;
}

.banner_desc {
  font-size: 20px;
}
/* dr john section css start */

.dr_john_sec {
  padding: 75px 0px;
}

.dr_john_sec .left .image_wrap {
  border: 4px solid #1d71b7;
  border-radius: 20px 20px 120px 20px;
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  overflow: hidden;
  width: 90%;
}

.dr_john_sec .image_wrap img {
  height: 375px;
  object-fit: cover;
}

.dr_john_sec .desc {
  font-size: 20px;
}

/* clinical section css start */

.clinical_sec {
  padding: 80px 0px;
  background-color: #f2f5f7;
}

.clinical_sec .left {
  background-color: #095a9e;
  padding: 60px 50px;
  border-radius: 20px 0px 0px 20px;
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
}

.clinical_sec .left .nav-tabs .nav-link {
  position: relative;
}

.clinical_sec .left .nav-tabs .nav-link.active::after {
  position: absolute;
  content: "";
  right: -70px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #095a9e;
  z-index: 10;
}

.clinical_sec .left .nav-tabs {
  border-bottom: none;
  flex-direction: column;
  gap: 0;
}

.clinical_sec .left .nav-tabs .nav-item {
  border-bottom: 2px solid #4799de;
  margin-top: 20px;
}

.clinical_sec .left .nav-tabs .nav-item:first-child {
  margin-top: 0;
}

.clinical_sec .left .nav-tabs .nav-item:last-child {
  border-bottom: none;
}

.clinical_sec .left .nav-tabs .nav-link {
  border: none;
  background: transparent;
  padding: 0 0 20px 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "roboto-bold";
  line-height: 1.2;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
}

.clinical_sec .left .nav-tabs .nav-item:last-child .nav-link {
  padding-bottom: 0;
}

.clinical_sec .left .nav-tabs .nav-link.active {
  color: #fff;
}

.clinical_sec .right {
  background-color: #1e74bc;
  padding: 60px 80px;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
}

.clinical_sec .right .desc {
  font-size: 20px;
}

.clinical_sec .right .item:last-child {
  margin-bottom: 0px !important;
}

/* ps section css start  */

.ps_sec {
  overflow: hidden;
}

.ps_sec .left .image {
  left: 0px;
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.ps_sec .right {
  padding: 90px 50px 100px 60px;
}

.ps_sec .right .desc {
  font-size: 20px;
  margin-bottom: 45px;
}

.ps_sec .swipper_wrapper .top_title {
  font-size: 24px;
}

.ps_sec .swipper_wrapper .test_box::before {
  content: "";
  width: 46px;
  height: 25px;
  background-image: url("../images/shape.webp");
  position: absolute;
  top: -25px;
  background-repeat: no-repeat;
  left: 50px;
}

.ps_sec .swipper_wrapper .test_box {
  border: 2px solid #1d71b7;
  border-radius: 20px;
  padding: 30px 35px;
  background: linear-gradient(
    0deg,
    rgb(219, 233, 245) 0%,
    rgb(255, 255, 255) 100%
  );
  position: relative;
  margin-top: 30px;
}

.ps_sec .right .swipper_wrapper .text {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ps_sec .swipper_wrapper .swiper-button-prev,
.ps_sec .swipper_wrapper .swiper-button-next {
  right: 0px;
}

.ps_sec .swipper_wrapper .swiper-button-prev::before {
  content: url("../images/test-sec-blue-up-arrow.webp");
  transform: rotate(-90deg);
}

.ps_sec .swipper_wrapper .swiper-button-next::after {
  content: url("../images/test-sec-blue-down-arrow.webp");
  transform: rotate(-90deg);
}

/* staff page css start from here */

/* banner section css start */

.staff_banner {
  padding: 65px 0px 65px 0px;
  background-image: url("../images/staff-banner-bg.webp");
}

.staff_banner.inside-banner:before {
  background: linear-gradient(to right, #1a6fbe 50%, #1a6fbe00 70%);
}

/* DDS section css start */

.dds_sec {
  padding: 180px 0px 90px 0px;
}

.dds_sec .desc {
  font-size: 20px;
}

.dds_sec .quote_box {
  border: 4px solid #1d71b7;
  padding: 20px 40px;
  border-radius: 20px 20px 60px 20px;
  background: linear-gradient(
    102deg,
    rgb(228, 242, 254) 0%,
    rgb(223, 238, 255) 100%
  );
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  width: fit-content;
  position: relative;
  margin-bottom: 40px;
}

.dds_sec .quote_box .quote_desc {
  font-size: 28px;
}

.dds_sec .quote_box .dr_name {
  font-size: 16px;
}

.dds_sec .quote_box .blue_coma_wrap {
  position: absolute;
  content: "";
  top: -20px;
  right: 20px;
}

.dds_sec .blue_box_wrap {
  box-shadow: 0px 23px 45px 0px rgba(3, 40, 50, 0.22);
  border-radius: 20px 120px 20px 20px;
  border: 4px solid #1d70b6;
  width: fit-content;
  /* overflow: hidden; */
}

.dds_sec .blue_box_wrap .blue_box_img {
  border-radius: 15px 107px 15px 15px;
}

.dds_sec .dr_image_wrap {
  position: absolute;
  top: -113px;
  right: -15px;
}

.dds_sec .dr_image_wrap img {
  filter: drop-shadow(8.866px -9.508px 40px rgba(7, 46, 79, 0.38));
}
/* exp professionals section css start */

.exp_prof_sec {
  padding: 75px 0px;
  background-color: #f2f5f7;
}

.exp_prof_sec .sec_heading_wrap {
  margin-bottom: 80px;
}

.exp_prof_sec .item .image_wrap {
  border-radius: 120px 20px 20px 20px;
  border: 4px solid #1d70b6;
  overflow: hidden;
  height: 345px;
}
.exp_prof_sec .item .name {
  font-size: 24px;
}

.exp_prof_sec .item .desc {
  font-size: 20px;
}

.exp_prof_sec .item .image_wrap .image {
  object-fit: cover;
}

/* inner page css start from here */

/* banner section css start */

.inner_page_banner {
  padding: 100px 0px!important;
/*   background-color: #1d71b7; */
}

.inner_sec .sec_img_wrap img {
  height: 255px;
}

.inner_sec .item {
  border: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
}

.inner_sec .item:hover {
  transform: unset;
}

.inner_sec .item .title {
  font-family: "roboto-regular";
}

/* alternate section css start from here */

.alternate_sec {
  padding: 90px 0px;
  background-color: #f2f5f7;
}

.alternate_sec .content_wrap .desc {
  font-size: 20px;
}

.alternate_sec .content_wrap .title {
  font-size: 24px;
}

.alternate_sec .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #bbc6cd;
  margin-top: 30px !important;
}

 .content_box {
  margin-top: 90px;
  background-color: rgb(225, 241, 251);
  border-radius: 20px;
  border: 1px solid #80afd6;
  padding: 40px;
}

 .content_box .text {
  font-size: 20px;
}

/* contact page css start from here */

/* banner section css start */

.contact_banner {
  padding: 70px 0px 85px 0px;
  background-image: url("../images/contact-banner-bg.webp");
}

/* contact section css start */

.contact_sec {
  padding: 80px 0px 60px 0px;
  background-color: #eff4f6;
}

.contact_sec .main_item_wrap {
  border: 1px solid #1d71b7;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 8px 18px 0px rgba(3, 40, 50, 0.1);
}

.contact_sec .item {
  padding: 25px 30px;
}

.contact_sec .cs_child:nth-child(1) .item {
  background: #fff;
}

.contact_sec .cs_child:nth-child(2) .item {
  background-color: #ebf6ff;
}

.contact_sec .cs_child:nth-child(3) .item {
  background-color: #dcefff;
}

.contact_sec .item .icon_wrap {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 0 auto 25px auto;
  box-shadow: 0px 18px 38px 0px rgba(35, 169, 225, 0.24);
  border: 2px solid #1d71b7;
}

.contact_sec .item .title {
  font-size: 20px;
}

.contact_sec .item .desc {
  font-size: 18px;
}

.contact_sec a {
  box-shadow: inset 0px -3px 0px 0px rgba(43, 23, 0, 0.17);
  margin: 0 auto;
  width: 220px;
  text-align: center;
}

/* contact form section css start */

.contact_form_sec {
  background-color: #eff4f6;
}

.contact_form_sec .left {
  background-image: url("../images/contact-form-sec-left-img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #c8d0d6;
  box-shadow: 0px 18px 23px 0px rgba(0, 4, 5, 0.1);
  border-radius: 20px 0px 0px 20px;
  border-right: 0px;
  padding: 80px 60px;
}

.contact_form_sec .left .item:last-child {
  margin-bottom: 0px !important;
}

.contact_form_sec .left .item .text {
  font-size: 24px;
}

.contact_form_sec .right {
  background-color: white;
  padding: 80px 60px;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 0px 18px 23px 0px rgba(0, 4, 5, 0.1);
  border: 1px solid #c8d0d6;
}

.contact_form_sec .title {
  font-size: 36px;
}

.contact_form_sec .right .desc {
  font-size: 20px;
}

.contact_form_sec .form-label {
  font-size: 18px;
  color: #000000;
  font-family: "roboto-bold";
}

.contact_form_sec .input_css {
  font-size: 18px;
  color: #000000;
  font-family: "roboto-regular";
  border: 2px solid #c8d0d6;
  padding: 8px 16px;
}

.contact_form_sec .input_css:focus {
  box-shadow: none;
}

textarea {
  resize: none;
}

.input_css::placeholder {
  color: #000000 !important;
}

/* map section css start */

.find_us_sec {
  background-color: #eff4f6;
  padding: 80px 0px;
}

.find_us_sec .fu_inner_wrap {
  padding: 40px 20px;
  border-radius: 20px;
  border: 1px solid #e1e9eb;
  background-color: #fff;
  box-shadow: 0px 18px 23px 0px rgba(0, 14, 34, 0.1);
}

.find_us_sec .fu_inner_wrap .tc_wrap .title {
  font-size: 30px;
}

.find_us_sec .fu_inner_wrap .tc_wrap {
  position: relative;
}

.find_us_sec .fu_inner_wrap .tc_wrap .loc_wrap {
  position: absolute;
  right: 0;
  top: 0px;
}

.find_us_sec .fu_inner_wrap .loc_text {
  font-size: 18px;
}

.find_us_sec iframe {
  border-radius: 10px;
}

.find_us_sec .button_wrap a {
  width: 220px;
  text-align: center;
  box-shadow: 0px 16px 23px 0px rgba(35, 169, 225, 0.14);
}

/* testimonial page css start from here */

/* banner section css start */

.testimonials_banner {
  padding: 100px 0px;
  background-image: url("../images/testimonials-banner-bg.webp");
}

/* video testimonials section css start */

.video_testi_sec {
  padding: 65px 0px 65px 0px;
  background-color: #f2f5f7;
}

.video_testi_sec .nav-tabs {
  border-bottom: none;
  padding: 0px 15px;
}

.video_testi_sec .nav-tabs .nav-item {
  flex: 1 1 50%;
}

.video_testi_sec .nav-tabs .nav-link {
  background: #ffffff;
  border-bottom: none;
  font-size: 24px;
  padding: 25px 0px;
  color: #000;
  width: 100%;
  font-family: "roboto-bold";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid #186ab3;
  height: 100%;
}

.video_testi_sec .nav-tabs .nav-item:first-child .nav-link {
  border-radius: 10px 0 0 10px;
}

.video_testi_sec .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 10px 10px 0;
}

.video_testi_sec .nav-tabs .nav-link img {
  filter: brightness(0);
}

.video_testi_sec .nav-tabs .nav-link.active {
  background: #1d71b7;
  color: #fff;
  border-radius: inherit;
  box-shadow:
    1px 0px 0px 0px rgba(1, 33, 7, 0.16),
    inset 0px -3px 0px 0px rgba(2, 27, 47, 0.15);
}

.video_testi_sec .nav-tabs .nav-link.active img {
  filter: brightness(0) invert(1);
}

/* Video Card */
.video_testi_sec .video-card {
  border: 4px solid #1d71b7;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 6px 32px 0px rgba(3, 40, 50, 0.1);
  background: #1d71b7;
  height: 100%;
}

/* Video wrapper with 16:9 ratio */
.video_testi_sec .video-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  background: #000;
}

.video_testi_sec .video-wrapper iframe,
.video_testi_sec .video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Blue info bar */
.video_testi_sec .video-info {
  background: #1d71b7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
}

.video_testi_sec .video-info a {
  font-size: 16px;
}

.video_testi_sec .video-info .desc {
  font-size: 14px;
}

/* Play/Pause button - circular like YouTube */

.video_testi_sec .play-btn {
  border: none;
  position: relative;
  background: transparent;
}

/* Play triangle */
.video_testi_sec .play-btn.play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/* Pause bars */
.video_testi_sec .play-btn.pause::before {
  content: "";
  display: block;
  width: 7px;
  height: 20px;
  background: white;
  position: relative;
  left: -12px;
}
.video_testi_sec .play-btn.pause::after {
  content: "";
  display: block;
  width: 7px;
  height: 20px;
  background: white;
  position: absolute;
  left: 0px;
  top: 0;
}

.loadmore_wrap .btnn {
  background-color: #fff;
  padding: 6px 0px;
  border: 1px solid #1d71b7;
  border-radius: 30px;
  font-size: 18px;
  position: relative;
  transition: 0.2s ease-in;
}

.loadmore_wrap .btnn:hover {
  background-color: #1d71b7;
  color: #fff !important;
}

.loadmore_wrap {
  padding: 0px 15px;
  width: 100%;
  display: inline-grid;
}

.loadmore_wrap .btnn::before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-right: 8px solid transparent;
  border-top: 12px solid #1d71b7;
  border-left: 8px solid transparent;
}

/* other testimonials section css start */


.other_testi_sec .item {
  padding: 30px 25px 20px 25px;
  border-radius: 20px;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 6px 32px 0px rgba(3, 40, 50, 0.1);
  background-color: #fff;
}

.other_testi_sec .item .profile_img_wrap {
  border: 2px solid #1d71b7;
  border-radius: 20px;
  width: fit-content;
  overflow: hidden;
}

.other_testi_sec .item .profile_img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.other_testi_sec .item .name {
  font-size: 18px;
}

.other_testi_sec .item .post {
  font-size: 16px;
}

.other_testi_sec .item .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.other_testi_sec .read_more {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  font-family: "roboto-bold";
  font-size: 16px;
}

.other_testi_sec i {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #1d71b7;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in;
}

.other_testi_sec i:hover {
  background-color: #1d71b7;
  color: #fff;
}

.other_testi_sec .item .coma_wrap {
  position: absolute;
  content: "";
  top: 20px;
  right: 20px;
}

/* CTA section css start */

.testi_cta_sec .left .desc {
  font-size: 28px;
  font-family: "roboto-light";
}



/* Conversion Css  */
.white_up_coma {
    display: none !important;
}
.white_down_coma {
    display: none !important;
}
.swiper-slide.swiper-slide-active .white_down_coma {
    display: flex !important;
}
.swiper-slide.swiper-slide-active .white_up_coma {
    display: flex !important;
}
.form_sec form p {
    margin-bottom: 0;
}
.mobile-nav .has-dropdown {
    position: relative;
}

.mobile-nav .submenu-toggle {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
    z-index: 2;
    color: #fff;
}

.mobile-nav .dropdown-menu {
    display: none;
    padding-left: 15px;
}
.mobile-nav .dropdown-menu .nav-item .nav-link {
    color: #1d71b7 !important;
    border-bottom: 1px solid rgb(192 227 255);
}
.mobile-nav .dropdown-menu .nav-item:last-child .nav-link {
    border-bottom: none !important;
}
.mobile-nav .dropdown-menu {
    padding: 0 !important;
}
/* .vc_column_container>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
} */
.quote_sec {
    padding-bottom: 90px;
}
.tmj_treat_sec.inner_sec .left .sec_img_wrap {
    float: right;
    margin-top: -55px;
    border-radius: 20px 20px 120px 20px;
}
.tmj_treat_sec.inner_sec .left .first_img_wrap {
    border-radius: 20px 20px 20px 120px;
}
.video_content_sec .video_wrapper {
    border: 4px solid #1d71b7;
    border-radius: 20px;
}
.video_content_sec .video_wrapper iframe {
    border-radius: 16px;
}
.video_content_sec {
    padding: 60px 0px;
}
.name_box_wrap {
    overflow: visible !important;
}
.form_sec .left .testimonialFormSlider {
    padding: 0px 30px;
}

/* Blog Archive Styles */
.blog_archive_sec {
  background-color: #f8f9fa !important;
}

.blog_card {
  transition: transform 0.3s ease;
  border-radius: 15px !important;
}

.blog_card:hover {
  transform: translateY(-5px);
}

.blog_img img {
  height: 250px;
  object-fit: cover;
}

.blog_title a {
  color: #000;
  transition: color 0.3s ease;
}

.blog_card:hover .blog_title a {
  color: #1d71b7;
}

.text_sky {
  color: #1d71b7 !important;
}

.bg_sky {
  background-color: #1d71b7 !important;
}

.border_sky {
  border: 1px solid #1d71b7 !important;
}

.read_more_btn {
  transition: transform 0.3s ease;
}

.read_more_btn:hover {
  transform: translateX(5px);
}

/* Sidebar Styles */

.sidebar_widget {
  border-radius: 15px !important;
  border: none;
  border:2px solid #1d71b7;
}
.cta_overlay{
  min-height: 500px;
}
.categories_widget ul li {
  transition: background 0.3s ease;
}

.categories_widget ul li:hover {
  background-color: #f1f8fe;
}

.categories_widget .icon_box img {
  transition: transform 0.3s ease;
}

.categories_widget ul li:hover .icon_box img {
  transform: scale(1.1);
}

.hover-sky:hover span {
  color: #1d71b7;
}

.test_sidebar_slider {
  padding-bottom: 20px;
}

.btn_orange {
  background-color: #f6b538;
  color: #000;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn_orange:hover {
  background-color: #094678;
  color: #fff !important;
}

.load_more_btn:hover {
  background-color: #1d71b7 !important;
  color: #fff !important;
}

.cursor-pointer {
  cursor: pointer;
}

.italic {
  font-style: italic;
}

@media (max-width: 991px) {
  .blog_img img {
    height: 200px;
  }
}
.video_sec_mg .video_content_sec {
    padding-top: 0;
}
/* Global Search Form Styling */
.search_row form,
form.search-form {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: max-content;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 10px 30px rgba(29, 113, 183, 0.1);
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #1d71b7;
  padding: 0 !important;
}

.search_row input[type="text"],
.search_row input[type="search"],
.search-form input[type="search"] {
  border: none !important;
  padding: 12px 25px;
  flex-grow: 1;
  outline: none;
  font-size: 16px;
  background: transparent;
  margin: 0 !important;
}

.search_row input[type="submit"],
.search_row button,
.search-form input[type="submit"],
.search-form button {
  background: #1d71b7 !important;
  color: white !important;
  border: none !important;
  padding: 15px 30px !important;
  transition: 0.3s;
  font-family: "roboto-bold";
  cursor: pointer;
  margin: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
}

.search_row input[type="submit"]:hover,
.search_row button:hover,
.search-form input[type="submit"]:hover,
.search-form button:hover {
  background: #094678 !important;
}

/* Specific WP classes if present */
form.search-form label {
  margin: 0;
  flex-grow: 1;
  display: flex;
  align-items: stretch;
}

/* Home Popup */

#conditionsPopup .modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
}

#conditionsPopup .modal-header {
    background: #003366; 
    padding: 20px 30px;
    border-radius: 0;
}

#conditionsPopup .modal-title {
    color: #ffffff !important;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#conditionsPopup .btn-close {
    filter: invert(1) brightness(2); 
    opacity: 0.8;
}

#conditionsPopup .modal-body {
    background-color: #f9f9f9;
    padding: 30px !important;
}

#conditionsPopup label {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

#conditionsPopup .form-control, 
#conditionsPopup .form-select {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#conditionsPopup .form-control:focus, 
#conditionsPopup .form-select:focus {
    border-color: #003366;
    box-shadow: 0 0 8px rgba(0, 51, 102, 0.1);
}

#conditionsPopup .btnn {
    background: #eeb514 !important; 
    color: #000 !important;
    border: none;
    padding: 15px 30px;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s;
    margin-top: 10px;
}

#conditionsPopup .btnn:hover {
    background: #003366 !important;
    color: #fff !important;
    transform: translateY(-2px);
}
#conditionsPopup .modal-body p {
    margin-bottom: 0px;
}
#conditionsPopup .modal-body .wpcf7-spinner {
    position: absolute;
}
@media (max-width: 768px) {
    #conditionsPopup .modal-dialog {
        margin: 10px;
    }
}

/* Vertical Tabbing Section Styling */

.tab_nav_item {
  padding: 18px 0;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: #777;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
.tab_nav_item.active {
  color: #1d71b7;
  border-bottom: 2px solid #1d71b7;
}
.tab_nav_item.active:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1d71b7;
  font-size: 18px;
}
.tab_panel_title {
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-size: 22px;
  color: #333;
  font-weight: 700;
}
.thi_acc_item {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
}
.thi_acc_header {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  background: #fff;
  transition: 0.3s;
}
.thi_acc_header .arrow {
  transition: transform 0.3s ease;
  font-size: 14px;
  color: #777;
}
.thi_acc_body {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: #f9fcff;
}
.thi_acc_item.open .thi_acc_body {
  padding: 20px;
  max-height: 1000px;
  border-top: 1px solid #eee;
}
.thi_acc_item.open .thi_acc_header {
  color: #fff;
  background: #1d71b7;
}
.thi_acc_item.open .arrow {
  transform: rotate(180deg);
  color: #ffffff;
}
.tab_panel_btn {
  display: inline-block;
  margin-top: 25px;
  background: #1d71b7;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}
.thi_custom_tabs_sec .tab_panel_content {
  padding-left: 20px;
  border-left: 1px solid #ddd;
}
