*{
    padding: 0px;
    margin: 0px;
    padding-right: 0px;
}
body{
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
}

.menu_bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 12px;
    position: relative;
    text-transform: uppercase;
    background-color: rgb(255, 255, 255);
}
.sidebar{
    position: fixed;
    top: 0;
    right:0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgb(209, 180, 180);
    backdrop-filter: blur(20px);
    box-shadow: 3px 3px 33px grey;
    visibility: hidden;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0.9;
    transition: 1s;
}
.sidebar li{
    width: 100%;
}
.sidebar a{
    width: 100%;
}
.menu-button{
    display: none;
}
.signIn{
    padding: 6px 14px 6px 14px;
    border-radius: 300px;
    border-style: solid;
    border-color: red;
    border-width: 2px;
    width: auto;
    transition: all 0.6s;
}
.signIn:hover{
    background-color: rgb(241, 42, 158);
    color: white;
}
.signIn a{
    padding: none;
}

.logo{
    font-size: 33px;
    color: rgb(0, 0, 0);
    font-family: sans-serif;
}
.logo img{
    width: 20%;
}

.menu_bar span{
    color: rgb(117, 193, 247);
    font-size: 33px;
}

.menu_bar ul{
    list-style: none;
    display: flex;
}


.menu_bar ul li a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.7s;
    padding: 15px;
}

.menu_bar ul li a:hover{
    color: rgb(255, 255, 255);
    
}



.menu_bar ul li:hover .dropdown_menu{
    display: block;
    position: absolute;
    background-color: black;
}

.dropdown_menu{
    display: none;
}

.dropdown_menu ul{
    display: block;
    padding: 4px;
}

.dropdown_menu ul li a{
    font-size: 16px;
}

.slider{
    position: static;
    width: 100%;
    height: 620px;
    overflow: hidden;
    border-bottom-color: rgb(110, 33, 9);
    border-bottom-width: 10px;
    border-bottom-style: solid;
}
.slider img{
    width: 100%;
    margin-bottom: 15px;
}

.searchProperty{
    position: absolute;
    padding: 30px;
    background-color: white;
    border-radius: 12px;
    width: 25%;
    display: inline-table;
    margin-left: 35px;
    margin-top: 55px;
    box-shadow: 3px 3px 23px black;
    vertical-align: top;
    opacity: 0.8;
}

.searchProperty h2{
    color: rgb(124, 9, 84);
    font-size: 23px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}

.searchProperty p{
    font-size: 13px;
    text-align: center;
    margin-bottom: 23px;
    color: rgb(91, 4, 55);
}

.textBox{
    position: static;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
}

.textBox2{
    position: static;
    padding-bottom: 10px;
    width: 100%;
    margin: 0 auto;
}

.textBox input{
    padding: 17px;
    border-radius: 6px;
    background-color: rgb(230, 230, 230);
    border-style: none;
    cursor: pointer;
    width: 90%;
}
.textBox select{
    padding: 14px 23px 14px 23px;
    border-radius: 300px;
    border-color: rgb(198, 42, 112);
    border-style: solid;
    border-width: 2px;
    display: inline-table;
    cursor: pointer;
    width: 49%;
    margin-bottom: 5px;
}

.textBox2 select{
    padding: 14px 23px 14px 23px;
    border-radius: 300px;
    border-color: rgb(198, 42, 112);
    border-style: solid;
    border-width: 2px;
    display: inline-table;
    cursor: pointer;
    width: 100%;
    margin-bottom: 5px;
}


.textBox label{
    font-size: 14px;
}

.subtM{
    position: static;
    padding: 6px;
    width: 95%;
    text-align: center;
    background-color: yellow;
    margin: 0 auto;
    border-radius: 35px;
}
.subtM button{
    position: static;
    background-color: rgb(212, 55, 126);
    color: white;
    padding: 15px;
    width: 98%;
    border-radius: 300px;
    border-style: none;
    margin: 0 auto;
    cursor: pointer;
}

.welcomeComment{
    position: absolute;
    width: 60%;
    display: inline-table;
    right: 35px;
    margin-top: 55px;
    text-align: center;
    border-radius: 15px;
    color: white;
    font-size: 33px;
    padding: 15px;
}

.welcomeComment h1{
    font-size: 95px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: greenyellow;
    text-shadow: 13px 3px 13px black;
}
.motto{
    background-color: black;
    color: white;
    padding: 12px 32px 12px 32px;
    border-radius: 200px;
    text-align: center;
    font-size: 15px;
    width: auto;
    display: inline-table;
}


.briefServ{
    position: static;
    width: 100%;
    text-align: center;
    background-color: rgb(255, 255, 255);
    padding-bottom: 55px;
    padding-top: 40px;
}

.servTab{
    position: static;
    padding: 35px;
    background-color: white;
    display: inline-table;
    width: 20%;
    margin: 20px;
    border-radius: 15px;
    color: rgb(87, 83, 83);
    transition: all 0.6s;
    border-style: solid;
    border-color: green;
    border-width: 2px
}

.servTab:hover{
    box-shadow: 3px 3px 22px rgb(147, 142, 142);
    cursor: pointer;
    border-style: none;
}

.servTab button{
    display: flex;
    margin: 0 auto;
    padding: 14px 25px 14px 25px;
    background-color: rgb(114, 165, 55);
    margin-top: 15px;
    color: white;
    border-style: none;
    border-radius: 200px;
}
.servTab i{
    font-size: 70px;
    size: 200px;
    color: rgb(128, 186, 40);
}
.servTab a{
    text-decoration: none;
    color: grey;
}
.briefServ h2{
    font-size: 40px;
    color:rgb(226, 72, 164);
    margin-bottom: 0px;
}

.briefServ p{
    margin-top: 4px;
    margin-bottom: 6px;
}
.briefServ span{
    color: greenyellow;
    text-shadow: 3px 3px 3px black;
}

.propItems{
    width: 100%;
    position: static;
    padding: 35px;
    background-color: rgb(229, 229, 229);
}

.displayedItems{ 
    width: 100%;
    position: static;
    padding-top: 55px;
    padding-bottom: 55px;
    background-color:  rgb(233, 224, 224);
    text-align: center;
    margin-top: 10px;
}

.displayedItems h3{
    position: static;
    font-size: 28px;
    margin-bottom: 20px;
}
.displayedItems p{
    margin-top: 3px;
    margin-bottom: 33px;
}
.separatee{
    position: static;
    width: 100%;
}

.listTabs{
    position: static;
    width: 20%;
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: rgb(34, 32, 32);
    display: inline-table;
    margin-right: 15px;
    margin-right: 15px;
    transition: all 0.8s;
    cursor: pointer;
    overflow: hidden;
}
.listTabs a{
    text-decoration: none;
    color:rgb(69, 66, 66)
}

.listTabs:hover{
    box-shadow: 3px 3px 18px black;
}

.listImage{
    width: 100%;
    overflow: hidden;
    height: 173px;
    margin-bottom: 10px;
    transition: all 8s;
    overflow: hidden;
}

.listImage:hover{
    filter:grayscale(100%)
}

