﻿body {
}
/* font family code starts here*/
@font-face {
    font-family: Open-Sans;
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-facesfile: {
    font-family: Open-Sans;
    src: url('../fonts/OpenSans-Regular.ttf'), local('OpenSans-Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* font family code ends here*/

/*Media query starts*/

/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}

/*Media query ends*/


/*-- banner section --*/
/*.header 
{ 
	height :550px;
}*/
.bgfader {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.bgfader-overlay {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bgfader > .image {
    display: none;
}

.bgfader, .bgfader > .image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}
/*-- /banner section --*/

.Logo-Img-Master {
    width: 165px;
    padding: 3px 0px;
}

.Right-Align {
    text-align: right;
}
.padding-01
{
    padding:40px 0px;
    }
    #DtlstFeaturedPropertys, #dtlstPropertiescount
    {
        width:100%;
    }

.SocialIcons {
    transition: all 0.5s;
}

    .SocialIcons:hover {
        /*opacity:0.7;*/
        border: 2px solid #e15326;
        transition: all 0.5s;
        transform: scale(1.2);
    }

.Post {
    margin-top: 7px;
}

.Log-Txt a {
    color: #fff;
    font-size: 15px;
}

    .Log-Txt a:hover {
        color: #e15326;
        font-size: 15px;
        transition: all 0.5s;
    }

.Post-Prop {
    border: 1px solid #e15326;
    background-color: #e15326;
    color: #fff;
    font-size: 13px;
    padding: 4px 6px;
    border-radius: 5px;
}

    .Post-Prop:hover {
        border: 1px solid #e15326;
        background-color: #fff;
        color: #e15326;
        font-size: 13px;
        padding: 4px 6px;
        transition: all 0.7s;
        border-radius: 5px;
    }

.InsideProp {
    border: 2px solid #E15326;
    background-color: #040707;
    height: 36px;
    width: 110px;
    color: #FFF;
    font-size: 15px;
    border-radius: 5px;
}

    .InsideProp:hover {
        border: 1px solid #fff;
        background-color: #040707;
        height: 36px;
        width: 110px;
        color: #e15326;
        font-size: 15px;
        transition: all 0.5s;
        border-radius: 5px;
    }

.TxtBox {
    border: 2px solid #e15326;
    background-color: #fff;
    height: 40px;
    width: 45%;
    color: #040707;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 5px;
}

.PropertyType {
    border: 2px solid #e15326;
    background-color: #fff;
    height: 40px;
    width: 35%;
    color: #040707;
    font-size: 14px;
    padding: 0px 10px;
    margin: 0px -20px 0px -15px;
    cursor: pointer;
    background: url("../Images/Icons/General/Down-Arrow.png") right no-repeat #fff;
}

.Budget {
    border: 2px solid #e15326;
    background-color: #fff;
    height: 40px;
    width: 20%;
    color: #040707;
    font-size: 14px;
    padding: 0px 10px;
    cursor: pointer;
    margin: 0px 0px 0px 14px;
    background: url("../Images/Icons/General/Down-Arrow.png") right no-repeat #fff;
}

.Search {
    border: 3px solid #e15326;
    background-color: #e15326;
    height: 40px;
    width: 80px;
    color: #FFF;
    font-size: 15px;
    /*margin: 0px -106px 0px -5px;*/
    border-radius: 5px;
    background: url("../Images/Icons/General/search.png") center center no-repeat #e15326;
}

    .Search:hover {
        color: #040707;
        transition: all 0.5s;
    }

.Main-Menu {
    background-color: #fff;
}

.M-Menu {
    list-style: none;
    margin-top: 10px;
}

    .M-Menu li p a {
        color: #e15326;
    }

        .M-Menu li p a:hover {
            color: #333;
            transition: all 0.5s;
        }
/*Main Menu section style starts*/
.container1 {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
}
/*Main Menu section style ends*/
.PG-box {
    background-color: #efefef;
    box-shadow: inset 0px 1px 20px 5px #cccccc;
}

.Project-Btn {
    border: 1px solid #e15326;
    background-color: #fff;
    height: 30px;
    width: 120px;
    color: #040707;
    font-size: 14px;
    border-radius: 3px;
}

    .Project-Btn:hover {
        border: 1px solid #e15326;
        background-color: #e15326;
        height: 30px;
        width: 120px;
        color: #fff;
        font-size: 14px;
        border-radius: 3px;
        transition: all 0.5s;
    }

.SubHeading {
    font-size: 16px;
}

.TestiBg {
    background: url("../Images/General-Images/Testimonial.jpg") repeat 0px 0px fixed;
}

.Panel-Box {
    border: 1px solid #666;
}

.Panel-Head {
    background-color: #666;
    text-align: center;
}

.Panel-Title {
    color: #fff;
    font-size: 18px;
}

.Prop-Bg {
    background: url("../Images/General-Images/PropertyBg.jpg") repeat 0px 0px;
}

.Login-Bg {
    background: url("../Images/General-Images/AdminBg.png") repeat 0px 0px;
}

.Footer-Title {
    /*color:#e7704b;*/
    color: #e15326;
    font-size: 16px;
}

.Footer-Para {
    color: #fff;
    font-size: 13px;
}

.Footer-Menu {
    margin-left: -40px;
    list-style: none;
}

    .Footer-Menu li a {
        color: #fff;
        font-size: 13px;
        line-height: 22px;
    }

    .Footer-Menu a:hover {
        color: #e15326;
        font-size: 13px;
        line-height: 22px;
        transition: all 0.5s;
    }

.S-Media {
    width: 25px;
}

.FooterBtn {
    border: medium none;
    background-color: #333;
    color: #FFF;
    height: 25px;
    width: 80px;
    border-radius: 5px;
}

.copyright, .RSoln {
    font-size: 13px;
    color: #fff;
}

    .RSoln:hover {
        color: #e15326;
        transition: all 0.5s;
    }

.HLine {
    color: #fff;
    font-size: 16px;
}
/*Arrow section starts*/
#toTop {
    text-decoration: none;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 3%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../Images/Icons/General/to-top.png")no-repeat 0px 0px;
}
/*Arrow section ends*/

/*Admin Styles starts*/
.Admin-Txtbox {
    border: 1px solid #e15326;
    background-color: #fff;
    border-radius: 5px;
    height: 30px;
    width: 100%;
    color: #040707;
    font-size: 14px;
    padding: 0px 5px;
}

    .Admin-Txtbox:focus {
        border: 1px solid #333;
        background-color: #fff;
        border-radius: 5px;
        height: 30px;
        width: 100%;
        color: #040707;
        font-size: 14px;
        padding: 0px 5px;
    }

.Admin-Btn {
    border: 1px solid #e15326;
    background-color: #e15326;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 4px 6px;
    width: auto;
}

    .Admin-Btn:hover {
        border: 1px solid #e15326;
        background-color: #fff;
        border-radius: 5px;
        color: #e15326;
        font-size: 14px;
        padding: 4px 6px;
        width: auto;
        transition: all 0.5s;
    }
/*Admin Styles ends*/

.Advertiste_PropertyType {
    border: 1px solid #e15326;
    background-color: #fff;
    border-radius: 5px;
    height: 30px;
    width: 100%;
    color: #040707;
    font-size: 14px;
    padding: 0px 5px;
    cursor: pointer;
    background: url('../Images/Icons/General/Down-Arrow.png') no-repeat scroll right center #FFF;
}

.PG_Btn {
    border: 1px solid #e15326;
    background-color: #e15326;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 4px 6px;
    width: auto;
}

    .PG_Btn:hover {
        border: 1px solid #e15326;
        background-color: #fff;
        border-radius: 5px;
        color: #e15326;
        font-size: 14px;
        padding: 4px 6px;
        width: auto;
        transition: all 0.5s;
    }

.Rating-Btn {
    border: 1px solid #333;
    background-color: #f2f2f2;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    padding: 4px 6px;
    width: auto;
}

    .Rating-Btn:hover {
        border: 1px solid #333;
        background-color: #fff;
        border-radius: 5px;
        color: #000;
        font-size: 14px;
        padding: 4px 6px;
        width: auto;
        transition: all 0.5s;
    }

.PropsubTitle {
    font-size: 15px;
    color: #000;
    margin: 0px;
}

/*Property search style starts*/

.PropMasterDrpdwn {
    border: 2px solid #E15326;
    /*border-radius: 5px;*/
    background-color: #fff;
    /*height: 30px;
	width: 110%;*/
    color: #040707;
    font-size: 14px;
}

.PropMasterBudget {
    border: 2px solid #e15326;
    height: 30px;
    background-color: #fff;
    color: #040707;
    font-size: 14px;
    padding: 0px 10px;
    /*width:50%;*/
}

.PropMasterSearch {
    border: 3px solid #e15326;
    background-color: #e15326;
    /*height: 30px;
	width: 55px;*/
    color: #FFF;
    font-size: 15px;
    /*margin-left: -7px;*/
    border-radius: 5px;
    background: url("../Images/Icons/General/search.png") center center no-repeat #e15326;
}
/****************/

.P_Menu a {
    color: #000;
    padding: 10px 6px 11px;
    cursor: pointer;
}
/*.P_Menu a:hover
{
	color:#e15326;
	background-color: #fff;
	padding: 9px 6px 11px 6px;
	border-radius:5px;
	transition: all 0.5s;
	border-radius: 4px;	
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}*/

.PropMaster-PType, .PropMaster-Budget, .PropMaster-TopLoc, .PropMaster-Con, .PropMaster-More {
    margin-top: 5px;
}

.Hoverfix a {
    display: inline;
}

.dropdown-PType, .dropdown-Budget, .dropdown-Localities, .dropdown-Con, .dropdown-More {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 160px;*/
    padding: 5px 0px;
    font-size: 14px;
    list-style: none outside none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
/*Property search style ends*/

/*Main Menu section starts*/

.DefaultMenu {
    list-style: none;
}

.dropdown-DPageMenu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 160px;*/
    padding: 5px 0px;
    font-size: 14px;
    list-style: none outside none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.dropdown-MasterPageMenu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 160px;*/
    padding: 5px 0px;
    font-size: 14px;
    list-style: none outside none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.MenuPtag p {
    margin-left: 15px;
    line-height: 25px;
}

    .MenuPtag p a {
        color: #333;
    }

        .MenuPtag p a:hover {
            color: #e15326;
            transition: all 0.5s;
        }

.P-Feature {
    color: #000;
}

.PropMore {
    border: 1px solid #bed0fc;
    font-size: 13px;
    width: 150px;
    border-radius: 5px;
}

.dropdown-toggle:hover .caret {
    transform: rotate(-180deg);
    transition: all 0.3s ease-in-out;
}

.Form-Bg {
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.FormCAlign {
    text-align: center;
}

.JobApplication {
    background-color: #eee;
    border-radius: 5px;
}

.BLeft {
    margin-left: -40px;
}

.Postjobtable {
    background-color: #efefef;
    box-shadow: inset 0px 1px 20px 5px #efefef;
}

/*Testimonial Styles starts*/

.AchieveSlider1, .AchieveSliderManager1 {
    width: 100%;
    position: relative;
    float: left;
}

.TetiLeftImg, .TetiRightImg {
    cursor: pointer;
    width: 43px;
}

    .TetiLeftImg:hover {
        border-radius: 50%;
        background-color: #fff;
        border: 1px dashed #f90;
        transition: all 0.3s;
    }

    .TetiRightImg:hover {
        border-radius: 50%;
        background-color: #fff;
        border: 1px dashed #f90;
        transition: all 0.3s;
    }

.RightArrow1 img {
    cursor: pointer;
    float: right;
    text-align: right;
    opacity: 0.7;
    transition: all 0.5s;
}

    .RightArrow1 img:hover {
        background-color: #fff;
        border-radius: 50px;
    }

.RightArrowBig {
    text-align: right;
    margin-top: -50px;
}

.LeftArrow1 img {
    cursor: pointer;
    float: left;
    opacity: 0.7;
    transition: all 0.5s;
}

    .LeftArrow1 img:hover {
        background-color: #fff;
        border-radius: 50px;
        cursor: pointer;
    }

#Div1 {
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 380px;
}

.testimonials {
    /*width: 560px;*/
    margin: 20px;
    height: 300px;
    color: #fff;
}

.Inside-Testi {
    background-color: #fff;
    color: #333;
    border: 1px solid;
    border-radius: 30px;
    overflow-y: auto;
}

.TArrow {
    width: 50px;
    margin: -21px 0px 0px 0px;
}
/*Testimonial Styles ends*/

/*Project Gallery section starts*/

.ProjectGallery {
    /*width: 268px;*/
    margin: 20px;
    /*height:300px;*/
    color: #fff;
}

.Inside-Project {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    color: #333;
    height: auto;
    /*overflow-y: auto;*/
}

#Div2, #Div3 {
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    /*height:432px;*/
}

.G_Title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.Prop_Price {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.ProjectLeftImg {
    background-color: #E15326;
    opacity: 0.9;
    border-radius: 50%;
    cursor: pointer;
}

.ProjectRightImg {
    background-color: #E15326;
    opacity: 0.9;
    border-radius: 50%;
    cursor: pointer;
}

    .ProjectLeftImg:hover, .ProjectRightImg:hover {
        opacity: 1;
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    }


/*Project Gallery section ends*/

/*Feature Project section starts*/
.FeatureProject {
    width: 267px;
    margin: 20px;
    /*height:408px;*/
    color: #fff;
}

.Inside-Feature {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    color: #333;
    height: auto;
    /*overflow-y: auto;*/
}

    .Inside-Feature:hover, .Inside-Project:hover {
        box-shadow: 6px 0px 9px 0px rgba(0, 0, 0, 0.176);
        transition: all 0.5s;
    }
/*.Feature-Scroll
{	
	width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #EEE; 
}*/
/*Feature Project section ends*/

.PostLeft {
    width: 56%;
}

.PostRight {
    width: 38%;
    padding: 3px 0px 0px 0px;
}

.PostLeft:focus {
    width: 56%;
}

.PostRight:focus {
    width: 38%;
    padding: 3px 0px 0px 0px;
}

.PostLeft1 {
    width: 30%;
}

.PostRight1 {
    width: 68%;
    padding: 4px 0px 0px 0px;
}

.PostLeft1:focus {
    width: 30%;
}

.PostRight1:focus {
    width: 68%;
    padding: 4px 0px 0px 0px;
}

.PostTitle {
    color: #000;
}

.MainSearchImg {
    width: 100%;
    height: auto;
}

.STitle {
    color: #666;
}

.PropTableWidth {
    width: 30%
}

.ReviewStar {
    margin: 0px;
}

.RowTop {
    border-top: 1px solid #ddd;
}

.PTHeight {
    margin: 0px;
    padding: 6px 0px 6px 0px;
}

.ContactCaptcha {
    padding: 5px;
    color: #333;
    font-size: 18px;
    background-color: #eee;
    border-radius: 5px;
}

.A_InfoImg {
    width: 22px;
    margin-top: -5px;
}

.PropTitle {
    text-align: center;
}

.Panel-Sitemap {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.Sitemap li p a {
    color: #333;
}

    .Sitemap li p a:hover {
        color: #e15326;
        transition: all 0.5s;
    }

.Rating_box {
    height: 83px;
    width: 83px;
    border: 1px solid #333;
    border-radius: 50%;
}

.Rating {
    margin: 21px 0px 0px 11px;
    font-size: 23px;
    font-weight: bold;
}

.RatingStar {
    font-size: 15px;
    font-weight: bold;
}

.RatingValue {
    font-size: 15px;
    font-weight: bold;
    color: #666;
}

.Reviews li {
    padding: 0px 0px 0px 15px;
}

.Review_Rating {
    border: 1px solid #666;
    border-radius: 5px;
}

.R_Question {
    color: #000;
}

.R_Answer {
    color: #666;
}

.RContact {
    color: #e15326;
}

    .RContact:hover {
        color: #000;
        transition: all 0.5s;
    }

.ReviewsTitle {
    font-size: 12px;
}

.R_Subtitle {
    display: inline-block;
    margin: 0px 0px 0px -38px;
}

    .R_Subtitle li {
        display: inline;
    }

        .R_Subtitle li a {
            position: relative;
            float: left;
            padding: 6px 12px;
            color: #333;
            font-weight: bold;
            font-size: 14px;
        }

    .R_Subtitle > li.active > a,
    .R_Subtitle > li.active > a:hover,
    .R_Subtitle > li.active > a:focus {
        border-bottom: 1px solid #e15326;
    }

.More {
    background-color: #e15326;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    height: 35px;
    width: 100px;
    border-radius: 5px;
}

    .More:Hover {
        background-color: #040707;
        border-radius: 5px;
        border: 1px solid #e15326;
        color: #fff;
        font-size: 15px;
        height: 35px;
        width: 100px;
        transition: all 0.5s;
    }

.AboutBox {
    border: double #333;
    border-radius: 5px;
}

.AboutLogo {
    background-color: #FFF;
    width: 88px;
    border: 1px dashed #E15326;
    border-radius: 5px;
    margin-top: -55px;
}

.Projects_Box_Ht {
    height: 165px;
}

.Job_Left {
    color: #333;
    font-size: 15px;
}

.Job_Right {
    color: #666;
}

.Job_Apply a {
    color: #FFF;
    background-color: #e15326;
    padding: 5px;
    border-radius: 5px;
}

    .Job_Apply a:hover {
        color: #FFF;
        background-color: #000;
        padding: 5px;
        border-radius: 5px;
        transition: 0.5s;
    }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e15326;
}

.ProfHeading {
    color: #e15326;
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
}

.PPFree {
    color: #e15326;
}

    .PPFree:hover {
        color: #e15326;
        text-decoration: underline;
        transition: all 0.5s;
    }

.Star {
    color: Red;
}

.Req_Field {
    width: 95%;
}

    .Req_Field:focus {
        width: 95%;
    }

.Admin-Subpage {
    margin-top: -20px;
}

/*Media query starts*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .header {
        height: 620px;
    }

    .Logo-Img {
        width: 200px;
        padding: 5px 0px;
    }

    .Mobile {
        display: none;
    }

    .Desktop {
        display: block;
    }

    .MIcon {
        width: 33px;
        margin: 3px 0px 0px -40px;
    }

    .MasterIcon {
        width: 33px;
        margin: 19px 0px 0px -40px;
    }

    .MenuIcon {
        width: 23px;
    }

    .S-media {
        margin-top: 150px;
    }

    .S-media2 {
        margin-left: -17px;
    }

    .Searchbtn {
        text-align: right;
        margin: -50px 35px 0px 0px;
    }

    .SocialIcons {
        width: 30px;
        border-radius: 50%;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 15px;
    }

    .MasterPgTop {
        margin-top: 22px;
    }

    .Log-Txt {
        margin-top: 7px;
    }

    .LogAlign {
        text-align: center;
    }

    .TmDt-Align {
        text-align: right;
    }

    .LTop1 {
        margin-top: 7px;
    }

    .Main-Search {
        text-align: center;
        margin-top: 159px;
        margin-left: -30px;
    }

    .RSoln-Link {
        text-align: right;
    }

    .F-About {
        margin-left: 40px;
    }

    .dropdown-menu {
        margin: 7px 0px 0px 0px;
    }

    .dropdown-menu1 {
        margin: 2px 0px 0px 36px;
    }

    .Admin-MMenu {
        margin: 45px 0px 0px 580px;
    }

    .Admin-Btn1 {
        width: 100px;
    }

    .Admin-Btn2 {
        width: 120px;
    }

    .Admin-Btn1:hover {
        width: 100px;
    }

    .Admin-Btn2:hover {
        width: 120px;
    }

    .S-media-admin {
        text-align: right;
        margin-top: -20px;
    }

    .Col-Mdd-6 {
        width: 45%;
    }

    .PropertyType-Box {
        border: 1px solid #e15326;
        margin: -71px 0px 0px 511px;
        background-color: #FFF;
        width: auto;
        height: 270px;
        overflow-y: auto;
    }

    .Col-Mdd-3 {
        width: 25%;
    }

    .Budget-Box {
        border: 1px solid #e15326;
        margin: -72px 0px 0px 782px;
        background-color: #FFF;
        width: auto;
    }

    .BudgetRange {
        height: 28px;
        width: 110px;
        border: 1px solid #e15326;
    }

    .PropertyListDrpdwn {
        border: 1px solid #BED0FC;
        font-size: 14px;
        width: 110px;
        border-radius: 5px;
    }

    .PropertyBox {
        margin: 0px 0px 0px -25px;
    }

    .PropMasterDrpdwn {
        border-radius: 5px;
        height: 30px;
        width: 110%;
    }

    .PListSearch {
        float: right;
        margin: 0px 30px 0px 0px;
    }

    .PropMasterBudget {
        width: 80%;
    }

    .PropMasterSearch {
        height: 30px;
        width: 53px;
        margin-left: -7px;
    }

    .P-Height {
        height: 5px;
    }

    .PropUl {
        list-style: none;
        display: inline-block;
    }

        .PropUl li {
            display: inline;
            float: left;
            padding: 0px 7px;
        }

    .dropdown-DPageMenu {
        width: 205px;
        margin: 9px 0px 0px -212px;
        text-align: left;
    }

    .dropdown-MasterPageMenu {
        width: 205px;
        margin: 9px 0px 0px -212px;
        text-align: left;
    }

    .dropdown-PType {
        width: 495%;
        margin: 9px 0px 0px -2px;
        overflow-x: auto;
    }

    .Inside-PT {
        margin-left: 20px;
    }

    .dropdown-Budget {
        width: 407%;
        margin: 9px 0px 0px -1px;
    }

    .dropdown-Con {
        width: 175%;
        margin: 9px 0px 0px -1px;
    }

    .ConStatWidth {
        width: 230px;
    }

    .dropdown-More {
        width: 800px;
        margin: 9px 0px 0px -721px;
    }

    .PMtop {
        margin-top: 30px;
    }

    .Inside-PT1 {
        margin-left: 10px;
    }

    .AvailForm {
        margin-left: 75px;
    }

    .VisitForm {
        margin-left: 50px;
    }

    .VisitWidth {
        width: 32%;
    }

        .VisitWidth:focus {
            width: 32%;
        }

    .Sub-Banner {
        width: 100%;
        height: 330px;
    }

    .Postjobtable {
        width: 550px;
    }
    /*Testimonial styles starts*/

    .testimonials {
        width: 560px;
    }

    .TetiLeftImg {
        margin: 0px 0px 7px 19px;
    }

    .TetiRightImg {
        margin: 0px 23px 0px 0px;
    }

    .TImage {
        width: 60px;
        /*border-radius:5px;*/
        border-radius: 10px 0px;
        padding: 2px;
        background-color: #fff;
        height: 65px;
    }

    .TName {
        margin: 5px 0px 0px 100px;
    }

    .TMarTop {
        margin: -87px 0px 44px 0px;
    }
    /*Testimonial styles ends*/

    /*Project Gallery style starts */
    .ProjectGallery {
        width: 266px;
    }

    #Div2, #Div3 {
        height: 500px;
    }

    .ProjArrowTop {
        margin-top: -300px;
    }

    .ProjectLeftImg {
        margin: 0px 0px 0px -14px;
    }

    .ProjectRightImg {
        margin: 0px -6px 0px 0px;
    }

    .PGImage {
        Width: 100%;
        Height: 180px
    }
    /*Project Gallery style ends */

    .PPHeight {
        height: 10px;
    }

    .AAlign {
        text-align: right;
    }

    .PostCheckbox {
        margin-top: -20px;
    }

    .menuht {
        height: 7px;
    }

    .PropAmenities {
        margin-left: 108px;
    }

    .BankLogo {
        width: 100px;
    }

    .PropertyListImg {
        width: 100%;
        height: 250px;
    }

    .IFrame {
        height: 260px;
        width: 100%;
    }

    .VwLnk1 {
        margin-top: 5px;
    }

    .PropertyPG {
        margin-left: 115px;
    }

    .AmenityDesktop {
        margin-left: 15px;
    }

    .DesktopBankLogo {
        margin-left: 43px;
    }

    .Panel_Footer {
        height: 731px;
    }

    .RatingAlign {
        text-align: right;
    }

    .Rating_box {
        margin-top: 54px;
    }

    .RatePtag {
        margin-top: 65px;
    }

    .Rating1 {
        font-size: 18px;
        color: #000;
        margin: 12px 0px 0px 7px;
    }

    .PRBox {
        height: 539px;
    }

    .R_Round {
        height: 56px;
        width: 56px;
        border: 1px solid #333;
        border-radius: 50%;
        margin: 13px 0px 0px 20px;
    }

    .FeaturedTop {
        margin-top: -30px;
    }

    .Feature-Scroll {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .Panel_Ad {
        width: 265%;
    }

    .Search {
        margin: 0px -106px 0px -5px;
    }

    .Prop-Btn {
        margin-left: 50px;
    }

    .IncrementLeft {
        margin-left: 40px;
    }

    .SnapLeft {
        margin-left: 15px;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .header {
        height: 570px;
    }

    .Logo-Img {
        width: 200px;
        padding: 5px 0px;
    }

    .Mobile {
        display: none;
    }

    .Desktop {
        display: block;
    }

    .MIcon {
        width: 33px;
        margin: 3px 0px 0px -51px;
    }

    .MasterIcon {
        width: 33px;
        margin: 19px 0px 0px -40px;
    }

    .MenuIcon {
        width: 23px;
    }

    .S-media {
        margin-top: 140px;
    }

    .SocialIcons {
        width: 30px;
        border-radius: 50%;
    }

    .Searchbtn {
        text-align: right;
        margin: -50px 16px 0px 0px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 15px;
    }

    .MasterPgTop {
        margin-top: 22px;
    }

    .Log-Txt {
        margin-top: 7px;
    }

    .LogAlign {
        text-align: center;
    }

    .TmDt-Align {
        text-align: right;
    }

    .Post {
        margin-left: -18px;
    }

    .LTop1 {
        margin-top: 7px;
    }

    .Main-Search {
        text-align: center;
        margin-top: 149px;
    }

    .RSoln-Link {
        text-align: right;
    }

    .Admin-Btn1 {
        width: 100px;
    }

    .Admin-Btn2 {
        width: 120px;
    }

    .Admin-Btn1:hover {
        width: 100px;
    }

    .Admin-Btn2:hover {
        width: 120px;
    }

    .F-About {
        margin-left: 40px;
    }

    .dropdown-menu {
        margin: 2px 0px 0px 0px;
    }

    .panel-body {
        padding: 10px;
    }

    .Col-Mdd-6 {
        width: 52%;
    }

    .PropertyType-Box {
        border: 1px solid #e15326;
        margin: -71px 0px 0px 435px;
        background-color: #FFF;
        width: auto;
        height: 230px;
        overflow-y: auto;
    }

    .Col-Mdd-3 {
        width: 30%;
    }

    .Budget-Box {
        border: 1px solid #e15326;
        margin: -72px 0px 0px 649px;
        background-color: #fff;
        width: auto;
    }

    .BudgetRange {
        height: 28px;
        width: 110px;
        border: 1px solid #e15326;
    }

    .PropertyBox {
        margin: 0px 0px 0px -26px;
    }

    .PropMasterDrpdwn {
        border-radius: 5px;
        height: 30px;
        width: 110%;
    }

    .PListSearch {
        float: right;
        margin: 0px 23px 0px 0px;
    }

    .PropMasterBudget {
        width: 77%;
    }

    .PropMasterSearch {
        height: 30px;
        width: 55px;
        margin-left: -7px;
    }

    .P-Height {
        height: 5px;
    }

    .PropUl {
        list-style: none;
        display: inline-block;
        margin-left: -50px;
    }

        .PropUl li {
            display: inline;
            float: left;
            padding: 0px 10px;
        }

    .dropdown-DPageMenu {
        width: 205px;
        margin: 9px 0px 0px -221px;
        text-align: left;
    }

    .dropdown-MasterPageMenu {
        width: 205px;
        margin: 9px 0px 0px -212px;
        text-align: left;
    }

    .dropdown-PType {
        width: 450%;
        margin: 9px 0px 0px 0px;
        overflow-x: auto;
    }

    .Inside-PT {
        margin-left: 20px;
    }

    .dropdown-Budget {
        width: 352%;
        margin: 9px 0px 0px -1px;
    }

    .dropdown-Con {
        width: 170%;
        margin: 9px 0px 0px -1px;
    }

    .dropdown-More {
        width: 800px;
        margin: 9px 0px 0px -738px;
    }

    .PMtop {
        margin-top: 30px;
    }

    .Inside-PT1 {
        margin-left: 10px;
    }

    .AvailForm {
        margin-left: 65px;
    }

    .VisitForm {
        margin-left: 30px;
    }

    .VisitWidth {
        width: 32%;
    }

        .VisitWidth:focus {
            width: 32%;
        }

    .Sub-Banner {
        width: 100%;
        height: 330px;
    }
    /*Testimonial styles starts*/

    .testimonials {
        width: 400px;
    }

    .TetiLeftImg {
        margin-left: 19px;
    }

    .TetiRightImg {
        margin: 0px 23px 0px 0px;
    }

    .TImage {
        width: 60px;
        /*border-radius:5px;*/
        border-radius: 10px 0px;
        padding: 2px;
        background-color: #fff;
        height: 65px;
    }

    .TName {
        margin: 5px 0px 0px 100px;
    }

    .TMarTop {
        margin: -87px 0px 44px 0px;
    }

    /*Testimonial styles ends*/
    /*Project Gallery style starts */
    .ProjectGallery {
        width: 266px;
    }

    #Div2, #Div3 {
        height: 480px;
    }

    .ProjArrowTop {
        margin-top: -277px;
    }

    .ProjectLeftImg {
        margin: 0px 0px 0px -14px;
    }

    .ProjectRightImg {
        margin: 0px -6px 0px 0px;
    }

    .PGImage {
        Width: 100%;
        Height: 180px
    }
    /*Project Gallery style ends */

    .PPHeight {
        height: 10px;
    }

    .AAlign {
        text-align: right;
    }

    .PostCheckbox {
        margin-top: -20px;
    }

    .menuht {
        height: 7px;
    }

    .BankLogo {
        width: 100%;
    }

    .PGallery-Scroll {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .PropertyListImg {
        width: 100%;
        height: 200px;
    }

    .IFrame {
        height: 260px;
        width: 100%;
    }

    .VwLnk1 {
        margin-top: 5px;
    }

    .PropertyPG {
        margin-left: 25px;
    }

    .AmenityDesktop {
        margin-left: 15px;
    }

    .DesktopBankLogo {
        margin-left: 20px;
    }

    .Panel_Footer {
        height: 731px;
    }

    .RatingAlign {
        text-align: right;
    }

    .Rating_box {
        margin-top: 54px;
    }

    .RatePtag {
        margin-top: 65px;
    }

    .Rating1 {
        font-size: 18px;
        color: #000;
        margin: 12px 0px 0px 7px;
    }

    .PRBox {
        height: 552px;
    }

    .R_Round {
        height: 56px;
        width: 56px;
        border: 1px solid #333;
        border-radius: 50%;
        margin: 5px 0px 0px 20px;
    }

    .FeaturedTop {
        margin-top: -20px;
    }

    .Feature-Scroll {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #EEE;
    }

    .FTop {
        height: 15px;
    }

    .Panel_Ad {
        width: 267%;
    }

    .Search {
        margin: 0px -88px 0px -5px;
    }

    .Prop-Btn {
        margin-left: 50px;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .header {
        height: 570px;
    }

    .Logo-Img {
        width: 200px;
        padding: 5px 0px;
    }

    .Mobile {
        display: none;
    }

    .Desktop {
        display: block;
    }

    .MIcon {
        width: 33px;
        margin: 3px 0px 0px -51px;
    }

    .MasterIcon {
        width: 33px;
        margin: 19px 0px 0px -40px;
    }

    .MenuIcon {
        width: 21px;
    }

    .S-media {
        margin-top: 135px;
    }

    .SocialIcons {
        width: 30px;
        border-radius: 50%;
    }

    .Searchbtn {
        text-align: right;
        margin: -50px 23px 0px 0px;
    }

    .TxtBox {
        border: 2px solid #E15326;
        background-color: #FFF;
        height: 40px;
        width: 37%;
        color: #040707;
        font-size: 14px;
        padding: 0px 10px;
        border-radius: 5px;
    }

    .PropertyType {
        border: 2px solid #E15326;
        height: 40px;
        width: 25%;
        color: #040707;
        font-size: 14px;
        padding: 0px 10px;
        margin: 0px -20px 0px -15px;
        cursor: pointer;
        background: url('../Images/Icons/General/Down-Arrow.png') no-repeat scroll right center #FFF;
    }

    .Budget {
        border: 2px solid #E15326;
        height: 40px;
        width: 18%;
        color: #040707;
        font-size: 14px;
        padding: 0px 10px;
        cursor: pointer;
        margin: 0px 0px 0px 14px;
        background: url('../Images/Icons/General/Down-Arrow.png') no-repeat scroll right center #FFF;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 0px;
        color: #fff;
        font-size: 15px;
    }

    .MasterPgTop {
        margin-top: 22px;
    }

    .LogAlign {
        text-align: right;
    }

    .Post {
        margin-left: -30px;
    }

    .Log-Txt {
        margin: 5px 0px 0px 0px;
    }

    .LTop1 {
        margin-top: 7px;
    }

    .CAlign {
        text-align: center;
    }

    .RAlign {
        text-align: right;
    }

    .Main-Search {
        text-align: center;
        margin-top: 120px;
        margin-left: -144px;
    }

    .Admin-Btn1 {
        width: 100px;
    }

    .Admin-Btn2 {
        width: 120px;
    }

    .Admin-Btn1:hover {
        width: 100px;
    }

    .Admin-Btn2:hover {
        width: 120px;
    }

    .M-Menu {
        margin-left: -40px;
    }

    .TmDt-Align {
        text-align: right;
    }

    .RSoln-Link {
        text-align: right;
    }

    .F-About {
        margin-left: 20px;
    }

    .dropdown-menu {
        margin: 2px 0px 0px;
    }

    .Col-Mdd-6 {
        width: 68%;
    }

    .PropertyType-Box {
        border: 1px solid #e15326;
        margin: -148px 0px 0px 324px;
        background-color: #FFF;
        width: auto;
        height: 170px;
        overflow-y: auto;
        top: -16px;
    }

    .Col-Mdd-3 {
        width: 38%;
    }

    .Budget-Box {
        border: 1px solid #e15326;
        margin: 0px 0px 0px 413px;
        background-color: #fff;
        width: auto;
        top: -99px;
    }

    .BudgetRange {
        height: 28px;
        width: 110px;
        border: 1px solid #e15326;
    }

    .PropertyBox {
        margin: 0px 0px 0px -33px;
    }

    .PropMasterDrpdwn {
        border-radius: 5px;
        height: 30px;
        width: 25%;
    }

    .PropMasterBudget {
        width: 60%;
    }

    .PropMasterSearch {
        height: 30px;
        width: 45px;
        margin-left: -7px;
    }

    .P-Height {
        height: 15px;
    }

    .PropMaster-PType, .PropMaster-Budget, .PropMaster-TopLoc, .PropMaster-Con, .PropMaster-More {
        margin: 10px;
    }

    .PropUl {
        list-style: none;
        display: inline-block;
    }

        .PropUl li {
            display: inline;
            float: left;
            padding: 0px 0px;
        }

    .dropdown-DPageMenu {
        width: 205px;
        margin: 9px 0px 0px -224px;
        text-align: left;
    }

    .dropdown-MasterPageMenu {
        width: 205px;
        margin: 9px 0px 0px -212px;
        text-align: left;
    }

    .dropdown-PType {
        width: 500%;
        margin: 9px 0px 0px 0px;
        text-align: left;
        overflow-x: auto;
    }

    .Inside-PT {
        margin-left: 20px;
    }

    .dropdown-Budget {
        width: 407%;
        margin: 9px 0px 0px -1px;
    }

    .dropdown-Con {
        width: 182%;
        margin: 9px 0px 0px -1px;
    }

    .dropdown-More {
        width: 510px;
        margin: 9px 0px 0px -448px;
    }

    .PListSearch {
        float: right;
        margin: 0px 142px 0px 0px;
    }

    .PMtop {
        margin-top: 30px;
    }

    .Inside-PT1 {
        margin-left: 0px;
    }

    .WTop {
        margin-top: 10px;
    }

    .Sub-Banner {
        width: 100%;
        height: 300px;
    }
    /*Testimonial styles starts*/

    .testimonials {
        width: 300px;
    }

    .TetiLeftImg {
        margin-left: 19px;
    }

    .TetiRightImg {
        margin: 0px 23px 0px 0px;
    }

    .TImage {
        width: 60px;
        /*border-radius:5px;*/
        border-radius: 10px 0px;
        padding: 2px;
        background-color: #fff;
        height: 65px;
    }

    .TName {
        margin: 5px 0px 0px 100px;
    }

    .TMarTop {
        margin: -87px 0px 44px 0px;
    }
    /*Testimonial styles ends*/

    /*Project Gallery style starts */
    .ProjectGallery {
        width: 266px;
    }

    #Div2, #Div3 {
        height: 480px;
    }

    .ProjArrowTop {
        margin-top: 0px;
    }

    .ProjectLeftImg {
        margin: 7px 0px 0px 2px;
    }

    .ProjectRightImg {
        margin: 0px 10px 0px 0px;
    }

    .PGImage {
        Width: 100%;
        Height: 180px
    }
    /*Project Gallery style ends */

    .Feature-Height {
        height: 120px;
    }

    .PPHeight {
        height: 10px;
    }

    .ATop {
        margin-top: 7px;
    }

    .PostCheckbox {
        margin-top: -20px;
    }

    .Logo-Align {
        text-align: center;
    }

    .menuht {
        height: 7px;
    }

    .BankLogo {
        width: 100%;
    }

    .PGallery-Scroll {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .PropertyListImg {
        width: 100%;
    }

    .IFrame {
        height: 260px;
        width: 100%;
    }

    .VwLnk1 {
        margin-top: 5px;
    }

    .PropAmenities {
        margin-left: 43px;
    }

    .AmenityDesktop {
        margin-left: -10px;
    }

    .Panel_Footer {
        height: 731px;
    }

    .RatingAlign {
        text-align: right;
    }

    .Rating1 {
        font-size: 16px;
        color: #000;
        margin: 12px 0px 0px 7px;
    }

    .PRBox {
        height: 552px;
    }

    .R_Round {
        height: 50px;
        width: 50px;
        border: 1px solid #333;
        border-radius: 50%;
        /*margin: 5px 0px 0px 20px;*/
    }

    .Advertise_Captcha {
        margin-top: 10px;
    }

    .Feature-Scroll {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #EEE;
    }

    .FTop {
        height: 15px;
    }

    .Panel_Ad {
        width: 208%;
    }
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .header {
        height: auto;
    }

    .Logo-Img {
        width: 150px;
        margin-top: 5px;
    }

    .Mobile {
        display: block;
    }

    .Desktop {
        display: none;
    }

    .MIcon {
        width: 33px;
        margin: 3px 0px 0px 0px;
    }

    .MasterIcon {
        width: 33px;
        margin: 3px 0px 0px -40px;
    }

    .MenuIcon {
        width: 20px;
    }

    .Logo-Align {
        text-align: center;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 3px 0px;
        color: #fff;
        font-size: 15px;
    }

    .nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center;
    }

    .LTop, .LTop1 {
        margin-top: 7px;
    }

    .S-media {
        margin-top: 15px;
    }

    .SocialIcons {
        width: 30px;
        border-radius: 50%;
    }

    .Center-Align {
        text-align: center;
    }

    .TmDt-Align {
        text-align: right;
    }

    .TxtBox {
        border: 2px solid #e15326;
        background-color: #fff;
        height: 33px;
        width: 80%;
        color: #040707;
        font-size: 14px;
        padding: 0px 10px;
    }

    .PropertyType {
        border: 2px solid #e15326;
        border-radius: 5px;
        background-color: #fff;
        height: 33px;
        width: 39%;
        color: #040707;
        font-size: 14px;
        padding: 0px 10px;
        margin: 5px 0px 0px 0px;
        cursor: pointer;
        background: url("../Images/Icons/General/Down-Arrow.png") right no-repeat #fff;
    }

    .Budget {
        border: 2px solid #e15326;
        border-radius: 5px;
        background-color: #fff;
        height: 33px;
        width: 40%;
        color: #040707;
        font-size: 14px;
        padding: 0px 10px;
        cursor: pointer;
        margin: 5px 0px 0px 0px;
        background: url("../Images/Icons/General/Down-Arrow.png") right no-repeat #fff;
    }

    .Search {
        border: 3px solid #e15326;
        background-color: #e15326;
        height: 33px;
        width: 80px;
        color: #FFF;
        font-size: 15px;
        margin: 5px 0px 0px 0px;
        background: url("../Images/Icons/General/search.png") center center no-repeat #e15326;
    }

        .Search:hover {
            color: #040707;
            transition: all 0.5s;
        }

    .FeatureProject1 {
        margin: 20px;
        height: 408px;
        color: #FFF;
        width: 80%;
    }

    .Searchbtn {
        margin: -6px 0px 0px 0px;
    }

    .Main-Search {
        text-align: center;
    }

    .Admin-Btn1 {
        width: 100%;
    }

    .Admin-Btn2 {
        width: 100%;
    }

    .Admin-Btn1:hover {
        width: 100%;
    }

    .Admin-Btn2:hover {
        width: 100%;
    }

    .Post {
        text-align: center;
    }

    .Log-Txt, .MasterLogin {
        text-align: center;
        margin: 10px 0px 0px 0px;
    }

    .M-Menu {
        margin-left: -40px;
    }

    .M-Top {
        margin-top: -10px;
    }

    .RSoln-Link {
        text-align: left;
    }

    .dropdown-menu {
        margin: 2px 0px 0px 125px;
    }

    .PropertyType-Box {
        border: 1px solid #e15326;
        margin: -60px 0px 0px 59px;
        background-color: #FFF;
        width: auto;
    }

    .Col-Mdd-3 {
        width: 37%;
    }

    .MaxHeight {
        margin: 6px 0px 0px -16px;
    }

    .Budget-Box {
        border: 1px solid #e15326;
        margin: -61px 0px 0px 221px;
        background-color: #FFF;
        width: 169px;
    }

    .BudgetRange {
        height: 28px;
        width: 110px;
        border: 1px solid #e15326;
    }

    .PropertyBox {
        margin: 5px 0px 0px 0px;
    }

    .PropMasterDrpdwn {
        border-radius: 3px;
        height: 30px;
        width: auto;
    }

    .PropMasterBudget {
        width: 50%;
        border-radius: 3px;
    }

    .PropMasterSearch {
        height: 30px;
        width: 55px;
        margin-left: -7px;
    }

    .PropMaster-PType, .PropMaster-Budget, .PropMaster-TopLoc, .PropMaster-Con, .PropMaster-More {
        margin-top: 10px;
    }

    .P-Height {
        height: 15px;
    }

    .P-Height1 {
        height: 8px;
    }

    .PropUl {
        list-style: none;
        display: inline-block;
        margin-left: -46px;
    }

        .PropUl li {
            display: inline;
            /*float: left;*/
            padding: 0px 0px;
        }

    .dropdown-DPageMenu {
        width: 205px;
        margin: 9px 0px 0px 0px;
        text-align: left;
    }

    .dropdown-MasterPageMenu {
        width: 205px;
        margin: 4px 0px 0px -38px;
        text-align: left;
    }

    .dropdown-PType {
        width: 270%;
        margin: 9px 0px 0px 0px;
        text-align: left;
    }

    .Inside-PT {
        margin-left: 20px;
    }

    .dropdown-Budget {
        width: 160%;
        margin: 9px 0px 0px -1px;
    }

    .dropdown-Con {
        width: 170%;
        margin: 9px 0px 0px -1px;
    }

    .dropdown-More {
        width: 205px;
        margin: 9px 0px 0px -1px;
    }

    .FilterTop {
        margin-top: -10px;
    }

    .PListSearch {
        margin: 5px 0px 0px 7px;
    }

    .PMtop {
        margin-top: 0px;
    }

    .Inside-PT1 {
        margin-left: 10px;
    }

    .WTop {
        margin-top: 10px;
    }

    .Sub-Banner {
        width: 100%;
        height: 250px;
    }
    /*Testimonial styles starts*/

    .testimonials {
        width: 250px;
    }

    .TetiLeftImg {
        margin-left: 19px;
        width: 40px;
    }

    .TetiRightImg {
        margin: 10px 24px 0px 0px;
        width: 40px;
    }

    .TImage {
        width: 60px;
        /*border-radius:5px;*/
        border-radius: 10px 0px;
        padding: 2px;
        background-color: #fff;
        height: 65px;
    }

    .TName {
        margin: 5px 0px 0px 100px;
    }

    .TMarTop {
        margin: -87px 0px 44px 0px;
    }
    /*Testimonial styles ends*/
    /*Project Gallery style starts */
    .ProjectGallery {
        width: 266px;
    }

    #Div2, #Div3 {
        height: 480px;
    }

    .ProjArrowTop {
        margin-top: 0px;
    }

    .ProjectLeftImg {
        margin: 7px 0px 0px 2px;
        width: 37px;
    }

    .ProjectRightImg {
        margin: 13px 10px 0px 0px;
        width: 37px;
    }

    .PGImage {
        Width: 100%;
        Height: 180px
    }
    /*Project Gallery style ends */
    .Feature-Height {
        height: 120px;
    }

    .ATop {
        margin-top: 7px;
    }

    .PostCheckbox {
        margin-top: -10px;
    }

    .PMT {
        margin-top: 10px;
    }

    .ReviewStar {
        margin: 0px;
    }

    .ReviewTitle {
        margin-top: 15px;
    }

    .BankLogo {
        width: 100px;
    }
    /*.PGallery-Scroll
	{	
		width: 100%;
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}*/
    .PropertyListImg {
        width: 100%;
    }

    .IFrame {
        height: auto;
        width: 100%;
    }

    .AmenityMobileLogo {
        Width: 60px;
    }

    .AmenityMobileLogoTitle {
        margin-top: -10px;
        font-size: 14px;
    }

    .PropTitle {
        text-align: left;
    }

    .Prop_Mr {
        margin-left: -15px;
    }

    .PropMobilePG {
        Width: 100%;
        /*Height:150px;*/
        margin: 5px;
    }

    .RB_Align {
        text-align: center;
    }

    .Rating1 {
        font-size: 16px;
        color: #000;
        margin: 12px 0px 0px 7px;
    }

    .PRBox {
        height: 552px;
    }

    .R_Round {
        height: 50px;
        width: 50px;
        border: 1px solid #333;
        border-radius: 50%;
        margin: 0px 0px 6px 0px;
    }

    .FeatureProject {
        width: 90%;
    }

    .TrMode {
        margin-top: 10px;
    }

    .Gallery_Responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .AboutLogo {
        background-color: #FFF;
        width: 68px;
        border: 1px dashed #E15326;
        border-radius: 5px;
        margin-top: -42px;
    }

    .Advertise_Captcha {
        margin-top: 10px;
    }

    .Job_Left {
        color: #333;
        font-size: 15px;
        margin: 0px;
    }

    .Job_Right {
        color: #666;
    }

    .PGallery-MobileHT {
        height: 15px;
    }

    .MasterMobile_Bg {
        background: url("../Images/Banner/PAB_Banner12.jpg") repeat 0px 0px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e15326;
        background-color: #eee;
        opacity: 0.8;
    }

    .MasterPgTop span a {
        color: #000;
        font-size: 15px;
    }

    .ProfTitlePTag {
        margin: 0px;
    }

    .Default_Mobile {
        color: #000;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .header {
        height: auto;
    }

    .Logo-Img {
        width: 150px;
        margin-top: 5px;
    }

    .Mobile {
        display: block;
    }

    .Desktop {
        display: none;
    }

    .nav-justified > li > a {
        margin-bottom: 5px;
        text-align: left;
    }

    .MIcon {
        width: 30px;
        margin: 15px 0px 0px -54px;
    }

    .MasterIcon {
        width: 30px;
        margin: 15px 0px 0px -54px;
    }

    .MenuIcon {
        width: 20px;
    }

    .S-media {
        margin-top: 15px;
    }

    .SocialIcons {
        width: 25px;
        border-radius: 50%;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 3px 0px;
        color: #fff;
        font-size: 15px;
    }

    .Post, .Log-Txt, .MasterLogin {
        text-align: left;
    }

    .Center-Align, .TmDt-Align {
        text-align: center;
    }

    .Main-Search {
        text-align: center;
    }

    .InsideProp {
        border: 1px solid #e15326;
        background-color: #040707;
        height: 30px;
        width: auto;
        color: #fff;
        font-size: 14px;
        margin-top: 3px;
    }

        .InsideProp:hover {
            border: 1px solid #fff;
            background-color: #040707;
            height: 30px;
            width: auto;
            color: #e15326;
            font-size: 14px;
            transition: all 0.5s;
        }

    .TxtBox {
        border: 2px solid #e15326;
        background-color: #fff;
        height: 33px;
        width: 100%;
        color: #040707;
        font-size: 14px;
        padding: 0px 10px;
    }

    .PropertyType {
        border: 2px solid #e15326;
        background-color: #fff;
        height: 33px;
        width: 100%;
        color: #040707;
        font-size: 14px;
        padding: 0px 10px;
        margin: 5px 0px 0px 0px;
        cursor: pointer;
        border-radius: 5px;
        background: url("../Images/Icons/General/Down-Arrow.png") right no-repeat #fff;
    }

    .Budget {
        border: 2px solid #e15326;
        background-color: #fff;
        height: 33px;
        width: 100%;
        color: #040707;
        font-size: 14px;
        padding: 0px 10px;
        cursor: pointer;
        margin: 5px 0px 0px 0px;
        border-radius: 5px;
        background: url("../Images/Icons/General/Down-Arrow.png") right no-repeat #fff;
    }

    .Search {
        border: 3px solid #e15326;
        background-color: #e15326;
        height: 33px;
        width: 80px;
        color: #FFF;
        font-size: 15px;
        margin: 5px 0px 0px 0px;
        background: url("../Images/Icons/General/search.png") center center no-repeat #e15326;
    }

        .Search:hover {
            color: #040707;
            transition: all 0.5s;
        }

    .dropdown-menu {
        margin: 2px 0px 0px;
    }

    .dropdown-menu1 {
        margin: 2px 0px 0px;
    }

    .MTop {
        margin-top: 5px;
    }

    .Col-Mdd-6 {
        width: 100%;
    }

    .PropertyTypeWidth {
        width: 104%;
        overflow-x: scroll;
    }

    .PropertyType-Box {
        border: 1px solid #e15326;
        margin: -97px 0px 0px;
        background-color: #FFF;
        width: auto;
    }

    .Col-Mdd-3 {
        width: 90%;
    }

    .Budget-Box {
        border: 1px solid #e15326;
        margin: -62px 0px 0px 0px;
        background-color: #FFF;
        width: auto;
    }

    .BudgetRange {
        height: 28px;
        width: 90px;
        border: 1px solid #e15326;
        margin-left: -8px;
    }

    .PropMasterBudget {
        width: 100%;
        border-radius: 3px;
    }

    .MenuPtag p {
        margin-left: 30px;
    }

    .dropdown-DPageMenu {
        width: 200px;
        margin: 4px 0px 0px -53px;
        text-align: left;
    }

    .dropdown-MasterPageMenu {
        width: 205px;
        margin: 6px 0px 0px -52px;
        text-align: left;
    }

    .dropdown-PType {
        width: 155%;
        margin: 9px 0px 0px 0px;
        text-align: left;
        overflow-x: scroll;
    }

    .Inside-PT {
        margin-left: 20px;
    }

    .dropdown-Budget {
        width: 160%;
        margin: 9px 0px 0px -1px;
    }

    .dropdown-Con {
        width: 160%;
        margin: 9px 0px 0px -1px;
    }

    .Sub-Banner {
        width: 100%;
        height: 120px;
    }

    .RowWidth {
        margin-right: -15px;
        margin-left: -15px;
    }
    /*Testimonial styles starts*/

    .testimonials {
        width: 200px;
    }

    .TetiLeftImg {
        width: 30px;
        margin-left: 19px;
    }

    .TetiRightImg {
        width: 30px;
        margin: 20px 24px 0px 55px;
    }

    .TImage {
        width: 50px;
        /*border-radius:5px;*/
        border-radius: 10px 0px;
        padding: 1px;
        background-color: #fff;
        height: 55px;
    }

    .RightArrowBig {
        text-align: left;
    }

    .TName {
        margin: 5px 0px 0px 100px;
    }

    .TMarTop {
        margin: -86px 0px 26px 2px;
    }
    /*Testimonial styles ends*/
    /*Project Gallery style starts */
    .ProjectGallery {
        width: 228px;
    }

    .FeatureProject {
        width: 90%;
    }

    #Div2, #Div3 {
        height: 495px;
    }

    .ProjArrowTop {
        margin-top: 0px;
    }

    .ProjectLeftImg {
        width: 33px;
        float: left;
        margin: 32px 0px 0px;
    }

    .ProjectRightImg {
        margin: 33px 0px 7px;
        width: 33px;
        float: right;
    }

    .PGImage {
        width: 100%;
        height: 160px;
    }
    /*Project Gallery style ends */
    .Feature-Height {
        height: 100px;
    }

    .WLeft {
        margin-left: -20px;
    }

    .RowPropWid {
        margin-right: -15px;
        margin-left: -15px;
    }

    .PListBtn {
        margin: 6px 0px 0px 14px;
    }

    .IFrame {
        height: auto;
        width: 100%;
    }

    .AmenityMobileLogo {
        Width: 45px;
    }

    .AmenityMobileLogoTitle {
        margin-top: -10px;
        font-size: 13px;
    }

    .Prop_Mr {
        margin-left: -15px;
    }

    .Reviews li {
        padding: 0px 0px 0px 15px;
    }

    .R_Subtitle {
        display: inline-block;
        margin: 0px 0px 0px -38px;
    }

        .R_Subtitle li {
            display: inline;
        }

            .R_Subtitle li a {
                position: relative;
                float: none;
                padding: 6px 12px;
                color: #333;
                font-weight: bold;
                font-size: 14px;
            }

        .R_Subtitle > li.active > a,
        .R_Subtitle > li.active > a:hover,
        .R_Subtitle > li.active > a:focus {
            border-bottom: 1px solid #e15326;
        }

    .AboutBox {
        margin-top: 20px;
    }

    .ProfileBtn {
        margin-left: -30px;
    }

    .Req_Field {
        width: 94%;
    }

        .Req_Field:focus {
            width: 94%;
        }
}

/*Media query ends*/
