/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 3.3.4.1680105256
Updated: 2023-03-29 15:54:16

*/



@import url("http://fonts.cdnfonts.com/css/sofia-pro");
@import url("https://fonts.googleapis.com/css2?family=Chewy&display=swap");
  @import url('https://fonts.googleapis.com/css2?family=DM+Sans&family=Metrophobic&family=Poppins:wght@400;500&family=Red+Hat+Text:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&display=swap');
@font-face {
  font-family: 'Sofia Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Sofia Pro Regular'), url('/wp-content/themes/oceanwp-child/fonts/Sofia_Pro_Regular_Az.woff') format('woff');
  }
  * {
    font-kerning: normal;
  }
.overseas_icon i , .overseas_icon svg {
    transform: rotate(313deg);
    margin-right: 5px;
}



p, a, span,li{
    font-family: 'Sofia Pro Regular';
    font-weight: normal;
}
i.fa.fa-youtube-play {
    font-family: 'FontAwesome';
}
.mt-90{
	margin-top:90px !important;
}
.mb-90{
	margin-bottom:90px !important;
}
.kids_contactour span {
    color: #58a7df !important;
}
.kids_detnistry_banner h2 {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 600;
}
.kids_detnistry_banner h5 {
    font-size: 27px;
    color: white;
}
.meet_our_experts_bride h5.card-title {
    color: #464D56 !important;
}
.conatact_bride span {
    color: #000;
    font-weight: 700;
}
.meet_our_experts_bride p {
    color: #A3A3A3 !important;
}
.overseas_btn {
    background: #58A7DF;
    color: white !important;
    margin: 0 auto;
    display: block;
}
.meet_our_experts_bride a {
    color: #000;
}
.kids_detnistry_banner p {
    color: white;
    font-size: 22px;
    opacity: 0.8;
}
.you_tube_header {
    font-size: 48px;
}
.you_tube_header i, .you_tube_header svg {
    color: #ff0000 !important;
}
html,
body {
  height: 100%;
  width: 100%;
  color: #464d56;
  font-family: "Sofia Pro", sans-serif;
  font-weight: 300;
}
.overseas_contact textarea {
    width: 100%;
}
.lh-1 {
  line-height: normal !important;
}
.overseas_contact .form-box {
    margin-right: 45px;
}
.package_heading {
    background: #58A7DF;
    width: 210px;
    margin-left: 26px;
    margin-top: -67px;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: white;
    min-height: 220px;
    box-shadow: 0px 1px 12px #58a7df;
}
.package_heading h4{
	color:white;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}
.premium_qua_shade {
    background: #7fb0d1;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
}

.premium_qua_shade h4 {
    color: white;
    font-size: 34px;
}


