@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100&family=Poppins:wght@200;300;400;500;600;700&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

body {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.breadcrumb {
  background-color: #fff;
  color: #424141;
  font-size: 14px;
  margin-bottom: 15;
  font-weight: 400;
  padding: 10px 0;
}

.breadcrumb a {
  color: #424141;
  text-decoration: none !important;
}

.breadcrumb-item.active {
  color: #424141;
}

@media (min-width: 991px) and (max-width: 1365px) {
  .about-img2 {
    left: 39px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    min-width: 1350px;
  }
}

@media (min-width: 1650px) {
  .container {
    min-width: 1500px;
  }

  .about_secion {
    padding-bottom: 140px !important;
  }

  .about-img2 {
    left: 227px !important;
  }
}

.navbartop {
  /*background-color: #710000;*/
  background-color: #000;
  padding: 8px 0;
}

.navbartop .logo {
  background: linear-gradient(97.09deg, #dab055 42.46%, #ffffff 55.53%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  text-decoration: none !important;
}

.navbartop .navbar {
  padding: 0;
}

.navbartop .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 17px;
}

.navbartop .form-control,
.navbartop .input-group-text {
  border-radius: 0;
}

.navbartop .form-control {
  box-shadow: none;
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.navbartop .form-control:focus {
  border-color: #fff;
}

.navbartop .input-group-text {
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slidertopsection .caption h2 {
  font-size: 40px;
  font-weight: 600;
}

.slidertopsection {
  background: #fff4f4;
}

.pt-60 {
  padding-top: 32px;
}

.pb-60 {
  padding-bottom: 60px;
}

.btn-link.btn-book {
  background: #ff6101;
  border-radius: 60px;
  color: #fff;
  font-weight: 500;
  padding: 12px 40px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none !important;
  position: relative;
}

/*.btn-link.btn-book::before{
	top: 12px;
    position: absolute;
    content: '';
    border: 1px solid #DAB055;
    border-radius: 4px;
    padding: 25px;
    width: 147px;
    z-index: -27;
    left: 9px;
}*/
.wrapp-inner h3 {
  font-size: 34px;
  color: #ff6100;
  margin-bottom: 30px;
}

.heading_title h4 {
  /*font-weight: 500;*/
  font-size: 30px;
  position: relative;

  /*font-style: italic;*/
  color: #ff6f13;
  font-weight: bold;
}



.heading_title p {
  font-size: 20px;
  color: #272727;
  margin-bottom: 19px;
}

.tabs-carourelitems .nav-item {
  text-align: center;
  width: 14%;
}

.tabs-carourelitems .nav-item:last-child {
  width: 16%;
}

.tabs-carourelitems .nav-tabs {
  border-bottom: 0;
}

.tabs-carourelitems .nav-tabs .nav-link {
  border: 1px solid #9d9d9d;
  color: #313131;
  border-radius: 25px;
  padding: 9px 9px;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 20px 0px 0px;
  background-color: #f8f8f8;
}

.tabs-carourelitems .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background: #232323;
  color: #fff;
}

.tabs-carourelitems .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: #232323;
  color: #fff;
}

.feature-card .fimg {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

.feature-card .fimg img {
  /*border-top-right-radius: 10px;*/
  /*border-top-left-radius: 10px;*/
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.filter_area .fimg img {
  height: 260px;
}

.feature-card .price {
  position: absolute;
  bottom: 0px;
  left: 0px;
  /*background: #ffda87;*/
  border-top-right-radius: 10px;
  padding: 9px 17px;
  color: #000;
  font-weight: 500;
  background-image: linear-gradient(191deg, #ffffff 0%, #f7d386 74%);
}

.feature-card .heart {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ed5a00;
  color: #fff;
  font-size: 13px;
  padding: 0px 8px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 5px;
  text-align: center;
  line-height: 34px;
}

.feature_cardfooter {
  padding: 20px 18px;
  /*background-color: #000000;*/
  background: #ffb75e;
  background: -webkit-linear-gradient(to right, #ed8f03, #ffb75e);
  background: linear-gradient(to right, #ff6100, #ff8330);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 134px;
}

.feature_cardfooter h4 a {
  color: #fff !important;
  text-decoration: none !important;
}

.paginationfftr {
  margin-bottom: 50px;
}

.feature_cardfooter h4 {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 600;
  /*color: #e7ae3f;*/
  color: #fff;
}

.feature_cardfooter p {
  margin-bottom: 9px;
  font-size: 14px;
  color: #fff;
}

.feature_cardfooter .btn-detals {
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  padding: 6px 22px;
  text-decoration: none;
}

.feature_cardfooter .btn-book1 {
  border: 1px solid #710000;
  border-radius: 20px;
  color: #710000 !important;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 17px;
  float: right;
  text-decoration: none;
}

.feature_cardfooter .btn-book1:hover,
.btn-detals:hover {
  background: #fff;
  border-radius: 20px;
  color: #000 !important;
  border-color: #e7ae3f;
}

.category-header {
  margin-bottom: 60px;
}

.tabs-carourelitems .owl-next {
  right: -48px;
  bottom: 60%;
  z-index: 9999;
  background-color: #fff !important;
  position: absolute;
  /* padding: 30px; */
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  color: #000 !important;
  border: 1px solid #1a1a1a2e !important;
}

.tabs-carourelitems .owl-prev {
  transition: 0.5s;
  left: -48px;
  bottom: 60%;
  z-index: 9999;
  background-color: #fff !important;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  position: absolute;
  padding: 30px;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  color: #000 !important;
  border: 1px solid #1a1a1a2e !important;
}

.boxstart {
  position: relative;

  margin: 0 auto;
}

.boxstart img {
  vertical-align: middle;
}

.boxstart .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 5px 8px;
  text-align: center;
}

.boxstart .content h1 {
  font-size: 20px;
  color: #dab055;
  margin-bottom: 0;
}

.bussin_star_sec {
  background-color: #710000;
  color: #fff;
}

.bussin_star_sec .heading_start h3 {
  font-size: 34px;
  color: #dab055;
}

.box_dark {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  padding: 30px 20px;
  min-height: 325px;
  margin-bottom: 20px;
}

.box_dark:hover .counqt {
  background-color: #ff6303;
  color: #fff;
  border-color: #ff6303;
}

.box_dark .counqt {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 100px;
  border: 2px solid #ff6f13;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  margin: auto;
}

.box_dark .heading {
  margin: 15px 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.box_dark p {
  color: #000;
  margin-bottom: 0;
}

.book_seciont h3 {
  font-size: 34px;

  color: #ff6f13;
  font-weight: 500;
}

.btn-allview {
  color: #710000 !important;
  font-size: 15px;
  font-weight: bold;
}

.btn-allview:hover {
  text-decoration: underline;
}

.movie-star .heading h4 {
  font-size: 34px;

  color: #ff6f13;
  margin-bottom: 0px;
}

.movie-star .owl-next {
  right: -48px;
  bottom: 60%;
  z-index: 9999;
  background-color: #fff !important;
  position: absolute;
  /* padding: 30px; */
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  color: #000 !important;
  border: 1px solid #1a1a1a2e !important;
}

.movie-star .owl-prev {
  transition: 0.5s;
  left: -48px;
  bottom: 60%;
  z-index: 9999;
  background-color: #fff !important;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  position: absolute;
  padding: 30px;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  color: #000 !important;
  border: 1px solid #1a1a1a2e !important;
}

.footer {
  background-color: #ebebeb;
  padding: 40px 0;
  color: #000;
}

.footer-logo h5 {
  background: linear-gradient(97.09deg, #dab055 42.46%, #ffffff 55.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 24px;
  font-weight: 600;
}

.fox-foter h5 {
  position: relative;
  color: #000;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 13px;
  padding-bottom: 7px;
}

.fox-foter h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #ff6101;
  width: 100px;
  height: 1px;
  left: 0;
  padding-bottom: 1px;
}

.fox-foter li {
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 8px;
}

.fox-foter li a {
  color: #000;
  text-decoration: none;
}

.footer-logo p {
  font-size: 13px;
  font-weight: 400;

  margin-right: 0px;

  margin-bottom: 0;
}

.testimonial-carouselsection {
  /*background-color: #710000;*/
  padding: 60px 0;
  background-color: #ffffff;
}

.testimoial_userimg {
  position: relative;
  min-height: 500px;
  padding: 14px;
}

.bgimgcolortest {
  position: absolute;
  top: -2px;
  background-color: #dab055;
  width: 354px;
  height: 465px;
  z-index: -1;
  right: 0;
}

/*.testimoial_userimg:before {
    content: '';
    position: absolute;
    height: 300px;
    width: 450px;
  
    background-color: #DAB055;;

}*/
.testimonial-carouselsection .heading h4 {
  color: #ff6f13;
  font-weight: 500;
  font-size: 34px;

  text-align: center;
}

.revi-textarea {
  padding: 0px 90px;
  position: relative;
}

.revi-textarea h3 {
  color: #fff;
}

.revi-textarea p {
  color: #fff;
}

.testimonial-carouselsection .lefttop-qout {
  position: absolute;
  top: -30px;
  left: 43px;
  color: #f9f9f9;
  font-size: 32px;
}

.rightbottom-qout {
  position: absolute;
  /* left: 4px; */
  bottom: -1px;
  margin-left: 20px;
  font-size: 30px;
}

.testimonial-carouselsection .owl-prev {
  transition: 0.5s;
  left: -61px;
  bottom: 60%;
  z-index: 9999;
  background-color: #fff !important;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  position: absolute;
  padding: 30px;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  color: #000 !important;
  border: 1px solid #1a1a1a2e !important;
}

.testimonial-carouselsection .owl-next {
  right: -48px;
  bottom: 60%;
  z-index: 9999;
  background-color: #fff !important;
  position: absolute;
  /* padding: 30px; */
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  color: #000 !important;
  border: 1px solid #1a1a1a2e !important;
}

.name_candite {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  display: flex;
}

.name_candite span {
  color: #000;
  font-size: 15px;
}

.hero-text {
  margin-top: 20px;
}

.hero-text .model {
  color: #1b1a1a;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.hero-text p {
  text-align: justify;
  font-size: 14px;
}

.hero-text a {
  font-size: 19px;
  color: #ff6f13;
  font-weight: 600;
  margin-bottom: 0px;
  text-decoration: none !important;
}

.hero-text h6 {
  margin-bottom: 0;
}

.reqst-box {
  
  border-radius: 4px;
  text-align: center;
  padding: 18px 4px;
  min-height: 121px;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.reqst-box .icon i {
  font-size: 25px;
}

.reqst-box .hhding {
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 500;
}

.reqst-box .priceq {
  color: #2f2f2f;
  font-size: 15px;
  font-weight: 500;
}

.reqst-box.active {
  /*background-color: #000;*/
  /*background-image: linear-gradient(180deg, #ffffff 0%, #f7d386 74%);*/
}

.reqst-box.active .hhding {
  color: #000;
}

.reqst-box.active .priceq {
  color: #000;
}

/*.reqst-box.active .icon i{
	color: #000; 
}*/
.reqst-box:hover {
  /*background-color: #dab055;*/
  background: linear-gradient(to right, #ff6100, #ff8330);
}

.reqst-box:hover .hhding {
  color: #fff;
}

.reqst-box:hover .priceq {
  color: #fff;
}

.reqst-box:hover .icon i {
  color: #fff;
}

.inngrafrm {
  border: 1px solid #afafaf;
  border-radius: 4px;
  padding: 20px;
}

.btnself {
  background-color: #fff;
  text-decoration: none !important;
  border-radius: 4px;
  color: #2f2f2f !important;
  border: 1px solid #afafaf;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 26px;
}

.btnself:hover {
  /*background-color: #e7ae3f;*/
  border-color: #ff6100;
  color: #fff !important;
  background: linear-gradient(to right, #ff6100, #ff8330);
}

.btnself.active {
  background-color: #ff6101;
  color: #fff !important;
  border-color: #ff6101;
}

.inngrafrm h4 {
  color: #272727;
  font-size: 20px;
  margin-bottom: 2px;
}

.celebrituy_box {
  border: 1px solid #afafaf;
  border-radius: 4px;
  padding: 15px 10px;
  margin-top: 7px;
}

.celebrituy_box p {
  margin-bottom: 7px;
  font-size: 16px;
  color: #272727;
  font-weight: 500;
}

.celebrituy_box p span {
  color: #ff6101;
}

.video_section h4 {
  color: #000;
  font-size: 34px;
}

.vid_box {
  position: relative;
}

.icon-vidos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}

.icon-vidos i {
  background-color: #d9d9d9;
  padding: 1px 8px;
  color: #710000;
  border-radius: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 42px;
  font-size: 21px;
}

.btn-submit {
  background: #ff6101;
  border-radius: 35px;
  padding: 8px 22px;
  color: #fff !important;
  text-decoration: none !important;
  margin-top: 14px;
}

.radbtn {
  accent-color: #710000;
}

.categor_list {
  border: 1px solid #afafaf;
  border-radius: 4px;
  padding: 10px 18px;
  margin-right: 20px;
}

.categor_list ul {
  padding: 0;
  margin: 0;
}

.categor_list ul .subcategory-list {

  margin-left: 20px;
}

.categor_list li {
  list-style: none;
  margin-bottom: 9px;
}

.categor_list li:last-child {
  margin-bottom: 0;
}

.categor_list li label {
  margin-bottom: 0;
}

.filter_category_box h5 {
  font-size: 16px;
  font-weight: 600;
}

.categor_list .active {
  font-weight: 600;
  color: #2f2f2f;
}

.heincateo h5 {
  color: #ff6f13;
  font-weight: 600;
}

.categor_list .item-label {
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ff6404;
  background-color: #ffffff;
  border-color: #ff6404;
  border-radius: 56px;
}

.paginationfftr .page-link {
  position: relative;
  display: block;
  padding: 7px 11px;
  margin-left: -1px;
  line-height: 1.25;
  color: #afafaf;
  background-color: #fff;
  border: 1px solid #afafaf;
  margin: 0px 7px;
  border-radius: 45px;
  width: 35px;
  height: 35px;
}

/*.icon-linkleft {
	position: absolute;
    top: 4px;
    color: #710000 !important;
    padding: 1px 0;
    
}
.icon-linkright {
	    position: absolute;
    top: 4px;
    color: #710000 !important;
    padding: 1px 0;
   }*/
.paginationfftr .pagination-md {
  text-align: center;
  margin-bottom: 0;
}

.paginationfftr p {
  margin-bottom: 0;
}

.paginationfftr .page-link:hover {
  border-color: #ff6202;
  color: #ff6202;
}

.bg-partner {
  background: url(../img/bg-partner-img1.jpg) no-repeat center center fixed;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.inrr-partnfrm {

  background-color: #fff;
  /* padding: 50px 25px; */
  border-radius: 6px;
  margin: 41px 0;

}
.bg-partner_new .hedingpart p{
  font-size: 18px;
}
.inrr-partnfrm h4 {
  font-size: 50px;
  font-weight: 700;
  color: #ff6100;
}

.inrr-partnfrm p {
  font-weight: 500;
}

.inrr-partnfrm h5 {
  font-size: 20px;
}

.inrr-partnfrm label {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

/*----------------------input file ---------------------------*/
.inrr-partnfrm .drop_box {
  /*margin: 10px 0;*/
  padding: 10px;
  /*display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;*/
  border: 1px dashed #afafaf;
  border-radius: 4px;
}

.inrr-partnfrm .drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

.inrr-partnfrm .drop_box p {
  font-size: 14px;
  color: #000000;
}

.inrr-partnfrm .btn {
  text-decoration: none;
  /* background-color: #005af0;*/
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  outline: none;
  transition: 0.3s;
}

/*.inrr-partnfrm .btn:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #005af0;
  padding: 10px 20px;
  border: none;
  outline: 1px solid #010101;
}*/
.inrr-partnfrm .form input {
  margin: 10px 0;
  width: 100%;
  background-color: #e2e2e2;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 4px;
}

.btn-cancel {
  background-color: #c4c4c4 !important;
  color: #000000 !important;
  padding: 8px 22px;
  border-radius: 100px;
  margin-top: 14px;
}

.drop_box p span {
  color: #710000;
}

.bg-partner .breadcrumb {
  background-color: transparent;
}

.bg-partner .breadcrumb a {
  color: #fff;
}

.bg-partner .breadcrumb-item.active {
  color: #fff;
}

.bg-partner .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.why_join_section h4 {
  font-weight: 500;
  font-size: 34px;

  color: #000;
}

.join-box .img-why {
  background-color: #ff6101;
  padding: 18px;
  width: 90px;
  border-radius: 200px;
  height: 90px;
}

.join-box h5 {
  margin: 10px 0;
  color: #000000;
  font-size: 22px;
}

.join-box p {
  color: #2f2f2f;
  font-size: 15px;
}

.join-box {
  margin-right: 62px;
}

.slidertopsection .breadcrumb {
  background-color: transparent;
}

.about-img {
  position: relative;
}

.about-img2 {
  position: absolute;
  left: 114px;
  border: 4px solid #fff;
  bottom: -19%;
}

.about-img1 img {
  position: relative;
}

.about-img1 img:before {
  position: absolute;
  content: "";
  top: 0;
  width: 150px;
  height: 2px;
  background-color: #710000;
}

.filter_category_box {
  margin-bottom: 29px;
}

.navbartop .dropdown-item:active {
  background-color: #ff6b0f;
  color: #fff;
}

.navbartop .dropdown-menu {
  padding-top: 10px;
  padding-bottom: 0;
  border: none;
  width: 225px;
  left: -25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbartop .dropdown-menu a {
  border-bottom: 1px solid #cccccc8c;
  font-size: 15px;
  padding: 10px 10px;
}

.navbartop .dropdown-menu a:last-child {
  border-bottom: none;
}

element.style {}

.conta_top_hader {
  height: 400px;
  position: relative;
  background-color: #dab055;
  padding: 60px 0;
}

.conta_top_hader h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-top: 80px;
}

.location-wrap {
  background-image: url(../img/3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 10px 0 #ddd;
  box-shadow: 0 0 10px 0 #ddd;
  padding-top: 80px;
  padding-bottom: 50px;
  /*padding-left: 170px;*/
  margin-top: -125px;
  position: relative;
  background-color: #fff;
}

.location-wrap .location-item {
  margin-bottom: 30px;
}

.location-wrap .location-item i {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
  background-color: #ff6101;
}

.location-wrap .location-item h3 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}

.location-wrap .location-item p {
  margin-bottom: 18px;
}

.drop-img {
  background-image: url(../img/2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.drop-item .drop-left {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.drop-item .drop-left h2 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 25px;
  padding-right: 50px;
  color: #101240;
}

.drop-item .drop-left .form-group {
  margin-bottom: 30px;
}

.drop-item .drop-left .form-group .form-control {
  height: 50px;
  background-color: #fff;
  padding-left: 20px;
  border: none;
  -webkit-box-shadow: 0 0 15px 0 #dddddda3;
  box-shadow: 0 0 15px 0 #dddddda3;
}

.speciality-right {
  background-image: url(../img/bg-contactimg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
  position: relative;
  width: 100%;
  height: 100%;
}

.location-wrap li {
  list-style: none;
}

.location-wrap li a {
  color: #000;
  text-decoration: none !important;
}

.speciality-right .speciality-emergency {
  position: absolute;
  bottom: 20px;
  left: -70px;
  -webkit-box-shadow: 0 0 20px 0 #ddd;
  box-shadow: 0 0 20px 0 #e9e9e9;
  background-color: #11123fa8;
  padding: 30px 295px 25px 40px;
  border-radius: 10px;
}

.speciality-right .speciality-emergency .speciality-icon {
  width: 45px;
  height: 45px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
}

.speciality-right .speciality-emergency h3 {
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
  position: absolute;
  top: 23px;
  right: 70px;
}

.speciality-right .speciality-emergency p {
  margin-bottom: 0;
  color: #fff;
  position: absolute;
  right: 142px;
  top: 56px;
}

.speciality-right .speciality-emergency .speciality-icon i {
  display: inline-block;
  line-height: 45px;
  color: #710000;
  text-align: center;
  font-size: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 12px;
}

.service-content {
  /*display: flex;*/
  /*align-content: center;*/
  /*align-items: center;*/
  margin-bottom: 15px;
  text-align: center;
  /*align-self: center;*/
  /*justify-content: center;*/

  padding: 30px 17px;
  border-radius: 12px;
  min-height: 258px;
}

.service-content .service-img {
  margin-right: 12px;
}

.service-content .service-para h4 {
  font-size: 18px !important;
  font-weight: bold !important;
  margin: 10px 0;
  color: #ff6100;
}

.service-para {
  text-align: center;
}

.service-content p {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
  padding: 0;
  text-transform: capitalize;
}

.service-content .get-now {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  bottom: 27px;
  right: 0;
  margin: auto;
  left: 0;
  background-color: #ff6100;
  width: max-content;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 5px 17px;
  border-radius: 34px;
  padding-left: 24px;
}

.service-content .get-now .fa-arrow-right {
  transition: all 0.3s linear;
  position: relative;
  top: 2px;
  display: none;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.wrapp-inner {
  padding: 40px 0;
  background-color: #060606f5;
  background-image: linear-gradient(359deg, #ffffff 0%, #f7d386 74%);
}

.service-para a {
  text-decoration: none !important;
}

.service-img img {
  width: 40px;
}

.celeb-cat {
  display: flex;
}

.celeb-cat h5 {
  padding-right: 10px;
  margin-bottom: 0;
}

.add_bannerslider {
  /*background-color:#e7ae3f;*/
  background-image: linear-gradient(261deg, #e2b95f 0%, #f7d386 74%);
}

.conten_joincard {
  background: #ffffff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25),
    -5px -5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  margin: 20px;
  position: relative;
  margin-top: -38px;
}

.conten_joincard h4 {
  color: #710000;
  font-weight: 18px;
  font-size: 27px;
  font-weight: 700;
}

.conten_joincard p {
  font-size: 23px;
}

.text_partner h2 {
  color: #fff;
  font-weight: 600;

  font-size: 35px;
}

.text_partner p {
  margin-top: 30px;
  color: #fff;
  font-weight: 500;

  font-size: 16px;
}

.socal-icon ul {
  padding: 0;
  margin: 0;
}

.socal-icon li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0px;
}

.socal-icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-grid;
  align-content: center;
  justify-content: center;
  background-color: #ff6101;
  transition: all 0.3s linear;
  color: #fff;
  border-radius: 100%;
  margin-right: 10px;
}

.socal-icon li a i {
  font-size: 16px;
  color: #fff;
}

.testimonial-carouselsection .avtrimg img {
  width: 100px;
  border-radius: 100px;
  margin: auto;
}

.avtrimg {
  margin-bottom: 21px;
}

.testimonial-carouselsection blockquote p {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px !important;
}

.testimonial-carouselsection blockquote i {
  color: #ff6f13;
}

.testimonial-carouselsection .blockquote-footer {
  font-size: 18px;
  margin-bottom: 6px;
  color: #000;
}

.testimonial-carouselsection .item {
  margin: 0px 40px;
}

.starck i {
  font-size: 19px;
}

.groupbanner-content {
  position: absolute;
  top: 0px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}

.groupbanner-content h2 {
  color: #000;
  font-size: 44px;
}

.groupbanner-content p {
  color: #000;
  font-size: 19px;
}

.broup-banner {
  margin-top: 28px;
}

.subfooer {
  background-color: #ff6101;
  text-align: center;
  padding: 10px 0;
}

.subfooer p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0px;
  color: #fff;
}

.subfooer p a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-left: 3px;
}

.top-pading {
  margin-top: 60px;
}

.faq-section .titile_secation h3 {
  color: #ff6f13;
}

.request-box {
  margin-top: 15px;
}

.inngrafrm h4 {
  color: #ff7f2b;

  margin-bottom: 18px;
  font-weight: 600;
}

@media (max-width: 991px) {
 

  .about-img2 {
    display: none;
  }

  .navbar-light .navbar-toggler {
    border: 2px solid #fff;
  }

  .navbar-light .navbar-toggler i {
    color: #fff;
  }

  .bussin_star_sec .col {
    flex-basis: 50%;
    width: 100%;
    margin-bottom: 15px;
  }

  .top-pading {
    margin-top: 0;
  }

  .tabs-carourelitems .owl-prev {
    left: 0;
  }

  .tabs-carourelitems .owl-next {
    right: 0;
  }

  .movie-star .owl-next {
    right: 0;
  }

  .movie-star .owl-prev {
    left: 0;
  }

  .testimonial-carouselsection .owl-nav {
    display: none;
  }

  .footer .pl-5 {
    padding-left: 15px !important;
  }

  .filter_section {
    margin-bottom: 10px;
  }

  .speciality-right .speciality-emergency {
    display: none;
  }
}

@media (max-width: 768px) {
  .inngrafrm h4 {
    color: #ff6b0d;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 600;
  }

  .video_section_second_banner {
    min-height: unset !important;
  }

  .ck {
    width: 90% !important;
    margin: 10px 22px !important;
  }

  .bg-phne-color {
    background-color: #fdf6f6;
    padding: 40px 15px;
  }

  .filter_area.pt-60 {
    padding-top: 0;
  }

  .bannr-top img {
    width: 100%;
    height: 264px;
    object-fit: cover;
  }

  .box7 img {
    height: auto !important;
  }

  .about-content {
    padding-left: 0 !important;
  }

  .feature-card .fimg img {
    height: 410px;
  }

  .service-content {
    border: 2px solid #000;
    padding: 16px 17px;
    border-radius: 12px;
    min-height: auto;
    margin-right: 30px;
    margin-left: 30px;
  }

  .service-content .get-now {
    position: unset;
    padding-right: 7px;
  }

  .payment-model .btn-link {
    margin-bottom: 12px;
  }

  .drop-left .btn-link.btn-book {
    font-weight: 500;
    padding: 7px 29px;
    font-size: 17px;
    line-height: 22px;
  }

  .inrr-partnfrm {
    padding: 26px 12px;
    border-radius: 6px;
    margin: 0px 0;
  }

  .why_join_section h4 {
    font-size: 23px;
    color: #ff6101;
  }

  .why_join_section {
    text-align: center;
  }

  .join-box .img-why {
    margin: auto;
  }

  .join-box {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .conta_top_hader h2 {
    padding-top: 0;
  }

  .partnertop .content {
    width: 61% !important;
    padding: 12px 13px !important;
  }

  .partnertop .content h1 {
    font-size: 11px !important;
  }

  .btn-link.btn-book {
    font-weight: 400;
    padding: 2px 23px;
    font-size: 13px;
    line-height: 22px;
  }

  .conta_top_hader {
    height: 285px;
  }

  .testimonial-carouselsection .heading h4 {
    font-size: 23px;
  }

  .drop-item .drop-left {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .drop-item .drop-left h2 {
    font-size: 25px;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 0;
  }

  .logo-partner-seciont h3 {
    font-size: 23px;
  }

  .faq-section .titile_secation h3 {
    font-size: 23px;
  }

  #main #faq .card .card-header .btn-header-link.collapsed {
    font-size: 13px;
    font-weight: 500;
  }

  #main #faq .card .card-header .btn-header-link:after {
    content: unset !important;
  }

  .wrapp-inner h3 {
    font-size: 23px;
    text-align: center;
  }

  .book_seciont h3 {
    font-size: 23px;
    text-align: center;
  }

  .phone_icon-footer {
    display: block !important;
  }

  .add_bannerslider {
    background-image: linear-gradient(9deg, #ffffff 0%, #f7d386 74%);
  }

  .groupbanner-content {
    width: 100%;
  }

  .broup-banner {
    margin-top: 152px;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* .heading_title h4 {
    font-size: 23px !important;
    font-weight: 500;


    position: relative;
  } */
  .heading_title p {
    text-align: center;
  }
}

.partner-logo {
  text-align: center;
  -webkit-box-shadow: rgb(13 21 55 / 6%) 0 5px 50px;
  box-shadow: rgb(13 21 55 / 12%) 0 5px 50px;
  display: block;
  background-color: #fff;
  margin: 35px 0;
  min-height: 136px;
  display: flex;
}

.partner-logo img {
  width: 120px !important;
  /*  filter: grayscale(100%);
    opacity: .5;*/
  padding: 15px;
  margin: auto;
}

.logo-partner-seciont h3 {
  font-size: 34px;

  color: #ff6f13;
  font-weight: 500;
}

/*--------------------accroduim--------------------------------*/

#main #faq .card {
  margin-bottom: 12px;
  /*border: 1px solid #FFED00;*/
  background-color: #fff;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

#main .card-body p {
  font-size: 14px;
  color: #000;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  color: #000;
  display: block;
  font-weight: 500;
  text-align: left;
  background: #fff;
  /*color: #222;*/
  padding: 9px 17px;
  /*    border: 1px solid #FFED00;*/
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 100;
  float: right;
  background-image: linear-gradient(159deg, #ffffff 0%, #f7d386 74%);
  /*background-color: #e7ae3f;*/
  width: 30px;
  height: 30px;
  margin-top: -5px;
  text-align: center;
  border-radius: 50px;
  color: #000;
  line-height: 27px;
  padding: 2px 0px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f077";
}

#main #faq .card .collapsing {
  background: #f1f1f1;
  line-height: 30px;
  color: #000;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #f1f1f1;
  line-height: 30px;
  color: #000;
}

/*.faq-section {
    background-color: #000;
}*/
.titile_secation h3 {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}

.hovereffect1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  /* margin-bottom: 10px; */
}

.logo_hoverdesing .img_big {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover !important;
  object-position: center center !important;
}

/*.hovereffect1 .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 0;
 
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hovereffect1 .info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: -52px 0 0 0;
    padding: 62px 100px;
}
.hovereffect1 .overlay .info img {
    width: 80%;
}
.hovereffect1:hover .overlay {
    background-color: rgb(0 0 0 / 50%);
}
.hovereffect1:hover .info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}*/
.gallery-section h2 {
  font-size: 34px;
  text-transform: uppercase;
}

.no_padding {
  padding: 0;
}

.gallery-section {
  background-color: #f7f7f7;
}

.box7:after,
.box7:before {
  content: "";
}

.box7,
.box8 {
  overflow: hidden;
}

.box1 .title,
.box10 .title,
.box4 .title,
.box7 .title {
  letter-spacing: 1px;
}

.box7 .post {
  font-style: italic;
}

.box7 {
  position: relative;
}

.box7:after,
.box7:before {
  width: 100%;
  height: 100%;
  background: rgb(0 1 2 / 73%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.box7:after {
  background: rgb(255 255 255 / 52%);
  /*border: 2px solid #e7ae3f;*/
  top: 0;
  left: 170%;
  opacity: 1;
  z-index: 1;
  transform: skewX(45deg);
  transition: all 1s ease 0s;
}

.box7:hover:before {
  opacity: 1;
}

.box7:hover:after {
  left: -170%;
}

.box7 img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.box7 .box-content {
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.5s ease 0s;
}

.box7:hover .box-content {
  bottom: 50%;
}

.box7 .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px;
  text-align: center;
}

.box7 .post {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.box7 .icon {
  margin: 0;
}

.box7 .icon li {
  display: inline-block;
}

.box7 .icon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #0dab76;
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}

.box8 .icon li,
.box8 .title {
  display: inline-block;
}

.box7 .icon li a:hover {
  transform: rotate(360deg);
}

@media only screen and (max-width: 990px) {
  .box {
    margin-bottom: 30px;
  }
}

.link-subftr h5 {
  color: #404040;
  font-size: 13px;
  font-weight: 600;
}

.link-subftr a {
  color: #4a4a4a;
  font-size: 13px;
  text-decoration: none !important;
}

.link-subftr a::after {
  content: "|";
  margin: 0 4px;
  font-family: "SourceSansPro-Bold";
  color: #000;
}

.list_sl {
  margin-bottom: 18px;
}

.bannr-top img {
  width: 100%;
}

.latest_faq_sec{
  background-image: linear-gradient(0deg, #ffffff 0%, #fac3be 74%);
}

.faq_section1 {
  background-color: #fac3be;
  text-align: center;
  padding: 5px 0;
}

.faq_section1 h3 {
  font-size: 34px;
  color: #000;
}

.phone_icon-footer ul {
  padding: 0;
  margin: 0;
}

.phone_icon-footer {
  display: none;
}

.phone_icon-footer li {
  list-style: none;
}

.whatapp {
  background-color: #4fce5d;
  color: #fff !important;
}

.phone_icon-footer li a {
  padding: 1px;
  width: 50px;
  height: 50px;
  float: left;
  /*margin: 0.5rem 1rem 0.5rem 0;*/
  /* color: #353c4a; */
  border: 0.125rem solid #f3f3f3;
  box-shadow: 0 0 8px 0 rgb(50 50 50 / 15%);
  border-radius: 50%;
  transition: 250ms;
  text-align: center;
  line-height: 46px;
  font-size: 26px;
  margin-bottom: 15px;
}

.call_phone {
  background-color: #072d40;
  color: #fff !important;
}

.phone_icon-footer {
  position: fixed;
  bottom: 111px;
  z-index: 9;
  right: 33px;
}

.partnertop {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.partnertop img {
  vertical-align: middle;
}

.partnertop .content {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  /* Fallback color */
  background: rgba(0, 0, 0, 0.5);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 50%;
  padding: 25px 20px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.partnertop .content h1 {
  font-size: 36px;
  font-weight: 500;
}

.filter_section {
  margin-bottom: 29px;
}

.payment-model .modal-body {
  background-color: #060606f5;
  background-image: linear-gradient(359deg, #ffffff 0%, #f7d386 74%);
}

.payment-model .modal-dialog {
  max-width: 620px;
  border-radius: 15px;
}

.payment-model .btn-link {
  background: linear-gradient(to right, #ff6100, #ff8330);
  padding: 8px 25px;
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
}

.padng_model {
  padding: 40px 28px;
}

.padng_model h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 27px;
}

.greting_img li {
  list-style: none;
}

.tawk-button-circle {
  background-color: #ff6101 !important;
}

.ck {
  margin: 4px;
  background-color: #fff !important;
  overflow: auto;
  /*  float:left;
    width: 32%;*/
  min-height: 121px;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  border-radius: 5px;
}

.ck label {
  margin-bottom: 0;
  width: 100%;
}

.ck:hover {
  background: linear-gradient(to right, #ff6100, #ff8330);
  color: #fff;
  border-radius: 5px;
}

.ck label span {
  width: 100%;
  display: block;
  text-align: center;
  padding: 18px 4px;
  min-height: 121px;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.ck label input {
  position: absolute;
  /*top:-20px;*/
  opacity: 0;
}

.ck input:checked+span {
  background: linear-gradient(to right, #ff6100, #ff8330);
  color: #fff;
}

.ck input:checked+span i {
  color: #fff;
}

.ck input:checked+span .hhding {
  color: #fff;
}

.ck input:checked+span .priceq {
  color: #fff;
}

.ck .reqst-box .icon i {
  font-size: 25px;
}

.srch-hdr-frm .btn-link {
  background-color: #ff6100;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
}

.feature-card:hover .heart {
  background-color: #ff6100;
  color: #fff;
  opacity: 1;
  animation: phone 4s linear 0s infinite;
}

/* @keyframes phone {
    0% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(-90deg);
    }
    100% {
        transform: rotate(90deg);
    }
} */

.book_seciont {
  background-color: #ebebeb;
}

ul.pagination {
  text-align: center;
}

.privay_text ul {
  padding-left: 18px;
}

.privay_text h4 {
  font-size: 22px;
}

.privay_text h4 {
  font-size: 17px;
}

.mobile-banner {
  display: none;
}

@media (max-width: 768px) {
  .mobile-banner {
    display: block;
  }

  .desktop_banner {
    display: none !important;
  }
}

.recent-recruits-post img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.recruit-video {
  position: absolute;
  top: 50%;
  color: #fff !important;
  margin: auto;
  left: 50%;
  background-color: #ff6100;
  padding: 18px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  left: 0;
  right: 0;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: url(../img/close.png) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  position: absolute !important;
  right: -21px;
  background-color: #fff !important;
}

.videobtn .btn-link {
  padding: 12px 19px;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.hding_small h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.sliderpricewishing .owl-next {
  right: -48px;
  bottom: 50%;
  z-index: 9999;
  background-color: #fff !important;
  position: absolute;
  /* padding: 30px; */
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  color: #000 !important;
  border: 1px solid #1a1a1a2e !important;
}

.sliderpricewishing .owl-prev {
  transition: 0.5s;
  left: -48px;
  bottom: 50%;
  z-index: 9999;
  background-color: #fff !important;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  position: absolute;
  padding: 30px;
  width: 44px;
  height: 44px;
  border-radius: 40px;
  color: #000 !important;
  border: 1px solid #1a1a1a2e !important;
}

.video_model .modal-dialog {
  max-width: 553px;
  max-height: 550px;
}

.recent-recruits-post-content {
  background-color: #ff6100;
  padding: 13px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #fff;
}

.btnenquery {
  background-color: #ee5b00;
  color: #fff !important;
  padding: 10px 15px;
  box-shadow: rgb(238 91 0 / 93%) 0px 3px 8px;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 768px) {

  .paginationfftr .page-link {
    position: relative;
    display: block;
    padding: 0px 11px;
    margin-left: -1px;
    line-height: 1.25;
    color: #afafaf;
    background-color: #fff;
    border: unset;
    margin: 0px 0px;
    border-radius: 0px;
    width: 0px;
    height: 0px;
  }

  .categor_list {
    border: unset;
    border-radius: unset;
    padding: unset;
    margin-right: unset;
  }

  .categor_list li {
    font-size: 14px;
  }


}

@media (max-width: 567px) {
  .sliderpricewishing .owl-prev {
    left: 0;
  }

  .sliderpricewishing .owl-next {
    right: 0;
  }
}

.tranding_videos .item .position-relative img {
  width: 100%;
  height: 320px;
  object-fit: cover;

}




#readMore {
  color: #ff7e29;
  cursor: pointer;
}

.phonebuttonfilter {
  position: fixed;
  bottom: 0px;
  background-color: #ff7c26;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 23px;
  z-index: 99;
  padding: 10px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 250px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
  left: 0px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}



/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.Phonefilter .modal-header {
  padding: 3px 10px;
}

.Phonefilter .modal-header h4 {
  font-size: 18px
}




















.about_secion_new {
  background-image: url(../img/about_us_new_page.png);
  background-size: cover;
  background-repeat: round;

  object-fit: cover;
  height: 800px;
  width: auto;
  padding: 0px;
  padding-top: 40px;
  padding-bottom: 40px;

}

.about_secion_new .about_description {
  padding-top: 10px;
  text-align: center;
  color: white;
  font-size: 15px;
}

.about_secion_new .about_description .heading h1 {
  font-size: 80px;
  color: #f6d777;
}

.about_secion_new .breadumtop_new ul {
  display: flex;
  text-align: left;
  justify-content: start;
  list-style: none;
  gap: 15px;
  color: white;
}


.about_secion_new .breadumtop_new ul li a {
  text-decoration: none;
  color: white;

}



@media only screen and (max-width:768px) {


  .about_secion_new .about_description .heading h1 {
    font-size: 20px !important;
  }

  .about_secion_new .about_description p {
    font-size: 9px;
  }
}

/* @media only screen and (min-width: 576px) and (max-width: 992px) {
    .about_secion_new .about_description .heading h1 {
        font-size: 20px;
    }

    .about_secion_new .about_description p {
        font-size: 13px;
    }
} */


/* ----------for model css----------- */

.right {
  background-color: #faf7ed
}

.form-control:focus {
  box-shadow: none;
  border-color: #e9e9e9
}

.close_button {
  position: absolute;
  top: -1px;
  right: -9px;
  z-index: 1;
}

.btn-primary:focus {
  box-shadow: unset !important;
}

/* -------------wishesh banner-------------------- */


.banner_management img {
  width: 100%;
}


.personalized_wishesh_banner img {
  width: 100%;
}

.celebrity_events_banner img {
  width: 100%;
}


.brand_promotion_banner img {
  width: 100%;
}

.celebrity_events_banner_mobile img {
  width: 100%;
}

.management_events_banner_mobile img {
  width: 100%;
}

.brand_promotion_mobile img {
  width: 100%;
}



.bggrayes {
  /* background-color: #ededce; */
}

/* .recent-recruits-post-content h5{
    font-size: 19px;
} */


.about-content {
  padding-left: 143px;
}

.about_secion {
    background-image: linear-gradient(0deg, #ffffff 0%, #fac3be 74%);
}

.about_secion h4 {
  font-weight: bold;
  font-size: 34px;

  color: #710000;
}

.about_secion p {
  font-size: 15px;
  line-height: 26px;
}

.view-text {
  font-weight: bold;
  color: #710000 !important;
}

.breadcrumb {
  margin-bottom: 0px;
}


/* --------------- */


.second_banner {
  background-image: url(../img/second_banner_about_us.png);

  height: 100%;
  width: auto;
  padding: 40px 0;


  background-size: cover;

}

.second_banner p {

  text-align: center;
  color: #fff3bf;
  font-size: 46px;
  font-weight: 600;
  padding-top: 40px;
  text-shadow: 1px 0px 8px #edcf49;

}

.short_box {


  background-image: url(../img/short_box.jpg);

  height: 100%;
  width: auto;

  background-size: cover;
}

.short_box h5 {

  color: #fff3bf;


}

.card_title {
  position: relative;
}

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

.contan_absolute {
  position: absolute;
  top: 37px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  padding-left: 5.5pc;

}

.contan_absolute a {
  color: white;
}

.contan_absolute h2 {
  color: #fff3bf;
  font-weight: bold;

  text-shadow: 1px 0px 8px #edcf49;
  font-size: 20px;

}

.about_description .heading img {
  padding-bottom: 16px
}

@media only screen and (max-width:768px) {
  .card_title img {
    height: 100px;
    width: 100%;
    margin: 15px 0px;
    object-fit: cover;

  }

}


.second_banner p {
  text-align: center;
  color: #fff3bf;
  font-size: 22px;
  font-weight: bold;
  padding-top: -8px;
  text-shadow: 1px 0px 8px #edcf49;
}

.about_secion_new {
  padding-top: 22px !important;

}



@media only screen and (min-width: 576px) and (max-width: 992px) {



  .about_secion_new .about_description .heading h1 {
    font-size: 30px !important;
  }


  .about_secion_new .about_description {
    font-size: 13px !important;
  }


  .card_title img {
    height: 100px;
    width: 100%;
    margin: 20px 0px;
    object-fit: cover;

  }

  .second_banner {
    background-size: contain !important;
  }

}



.bg-blackmobile {
  background-color: #000;
  padding: 40px 0px;

}

@media (max-width: 576px) {
  .bg-blackmobile {
    color: white;
    display: block;
    text-align: center;

  }

  .aboutfirstsc_desktop {
    display: none;
  }


  .bg-blackmobile .heading h1 {
    color: #f6d777;
    text-shadow: 1px 0px 9px #edcf49;
  }


}

@media (min-width: 576px) {
  .bg-blackmobile {
    display: none;

  }

  .aboutfirstsc_desktop {
    display: block;
  }



}


/* ---------------------home slider video section---------------------- */


.video_section_banner_one {
  background-image: url(../img/video_banner_one.png);
  width: 100%;
  object-fit: cover;
  padding: 70px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}


/* .video_section_second_banner {
  background-image: url(../img/video_back_img.png);
  overflow: hidden;
  background-size: cover;
  padding: 55px 11px 15px 11px;
  background-size: 100% 98%;
  background-repeat: no-repeat;



} */




.video_section_second_banner {

  background-image: url(../img/video_back_img.png);
  overflow: hidden;
  background-size: cover;
  padding: 0px 18px 63px 11px;
  background-size: 99% 87%;
  background-repeat: no-repeat;
  min-height: 378px;
  display: flex;
  align-items: end;

}



.video_section_banner_one .heading .join {
  font-size: 50px;
  font-weight: bold;
  color: white;
  text-shadow: 0px -1px 3px #000;

}




.video_section_banner_one .heading .star {
  font-size: 66px;
  font-weight: bold;
  color: #faf20c;
  text-shadow: 3px -1px 8px #f4d133f0;

}



.video_section_banner_one .heading .plateform {
  font-size: 22px;
  font-weight: bold;
  color: white;
  text-shadow: 0px -1px 3px #000;

}


.video_section_banner_one .join .join_now {
  color: white;
  font-weight: bold;
  background-color: #e90002;
  margin-bottom: 13px;

}




.video_section_banner_one .join .arrow_right {
  font-size: 20px;
  color: #faf20c;
  padding-left: 10px;
}



.video_section_banner_one .join {
  padding-top: 19px;


}


.video_section_banner_one .join .join_now {
  margin-bottom: 32px !important;
}


.img_videonslier img {
  height: 300px;
  /* width: 100%; */
  object-fit: cover;
  transform: translateY(-43px);
}



@media only screen and (max-width:768px) {

  .img_videonslier img {
    height: 215px;
    width: 100%;
    object-fit: contain;
  }

  .video_section_second_banner {
    padding: 0px 8px 19px;
  }
}

@media only screen and (max-width:567px) {}

@media only screen and (max-width:500px) {}

@media only screen and (max-width:400px) {}




@media only screen and (max-width:768px) {

  .video_section_banner_one .heading .join {
    text-align: center;
  }

  .video_section_banner_one .heading .star {
    text-align: center;
  }

  .video_section_banner_one .heading .plateform {
    text-align: center;
  }

  .video_section_banner_one .join {
    text-align: center;
  }


}


.new_management {

  font-weight: 400;
  padding: 17px 23px;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0px;
  width: 100%;
}


@media (max-width: 768px) {
  .service-content .get-now {
    position: unset;
    padding-right: 7px;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .service-content p {
    font-size: 14px !important;
    padding-bottom: 10px;
  }

  .service-content .service-para h4 {
    padding-top: 10px !important;
  }

  .service-content {
    min-height: 275px !important;
  }
}

.video_section_banner_one .owl-dots {
  display: none;
}


@media only screen and (max-width:768px) {
  .video_section_banner_one {
    padding: 0px;
  }

  .video_section_banner_one .heading .star {
    font-size: 55px;
  }

}

/* ---------below new parter page by yatendra---------------------- */



.partner_page_image {
  /*    background-image: url(../img/part.png);*/
  background-image: url(../img/partner_bgimg1.png);
  overflow: hidden;
  background-size: cover;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* height: 440px;*/
  padding: 70px 0;


}

.linedrow::after {
  content: '';
  position: absolute;
  background-image: url(../img/crown.png);
  left: -13px;
  top: -9px;
  height: 10px;
  width: 21px;

  background-repeat: no-repeat;
  rotate: 271deg;
  background-size: contain;
}

.linedrow::before {
  content: '';
  position: absolute;
  background-image: url(../img/crown.png);
  right: -13px;
  top: 2.5px;
  height: 10px;
  width: 21px;
  background-repeat: no-repeat;
  rotate: 90deg;
  background-size: contain;
}

.partener_form_new .first_box_second::after {
  position: absolute;
  content: '';
  top: -1.4px;
  left: -13px;
  background-image: url(../img/arrow_left_icon.png);
  height: 21px;
  width: 16px;
  background-repeat: no-repeat;
  /* rotate: 90deg; */
  background-size: contain;


}





.creation {
  padding: 30px !important;
}



.color_ingrediats {
  background-image: linear-gradient(178deg, #ffffff 0%, #fac3be 74%);
}

.banner_tabsectionone.partener_form_new {

  background-image: linear-gradient(0deg, #ffffff 0%, #fac3be 74%);
  padding: 20px;

}



.last_section .right-quotes p {
  margin-top: 20px;
  color: black;
  font-size: 23px;
  font-weight: 500;
  line-height: 37px;
}


.left-quotes .button_join .btn-link.btn-book {
  border-radius: 4px;
  background-color: #5ca1e1;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 32px;
  padding: 16px;
  width: 220px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 36px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .7);
}

.left-quotes .button_join .btn-link.btn-book {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.left-quotes .button_join .btn-link.btn-book:after {
  /* content: '»'; */
  position: absolute;
  opacity: 0;
  top: 14px;
  right: -20px;
  transition: 0.5s;
}

.left-quotes .button_join .btn-link.btn-book:hover {
  padding-right: 24px;
  padding-left: 8px;
}

.left-quotes .button_join .btn-link.btn-book:hover:after {
  opacity: 1;
  right: 10px;
}






.right-quotes .button_join .btn-link.btn-book {
  border-radius: 4px;
  background-color: #5ca1e1;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 32px;
  padding: 16px;
  width: 220px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 36px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .7);
}

.right-quotes .button_join .btn-link.btn-book {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.right-quotes .button_join .btn-link.btn-book:after {
  /* content: '»'; */
  position: absolute;
  opacity: 0;
  top: 14px;
  right: -20px;
  transition: 0.5s;
}

.right-quotes .button_join .btn-link.btn-book:hover {
  padding-right: 24px;
  padding-left: 8px;
}

.right-quotes .button_join .btn-link.btn-book:hover:after {
  opacity: 1;
  right: 10px;
}



.left-quotes img {
  right: 6px;
  position: absolute;
  top: -52px;
  height: 100px;
  left: 33px;
}



.right-quotes img {
  position: absolute;
  right: 6px;
  position: absolute;
  top: -52px;
  height: 100px;
  left: 33px;
}




.right-quotes .button_join {
  position: relative;
}


.left-quotes .button_join {
  position: relative;
}

.left-quotes .button_join img {
  position: absolute;
  top: 18px;
  bottom: 0;
  left: 188px;
  height: 50px;
  right: 0px;
}


.right-quotes .button_join img {
  position: absolute;
  top: 42px;
  bottom: 0;
  left: 157px;
  height: 50px;
  right: 0px;
}









.left-quotes .button_join .btn-link.btn-book {
  background: #ffed00;
  border-radius: 60px;
  color: #6a0001;
  font-weight: 700;
  padding: 15px 40px;
  margin-top: 24px;

  font-size: 23px;
  line-height: 22px;
  text-decoration: none !important;
  position: relative;

}


.right-quotes .button_join .btn-link.btn-book {
  background: #ffed00;
  border-radius: 60px;
  color: #6a0001;
  margin-top: 24px;
  font-weight: 700;
  padding: 15px 40px;
  font-size: 22px;
  line-height: 22px;
  text-decoration: none !important;
  position: relative;

}


.left-quotes h5 {
  font-size: 22px;
  font-weight: 800;

}


.right-quotes h5 {
  margin: 0px;
  font-size: 40px;
  font-weight: 800;
  color: #69010f;

}


.box-cardlyouttow {
  position: relative;
  padding: 46px 86px;
  background-color: #d69689;
  border-radius: 35px;
  color: #6a0001;
}

.box-cardlyouttow h5 {
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 30px;
}

.box-cardlyouttow .btn.btn-link {
  background: #ffed00;
  border-radius: 60px;
  color: #6a0001;
  font-weight: 700;
  padding: 12px 38px;
  margin-top: 6px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none !important;
  position: relative;
}

.box-cardlyouttow .btn-link.btn-book {
  margin: 0 !important;
}

.right-quotes {
  position: relative;
  padding: 46px 70px;
  background-color: #d69689;
  border-radius: 35px;
  color: #6a0001;
}




.partener_form_new .join_luxestar {
  padding-top: 40px;
  padding-bottom: 40px;
}


.partener_form_new .join_luxestar h5 {
  margin: 0px;
  font-size: 40px;
  font-weight: 800;
  color: #69010f;
}





.partener_form_new .partner_page_image .heading .join {

  font-size: 5rem;
  font-weight: bold;
  color: white;
  /*    text-shadow: 3px -1px 8px #f4d1334a;*/
  margin-bottom: 0;

}



.partener_form_new .partner_page_image .heading .star {

  font-size: 6rem;
  font-weight: bold;
  color: #fff469;
  text-shadow: 8px 9px 18px #f4d133f0;
  margin-bottom: 0;
  line-height: 1;

}



.partener_form_new .partner_page_image .heading .cel {
  font-size: 6rem;
  font-weight: 800;
  color: #fff469;
  text-shadow: 8px 9px 18px #f4d133f0;

}


.partener_form_new .partner_page_image .heading .plateform {


  font-size: 2rem;
  font-weight: bold;
  color: white;
  text-shadow: 1px 0px 1px #000000;
}

.linedrow {
  position: relative;
  height: 3px;
  width: 100%;
  background-color: #69010f;
}






.partener_form_new .partner_page_image .heading .review {
  font-size: 25px;
  font-weight: 800;
  color: #ffed00;
  /*            text-shadow: 2px -2px 10px #f4d133f0;*/

}



.partener_form_new .first_box {
  padding: 30px 37px;
  background-color: #fabbb6;
  border-radius: 37px;
  word-spacing: 2px;
  margin-top: 40px;

}

.partener_form_new .first_box p {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: 'Poppins', sans-serif;


}

/* -------second section---------- */
.partener_form_new {
  font-family: 'Poppins', sans-serif;
}

.partener_form_new .first_box_second {
  padding: 15px;
  background-color: #FFC6C7;
  /* border-radius: 30px; */
  word-spacing: 2px;
  min-height: 430px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  margin: 0px 15px;


}



.partener_form_new .first_box_second h5 {
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  margin-top: 5px;

}

.partener_form_new .why_join {
  padding: 30px;
}

.partener_form_new .why_join h5 {
  margin: 0px;
  font-size: 40px;
  font-weight: 800;
  color: #69010f
}

.partener_form_new .first_box_second h6 {
  font-size: 21px;
  font-weight: 800;
  color: #69010f
}

.partener_form_new .partner_page_image .heading {
  padding-left: 15px;
  padding-top: 60px;
}


.partener_form_new .partner_page_image .right_box {


  background-color: #d10202;
  color: white;
  border-radius: 30px;
  padding: 20px;
  /*            margin-top: 240px;*/
}


.partener_form_new .partner_page_image .right_box .button_join .join_now {
  background-color: #ffed00;
  color: #69010f;
  font-weight: bold;
}


.partener_form_new .partner_page_image .right_box .button_join {

  border-right: 5px solid #ffed00;
  width: 190px;
  border-radius: 20px;
  font-weight: bold;
}


.partener_form_new .partner_page_image .right_box .join {
  font-size: 3rem;
  color: #ffed00;
  font-weight: 800;
  text-shadow: 2px -2px 10px #f4d133f0;
}

.partener_form_new .partner_page_image .right_box .star {
  font-size: 15px;
  color: white;
  font-weight: 400;
}

.partener_form_new .partner_page_image .right_box {
  border: 4px solid #ffca08;
}

.partener_form_new .first_box_second .img_section img {
  height: 70px;
  width: 100px;
  object-fit: cover;
}


.ingredents_color {

  background-image: linear-gradient(178deg, #ffffff 0%, #fac3be 74%);
}

.new_color {
  background-color: #d69689;
}



.banner_carrer img {
  width: 100%;
}



/* carrer css 11-4-2023  */

.bg-lightorange {
  background-color: #ffc6c7;
  padding: 30px;
  border-radius: 53px;
}

.carrer_about {
  background-image: linear-gradient(0deg, #ffffff 0%, #fdefee 74%);
  padding: 60px 0;
}

.bg-lightorange p {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
}

.services_luxester {
  padding-top: 60px;
}

.card_services {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 20px;
}

.card_services img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}

.cardservice_conten {
  padding: 16px 10px;
  text-align: center;
}

.cardservice_conten h4 {
  margin-bottom: 12px;
  font-weight: 700;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.cardservice_conten .btn {
  background-color: #d69689;
  font-weight: 700;
  color: #fff;
  padding: 9px 37px;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  border-radius: 36px;
}

.padding60 {
  padding: 60px 0;
}

.ingredents_color {
  margin-top: 30px;
}

/*------------------------------------------partner page css------------------------------------*/
/*------------------------------------------partner page css------------------------------------*/
.img_maintop {
  text-align: center;
}

.img_maintop img {
  width: 60%;
}

.pgrad p {
  text-align: left;
  line-height: 22px;
  margin-bottom: 20px;
}

.padding50 {
  padding: 40px 0;
}

.poppins {
  font-family: 'Poppins', sans-serif;
}

.why_join h1 {
  font-size: 3rem;
  color: #690001;
  font-weight: 800;
  margin-bottom: 22px;
}

.why_join h2 {
  font-size: 3rem;
  color: #690001;
  font-weight: 800;
  margin-bottom: 22px;
}

.whyuscard {
  background-color: #ffc6c7;
  padding: 15px 20px;
  position: relative;
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  border-top-right-radius: 15px;
  min-height: 454px;
}

.whyuscard img {
  height: 70px;
  width: 100px;
  object-fit: cover;
  margin-bottom: 18px;

}

.content_lu {
  margin-top: 12px;
}

.content_lu p {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

.img_section h6 {
  font-size: 23px;
  font-weight: 800;
  color: #690001;
}

.whyuscard::after {
  position: absolute;
  content: '';
  top: -1.4px;
  left: -13px;
  background-image: url(../img/arrow_left_icon.png);
  height: 21px;
  width: 16px;
  background-repeat: no-repeat;
  /* rotate: 90deg; */
  background-size: contain;
}

.joine_box {
  background-color: #d69689;
  padding: 60px 49px;
  border-radius: 30px;
  position: relative;
  width: 95%;
}

/*.joine_box::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border: 2px solid red;
}*/
.why-join-container {
  position: relative;
}

.why-join-container::before {
  content: '';
  position: absolute;
  top: 31px;
  left: 29px;
  background-color: #fff0;
  border: 2px solid #d69689;
  width: 95%;
  height: 100%;
  border-radius: 43px;
}

.joine_box h2 {
  font-size: 1.9rem;
  color: #690001;
  font-weight: 800;
  margin-bottom: 22px;
  text-align: center;
  line-height: 39px;
}

.joine_box .quote_absolute {
  width: 97px;
  position: absolute;
  top: -47px;
}

.btn-iconpng {
  text-align: center;
}

.btnjoine {
  background-color: #ffe600;
  font-size: 25px;
  font-size: 29px;
  font-weight: 700;
  color: #690001;
  padding: 11px 43px;
  border-radius: 48px;
}

.btn-iconpng {
  position: relative;
}

.btn-iconpng .curser_event {
  position: absolute;
  width: 56px;
  bottom: -28px;
  right: 29%;
}

.gradengbg {
  background-image: linear-gradient(176deg, #ffffff 0%, #f6d7d5 74%);

}

.last_section {
  margin-top: 70px;
}

@media (max-width: 450px) {
  .img_videonslier img {
    transform: translateY(-19px);
  }
}

@media (max-width: 400px) {
  .img_videonslier img {
    transform: translateY(-19px);
  }
}

@media (max-width: 365px) {
  .img_videonslier img {
    transform: translateY(-16px);
  }
}

@media (max-width: 350px) {
  .img_videonslier img {
    transform: translateY(-11px);
  }
}

/* ---------partner responsive------------------ */
@media only screen and (max-width:768px) {
  .whyuscard {
    margin-bottom: 20px !important;
  }

  .why_join h2 {
    font-size: 2rem;
  }

  .padding50 {
    padding: 15px 0px;
  }

  .joine_box {
    margin-bottom: 72px;
    padding: 31px;



  }



  .why-join-container::before {

    top: 16px !important;
    left: 18px !important;
  }

  .last_section {
    margin-top: 0px !important;
  }

  .last_section .right-quotes p {

    font-size: 18px !important;


  }

  .right-quotes h5 {
    font-size: 1.9rem;
  }



  .right-quotes {
    padding: 33px 45px;

  }

  .partener_form_new .partner_page_image .heading {
    padding-top: 0px !important;
    text-align: center;
  }

  .partener_form_new .partner_page_image .heading .join {
    font-size: 30px;
    text-align: center;

  }

  .partener_form_new .partner_page_image .heading .star {
    font-size: 3rem;
    text-align: center;

  }

  .partener_form_new .partner_page_image .heading .cel {
    font-size: 3rem;
    text-align: center;

  }

  .partener_form_new .partner_page_image .heading .plateform {
    font-size: 1rem;
    text-align: center;

  }

  .partener_form_new .partner_page_image .heading .review {
    font-size: 15px !important;
    text-align: center;

  }

  .partener_form_new .partner_page_image .right_box .join {
    font-size: 20px !important;
    text-align: center;

  }

  .partner_page_image {
    padding: 24px 0px;
    padding-right: 14px;

  }

  .partener_form_new .partner_page_image .right_box {
    padding: 6px !important;
  }

  .partener_form_new .partner_page_image .right_box .button_join .join_now {
    line-height: 44px;
    width: 95%;
  }

  .joine_box h2 {
    font-size: 20px !important;
  }

  .inrr-partnfrm {
    margin-bottom: 16px;
  }


}

/* ------responsive partner page for tablet--------------- */

@media only screen and (min-width: 576px) and (max-width: 992px) {

  .whyuscard {
    margin-bottom: 25px !important;
  }

  .btnjoine {
    font-size: 24px !important;

  }

  .partener_form_new .partner_page_image .heading .join {
    font-size: 3rem;
  }

  .partener_form_new .partner_page_image .heading .star {
    font-size: 4rem;
  }

  .partener_form_new .partner_page_image .heading .cel {
    font-size: 4rem;
  }

  .partner_page_image {
    padding: 40px 0px;
  }

  .partener_form_new .partner_page_image .right_box .join {
    font-size: 2rem;
  }

  .padding50 {
    padding: 14px 0px;
  }


}




/* --------------googlesheet form------------- */




.new_partner_foem {

  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.inrr-partnfrm {
  background-color: #feeff0
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.inrr-partnfrm input[type="text"],
.inrr-partnfrm input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid white;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}

.btn_primary_new {
  background-color: #fe9d49;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #fe9d49;
}

.new_partner_foem .new_form {
  padding: 10px;
  border: 1px solid #da352a;
  border-radius: 6px;
  margin-bottom: 10px;
}

input:focus {
  border: none;
  border-bottom: 2px solid red;
}

input:active {
  border: none;
}

input[type="text"]:focus {
  border: none;
  border-bottom: 2px solid red;
}

input[type="textarea"]:focus {
  border: none;
  border-bottom: 2px solid red;
}

textarea:focus {
  border: none;
  border-bottom: 2px solid red;
}


.form-control:focus {
  box-shadow: none;
}

.form-control {
  border-radius: 0 !important;
}

input {
  border-radius: 0 !important;
}


input[type="email"]:focus {
  border: none;
  border-bottom: 2px solid red;
}



.new_partner_foem .form-control:focus {
  border-bottom: 2px solid red;
}

.new_btn {
  border-radius: 5px !important;
}





/* -----------below faq section css----------- */





.faq_section_banner {
  background-image: url(../img/banner_faq_page.png);
    padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}


.freampng {
  background-image: url(../img/frame_new.png);
  background-size: 63%;
  background-repeat: no-repeat;
  margin: auto;
  height: 100%;
}

.faq_section_banner .heading_title{
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}


.faq_section_banner .heading_title h4 {
  color: #fded03 !important;
  font-weight: 800;
  font-size: 40px;
  text-shadow: 2px 1px 15px #fded03;
}

.faq_section_banner .heading_title .head {
  border-bottom: 2px solid #fded03;
  width: fit-content;
}



.video-wrapper {
  position: relative;
  width: 507px;
  height: 405px;
}



.video-wrapper video {
  position: absolute;
  top: 151px;
  left: 26px;
  width: 80%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.faq-section {
  padding-bottom: 60px;
}


/* 
@media only screen and (min-width: 1366px) and (max-width: 1400px) {
  .video-wrapper {
    position: relative;
    width: 445px;
    height: 352px;
  }

  .freampng {
    background-size: 73%;
    background-repeat: no-repeat;
    margin: auto;
    height: 100%;

  }

  .video-wrapper video {
    position: absolute;
    top: 131px;
    left: 23px;
    width: 79%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

} */


/* @media only screen and (min-width: 1440px) and (max-width: 1600px) {


  .video-wrapper {
    position: relative;
    width: 445px;
    height: 352px;
  }

  .freampng {
    background-size: 61%;
    background-repeat: no-repeat;
    margin: auto;
    height: 100%;

  }

  .video-wrapper video {
    position: absolute;
    top: 131px;
    left: 23px;
    width: 79%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
} */



/* ---------------------------- */


.faq_section_banner {
  background-image: url(../img/banner_faq_page.png);

  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}


.freampng {
  background-image: url(../img/frame_new.png);
  background-size: 92%;
  background-repeat: no-repeat;
  margin: auto;
  margin-left: 229px;
  height: 100%;
}




.faq_section_banner .heading_title .head {
  border-bottom: 2px solid #fded03;
  width: fit-content;
}



.video-wrapper {
  position: relative;
  width: 507px;
  height: 405px;
}



.video-wrapper video {
  position: absolute;
  top: 149px;
  left: 25px;
  width: 80%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}



@media only screen and (max-width:768px) {


  .video-wrapper video {
    position: absolute;
    top: 118px;
    left: 21px;
    width: 89%;
    height: 77%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  .video-wrapper {
    width: unset;
  }


  .freampng {
    background-size: 100%;
    background-repeat: no-repeat;
    margin: auto;
    height: 516px;
    margin-left: -6px;

  }

}


@media only screen and (max-width:567px) {


  .video-wrapper video {
    position: absolute;
    top: 125px;
    left: 3px;
    width: 95%;
    height: 82%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  .video-wrapper {
    width: unset;
  }


  .freampng {
    background-size: 96%;
    background-repeat: no-repeat;
    margin: auto;
    margin-left: -6px;
  }

}


@media only screen and (max-width:475px) {

  .video-wrapper video {
    position: absolute;
    top: 134px;
    left: 3px;
    width: 95%;
    height: 89%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  .video-wrapper {
    width: unset;
  }


  .freampng {
    background-size: 96%;
    background-repeat: no-repeat;
    margin: auto;
    height: 616px;
    margin-left: 21px;
  }
}







@media only screen and (min-width: 1366px) and (max-width: 1400px) {
  .video-wrapper {
    position: relative;
    width: 445px;
    height: 352px;
  }

  .freampng {
    background-size: 73%;
    background-repeat: no-repeat;
    margin: auto;
    height: 100%;

  }

  .video-wrapper video {
    position: absolute;
    top: 131px;
    left: 23px;
    width: 79%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

}


@media only screen and (min-width: 1440px) and (max-width: 1600px) {


  .video-wrapper {
    position: relative;
    width: 445px;
    height: 352px;
  }

  .freampng {
    background-size: 85%;
    background-repeat: no-repeat;
    margin: auto;
    margin-left: 182px;
    height: 100%;


  }

  .video-wrapper video {
    position: absolute;
    top: 131px;
    left: 23px;
    width: 79%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
}


/* -----------------for new contact page css below by yatendra------------------ */

.last_sec {
  padding-bottom: 60px;
}

.btn_primary_new {
  background-color: #3f0000;
  color: #fff;
  border: none;
  padding: 20px 73px;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #ff6100;
  color: white;
}

.btn_primary_new {
  background-color: #3f0000;
}

.icon_box:hover img {
  transform: rotate(360deg);
  margin-left: calc(80%);
  transition: ease-in-out 1s all;
}


.icon_box img:hover {
  transform: rotate(360deg);
}

.icon_box {
  background-color: white;
  border-radius: 40px;
  /* margin-left: 57px;
  margin-right: 57px; */
  border-radius: 40px;
}

.content_new .title .address {
  font-size: 23px;
  padding-top: 30px;
  font-weight: 700;
}


.contact_raju img {
  width: 100%;
  height: 626px;
}

.content_new .title h6 {
  font-size: 60px;
  color: #3f0000;
  font-weight: 900;
  border-bottom: 2px solid #3f0000;
  display: inline;
  padding-bottom: 1px;

}


.content_new {
  background-color: #ffc6c7;
  border-radius: 30px;
padding: 30px;
}

.contact_us .image img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.contact_new_page .form-control:focus {
  border-bottom: 2px solid #3f0000;
}

.contact_new_page .contact_heading p {
  color: #3f0000;
  font-size: 31px;

  font-weight: 900;
  padding: 20px 0px 0px 20px;
}





.contact_new_page .contact_heading h3 {
  color: #3f0000;
  font-size: 18px;

  font-weight: 900;
  margin: 0px;
  padding-top: 20px;
}


.contact_new_page .contact_heading h5 {
  color: #3f0000;
  font-size: 26px;

  font-weight: 900;
  /* padding: 20px 0px 0px 20px; */
}


.contact input[type="text"],
.contact input[type="email"],
textarea {
  height: 60px;

}

.form-control::placeholder {
  color: #3f0000;
  font-weight: bold;
}

.contact_new_page {
  background-color: #ffc6c7;
  border-radius: 30px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.contact_page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.icon_box img {
  width: 63px;
}

.contact_new_page .select_option {
  height: 58px;
  margin-top: 33px;

}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}

.contact_us .image {
  position: relative;
}


.contact_us .image p {
  position: absolute;
  top: 40%;
  font-size: 70px;
  text-shadow: 1px -2px 20px #ffe600;
  color: #ffe600;
  left: 0px;
  right: 30px;
  font-weight: bold;

}

.contact_us .image p::after{
  position: absolute;
  content: '';
  height: 97px;
  margin: auto;
  left: 694px;
  width: 42%;
  left: 0;
  border-bottom: 2px solid #ffe600;
  right: 0;
}
.contact_page .raja{
  padding-top: 24px;
}

/* --------new media query for contact page---------- */


@media only screen and (max-width:768px) {
  .brand_status .contact_page{
    padding-top: unset;
  }
  .contact_page .contact_query img{
    height: unset !important;
  }

  .contact_page .contact_query{
    margin-top: 20px;
  }

  .contact_us .image p::after {
    position: absolute;
    content: '';
    height: 59px;
    left: 37px;
    top: 50%;
    width: 300px;
    border-bottom: 2px solid #ffe600;
  }
  .contact_us .image p {
    font-size: 38px !important;
    padding-left: 23px !important;

  }

  .contact_new_page .contact_heading p {
    font-size: 20px;
  }

  .contact_new_page {
    padding-bottom: 18px;
    padding-left: unset;
    padding-right: unset;
  }
  
  .mobilepb0.pb-5 {
    padding-bottom: 0 !important;
  }
  .icon_box {
    /* margin-left: 46px;
    margin-right: 15px; */
    margin-bottom: 20px;
  }
}

/* -----------------newCSS for faq_page video------------------------ */
.chainline{
  /* background-image: url(../img/chain.png); */
  background-image: url(../img/chain.png);
  height: 189px;
  background-size: 101%;
  background-repeat: no-repeat;
  margin: 0px 79px;
  
}
.video_updateluxester video{
  margin-top: -15px;
  width: 100%;
  /* height: 650px; */
}
.video_updateluxester img{
  width: 80%;
}
@media (max-width: 768px){
  .video_updateluxester video{
    width: 100%;
  }
}


.faq_section_banner .accordion .card .btn:focus{
  box-shadow: none;
}


.faq_section_banner .accordion .new_card{
margin-bottom: 10px;

}
.faq_section_banner .card-header{
  padding:9px 14px;
}

.faq_section_banner .accordion .new_card .btn{
  padding: 0px;
  }




@media (max-width: 768px){
  .testimonial-carouselsection{
    padding: unset;
  }
  .faq_section_banner .heading_title h4{
    font-size: 21px;
  }
}

#main #faqphone .card .card-header .btn-header-link:after {
  content: "\f078";
  font-family: fontawesome;
  font-weight: 100;
  float: right;
  background-image: linear-gradient(159deg,#ffffff 0%,#f7d386 74%);
  width: 30px;
  height: 30px;
  margin-top: -5px;
  text-align: center;
  border-radius: 50px;
  color: #000;
  line-height: 27px;
  padding: 2px 0;
  transition: all 5s;
}
#main #faqphone .card .card-header .btn-header-link.collapsed:after {
  content: "\f077";
  transition: all 5s;
}

#main #faqphone .card .card-header .btn-header-link{
    display: block;
    text-align: left;
}

.contact_page .contact_query img{
  width: 100%;
  height: 626px;
  border-radius: 30px;
}
/* ----hhh------ */





@media (max-width: 768px) {

  
}



/* -------------blog-blog-deayls------------------------ */

.blog_main_page {
  padding-top: 50px;
  /* padding-bottom: 50px; */
  background-image: linear-gradient(0deg, #ffffff 0%, #fdefee 74%);
}

.blog_category .blog_list .nav-link.active {
  background-color: #690001;
  color: white;
  box-shadow: rgb(105 0 1) 0px 0px 13px -2px;
}

.blog_category .blog_list .nav-link {
  background-color: #ddbe70;
  font-weight: 700;
  color: white;
  padding: 9px 13px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  border-radius: 36px;
  border: none;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.blog_img img {
  width: 100%
}

.blog_list {
  justify-content: center;
  gap: 20px;
}
.blog_main_page .nav-tabs{
  border-bottom: 0px;
}

.blog_category {
  padding-top: 50px;
  padding-bottom: 50px;
}

.search_blog {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.searci {
  position: absolute;
  top: 9px;
  left: 12px;
}

.search_blog .form-control {
  padding-left: 34px;
}




.blog_content_page {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px;
  min-height: 394px;
}

.blog_title {
  padding: 16px 10px;
  text-align: center;

}

.blog_content_page img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 20px;
  

}

.blog_title h6 {
  margin-bottom: 12px;
  font-weight: 700;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.blog_page .blog_title .btn {
  background-color: #690001;
  font-weight: 700;
  color: #fff;
  padding: 5px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  border-radius: 36px;
}

.blog_content_page .btn:hover {
  transform: translateY(-5px);
}

 .blog_title .btn {
  background-color: #690001;
  font-weight: 700;
  color: #fff;
  padding: 5px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  border-radius: 36px;
 }

/* ====================deatils==== */
.single-blog .single-blog-img img{
  object-fit: cover;
  height: 400px;
  width: 100%;
  border-radius: 20px;
}

.single-blog {
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-blog .blog_title{
  margin-bottom: 12px;
font-weight: 700;
color: #000;
}


.single-blog .single_blog_title{
font-weight: 700;

}


.single-blog .blog_description{
font-weight: 500;
line-height: 25px;
text-align: justify;
}




.blog_page .similar_blog{
/* padding-bottom: 50px; */
padding-top: 20px;
padding-bottom: 20px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius: 20px;
}

.blog_page .title_single{
font-size: 30px;
font-weight: 700;

}


.single_blog_page_banner
{
background-image: url(../img/red.png);
color: gold;
overflow: hidden;
background-size: cover;
background-size: 100% 100%;
background-repeat: no-repeat;
height: 400px;
align-items: center;
display: flex;

}
.single_blog_page_banner .blog_home{
list-style: none;
gap: 10px;
}

.blog_banner_head h5{
  font-size: 4rem;
  font-weight: bold;
  color: white;
  text-shadow: 0px -3px 5px white;
}


.news-letter .btn2{
background-color: #690001;
font-weight: 700;
color: #fff;
padding: 5px 15px;
font-family: 'Poppins', sans-serif;
font-size: 19px;
border-radius: 20px;
border: none;
}
.news-letter .subscribe{
font-weight: 700;
border: 2px solid #690001;
}

.blog_banner_footer .best{
  font-size: 38px;
  padding-top: 17px;
  font-weight: 800;
  color: white;
  text-shadow: 0px -2px 5px white;

}


.blog_banner_footer .best_new{
  font-size: 40px;
  padding-top: 17px;
  font-weight: 800;
  color: white;
  text-shadow: 0px -2px 5px white;

}


.blog_banner_footer .book{

font-size: 27px;
    color: #ffde00;
    font-weight: 800;

}

.blog_title_Now_book .btn{
  background-color: white;
  font-weight: 700;
  color: #690001;
  padding: 9px 37px;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  border-radius: 36px;
  margin-left: 10px;
}


.marquee-items.left h1{
  color: #fff;
}
.marquee-items.left {

   -webkit-animation: marqueeLeft 20s linear infinite;
  
   animation: marqueeLeft 20s linear infinite;
  
  display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: nowrap;
  
   flex-wrap: nowrap;

   white-space: nowrap;
  
   position: relative;
  
   -webkit-transform: translateZ(0);

   color: #111111;
  
   transform: translateZ(0); 
}
@keyframes marqueeLeft {0% {
    transform: translate3d(0, 0, 0);
   }
   100% {
    transform: translate3d(-80%, 0, 0);
   }
  
  }

  .rellsbox1{
    background-color: #000;
    padding: 10px 0;
  overflow: hidden;
  }
 
.rellsbox{
  background-color: #000;
  padding: 10px 0;
overflow: hidden;
}
.marquee-items.left .items_logo {
  align-items: center;
  border: 1px solid rgba(0,0,0,.059);
  display: flex;
  height: 188px;
  justify-content: center;
  padding: 15px;
  width: 183px;
}

.below_sec{
  padding-top: 3rem;
  background-image: linear-gradient(-48deg, #d00c08 76%, #fdefee 109%);
}

.below_sec .loving{
  color: #ffde00;
  font-size: 28px;
  font-weight: bold;
  
}

.below_sec .artical{
  font-size: 20px;
  font-weight: bold;
  color: white;
}


.below_sec .btn_3{

  background-color: #690001;
  font-weight: 700;
  color: #fff;
  padding: 5px 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  border-radius: 20px;
  border: none;

}


.blog_page .loving_articals{
padding-top: 10px;
padding-bottom: 10px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius: 20px;
margin-top: 20px;
background-color: #610203;
margin-bottom: 20px;
color: white;

}
.blog_page .loving_articals .single{
  font-size: 30px;
    font-weight: 700;

}
.load_more_btn{

  background-color: #610203;
  border: 1px solid #610203;
  
}
.load_more_btn:hover{
  background-color: #610203;
  
}
.load_more_btn:active{
  background-color: #610203;
  border: 1px solid #610203;
}
.load_more_btn:focus{
  box-shadow: none;
}

.page-item:last-child .new_page_link{
  /* z-index: 3;
  color: #ff6404;
  background-color: #fff;
  border-color: #ff6404;
  border-radius: 56px; */
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ff6100 !important;
  background-color: white !important;
  border: 1px solid #ff6404 !important;
}
.li#pageItem-1-catItem-1{
  display: block !important;
    width: 46px !important;
    height: 42px !important;
    border: 2px solid red !important;
    border-radius: 40px !important;
}


.blog_main_page .blog_content_page a:hover{
  text-decoration: none;
}

.page-item:first-child .new_page_link{
  position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ff6100 !important;
    background-color: white !important;
    border: 1px solid #ff6404 !important;
    border-radius: 56% !important;
}


.blog_section_home_page .blog_image{
  box-shadow: none !important;

}


@media only screen and (max-width:768px){





  .single_blog_page_banner {
    height: 300px;
  }
.blog_content_page{
  padding: 10px;
}
  .blog_category{
    padding-top: unset;
    padding-bottom: unset;
  }
  .search_blog {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blog_main_page {
    padding-top: 30px;
  }
  .blog_banner_footer .best{
    font-size: 25px;
  }
  .sticky-top{
    padding-bottom: 30px;
  }
  .blog_banner_footer .best_new {
    font-size: 19px;
  }
  /* .single_blog_page_banner {
    height: 250px;
  } */
  .blog_banner_footer .best{
    padding-top: unset;
  }
  .blog_banner_footer .book {
    font-size: 15px;
  }
  .blog_title_Now_book .btn {
    font-size: 15px;
    padding: 6px 12px;

  }
  .blog_banner_footer .best_new{
    padding-top: 10px;
  }
  .below_sec{
    padding-top: 1rem;
  }
  .below_sec .btn_3{
    padding: 5px 10px;
    font-size: 15px;
  }
  .blog_banner_head h5 {
    font-size: unset;
  }
}

.login_page_admin ul{ 
  justify-content: center;
  align-items: center;
  text-align: center;
    display: flex;
    text-decoration: none;
    list-style: none;
    gap: 30px;
}

.login_page_admin button{
  background-color: #ff6100 !important;
  color: white !important;
  border-radius: 0px;
  border: none;
}

.login_page_admin a{
  color: #ff6100;
  text-decoration: none;
}

.register .new_btn{
  color: white;
  background-color: #ff6100;
  border: 2px solid #ff6100;
  width: 100%;
}
.change_password .password{
  font-size: 14px;

}

.change_password .password a{
  color: black !important;
  text-decoration: none;
}
@media (max-width: 768px){
  .faq-section{
    padding-bottom: 0px;
  }
  .video_updateluxester img {
    width: 100%;
}


}



/* --------------latest New about us page--------- */


.About_us_new_page .left_side .line{
  text-align: center;
padding-bottom: 10px;
border-bottom-style: solid;
border-bottom-width: 3.1px;
width: fit-content;
margin: auto;
font-weight: bold;
}

.About_us_new_page{
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(0deg, #ffffff 0%, #fac3be 74%);
}

.About_us_new_page .left_side h1{
  color: white;
  font-size: 3pc;
  margin-bottom: 20px;

}


.About_us_new_page .left_side p{
  color: white;
  

}

.About_us_new_page .left_side{
  background-color: #cb8273;
  border-radius: 20px;
  padding: 20px;

}

.second_section_about .title h4{
  font-weight: bold;
  font-size: 70px;

  

}




.second_section_about{
  padding-bottom: 50px;
}

.second_section_about .title{
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 20px;
  color:  #7e3326;
  background-color: white;
  border: 5px solid #7e3326;
  border-radius: 20px;
}

.second_section_about .second{
  padding-top: 50px;
}


.second_section_about .conten_about{
  padding: 10px;
  background-color: white;
  height: 100%;

}

.About_us_new_page .right_side img{
  height: 700px;
  width: 100%;
}

.second_section_about .second .conten_about h5{
  font-weight: bold;
  color: #7e3326;
  font-size: 25px;

}


.second_section_about .second .conten_about {
  color: black;
  box-shadow: rgb(126 51 38) 0px 4px 12px;
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.about_last_section_new{
  padding-top: 50px;
  padding-bottom: 50px;
}
.about_last_section_new .heading h1{
  font-size: 50px;
  color: #7e3326;
  font-weight: 900;
}
.about_last_section_new .brand_about a{
  color: #7e3326;
  text-decoration: none;
  font-weight: 900;
  font-size: 36px;
}
.about_last_section_new .events{
  padding: 40px;
  border-radius: 10px;
  background-color: white;
  box-shadow: rgb(126 51 38) 0px 25px 53px -20px, rgb(126 51 38) 1px -15px 0px 6px, rgb(126 51 38) 0px 0px 0px 0px inset;
}

.about_last_section_new .events a:hover{
  color: black;
}

.about_last_section_new .brand_about{
  padding-bottom: 50px;
}

.bg-partner_new{
  background-color: #feeff0;
}

/* ---aboutresponsive------------ */


@media (max-width: 768px){

  .log_in_page_admin_pannel .change_password .password{
padding-top: 10px;
  }
  .log_in_page_admin_pannel .card-body{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
  }
  .contact_page .contact_new_page{
    margin: 0px;
  }
  .last_sec .content_new{
    margin: 0px;
  }
  .contact_raju img{
    height: unset;
  }
  .second_section_about .title h4{
    font-size: 30px;
  }

  .About_us_new_page .right_side img{
    height: unset;
  }

  .second_section_about .title{
    margin-top: unset;
    margin-bottom: unset;
  }

.about_last_section_new .heading h1{
  font-size: 25px;
}
.about_last_section_new{
  padding-bottom: unset;
  padding-top: unset;
}

.second_section_about .second .gap{
  margin-bottom: 25px;
}

.second_section_about{
  padding-bottom: 20px;
}

.about_last_section_new .events{
  margin-bottom: 45px;
}

.about_last_section_new .brand_about a{
  font-size: 30px
}

.about_last_section_new .events{
  padding: 30px;
}


}


.feature-card .fimg img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tranding_videos .item .position-relative img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;


}
    .pagination_latest {
        display: flex;
        justify-content: center;
        list-style-type: none;
        padding: 0;
    }

    .pagination_latest li {
        margin: 0 5px;
    }

    .pagination_latest a {
        display: block;
        text-decoration: none;
        color: black;
        border-radius: 4px;
        transition: background-color 0.3s;
    }

    .pagination_latest a:hover {
        background-color: white;
        color: black;
    }

    .pagination_latest  a.active{
        background-color: #560102;
        border: 1px solid #560102;
        color: white;
    }


.log_in_page_admin_pannel .border{
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border: 1px solid #560102;
}

.log_in_page_admin_pannel .container h2{

font-family: 'FontAwesome';
}
@media only screen and (min-width: 1366px) and (max-width: 1920px) {
.log_in_page_admin_pannel{
  padding-top: 100px;
  padding-bottom: 140px;
}

}

.latest_login .New_btn{
  background-color: #ff6100;
  color: white;
  border: 2px solid #ff6100;
  width: 100%;
  border-radius: none !important;
}
.latest_login button{
  border-radius: none;
}



@media (max-width: 365px) {

  .change_password  .password p{
    font-size: 10px !important;
  }


  .change_password  .password .sign_up{
    font-size: 10px !important;
  }
  .change_password  .password .forgot{
    font-size: 10px !important;
  }

  
}

.last_sec .icon_box{
  position: relative;
}
.last_sec .icon_box .box{
  position: absolute;
  top: 21px;
  right: 98px;
  
  font-weight: bold;
}
.last_sec .icon_box .box a{
  color: black;
  font-weight: bold;
}

.last_sec .icon_box .box a:hover{
  color: #ff6101;
}

@media only screen and (max-width:1024px) {
  .navbartop .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px!important;
    padding: 5px 10px!important;
}
}

@media (max-width: 768px) {
  .last_sec .icon_box .box {
    right: 67px;
  }
  .content_new{
    padding: 10px;
  }
}


.carousel-item_main {
  position: absolute;
  width: 50%;
  height: 30%;
  bottom: 0%;

}

.carousel-item_main_right {
  left: 2%;
  text-align: start;
}

.carousel-item_main_left {
right: 2%;
text-align: end;

}


.carousel-item_main .banner-btn { 

  padding: 12px 40px;
  font-size: 30px;
  border: 0.5px solid #980c16;
  border-radius: 10px;
  background-color: #980c16;
  font-weight: 900;
  color: #fff;
  display: inline-block;
}


.carousel-item_main .banner-content { 
  font-weight: 400;
  color: #f4e7e7;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}
.banner-box {
  background-size: 100% 100%;
  background-position: center;
   height: 100%;
   display: block;
}


.mobile-banne-box .banner-btn {
  width: 150px;
  position: absolute;
  left: 00;
  background: #980c16;
  z-index: 999999999999;
  right: 0;
  bottom: 5%;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 800;
}


  /*.tab-content {*/
  /*    display: none;*/
  /*    opacity: 0;*/
  /*    transition: opacity 0.5s ease-in-out;*/
  /*  }*/

  /*  .tab-content.active {*/
  /*    display: block;*/
  /*    opacity: 1;*/
  /*  }*/


