@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/***

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/***

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.7em;
    font-weight: 400;
    background: #F8F8F8;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #022f49c2;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

p {
    position: relative;
    line-height: 1.8em;
    color: #7a6e77;
    font-weight: 400;
    font-size: 15px;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

/* Typography */

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #022f49c2;
    font-weight: 700;
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
}

label {
    color: #000;
    font-weight: 600;
}

input,
input.form-control:focus,
input[type=text]:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 0px 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    width: 100%;
    padding: 7px;
    border: 1px solid #a3a1a1d9;
    margin: 0;
    display: inline-block;
    outline: none;
    padding: 9px;
}

::placeholder {
    opacity: 0.8;
    font-size: 13px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a3a1a1d9;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.padding-60-50 {
    padding: 60px 0px 30px 0px;
}

.padding-30-50 {
    padding: 30px 0px 50px 0px;
}

.padding-140-50 {
    padding: 140px 0px 30px 0px;
}

.box-mb-30 {
    margin-bottom: 30px;
}

.bg-img {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: linear-gradient(184deg, #d1223e, #a2636d) !important;
}

.overlay {
    position: relative;
    z-index: 0;
}

.overlay:before {
    position: absolute;
    content: "";
    background-color: #000000;
    opacity: 0.56;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.bg-arrow {
    background: #002c464b;
}

.bg-arrow:hover {
    background: #002c4694;
}

.bg-dark-shadow {
    background-color: rgba(44, 37, 45, .04);
}

.border-rad-10 {
    border-radius: 10px;
}

/***

====================================================================
    Header Css
====================================================================

***/
/*
.header {
    width: 100%;
    z-index: 999;
    position: absolute;
}

.main-nav {
    background: #fff;
    position: fixed;
    width: 100%;
}

.main-nav .site-navigation {
    padding: 0px;
    border-radius: 2px;
}

.main-nav .site-navigation .navbar-brand {
    padding: 0px;
}

.main-nav .site-navigation .navbar-brand img {
    height: 100px;
    object-fit: contain;
    width: 200px;
}

.main-nav .site-navigation .site-menu .nav-item {
    margin-right: 30px;
    position: relative;
}

.main-nav .site-navigation .site-menu .menu-link {
    position: relative;
    display: block;
    color: #046b66;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.main-nav .site-navigation .site-menu .nav-item:last-child {
    margin-right: 0px;
}

.main-nav .site-navigation .site-menu .menu-link.active {
    color: #333030;
}

.main-nav .site-navigation .outer-box .btn-box {
    display: flex;
    align-items: center;
}

.main-nav .site-navigation .outer-box .btn-box .nav-user {
    width: 38px;
    height: 38px;
    background: #10958714;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    border-radius: 50px;
    box-shadow: 0px 0px 3px 0px rgb(98 195 184);
    margin-right: 30px;
    font-size: 22px;
    font-weight: 600;
    padding-left: 3px;
    color: #056839;
}

.main-nav .site-navigation .outer-box .btn-box .theme-btn {
    min-width: 80px;
    text-transform: uppercase;
    font-size: 15px;
}

.main-nav .site-navigation .close-menu-wrap {
    display: none;
}

.main-nav .site-navigation .site-menu .has-children span {
    font-size: 10px;
    margin-left: 4px;
    color: #046b66;
}

.navbar-nav {
    align-items: center;
}

.nav-button {
    background: #ab3116;
    padding: 4px 10px;
    border-radius: 3px;
} */

/*Mobile Menu*/
/*
.mobile-menu-trigger {
    cursor: pointer;
    margin-left: 30px;
    display: none;
    background: transparent;
    border: none;
}

.mobile-menu-trigger span {
    height: 3px;
    display: block;
    width: 35px;
    margin-bottom: 9px;
    background-color: #046b66;
}

.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #11142e;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
    border-top: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li:nth-last-child(1) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li>a .slicknav_arrow:after {
    content: "\f067";
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    bottom: 0;
    color: white;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 60px;
}

.mobile-menu-container.menu-open li.slicknav_open>a .slicknav_arrow:after {
    content: "\f068";
}

.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #ffffff;
    content: '';
    top: 0;
}

#mobile-menu-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 100px 20px 20px 20px;
}

#mobile-menu-wrap div {
    background-color: transparent;
}

#mobile-menu-wrap .slicknav_item i {
    display: none;
} */

/*Sidebar Start*/

.slicknav_nav,
.slicknav_nav.slicknav_hidden {
    display: block !important;
}

.slicknav_btn {
    display: none !important;
}

.slicknav_menu {
    padding-left: 0;
}

.slicknav_item.slicknav_row a {
    border-bottom: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0;
    background: rgb(255 255 255 / 8%);
    height: 100%;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 00px;
}

.slicknav_nav .menu-item-has-children ul li {
    padding-left: 25px;
}

.sub-menu .menu-item-has-children a i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slicknav_arrow {
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    top: 17px;
    position: absolute;
}

.slicknav_nav a,
.slicknav_row a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}

/* Mobile Menu CSS End*/


/*-========Sub Menu/Dropdown=========*/
.site-navigation .site-menu .nav-item.has-children {
    position: relative;
}

.site-navigation .site-menu .nav-item.has-children .dropdown {
    position: absolute;
    left: 0;
    background-color: #fff;
    /* width: 80vh; */
    width: 100vh;
    z-index: 9999;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.05);
    text-align: left;
    margin-top: 33px;
    transition: all 0.5s ease;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .dropdown {
    min-width: 200px;
}

.site-navigation .site-menu .has-children .dropdown .dropdown {
    left: 200px;
    top: 3px;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item {
    display: block;
    position: relative;
    padding: 5px 10px;
    width: 100%;
    color: #000000;
}

.nav-item.has-children .dropdown .nav-item a {
    position: relative;
    font-size: 13px;
    padding: 5px 10px;
    color: #000;
    display: block;
    line-height: normal;
    text-transform: capitalize;
    transition: all .5s ease;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item:last-child {
    border-bottom: 0;
}

.nav-item.has-children .dropdown .nav-item a:hover {
    margin-left: 5px;
}

.site-navigation .site-menu .has-children:hover>.dropdown {
    opacity: 1;
    visibility: visible;
}

a.add-listing-btn {
    color: #6449e7;
    background: transparent;
    border: 1px solid #6449e7;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-right: -3px;
    transition: all .4s ease;
}

.add-listing-btn:hover {
    background: #6449e7;
    color: #fff;
}

svg.svg-inline--fa.fa-house-damage.fa-w-18.add-listing-icon {
    position: relative;
    top: -1px;
    right: 4px;
    font-size: 13px;
    font-weight: 600;
}

/***

====================================================================
    Home Banner Css
====================================================================

***/

.hero-slide-item {
    position: relative;
    width: 100%;
    height: 700px;
    /* position: relative;  */
    /* display: flex;
    align-items: center;
    justify-content: center;  */
}

/* .hero-slide-item {

} */

.slide-content {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
}

.slide-content .slide-title {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    line-height: 65px;
    margin: 0px 0px 5px;
    color: #fff;
}

.slide-content p {
    color: #fff;
    font-size: 18px;
}

.slide-content .hero-slide-desc {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #e7dbdb;
}

@media (max-width: 767px) {

    .slide-content {
        width: 100%;
        color: #fff;
        position: absolute;
        top: 55%;
        right: 0%;
        left: 0%;
        transform: translateY(-50%);
        text-align: center;
    }

    .slide-content .slide-title {
        font-family: 'Poppins', sans-serif;
        letter-spacing: 2px;
        font-size: 20px !important;
        line-height: 30px !important;
        margin: 0px 0px 5px;
        color: #fff;
    }

    .slide-content p {
        color: #fff;
        font-size: 14px;
    }

    .slide-content .hero-slide-desc {
        font-size: 18px;
        line-height: 10px;
        font-weight: 600;
        color: #e7dbdb;
    }

    .btn-slider {
        background-color: #002c46;
        border-radius: 27px;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 20px;
        padding: 10px 40px !important;
        text-transform: uppercase;
        text-align: center;
    }

}

.btn-slider {
    background-color: #002c46;
    border-radius: 27px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 15px 54px;
    text-transform: uppercase;
    text-align: center;
}

/*Slider CSS*/

.owl-item.active .slide-content {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /* animation-name: fadeInDown; */
    animation-delay: 0.3s;
}

.owl-item.active .line {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.owl-nav .owl-prev {
    top: 47%;
    left: 30px;
    background: #fff;
    color: #464343;
}

.owl-nav .owl-next {
    top: 47%;
    right: 30px;
    background: #fff;
    color: #464343;
}

.owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 51px;
}

.a-icon {
    color: #3c70b7;
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
}

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 !important;
    text-align: center;
}

.owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #98acc5c7;
}

.owl-dot.active span {
    background: #3c60ac;
    border: #3c60ac;
}

/*About Us Section*/
.about-image-part img {
    width: 100%;
    height: auto;
}

.icon-bg {
    margin: auto;
    height: 100px;
    width: 100px;
    background: #fff;
    color: #000000b3;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    line-height: 100px;
}

#icon-bg-1:hover {
    background: #3b5998;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-2:hover {
    background: #FF0000;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-3:hover {
    background: #1DA1F2;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-4:hover {
    background: #0077b5;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-5:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-6:hover {
    background: #25d366;
    color: #fff;
    transition-duration: 0.3s;
}

.content-part span {
    color: #046b66;
    font-weight: 700;
    text-transform: uppercase;
}

.content-part h3 {
    color: #213746;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcumb-content {
    position: absolute;
    top: 50%;
}

.breadcumb-content h3 {
    font-weight: 600;
}

/*Contact Us CSS*/
.contact-part {
    height: 400px;
    position: relative;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-details {
    height: 400px;
    width: 100% !important;
    background: #035d62a7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.contact-content span {
    font-size: 17px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-content p {
    color: #fff;
}

.contact-content ul li {
    display: block;
    font-weight: 500;
}

/***
====================================================================
    Footer Css
====================================================================

***/
footer {
    background-color: #002c46;
}

.footer .footer-item {
    position: relative;
    padding: 40px 20px 20px;
}

.footer .footer-title {
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ccc;
}

.footer .footer-item ul li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.footer .footer-item .footer-icon li {
    font-size: 20px;
    display: inline-block;
}

.footer .footer-item .footer-icon li a {
    margin-right: 8px;
    margin-top: 20px;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer .footer-item .footer-icon li a i {
    font-size: 20px;
    color: #fff !important;
}

.footer .footer-item .footer-icon li a.icon i {
    font-size: 20px;
    color: #fff !important;
}

.footer .footer-item .footer-icon .icon .fa {
    color: #fff !important;
}

.footer .footer-item .footer-icon li a.icon {
    color: #fff !important;
}

.footer .footer-item ul li a {
    color: #ddd;
}

.footer .copyright {
    padding: 20px 0px 5px;
    font-size: 15px;
    background: #04536852;
    text-align: center;
}

.background-main p {
    font-weight: 500;
    color: #e6e6e6;
}

.footer .copyright .copright-text {
    color: #e6e6e6;
    margin-top: 5px;
}

.over-hidden {
    overflow: hidden;
}

.footer .copyright .copright-text .link-hover {
    color: #e82a2a;
}

.copyright ul li a .fa {
    font-size: 20px;
    padding: 10px 10px;
    color: #fff;
}

.footer-heading {
    font-size: 15px;
    font-weight: 600;
    color: #b4b1b1;
}

.linking {
    padding-top: 15px;
}

/*Footer Contact With Me Section CSS*/
.footer-background-upper .content-part h3 {
    text-align: center;
    color: #fff;
}

.icon-bg {
    margin: auto;
    height: 100px;
    width: 100px;
    background: #fff;
    color: #000000b3;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    line-height: 100px;
}

#icon-bg-1:hover {
    background: #3b5998;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-2:hover {
    background: #FF0000;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-3:hover {
    background: #1DA1F2;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-4:hover {
    background: #0077b5;
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-5:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    transition-duration: 0.3s;
}

#icon-bg-6:hover {
    background: #25d366;
    color: #fff;
    transition-duration: 0.3s;
}

.footer-background-upper .content-part span {
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0px;
    opacity: 0.9;
    text-transform: uppercase;
}

/*Photos CSS*/

.photo-gallery>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.photo-gallery>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
    opacity: 0.8;
}

.photo-gallery {
    display: grid;
    grid-gap: 10px;
}

.horizontal {
    grid-column: span 2;
}

.vertical {
    grid-row: span 2;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
}

/*Extra Button Css*/
.side-whatsapp-buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 0px;
    bottom: 25%;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 5px 0px 5px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

/* @media(max-width: 1024px) {
    .side-whatsapp-buttons {
        display: block;
        position: fixed;
        z-index: 99999;
        right: 0px;
        bottom: 30%;
        background: #fff;
        border-radius: 10px 0px 0px 10px;
        padding: 5px 0px 5px 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    }
} */

.side-mobile-buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 0px;
    bottom: 13%;
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 5px 0px 5px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
}

