/*
Theme Name: ITCS Agent Pro Bootstrap
Theme URI: https://www.itcs.co.uk/
Author: ITCS
*/

html {
    font-family: 'Quicksand', sans-serif;
}

.container,
.container-fluid {
    padding: 0;
    /* overflow: hidden;*/
}

.slider {
    /* background: pink; */
    /* margin:5%;
padding:5%; */
}

.featured-property {
    /* background: red; */
    /* margin:5%;
    padding:5%; */
}

.icons {
    /* background: green; */
    /* margin:5%;
    padding:5%; */
}

.thefooter {
    /* background: #2D2E86; */
    background: linear-gradient(to bottom, #483d8b 0%, #2d2e86 100%);
    /* margin:5%;
    padding:5%; */
    /* height: 100px; */
}

.mr-5,
.mx-5 {
    margin-right: none!important;
}

p,
h1,
h2,
h3,
h4,
h5,
li,
ul,
span {
    /* font-family: 'Raleway', sans-serif; */
    font-family: 'Quicksand', sans-serif;
}

p {
    font-size: 20px;
}

.featured-property p {
    color: #000;
    font-weight: bold;
}

.prices {
    font-size: 20px;
}

a,
p {
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-size: 18px!important;
}

a:link {
    text-decoration: none;
    font-size: 16px;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.homegrid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.homegrid p {
    /*position: relative;    */
    /* background: rgba(0, 0, 0, 0.7); */
    background: linear-gradient(to bottom, #483d8b 0%, #2d2e86 100%);
    color: white;
    font-weight: 500;
    /* top: 0; */
    /* left: 0; */
    /* margin: 0; */
    /* width: 100%; */
    /* padding-left: 5%; */
    padding-top: 2%;
    padding-bottom: 2%;
    /* width: 425px;*/
}

.col-sm-12 .col-md-9 .themenu {
    background-color: #fff!important;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    background: #2d2e86;
    width: 45px;
    height: 30px;
    display: inline-block;
    position: relative;
    /* outline: 0; */
    /* margin-top: 5%; */
    /* padding-top: 5px; */
    left: 1px;
    padding: 2px;
    margin-top: 4px;
}

@media only screen and (min-width: 601px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:hover {
        /* background: linear-gradient(to bottom, #483d8b 0%, #2d2e86 100%); */
        font-weight: bold;
        color: white;
    }
}

.bg-light {
    background-color: #fff!important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu {
    background: white;
    opacity: 0.8;
}

#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 5px;
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
        background: #0173ba;
    }
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item {
    margin: none!important;
}

.welcome {
    /* background: #2d2e86; */
}

.welcome p {
    color: #000;
}

.welcome h1 {
    color: #000;
    text-align: center;
}

.thefooter p {
    color: #fff;
}

.thefooter a {
    color: #fff;
}

.thefooter a:hover {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    #mega-menu-wrap-header-menu .mega-menu-toggle+#mega-menu-header-menu {
        background: #0173ba;
    }
}

.searchgrid {
    position: absolute;
    bottom: 0;
    background: #0173BA;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    color: white;
    /* padding-top: 1%; */
    /* padding-bottom: 1%; */
    padding: 1%;
    /* margin: 1%;*/
}

.sold {
    top: 0%;
    background: red;
    margin: 0;
    text-align: center;
    width: 100%;
    color: white;
    padding: 2%;
    position: absolute;
    /* opacity: 0.7; */
    right: 0px;
    margin: 0%;
}

.solddetail {
    top: 0%;
    background: red;
    margin: 0;
    text-align: center;
    width: 97.5%;
    color: white;
    padding: 2%;
    position: absolute;
    /* opacity: 0.7; */
    right: 0px;
    margin: 0%;
    z-index: 9998;
    padding: 50!important;
    margin: 0!important;
    padding: 2%;
    font-size: 16px;
}

.soldproperty {
    background: red;
    /* padding: 0; */
    text-align: center;
    color: white;
    /* padding: 1%; */
    opacity: 0.9;
    position: absolute;
    font-size: 20px;
    z-index: 999;
    width: 49%;
}

.reduced {
    top: 0%;
    background: yellow;
    margin: 0;
    /* padding: 0; */
    text-align: center;
    width: 100%;
    color: #000;
    padding: 2%;
    position: absolute;
    opacity: 0.7;
}

.reducedproperty {
    top: 100%;
    background: yellow;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    padding: 1%;
    opacity: 0.9;
    position: absolute;
    font-size: 20px;
    z-index: 999;
}

.underoffer {
    top: 0%;
    background: #0163a1;
    margin: 0;
    /* padding: 0; */
    text-align: center;
    width: 50%;
    color: white;
    padding: 2%;
    position: absolute;
    opacity: 0.7;
    margin: 0%;
    left: 0px;
}

.underofferproperty {
    background: #0173BA;
    /* margin: 0; */
    padding: 0;
    text-align: center;
    color: white;
    /* padding: 1%; */
    opacity: 0.9;
    position: absolute;
    font-size: 20px;
    z-index: 999;
    right: 0;
    width: 48%;
}

.recent {
    top: 0%;
    background: red;
    margin: 0;
    /* padding: 0; */
    text-align: center;
    width: 100%;
    color: white;
    padding: 2%;
    position: absolute;
    opacity: 0.7;
}

.recentproperty {
    top: 100%;
    background: red;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    padding: 1%;
    opacity: 0.9;
    position: absolute;
    font-size: 20px;
    z-index: 999;
}

.searchgrid img {
    width: 100%;
}

.searchgrid img {
    /* min-width: 370px; */
    /* margin: 10%; */
    margin-bottom: 20%;
}

.searchgrid p {
    /*    position: relative; */
    /* background: rgba(0, 0, 0, 0.7); */
    /* background: linear-gradient(to bottom, #483d8b 0%, #2d2e86 100%); */
    color: white;
    font-weight: 500;
    /* top: 0; */
    /* left: 0; */
    /* margin: 0; */
    /* width: 100%; */
    /* padding-left: 5%; */
    /* padding-top: 2%; */
    /* padding-bottom: 2%; */
    /* width: 425px;
*/
}

.n2-section-smartslider {
    /* margin-bottom: 25px; */
}

.staffimage {
    /* padding: 5%; */
}

.staffimage img {
    /* padding: 5%; */
    width: 125px;
}

@media only screen and (max-width: 670px) {
    h1,
    h2,
    h3,
    h4,
    h5 {
        text-align: center;
    }
    .container {
        /* margin: 5%;
        padding: 5%; */
    }
}

.content {
    /* margin: 5%; */
    margin-top: 1%;
}

@media only screen and (max-width: 670px) {
    .content {
        /* margin-left: 5%; */
        /* margin-right: 5%; */
    }
    .propertyslider {
        padding-right: 0px;
        padding-left: 0px;
    }
    .searchgrid p {
        font-size: 13px!important;
    }
    .logo img {
        width: 40%;
    }
}

.buttonz {
    margin: 20px;
    padding: 12px;
}

.searchonallpages {
    /* background: gray; */
    margin-top: 3%;
}

@media only screen and (max-width: 1000px) {
    .form-row {
        display: block;
        padding: 5%;
        margin-top: 125px!important;
    }
}

.form-row {
    margin-top: 25px;
    font-size: 16px;
}

.form-control {
    height: calc(1.5em + .75rem + 12px);
}

.sales h2 {
    text-decoration: none;
    color: #000;
}

.letting h2 {
    text-decoration: none;
    color: #000;
}

.valuation h2 {
    text-decoration: none!important;
    color: #000!important;
}

a:hover {
    text-decoration: none;
}

.header {
    /* opacity: 0.5; */
    background: #fff;
    position: fixed;
    z-index: 9999;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    top: 0;
    height: 75px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu {
    padding: 0px 0px 0px 0px!important;
}

.logo img {
    /* border: 3px solid white; */
}

.themap {
    /* margin-top: 12%!important; */
}


/* scroll color fun */


/* .header.is-scrolling {
    opacity: .8;
    background: tomato;
    padding: 10px 5%;
} */


/* .header {
    position: fixed;
    top: 0;
    /* background: blue; */


/* 
width: 100%;
height: 50px;

}
*/


/* html:not([data-scroll='0']) {
    /* body {
      padding-top: 3em;
    } */


/* .header {
        position: fixed;
        top: 0;
        background-color: #fff;
        box-shadow: 0 0 .5em rgba(0, 0, 0, .5);
    } */


/*}


*/

h1 {
    font-size: 30px;
}

h2 {}

h3 {}

.greyback {
    background: #F4F4F4;
    padding-top: 1%;
    padding-bottom: 1%;
}

.btn-primary {
    background-color: #2d2e86;
    border-color: none!important;
}

.form-control {
    font-size: 15px!important;
}

b {
    font-size: 20px!important;
}

@media only screen and (max-width: 670px) {
    .header {
        background: #fff;
    }
    .searchonallpages {
        margin-top: 15%;
    }
}

.contsearchgrid {
    margin: 0;
    padding: 0;
    border: 5px solid white;
}

.thebadges {
    margin: 0;
    padding: 0;
    background: white;
    /* top: 100%; */
    position: relative;
    /* top: 70%; */
    margin-top: 2%;
}

#mysticky-nav .myfixed {
    background: white!important;
}

.badge-secondary {
    background-color: #2d2e86!important;
}

#mysticky-nav .myfixed {
    width: 100%!important;
}

