.celebrity_list_sec .celebrity_headd
{
font-size: 45px;
color: #212529;
text-align: center;
font-weight: 600;
}

.celebrity_list_sec .celebrity_listbox
{
    padding: 30px 0px;
}

.celebrity_listbox .celebrity_list .nav-link.active {
   
background-color: #ff6322;
color: #fff;
   
  }
  
  .celebrity_listbox .celebrity_list .nav-link {
    font-weight: 600;
    letter-spacing: 1px;
    color: #ff6322;
    background-color: #ebebeb;
    padding:7px 26px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    border-radius: 6px;
    text-transform:uppercase;
    border: 1px solid #ff6322;
    box-shadow: none!important;
   
  }
  .blog_img img {
    width: 100%
  }
  
  .celebrity_list {
    justify-content: center;
    gap: 40px;

  }
  .celebrity_list_sec .nav-tabs{
    border-bottom: 1px solid #848484;
  }


  .celebrity_list_sec .celebrity_cardd {
    background-color: #ff6100;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
    min-height: 394px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
  }

  .celebrity_list_sec .celebrity_cardd .golden_shape
  {
    content: '';
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 49px;
    left: 15px;
    top: 56%;
    background: url(../../images/goldenshape.webp) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .price_head
  {
    
    color: #fff;
    font-size: 22px;
    margin-right: 15px;
    margin-bottom: 0px;

  }

  .celebrity_cardd:hover img
  {
    transform: scale(1.02);
    transition: all 0.5s ease-in-out;
  }
  
  .celeb_title {
    padding: 15px 10px 5px 10px;
    text-align: center;
  
  }
  
  .celebrity_cardd img {
    width: 100%;
    height: 375px;
    border-radius: 20px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    
  
  }
  
  .celeb_title h6 {
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-align: left;
  }

  .celebrity_cardd  .desc
  {
    color: #f2f2fc;
    font-size: 17px;
    text-align: left;
    margin-bottom: 15px;
  }
  

   
  .celebrity_cardd   .celeb_title .btn {
    background-color: transparent;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    transition: all 0.4s ease-in;
    border: 1px solid #fff;
    border-radius: 36px;
    width: 100%;
   }

   .celebrity_cardd  .btn:hover {
    transform: translateY(-5px);
    transition: all 0.4s ease-in;
    background-color: #212529;
    border-color: #212529;
  }
  
  
  /* pagination css */

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

.pagination_latest1 li {
    margin: 0 5px;
}

.pagination_latest1 .page-link
{
    padding: 8px 16px!important;
 
}

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

.pagination_latest1 a:hover {
    background-color: #212529!important;
    color: #fff!important;
    cursor: pointer;
    border-color: transparent;
}

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

.view_all_buttn
{
    text-align: center;
}

.view_all_buttn a
{
    background-color: transparent;
    font-weight: 700;
    color: #ff6100;
    padding: 10px 45px;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    transition: all 0.4s ease-in;
    border: 1px solid #ff6100;
    border-radius: 36px;
    text-transform: uppercase;
}


/* right page testimonial sec */
.celeb_testimonial_sec
{
    padding: 40px 0px!important;
}

.celeb_testimonial_sec .heading_title h2
{
    font-size: 50px;
    color: #ff6100;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }

  .celeb_testimonial_sec .celeb_testimonial_box .faq_imgg
  {
    position: relative;
width: 100%;
height: 370px;
border-radius: 30px;
background-color: #fcead8;
padding: 25px;

  }
  .celeb_testimonial_sec .celeb_testimonial_box .faq_imgg img
  {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    width: 83%;
    height: 370px;
object-fit: cover;
margin: 0 auto;
border-radius: 40px;
  }

  .celeb_testimonial_sec .celeb_testimonial_box  .content
  {
    padding: 30px;
  }

  .celeb_testimonial_sec .celeb_testimonial_box  .content .faq_head
  {
    font-size: 26px;
    color: #ff6100;
    font-weight: 600; 
    margin-bottom: 15px;
  }
  .celeb_testimonial_sec .celeb_testimonial_box  .content .faq_desc
  {
    font-size: 18px;
    color: #212529;
    font-weight: 600; 
  }

  .celeb_testimonial_box.owl-carousel .owl-prev
  {
    box-shadow: none!important;
    background-color: transparent!important;
    color: #ff6100!important;
    font-size: 26px!important;
    border: none!important;
  }
  .celeb_testimonial_box.owl-carousel .owl-prev i::before
  {
    font-weight: 700!important;
    font-size: 30px!important;
  }
  .celeb_testimonial_box.owl-carousel .owl-next
  {
    box-shadow: none!important;
    background-color: transparent!important;
    color: #ff6100!important;
    font-size: 26px!important;
    border: none!important;
  }

  .celeb_testimonial_box.owl-carousel .owl-next i::before
  {
    font-weight: 700!important;
    font-size: 30px!important;
  }


  /* right contact form */

  .container_fluid
  {
    width: 85%;
    margin: 0 auto;
  }

  .right_contact_form
  {
    padding: 60px 0px;
    position: relative;
    width: 100%;
    /* min-height: 600px; */
    background: url(../../images/rightcontactbg.webp) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


  

.right_contact_form .form-control:focus {
    border-bottom: 2px solid #ff6100;
  }
  
  .right_contact_form .form_box .heading {
    color: #f9f712;
    font-size: 38px;
    font-weight: 700;
margin-bottom: 25px;
padding-left: 20px;
  }
  
  .right_contact_form .form_box   .form-group {
    margin-bottom: 30px;
  }
  
  .right_contact_form .form_box  .form-group .form-control {
    height: 60px;
    background-color: #fff;
    padding-left: 30px;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 #dddddda3;
    box-shadow: 0 0 15px 0 #dddddda3;
    border-radius: 50px!important;
    
  }

  .right_contact_form .form_box   .form-group textarea
  {
    padding: 25px!important;
   
  }
  
  
  
  .right_contact_form .form_box  .form-group .form-control::placeholder {
    color: #545454!important;
    font-weight: 500!important;
  }

  
  
  .right_contact_form .form_box  .right_from input[type="text"],
  .right_contact_form .form_box  .right_from  input[type="email"],
  textarea {
    height: 60px;
  
  }

  .form-group .right_submit 
{
    background-color: #ff6100;
    font-weight: 700;
    color: #fff;
    padding: 10px 45px;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    transition: all 0.4s ease-in;
    border: 1px solid #ff6100;
    border-radius: 36px;
    text-transform: uppercase;
}

.form-group .right_submit:hover
{
  background-color: transparent;

}

.right_contact_form  .what_boxx
{
  background-color: #000;
  border-radius: 40px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.right_contact_form  .what_boxx:hover
{
  text-decoration: none;
}
.right_contact_form  .what_boxx:hover span
{
  color: #f2f2fc;
}


.right_contact_form   .what_boxx i
{
    color: #28d666;
    font-size: 24px;
}
 .right_contact_form  .what_boxx span
{
    color: #fff;
    font-size: 20px;
}
.right_contact_form .form_imgg
{
  width: 100%;
  height: 640px;
}
.right_contact_form .form_imgg img
{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.owl-theme .owl-dots .owl-dot span
{
    background-color: #545454!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background-color: #ff6100!important;
}

/* celebrity detail page csss */
.celeb_detail_sec
{
  padding: 40px 0px;
}

.celeb_detail_sec .celeb_image .image
{
  width: 100%;
  height: 100%;
}



.celeb_detail_sec .celeb_image .image img
{
  object-fit: cover;
  width: 100%;
  border-radius: 36px;
}

.celeb_details {
  margin-top: 20px;
}
.celeb_details .name_box
{
  display: flex;
  align-items: center;
  gap: 15px;
}
.celeb_details .name_box h4{
  color: #212529;
  font-size: 24px;
  font-weight: 600;
}
.celeb_details .name_box a i{
  font-size: 32px;
  color: #ff6f13;
  padding-bottom: 10px;
}

.celeb_details .celeb_tags 
{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.celeb_details .celeb_tags h5
{
  color: #ff6101;
}
.celeb_details .celeb_tags h5 a
{
  color: #ff6101;
  font-size: 22px;
  font-weight: 600;
}

.celeb_details .desc
{
  font-size: 18px;
  color: #212529;
  font-weight: 500;
}




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

.celeb_name h6 {
  margin-bottom: 0;
}


.celeb_detail_sec .celeb_content
{
  padding: 25px 25px 25px 35px;

}

.celeb_content .celeb_name
{
  color: #ff6f13;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 5px;
}
.celeb_content .desc
{
  color: #212529;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;

}

.df_jc_sb
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid #545454;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.social_boxx
{
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;

}

.social_boxx li
{
  list-style: none;
}
.social_boxx li a i
{
  font-size: 26px;
  color: #ff6101;
}

.social_boxx .share_buttn
{
  background-color: transparent;
  border: none;
  padding: 0px;
  width: 26px;
  height: 26px;
}


/* price slider */

.price_main_box
{
  display: flex;
  align-items: center;
}

.price_main_box .price_item
{
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color 0.15s ease-out;
  list-style: none;
  display: inline-block;
  text-align: center;
  padding: 15px 35px;
  margin-right: 15px;

}

.price_main_box .price_item h4
{
  margin-bottom: 0px;
}

.price_main_box .price_item:hover
{
  background:linear-gradient(to right, #ff6100, #ff8330);
  transition: all 0.15s ease-in;
  color: #fff;
}


.reqst-box1 {
  
  border-radius: 4px;
  text-align: center;
  padding: 15px 4px;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
cursor: pointer;
}

.reqst-box1 h5{
  margin-bottom: 0;
  font-size: 18px;
}
.reqst-box1 .icon i {
  font-size: 25px;
}

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

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



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

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


.reqst-box1:hover {

  background: linear-gradient(to right, #ff6100, #ff8330);
}

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

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

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

.ck1 {
  margin: 4px;
  background-color: #fff !important;
  overflow: auto;
  -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;
}

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

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

.ck1 label span {
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;

}

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

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

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

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

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

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

.price_desc_box
{
  margin-top: 15px;
}

.price_desc_box #price_desc
{
  font-size: 17px;
  font-weight: 600;
  color: #212529;
}

.price_desc_box .main_price
{
  color: #ff6100;
  font-size: 20px;
  font-weight: 700;
}

.price_desc_box .main_price .cut_price
{
  color: #212529;
  font-size: 18px;
  font-weight: 500;
  margin-left: 8px;
}

.price_desc_box .dis_price
{
  color: #212529;
  font-size: 16px;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.price_desc_buttn
{
  margin-top: 25px;
}


.price_desc_buttn .right_submit 
{
       background-color: #ff6100;
    font-weight: 500;
    color: #fff;
    padding: 5px 36px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: all 0.4s ease-in;
    border: 1px solid #ff6100;
    border-radius: 6px;
    text-transform: uppercase;
    height: 46px;
}

.price_desc_buttn .right_submit:hover
{
  background-color: transparent;
  color: #ff6100;

}

.whatsapp_buttnn .what_boxx
{
  background-color: #000;
  border-radius: 6px;
  padding: 10px 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 15px;
  height: 46px;
}

.whatsapp_buttnn  .what_boxx:hover
{
  text-decoration: none;
}
.whatsapp_buttnn  .what_boxx:hover span
{
  color: #f2f2fc;

}


.whatsapp_buttnn   .what_boxx i
{
    color: #28d666;
    font-size: 24px;
}
 .whatsapp_buttnn  .what_boxx span
{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.bordr_b
{
  border-bottom:none ;
}


/* payment_model1 csss */

.payment_model1 .modal-content
{
  background-color: #ff6101;
  border-radius: 25px;
}
.payment_model1 .modal-body
{
  background-color: #ff6101;
  border-radius: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.payment_model1 .modal-body .payment_img
{
  border-radius: 36px;
}

.payment_model1 .modal-body .payment_img img
{
width: 100%;
border-radius: 36px;
}

.payment_model1 button.close_buttn {
  padding: 0;
  background-color: #fff;
  border: 0;
  opacity: 1 !important;
  padding: 5px 10px;
}

.payment_model1 .form_box h4
{
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.payment_model1 .form_box  .form-group .form-control {
  height: 40px;
  font-size: 14px;
  background-color: #fff;
  padding-left: 15px;
  border: none;
  -webkit-box-shadow: 0 0 15px 0 #dddddda3;
  box-shadow: 0 0 15px 0 #dddddda3;
  border-radius: 25px!important;
  text-transform: uppercase;
  
}
.payment_model1 .form_box .form-group .form-control::placeholder {
  color: #545454!important;
  font-weight: 500!important;
}

.payment_model1 .form_box .choose_brand
{
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
  margin-bottom: 15px;
}

.payment_model1 .form_box .choose_brand span
{
  font-size: 16px;
    color: #fff;
}

.payment_model1 .form_box .choose_brand label
{
  font-weight: 500;
  margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 3px;
}

#accent_white
{
  accent-color: #fff!important;
}

.payment_model1 .form_box  .submit_buttn 
{
    background-color: #212529;
    font-weight: 700;
    color: #fff;
    padding: 10px 45px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    transition: all 0.4s ease-in;
    border: 1px solid #212529;
    border-radius: 36px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.payment_model1 .form_box  .submit_buttn:hover
{
  background-color: transparent;
  border-color: #fff;
  transition: all 0.4s ease;

}

.note_msg
{
  text-transform: lowercase;
  font-size: 12px;
  color: #fff;
}

.content_tx
{
  font-weight: 500;
  color: #212529;
}


/* single right blade page css for more artists */
.category_celebrities .feature_card1
{
  background-color: #ff6100;
  box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 15px;
  min-height: 394px;
  transition: all .4s ease;
  overflow: hidden;
  position: relative;
}


.category_celebrities .feature_card1 .fimg img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}

.more_artists .heading_title1 h2 {
  font-size: 30px;
  position: relative;
  color: #ff6f13;
  font-weight: 600;
}
.more_artists .view_all {
font-size: 22px;
color: #212529;
font-weight: 600;
text-transform: uppercase;
padding: 0px!important;
}

.py-40
{
  padding: 40px 0px;
}

.category_celebrities .feature_card1 .golden_shape
{
  content: '';
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 49px;
  left: 15px;
  top: 58%;
  background: url(../../images/goldenshape.webp) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category_celebrities .feature_card1 .price_head
{
  
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
  margin-bottom: 0px;

}

.category_celebrities .feature_card1:hover img
{
  transform: scale(1.02);
  transition: all 0.5s ease-in-out;
}

.category_celebrities .feature_card1 .celeb_title {
  padding: 15px 10px 5px 10px;
  text-align: center;

}

.category_celebrities .feature_card1 img {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
  

}

.category_celebrities .feature_card1 .celeb_title 
{
  position: relative;
}
.category_celebrities .feature_card1 .celeb_title  .heart {
  position: absolute;
  top: 15px;
  right: 15px;
color: #fff;
  font-size: 24px;
  padding: 0px 8px;
  border-top-right-radius: 15px;
  text-align: center;
  line-height: 34px;
}
.category_celebrities .feature_card1 .celeb_title a
{
  text-decoration: none;
}

.category_celebrities .feature_card1 .celeb_title h6 {
  margin-bottom: 5px;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  text-align: left;
}

.category_celebrities .feature_card1 .celeb_title  .desc
{
  color: #f2f2fc;
  font-size: 17px;
  text-align: left;
  margin-bottom: 15px;
}


 
.category_celebrities .feature_card1 .celeb_title .btn {
  background-color: transparent;
  font-weight: 700;
  color: #fff;
  padding: 10px 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  transition: all 0.4s ease-in;
  border: 1px solid #fff;
  border-radius: 36px;
  width: 100%;
 }

 .category_celebrities .feature_card1 .celeb_title .btn:hover {
  transform: translateY(-5px);
  transition: all 0.4s ease-in;
  background-color: #212529;
  border-color: #212529;
}

.img-fluid.arrowimg{
     width: 18px;
    height: 18px;
    margin-right: 10px;

}
.listpgr{
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}
#price_desc span{
  font-size: 17px;
}

.d_flex
{
  display: flex;
}

.pt_5
{
  padding-top: 50px;
}
.mt_5 {
  margin-top: 3rem !important;
}

@media only screen and (min-width:320px) and (max-width:767px) {
  .celebrity_list_sec .celebrity_headd {
    font-size: 24px;
}

.celebrity_list_sec .celebrity_listbox {
  padding: 10px 0px 20px 0px;
}

.celebrity_list
{
  gap: 10px;
}

.mt_5 {
  margin-top: 2rem !important;
}

.celebrity_listbox .celebrity_list .nav-link {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: capitalize;
}

.celeb_testimonial_sec {
  padding: 20px 0px !important;
}


.celeb_testimonial_sec .heading_title h2 {
  font-size: 24px;
  margin-bottom: 0px;
}

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

.celeb_testimonial_sec .celeb_testimonial_box .content {
  padding: 10px;
}
.celeb_testimonial_sec .celeb_testimonial_box .content .faq_head {
  font-size: 20px;
  margin-bottom: 5px;
}

.celeb_testimonial_sec .celeb_testimonial_box .content .faq_desc
{
  font-size: 15px;
}

.celeb_testimonial_sec .celeb_testimonial_box .faq_imgg 
{
  height: 300px;
}
.celeb_testimonial_sec .celeb_testimonial_box .faq_imgg img
{
  height: 300px;
}

.right_contact_form
{
  padding: 25px 0px;
}

.right_contact_form .form_box .heading {
  font-size: 20px;
  margin-bottom: 15px;
}
.right_contact_form .form_box .form-group textarea {
  padding: 15px !important;
}
.right_contact_form .form_box .form-group {
  margin-bottom: 20px;
}

.right_contact_form .form_box .form-group .form-control
{
  border-radius: 0px!important;
}
.right_contact_form .form_box .form-group .form-control {
  height: 45px;
  padding-left: 15px;
  font-size: 15px;
  border-radius: 0px !important;
}
.right_contact_form .form_imgg {
  width: 100%;
  height: 300px;
}


/* single page responsive css */
.d_flex
{
  display: unset!important;
}

.celeb_detail_sec
{
  padding: 25px 0px 0px 0px;
}

.celeb_details .name_box h4
{
  font-size: 20px;
}

.celeb_details .celeb_tags h5 a
{
  font-size: 17px;
}
.celeb_details .desc
{
  font-size: 14px;
}

.celeb_detail_sec .celeb_content {
  padding: 15px 10px 15px 5px;
}

.celeb_content .celeb_name
{
  font-size: 24px;
}

.celeb_content .desc
{
  font-size: 16px;
}
.listpgr {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.price_desc_buttn .right_submit {
  padding: 2px 15px;
    font-size: 14px;
  height: 40px;
  width: 100%;
}


.whatsapp_buttnn .what_boxx  {
  padding: 10px 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 40px;
}
.whatsapp_buttnn .what_boxx span {
  font-size: 13px;
  text-transform: capitalize;
}

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

.celebrity_listbox .celebrity_list .nav-link {
  padding: 5px 10px;
  font-size: 12px;
  text-transform: capitalize;
}

.py-40
{
  padding: 20px 0px;
}
.more_artists .heading_title1 h2 {
  font-size: 20px;
}

.more_artists .view_all {
  font-size: 15px;
  text-transform: capitalize;
}

.pt_5
{
  padding-top: 25px;
}

}


@media only screen and (min-width:768px) and (max-width:1024px) {
  .celebrity_list_sec .celebrity_headd {
    font-size: 28px;
}
.container_fluid {
  width: 95%;
  margin: 0 auto;
}

.celebrity_list_sec .celebrity_listbox {
  padding:  25px 0px;
}

.celebrity_listbox .celebrity_list .nav-link {
  padding: 7px 20px;
  font-size: 16px;
}

.celeb_testimonial_sec {
  padding: 30px 0px !important;
}


.celeb_testimonial_sec .heading_title h2 {
  font-size: 28px;
  margin-bottom: 0px;
}

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

.celeb_testimonial_sec .celeb_testimonial_box .content {
  padding: 10px;
}
.celeb_testimonial_sec .celeb_testimonial_box .content .faq_head {
  font-size: 20px;
  margin-bottom: 5px;
}

.celeb_testimonial_sec .celeb_testimonial_box .content .faq_desc
{
  font-size: 15px;
}

.celeb_testimonial_sec .celeb_testimonial_box .faq_imgg 
{
  height: 300px;
}
.celeb_testimonial_sec .celeb_testimonial_box .faq_imgg img
{
  height: 300px;
}

.right_contact_form
{
  padding: 25px 0px;
}

.right_contact_form .form_box .heading {
  font-size: 20px;
  margin-bottom: 15px;
}
.right_contact_form .form_box .form-group textarea {
  padding: 15px !important;
}
.right_contact_form .form_box .form-group {
  margin-bottom: 20px;
}

.right_contact_form .form_box .form-group .form-control
{
  border-radius: 20px!important;
}
.right_contact_form .form_box .form-group .form-control {
  height: 45px;
  padding-left: 15px;
  font-size: 15px;
}
.right_contact_form .form_imgg {
  width: 100%;
  height: 500px;
}


/* single page responsive css */
.d_flex
{
  display: unset!important;
}

.celeb_detail_sec
{
  padding: 25px 0px 0px 0px;
}

.celeb_details .name_box h4
{
  font-size: 20px;
}

.celeb_details .celeb_tags h5 a
{
  font-size: 17px;
}
.celeb_details .desc
{
  font-size: 15px;
}

.celeb_detail_sec .celeb_content {
  padding: 15px 10px 15px 5px;
}

.celeb_content .celeb_name
{
  font-size: 24px;
}

.celeb_content .desc
{
  font-size: 16px;
}
.listpgr {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.price_desc_buttn .right_submit {
  padding: 2px 15px;
    font-size: 14px;
  height: 40px;
  width: 100%;
}


.whatsapp_buttnn .what_boxx  {
  padding: 10px 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 40px;
}
.whatsapp_buttnn .what_boxx span {
  font-size: 13px;
  text-transform: capitalize;
}

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

.celebrity_listbox .celebrity_list .nav-link {
  padding: 5px 15px;
  font-size: 15px;
  text-transform: capitalize;
}

.py-40
{
  padding: 20px 0px;
}
.more_artists .heading_title1 h2 {
  font-size: 24px;
}

.more_artists .view_all {
  font-size: 18px;
  text-transform: capitalize;
}

.pt_5
{
  padding-top: 25px;
}

.mt_5 {
  margin-top: 2rem !important;
}




}

@media only screen and (min-width:1200px) and (max-width:1536px) {
  .celebrity_cardd img {
    width: 100%;
    height: 375px;
    
  
  }
}