/*--- about css ----*/

section.serverBanner.aboutIproBanner {
    padding: 90px 0 0;
}

section.serverBanner.aboutIproBanner hr {
    margin-top: 100px;
    border-color: #f3f4f4 !important;
    opacity: 1;
}

section.gameConsoles.problemsForAbout {
    margin: 50px 0;
}

section.gameConsoles h2 {
    margin-top: 70px;
}

hr.hrForAbout{
    margin-right: 0;
    border-color: #afa6e4;
    opacity: 1;
    width: 100%;
    margin-top: 0;
    margin-bottom: 80px;
}

.float-right{
    float:right;
}
.float-left{
    float:left;
}

.countryFindWrap {
    background-color: #191340;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 80px 50px;
    text-align: center;
    border-radius: 15px;
    margin-top: -100px;
}

.countryFindWrap h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.countryFindWrap p {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
}

.countryFindWrap h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.countryFindWrapForAbout {
    background-color: #191340;
    width: 80%;
    display: block;
    margin: 0 auto;
    padding: 80px 50px;
    text-align: center;
    border-radius: 15px;
    margin: 120px auto;
}

.countryFindWrapForAbout h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.countryFindWrapForAbout p {
    color: #fff;
    font-size: 20px;
    line-height: 1.7;
}

.countryFindWrapForAbout h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.countryFindWrapForAbout a.theme-btn {
    margin: 20px auto;
}

/*Server page starts*/

section.serverBanner {
    background-color: #f6f7ff;
    width: 96%;
    display: block;
    margin: 45px auto 50px;
    border-radius: 20px;
    padding: 62px 0;
}

section.serverBanner h1 {
    color: #191340;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 50px;
    letter-spacing: -1.7px;
    margin-bottom: 23px;
}

section.serverBanner p {
    color: #47464b;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: -0.6px;
    margin-bottom: 32px;
}

section.serverBanner h6 {
    clear: both;
    display: block;
    padding-top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

section.serverBanner h6 i.fa {
    color: #aa66fa;
    margin-right: 10px;
}
