﻿.custom-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    font-family: 'Plus Jakarta Sans';
}

.pager-button, .pager-number {
    /*padding: 5px 10px;
    background-color: #eee;
    border: 1px solid #ccc;
    text-decoration: none;
    cursor: pointer;*/
     padding: 8px 16px;
    background-color: #a00;
    color: white;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 14px;
   
}
.pager-button
{
background-color: #000;
    color: white;
}
.pager-number {
     border-radius: 50%;
}
 .pager-number:hover {
    background-color: #000;
    color: white;
    text-decoration: none;
}
 .pager-button:hover
 {
 background-color: #a00;
    color: white;
    text-decoration: none;
 }
.page-label {
    padding: 5px 10px;
}
.pager-button:disabled,
.pager-button[disabled] {
    background-color: #cccccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
}
.pager-number.active {
    background-color: #000;
    color: white;
    font-weight: bold;
    border-color: #000;
}
/*.custom-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    font-family: 'Plus Jakarta Sans';
}

.pager-button {
    padding: 8px 16px;
    background-color: #a00;
    color: white;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 14px;
}

.pager-button:hover {
    background-color: #000;
    color: white;
    text-decoration: none;
}

.page-label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}*/
/*.pager-button:disabled,
.pager-button[disabled] {
    background-color: #cccccc;
    color: #666;
    cursor: not-allowed;
}*/

.property{position:relative}
.property .owl-carousel .owl-nav.disabled,.quick-links.show ul{display:none}
.property .owl-carousel .owl-nav button.owl-prev{width:50px;height:50px;border-radius:50%;
display:flex;align-items:center;justify-content:center;background:url(../images/slide-left-arow.png) center no-repeat #fff;position:absolute;left:-25px;top:58%;transition:.5s}
.property .owl-carousel .owl-nav button.owl-next{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;
background:url(../images/slide-right-arow.png) center no-repeat #fff;position:absolute;right:-25px;top:58%;transition:.5s}
.btnGo {
    display: inline-block;
    background: #fff;
    color: #000;
    border: none;
    text-transform: capitalize;
    font: 14px 'open_sansregular';
    padding: 5px 0;
    min-width: 150px;
    text-align: center;
    margin: 25px 20px 20px 0;
    border: 1px solid transparent;
    font-weight:bold;
    border-radius: 15px;
}
.btnGo:hover
{
      background: #000;
    color: #fff;
}
.contact
{
    background: transparent;
color: #aa0000;
border: 1px solid #aa0000;
border-radius: 10px;
padding:10px;
margin-bottom:10px;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0; /*! font-weight:normal; */ /*! font-size:14px; */
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #AA0000;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #000;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.propertyenquirybox
{
max-width: 500px;
margin: 0 auto;
}
.propBox
{
    display: inline-block;
background: #aa0000;
color: #fff;
text-transform: capitalize;
font: 12px 'open_sansregular';
padding: 5px 5px;
min-width: 95px;
border-radius: 15px;
 text-decoration:none;
 margin-bottom:8px;

}
.propBox:hover{
	background:transparent;
	color:#aa0000;
	border:1px solid #aa0000;	
}
.gridview1 span {
    background-color: #AA0000;
    margin: auto 1%;
    border-radius: 50%;
   
    padding: 5px 10px 5px 10px;
    color: #fff;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}
.gridview1 a{
  margin:auto 1%;
    border-radius:50%;
      background-color:#000;
      padding:5px 10px 5px 10px;
      color:#fff;
      text-decoration:none;
      -o-box-shadow:1px 1px 1px #111;
      -moz-box-shadow:1px 1px 1px #111;
      -webkit-box-shadow:1px 1px 1px #111;
      box-shadow:1px 1px 1px #111;
     
}
.gridview1 a:hover{
    background-color:#AA0000;
    color:#fff;
}
.gridview{
    background-color:#fff;
   
   padding:2px;
   margin:2% auto;
   
   
}
.gridview td
{

border:0 !important;
}
    .gridview td, .gridview th {
        text-align: center;
        vertical-align: middle;
    }

    .gridview tr {
        border-top: 0;
    }
.gridview table
{
    border:0;
    float:right;
    width:100%;

}
#cphMainContent_gvSearchResults td
{
    border-bottom:1px solid #000;
}