.legal_wrapper__content h3{
    font-size: 25px;
    font-weight: 600;
}
.legal_wrapper__content p{
    font-size: 18px;
    margin-top: 1rem;
}
.legal_wrapper__content h6{
    font-weight: 600;
    font-size: 20px;
    margin-top: 1rem;
    color: #434343;
}
.legal_wrapper__content ul{
    padding-left: 2rem !important;
}
.legal_wrapper__content ul li{
    list-style: disc !important;
    margin-top: 1rem;
}

.thankyou_wrapper{
    padding: 80px 0;
    text-align: center;
}
.thankyou_wrapper h2{
    font-size: 60px;
    font-weight: 600;
    background: var(--main-color);
    color: #fff;
    max-width: max-content;
    padding: 0 1rem;
    margin: 0 auto;
}
.about--logo img{
    width: 370px;
}
.thankyou_wrapper__content{
    text-align: center;
}
.thankyou_wrapper__content p{
    background: var(--green-color);
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 1rem !important;
    max-width: max-content;
    padding: 1rem;
    margin: 0 auto;
}


.mybreadcrumb{
    background-color: var(--main-color);
    padding: 12px 0;
    text-align: center;
    margin-top: 12px;
}
.otp-btn{
    max-width: max-content;
}
.breadcrumb_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.mybreadcrumb_content__menu ul{
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 5px;
    justify-content: center;
}
.mybreadcrumb_content__menu li, .mybreadcrumb_content__menu a,.breadcrumb_menu li,.breadcrumb_menu a,.breadcrumb_menu span{
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
}
.mybreadcrumb_content__menu a:hover,.breadcrumb_menu a:hover{
    color: var(--white-color);
}
.mybreadcrumb_content__menu p,.breadcrumb_menu p{
    color: var(--white-color);
    font-weight: 500;
}
.mybreadcrumb h2{
    font-size: 30px;
    color: var(--white-color);
    font-weight: 600;
}
.green-bg{
    max-width: max-content;
    padding: 3px;
    background-color: whitesmoke;
    color: #000;
}
.myform_img img{
    height: 515px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.dhanbhumi_banner{
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../images/invest.jpeg) !important;
}