.premium_qua_shade p {
    color: white;
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.insight-basal-more-active {
  display: block;
  opacity: 1;
  transition: 1s ease all;
}
.insight-basal-more {
  display: none;
  opacity: 0;
  user-select: none;
  transition: 1s ease all;
}
.bridgeHero {
  width: 100% !important;
}
.read-more {
  cursor: pointer;
}
.process-num {
  color: #fff;
  margin: 0;
  position: absolute;
  left: 9px;
  top: 3px;
  font-size: 16px;
  font-weight: 500;
}
/* utilities classes */
.space-nowrap {
  white-space: nowrap;
}
.w-30 {
  width: 30%;
}
.text-left {
  text-align: left;
}
.rounded-sm {
  border-radius: 10px;
}
/* headings */

h1 {
  font-size: 52px;
  font-weight: bold;
  color: #383838;
}
h2 {
  font-size: 36px;
  font-weight: bold;
  color: #383838;
}
h3 {
  font-size: 30px;
  font-weight: bold;
  color: #383838;
}
h4 {
  font-size: 24px;
  font-weight: bold;
  color: #383838;
}
h6 {
  font-size: 18px;
  font-weight: bold;
  color: #54575a;
}
/* spacing */
.p-40 {
  padding: 40px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pr-6 {
  padding-right: 6px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-4 {
  padding-right: 24px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-230 {
  padding-right: 230px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-14 {
  padding-left: 14px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-65 {
  padding-top: 65px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.mt-40 {
  margin-top: 40px;
}
.mt-lg {
  margin-top: 230px;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-200 {
  margin-bottom: 200px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-24 {
  margin-right: 24px;
}
.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-w-625 {
  max-width: 625px;
}
.mx-w-500 {
  max-width: 500px;
}
.mx-w-800 {
  max-width: 820px;
}
.mr-45 {
  margin-right: 45px;
}
/* font size */

.fs-7 {
  font-size: 13px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-32 {
  font-size: 32px;
}
.fs-42 {
  font-size: 42px;
}
.fs-100 {
  font-size: 100px;
}
/* text-color */
.text-grey-2 {
  color: #666666;
}

.text-light-grey {
  color: #6a6a6a;
}

.text-dark-grey {
  color: #1c1b1a;
}
.text-primary {
  color: #58a7df !important;
}

.team-text-primary {
  color: #58a7df !important;
  font-size: 18px;
  font-weight: 600 !important;
}
.text-black {
  color: #000;
}
.text-grey {
  color: #6e7272;
}
.text-warning {
  color: #c49239;
}
.grey-light {
  color: rgba(17, 18, 22, 0.6);
}
.body-text {
  color: #464d56;
}

/* bg color */
.bg-light-grey {
  background-color: #f9f9f9;
}
.bg-white {
  background-color: #fff;
}

div#popmake-881 {
    padding-bottom: 0px !important;
    padding-left: 0px;
    padding-right: 30px;
}
.pum-theme-5290, .pum-theme-default-theme {
    background: #00000075 !important;
}
.popup_contact p {
    margin-top: 0px !important;
}
.input_contact input, textarea {
    width: 100%;
}
.popup_contact input {
    padding: 8px !important;
}
/* input[type=tel] {
    padding-left: 50px !important;
} */

.popup_contact textarea {
    height: 90px;
}
input, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #AEAEAE;
}
.hfe-nav-menu__layout-expandible:not(.menu-is-active) {
    font-size: 0;
}

@media (max-width: 784px){
	div#popmake-5298 {
    padding-left: 10px;
    padding-right: 10px;
}
	.home .mr-40 {
    margin-right: 0px;
}
}

.input_contact .wpcf7-submit {
    background: #F5DB97;
    text-transform: uppercase;
    font-size: 17px;
    border: none;
}

.input_contact .wpcf7-submit {
    color: black;
}
button.pum-close.popmake-close {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    font-size: 28px !important;
}
@media (min-width: 1024px){
	.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -25% !important;
    width: 50% !important;
}
}


/* borders */
.border-right {
  border-right: 1px solid #c4c4c4;
}
.border-left {
  border-left: 1px solid #c4c4c4;
}
.border-top {
  border-top: 1px solid #c4c4c4;
}
.border-bottom {
  border-bottom: 1px solid #c4c4c4 !important;
}
.team-person-description {
  width: 75%;
  font-size: 14px;
  line-height: 24px;
}
.border-rounded-md {
  border-radius: 10px;
}
/* button */
.custom-btn {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  width: auto;
  text-transform: uppercase;
}
.btn {
  padding: 13.5px 20px;
  /* line-height: 1; */
  font-size: 14px;
  text-transform: capitalize;
}
.btn-primary {
  background-color: #58a7df;
  border-color: #58a7df;
}
.btn-secondary {
  color: #fff;
  background-color: #58a7df;
  border-color: #58a7df;
}
.btn-secondary {
  color: #fff;
  background-color: #464d56;
  border-color: #464d56;
}
.btn-outline-secondary {
  border: 1px solid #58a7df;
  color: #464d56;
  padding: 17px 26px 14px;
  border-radius: 4px;
  line-height: 1;
}
.secondary-outline-btn {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 17px 26px 14px;
  border-radius: 4px;
  line-height: 1;
}
.btn-white {
  padding: 17px 26px 14px;
  border-radius: 4px;
  color: #464d56;
  line-height: 1;
}
.btn-dark {
  background-color: #262323;
  padding: 17px 26px 14px;
  border-radius: 4px;
  color: #ffffff;
  line-height: 1;
}
a {
  text-decoration: none;
  color: #58a7df;
}

/* common classes */
.top-sticky-header {
  position: sticky;
  top: 0;
  z-index: 99999;
}
.navigation-top-header {
  padding-top: 18px;
  padding-bottom: 18px;
}
.newsletterInput {
  background-color: #00000008;
  padding-left: 20px;
  border-radius: 8px !important;
  padding-top: 18px;
  padding-bottom: 18px;
  min-height: 52px;
}
.newsletterButton {
  background: #58a7df;
  border: none;
  height: 40px;
  justify-content: center;
  margin: auto;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  border-radius: 8px !important;
  width: 124px;
  z-index: 222;
}
.navbar-header {
  background-color: #383838;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 12%);
  padding: 13px 0 8px 0px;
}
.navbar-header .navbar {
  padding: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 1px solid #262323 !important;
}
.navbar-header .navbar .nav-link {
  padding: 0;
  color: #fff;
  font-size: 16px;
}
.navigation-top-header .navbar .nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000000e6 !important;
  padding-right: 40px;
}

/* banner */
.banner-wrapper {
  /* background-image: url(./images/banner-bg.png); */
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}
.about-banner-wrapper {
  background-image: url(https://seraphicdental.com/wp-content/uploads/2023/08/about-us-page.png);
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 460px;
}
.about-banner-content-section {
  background: rgb(241 241 241 / 45%);
  backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 11px 0 37px;
}
.banner-content-section {
  background: rgba(241, 241, 241, 0.15);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 11px 0 37px;
}
.banner-paragraph {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
.play-vedio-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #58a7df;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  line-height: 1;
  flex-shrink: 0;
}
.whatsaap-chat {
  right: 40px;
  position: fixed;
  bottom: 10px;
  z-index: 999;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: 400;
}
.accordion-button:not(.collapsed) {
  color: #464d56;
  background-color: #f8f9fa;
  box-shadow: none;
}
.service-list .list-group-item {
  padding: 30px 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  color: #464d56;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.list-group-item-action:active {
  background-color: 0 !important;
}
.service-list .accordion-button:hover {
  background: #f9f9f9;
}
.service-list-name {
  color: #464d56;
}
.advantages-card {
  box-sizing: border-box;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(88, 167, 223, 0.5);
  height: 100%;
  transition: 400ms ease all;
}
.fa-youtube-play:before {
  content: "\f16a" !important;
}
.advantages-card:hover {
  box-shadow: 10px 10px 30px rgba(88, 167, 223, 0.2);
  background-color: #58a7df;
  border: 1px solid #58a7df;
}
.advantages-card .card-body {
  padding: 39px !important;
}
.advantages-card .card-body h2 {
  color: #00cae0;
  opacity: 0.2;
  font-weight: 200;
  transition: 400ms ease all;
}
.advantages-card:hover .card-body h2 {
  color: #ffffff !important;
}

.advantages-card:hover .card-title {
  transition: 400ms ease all;
  color: #fff;
}

.advantages-card .card-text {
  color: #a3a3a3;
  line-height: 18px;
  font-size: 14px;
}
.advantages-card:hover .card-text {
  transition: 400ms ease all;
  color: #fff;
}
.content-box {
  width: 407px;
}
.service-wrapper {
  background-image: url(./images/icons/service-bg.png);
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service-container {
  padding: 60px 0;
}
.service-container .card,
our-experts .card {
  margin: 0 20px;
  border-radius: 10px !important;
  overflow: hidden;
}
.service-container .card .card-img-top {
  height: 195px;
  object-fit: cover;
  width: 100%;
}
.service-container .card-footer {
  padding: 25px 0;
  border-radius: 0px 0px 10px 10px !important;
  border: none;
  text-align: center;
}
.icon-wrapper {
  width: 100px;
  height: 100px;
  background: #dff1fe;
  border: 3px solid #58a7df;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.our-experts {
  padding-bottom: 296px;
}

.col-wrapper:before {
  border-top: 2px solid #a3a3a3;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 95px;
  z-index: -1;
  right: -50px;
  top: 50px;
}
.col-wrapper:last-child::before {
  border-top: 0;
}

/* slider */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 10px;
  max-height: 598px !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.swiper {
  width: 100%;
  /* height: 240px !important; */
  margin: 20px auto;
  z-index: auto !important;
}
.mySwiper .swiper-slide-active {
  /*transform:scale(1.3);*/
}
.swiper-wrapper {
  z-index: auto !important;
}
.swiper-pagination-fraction {
  position: relative !important;
  width: auto !important;
  bottom: 0 !important;
  /* left:21% !important; */
}
.swiper-pagination {
  text-align: left !important;
}
.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.swiper-pagination-current {
  color: #007aff;
}
.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  top: 11px !important;
  width: auto !important;
  height: auto !important;
  left: 0 !important;
}

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

.awards-honers .swiper-slide {
  padding: 77px 39px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 398px !important;
}
.awards-honers .swiper-slide img {
  display: block;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
.awards-honers .swiper {
  height: auto !important;
}
.slider-wrapper {
  padding: 80px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flag {
  object-fit: contain;
  object-position: top;
  width: 70px;
  margin: auto;
}
.slider-wrapper .media-img {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 10px 10px 20px 0px #0000001a;
  margin-right: 42px;
}
.slider-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.slider-wrapper .swiper-slide .media {
  padding-right: 220px;
}
.slider-wrapper .swiper-slide .media-nri {
  padding-right: 120px;
}
.slider-wrapper .swiper {
  height: auto !important;
}
/* responsive */

.footer-wrapper .book-appointment-wrapper .footer-img img {
  height: 300px;
}
.footer-wrapper .book-appointment-wrapper {
  position: absolute;
  top: -61px;
  right: 80px;
  left: 80px;
  border-radius: 10px;
}
.footer-container {
  padding-top: 119px;
}
.footer-wrapper .form-control {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 98px;
  padding: 13px 22px;
  width: 250px;
  position: relative;
  border: 0;
}
.form-control::placeholder {
  color: rgba(110, 114, 114, 0.5);
}
.form-control {
  padding: 0.675rem 0.75rem !important;
}
.redirect-icon {
  background: #464d56;
  border-radius: 98px;
  width: 48px;
  height: 48px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  top: 2px;
  left: 202px;
}
.list-bullet {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #6e7272;
  margin-right: 8px;
  display: flex;
  flex-shrink: 0;
  margin-top: 7px;
}
.book-appointment-wrapper {
  background-image: url(./images/footer-img.png);
  background-color: #58a7df;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.girl-img-col {
  margin-top: -81px;
}
.footer-wrapper li {
  color: #6e7272;
  line-height: 18px;
  font-weight: 600;
  font-size: 14px !important;
}
.copyright-section {
  background: #464d56;
  padding: 15px 0;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

.help-section {
  padding-bottom: 250px;
}
.form-wrapper {
  max-width: 407px;
}
.form-box {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 40px 30px;
}
.form-wrapper .form-select {
  color: #6e7272;
}
.banner-video-wrapper {
  min-width: 623px;
  height: 351px;
  width: 623px;
  border-radius: 10px;
}
.subscribe-btn {
  margin-left: -95px;
}
/* breadcrumb */
.breadcrumb-item a {
  color: #000000;
  font-size: 12px;
}
.breadcrumb-item.active {
  color: #58a7df;
}
.container-center-wrapper {
  max-width: 700px;
}
/* nav button */

.nav-item .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 40px;
}
.nav-link {
  color: #a3a3a3;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-bottom: 1px solid #262323;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}
.home_app_btn{
    padding: 10px 10px !important;
}

.nav-link:hover{
  color:#58a7df !important;
}
.content-section {
  margin-left: 89px;
}
.blog-form .form-control {
  background-color: rgba(0, 0, 0, 0.03);
}

/* vertical-tabs-section */
.vertical-tabs-section .nav-pills {
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.vertical-tabs-section .nav-pills {
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.vertical-tabs-section .nav-link {
  padding: 10px 40px;
  line-height: 1;
  color: #54575a;
  border-left: 3px solid transparent;
  width: 100%;
  margin-bottom: 22px;
  font-weight: 400;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  border-radius: 0;
  color: #262323;
  border-left: 3px solid #58a7df;
  font-weight: 600;
}
.nav-pills .nav-link.active {
  background-image: url("./images/gallery/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center right 40px;
}
.nav-pills .nav-link:hover {
  background-image: url("./images/gallery/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center right 40px;
}
.overview-pill .nav-pills .nav-link.active {
  background-image: none !important;
}
.overview-pill .nav-pills .nav-link:hover {
  background-image: none !important;
}
.overview-content-box {
  background-color: #fff;
  padding: 0px 40px 40px 10px;
  border-radius: 5px;
}
.overview-content-box ul {
  /* list-style: none; */
}
.overview-content-box ul li {
  margin-bottom: 1.2rem;
  color: #58a7df;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.form-section {
  padding: 60px 40px;
}

/* accordian */
.accordion-flush .accordion-item .accordion-button {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.faq-accordian-section .accordion-button::after {
  background-image: url(./images/icons/ArrowCircleRight.png) !important;
  background-repeat: no-repeat;
  background-size: 30px;
  opacity: 0.6;
}
.accordion-button::after {
  background-image: url(./images/icons/ArrowCircleRight.png) !important;
  width: 2.25rem;
  height: 2.25rem;
  background-size: contain;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(./images/icons/ArrowCircleCross.png) !important;
}
.faq-accordian-section .accordion-button:not(.collapsed)::after {
  background-image: url(./images/icons/ArrowCircleCross.png) !important;
  background-repeat: no-repeat;
  background-size: 30px;
  transform: rotate(90deg);
  opacity: 1;
}
.faq-accordian-section .accordion-button::after {
  width: 30px;
  height: 30px;
}
.faq-accordian-section .accordion-button:not(.collapsed) {
  color: #464d56;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.after-tag {
  position: absolute;
  background: #58a7df;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 10px 0px 10px;
  right: 0;
  top: 0;
  color: white;
  padding: 8px 20px;
}

.before-tag {
  position: absolute;
  top: 0;
  background: #6e7272;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 10px 0px;
  padding: 8px 20px;
  color: white;
}
.column-devision-border {
  border-right: 3px solid #58a7df;
  box-shadow: 3px 0px 4px rgba(0, 0, 0, 0.25);
}
.img-wrapper {
  background: #ffffff;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 25%);
  width: 49px;
  height: 49px;
  position: absolute;
  top: 45%;
  bottom: 50%;
  border-radius: 50%;
  right: 47%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overseas_icon_img img {
  width: 100px;
}
.overseas_icon_img .col-md-2 img, .overseas_icon_img .col-md-2 {
  text-align: center !important;
  margin: 12px auto !important;
}

/* it-banner-wrapper */

.it-banner-wrapper {
  background: url(../images/nri-bg.svg) no-repeat;
  background-size: 100%;
  background-position: bottom;
  height: 85vh;
  background-color: #f9f9f9;
}
.it-banner-wrapper .h4 {
  color: #6e7272;
  font-weight: 300;
  font-size: 25px;
  line-height: 25px;
}
.it-banner-wrapper .btn {
  background: #58a7df;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 14px;
  padding: 1.2rem 2.5rem;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.left-wrapper {
  border: 1.5px solid #58a7df;
  padding: 20px;
}
.left-inner-wrapper {
  padding: 60px;
  background-color: rgba(249, 249, 249, 1);
}
.it-content-section {
  position: relative;
  margin-top: 121px;
}
.content-left-section {
  margin-right: -150px;
  z-index: 1;
  margin-top: 248px;
}
.content-right-section {
  margin-left: -240px;
  z-index: 1;
  margin-top: 248px;
}
.right-side-img {
  position: absolute;
  bottom: -257px;
  right: 267px;
}
.right-side-img-two {
  position: absolute;
  bottom: -50px;
  right: 52px;
}
.section-card {
  border: 1.5px solid #58a7df;
  padding: 10px;
  margin-top: -87px;
  z-index: 1;
  position: relative;
  width: 80%;
  margin-left: 17px;
  line-height: 1;
  border-radius: 8px;
  transition: 0.5s all ease;
  text-align: left;
}
.section-card a {
  font-weight: 500;
}
.section-card:hover {
  background: #58a7df;
  transition: 0.5s all ease;
}
.gallery_rad img {
  border-radius: 10px;
}

.section-card:hover .section-inner-card {
  transition: 0.5s all ease;
  background: #58a7df;
  color: #fff;
}
.section-card:hover .section-inner-card p {
  color: #fff;
}
.section-card:hover .section-inner-card a {
  color: #fff;
}
.our_results_image img {
  border-radius: 10px;
}

.section-inner-card {
  transition: 0.5s all ease;
  border-radius: 8px;
  padding: 30px 20px;
  background-color: #ffffff;
}

.mySwiperComponent p {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}
.mySwiper.experts {
  /* height: 330px; */
  width: 70%;
}
.navbar-header .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #58a7df !important;
  /*font-weight: 400;*/
}
.iframe-height {
  height: 598px;
}

.dental-implant-hero {
  /* position: absolute;
  bottom: 0px;
  right: 62px;
  width: 95vh !important;
  z-index: 0; */
}
.cert-icons {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .bridgeHero {
    width: 100% !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .dental-implant-hero {
    position: unset;
    width: 100% !important;
  }
  .col-wrapper:before {
    border-top: 0 !important;
  }
  .slider-wrapper .swiper-slide .media {
    padding-right: 0;
  }
  .slider-wrapper .swiper-slide .media-nri {
    padding-right: 0;
  }
  .mx-0-mob {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .service-container {
    padding: 60px 24px;
  }
  .banner-content-section {
    width: 100% !important;
    padding: 0 20px !important;
  }

  .px-0-mob {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer-wrapper .book-appointment-wrapper .footer-img img {
    height: 150px;
  }
  .footer-wrapper .book-appointment-wrapper {
    right: 20px;
    left: 20px;
    top: -40px;
  }
  .navigation-top-header {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .blog-detail-section {
    flex-direction: column;
  }
  .blog-detail-wrapper .pr-100 {
    padding-right: 0 !important;
  }
  .content-section {
    margin-left: 0;
  }
  .content-left-section {
    margin-right: 0;
    margin-top: 100px;
  }
  .content-right-section {
    margin-left: 0;
    margin-top: 100px;
  }
  .section-card {
    width: 320px;
    margin-left: 22px;
  }
  /* .our-experts {
    padding-bottom: 50px;
  } */
  .iframe-height {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-wrapper .book-appointment-wrapper .footer-img img {
    height: 150px;
  }
  .footer-wrapper .book-appointment-wrapper {
    top: -52px;
  }
  .navigation-top-header {
    background-image: url(./images/icons/service-bg.png);
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .col-wrapper:before {
    border-top: 0 !important;
  }
}
.our-team-wrapper {
  padding: 78px 0 78px 0;
}
.banner-heading {
  color: #383838;
}

/* .swiper-slide img {
    height: 250px;
} */


.main-all-form input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mobile_tab_menu_elementor{
	display:none;
}
.main-all-form select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.intl-tel-input.allow-dropdown {
    width: 100%;
}

.main-all-form textarea {
    max-height: 117px !important;
}


.Sendsubmit {
    background-color: #262323 !important;
    padding: 17px 26px 14px !important;
    border-radius: 4px !important;
    color: #ffffff !important;
    line-height: 1 !important;
}

.footer-wrapper ul.list-unstyled li a {
    color: inherit;
}
.mt-90{
	margin-top:90px;
}

.meet-our-experts img.card-img-top {
  max-height: 300px;
  height: 250px;
  object-fit: cover;
  border-radius: 6px;
  width: 70%;
  margin: 0 auto;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.owl-carousel .owl-item img {
  width: auto !important;
  display: inline !important;
}

button.owl-prev {
  position: absolute;
  top: 40%;
  left: 50px;
}

button.owl-next {
  position: absolute;
  top: 40%;
  right: 50px;
}

button.owl-prev span {
  font-size: 55px; 
}
.mb-300 {
  margin-bottom: 300px;
}

button.owl-next span {
  font-size: 55px;
} 

.header_section_area{
  top: 0;
  z-index: 99999999;
  left: 0;
  right: 0;
}
.margin-bottom-category {
  margin-bottom: 200px;
}
/* .main_banner_padding {
  padding-bottom: 130px;
  z-index: -1;
} */
/* .banner-welcome-section {
  margin-top: -125px;
  z-index: 1;
} */
.mt-ban {
  margin-top: 30px;
  padding-top:20px;
}


.second-part .mt-ban-bor {
    background: #58a7df;
}

.second-part .mt-ban-bor h3 , .second-part .mt-ban-bor p {
    color: white;
}
.mt-ban-bor {
  background: #f8f9fa;
  padding: 40px 20px 40px 20px;
}

.mt-ban {
  padding-right: 0;
}
.swiper-button-prev, .swiper-button-next {
  background-image: none !important;
}
.what_expect li {
    margin-bottom: 12px;
}
.service-wrapper-overseas .card , .service-wrapper-overseas .card-footer , .why_choose_overseas .card , .why_choose_overseas .card-footer{
    background: transparent !important;
    border: none !important;
}

@media(max-width:785px){
	.mobile_customer_mar {
    display: block;
    margin-top: 25px;
}
	.ngg-galleryoverview .ngg-gallery-thumbnail-box.ngg-3-columns {
    float: unset !important;
}
	.py-90 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.about-banner-wrapper .w-50 {
    width: 100% !important;
}
	.about-banner-wrapper .h-100 {
    height: 92%!important;
    padding-top: 14%;
}
	.team-person-description {
    width: 100%;
}
.mb-120{
  margin-bottom: 120px;
}
.mt-120{
  margin-top: 120px !important;
}
.justify-phone-center{
  justify-content: center !important;
}
.mobile-center{
  text-align: center !important;
}
.mobile-none{
  display: none !important;
}
#dr-harish-ghildiyal {
  flex-direction: column-reverse;
}
.mmt-5{
  margin-top: 3rem!important;
}
.mmb-90{
  margin-bottom: 90px !important;
}
.banner_mobile_car .owl-item {
  padding-right: 0px !important;
}
 .owl-carousel.banner_mobile_car .item .m_img{
  width: 100% !important;
}
.banner_mobile_car .owl-nav{
  display: none !important;
}
}

@media(max-width:480px){
	.service-wrapper .col {
    width: 100% !important;
}
	.main_banner_padding .d-flex {display: block !important;}

.main_banner_padding .d-flex .play-vedio-btn {
    display: inline-flex;
    margin: 20px 0;
}
	h2{
		font-size:30px;
	}
}

.mobile_menu{
  display: none;
}
@media(max-width:992px){
.header_section_area{
  display: none;
}
.what_our_experts_yt iframe {
  height: 225px;
  margin-bottom: 25px;
}
.main_banner_padding .col-lg-6.ms-auto img{
  margin-top:25px
}
.mobile_menu{
  display: block;
}
.mobile_menu .dropdown-menu.show {
  display: block !important;
}
.mobile_menu .dropdown-menu {
  display: none !important;
}
.mobile_tab_menu_elementor{
		display:block;
	}
h1 {
    font-size: 35px;
}
	.overseas_contact .form-box {
    margin-right: 0px;
}
	.nri_overseas {
		height: 50vh;
    background-position: bottom;
	}
	footer {
    margin-top: 135px;
}
.outer_ourresult img {
  width: 45% !important;
  margin-right: 9px;
  margin-bottom: 15px;
  margin-left: 6px;
}

}
@media(min-width:992px){
	.navbar-header .container {
    max-width: 1250px !important;
}

.outer_ourresult img {
  width: 47% !important;
  margin-right: 13px;
  margin-bottom: 13px;
}

}
@media(min-width:1400px){
  .what_our_experts_yt iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 992px) and (min-width: 766px)  {
	.what_includes .col-md-3{
		width:50%;
}
}
@media only screen and (max-width: 1399px) and (min-width: 1000px)  {
.what_our_experts_yt iframe {
  height: 216px;
}
}
@media(max-width:576px){
	.what_includes img {
    width: 100% !important;
}

.package_heading {
    width: 76%;
    left: 2%;
}
.test-cat-yt h6 a button{
  position: relative;
  top: 12px;
  width: 100%;
}
.test-cat-yt h6{
  font-size: 30px !important;
}
.test-cat-yt .col-md-6 {
  margin-bottom: 25px;
}
.phone_sec_mb-120{
  margin-bottom: 120px !important;
}
.conatact_bride .elementor-image-box-wrapper {
  display: flex;
  column-gap: 8px;
}
.mob_banner_img {
  height: 150px;
}
.banner_mobile_car .owl-dots{
  display: none;
}
.for_mobile_block {
  display: block !important;
}
.phone_m_0{
  margin: 0px !important;
}
.mob_p_0 {
  padding: 0px !important;
}
div#popmake-881 {
  padding-left: 30px;
}
}
@media(min-width:995px){
	h1,h2,h3,h4,h5,h6{
	font-family: 'Sofia Pro Regular';
    font-weight: normal;
}


}
@media(max-width:995px){
	h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
/* 	font-size:26px; */
}
	h1,h2,h3{
		font-size:26px;
	}
	h4,h5,h6{
		font-size: 18px;
	}
	h2 button.accordion-button{
    font-family: 'Sofia Pro Regular';
	font-size:24px !important;
}
}

.internal-banner {
  position: relative;
  overflow: hidden;
}








.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.faq_container{
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}







/* Google review css*/

/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f0f0f0;
} */
.review-card {
  position: relative;
  width: 350px;
  padding: 30px 20px 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  min-height: 400px;
}
.avatar {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #00574b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.google_review_slider .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50px;
}
.swiper.google_review_slider{
  margin: 0px auto !important;
}

.avatar span {
  color: white;
  font-size: 28px;
  font-weight: bold;
}
.reviewer-name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.review-date {
  margin-top: 5px;
  font-size: 14px;
  color: #777;
}
.rating {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.star {
  color: #ffd700;
  font-size: 18px;
  margin: 0 2px;
}
.verified-badge {
  color: #1e88e5;
  font-size: 18px;
  margin-left: 5px;
}
.review-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.read-more {
  margin-top: 15px;
  text-align: center;
}
.read-more a {
  color: #777;
  text-decoration: none;
  font-size: 14px;
}
.read-more a:hover {
  text-decoration: underline;
}
.google_review_slider .swiper-slide{
  min-height: 475px;
}


@media (min-width: 576px) {
  .service-container .card-group {
    gap: 20px;
  }
  .service-container .card {
    margin: 0;
    flex: 0 0 23%;
}
}

h3.elementor-heading-title {
    font-family: 'Sofia Pro Regular' !important;
}
