@font-face {
  font-family: Gloss_And_Bloom;
  src: url("../fonts/Gloss_And_Bloom.ttf");
}
@font-face {
  font-family: "DINNEXTMEDIUM";
  src: url("../fonts/DINNEXTMEDIUM.otf");
}
@font-face {
  font-family: "DINNEXTBOLD";
  src: url("../fonts/DINNEXTBOLD.otf");
}
@font-face {
  font-family: "DINNEXTHEAVY";
  src: url("../fonts/DINNEXTHEAVY.otf");
}
html, body {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
}

p, li {
  font-family: arial;
}

.container {
  max-width: 90%;
}

.social_media_tray {
  position: fixed;
  left: 0;
  top: 85%;
  transform: translateY(-85%);
  z-index: 10;
  background-color: #80B940;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1vw 0.8vw;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.33);
}
.social_media_tray ul {
  margin-bottom: 0;
}
.social_media_tray ul li a {
  display: block;
  background-color: #fff;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  margin-bottom: 1vw;
  text-align: center;
  line-height: 1.8vw;
  font-size: 1.1vw;
}
.social_media_tray ul li a:hover {
  background-color: #3371BD;
}
.social_media_tray ul li a:hover i {
  color: #fff;
}
.social_media_tray ul li a i {
  color: #80B940;
}
.social_media_tray ul li:last-child a {
  margin-bottom: 0;
}

.top_bar {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 1.5vw 0;
}
.top_bar .search {
  border: 1px solid #A8A8A8;
  border-radius: 1.5vw;
  position: relative;
  z-index: 1;
  margin-right: 1.5vw;
  width: 45%;
}
.top_bar .search .form-control {
  border: 0;
  box-shadow: none;
  position: relative;
  border-radius: 1.5vw;
  font-size: 1vw;
  padding: 0.5vw 0.5vw 0.5vw 2.5vw;
}
.top_bar .search .form-control:focus, .top_bar .search .form-control:visited, .top_bar .search .form-control:active {
  box-shadow: none;
}
.top_bar .search .search_btn {
  position: absolute;
  left: 1vw;
  top: 50%;
  transform: translateY(-50%);
  color: #A8A8A8;
  font-size: 1vw;
}

.langauge a {
  text-decoration: none;
  color: #A8A8A8;
  border-right: 1px solid #A8A8A8;
  padding-right: 0.8vw;
  margin-right: 0.8vw;
  font-size: 1vw;
}
.langauge a.active {
  color: #80B940;
}
.langauge a:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.header {
  position: relative;
  max-height: 18vh;
  z-index: 2;
}
.header .navbar {
  padding: 0;
  background-color: #3380BD;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #fff;
  padding: 0.8vw 1.6vw;
  font-size: 1vw;
  font-family: "Montserrat", sans-serif;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover, .header .navbar .navbar-nav .nav-item .nav-link.active {
  background-color: #3371BD;
}
.header .navbar .navbar-nav .nav-item .nav-link img {
  width: 4vw;
}
.header .logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.header .logo img {
  width: 42vw;
}

section {
  height: 100vh;
}

.main_slider {
  height: 82vh;
}
.main_slider .swiper-slide {
  position: relative;
}
.main_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.main_slider .swiper-slide .swiper_hero {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 30%;
  text-align: center;
}
.main_slider .swiper-slide .swiper_hero img {
  width: 24vw;
  margin-bottom: 1.4vw;
}
.main_slider .swiper-slide .swiper_hero h1 {
  font-size: 2.5vw;
  color: #80B940;
  font-weight: 800;
}
.main_slider .swiper-slide .swiper_hero h2 {
  color: #3371BD;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1.4vw;
  font-size: 2.5vw;
}
.main_slider .swiper-slide .swiper_hero h2 span {
  display: block;
  color: #80B940;
}
.main_slider .swiper-slide .swiper_hero h5 {
  font-size: 1.2vw;
  color: #3371BD;
  font-weight: 800;
}
.main_slider .swiper-slide .swiper_hero p {
  font-size: 1.2vw;
  margin-bottom: 1.2vw;
}
.main_slider .swiper-slide .swiper_hero a {
  background-color: #80B940;
  text-transform: uppercase;
  color: #fff;
  border-radius: 1.5vw;
  width: 50%;
  height: 3vw;
  line-height: 1.4vw;
  font-weight: 600;
  font-size: 1.1vw;
  padding: 0.7vw 0.5vw;
}
.main_slider .swiper-slide .swiper_hero a:hover {
  background-color: #3371BD;
}
.main_slider .swiper-slide .swiper_hero a.blue_btn {
  background-color: #3371BD;
}
.main_slider .swiper-slide .swiper_hero a.blue_btn:hover {
  background-color: #80B940;
}
.main_slider .swiper-button-prev {
  background-image: url("../images/arrow_left.svg");
}
.main_slider .swiper-button-next {
  background-image: url("../images/arrow_right.svg");
}
.main_slider .swiper-button-prev, .main_slider .swiper-button-next {
  width: 2.2vw;
  height: 2.2vw;
  background-size: 84%;
}
.main_slider .swiper-pagination {
  right: 0;
  width: 50%;
  left: auto;
  bottom: 1.5vw;
}
.main_slider .swiper-pagination .swiper-pagination-bullet {
  height: 1vw;
  width: 1vw;
  margin: 0 0.2vw;
}

.first_swiper .swiper-slide .swiper_hero img {
  width: 14vw;
}

.btn.blue_btn {
  background-color: #3371BD;
  color: #fff;
}
.btn.blue_btn:hover {
  background-color: #80B940;
}

.expeience {
  background: #fff url("../images/experience_bg-01.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.expeience .row {
  height: 100%;
}
.expeience .swiper_hero {
  position: relative;
  right: 0;
  top: 0;
  transform: translateY(0);
  width: 100%;
  text-align: center;
}
.expeience .swiper_hero h2 {
  text-align: center;
  color: #80B940;
  font-size: 2.2vw;
  font-weight: 800;
}
.expeience .swiper_hero h2 emp {
  font-weight: 800;
  font-size: 3vw;
}
.expeience .swiper_hero h2 span {
  text-align: center;
  color: #3371BD;
  font-size: 3vw;
  display: block;
}
.expeience .swiper_hero p {
  font-size: 1vw;
}
.expeience .swiper_hero p strong {
  display: block;
  font-style: italic;
}
.expeience .swiper_hero a.btn {
  background-color: #80B940;
  color: #fff;
  font-size: 1vw;
  border-radius: 2vw;
  margin-bottom: 0.8vw;
  width: 15vw;
}
.expeience .swiper_hero a.btn:hover {
  background-color: #3371BD;
}
.expeience .main_slider {
  height: 100%;
  padding-bottom: 40px;
}
.expeience .main_slider .swiper_hero {
  position: relative;
  right: auto;
  top: auto;
  transform: translateY(0);
  width: 100%;
}
.expeience .main_slider .swiper-slide video {
  width: 70%;
  height: 250px;
  margin: 0 auto;
  display: block;
}
.expeience .main_slider .swiper-slide iframe {
  width: 70%;
  height: 19vw;
  display: block;
  margin: 0 auto;
}
.expeience .main_slider .swiper-slide img {
  width: 70%;
  display: block;
  margin: 0.5vw auto;
}
.expeience .main_slider .swiper-pagination {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.expeience .author_img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}
.expeience .author_img img {
  width: 100%;
}

.video_sec_btn {
  width: 60%;
  margin: 0 auto;
}
.video_sec_btn .nav-tabs {
  justify-content: space-between;
  border-bottom: 0;
}
.video_sec_btn .nav-tabs .nav-item .btn {
  color: #fff;
  border-radius: 1.6vw;
  margin-top: 1vw;
  width: 10vw;
  font-size: 1vw;
}
.video_sec_btn .nav-tabs .nav-item .btn.green {
  background-color: #80B940;
  color: #fff;
}
.video_sec_btn .nav-tabs .nav-item .btn.green:hover {
  background-color: #3371BD;
}
.video_sec_btn .nav-tabs .nav-item .btn.blue {
  background-color: #3371BD;
  color: #fff;
}
.video_sec_btn .nav-tabs .nav-item .btn.blue:hover {
  background-color: #80B940;
}

.slider_3 .swiper-slide .swiper_hero h2 {
  text-align: center;
}
.slider_3 .swiper-slide .swiper_hero h2 span {
  text-align: center;
}
.slider_3 .swiper-slide .swiper_hero h2 emp {
  font-size: 50px;
  display: block;
}

.slider_4 {
  position: relative;
}
.slider_4 .title {
  background-color: #80B940;
  color: #fff;
  font-weight: 800;
  font-style: italic;
  font-size: 2.5vw;
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
  position: absolute;
  left: 0;
  top: 1.8vw;
  z-index: 3;
  padding: 0.5vw 3.6vw;
  margin-bottom: 0;
}
.slider_4 .swiper-slide .swiper_hero {
  right: 0;
  left: 10%;
}
.slider_4 .swiper-slide .swiper_hero h2 {
  text-align: center;
}
.slider_4 .swiper-slide .swiper_hero h2 span {
  text-align: center;
}
.slider_4 .swiper-slide .swiper_hero h2 emp {
  font-size: 3.3vw;
  display: block;
}
.slider_4 .swiper-pagination {
  right: auto;
  left: 0;
}

.services {
  background: rgba(51, 128, 189, 0.5) url("../images/services_ic.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
}
.services .swiper5 {
  padding: 15px 5px;
}
.services .desc {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.services .desc h2 {
  text-transform: capitalize;
  color: #fff;
  font-weight: 800;
  font-style: italic;
  text-shadow: 1px 1px #000;
  font-size: 3.5vw;
  margin-bottom: 1.5vw;
}
.services .desc p {
  color: #fff;
  text-shadow: 1px 1px #000;
  font-weight: 500;
  font-size: 1.5vw;
}
.services .desc p strong {
  font-size: 1.8vw;
}
.services .service_swip {
  border-radius: 1.5vw;
  border: 3px solid #fff;
  box-shadow: 0px 6px 4px 3px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  position: relative;
  min-height: 55vh;
  transition: all 0.3s linear;
}
.services .service_swip .service_img {
  position: relative;
}
.services .service_swip .service_img img {
  height: 16.66vw;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 1.5vw;
  border-top-right-radius: 1.5vw;
}
.services .service_swip .service_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.85) 47%, rgba(255, 255, 255, 0.9) 74%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.85) 47%, rgba(255, 255, 255, 0.9) 74%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.85) 47%, rgba(255, 255, 255, 0.9) 74%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ccffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  transition: all 0.3s linear;
}
.services .service_swip .service_desc {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  transition: all 0.3s linear;
}
.services .service_swip .service_desc img {
  width: 4.66vw;
  margin-bottom: 1vw;
}
.services .service_swip .service_desc h4 {
  color: #80B940;
  font-weight: 600;
  font-size: 1.5vw;
}
.services .service_swip:hover {
  transform: scale(1.02, 1.02);
}
.services .service_swip:hover .service_img:after {
  height: 50%;
  top: 50%;
  border-radius: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 56%, rgba(255, 255, 255, 0.79) 57%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 56%, rgba(255, 255, 255, 0.79) 57%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.78) 56%, rgba(255, 255, 255, 0.79) 57%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}
