@font-face {
    font-family: 'IBM Plex Sans';
    src:url('https://fastestvpn.com/blog/wp-content/themes/custom-child/fonts/IBMPlexSans.woff2') format('woff2'),
    url('https://fastestvpn.com/blog/wp-content/themes/custom-child/fonts/IBMPlexSans.woff') format('woff');
    font-display:swap;
    font-weight:400;
}
@font-face {
    font-family: 'IBM Plex Sans';
    src:url('https://fastestvpn.com/blog/wp-content/themes/custom-child/fonts/IBMPlexSans-Medium.woff2') format('woff2'),
    url('https://fastestvpn.com/blog/wp-content/themes/custom-child/fonts/IBMPlexSans-Medium.woff') format('woff');
    font-display:swap;
    font-weight:500;
}
@font-face {
    font-family: 'IBM Plex Sans';
    src:url('https://fastestvpn.com/blog/wp-content/themes/custom-child/fonts/IBMPlexSans-SemiBold.woff') format('woff2'),
    url('https://fastestvpn.com/blog/wp-content/themes/custom-child/fonts/IBMPlexSans-SemiBold.woff2') format('woff');
    font-display:swap;
    font-weight:600;
}
@font-face {
    font-family: 'IBM Plex Sans';
    src:url('https://fastestvpn.com/blog/wp-content/themes/custom-child/fonts/IBMPlexSans-Bold.woff') format('woff2'),
    url('https://fastestvpn.com/blog/wp-content/themes/custom-child/fonts/IBMPlexSans-Bold.woff2') format('woff');
    font-display:swap;
    font-weight:700;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	line-height: 28px;
	font-size: 16px;
	color: #051428;
	/*font-family: 'IBM Plex Sans';*/
    font-family:poppins;
    
}
header {
    display: inline-block !important;
    width: 100%;
}

.head.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    box-shadow: 0 0 10px #b3b3b3;
    padding: 14px 0;
    border-top-width: 5px;
    z-index: 2;
    min-height: auto;
}

.head.fixed ul#menu-top-menu {
    margin-bottom: 0;
    margin-top: 2px;
}

.head .container {
    padding: 0;
}

.head {
    clear: both;
    border-top: 7px solid #151587;
    padding: 20px 0;
    width: 100%;
    position: relative;
    min-height: 81px;
}

.headnav {
    float: right;
    margin-top: 11px;
    display: none;
}

.headnav i.fa {
    font-size: 22px;
    cursor: pointer;
    color: #2c2cb2;
}

.topmenu ul {
    float: left;
    margin-bottom: 0;
    min-height: 29px;
}

.topmenu ul li {
    display: inline-block;
    margin-left: 24px;
    min-height: 28px;
    margin-bottom: 0;
}

.topmenu ul li.getstarted a {
    background-color: #ffbb00;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
}

.topmenu ul li a {
    font-weight: 500;
    font-size: 16px;
    font-family:poppins;
}

.topmenu ul li:first-child {
    margin-left: 0;
}

.topmenu ul li a:hover, .topmenu ul li a:focus, .topmenu ul li a:active {
    text-decoration: none
}
@media(max-width: 1199px) {
    input#s {
        width: 180px;
    }

    input#searchsubmit {
        top: 5px;
    }
}
.mbar li {
    display: inline-block;
    margin-bottom: 0;
    min-height: 60px;
}

.mbar {
    background-color: #2c2cb2;
    border-radius: 3px;
    padding: 0 15px;
    float: left;
    position: relative;
    width: 100%;
    z-index: 9;
    height: 60px;
    overflow: hidden;
}

.mbar .menu {
    float: left;
    width:760px;
}

ul#menu-main-menu a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 11px;
    display: inline-block;
    min-height: 60px;
    font-family:poppins;
}

ul#menu-main-menu {
    margin-bottom: 0;
}

form#searchform {
    float: right;
    padding-top: 0;
    position: relative;
    margin-top: 13px;
    width: 290px;
}

label.screen-reader-text {
    display: none;
}

input#s {
    background-color: #4646bd;
    padding: 4px 40px 4px 15px;
    width: 290px;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    /*font-family: 'IBM Plex Sans';*/
    font-family:poppins;
}

input#searchsubmit {
    background-image: url(../images/search-icon.png);
    background-color: transparent;
    font-size: 0;
    padding: 0 12px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 4px;
    width: 24px;
    height: 24px;
}
input#s::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}
.mob-menu li.cat-link>a {
    text-transform: uppercase;
    font-weight: bold;
    background: #2c2cb2;
}

ul#menu-mobile-menu {
    margin: 0;
}

.mob-menu form#searchform {
    padding: 10px;
}

.mob-menu input#searchsubmit {
    top: 13px;
    right: 20px;
}
.mobile-view {
    position: fixed;
    top: 0;
    background: #000;
    height: 100vh;
    left: -330px;
    z-index: 9999;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.mob-menu {
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
    color: #fff;
    max-width: 250px;
    overflow-y: scroll;
    height: 100%;
    z-index: 1;
}
.mob-menu li {
    border-top: 1px solid #4e4e4e;
    list-style: none;
    margin-bottom: 0;
    float: left;
    width: 100%;
    position: relative;
}
.mob-menu li>a {
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    float: left;
    width: 100%;
}
.mob-menu li>a:hover {
    text-decoration: none;
    background: #151515;
}
.mobile-view.mopen {
    left: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.mobile-close {
    position: absolute;
    right: -45px;
    background: none;
    width: 45px;
    height: auto;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    top: 20px;
    background: #000;
    padding: 10px 10px;
    display: none;
    cursor: pointer;
}
.mobile-overlay {
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 100%;
    display: none;
}
.mobile-overlay.moverlay {
    display: block;
}
.mobile-close.mclose {
    display: block;
}
input#s::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
}
.mob-menu li.cat-link>a {
    text-transform: uppercase;
    font-weight: bold;
    background: #2c2cb2;
}

ul#menu-mobile-menu {
    margin: 0;
}

.mob-menu form#searchform {
    padding: 10px;
}

.mob-menu input#searchsubmit {
    top: 13px;
    right: 20px;
}

@media only screen and ( max-width: 1023px) {
    .head {
        padding: 14px 0;
        background: #fff;
        z-index: 2;
        min-height: 69px;
    }
    header .container .col-md-3 {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .head .container {
        padding: 0 15px !important;
    }
    .mob-menu input#s {
        background: #fff;
        width: 100%;
        color: #000;
    }
    .mob-menu input#searchsubmit {
        filter: brightness(0);
    }
    form#searchform {
        float: left;
        width: 100%;
        margin-top: 0;
    }
    body .headnav {
        display: block;
        margin-top: 5px;
    }
    .container.fullmenu, .head .col-md-9.topmenu {
        display: none !important;
    }
}