/* One stop Section */
.one-stop-section .card {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    border-radius: 16px;
}

.one-stop-section .card:hover {
    box-shadow: 0 15px 20px rgba(0, 0, 0, .05), 0 0 15px 10px rgba(0, 0, 0, .1);
    transform: translateY(-2px);
}

.one-stop-section .card img {
    border-radius: 16px 16px 0px 0px;
}

.one-stop-section .card-title {
    font-weight: 600;
}

.one-stop-section p {
    font-weight: 400px;
}

/* Interior Section */
.view-button {
    display: inline-block;
    float: right;
    color: #0a858a;
    font-size: 15px;
    font-weight: 600;
}

.view-button i {
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
}

.interior-box img {
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}

.interior-box .interior-content {
    position: absolute;
    bottom: 5%;
    left: 7%;
    background: #3d3d3d;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}

/* livspace Css */
.livspace-box img {
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    height: 320px;
    object-fit: cover;
}


.image-container.magazine-details-sidebar-img img {
    height: 100px;
    object-fit: cover;
}

.image-container.livespace-img img {
    height: 200px;
    object-fit: cover;
}

.image-container.design-ideas-img img {
    height: 180px;
    object-fit: cover;
}

.image-container.blog-img img {
    height: 200px;
    object-fit: cover;
}

.image-container.client-img img {
    height: 160px;
    object-fit: cover;
}

.livspace-content {
    position: absolute;
    /* background: linear-gradient(180deg, transparent 2.07%, #000); */
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 17px;
    bottom: 5%;
    border-radius: 0px 0px 10px 10px;
}

/* Blog Css */
.blog-content {
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    color: #022f49c2;
}

/* Why Choose Us Css */
.choose-box {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .16);
    text-align: center;
    height: 180px;
}