.services .service_swip:hover .service_desc {
  top: 100%;
  transform: translateY(-100%);
}
.services .swiper-button-prev {
  background-image: url(../images/arrow_left.svg);
}
.services .swiper-button-next {
  background-image: url(../images/arrow_right.svg);
}
.services .swiper-button-prev, .services .swiper-button-next {
  width: 35px;
  height: 55px;
  background-size: cover;
  top: 65%;
  transform: translateY(-65%);
}

.slider_5 {
  position: relative;
}
.slider_5 .title {
  background-color: #3371BD;
  color: #fff;
  font-weight: 800;
  font-style: italic;
  font-size: 2.5vw;
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
  position: absolute;
  left: 0;
  top: 2.4vw;
  z-index: 3;
  padding: 0.8vw 3.8vw;
  margin-bottom: 0;
}
.slider_5 .swiper-slide .swiper_hero {
  right: auto;
  left: 10%;
}
.slider_5 .swiper-slide .swiper_hero h2 {
  text-align: center;
}
.slider_5 .swiper-slide .swiper_hero h2 span {
  text-align: center;
}
.slider_5 .swiper-pagination {
  right: auto;
  left: 0;
}

.about_slider {
  background: #fff url(../images/experience_bg-01.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.dr_img {
  position: relative;
  margin-top: 3vw;
}
.dr_img img {
  width: 100%;
}

.name_title {
  background-color: #80B940;
  text-align: center;
  color: #fff;
  border-radius: 3.2vw;
  position: absolute;
  left: 27%;
  margin: 0 auto;
  width: 40%;
  top: 3vw;
}
.name_title h1 {
  font-weight: 800;
  font-style: italic;
  font-size: 2vw;
  margin-bottom: 0;
}
.name_title p {
  font-weight: 500;
  font-style: italic;
  font-size: 1.2vw;
  margin-bottom: 0;
}