.properties_grid{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1rem;
}
.categories-name {
    padding: 1rem;
}
.categories-name h3{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.categories-name a{
    display: block;
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 15px;
    color: var(--white-color) !important;
    font-weight: 500;
    max-width: max-content;
    padding: 5px;
}

.developer-form{
    height: auto !important;
}
.myform{
    padding-bottom: 50px;
}
.tools_wrapper,.new_content{
    padding: 50px 0 !important;
}
.agent--img img{
    height: 240px !important;
    object-fit: cover !important;
    object-position: top;
}
.agent-name {
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.agent-name span{
    font-size: 16px;
    overflow: hidden;
    display: inline-block;
}
.box-btn,.agent-right-btn{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.inner-box-input.checked label{
    background: var(--green-color) !important;
    color: #fff !important;
}


/******************* agent css *********************/

.agent-left span{
   overflow: hidden;
    color: #000;
    display: inline-block;
    margin-bottom: 1rem;
   font-weight: 600;
}
.agent--content {
    position: relative;
}

.badge-section {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.agent_wrapper {
    background-image: linear-gradient(66deg, rgb(220 243 150 / 20%) 14%, rgb(212 186 2 / 20%) 86%);
    padding: 40px 0 32px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.agent-right p{
    margin-top: 1rem;
    max-width: 700px;
    line-height: 25px;
}
.agent-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
}

.agent-left {
    flex: 1 1 250px;
    max-width: 345px;
    text-align: center;
}

.agent-left img {
    width: 100%;
    height: 70px;
    border-radius: 8px;
    border: 4px solid var(--main-color);
    margin-bottom: 15px;
    
    object-fit: contain;
    padding: 3px;
}

.agent-logo {
    width: 100px;
    height: auto;
    margin: 0 auto 15px;
}

.contact-btn {
    background-color: var(--main-color);
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.contact-btn:hover {
    background-color: var(--green-color);
    color: #fff;
}

.green-btn{
    background: var(--green-color);
    color: #fff !important;
}
.orange-btn{
    background: var(--main-color) !important;
    color: #fff !important;
}
.agent_wrapper,.agent_about{
    padding: 30px 0 !important;
}

.agent-right {
    flex: 2 1 400px;
}
.agent-right ul{
    margin-top: 1rem;
    padding-left: 1.5rem !important;
}
.agent-right ul li{
    margin-bottom: 10px;
    list-style: disc !important;
}
.agent-right h4 {
    font-weight: 600;
    color: var(--main-color);
}
.agent-right p strong{
    color: var(--main-color);
}

.agent-right small {
    color: #666;
}

.agent-stats {
    display: flex;
    gap: 20px;
    margin: 15px 0;
}

.agent-stats div {
    font-weight: 600;
}

.badge-section {
    text-align: center;
    flex: 1 1 100%;
}

.badge-img {
    width: 80px;
}

.badge-section p {
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 5px;
    color: #333;
}
.agent_about__content h2{
    font-size: 32px;
    font-weight: 600;
}
.agent_about__content p{
    margin-top: 1rem;
    line-height: 26px;
}


.comming-soon{
    padding: 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comming-soon h1{
    font-size: 45px;
    font-weight: 600;
    background: var(--main-color);
    color: #fff;
    padding: 1rem;
    animation: popup infinite 2s;
}
@keyframes popup{
    0%{
        transform: scale(1.1);
    }50%{
        transform: scale(1);
    }100%{
        transform: scale(1.1);
    }
}


.pg-grid{
    flex-direction: column;
    gap: 0 !important;
    display: none;
    height: 0;
    overflow: hidden;
}
.mybox-dropdown:hover .pg-grid{
    display: block;
    height: auto;
}
.pg-grid li{
    flex-direction: column;
    height: auto !important;
}
.header-dropdown{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    background: #fff;
    width: 200px;
    text-align: center;
    z-index: 999;
    opacity: 0;
    visibility: hidden;

    
    border-radius: 8px;
    box-shadow: 0 3px 9px 0 rgba(48, 48, 48, 0.2);
    border: 1px solid #d7d7d7;
	border-radius: 12px;
    border-color: #DEDEDE;
    padding: 5px 10px;
  
}
.header--menu:hover .header-dropdown{
    opacity: 1;
    visibility: visible;
}
.header-dropdown a:hover{
    color: var(--green-color) !important;
}
.header-dropdown a{
    color: #000 !important;
    padding: 10px;
    text-align: center;
    display: block;
    font-size: 15px !important;
}

.collapse li{
    max-width: max-content;
    flex-direction: column !important;
}
.collapse ul{
    margin-bottom: 0 !important;
    margin-top: 1rem;
}

.mybox-dropdown-list{
    height: 0;
    overflow: hidden;
}
.mybox-dropdown-list li a{
    justify-content: center;
    align-items: center;
}
.mybox-dropdown:hover .mybox-dropdown-list{
    height: auto;
    margin-top: 1rem;
        display: grid;
    gap: 5px !important;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
}
.option_right h4{
    text-align: center;
    font-size: 12px;
    color: #8993a4;
    font-weight: 700;
    margin-bottom: 1rem !important;
}

.Property-Services-box{
    border: 0px solid #ccc;
    transition:0.25s ease-out;
    border-radius: 10px;
    margin-bottom: 24px;
}

.Property-Services-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}
.Property-Services-content{
    padding: 16px 0;
}
.Property-Services-content a{
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    color: var(--main-color);
}
.Property-Services-content h3{
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 1; */
    /* overflow: hidden; */
    padding-bottom: 5px;
}
.Property-Services-content p{
    font-size: 16px;
    margin-top: 6px;
  
}



.my--box .show{
    display: grid;
    gap: 3px !important;
    grid-template-columns: repeat(1, 1fr);
}
.my--box .show li a, .mybox-dropdown-list a{
    font-size: 12px !important;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.collapse a, .mybox-dropdown-list a,.rooms{
    border: 1px solid var(--green-color);
    padding: 2px;
    font-size: 14px !important;
}

.modal-input input,.modal-input .form-select{
    margin-bottom: 10px;
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc !important;
    outline: none !important;
    box-shadow: none !important;
}


.states_box__content{
    margin: 12px 0px;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.tools_wrapper{
   
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.verefied_box__header{
    background-color: var(--green-color);
    padding: 12px;
}
.verefied_box{
    position: relative;
    overflow: hidden;
}
.verefied_box:hover .hover-div, .Designers-content:hover .hover-div{
    /*bottom: 0;
    transition: .4s ease-in-out;  */
}
.populor_wrapper{
    padding-top: 0rem;
}
.hover-div {
    /* bottom: -100%; */
    padding: 0px 0 10px;
    border-top: 0px solid #ccc;
    /* border-bottom: 1px solid #ccc; */
    background-color: #fff;
    width: 100%;
    height: auto;
    transition: .4s ease-in-out;
}
.hover-div-content{
    .hover-div-content {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    /* flex-direction: column; */
    gap: 10px;
}
}
.hover-div-content a.vw-dtl{
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-right: 15px;
}

.Designers-content .hover-div-content a.vw-dtl {
    border: 1px solid #ccc;
    background: transparent;
}

.hover-div-content .global_btn.vw-prop{
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px ;
    background-color: var(--green-color) ;
	display: block;
    max-width: max-content;
    margin-top: 15px;
    display: inline-block;
    max-width: max-content;
    background: #39894d;
    padding: 8px 15px;
    height: auto;
    font-weight: 500;
    width: auto;
    border-radius: 70px;
}
.user_box__img img{
    height: 65px;
    width: 65px;
    border-radius: 100%;
    object-fit: cover;
    border: 2px dashed var(--main-color);
}
.user_box{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.user_info span{
    font-size: 12px;
}
.user_info{
    color: #fff;
}
.user_info h3{
    font-size: 18px;
}
.verefied_box{
    border: 1px solid #ccc;
    margin-right: 7px;
}
.sale-number{
    padding: 1rem;
}
.sale-number h6{
    font-size: 22px;
    font-weight: 600;
}
.sale-number p{
    text-transform: capitalize;
}
.verefied_box__header b{
    display: block;
    text-align: right;
    padding: 0 4px;
    color: #fff;
    background-color: var(--main-color);
    font-size: 11px;
    max-width: max-content;
    margin: 0 0 0 auto ;
    border-radius: 100px;
}

.populor-box{
    margin: 0 15px 0 0;
   border: 0px solid #ccc;
}
.populor-box-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid #ccc;
}
.populor-content a,.Designers-content a{

}
.Property_img img{
height: 200px;
}
.center--btn{
    text-align: right;
   
}
.center--btn a{
    color: var(--green-color);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
}
.center--btn a:hover{
    color: var(--main-color);
}
.populor-box-img {
    padding-bottom: 5px;
}
.populor-content,.Designers-content{
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}
.populor-content h6{
    font-size: 16px;
    font-weight: 400;
}
.Designers-content h3{
    font-size: 20px;
    font-weight: bold;
    margin-top: 6px;
    text-transform: capitalize;
    padding: 7px 0 4px;
}
.Designers-content p{
   margin-top: 5px;
    font-size: 16px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 300;
}


.populor-content h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0 10px 0;
}
.populor-content h3 span {
    font-size: 16px;
    font-weight: 400;
}
.populor-content p{
    margin-top: 8px;
    font-size: 16px;
    text-transform: capitalize;
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 400;
}
.populor-content span,.Designers-content span{
    text-transform: capitalize;
    margin-top: 10px;
}
.populor-content a,.Designers-content a{
    display: block;
    max-width: max-content;
	margin-top: 15px;
	display: inline-block;
    max-width: max-content;
    background: #39894d;
    padding: 8px 15px;
    height: auto;
    font-weight: 500;
    width: auto;
    border-radius: 70px;
    /*transform: translateY(60px);
   
    transition: .4s ease-in-out;  /
}
.populor-content:hover span,.Designers-content:hover span{
    display: none;
}
.populor-content:hover a,.Designers-content:hover a{
    /*transform: translateY(0);
   
    transition: .4s ease-in-out; */
}
.Exclusive_box{
    position: relative;
    background: linear-gradient(to bottom, #fff 1%, rgba(242,251,252,0));
    padding: 28px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.populor_heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.populor_heading h3{
    font-size: 32px;
    font-weight: 600;
    color: #121212;
    position: relative;
	padding-bottom: 5px;
}
.populor_heading h3::before{
    /*content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    background-color: var(--green-color);
    height: 5px;
    border-radius: 100px;     */
}
.populor_heading a{
    color: #09511B;
    text-transform: capitalize;
    font-weight: 500;
	padding-right: 15px;
}


.Exclusive_box .new--launch{
    position: absolute;
    left: 50%;
    top: -10px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    transform: translateX(-50%);
    overflow: hidden;
    /*background: var(--green-color);*/
    color: #fff;
}

.new_wrapper__left{
    border: 0px solid #ccc;
}
.new_img{
    overflow: hidden;
    position: relative;
	border-radius: 16px;
}
.new_img span {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #F0FFF4;
    color: #39894D;
    text-transform: none;
    color: #39894D;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 21px;
    font-weight: 500;
}
.new_wrapper__left:hover img{
    transform: scale(1.1);
    transition: .4s ease-in-out;
}
.new_img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
        transition: .4s ease-in-out;
}
.new_wrapper__left-content{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 15px 0rem 0 0rem;
}
.new_content__right h6 {
    font-size: 22px;
    padding-bottom: 8px;
}
.new_content__left h3{
    font-size: 20px;
    font-weight: bold;
    color: #121212;
}

.new_content__left p{
    margin-top: 5px;
    max-width: 300px;
}
.new_content__right p{
    margin-bottom: 10px !important;
}
.new_content__right{
    overflow: hidden;
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.new_content__right a{
    display: inline-block;
    max-width: max-content;
    /*transition: .3s ease-in-out;
    transform: translateY(50px); */
	background: #39894d;
    padding: 8px 15px;
    height: auto;    
    font-weight: 500;
    width: auto;
    border-radius: 70px;
}
.new_wrapper__left:hover .new_content__right a{
    /*transform: translateY(0);
    transition: .3s ease-in-out;*/
}

.option_box h6{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 1rem;
    width: 80%;
    transform: translateX(-50%);
    color: var(--white-color);
    /*margin-bottom: 1rem !important;*/
    font-weight: 700;
    font-size: 18px;
}

.option_box__img:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.45);
}
.option_box__img{
    position: relative;
    overflow: hidden;
}
.myslider_box h6{
   
    color: #000 !important;
    text-align: center;
   
 
}
.DhanBhumi-text{
    background-color: var(--green-color);
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.DhanBhumi-text a:hover{
    color: #fff;
}
.option_box h5{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    animation: popup 1.5s infinite;
}
.DhanBhumi-text a{
    color: #fff;
}
@keyframes popup{
    0%{
        transform: scale(1.2);
    }
    50%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.2);
    }
}
/*.myslider .slick-prev{*/
/*    background: var(--white-color);*/
/*    height: 45px;*/
/*    width: 45px;*/
/*    border: 1px solid #ccc;*/
/*    z-index: 9;*/
/*    border-radius: 10px;  */
/*}*/
.myslider .slick-next,.populor_slider .slick-next,.states_slider .slick-next{
    background: var(--white-color);
    height: 45px;
    width: 45px;
    border: 1px solid #ccc;
    z-index: 9;
    border-radius: 10px;
}
.myslider .slick-prev,.populor_slider .slick-prev{
    left: -14px !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background-color: #fff !important;
}
.myslider .slick-next:before,.populor_slider .slick-next:before,.states_slider .slick-next:before{
     content: url('../images/down-arrow.png') !important;
}
.states_slider{
    background-color: transparent;
    padding: 1rem 0;
}
/*.myslider .slick-prev:before{*/
/*     content: url('../images/down-prev.png') !important;*/
/*}*/


.option_box__img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.option_box__img:hover .option-btn{
    bottom: 33%;
    transition: .4s ease-in-out;
}
.option_box__img .option-btn{
    position: absolute;
    left: 50%;
    bottom: -33%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
        transition: .4s ease-in-out;
}
.option_right{
    margin-top: 1rem;
}




/* banner_box */
.banner_box {
    position: relative;
    height: 263px !important;
}

.banner_box__img img {
    height: 100%;
    object-fit: cover;
    /*width: 100%;*/
    height: 263px !important;
}

.banner_box__img {
    position: relative;
    /*height: 100% !important;*/
    height: 263px !important;
}

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

.banner_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: var(--white-color);
}

.banner_content h1 {
    font-size: 48px;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 700;
}

.banner_content p {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 1rem !important;
    font-size: 22px;
}

.myBtn {
    margin-top: 2rem;
}

.slick-dots {
    line-height: 0 !important;
}

.banner_slider .slick-dots {
    bottom: 2rem !important;
}

.slick-dots li button::before {
    display: none;
}

.banner_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1075px;
    margin: 0 auto;
    margin-top: 2rem !important;
    background: #fff;
    border-radius: 100px;
}
.banner_form__flex{
    display: flex;
    justify-content: space-between;
width: 100%;
padding: 1.5rem;
}
.form_box .form-select{
    width: auto;
}
.form_box i{
    font-size: 32px;
    color: var(--main-color);
}
    .form_box:last-child button{
        width: 100%;
        max-width: max-content;
    }
    .form_box:last-child{
        display: flex;
        justify-content: end;
        border-right: 0;
        align-items: center;
        width: 33%;
    }
    .form_box:nth-child(3){
        border-right: 0;
        width: 33%;
    }
    .form_box:nth-child(2){
        width: 33%;
        padding-left: 10px;
    }
.form_box{
    display: flex;
    width: 100%;
    gap: 3px;
    justify-content: center;
    border-right: 1px solid #ccc;
    padding-right: 1rem;
    align-items: center;
}
.form_box input,.form_box .form-select{
    width: 100%;
    padding: 10px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;    
}
.banner_slider .slick-dots li.slick-active button{
    width: 10px !important;
    background-color: var(--main-color) !important;
}

.why--content{
    max-width: 1180px;
    margin: 0 auto;
}
.banner_slider .slick-dots li {
    height: 12px !important;
    width: 12px !important;
    background-color: #fff;
}

.banner_slider .slick-dots li.slick-active {
    background-color: var(--main-color);
    transition: 0.3s ease all;
    width: 12px !important;
    height: 12px !important;
}

.banner_slider .slick-next {
    right: 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url("../images/chevron-right.png") !important;
}

.banner_slider .slick-prev {
    left: 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url("../images/chevron-left.png") !important;
}






.myNav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.banner_wrapper{
    position: relative;
}
.mic.active i{
    animation: blink 3s infinite;
    color: #434343;
    /* border: 1px soli #ccc; */
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.4); */
}
@keyframes blink{
    0%{
        transform: scale(1.5);
    }50%{
        transform: scale(1.2);
    }100%{
        transform: scale(1.5);
    }
}

.myNav.sticky {
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.3s ease all;
    background-color: var(--white-color);
    z-index: 999;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5356);
    border-bottom: 1px solid #ccc;
}

.search_btn input {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px 0 0 5px !important;
    padding: 10px 10px 10px 7rem;
}

.search_btn {
    position: relative;
    width: 40%;
}

.logo img {
    width: 250px;
}

.search_btn button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0 5px 5px 0;
}
.new-launch{
        color: var(--white-color) !important;
    padding: 0 5px !important;
    animation: poppup 1s infinite;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    /*background-color: #219653;*/
    background-color: var(--main-color);
    /*animation: color 3s infinite;*/
}
.developer-projects{
    padding: 1rem !important;
    border-radius: 16px 0 0 0;
}
.new-launch:after{
        width: 115%;
    content: '';
    position: absolute;
    height: 100%;
    top: 0px;
    left: -2px;
    transform: skew(150deg);
    background: linear-gradient(to right, transparent 40%, rgb(186, 221, 201) 10%, transparent 50%);
    background-size: 200% 200%;
    background-repeat: no-repeat;
    animation-name: fre__backplay;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    z-index: 6;
}
@keyframes color{
    0% {
    background-color: #219653;
}

50% {
    background-color: #ff0000;
}
100% {
    background-color: #219653;
}

}


.remember {
    display: flex;
    width: 100%;
    margin-top: 10px;
    gap: 17rem;
    justify-content: space-between;
}

.remember_box {
    width: 100%;
}

.remember_box a {
    text-transform: capitalize;
    color: #000;
}
.search_btn .form-select {
    position: absolute;
    border-radius: 5px 0 0 5px !important;
    left: 0;
    top: 0;
    height: 100%;
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    outline: none !important;
    width: 100px;
}

.call_icon a {
    display: flex;
    gap: 3px;
    align-items: center;
    color: var(--black-color);
    font-size: 16px;
    font-weight: bold;
}
.mic{
    cursor: pointer;
}

.call_icon a i {
    color: var(--main-color);
    font-size: 30px;
}

.post-properites button {
    background-color: #000;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 14px;
    outline: none;
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: 600;
}

.post-properites button span::after {
    content: "";
    background: linear-gradient(
            to right,
            transparent 40%,
            rgb(186, 221, 201) 10%,
            transparent 50%
        )
        0% 0% / 200% 200% no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 33;
}

.post-properites button span {
    background-color: rgb(33, 150, 83);
    color: var(--white-color);
    font-size: 9px;
    padding: 5px 5px 4px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    animation: fre_backplay 3s infinite;
}

.overflowssz {
    overflow-y: scroll;
    height: 400px;
}

@keyframes fre_backplay {
    0% {
        background-position: 100% 100%;
    }

    50% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 100% 100%;
    }
}


