

:root {

}

body {
  margin: 0px;
  padding: 0;
  position: relative;
  color: #200e17;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif !important;
  background: #eff3f7;
}

::selection {
  background: #3D4E60;
  color: #FFFFFF;
}

::-moz-selection {
  background: #3D4E60;
  color: #FFFFFF;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  color: #0a2540;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
.h1, h1 {
    font-size: 2.5rem;
}

h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

h5 {
  font-size: 1.9em;
}

h5.invert {
  color: color(text-dark);
}

h6 {
  font-size: 24px;
}

a {
  color: #3c99df;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
}

label {
  font-weight: normal;
}

p {
  margin: 0 0 15px 0;
  color: #425466;

  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Noto Sans', sans-serif;
}

p.medium {
  font-size: 16px;
  line-height: 26px;
}

p.large {
  font-size: 18px;
  line-height: normal;
}

ul {
  /* margin: 0;
  padding: 0;
 list-style: none;*/
}

ol {
 /* padding: 0px;
  list-style-position: inside; */
}

ol,
li {
  /* margin-bottom: 0px;
 /* list-style: none;
  position: relative;*/
}

a,
input[type="submit"] {
  transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
}

.set-as-bg {
  background-size: cover;
}

.make-bg {
  display: none;
}

.header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  transition: all ease 0.2s;
}

.header.fix-it .main-meta {
  padding: 15px 0px;
  background: #041338;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.13);
}

.main-meta {
  padding: 27px 0px;
  transition: all ease 0.2s;
}

.main-meta .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.main-meta .logo {
  display: block;
  padding: 0px 0px;
  transition: all ease 0.2s;
}

.main-meta .logo h1 {
  line-height: normal;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
}

.main-meta .logo h1 span {
  font-size: 28px;
  color:  #ff9f04;
}

.main-meta .logo a {
  display: block;
  text-decoration: none;
  line-height: normal;
}

.main-menu {
  display: block;
}

.main-menu>ul {
  font-size: 0;
  line-height: normal;
  padding: 0;
  margin: 0;
}

.main-menu>ul>li {
  display: inline-block;
  padding: 0 0 0 30px;
}

