:root {
  --primary-color: #ff6f00;
  --secondary-color: #1a95b0;
  --dark-color1: #111111;
  --white-color: #ffffff;
  --footer-color: #39312f;
  --transition: 0.4s ease-in-out;
  --transition-nav: all 0.6s;
  --body-color: #797979;
  --paragraph: 20px;
  --paragraph-font: "Lato", sans-serif;
  --header-font: "Philosopher", sans-serif;
}

* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

body {
  color: var(--body-color);
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
  background-color: #ffffff;
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
}

.w-30 {
  width: 40%;
}

/* Swiper */
.swiper {
  width: 100%;
  height: 100%;
}

/* Swipper-end */
/* Main_heading */
.main_heading {
  padding-top: 60px;
  padding-bottom: 30px;
}

.main_heading1 {
  padding-top: 90px;
  padding-bottom: 30px;
}

.contact_py {
  padding-top: 60px;
  padding-bottom: 40px;
}

.contact_pb {
  padding-bottom: 30px;
}

.testimonials {
  padding-bottom: 30px;
}

.horoscope {
  padding-top: 0px;
}

.main_unic h2 {
  text-align: center;
  color: var(--primary-color);
  font-weight: bold;
  transition: var(--transition);
  font-size: 35px;
  font-family: "Philosopher", sans-serif;
}

.main_unics h2 {
  text-align: center;
  color: var(--primary-color);
  font-weight: bold;
  transition: var(--transition);
  font-size: 35px;
  font-family: "Philosopher", sans-serif;
}

/* .main_unic h2:hover {
  color: var(--footer-color);
}
.main_unics h2:hover {
  color: var(--footer-color);
} */

