@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* font-family: 'Rajdhani', sans-serif; */
.header_section {
background: rgb(0,3,75);
background: linear-gradient(180deg, rgba(0,3,75,1) 0%, rgba(0,1,15,1) 64%);
height: 280px;
}
.header_section2 {
background: rgb(0,3,75);
background: linear-gradient(180deg, rgba(0,3,75,1) 0%, rgba(0,1,15,1) 64%);
height: auto;
}
.location{
    color: rgb(8, 8, 8) !important;
    font-family: 'Poppins', sans-serif;

    font-size: 16px;
    font-weight: 600;
}
.social_header > a {
    background: #ffd55c none repeat scroll 0 0;
    border-radius: 4px;
    color: rgb(8, 8, 8) !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
    width: 40px;
    box-shadow: 0px 0px 13px #0000001c;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    --border-size: 3px;
    --border-angle: 0turn;
    background-image: conic-gradient(from var(--border-angle), #ffd55c , #ffd55c  50%, #ffd55c ), conic-gradient(from var(--border-angle), transparent 20%, #001a2b, #094268);
    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: bg-spin 3s linear infinite;
            animation: bg-spin 3s linear infinite;
  }
  @-webkit-keyframes bg-spin {
    to {
      --border-angle: 1turn;
    }
  }
  @keyframes bg-spin {
    to {
      --border-angle: 1turn;
    }
  }
  .box:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  
  @property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
.social_header > a:hover {
    background: #10102c none repeat scroll 0 0;
    border-radius: 4px;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 6px;
    width: 40px;
    box-shadow: 0px 0px 13px #0000001c;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    --border-size: 3px;
    --border-angle: 0turn;
    background-image: conic-gradient(from var(--border-angle), #10102c , #10102c  50%, #10102c ), conic-gradient(from var(--border-angle), transparent 20%, #ffd55c, #faeaba);
    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: bg-spin 3s linear infinite;
            animation: bg-spin 3s linear infinite;
  }
  @-webkit-keyframes bg-spin {
    to {
      --border-angle: 1turn;
    }
  }
  @keyframes bg-spin {
    to {
      --border-angle: 1turn;
    }
  }
  .box:hover {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  
  @property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
.button_header{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    color: rgb(0,3,75) !important;
    display: inline-block;
    height: 40px;
    width: auto;
    font-weight: 600;
    box-shadow: 0px 0px 18px #0000001c;
    border: 0px;
    margin-right: 6px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Poppins', sans-serif;

    font-size: 16px;
}
.contact_box_header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.contact_box_1{
   height: auto;
   padding-left: 50px;
   display: flex;
   flex-direction: row;
   justify-content: flex-end;
}

.contact_box_1sub1{
   width: auto;
   height: auto;
}
.contact_box_1sub1 img{
   width: 55px;
   height: auto;
}

.contact_box_1sub2{
   width: auto;
   height: auto;
}
.contact_box_1sub2 h4{
   padding-left: 10px;
   padding-right: 10px;
   font-family: 'Poppins', sans-serif;

   font-size: 16px;
   color: #ffffff;
   font-weight: 600;
   text-align: left;
}
.contact_box_2{
    height: auto;
    display: flex;
    padding-left: 50px;
    flex-direction: row;
    justify-content: flex-end;
}
.contact_box_2sub2{
    width: auto;
    height: auto;
 }
.contact_box_2suba{
    width: auto;
    height: auto;
 }
 .contact_box_2sub1 img{
    width: 55px;
    height: auto;
 }
 .contact_box_2sub2 h4{
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Poppins', sans-serif;

    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
 }
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}
}
.seach_box_section{
    background-color: #ffffff;
    box-shadow: 0px 0px 18px #0000005e;
    width: 100%;
    margin-top: -150px;
    height: auto;
    border-radius: 10px;
    padding: 30px;
}
.search_box_h2{
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.search_box_p{
    font-family: 'Poppins', sans-serif;

    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.search_box{
    /* width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content:center; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #b7b7b7;
    padding: 10px;
    border-radius: 50px;
}
.search_box_search{
    width: 60%;
    height: auto;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    color: rgb(0,3,75) !important;
    height: 50px;
    border-radius: 10px 0px 0px 10px;
    border: 0px !important;
}
.search_box_button{
    width: 22%;
    height: auto;
    background: rgb(255 213 92) none repeat scroll 0 0;
    border-radius: 50px;
    color: rgb(0 0 0) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: center;
    border: 0px;
    font-weight: 500;
}
.search_box_button a{
    color: rgb(0 0 0) !important;
    text-decoration: none !important;
}
.search_box_search:focus{
    color: #212529;
    background-color: #fff;
    border-color: #ffffff !important ;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255, 255, 255) !important;
}
.drop_button:focus {
    color: #111111;
    background-color: #fff;
    border-color: #ffffff !important ;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255, 255, 255) !important;
}
.search_box_h6{
    font-family: 'Poppins', sans-serif;

    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: center;
    letter-spacing: 2px;
}
.nav-pills .nav_services.active, .nav-pills .show>.nav_services {
    font-family: 'Poppins', sans-serif;

    font-size: 20px;
    color: #001a2b !important;
    font-weight: 800;
    background-color: #ffffff !important;
    border-bottom: #001a2b 4px solid !important;
}
.nav_services {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: rgb(19, 19, 19);
    font-weight: 600;
    background-color: #ffffff !important;
}
.nav_services_main{
    justify-content: center;
}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent;display:none}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgb(0, 0, 0);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    display: none !important;
}
/*
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0px !important;
    font: inherit;
    font-size: 18px !important;
    color: #fff !important;
    background-color: #4a235a;
    margin: 3px !important;
    border-radius: 2px !important;
    width: 25px !important;;
}*/
/* .owl-nav{
    display: none !important;
} */
.item{
    margin: 0px;
    padding: 0px;
}
.item img{
   border-radius:10px 10px 0px 0px;
   width: 24px;
}
@media(max-width:1024px){
    .item .content_box{
        background: rgb(255, 255, 255);
        padding: 20px;
        height: auto !important;
        border-radius: 10px;
        box-shadow: 0px 0px 13px rgb(192, 192, 192);
    }
}
.item .content_box{
    background: rgb(255, 255, 255);
    padding: 20px;
    height: 340px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgb(192, 192, 192);
}
.item .content_box h3{
    color: rgb(255, 255, 255) !important;
    font-family: 'Poppins', sans-serif;

    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    text-align: center;
}
.college_search_button {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    color: rgb(0,3,75) !important;
    height: 40px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;

    text-align: center;
    margin-right: 6px;
    width:200px;
    font-weight: 600;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.26);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.college_search_h3{
    color: rgb(0, 0, 0) !important;
    font-family: 'Poppins', sans-serif;

    font-size: 32px;
    font-weight: 600;
}
.colege{
    position: relative;
}
.colege_img{
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.colege_details{
    width: 100%;
    height: auto;
    padding: 50px 20px;
    position: absolute;
    top: 0px;
    flex-direction: column;
}
.colege_details_one{
    width: 25%;
    height: 100px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 0px;
}
.colege_details_one img{
    width: auto;
    height: 80px;
    background-color: #fff;
    border-radius: 10px;
}
.colege_details_two{
    width: 75%;
    height: 80px;
    border-radius: 10px;
}
.colege_details_two h3{
    color: rgb(255, 255, 255) !important;
    font-family: 'Poppins', sans-serif;

    font-size: 22px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 10px;
}
.colege_details_button {
    background: #fdfdfd none repeat scroll 0 0;
    border-radius: 4px;
    color: rgb(1, 0, 61) !important;
    display: inline-block;
    height: 35px;
    width: auto;
    position: absolute;
    bottom: 80px;
    right: 10px;
    font-weight: 600;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.712);
    border: 0px;
    font-family: 'Poppins', sans-serif;

    font-size: 16px;
}
#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 12, 80);
    opacity: 0.6;
    border-radius: 10px 10px 0px 0px;
}
.colege_content{
    background: #ffd55c none repeat scroll 0 0;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.26);
   padding: 10px;
}
.colege_content h3{
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.colege_content_header {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    color: rgb(0, 0, 0) !important;
    display: inline-block;
    height: 35px;
    width: auto;
    font-weight: 600;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.199);
    border: 0px;
    margin-right: 6px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Poppins', sans-serif;

    font-size: 16px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
.page-link{
    color: rgb(0, 0, 0) !important;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    border: 1px solid #040038 ;
}
.section_colleges{
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center;
    background-size: cover;
    background-image: url(../images/section_banner_colleges.png);
}
.college_list_box{
    width: auto;
    height: 130px;
    background-color: #fff;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.699);
    border-radius: 10px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 10px;
    position: relative;
}
.college_list_box img{
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.college_list_box h5{
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    padding-top: 10px;
}
.college_list_h3 {
    color: rgb(255, 255, 255) !important;
    font-family: 'Poppins', sans-serif;

    font-size: 32px;
    font-weight: 600;
}
.business-box-shadow3 {
    -webkit-box-shadow: 0px 0px 13px -6px rgb(168 168 168);
    -moz-box-shadow: 0px 0px 13px -6px rgba(168,168,168,1);
    box-shadow: 0px 0px 13px -6px rgb(168 168 168);
    padding: 10px;
}
.business-font {
    font-family: 'Poppins', sans-serif;

    font-size: 20px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    color: #000000;
}
.bg_red_weeding_center_footer {
    background-color:rgb(0 26 43) !important;
}
.bg_red_weeding_center_footer h4 {
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
    font-family: 'Montserrat', sans-serif;
}
.button-topbull {
    background: #dadada;
    color: rgb(0, 0, 0) !important;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;

    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 50px;
}
.footer-sub-bg {
    background-color: #06005a;
}
.bg_red_weeding_footer_p {
    font-weight: 300;
    color: rgb(255, 255, 255) !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;

}
.bg_red_weeding_footer a {
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 14px;
    color: rgb(255, 255, 255) !important;
    font-family: 'Montserrat', sans-serif;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}
.college_filter{
    background-color: #fff;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.24);
    padding: 10px;
    border-radius: 10px;
}
.bg-students{
    background: rgb(0,3,75);
    background: linear-gradient(180deg, rgba(0,3,75,1) 0%, rgba(0,1,15,1) 64%);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.24);
}
.college_filter_text {
    font-family: 'Poppins', sans-serif;

    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    color: #000000;
}
.college_filter_header {
    font-family: 'Poppins', sans-serif;

    font-size: 18px;
    font-weight: 700 !important;
    letter-spacing: 2px;
    color: rgb(0,3,75) !important;
    text-decoration: none !important;
}
.college_search_results {
    font-family: 'Poppins', sans-serif;

    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: 2px;
    color: rgb(0,3,75) !important;
    text-decoration: none !important;
}
.college_model_text {
    font-family: 'Poppins', sans-serif;

    font-size: 16px;
    font-weight: 500 !important;
    letter-spacing: 2px;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}
.college_model_head {
    font-family: 'Poppins', sans-serif;

    font-size: 24px;
    font-weight: 500 !important;
    letter-spacing: 2px;
    color: rgb(0, 0, 0) !important;
    text-decoration: none !important;
}
.accordion-button:not(.collapsed) {
    background-color: #f0f2f7 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125) !important;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10600000;
    display: none;
    background: rgb(0,3,75);
    background: linear-gradient( 180deg , #7e720099 0%, rgb(0 1 15 / 84%) 64%);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal_background{
background: rgb(0,3,75);
background: linear-gradient(180deg, rgba(0,3,75,1) 0%, rgba(0,1,15,1) 64%);
}
.contact_p {
    font-family: 'Poppins', sans-serif;

    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: center;
}
.contact_p2 {
    font-family: 'Poppins', sans-serif;

    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.border_r2 {
  border-radius: 10px;
}
@media(max-width:1024px){
    .hidden-xs{
        display: none !important;
    }
    .nav_services {
        font-family: 'Poppins', sans-serif;

        font-size: 14px !important;
        color: rgb(19, 19, 19);
        font-weight: 600;
        background-color: #ffffff !important;
    }
    .college_details_box {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column !important;
        justify-content: center;
    }
    .college_details_box1 {
        width: 30% !important;
        padding: 5px;
    }
    .college_details_box2 {
        width: 100% !important;
        padding: 5px;
    }
    .search_box_h2 {
        font-family: 'Poppins', sans-serif;

        font-size: 28px !important;
        color: #000;
        font-weight: 700;
        text-align: center;
    }
    .search_box_search {
        width: 100% !important;
        height: auto;
        background: #ffffff none repeat scroll 0 0;
        border-radius: 4px;
        border: 1px solid rgb(207, 207, 207) !important;
        color: rgb(0,3,75) !important;
        height: 50px;
        border-radius: 10px 10px 10px 10px;
    }
    .search_box_button {
        width: 100%;
        height: 50px !important;
        background: rgb(255 213 92) none repeat scroll 0 0;
        border-radius: 4px;
        color: rgb(0 0 0) !important;
        font-family: 'Poppins', sans-serif;

        font-size: 20px;
        text-align: center;
        border-radius: 10px 10px 10px 10px;
        margin-top: 10px;
    }
    .search_box {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header_section {
        background: rgb(0,3,75);
        background: linear-gradient(
    180deg
    , rgba(0,3,75,1) 0%, rgba(0,1,15,1) 64%);
        height: auto !important;
    }
    .seach_box_section {
        background-color: #ffffff;
        box-shadow: 0px 0px 18px #0000005e;
        width: 100%;
        height: auto !important;
        border-radius: 10px;
        margin-top: 0px !important;
        padding: 10px;
    }
}
@media(min-width:1024px){
    .hidden-lg{
        display: none !important;
    }
}
.college_details_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.college_details_box1 {
    width: 10%;
    padding: 5px;
}
.college_details_box2 {
    width: 90%;
    padding: 5px;
}
.colege_details_box_h3 {
    color: rgb(0, 0, 0) !important;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    margin-bottom: 5px;
}
.colege_details_box_p {
    color: rgb(0, 0, 0) !important;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    margin-bottom: 5px;
}
.college_details_box_main {
    color: rgb(0, 0, 0) !important;
    font-family: 'Poppins', sans-serif;

    font-size: 24px;
    font-weight: 600;
}
.bg__p {
    font-weight: 600;
    color: rgb(0, 0, 0) !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;

}

.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #001a2be8 !important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1000000;
}
.sidenav_link  {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
    margin-top: 5px;
    border-bottom: 1px solid #444;
}


/* 
.sidenav {
    height: 126px;
    width: 0;
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    background: linear-gradient( 180deg , rgb(0 26 43) 0%, rgb(0 26 43) 64%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
  }
   */
  /* .sidenav_link {
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0px 0px 18px #0000005e;
    border-radius: 10px;
    color: #818181;
    transition: 0.3s;
    margin-left: 10px;
    margin-right: 10px;
  } */
  .sidenav_none {
    color: rgb(255, 255, 255) !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    padding: 10px 10px !important;
    text-decoration: none;
    box-shadow: 0px 0px 0px #0000005e !important;
    border-radius: 10px !important;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  @media(max-width:1024px){
    .sidenav_none {
        color: rgb(255, 255, 255) !important;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;

        font-weight: 600;
        padding: 10px 10px !important;
        text-decoration: none;
        box-shadow: 0px 0px 0px #0000005e !important;
        border-radius: 10px !important;
        transition: 0.3s;
      }
    .sidenav {
        /*height: 100% !important;*/
         height: 34% !important;
        width: 0;
        position: fixed;
        z-index: 10000000000;
        top: 0;
        /*left: 0;*/
        background: linear-gradient( 180deg , rgb(250 255 137) 0%, rgb(129 129 129) 64%);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 80px;
      }
      
      .sidenav_link {
        color: rgb(0, 0, 0) !important;
        font-size: 16px;
        font-family: 'Poppins', sans-serif;

        font-weight: 600;
        padding: 10px 20px;
        display: block;
        text-decoration: none;
        background-color: #fff;
        box-shadow: 0px 0px 18px #0000005e;
        border-radius: 10px;
        color: #818181;
        transition: 0.3s;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 10px;
      }
  }
  .border_radious_img{
   border-radius: 10px;
  }
  .infinity_carousel_caption {
    z-index: 100000;
    text-align: center;
    top: 60%;
    left: 20%;
    right: 20%;
    bottom: auto;
    -webkit-transform: translate(0,-60%);
    -ms-transform: translate(0,-60%);
    transform: translate(0,-60%);
}
  .infinity_carousel_caption h3{
    font-family: 'Poppins', sans-serif;

    font-size: 42px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: center;
  }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 100px;
    height: auto;
    padding: 0;
    margin-right: 1px;
    margin-left: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 2px solid #ffd55c;
    border-radius: 10px;
    opacity: 10;
    transition: opacity .6s ease;
}
@media(min-width:1024px){
.hidden-lg{
    display: none;
}
}
@media(max-width:1024px){
    .infinity_carousel_caption h3 {
        font-family: 'Poppins', sans-serif;

        font-size: 28px !important;
        color: #ffd400;
        font-weight: 700;
        text-align: center;
    }
    .logo {
        width: 37px !important;
        height: auto;
    }
    .search_box {
        border: 0px solid #b7b7b7 !important;
    }
    .drop_button {
        height: auto;
        margin-top: 10px !important;
        height: 50px !important;
        background: rgb(0,3,75) none repeat scroll 0 0;
        border-radius: 4px;
        color: rgb(255, 255, 255) !important;
        font-family: 'Poppins', sans-serif;

        font-size: 20px;
        text-align: left !important;
        border: 1px solid rgb(209, 209, 209)!important;
        border-radius: 10px !important;  
    }
}
#color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
}
p{
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 10px;
}
.logo{
    width: 230px;
    height: auto;
}
.drop_button {
    height: auto;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    color: rgb(0, 0, 0) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-right:1px solid #fff;
    border-radius: 0px;  
    border-left: 1px solid rgb(184, 184, 184);
}
.bg-iwins {
    background-color: #000000;
}
p a{
    text-decoration: none !important;
}
.dropbtn {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 8px 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    text-align: center;
    border-radius: 8px;
    border: none;
    font-weight: 600;
  }
  .free{
    background-color: #009c05;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(63, 63, 63, 0.562);
    z-index: 1;
    border-radius: 8px;
    padding: 10px 5px;
    z-index: 10000;
  }
  
  .dropdown-content a {
    color: black;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;

    text-align: left;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    border-radius: 8px;
}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #ffd55c;}
  .dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    width: auto;
    box-shadow: 0px 8px 16px 0px rgba(63, 63, 63, 0.562);
    z-index: 1;
    border-radius: 8px;
    padding: 10px 5px;
    z-index: 10000;
  }
  
  .dropdown-content2 a {
    color: black;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content2 a:hover {
    background-color: #ddd;
    border-radius: 8px;
}
  
  .dropdown:hover .dropdown-content2 {display: block;}
  

  .myactivity{
    color: black;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
  }
  .box_finerservice{
    padding: 10px 10px;
    background-color:#001a2b;
    border-radius: 8px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.185);
    height: 110px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
  .box_finerservice:hover {
    padding: 10px 10px;
    height: 110px;
    background-color:#fff;
    border-radius: 8px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.185);
    color: #001a2b;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }
  .box_finerservice:hover .image1{
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/black/find.svg) !important;
  }
  .image1 {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/white/find.svg);
    background-position: center;
    background-size: cover;
  }
  .box_finerservice:hover .image2{
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/black/pay.svg) !important;
  }
  .image2 {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/white/pay.svg);
    background-position: center;
    background-size: cover;
  }
  .box_finerservice:hover .image3{
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/black/booking.svg) !important;
  }
  .image3 {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/white/booking.svg);
    background-position: center;
    background-size: cover;
  }
  .box_finerservice:hover .image4{
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/black/security_deposite.svg) !important;
  }
  .image4 {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/white/security_deposite.svg);
    background-position: center;
    background-size: cover;
  }
  .box_finerservice:hover .image5{
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/black/brokerage.svg) !important;
  }
  .image5 {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/white/brokerage.svg);
    background-position: center;
    background-size: cover;
  }
  .box_finerservice:hover .image6{
    background-position: center;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/black/rental.svg) !important;
  }
  .image6 {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/services/white/rental.svg);
    background-position: center;
    background-size: cover;
  }
  /* .box_finerservice >.image1:hover {
    width: 60px;
    background-image: url(../images/services/agreement-deal-svgrepo-com.svg);
  } */
  /* .box_finerservice h3{
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    padding-top: 5px;
  } */
  .findernate_header{
    background-color: #001a2b;
    height:auto;
}
.finder_add_box{
    background-color: rgb(255, 255, 227);
    border: 5px solid #fff;
    padding: 20px;
    border-radius: 10px;
}
.finder_box_h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}
.finder_box_p {
    color: rgb(0, 0, 0) !important;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.padding_finder{
    padding-top: 60px;
}
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f1f1f1 !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.add_button {
    background-color: #001a2b;
    color: rgb(255 255 255);
    padding: 8px 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border-radius: 8px;
    border: none;
    font-weight: 500;
}
.findemate_img {
    width: 100%;
    border-radius: 10px;
}
.commerical_h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000000 !important;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.commerical_h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.commerical_h3_color {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: #ffd55c;
    font-weight: 700;
}
p a {
    text-decoration: none !important;
    color: #000 !important;
}
a {
    color: #0d6efd;
    text-decoration: none !important;
}
.colege:visited{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
}
.commercial_details {
    width: 100%;
    height: 240px;
    padding: 10px;
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: row;
}
.commercial_button {
    background-color: #ffd55c;
    color: rgb(7, 7, 7);
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;

    text-align: center;
    border-radius: 8px;
    border: none;
    font-weight: 600;
}
.months{
    color: rgb(7, 7, 7);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
}
.testimonials_p{
    color: rgb(7, 7, 7);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
}
.testimonials_viewmore{
    color: rgb(10, 0, 148);
    font-size: 18px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    text-decoration: underline;
    padding-top: 10px;
}
.testimonial_auther{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.testimonial_auther_one {
    width: 15%;
    height: 50px;
    background-color: #ffd55c;
    border-radius: 10px;
    padding: 10px 0px;
}
.colege_details_two {
    width: 75%;
    height: 50px;
    border-radius: 10px;
    color: rgb(14, 14, 14);
    font-size: 16px;
    padding-left: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.finder_margin{
    margin-top: 80px;
}
/* .facebook{
    background-color: rgb(75, 169, 231) !important;
}
.insta{
    background-color: rgb(211, 27, 58) !important;
}
.twitter{
    background-color: rgb(20, 130, 255) !important;
} */
/* .text-white{
    color: #fff !important;
} */

.finderdetails_header {
    background-color: #001a2b;
    height: auto;
    padding-bottom: 10px;
}
.box_findersetails{
    background-color: #fff;
    box-shadow: 0px 0px 12px rgb(161, 161, 161);
    padding: 20px;
    border-radius: 10px;
}
.furnished{
    background-color: #009c05;
}
.unfurnished{
    background-color: #db0000;
}
.semifurnished{
    background-color: #0058db;
}
th{
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
td{
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.plot_details{
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.icon{
    width: 24px;
}
.icon_main{
    padding: 10px 2px;
}
.main_center{
    background-color: #ffd55c;
    border-radius: 10px;
    padding: 10px;
    color: #000;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 12px;
}
.main_center img{
   width: 60px;
}
.main_center h3{
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    margin-bottom: 0px;
}
.main_center p{
    color: rgb(14, 14, 14);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    padding-top: 0px;
}
.padding_findertech{
    padding-top: 25px;
}
.Flat_details{
    color: rgb(14, 14, 14);
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    margin-bottom: 0px;
}
.Flat_details_p{
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 5px;
}
.blog_image{
    width: 100px;
}
.button_slider{
    background-color: transparent;
    border: none;
}
.border_radious_slider{
    border-radius: 10px;
}
.tain_center{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgb(204, 204, 204);
    padding: 10px;
    color: #000;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 12px;
}
.tain_center img{
   width: 24px;
}
.tain_center h3{
    color: rgb(14, 14, 14);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
}
.tain_center p{
    color: rgb(14, 14, 14);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 0px;
}
.are_h3{
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
}
.are_p{
    color: rgb(14, 14, 14);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    padding-top: 0px;
}
.nav-item_li{
    flex: 1;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    width: 100%;
}
.nav-pills .nav-link.active, .nav-pills .show>.pill_x {
    background-color: #001a2b;
    color: rgb(255 255 255);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
}
.pill_x {
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
}
.ul_x{
    background-color: #ffd55c;
    padding: 5px;
    border-radius: 5px;
}
.owner{
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.owner_viewmore {
    color: rgb(10, 0, 148);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: underline;
    padding-top: 10px;
}
.social_header1 > a {
    background: #141414 none repeat scroll 0 0;
    border-radius: 4px;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 6px;
    width: 30px;
    box-shadow: 0px 0px 13px #0000001c;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.button_profile{
    padding: 8px 10px;
    background-color: rgb(255, 0, 0);
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    width: 100%;
    border: 0px;
    border-radius: 10px;
}
.phone_profile{
    padding: 8px 10px;
    background-color: rgb(255, 255, 255);
    color: rgb(8, 8, 8);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    width: 100%;
    border: 2px solid rgb(255, 0, 0);
    border-radius: 10px;
}
.items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* width: 100%; */
}
.item1 {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 13px rgb(204 204 204);
    padding: 10px;
    color: #000;
    text-align: center;
    margin:5px;
    flex-wrap: wrap;
    width: 22%;
}
.item1 img {
    width: 24px;
}
.item1 h3 {
    color: rgb(14, 14, 14);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
}
.background_send{
    background-color:#ffd55c;
    border-radius: 5px;
}
.owner_viewmore1 {
    color: rgb(10, 0, 148);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    text-decoration: underline;
    padding-top: 2px;
}
.owner2 {
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    margin-bottom: 0px;
}
.span_class {
    color: rgb(14, 14, 14);
    font-size: 12px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    margin-bottom: 0px;
    padding-right: 5px;
}
.border_finder{
    border-radius: 10px;
}
.builder_image{
    width: 120px;
    border-radius: 10px;
    border: 1px solid rgb(160, 160, 160);
}
.build_details {
    color: rgb(14, 14, 14);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
}
.builder_box{
    position: relative;
}
.logo_builder{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.logo_builder img{
    width: 160px;
    border-radius: 10px;
    border: 2px solid #ffd55c;
}
.bg_red{
    background-color: rgb(255, 0, 0) !important;
}
.builder_add_box {
    background-color: #ffd55c;
    border: 5px solid #fff;
    padding: 20px;
    border-radius: 10px;
}
.form_details {
    color: rgb(14, 14, 14);
    font-size: 18px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    margin-bottom: 0px;
}
.colegee_content h3 {
    color: rgb(0, 0, 0) !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    margin-bottom: 5px;
}
.colegee_content p {
    color: rgb(0, 0, 0) !important;
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    padding-top: 2px;
}
.colegee_content h2 {
    color: rgb(0, 0, 0) !important;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;

    font-weight: 700;
    margin-bottom: 5px;
}
.colegee_content {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 26%);
    padding: 10px;
}
.builder_finder {
    position: absolute;
    top: -170px;
    right: 10px;
    background-color: #3ba000;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;

    padding: 5px 8px;
    border-radius: 10px;
}
.nav-pills_p{
    font-family: 'Poppins', sans-serif;

    font-size: 18px;
    font-weight: 600;
}
.box_listers{
    background-color: #fff;
    box-shadow: 0px 0px 13px rgb(187, 187, 187);
    padding: 10px;
    border-radius: 10px;
}
.listers_builder {
    width: 120px;
    border-radius: 10px;
    border: 2px solid #ffd55c;
}
.form_label{
    color: rgb(0, 0, 0) !important;
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.form_header{
    background-color: #ffd55c;
    color: rgb(0, 0, 0) !important;
    font-size: 22px !important;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
}
.login_button {
    background-color: #001a2b;
    color: rgb(255 255 255);
    padding: 8px 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    text-align: center;
    border-radius: 8px;
    border: none;
    font-weight: 600;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-decoration: none !important;
}
.text-muted {
    color: #001a2b!important;
}
::placeholder{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
}
.head_td {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.edit_button {
    color: rgb(255 255 255);
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border-radius: 8px;
    border: none;
    font-weight: 500;
}
@media(max-width:1024px){
    .social_header > a {
        background: #ffd55c none repeat scroll 0 0;
        border-radius: 4px;
        color: rgb(8, 8, 8) !important;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 6px;
        width: 30px;
        box-shadow: 0px 0px 13px #0000001c;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
    }
    .post_h3 {
        font-family: 'Poppins', sans-serif;
        font-size: 24px !important;
        color: #000;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .finder_box_p {
        color: rgb(0, 0, 0) !important;
        font-size: 16px !important;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
    }
    .box_finerservice img {
        width: 30px;
    
}
.box_finerservice h3 {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    padding-top: 5px;
}
.box_finerservice {
    padding: 6px 4px;
    background-color:#001a2b;
    border-radius: 8px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 19%);
    height: 120px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
}
.box_finerservice:hover {
    padding: 6px 4px;
    height: 120px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 19%);
    color: #001a2b;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
}
}
.logo {
    width: 270px;
    height: auto;
}
.findernate_header{
    background-color: #001a2b;
    height: auto;
}
.dropbtn {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 8px 10px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border-radius: 8px;
    border: none;
    font-weight: 500;
}
.button_header {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 8px;
    color: rgb(0,3,75) !important;
    display: inline-block;
    height: 40px;
    width: auto;
    font-weight: 600;
    box-shadow: 0px 0px 18px #0000001c;
    border: 0px;
    margin-right: 6px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Poppins', sans-serif;

    font-size: 16px;
}
.nav-pills .nav-link.active, .nav-pills .show>.pill_x {
    background-color: #001a2b;
    color: rgb(14, 14, 14);
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    padding: 10px 8px !important;
}
/* .nav_services{
    padding: 10px 8px !important;
    font-size: 32px;
} */
.search_box {
    border: 1px solid #b7b7b7;

}

.colege_content {
    background: #ffd55c none repeat scroll 0 0;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 26%);
    padding: 10px;
    height: 64px !important;
}
.commerical_h3_color {
    font-family: 'Poppins', sans-serif;

    font-size: 22px !important;
    color: #ffd55c;
    font-weight: 700;
}

.commerical_h3 {
    font-family: 'Poppins', sans-serif;

    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.colege_details {
    width: 100%;
    height: auto;
    padding: 90px 20px;
    position: absolute;
    top: 0px;
    flex-direction: column;
}
.commercial_button {
    background-color: #ffd55c;
    color: rgb(7, 7, 7);
    padding: 6px 15px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;

    text-align: center;
    border-radius: 8px;
    border: none;
    font-weight: 600;
}
hr {
    margin: 10px !important;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}
.item img {
    border-radius: 10px 10px 10px 10px !important;
}
.item {
    margin: 5px;
}
.college_list_h3 {
    color: rgb(255, 255, 255) !important;
    font-family: 'Poppins', sans-serif;

    font-size: 24px !important;
    font-weight: 600;
}
.finder_margin {
    margin-top: 40px;
}
.section_colleges {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-position: center;
    background-size: cover;
    background-image: url(../images/section_banner_colleges.png);
}
.pill_x{
    color: #fff !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 80px !important;
    height: auto;
    padding: 0;
    margin-right: 1px;
    margin-left: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 2px solid #ffd55c;
    border-radius: 10px;
    opacity: 10;
    transition: opacity .6s ease;
}
.margin_top_contact_button{
    margin-top: 10px;
}
.padding_top_finder{
    padding-top: 10px;
}
.builder_finder {
    position: absolute;
    top: -170px;
    right: 10px;
    background-color: #3ba000;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 5px 8px;
    border-radius: 10px;
}
@media(max-width:1024px){
    .builder_finder {
        position: absolute;
        top: -200px !important;
        right: 10px;
        background-color: #3ba000;
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        padding: 5px 8px;
        border-radius: 10px;
    }
}
.logo_builder img {
    width: 100px !important;
    border-radius: 10px;
    border: 2px solid #ffd55c;
}
.findernate_header_main {
    background-color: #001a2b;
    height: auto !important;
}
.text-blue{
    color: #001a2b;
    width: 42px;
    font-weight: 400;
}
.free{
    display: none !important;
}
.text-end_finder {
    text-align: right;
}
.text_end_center{
    text-align: right;
}
.text_end_left{
    text-align: left;
}
.findernate_header_main {
    background-color: #001a2b;
    height: 80px;
}
.text-end_finder_main{
    text-align: right;
}
.read{
    background-color: #ffd55c;
    height: 300px;
}
.blinking-cursor {
    user-select: none;
    animation: blink 1s steps(2, start) infinite;
  }
  @keyframes blink {
    to {
      visibility: hidden;
    }
  }

  .my-element {
    animation-duration: 6s; /* don't forget to set a duration! */
  }
.look_badge{
    background-color: #004a7f;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
  }
  @-webkit-keyframes glowing {
    0% {
      background-color: #009c05;
      -webkit-box-shadow: 0 0 3px #009c05;
    }
    50% {
      background-color: #ff0000;
      -webkit-box-shadow: 0 0 40px #ff0000;
    }
    100% {
      background-color: #009c05;
      -webkit-box-shadow: 0 0 3px #009c05;
    }
  }
  
  @-moz-keyframes glowing {
    0% {
      background-color: #009c05;
      -moz-box-shadow: 0 0 3px #009c05;
    }
    50% {
      background-color: #ff0000;
      -moz-box-shadow: 0 0 40px #ff0000;
    }
    100% {
      background-color: #009c05;
      -moz-box-shadow: 0 0 3px #009c05;
    }
  }
  
  @-o-keyframes glowing {
    0% {
      background-color: #009c05;
      box-shadow: 0 0 3px #009c05;
    }
    50% {
      background-color: #ff0000;
      box-shadow: 0 0 40px #ff0000;
    }
    100% {
      background-color: #009c05;
      box-shadow: 0 0 3px #009c05;
    }
  }
  
  @keyframes glowing {
    0% {
      background-color: #009c05;
      box-shadow: 0 0 3px #009c05;
    }
    50% {
      background-color: #009c05;
      box-shadow: 0 0 40px #009c05;
    }
    100% {
      background-color: #009c05;
      box-shadow: 0 0 3px #009c05;
    }
  }

.button_place_main> .button_place {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.button_place> .button_placeli {
    --c: #ffd55c;
    color: var(--c);
    font-size: 16px;
    border: 0.3em solid var(--c);
    border-radius: 0.5em;
    width: auto;
    height: 3em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 3em;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
}

.button_place> .button_placeli span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.button_place> .button_placeli:hover {
    color: black;
}

.button_place> .button_placeli:hover span {
    transform: translateY(0) scale(2);
}

.button_place> .button_placeli span:nth-child(1) {
    --n: 1;
}

.button_place> .button_placeli span:nth-child(2) {
    --n: 2;
}

.button_place> .button_placeli span:nth-child(3) {
    --n: 3;
}

.button_place> .button_placeli span:nth-child(4) {
    --n: 4;
}
.geeks {
    /* width: 300px;
    height: 300px; */
    overflow: hidden;
    margin: 0 auto;
}

.geeks img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.geeks:hover img {
    transform: scale(1.5);
}
.font_size_menu{
    font-size: 24px;
}
.post_h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .searchlink.active {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff #ffffff #ffffff;
    border-bottom: 2px solid #191e4f;
    font-family: 'Poppins', sans-serif;

    font-size: 18px;
    font-weight: 600;
}
.searchlink {
    color: #000000;
    font-family: 'Poppins', sans-serif;

    font-size: 18px;
    font-weight: 500;
}
.search_content {
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.label_content {
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .search_sublink.active {
    color: #000000;
    background-color: #5897d338;
    border: 2px solid #191e4f;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    padding: 3px 15px !important;
}
.search_sublink {
    color: #000000;
    background-color: #ffffff7c;
    border: 2px solid #a3a3a3;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
    padding: 6px 4px !important;
}
.search-control {
    padding: 10px 0.75rem;
}
.search_text {
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    margin-bottom: 5px;
}
.search_amount {
    color: rgb(0, 0, 0) !important;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    margin-bottom: 5px;
}


::selection {
    color: #fff;
    background: #17a2b8;
  }
  .wrapper {
    width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 17px 26px;
    box-shadow: 0 12px 35px rgb(0 0 0 / 10%);
}
  header h2 {
    font-size: 24px;
    font-weight: 600;
  }
  header p {
    margin-top: 5px;
    font-size: 16px;
  }
  .price-input {
    width: 100%;
    display: flex;
    margin: 8px 0 35px;
}
  .price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
  }
  .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
  }
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
  }
  .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
  }
  .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #17a2b8;
  }
  .range-input {
    position: relative;
  }
  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  
  /* Support */
  .support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
  }
  .b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
  }
  .b-btn.paypal i {
    color: blue;
  }
  .b-btn:hover {
    text-decoration: none;
    font-weight: bold;
  }
  .b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
  }
  
  .body_section {
    background-color: #ffffff !important;
  }
  .text_decration_none{
    text-decoration: none;
  }
  .ser_content {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 26%);
    padding: 10px;
    height: 140px;
}
.ser_content h3{
    color: rgb(0, 0, 0) !important;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    margin-bottom: 5px;
}
.ser_content p{
    color: rgb(0, 0, 0) !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
}
.commerical1_h2{
    color: rgb(255, 255, 255) !important;
    font-size: 42px ;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    margin-bottom: 5px;
}
@media(max-width:1024px){
    .ser_content {
        background: #fafafa none repeat scroll 0 0;
        border-radius: 0px 0px 10px 10px;
        box-shadow: 0px 0px 13px rgb(0 0 0 / 26%);
        padding: 10px;
        height: 130px !important;
    }
    .Flat_details {
        color: rgb(14, 14, 14);
        font-size: 18px !important;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .form_details {
        color: rgb(14, 14, 14);
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        margin-bottom: 0px;
    }
    .item1 {
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: 0px 0px 13px rgb(204 204 204);
        padding: 10px;
        color: #000;
        text-align: center;
        margin: 5px;
        flex-wrap: wrap;
        width: 46% !important;
    }
    .commerical_h2{
        color: rgb(255, 255, 255) !important;
        font-size: 24px !important;
        font-family: 'Poppins', sans-serif;

        font-weight: 600;
        margin-bottom: 5px;
    }
    .commerical_h3_color {
        font-family: 'Poppins', sans-serif;

        font-size: 16px !important;
        color: #ffd55c;
        font-weight: 700;
    }
    .colege_details {
        width: 100%;
        height: auto;
        padding: 10px 20px;
        position: absolute;
        top: 0px;
        flex-direction: column;
    }
    .commerical_h3 {
        font-family: 'Poppins', sans-serif;

        font-size: 16px !important;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }
    .logo_small {
        width:46px !important;
        height: auto;
    }
    .footer_logo {
        width:270px;
        height: auto;
    }
}
.sub_footer{
    background-color: #ffd55c;
}
.sub_footer p{
    font-family: 'Poppins', sans-serif;

    font-size: 16px !important;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-bottom: 0px !important;
}
.select_box{
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(384px, 513px);
    width: 600px;
    padding: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.search_tab_properties {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;

    border-bottom: 2px solid #10102c;
    font-weight: 600;
    padding: 10px 8px !important;
}
.search_tab_properties {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    padding: 10px 8px !important;
}
.search_tab_properties:hover {
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    padding: 10px 8px !important;
}

.search_tab_filter {
    background-color: #ffffff00;
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;

    border-bottom: 1px solid #5f5f5f !important;
    font-weight: 600;
    border-radius: 0px !important;
    padding: 12px 8px !important;
}
.search_tab_filter_ul {
    border: 1px solid rgb(175, 175, 175);
    width: auto;
    height: 500px;
    overflow: auto;
}
.search_tab_filterm {
    height: 500px;
    overflow: auto;
}

.modal-body_search {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem !important;
    border-radius: 10px;
}
.sidenav1 {
    /* width: 300px; */
    overflow-x: hidden;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #8f8f8f !important;
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #757575 !important 
  }
  ::-webkit-scrollbar {
    width: 5px;
  }
  .btn-searchprimary {
    color: #fff;
    background-color: #001a2b;
    border-color: #001a2b;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.text-end-search{
    text-align: end;
}
@media(max-width:1024px){
    .text-end-search{
        text-align: start !important;
    }
    .dropdown-content2 {
        display: none;
        position: absolute;
        background-color: #ffffff;
        min-width: 160px;
        width: auto;
        box-shadow: 0px 8px 16px 0px rgba(63, 63, 63, 0.562);
        z-index: 1;
        border-radius: 8px;
        padding: 10px 5px;
        z-index: 10000;
        left: -100px;
      }
    .agent_box{
        display: flex;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0px 0px 10px rgb(165, 165, 165);
        margin-top: 10px;
    }
    .padding_finder {
        padding-top: 30px !important;
    }
    .text-end_finder {
        text-align: left !important;
    }
    .text_end_center{
        text-align: center !important;
    }
    .text_end_left{
        text-align: center !important;
        padding-top: 10px;
    }
    .nav-item_li {
        width: 50% !important;
        flex: none !important;
    }
    .sm_mt_form{
        margin-top: 10px;
    }
    .search_box_button:hover {
        width: 100%;
        height: auto;
        background: rgb(21, 22, 49) none repeat scroll 0 0;
        border-radius: 50px;
        color: rgb(255, 255, 255) !important;
        font-family: 'Poppins', sans-serif;

        font-size: 20px;
        text-align: center;
        border: 0px;
        font-weight: 600;
    }
}
.agent_box{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.agent_box1{
    flex-direction: column;
    width: 20%;
}
.agent_box2{
    flex-direction: column;
    width: 80%;
    padding-left: 10px;
}
.agent_box2 h3{
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}
.agent_box2 p{
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;

    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 3px;
}
.agent_box1 img{
    width: 100%;
    border: 1px solid rgb(155, 155, 155);
    border-radius: 4px;
}
.dark_blue{
    background-color: #004a7f;
}
.commercialproperty_button {
    background-color: #ffd55c;
    color: rgb(255 255 255);
    padding: 8px 10px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;

    text-align: center;
    border-radius: 8px;
    border: none;
    font-weight: 600;
}
.read_auto {
    background-color: #ffd55c;
    height: auto;
}
.nav-pills .nav-link.search_tab_my.active, .nav-pills .show>.search_tab_my {
    background-color: #10102c;
    color: rgb(255, 255, 255) !important;
    font-family: 'Poppins', sans-serif;
    border-bottom: 2px solid #000000;
    font-weight: 500;
    padding: 10px 8px !important;
}
.search_tab_my {
    background-color: transparent;
    color: rgb(0, 0, 0) ;
    font-family: 'Poppins', sans-serif;
    border-bottom: 2px solid transparent ;
    font-weight: 500;
    padding: 10px 8px !important;
}
.nav-pills .nav-link_new {
    background-color: #10102c;
    color: rgb(255, 255, 255);
    font-family: 'Poppins', sans-serif;
    border-bottom: 2px solid #000000;
    font-weight: 500;
    padding: 10px 8px !important;
    margin-top: 5px;
}
.responce{
    font-size: 24px;
    font-family: 'Poppins', sans-serif;

    font-weight: 700;
    color: rgb(197, 0, 0);
}
.property_filter{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;

    font-weight: 600;
    color: rgb(14, 14, 14);
}
.property_filter input:-moz-placeholder, .property_filter textarea:-moz-placeholder {
    font-size: 14px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600;
    color: rgb(14, 14, 14) !important;
  }
.property_filter input::placeholder {
    font-size: 14px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600;
    color: rgb(14, 14, 14) !important;
  }
  .post_property_am {
    display: inline-block;
    padding-left: 0px !important;
    font-family: 'Poppins', sans-serif;
}
label {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
}
.form-postproprty {
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    color: rgb(88, 88, 88) !important;

}
.option-postproprty {
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    color: rgb(88, 88, 88) !important;
    padding-top: 5px;

}
.post_property_bg{
    background-color: #fff;
    box-shadow: 0px 0px 9px rgb(156, 156, 156);
}

.property_in{
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif;
    background-color: #fff !important;
    font-weight:400;
    color: rgb(0, 0, 0) !important;
}
.property_ina{
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    color: rgb(0, 0, 0) !important;
    padding: 5px 8px !important;
}


.card {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    width: 600px;
    height: 248px;
    background-color: #ffffff;
    padding: 20px;
    margin-left: 20px;
  }
  
  .card h3 {
    font-size: 22px;
    font-weight: 600;
    
  }
  
  .drop_box {
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
  }
  
  .drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
  }
  
  .drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
  }
  
  .btn2 {
    text-decoration: none;
    background-color: #005af0;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
  }
  
  .btn2:hover{
    text-decoration: none;
    background-color: #ffffff;
    color: #005af0;
    padding: 10px 20px;
    border: none;
    outline: 1px solid #010101;
  }
  .form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
  }
  
  .box_shadow_1{
    border: 1px solid #a3a3a3;
    padding: 20px 0px;
  }
  .property_in_h3{
    font-size: 36px !important;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    color: rgb(48, 48, 48) !important;
}
  .property_in_span{
    font-size: 42px !important;
    font-family: 'Dancing Script', cursive;
    font-weight:600;
    color: rgb(0, 0, 0) !important;
}
.property_in_sub{
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    color: rgb(46, 46, 46) !important;
    padding-top: 10px;
}
.card_main {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
    margin-left: 20px;
    border: 1px solid #b4b4b4;
  }
  .tick{
    background-color: #006603;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    color: #ffffff;
    padding: 4px;
    margin-right: 10px;
    font-size: 8px;
  }
  .property_in_h4 {
    font-size: 25px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: rgb(48, 48, 48) !important;
}
  .property_il_h3 {
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: rgb(20, 20, 20) !important;
}
  .property_il_button {
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: rgb(19, 19, 19) !important;
    background-color: #ffd55c;
    height:50px;
    width: 100%;
    border-radius: 50px;
}
.border_radious_h3{
    border-radius: 50px;
    margin-right: 5px;
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 1152px !important;
}
}
.post_flat{
    background: linear-gradient( 90deg ,#ffffff 58%,#ececec 58%);
}
.menu::placeholder{
    font-size: 14px !important;
    font-weight: 400 !important;
}
.margin_left_0{
    margin-left: 0px !important;
}
.property_post_height{
    height: 40px !important;
}
.post_relaitive{
    position: relative;
    padding-top: 20px;
}
.post_relaitive2{
    position: absolute;
    left: 80px;
}