.eden-description.dr-world {
    padding-left: 100px;
}
a.btn.btn-blue.get-touch-btn.font-14 {
    font-size: 16px;
}

.property_heading_container {
    margin-top: 0px;
}


.sticky nav.navbar.navbar-inverse {
    height: 50px;
}
.sticky nav.navbar.navbar-inverse .navbar-nav>li>a {
    line-height: 4 !important;
}

.sticky .navbar-brand>img {
    width: 50px !important;
}

div#location {
    padding-top: 60px;
}

@media(min-width:320px) and (max-width:767px){
	li.mobile-shw {
    display: block;
}
li.mobile-shw a {
    font-size: 15px !important;
}
.eden-description.dr-world {
    padding-left: 0px;
}
.d-none {
    display: block;
}
div#myNavbar3 {
    background: #fff;
}
}
/* from here extra css is added */

.navbar-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.both_logos{
    display: flex;
    flex-direction: row;
    
}

/* .jain_group_logo{
 position: relative;
 left: 10%;
}
.project_logo{
    position: relative;
    left: 65%;
} */
/* #sp-header .navbar-brand>img {
    transform: scale(1.5);
} */

.landing_logo{
    transform: scale(1.5);
}


@media (min-width: 820px) and (max-width: 820px) and (min-height: 1180px) and (max-height: 1180px){
    .both_logos{
        /* border: 1px solid red; */
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }
}

@media (min-width: 853px) and (max-width: 853px) and (min-height: 1280px) and (max-height: 1280px) {
    .both_logos{
        /* border: 1px solid red; */
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }
  }

  /* for all kind of mobile device */
  /* ******************************************************************************** */
  /* test media queries */

  /* For Desktop View */
@media screen and (min-width: 1024px) {
    .both_logos{
        width: 25vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }
    /* /* .jain_group_logo{
        position: relative;
        left: 10%;
    } */
    /* .project_logo{
        
    } */
}
 
/* For Tablet View */
@media screen and (min-device-width: 768px) 
    and (max-device-width: 1024px) {
        .both_logos{
            /* border: 1px solid red; */
            width: 100vw;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-direction: row;
        }
}
 
/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) 
    and (orientation: portrait) {
        .both_logos{
            /* border: 1px solid red; */
            width: 100vw;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-direction: row;
        }
}
 
/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) 
    and (orientation: landscape) {
        .both_logos{
            /* border: 1px solid red; */
            width: 100vw;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-direction: row;
        }
}
 
/* For Mobile Phones Portrait or Landscape View */
@media screen
    and (max-device-width: 640px) {
        .both_logos{
            /* border: 1px solid red; */
            width: 100vw;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-direction: row;
        }
}
 
/* For iPhone 4 Portrait or Landscape View */
@media screen and (min-device-width: 320px) 
    and (-webkit-min-device-pixel-ratio: 2) {
        .both_logos{
            /* border: 1px solid red; */
            width: 100vw;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-direction: row;
        }
}
 
/* For iPhone 5 Portrait or Landscape View */
@media (device-height: 568px) 
    and (device-width: 320px) 
    and (-webkit-min-device-pixel-ratio: 2) {
        .both_logos{
            /* border: 1px solid red; */
            width: 100vw;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-direction: row;
        }
}
 
/* For iPhone 6 and 6 plus Portrait or Landscape View */
@media (min-device-height: 667px) 
    and (min-device-width: 375px) 
    and (-webkit-min-device-pixel-ratio: 3) {
        .both_logos{
            /* border: 1px solid red; */
            width: 100vw;
            display: flex;
            align-items: center;
            justify-content: space-around;
            flex-direction: row;
        }
};
/* ****************************************************************************************** */
/* this is for devices which are between desktop and tablets */
/* Small Tablets (600px - 767px) */
@media (min-width: 600px) and (max-width: 767.98px) {
    /* Your styles for small tablets */
    .both_logos{
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }
  }
  
  /* Tablets (768px - 991px) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    /* Your styles for tablets */
    .both_logos{
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }
  }
  
  /* Large Tablets and Small Laptops (992px - 1199px) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
    /* Your styles for large tablets and small laptops */
    .both_logos{
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }
    #sp-header #jain_group{
        margin-right: 20%;
    }
    #sp-header #dwc{
        padding-left: 20%;
    }
  }
  
  /* Laptops and Small Desktops (1200px - 1439px) */
  @media (min-width: 1200px) and (max-width: 1439.98px) {
    /* Your styles for laptops and small desktops */
    .both_logos{
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    }
    #sp-header #jain_group{
        margin-right: 20%;
    }
    #sp-header #dwc{
        padding-left: 20%;
    }
  }
  
  /* Desktops (1440px and up) */
  /* @media (min-width: 1440px) {
    /* Your styles for desktops */
    /* .both_logos{
        width: 100vw;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row;
    } */
  
  .navbar-nav {
    background-color: white;
  }