.dr_info {
  margin-top: 8vw;
}
.dr_info .swiper-wrapper {
  padding-bottom: 2vw;
}
.dr_info .academic h4 {
  color: #3371BD;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  font-size: 1.5vw;
  margin-bottom: 0.8vw;
}
.dr_info .academic ul {
  margin-bottom: 0;
}
.dr_info .academic ul li {
  position: relative;
  padding-left: 3.2vw;
  margin-bottom: 1vw;
  font-size: 1vw;
  color: #000;
}
.dr_info .academic ul li:before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  background: url("../images/list_ic.svg") no-repeat;
  background-size: 100%;
  left: 0;
  top: 0.5vw;
}
.dr_info .academic ul li strong {
  color: #80B940;
  font-weight: 400;
}
.dr_info .swiper-button-prev, .dr_info .swiper-button-next {
  top: auto;
  bottom: 0;
  background-image: none;
  background-color: #3371BD;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  height: 2vw;
  width: 2vw;
  line-height: 1.9vw;
}
.dr_info .swiper-button-prev {
  left: 0.9vw;
}
.dr_info .swiper-button-prev:after {
  content: "\f104";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1vw;
}
.dr_info .swiper-button-next {
  right: 0.9vw;
}
.dr_info .swiper-button-next:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1vw;
}
.dr_info .swiper-pagination {
  right: 0;
  width: 85%;
  margin: 0 auto;
}
.dr_info .swiper-pagination-bullet {
  width: 0.8vw;
  height: 0.8vw;
  margin: 0 0.2vw !important;
}

.scrollPy {
  width: 17.66vw;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 4vw;
  padding-left: 2.8vw;
  border-left: 1px solid #3371BD;
}
.scrollPy a {
  display: block;
  background-color: #80B940;
  color: #fff;
  text-align: center;
  border-radius: 2vw;
  text-decoration: none;
  margin-bottom: 0.8vw;
  padding: 0.5vw 0.9vw;
  font-size: 0.85vw;
  letter-spacing: 0.1vw;
  height: 3.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scrollPy a:hover, .scrollPy a.active, .scrollPy a:focus, .scrollPy a:active {
  background-color: #C7598F;
}
.scrollPy a.active {
  font-weight: 600;
}

.about_slider {
  padding-bottom: 3.2vw;
}
.about_slider .scrollPy {
  margin-top: 8vw;
}

.more_about {
  margin-bottom: 1.3vw;
}
.more_about .scrollPy {
  margin-top: 4vw;
  padding-left: 3.33vw;
  border-left: 1px solid #3371BD;
}
.more_about .scrollPy.longevity_scroll {
  margin-top: 0;
  padding-top: 2vw;
}

.why_choose_us {
  padding: 4vw 0;
}
.why_choose_us h2 {
  color: #80B940;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 1.3vw;
  font-size: 2.5vw;
}
.why_choose_us h2.blue_color {
  color: #3371BD;
}
.why_choose_us h2 emp {
  display: block;
  color: #3371BD;
  font-size: 4vw;
}
.why_choose_us p {
  font-size: 1.1vw;
  margin-bottom: 1vw;
}
.why_choose_us .choose_img {
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}
.why_choose_us .choose_img img {
  border-radius: 2vw;
}
.why_choose_us .choose_img.partner_img img {
  border-radius: 0;
  width: 50%;
  margin: 0 auto;
  display: block;
}
.why_choose_us .choose_img img {
  width: 100%;
}
.why_choose_us .choose_desc h3 {
  display: flex;
  justify-content: space-between;
  color: #3371BD;
  font-weight: 800;
  font-style: italic;
  font-size: 1.8vw;
  align-items: center;
  margin-bottom: 1vw;
}
.why_choose_us .choose_desc h3 img {
  width: 5.33vw;
  height: 5.33vw;
  margin-right: 1.5vw;
}
.why_choose_us .choose_desc p {
  text-align: center;
  padding: 0 1vw;
}
.why_choose_us .choose_desc p strong {
  color: #80B940;
}
.why_choose_us .choose_desc.partner_desc h3 {
  color: #80B940;
  font-size: 1.8vw;
}
.why_choose_us .choose_desc.partner_desc p {
  text-align: left;
  padding: 0;
  font-display: 1vw;
}

.book_name {
  text-align: center;
}
.book_name h1 {
  color: #80B940;
  text-transform: uppercase;
  letter-spacing: 0.5vw;
  font-size: 2vw;
}
.book_name h1 emp {
  color: #3371BD;
}
.book_name h1 span {
  font-family: Gloss_And_Bloom;
  display: block;
  text-transform: capitalize;
  margin-top: 1vw;
  letter-spacing: 0;
  font-size: 3vw;
}
.book_name img {
  width: 30vw;
}

.partners_row {
  margin-top: 1.5vw;
}

.br_right {
  border-right: 1px solid #3371BD;
  padding-right: 25px;
}

.mt-5 {
  margin-top: 2.5vw !important;
}

.contact {
  text-align: center;
}
.contact h2 {
  color: #3371BD;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 1.3vw;
  font-size: 2.5vw;
}
.contact p {
  font-size: 1.1vw;
  margin-bottom: 1vw;
}
.contact .contact_info {
  display: flex;
  justify-content: space-between;
  margin: 4vw 0;
}
.contact .contact_info li {
  border-right: 1px solid #3380BD;
  width: 33.3333%;
  padding: 0 1vw;
}
.contact .contact_info li:last-child {
  border: 0;
}
.contact .contact_info li img {
  width: 6vw;
  margin-bottom: 1.2vw;
}
.contact .contact_info li h3 {
  font-size: 1.5vw;
  font-weight: 800;
  color: #80B940;
  letter-spacing: 0.2vw;
}
.contact .contact_info li ul li {
  border: 0;
  width: 100%;
  padding: 0;
}
.contact .contact_info li ul li a {
  font-weight: 800;
  color: #3380BD;
  text-decoration: none;
  font-size: 1vw;
}
.contact .contact_info li ul li a:hover {
  color: #80B940;
}
.contact .contact_info li ul li a i {
  background-color: #80B940;
  color: #fff;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  margin-bottom: 1vw;
  text-align: center;
  line-height: 2vw;
  font-size: 1.1vw;
}
.contact form {
  text-align: left;
}
.contact form .input_form {
  display: flex;
  align-items: center;
  margin-bottom: 1.5vw;
}
.contact form .input_form label {
  width: 15vw;
  color: #000;
  font-size: 1vw;
}
.contact form .input_form .form-control {
  border-radius: 3vw;
  border-color: #A8A8A8;
  height: 3vw;
}
.contact .button {
  display: flex;
  justify-content: flex-end;
}
.contact .button .btn {
  background-color: #3380BD;
  color: #fff;
  border-radius: 3vw;
  width: 10vw;
}
.contact .button .btn:hover {
  background-color: #80B940;
}
.contact .button .file {
  width: 10vw;
  text-align: center;
  margin-right: 0.5vw;
  padding: 10px;
  background: #3380BD;
  display: table;
  color: #fff;
  border-radius: 3vw;
}
.contact .button .file:hover {
  background-color: #80B940;
  cursor: pointer;
}
.contact .button .file input[type=file] {
  display: none;
}

/*------------------*/
.longevity_logo {
  text-align: center;
}
.longevity_logo img {
  width: 25%;
}

.about_longevity {
  padding-top: 2vw;
}

.about_longevity_inner {
  padding-bottom: 1.5vw;
}
.about_longevity_inner h4 {
  font-weight: 800;
  font-style: italic;
  font-size: 1.8vw;
}
.about_longevity_inner h4.inner_heading {
  padding-bottom: 1vw;
}
.about_longevity_inner h4.green_heading {
  color: #80B940;
}
.about_longevity_inner h4.blue_heading {
  color: #3371BD;
}
.about_longevity_inner h4.purple_heading {
  color: #C7598F;
}
.about_longevity_inner .order_book {
  display: block;
  margin: 0 auto;
  background-color: #C7598F;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 25px;
  font-size: 13px;
  height: 40px;
  width: 250px;
  line-height: 25px;
}
.about_longevity_inner .order_book:hover {
  background-color: #3371BD;
}
.about_longevity_inner ul li {
  position: relative;
  padding-left: 3.2vw;
  margin-bottom: 1vw;
  font-size: 1vw;
}
.about_longevity_inner ul li:before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 2vw;
  background: url(../images/list_ic.svg) no-repeat;
  background-size: 100%;
  left: 0;
  top: 0.3vw;
}

