/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}
@font-face {
    font-family: ubuntu bold;
    src:  url(../../fonts/ubuntu.bold.ttf)
}
@font-face {
    font-family: ubuntu light;
    src:  url(../../fonts/ubuntu.light.ttf)
}
@font-face {
    font-family: ubuntu medium;
    src:  url(../../fonts/ubuntu.medium.ttf)
}
@font-face {
    font-family: ubuntu regular;
    src:  url(../../fonts/ubuntu.regular.ttf)
}
@font-face {
    font-family: OpenSans regular;
    src:  url(../../fonts/OpenSans-Regular.ttf)
}
a {
    color: #50d8af;
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: #51d8af;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #50d8af;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: #50d8af;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #0c2e8a;
    color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #F3F8FB;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #555;
}

#topbar .contact-info a:hover {
    color: #50d8af;
}

#topbar .contact-info i {
    color: #616161;
    padding: 4px;
}
.contact-info.float-left span ,.contact-info.float-left a{
    color: #079100 !important;
    margin-left: 6px !important;
}
#topbar .contact-info .phone-top-cls{
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #A9ADB0;
}
#topbar .contact-info .phone-top-cls2 {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #A9ADB0;
}
#topbar .social-links a {
    color: #555;
    padding: 7px 12px;
    display: inline-block;
    line-height: 1px;
    border: 1px solid #e9e9e9;
}
.google-plus {
    padding-right: 7px !important;
}

#topbar .social-links a:hover {
    color: #089200;
}

.stripe-button-el {
    display: block !important;
    background: #fff !important;
    border: 1px solid #B1B1B1 !important;
    width: 60% !important;
    padding: 10px 0px 10px 0 !important;
    text-align: center !important;
    margin: auto !important;
    color: #42a600 !important;
    border-radius: 5px !important;
    font-family: ubuntu medium !important;
    font-size: 16px !important;
    margin-left: 20% !important;
    margin-top: 5px !important;
}

.stripe-button-el:hover {
    background: #42a600 !important;
    border: 1px solid #fff;
    color: #fff !important;
}

.stripe-button-el:hover span {
    background: #42a600 !important;
    color: #fff !important;
    border: 1px solid #42a600 !important;
}

.stripe-button-el span {
    display: block !important;
    background: #fff !important;
    color: #42a600 !important;
    font-family: ubuntu medium !important;
    font-size: 16px !important;
    font-weight: normal !important;
    height: 25px !important;
    line-height: 25px !important;
    min-height: 25px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 20px 0;
    height: 85px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #B2B2B2;
}

#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#header #logo h1 a {
    color: #0c2e8a;
    line-height: 1;
    display: inline-block;
}

#header #logo h1 a span {
    color: #50d8af;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header {
        padding: 20px 0;
        height: 74px;
    }
    #header #logo h1 {
        font-size: 34px;
    }
    #header #logo img {
        max-height: 40px;
    }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    width: 100%;
    height: 500px;
    position: relative;
    background: url("../../images/bg1.png") no-repeat;
    background-size: cover;
    margin-bottom: 35px;
}

#intro .intro-content {
    display: block;
    align-items: center;
    text-align: center;
    width: 100%;
}
.best_iptv {
    width: 50%;
    float: left;
    padding-top: 80px;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 8px;
}
.download_mobile_btn {
    background: #fff !important;
    padding: 10px 20px;
    color: #42a600 !important;
    border-radius: 5px;
    margin-right: 15px;
    border: 2px solid #fff;
    font-family: ubuntu medium;
    font-size: 16px;
}

.download_mobile_btn:hover {
    background: #42a600 !important;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 5px;
    margin-right: 15px;
    border:2px solid #fff;
}
#pricing-plans h3.h3_without-bg {
    background-color: #42a600;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 17px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    /* border-radius: 4px; */
    text-align: center;
}
#pricing-plans h3.h3_bg{
    background-image: url("../../images/most-pop.png");
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 17px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    /* border-radius: 4px; */
    text-align: center;
}
section#pricing-plans p {
    color: #42a600;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0px;
}
#pricing-plans .box.wow.fadeInLeft {
    border: 1px solid #D2D2D2;
    padding-left: 0px;
    border-radius: 6px;
    padding-bottom: 50px;
}
#pricing-plans  a{
    display: block;
    background: #fff;
    border: 1px solid #B1B1B1;
    pdding: 10px 9px -9px 0;
    width: 60%;
    padding: 10px 0px 10px 0;
    text-align: center;
    margin: 0 auto;
    color: #42a600;
    border-radius: 5px;
    font-family: ubuntu medium;
    font-size: 16px;
}

