.sub-menu {
    display: none;
    padding-top: 20px;
    padding-bottom: 10px;
}

.sub-menu a {
    font: normal normal 600 16px/32px 'Poppins', 'sans-serif' !important;
    text-transform: uppercase;
}

.sub-menu li a {
    border: 0 !important;
}

.sub-menu li a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.menu-item-has-children a {
    display: flex !important;
    justify-content: space-between !important;
}

.menu-item-has-children .menu-toggle {
    color: #C08B18 !important;
}

.menu-item-has-children > a:hover .menu-toggle {
    color: #FFF !important;
}

.elementor-tab-title{
   display: flex !important;
   align-items: center !important;	
}

.elementor-toggle .elementor-tab-title{
   padding: 23px !important;	
}

.swiper-pagination-bullet {
    width: 19px !important;
    height: 19px !important;
    background: #C08B18 !important;
}

.border-top-right{
    width: 45px;
    background: #D1B085;
    height: 1px;
    position: absolute;
    top: -50px;
    left: -8px;
}

.border-top-left{
    height: 45px;
    width: 1px;
    background: #D1B085;
    position: absolute;
    top: -50px;
    left: -8px;
}

.border-top-right-one,
.border-top-right-three{
    width: 45px;
    background: #D1B085;
    height: 1px;
    position: absolute;
    top: -50px;
    left: -8px;
}

.border-top-left-one,
.border-top-left-three{
    height: 45px;
    width: 1px;
    background: #D1B085;
    position: absolute;
    top: -50px;
    left: -8px;
}

@media screen and (min-width: 1025px) {
    .border-top-left-one,
    .border-top-left-three{
        top: -60px;
        left: -8px;
    }

    .border-top-right-one,
    .border-top-right-three{
        top: -60px;
        left: -8px;
    }
}

.border-bottom-right{
    height: 45px;
    background: #D1B085;
    width: 1px;
    position: absolute;
    bottom: 0px;
    right: -8px;
}

.border-bottom-left{
    width: 45px;
    background: #D1B085;
    height: 1px;
    position: absolute;
    bottom: 0px;
    right: -8px;
}

.border-bottom-right-one,
.border-bottom-right-three{
    height: 45px;
    width: 1px;
    background: #D1B085;
    position: absolute;
    bottom: 0px;
    right: -8px;
}

.border-bottom-left-one,
.border-bottom-left-three{
    width: 45px;
    background: #D1B085;
    height: 1px;
    position: absolute;
    bottom: 0px;
    right: -8px;
}

@media screen and (min-width: 1025px) {
    .border-bottom-right-one,
    .border-bottom-right-three{
        bottom: -12px;
        right: -8px;
    }

    .border-bottom-left-one,
    .border-bottom-left-three{
        width: 45px;
        background: #D1B085;
        height: 1px;
        position: absolute;
        bottom: -12px;
        right: -8px;
    }
}

.border-line{
    height: 550px;
    background: transparent;
    width: 470px;
    border: 2px solid #C08B18;
    po: initial;
    position: absolute;
    bottom: 45px;
    right: 55px;
    z-index: -1;
}

.margin-auto{
    margin-left: auto;
    margin-right: auto;
}

.default-button a{
    background-color: transparent !important;
}

.default-button a:hover{
    background-color: #C08B18 !important;
}

.common-button a{
    background-color: transparent !important;
    border: 1px solid #C08B18;
    height: 68px;
    display: flex;
    align-items: center;
    width: fit-content !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 400 !important;
    font-family: 'Poppins', 'sans-serif';
    margin-top: 30px
}

.common-button a:hover{
    background-color: #C08B18 !important;
}

/*Header*/

#menu svg{
    cursor: pointer;
}

#lateral-menu {
    position: fixed;
    overflow: auto;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background: transparent radial-gradient(closest-side at 50% 71%, #294053 0%, #16232D 100%) 0% 0% no-repeat padding-box;
    padding-top: 50px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    visibility: hidden;
}

#lateral-menu.menu-active {
    transform: translateX(0);
    visibility: visible;
}

.background-menu {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.background-menu.background-active {
    opacity: 1;
    visibility: visible;
}

body.menu-open {
    overflow-y: hidden;
}

#lateral-menu ul {
    list-style-type: none;
    padding-left: 0;
}

#lateral-menu .menu-title {
    font: normal normal normal 120px/50px Pinyon Script, sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 0.11;
    pointer-events: none;
    margin-bottom: 36px;
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 26px;
}

#lateral-menu .close {
    font: normal normal 600 16px/60px Poppins, sans-serif;
    letter-spacing: 1.6px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
    padding-right: 36px;
    margin-left: auto;
    width: fit-content;
    text-decoration: none;
}

#lateral-menu .span-close {
    color: #FFF;
    width: 28px;
    height: 28px;
    border: 1px solid #C08B18;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#lateral-menu .nav-items a {
    font: normal normal normal 28px/28px Lora, sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-decoration: none;
}

#lateral-menu li a{
    border-top: 1px solid #303B44;
    border-bottom: 1px solid #303B44;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 100%;
    display: block;
}

#lateral-menu li a:hover{
    background: #C08B18;
}

#lateral-menu .phone-menu {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 38px;
    display: flex;
    align-items: center;
}

#lateral-menu .phone-menu a {
    font: normal normal normal 16px/18px Poppins, sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    padding-left: 16px;
    text-decoration: none;
}

#lateral-menu .email-menu {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    display: flex;
    align-items: center;
}

#lateral-menu .email-menu a {
    font: normal normal normal 16px/18px Poppins, sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    padding-left: 16px;
    text-decoration: none;
    word-wrap: break-word;
    max-width: 90%;
}

#calendar:hover a,
#phone:hover a,
#menu:hover a,
.phone-menu:hover a,
.email-menu:hover a,
address:hover a{
    color: #C08B18 !important
}

#phone:hover svg,
#calendar:hover svg{
    fill: #C08B18;
    stroke: #C08B18;
}

address {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    gap: 16px;
    display: flex;
    align-items: flex-start;
}

address a{
    font: normal normal normal 16px/18px Poppins, sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
}

#lateral-menu .book-consultation {
    font: normal normal normal 16px/18px Poppins, sans-serif;
    letter-spacing: 1.6px;
    color: #F4F4F4;
    text-transform: uppercase;
    border: 1px solid #C08B18;
    height: 68px;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding-left: 34px;
    padding-right: 34px;
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 70px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

#lateral-menu .book-consultation:hover {
    background: #C08B18;
    color: #FFF;
}

@media screen and (min-width: 490px) {
    #lateral-menu {
        max-width: 428px;
        width: 100%;
        border-left: 1px solid #FFF;
    }
}

/*Footer*/
#disclaimer {
    background: #294053 0% 0% no-repeat padding-box;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -1px;
}

#disclaimer .container-disclaimer {
    max-width: 1328px;
    margin-left: auto;
    margin-right: auto;
}

#disclaimer p {
    letter-spacing: 0px;
    color: #FFF;
    margin-bottom: 0;
    font: normal normal normal 14px/24px Poppins,  sans-serif;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
    max-width: 438px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1025px) {
    #disclaimer p {
        font: normal normal normal 16px/30px Poppins, sans-serif;
        text-align: left;
        max-width: 100%;
        margin-left: 0;
        margin-right: unset;
    }
}