.longevity_pro {
  text-align: center;
}
.longevity_pro h2 span.yellow {
  color: #ffc91b;
}
.longevity_pro h2 span.pink {
  color: #C7598F;
}
.longevity_pro h2 span.blue {
  color: #3371BD;
}
.longevity_pro img {
  width: 40%;
}
.longevity_pro p span.yellow {
  color: #ffc91b;
}
.longevity_pro p span.pink {
  color: #C7598F;
}
.longevity_pro p span.blue {
  color: #3371BD;
}
.longevity_pro p span.green {
  color: #80B940;
}

.fitness_program {
  display: flex;
  align-items: center;
  margin-bottom: 3.5vw;
}
.fitness_program .fitness_icon {
  margin-right: 4vw;
  margin-left: 6vw;
}
.fitness_program .fitness_icon img {
  width: 5vw;
}
.fitness_program .fintness_desc h3 {
  font-size: 2vw;
  color: #3380BD;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 0.3vw;
}
.fitness_program .fintness_desc p {
  font-size: 1.1vw;
  font-weight: 500;
  margin-bottom: 0;
}

.life_style .fitness_program .fintness_desc h3 {
  color: #80B940;
}

.fitnes_swiper .swiper-button-prev, .fitnes_swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  background-image: none;
  background-color: #3371BD;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  height: 2vw;
  width: 2vw;
  line-height: 1.9vw;
}
.fitnes_swiper .swiper-button-prev:hover, .fitnes_swiper .swiper-button-next:hover {
  background-color: #80B940;
}
.fitnes_swiper .swiper-button-next:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1vw;
}
.fitnes_swiper .swiper-button-prev {
  right: 10vw;
  left: auto;
}
.fitnes_swiper .swiper-button-prev:after {
  content: "\f104";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1vw;
}
.fitnes_swiper .swiper-pagination {
  width: 7vw;
  right: 3vw;
  left: auto;
  bottom: 0.2vw;
}
.fitnes_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.9vw;
  height: 0.9vw;
  margin: 0 0.8vw !important;
}

.courses_page {
  padding-top: 3vw;
}
.courses_page .scrollPy {
  padding-top: 5vw;
}

/*------LANDING------------*/
.purple {
  background-color: #C7598F;
  top: 50%;
  transform: translateY(-50%);
}
.purple ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.purple ul li a i {
  color: #C7598F;
}

.landing {
  text-align: center;
  padding-top: 1vw;
  height: 100vh;
  background-image: url(../images/landing_bg.png);
  background-size: cover;
}
.landing .landing_mid {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.landing .landing_mid img {
  width: 100%;
}
.landing .landing_desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-bottom: 1vw;
}
.landing .description h1 {
  font-weight: bold;
  color: #3371BD;
  font-size: 1.8vw;
}
.landing .description h1 span {
  display: block;
  color: #80B940;
}
.landing .description p {
  font-size: 1vw;
}
.landing .description.ar {
  font-family: "DINNEXTMEDIUM";
}
.landing .description.ar p {
  font-family: "DINNEXTMEDIUM";
}

.land_logo {
  text-align: center;
  margin-bottom: auto;
}
.land_logo img {
  width: 18vw;
}
.land_logo.showIn_mobile {
  display: none;
}

.website_link {
  margin-bottom: auto;
}
.website_link .btn {
  background-color: #80B940;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3vw;
  padding: 0;
  font-size: 1.1vw;
}
.website_link .btn span {
  font-family: "DINNEXTMEDIUM";
  padding-left: 1vw;
  margin-left: auto;
}
.website_link .btn span emp {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.website_link .btn i {
  background-color: #3371BD;
  height: 3.5vw;
  width: 3.5vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #fff;
  margin-right: -4px;
  font-size: 1.2vw;
  margin-left: auto;
}
.website_link .btn:hover {
  background-color: #3371BD;
}
.website_link .btn:hover i {
  background-color: #80B940;
}

.carrier {
  margin-bottom: auto;
}
.carrier img {
  height: 16vw;
  display: block;
  margin: 0 auto;
}
.carrier .btn {
  background-color: #3371BD;
  color: #fff;
  font-family: "DINNEXTMEDIUM";
  border-radius: 35px;
  width: 22vw;
  font-size: 1vw;
  display: block;
  margin: 0 auto;
}
.carrier .btn span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9vw;
  margin-top: 3px;
}
.carrier .btn:hover {
  background-color: #80B940;
}
.carrier .btn.green {
  background-color: #80B940;
}
.carrier .btn.green:hover {
  background-color: #3371BD;
}

.download {
  background: #fff url(../images/download_bg.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.downloadPage_dr {
  height: 100%;
}
.downloadPage_dr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form_heading {
  padding: 1.5vw 0;
  margin-bottom: 1vw;
  margin-top: 1vw;
}
.form_heading h4 {
  font-family: "DINNEXTMEDIUM";
  font-size: 1.2vw;
  margin-bottom: 0.5vw;
}
.form_heading p {
  font-size: 1vw;
}