@media only screen and (max-width: 670px) {
    .slider {
        /* padding-top: 15%; */
        padding-top: 45%;
    }
    .n2-section-smartslider {
        padding-top: 25%;
    }
}

li,
ul {
    font-size: 16px;
}

.contsearchgrid img {
    /* height: 400px; */
    /* margin-top: 15px; */
    /* margin-top: 33px; */
}

.contsearchgrid img:hover {
    /* border: 10px solid #483d8b; */
    opacity: 0.8;
}

.n2-ss-slider.n2-ss-load-fade.n2-ss-loaded {
    padding: 0!important;
}

.n2-ss-slider .n2-ss-layer-content[data-verticalalign=center] {
    padding: 0!important;
}

.sbuttons {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    z-index: 8888;
    top: 300px;
    display: inline-flex;
    /* width: 200px; */
    border-color: #000!important;
}

.slideb {
    margin: 1%;
    padding: 1%;
    border-color: #000!important;
    -webkit-box-shadow: 4px 10px 40px 2px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 4px 10px 40px 2px rgba(0, 0, 0, 0.49);
    box-shadow: 4px 10px 40px 2px rgba(0, 0, 0, 0.49);
    width: 300px;
}

.slideb p {
    margin: 1%;
    padding: 1%;
}

.black {
    background: #000;
}