@media screen and (max-width: 1200px) {
  .main_heading {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .main_heading1 {
    padding-top: 80px;
    padding-bottom: 25px;
  }

  .main_unic h2 {
    font-size: 25px;
  }

  .testimonials {
    padding-bottom: 25px;
  }

  .contact_py {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact_pb {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 990px) {
  .main_heading1 {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .main_heading {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .main_unic h2 {
    font-size: 26px;
  }

  .testimonials {
    padding-bottom: 20px;
  }

  .contact_py {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contact_pb {
    padding-bottom: 25px;
  }

  .horoscope {
    padding-top: 20px;
    display: block;
    padding-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .main_heading {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .main_heading1 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  #icon_zodiac {
    height: 100px !important;
  }

  .main_unic h2 {
    font-size: 24px;
  }

  .testimonials {
    padding-bottom: 15px;
  }

  .contact_py {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact_pb {
    padding-bottom: 15px;
  }

  .horoscope {
    padding-top: 20px;
  }
}

/* Main_heading-end */

/* Nav_bar */

.modal-backdrop {
  z-index: 0 !important;
}

.navbar-dark .navbar-toggler-icon {
  background-image: none !important;
}

#bars i {
  color: var(--primary-color) !important;
  font-size: 30px;
}

.modal-dialog {
  max-width: 1000px !important;
}

@media screen and (max-width: 1210px) {
  .navbar-brand img {
    width: 200px;
    height: auto;
  }
}

@media screen and (max-width: 990px) {
  .modal-dialog {
    max-width: 500px;
  }
}

#nav_background {
  background-color: var(--white-color) !important;
  z-index: 2;
  position: sticky;
  top: 0%;
  margin-top: -86px;
  border-bottom: 2px solid var(--primary-color);
}

#headerspace {
  padding: 0px 20px !important;
}

.nav-item {
  margin: 0px 16px !important;
}

.anjani a {
  color: var(--dark-color1) !important;
  position: relative;
  transition: var(--transition-nav);
  font-size: 18px !important;
  font-family: "Lato", sans-serif;
}

.ankur a {
  color: var(--primary-color) !important;
  position: relative;
  transition: var(--transition-nav);
  font-size: 168x !important;
  font-family: "Lato", sans-serif;
  font-weight: 800;
}

.anjani a:hover {
  color: var(--primary-color) !important;
}

.ankur a:hover {
  color: var(--primary-color) !important;
}

.anjani a::before {
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  width: 0%;
  top: 10%;
  left: 0%;
  height: 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform-origin: left;
  transform: scale(0);
  transition: var(--transition-nav);
}

.anjani a:hover:before {
  transform: scale(1);
  transform-origin: right;
  width: 100%;
}

.dropdown-menu {
  background-color: var(--secondary-color);
  border-bottom: 3px solid #ff6f00;
}

.navbar-toggler {
  border: 0px !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0px;
  box-shadow: none !important;
}

.btn {
  padding: 0px !important;
}

.btn a {
  text-decoration: none;
}

.btn-success {
  color: var(--white-color) !important;
  border: none;
  background-color: transparent;
}

.btn-success:hover {
  background-color: transparent;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  display: none;
}

.as_btn,
.as_btn:visited {
  height: 45px;
  background-image: -moz-linear-gradient(0deg,
      rgb(244, 170, 54) 0%,
      rgb(243, 115, 53) 100%);
  background-image: -webkit-linear-gradient(0deg,
      rgb(244, 170, 54) 0%,
      rgb(243, 115, 53) 100%);
  background-image: -ms-linear-gradient(0deg,
      rgb(244, 170, 54) 0%,
      rgb(243, 115, 53) 100%);
  font-size: 14px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  padding: 0 23px;
  border: none !important;
  position: relative;
  color: var(--white-color);
  /* border-radius: 45px; */
  border-radius: 5px;
  outline: none;
  min-width: 100px;
  justify-content: center;
  outline: none;
  z-index: 1;
  overflow: hidden;
}

.as_btn:hover {
  color: var(--white-color);
}

.mobile {
  display: none;
}

@media screen and (max-width: 1100px) {
  .anjani a {
    font-size: 14px !important;
  }

  .ankur a {
    font-size: 13px !important;
  }

  .nav-item {
    margin: 0px 10px !important;
  }

  .as_btn,
  .as_btn:visited {
    font-size: 13px;
    padding: 0px 20px;
  }
}

@media screen and (max-width: 990px) {
  .mobile {
    display: block;
  }

  .mobile_logo img {
    width: 180px;
  }
}

/* mobile-section */
.sidenav {
  width: 100%;
  height: 100%;
  margin-right: -100%;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  background-color: var(--white-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}

.sidenav a {
  padding: 16px 0px 16px 0px;
  text-decoration: none;
  font-size: 18px;
  color: var(--primary-color);
  display: block;
  transition: 0.3s;
  font-family: "Lato", sans-serif;
  text-align: center;
}

.amit i {
  color: var(--primary-color);
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  font-weight: lighter !important;
}

#btnside {
  margin: 16px auto;
  display: block;
}

.yash a {
  font-size: 18px !important;
  font-family: "Lato", sans-serif;
}

.yash a:hover {
  color: var(--primary-color) !important;
}

.sidenav a:hover {
  color: var(--primary-color);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav-hide {
  margin-right: 0;
}

.navbar-toggler {
  padding: 0px !important;
}

@media screen and (max-width: 767px) {
  .sidenav a {
    font-size: 18px;
  }

  .yash a {
    font-size: 18px !important;
  }

  .as_btn,
  .as_btn:visited {
    font-size: 18px;
    padding: 0px 20px;
    margin: 16px auto;
    display: flex;
  }
}

/* mobile-section-end */

/* Carousel_banner */
.as_banner_wrapper {
  background-image: url("../img/home_banner.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 90px;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  height: 500px;
}

.as_banner_img {
  position: relative;
}

.as_banner_img .as_hand_bg {
  animation: spin 12s infinite linear;
  -webkit-animation: spin 12s infinite linear;
  -moz-animation: spin 12s infinite linear;
  display: inline-block;
  width: 39%;
}

img {
  max-width: 100%;
  height: auto;
}

.as_banner_img .as_hand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 25%;
}

@media screen and (max-width: 1450px) {
  .as_banner_wrapper {
    /* height: 450px; */
    height: auto;
  }
}

@media screen and (max-width: 1300px) {
  .as_banner_wrapper {
    /* height: 400px; */
    height: auto;
  }
}

@media screen and (max-width: 1050px) {
  .as_banner_wrapper {
    /* height: 370px; */
    height: auto;
  }
}

@media screen and (max-width: 990px) {
  .as_banner_img .as_hand {
    width: 50%;
  }

  .as_banner_img .as_hand_bg {
    width: 100%;
  }

  .as_banner_wrapper {
    height: auto !important;
  }
}

/* banner-section-end */

.spin img {
  color: #f6ffd9;
  font-size: 35px;
  letter-spacing: 4px;
  font-family: "Philosopher", sans-serif;
  position: relative;
}

.wrap-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
  background-size: cover;
  background-position: center;
}

.spin {
  animation: spin 5s infinite linear;
  -webkit-animation: spin 5s infinite linear;
  float: left;
  color: red;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* Pre-loader */

.pre-loader {
  height: 100%;

  left: 0;
  top: 0;
}

.pre-loader {
  background-color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  width: 100%;
}

/* svg{
  height: 360px;
  width: 360px;
} */

/* Overview */
.about_content_head h2 {
  color: var(--footer-color);
  transform: var(--transition);
  font-size: 28px;
  font-weight: bold;
  font-family: "Philosopher", sans-serif;
}

/* 
.about_content_head h2:hover {
  color: var(--secondary-color);
} */

.about_content_head p {
  font-size: 16px;
  text-align: justify;
}

.about_img {
  /* height: 100%; */
  width: 100%;
  overflow: hidden;
}

.about_img img {
  width: 100% !important;
  padding: 0px 30px;
}

.about_img1 {
  width: 100%;
}

.about_img1 img {
  height: 350px;
  padding: 0px 100px;
}

.about_imgs {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.about_imgs img {
  transition: all 0.8s;
}

.about_imgs img:hover {
  transform: scale(1.08);
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .about_content_head h2 {
    font-size: 25px;
  }

  .about_content_head p {
    font-size: 15px;
  }
}

@media screen and (max-width: 990px) {
  .about_content_head h2 {
    font-size: 14px;
  }

  #p_bottom {
    padding-top: 20px;
  }

  .about_content_head p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .about_content_head h2 {
    font-size: 18px;
  }

  .about_content_head p {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .about_img1 img {
    height: 350px;
    width: 100%;
    padding: 0px 0px;
  }
}

/* Overview-end */

/*  Predication*/

.as_horoscope_wrapper {
  background-image: url("../img/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.as_heading {
  font-size: 36px;
  text-transform: capitalize;
  padding-bottom: 17px;
  position: relative;
  margin: -8px 0 0;
  color: var(--dark-color1);
  font-weight: 600;
}

.as_font14 {
  font-size: 16px;
  line-height: 26px;
}

.as_padderBottom20 {
  padding-bottom: 20px;
}

.as_padderTop20 {
  padding-top: 20px;
}

.as_sign_box {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  box-shadow: -2px 0px 28px 0px rgb(0 0 0 / 5%);
  border: 1px solid rgb(231, 231, 231);
  margin-top: 30px;
  transition: all 0.3s linear;
  transition: transform 0.3s ease-out;
}

a {
  /* color: #0d6efd; */
  /* text-decoration: underline; */
  text-decoration: none !important;
}

.as_sign_box:hover {
  transform: translate(0, -8px);
  background-color: var(--primary-color);
}

.as_sign_box:hover h5 {
  color: #ffffff;
}

.as_sign_box:hover p {
  color: #ffffff;
}

.as_sign_box:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 50%;
  right: 50%;
  margin: -135px 0 0 -135px;
  background-image: url(../img/circle.png);
  width: 271px;
  height: 270px;
  /* animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear; */
  z-index: -1;
}

.as_sign_box .as_sign {
  background-color: #ffffff;
  box-shadow: -2px 0px 15px 0px rgb(0 0 0 / 6%);
  height: 56px;
  width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 14px;
  border-radius: 100%;
  transition: all 0.3s linear;
}

.as_sign_box a {
  text-decoration: none;
}

.as_sign_box h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-color1);
  margin: 0 0 2px;
  transition: none;
  transition: all 0.3s linear;
  font-family: "Philosopher", sans-serif;
}

.as_sign_box p {
  color: var(--body-color);
}

@media screen and (max-width: 767px) {
  .as_sign_box {
    padding: 10px;
  }

  .as_sign_box:after {
    width: 0px !important;
  }

  .as_sign_box h5 {
    font-size: 14px;
  }

  .as_sign_box p {
    font-size: 11px;
  }

  p {
    margin-bottom: 0px !important;
  }
}

/* predication-end */

/* button-Service */
.service_button a {
  text-decoration: none;
  color: var(--primary-color);
}

.card-body {
  color: var(--footer-color);
}

/*button- Service-end */

/* second card css */

.section_title {
  font-size: 40px;
  font-weight: bold;
  color: inherit;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.section_details {
  text-align: center;
  font-size: 25px;
  color: #ffffffaa;
}

.our_service_section {
  background-color: #505050;
  background-image: url(bg.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 100vh;
  color: #fff;
  position: relative;
  padding: 100px 20px;
}

.our_service_section>* {
  position: relative;
  z-index: 1;
}

.our_service_section::before {
  content: "";
  background-image: linear-gradient(150deg, #fdfdfd2e -50%, transparent 70%);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.our_service_section>.single_service_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 400px));
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}

.our_service_section>.single_service_container>.single_service {
  max-width: 450px;
  background-color: #505050;
  padding: 25px 30px;
  border-radius: 6px 6px 0px 6px;
  box-shadow: 0 5px 16px #0008;

  transition: 0.3s ease-in-out;
}

.our_service_section>.single_service_container>.single_service .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.our_service_section>.single_service_container>.single_service .top .icon {
  background: rgba(255, 255, 255, 0.096);
  display: inline-block;
  min-width: 100px;
  height: 100px;
  font-size: 50px;
  color: #ffffff5d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #ffffff5d;
  box-shadow: 0 5px 10px #0003;
  transition: 0.3s ease-in-out;
  position: relative;
}

.our_service_section>.single_service_container>.single_service .top .text {
  width: 100%;
  margin-left: 20px;
}

.our_service_section>.single_service_container>.single_service .top .text .__one,
.our_service_section>.single_service_container>.single_service .top .text .__two {
  margin: 15px 0;
}

.our_service_section>.single_service_container>.single_service .top .text .__one {
  color: #fff9;
}

.our_service_section>.single_service_container>.single_service .top .text .__two {
  font-size: 22px;
  color: #fffe;
}

.our_service_section>.single_service_container>.single_service .bottom {
  color: #fffd;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

/* testmonial-end */

.banners {
  background-image: url(../img/about.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-size: cover;
}

#pagebanner {
  padding: 50px 0px;
}

/* testimonials */
.testimonial h3 {
  font-size: 30px;
  font-family: "Philosopher", sans-serif;
}

@media screen and (max-width: 1100px) {
  .testimonial h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 990px) {
  .testimonial h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial h3 {
    font-size: 18px;
  }
}

/* testimonial-end */

/* .contact us page */
.about_content_head h1 {
  font-size: 30px;
  color: var(--dark-color1);
  font-family: "Philosopher", sans-serif;
}

.contact_icon li {
  list-style: none;
  display: flex;
}

.contact_icon i {
  color: var(--primary-color);
  font-size: 20px;
}

.test:before {
  position: relative !important;
  margin-left: -0px !important;
}

.rose {
  margin-top: 10px;
}

.contact_icon li a {
  text-decoration: none;
  color: var(--body-color);
  margin-left: 15px;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .contact_icon li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 990px) {
  .contact_icon li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .contact_icon li a {
    font-size: 14px;
  }

  .contact_icon {
    margin-top: 10px;
  }
}

/* Contact-end */

/* Service-flip */

.as_service_box1 {
  background-color: #ffffff;
  padding: 35px 22px 25px;
  margin-top: 30px;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 4%);
  border: 1px solid rgb(231, 231, 231);
  position: relative;
  min-height: 344px;
  border-radius: 10px;
  z-index: 1;
  transition: all 0.3s linear;
}

.as_subheading1 {
  font-family: var(--header-font);
  color: var(--dark-color1);
  padding: 5px 0px;
  font-size: 21px;
}

.main_unic p {
  font-size: var(--paragraph);
  font-family: var(--paragraph-font);
  font-size: 20px;
}

.as_service_box1 .as_icon1 svg {
  fill: var(--primary-color);
  transition: none;
}

.as_link1 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  color: var(--primary-color);
  letter-spacing: 0.6px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  transition: none;
  cursor: pointer;
  text-decoration: none;
}

.as_link1 svg {
  fill: var(--primary-color);
}

.as_service_box1:hover {
  /* background-color: var(--primary-color); */
}

.as_service_box1:hover .as_subheading1 {
  /* color: var(--white-color); */
  color: #111111;
}

.as_service_box1:hover .as_icon1 svg {
  fill: var(--white-color);
}

.as_service_box1:hover p {
  /* color: var(--white-color); */
  font-family: var(--paragraph);
}

.as_service_box1:hover a {
  /* color: var(--white-color); */
  color: #ff6f00 !important;
}

a:hover {
  color: #ff6f00 !important;
}

.as_service_box1:hover svg {
  /* fill: var(--white-color); */
  fill: #ff6f00;
}

.as_service_box1:hover {
  border: 2px solid #ff6f00;
  border-radius: 10px;
}

.as_service_box1:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -135px 0 0 -135px;
  background-image: url(../img/circle.png);
  width: 271px;
  height: 270px;
  z-index: -1;
}

/* flip */

.card {
  margin: 10px 10px;
}

input[type="checkbox"] {
  display: none;
}

/* Flip Cards CSS */

.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 5px;
}

.front {
  grid-area: frontAndBack;
}

.back {
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
  background-color: var(--primary-color);
  position: relative;
}

.back:after {
  content: "";
  position: absolute;
  top: 11%;
  left: 2%;
  right: 0%;
  bottom: 0%;
  background-image: url(../img/circle.png);
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .back:after {
    left: 20%;
  }
}

@media screen and (max-width: 990px) {
  .back:after {
    left: 18%;
  }
}

@media screen and (max-width: 912px) {
  .back:after {
    left: 7%;
  }
}

@media screen and (max-width: 820px) {
  .back:after {
    left: 8%;
  }
}

@media screen and (max-width: 768px) {
  .back:after {
    left: 8%;
  }
}

@media screen and (max-width: 540px) {
  .back:after {
    left: 20%;
  }
}

@media screen and (max-width: 485px) {
  .back:after {
    left: 13%;
  }
}

@media screen and (max-width: 425px) {
  .back:after {
    left: 7%;
  }
}

@media screen and (max-width: 375px) {
  .back:after {
    left: 0%;
  }
}

.back .card-title {
  color: var(--white-color);
  font-size: 25px;
  font-family: var(--header-font);
}

.back .card-text {
  color: var(--white-color);
  font-size: 16px;
  font-family: var(--paragraph-font);
  text-align: justify;
  line-height: 30px;
}

/* input[type='checkbox']:checked + .card-containers .card-flip {
  transform: rotateY(180deg);
} */
.card-containers:hover .card-flip:hover {
  transform: rotateY(-180deg);
}

.as_icon1 img {
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .main_unic p {
    font-size: 18px;
  }

  .as_subheading1 {
    font-size: 18px;
  }

  .back .card-title {
    font-size: 18px;
  }

  .back .card-tex {
    font-size: 18px;
  }
}

@media screen and (max-width: 990px) {
  .main_unic p {
    font-size: 16px;
  }

  .as_subheading1 {
    font-size: 18px;
  }

  .back .card-title {
    font-size: 18px;
  }

  .back .card-tex {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .main_unic p {
    font-size: 14px;
  }

  .as_subheading1 {
    font-size: 18px;
  }

  .back .card-title {
    font-size: 18px;
  }

  .back .card-tex {
    font-size: 16px;
  }
}

/* Services-end */

/* Flip-css-end */

/* Service-end */

/* top to btm */

#myBtn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 50%;
  transition: all 3s ease;
}

#myBtn i {
  color: var(--white-color);
  font-size: 20px;
  font-weight: bold;
}

/* banner */
.banner {
  background-image: url("../img/aboutme.webp");
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

/* banner-end */

.banner_services {
  background-image: url("../img/service.webp");
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_head {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner_head h2 {
  position: relative;
  /* top:220%; */
  font-size: 60px;
  color: var(--white-color);
  font-family: var(--header-font);
  /* border-left:4px solid var(--white-color); */
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .banner {
    height: 300px;
  }

  .banner_head h2 {
    /* top:110px; */
    font-size: 40px;
  }

  .banner_services {
    height: 350px;
  }
}

/* .testimonial */

.testimonial {
  border-right: 4px solid rgba(0, 0, 0, 0.699);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}

.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid var(--primary-color);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}

.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid var(--primary-color);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}

.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}

.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary-color);
  margin: 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: var(--primary-color);
  font-style: italic;
}

@media only screen and (max-width: 1100px) {
  .testimonial .title {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }

  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}

/* .testimonial  videos*/

.testimonialvideo {
  /* border-right: none; */
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}

.testimonialvideohmviedo {
  /* border-right: none; */
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}

.testimonialvideo:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid var(--primary-color);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}

.testimonialvideohmviedo:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid var(--primary-color);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}

