/* font-family: 'Poppins', sans-serif; */
.header-section {
    position: fixed;
    top: 0px;
    left: 0px;
    transition: 0.5s all;
    z-index: 3;
    width: 100%;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
}

.fixed .navbar{
    padding:0px;
}

.fixed .nav-link{
    color:var(--white);
}

.BOB-logo {
    width: 170px;
}

.fixed .BOB-logo {
    width: 140px;
}

.full-banner {
    width: 100%;
    overflow: hidden;
    transition: 0.5s all;
}

.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #1D293E;
    opacity: 0.88;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.banner-form {
    background: rgb(252, 250, 250);
    padding: 20px;
}

.businessList{
    height: 150px;
    overflow-y: scroll;
}
.businessList li{
    display: block!important;
}
.businessList li a {
    padding: 8px 15px!important;
    border-radius: 5px!important;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    background-color: var(--lightgrey) !important;
    display: block;
    margin-bottom: 5px;
}

.businessList li a:hover{
    color:var(--theme-color);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--theme-color);
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--theme-color);
  }

.navbar-dark .navbar-nav .nav-link {
    color: #f8f9fa !important;
}

.navbar-nav {
    padding: 10px 75px !important;
}

.navbar-nav li {
    padding: 0px 5px;
}

.navbar-nav li i {
    color: var(--white);
    font-size: 18px;
    padding-top: 10px;
}

.navbar-nav li a {
    color: var(--black);
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin: 0.125rem 0 0;
    background: rgba(0,0,0,0.7);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--purple);
    border: 1px solid var(--purple);
    border-top: none;
    top: 56px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: var(--white);
    text-decoration: none !important;
    background-color: var(--theme-color);
}

.home-banner {
    /* background-color: var(--blue); */
    padding: 250px 0px;
    background-image: url('../img/banner01.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hp-banner {
    /* background-color: var(--white); */
    padding: 20px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
.hpSearchFormDiv{
    padding: 20px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}
/* .hp-banner h3{
    background-color: var(--white);
    display: inline-block;
    padding: 15px 45px;
    border-radius: 10px;
    font-size: 24px!important;
    font-weight: 600!important;
} */
.hp-banner h3 {
    background-color: rgba(256, 256, 256, 0.8);
    display: inline-block;
    width: 60%;
    padding: 60px 50px;
    border-radius: 10px;
    font-size: 24px !important;
    font-weight: 600 !important;
}
/* .hp-banner h3 button:first-child{

} */

.hp-banner ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.hp-banner ul li {
    display: inline-block;
}

.hp-banner ul li a {
    padding: 10px 15px;
    background-color: var(--white);
    border-radius: 5px;
    transition: all ease-in 0.2s;
}

.hp-banner ul li a:hover {
    padding: 10px 15px;
    background-color: var(--blue);
}

.hp-banner-offer {
    margin-top: 20px;
}

/* new_home 20241129 */
/* #videoBg {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
} */

.Nwhome-banner {
    /* background-color: transparent; */
    padding: 80px 0px;
    /* background-image: url('../img/banner01.jpg'); */
    background-image: url('../img/banner/banner01.jpg');
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    /* position: absolute;
    z-index: 1000; */    
}

.NwhpSearchFormDiv{
    padding: 20px;
    position: relative;
    text-align: center;
    background: rgb(255 255 255 / 12%);
    /* border: 2px solid rgb(255 255 255 / 78%); */

    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, var(--white), var(--black)) 1;
    border-radius: 10px;
}
/* .NwhpSearchFormDiv >label, h3, h6{
    color:#fff;
} */

.NwhpSearchFormDiv .form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
    background-color: var(--theme-color);
    color: var(--white);
}
.NwhpSearchFormDiv .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.NwhpSearchFormDiv .form-wizard .form-wizard-steps li span {
    background-color: var(--black);
    color:var(--white)
}
.form-wizard .form-wizard-steps li::after {
    background-color: var(--black);
    content: "";
    border-bottom: 1px solid var(--black);
    border-top: 1px solid var(--black);
}

.context-div h2{
    font-size: 36px;
    font-weight: bold;
    font-family: poppins;
}
.context-div h2 span{
    color: var(--theme-color);
}
.context-div ul li{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 2rem;
}
/* new_home 20241129 ends */

.offer-wrapper {
    padding: 5px 20px;
    background-color: #18665e0c;
}

.offer-wrapper p {
    font-size: 12px;
}

.offer-wrapper h4 {
    font-weight: 600;
    font-size: 18px;
}

.offer-wrapper a {
    color: var(--blue);
}

.offer-wrapper a:hover {
    color: var(--white);
    text-decoration: underline;
}

.trans-btn {
    cursor: pointer;
    border: 1px solid var(--white);
    background-color: transparent;
    height: 50px;
    width: 200px;
    color: var(--white);
    font-size: 1.5em;
    border-radius: 25px;
    padding: 5px 30px;
}

.home-banner-div {
    border-right: 1px solid var(--white);
}


/* 20220525 */
.section-01 {
    padding: 100px 0px;
    background: var(--lightgrey);
}

.our-card-sec {
    margin-top: -110px;
}

.our-card-sec .col-md-2 {
    border-right: 3px solid #039c56;
    height: 110px;
    background-color: var(--blue);
}

.our-card {
    padding: 20px 0px;
    text-align: center !important;
    margin: 0px auto;
    border-radius: 5px;
}

.no-borderright {
    border-right: none !important;
}

.nobg {
    background-color: transparent !important;
}

/* .our-card:hover {
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #009688;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
} */

.our-card img {
    width: 35%;
    padding: 10px;
}

.our-card h4 {
    padding: 10px 0px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
}

.our-card p {
    padding: 10px 0px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--white) !important;
}

.section-02 {
    padding: 30px 0px;
    /* background-color: ; */
}

.section-01,
.section-02 h2 {
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
}

.section-01,
.section-02 p {
    color: var(--liteblack);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
}

.wrapper {
    /* height: 400px; */
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0px 0px;
}

.name {
    position: relative;
    font-size: 16px;
    display: inline-block;
}

.name:after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: 1px;
    background-color: #000;
    bottom: -4px;
    left: 0;
}

.box {
    position: relative;
    max-height: 300px;
    border-radius: 8px;
    border: 3px solid #f5f5f5;
    padding: 0px;
    overflow: hidden;
    /* box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06); */
}

.box .hide {
    opacity: 0;
}

.box .frame {
    position: absolute;
    border: 1px solid #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box h2,
.box p {
    position: absolute;
    color: #fff;
    z-index: 2;
    width: 100%;
    transition: opacity 0.2s, transform 0.3s;
}

.hp-find-finest .box h2{
    font-size: 24px;
}
.box h2 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px black;
}