.choose-box img {
    display: inline !important;
    width: 100px !important;
    object-fit: contain;
}

/* Calculate Css */
.cube-spinner {
    width: 100%;
    height: 40px;
    display: inline-block;
    transform-style: preserve-3d;
    animation: spin 4s infinite ease-in-out;
    vertical-align: middle;
}

.cube-face {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    backface-visibility: hidden;
    color: #0a858a;
    text-transform: uppercase;
}

@keyframes spin {
    0% {
        transform: rotateX(0deg);
    }

    33% {
        transform: rotateX(120deg);
    }

    66% {
        transform: rotateX(240deg);
    }

    100% {
        transform: rotateX(360deg);
    }
}

.calculate-main-section h5 {
    color: #022f49c2;
    font-weight: 600;
}

.calculate-main-section .card {
    border-radius: 10px;
}

/* Testimonial Css */
.testimonial .box-video {
    height: 200px;
}

.user {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .16);
}

.bg-video {
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
}

.testimonial-content-box {
    padding: 20px;
    border-radius: 15px;
}

.testimonial-content-box .testimonial-details {
    height: 160px;
    overflow: hidden;
    font-size: 16px;
}

.user-image {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.username {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
}

.role {
    font-weight: normal;
    margin-bottom: 10px;
}

.box-video .bt-play {
    position: absolute;
    top: 35%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.box-video:hover .bt-play {
    transform: scale(1.1);
}

/* Faq Section */

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.panel-heading {
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #ddd;
    transition: 0.3s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .16);
}

.panel-heading:hover {
    background-color: #005b7f;
}

.panel-title {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.panel-heading:hover .panel-title {
    color: #fff;
}

.panel {
    margin-bottom: 6px !important;
}

.panel-body {
    color: #000;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 500;
}


/* todo: Estimate Package Section CSS */

.buy-package {
    background-color: #F5F4F5;
    /* padding: 50px 0; */
}

.buy-package .main-content {
    text-align: center;
    background-color: #F5F4F5;
}

.buy-package .layout-options {
    margin-bottom: 10px;
}

.buy-package .layout-option .card-body {
    position: relative;
}

.buy-package .layout-option .card-body .estimate-choose {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
}

.estimate-choose:checked {
    background-color: rgb(219, 96, 75) !important;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
}

.buy-package .layout-option label {
    display: block;
    cursor: pointer;
}

.buy-package .layout-option img {
    border-radius: 5px;
    width: 100%;
    height: 100px;
}

.buy-package .buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.buy-package .measurements-options img {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}

.buy-package .pick-your-package .card {
    border: 2px solid #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: 20px;
}

/* .pick-your-package .card:hover{
    border: 2px solid #EB595F !important;
    box-shadow: 0 4px 8px rgba(#EB595F, 0.2);
    background-color: #FFF9F9;
    border: 10px;
} */

.buy-package .pick-your-package .card-body {
    position: relative;
}

.buy-package .pick-your-package .card-body .estimate-choose {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 20px;
    width: 20px;
}

.buy-package .pick-your-package .card img {
    width: 100%;
    height: 80px;
}

.buy-package .pick-your-package .features .icon i {
    color: #0A858A !important;
    font-size: 18px !important;
}

.buy-package .pick-your-package .short_description {
    font-size: 16px !important;
    text-align: start !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
}

.buy-package .pick-your-package .features .text {
    font-size: 12px !important;
    font-weight: normal !important;
}

/* Progress Bar Container */

.buy-package .package-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 8px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.buy-package .button-div {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.buy-package .progress-container {
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
    width: 80%;
    /* margin: 0px 30px auto; */
    position: relative;
}

/* Progress Line */
.buy-package .progress-bar {
    position: absolute;
    top: 20%;
    left: 0;
    width: 0;
    height: 6px;
    background: #0A858A;
    transition: width 0.5s ease-in-out;
    z-index: 0;
}

/* Steps */
.buy-package .progress-step {
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.buy-package .step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    border: 3px solid #ddd;
    transition: all 0.5s ease-in-out;
}

.buy-package .step-circle.active {
    background: #0A858A;
    border-color: #0A858A;
    color: white;
}

.buy-package .step-label {
    margin-top: 8px;
    font-size: 14px;
    font-weight: bold;
}

/* Sections */
.buy-package .content {
    display: none;
    margin-top: 30px;
}

.buy-package .content.active {
    display: block;
}

/* Buttons */
.buy-package .buttons {
    /* margin-top: 20px; */
    border: none;
    outline: none;
}

.buy-package button {
    padding: 8px 16px;
    /* margin: 5px; */
    font-size: 14px;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.buy-package button:disabled {
    background: #ccc;
    cursor: not-allowed;
    border: none;
    outline: none;
}

.buy-package .btn-next {
    background: #0A858A;
    color: white;
    border: none;
    outline: none;
}

.buy-package .btn-prev {
    /* background: #999; */
    /* background: #272626; */
    background: #002C46;
    color: white;
    border: none;
    outline: none;
}

.buy-package .btn-estimate {
    /* background: #ff5722; */
    background: #0A858A;
    color: white;
    border: none;
    outline: none;
}

/* todo: Design Ideas Details Section CSS */

.design-ideas-details .thumbnails {
    position: relative;
    height: 100%;
    /* background-color: #F5F4F5; */
}

.design-ideas-details .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: none !important;
}

.design-ideas-details .splide__track--nav>.splide__list>.splide__slide.is-active img {
    /* width: 100%;
    height: 100%; */
    /* border-radius: 2px; */
    /* border: 2px solid var(--Primary-500, #FA8232); */
}

.design-ideas-details .thumbnails #main-carousel .splide__slide {
    background-color: #F5F4F5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-ideas-details .thumbnails #main-carousel .splide__slide .thumbnail-img {
    width: 100%;
    height: auto;
    margin: 0px auto;
    border-radius: 2px;
    border: 1px solid var(--Gray-100, #E4E7E9);
}


.design-ideas-details #thumbnail-carousel {
    width: 90%;
    margin: 0px auto;
}

.design-ideas-details #thumbnail-carousel .splide__slide {
    /* width: 616px; */
    width: 50% !important;
    /* height: 100px; */
    /* border-radius: 4px; */
    /* border: 1px solid var(--Gray-100, #E4E7E9); */
}

.design-ideas-details .thumbnails #thumbnail-carousel .splide__slide {
    /* width: 616px; */
    width: 100%;
    height: auto;
    /* border-radius: 4px; */
    /* border: 1px solid var(--Gray-100, #E4E7E9); */
}

