

@import url('https://fonts.googleapis.com/css?family=Montserrat|Nunito|Poppins&display=swap');

body{
/*animation: 1s ease-out 0s 1 slideInFromLeft;*/
  animation: fadeIn 2s;
}

html {
  scroll-behavior: smooth;
}
@keyframes fadein {
  from { opacity: 0}
  to   { opacity: 1}
}



dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0px;
}
/* button */

/* margin top */
.mt-20 {
    margin-top: 20px !important; 
}
.mt-30 {
    margin-top: 30px !important; 
}
.mt-40 {
    margin-top: 40px !important; 
}
.mt-50 {
    margin-top: 50px !important; 
}
.mt-60 {
    margin-top: 60px !important; 
}
.mt-70 {
    margin-top: 70px !important; 
}
.mt-80 {
    margin-top: 80px !important; 
}
.mt-90 {
    margin-top: 90px !important; 
}
.mt-100 {
    margin-top: 100px !important; 
}
/* padding top */
.pt-30 {
    padding-top: 30px !important; 
}
.pt-40 {
    padding-top: 40px !important; 
}
.pt-50 {
    padding-top: 50px !important; 
}
.pt-60 {
    padding-top: 60px !important; 
}
.pt-70 {
    padding-top: 70px !important; 
}
.pt-80 {
    padding-top: 80px !important; 
}

.pb-20 {
    padding-bottom: 20px !important; 
}
.pb-30 {
    padding-bottom: 30px !important; 
}
.pb-40 {
    padding-bottom: 40px !important; 
}
.pb-50 {
    padding-bottom: 50px !important; 
}
.pb-60 {
    padding-bottom: 60px !important; 
}
.pb-70 {
    padding-bottom: 70px !important; 
}
.pb-80 {
    padding-bottom: 80px !important; 
}
.np{
    padding:0px;
}

a {
    color: #f58d38;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.btn-home_2 {
    color: white;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0px;
    padding: 10px 38px;
    transition: .3s all ease;
}

.btn-home_2:hover {    
     background: #f68e39;
    color:white;
      border: 2px solid #f68e39;
}

.btn-home {
    color: black;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #013162;
    border-radius: 0px;
    padding: 10px 38px;
    transition: .3s all ease;
}
.btn-home:hover{
        background: #f68e39;
    color:white;
      border: 2px solid #f68e39;
}

section {
width:100%;
float:left;
    padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    background: #f9f9f9;
    font-weight: normal;
    overflow-x: hidden;
}
	
p {
   font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #000;
    display: block;
    margin: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
font-family: 'Poppins', sans-serif;
}

.menu_close {
    color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}



.menu-overlay {
    background-color: #000000;
    color: #fffff;
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
    transition: opacity 0.2s ease-in-out;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.prompt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

nav {
    position: absolute;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-align: center;
}

ul {
    list-style: none;
    padding: 0;
    display: inline-block;
    position: relative;
    margin: 25px;
}

ul.one {
  width:87.563%;
}
        



.display-inline {
    display: inline-block;
    margin: 0 10px 0 10px;
}


        ul.one li a {
    color: white;
    text-decoration: none;
}

    


.big_header {

    width: 100%;
    position: relative;
}



.swiper-slide {

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;

    }
.main_slider_slide{
             background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
            min-height: 900px;
}

.main_slider_slide::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(252, 234, 205, 0.3215686274509804), rgb(0, 91, 85) 62% );
    top: 0;
    z-index: 0;
}
    .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
    }
    .swiper-pagination-bullet-active {
      color:#fff;
      background: #007aff;
    }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    right: 0 !important;
    left:auto !important;
    width: 100px;
    display: flex;
    flex-direction: column;
    height: 100%;
    place-content: center;
    place-items: center;
}
.swiper-pagination-bullet-active {
    color: #000 !important;
    background: #fceacd !important;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    opacity: 1;
    background: rgb(4, 87, 79);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 4px;
    position: relative;
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: transparent;
    max-height: 100px;
    padding: 0rem 1rem;
}

.navbar .logo {
    width: 160px;
    height: auto;
    position: relative;
}
.navbar .logo a {
    display: block;
    background: #fff;
    padding: 10px;
}
.navbar .logo img{
    width:100%; 
}
.navbar_inner {
    width: 100%;
    height: auto;
    display: flex;
    place-content: space-between;
    place-items: center;
}
.nav_link{
    
}
.nav_link ul {
    list-style: none;
    margin-bottom: 0px;
}
.nav_link ul li {
    display: inline-flex;
    margin: 0px 30px;
    position: relative;
}
.nav_link ul li a {
    color: #fceacd;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    text-decoration: none;
}

