@media (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
    
}

@media (max-width: 1400px) {
    .mainMenu .mainMenuItem .mainMenuLink{
        padding: 30px 15px;
    }
}

@media (max-width: 1200px) {
    .mainMenu .mainMenuItem .mainMenuLink{
        padding: 30px 10px;
        font-size: 14px;
    }
}

.main-content{
    padding-top: 64px;
}

.mainHeaderRight ul {
    float: right;
}

.mainHeaderRight ul li {
    display: inline-block;
}

.mainHeaderRight ul li a {color: #fff;margin-right: 17px;}

.mainHeaderRight {
    margin-top: 25px;
}


.homeTopListContainer {
    background-color: #f4f2e9;
    border-radius: 20px;
}

.homeTopListBox {
    display: flex;
    align-items: center;
    border-right: 1px solid lightgray;
    padding: 50px;
}
.homeTopListContainer .row .col-md-4:last-child .homeTopListBox {
    border-right: 0;
}
.homeTopListIcon i {
    font-size: 80px;
}

.homeTopListInfo {
    margin-left: 30px;
}

.homeTopList {
    position: relative;
    margin-top: -100px;
    z-index: 1;
}


.sectionHead span {
    color: #e10419;
}
.homeAboutInfo h4 {
    font-weight: bold;
}
.homeAboutInfo span {
    color: #e10419;
    font-size: 30px;
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
}
.homeAboutRight p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.homeTopListInfo h5 {
    color: #e10419;
    font-weight: bold;
}

.homeTopListInfo h3 {
    font-weight: bold;
}

.homeServiceListBox img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.homeServiceListBox h4 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.homeServiceListBox {
    margin-bottom: 20px;
}

.homeServiceList {
    padding-bottom: 100px;
    border-top: 1px solid lightgray;
    padding-top: 50px;
}

.homeChoosePlan {
    padding: 100px 0;
    background-color: #171422;
}
.sectionHeading {
    text-align: center;
    padding-bottom: 40px;
}

.sectionHeading h3 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.sectionHeading p {
    text-align: center;
    color: #e2e2e2;
}
.homeChoosePlanHead {
    background: #f4f2e9;
    padding: 50px;
    text-align: center;
      border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.homeChoosePlanGrid {
    background-color: #fff;
    border-radius: 20px;
}

.homeChoosePlanGrid h4 {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    font-weight: bold;
}

.homeChoosePlanGrid {
    transition: 0.5s;
    margin-top: 10px;
}
.homeChoosePlanGrid:hover {
    transition: 0.5s;
    margin-top: 0;
}

.homeChoosePlanLink {
    background: #e10419;
    width: 220px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
       transition: 0.5s;
}
.homeChoosePlanLink:hover {
    background-color: #000;
    color: #fff;
}
.homeChooseIconList ul li a {text-decoration: none;}

.homeChooseIconList ul li a i {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    color: #000;
     font-size: 30px;
    box-shadow: 0 0 4px 5px #f1ebeb;
}
.homeChooseIconList ul li {
    display: inline-block;
}

.homeChooseIconList {
    margin-top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeChooseIconList ul {
    margin: 0;
    padding: 0;
}

.planBtn {
    padding-bottom: 50px;
}



.homeChoosePlanList ul {margin: 0;padding: 0;}

.homeChoosePlanList {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.homeChoosePlanList ul li {
    margin-bottom: 15px;
}

.homeChoosePlanList ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    display: block;
}

.homeChoosePlanList ul li a i {
    color: #e10419;
    font-size: 12px;
}
.homeEmailSubscibe {
    background-color: #d6111e;
    padding: 100px 0;
}
.homeEmailSubscribeBox h2 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding-bottom: 25px;
}
.homeEmailSubscribeBox h2 span {
    color: #000;
}
.homeEmailSubscribeBox .form-control {
    padding: 20px;
}
.homeEmailSubscribeBox .input-group-text {
    width: 220px;
    text-align: center;
    display: block;
    background-color: #000;
    color: #fff;
    border: none;
    transition: 0.5s;
}
.homeEmailSubscribeBox .input-group-text:hover {
    background-color: #ddc76d;
    color: #fff;
}

.testYourInternetBgOverly {
    padding: 220px 0;
}
.testYourInternetContentBox h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.testYourInternetContentBox h2 span {
    color: #e10419;
}
.testYourInternetContentBox h5 {
    font-weight: bold;
    margin-top: 40px;
}
.flowUsMain {
    padding: 100px 0;
    background-color: #000;
}
.flowusInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.comRet ul {
    margin: 0;
    padding: 0;
}


.comRet ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.flowusBox {
    padding: 20px;
        overflow: hidden;
}

.year span {
    font-size: 14px;
    color: red;
}

.comRet ul li i {
    color: #b49a0e;
    margin-right: 5px;
}
.flowusBox h6 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    padding: 20px 0;
    font-weight: bold;
}
.flowusBox img {
    width: 100%;
    border-radius: 20px;
    transition: 0.5s;
}
.flowusBox:hover img {
    transform: scale(1.1);
}
.flowus-slider .slick-prev, .slick-next {
    position: absolute;
    top: 50%;

}
.flowus-slider .slick-next {
    right: 35px;
}
.flowus-slider .slick-prev {
    left: 35px;
    z-index: 112;
}
.flowUsMain h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.flowUsMain p {
    text-align: center;
    color: #b8b8b8;
    font-size: 18px;
    margin: 0;
    padding-bottom: 40px;
}
.popularDevice {
    background-color: #f4f2e9;
    padding: 100px 0;
}
.popularDeviceCard {
    background: #fff;
    padding: 40px;
    border: 1px solid lightgray;
    height: 100%;
    text-align: center;
}
.popularDeviceCard img {
    width: 250px;
    margin: 0 auto;
    display: block;
}
.popularCardPrice {
    display: block;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.popularDeviceCard h4 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: bold;
}
.popularDeviceCard button {
    background: #e10419;
    color: #fff;
    padding: 5px 20px;
    border: 1px dashed red;
    border-radius: 5px;
    font-weight: bold;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 95% !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #ffff !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 48% !important;

}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 45% !important;

}
.mySwiper {
    padding: 100px 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    color: #000 !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none !important;
}
.mainMenu .mainMenuItem {
    position: relative;
}
/*.mainMenu .mainMenuItem:first-child .mainMenuLink:before {*/
/*    opacity: 1;*/
/*    filter: alpha(opacity=100);*/
/*    -webkit-opacity: 1;*/
/*    -moz-opacity: 1;*/
/*}*/