.design-ideas-details .thumbnails #thumbnail-carousel .splide__slide img {
    border-radius: 5px;
}

/* .splide__track--nav>.splide__list>.splide__slide img{
    border-radius: 4px;
    border: 1px solid var(--Gray-100, #E4E7E9);
    cursor: pointer;
    padding: 2px;
} */

.design-ideas-details .splide__arrow--prev {
    position: absolute;
    top: 40%;
    left: -3%;
    border: none;
    outline: none;
    display: flex;
    /* padding: 15px; */
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* border-radius: 100px; */
    /* border: 2px solid var(--Gray-00, #FFF); */
    opacity: 1 !important;
    /* background: var(--Primary-700, #FA8232) !important; */
    background: transparent;
}

.design-ideas-details .splide__arrow--prev i {
    /* width: 24px;
    height: 24px; */
    font-size: 18px;
    color: black;
}

.design-ideas-details .splide__arrow--next {
    position: absolute;
    top: 39%;
    right: -3%;
    border: none;
    outline: none;
    display: flex;
    /* padding: 15px; */
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* border-radius: 100px; */
    /* border: 2px solid var(--Gray-00, #FFF); */
    opacity: 1 !important;
    /* background: var(--Primary-700, #FA8232) !important; */
    background: transparent;
}

