   .ls-section{
    
    }
    .ls-section .filters-outer {
    position: relative;
    background: #F5F7FC;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 15px;
    }
    .ls-section .close-filters {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    min-width: auto;
    height: 25px;
    border: 1px solid #333;
    border-radius: 50%;
    color: #000;
    line-height: 25px;
    font-size: 12px;
    z-index: 99;
    display: none;
    }
    .ls-section .filter-block {
    position: relative;
    /*margin-bottom: 30px;*/
    }
    .ls-section h4 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 16px;
    }
    .ls-section .filter-block .form-group {
    position: relative;
    margin-bottom: 0;
    }
    .ls-section .filter-block input{
    width: 100%;
    height: 60px;
    padding: 14px 20px;
    padding-left: 31px;
    line-height: 30px;
    font-size: 15px;
    color: #696969;
    background: #FFFFFF;
    box-shadow: none;
    border: 1px solid #ECEDF2;
    border-radius: 8px;
    transition: all 300ms ease;
    }
    .ls-select{
    width: 100%;
    height: 60px;
    padding: 14px 20px;
    padding-left: 48px;
    line-height: 30px;
    font-size: 15px;
    color: #696969;
    background: #FFFFFF;
    box-shadow: none;
    border: 1px solid #ECEDF2;
    border-radius: 8px;
    transition: all 300ms ease;
    }
    .ls-section .filter-block .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    font-size: 16px;
    line-height: 30px;
    }
    .header-search-icon::after{
    background: none;
    color: #757575 !important;
    left: -8px !important;
    top: 0% !important;
    font-size: 18px;
    }
    .location_icon{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    background: none;
    color: #757575 !important;
    font-size: 18px;  
    }
    .select_icon{
    position: absolute;
    left: 20px;
    top: 30px;
    margin-top: -15px;
    line-height: 30px;
    background: none;
    color: #757575 !important;
    font-size: 18px;  
    }
    
    .ls-section .filter-block p {
    position: relative;
    font-size: 14px;
    line-height: 19px;
    color: #696969;
    margin-top: 10px;
    margin-bottom: 5px;
    }
    .range-slider-one {
    position: relative;
    min-height: 48px;
    padding-top: 10px;
    }
    .range-slider-one .ui-widget.ui-widget-content {
    height: 5px;
    border: none;
    margin-bottom: 20px;
    border-radius: 30px;
    background: #D4E1F6;
    }
    .range-slider-one .ui-slider .ui-slider-range {
    top: 0px;
    height: 5px;
    background: #1967D2;
    }
    .range-slider-one .ui-state-default, .range-slider-one .ui-widget-content .ui-state-default {
    position: absolute;
    top: 3px;
    width: 17px;
    height: 17px;
    background: #FFFFFF;
    border: 2px solid #1967D2;
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
    }
    .range-slider-one .input-outer {
    display: flex;
    justify-content: center;
    }
    .range-slider-one .amount-outer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    background: #D4E1F6;
    border-radius: 8px;
    font-size: 14px;
    line-height: 19px;
    color: #1967D2;
    }
    .switchbox {
    position: relative;
    }
    .switch {
    position: relative;
    display: flex;
    margin: 0;
    align-items: center;
    cursor: pointer;
    }
    input:checked + .slider {
    background-color: #1967D2;
    border: 2px solid #1967D2;
    }
    .slider.round {
    border-radius: 34px;
    }
    .slider {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #ECEDF2;
    transition: 0.4s;
    }
    .switchbox .title {
    position: relative;
    margin-left: 10px;
    font-size: 15px;
    color: #5c6770;
    line-height: 20px;
    }
    input:checked + .slider:before {
    background: #ffffff !important;
    transform: translateX(19px);
    }
    slider.round:before {
    border-radius: 50%;
    }
    .slider.round:before {
    border-radius: 50%;
    }
    .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: #D2D3D8;
    transition: 0.4s;
    }
    .switchbox li {
    position: relative;
    margin-bottom: 20px;
    }
    .tags-style-one {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    }
    .tags-style-one li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 25px;
    }
    .tags-style-one li a {
    position: relative;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #696969;
    padding: 10px 20px;
    }
    .tags-style-one li a:hover {
    background: #D4E1F6;
    color: #1967D2;
    }
    .checkbox-outer .view-more {
    font-size: 15px;
    line-height: 20px;
    color: #1967D2;
    font-weight: 400;
    display: flex;
    align-items: center;
    border: none;
    background: none;
    }
    .checkbox-outer {
    position: relative;
    margin-bottom: 30px;
    }
    .checkboxes {
    list-style: none;
    padding: 0;
    }
    .checkboxes li {
    margin-right: 20px;
    margin-bottom: 10px;
    }
    .checkboxes input[type="checkbox"] {
    display: none;
    }
    .checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    color: #696969;
    }
    .checkboxes input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    background-color: #1967D2;
    border: 1px solid #1967D2;
    }
    .checkboxes label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    border: 1px solid #ECEDF2;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.25s;
    font-family: "Font Awesome 5 Free";
    color: #fff!important;
    font-size: 9px;
    font-weight: 900;
    text-align: center;
    line-height: 17px;
    }
    .switch input {
    opacity: 0;
    width: 0;
    height: 0;
    }
    .ls-section .switchbox-outer {
    position: relative;
    margin-bottom: 30px;
    top:35px;
    }
    .form-group .nice-select{
    background: #fff;
    padding: 10px 50px;
    height: 55px;
    line-height: 36px;
    }
    .a1{
        padding: 26px 0px!important;  
    }
  
    
   
    
    
    
    
    
    .ls-section .ls-outer {
    position: relative;
    }
    .ls-section .toggle-filters {
    position: relative;
    display: none;
    }
    .btn-style-two {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #202124;
    background-color: #F9AB00;
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 18px 35px 15px 35px;
    }
    .ls-switcher {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .ls-switcher .showing-result {
    position: relative;
    }
    .ls-switcher .showing-result {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    }
    .ls-switcher .showing-result .text {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    color: #696969;
    }
    .ls-switcher .showing-result .text strong {
    font-weight: 500;
    color: #202124;
    }
    .ls-switcher .sort-by {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    }
    .job-block-four .inner-box {
    position: relative;
    padding: 47px 15px 15px;
    background: #FFFFFF;
    border: 1px solid #69b047;
    border-radius: 8px;
    transition: all 300ms ease;
    text-align: center;
    }
    .job-block-four .job-other-info {
    position: absolute;
    left: 0;
    top: 0;
 padding: 0px 0 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
    .job-block-four .job-other-info .time {
    position: absolute;
    right: 0px;
    margin-right: 0px;
   border-radius: 40px 0 0 40px;
    }
    .job-block-four .job-other-info li {
    width: auto;
    display: inline-block;
    border-radius: 0;
    border-radius: 0 30px 30px 0;
    }
    .job-other-info li.green, .job-other-info li.privacy {
    background: rgba(52, 168, 83, 0.15);
    color: #34A853;
    }
    .job-other-info li, .job-other-info.at-jsv6 li, .job-other-info.at-jsv7 li {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    margin-right: 15px;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    }
    .job-other-info li.required {
    background: rgba(249, 171, 0, 0.15);
    color: #F9AB00;
    }
    .job-other-info li.time {
    background: rgba(25, 103, 210, 0.15);
    color: #1967D2;
    }
    .job-block-four .company-logo {
    position: relative;
    display: block;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
    transition: all 300ms ease;
  border: 1px solid #6666;
    }
    .job-block-four .company-name {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #34A853;
    margin-bottom: 6px;
    }
    .job-block-four .location {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    font-weight: 400;
    /*padding-left: 25px;*/
    }
    .job-block-four .location .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #696969;
    }
    .job-block-four h4 a {
    color: #202124;
    transition: all 300ms ease;
    font-size: 20px;
    font-weight: 500;
    }
    .job-block-four h4 a:hover {
    color: #1967D2;
    }
    .job-block-four {
    position: relative;
    /*margin-bottom: 30px;*/
    }
    @media only screen and (max-width: 599px) {
    .ls-switcher {
        flex-direction: column;
    }
    }
    @media only screen and (max-width: 599px) {
    .ls-switcher .showing-result {
        width: 100%;
    }
    }
    .nice-select{
     position: relative;
    height: 45px;
    padding: 10px 30px;
    font-size: 14px;
    color: #696969;
    line-height: 25px;
    background: #F0F5F7;
    border-color:#F0F5F7;
    }
    .nice-select:active, .nice-select.open, .nice-select:focus{
    border-color:#F0F5F7 !important;
    }
    .nice-select.open .list {
    width:100%;
    }
    .checkboxouter{
    margin-top:63px;
    }
    .checkbox-outer .view-more .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    font-weight: 900;
    font-size: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background: rgba(25, 103, 210, 0.15);
    border-radius: 60px;
    }
        <style>
    .job-block-outer {
    position: relative;
    margin-bottom: 30px;
    }
    .job-block-seven {
    position: relative;
    }
    .job-block-seven .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    }
    .job-block-seven .content {
    position: relative;
    /*padding-left: 120px;*/
    min-height: 51px;
    }
    .job-block-seven .company-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    transition: all 300ms ease;
    }
    .job-block-seven .company-logo img {
    display: block;
    width: 100%;
    }
    .job-block-seven h4 {
    position: relative;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3em;
    color: #202124;
    top: -3px;
    margin-bottom: 10px;
    }
    .job-block-seven h4 a {
    color: #202124;
    transition: all 300ms ease;
    }
    .job-block-seven h4 a:hover {
    color: #1967D2;
    }
    .job-block-seven .job-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    }
    .job-block-seven .job-info li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #696969;
    font-weight: 400;
    padding-left: 25px;
    margin-right: 20px;
    margin-bottom: 3px;
    }
    .job-block-seven .job-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 22px;
    color: #696969;
    }
    .job-block-seven .job-other-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    }
    .job-detail {
    position: relative;
    padding-right: 30px;
    }
    @media only screen and (max-width: 1366px) {
    .job-detail {
    padding-right: 0;
    }
    }
    .job-detail h4 {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 20px;
    }
    .job-detail p {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #696969;
    margin-bottom: 26px;
    }
    .list-style-three {
    position: relative;
    margin-bottom: 50px;
    }
    .list-style-three li {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #696969;
    padding-left: 20px;
    margin-bottom: 25px;
    }
    .list-style-three li:before {
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 4px;
    background: #202124;
    content: "";
    }
    .other-options {
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
    }
    .social-share {
    display: flex;
    align-items: center;
    }
    .social-share h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #202124;
    margin-right: 20px;
    }
    .social-share a.facebook {
    background: #3B5998;
    }
    .social-share a i {
    margin-right: 5px;
    }
    .social-share a {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: #222222;
    border-radius: 8px;
    transition: all 300ms ease;
    margin: 5px 0;
    margin-right: 10px;
    }
    .social-share a.twitter {
    background: #55ACEE;
    }
    .social-share a.google {
    background: #dd4b39;
    }
    .social-share a:hover {
    opacity: .8;
    }
    .job-detail-section .related-jobs {
    position: relative;
    margin-bottom: 50px;
    }
    .related-jobs .title-box {
    position: relative;
    margin-bottom: 20px;
    }
    .related-jobs .title-box h3 {
    font-weight: 500;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 0px;
    }
    .related-jobs .text {
    color: #202124 !important;
    font-family: Jost;
    line-height: 28px;
    }
    .sidebar {
    position: relative;
    }
    .sidebar .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    }
    .sidebar .btn-box .theme-btn {
    width: 100%;
    }
    .btn-style-one {
    position: relative;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: #1967D2;
    font-size: 15px;
    line-height: 20px;
    border-radius: 8px;
    font-weight: 400;
    padding: 18px 35px 15px 35px;
    }
    .theme-btn {
    position: relative;
    display: inline-flex;
    transition: all 0.5s ease;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    z-index: 1;
    }
    .sidebar .btn-box .bookmark-btn {
    display: flex;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    color: #1967D2;
    border-radius: 7px;
    background: rgba(25, 103, 210, 0.07);
    transition: all 300ms ease;
    margin-left: 20px;
    flex: 0 0 50px;
    border-color: rgba(25, 103, 210, 0.07);
    }
    .sidebar .btn-box .bookmark-btn:hover {
    background: #1967D2;
    color: #fff;
    }
    .btn-style-one:hover {
    color: #ffffff;
    background-color: #0146A6;
    }
    .sidebar-widget {
    position: relative;
    padding: 30px 30px 30px;
    background: #F5F7FC;
    border-radius: 8px;
    margin-bottom: 40px;
    }
    .job-overview {
    position: relative;
    }
    .job-overview li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    }
    .job-overview .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    }
    .job-overview h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #202124;
    }
    .job-overview span {
    font-size: 15px;
    line-height: 20px;
    }
    .sidebar-widget .widget-title {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 30px;
    }
    .job-skills {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    }
    .job-skills li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    }
    .job-skills li a {
    padding: 5px 20px;
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #696969;
    border-radius: 4px;
    background: #FFFFFF;
    }
    .default-form {
    position: relative;
    }
    .default-form .form-group {
    position: relative;
    margin-bottom: 20px;
    }
    .icon-calendar {
    background-image: url(../assets/images/icons/icon-calendar.svg);
    }
    .icon-expiry {
    background-image: url(../assets/images/icons/icon-expiry.svg);
    }
    .icon-location {
    background-image: url(../assets/images/icons/icon-location.svg);
    }
    .icon-user-2 {
    background-image: url(../assets/images/icons/icon-user-2.svg);
    }
    .icon-clock {
    background-image: url(../assets/images/icons/icon-clock.svg);
    }
    .icon-rate {
    background-image: url(../assets/images/icons/icon-rate.svg);
    }
    .icon-salary {
    background-image: url(../assets/images/icons/icon-salary.svg);
    }
    .usernameform{
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 15px;
    color: #696969;
    background: #FFFFFF;
    box-shadow: none;
    border: 1px solid #ECEDF2;
    border-radius: 8px;
    transition: all 300ms ease;    
    }
    .sidebar-widget.contact-widget .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    }
    
    
    
     .singles{
    /*box-shadow: 0px 0px 17px 0px rgb(16 16 16 / 11%);*/
    border: 1px solid #1e1b3921;
    background: #406db5;
    color: white;
    padding: 15px;
    border-radius: 8px;
    }
    .single img{
    border-radius: 5%;
    width: 140px !important;
    height: 140px !important;
    }
     .single:hover img{
         
         filter: invert(1) grayscale(100%) brightness(200%);
     }
    
    .single h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3em;
    color: #202124;
    margin-top: 13px;
    }
     .singlea{
    /*box-shadow: 0px 0px 17px 0px rgb(16 16 16 / 11%);*/
    border: 1px solid #1e1b3921;
    padding: 15px;
    border-radius: 8px;
    }
    .singlea img{
         border-radius: 5%;
    width: 100% !important;
    height: 100% !important;
    }
    .singlea h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3em;
    color: #202124;
    margin-top: 13px;
    }
     .singleaa{
    /*box-shadow: 0px 0px 17px 0px rgb(16 16 16 / 11%);*/
    /*border: 1px solid #1e1b3921;*/
    padding: 15px;
    border-radius: 8px;
    }
    .singleaa img{
         border-radius: 5%;
    width: 100% !important;
    height: 100% !important;
    }
    .singleaa h5{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3em;
    color: #202124;
    margin-top: 13px;
    }
    
   
 
 .sectionClass {
  /*padding: 0px 0px 50px 0px;*/
  position: relative;
  display: block;
}
.aaa1{
    padding: 30px !important;
    background-color: #406db5;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.projectFactsWrap{
    display: flex;
  /*margin-top: 30px;*/
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: #69b047;
  border-radius: 35px 0px 0px 35px;
}