.mainMenu .mainMenuItem .mainMenuLink:before {
    content: "\e819";
    display: inline-block;
    font-family: 'mirasat-fontello';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-top: -9px;
    color: #fac90d !important;
    color: var(--second);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    font-size: 36px;
    font-weight: 100;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    transform: translateX(-50%) translateY(0px) rotate(45deg);
}
.mainMenu .mainMenuItem .mainMenuLink:after {
       display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "•" !important;
    font-size: 22px;
    margin: 2px 0 0 5px !important;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: -webkit-transform .5s, -moz-transform .5s, -o-transform .5s, transform .5s;
    color: #d6111e !important;
    color: var(--main);
}
.mainMenu .mainMenuItem:hover .mainMenuLink:before {
     opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0px) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(0px) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(0px) rotate(45deg);
    -o-transform: translateX(-50%) translateY(0px) rotate(45deg);
    transform: translateX(-50%) translateY(0px) rotate(180deg);
}
.headerGet {
    background-color: red;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
}
.headerCartCount {
    width: 16px;
    height: 16px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    background: red;
    margin: 0;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    margin-left: 5px;
}
.submenu {
    position: absolute;
    top: 100%;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 280px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 10px;
}
.mainMenu .mainMenuItem:hover .submenu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.submenu li a {
    color: #000 !important;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}
.submenu li a:hover {
    background: red;
    color: #fff !important;
    border-radius: 10px;
    
}


.popularDevice h6 {
    text-align: center;
    font-weight: bold;
    color: #ff0000;
}
.headerGet:hover {
    background: #fff;
    color: #000;
}
.popularDevice h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
}
.footerBg {
    background: #171422;
    border-top: 5px solid #ff0000;
}
.footerSubscribe {
    border-bottom: 1px solid #474141;
    padding-bottom: 50px;
}
.footerSubscribeLeft h4 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 26px;
}
.footerSubscribeLeft p {
    color: #ddc76d;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}
.footerGrid p {
    color: #9d9c9c;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 20px 0;
}
.footerSocialLink {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerSubscribeRight .homeEmailSubscribeBox .input-group-text {
    background-color: #ff0000;
}
.carousel-caption .btn.btn-sm.btn-success:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff;
}

.footerBottom {
    background: #00000059;
    padding: 35px 0;
}

.brandLogo {
    padding: 100px 0;
}
   
.brandLogoBox {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 20px;
}

/* Default first image */
.brandLogoBox .brandImg1 {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: transform 0.6s ease;
}

/* Second image - hidden by default */
.brandLogoBox .brandImg2 {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: top 0.6s ease;
    opacity: 0;
}

/* Hover effect */
.brandLogoBox:hover .brandImg1 {
    transform: translateY(100%);
}

.brandLogoBox:hover .brandImg2 {
    top: 0;
    opacity: 1;
}



.mobileMenuLi{
    display:none !important;
}



@media (max-width: 678px) {
     .mainHeaderRight {
        margin-top: 10px;
    }
    
        .mobileMenuLi{
            display:inline-block !important;
        }
        .ftpLi{
            display:none !important;
        }

        
    .homeTopList{
        margin-top: 20px;
    }
    
    .homeTopListInfo {
        margin-left: 30px;
    }
    .homeTopListBox {
        padding: 15px;
    }
    .homeTopListIcon {
        width: 50px;
        max-width: 50px;
    }
    .homeTopListIcon i {
        font-size: 50px;
    }
    
    .homeTopListInfo p {
        margin: 0;
    }

    
}





