.box h2 span{
    font-size: 12px;
    line-height: 3;
}

.box p {
    bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.box{
    box-shadow: 0px 0px 10px #fff;
    transition: all ease-in 0.2s;
}

.box:hover {
    box-shadow: 0px 0px 10px #cbcbcb;
    transition: all 0.3s ease-in-out;
}

.box:hover:before {
    transition: all 0.3s ease-in-out;
}

.box img {
    position: relative;
    /* width: 100%;
    height: 100%; */
    height: 300px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.box img:hover {
    transition: all 0.3s ease-in-out;
}

.box img:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.box img:hover {
    transition: all 0.3s ease-in-out;
}

.w-content .frame {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-color: transparent;
}

.w-content h2 {
    margin-top: 0;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    letter-spacing: 1px;
}

.w-content p {
    transform: translate3d(0, -10px, 0);
}

.w-content:hover {
    opacity: 0.8;
}

.w-content:hover .frame {
    border-color: #fff;
    transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.vintage h2 {
    top: 50%;
    transform: translate3d(0, 60px, 0);
    text-align: center;
}

.vintage p {
    opacity: 0;
    bottom: 0;
    transform: translate3d(0, -10px, 0);
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.vintage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    z-index: 2;
    bottom: -100%;
    left: 0;
}

.vintage .overplay-food {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 95%);
    z-index: 2;
    bottom: -10%;
    left: 0;
}

.vintage:hover:before {
    bottom: 0;
}

.vintage:hover h2 {
    bottom: 40px;
    transform: translate3d(0, 20px, 0);
}

.vintage:hover p {
    opacity: 1;
    transform: translate3d(0, -30px, 0);
}

.zoom-out .frame {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.zoom-out h2 {
    font-size: 20px;
    font-weight: 300;
    margin-left: 10px;
    letter-spacing: 1px;
}

.zoom-out span {
    font-size: 24px;
    font-weight: 500;
}

.zoom-out p {
    max-width: 120px;
    text-align: right;
    margin: 10px;
    right: 0;
}

.zoom-out img {
    transform: scale(1.1);
}

.zoom-out:hover img {
    transform: scale(1);
    filter: contrast(70%);
}

.looking-body{
    margin-top: 8%;
}

/* looking page accodion */
.looking-body .accordion {
    background-color: var(--theme-color) !important;
    color: var(--white);
    cursor: pointer;
    padding: 5px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

.looking-body .active, .accordion:hover {
    background-color: #ccc;
}

.looking-body .accordion:after {
    content: '\002B';
    color: var(--white);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.looking-body .active:after {
    content: "\2212";
}

.looking-body .panel {
    padding: 0 15px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.looking-body .panel .card {
    background-color: transparent;
    box-shadow: 0px 0px 10px transparent;
    transition: all ease-in 0.2s;
    border: 1px solid transparent;
}
.lokoffer-sec{
    background-color: var(--lightgrey);
    padding-bottom: 0px!important;
    margin-bottom: -10px;
    margin-top: 10px;
    padding-top: 5px!important;
}

@media screen and (min-width: 1200px){
    .container {
        max-width: 1300px;
    }
    .looking-body .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .searchFormDiv{
        margin-top:-10px;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}


.item-parent {
    width: 100%;
    height: 125px;
    overflow: hidden;
    border-radius: 2px;

    /* aft */
    border-bottom: 1px solid var(--lightgrey);
    /* padding-bottom: 20px; */
}

.item-parent:hover {
    box-shadow: 0 10px 31px 0 rgb(7 152 255 / 9%);
    border-radius: 2px;
}

.item-child {
    width: 100%;
    height: 100%;
    background-color: black;
    /* fallback color */
    background-position: center;
    background-size: cover;
    transition: all .9s;
}

.item-parent:hover .item-child,
.item-parent:focus .item-child {
    transform: scale(1.2);
}

.item-child::before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.55);
}

.item-parent:hover .item-child:before,
.item-parent:focus .item-child:before {
    display: block;
}

.status_tag_sec {
    /* position: absolute; */
    top: 0;
}

.status_tag_sec_left {
    float: left;
    position: absolute;
    top: 0;
    left: 30px;
}

.status_tag_sec_right {
    float: right;
    position: absolute;
    right: 0px;
    top: 84px;
}

.featured_tag {
    background-color: #f1bf7fd9;
    color: #fff;
    position: relative;
    font-size: 11px;
    padding: 0 10px;
    line-height: 20px;
    background-image: none !important;
    margin-bottom: 4px;
    top: 20px;
    /* left: -20px; */
    font-weight: 500;
    border-radius: 3px;
    position: relative;
}

.status_tag {
    background-color: rgba(0,0,0,0.7);
    color: var(--white);
    font-size: 14px;
    padding: 4px 8px;
    line-height: 18px;
    background-image: none !important;
    margin-bottom: 4px;
    top: 10px;
    /* right: -40px; */
    font-weight: 500;
    border-radius: 3px;
    position: relative;
}

.item-child-location-sec {
    position: absolute;
    top: 96px;
    left: 0px;
    padding: 3px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.item-child-location-sec span {
    font-size: 12px;
}

.item-child-location-sec > span{
    color: var(--white);
    transition: all .9s;
}

.item-child-location-sec > i{
    color: var(--white);
    transition: all .9s;
}

.item-child-location-sec a:hover {
    color: var(--blue);
}

.listing-thumb-details {
    background-color: var(--white);
    padding: 20px 20px 0px 20px;
}

.listing-thumb-details h4 {
    font-size: 20px;
}

.listing-thumb-details h4 span {
    color: var(--blue);
    font: 18px;
}

.listing-thumb-details ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.listing-thumb-details ul li {
    display: inline-block;
}

.listing-thumb-title {
    color: var(--black);
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 18px;
    display: block;
    transition: all .9s;
}

.listing-thumb-title:hover {
    color: var(--blue);
}

.price-label {
    font-size: 20px;
    margin-top: 2px;
    color: var(--blue);
    font-weight: 600;
}

.listing-thumb-desc {
    font-size: 12px;
}

.listing-thumb-icons ul {
    list-style: none;
    margin-left: -7px;
    padding-left: 0px;
    display: inline-block;
}

.listing-thumb-icons ul li {
    display: inline-block;
    padding-left: 10px;
    color: #5c727d;
    text-transform: capitalize;
    border-right: 1px solid var(--litegrey);
    padding-right: 10px;
    margin-top: 5px;
}

.listing-thumb-icons ul li i {
    color: #5c727d;
}

.listing-thumb-footer {
    padding-bottom: 50px;
}

.listing-thumb-builder ul {
    list-style: none;
    padding-left: 0px;
    margin-left: -7px;
}

.listing-thumb-builder ul li {
    display: inline-block;
}

.listing-thumb-builder-img {
    /* width: 150px;
    height: 30px; */
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
}

.listing-thumb-builder-title {
    color: var(--black);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 18px;
    display: block;
    margin-top: -30px;
    position: absolute;
    transition: all .9s;
}

.listing-thumb-builder-title:hover {
    color: var(--blue);
}

.listing-thumb-builder i {
    font-size: 16px;
    color: #5c727d;
    border: 1px solid #5c727d;
    padding: 8px;
}

.listing-thumb-builder i:hover {
    font-size: 16px;
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 8px;
}

.listing-thumb-footer .wish {
    display: inline-block;
    position: relative;
    right: 0px;
    top: 0px;
    font-size: 20px;
}

.listing-thumb-footer .wish-icon i {
    font-size: 16px;
    color: #5c727d;
    text-shadow: none;
}


/* tiles */
.tiles ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.tiles .card:nth-child(odd) {
    /* font-size: 18px; */
    background-color: #fcfcfc;
}
.tiles .card:nth-child(even) {
    /* font-size: 18px; */
    background-color: #eddfd9;
}

.tiles-header:nth-child(odd) {
    /* font-size: 18px; */
    background-color: #eddfd9;
}
.tiles-header:nth-child(even) {
    /* font-size: 18px; */
    background-color: #fcfcfc;
}


.tiles-body h2 {
    color: var(--black);
    font-size: 50px;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 700;
}

.tiles-body h2 span {
    font-size: 18px;
    color: var(--gray-dark);
}

.tiles-body .badge-warning{
    background-color: #c4c3c3;
    font-weight: 100;
}

/* .tiles-body p{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}
.tiles-body ul{
    margin-top:-10px;
}
.tiles-body li{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
    font-size:14px;
}
.form-control{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}

.tiles-body .cuisine{

} */

/* tiles ends */


.agent-sec {
    overflow: hidden;
    padding: 0px 0px !important;
}

.agent-sec .col-md-6 {
    padding: 140px;
}

.agent-title {
    color: #000 !important;
    font-size: 39px !important;
    line-height: 1.2em !important;
}

.agent-img {
    background-color: #b8b8ba;
    background-image: url(https://demo2wpresidence.b-cdn.net/wp-content/uploads/2020/06/smiling_man_demo2.png);
    background-position: 50% 35px;
    background-repeat: no-repeat;
    background-size: contain;
}

.agent-desc {
    margin-bottom: 15px;
    word-break: break-word;
    color: #838383 !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
    padding: 10px 0px;
}


/*about-us pages*/
.about-us-inner {
    padding: 50px 0px;
    width: 100%;
    text-align: left;
}

.about-us-inner h1 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}

.header-slide .carousel-inner {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    height: 550px !important;
}

.header-slide .carousel-caption {
    position: absolute !important;
    right: 15% !important;
    bottom: 330px !important;
    left: 15% !important;
    z-index: 10 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #ebf0f5 !important;
    text-align: center !important;
}

.header-slide .carousel-item {
    height: 100vh;
    min-height: 550px;
}

.header-slide .carousel-caption {
    bottom: 220px;
}

.header-slide .carousel-caption h5 {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    font-weight: 400;
}

.header-slide .carousel-caption h5 span {
    display: block;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    font-weight: 600;
}

.header-slide .carousel-caption p {
    font-size: 16px;
    margin: auto;
    width: 68%;
    line-height: 1.9;
    color: var(--white);
}

.header-space{
    margin-top: 90px;
}

.btn-change8 {
    height: 50px;
    width: 100px;
    background: rgba(76, 217, 100, 0.75);
    margin: 20px;
    border: 0px;
    color: var(--white);
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #bd2130 inset;
    border-radius: 50px;
}

.btn-change8:hover {
    -webkit-box-shadow: -100px 0 0 #31708f inset;
    background: var(--white);
}


.btn-secondary {
    color: var(--white) !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    width: 100% !important;
    height: 50px !important;
}

.btn-success {
    color: var(--white) !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    padding: 10px 20px !important;
    width: 100% !important;
}


.heading01 {
    color: var(--purple);
    font-size: 60px;
    padding: 0;
    margin: 0;
    line-height: 60px;
    font-weight: 700;
    text-align: left;
    padding-top: 30px;
    padding-left: 20px;
}

.heading01 span {
    font-size: 30px;
    color: var(--blue);
}

.heading02 {
    color: var(--blue);
    font-size: 37px;
    font-weight: 700;
    padding: 10px 20px;
}

.Direct-Supplies-p {
    color: var(--blue);
    font-size: 25px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    padding-left: 20px;

}

.list-heading {
    width: 100%;
    padding: 1px 20px;
}

.list-heading ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-heading>a {
    display: block;
    margin: 0px;
    border-top: 1px solid var(--blue) !important;
    font-size: 18px !important;
    padding: 10px 0px;
    color: var(--blue);
}

.section-03 {
    background-color: #F7F8FA;
    padding-bottom: 20px;
}

.section-04 {
    background-color: #F7F8FA;
    padding: 20px;
}

.icon-hover {
    background-color: #F7F8FA;
    padding: 30px 0px;
}

.img-hover:hover {
    transform: scale(0.9);
    transition-duration: .3s;
    transition-property: transform;
}

.background-img {
    background-image: url(../img/Building-Garden-1350x200-2.jpg);
    height: 200px;
    width: 100%;
}

.section05 {
    padding: 50px 0px;
    background-color: var(--white);
    text-align: center;
}

.main-heading {
    font-size: 40px;
    line-height: 24px;
    color: var(--liteblack);
    margin-bottom: 5px;
    font-weight: 700;
}

.sub-heading {
    font-size: 16px;
    color: #555555;
    padding: 10px;
}

.box-heading {
    font-family: Open Sans;
    font-size: 18px;
    line-height: 22px;
    color: #555555;
}

.box-p {
    line-height: 24px;
    margin-bottom: 24px;
    padding: 10px 20px;
    color: #555555;
}

.img-section {
    background-color: #f4f8f8;
    text-align: center;
    padding: 50px 0px;
}

.icon-section {
    background-color: var(--white);
    text-align: center;
    padding: 50px 0px;
}

.box-hover {
    border: 2px solid #3396D1;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    margin: auto;
}

.box-hover:hover {
    border: 2px solid #3396D1;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    background-color: #3396D1;
    text-align: center;
    padding: 30px 20px;
    transition: 0.5a all;
}

/*search bar css*/
.searchFormDiv {
    background: #f6f6f6;
    padding: 10px;
}

.searchForm .form-group {
    margin-right: 5px;
}

.searchForm label {
    padding-top: 5px;
    margin-bottom: 2px;
    font-size: 20px;
}

.search {
    /* height: 600px; */
    background-color: var(--blue);
    /*background-image: url('../img/banner-1.jpg');*/
    /*background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 107px;*/
}

.searchForm input[type="text"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(171, 171, 171);
    opacity: 1;
    /* Firefox */
}

.searchForm input[type="text"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(59, 59, 59);
}

.searchForm input[type="text"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(59, 59, 59);
}

.badge-purple {
    color: var(--white);
    background-color: var(--purple);
}

.searchwrap {
    /* margin-left: -100px; */
    margin-top: 2%;
    position: relative;
    padding: 50px 30px;
    /*background: rgba(256, 256, 256, 0.5);*/
    background: #f0f0f0;
    border-radius: 5px;
}

.searchwrap h2 {
    color: var(--purple);
    font-size: 35px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.searchwrap h2 span {
    font-weight: bold;
    text-transform: uppercase;
    /*color: #3b56a5;*/
}

/*.search{
    position: absolute;
}*/
.searchInputWrapper {
    position: relative;
}

.searchInput {
    width: 33.6rem;
    height: 3rem;
    padding: 0 1rem;
    border-radius: 4px;
    border: none;
    /*transition: transform 0.1s ease-in-out;*/
}

::placeholder {
    color: #a1a1a1;
}

/* //hide the placeholder text on focus  */
:focus::placeholder {
    text-indent: -999px;
}

/*.searchInput:focus {
    outline: none;
    transform: scale(1.1);
    transition: all 0.1s ease-in-out;
}*/

.searchInputIcon {
    position: absolute;
    right: 2.8rem;
    top: 1rem;
    color: #a1a1a1;
    transition: all 0.1s ease-in-out;
}

.container:focus-within>.searchInputWrapper>.searchInputIcon {
    right: 0.2rem;
}

.popular ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;
}

.popular ul li {
    display: inline-block;
    color: var(--blue);
}

.popular a {
    background-color: transparent;
    line-height: 24px;
    font-weight: 400;
    color: var(--purple);
    padding: 5px 8px;
    border: 1px solid var(--purple);
    border-radius: 40px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 4;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.popular a:hover {
    background-color: var(--white);
    color: var(--blue);
    text-decoration: none;
}

/*search ends*/
/* Scroll To Top */
#ScrolltoTop {
    display: inline-block;
    background-color: var(--theme-color);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 80px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#ScrolltoTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: var(--white);
}

#ScrolltoTop:hover {
    cursor: pointer;
    background-color: var(--black);
}

#ScrolltoTop:active {
    background-color: var(--blue);
}

#ScrolltoTop.show {
    opacity: 1;
    visibility: visible;
}

/* fot notice */
.fot-notice {
    background-color: var(--blue);
}

.fot-notice h5 {
    padding-top: 14px;
    font-size: 16px;
    padding-bottom: 5px;
}


/*footer*/
footer {
    background: var(--white);
    color: var(--gray-dark);
    padding: 70px 0px 40px 0px;
}

footer ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.textwidget{
    padding-right: 40px;
}

.widget-title {
    color: var(--black);
}

.widget-title:after {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    margin: 10px 0;
    background-color: var(--blue);
}

/* .textwidget ul li{
    padding: 5px 0px;
} */

.textwidget ul li {
    padding: 5px 10px;
    display: inline-block;
    margin-right: 5px;
    background-color: var(--lightgrey);
    border-radius: 5px;
    margin-top: 5px;
}

.textwidget a {
    color: var(--gray-dark);
    font-size: 16px;
}

.textwidget a:hover {
    color: var(--liteblack);
}

.after-footer {
    background: var(--black);
    padding: 20px 0px 3px 0px;
    color: var(--lightgrey);
    font-size: 14px;
}

.after-footer a {
    color: var(--purple);
}

.after-footer a:hover {
    color: var(--white);
}

.inner-maintitle {
    text-align: center !important;
    color: var(--white);
    background: var(--theme-color);
    padding: 12px;
    margin-bottom: 30px;
}

.privacy-policy h3 {
    color: #3b56a5;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.privacy-policy p {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.6rem;
}
.privacy-policy li {
    line-height: 1.8rem;
    font-size: 14px;
    letter-spacing: 1px;
}
.privacy-policy h6{
    margin-top:30px;
}

/*terms and condition page*/
.tc h3 {
    color: #3b56a5;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 20px;
}

.tc p {
    color: #5c5c5c;
}

/*terms and condition page ends*/

.slide02 .carousel-item img {
    width: 100%;
}

/*services*/
.slide-div {
    width: 90%;
    margin: 0px auto;
}

.cat-wrapper {
    height: 345px;
    margin: 10px;
}

.cat-wrapper h4 {
    position: absolute;
    z-index: 1;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
}

.cat-wrapper h4 small {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    /*width: 48px;
    height: 48px;*/
    /*margin-top: -24px;*/
    text-align: center;
    /*background-color: #000;*/

    font-size: 16px;
    line-height: 100%;
}

.slick-arrow:hover {
    /*background-color: var(--theme-color);*/
}

.slick-arrow:before {
    color: var(--white);
    /*-webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);*/
    border: 0;
    font-size: 40px;
    opacity: 1;
    color: var(--white);
}

.slick-prev {
    left: -13px;
}

.slick-next {
    right: 3px;
}

/*.slick-arrow:after {
    content: "";
    display: inline-block;
    background: url(../img/arrows.svg) no-repeat;
    background-size: 16px 64px;
    width: 16px;
    height: 16px;
    margin-top: 3px;
}*/

.buz {
    background-color: var(--blue);
    color: var(--white);
    padding: 90px 20px;
}

.buz ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.buz ul li {
    padding-bottom: 10px;
    font-size: 16px;
}

.buz ul li i {
    color: #ccc;
    padding-right: 5px;
}

.buz a {
    display: inline;
}

.buz span {
    color: var(--purple);
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
}

/*inner page css*/
.inner-banner {
    background-image: url("../img/banner01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-top: 107px; */
    height: 400px;
}

.text-box {
    text-align: center;
    margin: 0px auto;
    margin-top: 14%;
    background: rgb(29 29 29 / 85%);
    padding: 15px 30px;
    color: var(--purple);
}

.inner-sec01 p {
    color: var(--liteblack);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

.inner-sec02 {
    padding: 60px 0px;
    background: #fafafa;
}

.inner-sec02 h3 span {
    color: var(--purple);
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    text-decoration: underline;
}

.inner-sec02 ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.inner-sec02 ul li {
    padding-bottom: 10px;
    font-size: 16px;
}

.inner-sec02 ul li i {
    color: var(--purple);
    padding-right: 5px;
}

.inner-sec02 a {
    display: inline;
}

.inner-sec02 ul li p {
    padding-left: 35px;
    color: var(--litegrey);
}

.innersec03 {
    padding: 80px 0px;
}

.innersec03 h3 {
    font-size: 36px;
    letter-spacing: 0.4px;
    font-weight: 300;
    padding: 10px;
    line-height: 50px;
}

.innersec03 h3 i {
    color: var(--purple);
}

/*inner page css ends*/


/*LOGIN pop form*/

/*Trigger Button*/
.login-trigger {
    font-weight: bold;
    color: var(--white);
    background: linear-gradient(to bottom right, #B05574, #F87E7B);
    padding: 15px 30px;
    border-radius: 30px;
    position: relative;

}

/*Modal*/
/*.close {
  color: var(--white);
  transform: scale(1.2)
}*/
.modal-dialog {
    max-width: 720px;
    margin: 1.75rem auto;
}

.loginpop .modal-content {
    background: var(--blue);
}

.modal-body {
    position: relative;
}

.loginpop .login-btn {
    border-radius: 20px;
    color: var(--white);
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all ease 0.5s!important;
}
.pop-signIN-btn{
    border: 1px solid var(--purple)!important;
    background-color: var(--purple)!important;
    transition: all ease 2s;
}
.pop-signIN-btn:hover{
    border: 1px solid var(--purple)!important;
    background-color: var(--white)!important;
    color: var(--purple)!important;
}

.pop-signUP-btn{
    border: 1px solid var(--black)!important;
    background-color: var(--black)!important;
    transition: all ease 2s;
}
.pop-signUP-btn:hover{
    border: 1px solid var(--black)!important;
    background-color: var(--lightgrey)!important;
    color: var(--black)!important;
}
#btnForG{
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
}

.loginpop .login-btn:active {
    transform: scale(0.95);
}

.loginpop .login-btn:focus {
    outline: none;
}

.loginpop .login-btn.ghost {
    background-color: transparent;
    border-color: var(--white);
}

.loginpop form {
    /* background-color: var(--white); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 170px;
    height: 100%;
    text-align: center;
}

.loginpop input {
    background-color: var(--lightgrey);
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}
#Hlogin h2{
    font-size: 22px;
}


@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.loginpop .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.loginpop .container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.loginpop .overlay {
    /*background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);*/
    background: var(--purple);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: var(--white);
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.loginpop .container.right-panel-active .overlay {
    transform: translateX(50%);
}

.loginpop .overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.loginpop .overlay-left {
    transform: translateX(-20%);
}

.loginpop .container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.loginpop .overlay-right {
    right: 0;
    transform: translateX(0);
}

.loginpop .container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.loginpop .social-container {
    margin: 20px 0;
}

.loginpop .social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

/*login pop form ends*/

/* signup section */
.signup-form {
    padding: 20px 10px;
    background: #fcfcfc;
}

.signup-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    /* text-align: center; */
}

.signup-form input {
    background-color: var(--lightgrey);
    padding: 12px 15px;
    margin: 8px 0;
    height: 45px!important;
}
.signup-form input[type=checkbox] {
    height: auto!important;
}
.signup-form select {
    background-color: var(--lightgrey);
    padding: 12px 15px;
    margin: 8px 0;
    height: 45px!important;
}

.signup-form .login-btn {
    border-radius: 20px;
    border: 1px solid var(--purple);
    background-color: var(--purple);
    color: var(--white);
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.signup-form .login-btn:active {
    transform: scale(0.95);
}

.signup-form .login-btn:focus {
    outline: none;
}

.signup-form .login-btn.ghost {
    background-color: transparent;
    border-color: var(--white);
}

.signup-btn {
    display: block !important;
    position: relative !important;
    width: 20% !important;
}

.response-msg {
    color: #aaaaaa;
}

/* signup ends */

/* social media btns */
.social-btn {
    padding: 7px 2px;
    font-size: 25px;
    transition: all 0.4s ease;
}

.whap {
    color: #25D366;
}

.fb {
    color: #4267B2;
}

.tw {
    color: #1DA1F2;
}

.linkd {
    color: #0077b5;
}

.mail {
    color: #E60023;
}

.mail {
    color: #E60023;
}

/* social media btns ends */

.md-form {
    margin: 10px auto;
}

.single-slider {
    height: 350px;
}

.P-title {
    font-size: 18px;
}

.P-desc {
    font-size: 14px;
    color: #8c8c8c;
}

.single-p-afterMain h5 {
    padding-bottom: 10px;
    font-size: 20px;
    color: #353535;
    font-weight: 400;
}

.single-p-afterMain .row .col-md-12:first-child {
    background: #f8f8f8;
    padding: 30px 20px;
}

.show-phone {
    font-size: 16px;
    text-align: center;
    padding: 5px 0px;
    margin: 0px auto;
    background: #111e31;
}

.alert-respond-DIV {
    padding: 20px 10px;
    background: #fcfcfc;
}

.searchbuilder {
    padding-left: 10px;
    color: var(--blue);
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}

.searchbuilder span {
    color: var(--purple);
    font-weight: 600;
    text-transform: capitalize !important;
}

/* .SupItemSort{
    
}
.SupItemSort ul li {
    display: block;
    text-align: center;
    color: var(--blue);
} */
.card {
    background-color: #fcfcfc;
    box-shadow: 0px 0px 10px #cbcbcb;
    transition: all ease-in 0.2s;
}

.card:hover {
    box-shadow: 0px 0px 10px #fff;
}

.Hthumb {
    width: 100% !important;
    height: 200px !important;
    overflow: hidden !important;
}

.card-body h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

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

.card-title {
    text-transform: capitalize;
}

.card-text {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.price {
    padding-bottom: 10px;
    font-size: 20px;
}

.price span {
    font-size: 14px;
    color: #6c757d;
}

.com {
    position: relative;
}

.homesDIV .card p {
    /* height: 52px; */
}

.FotCompare {
    position: fixed;
    background: var(--blue);
    z-index: 100;
    bottom: 0;
    padding: 20px 10px;
}

.comparebtn {
    position: absolute;
    background: var(--purple);
    z-index: 1160;
    right: 6%;
    bottom: 48%;
    padding: 10px 10px;
    color: var(--white);
}

.comparebtn:hover {
    background: var(--lightgrey);
    color: var(--pruple);
}

.saveCmpbtn {
    position: fixed;
    z-index: 1160;
    right: 6%;
    bottom: 2%;
    padding: 10px 10px;
}

.compareThumb {
    width: 200px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
}

.wish {
    display: block;
    /* position: absolute; */
    /* right: 10px;
    top: 10px;
    font-size: 20px; */
    cursor: pointer;
}

.wish-icon {
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}

.wish-icon i {
    font-size: 16px;
    color: var(--white);
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); */
}

.wish-icon i:hover {
    color: var(--purple);
    /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); */
}


.Add-wishlist {
    background-color: var(--theme-color);
    color: var(--white) !important;
}

.Remove-wishlist {
    background-color: var(--black);
    color: var(--white) !important;
}

.fill-purple {
    color: var(--purple) !important;
}
.share-btn{
    padding: 4px 16px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}


/* wishlist page */
.wishlist-page .wish-icon{
    display: block;
    text-align: center;
    border-bottom: 2px solid #ccc;
    padding: 7px;
    font-weight: 600;
}
/* wishlist page ends */

/* claim btn */
.claim-btn{
    background-color: var(--litegrey);
    font-size: 14px!important;
    font-weight: 300;
}
.claim-btn:hover{
    background-color: var(--lteGrey);
    color:#000;
}

/* claim btn ends */

#showcomparationOTHER {
    display: inline-block;
    color: var(--white);
    background-color: var(--purple);
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    /* transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden; */
    z-index: 1000;
}

#showcomparationOTHER:hover {
    cursor: pointer;
}

.Clearcomparebtn {
    position: absolute;
    background: var(--white);
    z-index: 1160;
    right: 6%;
    bottom: 7%;
    padding: 10px 10px;
    color: var(--purple);
}

tbody th {
    font-weight: 400;
}



/* leadform radio button css */
.InnerPage-Banner {
    padding-top: 250px;
    padding-bottom: 200px;
    /*  background-image: url(../img/banner01.jpeg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.parallax {
    background: url(../img/form/banner01.jpg) repeat fixed 100%;
    background-size: cover;
    color: aliceblue;
}

.InnerPage-Banner h2 {
    font-size: 60px;
    text-align: center;
    font-weight: 600;
}

.seeking-why {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: var(--lightgrey);
}

.seeking-why h3 {
    color: var(--blue) !important;
    text-transform: capitalize;
}

.seeking-why h4 {
    font-size: 16px;
    color: var(--liteblack);
}

.seeking-why img {
    padding: 10px;
}

.seekingform-main .carousel-item {
    height: 750px;
}

.seekingform-main {
    /* background-color: #0b5759; */
    overflow: hidden;
}

.seekingform-main .first-col {
    padding-left: 0px;
    padding-right: 0px;
}

.seekingform-sec {
    background-color: var(--blue);
    /* 
    border: 1px solid var(--white); */
    padding-top: 70px;
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.seekingform-img {
    background-image: url(https://demo2wpresidence.b-cdn.net/wp-content/uploads/2020/06/smiling_man_demo2.png);
    background-position: 50% 35px;
    background-repeat: no-repeat;
    background-size: contain;
}

.seekingform-main label {
    text-transform: uppercase;
    color: var(--white);
}

.seekingform-main .form-wizard-header h5 {
    text-transform: capitalize;
    color: var(--white) !important;
    font-size: 24px;
}

.seekingform-main .form-wizard-header p {
    text-transform: capitalize;
    color: var(--white) !important;
    font-size: 16px;
    padding-top: 10px;
}

.seekingform-main .form-control {
    border-radius: 0px;
    border: 1px solid var(--blue);
    background-color: var(--white);
    height: 50px !important;
    padding: 0px 15px;
}

.seekingform-main .fa-calendar-alt {
    position: absolute;
    top: 35%;
    padding-left: 20px;
    color: var(--blue);
    z-index: 10;
}

.seekingform-main .submit:hover .fa-calendar-alt {
    position: absolute;
    top: 35%;
    padding-left: 20px;
    color: var(--white);
}

.seekingform-main .submit {
    padding-left: 30px;
    background-color: var(--white);
    color: var(--blue);
    border-radius: 0px;
}

.seekingform-main .submit:hover {
    padding-left: 30px;
    background-color: var(--white);
    color: var(--black);
}

.radio-toolbar {
    margin: 10px;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

.radio-toolbar label:hover {
    background-color: #fff;
}

.radio-toolbar input[type="radio"]:focus+label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked+label {
    background-color: var(--blue);
    color: var(--white);
    border-color: #4c4;
}

.dndland {
    padding: 70px;
}

.dndland h4 {
    font-size: 30px;
    color: var(--white);
}

.dndland h5 {
    font-size: 23px;
    color: var(--white);
    padding-top: 20px;
    line-height: 30px;
    font-weight: 300;
    padding-right: 200px;
}

.why-steel {
    background: url(../img/form/builtsteel.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 120px;
}

.why-steel h3 {
    color: var(--white) !important;
    text-transform: capitalize;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: center;
}

.why-steel p {
    color: var(--lightgrey);
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.why-steel img {
    padding: 10px;
}

.seekingform-bottom {
    padding: 90px;
    background-color: var(--litegrey);
}

.seekingform-bottom form {
    background-color: var(--lightgrey);
    padding: 80px 60px;
}

.seekingform-bottom h5 {
    font-size: 45px !important;
    letter-spacing: 1px;
    line-height: 43px;
    text-align: center;
}

.seekingform-bottom p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.seekingform-bottom label {
    text-transform: uppercase;
    color: var(--litegrey);
    font-weight: 300;
}

.seekingform-bottom .form-control {
    border-radius: 0px;
    border: 1px solid var(--litegrey);
    background-color: var(--white);
    height: 50px !important;
    padding: 0px 15px;
}

/* creating checklist page */
.checklist-points {
    padding: 0px;
    overflow: hidden;
}

.here-checklist {
    background-color: var(--lightgrey);
    padding: 120px 40px 40px 40px;
}

.here-checklist h5 {
    color: var(--blue);
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 30px;
    padding-bottom: 20px;
    text-shadow: 0px 0px 1px #797979;
}

.here-checklist li {
    list-style: square;
    color: var(--liteblack);
    line-height: 40px;
    letter-spacing: 1px;
}

/* list as member */
.Growyourbusiness {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 120px;
    background-color: var(--lightgrey);
}

.Growyourbusiness h3 {
    color: var(--blue) !important;
}

.GrowyourbusinessSub h4 {
    padding: 20px 0;
    font-size: 18px;
}

.GrowyourbusinessSub p {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1px;
}

.proactive-sec h3 {
    font-size: 48px;
    line-height: 52px;
    padding-top: 30px;
    margin-bottom: 25px;
}

.proactive-sec p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #444;
    font-weight: 300;
    line-height: 27px;
    text-align: left;
}

.proactive-sec a {
    background-color: var(--red);
    color: var(--white);
}

.seekingform-main textarea {
    display: block;
    width: 100%;
}

.a-pp {
    font-size: 10px !important;
    line-height: 16px !important;
}

/* list as member ends */

/* faq page */
/* .faq-sec-one {
    background-image: url(https://blog.travisso.com/wp-content/uploads/sites/5/2018/06/new-construction-building.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.faq-sec-two {}

details {
    margin: 0 auto;
    background: var(--lightgrey);
    margin-bottom: .5rem;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0, 0, 0, .4);
    border-radius: 5px;
    overflow: hidden;
}

details p {
    font-size: 14px;
    line-height: 25px;
    color: var(--litegrey);
    font-weight: 400;
}

summary {
    padding: 1rem;
    display: block;
    background: var(--lightgrey);
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
}

summary:before {
    content: '';
    border-width: .4rem;
    border-style: solid;
    border-color: transparent transparent transparent var(--blue);
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    transform: rotate(0);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
}

/* THE MAGIC 🧙‍♀️ */
details[open]>summary:before {
    transform: rotate(90deg);
}

details summary::-webkit-details-marker {
    display: none;
}

details>ul {
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.details-expanded {
    padding: 0 2rem;
}

/* faq page ends */

/* advertise page */
.advertise-main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    font-family: "Open Sans";
    margin: 0 auto;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}

.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}

.price-table tr td:first-child {
    border-left: 0 none;
}

.price-table tr td:not(:first-child) {
    text-align: center;
}

.price-table tr:nth-child(even) {
    background-color: #FFFFFF;
}

.price-table tr:hover {
    background-color: #EEEEEE;
}

.price-table .fa-check {
    color: var(--blue);
}

.price-table .fa-times {
    color: #D8D6E3;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.25);
}

.price-table tr td:nth-child(3) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 48px;
}

.price-table tr td:nth-child(3) .fa-check,
.price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
}

/**/

.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
}

.price-table tr.price-table-head {
    background-color: var(--blue);
    color: #FFFFFF;
}

.price-table td.price {
    color: #f43f54;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat";
}

.price-table td.price a {
    background-color: var(--blue);
    color: #FFFFFF;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}

.price-table td.price-table-popular {
    font-family: "Montserrat";
    border-top: 3px solid var(--blue);
    color: var(--blue);
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 700;
}

.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}

.price-table svg {
    width: 90px;
    fill: var(--blue);
}

/* advertise page ends */

/* advice page */
.advice-after-banner {
    background-color: var(--lightgrey);
    padding: 100px 0px;
}

.advice-after-banner h5 {
    font-size: 19px;
    text-align: center;
    line-height: 30px;
    color: var(--liteblack);
}

.advice-after-banner p {
    color: var(--liteblack);
    font-size: 16px;
    text-align: center;
    padding: 0px 30px;
    padding-top: 30px;
    font-weight: 300;
    line-height: 25px;
}

.advice {
    padding: 100px 0px;
    overflow: hidden;
}

.advice h5 {
    line-height: 20px;
    text-align: center;
}

.advice-sec4 {
    padding-top: 100px;

}

.end {
    margin-right: 0 !important;
}



/* .overflow-hidden{
    overflow: hidden;
} */
.at-work-process {
    min-height: 340px;
    position: relative;
    z-index: 4;
    overflow: hidden;
    text-align: center;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.atwork-sab-title {
    font-size: 14px;
}

.at-work-process-text {
    line-height: 40px;
    transition: all 200ms linear 0s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.at-work-process:hover .at-work-process-text {
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    transform: translateY(-150%);
}

.at-work-process:hover .at-work-process-details {
    z-index: 2;
    opacity: 1;
    bottom: 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.at-work-process-number {
    color: var(--blue);
    font-size: 50px;
    font-weight: 100;
    letter-spacing: -2px;
    display: block;
}

.at-work-process-number-text {
    font-family: Open Sans;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.at-separator-thick {
    background: #d4d4d4;
    margin: 3% auto;
    height: 4px;
    width: 30px;
}

.at-work-process-details {
    bottom: -60px;
    height: 100%;
    left: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    display: block;
}

.at-work-process-details i {
    color: var(--blue);
    margin-bottom: 15px;
    display: block;
    font-size: 40px;
}

.at-work-process-details span {
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}


.pos-r {
    position: relative;
}

section {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 50px;
    position: relative;
}

.section-title p {
    font-size: 16px;
}

.title-effect {
    width: 50px;
    height: 50px;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.5;
    animation: rotation 12.8s steps(1) 0s infinite;
}

.text-center .title-effect {
    left: 50%;
    margin-left: -25px;
}

.text-center .section-title h6 {
    padding: 15px 0;
}

.title-effect .bar {
    background: #2575fc;
}

.title-effect .bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite;
}

.title {
    position: relative;
    color: #1c1d3e;
    margin-bottom: 0;
}

.section-title h2 {
    margin-bottom: 15px;
}

/* ------------------------
    How It Work
------------------------*/
.work-process {
    position: relative;
}

.step-num {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    color: #005bea;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    right: 0;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.theme-bg .work-process h4,
.theme-bg .work-process p {
    color: #ffffff;
}

.step-icon {
    background: #ffffff;
    width: 140px;
    height: 140px;
    position: relative;
    border: 3px solid #fafaff;
    border-radius: 50%;
    line-height: 140px;
    font-size: 40px;
    text-align: center;
    color: #1c1d3e;
}

.step-icon span {
    position: relative;
}

.step-icon span::after,
.step-icon span::before {
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: -1;
}

.step-icon span::after {
    background: #cdf3f6;
    height: 25px;
    left: -10px;
    top: 5px;
    width: 25px;
}

.step-icon span::before {
    background: #d4f8e6;
    bottom: 0;
    right: -10px;
}

.dark-bg .step-icon {
    color: rgba(255, 255, 255, 0.9);
    background: none;
}

.step-desc {
    padding: 20px;
}

.step-desc h4 {
    color: var(--blue);
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0px;
}

.step-icon {
    border-color: rgba(255, 255, 255, 0.1);
}

.step-desc p {
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
}

.step-desc ul li {
    text-align: left !important;
    font-size: 16px;
    font-weight: 300;
    color: var(--liteblack);
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.work-process .box-loader {
    position: absolute;
    top: 30%;
    right: -15%;
    left: inherit;
}

.work-process.style-2 {
    padding: 0;
    display: flex;
    align-items: center;
}

.work-process.style-2:before {
    display: none;
}

.work-process.style-2 .step-num-box {
    margin-bottom: 0;
    margin-right: 30px;
}

.work-process.style-3 {
    padding: 70px 30px 0;
}

.work-process.style-3 .step-num {
    background: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.1);
    font-size: 120px;
    height: auto;
    left: 50%;
    line-height: 120px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto;
}

#svg-container {
    position: absolute;
    width: 100%;
    left: 52%;
    z-index: -1;
    transform: translateX(-50%);
    width: 75%;
}

#svgC {
    margin: 0 auto;
    width: 100%;
}


/* ------------------------
    box-loader
------------------------*/
.box-loader {
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 15px;
}

.box-loader span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2575fc;
    margin: 0 5px;
    opacity: 0;
}

.box-loader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.box-loader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}


/*--rotation--*/

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes bar-top {
    0% {
        transform: scale(0, 1);
    }

    12.5% {
        transform: scale(1, 1);
    }

    87.5% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-right {
    0% {
        transform: scale(1, 0);
    }

    12.5% {
        transform: scale(1, 0);
    }

    25% {
        transform: scale(1, 1);
    }

    75% {
        transform: scale(1, 1);
    }

    87.5% {
        transform: scale(1, 0);
    }

    100% {
        transform: scale(1, 0);
    }
}

@keyframes bar-bottom {
    0% {
        transform: scale(0, 1);
    }

    25% {
        transform: scale(0, 1);
    }

    37.5% {
        transform: scale(1, 1);
    }

    62.5% {
        transform: scale(1, 1);
    }

    75% {
        transform: scale(0, 1);
    }

    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-left {
    0% {
        transform: scale(1, 0);
    }

    37.5% {
        transform: scale(1, 0);
    }

    50% {
        transform: scale(1, 1);
    }

    62.5% {
        transform: scale(1, 0);
    }

    100% {
        transform: scale(1, 0);
    }
}

/*--opacitychange--*/

@keyframes opacitychange {

    0%,
    100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }
}

/* responsive */
@media (max-width: 1200px) {
    #svg-container {
        width: 85%;
    }
}

@media (max-width: 992px) {
    .md-mt-5 {
        margin-top: 50px !important;
    }

    /*Step*/
    .work-process .box-loader {
        display: none;
    }

    .step-desc p {
        max-width: 300px;
        margin: 0 auto;
    }

    #svg-container {
        width: 100%;
        transform: rotate(90deg);
        left: 0;
        top: 50%;
    }
}

/* advice page ends */



/* Tooltip CSS */


/* blog css */
.blog-detail .header-section {
    position: relative;
}
.blog_thumb .blog_thumb-div {
    text-align: center;
    background-color: var(--lightgrey);
    border: 2px solid var(--light);
    box-shadow: 0px 0px 15px #e6e5e5;
    transition: all ease 0.3s;
}

.blog_thumb .blog_thumb-div:hover {
    box-shadow: 0px 0px 15px #c3c3c3;
}
.blog_thumb .blog_thumb-div .img-div{
    height: 230px;
    overflow: hidden;
}
.blog_thumb .blog_thumb-div .content{
    padding: 20px 10px;
}
.blog_thumb .blog_thumb-div .content .title{
    font-size: 20px;
    font-weight: 600;
    color: #232323;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.blog_thumb .blog_thumb-div .content .dbt{
    padding:10px 0px;
    display:none!important;
}
.blog_thumb .blog_thumb-div .content .dbt h6{
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
}
/* blog css ends */

.modal{
    z-index: 10500;
}


/* new home css */
.Hpexplore_sec .card{
    margin-bottom:10px;
    border: 1px solid rgb(0 0 0 / 2%);
}
.Hpexplore_sec .card-header a{
    color:var(--liteblack);
    font-size: 24px;
    text-transform: capitalize;
}

.Hpexplore_sec .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: var(--white);
    border-bottom: 1px solid var(--white);
}
/* new home css ends */

.single .regi-sec a{
    font-size: 16px!important;
}

/* package page */
.package_filterDiv {
    background-color: var(--light);
    margin-bottom: 12px;
    /* padding-top: 10px;
    padding-left: 25px; */
    /* padding-bottom: 0px; */
    border-radius: 3px;
    padding: 10px 30px;
}
.package_filterDiv section {
    padding: 0px 15px;
}
.package_filterDiv section .regi-sec {
    background-color: transparent;
    margin-right: 0px;
    /* border-radius: 5px;
    padding: 10px 10px 0px; */
}

.package_filterDiv #business{
    text-align: left!important;
}
.package_filterDiv .businessList {
    width: 100%;
    height: 150px;
    overflow-y: scroll;
}

