body{
  font-family: "Poppins", sans-serif !important;
}
p {
    line-height: 1.6;
}
a {
    display: inline-block;
}
.ot_border{
  border: 1px solid #F94A24;
}
.font12{
  font-size: 12px;
}
.font18{
    font-size:18px !important;
}
.font22{font-size:22px }
 
.font14 {
    font-size: 14px !important;
}
.font17{
  font-size:17px;
}
.font20{
      font-size:20px;
}
.font24
{font-size:24px }
.slide_orange {
    box-shadow: inset 0 0 0 0 #f94a24;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.6s;
}
.slide_orange:hover {
  box-shadow: inset 400px 50px 0 0 #f94a24;
}
.slide_black {
    box-shadow: inset 0 0 0 0 #000;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.6s;
}
.slide_black:hover {
  box-shadow: inset 400px 50px 0 0 #000;
}
.slide_white {
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.6s;
}
.slide_white:hover {
  box-shadow: inset 400px 50px 0 0 #fff;
  color:#000 !important;

}
.bg_orange{
    background-color:#F94A24 !important;
}
.bg_none{
    background-color:transparent;
}
.bg_black{
    background-color:#0D151E !important;
}
.padding0{
    padding:0 !important;
}
.margin0{
    margin:0 !important;
}
.light_black{
    color:#212529;
}
.bg_cream {
  background: #FFF9F3;
}
.gray_txt{
    color:#A1A1A1;
}
.orange_txt{
    color:#F94A24 !important;
}
.bg_light_yellow{
  background-color: #FFF5EA;;
}
.bg_light_pink{
  background-color: #F7F7FA;
}
.bg-Staging-white-faded {
background: rgba(255, 255, 255, 0.85);
}
ul {
    list-style: none;
    padding:0 !important;
}
.d-flex{
    margin-bottom:0;
}
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}



/*----------Dashboard css---------*/
.content-section{
    display:none;
}
.content-section.active{
    display:block;
}

.edit_form .form-control, .edit_form .form-select {
  border: 1px solid #F94A24 !important;
}
.edit_form .form-control:focus {
  box-shadow: 0px 0px 7px 3px #f94a242b !important;
}

span.user_profle {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.dashboard_cl h1 {
  font-size: 32px;
}
.dashboard_cl h3 {
  font-size: 26px;
}
.dashboard_cl h3 .self_mail {
  font-size: 20px;
}
.dash_tabs  button.nav-link {
  background: #F6F6F6;
}
.dash_tabs .nav-link.active {
  background-color: #F94A24 !important;
  color: #fff !important;
} 
.my_profile_sec h5 span {
  font-size: 16px;
}
img.image_upload_icon {
  position: absolute;
  bottom: 0;
  left: 140px;
}
   

/*----------header css---------*/
.cta_link a {
    padding: 11px 40px !important;
    border-radius: 5px;
}
ul.navbar-nav li a {
    color: #212529;
}
ul.navbar-nav li a {
    color: #212529;
    text-transform: capitalize;
}
ul.social_list li {
    margin-right: 10px;
}

ul.social_list li img {
    width: 25px;
}
/*----------header css---------*/
/*----------footer css---------*/
footer h4 {
    font-size: 20px;
}
footer h3 {
    font-size: 19px;
}
.col_one p {
    font-size: 18px;
}
.col_two p {
    font-size: 17px;
}
/*----------footer css---------*/


/*----------poppins fonts weight classes---------*/
.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
/*----------poppins fonts weight classes---------*/

/*----------homepage css -----------*/

.before-after.right_slider {
    margin: 0px;
    margin-right: -40px;
}
.why_choose .left_choose {
    padding-right: 120px !important;
    box-shadow: 0px 0px 10px 0px #00000033;
}
.why_choose .right_choose {
    padding-left: 120px !important;
    box-shadow: 0px 0px 10px 0px #00000033;
}
  .why_choose h2 {
    font-size: 35px;
}
.why_choose h3 {
    font-size: 25px;
}
.why_choose h4 {
    font-size: 40px;
}
  .why_choose h4:after {
    content: '';
    background: #f94a24;
    height: 1.2px;
    width: 160px;
    position: absolute;
    bottom: 25px;
    margin-left: 6px;
}
  .why_choose a {
    display: inline-block;
}
.before-after {
    position: relative;
    width: 100%;
    min-height: 400px;
    border: 4px solid #F94A24;
    max-width: 600px;
    margin-left: -70px;
    overflow: hidden;
}
.before-after .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after .img.front-img,.before-after .img.front-img2 {
  z-index: 1;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}

.slider,.slider2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Updated slider thumb with icon */
.slider::-webkit-slider-thumb, .slider2::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 50px; /* Adjust size as needed */
  height: 400px;
  cursor: pointer;
  background: url('../images/slider-icon.svg') no-repeat center center;
  background-size: 50px 400px; /* Adjust the size of the icon if needed */
  border: none;
}