.design-ideas-details .splide__arrow--next i {
    /* width: 24px;
        height: 24px; */
    font-size: 18px;
    color: black;
}


.design-ideas-details .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.design-ideas-details .icon a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid black;
    margin: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color ease-in-out 0.3s;
}

.design-ideas-details .icon a:hover {
    border: 1px solid rgb(215, 213, 213);
    background-color: #EB595F;
}

.design-ideas-details .icon a i {
    font-size: 20px;
}

.design-ideas-details .icon a:hover i {
    color: white;
}

.design-ideas-details .design-ideas-choose-slide-inner img {
    width: 36px;
    height: 36px;
}

.design-ideas-details .design-ideas-choose-slide-inner p {
    font-size: 12px;
    font-weight: bold;
}

.design-ideas-details .design-ideas-choose-slide-inner .choose-box {

    background: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .16);
    text-align: center;
    height: 110px;

}

.design-ideas-details .bathroom-design-details .main-title {
    font-size: 20px;
    font-weight: bold;
}

.design-ideas-details .bathroom-design-details .title {
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.design-ideas-details .bathroom-design-details .data {
    color: black;
    font-size: 14px;
}

.design-ideas-details .calculate-you-interior-cost .card img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /* margin-right: 10px; */
}

.design-ideas-details .calculate-you-interior-cost .card h6 {
    font-size: 14px;
    font-weight: bold;
}

