﻿body {
}

footer p {
    font-size: 0.9375rem;
    line-height: 1.3rem;
    font-weight: 400;
    font-family: Manrope;
}

/* footer */
.fa-twitter-new {
    background: url("https://mnmimg.marketsandmarkets.com/assets/images/footer/twitter-x-logo.webp");
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 47%;
    height: 19px;
    margin: 5px 2px 0 2px;
}

.bg-gray-2 {
    background-color: #f8f8f8;
    display: block;
}

footer {
    color: #444;
    font-size: 15px;
    margin: 0;
}

.cus-container {
    max-width: 1450px
}

.footlogo {
    margin: 0 0 36px;
    display: block;
}

.footer-title {
    font-size: 20px;
    margin: 0 0 20px;
    border-left: 2px solid #93b53c;
    height: 35px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.footer-info-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .footer-info-list li a {
        font-size: 15px;
        color: #444;
        display: block;
        text-decoration: none;
        margin: 0 0 13px;
    }

.footer_green {
    background: #3b653c;
    background: -moz-linear-gradient(45deg, #3b653c 0%, #0b6887 100%);
    background: -webkit-linear-gradient(45deg, #3b653c 0%,#0b6887 100%);
    background: linear-gradient(45deg, #3b653c 0%,#0b6887 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b653c', endColorstr='#0b6887',GradientType=1 );
    padding: 10px;
}

    .footer_green p {
        margin: 0px;
    }

.footer-bottom {
    padding: 10px 0;
    background-color: #00222b;
    color: #fff;
}

.footer_green .deskpl-46 {
    padding-left: 46px;
}

/* footer_social_icon */
.footer_social_icon {
    display: flex;
    align-items: center;
    justify-self: start;
}

    .footer_social_icon i {
        font-size: 20px !important;
    }

    .footer_social_icon a {
        text-decoration: none;
        padding: 4px;
    }

.follow_us {
    color: #272727;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 2px solid #93b53c;
    padding: 5px 10px;
    font-family: 'Manrope' !important;
}



.icon {
    background: #c99700;
    background: linear-gradient(90deg, #c99700 -80%, #00a4cb 140%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 10px;
}

.footer_social_icon a .icon:hover {
    background: #003230;
    background: linear-gradient(90deg, #3a2900 -80%, #00380c 140%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    padding-right: 10px;
}

@media only screen and (max-width: 767px) {
    .footer-info-list li {
        display: inline-block;
    }

    .footer-info-list li {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 6px;
        margin: 0 0 7px 0;
    }

        .footer-info-list li a {
            margin: 0;
        }

    .footer-title {
        margin: 10px 0;
    }

    .footlogo {
        margin: 0 0 6px;
    }

        .footlogo img {
            width: 150px;
        }
}



.anim:hover {
    animation: shake 500ms ease-in-out forwards;
}

.footer-info-list li a:hover {
    color: #0d6efd;
    transition: 0.3s ease-in-out;
}
/* custom-container */
.custom-container {
    max-width: 1450px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .custom-container {
        max-width: 540px
    }
}

@media only screen and (max-width: 767px) {
    .custom-container {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .custom-container {
        max-width: 720px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .custom-container {
        max-width: 960px
    }
}



@media only screen and (min-width: 1200px) and (max-width:1365px) {
    .custom-container {
        max-width: 1200px
    }
}

@media only screen and (min-width: 1366px) and (max-width:1600px) {
    .custom-container {
        max-width: 1300px
    }
}