#pricing-plans  a:hover{
    display: block;
    background: #42a600 !important;
    border: 1px solid #fff;
    color: #fff !important;
}
#pricing-plans  h4 {
    color: #AAAAAA;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 50px;
}
.container {
    max-width: 1330px;
}
#intro .intro-content h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 75px;
    font-weight: 700;
    font-family: ubuntu bold;
}
.best_iptv.best_iptv-left {
    padding-left: 0px;
    padding-top: 110px;
    padding-bottom: 150px;
    padding-right: 50px;
}
.best_iptv.best_iptv-left p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    font-family: OpenSans regular;
    line-height: 25px;
}
.mediun-size-text {
    color: #fff;
    font-size: 25px;
    font-family: ubuntu bold;
}
#intro .intro-content h2 span {
    color: #50d8af;
    text-decoration: underline;
}
.section-header p {
    padding-left: 95px;
    margin: 0;
    padding-right: 95px;
    text-align: center;
}

@media (max-width: 767px) {
    #intro .intro-content h2 {
        font-size: 34px;
    }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
}

#intro .intro-content .btn-get-started {
    background: #0c2e8a;
    border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
    background: none;
    color: #0c2e8a;
}

#intro .intro-content .btn-projects {
    background: #50d8af;
    border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
    background: none;
    color: #50d8af;
}

#intro #intro-carousel {
    z-index: 8;
}

#intro #intro-carousel::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}

#intro #intro-carousel .item {
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    width: 79%;
    margin: 0 auto;
    float: left;
    padding-top: 10px;
}
.suibscription_iptv {
    float: right;
    border: 1px solid #B1B1B1;
    padding: 7px 12px 7px 12px;
    border-radius: 5px;
    color: #089101 !important;
    font-size: 15px;
    font-weight: 600;
}
a.suibscription_iptv:hover{
    background: #42a600!important;
    color: #fff !important;
    border: 1px solid #42a600;
}
@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    text-transform: uppercase;
}
.nav-menu > li:first-child {
    margin-left: 115px;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #42a600;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #50d8af;
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #555;
}

@media (max-width: 900px) {
    #mobile-nav-toggle {
        display: inline;
    }
    #nav-menu-container {
    display: none;
}
.col-lg-3.col-sm-6.most-popular {
    margin-top: 0px;
}
.most-popular .bg-cls-div {
    margin-bottom: 0px;
}
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #50d8af;
}

#mobile-nav ul .menu-item-active {
    color: #50d8af;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 80px;
}

.section-header h2 {
    font-size: 40px;
    color: #4C4C4C;
    position: relative;
    padding-bottom: 28px;
    text-align: center;
    padding-top: 50px;
    font-family: ubuntu bold;
}
.section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 15%;
    height: 4px;
    background: #42a600;
    bottom: 0;
    left: 42%;
}

.section-header p {
    padding-left: 105px;
    padding-right: 105px;
    margin: 0;
    font-family: OpenSans regular;
    font-size: 15px;
}

/* About Section
--------------------------------*/
#about {
    padding: 60px 0 30px 0;
}

#about .about-img {
    overflow: hidden;
}

#about .about-img img {
    margin-left: -15px;
    max-width: 100%;
}

@media (max-width: 768px) {
    #about .about-img {
        height: auto;
    }
    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
}

#about .content h2 {
    color: #0c2e8a;
    font-weight: 700;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
}

#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#about .content p {
    line-height: 26px;
}

#about .content p:last-child {
    margin-bottom: 0;
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #50d8af;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

#about .content ul li {
    padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
    padding: 30px 0 0 0;
}

#services .box {
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
    border: 1px solid #D2D2D2;
}

#services .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

#services .box .icon {
    float: none;
    text-align: center;
    padding-top: 25px;
}

#services .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}