.testimonialvideo:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid var(--primary-color);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}

.testimonialvideohmviedo:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid var(--primary-color);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}

.testimonialvideo .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}

.testimonialvideo .pic img {
  width: 100%;
  height: auto;
}

.testimonialvideo .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 0px;
  margin-bottom: 15px;
}

.testimonialvideohmviedo .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 0px;
  margin-bottom: 15px;
}

.testimonialvideo .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary-color);
  margin: 0;
}

.testimonialvideohmviedo .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary-color);
  margin: 0;
}

.testimonialvideo .post {
  display: inline-block;
  font-size: 17px;
  color: var(--primary-color);
  font-style: italic;
}

.testimonialvideohmviedo .post {
  display: inline-block;
  font-size: 17px;
  color: var(--primary-color);
  font-style: italic;
}

@media only screen and (max-width: 1100px) {
  .testimonialvideo .title {
    font-size: 19px;
  }

  .testimonialvideohmviedo .title {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonialvideo {
    padding: 20px;
    text-align: center;
  }

  .testimonialvideo .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }

  .testimonialvideohmviedo {
    padding: 20px;
    text-align: center;
  }

  .testimonialvideohmviedo .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}

/* .owl-carousel */
.owl-nav button {
  position: absolute;
  top: 30%;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  background-color: var(--white-color) !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 50px !important;
  border-radius: 50% !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 10;
}