.navbar_logo{
    display: flex;
    gap: 1rem;
  
}
.dropdown--menu{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    
}
.Navbar_content{
    position: relative;
}
.header--menu.active{
    background: #fff;
}
.header--menu.active .my--btn{
    color: #000;
}
.dropdown--menu:hover .dropdown--menu-list,.dropdown--menu:hover .dropdown-grid,.header--menu:hover .dropdown-grid{
    visibility: visible;
    opacity: 1;
}
.dropdown-grid{
      position: absolute;
    top: 100%;
    right: 50%;
    background-color: #fff;
   max-width: max-content;
    padding:1rem;
    border-radius: 8px;
    box-shadow: 0 3px 9px 0 rgba(48, 48, 48, 0.2);
    border: solid 1px #d7d7d7;
    z-index: 1002;
    visibility: hidden;
    opacity: 0;  
    transform: translateX(50%);
}
.dropdown--menu-list{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 30%;
    padding:1rem;
    border-radius: 8px;
    box-shadow: 0 3px 9px 0 rgba(48, 48, 48, 0.2);
    border: solid 1px #d7d7d7;
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
}
.dropdown-grid{
     width: max-content;
    padding: 0 1rem 1rem;
}
.dropdown-grid{
   display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
}
.grid--box{
   display: flex;
   flex-wrap: wrap;
    /*grid-template-columns: repeat(5, 1fr);*/
    gap: 2rem;
}
.my--box h6{
    font-weight: 600;
    color: var(--green-color);
    text-transform: capitalize;
}
.my--box h5{
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    
}
.collapsed{
    margin-bottom: 1rem !important;
}
.my--box ul{
    margin-bottom: 1rem !important;
}
.my--box ul li a{
    text-transform: capitalize !important;
}
.my--box ul li a:hover{
    color: var(--green-color) !important;
}
.buyers--menu-box h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
}
.buyers--menu-box ul li{
    padding: 0 !important;
}
.buyers--menu-box h6{
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 1rem !important;
}
.buyers--menu-box ul{
    display: flex;
    flex-direction: column;
    gap: 10px !important;
    padding: 0 !important;

}
.buyers--menu-box ul li a{

}
.dropdown--menu-list::after{
    content: '';
    position: absolute;
   left: 10.5rem;
    top: -6px;
    height: 10px;
    width: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(-45deg);
    background: #fff;
    display: none;
}
.navbar{
    padding: 0 !important;
}
.dropdown--menu-list h3{
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 700;
    color: var(--green-color);
}
.cities_box h6{
    margin-top: 1rem;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}
.cities-name{
    color: var(--main-color);
    font-weight: 600;
    cursor: pointer;
}
.dropdown--menu{
    cursor: pointer;
}

.cities-name:hover{
    color: var(--white-color);
}
.cities_box__flex{
    display: grid;
    gap: 5px;
   grid-template-columns: repeat(3,1fr);
    margin-top: 12px;
}
.cities_box__flex a:hover{
    color: var(--main-color) !important;
}
.cities_box__flex a{
    color: #303030;
    font-size: 12px;
    text-transform: capitalize;
}
.first-ul{
    gap: 1rem !important;
}


.menu ul {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
.menu--flex{
    display: flex;
    justify-content: space-between;
    position: relative;
    
}
.menu ul li {
    display: flex;
    height: 100%;
    padding: 10px 0;
    cursor: pointer;
}
.menu {
    background-color: #fff;
}
.header--menu{
    position: relative;
}

.myborder-one{
    border-right: 2px solid #ccc;
    padding-right: 1rem !important;
}
.myborder-two{
    border-left: 2px solid #ccc;
    padding-left: 1rem !important;
}
.menu ul li a {
  display: flex;
    height: 100%;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    gap: 3px;
    color: #303030;
}

.dropdown_btn {
    position: relative;
}

.dropdown_btn__list {
    position: absolute;
    top: 100%;
    left: -50%;
    background-color: var(--white-color);
    z-index: 999;
    width: 220px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.dropdown_btn__list::before {
    content: "";
    position: absolute;
    left: 40%;
    top: -8px;
    height: 16px;
    width: 16px;
    transform: rotate(-45deg);
    background-color: white;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.dropdown_btn:hover .dropdown_btn__list {
    opacity: 1;

    visibility: visible;
}

.dropdown_btn__list ul {
    flex-direction: column;
    gap: 0;
}

.dropdown_btn__list ul li {
    width: 100%;
    padding: 0;
}

.dropdown_btn__list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    color: var(--black-color);
}

.dropdown_btn__list ul li a:hover {
    background-color: whitesmoke;
}

.dropdown_btn__list ul li a i {
    font-size: 22px;
    color: var(--main-color);
}

.megaDrop {
    position: relative;
}

.megaDrop_list {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: var(--white-color);
    width: 220px;
    border-left: 1px solid #ccc;
    opacity: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    visibility: hidden;
}

.megaDrop:hover .megaDrop_list {
    opacity: 1;
    visibility: visible;
}

/* banner_box */
.banner_box {
    position: relative;
}

.banner_box__img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.banner_box__img {
    position: relative;
    height: 100%;
}



.banner_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: var(--white-color);
}

.banner_content h1 {
    font-size: 32px;
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 600;
}

.banner_content p {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 1rem !important;
    font-size: 22px;
}

.myBtn {
    margin-top: 2rem;
}

.slick-dots {
    line-height: 0 !important;
}

.banner_slider .slick-dots {
    bottom: 2rem !important;
}

.slick-dots li button::before {
    display: none;
}

.banner_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 2rem !important;
    background: #fff;
    border-radius: 100px;
}
.banner_form__flex{
    display: flex;
    justify-content: space-between;
width: 100%;
margin-top: 10px;
padding:10px 1.5rem;
}
.form_box .form-select{
    width: auto;
}
.form_box i{
    font-size: 32px;
    color: var(--green-color);
}
    .form_box:last-child button{
        width: 100%;
    }
    .form_box:last-child{
        display: flex;
        justify-content: end;
        border-right: 0;
        align-items: center;
    }
.form_box{
    display: flex;
    width: 100%;
    gap: 3px;
    justify-content: center;
    border-right: 1px solid #000;
    padding-right: 1rem;
    align-items: center;
}
.form_box input,.form_box .form-select{
    width: 100%;
    padding: 5px 10px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;    
}

.banner_slider .slick-dots li {
    height: 12px !important;
    width: 12px !important;
    background-color: #fff;
}

.banner_slider .slick-dots li.slick-active {
    background-color: var(--main-color);
    transition: 0.3s ease all;
}

.banner_slider .slick-next {
    right: 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url("../images/chevron-right.png") !important;
}

.banner_slider .slick-prev {
    left: 0;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-image: url("../images/chevron-left.png") !important;
}

.banner_slider .slick-next,
.banner_slider .slick-prev {
    z-index: 99;
    background-color: var(--main-color);
    height: 50px;
    width: 50px;
}

.slick-prev:before,
.slick-next::before {
    content: "" !important;
}
.slick-prev:before, .slick-next:before{
    opacity: 1 !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    /*background-color: var(--main-color) !important;*/
}

/* about_img */
.about_img,
.about_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_content h2 {
    font-size: 44px;
    color: var(--black-color);
    text-transform: capitalize;
}

.about_content {
    text-align: center;
}

.about_content p {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 30px;
}

.global_wrapper {
    padding: 50px 0;
}

.global_content {
    margin-top: 3rem;
}

.banner_slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

/* trending */
.back_bg {
    background-color: #f0f0f0;
}

.main_heading {
    text-align: center;
}

.main_heading h2 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: var(--black-color);
}
.main_heading h2 span{
    color: var(--main-color);
}

.main_heading p {
    font-size: 20px;
    margin-top: 10px;
}

.trending_box__img img {
    width: 100%;
    height: 240px;
    border-radius: 5px;
    object-fit: cover;
}

.trending_box:hover .visible_img {
    opacity: 0;
    transition: 0.3s ease all;
}