.listImage img{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.itemStatus{
    position: absolute;
    background-color: rgb(49, 212, 8);
    color: white;
    width: auto;
    padding: 6px 16px 6px 16px;
    border-radius: 6px 0px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.itemID{
    position: absolute;
    margin-top: 146px;
    background-color: rgb(211, 36, 121);
    color: rgb(249, 217, 240);
    border-radius: 0px 0px 0px 6px;
    padding: 6px 15px 6px 15px;
    font-size: 13px;
    font-weight: bold;
}

.itemPrice{
    padding: 4px 12px 4px 12px;
    border-radius: 8px;
    display: inline-table;
    border-style: solid;
    border-color: green;
    border-width: 2px;
    margin-top: 14px;
    font-size: 17px;
    font-weight: bolder;
}

.itemDescrip button{
    padding: 6px 12px 6px 12px;
    border-radius: 8px;
    color: rgb(77, 76, 76);
    display: inline-table;
    border-style: solid;
    border-color: rgb(212, 209, 211);
    border-width: 2px;
    background-color: rgb(212, 209, 211);
    margin-top: 14px;
    font-size: 13px;
    cursor: pointer;
}

.locatioITem{
    font-size: 12px;
}

.itemTitle{
    font-size: 14px;
    font-weight: bold;
}

.itemAgent{
    position: static;
    width: 100%;
    padding: 4px 12px 4px 12px;
    font-size: 13px;
}

.featuredHOlder{
    position: static;
    width: 100%;
    padding: 12px;
    text-align: center;
    background-color: black;
    padding-bottom: 44px;
}
.featuredHOlder h3{
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 33px;
    color: rgb(248, 194, 255);
}
.featuredHOlder p{
    color: white;
    margin-bottom: 12px;
}
.BigHFeatured{
    position: static;
    width: 48%;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    padding: 12px;
    display: inline-table;
    vertical-align: top;
}
.featDImag{
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: static;
}
.featDImag img{
    width: 100%;
    border-radius: 15px;
}

.proAmounnt{
    position: absolute;
    width: auto;
    padding: 6px 22px 6px 22px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    margin-top: 50px;
    color: white;
    border-radius: 0px 15px 15px 0px;
    font-size: 45px;
    text-shadow: 3px 3px 3px black;
}

.featureDDetails{
    position: static;
    padding: 0px 19px 0px 13px;
    width: auto;
    color: white;
    border-radius: 0px 0px 0px 12px;
    opacity: 0.5;
}
.featureDDetails h3{
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: black;
    font-family: sans-serif;
}
.featureDDetails p{
    color: black;
    margin-top: 3px;
    margin-bottom: 12px;
    font-size: 14px;
}
.propIDF{
    position: absolute;
    background-color: black;
    background-color: black;
    color: white;
    font-size: 15px;
    margin-top: 115px;
    padding: 9px 18px 9px 18px;
    border-radius: 0px 15px 15px 0px;
}
.AgentGG{
    position: static;
    border-radius: 600px;
    padding: 6px 14px 6px 14px;
    background-color: rgb(184, 177, 177);
    color: black;
    margin-top: 12px;
    font-size: 13px;
    width: auto; 
}
.featureDDetails span{
    margin-top: 4px;
    margin-bottom: 4px;
    color: black;
    position: static;
}

.sideBFeatured{
    position: static;
    width: 40%;
    display: inline-table;
}
.smallFeaturedD{
    position: static;
    width: 100%;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 15px;
    color: rgb(34, 32, 32);
    margin-left: 10px;
    padding: 12px;
}
.smallFFimg{
    width: 25%;
    border-radius: 10px;
    text-align: center;
    vertical-align: top;
    display: inline-table;
    border-radius: 15px;
    height: 155px;
    overflow: hidden;
}
.smallFFimg img{
    width: 100%;
    border-radius: 15px;
}

.smallDET{
    position: static;
    width: 70%;
    display: inline-table;
    padding: 13px;
    text-align: left;
    cursor: pointer;
}
.smallDET span{
    font-size: 19px;
}
.smallDET p{
    margin-top: 3px;
    margin-bottom: 4px;
    font-size: 13px;
    color: black;
}
.PIOD{
    position: static;
    background-color: black;
    padding: 6px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    width: auto;
    display: inline-table;
    margin-top: 5px;
    border-radius: 5px;
}


.Prike{
    position: static;
    background-color: rgb(25, 137, 7);
    padding: 6px 16px 6px 16px;
    color: rgb(255, 255, 255);
    font-size: 17px;
    width: auto;
    display: inline-table;
    margin-top: 10px;
    border-radius: 5px; 
}
.Prike span{
    font-size: 11px;
}

.smallAgentGG{
    position: static;
    width: auto;
    display: inline-table;
    font-size: 13px;
    border-style: dashed;
    border-radius: 4px;
    border-color: grey;
    border-width: 2px;
    background-color: rgb(235, 230, 230);
    padding: 5px 10px 5px 10px;
}

.ourPartMM{
    position: static;
    width: 100%;
    background-color: white;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
}
.ourPartMM h3{
    font-size: 35px;
    color: black;
    margin-bottom: 5px;
}
.ourPartMM span{
    font-size: 35px;
    color: rgb(72, 208, 4);
}
.ourPartMM p{
    margin-bottom: 45px;
}
.partnerTab{
    position: static;
    width: 6%;
    border-radius: 12px;
    text-align: center;
    margin: 0 auto;
    margin-top: 35px;
    display: inline-table;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}


.partnerTab:hover{
    filter: grayscale(100%);
}
.partnerTab img{
    position: static;
    width: 100%;
}

.destNationPlc{
    position: static;
    width: 100%;
    background-color: rgb(233, 224, 224);
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
    text-align: center;
}
.destNationPlc h3{
    font-size: 35px;
    color: black;
    margin-bottom: 5px;
}
.destNationPlc span{
    font-size: 35px;
    color: rgb(131, 14, 102);
}
.destNationPlc p{
    margin-top: 0px;
    margin-bottom: 35px;
    color: black;
}

.bigDestinationP{
    position: static;
    width: 75%;
    height: 550px;
    background-color: pink;
    border-radius: 15px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
}

.bigDestinationP img{
    position: static;
    width: 100%;
}
.destinationNM{
    position: absolute;
    margin-top: 300px;
    display: inline-table;
    color: white;
    opacity: 0.6;
    padding-right: 42px;
    text-align: left;
    padding-left: 20px;
    border-radius: 0px 25px 25px 0px;
    width: auto;
    background-color: black;
}
.destinationNM h3{
    color: rgb(215, 255, 113);
    margin-top: 6px;
    margin-bottom: 5px;
    font-size: 30px;
}
.destinationNM p{
    color: white;
    font-size: 14px;
    margin-bottom: 5px;
}

.smallDestinationPL{
    padding: 12px;
    background-color: white;
    width: 22%;
    border-radius: 12px;
    text-align: center;
    height: 250px;
    overflow: hidden;
    display: inline-table;
    margin: 12px;
    transition: all 1s;
}
.smallDestinationPL img{
    width: 100%;
}
.smallDestinationPL h3{
    position: static;
    margin-top: 3px;
    font-size: 15px;
}
.smallDestinationPL p{
    font-size: 12px;
    margin-bottom: 4px;
}
.imgDe{
    position: absolute;
    width: auto;
    color: white;
    background-color: black;
    opacity: 0.6;
    padding: 15px;
    font-size: 14px;
}
.smallDestinationPL:hover{
    box-shadow: 3px 3px 15px grey;
    cursor: pointer;
}

.reviewTab{
    position: static;
    background-color:  rgb(248, 248, 248);
    width: 15%;
    border-radius: 15px;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 12px;
    display: inline-table;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    transition: all 1s;
}
.reviewTab:hover{
    box-shadow: 3px 3px 22px grey;
}
.customerPX{
    position: static;
    width: 35px;
    display: inline-table;
    vertical-align: top;
    border-radius: 300px;
    overflow: hidden;
    margin-bottom: 25px; 
}
.customerPX img{
    width: 100%;
}
.qouteMe i{
    font-size: 44px;
    color: rgb(223, 218, 218);
}
.qouteMe{
    line-height: 1.5;
    color: rgb(121, 116, 116);
}
.customerNames{
    position: static;
    width: 70%;
    display: inline-table;
    font-size: 16px;
    text-align: left;
    padding-left: 13px;
}
.customerNames p{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 0px;
}
.holduS{
    position: static;
    width: 90%;
    text-align: center;
    padding: 6px 12px 0px 12px;
    background-color: rgb(237, 228, 228);
    border-radius: 7px;
    overflow: hidden;
    border-style: solid;
    border-width: 4px;
    border-color: white;
}
.holduS p{
    margin-bottom: 3px;
}
.holduS span{
    color: rgb(29, 27, 27);
    font-size: 12px;
    margin-top: 4px;
}

.featureBlog{
    font-size: 13px;
    color: grey;
    margin-top: 0px;
    margin-bottom: 5px;
}
.featureBlog h3{
    font-size: 23px;
}
.featureBlog p{
    margin-top: 4px;
    margin-bottom: 4px;
}

.smallBlog{
    position: static;
    width: 70%;
    display: inline-table;
    padding: 13px;
    text-align: left;
    cursor: pointer;
}
.smallBlog span{
    font-size: 19px;
}
.smallBlog p{
    margin-top: 3px;
    margin-bottom: 4px;
    font-size: 13px;
    color: black;
}
.smallBlog i{
    font-size: 17px;
}

.footerHolder{
    position: static;
    background-color: rgb(107, 7, 70);
    width: 100%;
    padding: 5px;
    color: white;
    text-align: center;
    color: white;
    padding-top: 75px;    
    padding-bottom: 45px;
    overflow: hidden;
}

.compHeaderJ{
    position: static;
    width: 35%;
    display: inline-table;
}

.compHeaderJ img{
    width: 80%;
}

.footerImg{
    width: 33%;
    display: inline-table;
    position: static;
    vertical-align: top;
}
.footerImg img{
    width: 100%;
    border-radius: 10px;
}
.hotlinksHd{
    position: static;
    width: 17%;
    display: inline-table;
    font-size: 14px;
    line-height: 1.2;
}
.hotlinksHd h3{
    position: static;
    margin-top: 0px;
    margin-bottom: 5px;
    color: rgb(255, 180, 240);
    font-size: 22px;
    text-align: left;
}



.subscribeArea{
    position: static;
    width: 20%;
    display: inline-table;
}

.despHo{
    position: static;
    display: inline-table;
    width: 55%;
    padding-left: 12px;
    text-align: left;
    color: rgb(255, 180, 240);
}

.despHo p{
    margin-bottom: 0px;
    color: rgb(255, 180, 240);
    line-height: 1.7;
    font-size: 13px;
    margin-top: 0px;
}
.hotlinksHd p{
    list-style:none;
    text-align: left;
    line-height: 1.5;
    color: rgb(255, 180, 240);
    text-decoration: none;
}

.hotlinksHd p a{
    text-decoration: none;
    color: rgb(255, 180, 240);
}





.ourServ h3{
    position: static;
    margin-top: 0px;
    margin-bottom: 5px;
    color: rgb(255, 180, 240);
    font-size: 22px;
    text-align: left;
}


.ourServ{
    position: static;
    width: 20%;
    display: inline-table;
    text-align: left;
    font-size: 13px;
}

.ourServ ul{
    list-style:none;
    text-align: left;
    line-height: 1.5;
    color: rgb(255, 180, 240);
    text-decoration: none;
    font-size: 13px;
}

.ourServ ul li a{
    text-decoration: none;
    color: rgb(255, 180, 240);
    font-size: 13px;
}










.subscribeArea{
    position: static;
    width: 20%;
    display: inline-table;
    text-align: left;
}

.subscribeArea h3{
    position: static;
    margin-top: 0px;
    margin-bottom: 5px;
    color: rgb(255, 180, 240);
    font-size: 22px;
    text-align: left;
}

.subscribeArea ul{
    list-style:none;
    text-align: left;
    line-height: 1.5;
    color: rgb(255, 180, 240);
    text-decoration: none;
}

.subscribeArea ul li a{
    text-decoration: none;
    color: rgb(255, 180, 240);
}

.subscribeArea p{
    color: rgb(255, 180, 240);
    font-size: 13px;
}

.subscribeArea input{
    padding: 12px;
    width: 50%;
    border-radius: 0px 15px 0px 15px;
    border-style: none;
}

.subscribeArea button{
    padding: 12px;
    background-color: pink;
    border-radius: 0px 15px 0px 15px;
    border-style: none;
}

.hotTabs{
    padding: 6px 12px 6px 12px;
    color: pink;
    position: static;
    display: inline-table;
    width: auto;
    border-color: pink;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 6px;
    font-size: 13px;
    transition: all 1s;
}
.hotTabs:hover{
    background-color: rgb(247, 139, 251);
    color: black;
    border-color: rgb(247, 139, 251);
}

.aboutUSS{
    position: static;
    width: 90%;
    border-radius: 15px;
    margin: 0 auto;
    padding: 15px;
    padding-top: 30px;
    background-color: white;
}

.abtImage{
    position: static;
    width: 40%;
    display: inline-table;
    vertical-align: top;
    padding: 0px 15px 15px 15px;
}

.abtImage img{
    position: static;
    width: 100%;
    border-radius: 15px;
}

.termUse{
    position: static;
    width: 90%;
    display: inline-table;
    background-color: white;
    padding: 25px;
    padding-top: 0px;
    border-radius: 15px;
    text-align: justify;
}
.termUse p{
    margin-top: 0px;
    margin-bottom: 22px;
    color: rgb(97, 93, 93);
    line-height: 1.6;
}
.termUse button{
    position: static;
    background-color: rgb(31, 101, 182);
    color: white;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    border-style: none;
    cursor: pointer;
}
.aboutInfo{
    position: static;
    width: 45%;
    display: inline-table;
    background-color: white;
    padding: 25px;
    padding-top: 0px;
    border-radius: 15px;
    text-align: justify;
}
.aboutInfo p{
    margin-top: 0px;
    margin-bottom: 22px;
    color: rgb(97, 93, 93);
    line-height: 1.6;
}
.aboutInfo button{
    position: static;
    background-color: rgb(31, 101, 182);
    color: white;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    border-style: none;
    cursor: pointer;
}

.signLogin{
    position: static;
    width: 30%;
    background-color: white;
    padding: 35px;
    text-align: center;
    margin: 0 auto;
    border-radius: 15px;
}

.txtDiv{
    position: static;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}
.txtDiv label{
    display: block;
}
.txtDiv input{
    position: static;
    padding: 15px;
    border-radius: 6px;
    border-style: solid;
    border-color: rgb(183, 176, 184);
    border-width: 2px;
    background-color: rgb(254, 243, 255);
    width: 94%;
    margin-bottom: 15px;
}
.txtDiv textarea{
    position: static;
    padding: 15px;
    border-radius: 6px;
    border-style: solid;
    border-color: rgb(183, 176, 184);
    border-width: 2px;
    background-color: rgb(254, 243, 255);
    width: 94%;
    margin-bottom: 15px;
    height: 150px;
}
.txtDiv a{
    text-align: center;
    color: black;
    text-align: center;
    margin: 0 auto;
}

.formButt{
    position: static;
    width: 90%;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
}
.formButt button{
    width: 100%;
    background-color: skyblue;
    color: white;
    padding: 15px;
    border-style: none;
    font-size: 16px;
    border-radius: 125px;
    background-color: rgb(44, 156, 231);
}


.remindPW{
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(83, 10, 143);
    display: inline-table;
    width: 50%;
    text-align: left;
}
.signUp{
    margin-top: 0px;
    width: auto;
    margin-bottom: 0px;
    color: rgb(83, 10, 143);
    font-size: 16px;
    display: inline-table;
    
}

.remindPW a{
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    color: rgb(83, 10, 143);
    display: inline-table;
    width: 40%;
}
.signUp a{
    margin-top: 0px;
    width: 40%;
    margin-bottom: 0px;
    text-decoration: none;
    color: rgb(83, 10, 143);
    font-size: 16px;
    display: inline-table;
}
.signUp span{
    font-size: 16px;
    text-decoration: underline;
}
.contactFORMS{
    width: 70%;
    position: static;
    margin: 0 auto;
    margin-top: 35px;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
    background-color: white;
}
.contactFORMS h3{
    font-size: 24px;
}

.ffBox{
    position: static;
    width: 80%;
    text-align: left;
    margin: 0 auto;
}
.ffBox label{
    display: flex;
    font-size: 16px;
    margin-top: 22px;
}
.ffBox input{
    position: static;
    width: 90%;
    background-color: rgb(243, 230, 230);
    border-radius: 8px;
    border-style: none;
    padding: 15px;
}
.ffBox textarea{
    position: static;
    width: 90%;
    background-color: rgb(243, 230, 230);
    border-radius: 8px;
    border-style: none;
    padding: 15px;
    height: 300px;
}

.ffBox button{
    position: static;
    width: 90%;
    background-color: rgb(162, 11, 150);
    border-radius: 100px;
    border-style: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 15px;
    margin-top: 33px;
    font-stretch: expanded;
    padding: 15px;
}
.sendSuccess{
    position: static;
    background-color: rgb(15, 156, 185);
    color: white;
    text-align: center;
    padding: 17px;
    width: 90%;
    line-height: 1.5;
    margin: auto;
    margin-top: 10px;
    border-radius: 8px;
}
.sendSuccess i{
    font-size: 33px;
}
.sendSuccess img{
    width: 3%;
    display: block;
    margin: 0 auto;
}
.sendSuccess2{
    position: static;
    border-radius: 12px;
    border-style: solid;
    border-width: 2px;
    color: rgb(3, 83, 125);
    text-align: center;
    border-color: green;
    padding: 17px;
    width: 90%;
    line-height: 1.5;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sendSuccess2 a{
    color: rgb(3, 80, 140);
    text-decoration: none;
    font-weight: bold;
}
.sendFailed{
    position: static;
    background-color: rgb(128, 0, 77);
    color: white;
    text-align: center;
    padding: 17px;
    width: 90%;
    line-height: 1.5;
    margin: auto;
}
.sendFailed a{
    color: rgb(241, 211, 211);
    text-decoration: none;
    font-weight: bold;
}

.socialDIV{
    position: static;
    width: auto;
    margin-right: 15px;
    display: inline-table;
}
.socialDIV i{
    width: 100%;
    font-size: 35px;
    cursor: pointer;
    text-decoration: none;
    color: rgb(181, 131, 131);
}
.roboQ{
    position: static;
    width: 70%;
    text-align: left;
    font-size: 26px;
    color: rgb(146, 140, 140);
    margin-top: 15px;
    margin-bottom: 15px;
}
.mainSearchBG{
    position: static;    
    margin: 0 auto;    
    padding-top: 15px;
    text-align: center;
    width: auto;
    background-color:  rgb(233, 224, 224);
    padding-bottom: 15px;
}
.searchAreaD:hover{
    box-shadow: 3px 3px 22px grey;
    cursor: pointer;
}

.searchAreaD{
    position: static;
    width: 78%;
    border-radius: 13px;
    padding: 6px;
    margin: 0 auto;
    background-color: white;
    transition: 1s;
}

.searBBox{
    position: static;
    display: inline-table;
    vertical-align: top;
    width: 65%;
    margin: 6px;
}
.searBBox input{
    padding: 12px;
    border-radius: 6px;
    width: 97%;
    background-color: rgb(223, 223, 223);
    border-style: none;
}


.searBBox2{
    position: static;
    display: inline-table;
    vertical-align: top;
    width: 6%;
    margin: 6px;
}

.searBBox2 select{
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    background-color: rgb(223, 223, 223);
    border-style: none;
    padding-right: 5px;
    padding-left: 15px;
    color: rgb(93, 9, 110);
}
.searBBox2 button{
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    background-color: rgb(144, 36, 166);
    color: white;
    border-style: none;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    transition: 2s;
}
.searBBox2 button:hover{    
    background-color: rgb(178, 63, 201);
}
.searBBox2 i{
    font-size: 20px;
}
.searBBox12{
    position: static;
    display: inline-table;
    vertical-align: top;
    width: 21%;
    margin: 6px;
}
.searBBox12 select{
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    background-color: rgb(223, 223, 223);
    border-style: none;
    padding-right: 5px;
    padding-left: 15px;
    color: rgb(93, 9, 110);
}
.searBBox12 input{
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    background-color: rgb(223, 223, 223);
    border-style: none;
    padding-right: 5px;
    padding-left: 15px;
    color: rgb(93, 9, 110);
}
.searBBox13{
    position: static;
    display: inline-table;
    vertical-align: top;
    width: 31%;
    margin: 6px;
}
.searBBox13 input{
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    background-color: rgb(223, 223, 223);
    border-style: none;
    padding-right: 5px;
    padding-left: 15px;
    color: rgb(93, 9, 110);
}
.searBBox12 button:hover{    
    background-color: rgb(178, 63, 201);
}
.searBBox12 i{
    font-size: 20px;
}
.filterBO{
    position: static;
    display: inline-table;
    vertical-align: top;
    width: 6%;
    margin: 6px;
    padding: 9px;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(144, 36, 166);
    color: rgb(103, 14, 120);
    transition: 2s;
}
.filterBO:hover{
    background-color: rgb(219, 216, 216);
    border-color: rgb(219, 216, 216);
}
.mainBody{
    position: static;
    width: 100%;
    background-color:rgb(223, 223, 223) ;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.PropertyDetailsArea{
    position: static;
    display: inline-table;
    width: 54%;
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 0 auto;
    margin-right: 25px;
    transition: all 1s;
    margin-bottom: 100px;
}
.PropertyDetailsArea:hover{
    box-shadow: 3px 3px 15px grey;
}
.navExpo{
    width: 100%;
    text-align: left;
    position: static;
    color: grey;
    font-family: sans-serif;
    font-size: 13px;
}
.navExpo h3{
    font-size: 22px;
    color: black;
}
.shareAreas{

    padding: 18px 20px 18px 20px;
    border-radius: 8px;
    background-color: white;
    display: inline-table;
    text-align: right;
    margin-bottom: 48px;
    width: 86%;
    position: static;
    transition: 1s;
}
.shareAreas:hover{
    box-shadow: 3px 3px 15px grey;
}
.sideBarDescribeArea{
    position: static;
    display: inline-table;    
    width: 20%;
}
.sideBarDescribeArea span{
    margin-left: 15px;
    font-size: 14px;
    cursor: pointer;
}
.sideBarDescribeArea i{
    font-size: 22px;
}
.imageSliderPreview{
    position: static;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    height: 450px;
    transition: 3s;
    margin-bottom: 0px;
}
.imageSliderPreview img{
    width: 100%;
    border-radius: 12px;
}
.imageSliderPreview:hover{
    filter: grayscale(100%);
}
.smallThumbArea{
    position: static;
    width: 100%;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(237, 229, 229);
    margin: 0px 12px 12px 12px;
    padding-bottom: 12px;
}
.thumbNailImg{
    position: static;
    width: 10%;
    border-radius: 6px;
    overflow: hidden;
    height: 30px;
    background-color: rgb(0, 0, 0);
    margin-top: 12px;
    display: inline-table;
    cursor: pointer;
    text-decoration: none;
    margin-right: 15px;
    filter:blur(0.3px)
}
.thumbNailImg img{
    width: 100%;
}
.arrM{
    position: static;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(237, 229, 229);
}
.propertyPrice{
    position: static;
    color: black;
    font-size: 30px;
    display: inline-table;
    vertical-align: center;
    width: 30%;
    margin-right: 25px;
}
.propertyPrice i{
    color: rgb(200, 190, 190);
}
.propertyPrice span{
    font-size: 13px;
    margin-right: 10px;
}
.propertySpecification{
    position: static;
    width: 65%;
    text-align: right;
    display: inline-table;
    color: black;
}
.propertySpecification i{
    font-size: 19px;
}
.propertySpecification span{
    margin-left: 25px;
}
.ProperTyAdd{
    position: static;
    width: 100%;
}
.ProperTyAdd h3{
    font-size: 15px;
    font-family:sans-serif;
    color: rgb(76, 70, 70);
}
.ProperTyAdd span{
    position: static;
    float: right;
    font-size: 14px;
    border-style: solid;
    border-color: rgb(191, 185, 185);
    border-radius: 6px;
    padding: 6px 12px 6px 12px;
    border-width: 2px;
    transition: all 1s;
}
.ProperTyAdd span:hover{
    background-color: black;
    color: white;
    border-style: none;
}
.addreg{
    color: black;
    font-size: 13px;
}

.safetyTips{
    position: static;
    padding: 8px 22px 8px 22px;
    background-color:rgb(212, 240, 251);
    color: rgb(65, 59, 59);
    border-radius: 6px;
    line-height: 1.8;
    font-size: 14px;
    margin: 35px 0px 35px 0px;
}
.safetyTips ul{
    
    list-style:decimal;
}
.safetyTips h3{
    font-size: 17px;
    margin-bottom: 2px;
}

.describePropertyArea{
    position: static;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
}
.describePropertyArea h3{
    font-size: 17px;
    margin-bottom: 2px;
}
.specTags{
    position: static;
    width: 100%;
    text-align: right;
}
.specTags span{
    position: static;
    margin-right: 25px;
}
.specTags i{
    font-size: 25px;
}

.addFav{
    position: static;
    margin: 40px 0px 40px 0px;
    width: auto;
    background-color: rgb(231, 236, 238);
    border-radius: 6px;
    font-size: 19px;
    padding: 15px;
}
.addFav span{
    display: inline-table;
    vertical-align: top;
    color: rgb(96, 4, 118);
}
.favYes{
    position: static;
    width: auto;
    background-color: rgb(229, 122, 0);
    border-radius: 6px;
    padding: 8px 16px 8px 16px;
    font-size: 14px;
    display: inline-table;
    color: white;
    margin-left: 12px;
    text-align: center;
    cursor: pointer;
}
.favNo{
    position: static;
    width: auto;
    background-color: rgb(169, 160, 156);
    border-radius: 6px;
    padding: 8px 16px 8px 16px;
    display: inline-table;
    font-size: 14px;
    color: white;
    text-align: center;
    cursor: pointer;
}
.arrGH{
    width: 58%;
    position: static;
    text-align: left;
    display: inline-table;
}
.arrgB{
    position: static;
    text-align: right;
    width: 40%;
    display: inline-table;
}
.propRealLegit{
    position: static;
    border-color: rgb(18, 219, 18);
    border-style: solid;
    border-width: 3px;
    padding: 0px 15px 15px 15px;
    border-radius: 10px;
    color: rgb(5, 112, 16);
    margin-bottom: 100px;
}
.propRealLegit h3{
    color: rgb(5, 94, 10);
    font-size: 22px;
    font-weight: lighter;
    margin-bottom: 3px;
}
.propRealLegit p{
    font-size: 17px;
    margin-top: 0px;
}
.pL{
    position: static;
    width: 55%;
    display: inline-table;
    margin-right: 80px;
    line-height: 1.5;
    font-size: 15px;
}
.reportPropTab{
    position: static;
    background-color: red;
    color: white;
    padding: 10px 22px 10px 22px;
    border-radius: 10px;
    display: inline-table;
    width: 20%;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.badgeMe{
    display: inline-table;
    position: static;
    width: 5%;
    font-size: 50px;
    vertical-align: top;
    margin-right: 5px;
}





.notifyNew{
    position: static;
    background-color: rgb(189, 223, 225);
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    color: rgb(5, 112, 16);
}
.notifyNew h3{
    color: rgb(5, 94, 10);
    font-size: 22px;
    font-weight: lighter;
    margin-bottom: 3px;
}
.notifyNew p{
    font-size: 17px;
    margin-top: 0px;
}
.pLi{
    position: static;
    width: 50%;
    font-size: 17px;
    display: inline-table;
    margin-right: 180px;
    color: rgb(110, 15, 15);
}
.subscribeBtn{
    position: static;
    background-color: rgb(14, 121, 175);
    color: white;
    padding: 10px 22px 10px 22px;
    border-radius: 10px;
    display: inline-table;
    width: 20%;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.compLogos{
    position: static;
    width: 20%;
    overflow: hidden;
    display: inline-table;
    background-color: pink;
    vertical-align: top;
}
.compLogos img{
    width: 100%;
}
.compName{
    position: static;
    width: 70%;
    display: inline-table;
    text-transform: uppercase;
    text-align: left;
    margin-left: 10px;
    font-size: 15px;
    font-weight: lighter;
    color: rgb(109, 6, 6);
}
.agentPlink{
    position: static;
    padding: 6px 12px 6px 12px;
    background-color: rgb(251, 243, 243);
    border-radius: 5px;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    margin-bottom: 25px;
    text-align: center;
    cursor: pointer;
}
.agentPlink a{
    font-size: 13px;
    text-decoration: none;
}

.agentPhone{
    position: static;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: rgb(120, 10, 120);
    color: white;
    padding: 8px 22px 8px 22px ;
    font-size: 17px;
    font-weight: lighter;
    cursor: pointer;    
    height: auto;
    transition: all 3s;
}
.hidMee{
    position: static;
    width: 90%;
    padding: 12px;
    overflow: hidden;
    display:none;
    transition: all 3s;
}
.hidMee a{
    color: rgb(255, 255, 255);
}
.agentPhone:hover .hidMee{
    display:flex;
    height: auto;
}
.agentWhatsApp{
    position: static;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: rgb(24, 180, 32);
    color: white;
    padding: 8px 22px 8px 22px ;
    font-size: 17px;
    font-weight: lighter;
    cursor: pointer;
}
.enqBxo{
    position: static;
    width: 100%;
    text-align: center;
}
.enqBxo input{
    position: static;
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(158, 146, 146);
    color: rgb(75, 77, 75);
}

.enqBxo textarea{
    position: static;
    width: 100%;
    height: 200px;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(158, 146, 146);
    color: rgb(75, 77, 75);
}
.enqBxo2{
    position: static;
    width: 100%;
    text-align: center;
}
.enqBxo2 button{
    position: static;
    width: 100%;
    padding: 8px 12px 8px 12px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(9, 178, 220);
    color: rgb(255, 255, 255);
    background-color: rgb(9, 178, 220);
    font-size: 16px;
    cursor: pointer;
    font-weight: lighter;
}

.enqBxo2 p{
    font-size: 13px;
    line-height: 1.5;
}
.smallNote{
    font-size: 13px;
    text-align: center;
}
.logoEnclosed{
    position: static;
    margin: 0 auto;
    width: 8%;
    border-radius: 100%;
    overflow: hidden;
    border-color: rgb(218, 64, 187);
    border-style: dashed;
    border-width: 4px;
}
.agentLoimg{
    position: static;
    margin: 0 auto;
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.agentLoimg img{
    width: 100%;
}
.agencyDTab{
    position: static;
    width: 15%;
    background-color: rgb(255, 206, 253);
    border-radius: 5px;
    margin: 0 auto;
    padding: 12px 22px 12px 22px;
    display: inline-table;
    margin-bottom: 25px;
    font-size: 13px;
    text-align: left;
}
.agencyDTab span{
    position: static;
    display: flex;
    font-size: 13px;
    text-align: center;
    width: 100%;
}
.dashBranket{
    position: static;
    width: 100%;
    background-color: rgb(233, 224, 224);
    padding: 10px 0px 0px 10px;
}
.dahsboardDesk{
    position: static;
    width: 78%;
    background-color: white;
    border-radius: 15px;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 35px;
}
.introGreetings{
    position: static;
    width: 58%;
    display: inline-table;
    padding: 0px 25px;
}
.settingAreaf{
    display: inline-table;
    width: 33%;
    text-align: right;
    position: static;
}

.setTab{
    position: static;
    width: auto;
    margin-left: 18px;
    display: inline-table;
    font-size: 15px;
    color: rgb(9, 119, 174);
    text-align: right;
    cursor: pointer;
}
.setTab a{
    font-size: 13px;
    text-decoration: none;
}
.introGreetings h3{
    position: static;
    font-size: 33px;
    color: rgb(21, 141, 185);
    margin-top: 22px;
    margin-bottom: 0px;
}
.introGreetings p{
    font-size: 19px;
    margin-top: 2px;
    margin-bottom: 0px;
    color: grey;
}
.lastLogin{
    font-size: 13px;
    color: rgb(147, 147, 152);
    width: auto;
    display: inline-table;
    margin-bottom: 35px;
}
.dashboardMeters{
    position: static;
    width: 100%;
    text-align: left;
    padding: 0px 25px 0px 25px;
}
.dashMeterTab{
    position: static;
    border-radius: 10px;
    color: white;
    width: 19%;
    background-color: rgb(9, 139, 190);
    padding: 20px;
    text-align: left;
    display: inline-table;
    margin-right: 20px;
    margin-bottom: 25px;
}
.dashMeterTab a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
}
.dashMeterTab span{
    font-size: 55px;
    color: white;
    display: flex;
}
.dashMeterTab i{
    font-size: 45px;
}










.dashMeterTabRed{
    position: static;
    border-radius: 10px;
    color: white;
    width: 19%;
    background-color: rgb(190, 9, 105);
    padding: 20px;
    text-align: left;
    display: inline-table;
    margin-right: 20px;
    margin-bottom: 25px;
}
.dashMeterTabRed a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
}
.dashMeterTabRed span{
    font-size: 55px;
    color: white;
    display: flex;
}
.dashMeterTabRed i{
    font-size: 45px;
}






.dashMeterTabGreen{
    position: static;
    border-radius: 10px;
    color: white;
    width: 19%;
    background-color: rgb(4, 155, 22);
    padding: 20px;
    text-align: left;
    display: inline-table;
    margin-right: 20px;
    margin-bottom: 25px;
}
.dashMeterTabGreen a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
}
.dashMeterTabGreen span{
    font-size: 55px;
    color: white;
    display: flex;
}
.dashMeterTabGreen i{
    font-size: 45px;
}






.dashMeterTabGrey{
    position: static;
    border-radius: 10px;
    color: white;
    width: 19%;
    background-color: rgb(154, 155, 154);
    padding: 20px;
    text-align: left;
    display: inline-table;
    margin-right: 20px;
    margin-bottom: 25px;
}
.dashMeterTabGrey a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
}
.dashMeterTabGrey span{
    font-size: 55px;
    color: white;
    display: flex;
}
.dashMeterTabGrey i{
    font-size: 45px;
}





.dashMeterTabGold{
    position: static;
    border-radius: 10px;
    color: white;
    width: 19%;
    background-color: rgb(173, 122, 3);
    padding: 20px;
    text-align: left;
    display: inline-table;
    margin-right: 20px;
    margin-bottom: 25px;
}
.dashMeterTabGold a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
}
.dashMeterTabGold span{
    font-size: 55px;
    color: white;
    display: flex;
}
.dashMeterTabGold i{
    font-size: 45px;
}










.dashMeterTabPink{
    position: static;
    border-radius: 10px;
    color: white;
    width: 19%;
    background-color: rgb(184, 14, 203);
    padding: 20px;
    text-align: left;
    display: inline-table;
    margin-right: 20px;
    margin-bottom: 25px;
}
.dashMeterTabPink a{
    text-decoration: none;
    color: white;
    font-size: 13px;
    cursor: pointer;
}
.dashMeterTabPink span{
    font-size: 55px;
    color: white;
    display: flex;
}
.dashMeterTabPink i{
    font-size: 45px;
}








.dashMeterTabYellow{
    position: static;
    border-radius: 10px;
    color: rgb(56, 50, 50);
    width: 19%;
    background-color: rgb(250, 243, 45);
    padding: 20px;
    text-align: left;
    display: inline-table;
    margin-right: 20px;
    margin-bottom: 25px;
}
.dashMeterTabYellow a{
    text-decoration: none;
    color: rgb(56, 50, 50);
    font-size: 13px;
    cursor: pointer;
}
.dashMeterTabYellow span{
    font-size: 55px;
    color: rgb(56, 50, 50);
    display: flex;
}
.dashMeterTabYellow i{
    font-size: 45px;
}





.dashMeterTabBlack{
    position: static;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    width: 19%;
    background-color: rgb(0, 0, 0);
    padding: 20px;
    text-align: left;
    display: inline-table;
    margin-right: 20px;
    margin-bottom: 25px;
}
.dashMeterTabBlack a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 13px;
    cursor: pointer;
}
.dashMeterTabBlack span{
    font-size: 55px;
    color: rgb(255, 255, 255);
    display: flex;
}
.dashMeterTabBlack i{
    font-size: 45px;
}


.tableReportFormat{
    position: static;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
    margin-bottom: 55px;
}

.tableReportFormat h3{
    font-size: 19px;
    margin-bottom: 15px;
    color: rgb(16, 131, 193);
    font-weight: lighter;
}
.tableReportFormat span{
    font-size: 12px;
    color: rgb(79, 69, 69);
}

table{
    position: static;
    z-index: 2;
    width: 96%;
    background-color: rgb(185, 215, 233);
    text-align: left;
    border-radius: 12px 12px 12px 12px;
    padding: 15px 5px 15px 5px;
    border-collapse: collapse;
    border-spacing: 0px;
}
th{
    background-color: rgb(47, 130, 178);
    color: white;
    padding: 8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
th, td{
    padding: 12px 13px;
}
td{
    text-align: left;
    font-size: 14px;
    color: rgb(3, 50, 107);
}
td a{
    text-decoration: none;
    color: rgb(3, 50, 107);
}
tr:nth-child(odd){
    background-color: #fdf7f7;
}
.pageTitle{
    position: static;
    width: 22%;
    font-size: 30px;
    padding: 12px 0px 10px 0px;
    margin-right: 20px;
    display: inline-table;
    text-align: left;
    vertical-align: top;
}
.pageTitle2{
    position: static;
    width: 90%;
    font-size: 30px;
    padding: 12px 0px 10px 0px;
    margin-right: 20px;
    display: inline-table;
    text-align: left;
    vertical-align: top;
}
.searchMyReport{
    position: static;
    text-align: right;
    display: inline-table;
    width: 71%;
    padding: 12px;
}
.serBox{
    position: static;
    display: inline-table;
    width: auto;
    text-align: right;
}
.serBox input{
    width: 70%;
    padding: 10px 18px 10px 18px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(26, 100, 174);
    border-radius: 6px;
}


.serBox3{
    position: static;
    display: inline-table;
    width: auto;
    text-align: right;
}
.serBox3 input{
    width: 70%;
    padding: 10px 18px 10px 18px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(26, 100, 174);
    border-radius: 6px;
}
.serBox4{
    position: static;
    display: inline-table;
    width: 75%;
    text-align: right;
}
.serBox4 input{
    width: 70%;
    padding: 10px 18px 10px 18px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(26, 100, 174);
    border-radius: 6px;
}

.serBox5{
    position: static;
    display: inline-table;
    width: 80%;
    text-align: right;
}
.serBox5 input{
    width: 70%;
    padding: 10px 18px 10px 18px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(26, 100, 174);
    border-radius: 6px;
}




.serBox label{
    display: flex;
}

.serBox2{
    position: static;
    display: inline-table;
    width: auto;
    text-align: right;
}

.serBox2 button{
    width: 100%;
    padding: 10px 18px 10px 18px;
    border-style: solid;
    border-width: 2px;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    border-color: none;
    background-color: rgb(19, 119, 142);
    cursor: pointer;
}

.previewMsg{
    position: static;
    border-style: solid;
    border-color: rgb(162, 220, 242);
    border-width: 2px;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    width: 90%;
}
.fromN{
    position: static;
    width: auto;
    margin-bottom: 10px;
    padding: 6px 20px 6px 20px;
    border-radius: 17px;
    background-color: rgb(226, 241, 246);
    transition: all 2s;
    cursor: pointer;
}
.fromN:hover{
    box-shadow: 3px 3px 22px grey;
}

.fromN span{
    margin-left: 15px;
    background-color: rgb(210, 215, 217);
    font-size: 14px;
    display: inline-table;
    padding: 5px 15px 5px 15px;
    border-radius: 100px;
}
.mnD{
    display: inline-table;
    width: 100px;
}
.msgBod{
    position: static;
    border-radius: 12px;
    border-style: solid;
    border-width: 2px;
    padding: 30px 20px 20px 20px;
    border-color: skyblue;
    line-height: 1.8;
    color: rgb(83, 87, 88);
    transition: all 2s;
    cursor: pointer;
}
.msgBod:hover{
    box-shadow: 3px 3px 9000px rgb(0, 0, 0);
}
.msgBod p{
    margin-top: 3px;
    margin-bottom: 4px;
}
.msgBod a{
    text-decoration: none;
    color: rgb(79, 72, 72);
}

.addNewPro{
    position: static;
    margin-top: 10px;
    background-color: rgb(9, 151, 179);
    color: white;
    padding: 10px 33px 10px 33px;
    text-align: center;
    width: auto;
    display: inline-table;
    font-size: 17px;
    border-radius: 8px;
    cursor: pointer;
}

.uploadNewRR{
    position: static;
    margin-bottom: 15px;
    width: 90%;
    padding: 25px;
    border-radius: 10px;
    transition: all 2s;
}
.uploadNewRR:hover{    
    box-shadow: 3px 3px 9000px rgb(0, 0, 0);
    border-style: solid;
    border-width: 2px;
    border-color: skyblue;
}
.newUplBox{
    padding: 12px;
    position: static;
    width: 30%;
}
.newUplBox3{
    padding: 12px;
    position: static;
    width: 25%;
    display: inline-table;
}
.BlogTxt{
    padding: 12px;
    position: static;
    width: 75%;
    display: inline-table;
}
.newUplBox4{
    padding: 12px;
    position: static;
    width: 10%;
    display: inline-table;
    margin-right: 10px;
}
.newUplBox2{
    padding: 12px;
    position: static;
    width: 34%;
}
.newUpbtn{
    padding: 12px;
    position: static;
    width: 34%;
    margin-top: 10px;
    text-align: left;
}
.newUplBox2 label{
    display: flex;
    font-size: 13px;
    margin-bottom: 5px;
}
.newUplBox4 label{
    display: flex;
    font-size: 13px;
    margin-bottom: 5px;
}

.newUplBox3 label{
    display: flex;
    font-size: 13px;
    margin-bottom: 5px;
}
.newUplBox input{
    width: 90%;
    padding: 12px 22px 12px 22px;
    color: rgb(58, 50, 50);
    font-size: 13px;
    border-radius: 8px;
    display: inline-table;
    border-style: solid;
    border-color: rgb(81, 162, 197);
    border-width: 2px;
    background-color: rgb(235, 241, 243);
    margin-bottom: 5px;
}
.newUplBox3 input{
    width: 100%;
    padding: 12px 22px 12px 22px;
    color: rgb(58, 50, 50);
    font-size: 13px;
    border-radius: 8px;
    display: inline-table;
    border-style: solid;
    border-color: rgb(81, 162, 197);
    border-width: 2px;
    background-color: rgb(235, 241, 243);
    margin-bottom: 0px;
}

.BlogTxt input{
    width: 100%;
    padding: 12px 22px 12px 22px;
    color: rgb(58, 50, 50);
    font-size: 13px;
    border-radius: 8px;
    display: inline-table;
    border-style: solid;
    border-color: rgb(81, 162, 197);
    border-width: 2px;
    background-color: rgb(235, 241, 243);
    margin-bottom: 0px;
}
.BlogTxt label{
    display: flex;
    font-size: 13px;
    margin-bottom: 5px;
}
.newUplBox4 input{
    width: 90%;
    padding: 12px 22px 12px 22px;
    color: rgb(58, 50, 50);
    font-size: 13px;
    border-radius: 8px;
    display: inline-table;
    border-style: solid;
    border-color: rgb(81, 162, 197);
    border-width: 2px;
    background-color: rgb(235, 241, 243);
    margin-bottom: 5px;
}
.newUplBox2 select{
    width: 90%;
    padding: 12px 22px 12px 22px;
    color: rgb(58, 50, 50);
    font-size: 13px;
    border-radius: 8px;
    display: flex;
    border-style: solid;
    border-color: rgb(81, 162, 197);
    border-width: 2px;
    background-color: rgb(235, 241, 243);
}
.newUplBox3 select{
    width: 90%;
    padding: 12px 22px 12px 22px;
    color: rgb(58, 50, 50);
    font-size: 13px;
    border-radius: 8px;
    display: flex;
    border-style: solid;
    border-color: rgb(81, 162, 197);
    border-width: 2px;
    background-color: rgb(235, 241, 243);
}

.newUplBox4 select{
    width: auto;
    padding: 12px 22px 12px 22px;
    color: rgb(58, 50, 50);
    font-size: 13px;
    border-radius: 8px;
    display: flex;
    border-style: solid;
    border-color: rgb(81, 162, 197);
    border-width: 2px;
    background-color: rgb(235, 241, 243);
}
.newUplBox label{
    display: flex;
    font-size: 13px;
    margin-bottom: 5px;
}

.newUpbtn button{
    width: auto;
    padding: 12px 22px 12px 22px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    border-radius: 8px;
    display: flex;
    border-style: none;
    border-width: 2px;
    background-color: rgb(183, 176, 153);
    text-align: center;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: inline-table;
    margin-right: 10px;
}
.newUpbtn2 button{
    width: auto;
    padding: 12px 22px 12px 22px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    border-radius: 8px;
    display: flex;
    border-style: none;
    border-width: 2px;
    background-color: rgb(220, 104, 32);
    text-align: center;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    display: inline-table;
    margin-right: 10px;
}
.headerHH{
    position: static;
    padding: 8px 22px 8px 22px;
    color: white;
    background-color: rgb(227, 182, 3);
    border-radius: 6px;
    font-size: 18px;
    margin-bottom: 17px;
}
.headerHH a{
    text-decoration: none;
    color: white;
}
.newUplBox2 span{
    display: inline-table;
    position: static;
    margin-right: 20px;
}
.errorH{
    color: red;
    font-size: 13px;
    margin-left: 15px;
}

.feaTT{
    position: static;
    display: inline-table;
    width: 70px;
    margin-right: 15px;
    border-radius: 10px;
    border-style: none;
    background-color: rgb(212, 226, 232);
    border-width: 2px;
    color: black;
    padding: 12px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 14px;
}
.feaTT i{
    margin-right: 10px;
}
.feaTT input{
    width: 90%;
    padding: 12px;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: skyblue;
}
.feaTT select{
    width: auto;
    padding: 12px;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: skyblue;
    background-color: white;
}
.feaTT label{
    display: flex;
}
.uploadNewRR h3{
    margin-left: 14px;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 10px;
}
.displYUploadIm{
    position: static;
    width: 98%;
    background-color: rgb(246, 246, 246);
    padding: 15px;
    border-radius: 15px;
    text-align: left;
}
.preimgta{
    position: static;
    display: inline-table;
    border-radius: 15px;
    width: 10%;
    margin-right: 10px;
    height: 100px;
}
.preimgta img{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.headmn{
    margin-top: 50px;
    font-size: 17px;
    margin-left: 10px;
}
.propDescribenn{
    position: static;
    width: 98%;
    padding: 15px;
    border-radius: 15px;
    margin-top: 25px;
}
.propDescribenn label{
    position: flex;
    font-size: 13px;
}
.propDescribenn textarea{
    width: 97%;
    padding: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: skyblue;
    border-radius: 10px;
    height: 200px;
    font-size: 17px;
}
.propertyVVideo{
    position: static;
    width: 98%;
    background-color: rgb(246, 246, 246);
    padding: 15px;
    border-radius: 15px;
    text-align: left;
    margin-top: 5px;
}
.ytbembed{
    border-radius: 15px;
    text-align: center;
    width: auto;
    display: inline-table;
}
.finalButtons{
    position: static;
    padding: 12px 22px 12px 22px;
    background-color: rgb(81, 147, 0);
    color: white;
    text-align: center;
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    text-decoration: none;
}
.finalButtons a{
    text-decoration: none;
    color: white;
}
.proPListed{
    position: static;
    width: auto;
    display: inline-table;
    margin-top: 5px;
    margin-bottom: 20px;
}
.proPListed ul{
    list-style: none;
}
.proPListed li a{
    padding-top: 8px;
    padding: 8px;
    line-height: 1.8;
    font-size: 16px;
    text-decoration: none;
    color: rgb(15, 101, 135);
}
.proPListed i{
    margin-left: 15px;
}
.proPListed span{
    font-size: 13px;
}
.proPListed i{
    font-size: 22px;
    color: rgb(128, 147, 128);
}
.publishBtn button{
    position: static;
    color: white;
    background-color: rgb(4, 123, 4);
    padding: 12px 22px 12px 22px;
    border-radius: 10px;
    border-style: none;
    cursor: pointer;
}
.uploadNewRR i{
    font-size: 30px;
}
.uploadNewRR h4{
    font-size: 20px;
    margin-top: 0px;
    color: green;
}
.warning{
    color: red;
}
.coverPrevi{
    position: static;
    width: 20%;
    overflow: hidden;
    height: 120px;
}
.coverPrevi img{
    width: 100%;
}

.divH{
    position: static;
    width: 86%;
    margin-top: 15px;
    font-size: 13px;
}
.divH i{
    font-size: 13px;
}
.divH span{
    font-size: 13px;
    margin-left: 5px;
}
.whatsappx{
    position: static;
    width: 19%;
    display: inline-table;
    color: rgb(0, 0, 0);
    background-color: greenyellow;
    font-size: 24px;
    border-radius: 30px;
    border-color: white;
    border-style: solid;
    padding: 5px;
    margin-top: 10px;
}

.callmex{
    position: static;
    width: 19%;
    display: inline-table;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-size: 24px;
    border-radius: 30px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    padding: 5px;
    margin-top: 10px;
}
.contactAgentForr{
    width: 100%;
}
.aghee{
    margin-bottom: 20px;
    position: static;
    text-align: center;
    font-size: 13px;
}
.dropReview{
    position: static;
    width: 15%;
    background-color: rgb(211, 223, 205);
    padding: 15px 33px 15px 33px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    color: rgb(24, 24, 24);
    font-size: 18px;
    margin-top: 22px;
    cursor: pointer;
    transition: all 3s;
}
.dropReview:hover{
    background-color: rgb(160, 189, 144);
    color: white;
}
.dropReview a{
    text-decoration: none;
}

.adminMenus{
    position: static;
    width: 95%;
    margin-bottom: 25px;
}
.adminMenus ul{
    list-style: none;
    display: flex;
}
.adminMenus ul li a{
    margin-right: 15px;
    background-color: rgb(232, 225, 225);
    padding: 6px 25px 6px 25px;
    border-radius: 6px;
    text-decoration: none;
    color: rgb(128, 122, 122);
    font-size: 13px;
    transition: all 1s;
}
.adminMenus ul li a:hover{
    color: rgb(255, 255, 255);
    background-color: grey;
}
.ddAva{
    position: static;
    width: 95%;
    padding: 15px;
    margin-bottom: 6px;
    text-align: left;
    cursor: pointer;
}
.ddAva:hover{
    border-radius: 12px;
    transition: all 3s;
}
.imgHHD{
    position: static;
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 12px;
    background-color: pink;
}
.imgHHD img{
    width: 100%;
}
.paraGGs{
    position: static;
    display: inline-table;
    width: 90%;
    font-size: 13px;
    margin-top: 4px;
    color: rgb(8, 101, 155);
}
.paraGGs p{
    margin-bottom: 3px;
}
.paraGGs span{
    font-size: 11px;
}
.hnRead{
    text-align: left;
    width: 90%;
    margin: 0 auto;
}
.hnRead h3{
    color: grey;
    font-size: 15px;
    font-weight: lighter;
    text-transform: uppercase;
}

.ourPartMM2{
    position: static;
    width: 100%;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
}
.ourPartMM2 h3{
    font-size: 35px;
    color: black;
    margin-bottom: 5px;
}
.ourPartMM2 span{
    font-size: 35px;
    color: rgb(72, 208, 4);
}
.ourPartMM2 p{
    margin-bottom: 5px;
}
.customerNames span{
    font-size: 13px;
    color: grey;
}
.delle{
    font-size: 13px;
    color: grey;
    margin: 8px;
    text-align: center;
}
.delle i{
    font-size: 15px;
    text-decoration: none;
}
.delle a{
    text-decoration: none;
}









































@media(max-width: 900px){

    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
    .sidebar li {
        border-style: none;
        border-color: none;
        border-radius: 0px;
    }

    .searchAreaD{
        width: 95%;
        margin-left: 5px;
        margin-right: 5px;
        margin: 0 auto;
        display: none;
    }
    .searBBox2{
        width: 10%;
    }
    .searBBox{
        width: 46%;
    }
    .filterBO{
        width: 10%;
    }
    .introGreetings{
        width: 90%;
    }
    .settingAreaf{
        width: 90%;
        margin-bottom: 30px;
    }
    .dahsboardDesk{
        width: 90%;
    }
    .dashMeterTab{
        width: 38%;
    }
    .listTabs{
        width: 40%;
        margin-top: 40px;
    }
    .listTabs a{
        text-decoration: none;
        color:rgb(69, 66, 66)
    }
    .subscribeArea input{
        width: 80%;
        border-radius: 100px;
        margin-top: 13px;
        margin-bottom: 5px;
    }
    .subscribeArea button{
        width: 95%;
        border-radius: 100px;
    }
    .searchMyReport{
        position: static;
        width: 90%;
        text-align: center;
        background-color: rgb(192, 221, 255);
    }
    .serBox4 input{
        width: 90%;
    }
    .serBox3 input{
        width: 90%;
    }
    .serBox3{
        margin-right: 20px;
    }
    .pageTitle{
        font-size: 22px;
    }
    .introGreetings h3{
        font-size: 22px;
    }
    .settingAreaf{
        text-align: right;
        margin-right: 0px;
        width: 97%;
    }
    .setTab{
        text-align: right;
    }
    .newUplBox4{
        width: 20%;
    }
    .newUplBox3{
        width: 100%;
    }
    .newUplBox4{
        width: 40%
    }
    .newUplBox4 select{
        width: 100%;
    }
    .headerHH{
        margin-bottom: 12px;
    }
    .newUpbtn{
        width: 90%;
    }
    .newUpbtn button{
        width: 100%;
    }
    .newUplBox{
        width: 40%;
    }
    .propDescribenn{
        width: 95%;
    }
    .propDescribenn textarea{
        width: 94%;
    }
    .newUpbtn button{
        margin-bottom: 10px;
        width: 100%;
    }
    .newUpbtn{
        width: 96%;
    }
    .preimgta{
        width: 17%;
    }
    .displYUploadIm{
        text-align: center;
    }
    .propertyVVideo{
        width: 95%;
        overflow: hidden;
    }
    .shareWth{
        margin-top: 20px;
        width: 100%;
        text-align: center;
        padding-right: 0px;
    }
    .shareWth i{
        font-size: 50px;
        margin-top: 15px;
        margin-right: 0px;
        margin-left: 20px;
    }
    .uploadNewRR{
        text-align: left;
    }
    .tableReportFormat table{
        width: 93%;
    }
    .searchProperty{
        width: 33%;
        opacity: 0.8;
    }
    .textBox select{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .textBox2 select{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .subtM button{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .slider{
        height: auto;
        padding-bottom: 20px;
    }
    .briefServ{
        padding: 12px;
    }
    .servTab{
        width: 16%;
        margin-left: 15px;
        margin-right: 15px;
    }
    .servTab a{
        text-decoration:none;
    }
    .servTab h3{
        text-decoration: none;
    }
    .servTab p{
        text-decoration: none;
    }
    .featuredHOlder{
        padding: 3px;
        padding-top: 30px;
        margin-right: 0px;
    }
    .BigHFeatured{
        width: 90%;
        margin-bottom: 10px;
    }
    .sideBFeatured{
        width: 95%;
        padding-left: 0px;
    }
    .smallFeaturedD{
        width: 94%;
    }
    .Prike{
        display: flex;
        font-size: 33px;
        width: 250px;
    }
    .Prike span{
        font-size: 15px;
    }
    .PIOD{
        font-size: 18px;
    }
    .partnerTab{
        width: 15%;
        margin-top: 10px;
    }
    .bigDestinationP{
        width: 95%;
        height: auto;
    }
    .destinationNM{
        margin-top: 40px;
    }
    .smallDestinationPL{
        width: 26%;
    }
    .reviewTab{
        width: 40%;
    }
    .abtImage{
        width: 98%;
        padding: 5px;
        padding-top: 0px;
    }
    .aboutInfo{
        width: 94%;
    }
    .aboutInfo button{
        font-size: 19px;
    }
    .contactFORMS{
        width: 90%;
    }
    .ffBox{
        width: 90%;
    }
    .signLogin{
        width: 50%;
    }
    .sideBarDescribeArea{
        width: 100%;
    }
    .shareAreas span{
        font-size: 12px;
        display: flex;
        text-align: right;
        display: inline-table;
    }
    .shareAreas{
        width: 80%;
        text-align: right;
        text-align: center;
    }
    .shareAreas i {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
.shareWth{
    width: 80%;
    text-align: left;
}
.shareWth span{
    margin-right: 15px;
}
.shareWth i{
    font-size: 36px;
    cursor: pointer;
    color: rgb(11, 102, 139);
}
.PropertyDetailsArea{
    width: 92%;
    margin-right: 4px;
}
.navExpo h3{
    font-size: 17px;
    margin-bottom: 10px;
}
.navExpo{
    margin-bottom: 15px;
}
.imageSliderPreview{
    height: auto;
}
.thumbNailImg{
    width: 15%;
}
.propertyPrice{
    width: 80%;
    margin-bottom: 20px;
}
.propertySpecification{
    width: 90%;
    text-align: centere;
}
.propertySpecification span{
    margin-top: 20px;
}
.propertySpecification i{
    margin-top: 10px;
}
.ProperTyAdd{
    position: static;
    width: 80%;
}
.addreg{
    width: 80%;
}
.arrgB{
    width: 90%;
}
.reportPropTab{
    width: 90%;
    margin-top: 10px;
}
.favYes{
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
.subscribeBtn{
    width: 90%;
    margin-top: 15px;
}
.compName{
    font-size: 12px;
    font-weight:bold;
}
.compName p{
    color: grey;
    font-size: 13px;
}
.enqBxo2 button{
    font-size: 13px;
}
.enqBxo2 i{
    font-size: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.agentPhone{
    font-size: 14px;
    height: auto;
}
.agentPhone i{
    margin-bottom: 0px;
}
.agentWhatsApp i{
    margin-bottom: 0px;
}
.propertyPrice{
    font-size: 25px;
}
.featuredHOlder h3{
    font-size: 24px;
}
.agencyDTab span{
    font-size: 15px;
}
.coverPrevi{
    position: static;
    width: 97%;
}
.coverPrevi img{
    width: 100%;
}




.signIn{
    padding: 6px 14px 6px 14px;
    border-radius: 300px;
    border-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 150px;
    transition: all 0.6s;
    text-align: left;
}
.signIn:hover{
    background-color: rgb(241, 42, 158);
    color: white;
}
.signIn a{
    padding: none;
}
.sidebar{
    width: 25%;
}
.compLogos{
    width: 100%;
}
.dropReview{
    width: 200px;
    margin: 0 auto;
}
.smallFFimg{
    width: 40%;
}
.smallBlog{
    width: 50%;
}

}
























@media(max-width: 430px){

    *{
        padding: 0px;
        margin: 0px;
        overflow-x: hidden;
    }

    
    .dashMeterTab{
        width: 78%;
    }
    .listTabs{
        width: 80%;
    }
    .compHeaderJ{
        width: 90%;
    }
    .hotlinksHd{
        width: 40%;
        margin-top: 35px;
    }
    .ourServ{
        width: 50%;
    }
    .subscribeArea{
        width: 90%;
        margin-top: 35px;
    }
    .subscribeArea input{
        width: 65%;
        display: inline-table;
    }
    .subscribeArea button{
        width: 25%;
    }
    .searBBox2{
        width: auto;
        background-color: palegoldenrod;
    }
    .searBBox{
        width: 50%;
        background-color: palegoldenrod;
        border-radius: 8px;
    }
    .searBBox2 button{
        width: auto;
        display: inline-table;
    }
    .filterBO{
        width: auto;
        display: inline-table;
    }
    .introGreetings h3{
        font-size: 17px;
    }
    .introGreetings p{
        font-size: 15px;
    }
    .settingAreaf{
        width: 90%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .pageTitle{
        margin-top: 15px;
        width: 90%;
        font-size: 18px;
    }
    .pageTitle2{
        margin-top: 15px;
        width: 90%;
        font-size: 18px;
    }
    .serBox3{
        width: 90%;
    }
    .serBox3 input{
        margin-bottom: 10px;
    }
    .searchMyReport{
        width: 82%;
        padding: 6px;
        text-align: left;
    }
    .serBox input{
        margin-bottom: 10px;
    }
    .tableReportFormat h3{
        font-size: 16px;
    }
    .addNewPro{
        display: flex;
        margin-top: 30px;
        margin-bottom: 15px;
        text-align: center;
    }
    .addNewPro i{
        margin-right: 10px;
    }
    .addNewPro a{
        text-decoration: none;
    }
    .listTabs{
        width: 84%;
        margin-right: 0px;
    }
    .sidebar{
        width: 85%;
    }
    .searchProperty{
        width: 70%;
    }
    .briefServ{
        margin-top: 210px;
    }
    .servTab{
        width: 60%;
    }
    .smallFeaturedD{
        width: 90%;
    }
    .smallFFimg{
        width: 100%;
    }
    .smallDestinationPL{
        width: 90%;
    }
    .reviewTab{
        width: 90%;
    }
    .slider{
        width: 100%;
    }
    .displayedItems{
        width: 100%;
    }
    .signLogin{
        width: 85%;
        margin: 0 auto;
        padding: 20px;
    }
    .txtDiv{
        width: 95%;
    }
    .logo img{
        width: 50%;
    }
    .destinationNM{
        width: 70%;
    }
    .introGreetings h3{
        font-size: 30px;
    }
    .introGreetings p{
        font-size: 14px;
    }
    .footerImg{
        width: 100%;
    }
    .adminMenus{
        width: 100%;
        position: static;
        display: none;

    }
    .adminMenus ul{
        width: 100%;
    }
    .adminMenus li a{
        position: static;
        width: 100%;
        display: inline-table;
    }
    .despHo{
        width: 90%;
        margin-top: 6px;
    }
    .hotlinksHd{
        width: 90%;
        margin-top: 40px;
    }
    .ourServ{
        width: 90%;
        margin-top: 40px;
    }
    .dashBranket{
        padding: 0px;
        margin: 0px;
    }
    .dahsboardDesk{
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .dashboardMeters{
        padding: 4px;
    }
    .uploadNewRR{
        padding: 0px;
    }
    .headerHH{
        border-radius: 0px 0px 0px 0px;
        margin: 0px;
        width: 100%;
    }
    .newUplBox3{
        width: 100%;
    }
    .newUplBox3 input{
        width: 100%;
        font-size: 17px;
    }
    .newUplBox3 select{
        width: 100%;
        font-size: 17px;
    }
    .newUplBox4{
        width: 100%;
    }
    .newUplBox4 input{
        width: 100%;
        font-size: 17px;
    }
    .newUplBox4 select{
        width: 100%;
        font-size: 17px;
    }
    .newUplBox{
        width: 100%;
    }
    .newUplBox input{
        width: 100%;
        font-size: 17px;
    }
    .newUplBox select{
        width: 100%;
        font-size: 17px;
    }
    .newUpbtn{
        width: 100%;
    }
    .agencyDTab{
        width: 100%;
    }

}