/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 1801px) {
    .go-fierce-banner img  {
        height: 450px;
    }
    .go-fierce-logo>a {
        width: 100%;
        max-width: 288px;
        height: 288px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .go-fierce-logo>a div {
        width: 241px;
        height: 241px;
        border-radius: 50%;
    }
    
    .go-fierce-logo>a div img {
        width: 100%;
        max-width: 116px;
        border-radius: 70px;
    }
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
    .go-fierce-banner img  {
        height: 367px;
    }
    .go-fierce-logo>a {
        width: 100%;
        max-width: 220px;
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .go-fierce-logo>a div {
        width: 180px;
        height: 180px;
        border-radius: 50%;
    }
    
    .go-fierce-logo>a div img {
        width: 100%;
        max-width: 116px;
        border-radius: 70px;
    }
    
.go-fierce-content ul li:nth-child(1) a div img {
    width: 30px;
}

.go-fierce-content ul li a div i:last-child {
    font-size: 22px;
    transform: rotate(-48deg);
}

.go-fierce-content ul li:nth-child(2) a div i:first-child {
    font-size: 25px;
}

.go-fierce-content ul li:nth-child(3) a div i:first-child {
    font-size: 30px;
}

.go-fierce-content ul li:nth-child(4) a div i:first-child {
    font-size: 30px;
}

.go-fierce-content ul li:nth-child(5) a div i:first-child {
    font-size: 19px;
}

}


/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 1440px) {
    .go-fierce-banner img  {
        height: 230px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {































}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {






























}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (min-width: 576px) and (max-width: 767px) {	



























}

/*
====================================
Xtra Small Screen - Small Mobile
====================================
*/
@media screen and (max-width: 575px) {

.go-fierce-content ul li:nth-child(1) a div img {
    width: 28px;
}
.fierce-social-container {
    margin-top: -100px;
}
footer {
    margin-top: 10px;
    padding: 10px 0;
    position: initial;
}
footer h6 {
    font-size: 14px;
}

.go-fierce-banner img {
    height: 270px;
}
footer h6 {
    font-size: 14px;
}
.go-fierce-title h2 {
    font-size: 25px;
}

.go-fierce-logo>a {
    max-width: 175px;
    height: 175px;
}
.go-fierce-content {
    margin-top: 50px;
}
.go-fierce-logo>a div img {
    max-width: 116px;
}
.go-fierce-content ul li a>div {
    max-width: 247px;
}
.go-fierce-content ul li a {
    min-height: 50px;
}
.go-fierce-content ul li a {
    margin-bottom: 9px;
}












}