:root {
  --white-color: #fff;
  --black: #000;
  --open-sans: "Open Sans", serif;
  --montserrat: "Montserrat", serif;
}
p {
  font-weight: 400px;
  line-height: 26px;
  font-size: 16px;
  font-family: "Arial", sans-serif;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial", sans-serif;
}

.animate {
  -webkit-animation: rotate 6s linear infinite;
  animation: rotate 6s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.close-toggler {
  display: none;
}
/* //////////////////////////index loogin-page */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Arial", sans-serif;
  color: white;
  font-family: var(--open-sans);
}
body {
  background: url(../images/bg4.jpg) no-repeat top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

a {
  color: #99702a;
}
img {
  max-width: 100%;
}

.main-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.content-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  width: 100%;
  justify-content: center;
}

.login-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-direction: column;
  margin-bottom: 50px;
  padding-top: 70px;
}

.login-btn {
  margin-top: 50px;
  text-align: center;
}
.login-btn i {
  padding-right: 6px;
}
.login-btn a {
  text-decoration: none;
  background: #fff;
  padding: 14px 30px;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  font-weight: bold;
  border-radius: 10px;
}
.login-btn a:hover {
  background: #99702a;
  color: #fff;
}

.login-card {
  background: white;
  color: black;
  border-radius: 20px;
  padding: 50px;
  width: 100%;
  max-width: 600px;
  position: relative;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}
.login-card:after {
  content: "";
  background: #99702a;
  height: 40px;
  border-radius: 15px;
  position: absolute;
  bottom: -15px;
  left: 40px;
  right: 40px;
  z-index: -1;
}
.login-card h3 {
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.login-card .btn {
  background: #212529;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 25px;
  font-size: 16px;
  height: 52px;
}
.login-card .btn:hover {
  background: #99702a;
}
.formbox .form-control {
  height: 54px;
  padding: 10px 45px 10px 15px;
  font-size: 16px;
  appearance: auto;
}

.footer {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  z-index: 1;
}

.footer a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
}
.credits a {
  margin-left: 0;
}
.credits a:hover,
.footer a:hover {
  color: #99702a;
}

.formbox {
  position: relative;
}
.icon {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #737373;
}

@media (max-width: 1200px) {
  .login-container {
    height: auto;
  }
}

@media (max-width: 990px) {
  .branding img {
    width: 500px;
  }
  .footer {
    position: static;
  }

  .login-container {
    display: block;
  }
}

@media (max-width: 768px) {
  .login-card {
    padding: 25px;
  }
  .login-container {
    padding: 40px 0;
  }
  .footer {
    padding-bottom: 20px;
  }
  .footer p {
    margin-bottom: 3px;
  }
  html,
  body {
    height: auto;
  }
  .login-container .branding img {
    width: 300px;
  }
  .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .main-container {
    align-items: normal;
    padding: 80px 0;
  }
}
/* //////////////////////////listing-page////////////////////////////////////////////////////////////// */
.navbar-holder .nav-item .nav-link {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Arial", sans-serif;
  transition: all ease 0.5s;
}
.navbar-holder .nav-item .nav-link:hover {
  color: #99702a;
}

.navbar-holder .nav-item .nav-link.logout {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 20px;
}
.navbar-holder .nav-item .nav-link.logout:hover {
  border-color: #99702a;
}

.banner-inner {
  position: relative;

  padding-top: 40px;
}
.banner-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1320px;
  height: 1px;
  background-color: #fff; /* Yahan apni color set karein */
}
.navbar-holder .navbar-nav {
  gap: 15px;
  align-items: center;
}
.inner-pages-listing .logo img {
  width: 272px;
}

.inner-pages-listing {
  padding: 30px 0 40px;
}
.banner-inner .heading h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  color: var(--white-color);
  font-family: var(--montserrat);
}
.breadcrumb {
  justify-content: center;
  color: var(--white-color);
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  font-family: var(--montserrat);
}
.breadcrumb a {
  color: var(--white-color);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--Atlantis);
}
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item:before {
  color: var(--Atlantis);
}
.page-content {
  padding: 50px 0;
}
.post-holder-music .post-music {
  position: relative;
  overflow: hidden;
  border-left: 0;
  padding: 30px;
  border: 1px solid rgb(255 255 255 / 20%);
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  margin: 0 auto 20px;
  border-radius: 15px;
}
.banner-inner h1 {
  font-weight: 600;
  color: #fff;
  font-family: "Arial", sans-serif;
}