.owl-prev span {
  top: -22px;
  position: relative;
}

.owl-next span {
  top: -22px;
  position: relative;
}

/* .owl-nav button:before{
  height: 40px;
  width: 40px;
  border: 1px solid var(--primary-color);
  background-color: var(--white-color);
  color: var(--primary-color);
  position: absolute;
  border-radius: 50%;
  content: '';
  top: 10%;
  right: -12px;
  z-index: 0;
} */

.owl-nav button.owl-prev {
  left: -10px;
}

.owl-nav button.owl-next {
  right: -10px;
}

.owl-dots {
  text-align: center;
  padding-top: 10px;
}

.owl-dots {
  display: none;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: var(--primary-color);
}

.owl-nav button:focus {
  outline: none;
}

@media screen and (max-width: 800px) {

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    font-size: 50px !important;
  }

  .owl-nav button {
    display: none;
  }
}

@media screen and (max-width: 500px) {

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    font-size: 30px !important;
  }
}

/* Owldots-end */

/* textimonial-end */

/*footer*/

#footer {
  padding-top: 40px;
  background-color: var(--footer-color);
  background-image: url("../img/astro_banner.png");
  width: 100%;
}

.footer_logo img {
  width: 135px;
  /* border: 1px solid var(--primary-color); */
}

