@media (min-width: 1440px) and (max-width: 1600px) {
  
  #header .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .btn-primary {
    font-size: 17px;
}
.service_pCard {
  height: 250px;
}
  .contact_nameMail {
    font-size: 18px;
  }
  .slide-h1 {
    font-size: 57px;
    line-height: 69px;
    margin: 0 0 13px;
}
#header .nav-link {
  font-size: 14px;
}
.slide-text p {
    font-size: 18px;
}
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .provider-profile img {
    width: 120px;
    height: 120px;
  }
 
  .provider-box {
    padding: 15px 10px;
  }
  .bookingDetail_page_img {
    height: 400px;
}
.srv-Name {
  font-size: 24px;
 
}
.srvPrice {
  font-size: 24px;
}
}

@media (min-width: 1200px) {}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1470px;
  }

  .work-process-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 280px;
    margin: 0 auto;
  }

  .work-process-cards .p-cards:nth-child(2n+1) {
    margin-top: 125px;
  }

  .work-process-cards .p-cards:nth-child(2n) .process-data {
    order: 1;
    margin: 0 0 20px 0;
  }

  .work-process-cards .p-cards:nth-child(2n) .set-iconImg {
    order: 2;
  }

  .work-process-cards .p-cards:nth-child(1) .work-process-box::after {
    position: absolute;
    content: '';
    right: -83px;
    top: 30px;
    background-image: url(../img/p-arrow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 87px;
    height: 90px;
    z-index: 1;
  }

  .work-process-cards .p-cards:nth-child(3) .work-process-box::after {
    position: absolute;
    content: '';
    right: -83px;
    top: 30px;
    background-image: url(../img/p-arrow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 87px;
    height: 90px;
    z-index: 1;
  }

  .work-process-cards .p-cards:nth-child(3) .work-process-box::before {
    position: absolute;
    content: '';
    left: -83px;
    top: 30px;
    background-image: url(../img/p-arrow2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 87px;
    height: 90px;
    z-index: 1;
  }

}

@media (min-width: 992px) {
  .modal-medium {
    max-width: 620px;
}

.formCard .formLogo {
    display: none;
}

.mobile_logo {
    display: none;
}

/*  */
  .homepage #header:not(.is-sticky) .nav-link.lineEffect {
    color: #fff;
  }


  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }

  /* .formCard .formLogo {
    display: none;
  }
  .mobile_logo {
    display: none;
  } */

  .dropdown-menu {
    right: 0;
    left: auto;
  }

  /* 
  .dropdown:hover ul.dropdown-menu,
  .dropdown:hover ul.dropdown-menu.show {
    top: calc(100% + 5px);
    opacity: 1;
    visibility: visible;
    transform: rotateX(0) translateZ(0);

  } */
}