.toggle_menu {
    width: 60px;
    height: 60px;
    background: #153e3c;
    position: relative;
    display: flex;
    place-content: center;
    place-items: center;
    cursor: pointer;
}
.toggle_menu span {
    width: 5px;
    height: 5px;
    background: white;
    float: left;
    position: absolute;
    transition: .3s all ease;
}
.toggle_menu span:nth-child(1) {
    left: 15px;
    top: 15px;
}
.toggle_menu span:nth-child(2) {
    left: 15px;
    top: 28px;
}

.toggle_menu span:nth-child(3) {
    right: 15px;
    top: 28px;
}
.toggle_menu span:nth-child(4) {
    bottom: 15px;
    left: 15px;
}
.toggle_menu span:nth-child(5) {
    bottom: 15px;
    left: 28px;
}
.toggle_menu span:nth-child(6) {
    bottom: 15px;
    right: 15px;
}
.toggle_menu span:nth-child(7) {
    top: 28px;
}
.toggle_menu span:nth-child(8) {
    top: 28px;
}
.toggle_menu span:nth-child(9) {
    top: 28px;
    right: 15px;
}

.toggle_menu:hover span:nth-child(8){
    top:15px;
}
.toggle_menu:hover span:nth-child(9){
    top:15px;
}

.contact_box {
    width: 300px;
    height: 192px;
    background: white;
    float: left;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    right: 0px;
    padding: 30px 30px;
}

.contact_box h4 {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.contact_box ul {
    list-style: none;
    margin: 0px;
}
.contact_box ul li {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}



.contact_box ul li i {
    color: #005b55;
    padding-right: 5px;
}



#mouse-scroll {
  style: block;
}
#mouse-scroll {
    position: absolute;
    margin: auto;
    left: 50%;
    border: 80px;
    -webkit-transform: translateX(-50%);
    z-index: 9999;
    bottom: 25px;
}
#mouse-scroll span{
  display: block;
  width: 5px; 
  height: 5px;
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
       transform: rotate(45deg);
       transform: rotate(45deg);
  border-right: 2px solid #fff; 
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}
#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}
#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}
#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite:
}
#mouse-croll .down-arrow-1 {
   -webkit-animation-delay: .1s; 
   -moz-animation-delay: .1s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s; 
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
   -webkit-animation-delay: .3s;
   -moz-animation-dekay: .3s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block; 
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}
#mouse-scroll .mouse-in {
 -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
     opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  } 
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}












.slider_caption {
    position: relative;
    z-index: 444;
    width: 50%;
    padding-left: 150px;
}

.slider_caption h2{
    color:white;
    font-size: 5rem;
    font-weight: 800;
}
.slider_caption h6 {
    margin: 0px;
    background: #fceacd;
    padding: 6px;
    width: 300px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    color: #074643;
}


.btn-button {
    background: #153e3c;
    color: #fceacd;
    text-transform: unset;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0px;
    padding: 18px 50px;
    transition: .3s all ease-in-out;
}

.btn-button i{
    padding-left: 10px;
}

.btn-button:hover, .btn-button:focus{
    background: #fceacd;
    color:#153e3c;
}




.side_img_lw {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* min-height: 880px; */
    background-image: url(../images/Real_Estate_-Law.jpg);
    position: absolute;
    height: 100%;
}

.side_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
      position: absolute;
    height: 100%;
}
.services_index {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;
}
.side_ribben {
    writing-mode: tb-rl;
    display: flex;
    place-content: flex-end;
    place-items: center;
    background: #fceacd;
    padding-bottom: 70px;
}
.side_ribben a {
    color: #074643;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
    text-decoration: none;
}
.side_ribben a i {
    transform: rotate(90deg);
}

.ser_col {
    padding: 100px;
}

.ser_col h5 {
    color: #005b55;
    font-weight: 800;
    line-height: 22px;
    font-size: 16px;
}
.ser_col h2 {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 4rem;
    padding-bottom: 40px;
}
.ser_col p {
    font-size: 16px;
    padding-bottom: 50px;
}