.footer_P {
  color: var(--white-color);
  font-size: 17px;
}

.soc_icon {
  margin-top: 10px;
}

.soc_icon span {
  padding: 0px 20px;
  position: relative;
  top: -30px;
}

.soc_icon i {
  color: var(--white-color);
  border: 2px solid var(--primary-color);
  padding: 25px;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.2s linear;
  position: relative;
}

.soc_icon i:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--white-color);
  padding: 25px;
  position: relative;
}

.fa-map-marker:before {
  content: "\f041";
  margin-top: -10px !important;
  margin-left: -6px;
  position: absolute;
}

.fa-phone:before {
  content: "\f041";
  margin-top: -10px !important;
  margin-left: -8px;
  position: absolute;
}

.fa-envelope:before {
  content: "\f041";
  margin-top: -10px !important;
  margin-left: -10px;
  position: absolute;
}

.menu ul {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.menu li {
  list-style: none;
  margin: 10px 0px;
}

.menu li a {
  padding: 0px 30px;
  text-decoration: none;
  color: var(--white-color);
  font-size: 17px;
  transition: all 0.5s;
}

.menu li a:hover {
  color: var(--primary-color) !important;
}

.new_bottom {
  padding-top: 20px;
}

.bottom_b {
  border-bottom: 2px solid var(--primary-color);
}

.credits a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 16px;
}