@media (min-width: 768px) {
  .social-btns img {
    margin-right: 6px;
}
  .for_mobile_search {
    display: none;
  }

  .search_box {
    display: block !important;
    margin: 0 0 0 30px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {

  .work-process-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 280px;
    margin: 0 auto;
  }

  .work-process-cards .p-cards:nth-child(2n+1) {
    margin-top: 125px;
  }

  .work-process-cards .p-cards:nth-child(2n) .process-data {
    order: 1;
    margin: 0 0 20px 0;
  }

  .work-process-cards .p-cards:nth-child(2n) .set-iconImg {
    order: 2;
  }

  .work-process-cards .p-cards:nth-child(1) .work-process-box::after {
    position: absolute;
    content: '';
    right: -61px;
    top: 30px;
    background-image: url(../img/p-arrow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 87px;
    height: 90px;
    z-index: 1;
  }

  .work-process-cards .p-cards:nth-child(3) .work-process-box::after {
    position: absolute;
    content: '';
    right: -61px;
    top: 30px;
    background-image: url(../img/p-arrow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 87px;
    height: 90px;
    z-index: 1;
  }

  .work-process-cards .p-cards:nth-child(3) .work-process-box::before {
    position: absolute;
    content: '';
    left: -61px;
    top: 30px;
    background-image: url(../img/p-arrow2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 87px;
    height: 90px;
    z-index: 1;
  }


  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 32px;
  }

  #header .container {
    padding: 0 35px;
  }
}

@media (max-width: 1440px) {

  .profix-flash-section::before {
    top: unset;
    bottom: -100px;
    left: -100px;
    transform: scale(.6);
  }

  .profix-flash-section::after {
    top: unset;
    right: -98px;
    bottom: -100px;
    transform: scale(.6);
  }

}

@media (min-width: 1200px) and (max-width: 1399.98px) {


 .spanish-lang .form-group label {
    font-size: 14px;
}
  .work-process-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 280px;
    margin: 0 auto;
  }

  .work-process-cards .p-cards:nth-child(2n+1) {
    margin-top: 125px;
  }

  .work-process-cards .p-cards:nth-child(2n) .process-data {
    order: 1;
    margin: 0 0 20px 0;
  }

  .work-process-cards .p-cards:nth-child(2n) .set-iconImg {
    order: 2;
  }

  .work-process-cards .p-cards:nth-child(1) .work-process-box::after {
    position: absolute;
    content: '';
    right: -50px;
    top: 30px;
    background-image: url(../img/p-arrow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 87px;
    height: 90px;
    z-index: 1;
  }

  .work-process-cards .p-cards:nth-child(3) .work-process-box::after {
    position: absolute;
    content: '';
    right: -50px;
    top: 30px;
    background-image: url(../img/p-arrow1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 87px;
    height: 90px;
    z-index: 1;
  }

  .work-process-cards .p-cards:nth-child(3) .work-process-box::before {
    position: absolute;
    content: '';
    left: -50px;
    top: 30px;
    background-image: url(../img/p-arrow2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 87px;
    height: 90px;
    z-index: 1;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 9px 0 8px 0;
  }

  #header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 9px 0 8px 30px;
  }

  #header .header_filled_btn,
  #header .navbar-expand-lg .navbar-nav .nav-item,
  #header .header_border_btn {
    font-size: 15px;
  }

  #header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right: 14px;
  }

  .nav-item.langugae_filter.for_desktop {
    margin-right: 4px !important;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 25px;
  }

  #header .container {
    padding: 0 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .flash-desc-set .flashServicesCard_details {
    width:100%;
}
.flash-desc-set .flashServicesCard_content {
    flex-wrap: wrap;
}
  .slide-h1 {
    font-size: 45px;
    line-height: 57px;
}

.slide-text p {
    font-size: 16px;
}
/*  */

  .btn-primary,
  .bordered-btn {
    font-size: 17px;
    padding: 8px 20px;
  }

  .provider-profile img {
    width: 100px;
    height: 100px;
  }

  .review-detail.company-name,
  .review-detail {
    font-size: 13px;
  }

  .provider-box {
    padding: 15px 10px;
  }

  .name-title {
    font-size: 17px;
  }

  .srv-action {
    margin: 20px 0 32px;
  }

  .srvImage {
    height: 480px;
  }

  .srvPrice {
    font-size: 27px;
  }

  .prv-inner-right .provider-work-info {
    width: 430px !important;
  }

  .employee-details-box .prv-inner-right .provider-work-info {
    width: 365px !important;
    padding: 15px;
  }

  .employee-details-box .job-info.experience-info {
    padding-left: 30px;
  }

  .employee-details-box .prv-inner-right .job-info-box {
    font-size: 20px;
  }

  .employee-details-box .prv-inner-right .job-info {
    gap: 11px;
  }

  .employee-details-box .prv-inner-right .job-info-box span {
    font-size: 13px;
  }

  .prv-inner-left {
    gap: 18px;
  }

  .prv-name {
    font-size: 22px;
  }

  .prv-ex-info {
    padding: 14px 0 0 99px;
    gap: 40px;
  }

  .prv-name span {
    font-size: 15px;
  }

  .employee-details-box .prv-inner {
    flex-wrap: wrap;
  }

  .employee-details-box .prv-inner-right {
    padding-left: 98px;
  }

  .prv-inner-left img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .contact_infoBox {
    gap: 10px 30px;
    flex-direction: column;
    padding: 22px 22px;
  }

  .contact_nameMail {
    font-size: 16px;
  }

  .contact_leftBox {
    padding: 30px;
    margin-right: 0;
  }

  .contactSection .formTitle {
    font-size: 26px;
    margin: 0 0 12px;
  }

  .contactSection .formSubTitle {
    font-size: 15px;
  }

  .contactSection .formCard {
    padding: 30px 30px;
  }

  .contactSection .formBlock {
    margin: 30px auto 10px;
  }

  .contact_mailBox.left-border {
    border-top: 1px solid #EBEBEC;
    border-left: 0;
    padding-top: 16px;
    padding-left: 0;
    margin-top: 16px;
  }

  .contact_mailBox {
    width: 100%;
  }

  .contact_infoIcon svg {
    width: 30px;
    height: 30px;
  }

  .search_box {
    max-width: 270px;
  }

  .favourite-link {
    margin: 0 0 0 7px;
  }

  .user_dropdown img {
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
  }

  .notify-link {
    margin: 0 20px;
  }

  .search_box {
    margin: 0 30px 0 0;
  }

  .download-appBlock {
    padding: 29px 37px 0;
  }

  .process-section {
    padding: 48px 0;
    margin: 0 auto 60px;
  }

  #header {
    height: 95px
  }

  #header.is-sticky {
    height: 72px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }

  .nav-link.lineEffect {
    white-space: nowrap;
  }

  .navbar-brand {
    margin: 0 20px 0 0;
  }

  #header .header_filled_btn.prof-btn {
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    /* width: 130px;
    display: block; */
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 9px 0 8px 0px;
  }

  #header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 9px 0 8px 32px;
  }

  #header .header_filled_btn,
  #header .navbar-expand-lg .navbar-nav .nav-item,
  #header .header_border_btn {
    font-size: 15px;
  }

  #header .navbar-expand-lg .extra_nav .navbar-nav .nav-item {
    margin-right: 14px;
  }
  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding: 9px 0 8px 15px;
}
  .nav-item.langugae_filter.for_desktop {
    margin-right: 4px !important;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 15px;
  }

  #header .container {
    padding: 0 15px;
  }

  /* end */

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 15px;
  }

  #header .extra_nav {
    margin-left: 15px;
  }

}