#services .box .icon i:before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#services .box h4 {
    margin-bottom: 15px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-family: ubuntu bold;
}

#services .box h4 a {
    color: #444;
}

#services .box p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 767px) {
    #services .box .box {
        margin-bottom: 20px;
    }
    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #services .box h4, #services .box p {
        margin-left: 0;
        text-align: center;
    }
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 30px 0;
}

#clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}

#clients img:hover {
    opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#clients .owl-dot.active {
    background-color: #50d8af;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
    background: #fff;
    padding: 30px 0;
}

#portfolio .portfolio-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#portfolio .portfolio-item h2 {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
}

#portfolio .portfolio-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#portfolio .portfolio-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 30px 0;
}

#testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 0px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    width: 93%;
}

@media (max-width: 767px) {
    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}

#testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 1px solid #099100;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    padding: 20px 75px 20px 75px;
}

#testimonials .owl-nav, #testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

#testimonials .owl-dot.active {
    background-color: #50d8af;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: #FFFFFF;
    background-size: cover;
    padding: 30px 0 15px 0;
    margin-top: 15px;
}
section#contact .container {
    background: #42a600;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.col-lg-6.conatc-left-text {
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
}
h3.contact-left-sub-text {
    padding-top: 50px;
    padding-bottom: 0px;
    font-size: 50px;
    font-weight: 600;
    font-family: ubuntu regular;
}
#call-to-action .cta-title {
    color: #fff;
    font-size: 40px;
    padding-top: 21px;
    line-height: 0px;
    font-family: ubuntu regular;
}
#call-to-action .cta-text {
    color: #fff;
    padding-top: 10px;
    font-size: 16px;
    font-family: OpenSans regular;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #42a600;
    background: #fff !important;
    font-family: ubuntu medium;
    font-size: 16px;
}

/*#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}*/

#call-to-action .cta-btn:hover {
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
    background: #42a600 !important;
}
#testimonials {
    background: #f8f8f8 !important;
    padding-top: 85px;
    padding-bottom: 85px;
    margin-top: 80px;
    background-repeat: no-repeat;
    /* height: 577px; */
    background-size: cover;
}
#testimonials .container2{
    background: #EEF4F0 !important;
}
/* Our Team Section
-----
   background: none;---------------------------*/
#team {
    background: #fff;
    padding: 30px 0 0 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    overflow: hidden;
    text-align: center;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member .details {
    background: #50d8af;
    color: #fff;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 5px;
}

#team .member .social a {
    color: #fff;
}

#team .member .social i {
    font-size: 16px;
    margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
    padding: 60px 0;
}

#contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #50d8af;
}

#contact .contact-info address, #contact .contact-info p {
    margin-bottom: 0;
    color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

#contact .contact-info a {
    color: #000;
}

#contact .contact-info a:hover {
    color: #50d8af;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

#contact .form #sendmessage {
    color: #50d8af;
    border: 1px solid #50d8af;
    padding: 10px;
    font-weight: 600;
    float: left;
    margin-top: 25px;
    width: 70%;
    display: none;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input, #contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

#contact .form button[type="submit"] {
    background: #fff;
    border: 0;
    border-radius: 5px;
    padding: 10px 60px;
    color: #42a600;
    transition: 0.4s;
    cursor: pointer;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #fff;
}