.slider::-moz-range-thumb, .slider2::-moz-range-thumb {
  -moz-appearance: none;
  width: 50px; /* Adjust size as needed */
  height: 400px;
  cursor: pointer;
  background: url('../images/slider-icon.svg') no-repeat center center;
  background-size: 50px 400px; /* Adjust the size of the icon if needed */
  border: none;
}

/*----------homepage css -----------*/
.left_image {
    margin-right: -50px;
}
.staging_left {
    padding-left: 8vw !important;
}

  .search-container {
    text-align: center;
    position: relative;
  }

.search-input-container {
    margin-top: 10px;
    display: none;
    position: absolute;
    width: 250px;
}
  .search-input-container.active {
    display: block;
  }
.tab-slider-sec h3{
    font-size: 18px;
  }
.tab-slider-sec h2{
  font-size: 35px;
}
.tab-slider-sec button{
  font-size: 19px;
  color: #3D3D3D;
}
.tab-slider-sec button:hover{
  color: #F94A24;
}
.tab-slider-sec .bg_style{
  width: 130%;
  border-width: 2px; 
  border-color: #D4D4D4;
  stroke:#D4D4D4;
}
.selling-home h2{
  font-size: 35px;
  color: black;
}
.selling-home p{
  color: #3D3D3D;
  line-height: 27px; /* 168.75% */
  text-transform: capitalize;
}
.selling-home{
  padding-top: 45px;
  padding-bottom: 45px;
}
.selling-home button{
  background-color: #F94A24 !important;
 
  font-size: 18px;
  color: white;
}
.property-staging h2{
  font-size: 35px;
  color: #000000;
}
.property-staging p{
  color: #3D3D3D;
  line-height: 27px; /* 168.75% */
}
.property-staging ul li{
color: #000000;
}
.property-staging button{
  background: #212529 !important;
  color: #FFF;
  font-size: 18px;
}
.property-staging img{
   border-radius:0px;
   width: 100%;
   height: auto;
}
.order_now button{
  padding-left: 100px;
  padding-right: 100px;
  transition: transform 0.2s;
}

.order_now button:hover{
  padding-left: 100px;
  padding-right: 100px;
  transform: scale(1.1);
  background-color: #F94A24; /* Ensure background color stays the same on hover */
  color: white; /* Ensure text color stays the same on hover */
}

.speedy-simple {
  background-color: #212529;
}
.speedy-simple .card{
  background-color: transparent;
  border: 0px;
  color: #FFF;
}
.speedy-simple span{
  text-transform: capitalize;
  font-size: 18px;
  color: #F94A24;
}
.speedy-simple h2{
  text-transform: capitalize;
  font-size: 35px;
}
.speedy-simple h3{
  font-size: 22px;
}
.speedy-simple p{
  font-size: 16px;
  line-height: 27px; /* 168.75% */
text-transform: capitalize;
}
.speedy-simple .card-body p{
  font-size: 14px;
  line-height: 26px; /* 185.714% */
text-transform: capitalize;
}
.speedy-simple .card-body button{
  background-color: #F94A24; /* Ensure background color stays the same on hover */
  color: white; /* Ensure text color stays the same on hover */

  transition: transform 0.2s;
}
.speedy-simple button:hover{
  transform: scale(1.1);
  background-color: #F94A24; /* Ensure background color stays the same on hover */
  color: white; /* Ensure text color stays the same on hover */
}
.affordable-virtual{
  padding: auto;
}
.affordable-virtual h2{
  font-size: 40px;
}
.affordable-virtual h3{
  font-size: 25px;
}
.affordable-virtual p{
font-size: 22px;
}
/*--------About Page css--------*/
.about_us_tab{
  background: url('images/about_banner_1.png');
  background-position: center;

}
.pricing{
  background: url('images/pricing_banner.png');
  background-position: center;

}