@media (min-width: 992px) and (max-width: 1439.98px) {
  .prv-inner-right .provider-work-info {
    width: 470px;
  }

  .prv-inner-right .provider-work-info {
    flex-direction: row;
  }

  .prv-inner-right .job-info.experience-info {
    border-left: none;
    padding-left: 0;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }

  .provider-work-info {
    flex-direction: column;
    align-items: baseline;
    padding: 8px 12px;
  }

  .job-info {
    gap: 8px;
    width: 100%;
  }

  .job-info.experience-info {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #EBEBEC;
    padding-top: 12px;
    margin-top: 12px;
  }

}

@media (max-width: 1199.98px) {
  
 .spanish-lang .form-group label {
  font-size: 12px;
}
  .service_pCard {
    height: 200px;
}
  .prov-owner {
    gap: 10px;
 }
 .detail_page_ex .prov-owner-exp {
  padding: 15px;
  min-width: 370px;
}
  .bookingDetail_page_img {
    height: 300px;
}
.srv-Name {
  font-size: 24px;
 
}
.srvPrice {
  font-size: 24px;
}
.prv-profile-text {
  font-size: 18px;
}
  .service-details-card .regularServices {
    gap: 15px;
}
.service_status {
  gap: 6px;
}
.service-details-card .bookingDetail_track {
  font-size: 13px;
}
  .srv-title {
    font-size: 26px;
}
.checkout_inner_card .provider-dtl {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.checkout_inner_card .provider-profileImg img {
  width: 38px;
  height: 38px;
}
.servicesImg_box img {
  border-radius: 6px;
  min-width: 130px;
  max-width: 130px;
  max-height: 130px;
  min-height: 130px;
}
.request-heading {
  font-size: 20px;
}
.white-box {
  padding: 14px;
}
.checkout_inner_card {
  margin-bottom: 18px;
}
.address-choose-box {
  border-radius: 6px;
  padding: 10px;
}
.address-heading {
  font-size: 16px;
  padding-top: 2px;
  margin-bottom: 2px;
}
.timeSlotItems .radio-btn {
  width: 74px;
  height: 31px;
  border-radius: 7px;
}
.timeSlotBox {
  padding: 13px 10px;
}
.checkout-RightInner {
  padding: 18px 16px;
  border-radius: 10px;
}
.checkout-leftSection {
  padding: 16px 18px;
  border-radius: 15px;
}
.couponCodeTitle {
  font-size: 16px;
}
.estimate-time {
  font-size: 16px;
}
.price-innerBox {
 border-radius: 7px;
  padding: 15px 13px;
}
.price-innerTrack {
  font-size: 16px;
}

}




@media (min-width: 768px) and (max-width: 991.98px) {
  .srv-Name {
    font-size: 26px;
  }

  .srvPrice {
    font-size: 25px;
  }

  .srv-action {
    gap: 8px;
    margin: 20px 0 30px;
  }

  .srv-action .btn-primary,
  .srv-action .bordered-btn {
    font-size: 16px;
    padding: 8px 18px;
  }

  .prv-profile-text {
    font-size: 18px;
  }

  .prv-profile-text span {
    font-size: 14px;
  }

  .prv-experience {
    padding: 17px 14px;
  }

  .job-info-box2 {
    font-size: 20px;
  }

  .job-info-box2 span,
  .job-info-exp2 span {
    font-size: 12px;
  }

  .srvImage {
    height: 475px;
  }

  .c-dot {
    display: none;
  }

  .srv-f {
    gap: 6px;
    flex-direction: column;
  }

  #header .extra_nav.for_mobile .navbar-nav {
    margin-left: 12px !important;
  }

  #header .navbar-brand img {
    max-height: 39px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    font-size: 15px;
  }

  .navbar-brand {
    width: 140px;
    flex: 0 0 140px;
  }

  .search_box {
    margin: 0 auto 0 20px !important;
    max-width: 290px;
    width: 100%;
    flex: 1;
  }

  .hero-title {
    font-size: 58px;
  }

  .searchform-element .search-field {
    width: 40%;
    flex: 0 0 40%;
  }

  .heroContent p {
    font-size: 18px;
    margin: 15px 0 39px;
  }

  .navbar-toggler.menuClose-icon {
    display: none;
  }

  .navbar-toggler.menu-opened:before {
    top: 10px;
    background: #fff;
    width: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-toggler.menu-opened span {
    opacity: 0;
  }

  .navbar-toggler.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 10px;
    border: 0;
    height: 2px;
    width: 22px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

}