.inner_form {
  background-color: #fff;
  border: 1px solid #80B940;
  border-radius: 2vw;
  padding: 2vw;
  margin-bottom: 0.5vw;
}
.inner_form .form_title {
  background-color: #80B940;
  border-radius: 3vw;
  margin-bottom: 0;
  padding: 1vw;
  margin-top: -4vw;
  margin-bottom: 1.5vw;
}
.inner_form .form_title h3 {
  color: #fff;
  font-size: 1.3vw;
}
.inner_form .form_title h3 span {
  font-family: "DINNEXTMEDIUM";
}
.inner_form .form_row {
  margin-bottom: 1vw;
}
.inner_form .form_row label {
  display: flex;
  font-size: 1vw;
  margin-bottom: 10px;
}
.inner_form .form_row label span {
  margin-left: auto;
  text-align: right;
  direction: rtl;
  font-family: "DINNEXTMEDIUM";
}
.inner_form .form_row .form-control {
  border-color: #3371BD;
  border-radius: 0.5vw;
  height: 3vw;
}
.inner_form .form_row .form-control:active, .inner_form .form_row .form-control:visited, .inner_form .form_row .form-control:focus {
  box-shadow: none;
}
.inner_form .form_row textarea.form-control {
  height: 5.2vw;
  max-height: 5.2vw;
  min-height: 5.2vw;
}
.inner_form .form-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-bottom: 10px;
}
.inner_form .form-check .form-check-label.ar {
  font-family: "DINNEXTMEDIUM";
  margin-top: -5px;
}
.inner_form .form-check .form-check-input {
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #3371BD;
  float: none;
  margin-left: 0;
  width: 1.5vw;
  height: 1.5vw;
}
.inner_form .form-check .form-check-input:checked {
  background-color: #80B940;
}

.website_link {
  text-align: center;
  margin-top: 1vw;
}
.website_link .btn {
  width: 20vw;
  margin: 0 auto;
}
.website_link.two_btns {
  display: flex;
  justify-content: space-between;
}
.website_link.two_btns .btn {
  width: 12vw;
}
.website_link.two_btns .btn.back span {
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}
.website_link.two_btns .btn.back i {
  margin-right: auto;
  margin-left: 0;
}

.zoom_appointment {
  padding-top: 1.5vw;
}
.zoom_appointment .title_card {
  background-color: #80B940;
  color: #fff;
  text-align: center;
  border-radius: 1vw;
  padding: 0.5vw 0;
  margin-bottom: 1vw;
}
.zoom_appointment .title_card h3 {
  font-family: "DINNEXTMEDIUM";
  font-size: 1.5vw;
}
.zoom_appointment .title_card h3 span {
  display: block;
  font-family: "Montserrat", sans-serif;
}
.zoom_appointment h2 {
  color: #3371BD;
  text-align: center;
  font-size: 1.4vw;
  padding: 1.3vw 0;
}
.zoom_appointment h2 span {
  font-family: "DINNEXTMEDIUM";
  display: block;
  margin-bottom: 1vw;
  font-size: 1.5vw;
  direction: rtl;
}
.zoom_appointment p {
  text-align: center;
  font-size: 1vw;
}
.zoom_appointment p span {
  font-family: "DINNEXTMEDIUM";
  display: block;
  margin-bottom: 0.5vw;
  direction: rtl;
  font-size: 1.2vw;
}
.zoom_appointment h1 {
  font-size: 2vw;
  text-align: center;
  margin-bottom: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zoom_appointment h1 i {
  color: #3371BD;
}
.zoom_appointment h1 .form-control {
  width: 22vw;
  box-shadow: none;
  border: 0;
  font-size: 2vw;
}
.zoom_appointment h1 .form-control::placeholder {
  color: #000;
}
.zoom_appointment .website_link {
  width: 20vw;
  margin: 0 auto;
  margin-top: 1.5vw;
}
.zoom_appointment hr {
  background-color: #3371BD;
  margin: 3vw 0;
}

#date_pick {
  margin: 1vw 0;
  height: 28vw;
  position: relative;
}

.Zebra_DatePicker {
  width: 100% !important;
  padding: 1.5vw;
  border-radius: 0.8vw;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #80B940;
  background-color: #fff;
}
.Zebra_DatePicker .dp_header {
  margin-bottom: 1vw;
}
.Zebra_DatePicker .dp_body td {
  background-color: #fff;
  color: #000;
  border: 0;
  padding: 0.8vw;
  font-weight: 700;
  font-size: 1vw;
}
.Zebra_DatePicker .dp_body td:hover {
  background-color: #3371BD;
  color: #fff;
}
.Zebra_DatePicker .dp_body .arabWeekend {
  color: #C7598F;
}
.Zebra_DatePicker .dp_body .arabWeekend:hover {
  background-color: #C7598F;
}
.Zebra_DatePicker .dp_body .dp_weekend {
  background-color: #fff;
}
.Zebra_DatePicker .dp_body .dp_disabled {
  background-color: #fff;
}
.Zebra_DatePicker .dp_body .dp_disabled:hover {
  background-color: #ccc;
}
.Zebra_DatePicker .dp_body .dp_selected {
  color: #fff;
  border-radius: 1.5vw;
  background-color: #3371BD;
}
.Zebra_DatePicker .dp_body .dp_selected:hover {
  background-color: #C7598F;
}
.Zebra_DatePicker .dp_body th {
  border: 0;
}
.Zebra_DatePicker .dp_body .dp_current {
  color: #fff;
  border-radius: 1.5vw;
  background-color: #3371BD;
}
.Zebra_DatePicker .dp_body .dp_current:hover {
  background-color: #C7598F;
}
.Zebra_DatePicker .dp_daypicker th {
  background-color: #fff;
  border-top: 1px solid #80B940 !important;
  border-bottom: 1px solid #80B940;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
  font-size: 1vw;
}
.Zebra_DatePicker .dp_daypicker th:nth-child(2), .Zebra_DatePicker .dp_daypicker th:nth-child(5), .Zebra_DatePicker .dp_daypicker th:nth-child(6) {
  color: #C7598F;
}
.Zebra_DatePicker .dp_actions .dp_caption {
  color: #000;
  border-radius: 0;
  font-size: 1.2vw;
}
.Zebra_DatePicker .dp_actions .dp_next, .Zebra_DatePicker .dp_actions .dp_previous {
  background-color: #80B940;
  color: #fff;
  height: 1.5vw;
  width: 1.5vw;
  border-radius: 50%;
}
.Zebra_DatePicker .dp_footer {
  display: none !important;
}

.time {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5vw;
  border-radius: 0.8vw;
  border: 1px solid #80B940;
  background-color: #fff;
  margin-bottom: 1vw;
}
.time .slot {
  flex: 0 0 auto;
  width: 25%;
  padding: 0 1vw;
  margin: 0.5vw 0;
}
.time .slot .btn.btn-primary {
  background-color: #fff;
  color: #000;
  border: 0;
  width: 100%;
  font-weight: 700;
  font-size: 1.1vw;
}
.time .slot .btn.btn-primary:active, .time .slot .btn.btn-primary:visited, .time .slot .btn.btn-primary:focus {
  box-shadow: none;
}
.time .slot .btn-check:checked + .btn {
  background-color: #3371BD;
  color: #fff;
}
.time .slot .btn-check:checked + .btn:active, .time .slot .btn-check:checked + .btn:visited, .time .slot .btn-check:checked + .btn:focus {
  box-shadow: none;
}