.about_us_tab h5 {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
}

.about_us_tab p {
    color: #545454;
    font-size: 19px;
    line-height: 33px;
    text-transform: capitalize;
}
/*--------About Page css--------*/
.navbar-nav-scroll {
    max-height: 100% !important;
}
/*------------ Pricing Page ------------*/
.transform-space-section h3{
font-size:16px !important; 
}
.transform-space-section p{
  font-size: 19px;
  color: #545454;
  line-height: 33px; 
}
.transform-space-section .why-should h3{
  font-size: 23px !important;
}

.transform-space-section .why-should ul span{
  font-size: 17px;
  line-height: 50px; /* 294.118% */
}

.transform-space-section .form-class{
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  }
  .transform-space-section .form-class h3{
  font-size: 24px !important;
  }

.transform-space-section .form-class input{
  border: 1px solid #EAEAEA;
}
.transform-space-section .form-class a{
  background: #F94A24;
}

.transform-space-section .form-class .upload-file {
  border: 15px solid #FFF5EA;
  background-color: #FFF5EA;
}


.extras-add-on-price {
  background-color: #FFF5EA;
}
.extras-add-on-price h3{
  font-size: 35px;
}

.extras-add-on-price img{
    height: 280px;
    object-fit: cover;
}

.extras-add-on-price .card-body a{
  margin-top: -60px;
  background: #F94A24;

}
/*---------------- Add-To-Cart Page -------------------*/
.add-to-cart-tab .form_row .upload-file, .help_desk input#formFile {
    border: 15px solid #FFF5EA !important;
    background-color: #FFF5EA;
}

.add-to-cart-tab .card{
  border-radius: 10px;
  border: 1px solid #FDCDC2;

}
.add-to-cart-tab .wall-change-style h2{
  font-size: 26px;
  line-height: 205%;
}
.add-to-cart-tab .wall-change-style p{
  line-height: 50%;
  border-bottom: double 4px #F94A24;
}

.add-to-cart-tab .wall-change-style ul{
  list-style-type: disc;
  list-style-position: inside;
  line-height: 33px;
  color: #545454;
  font-size: 19px;
}

.add-to-cart-tab .form_row h3{
  font-size: 20px;
  line-height: 128%; /* 25.6px */
}

.add-to-cart-tab .form_row .my_labels{
  color: #545454;
  font-size: 14px;
  font-weight: 600;
}

.add-to-cart-tab .form_row .my_input{
  border-radius: 4px;
  border: 1px solid #F94A24;
  height: 51px;
}
.add-to-cart-tab .form_row .description_style
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px #545454 solid;
  border-radius: 0px !important;
  padding-left: 0px;
}

.add-to-cart-tab .form_row .select_services .form-check{
  color: #8A8A8A;
    font-size: 12px;
    line-height: 15.36px;
}

.add-to-cart-tab .form_row .toggle_style .toggle_container{
  display: flex;
  align-items: center;

}
.toggle_style .toggle-container .form-switch .form-check-input {
  width: 39px !important;
  height: 25px !important;
  margin-top: 9px;
}
.add-to-cart-tab .form_row .toggle_style h3{
  color: #545454;  
  font-size: 14px;
    line-height: 17.92px;
}
.add-to-cart-tab .form_row .toggle_style label{
  color:#545454;
  font-size: 11px;
  line-height: 14.08px; 
}
.add-to-cart-tab .sub_total{
  color: #545454;
  line-height: 17.19px;
  border-bottom: 1px #F94A24 solid;
  padding-bottom: 10px !important;
}
.add-to-cart-tab .order_total{
  font-size: 22px;
  line-height: 28.16px;
  letter-spacing: 0.22px;
  padding-top: 22px;
}