.copyright {
  color: var(--white-color);
  font-size: 16px;
}

@media screen and (max-width: 990px) {
  .menu li a {
    padding: 0px 10px;
  }

  .credits a {
    font-size: 15px;
  }

  .credits span {
    font-size: 15px;
  }

  .copyright {
    font-size: 15px;
  }

  .menu li a {
    font-size: 15px;
  }

  .footer_P {
    font-size: 15px;
  }

  .copyright p {
    text-align: end;
  }
}

@media screen and (max-width: 767.9px) {
  .soc_icon span {
    padding: 0px 15px;
  }

  .credits span {
    font-size: 15px !important;
  }

  .credits a {
    font-size: 15px !important;
  }

  .copyright {
    font-size: 15px !important;
  }

  .menu li a {
    font-size: 16px;
    /* padding: 10px 0px; */
  }

  .footer_P {
    font-size: 15px;
  }

  .new_bottom {
    text-align: center;
  }

  .menu ul {
    display: block;
  }

  #footer {
    padding-bottom: 15px;
  }

  .copyright p {
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .soc_icon span {
    padding: 0px 10px;
  }

  .credits a {
    font-size: 11px;
  }

  .copyright {
    font-size: 11px;
  }

  /* .menu li a {
    padding: 20px 0px;
  } */
}

/* .banner */

/* banner-end */

/* footer-end */

/* Button */
#myBtn {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 48px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
  padding: 12px 17px;
  border-radius: 50%;
  transition: all 3s ease;
  animation: pulse3 0.8s linear infinite;
}

#myBtn i {
  color: var(--white-color);
  font-size: 20px;
  font-weight: bold;
}

.whats_icon {
  position: fixed;
  bottom: 120px;
  right: 50px;
  z-index: 10;
}

.whats_icon i {
  background-color: var(--primary-color);
  padding: 16px;
  border-radius: 50%;
  color: var(--white-color);
  animation: pulse3 0.8s linear infinite;
  border-radius: 0.6em;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  vertical-align: top;
  border-radius: 50%;
}

.call_icon {
  position: fixed;
  bottom: 200px;
  right: 50px;
  z-index: 10;
}

.call_icon span {
  background-color: var(--primary-color);
  padding: 22px;
  border-radius: 50%;
  color: var(--white-color);
  animation: pulse3 0.8s linear infinite;
  border-radius: 0.6em;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  vertical-align: top;
  border-radius: 50%;
}

.call_icon .fa-phone:before {
  margin-top: -8px !important;
  margin-left: -6px;
  position: absolute;
}

@keyframes pulse3 {
  50% {
    box-shadow: 0 0 0 0.3em rgb(244, 170, 54);
  }

  100% {
    box-shadow: 0 0 0 0.6em rgba(223, 224, 209, 0);
  }
}

