
body
{
    width: 100%;
    height: 100vh;
    /* position: relative; */
    /* overflow: hidden; */
    background: white;
    
}
#header-nav{
    background-color: #4080C0;
    border-radius: 0px;
    border:0;
    /* position:fixed; */
    height:110px;
    width:100%;
    margin-bottom:0;
}

#logo-photo{
    background:url('../img/Banner.png') no-repeat;
    width:624px;
    height:110px;
    margin:0px;
}


#header-nav a:hover ,#header-nav a:focus{
    text-decoration: none;
}

.navbar-brand h1{
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    margin-top:10px;
}

.navbar-brand p{
    font-size: 0.7em;
    color:#FFFFFF;
    font-weight: bolder;
    text-transform:uppercase;
}

#nav-listed{
    display: inline !important;
}

#nav-listed a{
    box-sizing: border-box;
    color:#fff;
    text-align: center;
    padding:10px;
    width:120px;
    border-radius:6px 6px 6px 6px;
    top:4px;
}

#nav-listed a:hover,a:focus{
    color:dodgerblue;
    background:white;
}

#nav-listed .active a{
    color:black;
    background-color: white;
}

#nav-listed li{
    float: left;
}

#nav-listed li:last-child{
    float:right;
    position: absolute; 
    top:8%;
    left:60%;
    
    /* clear:both;
    float:right; */
}

#collapsed-navbar{
    background-color:#5095d0;
    width:100%;
    height:200px;
}

#form-group{
    float: left;
}

#search-input{
    width: 350px;
    border-radius:10px 0 0 10px;
    margin-right:-1%;
}
#search-button{
    border-radius:0 10px 10px 0;
    margin-left:-5px;
    height:34px;
}
.dropdown{
    display:inline-block;
}
button.dropbtn{
    padding:6.4px;
    vertical-align: middle;
    background-color:white;
    border-width:1px 1px;
    border-color: #ddd;
    width:70px;
    outline:none;
    vertical-align: middle;
}

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 90px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left:-15%;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  #dropdown-options a{
      color:black;
  }
  .dropdown-content a:hover {
    background-color: #000;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
 /*property contents*/
#heading-1{
    margin-bottom:20px;
    color:rgb(29, 28, 27);
    font-weight:600;
}

 #property {
    margin-bottom:50px;
}

.photo img{
    width:100%;
    height:150px;
    object-fit: cover;
}
.photo{
    /* position:relative; */
    border:1.5px solid rgb(172, 162, 162);
    border-radius:8px;
    margin:10px -5px;
    padding:3px;
}
.photo img{
    margin-bottom:3px;
    padding:1px;
    border-radius:5px;
}
.photo img:hover{
    margin-bottom:3px;
    padding: 0px;
    border-radius:5px;
}
.photo hr{
    margin:2px 1%; 
    width:98%;
    text-align:middle;
    border-width:1px;
    border-color:rgb(156, 150, 150);
}
.photo .details{
    /* background:gray; */
    padding:5px;
    border-radius:5px;
    /* border:2px solid grey; */
}
#property a:hover{
    text-decoration: none;
}
 .photo span{
  width: 100%;
  text-align: center;
  font-size: 1em;
  /* text-transform: uppercase; */
  color: rgb(55, 62, 75);
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
} 

.photo:hover .photo:active{
    cursor: pointer;   
}

.details span:first-child{
    font-weight:bold;
    font-size: 1.2em;
}

.search-results span{
    font-size: 2em;
}

.center{
     text-align: center;
}
.pagination {
  display: inline-block;
 }

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius:5px;
}

.pagination a.active {
  background-color: #5095D0;
  color: white;
  border: 1px solid #5095D0;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

#area-converter{
    border:2px solid gray;
    padding:20px 10px;
    border-radius:10px;
    width:90%;
    background-color:#70B5F0;
}
#area-converter span{
    font-weight:bold;
    font-size:1.2em;
    color: white;
}
#area-converter>select>option{
    font-weight:bold;
}
#area-converter>select{
    font-weight:bold;
}
.selectz{
    margin:10px auto;
    height:35px;
    width:100%;
    border-radius:5px;
    outline:none;
}


#outputMeters{
    margin-bottom:10px;
    height:35px;
    border:1px solid black;
    padding-top:7px;
    padding-left:5px;
    background:white;
    color:gray;
    /* width:100% */
    border-radius:5px;
    outline:none;
}

#inputLength{
    margin-bottom:10px;
    height:35px;
    border:1px solid black;
    padding-top:5px;
    width:100%;
    border-radius:5px;
    outline:none;
}