.consult_header {
  margin-bottom: 2vw;
  padding-top: 1.5vw;
}
.consult_header .logo {
  text-align: center;
  margin-bottom: 1.5vw;
}
.consult_header .logo img {
  width: 20vw;
}
.consult_header .title {
  background-color: #80B940;
  border-radius: 3vw;
  padding: 1.5vw;
  text-align: center;
  width: 60vw;
  margin: 0 auto;
}
.consult_header .title h1 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 2vw;
  text-transform: uppercase;
}
.consult_header .title.blue {
  background-color: #3371BD;
}
.consult_header .inner_admin_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consult_header .inner_admin_header ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.consult_header .inner_admin_header ul li a {
  text-decoration: none;
  background-color: #3371BD;
  color: #fff;
  padding: 10px 12px;
  margin: 0 8px;
  border-radius: 5px;
}
.consult_header .inner_admin_header ul li a:hover {
  background-color: #80B940;
}
.consult_header .inner_admin_header ul li.user_info {
  margin-right: 25px;
}
.consult_header .inner_admin_header ul li.user_info a {
  display: flex;
  background-color: transparent;
  color: #80B940;
  align-items: center;
  padding: 0;
  margin: 0;
}
.consult_header .inner_admin_header ul li.user_info a p {
  margin-bottom: 0;
}
.consult_header .inner_admin_header ul li.user_info a:hover {
  background-color: transparent;
}
.consult_header .inner_admin_header ul li.user_info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
}
.consult_header .inner_admin_header ul li:last-child a {
  margin-right: 0;
}

.admin_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 0;
}
.admin_header .logo img {
  width: 20vw;
}
.admin_header .right_admin_menu ul {
  margin-bottom: 0;
  display: flex;
}
.admin_header .right_admin_menu ul li a {
  text-decoration: none;
  color: #4B4B4B;
  padding: 0 10px;
  font-size: 1.1vw;
}
.admin_header .right_admin_menu ul li a i {
  margin-right: 5px;
  color: #80B940;
}
.admin_header .right_admin_menu ul li a:hover {
  color: #3371BD;
}

.consult_form {
  padding: 2vw;
  border-radius: 1.5vw;
  border: 2px solid #80B940;
  margin-bottom: 5vw;
}
.consult_form hr {
  height: 0.12vw;
  background-color: #80B940;
  opacity: 1;
  margin: 2vw -2vw;
}
.consult_form h2 {
  display: inline-block;
  height: 4vw;
  width: 4vw;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #80B940;
  margin-top: -4vw;
  margin-left: -4vw;
  font-size: 2.2vw;
}
.consult_form .top_area .Zebra_DatePicker_Icon_Wrapper {
  width: 100% !important;
}
.consult_form .top_area label {
  font-size: 1.1vw;
  width: 10vw;
  margin-right: 1vw;
}
.consult_form .top_area .form-control, .consult_form .top_area .form-select {
  margin-bottom: 0;
}
.consult_form .inline_form {
  display: flex;
  align-items: center;
  margin-bottom: 1.2vw;
}
.consult_form label {
  font-size: 0.9vw;
  text-align: center;
  width: 20vw;
  font-weight: 600;
}
.consult_form label span {
  display: block;
  font-weight: normal;
  font-family: "DINNEXTMEDIUM";
}
.consult_form .form-control, .consult_form .form-select {
  border-color: #3371BD;
  border-width: 0.1vw;
  height: 3.5vw;
  border-radius: 0.8vw;
  font-size: 1.2vw;
}
.consult_form .form-control:visited, .consult_form .form-control:active, .consult_form .form-control:focus, .consult_form .form-select:visited, .consult_form .form-select:active, .consult_form .form-select:focus {
  box-shadow: none;
}
.consult_form .form-control.greenBorder, .consult_form .form-select.greenBorder {
  border-color: #80B940;
  border-width: 0.2vw;
}
.consult_form textarea.form-control {
  height: 8vw;
  min-height: 8vw;
  max-height: 8vw;
}
.consult_form .form-check-input {
  height: 2vw;
  width: 7vw;
  border-color: #3371BD;
}

.right_note .columd_form {
  margin-bottom: 2vw;
}
.right_note .columd_form label {
  font-size: 1.2vw;
  font-weight: 600;
  margin-bottom: 0.5vw;
}
.right_note .columd_form .form-control {
  border-width: 0.1vw;
  height: 3.5vw;
  border-radius: 0.8vw;
  font-size: 1.2vw;
  border-color: #000;
  border-width: 0.15vw;
}
.right_note .columd_form .form-control:visited, .right_note .columd_form .form-control:active, .right_note .columd_form .form-control:focus {
  box-shadow: none;
}
.right_note .columd_form textarea.form-control {
  height: 7vw;
  min-height: 7vw;
  max-height: 7vw;
  text-align: center;
  margin-top: 1vw;
}
.right_note .columd_form .form-check-input {
  height: 2vw;
  width: 2vw;
  border-color: #000;
  border-width: 0.15vw;
  margin-top: 0;
  margin-right: 0.5vw;
}

.nex_pre {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
}
.nex_pre a {
  height: 4vw;
  width: 4vw;
  background-color: #3371BD;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2vw;
  margin: 0 1vw;
  border-radius: 50%;
}
.nex_pre a:hover {
  background-color: #80B940;
  color: #fff;
}

/*------------------*/
.footer {
  background: url("../images/footer_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .col-md-8 {
  position: relative;
}
.footer .content {
  background-color: rgba(0, 77, 139, 0.72);
  padding: 0.8vw 0;
  margin-top: 6.66vw;
  padding-bottom: 3.2vw;
}
.footer .content h3 {
  border-top-right-radius: 1.8vw;
  border-bottom-right-radius: 1.8vw;
  color: #fff;
  font-weight: 800;
  font-style: italic;
  font-size: 2.5vw;
  padding: 0.7vw 3.8vw;
  margin-bottom: 1.8vw;
  background-color: #80B940;
  display: inline-block;
  margin-top: -1.8vw;
}
.footer .content ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
}
.footer .content ul li {
  text-align: center;
  border-right: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 0.5vw 1.5vw;
}
.footer .content ul li img {
  width: 4vw;
  height: 4vw;
  margin-bottom: 1vw;
}
.footer .content ul li h4 {
  font-size: 1.5vw;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5vw;
}
.footer .content ul li p {
  font-size: 1vw;
  margin-bottom: 0.8vw;
}
.footer .content ul li:last-child {
  border-right: 0;
}
.footer .img {
  position: absolute;
  top: 10%;
  transform: translateX(-10%);
  width: 34%;
  margin-left: 2vw;
}
.footer .img img {
  width: 100%;
}
.footer .social {
  background-color: #C7598F;
  border-radius: 2vw;
  display: flex;
  align-items: center;
  padding: 0.7vw 3.8vw;
  position: absolute;
  right: -12vw;
  padding-right: 12.66vw;
  bottom: -4.5vw;
  padding-left: 2vw;
}
.footer .social h5 {
  color: #fff;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 0;
  margin-right: 1.3vw;
  font-size: 1.5vw;
}
.footer .social a {
  display: block;
  background-color: #fff;
  width: 2.3vw;
  height: 2.3vw;
  border-radius: 50%;
  margin-bottom: 1vw;
  text-align: center;
  line-height: 2.2vw;
  font-size: 1.5vw;
  color: #C7598F;
  margin: 0 0.5vw;
}