/*---------------- Login Page Css -------------------*/
.login_section .bg_img{
background: url('../images/login-page-banner.png');
background-size: cover;
height: 100vh;

}
.login_section h2{
  padding-top: 124px;
  font-size: 40px !important;
}
.login_section .form_class_text h3{
  font-size: 40px;
}
.login_section .form_class_text p{
    color: #545454;
    line-height: 33px;
}
.login_section .form_class_row span{
  color: #3D3D3D;
  }
.login_section .form_class_row label{
  line-height: 33px; /* 206.25% */
}
.login_section .form_class_row input{
  border: none;
  border-bottom: 1px #686767 solid;
  border-radius: 0px;
  padding-left: 0px;
}
.login_section .form_class_row input:focus{
outline: none;
box-shadow: none;
}

#togglePassword, #togglePassword1 ,#togglePassword2 {
  background: transparent;
  border: none;
  border-bottom: 1px solid !important;
  border-radius: 0px;
}

.change_password_style #togglePassword1 , .change_password_style #togglePassword2 {
    background: white;
    border: 1px #f94a24 solid;
    border-left: 0px;
    border-bottom: 1px #f94a24 solid !important;
    border-radius: 0 5px 5px 0 !important;
}
.change_password_style .br_none{
    border-right: none !important;
}
/*---------------- Registration css -------------------*/
 
span#reg_or{
  color: #3D3D3D
}
div#reg_img{
  padding-right: 0px !important;
}
h2#reg_font{
  font-size: 35px !important;
}

/*----------------Design catalog-------------------*/
.main_top_tabs .nav-link.active {
    background: #F94A24 !important;
    color: #fff !important;
    border-color: #F94A24 !important;
}
.subtabs .nav-link.active {
    border: 2px solid #F94A24;
}
.subtabs .nav-link {
    border: 2px solid transparent;
    border-radius: 0px !important;
}
.design_catalog .tab-content img {
    margin-bottom: 20px;
}
.setting_rows p span {
    font-size: 16px;
}
/*----------------Design catalog-------------------*/

/*----------------orders page-------------------*/
.payments .hc_c{
color: #545454;
}
.payments .bill_card label {
 color: #3D3D3D;    
 font-size: 12px !important;
}
.payments .bill_card select {
    font-size: 13px !important;   
    border-radius: 0px !important;
    padding: 10px;
}
.bank-details td {
    color: #545454 !important;
    vertical-align: middle !important;
}
.bank-details .font20 {
    color: #000 !important;
    width: 170px;
}
.table-invoice tfoot td {
    color: #000 !important;
    font-size: 29px !important;
    font-weight: 600;
    padding: 10px !important;
}
.table-invoice td {
    border: none;
    color: #545454 !important;
    font-size: 15px !important;
    padding: 23px 0 !important;
}
.table-invoice thead {
    border-top: 2px dashed #a1a1a159;
    border-bottom: 2px dashed #a1a1a159;
}
.table-invoice th {
    padding: 20px  0 !important;
}
.table-invoice tfoot {
    border-top: 2px dashed #a1a1a159;
}
.download_script {
    display: inline-block;
    float: right;
}
.invoice-details td.label_in,.table-invoice th {
    font-size: 18px;
    color: #000 !important;
    font-weight: 500;
    text-align: left;
    width: 160px;
}
.invoice-details td {
    color: #545454 !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    vertical-align: middle;
}
.table-invoice td {
    border: none;
}
.transaction-table td {
    border-bottom: none;
    font-size: 18px;
    color: #3D3D3D;
}
.status {
    background-color: #DAF5CA;
    color: #026718;
    padding: 10px 25px;
    border-radius: 12px;
    font-size: 14px;
    text-transform: capitalize;
}
.order_tabs a {
    background: #F6F6F6;
}
.pagination a.page-link:hover {
    background: #F94A24;
    color: #fff;
}
.pagination a.page-link {
    border-radius: 4px;
    background: #FFF;
    border: navajowhite;
    color: #5F6163;
    width: 36px;
    height: 36px;
    padding: 6px;
    text-align: center;
    display: inline-block !important;
    vertical-align: middle !important;
}
.pagination a.page-link.prev,.pagination a.page-link.next {
    background: #FDCDC3;
}
ul.pagination {
    gap: 8px;
}
.table-custom thead {
    height: 50px;
}
tbody tr {
    height: 70px;
}
.table-custom {
    border: 2px solid #eeeeeeb0;
    border-radius: 8px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
.table-custom thead {
  background-color: #FBFBFC;
}

.table-custom th, 
.table-custom td {
  padding: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #eee; /* Inner row borders */
}

.table-custom thead th {
  border-bottom: 2px solid #eee; /* Slightly thicker border for header */
  color:#545454 !important;
}

.table-custom tbody tr:last-child td {
  border-bottom: none; /* Removes border from the last row for clean corners */
}

.table-custom img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 8px;
}