.design-ideas-details .calculate-you-interior-cost .card {
    /* border: 1px solid black; */
    /* border-radius: 10px; */
    /* padding: 10px; */
    border: none;
    border-radius: 10px;
    background-color: #F2F2F2;
    cursor: pointer;
    transition: ease-in-out 0.2s;
}

.design-ideas-details .calculate-you-interior-cost .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* todo: Ayon Custom */

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* .iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    border: none;
} */


/* todo: Custom */

/* Add in your styles if needed */
.dropzone .dz-preview .dz-image {
    border-radius: 4px;
    background: none;
}

/* Optional CSS fix */
.dz-image img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
}

.project .card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.project .card:hover {
    transform: scale(1.03);
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
    /* animation: project-card 0.5s ease-in-out; */
}

.project .card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: none !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    /* border-bottom-right-radius: none !important;
    border-bottom-left-radius: none !important; */
    transition: transform 0.3s ease-in-out;
}

.project .card:hover img {
    transform: scale(1.05);
    /* Zoom in the image */
}

/* @keyframes project-card {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
    80% {
        transform: scale(1.05);
    }
} */

.fancybox__image {
    max-width: 800px;
    max-height: 600px;
    object-fit: contain;
}

.project-details-gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}


/* todo: Custom */

.google-map {
    position: relative;
    overflow: visible;
    /* Ensure the iframe can expand */
}