.search-from .form-control {
  /* border-radius: 50px; */
  padding: 15px 37px 15px;
  background: rgba(0, 0, 0, 0.5) !important ;
  color: var(--white-color) !important;
}
.banner-inner .search-from input::placeholder {
  color: #fff !important; /* White color */
  opacity: 1; /* Full opacity for some browsers */
}
.search-from button.btn {
  border-radius: 50px;
}
.banner-inner .btn-search {
  background: rgba(0, 0, 0, 0.6);
  color: var(--white-color);
  transition: all ease 0.5s;
  border: 1px solid var(--white-color);
  width: 100%;
  padding: 15px 20px;
}
.banner-inner .btn-search:hover {
  background-color: #99702a;
  color: var(--white-color);
}

.select2-container--default .select2-selection--multiple {
  background-color: #111;
  border: 1px solid #dee2e6;
  border-radius: 26px !important;
  min-height: 56px;
  color: #fff;
  padding: 8px 16px;
  text-align: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #fff 1px;
  outline: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding-left: 24px;
  margin-top: 0;
  margin-bottom: 5px;
  border-radius: 20px;
}
.select2-container .select2-search--inline .select2-search__field {
  height: 30px;
  color: var(--white-color);
}

.pagination {
  justify-content: center;
  margin-top: 10px;
}
.pagination .page-item {
  margin: 0 5px;
}
.page-link {
  background: #000;
  border: 1px solid #fff;
  border-radius: 50px !important;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
}
.page-link:hover {
  color: #cc9940;
}
.pagination .page-item.active .page-link {
  color: #cc9940;
  border-color: #cc9940;
  background: transparent;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
}
.select2-container--default .select2-selection--single {
  background-color: #111;
  border: 1px solid #dee2e6;
  border-radius: 50px !important;
  height: 56px;
  color: #fff;
  padding: 8px 16px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  line-height: 36px;
  text-align: left;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}

.select2-dropdown {
  background-color: #1c1c1c;
  color: #fff;
}

.select2-results__option--highlighted {
  background-color: #333 !important;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #444;
  border-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #454545;
  background: #000;
  color: #fff;
}
.select2-results__option {
  padding: 6px 10px;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus-visible {
  outline: none;
}

.text-area-holder .text-content {
  padding: 0 10px 0 0;
  width: 75%;
}
.text-area-holder {
  gap: 60px;
  justify-content: space-between;
}
.text-content h2 {
  font: 600 20px/1.2 var(--montserrat);
  color: var(--white-color);
}
.country-holder {
  gap: 15px;
  margin-top: 10px;
}
.tagslist {
  border: 1px solid #746c6c;
  padding: 2px 8px;
  border-radius: 30px;
  font-size: 14px;
  background: #ffffff29;
}
#customVideo {
  margin-top: 5px;
}
.text-content p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}
.country-holder a {
  text-decoration: none;
  font: 400 16px/1.2 var(--open-sans);
  color: var(--white-color);
  transition: all ease 0.5s;
}
.country-holder a:hover {
  color: #99702a;
}
.date-content h2 {
  font: 700 18px/1.2 var(--white-color);
  color: var(--white-color);
  margin-bottom: 0;
}
.date-content span {
  display: block;
  font: 600 18px/1.2 var(--open-sans);
  color: var(--white-color);
}
.btn-music-holder {
  gap: 30px;
}
.btn-music-holder a {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 25px 8px;
  border-radius: 20px;
  border: 2px solid var(--white-color);
  color: var(--white-color);
  transition: all ease 0.5s;
}
.btn-music-holder a:hover {
  background-color: var(--white-color);
  color: var(--black);
}
.post-music .date-content {
  text-align: center;
  padding: 3px 30px 1px;
  border-width: 0 1px;
  border-style: solid;
  font-size: 15px;
  border-color: #fff;
  display: inline-block;
  margin-top: 30px;
}
.info_right {
  text-align: center;
}
.holder-box-fancy {
  background-color: var(--white-color);
  padding: 30px;
}
/* //////////////////////////////////////model-content//////////////////////////////// */
.modal-content {
  font: 16px/1.2 var(--open-sans);
  background-color: #fff;

  color: var(--white-color);
}
.modal-content h2 {
  color: var(--black);
  font-size: 25px;
  font-family: "Arial", sans-serif;
}
.modal-content p {
  color: var(--black);
  font-size: 14px;
  font-family: "Arial", sans-serif;
}
.modal-content li i {
  font-size: 14px;
}
.modal-content p {
  color: var(--black);
}
.modal-content li i {
  margin-right: 10px;
  color: #99702a;
}
.modal-content li {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: var(--black);
}
.modal-body {
  padding: 50px;
}
/* .modal .btn-close {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
} */
.modal-title {
  font-size: 30px;
  font-family: "Arial", sans-serif;
  color: var(--black);
  padding-left: 36px;
}

