@import url(https://orisdentalcenter.b-cdn.net/dental-clinic-in-nadalsheba/asset/fonts/stylesheet.css);

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

p {
  margin: 0px;
  padding: 0px;
  direction: rtl;
}

img {
  padding: 0px;
}

/* containers  starts here*/
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0px 15px;
}

.wrapper {
  width: 100%;
}

.margin-t {
  margin-top: 50px;
}

/* containers  starts ends*/
/* containers  here*/
:root {
  --white: #fff;
  --blacke: #000;
  --blue: #0a80ae;
  --bluetxt: #003950;
}

/* btn */
.emergy {
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f00;
  color: #fff;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  box-shadow: 5px 5px 5px 0px rgb(255 0 0 / 35%);
}

.emergy:hover {
  box-shadow: none;
  transition: all linear 0.5s;
}

.blue-btn1 {
  width: 200px;
  height: 50px;
}

.blue-btn2 {
  width: 250px;
  height: 50px;
}

.blue-btn {
  margin: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #0a80ae;
  color: #fff;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  box-shadow: 5px 5px 5px 0px rgba(10, 128, 174, 0.56);
}

.blue-btn:hover {
  box-shadow: none;
  transition: all linear 0.5s;
}

.head-group {
  margin: 20px auto;
}

/* .head-group .logo{margin-left: 20%;} */
/* navbar */
.logo {
  width: 150px;
  height: auto;
}

.nav-link {
  color: #3c3c3c;
  font-family: Raleway;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0px 10px;
}

.nav-line {
  width: 38.839px;
  height: 4.161px;
  background: var(--blue);
  margin: 5px auto 0px;
  display: none;
}

.nav-link.actives {
  color: #0a80ae !important;
}

.nav-link.actives .nav-line {
  display: block;
}

.navbtng {
  display: flex;
  gap: 10px;
  align-items: center;
}

.call-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #0a80ae;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  /* Change this to your desired background color */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Add a shadow for a more elevated look */
}

/* banner */
.connect-bg {
  width: 100%;
  height: auto;
}

.mob_banner {
  display: none;
}

/* about section */
.bg-blue {
  background: #c8effd;
  border-radius: 50px;
  padding: 50px 0px;
}

/* text */
.title h1,
.title h2 {
  color: var(--bluetxt);
  font-family: "Osande";
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  direction: rtl;
}

.title {
  margin-bottom: 30px;
}

.title-small {
  color: #0a80ae;
  font-family: 'Handlee-Regular';
  font-size: 35px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  direction: rtl;
}

.para {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.5%;
  /* 31.23px */
}

/* counter */
.sectionounter {
  border-radius: 49px;
  border: 11px solid #d3eaf2;
  background: #fff;
  box-shadow: 0px 4px 160px 0px rgba(0, 0, 0, 0.15);
  padding: 80px 0px 50px;
  margin: 50px 0px;
}

.counter-item .counter {
  color: var(--blue);
  font-family: "Bebas Kai";
  font-size: 75px;
  line-height: 64.089px;
  /* 64.089% */
  font-style: normal;
  font-weight: 400;
  margin: 15px 0px 0px 0px;
}

.counter-item p {
  color: #000;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 64.089px;
  /* 228.888% */
  margin: 15px auto 0px;
}

/* our team */
.doctcont {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  transform: scale(0.8);
  opacity: 0.6;
}

.docsec {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50vh;
  background: linear-gradient(0deg,
      #0a80ae 16.51%,
      rgba(10, 128, 174, 0) 76.44%);
}

.doctitle {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px 20px;
  text-align: center;
}