.google-map iframe {
    border: 2px solid #ddd;
    /* Light gray border */
    border-radius: 10px;
    /* Rounded corners */
    outline: 2px solid #f0f0f0;
    /* Outer outline */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: Add a subtle shadow */
}

/* todo: New CSS */

#homepageModal .modal-body {
    position: relative;
}

#homepageModal #homepageModalClose {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

#homepageModal #homepageModalClose:hover {
    background-color: #d8d7d7;
    transform: scale(1.02);
}

.homepage-modal-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.homepage-modal-img h6 {
    color: white;
    margin-bottom: 5px;
}

.blog-details.image-container img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.image-container.city-post-img img {
    width: 100%;
    height: 250px;
    /* object-fit: cover; */
}

.city-post-details.image-part img {
    width: 100%;
    height: 450px;
    /* object-fit: contain; */
}

@media(max-width: 768px) {
    .city-post-details.image-part img {
        width: 100%;
        height: 300px;
        /* object-fit: contain; */
    }

    .image-container.city-post-img img {
        width: 100%;
        height: 150px;
        /* object-fit: contain; */
    }
}

.consult-btn {
    border: none;
    outline: none;
    padding: 8px 10px;
    border-radius: 30px;
    background: #0A858A;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.consult-btn a {
    color: #fff;
    text-decoration: none;
}

.consult-btn:hover {
    background: #0A858A;
    color: #fff;
    transform: scale(1.05);
}

.consult-btn:active {
    background: #0A858A;
    color: #fff;
    transform: scale(0.95);
}

@media(min-width: 768px) and (max-width: 1024px) {
    .consult-btn {
        border: none;
        outline: none;
        padding: 3px 3px;
        border-radius: 30px;
        background: #0A858A;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .consult-btn a {
        color: #fff;
        text-decoration: none;
    }

    .consult-btn:hover {
        background: #0A858A;
        color: #fff;
        transform: scale(1.05);
    }

    .consult-btn:active {
        background: #0A858A;
        color: #fff;
        transform: scale(0.95);
    }
}

@media(min-width: 425px) and (max-width: 768px) {
    .consult-btn {
        border: none;
        outline: none;
        padding: 4px 10px;
        border-radius: 30px;
        background: #0A858A;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .consult-btn a {
        color: #fff;
        text-decoration: none;
    }

    .consult-btn:hover {
        background: #0A858A;
        color: #fff;
        transform: scale(1.05);
    }

    .consult-btn:active {
        background: #0A858A;
        color: #fff;
        transform: scale(0.95);
    }
}

