
p {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 16px;
    color: #70778a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: var(--font-family-heading);
    margin: 0 0 25px 0;
    color: #212121;
}
h1,
h2 {
    line-height: 40px;
}
h3,
h4,
h5,
h6 {
    line-height: 30px;
}
h1 {
    font-size: 47px;
    line-height: 50px;
}
@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 32px;
        line-height: 42px;
    }
}
h2 {
    font-size: 39px;
    line-height: 44px;
}
h3 {
    font-size: 33px;
    line-height: 36px;
}
h4 {
    font-size: 27px;
    line-height: 32px;
}
h5 {
    font-size: 23px;
    line-height: 28px;
}
h6 {
    font-size: 19px;
    line-height: 24px;
}

a{
    text-decoration:none !important;
}
.book-your-visit{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.listing--button{
    background: #009343;
    padding: 10px 15px 10px 15px;
    border-radius: 50px;
    display:block;
    margin-left:auto;
    width:fit-content;
    
}
a.listing--btn{
    color:#fff;
    font-weight:600;
}
button.navbar-toggler {
    background: #fff;
}


/*=======================================================================
3. Bootstrap Overwrite
=========================================================================*/

/*------------------- 5.3 Footer -------------------*/

.navbar-expand-lg .navbar-collapse{
    display:flex;
    justify-content:center;
}
.footer-top {
    padding: 100px 0px;
}
@media only screen and (max-width: 991px) {
    .footer-top {
        padding: 70px 0px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-top {
        padding: 50px 0px;
    }
   
}
.footer-top-style {
    background-image: url("img/blog/footer-bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 82px 0px 65px;
}
.footer-top-style:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(14, 46, 80, 0.92);
    bottom: 0;
    left: 0;
    z-index: -1;
}
@media only screen and (max-width: 991px) {
    .footer-top-style {
        padding: 70px 0px;
    }
    .navbar-collapse {
      position: absolute;
      top:100%;
      left: 0;
      right: 0;
      z-index: 1050;
      background:#fff;
      text-align:center;
    }
    
    .navbar-collapse.collapse {
      transition: transform 0.3s ease-in-out;
    }
    
    .navbar-collapse.show {
      display: block !important;
    }
    .listing-item-text{
        display:none;
    }
    
}
@media only screen and (max-width: 575px) {
    .footer-top-style {
        padding: 50px 0px;
    }
}
@media only screen and (max-width: 767px) {
    
    .footer-logo-area {
        margin-bottom: 24px;
    }
}
.footer-logo-area .item-logo {
    margin-bottom: 22px;
}
.footer-logo-area p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 27px;
}
@media only screen and (max-width: 1199px) {
    .footer-logo-area p {
        margin-bottom: 20px;
        padding-right: 0px;
    }
}
.footer-logo-area .item-social ul li {
    display: inline-block;
}
.footer-logo-area .item-social ul li a {
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    background-color: var(--rt-primary-color);
    font-size: 16px;
    border: none;
    border-radius: 4px;
    width: 41px;
    height: 39px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.footer-logo-area .item-social ul li a i {
    transition: all 0.3s ease-in-out;
}
.footer-logo-area .item-social ul li a:hover {
    background-color: #ed1f25;
}
.footer-logo-area .item-social ul li a:hover i {
    -webkit-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;
}
.footer-logo-area-2 p {
    color: #c8d3de;
}
.footer-logo-area-2 .item-social ul li a {
    background-color: rgba(149, 165, 183, 0.15);
}
.footer-title {
    position: relative;
}
.footer-title:after {
    content: "";
    height: 4px;
    width: 31px;
    background-color: var(--rt-primary-color);
    border: none;
    border-radius: 10px;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.footer-title h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 50px;
}
.footer-title-style2 h3 {
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    .footer-link {
        margin-bottom: 20px;
    }
}
.footer-link .item-link ul li {
    transition: all 0.3s ease-in-out;
    display: block;
    margin-bottom: 5px;
}
.footer-link .item-link ul li:last-child {
    margin-bottom: 0;
}
.footer-link .item-link ul li a {
    display: inline-block;
    color: #788593;
    font-size: 15px;
    padding-left: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.footer-link .item-link ul li a:hover {
    color: var(--rt-primary-color);
    margin-left: 5px;
}
.footer-link .item-link ul li a:hover:before {
    background-color: var(--rt-primary-dark);
}
.footer-link .item-link ul li a:before {
    content: "";
    height: 5px;
    width: 5px;
    background-color: var(--rt-primary-color);
    border: none;
    border-radius: 50%;
    position: absolute;
    bottom: 13px;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.footer-link-style-2 .item-link ul li:hover a:before {
    background-color: var(--rt-primary-color);
}
.footer-link-style-2 .item-link ul li a {
    color: #c8d3de;
}
.footer-link-style-2 .item-link ul li a:before {
    background-color: #8898a9;
}
@media only screen and (max-width: 767px) {
    .footer-insta {
        margin-bottom: 24px;
    }
}
.footer-insta .insta-link ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px;
}
.footer-insta .insta-link ul li {
    position: relative;
    width: 100%;
    padding: 5px 5px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.footer-insta .insta-link ul li .item-img {
    overflow: hidden;
    position: relative;
}
.footer-insta .insta-link ul li .item-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
@media only screen and (max-width: 991px) {
    .footer-insta .insta-link ul li .item-img img {
        width: 100%;
    }
}
.footer-insta .insta-link ul li .item-img:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.footer-insta .insta-link ul li .item-img:hover .insta-pic:before {
    visibility: visible;
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.footer-insta .insta-link ul li .item-img:hover .item-overlay a {
    visibility: visible;
    opacity: 1;
}
.footer-insta .insta-link ul li .item-img .insta-pic {
    position: relative;
    display: block;
}
.footer-insta .insta-link ul li .item-img .insta-pic:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--rt-primary-dark);
    opacity: 0.06;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 4px;
    z-index: 1;
}
.footer-insta .insta-link ul li .item-img .item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.footer-insta .insta-link ul li .item-img .item-overlay a {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.footer-insta .insta-link ul li .item-img .item-overlay a i {
    z-index: 2;
}
.footer-contact .footer-location ul li {
    font-size: 15px;
    display: block;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.footer-contact .footer-location ul li:last-child {
    margin-bottom: 0;
}
.footer-contact .footer-location ul li a {
    color: #788593;
    transition: all 0.3s ease-in-out;
}
.footer-contact .footer-location ul li a:hover {
    color: var(--rt-primary-color);
}
.footer-contact .footer-location ul li a:hover i {
    color: #788593;
}
.footer-contact .footer-location ul li a i {
    color: var(--rt-primary-color);
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.footer-contact .footer-location ul .item-map {
    color: #788593;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.footer-contact .footer-location ul .item-map i {
    color: var(--rt-primary-color);
    font-size: 16px;
    position: absolute;
    top: 5px;
    left: 0;
}
.footer-contact-style-2 .footer-location ul li a {
    color: #c8d3de;
}
.footer-contact-style-2 .footer-location ul li a i {
    color: #c8d3de;
}
.footer-contact-style-2 .footer-location ul .item-map {
    color: #c8d3de;
}
.footer-contact-style-2 .footer-location ul .item-map i {
    color: #c8d3de;
}
.footer-bottom {
    background-color: #f2f4f7;
    padding: 28px 0;
}
@media only screen and (max-width: 767px) {
    .footer-bottom .copyright-area1 {
        text-align: center;
        margin-bottom: 10px;
    }
}
.footer-bottom .copyright-area1 ul li {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}
.footer-bottom .copyright-area1 ul li a {
    color: #727272;
    font-size: 14px;
    white-space: nowrap;
    display: block;
    position: relative;
}
.footer-bottom .copyright-area1 ul li a:after {
    content: "";
    height: 2px;
    width: 2px;
    background-color: #727272;
    border: none;
    border-radius: 50%;
    position: absolute;
    bottom: 13px;
    right: -12px;
    transition: all 0.3s ease-in-out;
}
.footer-bottom .copyright-area1 ul li a:hover {
    color: var(--rt-primary-color);
}
.footer-bottom .copyright-area1 ul li:last-child a:after {
    display: none;
}
.footer-bottom .copyright-area2 p {
    color: #51667c;
    font-weight: 300;
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .footer-bottom .copyright-area2 p {
        text-align: center;
    }
}
.bg-white {
    background-color: #fff;
}
.footer-bottom-style-2 {
    background-color: #082039;
}
.footer-bottom-style-2 .copyright-area1 ul li a {
    color: #758597;
}
.footer-bottom-style-2 .copyright-area2 p {
    color: #758597;
}