.badge-dark {
    color: #fff;
    background-color: var(--black);
}

.regi-sec .dropdown{
    width: 100%;
}
.regi-sec button{
    border-radius: 5px;
    padding: 10px 10px 8px;
    text-align: left;
}

.regi-sec .dropdown .badge{
    width: 100%;
    text-align: left;
}

.regi-sec .dropdown-menu{
    width: 100%;
    text-align: center;
}
.regi-sec .dropdown-menu .dropdown-item{
    text-align: left;
}

.tile-card{
    margin-bottom: 3%;
}
.tileV1_businessName{
    top: 0%;
    position: absolute;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    padding: 10px 0px 2px;
}

.tileV1_businessName h3{
    font-size: 20px;
    color: var(--white);
}

.tileV1_tags span{
    border-left: 2px solid var(--white);
    padding-left: 5px;
    padding-right: 5px;
}
.tileV1_tags span:first-child{
    padding-left: 0px;
    border-left: 0px solid var(--white);
}

.tile-card .pricing-div {
    width: 100%;
}
.tile-card h1,.tile-card h2,.tile-card h3,.tile-card h4,.tile-card h5,.tile-card h6{
    font-size: 16px;
}
.packageSearch .packPrice-title {
    font-size: 16px!important;
    font-weight: 600;
}
.packageSearch .packPrice-title small {
    font-size: .7em;
    font-weight: 600;
}

.packageSearch .package_pricingDIV {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.tilesV1_min_pax {
    background-color: var(--white);
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #c2c2c2;
}
.tileV1_package_title {
    text-transform: uppercase;
    border-bottom: 2px solid var(--blue);
    text-align: center;
    background-color: var(--blue);
    padding: 8px 0px;
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
}

.tileV1_SbBody{
    height: 12vh;
    overflow-y: scroll;
}
.tileV1_package_desc {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: var(--liteblack);
    letter-spacing: 1px;
    word-spacing: 0px;
    text-transform: capitalize;
}
.tileV1_otherTitle {
    text-align: center;
    background-color: var(--white);
    padding: 10px 0px;
    margin-top: -16px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.tiles-body .btn {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
}

.searchByname{
    margin-bottom: 10px;
}

.underpriceTag{
    background-color: var(--lightgrey);
}
.underpriceTag h4 {
    color: var(--black);
    padding: 10px 0px 6px;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

.hp-packunder h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 2em;
    background: rgb(65,162,71);
    background: linear-gradient(90deg, rgba(65,162,71,1) 14%, rgba(255,255,255,1) 79%);
    color: var(--white);
    padding-left: 20px;
}


/* form location alert */
.ledForm01{

}