.consult-online {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)), url('../../consult.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 450px;
    object-fit: cover;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 30px;
    overflow: hidden;
}

.consult-online .card {
    border-radius: 10px;
}

.virtual-tour-banner img {
    width: 100%;
    height: 450px;
    /* object-fit: cover; */
    /* border-radius: 10px; */
}

.calculate-main-section img {
    width: 100%;
    height: 200px;
    /* object-fit: cover; */
    /* border-radius: 10px; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

@media (min-width: 425px) and (max-width: 768px) {
    .calculate-main-section img {
        width: 100%;
        height: 150px;
        /* object-fit: cover; */
        /* border-radius: 10px; */
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
}

/* ********************* Customize Header ********************* */
/* todo: Mega Menu Server V */
/* .megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

@media(min-width: 800px) {
    .megamenu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 78%;
    }
} */
/* todo: Mega Menu Server V End */

.menu-link {
    position: relative;
    display: block;
    color: #046b66 !important;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.1s ease-in-out;
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #046b66 !important;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease-in-out;
}

.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #0A858A !important;
    color: white !important;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-color: #0A858A !important;
}

.nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background-color: #0A858A !important;
    color: white !important;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-color: #0A858A !important;
}


.nav-item.dropdown .dropdown-menu .dropdown-item a {
    color: #046b66 !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.nav-item.dropdown .dropdown-menu .dropdown-item:hover a {
    color: white !important;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.homely-header-customize {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    background-color: #fff;
    /* padding: 8px 0; */
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.nav-link:focus,
.nav-link:hover,
.menu-link:focus,
.menu-link:hover {
    color: #05c0c6 !important;
    text-decoration: none;
}

/* .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
} */

.have-any-queries {
    color: #0A858A;
    font-size: 14px;
}

.have-any-queries-number:hover {
    text-decoration: underline;
    color: rgb(38, 139, 233);
}

.book-an-appointment {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 16px;
    background-color: #67747C;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.book-an-appointment::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0A858A;
    z-index: 1;
    /* transition: width 0.5s ease-in-out; */
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.book-an-appointment:hover::before {
    width: 100%;
}

.book-an-appointment .text,
.book-an-appointment .icon {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 16px;
    transition: color 0.3s;
}

.footer-logo img {
    width: 100%;
    height: 70px;
    margin-bottom:
        10px;
}

@media (min-width: 300px) and (max-width:991px) {

    .footer-logo img {
        width: 70% !important;
        height: 60px;
        margin-bottom: 10px;
        padding-top: 10px;
    }

}


/* todo: New Custom */

.navbar {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 3px 4px 0 #adadad33;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

/* @media(min-width: 991px) and (max-width: 2755px){
    .navbar {
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: 1px 3px 4px 0 #adadad33;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
} */

.navbar-light .navbar-brand {
    color: #2196F3;
}

.navbar-light .navbar-nav .nav-link {
    color: #1ebdc2;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #1ebdc2;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

@media(max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {
        padding-top: 12px;
        padding-bottom: 12px;
        transition: 0.3s;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link-get-quote {
        transition: 0.3s;
        margin-left: 24px;
        margin-right: 24px;
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link-have-any-queries {
        transition: 0.3s;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 14px;
    }

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background: #1ebdc2;
    color: white !important;
    transition: 0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ebdc2 !important;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-tog {
    color: #1ebdc2;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu h6 {
    margin-left: 21px;
}

.megamenu i {
    width: 20px;
}

/* todo: ********************************************  */

.navbar-brand img{
    width: 200px;
    height: 50px;
}

@media(min-width: 988px) and (max-width: 1140px){

    .navbar-light .navbar-nav .nav-link{
        font-size: 11px !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
    }

    .navbar-brand img{
        width: 150px;
        height: 35px;
    }

    .consult-btn {
        border: none;
        outline: none;
        padding: 5px 8px;
        border-radius: 30px;
        background: #0A858A;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    .consult-btn a {
        font-size: 11px;
        color: #fff;
        text-decoration: none;
    }

    .have-any-queries{
        font-size: 11px;
    }

}