@media (max-width: 991.98px) {
  .prov-owner {
    gap: 10px;
 }
 .detail_page_ex .prov-owner-exp {
  padding: 15px;
  min-width: 370px;
}
  .bookingDetail_page_img {
    height: 300px;
}
.srv-Name {
  font-size: 24px;
 
}
.srvPrice {
  font-size: 24px;
}
.prv-profile-text {
  font-size: 18px;
}
  .service-details-card .regularServices {
    gap: 15px;
}
  .row-gap{
    --bs-gutter-y:10px;
  }
  .checkout-RightSection {
    margin-top: 20px;
}

  .logBtn{
    color: #000 !important;
}
  .formCard {
    min-height: 100vh;
    padding: 40px 10px 20px 10px;
}

.formSection {
    padding: 0;
}

.formSideImage {
    display: none !important;
}
/*  */
  .prv-label {
    margin: 10px 0 0;
  }

  .srv-title {
    font-size: 22px;
  }

  .prv-inner-right {
    flex: auto;
    width: 100%;
    padding: 15px 0 0 0;
  }

  .prv-inner {
    gap: 8px;
    align-items: flex-start;
    flex-direction: column;
  }

  .prv-inner-right .provider-work-info {
    width: auto;
  }

  .prv-inner-left {
    gap: 19px;
  }

  .prv-name {
    font-size: 22px;
  }

  .prv-ex-info {
    padding: 14px 0 0 0;
    gap: 0;
    flex-direction: column;
  }

  .prv-name span {
    font-size: 15px;
  }

  .prv-inner-left img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .accordion-button {
    font-size: 16px;
  }

  .contact_infoBox {
    gap: 10px 30px;
    flex-direction: column;
    padding: 22px 22px;
  }

  .contact_nameMail {
    font-size: 16px;
  }

  .contact_leftBox {
    padding: 30px;
    margin-right: 0;
  }

  .contactSection .formTitle {
    font-size: 26px;
    margin: 0 0 12px;
  }

  .contactSection .formSubTitle {
    font-size: 15px;
  }

  .contactSection .formCard {
    padding: 30px 30px;
  }

  .contactSection .formBlock {
    margin: 30px auto 10px;
  }

  .contact_mailBox.left-border {
    border-top: 1px solid #EBEBEC;
    border-left: 0;
    padding-top: 16px;
    padding-left: 0;
    margin-top: 16px;
  }

  .contact_mailBox {
    width: 100%;
  }

  .contact_infoIcon svg {
    width: 30px;
    height: 30px;
  }

  .homepage #header.is-sticky {
    height: 65px;
  }

  /* .search_input .form-control {
    width: 239px;
  } */
  .search_box {
    margin: 0 12px 0 15px;
  }

  .favourite-link {
    margin: 0 0 0 15px;
  }

  .notify-link {
    margin: 0 15px;
  }

  .user_dropdown img {
    height: 35px;
    width: 35px;
    min-height: 35px;
    min-width: 35px;
  }

  .payment_box {
    justify-content: center;
  }

  .download-appBlock {
    padding: 40px;
    text-align: center;
    padding-bottom: 0;
  }

  .process-section {
    padding: 45px 0;
    margin: 0 auto 50px;
  }

  .review_slider_wrapper .swiper-slide {
    padding-bottom: 44px;
  }

  .provider-section {
    margin: 50px 0 18px;
  }

  .service-provider-cards {
    margin-bottom: 0;
  }

  #header .extra_nav.for_mobile .navbar-nav {
    flex-direction: row;
  }


  #header .container {
    padding: 0 15px;
  }

  #header {
    height: 65px;
  }

  #header .header_border_btn {
    color: #131313;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
  }

  #header .header_border_btn:hover {
    background-color: transparent;
    color: var(--theme-color) !important;
  }

  /* .formCard {
    min-height: 100vh;
    padding: 40px 10px 20px 10px;
   }
  .formSection {
    padding: 0;
  }
  .formSideImage {
    display: none !important;
  } */

  #header .header_filled_btn,
  #header .header_border_btn {
    padding: 8px 15px !important;
  }

  .menuoverlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 9;
  }

  #header .navbar-nav .dropdown-menu {
    border: none;
    /* background: transparent; */
    position: absolute;
  }

  .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }

  .navbar-toggler {
    width: 24px;
    height: 24px;
    position: relative;
    right: 0;
    padding: 0;
    border: 0;
    z-index: 9;
    margin: 6px 0 0 10px;
  }

  .navbar-toggler:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 22px;
    background: #000000;
    content: "";
  }

  .navbar-toggler span {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 14px;
    right: 0;
    display: block;
    height: 2px;
    width: 22px;
    background: #000000;
  }

  .navbar-toggler:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    height: 4px;
    width: 22px;
    border-top: 2px solid #000000;
    content: "";
  }

  .homepage #header:not(.is-sticky) .navbar-toggler::before,
  .homepage #header:not(.is-sticky) .navbar-toggler span {
    background: #fff;
  }

  .homepage #header:not(.is-sticky) .navbar-toggler::after {
    border-top: 2px solid #fff;
  }

  /* Main Menu */
  header .navcollapse:not(.show) {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    height: 100vh;
    overflow-y: auto;
    width: 250px;
    background: #fff;
    padding: 0 12px;
    padding-top: 82px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    z-index: 99;
  }

  header .navcollapse:not(.show).menu-show {
    left: 0px;
  }

  body.scroll-off {
    overflow-y: hidden;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.sign_up,
  #header .navbar-expand-lg .navbar-nav .nav-link.sign_in {
    margin: 0 0;
    margin-top: 10px;
    text-align: center;
  }

  .mobile_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 0 22px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    background-color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    right: 0;
  }

  .is-sticky .mobile_logo {
    padding: 15px 10px;
  }

  .is-sticky .navcollapse:not(.show) {
    padding-top: 75px;
  }

  .mobile_logo img {
    max-height: 30px;
    width: auto;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.sign_up {
    margin-top: 20px;
  }

  .overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 1;
  }

  .user_dropdown .dropdown-toggle::after {
    display: none;
  }

  #header .extra_nav {
    margin-left: 0;
    /* border-top: 1px solid #ddd; */
    margin-top: 20px;
    /* padding-top: 31px; */
  }

  #header .extra_nav.for_mobile {
    padding: 0;
    margin-top: 0;
    border: 0;
  }

  .homepage #header .header_border_btn {
    color: #000;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 5px 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.extra_btn {
    width: 100%;
    margin-bottom: 10px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 30px;
    margin-bottom: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  #header .extra_nav.for_mobile .nav-item {
    margin-bottom: 0;
  }

  #header .navbar-nav .dropdown-menu {
    border: none;
    /* padding: 0; */
  }

  #header .for_mobile {
    display: block;
  }

  #header .for_desktop {
    display: none;
  }

  .extra_nav.for_mobile {
    margin-left: 0 !important;
  }

  .user_dropdown>a {
    padding-left: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link:before {
    display: none;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 30px;
  }

  .footer-signin-link a p,
  .footer-signup-link a p {
    font-size: 13px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    height: 40px;
    width: 40px;
    line-height: 40px;
    right: 10px;
  }

  .footer-signup-link a {
    padding-left: 50px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 70px;
  }

  .footer-block figure {
    margin-bottom: 10px;
  }

  .footer-block {
    margin-bottom: 36px;
    text-align: center;
  }

  .footer-pera {
    margin-top: 16px;
    margin: 20px auto 9px;
  }

  .social-icons-group {
    margin-top: 28px;
    justify-content: center;
  }

  .location-3d-image img {
    height: 100px;
  }

  .flash-3d-image img {
    height: 120px;
  }

  .flash-3d-image {
    top: -52px;
    right: 20px;
  }

  .provider-box {
    margin-bottom: 26px;
  }

}