#page-calc{
    margin:20px auto 20px auto;;
}
#back-button{
    font-size:1.2em;
     width:80px;
    padding:1px 5px;
    margin-top:10px;
    margin-left:5px;
    border:1px solid #5095D0;
    border-radius:5px;
    cursor:pointer;
    background-color:#5095D0;
}
#back-button a{
    background-color:#5095D0;
    color:white;
}
#back-button a:hover{
    text-decoration: none;
}
#back-button a:focus{
    text-decoration: none;
}
#details-body{
    margin-top:20px;
}
.mySlides img{
    vertical-align: middle;
    height:400px;
}
.prev {
    cursor: pointer;
    top: 50%;
    width: 55px;
    height: 55px;
    padding: 16px;
    margin-top: -22px;
    color: #888888;
    font-weight: bold;
    font-size: 18px;
    transition: 0s ease;
    border-radius: 0px 39px 39px 0px;
    user-select: none;
    position: absolute;
  }
   .next {
    cursor: pointer;
       position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    padding: 16px;
    margin-top: -22px;
    color: #888888;
    font-weight: bold;
    font-size: 18px;
    transition: 0s ease;
    border-radius: 39px 0 0 39px;
    user-select: none;
  }
  a.prev:hover,a.next:hover{
      text-decoration:none;
  }
  /* Position the "next button" to the right */
  .next {
    right: 0;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    color: white;
    background-color: rgba(40, 96, 144,0.75);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
      margin-top: 10px;
  }
  
  .active, .dot:hover {
    background-color: #5095d0;
  }
  
 
  .slideshow-container {
  max-height: 100%;
    position: relative;
    margin: auto;
      max-width: 100%;
      
  }
  
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  /* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }
  
  .Description1
  {
      width: 100%;
      height:400px;
      background-color:aliceblue;
      border: 2px solid #b6b3b3 !important;
      margin-top: 0;
      padding: 10px;
      color: gray;
      border-radius: 15px;
      padding-bottom: 0;
      font-family: system-ui;
  }
  /* h1 {
      
  text-shadow:5px 5px 10px skyblue;
  } */
  .btn-responsive {
      white-space: normal !important;
      word-wrap: break-word;
      width: 450px;
      height: 40px;
      text-align: center;
      padding: 5px;
      margin-top: 20px;
      margin-left: 100px;
  }
  
  table, th, td {
    border: 1px solid aliceblue;
    border-collapse: collapse;
    height: 30px;
  }

  
  .Description2 {
      width: 110.5%;
      height: auto;
      border-top: 2px solid #f0f3f5 !important;
      padding: 10px;
      line-height: 130%;
      text-align: center;
      color: white;
      background-color: #5095D0;
      border-radius: 0 0 10px 10px;
      margin-bottom: -10px !important;
      margin-left: -26px;
  }
  ::-webkit-scrollbar {
    width: 10px;
     margin-left: 20px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
/*for footer*/
.panel-footer{
    background:#3a3a3a;
    color:white;
    width:99%;
    padding:15px 0;
    text-align:center;
    margin-left:0.5%;
    margin-right:0.5%;
    position:absolute;

}
.panel-footer hr{
    width: 30%;
}

#contact{
    font-size: 1.1em;
}
#contact>a{
    color:rgb(200, 200, 200);
    text-decoration: none;
}
#contact a.social{
    font-size: 1.8em;
}
#contact h3{
  font-weight:bold;
}

@media (min-width:1200px) and (max-width:1445px){
   /*#nav-listed li:first-child{*/
   /*     left:54%;*/
   /* }*/
    /*#search-input {*/
    /*    width: 280px;*/
    /*    border-radius: 10px 0 0 10px;*/
    /*    margin-right: -1%;*/
    /*}*/
}
@media (min-width:992px) and (max-width:1199px){
    
    #nav-listed li:last-child{
        float:right;
        position: relative; 
        top:8%;
        left:26%;
        
        /* clear:both;
        float:right; */
    }
    #search-input {
        width: 250px;
        border-radius: 10px 0 0 10px;
        margin-right: -1%;
    }
}
@media (min-width:768px) and (max-width:991px){
    #nav-listed li:last-child{
        float:right;
        position: relative; 
        top:8%;
        left:20%;
    }
    #search-input {
        width: 43%;
        border-radius: 10px 0 0 10px;
        margin-right: -1%;
    }
}
@media (max-width:767px){
    .panel-footer{
    width:100%;
    margin:0;
    }
    .jumbo{
        clear:right;
    }
    .jumbo-content{
        height:100%;
        vertical-align: middle;
    }
    #nav-list li{
        float:left;
        
    }
    #collapsed-navbar{
        margin-bottom:30px;
    }
    
    .photo{
        width:360px;
        margin-left:10px;
    }
    .photo img{
        margin:10px 0 15px;
        width:100%;
    }
    .photo span{
        bottom:15px;
    }
    #property{
        text-align: center;
    }
    /* ul#specific-list{
        margin-left:12%;
    }   
    .photo:hover span:nth-child(-n+4){
        left:43px;
    } */ 
    
    #nav-listed li:last-child {
        position:absolute;
        top:230px;
        left:20px;
        float:left;
        clear:both;
    }
    #search-input {
        width: 50%;
        border-radius: 10px 0 0 10px;
        margin-right: -1%;
    }
}

.Dropdown_select
{
    width: auto;
     border-top: 1px solid white !important;
     border-bottom: 1px solid white !important;
    height: 34px;
    cursor: pointer;
    border-right: 1px solid gray !important;
    border-left: 1px solid gray !important;
   vertical-align: middle;
    outline: none;
    
}
.Dropdown_select select
{
    border: 1px solid white !important;
}

#author{
  color: rgb(200, 200, 200);
}