/*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,
section.serverBanner h6 svg{
    color: #aa66fa !important;
    margin-right: 10px;
}

.autoWidth {
    max-width: 100%;
}
div#serverCountries img {
    width: unset;
}

div#serverCountries li span {
    position: absolute;
    left: 0;
    top: 17px;
    background-color: #f9f9f9;
    z-index: -1;
    padding: 8px 10px;
    width: 100%;
    padding-left: 70px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
}

div#serverCountries li {
    position: relative;
    padding: 10px 0;
    list-style: none;
}

section.serverCountries .row > div {
    margin-top: auto;
    margin-bottom: auto;
}

section.serverCountries h2 , section.whatVpn h2 {
    font-weight: 600;
    font-size: 40px;
    color: #191340;
    margin-bottom: 15px;
    letter-spacing: -1.8px;
    margin-bottom: 30px;
}

section.serverCountries p, section.whatVpn p {
    font-size: 20px;
    color: #47464b;
}
section.serverCountries {
    padding: 58px 0 88px;
}
div#serverCountries {
    padding-top: 50px;
}

div#serverCountries .owl-dots span {
    background-color: #dad4fd;
    clear: both;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    border-radius: 50px;
}

div#serverCountries .owl-dots {
    position: absolute;
    top: 0;
    right: 0;
}

div#serverCountries .owl-dots .active span {
    background-color: #6a54f6;
}
.whatVpn {background-color: #f6f7ff;padding: 83px 0;}

    .verticalMiddle .row > div {
        margin-top: auto;
        margin-bottom: auto;
    }

section.whatVpn p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
}
/*.webExperience .centerImg .middleImge img {*/
/*    height: unset;*/
/*    top: 10%;*/
/*    margin: auto;*/
/*    width: unset;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/

.centerImg .middleImge {
    width: 100%; 
}

.webExperience .centerImg .middleImge {height: unset;top: 90px;bottom: 0;margin: auto;left: -90%;}

/*.webExperience .centerImg:before {*/
/*    display: none;*/
/*}*/
.webExperience  h2 {
    font-size: 40px;
    color: #191340;
    margin-bottom: 10px;
}
section.whatVpn h2 {
    font-size: 48px;
    margin-bottom: 17px;
    line-height: 1.6;
}

.webExperience {
    padding: 100px 0 0 !important;
}

.webExperience p {
    margin-bottom: 12px;
    font-size: 18px;
}

.webExperience .boxFeaturesLeft {
    padding: 33px 40px;
}

.webExperience .boxFeaturesRight {
    padding: 41px  47px 30px;
}

div#serverCountries img {
    width: 44px;
    border-radius: 100%;
    height: 44px;
    padding: 0;
    object-fit: fill;
}

.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;
}

/*.form-switch .form-check-input:checked {*/
/*    pointer-events: none;*/
/*}*/
/*Server page end*/