.main-menu>ul>li.drp { position: relative;}
.main-menu>ul>li.drp:after { content: ''; width: 0; height: 0; display: block; border: 4px solid #fff; border-color: #fff transparent transparent transparent; position: absolute; right: -13px; top: 22px;}
.main-menu>ul>li:hover:after { border-color: #ff9768 transparent transparent transparent;}
.main-menu>ul>li>a {
  color: #FFF;
  color: rgb(255 255 255 / 80%);
  display: block;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.main-menu>ul>li>a:hover,
.main-menu>ul>li>a.active {
  color: #6fd543;
}

.menu-toggle {
  width: 36px;
  height: 40px;
  position: fixed;
  z-index: 6;
  right: 25px;
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}

.menu-toggle.active span {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all ease 0.1s;
  background: #FFF;
}

.menu-toggle.active span.b {
  opacity: 0;
}

.menu-toggle.active span.a {
  transform: rotate(45deg);
  width: 100%;
  transition: all ease 0.1s;
}

.menu-toggle.active span.c {
  transform: rotate(-45deg);
  width: 100%;
  transition: all ease 0.1s;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background: #FFF;
  transition: all ease 0.2s;
}

.menu-toggle span.b {
  width: 80%;
}

.menu-toggle span.c {
  width: 65%;
  transition: all ease 0.8s;
}

.menu-toggle:hover span.b,
.menu-toggle:hover span.c {
  width: 100%;
}

.mobile-menu {
  background: #242c43;
  position: fixed;
  top: 0;
  right: -100%;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  transition: all cubic-bezier(0.59, 0.54, 0.59, 0.56) 0.2s;
}

.mobile-menu.pull-it {
  right: 0;
  border-radius: 0;
  right: 0;
}

.mobile-menu>ul {
    display: block;
    width: 100%;
    padding: 30px;
}

.mobile-menu>ul>li.drp { position: relative;}
.mobile-menu>ul>li.drp:after { content: ''; width: 0; height: 0; display: block; border: 5px solid #fff; border-color: #fff transparent transparent transparent; position: absolute; right: 15px; top: 20px;}
.mobile-menu>ul>li:hover:after { border-color: #6fd543 transparent transparent transparent;}

.mobile-menu>ul>li>a {
  font-size: 18px;
  font-variant: 600;
  color: #FFF;
  display: block;
  line-height: 50px;
  text-decoration: none;
}

.mobile-menu>ul>li>a:hover,.mobile-menu>ul>li>a.active {
  color:  #6fd543;
}

/*Dropdown Menu*/
.mega-drop { border-top: none; position: absolute; width: 180px; top: 48px; left: 30px; display: block; opacity: 0; pointer-events: none; /*overflow: hidden;*/ transition:all ease 0.3s; transform: scale(0.96); text-align: left; background:#fff; background: #f08e63; border: 1px solid #f86a2b; border-radius: 5px;}
.mega-drop p { margin: 0px;}
.mega-drop p a { padding: 8px 20px; display: block; color: #3c3b3a; font-size: 15px; color: #fff;}
.mega-drop p a:hover { text-decoration: none; background: #f1f5f7; background: #f86a2b; color: #fff;}
.mega-drop.active { opacity: 1; pointer-events: auto; transform: scale(1); z-index: 5;}

.mobile-menu .mega-drop { padding: 10px; background: #fff;}
.mobile-menu .mega-drop > ul { display: block; width: 100%;}
.mobile-menu .mega-drop > ul > li { display: block;}
.mobile-menu .mega-drop > ul > li > a { padding: 10px 20px; display: block; color: #3c3b3a; font-size: 16px;}
.mobile-menu .mega-drop > ul > li > a:hover { text-decoration: none; background: #f1f5f7; background: #f86a2b; color: #fff;}




.banner-block{
  background-size: cover;
  background-position: bottom center;
}
.banner-block__content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 772px;
}
.banner-block__content h1{
  color: #FFF;
  font-weight: 700;
  font-size: 48px;
  line-height: 70px;
}
.banner-block__content h1 span{
  color: #6fd543;
}
.banner-block__content p{
  color: #dbe5f2;
  font-size: 18px;
  line-height: 30px;
}
.cm-btns{
  background: #6fd543;
  text-transform: uppercase;
  color: #04111d;
  font-size: 14px;
  display: inline-flex;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
}
.cm-btns:hover{background: #60bf37;color: #FFF;text-decoration: none;}
.cm-btns.lg{
  height: 60px;
  font-size: 18px;
  text-transform: none;
  background: #6fd543;
  padding: 0px 52px;
}
.cm-btns.lg:hover{
  background: #60bf37;
}
.banner-bottom__outer{
  position: relative;
  
}

.banner-bottom{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: -44px;
  background: #4263f3;
  border-radius: 10px;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  padding: 20px 60px;
  padding-left: 170px;
  text-align: center;
  gap: 60px;
}
.banner-bottom__img{
  position: absolute;
  bottom: 53px;
  left: -53px;
  z-index: 2;
}
.banner-bottom__boxes{
  flex-basis: 28%;
  padding: 20px 0px;
}
.banner-bottom__boxes .feature-icon{
  margin-bottom: 25px;
}
.banner-bottom__boxes h4{
  font-size: 20px;
  color: #FFF;
}
.banner-bottom__boxes h4 span{
  font-weight: 700;
}
.banner-bottom__boxes p{
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
  color: rgb(255 255 255 / 70%);
}
.banner-bottom__boxes p:last-child{margin-bottom: 0;}
.feature-icon{
  border-radius: 50%;
  background: #e25e22;
  position: relative;
  width: 64px;height: 64px;
  margin: auto;
}
.feature-icon img{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.xs-plan{
  padding-top: 78px;
}
.inline-inclusions{text-align: center;}
.inline-inclusions ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 29px;
  
}
.inline-inclusions ul li{
  font-size: 18px;
  color: #04111d;
  position: relative;
  padding-left: 34px;
}
.inline-inclusions ul li span{
  font-weight: 700;
}
.inline-inclusions ul li::before{
  content:'';
  width: 19px;
  height: 15px;
  background: url(../img/tick-orange.png) no-repeat;
  left: 0;
  top: 4px;
  display: block;
  position: absolute;
}


.sec-head{
  text-align: center;
  padding-bottom: 15px;
}
.sec-head h2{
  font-size: 36px;
  font-weight: 700;
}
.sec-head.invert h2{
  color: #FFF;
}

.xs-plan__wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: -100px !important;
}
.xs-plan__boxes{
    flex-basis: 100%;
    /*min-height: 500px;*/
    background: #FFF;
    border: 1px solid #d5dbe1;
    border-radius: 12px;
    margin-top: 90px;
    text-align: center;
}
.xs-plan-head {
    display: block;
    padding: 50px 0 30px 0;
    position: relative;
}
.plan-off-ribbon {
    width: 78px;
    height: 78px;
    display: block;
    background: #6fd543;
    color: #01070c;
    font-size: 23px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 100%;
    padding: 20px 5px;
    position: absolute;
    left: 0px;
    top: -55px;
    right: 0px;
    margin: auto;
    box-shadow: 0 0 0 10px #eff3f7;
}
.plan-off-ribbon sup {
    font-size: 13px;
}
.plan-off-ribbon span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
}
.plan-off-ribbon:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 7px solid #6fd543;
    border-color: #6fd543 transparent transparent transparent;
    position: absolute;
    left: 0px;
    bottom: -13px;
    right: 0px;
    margin: auto;
}
.plan-off-ribbon:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 7px solid #eff3f7;
    border-color: #eff3f7 transparent transparent transparent;
    position: absolute;
    left: 0px;
    bottom: -23px;
    right: 0px;
    margin: auto;
}
.best-value-ribbon {
    display: block;
    width: 116px;
    height: 120px;
    position: absolute;
    right: -7px;
    top: -10px;
}
.xs-plan-head h4 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
.xs-plan-second {
    display: block;
    background: #f0fbec;
    padding: 15px 0;
}
.xs-plan-second p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #1e5706;
    line-height: 22px;
}
.xs-plan-third {
    display: block;
    padding: 42px 22px;
}
.xs-plan-third h3 {
    font-size: 48px;
    font-weight: 700;
}
.xs-plan-third h3 span.euro-symbel {
    font-weight: 400;
}
.xs-plan-third h3 span.dotted-amount {
    font-weight: 400;
    font-size: 28px;
}
.xs-plan-third p {
    color: #031934;
    font-size: 16px;
    margin-bottom: 25px;
}
.xs-plan-third h5 {
    font-size: 18px;
    font-weight: 400;
    color: #031934;
    margin-bottom: 35px;
}
.xs-plan-third h5 span {
    display: block;
    color: #7e868e;
    font-size: 14px;
    line-height: 24px;
}
.xs-plan-buy-now {
    display: block;
    line-height: 50px;
}

.highlight-plan {
    background: #041338 !important;
}
.highlight-plan .xs-plan-head h4 {
    color: #fff;
}
.highlight-plan .xs-plan-second {
    background: #102839;
}
.highlight-plan .xs-plan-second p {
    color: #effaea;
}
.highlight-plan .xs-plan-third h3 {
    color: #ffffff;
}
.highlight-plan .xs-plan-third p {
    color: #ffffff;
}
.highlight-plan .xs-plan-third h5 {
    color: #ffffff;
}
.highlight-plan .xs-plan-third .cm-btns {
    background: #e25e22;
    color: #fef50a;
}
.highlight-plan .xs-plan-third .cm-btns:hover {
    background: #fb834c ;
}
.highlight-plan .xs-plan-third h5 span {
    color: #7e868e;
}


.footer {
  display: block;
  background: #020727;
  padding: 0px 0px 60px 0px;
  box-shadow: 0px -8px 49px 0px rgba(0, 0, 0, 0.1);
}

.footer__top{
  padding: 70px 0px;
}
.footer.pt-0 {
  padding-top: 0;
}

.footer .ftr-logo {
  display: block;
  margin-bottom: 20px;
}

.footer .copyright {
  font-size: 14px;
  color: #e6ebf1;
  color: rgb(230 235 241 / 72%);
}

.footer .ftr-right {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer .ftr-right .cm-boxes h4 {
  margin-bottom: 49px;
  color: #e6ebf1;
  font-size: 15px;
  font-weight: 700;
    text-transform: uppercase;
}

.footer .ftr-right .cm-boxes ul li {
  display: block;
}

.footer .ftr-right .cm-boxes ul li a {
  display: block;
  font-size: 14px;
  color: #e6ebf1;    color: rgb(230 235 241 / 72%);
  line-height: 28px;
  text-decoration: none;
}

.footer .ftr-right .cm-boxes ul li a:hover {
  color: #FFF;
}

.footer .social-links h4 {
  margin-left: 14px;
}

.footer .social-links>ul {
  display: inline-block;
}

.footer .social-links>ul>li {
  display: inline-block !important;
}

.footer .social-links>ul>li>a {
  display: block;
  width: 36px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #c5c7ca;
  font-size: 18px;
}

.footer .social-links>ul>li>a:hover {
  color: #0063cb;
}

.footer__bottom{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom p{
  margin: 0;
  color: #e6ebf1;
  font-size: 14px;
}
.footer__bottom p span{
  position: relative;top: -2px;
}

.set-a-bg {
  background-position: center center;
  background-size: cover;
}

.make-bg {
  display: none;
}

.cm-tab-accordion {
  display: block;
  position: relative;
}

.cm-tab-accordion .resp-tabs-list {
  display: block;
  text-align: center;
  font-size: 0;
}

.cm-tab-accordion .resp-tabs-list li {
  float: none;
  display: inline-block;
  width: 296px;
  padding: 20px 5px 20px 5px !important;
  margin: 0px 7px;
  position: relative;
  border: 2px solid #c1ccea;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  transition: all ease 0.2s;
}

.cm-tab-accordion .resp-tabs-list li.resp-tab-active {
  background: #f2f4f7;
  border-color: #f2f4f7;
}

.cm-tab-accordion .resp-tabs-list li.resp-tab-active h5 {
  color: #242c43;
}

.cm-tab-accordion .resp-tabs-list li h5 {
  margin: 0;
  color: #7581a3;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: all ease 0.2s;
}

.cm-tab-accordion .resp-tabs-list li h5 .icon {
  display: inline-block;
  position: relative;
  top: -4px;
  margin-right: 5px;
}

.cm-tab-accordion .resp-tabs-list li span {
  line-height: 12px;
  font-size: 12px;
  color: #8790aa;
}

.cm-tab-accordion .resp-tab-content {
  border: none;
  padding: 60px;
  padding-bottom: 10px;
  background: #f2f4f7;
  border-radius: 10px;
  min-height: 500px;
}

.cm-tab-accordion .resp-tabs-container {
  background: none;
}

.cm-tab-accordion .resp-tabs-container.no-padding .resp-tab-content {
  padding: 0;
}

.cm-tab-accordion h2.resp-accordion {
  border: 2px solid #dedede !important;
  background: #FFF;
  border-radius: 4px;
  margin: 0px;
  padding: 15px 0px;
  padding-left: 40px;
  position: relative;
  margin: 4px 4px;
  display: none;
}

.cm-tab-accordion h2.resp-accordion::after {
  position: absolute;
  top: 26px;
  right: 15px;
  font-family: 'icomoon';
  content: "";
  width: 10px;
  height: 7px;
  background: url(../img/arrow-down.png) no-repeat;
  font-size: 12px;
  color: #a9b3cf;
  transition: all ease 0.2s;
  transform-origin: center;
}

.cm-tab-accordion h2.resp-accordion .resp-arrow {
  display: none;
}

.cm-tab-accordion h2.resp-accordion.resp-tab-active {
  border: 2px solid #007aef !important;
}

.cm-tab-accordion h2.resp-accordion.resp-tab-active::after {
  transform: rotate(180deg);
}

.cm-tab-accordion h2.resp-accordion.resp-tab-active i,
.cm-tab-accordion h2.resp-accordion.resp-tab-active h5 {
  color: #007aef;
}


.commen-head { display: block; text-align: center; padding-bottom: 5px;}
.commen-head h3 { color: #031934; font-size: 35px; font-weight: 700; margin-bottom: 15px;}
.commen-head p { color: #383f56; font-size: 16px; font-weight: 400;}
.bandito-features-block { display: block; padding: 175px 0 35px 0; background: #4263f3;}
.text-white { color: #fff !important;}
.bandito-features-block .commen-head { padding-bottom: 40px;}
.bandito-features-block .commen-head p { color: #d5daf1;}
.bandito-features-main { display: block;}
.bandito-features-box { display: block; position: relative; padding: 20px 90px;}
.bandito-features-icon { display: block; width: 64px; height: 64px; border-radius: 100%; background: #e25e22; position: absolute; left: 0px; top: 0px;}
.bandito-features-icon img { display: inline-block; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; margin: auto;}
.bandito-features-box h5 { font-size: 15px; font-weight: 700; text-transform: uppercase;}
.bandito-features-box p { color: #d5daf1; font-size: 14px;} 

.bandito-world-wide-servers-block { display: block; padding: 55px 0; background: #041e35;}
.bandito-world-wide-servers-block .commen-head p { color: #a4a8ae;} 
.bandito-world-wide-servers-main { display: block;}
.bandito-world-wide-servers-main ul { display: block; text-align: center;}
.bandito-world-wide-servers-main ul li { display: inline-block; padding: 0 25px; margin-top: 30px;}

.bandito-frequently-asked-block { display: block; padding: 70px 0; background: #fff;}
.bandito-frequently-asked-block .commen-head { margin-bottom: 40px;}
.bandito-frequently-asked-block .commen-head p { color: #041338; font-size: 14px;} 
.frequently-asked-main { display: block; max-width: 790px; margin: auto;}
.frequently-asked-main .accordion-item { border-top: 1px solid #cccccc; cursor: pointer; position: relative;}
.frequently-asked-main .accordion-item:before { content: "?"; width: 21px; height: 21px; display: block; position: absolute; left: 0px; top: 27px; background: #d9e0fd; color: #4263f3; border-radius: 100%; text-align: center; font-weight: 700; line-height: 21px;}
.frequently-asked-main .accordion-item h4 { font-size: 18px; color: #121624; font-weight: 700; margin-bottom: 0px; padding: 28px 35px;}
.frequently-asked-main .accordion-item:first-child { border-top: none;}
.frequently-asked-main .data { display: none;}
.frequently-asked-main .accordion-item.open h4 { color: #4263f3;}
.frequently-asked-content { display: block; padding: 0px 35px; padding-bottom: 15px;}
.accordion-plus-minus { display: block; width: 22px; height: 22px; border-radius: 100%; border: 1px solid #b2b2b2; position: absolute; right: 15px; top: 26px;}
.accordion-plus-minus:before { content: ''; width: 50%; height: 2px; display: block; background: #000000; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto;}
.accordion-plus-minus:after { content: ''; width: 2px; height: 50%; display: block; background: #000000; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto;}
.frequently-asked-main .accordion-item.open .accordion-plus-minus:after { display: none;}

.bandito-vpn-block { display: block; padding: 75px 0px; background: #e2f7d9;}
.bandito-vpn-main { display: block; text-align: center;}
.bandito-vpn-main h3 { color: #031934; font-size: 35px; margin-bottom: 45px;}
.bandito-vpn-main h3 span { font-weight: 700;}
.orenge-color { color: #e25e22 !important;}
.get-bandito-vpn { padding: 0 40px; height: 60px; font-size: 18px; text-transform: capitalize;}

.usenet-plans-banner-block { display: block; padding-top: 165px; min-height: 775px; text-align: center;}
.usenet-plans-banner-block h3 { color: #ffffff; font-size: 48px; font-weight: 700; margin-bottom: 25px;}
.usenet-plans-banner-block h4 { color: #6fd543; font-size: 34px; font-weight: 700; margin-bottom: 10px;}
.usenet-plans-banner-block p { color: #dbe5f2; font-size: 14px; margin-bottom: 15px;}
.usenet-plans-banner-block p span { color: #f0c611;}


.usenet-plans-top-block { display: flex; background: #eff3f7; padding-bottom: 90px;}
.usenet-plans-top-main { display: block; margin-top: -415px;}
.home-package-tabs .resp-tab-content { border: none; padding: 0px; background-color: transparent;}
.home-package-tabs .resp-tabs-container { background-color: transparent;}
.home-package-tabs .resp-tabs-list { text-align: center;}
.home-package-tabs .resp-tabs-list li.resp-tab-item { float: none; color: #7d8e9f; font-size: 17px; font-weight: 700; padding: 0px;}
.home-package-tabs .resp-tabs-list li.resp-tab-item span { display: block; background: #ffffff; padding: 8px 30px; border: 1px solid #cad1db; border-radius: 3px; font-size: 14px; color: #6b7c93; margin-top: 8px;}
.home-package-tabs .resp-tabs-list li.resp-tab-item.resp-tab-active { border: none; color: #d2772e; background-color: transparent; position: relative;}
.home-package-tabs .resp-tabs-list li.resp-tab-item.resp-tab-active span { background: #f0d7c3; border: 1px solid #e7791d; color: #d17325;}
.home-package-tabs .resp-tabs-list li.resp-tab-item.resp-tab-active:before { content: ''; width: 0; height: 0; display: block; border: 10px solid #e7791d; border-color: #e7791d transparent transparent transparent; position: absolute; left: 0px; bottom: -19px; right: 0px; margin: auto;}
.home-package-tabs .resp-tabs-list li.resp-tab-item.resp-tab-active:after { content: ''; width: 0; height: 0; display: block; border: 10px solid #f0d7c3; border-color: #f0d7c3 transparent transparent transparent; position: absolute; left: 0px; bottom: -18px; right: 0px; margin: auto;}

.usenet-plans-top-block .resp-tabs-list li.resp-tab-item { color: #6fd543; font-size: 25px;}
.usenet-plans-top-block .resp-tabs-list li.resp-tab-item span { margin-top: 12px; background: none; color: #d5d4d0; text-transform: uppercase; font-weight: 700; border: 2px solid #737d87; padding: 8px 40px;}
.usenet-plans-top-block .resp-tabs-list li.resp-tab-item.resp-tab-active span { background: #b55026; border: 1px solid #e25e22; color: #fff;}
.usenet-plans-top-block .resp-tabs-list li.resp-tab-item.resp-tab-active:before { content: ''; width: 0; height: 0; display: block; border: 10px solid #e25e22; border-color: #e25e22 transparent transparent transparent; position: absolute; left: 0px; bottom: -19px; right: 0px; margin: auto;}
.usenet-plans-top-block .resp-tabs-list li.resp-tab-item.resp-tab-active:after { content: ''; width: 0; height: 0; display: block; border: 10px solid #b55026; border-color: #b55026 transparent transparent transparent; position: absolute; left: 0px; bottom: -18px; right: 0px; margin: auto;}

.usenet-plans-top-boxes { display: flex; flex-direction: row; justify-content: space-between; gap: 14px;}
.usenet-plans-box { flex-basis: 100%; background: #FFF; border: 1px solid #d5dbe1; border-radius: 12px; text-align: center; margin-top: 55px; padding: 35px 24px; position: relative;}
.usenet-plans-box-span { margin-bottom: 35px; display: inline-block;}
.usenet-plans-box-cont { display: block;}
.usenet-plans-box-cont h4 { color: #031934; font-weight: 700; text-transform: uppercase; font-size: 15px; margin-bottom: 30px;}
.package-box-ul { display: block; margin-bottom: 40px;}
.package-box-ul li { display: block; padding: 2px 0; color: #7e868e; font-size: 15px;}
.package-box-ul li span { color: #031934; font-weight: 700;}
.usenet-plans-box-cont h3 { font-size: 48px; font-weight: 700;}
.usenet-plans-box-cont h3 span.euro-symbel { font-weight: 400;}
.usenet-plans-box-cont h3 span.dotted-amount { font-weight: 400; font-size: 28px;}
.usenet-plans-box-cont h5 { color: #031934; font-size: 16px; margin-bottom: 30px;}
.start-free-trial-btn { display: block; height: 50px; line-height: 50px;}
.recommented-ribbon { display: block; width: 117px; height: 117px; position: absolute; right: -6px; top: -7px;}
.usenet-combo { display: block; width: 100%; padding: 3px 5px; background: #f5cb13; box-shadow: 0 0 0 1px #f5cb13; color: #000000; font-weight: 700; text-transform: uppercase; font-size: 15px; position: absolute; left: 0px; top: -20px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px;}

.highlighted-usenet-plans { background: #041338;}
.highlighted-usenet-plans .usenet-plans-box-cont h4 { color: #fff;}
.highlighted-usenet-plans .package-box-ul li { color: #7e868e;}
.highlighted-usenet-plans .package-box-ul li span { color: #fff;}
.highlighted-usenet-plans .usenet-plans-box-cont h3 { color: #fff;}
.highlighted-usenet-plans .start-free-trial-btn { background: #e25e22; color: #fef50a;}
.highlighted-usenet-plans .start-free-trial-btn:hover { background: #f9773d;}
.highlighted-usenet-plans .usenet-plans-box-cont h5 { color: #fff;}

.usnet-features-boxes-block { display: block; margin-top: 70px;}
.usnet-features-boxes-block h3 { text-align: center; font-size: 35px; font-weight: 700; margin-bottom: 0px;}
.usnet-features-boxes { display: flex; flex-direction: row; justify-content: space-between; gap: 14px;}
.usnet-features-box { flex-basis: 100%; margin-top: 55px; padding-left: 95px; padding-right: 15px; position: relative;}
.usnet-features-box h5 { color: #121624; font-size: 15px; font-weight: 700; text-transform: uppercase;}
.usnet-features-box p { color: #71747b; font-size: 14px; line-height: 22px;}
.usnet-features-box-img { display: inline-block; position: absolute; left: 0px; top: -10px;}





/*font-family: 'icomoon';*/