@media (max-width: 767.98px) {
    .flash-desc-set .flashServicesCard_details {
    width:100%;
}
.flash-desc-set .flashServicesCard_content {
    flex-wrap: wrap;
}
  .prev-work-link {
    margin: 20px 0 0 auto;
  }
  .service_pCard {
    height: 190px;
}
  .bookingDetail_page_img img {
    height: 300px !important;
}
.locationBtn-block {
  margin-top: 0;
}
.cleaningServices_status_track {
  font-size: 15px;
}
.detail_page_ex {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.detail_page_ex .prov-owner-exp {
  min-width: 100%;
}
.nedSupport_box .prv-profileimg img {
  width: 55px;
  height: 55px;
}
  .serviceTime_box {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.service-details-card .provider-dtl {
  flex-wrap: wrap;
}
.service-details-card .serviceTypeHeading {
  padding-left: 50px;
}
.service-details-card .company-detail {
  width: 100%;
}
.service-details-card .provider-profileImg img {
  width: 40px;
  height: 40px;
}
.service-details-card .provider-profileImg {
  flex: 0 0 40px;
  width: 40px;
}
.service-details-card .provider-name {
  font-size: 15px;
}
.service-provider {
  gap: 8px;
}
.service-details-card .provider-profile-group span {
  font-size: 12px;
}
.confirmedBx img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
  .sectionHeading {
    font-size: 16px;
}
.checkOut_footer .btn-primary {
  padding: 10px 25px;
  font-size: 18px;
}
  .formTitle {
    font-size: 32px;
}

.formSection .fuild-container {
    padding: 0 15px;
}
/*  */
  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop img {
    width: 19px;
    vertical-align: baseline;
  }

  .lang_word2{
    width: 26px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    display: inline-flex;
    padding-left: 5px;
  }
  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    padding-left: 16px;
}
  .page-titles {
    font-size: 20px;
  }

  .viewmore {
    margin: 23px auto 43px;
  }

  .moreservices-srv {
    margin: 0 0 35px;
  }

  .service-details-wrapper .additional-srv {
    margin: 0 0 10px;
  }

  .service-details-wrapper .sub-titles {
    margin: 17px 0 15px;
  }

  .addtl-price {
    font-size: 16px;
  }

  .addtl-link .btn-primary {
    font-size: 15px;
  }

  .srv-f {
    gap: 13px;
  }

  .srv-f-l {
    font-size: 14px;
  }

  .srvImage {
    height: auto;
    margin: 0 0 30px;
  }

  .srvImage img {
    height: auto;
  }

  .job-info2,
  .job-info-exp2 {
    gap: 11px;
  }

  .srv-Name {
    font-size: 22px;
  }

  .srvPrice {
    font-size: 22px;
  }

  .srv-action {
    gap: 8px;
    margin: 20px 0 30px;
  }

  .srv-action .btn-primary,
  .srv-action .bordered-btn {
    font-size: 16px;
    padding: 8px 18px;
  }

  .prv-profile-text {
    font-size: 18px;
  }

  .prv-profile-text span {
    font-size: 14px;
  }

  .prv-experience {
    padding: 17px 14px;
  }

  .job-info-box2 {
    font-size: 20px;
  }

  .job-info-box2 span,
  .job-info-exp2 span {
    font-size: 12px;
  }

  .sub-titles {
    font-size: 22px;
  }

  .addtl-link {
    padding: 0 0 0 96px;
  }

  .addtl-srv {
    gap: 20px;
    align-items: flex-start;
    padding: 20px;
    flex-direction: column;
  }

  .prv-inner-right .job-info-box {
    font-size: 21px;
  }








 

  .name-title {
    font-size: 19px;
  }

  .faq-page-wrapper {
    padding: 14px;
    margin: 22px 0px 0;
  }

  .accordion-body {
    padding: 16px 0 8px;
  }

  .contact_leftBox {
    padding: 20px;
  }

  .contactSection .formCard {
    padding: 20px 20px;
  }

  .contactSection {
    margin: 30px 0 50px;
  }

  .contact_leftImg {
    margin: 40px 0;
  }


  .breadcrumb {
    font-size: 15px;
  }

  .search_box {
    /* margin: 0 12px 0 15px; */
    position: absolute;
    top: 55px;
    background: #fff;
    margin: 0 auto;
    left: -15px;
    width: 100%;
    padding: 7px 15px;
    max-width: 100%;
    box-shadow: 0 5px 12px rgba(60, 64, 67, 0.15);
    right: 0;
    box-sizing: content-box;
  }

  .search_box .form-control {
    max-width: 100%;
    height: 35px;
    width: 100%;
  }

  .for_mobile_search  {
    margin: 0 2px 0 10px;
    color: #000;
  }
  .homepage .for_mobile_search svg {
    color: #fff;
  }
 .homepage #header.is-sticky  .for_mobile_search svg {
    color: #000;
  }

  .footer-nav-links {
    margin-top: 20px;
  }

  .service-category-section .set-btn {
    margin-top: 36px;
  }

  .g-mobile-3 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
  }

  .category-title {
    font-size: 19px;
  }

  .service-category-section {
    padding: 45px 0;
    margin: 45px 0;
  }

  .category-box {
    padding: 20px 0px;
    margin: 0;
  }

  .service-provider-section {
    margin: 40px 0 16px;
  }

  #header .dropdown-item {
    font-size: 14px;
  }

  .heroContent {
    text-align: center;
  }

  .searchform-element {
    flex-direction: column;
  }

  .searchform-element .search-field {
    width: auto;
    flex: auto;
  }

  .s-btn.btn-primary {
    width: 100%;
  }

  .hero-title {
    font-size: 48px;
  }

  .heroContent p {
    font-size: 18px;
    margin: 18px 0 30px;
  }

  .navbar-toggler.menuClose-icon {
    position: absolute;
    top: 13px;
    right: 15px;
  }

  .navbar-toggler.menuClose-icon::before,
  .navbar-toggler.menuClose-icon::after {
    display: none;
  }

  header .navcollapse:not(.show) {
    width: 100%;
  }

  header .navcollapse:not(.show) {
    left: -100%;
    box-shadow: unset;
  }

  p {
    font-size: 15px;
  }

  #header.is-sticky {
    height: 65px;
  }

  .copyright {
    font-size: 12px;
  }

  footer h6 {
    margin: 0 0 10px;
  }

  .features-coin {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }

  .features-coin img {
    height: 30px;
  }

  .features-heading {
    font-size: 17px;
  }

  .features-text {
    font-size: 13px;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 20px;
  }

  .footer-signin-link a p,
  .footer-signup-link a p {
    font-size: 11px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 40px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    right: 10px;
    font-size: 14px;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-right: 40px;
    padding-left: 15px;
  }

  .price-value-right,
  .coinname-detail-box,
  .coin-trade-action {
    padding: 10px 20px;
  }

  .provider-box {
    margin-bottom: 22px;
  }

  .service-provider-title {
    font-size: 36px;
  }

  .flash-title {
    font-size: 36px;
    margin: 16px 0 6px;
  }

  .flash-main-heading {
    font-size: 36px;
    top: -16px;
  }

  .flash-main-heading::before {
    top: 36px;
    transform: translate(-50%, -50%) scale(0.9);
  }

  .flash-3d-image {
    top: -30px;
    right: -20px;
  }

  .profix-flash-section::before,
  .profix-flash-section::after {
    display: none;
  }

  .profix-flash-section {
    padding: 80px 0;
  }

  .location-3d-image img {
    height: 90px;
  }

  .flash-3d-image img {
    height: 100px;
  }

  .download-app-heading {
    font-size: 36px;
    margin-bottom: 8px;
  }

  .download-app-title {
    font-size: 26px;
  }

  .payment_box {
    margin-bottom: 46px;
  }

  .download-appBlock {
    padding: 30px 32px 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .search_box {
    top: 60px;
  }

  /* .provider-work-info {
    flex-direction: column;
  } */

  .job-info {
    width: 100%;
  }



  .for_mobile_search svg {
    height: 25px;
    width: 24px;
  }
}

