﻿.services-section1 {
    padding: 60px 0 64px 0;
}

.services-section2 {
    padding: 60px 0 66px 0;
}

#services-section3 {
    padding: 48px 0 48px 0;
}

.services-section4 {
    padding: 68px 0 70px 0;
}

@media screen and (max-width: 991px) {
    .block-section1 {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .services-section1,
    .services-section2,
    #services-section3,
    .services-section4 {
        padding: 48px 0 48px 0;
    }
}

.navbar {
    top: 2rem;
}

.navbar-collapse.show {
    height: 30rem;
}

ul.topnavvv li {
    list-style-type: none;
    display: inline;
    color: white;
    padding-left: 3rem;
}

ul.topnavvv li a {
    color: white;
}

.instagram-logofooter {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.nav-item a.demoreq {
    padding: 0.6em 0.6em;
    width: 10rem;
    background-color: #023d67;
    border: 1px solid #023d67;
    border-color: #023d67;
    border-radius: unset;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    color: #FFFFFF;
    animation: pulse 2s infinite 0s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #023d67;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
    }
}

.button-4 {
    background-color: #023d67;
    border: 2px solid #023d67;
    border-radius: unset;
    color: white;
    transition: .3s;
    cursor: pointer;
    font-weight: 600;
}

.button-4:hover {
    animation: pulses 1s infinite;
    transition: .3s;
    color: white;
}

@keyframes pulses {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.contus {
    font-size: 15px;
}

span.contus:hover {
    text-decoration: underline;
    color: white;
}

.contactsections {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .nav-item a.demoreq {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .addresssections {
        display: none;
    }

    .contactsections {
        width: 100%;
    }

    .mailsec {
        display: none;
    }

    .heade-sec {
        padding: 11rem 0 6rem 0;
    }
}

@media screen and (max-width: 425px) {
    .navbar-brand-dark {
        width: 8rem !important;
    }

    .navbar {
        top: 2rem;
    }
}

@media screen and (max-width: 375px) {
    .contactsections {
        display: flex;
        flex-direction: column;
    }

    .navbar {
        top: 3.3rem;
    }
}

.megaimg {
    padding: 11px;
    padding-left: 13px;
    background: white;
    border-radius: 15px;
}

.services-section .panel-body ul li {
    font-size: 13px;
    color: #023d67;
    font-weight: normal;
}

.services-section .panel-body ul {
    margin-left: 3.3rem;
}

.clickservice1,
.clickservice2,
.clickservice3,
.clickservice4,
.clickservice5,
.clickservice6 {
    font-size: 17px;
    font-weight: 600;
}

.panel-title .pannel-title-icon > a.collapsed:after {
    content: "\f054";
}

.panel-title .pannel-title-icon > a:after {
    font-family: FontAwesome;
    content: "\f078";
    padding-right: 5px;
}

.mega-drop-section ul.megamenusection {
    width: 50rem;
}

.mega-drop-section ul.megasubmenusection {
    padding-left: 4rem;
}

.mega-drop-section ul.megasubmenusection li {
    font-size: 13px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .megamenusection {
        position: absolute;
        left: -19rem;
    }
}

@media (max-width: 991px) {
    .mega-drop-section ul.megamenusection {
        width: 40rem;
    }
}

@media (max-width: 767px) {
    .mega-drop-section ul.megamenusection {
        width: 29rem;
    }
}

@media (max-width: 425px) {
    .mega-drop-section ul.megamenusection {
        width: 22rem;
    }

    a.collapse,
    a.collapsed {
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .mega-drop-section ul.megamenusection {
        width: 19rem;
    }
}

@media (max-width: 320px) {
    .mega-drop-section ul.megamenusection {
        width: 16rem;
    }
}

.pannel-title-icon a {
    color: #582c7c;
}