.trending_box__img .visible_img {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s ease all;
    width: 100%;
    height: 240px;
}

.trending_box__img {
    position: relative;
}

.trending_box__img span {
    position: absolute;
    right: 0;
    font-size: 12px;
    border-radius: 0 5px 0 0;
    top: 0;
    font-weight: bold;
    background-color: var(--main-color);
    color: var(--white-color);
    padding: 2px 10px;
}

.card_btn a {
    display: block;
    text-align: center;
}

.trending_box {
    background-color: var(--white-color);
    border: 1px solid #ccc;
    margin-bottom: 24px;
    padding: 1rem;
    border-radius: 10px;
}

.trending_box__content {
    padding: 1rem 0 1rem 0;
}

.trending_box__content h3 {
    font-size: 18px;
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.trending_box__content p {
    margin-top: 12px;
}

.center_btn {
    text-align: center;
}

.trending--box {
    background-color: var(--white-color);
    padding: 1rem;
    border-radius: 10px;
}

.card_box {
    padding: 0 !important;
}

.trending_box__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.trending_box__row-right a {
    color: #434343;
    text-transform: capitalize;
    display: inline-block;
    margin-left: 16px;
}

/* cta_wrapper */
.cta_wrapper {
    padding: 50px 0;
    text-align: center;
}

.cta_wrapper__content {
    padding: 50px;
    border-radius: 10px;
    background-color: var(--main-color);
}

.cta_wrapper__content h2 {
    font-size: 25px;
    max-width: 1060px;
    margin: 0 auto;
}

.cta_wrapper__content p {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.5;
}

/* warehousing_wrapper__left */
.warehousing_wrapper__left h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.warehousing_wrapper__left p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 1rem;
}

.why_warehousing {
    padding-bottom: 50px;
}

.warehousing_img img {
    width: 100%;
    border-radius: 10px;
}

.why_warehousing p {
    margin-bottom: 1rem !important;
    font-size: 18px;
    line-height: 30px;
}

.why_warehousing h3 {
    margin-top: 1.5rem;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 1rem !important;
}

/* why_box */
.why_box {
    border: 1px solid #ccc;
    padding: 1rem;
    height: 95%;
    background-color: #fff;
    text-align: center;
    transition: 0.3s ease all;
    margin-bottom: 24px;
}

.why_box:hover {
    background-color: var(--main-color);
    transition: 0.3s ease all;
}

.why_box__border {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 20px;
}

.why_box__icon img {
    width: 85px;
}

.why_box__content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 14px;
}

.why_box__content p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
}

/* partner_wrapper */
.partner_wrapper {
    padding: 50px 0;
}

.partner-box {
    /*display: flex !important;*/
    justify-content: center;
    align-items: center;
}
.partner-box.slick-slide{
    height: auto !important;
}
.partner-box img {
    width: 200px;
    aspect-ratio: 3/2;
    border: 1px solid #ccc;
    object-fit: contain;
}

.menu_icon {
    display: none;
}

.menu_icon i {
    font-size: 32px;
}

.myNav {
    border-bottom: 1px solid #ccc;
}

.mobileNav {
    position: fixed;
    right: -100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: 0.3s ease all;
}

.mobileNav.active {
    right: 0;
    transition: 0.3s ease all;
}

.mobileNav_content {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 30%;
    background-color: var(--white-color);
}

.mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14);
    border-bottom: 1px solid #ccc;
}

.drop_btn__list {
    height: 0;
    overflow: hidden;
}

.drop_btn.active .drop_btn__list {
    height: auto;
    background-color: whitesmoke;
}

.close_icon {
    border-bottom: 1px solid #ccc;
}

.close_icon i {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile_menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #c3c3c3;
    text-transform: capitalize;
    color: var(--black-color);
}

.drop_btn__list ul {
    height: 0;
    overflow: hidden;
    transition: 0.3s ease all;
}

.drop_btn.active .drop_service {
    background-color: var(--main-color);
    color: var(--white-color);
}

.drop_btn.active .drop_service::after {
    content: "\2212";
}

.drop_service {
    position: relative;
}

.drop_service::after {
    content: "\002B";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}

.drop_btn.active .drop_btn__list ul {
    height: auto;
    overflow: auto;
    transition: 0.3s ease all;
}

.drop_btn.active .drop_btn__list ul li {
    padding: 1rem;
    transition: 0.3s ease all;
}

.drop_btn__list ul li {
    padding: 0 1rem 0 2rem;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
    transition: 0.3s ease all;
}

.mobile_menu {
    height: 550px;
    overflow-y: scroll;
}

.service_name {
    position: relative;
}

.service_name::after {
    content: "\002B";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
}

.service_name__list {
    position: fixed;
    right: -100%;
    transition: 0.3s ease all;
    top: 60px;
    width: 20%;
    background-color: antiquewhite;
    z-index: 99;
    height: 100%;
}

.single_service {
    padding: 0 !important;
}

.single_service a {
    border-bottom: 0 !important;
}

.service_name.active .service_name__list {
    right: 0;
    transition: 0.3s ease all;
}

.back_btn {
    display: flex;
    justify-content: start !important;
    gap: 5px;
    align-items: center;
}

.social_icon {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem 0;
    text-align: center;
    width: 100%;
    background-color: var(--white-color);
}

.social_icon p {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem !important;
}

.social_icon__list img {
    width: 32px;
    aspect-ratio: 3/2;
    object-fit: contain;
}

/*login css*/
.login_wrapper{
    position: relative;
}
.login_wrapper__img img{
        height: 750px;
        object-fit: cover;
    width: 100%;
}
.login_wrapper__img{
    position: relative;
}
.login_wrapper__img::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.1);
    /*backdrop-filter: blur(5px);*/
}
.login_box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    background-color: #fff;
    width: 600px;
    border-radius: 10px;
    padding:  2rem;
    box-shadow: 0 0 5px rgba(0,0,0,.7);
}
.login_box h3{
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 700;
}