#contact .form button[type="submit"]:hover {
    background: #42a600;
    color: #fff;
    border: 2px solid;
}
#footer .container {
    max-width: 1180px;
    /* background: #151515; */
    /*    padding: 100px 0 191px 40px;*/
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    padding: 75px 0 30px 0;
    font-size: 14px;
    background: #151515;
}
.footer-widget p {
    color: #DEDEDE;
    line-height: 26px;
    padding-top: 20px;
    padding-right: 10px;
    font-size: 14px;
    font-family: OpenSans regular;
}
ul.left-ul {
    list-style-type: none;
    color: #42a600;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    font-family: ubuntu bold;
}
ul.left-ul li {
    color: #DEDEDE !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    font-family: OpenSans regular;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
.subscribe h5 {
    list-style-type: none;
    color: #42a600;
    font-size: 18px;
    padding: 0;
    font-family: ubuntu bold;
}
.subscribe input{
    height: 40px;
    width: 264px;
}
h5.follow-us {
    padding-top: 25px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #555;
}

#footer .credits a {
    color: #0c2e8a;
}
.copyright-wrapper {
    background: #000000;
    color: #fff;
    padding: 10px 0 10px 0;
    text-align: center;
    font-size: 14px;
    font-family: OpenSans regular;
}
.col-lg-5.footer-widget {
    padding-top: 25px;
    border-right: 1px solid;
}
#intro2 {
    width: 100%;
    position: relative;
    background: #42a600;
    margin-bottom: 35px;
    padding-top: 35px;
    padding-bottom: 62px;
    margin-top: 25px;
    border-right: 1px solid;
}
#intro2 .section-header h2 {
    font-size: 40px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 30px;
    font-family: ubuntu bold;
}
#intro2 .section-header h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 15%;
    height: 4px;
    background: #fff;
    bottom: 0;
    left: 42%;
}
section#intro2 h2.step_no {
    position: absolute;
    top: 10%;
    color: #fff;
    left: 42%;
    width: 64px;
    font-size: 35px;
    font-weight: 600;
}
section#intro2 .col-lg-4{
    text-align: center;
    margin-right: -7px;
}
section#intro2 h3 {
    padding-top: 25px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}