.footer_end {
  position: relative;
  background-color: #fff;
}
.footer_end .footer_logo {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.footer_end .footer_logo img {
  width: 36vw;
}
.footer_end .navbar {
  padding: 0;
  background-color: #3380BD;
}
.footer_end .navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #fff;
  padding: 0.8vw 1.6vw;
  font-size: 1vw;
  font-family: "Montserrat", sans-serif;
}
.footer_end .navbar .navbar-nav .nav-item .nav-link:hover, .footer_end .navbar .navbar-nav .nav-item .nav-link.active {
  background-color: #3371BD;
}
.footer_end .navbar .navbar-nav .nav-item .nav-link img {
  width: 4vw;
}
.footer_end .navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.footer_end .copy_right {
  text-align: right;
  padding: 2.5vw 0;
}
.footer_end .copy_right p {
  margin-bottom: 0;
  color: #666666;
  font-size: 1vw;
}

#back-to-top {
  position: fixed;
  bottom: 2.5vw;
  right: 2.5vw;
  z-index: 9999;
  width: 3.3vw;
  height: 3.3vw;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5vw;
  background-color: #3371BD;
  color: #444;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  color: #fff;
}
#back-to-top i {
  font-size: 2vw;
  vertical-align: bottom;
}

#back-to-top:hover {
  background-color: #80B940;
}

#back-to-top.show {
  opacity: 1;
}

a.fb:hover {
  background-color: #3371BD;
}
a.fb:hover i {
  color: #fff;
}
a.twitter:hover {
  background-color: #00acee;
}
a.twitter:hover i {
  color: #fff;
}
a.insta:hover {
  background-color: #3f729b;
}
a.insta:hover i {
  color: #fff;
}
a.youtube:hover {
  background-color: #FF0000;
}
a.youtube:hover i {
  color: #fff;
}
a.snap:hover {
  background-color: #FFFC00;
}
a.snap:hover i {
  color: #000;
}

.show_in_mobile {
  display: none !important;
}