/* //////////////////////pop-up-btn */
.playbtn {
  position: absolute;
  top: 40%;
  left: 0%;
  width: 100%;
  text-align: center;
}
.playbtn a i {
  box-sizing: content-box;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
/* ///////////////////////////footer///////////////////////////////////////////////////////////// */
.footer-navbr {
  gap: 30px;
}
.footer-navbr .nav-link:hover {
  color: #99702a;
}
.site-cradit a {
  text-decoration: none;
  color: var(--white-color);
}
.site-cradit a:hover {
  color: #99702a;
}
.footer-navbr .term-services-footer {
  border-left: 2px solid #fff;
  padding: 0 10px 0 10px;
  border-right: 2px solid #fff;
}
/* /////////////////////////term oooof services///////////////////////////////////////////////// */
.term0fservices-page .services-content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px;
  border: 1px solid #2c2c2c;
  border-radius: 20px;
}
.termbx {
  margin-bottom: 30px;
}
.term0fservices-page .services-content h2 {
  font-size: 25px;
  font-weight: 600;
}
.term0fservices-page .services-content p {
  font-size: 16px;
  line-height: 26px;
}
/* //////////////////////contact-us////////////////////////////////////////////////////////////////////// */
.contact-area .title-content h3 {
  font: 600 35px / 74px var(--montserrat);
  color: var(--white-color) !important;
}
.contact-area .title-text p {
  font: 400 16px / 18px var(--open-sans);
  color: var(--white-color);
}
.form-holder .form-control {
  border: none;
  padding: 15px;
  width: 100%;
  margin-top: 23px;
  font-family: var(--open-sans);
  font-weight: 500;
  font-size: 14px;
  background: none;
  border-bottom: solid 1px #fff;
  box-sizing: border-box;
  background-color: transparent !important;
  color: #fff;
  border-radius: 0 !important;
}
.form-holder input {
  color: var(--white);
  border-radius: 0 !important;
}
.form-holder {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 40px 30px 40px;
}
.form-holder textarea.form-control {
  resize: none;
  height: 118px;
}
.form-holder textarea {
  color: var(--white);
}
.form-holder .form-control::placeholder {
  color: var(--white);
}
.form-holder .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
  /* border: none; */
}
.contact .form-box {
  background-color: var(--Black-Pearl);
  padding: 10px 10px 10px;
  box-shadow: 0px 0px 30px 0px rgba(115, 115, 115, 0.2);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(115, 115, 115, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(115, 115, 115, 0.2);
}
.form-holder .form-btn .btn {
  font-size: 16px;
  background: #fff !important;
  padding: 10px 30px 10px;
  border-radius: 35px;
  border: 2px solid var(--white);
  color: #000 !important;
  transition: all ease 0.5s;
  color: var(--white);
  margin-top: 40px;
  font-family: "Arial", sans-serif;
  transition: all ease 0.5s;
  font-weight: bold;
}
.form-holder .form-btn .btn:hover {
  color: var(--white-color) !important;
  background-color: #99702a !important;
}
.contact-page .contact-info-right {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 60px;
}
.contact-page .contact-info-right .heading h2 {
  font-size: 23px;
  font-family: "Arial", sans-serif;
  font-weight: 600;
}
.contact-page .contact-info-right .heading {
  margin-bottom: 40px;
}
.contact-page .adress-area span {
  font-size: 18px;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  color: rgb(255, 255, 255);
  display: block;
  margin-bottom: 9px;
}
.contact-page .adress-area p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Arial", sans-serif;
}
.contact-page .adress-area a {
  text-decoration: none;
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
  font-family: "Arial", sans-serif;
  color: rgb(255, 255, 255);
  transition: all ease 0.5s;
}
.contact-page .adress-area a:hover {
  color: #99702a;
}
.contact-page .adress-area {
  margin-bottom: 40px;
}
.modal-lg-custom {
  max-width: 974px;
  width: 100%;
}


/* Dark Cart Page */
.cart-page {
    padding: 50px 0;
    background: #121212;
    color: #e0e0e0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.cart-box {
    background: #1e1e1e;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

.cart-header h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #2c2c2c;
}