section#intro2 p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
section#intro2 .row {
    width: 98%;
    margin: 0 auto;
}
section#intro2 h2.first_step::after {
    content: "";
    background-image: url(../../images/img9.png);
    padding: 34px;
    background-repeat: no-repeat;
    position: absolute;
    left: 102px;
    padding: 145px;
    top: -26px;

}
section#intro2 h2.second_step::after {
    content: "";
    background-image: url(../../images/img10.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 104px;
    padding: 135px;
    top: 40px;
}
.testimonials-carousel .item{
    display: inline-block;
}
img.testi-custom-cls{
    display: inline-block !important;
    width: auto !important;
}
.testimonial-item.item h3 {
    padding-top: 15px;
}
section#topbar  .container {
    padding-top: 2px;  
}
.owl-dots {
    display: none;
}
.bg-cls-div {
    background: #F9F9F9;
    padding-left: 0px;
}
.userfull_links{
    padding-left: 35px;   
}
.col-lg-6.conatc-left-text p {
    background-image: url("../../images/img13.png");
    background-repeat: no-repeat;
    position: 100% 100%;
    background-position: 100% 100%;
    padding-bottom: 35px;
}
.social-links.float-right {
    margin-right: 5px !important;
}
.contactForm {
    padding-top: 0px;
} 
#pricing-plans .box.wow.fadeInLeft:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    box-shadow: 5px 5px 5px #EDEDED;
}
.owl-prev {
    position: absolute;
    left: 3%;
    top: 33%;
}
.owl-next {
    position: absolute;
    right: 3%;
    top: 33%; 
}
.fa-chevron-right::before {
    content: "" !important;
    background-image: url("../../images/arrow.png");
    background-repeat: no-repeat;
        padding: 5px 10px;
}
.fa-chevron-left::before {
    content: "" !important;
    background-image: url("../../images/arrow2.png");
    background-repeat: no-repeat;
   padding: 7px 29px;
}
.subscribe input {
    height: 45px;
    width: 265px;
    padding: 10px;
}
/*.subscribe input:hover {
   height: 43px;
    width: 265px;
    padding: 10px;
}*/
.subscribe .subscribe-arrow {
    padding-bottom: 2px;
}
.langugae_converter{
    display: inline-block;
    padding-right: 10px;
}
.langugae_converter .btn.btn-default.dropdown-toggle {
    background-color: transparent !important;
    font-size: 16px;
    padding-top: 0px;
}
.langugae_converter img{
    padding-right: 5px;
}
.contact-info.float-left {
    padding-top: 6px;
}
.best_iptv iframe{
    padding-bottom: 10px;
}
#intro2 .section-header{
    margin-bottom: 70px !important;
}
#services .section-header h2{
    padding-top: 10px;
}
#testimonials  .section-header h2{
    padding-top: 35px
}
#testimonials  .section-header{
    margin-bottom: 50px !important;
}
#services .section-header {
    margin-bottom: 55px !important;
}
.most-popular .bg-cls-div {
    margin-bottom: 55px;
}
.col-lg-3.most-popular{
    margin-top: -20px; 
}
.back-to-top {
    background: #099100 !important;
}
ul.left-ul li a {
    color: #DEDEDE !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    font-family: OpenSans regular;
}
ul.left-ul li a:hover {
    color: #099100 !important;
}
.userfull_links {
    padding-left: 70px;
}
#pricing-plans .section-header {
    margin-bottom: 90px !important;
}
.col-lg-4.subscribe ul {
    padding-left: 0px;
}
.col-lg-4.subscribe ul li {
    display: inline-block;
    padding: 28px 30px 0px 0;
}
.col-lg-4.subscribe ul li.facebook-fo {
    display: inline-block;
    padding: 28px 30px 0px 0;
    background-image: url(../../images/fb-footer.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.facebook-fo:hover {
    display: inline-block;
    padding: 28px 30px 0px 0;
    background-image: url(../../images/facebook-hover.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.linked-fo {
    display: inline-block;
    padding: 28px 30px 0px 0;
    background-image: url(../../images/linkdin-footer.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.linked-fo:hover {
    display: inline-block;
    padding: 28px 30px 0px 0;
    background-image: url(../../images/linkdin-hover.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.youtube-fo {
    display: inline-block;
    padding: 28px 30px 0px 0;
    background-image: url(../../images/youtube-footer.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.youtube-fo:hover {
    display: inline-block;
    padding: 28px 30px 0px 0;
    background-image: url(../../images/youtube-hover.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.goo-fo {
    display: inline-block;
    padding: 28px 30px 0px 0;
    background-image: url(../../images/google-plus-footer.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.goo-fo:hover {
    display: inline-block;
    padding: 28px 30px 0px 0;
    background-image: url(../../images/google-plus-hover.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.twitter-fo {
    display: inline-block;
    padding: 28px 30px 0px 0;
    background-image: url(../../images/twitter-footer.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.twitter-fo:hover {
    display: inline-block;
    padding: 28px 30px 0px 0;
    background-image: url(../../images/twitter-hover.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.pint-fo {
    display: inline-block;
    padding: 28px 30px 0px 0;   
    background-image: url(../../images/pintrest-footer.png);
    background-repeat: no-repeat;
}
.col-lg-4.subscribe ul li.pint-fo:hover {
    display: inline-block;
    padding: 28px 30px 0px 0;   
    background-image: url(../../images/pintrest-hover.png);
    background-repeat: no-repeat;
}
a.footer_arrow_link {
    background: #42a600;
    display: block;
    padding: 12px 30px 12px 25px;
    width: 15%;
    display: inline;
    border: 1px solid #42a600;
    background-image: url(../../images/arrow-hover-footer.png);
    background-repeat: no-repeat;
    position: 100;
    background-position: 55% 50%;
}
a.footer_arrow_link:hover {
    background: #fff;
    display: block;
    padding: 12px 30px 12px 25px;
    width: 15%;
    display: inline;
    border: 1px solid #42a600;
    background-image: url(../../images/arrow-footer.png);
    background-repeat: no-repeat;
    position: 100;
    background-position: 55% 50%;
}
#thank_you .intro-content {
    text-align: center;
    padding: 170px 100px;
}
#thank_you h2 {
    color: #42a600;
    font-size: 40px;
    font-family: ubuntu regular;
}
#thank_you p {
    line-height: 1px;
}
#select_payment {
    background: #42a600;
    background-size: cover;
    padding: 40px 0 15px 0; 
    margin-top: 0px;
}
#select_payment p{
    text-align: center !important;
    color: #fff;
    font-size: 32px;
    font-family: ubuntu regular;
    width: 100%;
}
section.subscription_pre .container {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
    width: 65%;
}
.col-lg-3.payment_options {
    text-align: center;
}
.col-lg-3.payment_options a.visa{
    background-image: url("../../images/paymet-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 45px 60px 57px;
    background-position: 100% 100%;
}
.col-lg-3.payment_options a.visa:hover{
    background-image: url("../../images/bg-hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}
.col-lg-3.payment_options a.Paypal{
    background-image: url("../../images/paymet-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 45px 60px 57px;
    background-position: 100% 100%;
}
.col-lg-3.payment_options a.Paypal:hover{
    background-image: url("../../images/bg-hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}
.col-lg-3.payment_options a.offline_checkout{
    background-image: url("../../images/paymet-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 45px 60px 57px;
    background-position: 100% 100%;
}
.col-lg-3.payment_options a.offline_checkout:hover{
    background-image: url("../../images/bg-hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}
.col-lg-3.payment_options a.other_options{
    background-image: url("../../images/paymet-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 45px 60px 57px;
    background-position: 100% 100%;
}
.col-lg-3.payment_options a.other_options:hover{
    background-image: url("../../images/bg-hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}
p.paypal {
    margin-bottom: 42px;
}
.col-lg-3.payment_options {
    padding-left: 10px;
    padding-right: 10px;
}
section.subcription_form h2 {
    font-size: 28px;
    font-family: ubuntu medium;
}
section.subcription_form {
    background: #f8f8f8;
    padding: 60px 0px 40px 0px;
}
section.subcription_form  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: ubuntu regular;
}
section.subcription_payment_options {
    padding-top: 50px;
    padding-bottom: 20px;
}
section.subcription_payment_options h3 {
    font-size: 28px;
    font-family: ubuntu medium;
}
section.subcription_payment_options .row {
    padding-bottom: 15px;
}
section.subcription_payment_options .row .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem .79rem;
    font-size: 1rem;
    line-height: 2.5;
    color: #495057;
    background-color: #f8f8f8;
    border: none;
}
section.subcription_payment_options .row p {
    font-size: 13px;
    font-family: OpenSans regular;
    padding-left: 2px;
    margin-bottom: 0px;
}
section.subcription_form .checkbox {
    width: 8%;
    float: left;
    margin-top: 20px;
}
section.subcription_form  p{
    font-size: 13px;
    font-family: OpenSans regular;
    margin-top: 18px;
}
.form-group.submit_btn input {
    width: 100%;
    background: #fff;
    border: 1px solid #B1B1B1;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #42a600;
    font-family: ubuntu medium;
    font-size: 17px;
}
.form-group.submit_btn input:hover {
    width: 100%;
    background: #42a600;
    border: 1px solid #42a600;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-family: ubuntu medium;
    font-size: 17px;
}
.subscription_pre a.Paypal {
    padding-left: 29px !important;
    padding-right: 29px !important;
    cursor: pointer;
}
section.subscription_pre p {
    font-size: 18px;
    font-family: ubuntu medium;
}

.form-control-feedback {
    /* jc */
    position: relative !important;
    right:auto !important;
    width: auto !important;
    height: auto !important;
    text-align: left !important;
}

@media screen and (max-width: 467px) {
    #topbar .contact-info .phone-top-cls2 {
        border-left: none !important; 
    }
    .d-none {
        display: none !important; 
    }
    #topbar .contact-info .phone-top-cls {
        padding-left: 5px !important;
        margin-left: 5px !important;
    }
    #topbar .contact-info a {
        line-height: 2;
    }
    .contact-info.float-left span {
        color: #079100 !important;
        margin-left: 5px !important;
    }
    .best_iptv.best_iptv-left {
        padding-left: 0px;
        padding-top: 50px;
        width: 100%;
    }
    .best_iptv {
        width: 100%;
        padding-top: 0px; 
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .best_iptv iframe {
        width: 100%;
    }
    .download_mobile_btn {
        padding: 8px 5px;
        float: left;
        margin-top: 10px;
    }
    #intro {
        width: 100%;
        height: 900px;
        margin-bottom: 35px;
    }
    .section-header p {
        margin: 0;
        text-align: center;
        padding-right:0;
        padding-left:0;
    }
    section#intro2 h2.first_step::after , section#intro2 h2.second_step::after {
        display: none;
    }
    section#intro2 h2.step_no {
        top: 10%;
        left: 158px;
    }
    #pricing-plans .col-lg-3{
        padding-bottom: 20px;
        padding-right: 20px;
    }
    .section-header h2 {
        font-size: 34px;
    }
    .col-lg-3.most-popular {
        padding-top: 13px;
    }
    #testimonials .section-header {
        margin-bottom: 20px !important;
    }
    #testimonials .testimonial-item {
        margin: 30px 0px;
    }
    #testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 auto 15px auto;
        padding: 20px 25px 20px 25px;
    }
    .contact-rigt-text{
        padding-right: 15px;
        padding-left: 10px;
    }
    .contactForm {
        padding-top: 20px;
    }
    #call-to-action .cta-title {
        color: #fff;
        font-size: 35px;
        padding-top: 5px;
        line-height: 35px;
    }
    #call-to-action .cta-text {
        padding-top: 0px;
    }
    #footer {
        padding: 35px 0 30px 0;
    }
    .userfull_links {
        padding-left: 0px;
    }
    .subscribe input {
        height: 45px;
        width: 220px;
    }
    #intro .intro-content h2 {
        font-size: 40px;
    }
    .mediun-size-text {
        font-size: 20px;
    }
    .best_iptv.best_iptv-left {
        padding-bottom: 75px;
    }
    .suibscription_iptv {
        float: left;
        margin-left: 15px;
    }
    #services {
        padding: 10px 0 0 0;
    }
    h3.contact-left-sub-text {
        font-size: 38px;
    }
    #contact {
        padding: 40px 0;
    }
    ul.left-ul {
        padding-left: 15px;
    }
    #select_payment p{
        font-size: 27px;
    }
    .col-lg-3.payment_options {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 60px;
    }
    #thank_you p {
        line-height: 1px;
        font-size: 15px;
    }
    #thank_you h2 {
        font-size: 35px;
    }
    #thank_you .intro-content {
        padding: 50px 0 35px 0;
    }
        section#contact .form {
        margin-top: 20px;
    }
    #pricing-plans .section-header {
        margin-bottom: 50px !important;
    }
    section#pricing-plans .section-header h2{
            padding-top: 20px;
    }
}
@media (min-width: 468px) and (max-width: 767px) {
#topbar .contact-info .phone-top-cls2 {
        border-left: none !important; 
    }
    .d-none {
        display: none !important; 
    }
    #topbar .contact-info .phone-top-cls {
        padding-left: 5px !important;
        margin-left: 5px !important;
    }
    #topbar .contact-info a {
        line-height: 2;
    }
    .contact-info.float-left span {
        color: #079100 !important;
        margin-left: 5px !important;
    }
    .best_iptv.best_iptv-left {
        padding-left: 0px;
        padding-top: 50px;
        width: 100%;
    }
    .best_iptv {
        width: 100%;
        padding-top: 0px; 
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .best_iptv iframe {
        width: 100%;
    }
    .download_mobile_btn {
        padding: 8px 5px;
        float: left;
        margin-top: 10px;
    }
    #intro {
        width: 100%;
        height: 900px;
        margin-bottom: 35px;
    }
    .section-header p {
        margin: 0;
        text-align: center;
        padding-right:0;
        padding-left:0;
    }
    section#intro2 h2.first_step::after , section#intro2 h2.second_step::after {
        display: none;
    }
    section#intro2 h2.step_no {
            top: 17%;
    left: 187px;
    }
    #pricing-plans .col-lg-3{
        padding-bottom: 20px;
        padding-right: 35px;
    }
    .section-header h2 {
        font-size: 34px;
    }
    .col-lg-3.most-popular {
        padding-top: 13px;
    }
    #testimonials .section-header {
        margin-bottom: 20px !important;
    }
    #testimonials .testimonial-item {
        margin: 30px 0px;
    }