.table-custom th {
  color: #545454;
  font-weight: 500;
  background: #FBFBFC;
}
.action-icon:hover {
  color: #333;
}
.order-action {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 4px;
    z-index: 1000;
  }

  .order-action.show {
    display: block;
  }

  .action-icon {
    cursor: pointer;
    position: relative;
  }
.order-action button {
    text-align: left;
    color: #8A8A8A;
    font-size: 14px;
}

.order-action button img {
    border-radius: 0px;
    width: 25px !important;
    height: auto !important;
}
.order_popup .modal-header {
    display: unset;
}
.order_popup button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px;
    opacity: 1;
}
.order_popup .modal-header p {
    color: #4A4A4A !important;
}
.order_popup .modal-header h3 {
    font-size: 22px;
}
.modal-dialog {
    max-width: 885px !important;
}
.cart-details .service ul li {
    color: #545454;
}
/*----------------orders page-------------------*/

/*----------------Contact page-------------------*/
.help_desk {
    margin-top: -95px;
}
.help_desk {
    border-radius: 6px !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07) !important;
}
.help_desk input,.help_desk textarea {
    border-radius: 4px !important;
    border: 1px solid #F94A24 !important;
    padding: 7px !important;
}
.submit_contact {
    font-weight: 600 !important;
    letter-spacing: 0.16px;
}
/*----------------Contact page-------------------*/
.payments .outer_box label {
    color: #3D3D3D;
    font-weight: 500;
    font-size: 14px;
}
.cart-details .service span {
    color: #545454;
   line-height: 128%;    letter-spacing: 0.18px;
}
.cart-details span.date_style {
color: #545454;
    line-height: 128%;
    letter-spacing: 0.18px;    text-transform: capitalize;
}
 
.cart-details span.month_style {
color: #A1A1A1;   line-height: 128%;  letter-spacing: 0.18px;
}
 
.cart-details .order_row {
    color: #545454;
    line-height: 128%; /* 23.04px */
    letter-spacing: 0.18px;
}
.cart-details .image_row span {
 color: #545454;
line-height: 128%;    letter-spacing: 0.18px;
}

/* Apply border to the entire table with a radius */
.designer_table {
    border: 2px solid #000; /* Adjust color and width */
    border-radius: 8px; /* Rounded corners for the table */
    border-collapse: separate;
    overflow: hidden; /* Ensures content stays inside the rounded border */
}

/* Remove unnecessary borders from cells */
.designer_table td,
.designer_table th {
    border: none;
}

/* Add a bottom border to each row */
.designer_table tbody tr {
    border-bottom: 1px solid #ddd; /* Adjust color and style */
}

/* Optional: Remove the last row's bottom border */
.designer_table tbody tr:last-child {
    border-bottom: none;
}
.payments .outer_red input{
  border: 1px solid #F94A24;
}
.payments .bill_card input {  
  padding: 10px;
    font-size: 13px;    
    border: 1px solid #ECECEC;
    border-radius: 0px;
}