.black:hover {
    background: #000;
}

.purple {
    background: #2d2e86!important;
}

.green {}

@media only screen and (max-width: 670px) {
    .sbuttons {
        /* position: relative;
         */
        /* top: 30%!important; */
        position: absolute;
        /* top: 35%; */
        top: 200px;
    }
    #mega-menu-wrap-header-menu #mega-menu-header-menu {
        opacity: 1;
    }
    /* .container,
    .container-fluid {
        overflow: auto;
    } */
}

iframe {
    display: block;
}

.row {
    margin-right: 0!important;
    margin-left: 0!important;
}

.navbar {
    padding: 0;
    margin-top: 20px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 15px!important;
    /* font-weight: bold; */
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
}

.sliderinternal {
    height: 600px;
    overflow: hidden;
}

@media only screen and (max-width: 670px) {
    .sliderinternal {
        height: 100%;
    }
    .slideb p {
        margin: 0;
        padding: 0;
        font-size: 16px;
    }
    #orderdrop {
        width: 100%;
    }
}

@media only screen and (max-width: 1470px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 12px!important;
    }
}

.badgesblock {
    margin-top: 3%;
    display: none;
}

@media only screen and (min-width: 671px) {
    .contsearchgrid img {
        /* max-height: 400px; */
        /* max-height: 400px; */
    }
    #orderdrop {
        width: 200px;
    }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 60px!important;
    height: 60px!important;
}

.propertytitle {
    margin-top: 150px!important;
}

@media only screen and (max-width: 671px) {
    .container,
    .container-fluid {
        /* overflow: hidden!important; */
    }
    .navbar {
        /* overflow: visible!important; */
    }
}


/* fix responsive image issues on tablet size screens */

@media only screen and (min-width: 770px) {
    .contsearchgrid img {
        /* height: 250px; */
    }
}