@media screen and (max-width: 990px) {
  #myBtn {
    display: none !important;
  }

  #myBtn i {
    display: none !important;
  }

  .whats_icon {
    bottom: 40px;
    right: 30px;
  }

  .call_icon {
    bottom: 100px;
    right: 30px;
  }

  .call_icon span {
    padding: 18px !important;
    font-size: 15px;
  }

  .call_icon .fa-phone:before {
    margin-top: -6px !important;
    margin-left: -5px;
    position: absolute;
  }

  .whats_icon i {
    padding: 10px;
    font-size: 15px;
  }
}

/* button-end */
/* .testimonial */
.card {
  overflow: hidden;
}

.card img {
  transition: all 0.4s;
}

.card img:hover {
  transform: scale(1.08);
  cursor: pointer;
}

/* .testimonial-end */

.about_content_head ul li::before {
  content: "\2022";
  color: var(--primary-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.videofullsize {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}

.videofullsizehmvideo {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}

.videofullsizepage {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}

.videofullsizekhann {
  object-fit: cover !important;
  width: 100%;
  height: 75vh;
}

.videofullsizehmvideokhann {
  object-fit: cover !important;
  width: 100%;
  height: 75vh;
}

.viewalltestimonial {
  border: none;
  text-decoration: none;
}

.viewalltestimonial:focus {
  border: none;
  text-decoration: none;
  box-shadow: none !important;
}

.banner_testimonial {
  background-image: url(../img/testimonialbanner.webp);
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/* new */

.card {
  padding: 20px;
  border-radius: 10px;
}

.card .header {
  text-align: center;
}

.card .avatar {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.cardtexttestimonial {
  padding: 0px 12px !important;
}

.cardvideotestimonial {
  padding: 0px !important;
  border: none !important;
}

.videopagetestimonial {
  margin: 0px !important;
}

.testimonialtextvideopage .description {
  font-size: 13px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 17px;
  margin-bottom: 15px;
  text-transform: initial !important;
  font-weight: 500 !important;
  text-align: center;
}

.cardtexttestimonialvideopage {
  padding: 14px 30px !important;
}

.videofontcolor {
  color: #ff6f00 !important;
  font-size: 22px !important;
}

.closebtnvideo {
  position: absolute;
  top: 10px;
  font-size: 16px;
  right: 15px;
  font-weight: 800;
  color: #ff6f00 !important;
  background: none !important;
  border: none !important;
}

@media (max-width: 992px) and (min-width: 450px) {
  .videopagetextfont {
    font-size: 16px !important;
    line-height: 23px !important;
  }
}

@media (max-width: 450.9px) and (min-width: 350px) {
  .videopagetextfont {
    font-size: 13px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 350.9px) and (min-width: 150px) {
  .videopagetextfont {
    font-size: 13px !important;
    line-height: 22px !important;
  }

  .cardtexttestimonialvideopage {
    padding: 29px 7px !important;
  }

  .videoparentpadding {
    padding: 0px;
  }
}

.containerheightbanner,
.rowheightbanner {
  height: 100%;
  margin: auto;
}

/* header */
@media (min-width: 1100px) and (max-width: 1160px) {
  .nav-item {
    margin: 0px 9px !important;
  }
}

@media (max-width: 767px) and (min-width: 400px) {
  .navbar-brand img {
    width: 170px;
  }
}

@media (max-width: 400.9px) {
  .navbar-brand img {
    width: 150px;
    height: auto;
  }

  #headerspace {
    padding: 0px 15px !important;
  }

  #bars i {
    color: var(--primary-color) !important;
    font-size: 27px;
  }
}

@media (max-width: 500px) {
  .banner_testimonial {
    height: 240px;
  }
}

@media (max-width: 992px) {
  .iframeheight {
    border: none;
    width: 100%;
    height: 960px;
  }
}

@media (min-width: 992px) {
  .iframeheight {
    border: none;
    overflow: hidden;
    width: 100%;
    height: 640px;
  }
}

.headerlogo-size {
  height: 60px;
  width: 220px;
}

.customernamevideo {
  position: absolute;
  bottom: 76px;
  right: 10px;
  font-weight: 600;
}

.spanvideocustomername {
  background: white;
  padding: 8px;
  font-size: 15px;
  border-radius: 10px;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.cardhomeservice {
  height: 50vh;
}

.cardblocknew {
  margin-top: 30px;
}

.companynamehover:hover {
  color: #ff6f00 !important;
}

@media (min-width: 767px) and (max-width: 800px) {
  .videofullsize {
    object-fit: contain !important;
    width: 100%;
    height: 86vh;
  }

  .videofullsizehmvideo {
    object-fit: contain !important;
    width: 100%;
    height: 86vh;
  }

  .videofullsizepage {
    object-fit: contain !important;
    width: 100%;
    height: 68vh;
  }

  .videofullsizehmvideokhann {
    object-fit: cover !important;
    width: 100%;
    height: 86vh;
  }

  .videofullsizekhann {
    object-fit: cover !important;
    width: 100%;
    height: 86vh;
  }

  .testimonialvideo {
    padding: 0px !important;
    text-align: center;
  }

  .testimonialvideo:after {
    display: none !important;
  }

  .testimonialvideohmviedo {
    padding: 0px !important;
    text-align: center;
  }

  .testimonialvideohmviedo:after {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767.9px) {
  .videofullsize {
    object-fit: contain !important;
    width: 100%;
    height: 51vh;
  }

  .videofullsizehmvideo {
    object-fit: contain !important;
    width: 100%;
    height: 62vh;
  }

  .videofullsizepage {
    /* object-fit: contain !important; */
    width: 100%;
    height: 69vh;
  }

  .testimonialvideo {
    padding: 24px !important;
    text-align: center;
  }

  .testimonialvideohmviedo {
    padding: 0px !important;
    text-align: center;
  }

  .videofullsizekhann {
    object-fit: cover !important;
    width: 100%;
    height: 51vh;
  }

  .videofullsizehmvideokhann {
    object-fit: cover !important;
    width: 100%;
    height: 62vh;
  }

  .testimonialvideo:after {
    display: none !important;
  }

  .testimonialvideohmviedo:after {
    display: none !important;
  }
}

@media (min-width: 500px) and (max-width: 575px) {
  .videofullsize {
    object-fit: contain !important;
    width: 100%;
    height: 50vh;
  }

  .videofullsizepage {
    object-fit: cover !important;
    width: 100%;
    height: 112vh;
  }

  .testimonialvideo {
    padding: 20px !important;
    text-align: center;
  }

  .testimonialvideohmviedo {
    padding: 0px !important;
    text-align: center;
  }

  .videofullsizekhann {
    object-fit: cover !important;
    width: 100%;
    height: 50vh;
  }

  .testimonialvideo:after {
    display: none !important;
  }

  .testimonialvideohmviedo:after {
    display: none !important;
  }
}

/* home video */
@media (max-width: 575.9px) and (min-width: 550px) {

  .testimonialvideohmviedo {
    padding: 0px !important;
    text-align: center;
  }

  .testimonialvideohmviedo:after {
    display: none !important;
  }

  .videofullsizehmvideo {
    object-fit: contain !important;
    width: 100%;
    height: 66vh;
  }

  .videofullsizehmvideokhann {
    object-fit: cover !important;
    width: 100%;
    height: 66vh;
  }
}

@media (max-width: 550.9px) and (min-width: 540px) {
  .testimonialvideohmviedo {
    padding: 0px !important;
    text-align: center;
  }

  .testimonialvideohmviedo:after {
    display: none !important;
  }

  .videofullsizehmvideo {
    object-fit: contain !important;
    width: 100%;
    height: 63vh;
  }

  .videofullsizehmvideokhann {
    object-fit: cover !important;
    width: 100%;
    height: 63vh;
  }
}

@media (max-width: 540.9px) and (min-width: 530px) {
  .testimonialvideohmviedo {
    padding: 0px !important;
    text-align: center;
  }

  .testimonialvideohmviedo:after {
    display: none !important;
  }

  .videofullsizehmvideo {
    object-fit: contain !important;
    width: 100%;
    height: 61vh;
  }

  .videofullsizehmvideokhann {
    object-fit: cover !important;
    width: 100%;
    height: 61vh;
  }
}

@media (max-width: 530.9px) and (min-width: 520px) {
  .testimonialvideohmviedo {
    padding: 0px !important;
    text-align: center;
  }

  .testimonialvideohmviedo:after {
    display: none !important;
  }

  .videofullsizehmvideo {
    object-fit: contain !important;
    width: 100%;
    height: 60vh;
  }

  .videofullsizehmvideokhann {
    object-fit: cover !important;
    width: 100%;
    height: 60vh;
  }
}

@media (max-width:520px) {
  .testimonialvideohmviedo:after {
    display: none !important;
  }
}



@media (max-width: 767px) {
  .videotopmarginhome {
    margin-top: 14px !important;
  }

  .testimonialvideo {
    /* border-right: none; */
    padding: 0px;
    /* box-shadow: none !important; */
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    /* margin: 0px !important; */
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
  }

  .testimonialvideohmviedo {
    /* border-right: none; */
    padding: 0px;
    /* box-shadow: none !important; */
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    /* margin: 0px !important; */
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
  }
}

.servicecardimgalignment {
  align-items: center;
}

.servicecardcontent {
  min-height: 120px;
}

.cardhomeservicepadding {
  padding: 0px !important;
  border: none !important;
}

.homeserviceimg {
  padding-top: 5px;
}

@media (min-width: 499px) and (max-width: 768px) {}