.doctitle h3 {
  color: var(--white);
  font-family: Bebas Kai;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.doctitle h4 {
  color: var(--white);
  font-family: Raleway;
  font-style: normal;
  font-size: 14px;
  line-height: normal;
  font-weight: bold;
  margin: 10px 0px;
}

.doctitle p {
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
}

.docsec,
.doctitle {
  display: none;
}

.doctorProfile .owl-item.active.new-class .doctcont {
  transform: scale(1);
  opacity: 1;
}

.doctorProfile .owl-item.active.new-class .docsec {
  display: block;
}

.doctorProfile .owl-item.active.new-class .doctitle {
  display: block;
}

.ourteam {
  position: relative;
}

.doctorProfile .owl-nav {
  position: absolute;
  left: 0;
  top: -90px;
}

.arrowbtn {
  width: 50px;
  height: auto;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

/* service */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-cont {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  border: 7px solid transparent;
  border-bottom: 15px solid transparent;
}

.service-cont:hover {
  border: 7px solid #80d7f7;
  border-bottom: 15px solid #80d7f7;
  transition: all linear 0.1s;
}

.service-gradient {
  position: absolute;
  bottom: -100px;
  left: 0px;
  width: 100%;
  height: 95vh;
  background: linear-gradient(0deg,
      #0a80ae 16.51%,
      rgba(10, 128, 174, 0) 76.44%);
}

.service-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px 20px;
  text-align: center;
}

.service-text h3 {
  color: var(--white);
  font-family: "Osande";
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.service-text p {
  color: #fff;
  text-align: center;
  font-family: "Osande";
  font-size: 17px;
  font-style: normal;
  line-height: 25px;
  font-weight: 500;
  height: 120px;
}

.service-cont img {
  margin: auto;
}

.servicegridcarousel .owl-item.active .service-cont {
  border: 7px solid #80d7f7;
  border-bottom: 15px solid #80d7f7;
  transition: all linear 0.1s;
}

/* smile gallry */
.beforeandafter {
  position: relative;
}

.beforeandafter .owl-nav {
  position: absolute;
  left: 0;
  top: -90px;
}

.beforeandafter img {
  border-radius: 25px;
}

/* review sec */
.review-sec {
  padding: 20px;
  background: var(--white);
  position: relative;
  border-radius: 19px;
}

.review-sec::after {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 50px;
  transform: rotate(19deg);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 50px solid var(--white);
}

.review-sec .content {
  margin-bottom: 10px;
}

.star-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-sec h3 {
  color: #003950;
  font-family: Raleway;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.review-sec p {
  color: #434343;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 173.5%;
  /* 31.23px */
  margin: 10px 0px 0;
  height: auto;
  text-align: justify;
}

.review-sec h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 173.5%;
  /* 31.23px */
}

.revibottext {
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.revbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}

.trusrpilot {
  max-width: 80%;
  height: auto;
}

.review-carouisel .starimg {
  width: 20px !important;
  height: auto;
}

.review-carouisel .google {
  width: 100px !important;
  height: auto;
}

.review-carouisel .test-img {
  width: 50px !important;
  height: auto;
  margin: 50px 0px 0px 30px;
  border: 5px solid var(--white);
  border-radius: 100%;
}

.review-carouisel {
  position: relative;
}

.review-carouisel .owl-nav {
  position: absolute;
  right: 0;
  top: -90px;
}

/* logo */
.logo-carousel .owl-item .item img {
  width: 100% !important;
  height: auto;
  padding: 20px;
  background: #fff;
  border: 0.5px solid #c5c5c553;
  border-radius: 20px;
}

/* insurance */
.tab-container {
  border-radius: 15px;
  overflow: hidden;
}

.tabs {
  list-style-type: none;
  padding: 0;
  display: flex;
  padding: 20px 10px;
  border-bottom: 1px solid #0a80ae;
  background: #c8effd;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0px;
  direction: rtl;
}

.tabs li {
  margin-right: 10px;
}

.tabs li a {
  text-decoration: none;
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  padding-bottom: 15px;
  cursor: pointer;
}

.tab-link.active {
  color: #0a80ae;
  border-bottom: 5px solid #0a80ae;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
}

.logo-grid img {
  width: 100%;
  height: auto;
}

/* Style the tab content */
.tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  border-radius: 0px 0px 15px 15px;
}

/* Show the active tab */
.tab-content.active {
  display: block;
}

/* form */
.form1 .form_partion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.form1 .form_control {
  width: 100%;
  border-radius: 68px;
  border: 2px solid #cbcccd;
  background: #fff;
  padding: 15px 10px 15px 15px;
  margin: 10px 0px;
  color: #6a6a6a;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

input[type="date"] {
  width: 100%;
  /* Adjust the width to your preference */
  display: block;
  /* Solution 1 */
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: none;
  /* Reset default styles */
  -webkit-appearance: none;
  /* Safari and newer versions of Chrome */
  /* background-image: url(image/date-icon.png) !important; */
  background-repeat: no-repeat !important;
  background-position: 97% center !important;
  background-size: 30px !important;
}

input[type="time"] {
  width: 100%;
  /* Adjust the width to your preference */
  display: block;
  /* Solution 1 */
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: none;
  /* Reset default styles */
  -webkit-appearance: none;
  /* Safari and newer versions of Chrome */
  /* background-image: url(image/time-icon.png) !important; */
  background-repeat: no-repeat !important;
  background-position: 97% center !important;
  background-size: 30px !important;
}

/* input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  display: none;
} */
input[type="date"]::placeholder,
input[type="time"]::placeholder {
  color: #999 !important;
}

.form1 .form_partion .date-input-container {
  width: 50%;
}

.form_btn {
  background: #7bdaff;
  border-radius: 28px;
  border: none;
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 20px 0px;
  padding: 10px 0px;
  position: relative;
  width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form2 {
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
  /* position: fixed; */
  margin: -10px 0px 0px 0px;
  position: relative;
  z-index: 10;
}

.form2-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: center;
}

.form_control2 {
  width: 100%;
  border-radius: 4px;
  background: #fff;
  opacity: 0.8;
  border: 0.5px solid #00000062;
  padding: 10px 15px;
  color: #000;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* text-transform: capitalize; */
  line-height: normal;
  height: 37px !important;
  min-height: 37px !important;
}

.form_btn2 {
  border-radius: 4px;
  background: #0a80ae;
  border: none;
  color: #fff;
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px 0px;
}

/* footer */

.footer .container {
  border-top: 1px solid #0a80ae;
  border-bottom: 1px solid #0a80ae;
}

.footer .container .wrapper {
  padding: 50px 0px;
}

.footer-logo {
  width: 40%;
  height: auto;
}

.footer-text {
  color: #000;
  font-size: 18px;
  font-family: Raleway;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  margin: 20px 0px 0px 0px;
}

.timing {
  border-radius: 20px;
  background: #7bdaff;
  padding: 30px 15px;
}

.footer h3 {
  color: #000;
  font-size: 18px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.timing p {
  color: #000;
  font-size: 16px;
  font-family: Raleway;
  font-style: normal;
  line-height: normal;
  margin: 10px 0px 0px 0px;
}

.social-flex,
.social-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-flex h3 {
  margin: 0px 0px 0px 30px;
}

.social-icon a img {
  width: 25px;
  height: auto;
}

.quicklink {
  padding: 30px 30px 0px 30px;
}

.quicka {
  display: block;
  margin: 10px 0px;
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
}

.copy {
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  text-align: center;
  margin: 10px auto;
  direction: ltr;
}

/* after */
.plus::after {
  content: "+";
}

.linepos {
  position: relative;
}

.linepos::after {
  content: "";
  width: 1px;
  height: 100px;
  position: absolute;
  top: 0px;
  right: -20px;
  background: var(--blue);
}

.about {
  position: relative;
  z-index: -2;
  overflow: hidden;
}

.about::before {
  content: "";
  background-image: url(https://orisdentalcenter.b-cdn.net/dental-clinic-in-nadalsheba/image/line1.webp);
  background-size: cover;
  width: 130vw;
  height: 100vh;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: -1;
}

.galley {
  position: relative;
  overflow: hidden;
}

.rev-pos {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
}

.hidden {
  display: none;
}

.read-more {
  color: #000;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  line-height: 173.5%;
  font-weight: bold;
  text-decoration: underline;
}

/* banner */
.videoBanner {
  position: relative;
  width: 100%;
}

.bg-pos {
  background: linear-gradient(270deg, #fff 24.77%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.posi-text {
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: end;
  min-height: 60px;
}

.posi-continer {
  /* display: block; */
  width: 40%;
  float: left;
}

.posi-continer h2 {
  color: #4b4b4b;
  font-family: "BreveDisplay";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.5%;
  min-height: 60px;
  /* 163.2px */
}

.posi-continer h2 {
  /* direction: rtl; */
}

.call-banner {
  width: 150px !important;
  height: 50px !important;
  padding: 10px 20px;
  border-radius: 48px;
  background: #7bdaff;
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0px;
  gap: 20px;
  opacity: 0.7;
}

.call-banner:hover {
  opacity: 1;
}

.posi-continer h3 {
  color: #4b4b4b;
  text-align: right;
  font-family: "BreveDisplay";
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.5%;
  /* 94.35px */
}

.posi-continer .star-flex img {
  width: 15px;
  height: auto;
}

.posi-continer h4 {
  color: #4b4b4b;
  text-align: left;
  font-family: "Osande";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 127.5%;
  /* 56.1px */
}

.posi-continer h5 {
  color: #4b4b4b;
  text-align: left;
  font-family: "Osande";
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 127.5%;
  /* 56.1px */
  margin-right: 15px;
}

.placeholders {
  color: #6c6c6c;
  font-family: "Osande";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  font-style: normal;
  text-transform: capitalize;
  display: none;
}

.videoBanner video {
  height: auto;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  background-image: url(image/web-banner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.logo-carousel .owl-stage {
  margin: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--blue);
}

.call2actiongrid {
  padding: 50px;
  box-shadow: 0px 3.19368px 33.5336px rgb(0 0 0 / 17%);
  border-radius: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
}

.zoom-in-out-box {
  width: 230px;
  background: var(--blue);
  animation: zoom-in-zoom-out 1s ease infinite;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  text-decoration: none;
  padding: 25px 20px;
  border-radius: 15px;
  display: block;
  float: right;
  opacity: 0.8;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.zoom-in-out-box:hover {
  opacity: 1;
}

.call2 {
  position: relative;
}

.call2::before {
  content: "";
  background: url(https://orisdentalcenter.b-cdn.net/dental-clinic-in-nadalsheba/image/call2action.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 70%;
  margin: auto;
}

.book2 {
  position: relative;
  width: 200px !important;
  padding-left: 40px;
}

.book2::before {
  content: "";
  background: url(https://orisdentalcenter.b-cdn.net/dental-clinic-in-nadalsheba/image/call2book.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 60%;
  margin: auto;
}

.zoom-in-out-box div {
  color: var(--white);
  font-family: "Osande";
  font-style: normal;
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
  margin-left: 25%;
}

.actionText {
  color: var(--bluetxt);
  font-family: "Osande";
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  direction: rtl;
}

/* accordition */
.accordion {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.accordion-item {
  border: none !important;
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: var(--blue);
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
}

.accordion-header h2 {
  color: var(--white);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion-content {
  display: none;
  padding: 10px;
}

.accordion-header.active {
  background-color: var(--bluetxt);
  border-radius: 15px 15px 0px 0px;
}

.arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.2s;
}

#menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
  color: var(--white);
  background: var(--blue);
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 7px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

@media screen and (max-width: 1200px) {
  #menu-toggle {
    display: block;
  }
}

/* .map-pos {
  position: relative;text-decoration: none;
} */
.map-abs {
  border-radius: 15px;
  display: block;
}

.map-abs .map-phone {
  direction: ltr;
}

.map-title {
  color: var(--bluetxt);
  font-family: "Osande";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.map-para {
  color: #000;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  font-style: normal;
  margin-top: 15px;
  position: relative;
  top: 20px;
  left: 45px;
  text-decoration: none;
}

.map-para::before {
  content: "";
  position: absolute;
  background-image: url(https://orisdentalcenter.b-cdn.net/dental-clinic-in-nadalsheba/image/location.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px !important;
  height: 30px !important;
  top: 5px;
  left: -45px;
}

.map-phone {
  display: block;
  width: 200px;
  color: #000;
  font-family: "Osande";
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  font-style: normal;
  margin-top: 15px;
  position: relative;
  top: 20px;
  left: 45px;
  text-decoration: none;
}

.map-abs .map_abs_icons {
  /* direction: rtl; */
}

.map-phone a {
  color: #000;
  text-decoration: none;
}

.map-phone::before {
  content: "";
  position: absolute;
  background-image: url(https://orisdentalcenter.b-cdn.net/dental-clinic-in-nadalsheba/image/phone-map.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px !important;
  height: 30px !important;
  top: 5px;
  left: -45px;
}
#contact-sec .title h2{
  direction: ltr;
}