.projectFactsWrap .item:nth-child(2){
 background: #69b047;
}

.projectFactsWrap .item:nth-child(3){
  background: #69b047;
}

.projectFactsWrap .item:nth-child(4){
 background: #69b047;
 border-radius: 0px 35px 35px 0px;
}

.projectFactsWrap .item p.number{
  font-size: 75px;
  padding: 0;
  font-weight: bold;
  margin-bottom:15px;
  color: white;
}

.projectFactsWrap .item p{
  color: white;
  font-size: 38px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: white;
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom:20px;
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}



@media screen and (max-width: 768px) {
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }
}








.font-size-1 {
font-size: 0.75rem;
}
.woocommerce a{
color: #87c06c;
text-decoration: none;
background-color: transparent;
}
.text-limit {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em* 2);
    min-height: calc(1.5em* 2);
    font-size: 15px;
}
.text-limit a{
    color:#161619;
}
.price {
    margin-bottom: 9px;
}
.font-weight-medium {
    font-weight: 500 !important;
}
span.woocommerce-Price-amount.amount {
    display: flex;
}
.delamount {
    color: #858080;
    font-size: 14px;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.prediscountsp {
    float: right;
    margin-left: auto;
    font-size: 12px;
    background: #ffffff;
    padding: 0px 6px;
    border-radius: 5px;
    color: #87c06c;
    border: solid 1px #ccc;
    /* box-shadow: 0px 0px 3px 1px #cccccc85; */
}
.product__add-to-cart {
        position: relative;
    background: #406db5;
    padding: 7px 15px;
    font-size: 14px;
    color: #323030;
    border-radius: 3px;
    display: block;
    color: #fff;
}
.product__add-to-cart:hover {
    background: #69b047;
}
.w-h-80 {
    width: 100%;
    height: auto;
    margin: auto;
}




 .border-left {
    border-left: 1px solid #eae8e4 !important;
    }
    .pl-0{
    padding-left: 0 !important;
    }
    @media (min-width: 1200px) {
    .px-xl-7{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    }
    }
    .font-size-7 {
    font-size: 1.875rem;
    }
    .font-size-2 {
    font-size: 0.875rem !important;
    }
    .font-size-2 p{
    margin-top: 0;
    margin-bottom: 1rem;
    }
    [data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    }
    [data-star]::before {
    display: block;
    content: "★★★★★";
    color: #bbb0b0;
    font-size: 25px;
    }
    [data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: "★★★★★";
    width: 0;
    color: #ff8c00;
    overflow: hidden;
    height: 100%;
    font-size: 25px;
    }
    .ml-0{
    margin-left: 0 !important;
    }
    .text-gray-600 {
    color: #7f7f83 !important;
    }
    .font-weight-medium {
    font-weight: 500 !important;
    }
    .font-size-2 .ml-3{
    margin-left: 1rem !important;
    }
    .price {
    margin-bottom: 0.25rem !important;
    }
    .font-size-22 {
    font-size: 1.375rem;
    }
    .pricebox .ml-2 {
    margin-left: 0.5rem !important;
    margin-bottom:0 !important;
    }
    .text-danger {
    color: #03bcd1 !important;
    }
    .pricebox .ml-3{
    margin-left: 1rem !important;
    }
    .amount {
    display: flex;
    }
    .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }
    .table, .widget_calendar table {
    width: 100%;
    margin-bottom: 1rem;
    color: #161619;
    }
    .min-width_180 {
    width: 180px;
    padding-left: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.5rem !important;
    border: 0 !important;
    }
    .btn-dark {
    color: #fff;
    background-color: #406db5;
    border-color: #11aec9;
    }
    .btn-dark:hover {
    color: #fff;
    background-color: #353676;
    border-color: #353676;
    }
    #sharebtn .link-black-100 {
    color: #353676;
    }
    
    #sharebtn .btn {
    display: inline-block;
    font-weight: 400;
    color: #161619;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 3px 10px;
    margin-right: 10px;
    font-size: 1rem;
    border: solid 1px #fff;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .table th, .widget_calendar table th, .table td, .widget_calendar table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eae8e4;
    }
    
    .font-size-15 {
    font-size: 3.75rem;
    color:#000;
    }
    .font-weight-bold {
    font-weight: 700 !important;
    }
    .pl-xl-4{
    padding-left: 1.5rem !important;
    margin-bottom: 1rem;
    }
    .bg-white-100 {
    background-color: #f6f5f3 !important;
    }
    .headeingsize {
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    background: #353676;
    padding: 4px 14px;
    border-radius: 5px;
    font-weight:500;
    }
    .viewmorebtn {
    font-size: 16px;
    text-transform: uppercase;
    background: #353676;
    padding: 2px 10px;
    }
    
    /* Tabs Container */
    .tabs {
    width: 100%;
    }
    .marl-3 {
    margin-left: 1rem !important;
    }
    .font-weight-normal {
    font-weight: 400 !important;
    }
    .text-yellow-darker {
    color: #ffbd00 !important;
    }
    
    /* Tabs Navigation */
    .tabs-nav {
    position: relative;
    display: flex;
    overflow: hidden;
    border-top: 1px solid #eae8e4;
    border-bottom: 1px solid #eae8e4;
    }
    
    /* Tab Buttons */
    .tab-button {
    flex: 1;
    all: unset;
    position: relative;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color:#000;
    }
    .tab-button:hover {
    color: #000;
    }
    
    .tab-button[aria-selected="true"] {
    color:#000;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    }
    
    /* Moving Indicator */
    .tabs-indicator {
    position: absolute;
    top: var(--tabs-nav-padding);
    bottom: var(--tabs-nav-padding);
    left: 0;
    border-radius: calc(var(--tab-border-radius) - 2px);
    background:red;
    transition: 
    transform var(--transition-duration) var(--transition-timing),
    width var(--transition-duration) var(--transition-timing);
    pointer-events: none;
    z-index: 0;
    box-shadow: 
    0 0 0 1px var(--border-color),
    0 4px 12px rgba(0, 0, 0, 0.1);
    will-change: transform, width;
    }
    
    /* Tab Panels */
    .tab-panel {
    display: none;
    transform-origin: top;
    animation: slideIn var(--transition-duration) var(--transition-timing);
    }
    
    .tab-panel[aria-hidden="false"] {
    display: block;
    }
    
    /* Animations */
    @keyframes slideIn {
    from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
    }
    to {
    opacity: 1;
    transform: translateY(0) scale(1);
    }
    }
    
    /* Focus styles */
    .tab-button:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    }
    
    /* Content styling */
    
    .tab-panel p {
    line-height: 26px;
    opacity: 0.9;
    }
    
    
    .read-more h6{
    font-weight: 400;
    color:white;
    font-size: 16px;
    }
    
    
    .about-img img{
    width: 100%;
    border-radius: 10px;
    }
    
   
  .carousel-control-next, .carousel-control-prev {
       display: none !important;
  }
    
    
    
    
    
    .custom-border {
    border: 1px solid #000; /* Black border with 2px width */
    border-radius: 5px; /* Rounded corners with 5px radius */
    background-color: #406db5; /* Set background color to blue */
    padding: 5px; /* Space between the image and the border */
}