@media (min-width: 576px) {

  .logo-icon-dark,
  .logo-icon-white {
    display: none;
  }
}

@media (max-width: 575.98px) {
  
  .prv-inner-right .job-info.experience-info {
    padding-left: 0;
    border-left: 0;
    padding-top: 14px;
    margin-top: 0;
  }

  .prv-inner-right .provider-work-info {
    align-items: flex-start;
    padding: 15px 18px;
  }

  .prv-inner-right .job-info {
    width: 100%;
  }
  .prv-inner-right .provider-work-info::before {
    display: none;
  }
  .job-info.experience-info {
    border-top: 1px solid #EBEBEC;
    padding-left: 0;
    border-left: 0;
    padding-top: 6px;
    margin-top: 8px;
  }
  .prv-inner-right .provider-work-info {
    gap: 18px;
    flex-direction: column;
  }
  .request-heading {
    font-size: 17px;
}
.booking_status_block {
  flex-wrap: wrap;
  gap: 5px;
}
.booking-status-track {
  padding-left: 7px;
}
 .service-details  .provider-work-info {
    flex-direction: column;
}
.service-details .job-info {
  width: 100%;
}
  .lang_word2{
    width: 21px;
  }
  .provider-box .provider-work-info {
    flex-direction: column;
  }
  .radio-btn .hobbies-icon span {
    font-size: 17px;
}

  .language-selection-block {
    flex-wrap: wrap;
    gap: 10px;
  }

  .provider-box .job-info {
    width: 100%;
  }

  .page-titles {
    font-size: 18px;
  }

  .prv-inner-left img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .prv-inner-right {
    padding: 13px 0 0 0;
    width: 100%;
  }

  .prv-inner-right .job-info-box {
    font-size: 21px;
  }

  .prv-ex-info {
    padding: 14px 0 0 0;
  }

  .for_mobile_search {
    color: #000;
    margin: 0 11px 0 0;
  }

  .user_dropdown img {
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
  }

  .favourite-link {
    margin: 0
  }

  .favourite-link svg,
  .notify-link svg {
    width: 22px;
    height: 22px;
  }

  .notify-link {
    margin: 0 11px;
  }

  .footer-nav-links {
    margin-top: 12px;
    padding-left: 10px;
  }

  body:not(.homepage) .logo-icon-white {
    display: none;
  }

  .logo-white,
  .logo-dark {
    display: none !important;
  }

  .homepage .logo-icon-white {
    display: block;
  }

  .homepage .logo-icon-dark {
    display: none;
  }

  .homepage #header.is-sticky .logo-icon-white {
    display: none;
  }

  .homepage #header.is-sticky .logo-icon-dark {
    display: block;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop svg,
  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop svg {
    display: none;
  }


  #header .flag_ico svg {
    height: 18px;
    width: 18px;

  }

  #header .navbar-expand-lg .navbar-nav .currency-filter .nav-link.lang_drop {
    padding: 10px 0 8px 18px;
  }

  #header .navbar-expand-lg .navbar-nav .nav-item.currency-filter {
    margin: 0 0px 0 10px !important
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop {
    /* padding-left: 28px; */
    padding-left: 0;
  }

  #header .navbar-expand-lg .navbar-nav .nav-link.lang_drop,
  .dash_header .dropdown-item,
  .dash_header .dropdown-toggle.lang_drop {
    font-size: 13px;
  }

  .langugae_filter i {
    font-size: 10px;
  }

  #header .navbar-brand img {
    max-height: 35px;
  }

 
  .section {
    margin-top: 25px;
  }

  .features-coin {
    height: 45px;
    width: 45px;
    line-height: 45px;
  }

  .features-coin img {
    height: 22px;
  }

  .footer_wrapper {
    padding: 36px 0 0;
  }

  .footer-block figure img {
    max-height: 46px;
  }

  footer h6 {
    font-size: 15px;
  }

  ul.footer-links li {
    margin: 2 0;
  }

  .footer-signin-link a,
  .footer-signup-link a {
    padding-left: 10px;
    padding-right: 0;
    height: 80px;
  }

  .footer-signin-link a span,
  .footer-signup-link a span {
    font-size: 16px;
  }

  .footer-signup-link a span.footer-link-arrow,
  .footer-signin-link a span.footer-link-arrow {
    top: 10px;
    transform: unset;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 13px;
  }

  .otp_verification .form-control.dark-form-control {
    width: 23%;
    height: 74px;
    font-size: 34px;
  }

  .otp_verification {
    gap: 4%
  }

  .service-provider-title {
    font-size: 28px;
  }

  .service-provider-cards {
    margin-bottom: 16px;
  }

  .menu_text {
    padding-left: 48px;
  }

  .flash-title {
    font-size: 25px;
  }

  .flash-content {
    font-size: 17px;
  }

  .flash-main-heading::before {
    display: none;
  }

  .flash-main-heading {
    font-size: 26px;
    top: -1px;
    background: linear-gradient(to bottom, #FFC107, #FFA000);
    display: inline-block;
    padding: 8px 30px;
    border-radius: 0 0 30px 30px;
  }

  .flash-3d-image {
    top: -40px;
    right: -10px;
  }

  .profix-flash-section {
    padding: 60px 0;
  }

  .payment_box {
    margin-bottom: 36px;
  }


  .download-app-heading {
    font-size: 32px;
  }

  .download-app-title {
    font-size: 24px;
  }

  .download-appBlock {
    padding: 20px 18px 0;
  }

  .srv-title {
    font-size: 24px;
    margin: 0 0 16px;
  }

}