/*    #testimonials  .container{
           padding-right: 35px; 
    }*/
    #testimonials .testimonial-item p {
        font-style: italic;
        margin: 0 auto 15px auto;
        padding: 20px 25px 20px 25px;
    }
    .contact-rigt-text{
        padding-right: 15px;
        padding-left: 10px;
    }
    .contactForm {
        padding-top: 20px;
    }
    #call-to-action .cta-title {
        color: #fff;
        font-size: 35px;
        padding-top: 5px;
        line-height: 35px;
    }
    #call-to-action .cta-text {
        padding-top: 0px;
    }
    #footer {
        padding: 35px 0 30px 0;
    }
    .userfull_links {
        padding-left: 0px;
    }
    .subscribe input {
        height: 45px;
        width: 220px;
    }
    #intro .intro-content h2 {
        font-size: 40px;
    }
    .mediun-size-text {
        font-size: 20px;
    }
    .best_iptv.best_iptv-left {
        padding-bottom: 75px;
    }
    .suibscription_iptv {
        float: left;
        margin-left: 15px;
    }
    #services {
        padding: 10px 0 0 0;
    }
    h3.contact-left-sub-text {
        font-size: 40px;
    }
    #contact {
        padding: 40px 0;
    }
    ul.left-ul {
        padding-left: 15px;
    }
    #select_payment p{
        font-size: 27px;
    }
    .col-lg-3.payment_options {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 60px;
    }
        #thank_you p {
        line-height: 1px;
        font-size: 15px;
    }
    #thank_you h2 {
        font-size: 35px;
    }
    #thank_you .intro-content {
        padding: 50px 0 35px 0;
    }
    section#contact .form {
        margin-top: 20px;
    }
    #pricing-plans .section-header h2 {
    padding-top: 30px;
}

}