.login_form__select{
    display: flex;
    margin-top: 1rem;
    gap: 1rem;
    flex-wrap: wrap;
}
.select-box{
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    border: 1px solid #ccc;
    padding: 8px 30px;
    border-radius: 100px;
}
.select-box input{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.select-box input,.remeber input{
    accent-color: var(--black-color);
}


.select-box.checked {
    border-color: #4caf50;
    background-color: #f8f9fa;
}
.select-box:hover {
    background-color: #f1f1f1;
}
.error-text {
    color: red;
    font-weight: 700;
}
.login_input{
    margin-top: 1rem;
}
.login_input label{
    font-size: 18px;
      display: block;
      font-weight: 600;
      margin-bottom: 10px;
    text-transform: capitalize;
}
.login_input label span{
    color: #ff0000;
}
.login_input input{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
}
.remeber{
    margin: 1rem 0;
}
.login-btn button{
    width:100%;
}
.login-btn{
    margin-top: 1rem;
}
.login-btn p a{
    color: var(--main-color);
    font-weight: 700;
}


/********************************/
.banner--box-input{
    display: none;
}
.form_box .form-select{
    cursor: pointer;
}
.inner-box-input{
    position: relative;
}
.inner-box{
    margin: 10px 0;
    height: 0;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.common-box.show .inner-box{
    margin: 1rem 0;
    height: auto;
    transition: .3s ease-in-out;  
}
.inner-box-input label{
    border: 1px solid #ccc;
    padding: 4px 10px;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 50px;
}

.inner-box-input input{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.inner-box-input label:hover {
    background-color: var(--green-color);
    color: #fff;
    cursor: pointer;
    transition: .3s ease;
}
.banner--box-input h6{
    color: #39894D;
    font-weight: 500;
    display: flex;
    cursor: pointer;
    align-items: center;
}
.banner--box-input h6 i{
    transition: .3s ease all;
    font-size: 25px;
    color: #39894D;
    font-weight: normal;
}
.down-arrow i{
    font-size: 32px;
    animation: down 1s infinite;
}

.common-box.show .inner-box {
    margin: .5rem 0;
    height: auto;
    transition: .3s ease-in-out;
    gap: 7px;
}

@keyframes down{
    0%{
        transform: translateY(10px);
    }
    50%{
        transform: translateY(0px);
    }
   100%{
        transform: translateY(10px);
    }
}
.common-box.show h6 i{
    transform: rotate(180deg);
    transition: .3s ease all;
}
.banner--box.active .banner--box-input{
    /*display: block;*/
    padding: 12px;
}
.banner--box{
    position: relative;
}
.banner--box-input{
	position: absolute;
    left: 0;
    top: 100%;
    padding: 12px;
    border: 1px solid #DEDEDE;
    width: 520px;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    z-index: 9;
}
.inner-box{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}


/*agent css*/

 .section {
      background-color: white;
      border-radius: 10px;
      padding: 20px;
    
      border: 1px solid #ccc;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .section h2 {
      margin-top: 0;
      color: #2c3e50;
      font-weight: 700;
      font-size: 25px;
    }

    .feature-list {
      list-style: none;
      padding: 0;
    }

    .feature-list li {
      margin: 10px 0;
      padding-left: 20px;
      position: relative;
    }

    .feature-list li::before {
      content: "✔️";
      position: absolute;
      left: 0;
    }

    .agent_wrapper__content{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
   
    }
   .feature-list-btn a{
       display: flex;
       padding: 10px;
       gap: 3px;
       align-items: center;
       color: #fff;
       border-radius: 4px;
        transition: .3s ease;
        font-weight: 600;
        font-size: 18px;
       background: var(--main-color);
   }
   .feature-list-btn a i{
       font-size: 22px;
   }
   .feature-list-btn a:hover{
        transform: translateX(10px);
        transition: .3s ease;
       color: #fff;
   }
   .feature-list-btn a:nth-child(2){
       background-color: #ff0000;
   }
   .feature-list-btn a:nth-child(3){
       background-color: #000;
   }
   .feature-list-btn{
       margin-top: 1.5rem;
       display: flex;
       flex-direction: column;
       gap: 10px;
   }
   
   .modal_input{
       margin-bottom: 10px;
   }
   .modal_input input,   .modal_input textarea{
       width: 100%;
       border: 1px solid #ccc;
       outline: none;
       padding: 7px;
       background: whitesmoke;
   }
   .modal_input label{
       display: block;
       font-weight: 600;
       color: var(--black-color);
       margin-bottom: 6px;
   }
    .modal-form button{
        width: 100%;
    }

	 .state_name {
    text-align: left;
}

.states_box .state_name h3 {
    text-align: left;
    padding: 0 0 3px 0;
}

.states_box .state_name p {
    font-size: 14px;
}

section.download_wrapper {
	margin-bottom: 50px;
}

section.download_wrapper .download_wrapper__content {
    justify-content: space-between;
    text-align: left;
    background-color: #FBF8F4;
    padding: 0;
    border-radius: 16px;
    border: 1px solid #AEA295;
    box-shadow: none;
    flex-direction: row;
    overflow: hidden;
    padding-left: 60px;
    background-image: url(../images/buildings1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

section.download_wrapper .download_wrapper__content a.global_btn {
    background: transparent;
}

section.download_wrapper .download_wrapper__content a.global_btn img.img-fluid {
    max-width: 200px;
    height: 60px;
}

section.download_wrapper  .download_btn {
    justify-content: start;
    border: 0;
}

section.download_wrapper .download_wrapper__content img.app-img {
    max-width: 530px;
}

section.download_wrapper .download_wrapper__content  h3 {
    font-size: 40px;
    color: #684E05;
    padding-bottom: 10px;
}

section.download_wrapper .download_wrapper__content p {
    color: #684E05;
}

section.download_wrapper .download_wrapper__content  .head-title {
    padding-bottom: 20px;
}

section.download_wrapper .download_wrapper__content li {
    font-size: 18px;
    padding: 6px 0;
    display: flex;
    align-items: center;
}

section.download_wrapper .download_wrapper__content li img.check-img {
    margin-right: 10px;
}

footer .footer_wrapper {
    background: #002108;
    border: 0;
}

.copyright {
    border: 0;
}

div.copyright p {
    background: #002108;
    font-size: 16px;
    margin: 0;
    padding: 10px 0 20px;
    line-height: 150%;
    position: relative;
    font-weight: 300;
    border: 0;
}

footer .follow_link {
    justify-content: stretch;
    padding-top: 15px;
}

div.footer--links-social img {
    width: 150px;
    height: 50px;
}

footer .footer_wrapper h3 {font-size: 20px;}

footer .footer_wrapper__right-links  a {
    font-size: 18px;
    margin: 0;
    padding: 0 15px 0 0;
    line-height: 150%;
    position: relative;
    font-weight: 300;
}

footer .footer_wrapper__right-links a::after {
    height: 85%;
    top: 12%;
    right: 0;
    bottom: 0;
    left: auto;
}

footer .footer--links p {
    font-size: 18px;
    margin: 0;
    padding: 0 0 0 0;
    line-height: 150%;
    position: relative;
    font-weight: 300;
    padding-top: 10px;
}

body div.search_form-in .search_form__content .banner_form__flex .banner--box.form_box.border--right .budget-suggestions {
    display: flex;
    justify-content: end;
}

.budget-suggestions.inner-box-input .budget-min {
    width: 98%;
    /* display: none; */
}

.budget-suggestions.inner-box-input .budget-max {
    /* display: none; */
    width: 46%;
}
				   
.search_form-in .search_form__content .banner_form__flex .form_box:hover .banner--box-input {
    display: block;
    top: 100%;
}				   
/*========= new css =========*/
.mynavbar {
    padding: 10px 0;
}
.mob-menu {
    border-radius: 50px;
    border: 1px solid #DEDEDE;
    padding: 4px 10px;
}
.navbars_left {
    display: flex;
    align-items: center;
}

.navbars_left li.dropdown--menu {
	margin-right: 40px;
}

.navbars_left li.dropdown--menu a.cities-name {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    color: #333;
    font-size: 18px;
    text-transform: capitalize;
    
}

.mybox-dropdown:hover .mybox-dropdown-list a {
    border-color: #ccc;
    border-radius: 30px;
    margin: 0;
}
.header--menu .dropdown-grid .my--box a {
    font-size: 14px;
	color: #303030;
}

.navbars_left .navbar_logo {
    margin-right: 40px;
}

.user.dropdown_btn span.text {
    font-size: 18px;
    color: #004511;
    font-weight: 600;
    padding-left: 3px;
}

.menu ul li.header--menu img {
    max-width: 20px;
    position: relative;
    top: 3px;
}

.my-menu a.property-btn {
    background: #39894d;
    /*padding: 12px 10px 12px 20px;
    height: auto;
    font-size: 18px;  */
    font-weight: 500;
    width: auto;
    border-radius: 70px;
	padding: 10px 10px 10px 18px;
    height: auto;
    font-size: 16px;
}

.my-menu a.property-btn span {
    background: #fff;
    color: #219653;
    padding: 12px;
    border-radius: 30px;
    font-size: 15px;
    text-transform: none;
}

.my-menu a.property-btn span::after {
    display: none;
}

.search_form-out {
    text-align: center;
    position: absolute;
    bottom: -45px;
    width: 100%; 
    z-index: 999;
}

.search_form-out section.search_form {
    top: auto;
}

.search_form-out h1 {
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);
    font-size: 56px;
    padding-bottom: 50px;
}

.search_form-out section.search_form {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    right: auto;
    margin: 0;
	display: block;
}

.search_form-in {
    text-align: left;
    background: #00000069;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    backdrop-filter: blur(10px);
}

.search_form-in .links {
    padding: 15px 10px 10px 30px;
    display: inline-block;
}

.search_form-in .search_form__content {
    border: 0;
	border-radius: 45px;
}

.search_form-in .links a {
    color: #fff;
    margin-right: 40px;
    padding:  10px;
    display: inline-block;
    position: relative;
}

.search_form-in .search_form__content .banner_form__flex {
    margin: 0;
	padding-left: 10px;
}

.search_form-in .links a span.cir {
    position: absolute;
    top: 5px;
    padding: 4px;
    display: inline-block;
    background: red;
    border-radius: 10px;
    right: 0;
}

.search_form-in .search_form__content .banner_form__flex .form_box {
    width: 33%;
}

.form_boxw button.global_btn {
    background: #39894d;
    padding: 12px 15px 12px 20px;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    border-radius: 70px;
}

.search_form-in .search_form__content input, .search_form-in .search_form__content select,.form_box .form-select {
    font-size: 16px;
    font-weight: 500;
}

.search_form-in .search_form__content .banner_form__flex .form_box {
    border-right: 1px solid #d3d3d3;
    padding: 0 10px;
}

.banner_form__out {
    display: flex;
    align-items: center;
    padding: 7px 12px 7px 7px;
}

.form_boxw button.global_btn {
    display: flex;
    white-space: nowrap;
}

.form_boxw {
    display: flex;
}
.form_boxw button.global_btn span.text {
    line-height: 150%;
    padding-right: 10px;
}

.form_boxw  img.search-img {
    position: relative;
    top: 3px;
}
.navbars_left .dropdown--menu-list {
    left: 15%;
    background-color: #fff;
    width: 52%;
    right: auto;
	top: 90%;
}

.navbars_left .dropdown--menu-list {
    border-radius: 12px;
    border-color: #DEDEDE;
    padding: 20px;
}

.navbars_left .dropdown--menu-list h6 {
    font-weight: 500;
    margin-bottom: 15px !important;
    margin-top: 20px;
	font-size: 14px;
}

.navbars_left .dropdown--menu-list a {
    font-size: 15px;
    font-weight: 400;
	margin: 0px 0;
}

.navbars_left .dropdown--menu-list .cities_box__flex {
    grid-template-columns: repeat(4, 1fr);
	gap: 4px;
}

.navbars_left li.dropdown--menu .dropdown--menu-list h3 {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
    color: #39894D;
    border-bottom: 2px solid #39894D;
    padding: 1px 1px 8px 1px;
    margin-bottom: 15px !important;
}

.header--menu .dropdown-grid {
    border-radius: 12px;
    border-color: #DEDEDE;
    padding: 6px 15px;
    right: 0;
    left: auto;
    transform: translateX(90%);
    min-width: 750px;
    max-width: 100%;
    grid-template-columns: repeat(1, 1fr);
}

.mybox-dropdown .mybox-dropdown-list a {
    font-size: 12px !important;
}

.header--menu .dropdown-grid h6 {
    color: #39894D;
    font-weight: 500;
    border-bottom: 2px solid;
}

.header--menu .dropdown-grid .my--box {
    width: 23%;
}

.header--menu .dropdown-grid .grid--box {
    gap: 0;
    justify-content: space-between;
}

.inner-box-input span {
    font-size: 14px;
    font-weight: 500;
    width: 25%;
    padding: 5px 0;
}

.search_form-in .search_form__content .range-inputs input, .search_form-in .search_form__content .range-inputs select, .form_box .range-inputs .form-select {
    font-size: 14px;
    border-radius: 40px !important;
}

.range-inputs {
    width: 100%;
}

div.inner-box-input {
    gap: 0;
    padding-top: 5px;	
}

.search_form-in .search_form__content .banner_form__flex .banner--box.form_box.border--right div.inner-box-input {
    gap: 0;
    padding-top: 5px;	
    display: block;
    width: 100%;
    overflow: auto;
    max-height: 245px;
}
div.inner-box-input span.budget-suggestion {
    display: block;
    width: 100%;
}

.search_form-in .search_form__content .banner_form__flex .banner--box.form_box.border--right .banner--box-input {
    width: auto;
}

section.popular-locality {}

section.popular-locality .options_wrapper__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.popular-locality .options_wrapper__content .plocalities_slider {
    max-width: 700px;
}

section.popular-locality .options_wrapper__content .myslider_box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 7px 10px 7px 13px;
    border-radius: 12px;
    justify-content: space-between;
	margin: 0 4px;
}

section.popular-locality .options_wrapper__content h6 {
    margin: 0;
    font-weight: 500;
    color: #333;
}
section.popular-locality .options_wrapper__content h6.title {
    margin-right: 50px;
}

section.popular-locality .options_wrapper__content button.slick-arrow:before {
    color: #000;
    background: url(../images/slide-right.svg);
    padding: 11px 24px;
    background-repeat: no-repeat;
    background-position: left -5px top;
    background-size: 100%;
}

section.popular-locality .options_wrapper__content button.slick-arrow {
    background: #fff;
}

section.popular-locality .options_wrapper__content button.slick-prev:before {
}

section.popular-locality .options_wrapper__content button.slick-prev {
    left: -19px;
    transform: rotateY(190deg);
    right: auto;
    top: 10px;
}

section.propertyfeat {
    padding-top: 50px;
}

section.propertyfeat a.bx {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.uimage {}

section.propertyfeat a .info-o {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: start;
}

section.propertyfeat .row {
    align-items: center;
}

section.propertyfeat a .info-o h2.title {
    font-size: 23px;
    padding-bottom: 10px;
}

section.propertyfeat a .info-o .info {
    width: 100%;
}

section.propertyfeat a.bx:hover .uimage img {
    scale: 1.1;
    transition: .3s ease;
}

section.propertyfeat a.bx .uimage img {
    transition: .3s ease;
}

section.propertyfeat a .info-o p {
    font-size: 16px;
    font-weight: 200;
    line-height: 150%;
    font-style: italic;
}

section.propertyfeat a .info-o .link {
    background: #fff;
    display: flex;
    padding: 8px 10px 9px 15px;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    color: #39894D;
    align-items: center;  
}

.main_heading {
    text-align: left;
    display: flex;
    align-items: center;
}

div.Exclusive_box .new--launch {
    position: relative;
    left: auto;
    right: auto;
    width: auto;
    top: auto;
    transform: translateX(0%);
    background: #FFF1F1;
    color: #F31212;
    padding: 6px 15px !important;
    border-radius: 30px;
}

.Exclusive_box .new--launch:after {
    display: none;
}

.main_heading h2 {
    margin-right: 10px;
    font-size: 32px;
}

section.new_wrapper {
}

section.new_wrapper .Exclusive_box {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

div.Exclusive_box .new--launch span {
    color: #F31212;
}
body .myslider .slick-next, body .populor_slider .slick-next, body .states_slider .slick-next {
    background: transparent;
    height: auto;
    width: auto;
    border: 0px solid #ccc;
    z-index: 9;
    border-radius: 10px;
}
body .myslider .slick-next:before, body .populor_slider .slick-next:before, body .states_slider .slick-next:before {
    content: "" !important;
    color: #000;
    background: url(../images/slide-right.svg);
    padding: 40px 35px;
    background-repeat: no-repeat;
    background-position: left -5px top;
    background-size: 100%;
    font-size: 0;
}

body .slick-dots li {
    width: 10px !important;
    height: 10px !important;
}

div.verefied_box {
    box-shadow: 0px 13px 10px #f1f1f1;
    padding: 12px 24px;
    border-radius: 16px;
    border-color: #F0F0F0;
    margin-bottom: 20px;
    margin-right: 15px;
}

div.verefied_box .user_info {
    color: #121212;
}

div.verefied_box .verefied_box__header {
    background: transparent;
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}

div.verefied_box .user_box__img img {border: 1px solid #ccc;}

div.verefied_box .verefied_box__header b {
    position: absolute;
    right: 20px;
    top: 10px;
    background: #F0FFF4;
    color: #39894D;
    text-transform: none;
    color: #39894D;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 21px;
    font-weight: 600;
}

div.verefied_box .user_info span {
    font-size: 14px;
    font-weight: 400;
}

div.verefied_box .user_info h3 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 3px;
}

div.verefied_box .sale-number {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
}

div.verefied_box .sale-number h6 {
    margin-right: 13px;
    font-size: 24px;
    font-weight: bold;
}

div.verefied_box .sale-number p {
    font-size: 14px;
}

section.tools_wrapper.back_bg {
    background-color: #FDF6ED;
    border: 0;
}

section.tools_wrapper .tools_flex {
    justify-content: start;
}

section.tools_wrapper .tools_flex__box {
    background: transparent;
    border: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    padding: 20px;
    position: relative;
    width: 13%;
}

section.tools_wrapper .tools_flex__box h3 {
    font-size: 16px;
    font-weight: 500;
    color: #121212;
    padding-top: 10px;
}

section.tools_wrapper .tools_flex__box img {
    width: auto;
}

section.tools_wrapper .tools_flex__box:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 36%;
    bottom: 0;
    background: #e5e5e5;
}

section.tools_wrapper .tools_flex__box:last-child:after {
    display: none;
}              

li.drop_btn.active .drop_service {
    background-color: #fff;
    color: #121212;
    padding: 10px 15px 8px 15px;
    border: 0;
}

.login-opt {
    display: flex;
    align-items: center;
    padding: 10px 10px 14px 10px;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 5px;
}

.login-opt h3 a {
    font-size: 14px;
    color: #39894D;
    border: 1px solid #39894D;
    border-radius: 50px;
    padding: 6px 10px;
	display: inline-block;
	margin-top: 5px;
}
.loginbt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginbt p.text {
    font-size: 12px;
    line-height: normal;
    margin: 0;
}

.loginbt h3 {
    margin: 0;
	line-height: normal;
    font-size: 0;
}
div.mobile_menu {
    height: 89%;
	padding-bottom: 15px;
}

div.menu-sidebar-header {
    border: 0;
    padding: 10px 25px 0;
}
.menu-sidebar-out {
    z-index: 99999;
}

div.menu-sidebar-out .overlay {
    position: fixed;
    background: #000;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
}

div.menu-sidebar {background: transparent;}

div.menu-sidebar-content {border-top-left-radius: 0px;}

li.drop_btn.active .drop_service::after {
    display: none;
}

div.menu-sidebar-content .drop_btn .drop_btn__list ul li {
    padding: 7px 15px;
    border: 0;
    background: transparent;
}

div.menu-sidebar-content .drop_btn .drop_btn__list {
    background: transparent;
}

div.menu-sidebar-content .drop_btn .drop_btn__list ul li a {
    display: block;
    font-size: 14px;
}

div.menu-sidebar-content li.drop_btn {}

div.menu-sidebar-content li.drop_btn a.drop_service:after {
    display: none;
}

div.menu-sidebar-content .drop_btn a.drop_service {
    padding: 10px 15px 8px 15px;
    font-size: 16px;
    font-weight: 600;
}

div.menu-sidebar-content li a {border: 0;font-size: 14px;padding: 6px 15px;}

div.menu-sidebar-content .menu--cancel {
    cursor: pointer;
}

li.service_name .service_name__list {
    transition: 0.3s ease all;
    width: auto;
    background: #fff;
    top: 0;
	min-width: 320px;
	padding: 15px;
}

.service_name .service_name__list a.back_btn {
    /* display: block; */
    /* width: 100%; */
}

.service_name.active .service_name__list a.back_btn {
	padding: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service_name.active .service_name__list a {
    margin: 10px 0;
}

.service_name.active .service_name__list a.back_btn i.bx {
}

.propbtn a.property-btn {
    background: #39894d;
    padding: 12px 10px 12px 20px !important;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    width: 90%;
    border-radius: 70px;
    margin: auto;
    display: flex !important;
    line-height: 150%;
    align-items: center;
    border: 0;
}

.propbtn a.property-btn span:after {
    display: none;
}

.propbtn a.property-btn span {
    background: #fff;
    color: #219653;
    padding: 10px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: none;
    display: inline-block;
    font-weight: 600;
}

.propbtn {}

.common-box.show1 .inner-box {
    height: auto;
}
.form_box .form-select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*========= new css =========*/
@media (min-width: 1200px) {
	html body .container {
		max-width: 1320px;
	}
}
@media (min-width: 1680px) {	html body .container {
		max-width: 1600px;
	}
	section.download_wrapper .download_wrapper__content img.app-img {
    max-width: 600px;
}
.search_form-in .search_form__content .banner_form__flex .banner--box.form_box.border--right {
    width: 30%;
}
.search_form-in .search_form__content .banner_form__flex .banner--box.form_box.border--right .form-select {
    font-size: 16px;
}
}
@media (max-width: 1600px) {
	.navbars_left li.dropdown--menu a.cities-name {
    font-size: 16px;
    padding: 6px 15px;
}

.menu ul li a {
    font-size: 16px;
}

.menu ul {
    gap: 1.5rem;
}

.user.dropdown_btn span.text {
    font-size: 16px;
}

.my-menu a.property-btn {
    font-size: 15px;
    padding: 8px 6px 8px 15px;
}

.my-menu a.property-btn span {
    font-size: 14px;
}

.navbar_logo img {
    width: 200px;
}

.navbars_left li.dropdown--menu {
    margin-right: 30px;
}

.search_form-out h1 {
    font-size: 44px;
}

.search_form-in .links a {
    font-size: 14px;
    padding: 5px 10px;
}

.form_boxw button.global_btn span.text {
    font-size: 16px;
    line-height: normal;
}

.form_boxw img.search-img {
    max-width: 20px;
}

.form_box .form-select {
    font-size: 15px;
}

.search_form-in .search_form__content input, .search_form-in .search_form__content select, .form_box .form-select {
    font-size: 15px;
}

.search_form-in .search_form__content .banner_form__flex {
    padding: 6px;
}

.search_form-in .links {
    padding: 10px 10px 7px 30px;
}

section.propertyfeat a .info-o h2.title {
    font-size: 20px;
}

section.propertyfeat a .info-o p {
    font-size: 14px;
}

section.propertyfeat a .info-o .link {
    font-size: 14px;
    padding: 6px 10px 5px 11px;
}

.main_heading h2 {
    font-size: 24px;
}

div.Exclusive_box .new--launch {
    font-size: 12px;
}

h3 {}

.new_content__left h3 {
    font-size: 16px;
}
.new_content__right h6 {
    font-size: 16px;
}
.populor-content p
 {
    font-size: 14px;
    line-height: 140%;
}
.populor_heading .center--btn a {
    font-size: 15px;
}
.new_content__left p {
    font-size: 14px;
}

.new_content__right p {
    font-size: 14px;
}

.new_wrapper__left:hover .new_content__right a {}

.new_content__right a {
    font-size: 13px;
    padding: 6px 13px;
}

.populor_heading h3 {
    font-size: 24px;
    padding: 0;
}

.populor-content h3 {
    font-size: 16px;
}

.populor-content h6 {
    font-size: 14px;
}

.populor-content a {
    font-size: 14px;
    padding: 6px 13px;
}

div.verefied_box .verefied_box__header b {
    font-size: 12px;
    right: 12px;
}

div.verefied_box .user_info span {
    font-size: 13px;
}

div.verefied_box .user_info h3 {
    padding: 0;
    font-size: 18px;
}

div.verefied_box .sale-number p {
    font-size: 13px;
}

.hover-div-content a.vw-dtl {
    font-size: 14px;
}

.hover-div-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.hover-div-content .global_btn.vw-prop {
    margin: 0;
}

div.verefied_box {
    padding: 12px 10px 6px 10px;
}

.hover-div {
    padding-left: 10px;
}

.hover-div-content .global_btn.vw-prop {
    font-size: 12px;
    font-weight: 500;
}

.Designers-content h3 {
    font-size: 16px;
    margin: 0;
}

.Designers-content p {
    font-size: 14px;
}

.populor-content .hover-div, .Designers-content .hover-div {
    padding-left: 0;
}

.Designers-content .hover-div a {
    font-size: 14px;
    padding: 6px 14px;
}

.global_wrapper {
    padding: 30px 0;
}

.Property-Services-content p {
    font-size: 14px;
}

section.states_wrapper.global_wrapper {
    padding-top: 50px;
}

.states_slider {
    padding: 0;
}

.states_box .state_name h3 {
    font-size: 16px;
}

.states_box .state_name p {
    font-size: 13px;
}

section.download_wrapper .download_wrapper__content h3 {
    font-size: 30px;
    padding: 0 0 8px 0;
}

section.download_wrapper .download_wrapper__content li img.check-img {
    max-width: 19px;
}

section.download_wrapper .download_wrapper__content .head-title {
    padding-bottom: 10px;
}

section.download_wrapper .download_wrapper__content p {
    font-size: 15px;
}

section.download_wrapper .download_wrapper__content a.global_btn img.img-fluid {
    max-width: 180px;
    height: 50px;
}

footer .footer_wrapper h3 {
    font-size: 18px;
}

footer .footer--links p {
    font-size: 15px;
}

footer .footer_wrapper__right-links a {
    font-size: 15px;
}

div.follow_link a {
    height: 35px;
    width: 35px;
}

div.footer--links-social img {
    width: 130px;
    height: 40px;
}

section.download_wrapper {
    margin-bottom: 30px;
}

.menu ul li .my--box h5.rooms {
    border-radius: 30px;
    border-color: #ccc;
    padding: 3px 10px;
    font-size: 13px !important;
}

.my--box h5.my--box li {}

.menu ul ul.pg-grid li {
    display: inline-block;
}

.mybox-dropdown .pg-grid {
    display: flex;
}

.menu ul ul {
    gap: 0.4rem !important;
}

.menu ul ul#multiCollapseExample5 {
    margin: 6px 0 6px 0 !important;
}

.header--menu .dropdown-grid h6 {
    font-size: 15px;
    padding: 0 0 5px 0px;
    margin-bottom: 10px !important;
}

.header--menu .dropdown-grid .my--box a {
    font-weight: 400;
}

.header--menu .dropdown-grid {
    min-width: 700px;
}
.navbars_left li.dropdown--menu .dropdown--menu-list h3 {
    font-size: 15px;
}

.navbars_left li.dropdown--menu .dropdown--menu-list h3 img {
    max-width: 20px;
}

.navbars_left .dropdown--menu-list h6 {
    margin-top: 12px;
    margin-bottom: 7px !important;
}

.navbars_left .dropdown--menu-list a {
    font-size: 14px;
}

.navbars_left .dropdown--menu-list .cities_box__flex {
    gap: 2px;
    margin-top: 0 !important;
}

.navbars_left .dropdown--menu-list {
    width: 55%;
    top: 84%;
    padding: 10px 15px;
}

.header--menu .header-dropdown a {
    padding: 7px 10px;
}
}
@media (max-width: 1440px) {
	.navbars_left .dropdown--menu-list {
    width: 60%;
}
	.navbar_logo img {
    width: 220px;
}
	.header--menu .dropdown-grid {
    transform: translateX(69%);
}
	.navbars_left .dropdown--menu-list a {
    margin: 0px 0;
	font-size: 15px;
}

    .agent-right p {
        max-width: 596px;
    }
    .logo img {
        width: 82px !important;
    }
      .dropdown--menu-list{
        padding: 1rem;
    }
    .cities_box__flex {
        grid-template-columns: repeat(8,1fr);
        gap: 10px;
    }
    .cities_box__flex a {
        font-size: 12px;
    }
    .cities_box h6 {
        font-size: 14px;
        margin-top: 10px;
    }
	
	.search_form-out h1 {
    padding-bottom: 20px;
    font-size: 45px;
}

.banner_img {}

.banner_slider  .banner_img img.img-fluid {
    height: 300px;
}

.navbars_left li.dropdown--menu a.cities-name {
    font-size: 16px;
    padding: 10px 15px;
}

.menu ul li a {
    font-size: 16px;
}

.user.dropdown_btn span.text {
    font-size: 16px;
}

.my-menu a.property-btn {
    font-size: 16px;
    padding: 10px 8px 10px 18px;
}

.my-menu a.property-btn span {
    font-size: 15px;
}

.menu ul {
    gap: 2.2rem;
}

.search_form-in .search_form__content input, .search_form-in .search_form__content select, .form_box .form-select {
    font-size: 16px;
}

.form_boxw button.global_btn span.text {
    font-size: 16px;
}

section.propertyfeat a .info-o h2.title {
    font-size: 20px;
    padding-bottom: 5px;
}

section.propertyfeat a .info-o p {font-size: 15px;}

section.propertyfeat a .info-o .link {
    font-size: 15px;
    padding: 5px 8px 6px 13px;
}

section.propertyfeat a .info-o {
    padding: 12px;
}

html body .container {
    max-width: 1200px;
}

.main_heading h2 {
    font-size: 28px;
}

.new_wrapper__left-content {
    margin-top: 0 !important;
}

.new_content__right h6 {
    font-size: 18px;
}

.new_content__left h3 {
    font-size: 17px;
}

.new_content__right p {
    font-size: 15px;
}

.new_content__left p {
    font-size: 15px;
}

.new_content__right a {
    padding: 6px 15px;
}

.populor_heading h3 {
    font-size: 28px;
}

.populor-content p {
    font-size: 15px;
}

.populor-content h3 {
    font-size: 18px;
}

.populor-content h3 span {
    font-size: 15px;
}

body div.verefied_box {}

.hover-div-content a.vw-dtl {
    font-size: 14px;
}

.hover-div-content .global_btn.vw-prop {
    font-size: 14px;
}

section.download_wrapper .download_wrapper__content h3 {
    font-size: 30px;
}

section.download_wrapper .download_wrapper__content li {
    font-size: 16px;
    padding: 5px 0;
    line-height: 140%;
}

section.download_wrapper .download_wrapper__content {
    padding-left: 22px;
}

section.download_wrapper .download_wrapper__content a.global_btn img.img-fluid {
    max-width: 150px;
    height: 52px;
}

section.download_wrapper .download_btn {
    margin: 5px 0 0 0;
}

section.download_wrapper .download_wrapper__content .head-title {
    padding-bottom: 10px;
}

footer .footer_wrapper h3 {
    font-size: 18px;
    padding-bottom: 10px;
}

footer .footer--links p {
    font-size: 15px;
}

footer .footer_wrapper__right-links a {
    font-size: 15px;
    padding-right: 10px;
    line-height: normal;
}

footer .footer_wrapper__right-links a::after {
    height: 75%;
    top: 5px;
}

.footer_wrapper__right-links {
    margin-top: 7px;
}

.footer--links {
    margin-bottom: 15px;
}

.follow_link a {
    height: 32px;
    width: 32px;
}

footer .follow_link {
    padding-top: 10px;
    padding-bottom: 10px;
}

footer .footer_wrapper {
    padding-bottom: 25px;
}
}

@media (max-width: 1200px) {
    .form_box:nth-child(3) {
    border-right: 0;
    width: 21%;
}
    .dropdown--menu-list::after {
        left: 11rem;
    }
    .logo img {
        width: 220px;
    }
    .cities_box__flex {
        grid-template-columns: repeat(5, 1fr);
        gap: 7px;
    }
    .search_btn button {
        padding: 0 10px;
    }

    .call_icon a {
        font-size: 12px;
    }

    .menu ul li a {
        font-size: 16px;
    }

    .menu ul {
        gap: 2rem;
    }

    .partner-box {
        margin: 0 10px;
    }
  
}

@media (max-width: 992px) {
    .new_wrapper__left{
        margin-top: 1rem;
    }
   
    .header_btn__flex {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .option_right{
        margin-top: 1rem;
    }
    

    .menu ul {
        display: none;
    }

    .warehousing_img {
        margin-top: 1rem;
    }

    .call_icon a {
        font-size: 18px;
    }

    .call_icon a i {
        font-size: 20px;
    }

    .search_btn,
    .call_icon {
        display: none;
    }

    .menu_icon {
        display: block;
    }
}

@media (max-width: 768px) {
        .form--input input {
        width: 100%;
    }
    .myform_img img{
        height: auto;
        border-radius: 5px;
    }
    .mybreadcrumb_content__menu ul{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }
    .mybreadcrumb_content__menu li, .mybreadcrumb_content__menu a{
        font-size: 13px;
    }
    .agent-right-btn{
        justify-content: center;
    }
       .agent-card {
        flex-direction: column;
        align-items: center;
    }

    .badge-section {
        text-align: center;
        margin-top: 20px;
    }

    .agent-right {
        text-align: center;
    }

    .agent-stats {
        justify-content: center;
    }
    .badge-section{
        display: none;
    }
    .agent_about__content h2{
        font-size: 20px;
    }
    .agent_about__content p,.agent-right p{
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }
    .populor_heading h3{
        font-size: 18px;
    }
    .center--btn a {
    
        font-size: 14px;
    }
     .new_content__left h3{
        font-size: 18px;
    }
    .new_content__left p{
        font-size: 14px;
    }
    .new_content__right a{
        transform: translateY(0);
    }
    .dropdown--menu{
        display: none;
    }
    .why_box__icon img {
        width: 55px;
    }
    .login_box {
        transform: translate(-50%,-50%);
        right: inherit;
        left: 50%;
        padding: 1rem;
        width: 95%;
    }
    .login-btn p{
        font-size: 12px;
    }
    .login_box h3{
        font-size: 25px;
    }
    .select-box{
        flex-wrap: wrap;
        gap: 12px;
        padding: 5px 16px;
    }
    .select-box label{
        font-size: 14px;
    }
    .login_input label{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .remeber{
        margin: 12px 0 ;
    }
    .login_wrapper__img img {
        height: 610px;
        
    }

    .warehousing_wrapper__left p,
    .why_warehousing p {
        font-size: 14px;
        line-height: 25px;
    }

    .why_warehousing h3 {
        font-size: 20px;
    }

    .mobileNav_content,
    .service_name__list {
        width: 75%;
    }

    .cta_wrapper__content {
        padding: 25px 0;
    }

    .global_wrapper {
        padding: 50px 0;
    }

    .global_content {
        margin-top: 2rem;
    }

    .main_heading h2 {
        font-size: 25px;
    }

    .banner_content h1 {
        font-size: 30px;
    }

    .banner_content p {
        font-size: 16px;
        padding: 0 2rem;
        margin-top: 10px !important;
    }

    .banner_box__img img {
        height: 225px !important;
    }
    .banner_box{
          height: 225px !important;
    }
    .banner_form__flex{
        margin: 0 12px;
        padding: 1rem;
    }
    .form_box .form-select{
        width: auto ;
    }
    .banner_form {
        max-width: none;
        margin: 0 12px;
        margin-top: 3rem !important;
    }

    .myBtn {
        margin-top: 1.2rem;
    }

    .trending_box__content p {
        margin-top: 5px;
    }

    .about_content h2 {
        font-size: 32px;
    }

    .about_content p,
    .main_heading p,
    .why_box__content p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .trending_box__row-left h3 {
        font-size: 16px;
    }

    .trending_box__row-right a {
        font-size: 14px;
        margin-left: 5px;
    }

    .banner_slider .slick-next,
    .banner_slider .slick-prev {
        height: 32px;
        width: 32px;
    }

    .cta_wrapper__content h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    .cta_wrapper {
        padding: 25px 0;
    }

    .why_box__content h2 {
        font-size: 20px;
    }
     .form_box:nth-child(2),.form_box:nth-child(3){
    display: none;
    }
    .form_box:last-child{
        width: 30%;
    }
    .form--input input {
        width: 100%;
    }
    .form_box{
        justify-content: start;
        border-right: 0;
    }
}

@media (max-width: 576px) {
    .new_content{
        padding: 12px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .myslider .slick-next, .populor_slider .slick-next, .states_slider .slick-next{
        right: 0 !important;
    }
    .new_img img{
        height: 250px;
    }
    .populor-box{
        margin-right: 5px !important;
        margin: 0;
    }
    .mobileNav_content,
    .service_name__list {
        width: 100%;
    }
    .form_box i {
        font-size: 20px;
    }
    .form_box:last-child button {
    width: 100%;
    font-size: 14px;
    padding: 7px 15px;
    }
        .banner_form__flex {
        margin: 0;
        padding: 9px 10px;
    }
   
    .banner_form{
        max-width: -webkit-fill-available;
        width: 100%;
    }
    .form_box:last-child{
        width: auto;
    }

    .why_box {
        height: auto;
        margin-bottom: 1rem;
    }

    .about_content h2 {
        font-size: 25px;
    }

    .trending_box__content h3 {
        font-size: 16px;
    }

    .logo img {
        width: 160px;
    }

    .trending--box {
        padding: 1rem 10px;
    }

    .cta_wrapper__content h2 {
        font-size: 18px;
    }

    .partner_slider .slick-track {
        margin-bottom: 3px;
    }
}

@media (max-width: 420px) {
    .post-properites button {
        font-size: 12px;
    }

    .logo img {
        width: 120px;
    }
    .states_box__content {
        flex-direction: column;
    }
    .states_box__img img {
        width: 100%;
    }
    .states_box {
    margin: 0 !important;
        
    }
    .states_box h3 {
        font-size: 14px;
    }
}







/*======= new css 2 ============== */

.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
    max-width: 84%;
    padding: 0px 0 0 10px;
	height: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
}
.banner-slider .slider.slider-nav {
    max-width: 16%;
}
.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
.banner-slider .slider.slider-nav {
    height: auto;
    overflow: hidden;

}
.slider-banner-image {
    height: auto;
}
.banner-slider .slider-banner-image img {
    border-radius: 5px;
    height: auto;
    cursor: pointer;
    width: 100%;
    border: 0;
    object-fit: cover;
}
.banner-slider .slider.slider-nav {
    padding: 0px 0 0;
	position: relative;
	background: transparent;
}
.vehicle-detail-banner .slider-nav .slick-slide.thumbnail-image .thumbImg{
    max-width: 178px;
    height: 100px;
    margin: 0 auto;
    border: 0px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
}
.vehicle-detail-banner .slick-vertical .slick-slide:active,
.vehicle-detail-banner .slick-vertical .slick-slide:focus,
.vehicle-detail-banner .slick-arrow:hover,
.vehicle-detail-banner .slick-arrow:focus {
    border: 0;
    outline: 0;
}
.vehicle-detail-banner .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 0px solid #196DB6;
}
.vehicle-detail-banner .slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.vehicle-detail-banner .slider-nav .slick-slide {
    text-align: center;
}
.vehicle-detail-banner .slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.vehicle-detail-banner .slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.vehicle-detail-banner .slick-prev {
   top: 0;
}
.vehicle-detail-banner .slick-next {
   bottom: 0;
   background-color: #fff;
}
.vehicle-detail-banner .slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
    background: #000 !important;
    z-index: 9999;
    position: absolute;
    top: 0;
    height: auto;
    transform: translate(0, 0%);
    /* font-size: 20px; */
    color: #fff;
    transform: rotate(-90deg);
    width: 30%;
    height: 29%;
    left: 30px;
    top: -33px;
    
}

.vehicle-detail-banner .slick-prev:before {
    content: '←' !important;
	transform: rotate(145deg);
}
.vehicle-detail-banner .slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
	bottom: 0px;
    position: absolute;
    -webkit-transform: translate(0, 0%);
    top: auto;
    background: #000 !important;
	transform: rotate(-90deg);
    width: 30%;
    height: 29%;
    left: 30px;
    bottom: -33px;
}
.vehicle-detail-banner .slick-next:before {
    content: '→' !important;
	transform: rotate(145deg);
}
.vehicle-detail-banner .slider-nav img {
    border: 0;
}
/*End USE CSS for Slider*/

@media screen and (min-width : 1600px) {
	.vehicle-detail-banner .slick-prev.slick-arrow {
		width: 24%;
    height: 32%;
    left: 48px;
    top: -53px;
    
}
.vehicle-detail-banner .slick-next.slick-arrow {
    width: 24%;
    height: 32%;
    left: 48px;
    bottom: -53px;
}

}@media screen and (max-width : 991px) {

	.banner-slider .slider.slider-for,
	.banner-slider .slider.slider-nav {
	    max-width: 100%;
	    float: none;
	}
	.banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.banner-slider .slider.slider-nav {
		height: auto;
	}
	.slider-banner-image {
	    height: 500px;
	} 
	.slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.vehicle-detail-banner .slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.vehicle-detail-banner .slick-arrow {
		padding: 0;
	    width: 30px;
	    height: 30px;
	    top: 50%;
	    bottom: 0;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}
	.vehicle-detail-banner .slick-prev {
	    left: 0;
	    right: unset;
	}
	.vehicle-detail-banner .slick-next {
	    left: unset;
	    right: 0;
   		background-color: transparent;
	}
	.vehicle-detail-banner .vehicle-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.vehicle-detail-banner .bid-tag {
    	padding: 10px 0 15px;
	}
	.vehicle-detail-banner .slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.vehicle-detail-banner .thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.vehicle-detail-banner .slider-banner-image {
	    height: 400px;
	}
	.vehicle-detail-banner .slider.slider-nav.thumb-image {
    	padding: 0px 20px 0;
    	margin: 10px 0px 0;
	}
	.vehicle-detail-banner .slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.vehicle-detail-banner .slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.vehicle-detail-banner .slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.vehicle-detail-banner .slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}

@media screen and (max-width: 580px) {
	.slider-banner-image {
	    height:340px;
	}
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
	    height:280px;
	}
}

.card-body {
    width: 100%;
}

.vehicle-detail-banner.banner-content .banner-slider {
    width: 100%;
}

.vehicle-detail-banner.banner-content {
    width: 100%;
}

.banner-section {
    width: 100%;
}
/*======= new css 2 ============== */