body {
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}


.clearfix {
    clear: both;
}

.pmc-text {
    font-size: 22px;
    color: #4489E4;
}

.pasuvardhan {
    font-size: 18px;
    color: #646367;
}

.logo-top-img {
    width: 60%;
}


/* 11 */
.custom-btn {
    width: 265px;
    height: 60px;
    color: #fff;
    border-radius: 5px;
    padding: 5px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    font-size: 18px;
}

.btn-11 {
    border: none;
    background: rgb(251, 33, 117);
    background: linear-gradient(to left, #32dfff, #18aff9, #0052d4);
    color: #fff;
    overflow: hidden;
}

.btn-11:hover {
    text-decoration: none;
    color: #fff;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:hover {
    opacity: .7;
}

.btn-11:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}


section.megaMenus ul {
    padding: 0px;
    margin: 0;
}

section.megaMenus>ul>li {
    list-style: none;
    font-size: 17px;
    text-align: center;
    position: relative;
    width: 100%;
}

section.megaMenus>ul>li>a>i {
    font-size: 33px;
    display: block;
    margin: 5px 0 6px 0;
}

.innerBlueMenu section.megaMenus>ul>li>a>i,
.innerBlueMenu section.megaMenus>ul>li>a>.farming>img {
    display: none;
}

.innerBlueMenu section.megaMenus>ul>li>a,
.innerBlueMenu section.megaMenus>ul>li>a:not([href]) {
    height: auto;
}

.innerBlueMenu section.megaMenus ul li.active .megaMenusList {
    display: block;
    text-align: left;
    width: 80vw;
    padding: 10px;
    border-radius: 0px 0px 7px 7px;
    position: absolute;
    left: -1px;
    bottom: -146px;
    background: #fff;
    height: fit-content;
    box-shadow: 0px 20px 10px #00000050;
    z-index: 999999;
}

section.megaMenus>ul>li>a,
section.megaMenus>ul>li>a:not([href]) {
    display: block;
    padding: 15px 0;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    background: #4fa3df;
    border-right: 1px solid #ffffff20;
    height: 110px;
}

section.megaMenus>ul>li.current>a {
    color: #fff;
    background: #4fa3df;
}

section.megaMenus ul li:hover a,
section.megaMenus ul li.active a {
    background: #fff;
    color: #4fa3df;
}

section.megaMenus>ul>li>a:not([href]),
section.megaMenus>ul>li>a:not([href]):hover {
    color: #fff;
    text-align: center;
    vertical-align: revert;
    padding: 54px 0;
    background: rgb(0, 24, 51);
    font-size: 25px;
}

@media only screen and (max-width: 1150px) {
    .logo-top-img {
        width: 75%;
    }

    .custom-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .custom-btn {
        width: 100%;
    }
}

section.megaMenus>ul {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .background-img-pmc {
        display: none;
    }

    section.megaMenus>ul {
        position: relative;
    }

    .logo-top-img {
        width: 50%;
    }

    .mobilebackgroundimage {
        background-image: url("https://pet.smartpmc.co.in/assets/images/main_bg.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 575px) {
    .custom-btn {
        width: 70%;
    }
}