@media (min-width: 768px) and (max-width: 1023px) {
    #intro {
        height: 770px;
        padding: 35px 0 35px 0;
    }
    .best_iptv {
        width: 80%;
        float: left;
        padding-top: 50px;
        text-align: left;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .best_iptv.best_iptv-left {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .suibscription_iptv {
        float: left;
        margin-left: 15px;
    }-remove:before, .fa-close:before, .fa-times:before {
            content: "\f00d";
            color: #fff;
    }
    #intro .intro-content h2{
        font-size: 65px
    }
    #services .box h4{
        font-size: 25px; 
    }
    section#intro2 h2.first_step::after ,section#intro2 h2.second_step::after{
        display: none;
    }
    section#intro2 h2.step_no {
        top: 19%;
        left: 330px;
    }
    .col-lg-3.col-sm-6.most-popular{
        margin-top: -15px;   
    }
    #pricing-plans .col-lg-3.col-sm-6 {
        padding-bottom: 40px;
    }
    #pricing-plans .section-header {
        margin-bottom: 50px !important;
    }
    #pricing-plans .section-header h2{
        padding-top: 30px;
    }
    #testimonials{
        margin-top: 45px    
    }
    .contactForm {
        padding-top: 30px;
    }
    section#contact .container {
        padding-right: 30px;
    }
    #call-to-action{
       margin-top: 0px;      
    }
    .col-lg-4.subscribe{
            margin-top: 45px;
    }
    section.subscription_pre .container {
        padding-top: 5px;
    }
    .col-lg-3.col-sm-6.payment_options {
        /* padding-bottom: 10px; */
        padding-top: 55px;
    }
    #thank_you .intro-content {
        text-align: center;
        padding: 170px 100px;
        padding: 60px 0 60px 0;
    }
    section#contact .form {
        margin-top: 20px;
    }
}
@media (min-width: 1024px) and (max-width: 1124px) {
    #nav-menu-container {
        width: 98%;
        margin: -25px auto;
        float: left;
    }
    .nav-menu > li:first-child {
           margin-left: 137px;
    }
    .nav-menu a {
        padding: 0px 3px;
    }
    section#intro2 h2.step_no {
        top: 15%;
        left: 132px;
    }
    .subscribe input {
        height: 45px;
        width: 240px;
    }

}

@media (min-width: 834px) and (max-width: 1122px){
    #intro {
        height: 600px;
        padding: 35px 0 35px 0;
    }
    .best_iptv {
        width: 80%;
        float: left;
        padding-top: 50px;
        text-align: left;
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .best_iptv.best_iptv-left {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 25px;
    }
    section#intro2 h2.step_no {
        top: 10%;
        left: 145px;
    }
    .download_mobile_btn{
            font-size: 13px;  
    }
    .best_iptv.best_iptv-right {
        width: 50%;
    }
        
    #intro .intro-content {
        padding-right: 60px;
    }

    section#intro2 h2.first_step::after ,section#intro2 h2.second_step::after{
        display: none;
    }
    
}
@media (min-width: 834px) and (max-width: 925px){
    section#intro2 h2.step_no {
    top: 19%;
    left: 362px;
}
}
@media (min-width: 926px) and (max-width: 1024px){
    section#intro2 h2.step_no {
    top: 15%;
    left: 130px;
}
}