@media (max-width: 479.98px) {
  .service_pCard {
    height: 160px;
}
.srv-title {
  font-size: 22px;
}
  .srvTypes,
  .sortby {
    flex-direction: column;
    align-items: start;
  }
  .checkout_inner_card .provider-dtl {
    flex-wrap: wrap;
}
.checkout_inner_card .serviceTypeHeading {
  font-weight: 500;
  padding-top: 10px;
  font-size: 15px;
}
.regularServices {
  gap: 15px;
  flex-wrap: wrap;
}
.servicesImg_box img {
  border-radius: 6px;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  width: 100%;
}
}

@media (max-width: 375.98px) {
  .navbar-toggler {
    margin: 6px 0 0 6px;
  }
  #header .navbar-expand-lg .navbar-nav .nav-item.currency-filter {
    margin: 0 0px 0 4px !important;
}
  .for_mobile_search svg {
    margin: 0 2px 0 7px;
}
  .provider-work-info {
    flex-direction: column;
    align-items: baseline;
    padding: 8px 12px;
  }

  .job-info {
    gap: 8px;
    width: 100%;
  }

  .job-info.experience-info {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #EBEBEC;
    padding-top: 12px;
    margin-top: 12px;
  }

  .flash-3d-image,
  .location-3d-image {
    display: none;
  }

  .profix-flash-section {
    padding: 30px 0;
  }

  .service-title {
    font-size: 16px;
  }


}