@media only screen and (min-width: 1450px) {
    .contsearchgrid img {
        height: 360px;
        /* border-right: 2px solid white; */
    }
}


/* fix responsive image issues on tablet size screens */

.wpcf7-recaptcha {
    padding-top: 5%;
    padding-bottom: 5%;
}

.wpcf7-recaptcha>div {
    margin: 0 auto;
}

p {
    font-size: 16px;
}

.thefooter {
    background: #0173BA;
    color: white;
}

.graytext p {
    color: #6AA0D0
}

hr {
    border: 1px solid #fff;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
    color: gray!important;
}

@media only screen and (min-width: 670px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
        /* color: white; */
        border: 1px solid white;
        color: black!important;
        font-weight: bold;
    }
}

p,
a,
li,
h1,
h2,
h3,
h4,
h5,
ul {
    font-family: 'Quicksand', sans-serif;
}

.featuredproperties {
    background: #E8F0F3;
}

.fab,
.far {
    padding: 1%;
}

.smbanner {
    border: 1px solid #e9e9e9;
    margin: 1%;
    padding: 1%;
}

.circlelinks img {
    width: 200px;
    border-radius: 50%;
    padding: 1%;
}

.circlelinks img:hover {
    box-shadow: 0px 0px 0px 10px #0173BA;
    transition: box-shadow 0.6s linear;
    /* margin: 0.5em; */
    opacity: 1;
}

.smbanner:hover {
    box-shadow: 0px 0px 0px 10px #0173BA;
    transition: box-shadow 0.6s linear;
    /* margin: 0.5em; */
    opacity: 1;
}

h2 {
    font-size: 20px;
    color: gray;
}

a {
    color: gray;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:hover {
    color: #fff!important;
}

.thefooter h2 {
    color: white;
    font-size: 18px;
}

.thefooter p {
    font-size: 15px!important;
}

.buttonbuy {
    background: #01446e;
    height: 60px;
    padding: 1.5%;
}

.buttonrent {
    background: #0163a1;
    height: 60px;
    padding: 1.5%;
}

.buttonsellorlet {
    background: #0183d3;
    height: 60px;
    padding: 1.5%;
}

.buttonbuy a {
    /* background: #4883c3; */
    color: white;
    font-weight: bold;
}

.buttonrent a {
    /* background: hsl(211, 49%, 49%); */
    color: white;
    font-weight: bold;
}

.buttonsellorlet a {
    /* background: #bed3e9; */
    color: white;
    font-weight: bold;
}

.buttonbuy:hover {
    background: #0B233F;
}

.buttonrent:hover {
    background: #0B233F;
}

.buttonsellorlet:hover {
    background: #0B233F;
}

@media only screen and (max-width: 670px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
        color: white!important;
        text-align: center;
        font-size: 15px!important;
    }
}

.gallery-cell img {
    width: 350px;
}

.carousel-cell {
    width: 50%;
    /* half-width */
    height: 160px;
    margin-right: 10px;
}


/* external css: flickity.css */

* {
    box-sizing: border-box;
}

body {
    font-family: 'Quicksand', sans-serif;
}

.carousel {
    /* background: #EEE; */
}

.carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: carousel-cell;
}


/* cell number */

.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.themap {
    display: none;
}

.slick-dotted.slick-slider {
    width: 100%;
}

.slider {
    width: 100%;
}


/**
added properties
**/

#slider-text {
    padding-top: 40px;
    display: block;
}

#slider-text .col-md-6 {
    overflow: hidden;
}

#slider-text h2 {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 3px;
    margin: 30px auto;
    padding-left: 40px;
}

#slider-text h2::after {
    border-top: 2px solid #c7c7c7;
    content: "";
    position: absolute;
    bottom: 35px;
    width: 100%;
}

#itemslider h4 {
    font-weight: 400;
    font-size: 20px;
    margin: 10px auto 3px;
}

#itemslider h5 {
    font-weight: bold;
    font-size: 20px;
    margin: 3px auto 2px;
}

#itemslider h6 {
    font-weight: 300;
    ;
    font-size: 10px;
    margin: 2px auto 5px;
}

.badge {
    background: #b20c0c;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 31px;
    font-weight: 300;
    font-size: 14px;
    border: 2px solid #FFF;
    box-shadow: 0 0 0 1px #b20c0c;
    top: 5px;
    right: 25%;
}

