@media (min-width: 1024px) {
    .sticky-logo {
        right: 0;
        width: 75px;
        padding: 10px;
    }
    .my_tog {
        margin-right: 5px;
    }
    #pp-nav.left {
        left: 18px;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .my_tog {
        padding: 20px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .my_tog {
        padding: 20px;
        margin-right: 10px;
    }
}
.animated-circle{
    display: none;
}
.rites-res{
    visibility: hidden;
}
.side_nav {
    left: unset;
    right: calc(100% - 75px);
}
.side_nav.expand_nav{
    left:0;
    right: unset;
}
.side_nav.expand_nav .rites-res{
    visibility: visible;
}

.reviews .owl-carousel .owl-item img {
    width: 200px;
    height: 200px;
}

#contact .contact-button{
    display: block;
    max-width: 450px;
    margin-bottom: 20px;
    margin: auto;
    font-size: 16pt;
}

.team-box .team-text{
    padding: 0 15px;
    opacity: 1;
}

.owl-products .owl-item.center .team-box .team-text h5 {
    font-size: 14pt;
}

@media screen and (max-width: 640px){
    #home-banner{
        min-height: 100vh;
        padding-top: 150px !important; /* Adjust for header height */
        box-sizing: border-box;
    }
    .section {
        min-height: 100vh;
        box-sizing: border-box;
    }

    .slider-area h1 {
        font-size: 32pt;
    }
    .slider-area p {
        font-size: 12pt;
        line-height: 1.5em;
    }
    .btn.btn-medium {
        font-size: 14pt;
    }
    .all-products h2 {
        font-size: 34pt;
    }
    .contact-sec .heading {
        font-size: 28pt;
    }
    .contact-sec .contact-details .heading {
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .contact-sec .contact-details ul {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 375px){
    .owl-products .owl-item.center .team-box .team-text h5 {
        font-size: 12pt;
    }
}