.custom-border img {
    border-radius: 3px; /* Optional: to make the image corners rounded as well */
    width: 100%; /* Ensure image fits well inside the container */
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    margin-left: 20px !important;
}
.aa1{
    border: 1px solid !important;
    padding: 6px !important;
}


/*//Media Query//*/

@media(max-width:991px){
    
    
}

/*Order*/

 .ordr-box {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    background: #fff;
    border: 1px solid #dbdbdb;
    }
    .ordr-top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f2f1bf;
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb;
    gap: 30px;
    flex-wrap: wrap;
    }
    .odr-top-bx {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    }
    .odr-top-desgn h5 {
    font-size: 16px;
    margin: 0;
    }
    .odr-top-desgn a {
    font-size: 16px;
    color: #ff0066;
    display: inline-block;
    }
    .odr-top-desgn p {
    font-size: 15px;
    color: #161619;
    margin: 0 0 5px;
    }
    .mr-4, .mx-4 {
    margin-right: 1.5rem !important;
    }
    .odr-cntr-box {
    padding: 15px 20px;
    }
    .cntr-txt-bx h5 {
    color: #353676;
    font-size: 19px;
    }
    .mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
    }
    .cntr-txt-bx a{
    color: #161619;
    }
    .cntr-txt-bx h5:hover a{
    color: #ff0066;
    }
    .cntr-txt-bx p {
    font-size: 15px;
    margin: 0 0 8px;
    }
    .odr-btm-box {
    padding: 10px 20px;
    border-top: 1px solid #dbdbdb;
    }
    .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    }
    .odr-btm-box a {
    font-size: 16px;
    color: #353676;
    display: inline-block;
    font-weight: 500;
    }
    @media (max-width: 576px) {
    .cntr-txt-bx {
        text-align: center;
    }
    .cntr-txt-bx p {
            display: none;
    }
    .cntr-txt-bx h5 {
    color: #353676;
    font-size: 17px;
    }
    }
    @media (min-width: 992px) {
    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }
    }
    
    
  .price_details {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    background: #fff;
    border-bottom: 1px solid #eae8e4;
    }
    .price_details h5{
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    }
    .price_details h6{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.5rem;
    }
    .p_md_4d875 {
    padding: 15px !important;
    }
    .view_colam {
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    }
    .float-right {
    float: right !important;
    }
    .badge-danger {
    color: #fff;
    background-color: #d10303;
    }
    .view_but {
    border: 1px solid #dbdbdb;
    padding: 3px 10px;
    color: #000 !important;
    }
        .text-md-left {
        text-align: left !important;
    }
    .crop-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
    .price_details h6 a{
    color: #161619;
    }
    .StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
    }
    .StepProgress::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 10px;
    height: 100%;
    border-left: none;
    }
    .StepProgress-item {
    position: relative;
    counter-increment: list;
    }
    .StepProgress-item.is-done::before {
    border-left: none;
    }
    .StepProgress-item::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -30px;
    height: 100%;
    width: 10px;
    }
    .StepProgress strong {
    display: block;
    }
    .StepProgress-item.is-done::after {
    content: "✔";
    font-size: 10px;
    color: #fff;
    text-align: center;
    border: 2px solid green;
    background-color: green;
    }
    .StepProgress-item::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -40px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    }
    
    
    @media (min-width: 300px) and (max-width: 978px){
  .anj1 {
margin-left: -37px !important;

  }
  
  .projectFactsWrap .item p {
      font-size: 31px;
  }
  
  .header-search {
      margin-top: -9px !important;
  }
}

    
    
    
    
    
    
    