/*----------------Media Queries-------------------*/
@media (max-width: 991.98px) {
  .navbar-collapse {

    position: absolute;

    top: 100%;

    left: 0;

    right: 0px;

    background-color: white;

    z-index: 1050;

    width: 100%;

}
 
}
@media only screen and (max-width:767px){
.payments .outer_box {
    padding: 0px 17px;
}


    .inner_lr_mnu .row {
    width: 100%;
}
    .order_tabs a {
    font-size: 14px;
    padding: 10px !important;
}
body .help_desk {
    margin-top: 0;
    padding: 20px !important;
}
.scroll-table {
    overflow-x: auto;
}
.table-custom td,.table-custom th,.designer_table td,.designer_table th {
    font-size: 14px;
   white-space:nowrap;
}
.order_tabs li {
    margin: 5px !important;
}
    .cart-details .padd {
    padding-right: 171px;
}
    .main_top_tabs .nav-link {
    font-size: 14px;
}
.setting_top span,.setting_top a {
    font-size: 14px !important;
    padding: 10px !important;
}
.subtabs .nav-link {
    font-size: 13px !important;
    padding: 5px;
}
  .my_profile_sec h5 br{
    display: block;
  }

  .my_profile_sec h5{
    font-size: 15px !important;
  }
  .edit_profile_sec .m_p{
    margin-bottom: 0px !important;
  }
  img.image_upload_icon {
    position: absolute;
    bottom: 43px !important;
    left: 70px !important;
    width: 60px !important;
}

.dash_tabs .img_m {
  width: 124px !important;
}

  .dash_tabs ul li i {
    margin-right: 4px !important;
}

  .dash_tabs button.nav-link {
    padding: 8px 12px !important;
    font-size: 13px;
}
  .dashboard_cl h3 br{
    display: block;
  } 
  .bottom_bar {
    text-align: center;
}
  .transform-space-section .form-class {
    box-shadow: unset;
}
  .about_second .col {
    padding: 30px 10px !important;
}

ul.social_list {
    justify-content: center !important;
}
.top_bar p.margin0 {
    margin: 5px 0 !important;
}
.font18 , p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.about_slider .container .row .col, .about_slider .container .row,.about_slider .container {
padding: 5px !important;
}  
  
h5 , h2 {
    font-size: 25px !important;
}
.row>div {
    width: 100%;
    flex: unset;
}
body .property-staging {
    padding: 0px !important;
}
.left_image {
    margin-right: 0;
    margin-top: 20px;
}
.affordable-virtual p {
    font-size: 18px;
    margin: 0px;
    padding: 0px !important;
}
.affordable-virtual .card {
    margin: 10px;
}
.why_choose .left_choose,.why_choose .right_choose {
    padding: 15px !important;
}
.before-after {
    margin-left: 0 !important;
        min-height: 290px;
            max-width: 320px;
}

.before-after.right_slider {
    margin-right: 0 !important;
}
body .slider_side {
    padding: 0px !important;
    justify-content: center !important;
    padding-top: 30px !important;
}
body .second_slider_row {
    padding-top: 0px !important;
}
.second_slider_row .row {
    flex-direction: column-reverse !important;
}
.tab-slider-sec .tab_content_right {
    padding: 0px !important;
}
.tab-slider-sec .tab_content_right .tab-content {
    padding: 10px !important;
    padding-top: 30px !important;
}
.tab-slider-sec .bg_style,.tab-slider-sec .nav {
    width: 100%;
}
br {
    display: none;
}
.extras-add-on-price .m_gap{
  padding-bottom: 20px;
  }
  .extras-add-on-price h3 {
    font-size: 25px;
}

.login_section .bg_img {
  height: unset;

}
.login_section h2 {
  padding-top: 30px;
  font-size: 24px !important;}

  .padding_m{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .login_section .form_class_text h3 {
    font-size: 25px;
}
h2#reg_font{
  font-size: 29px !important;
}
  .dash_tabs  ul#pills-tab {
    margin-bottom: 15px !important;
}
.my_profile_sec .row {
    gap: 15px;
}