@media screen and (max-width: 768px) {
  section {
    height: 100%;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .header .navbar {
    padding: 5px 0;
  }
  .header .navbar .navbar-nav {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .header .logo img {
    width: 52vw;
  }
  .navbar-light .navbar-toggler {
    color: #fff;
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 0;
  }
  .navbar-light .navbar-toggler:visited, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:active {
    box-shadow: none;
  }
  .top_bar .search {
    width: 70%;
  }
  .main_slider {
    height: auto;
  }
  .main_slider .swiper-slide .swiper_hero {
    width: 40%;
  }
  .main_slider .swiper-slide .swiper_hero h1 {
    font-size: 18px;
  }
  .main_slider .swiper-slide .swiper_hero h2 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .main_slider .swiper-slide .swiper_hero h2 span {
    text-align: center;
  }
  .main_slider .swiper-slide .swiper_hero p {
    display: none;
  }
  .main_slider .swiper-slide .swiper_hero .btn {
    width: auto;
    display: block;
  }
  .main_slider .swiper-pagination {
    display: none;
  }
  .slider_3 .swiper-slide .swiper_hero h2 emp, .slider_4 .swiper-slide .swiper_hero h2 emp {
    font-size: 30px;
  }
  .slider_4 .title, .slider_5 .title {
    font-size: 20px;
  }
  .footer .img {
    display: none;
  }
  .footer .navbar-light .navbar-toggler {
    display: block;
    margin: 0 auto;
  }
  .footer .navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    height: 100%;
  }
  .admin_header .logo img {
    width: 120px;
  }
  .admin_header .right_admin_menu ul li a {
    font-size: 14px;
    padding: 0 7px;
  }
  .admin_header .right_admin_menu ul li a i {
    margin-right: 2px;
  }
  .admin_header .right_admin_menu ul li a span emp {
    display: none;
  }
  .admin_header .right_admin_menu ul li:last-child a span {
    display: none;
  }
  .top_bar .search {
    display: none;
  }
  .header .logo img {
    width: 80vw;
  }
  .main_slider .swiper-slide .swiper_hero .btn {
    line-height: normal;
    height: auto;
    font-size: 10px;
  }
  .expeience .main_slider .swiper-slide .swiper_hero h2 {
    font-size: 22px;
  }
  .expeience .main_slider .swiper-slide .swiper_hero h2 emp {
    font-size: 25px;
  }
  .expeience .main_slider .swiper-slide .swiper_hero h2 span {
    font-size: 22px;
  }
  .slider_3 .swiper-slide .swiper_hero h2, .slider_4 .swiper-slide .swiper_hero h2 {
    font-size: 18px;
  }
  .slider_3 .swiper-slide .swiper_hero h2 emp, .slider_4 .swiper-slide .swiper_hero h2 emp {
    font-size: 20px;
  }
  .slider_3 .swiper-slide .swiper_hero .btn, .slider_4 .swiper-slide .swiper_hero .btn {
    font-size: 12px;
    padding: 5px;
    height: auto;
    line-height: normal;
  }
  .slider_4 .title, .slider_5 .title {
    top: 0;
    padding: 5px 50px;
    font-size: 16px;
  }
  .services .swiper-button-prev, .services .swiper-button-next {
    top: 75%;
    transform: translateY(-75%);
  }
  .services .desc h2 {
    font-size: 30px;
  }
  .services .desc p strong {
    font-size: 20px;
  }
  .footer {
    padding-top: 0;
  }
  .footer .content ul {
    flex-direction: column;
  }
  .footer .content ul li {
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding: 15px 15px;
  }
  .footer .social {
    display: none;
  }
  .name_title {
    position: relative;
    left: 19%;
    width: 63%;
    top: 30px;
  }
  .name_title h1 {
    font-size: 4vw;
  }
  .name_title p {
    font-size: 2.5vw;
  }
  .br_right {
    padding-right: 0;
    border: 0;
  }
  .more_about .mt-5 {
    margin-top: 2vw !important;
    margin-bottom: 2vw !important;
  }
  .more_about .scrollPy {
    display: block;
    border-left: 0;
    padding-left: 0;
    margin: 0 auto;
    margin-top: 15px;
  }
  .why_choose_us {
    padding-bottom: 2vw;
    padding-top: 1.5vw;
  }
  .why_choose_us .choose_img {
    margin-top: 1.5vw;
  }
  .why_choose_us .choose_img.partner_img img {
    margin-bottom: 5vw;
  }
  .why_choose_us .choose_img img {
    width: 100%;
  }
  .why_choose_us .choose_desc h3 {
    font-size: 5vw;
    margin-top: 25px;
  }
  .why_choose_us .choose_desc h3 img {
    width: 50px;
    height: 50px;
  }
  .why_choose_us .choose_desc p {
    font-size: 14px;
  }
  .footer_end .copy_right p {
    font-size: 3.5vw;
  }
  .dr_info {
    margin-top: 20px;
    margin-bottom: 25px;
    border: 0;
    padding-right: 0;
  }
  .land_logo.showIn_mobile {
    display: block;
    margin-bottom: 25px;
  }
  .land_logo.showIn_mobile img {
    width: 200px;
  }
  .landing {
    position: relative;
  }
  .landing .landing_mid {
    height: auto;
    margin-bottom: -180px;
  }
  .hideIn_mobile {
    display: none !important;
  }
  .social_media_tray {
    padding: 6px;
  }
  .social_media_tray ul li {
    margin-bottom: 14px;
  }
  .social_media_tray ul li:last-child {
    margin-bottom: 0;
  }
  .social_media_tray ul li a {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .social_media_tray.purple {
    top: 30%;
    transform: translateY(-30%);
  }
  .website_link {
    position: absolute;
    width: 60%;
    left: 0;
    bottom: 20px;
    right: 0;
    margin: 0 auto;
  }
  .website_link .btn {
    border-radius: 25px;
    font-size: 12px;
  }
  .website_link .btn i {
    height: 35px;
    width: 35px;
    font-size: 14px;
    border-width: 3px;
  }
  .website_link.two_btns {
    position: relative;
    bottom: 0;
    width: 90%;
  }
  .website_link.two_btns .btn {
    width: 45% !important;
  }
  .website_link.two_btns.w-100 .btn {
    font-size: 2.5vw;
  }
  .website_link.two_btns.show_in_mobile {
    display: flex !important;
  }
  .landing_desc .website_link .btn {
    width: 100%;
  }
  .carrier img {
    height: 70px;
  }
  .carrier .btn {
    width: 100%;
    font-size: 10px;
    border-radius: 10px;
    height: 76px;
  }
  .carrier .btn span {
    font-size: 10px;
  }
  .carrier .btn.green {
    height: 76px;
  }
  .drImg_smallMobile {
    height: auto;
    text-align: right;
  }
  .drImg_smallMobile img {
    width: 90%;
    margin: 0 auto;
    object-fit: contain;
  }
  .hide_in_mobile {
    display: none;
  }
  .show_in_mobile {
    display: block !important;
  }
  .inner_form .form_title h3 {
    font-size: 15px;
    margin-bottom: 0;
    padding: 5px;
  }
  .inner_form .form_row label {
    font-size: 3.2vw;
  }
  .inner_form .form_row .form-control {
    height: 40px;
    border-radius: 5px;
    font-size: 12px;
  }
  .inner_form .form_row textarea.form-control {
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }
  .inner_form .form-check .form-check-input {
    width: 5.5vw;
    height: 5.5vw;
  }
  .inner_form .non_absolute {
    position: relative;
    bottom: 0;
    width: 100%;
    margin-top: 15px;
  }
  .inner_form .non_absolute .btn {
    width: 80%;
  }
  .form_heading h4 {
    font-size: 15px;
  }
  .form_heading p {
    font-size: 12px;
  }
  .download_form {
    margin-top: -80px;
  }
  .zoom_appointment .title_card {
    border-radius: 35px;
  }
  .zoom_appointment .title_card h3 {
    font-size: 14px;
  }
  .zoom_appointment .title_card h3 span {
    margin-top: 5px;
  }
  .zoom_appointment h2 {
    font-size: 15px;
  }
  .zoom_appointment h2 span {
    font-size: 14px;
  }
  .zoom_appointment p {
    font-size: 12px;
  }
  .zoom_appointment p span {
    font-size: 11px;
  }
  .zoom_appointment .website_link {
    position: relative;
    bottom: 0;
    width: 90%;
  }
  .zoom_appointment .website_link .btn {
    width: 100%;
  }
  .zoom_appointment .date_time.show_in_mobile {
    display: flex !important;
  }
  .zoom_appointment .date_time.show_in_mobile h1 {
    font-size: 14px;
  }
  .zoom_appointment .date_time.show_in_mobile h1 i {
    font-size: 14px;
  }
  .zoom_appointment .date_time.show_in_mobile h1 .form-control {
    width: 60%;
    font-size: 14px;
  }
  .Zebra_DatePicker {
    height: 100%;
  }
  .Zebra_DatePicker .dp_actions .dp_caption {
    font-size: 12px;
  }
  .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_daypicker td {
    font-size: 10px;
  }
  .consult_header .logo img {
    width: 200px;
  }
  .consult_form {
    margin-top: 25px;
  }
  .consult_form h2 {
    font-size: 14px;
    height: 30px;
    width: 30px;
  }
  .consult_form .top_area label {
    font-size: 12px;
  }
  .consult_form label {
    font-size: 12px;
    margin-right: 10px;
  }
  .consult_form .form-control, .consult_form .form-select {
    font-size: 12px;
    height: 40px;
  }
  .consult_form .form-check-input {
    height: 20px;
    width: 20px;
  }
  .consult_form textarea.form-control {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
  }
  .right_note .columd_form label {
    font-size: 12px;
    margin-right: 10px;
  }
  .right_note .columd_form .form-control, .right_note .columd_form .form-select {
    font-size: 12px;
    height: 40px;
  }
  .right_note .columd_form .form-check-input {
    height: 20px;
    width: 20px;
  }
  .right_note .columd_form textarea.form-control {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
  }
  .land_logo img {
    width: 200px;
  }
  .downloadPage_dr {
    height: auto;
    text-align: right;
  }
  .downloadPage_dr img {
    width: 90%;
    margin: 0 auto;
    object-fit: contain;
  }
  .consult_header .title {
    width: 100%;
  }
  .consult_header .title .btn {
    font-size: 12px;
  }
  .consult_header .title .btn.btn-outline-light {
    margin-bottom: 7px;
  }
  #date_pick {
    height: 100%;
    margin-bottom: 15px;
  }
  .time .slot .btn.btn-primary {
    font-size: 2.2vw;
  }
}

/*# sourceMappingURL=style.css.map */
