.pad-zero{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ======================== HEADER STYLE BEGIN ======================== */

/* Add header-related styles here if needed */

/* ======================== HEADER STYLE END ========================== */


/* ======================== FOOTER STYLE BEGIN ======================== */

/* Add footer-related styles here if needed */

/* ======================== FOOTER STYLE END ========================== */


/* ======================== POPUP FORM STYLE BEGIN ==================== */
.popup-form {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.popup-form-content {
    margin: auto;
    padding: 20px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: #fff;
}

.close-popup {
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    background: #333332;
    padding: 6px 7px 4px 7px;
    color: #fff;
    cursor: pointer;
}

.popup-logo.menu {
    z-index: 99;
}

@media only screen and (max-width: 1024px) {
    #Gutenmodalpopup.popup-form {
        padding-top: 10px;
    }
}
/* ======================== POPUP FORM STYLE END ====================== */


/* ======================== MOBILE POPUP STYLE BEGIN ============ */
.overlay-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.75);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 9999;
}

.overlay-mobile.active {
    transform: translateX(0);
}


div#mymenu {
    max-width: 80%;
}

.overlay-mobile .closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    color: #000;
    height: 34px;
    text-align: center;
    width: 38px;
    /* border-radius: 8px; */
    padding-top: 0px;
    z-index: 1000;
    background: #fff;
    overflow: visible;
}
.overlay-mobile a {
    text-decoration: none;
}
.overlay-content-mobile {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}

.menu-list ul li a{
	font-weight:500;
}

.menu-list ul li{
	/* border-bottom: 1px dashed #71CDDE !important; */
	padding-bottom:7px !important;
}

.menu-list ul li:last-child{
	border:none !important;
}

/* ======================== MOBILE POPUP STYLE END ============ */


/* ======================== FLOATING BUTTONS BEGIN ==================== */

            .float-container-btns {
                position: fixed;
                top: 50%;
                display: flex;
                flex-direction: column;
                right: -190px;
                width: 250px;
                z-index: 99
            }

            .float-container-btns a {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 10px 20px 10px 10px;
                margin-bottom: 10px;
                cursor: pointer;
                border-left: 4px solid #e8eff1;
                transition: all .2s linear;
                background: var(--l-gold);
                backdrop-filter: blur(10px);
                border-radius: 0 0 0 0;
                font-size: 17.9px;
                color: #fff;
                font-weight: 600;
                background-color: rgb(40 151 51 / 30%);
                border-radius: 20px 0 0 20px
            }

            .float-container-btns a svg {
                margin-right: 15px
            }

            .float-container-btns>a:hover {
                transform: translateX(-188px);
                transition: all .2s linear
            }
/* ======================== FLOATING BUTTONS END ====================== */


/* ======================== BACK TO TOP BUTTON BEGIN ================== */
/* #btn-back-to-top img {
    position: fixed;
    bottom: 100px;
    inset-inline-end: 30px;
    height: 60px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 1px #062a40, 0 0 10px #00d9ff00, 0 0 20px rgb(40,151,51);
    z-index: 100;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    transition: all 400ms linear;
    background: #000;
    padding: 8px;
    right: 15px;
} */


#btn-back-to-top {
  position: fixed;
  bottom: 60px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 0 1px #062a40, 0 0 10px #00d9ff00, 0 0 20px rgb(40,151,51);
  z-index: 100;
  backdrop-filter: blur(10px);
  transition: all 400ms linear;
  background: #000;
  padding: 10px 8px;
}

#btn-back-to-top img {
  height: 40px;
  display: block;
}

#btn-back-to-top .back-top-text {
  font-size: 8px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

/* ======================== BACK TO TOP BUTTON END ==================== */

p.copy1 {
    font-size: 14px;
    line-height: 24px;
}

h1.page-title-error {
    text-align: center;
}