.my_profile_sec h4 {
    margin-bottom: 30px !important;
    display: inline-block !important;
}
.menu_left_in {
    width: 63% !important;
    padding-right: 5px !important;
}
.menu_left_in img {
    width: 120px !important;
}
.menu_right_in {
    width: 37% !important;
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    margin: 0px !important;
}
.menu_right_in .login_menu {
    margin: 0px !important;
}
span.user_profle {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.menu_right_in ul.navbar-nav li a {
    font-size: 14px !important;
}
.inner_lr_mnu {
    padding: 10px 0px !important;
}
.order-action {
    right: 0;
}
.order_popup h5, .order_popup h6 {
    font-size: 16px !important;
}
.order_popup h5 img, .order_popup h6 img {
    max-width: 45px;
}
.order_popup p {
    font-size: 14px !important;
    margin-bottom: 5px !important;
}
.transaction-table td,.download_script,.bank-details td{
    font-size: 14px !important;
}
.invoice-details td.label_in, .table-invoice th,.bank-details .font20 {
    font-size: 16px;
}
tbody tr {
    height: 40px;
}
.table-invoice td,.table-invoice th {
    padding: 7px 0 !important;
}
.order_popup .modal-header h3,.table-invoice tfoot td {
    font-size: 18px !important;
}
h3.invoice-header {
    font-size: 20px;
}
.wall-change-style h2 {
    padding-top: 25px;
}
.cart-details h1 {
    padding: 40px 0;
}
}
@media only screen and (min-width:768px) and (max-width:1024px){

  .payments .outer_box ul {
    font-size: 13px;
}

  .payments .outer_box span {
    font-size: 14px !important;
}
    .add-to-cart-tab .form_row .upload-file {
    width: 280px !important;
}
.outer_cartt {
    padding: 10px !important;
    margin: 0px !important;
    margin-top: 20px !important;
}
section.cart-details {
    padding: 10px !important;
    margin: 0px !important;
}
.total_price>div {
    width: 100% !important;
}
span.month_style{
    margin: 0px !important;
}
.margin_outer{
        margin: 0px !important;
}
.select_services .col-md-4 {
    width: 50%;
}

.add-to-cart .form_row {
    padding-top: 0px !important;
}
.select_services label {
    display: inline-block;
    font-size: 12px;
}
    .order-action {
    right: 0;
}
    .menu_left_in {
    width: 75% !important;
}

.menu_right_in {
    width: 25% !important;
}
.my_profile_sec h4 {
    margin-bottom: 30px !important;
    display: inline-block !important;
}
  .dashboard_cl h3 br{
    display: block;
  }
  .my_profile_sec h5 br {
    display: block;
}
    h2 {
    font-size: 25px !important;
}
.staging_left {
    padding-left: 4vw !important;
}
br {
    display: none;
}
.tab-slider-sec .tab_content_right {
    padding: 20px !important;
}
.tab-slider-sec .bg_style {
    width: 100%;
}
.tab-slider-sec .tab-content {
    padding: 0px !important;
}
.before-after {
    min-height: 330px;
    margin: -10px !important;
}
.why_choose .slider_side {
    padding: 0px !important;
}
.why_choose .left_choose, .why_choose .right_choose {
    padding: 30px !important;
}
h4 {
    font-size: 17px !important;
}
footer p,footer a {
    font-size: 14px !important;
}
ul.navbar-nav li a {
    font-size: 14px !important;
    padding: 8px 7px !important;
}
ul.navbar-nav {
    gap: 0px !important;
}

.login_section img{
  width: 140px;
}
.login_section h2 {
  padding-top: 124px;
  font-size: 27px !important;
}
.login_section .form_class_row{
width: 100% !important;
padding: 0px !important;
}
}
@media only screen and (min-width:1025px) and (max-width:1366px){
   ul.navbar-nav li a {
    padding: 8px 12px !important;
}

}
/*----------------Media Queries-------------------*/