.prop{
  position: relative;
}
.prop::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0  ;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.87);
}

.prop_box_title {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    place-content: center;
    position: relative;
    background: rgba(0, 91, 85, 0.81);
    padding: 25px;
}

.prop_box{
    background-image: url(../images/img-8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  padding: 0px;
}
.prop_box_title h4 {
    color: white;
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 1.7rem;
}


.prop_box_title h4 strong {
    font-weight: bolder;
    font-weight: 800;
    color: #fceacd;
  font-size: 2rem;
}

.prop_box_title p {
    color: white; 
    font-size: 13px;
 
}

.plus_box {
    width: 80px;
    height: 80px;
    background: #fceacd;
    display: flex;
    place-content: center;
    place-items: center;
    position: absolute;
    right: -42px;
    top: 50px;
}

.prop_image {
    position: relative;
    transition: .3s all ease;
    width: 100%;
    float: left;
}

.hover_detail {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(21, 62, 60, 0.82);
    width: 100%;
    height: 100%;
    display: flex;
    place-content: center;
    place-items: center;
    flex-direction: column;
    text-align: center;
    opacity: 1;
    transition: opacity .3s ease;
    padding: 36px;
}


.hover_detail p {
    color: #fceacd;
    font-weight: 800;
    /* text-transform: uppercase; */
    font-size: 20px;
    padding-bottom: 10px;
}
.hover_detail p:nth-child(2) {
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
      font-weight: normal;
}
.prop_image:hover .hover_detail{
  opacity: 1;
}
.mt-10{
  margin-top: 7rem;
}
.title_sec {
    padding-top: 25px;
}
.title_sec h4 {
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 10px;
}
.title_sec p {
    font-size: 12px;
    font-weight: 800;
    color: black;
}

.text_content__title_insure {
    padding: 30px 1px;
    text-align: justify;
}
.flex_item-center {
    align-items: center;
    display: flex;
}
.img__title_insure {
    background-image: url(../images/title_insurance.jpg);
    background-position: center;
    width: 100%;
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.small_title {
    font-size: 24px;
    font-weight: 800;
    color: #153e3c;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #bdbdbd;
}
.content_title_insure__ p {
    font-size: 18px;
    padding-bottom: 25px;
    color: #a2a2a2;
}
.__color_black {
    color: black !important;
    text-decoration: underline;
}

.get-quote.default-form {
    padding: 50px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 22px .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none !important;
}
select.form-control:not([size]):not([multiple]) {
    height: auto !important;
    /* color: red; */
}
.map {
    width: 100%;
    height: 100%;
    position: absolute;
}
.col_1_contact {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.col_1_contact h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 800;
    color: #153e3c;
}

.logo_area_footer {
    display: flex;
    place-items: flex-start;
    place-content: center;
}
.logo_footer {
    width: 150px;
    background: #f9f9f9;
    padding: 10px;
}footer {
    width: 100%;
    float: left;
    background: #153e3c;
}

.bottom_ribben {
    text-align: center;
    color: #b1b1b1;
    width: 100%;
    float: left;
    padding: 40px 0px 20px 0px;
    font-size: 12px;
    letter-spacing: 1px;
}

.social-links a {
    background: #fceacd;
    margin: 0 30px;
    width: 50px;
    height: 50px;
    display: flex;
    place-content: center;
    place-items: center;
    border-radius: 50%;
    text-decoration: none;
    color: #153e3c;
    font-size: 25px;
}
.social-links a i{

}
.social-links {
    width: 100%;
    float: left;
    text-align: center;
    min-height: 100px;
    display: flex;
    place-content: center;
    place-items: center;
}
.page_header {
    width: 100%;
    float: left;
    height: 346px;
    background: url(../images/Real_Estate_-Law.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.page_header::after {
    content: "";
    background: rgba(21, 62, 60, 0.8705882352941177);
    width: 100%;
    height: 100%;
    position: absolute;
}

.pr_adv img {
    width: 100%;
    border-radius: 50%;
    width: 400px;
    margin: 50px auto;
    display: block;
}

.pr_adv ul{
    list-style: none;
    padding-left: 0px;
    margin:0px;
    text-align: center;
    
} 
.__new_to {
    background-image: url(../images/sale_home.jpg);
    background-position: center;
    width: 100%;
    min-height: 540px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_nav {
    width: 100%;
    text-align: center;
}

.footer_nav ul {
    list-style: none;
    /* place-content: center; */
}

.footer_nav ul li {
    display: inline-block;
    padding: 0px 10px;
}

.footer_nav ul li a{
 text-decoration: none;   
}



.footer_nav ul li a:hover,.footer_nav ul li a:active,.footer_nav ul li a:focus {
    text-decoration: none;
    color: #fceacd;
}



/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (max-width: 1680px) {
.slider_caption {
    position: relative;
    z-index: 444;
    width: 70%;
    padding-left: 150px;
}
    
}

@media (max-width: 1440px) {
    .slider_caption {
    width: 50%;
    padding-left: 25px;
}
        .slider_caption h2 {
    font-size: 4rem;
}
}

@media (max-width: 1366px) {
.slider_caption {
    width: 50%;
    padding-left: 25px;
}
    .slider_caption h2 {
    font-size: 4rem;
}
    .main_slider_slide {
    min-height: 767px;
}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
 .slider_caption h2 {
    font-size: 3rem;
}
    .ser_col h2 {
    font-size: 3rem;
}
    .ser_col {
    padding: 66px 15px 66px;
}
  .get-quote.default-form {
    padding: 15px;
}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .slider_caption {
    position: relative;
    z-index: 444;
    width: 70%;
    padding-left: 150px;
}
.ser_col {
    padding: 15px;
}
    .ser_col h2 {
    font-size: 2rem;
        padding-bottom: 5px;
}
    .ser_col p {
    font-size: 14px;
    padding-bottom: 2px;
}
  
    .side_ribben {
    display: none;
}
    .map {
    position: static !important;
    min-height: 400px !important;
}
    .side_img_lw{
          position: static;
    min-height: 500px;
    }
    .side_img {
    position: static;
    min-height: 500px;
    margin-top: 35px;
}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (max-width: 768px)  {
  .nav_link {
    display: none !important;
}
.prop_image {
    position: relative;
    transition: .3s all ease;
    width: 100%;
    float: left;
    min-height: 470px;
    overflow: hidden;
}
    .prop_image img{
        transform: scale(5);
    }
    .contact_detail_box {
    padding-left: 51px;
}
  
    .slider_caption {
    width: 90%;
    padding-left: 20px;
}
    .ser_col {
    margin-top: 40px;
}
     .row{
        margin: 0px;
    }
    .prop_box_title {
    min-height: 260px;
    padding: 25px;
}
    .prop_box {
    margin-bottom: 45px;
}

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
 .side_ribben {
    display: none !important;
}
    .row{
        margin: 0px;
    }
        .map {
    width: 100%;
    height: 100%;
    position: relative;
}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
     .row{
        margin: 0px;
    }
  
  .side_ribben {
    display: none !important;
}
.ser_col h2 {
    font-size: 25px;
    padding-bottom: 20px;
}
    .ser_col {
    padding: 10px;
}
    .plus_box {
    right: 0;
}
  .get-quote.default-form {
    padding: 5px;
}
    .contact_detail_box {
    padding-left: 9px;
    padding-top: 40px;
}
    .map {
    width: 100%;
    height: 100%;
    position: relative;
}
        .side_img_lw{
          position: static;
    min-height: 500px;
    }
    .side_img {
    position: static;
    min-height: 500px;
    margin-top: 35px;
}
    .contact_box {
    width: 100%;
    height: 192px;
    background: white;
    float: left;
    position: static;
    bottom: 0px;
    z-index: 9;
    right: 0px;
    padding: 30px 30px;
}
    .slider_caption h2 {
    font-size: 2rem;
}
    .main_slider_slide{
            min-height: 670px;
}
    section {
    width: 100%;
    float: left;
    padding: 50px 0;
    }
    .ser_col p {
    font-size: 13px;
    padding-bottom: 23px;
    text-align: justify;
}
    .hover_detail p:nth-child(2) {
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: normal;
}
    .hover_detail {
    padding: 15px;
}
        
    
.prop_image {
    min-height: 370px;
}
    p{
        font-size: 13px;
    }
    .social-links a {
    background: #fceacd;
    margin: 0 7px;
    }
}






@media screen and (max-width: 400px) {
 
}
@media screen and (min-width: 400px) {

}

@media screen and (min-width: 800px) {

}

@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1280px) {

}
@media screen and (min-width: 1400px) {

}