ul.social-sticky {
    position: fixed;
    right: 15px;
    bottom: 20px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 20px;
    z-index: 999;
}
ul.social-sticky li {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    animation: 1s infinite zoom;
    -webkit-animation-direction: alternate-reverse;
    overflow: hidden;
}
ul.social-sticky li img {
    max-width: 100%;
    display: block;
}
@keyframes zoom {
    from {
        box-shadow: rgba(16, 128, 199, 0.21) 0 0 0 0, rgba(16, 128, 199, 0.12) 0 0 0 0;
    }
    to {
        box-shadow: rgba(16, 128, 199, 0.21) 0 0 0 5px, rgba(16, 128, 199, 0.12) 0 0 0 10px;
    }
}
.popup {
    width: 55%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px 45px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
    animation: 0.8s ease-in-out popupAppear;
}
@keyframes popupAppear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    font-size: 35px !important;
}
.watsapp {
    z-index: 999;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000000000000;
}
.close,
.close_section {
    position: absolute;
    cursor: pointer;
}
.popup a.navbar-brand img {
    padding: 13.5px 0;
    height: 53px;
    object-fit: contain;
}
.popup .side-form {
    background-color: #f3f3f3;
    padding: 0 12px 40px !important;
}
@media all and (max-width: 1200px) {
    .logo-container.hidden-desktop {
        display: none !important;
    }
}
.close_section {
    background: #fdba24;
    color: #fff;
    border: 1px solid #fdba24;
    padding: 20px;
    border-radius: 37px;
    top: -16px;
    right: -17px;
}
.close {
    top: 1px;
    right: 7px;
}
.side-form1 {
    padding: 0 12px 40px;
    margin-top: -20px;
}
.color-p {
    color: #0173b2;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.25;
}
.text-subhead {
    background: #fdba24;
    color: #fff;
    text-align: center !important;
    width: 100%;
    font-size: 14px;
    padding: 8px 50px;
    font-weight: 800;
}
.responsive {
    max-width: 100%;
    height: auto;
}
.side-form1 input,
.side-form1 textarea {
    border-color: #9d9d9d !important;
    border-radius: 0.5rem !important;
}
.logo-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.logo-image {
    max-width: 100px;
    height: auto;
    width: 15%;
}
.hidden-desktop,
.hidden12 {
    display: none;
}
.submit-btn {
    background: #fdba24;
    width: 50%;
}
@media only screen and (max-width: 1296px) {
    .hidden-mobile {
        display: none;
    }
    .hidden-desktop {
        display: block !important;
    }
    #popup_msg_success_top {
        position: unset !important;
        bottom: unset !important;
        font-size: 14px;
        word-wrap: unset !important;
        width: unset !important;
        padding: unset !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1296px) {
    .hidden-mobile {
        display: block;
    }
    .hidden-desktop {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .text-subhead {
        padding: 8px 20px !important;
    }
    #messagepopuptop {
        width: 100%;
        max-width: 100%;
        height: 50px;
        resize: vertical;
    }
    .side-form1 {
        padding: 0 12px 20px;
        margin-top: -10px;
    }
    .sticky-top {
        z-index: 1 !important;
    }
    .mobile-size-formtext {
        font-size: 14px;
    }
    .popup {
        width: 90%;
        padding: 10px;
        top: 5%;
        transform: translate(-50%, 0);
    }
    .hidden-mobile {
        display: none;
    }
    .hidden-desktop {
        display: block !important;
    }
    #contact_submit_top {
        width: 50% !important;
    }
}
@media only screen and (max-width: 414px) {
    .color-p {
        font-size: 14px;
    }
    .popup {
        padding: 5px;
    }
    .hidden-desktop {
        display: block !important;
    }
}
@media only screen and (min-width: 996px) and (max-width: 1296px) {
    .sticky-top {
        z-index: 1 !important;
    }
    .popup {
        top: 50%;
    }
}
.contacterrortop {
    position: relative;
    margin-bottom: 10px;
}
#popup_msg_success_top {
    position: absolute;
    bottom: 45px;
    font-size: 14px;
    word-wrap: break-word;
    width: inherit;
    padding: 10px 45px 0 10px;
}
@media (min-width: 800px) and (max-width: 1200px) and (height: 600px) {
            .popup {
                width: 80% !important;
            }
            
            textarea.form-control {
                height: calc(1.5em + 0.75rem + 2px) !important;
            }

            .logo-container.hidden-desktop {
                display: none !important;
            }

            .popup .side-form {
                padding: 0 12px 0 !important;
            }
        }
   @media (min-width: 800px) and (max-width: 1200px) and (min-height: 600px) and (min-height: 768px) {

            .popup {
                width: 80% !important;
            }
            
            textarea.form-control {
                height: calc(1.5em + 0.75rem + 2px) !important;
            }

            .logo-container.hidden-desktop {
                display: none !important;
            }

            .popup .side-form {
                padding: 0 12px 0 !important;
            }
              form#popup-form {
                margin-bottom: 0 !important;
            }
        }
    
        
        @media (min-width: 1280px) and (height: 600px) {
        form#popup-form {
            margin-bottom: 0 !important;
        }
        }


        @media (min-width: 1024px) and (height: 768px) {
         .popup {
                width: 80% !important;
            }
      
    }


     @media (min-width: 800px) and (min-height: 600px)  {
        .menu-horizontal ul.menu-smart ul {

            top: 0 !important;
            left: 0 !important;
        
        }
        }
        @media (min-width: 768px) and (min-height: 768px) {
              .popup {
                width: 80% !important;
            }
      
        }
 