#slider-control img {
    padding-top: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    #slider-control img {
        padding-top: 70px;
        margin: 0 auto;
    }
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 5px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 5px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -16.666%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 16.666%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3,
    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5,
    .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(16.666%, 0, 0);
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-16.666%, 0, 0);
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (max-width: 760px) {
    .header {
        height: 220px;
    }
    .topinfo {
        margin-top: 90px!important;
    }
}

.topinfo {
    margin: 0;
    /* padding: 0; */
    margin-top: 5%;
    margin-bottom: 5%;
}

.topinfo h2 {
    font-size: 40px;
    color: black;
    margin-top: 1%;
    margin-bottom: 1%!important;
}

.ourteam img {
    width: 350px;
    /* border-radius: 50%; */
    height: 300px;
    padding: 5%;
    object-fit: cover;
}

.ourteam p {
    text-align: justify;
}

#particles-js1 .slider-x-lead-title {
    font-family: 'Quicksand', sans-serif!important;
}

.hero_bg_image {
    filter: brightness(60%);
}

.btn-primary:hover {
    background-color: none!important;
    /* border: none!important; */
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    background: #000;
    color: #fff;
    height: 3rem;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
}

@media all and (max-width: 760px) {
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {}
    .buttonz {
        margin: 0;
    }
}

.footerleft {
    text-align: left;
}

.footermiddle {
    text-align: center;
}

.footerright {
    text-align: right;
}

@media all and (max-width: 760px) {
    .footerleft {
        text-align: center;
        margin-top: 5%;
    }
    .footermiddle {
        text-align: center;
        margin-top: 5%;
    }
    .footerright {
        text-align: center;
        margin-top: 5%;
    }
    p,
    a,
    a:link,
    .list-group {
        text-align: center;
    }
    .thesocial {
        background: white;
    }
    .logo {
        margin-top: 50px;
        background: white;
    }
    .thesocial {
        position: absolute!important;
        /* margin-bottom: 5%; */
    }
    .themenu {
        background: #0173ba;
    }
}

label {
    font-size: 16px;
}

.formsubmit {
    background: #fff;
    color: black;
    border: 1px solid pink;
    width: 200px;
    padding: 5%;
}

.wpcf7-submit {
    /* width: 20px; */
}

.thesocial {
    position: relative;
    /* background: white; */
    text-align: center;
}


/* @media all and (max-width: 1162px) {
    .thesocial {
        display: none;
    }
} */

@media all and (max-width: 1850px) {
    .header {
        height: 115px;
    }
}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child>a.mega-menu-link {
        text-align: center;
    }
}

.searchrow {
    margin-left: 10%!important;
    margin-right: 10%!important;
}

.propertyslider {
    padding-right: 0!important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #000!important;
}

.small,
small {
    font-size: 1.5rem!important;
    /* color: black!important; */
}

p {
    /* color: black!important; */
}

h4 {
    padding-bottom: 1%;
    padding-top: 3%;
    color: black;
    font-weight: bold;
}

.li,
li {
    font-size: 18px!important;
}

small,
.small {
    color: black!important;
    font-weight: bold!important;
}

.page-link:active {
    font-weight: bold!important;
    color: black!important;
}

.page-link:focus {
    font-weight: bold!important;
    color: black!important;
}

.page-link:visited {
    font-weight: bold!important;
    color: black!important;
}

.pagination>li>a,
.pagination>li>span {
    border: 0px solid black!important;
}

.pagination>li>a,
.pagination>li>span {
    border: azure!important;
}

@media only screen and (max-width: 768px) {
    #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
        display: contents;
        width: 100%;
    }
}

.wpcf7 .ajax-loader {
    display: block!important;
}

.contactright {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    iframe {
        width: 100%!important;
    }
}

#prosec {
    margin: 0;
    padding: 0;
    width: 115px;
}

@media only screen and (max-width: 768px) {
    #prosec {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}



.backbutton button{

background: gray;
    margin: 0%;
    padding: 0%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 2%;
    margin-left: 1%;
    background: #0173BA;
    border: 5px solid white;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
	font-weight: bold;
	
}


.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {

    height: 200px!important;

}