.cart-thumb img {
    width: 130px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.cart-info {
    flex: 1;
}

.cart-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.cart-type {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 10px;
}
.cart-options{text-align: right;}
.cart-options .option {
    margin-bottom: 5px;
    color: #ddd;
}

.cart-summary {
    padding: 20px;
    border-top: 1px solid #2c2c2c;
    display: flex;
    justify-content: flex-end;
    font-size: 1.1rem;
}

.cart-summary strong {
    color: #fff;
    font-size: 1.2rem;
}

.cart-footer {
    margin-top: 20px;
    text-align: right;
}

.btn-cart {
    background: #fff;
    color: #000;
    border: none;
    padding: 12px 25px;
    border-radius:30px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-cart:hover {
    background: #ddd;
    transform: translateY(-2px);
}




/* ////////animations////////////////////////////////////////////////////////////////////guiter */

@keyframes float-bob-y {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 1.5s; /* was 3s */
  animation-duration: 1.5s; /* was 3s */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.float-bob-y {
  animation: float-bob-y 3s ease-in-out infinite;
}

.listing-page-content {
  position: relative;
  z-index: 1;
}
.music-right {
  position: absolute;
  bottom: 0%;
  transform: translateY(-50%);
  z-index: -1;
}
.music-left {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: -1;
}

.music-left {
  left: -13px;
}
.music-left img {
  transform: rotate(337deg) !important;
}
.music-right img {
  transform: rotate(40deg) !important;
}
.music-right {
  right: -70px;
}

.music-left img,
.music-right img {
  width: 300px;
  /* animation: floatY 3s ease-in-out infinite; */
}

.staticfooter {
  position: relative;
  margin-top: auto;
}
.cardbox {
  width: 600px;
}
.select2-results__options {
  height: 180px;
  overflow: auto;
}

.search-from .form-control::placeholder {
      color: #757574; 
      opacity: 1; 
    }
    .search-from .form-control::-webkit-input-placeholder {
      color: #757574;
    }

    .search-from .form-control::-moz-placeholder {
      color: #757574;
    }

    .search-from .form-control:-ms-input-placeholder {
      color: #757574;
    }

    .search-from .form-control:-moz-placeholder {
      color: #757574;
    }

/* //////////////////////////////////////////resposnivnesss/////////////////////////////////////////////// */
@media screen and (min-width: 1400px) {
}
@media (max-width: 1199.98px) {
  .post-holder-music .post-music {
    width: 945px;
  }
}
@media (max-width: 991.98px) {
  .form-holder {
    margin-bottom: 30px;
  }
  .cardbox {
    width: 100%;
  }
  .login-container .content-wrapper {
    display: block;
    padding: 40px 0;
  }
  .branding {
    text-align: center;
    margin-bottom: 30px;
  }
  .login-card {
    max-width: 100%;
  }
  .navbar-toggler {
    background: none;
    position: absolute;
    top: -50px;
    right: 15px;
    border: 2px solid #fff;
  }
  .logo{padding-right: 100px;}
  .navbar-toggler i{color: #fff; font-size: 18px;}
  .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 64%;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 58px;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    z-index: 10000;
  }
  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .close-toggler {
    background: none;
    color: #fff;
    padding: 5px;
    border: none;
    margin-top: 10px;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
  }
  .post-holder-music .post-music {
    width: 100%;
  }
  .post-music .text-area-holder .text-content {
    text-align: left;
    margin-bottom: 30px;
  }
  .post-music .post-main-img {
    width: 100%;
  }
  .post-music .post-main-img img {
    width: 500px !important;
    display: block;
    margin: auto;
  }
  .post-holder-music .post-music {
    overflow: visible;
  }
  .post-music .text-area-holder .country-holder {
    justify-content: start;
    flex-wrap: wrap;
  }
  .post-music .text-area-holder .btn-music-holder {
    justify-content:center;
    gap: 10px;
  }
  .select2-container--default .select2-selection--multiple{margin-top: 20px; margin-bottom: 20px;}
  .date-content {
    text-align: start;
    margin-bottom: 30px;
  }
  .modal-title{    font-size: 20px !important;
    line-height: 24px;}
    
  .post-music .date-content {
    text-align: start;
    padding: 0;
    border-width: 0;
  }
  .text-area-holder {
    padding: 24px 0 0;
  }
  .music-right {
    display: none;
  }
  .text-area-holder .text-content{width: auto; padding-right: 0;}
}

@media (max-width: 767.98px) {
  .modal-lg-custom {
    max-width: 95%;
    margin: 10px auto;
  }
  .navbar-toggler{top: -110px;}
  /* .modal-content {
    padding: 30px 10px 30px !important;
  } */
  .page-content {
    padding: 40px 0;
  }
  .form-holder {
    margin-bottom: 30px;
  }
 
  .inner-pages-listing .logo img {
    display: inline-block;
  }
  
  .playbtn a i {
    box-sizing: content-box;
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    background: #fff;
    border-radius: 50%;
    position: relative;
  }
  .term0fservices-page .services-content h2 {
    font-size: 20px;
  }
  .term0fservices-page .services-content p {
    font-size: 14px;
  }
  .modal-body {
    padding: 20px;
  }
  .modal-content .img-left {
    margin-bottom: 20px;
  }
  .modal-content li {
    padding-left: 30px;
    position: relative;
  }
  .modal-content li i {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .search-from input.form-control {
    padding: 15px 21px 15px;
  }
}
