
/*
===========================================landing===================================
*/
/* @media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .priceHead{
        padding-top: 50px !important;
    }
    .priceHead img{
        height: 250px;
    }
    .priceHead p{
        font-size: 20px !important;
        margin-bottom: 25px !important;
    }
} */
/* .priceHead{
    text-align: center;
    padding-top: 100px;
}
.priceHead h3{
    font-weight: bold;
    font-size: 40px;
}
.priceHead p{
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 50px;
} */

/* @media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px){
    .priceHead{
        padding-top: 20px !important;
    }
    .priceHead h3{
        font-size: 24px !important;
    }
    .priceHead p{
        font-size: 16px !important;
        margin-bottom: 25px !important;
    }
    .priceHead img{
        height: 150px;
    }
  } */

/*
===========================================unlimited===================================
*/
@media only screen and (max-device-width : 800px){
    .plan{
        width: 100% !important;
    }
}
/* @media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .distCard{
        width: 100% !important;
        margin-top: 50px !important;
    }
    .distCard h3{
        line-height: 50px !important;
        font-size: 22px !important;
    }
    .distCard h5{
        font-size: 16px !important;
    }
    .distCard li{
        font-size: 17px !important;
    }
    .distCard ul{
        width: 100% !important;
        padding-bottom: 25px !important;
    }
}
.distCard{
    background: white;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 80px 80px 0 rgba(30, 39, 44, 0.342);
    margin-top: 100px;
    border-radius: 10px;
}
.distCard h3{
    font-weight: bold;
    text-align: center;
    background: #0242C9;
    color: white;
    line-height: 80px;
    font-size: 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.distCard h5{
    width: 80%;
    text-align: center;
    margin: 20px auto;
    font-weight: bold;
}
.distCard li{
    text-align: left;
    font-size: 22px;
}
.distCard ul{
    width: 90%;
    margin: 10px auto;
    padding-bottom: 50px;
}
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px){
    .distCard{
        width: 100% !important;
        margin-top: 30px !important;
    }
    .distCard li{
        margin: 0;
    }
    .distCard h3{
        font-size: 16px !important;
        line-height: 40px !important;
    }
    .distCard h5{
        width: 100% !important;
        font-size: 14px !important;
        padding: 0 15px !important;
    }
    .distCard ul{
        width: 100% !important;
        margin: 10px auto;
        padding: 0px 20px 10px 30px !important;
    }
    .distCard li{
        font-size: 10px !important;
    }
} */
/*
===========================================plans===================================
*/
.owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 42%;
}
.owl-nav button{
    width: 100px !important;
}
.owl-nav span{
    font-size: 78px;
    color: #0242C9;
}
/* @media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) { */
    /* .planCards{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    } */
    /* .cardContent{
        padding: 10px !important;
    }
    .planCard .cardContent p, .planCard .cardContent li{
        font-size: 15px !important;
    }
    .planCard .cardContent h5{
        font-size: 17px !important;
    }
    .planCard .cardContent h4{
        font-size: 19px !important;
    }
    .planCard .cardContent h6{
        font-size: 15px !important;
    }
    .cardContent button{
        padding: 5px 10px !important;
        font-size: 10px !important;
    }
    .plans{
        margin-top: 50px !important;
    }
    .plansPara{
        font-size: 16px !important;
        margin-top: 50px !important;
    }
    .button{
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        outline: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }
    .slide-arrow{
        position: absolute !important;
        top: 50% !important;
        margin-top: -15px !important;
    }
    .prev-arrow{
        left: -12px !important;
        width: 0 !important;
        height: 0 !important;
        border-left: 0 solid transparent !important;
        border-right: 11px solid #113463 !important;
        border-top: 7px solid transparent !important;
        border-bottom: 7px solid transparent !important;
    }
    .next-arrow{
        right: -12px !important;
        width: 0 !important;
        height: 0 !important;
        border-right: 0 solid transparent !important;
        border-left: 11px solid #113463 !important;
        border-top: 7px solid transparent !important;
        border-bottom: 7px solid transparent !important;
    }

    .slick-dots {
        top: -6px !important;
        right: 19px;
        height: 0px
    }

    .pager__item {
        background-color: #0c0b5c;
        padding: 5px;
        opacity: 0.8;
        color: white;
    }

    .class-1GB {
        margin-left: -17px;
        text-decoration: none;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .class-3GB {
        margin-left: -5px;
        text-decoration: none;
    }

    .class-5GB {
        margin-left: 7px;
        text-decoration: none;
    }

    .class-12GB {
        margin-left: 19px;
        text-decoration: none;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .slick-active .pager__item {
        background-color: blue;
        color: white;
        opacity: 1;

    }
} */
/* .slick-center{
    transform: scale(1.1);
    transform-origin: 50% 50% 0px;
}
.slick-track{
    padding-bottom: 50px;
    padding-top: 50px;
}
.plans{
    margin-top: 100px;
}
.slick-prev:before{
    color: rgb(0, 0, 0);
}
.slick-next:before{
    color: rgb(0, 0, 0);
}
.planCard img{
    margin: 0 auto;
}
.planCard{
    box-shadow: 0px 20px 20px 0 rgba(30, 39, 44, 0.342);
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
.cardContent{
    text-align: center;
    padding: 25px 40px;
}
.plansPara{
    font-size: 22px;
    text-align: center;
    margin-top: 100px;
}
.firstCard ul{
    list-style:url("images/check\ black.png");
}
.secondCard ul, .thirdCard ul{
    list-style:url("images/check\ white.png");
}
.firstCard{
    background: white;
}
.firstCard button, .thirdCard button{
    color: white;
    background: #0243CA;
}
.secondCard button{
    background: white;
    color: #0243CA;
}
.secondCard{
    background: #0243CA;
    color: white;
}
.thirdCard{
    background: #1A0F91;
    color: white;
}
.cardContent h5{
    font-weight: bold;
    line-height: 40px;
}
.cardContent button{
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}
.cardContent h4{
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
.cardContent h6{
    font-weight: bold;
}
.planCard .cardContent p, .planCard .cardContent li{
    font-size: 18px;
}
.planCard .cardContent h5{
    font-size: 22px;
}
.planCard .cardContent h4{
    font-size: 22px;
}
.planCard .cardContent h6{
    font-size: 18px;
}
.button{
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.slide-arrow{
    position: absolute !important;
    top: 50% !important;
    margin-top: -15px !important;
}
.prev-arrow{
    left: -12px !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 0 solid transparent !important;
    border-right: 11px solid #113463 !important;
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
}
.next-arrow{
    right: -12px !important;
    width: 0 !important;
    height: 0 !important;
    border-right: 0 solid transparent !important;
    border-left: 11px solid #113463 !important;
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
}

.slick-dots {
    top: -15px !important;
    right: 19px;
    height: 0px
}

.slick-dots li {
    width: 32px !important;
}

.pager__item {
    background-color: #0c0b5c;
    padding: 5px;
    opacity: 0.8;
    color: white;
} */

/* .class-1GB {
    text-decoration: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.class-3GB {
    text-decoration: none;
}

.class-5GB {
    text-decoration: none;
}

.class-12GB {
    text-decoration: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.slick-active .pager__item {
    background-color: blue;
    color: white;
    opacity: 1;

}
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px){
    .plans{
        margin-top: 30px !important;
    }
    .cardContent{
        padding: 30px 10px !important;
        width: 280px;
    }
    .cardContent p, .cardContent li{
        font-size: 14px !important;
    }
    .cardContent h5{
        font-size: 16px !important;
    }
    .cardContent h4{
        font-size: 18px !important;
        line-height: unset !important;
    }
    .cardContent h6{
        font-size: 14px !important;
    }
    .cardContent button{
        font-size: 14px !important;
        padding: 7px 15px !important;
    }
    .cardContent img{
        height: 70px !important;
    }.plansPara {
        font-size: 14px !important;
        margin-top: 50px !important;
    }
  } */
/*
===========================================restre===================================
*/
/* @media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .restr{
        margin-top: 50px !important;
    }
    .dataCard{
        width: 100% !important;
    }
    .dataCardContent{
        padding: 20px !important;
    }
    .dataCardContent h5{
        font-size: 22px !important;
    }
    .dataCardContent h6{
        font-size: 12px !important;
    }
    .dataCardContent li{
        font-size: 14px !important;
    }
    .restrDivs figure{
        margin-top: 50px !important;
    }
}
.restr{
    margin-top: 100px;
}
.restr h1{
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.restrDivs{
    margin-bottom: 50px;
    margin-top: 50px;
}
.restrDivs figure{
    width: 80%;
    margin: 0 auto;
}
.dataCard{
    background: white;
    box-shadow: 0px 40px 40px 0 rgba(30, 39, 44, 0.342);
    width: 80%;
    margin: 0 auto;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.dataCardContent{
    padding: 30px 50px;
    text-align: center;
}
#basic ul{
    list-style:url("images/check\ black.png");
}
#plus{
    color: white;
}
#plus .dataCardContent{
    padding: 35px 54px;
}
#plus ul, #ultimate ul{
    list-style:url("images/check\ white.png");
}
#ultimate{
    color: white;
}
.dataCardContent h5{
    font-size: 28px;
}
.dataCardContent h6{
    font-size: 16px;
}
.dataCardContent li{
    font-size: 18px;
    padding: 10px;
    text-align: left;
}
.dataCardContent span{
    font-weight: bold;
}

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px){
    .restr{
        margin-top: 30px !important;
    }
    .restr h1{
        font-size: 26px !important;
    }
    .restrDivs{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .restrDivs img{
        height: 200px;
        margin: 0 40px !important;
        margin-bottom: 30px !important;
    }
    .dataCard{
        width: 100% !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .dataCardContent{
        padding: 10px !important;
        margin: 0px !important;
    }
    .dataCardContent h5{
        font-size: 20px !important;
    }
    .dataCardContent li{
        font-size: 14px !important;
        padding: 0px 10px !important;
    }
    .dataCardContent h6{
        font-size: 12px !important;
    }
  } */
/*
===========================================throttle===================================
*/
/* @media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .throt h1{
        font-size: 30px;
    }
    .throt h3{
        font-size: 25px;
    }
    .throt table{
        width: 100% !important;
    }
    .throt table{
        margin: 20px auto !important;
    }
    .throt table td{
        font-size: 15px !important;
    }
    .throt img{
        height: 200px;
    }
    .throt{
        margin: 60px auto !important;
    }
}
.throt{
    text-align: center;
    margin: 100px auto;
}
.throt h1{
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.throt h4{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 50px;
}
.throt table{
    width: 80%;
    margin: 40px auto;
    background-color: #0242C9;
}
.throt td{
    color: white;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    width: 33%;
}
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px){
    .throt table{
        width: 100% !important;
        margin: 20px auto;
    }
    .throt{
        margin-top: 30px !important;
        margin-bottom: 50px !important;
    }
    .throt h1{
        margin-top: 0px !important;
        margin-bottom: 10px !important;
        font-size: 20px;
    }
    .throt h3{
        font-size: 18px !important;
    }
    .throt h4{
        font-size: 14px !important;
    }
    .throt img{
        height: 150px !important;
    }
    .throt table td{
        font-size: 12px;
        line-height: 20px !important;
    }
} */
/*
===========================================mobility===================================
*/
/* @media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .mobility h1{
        font-size: 30px;
    }
    .mobility h3{
        font-size: 25px;
    }
    .mobCard{
        width: 100% !important;
    }
    .mobCard ul{
        padding: 20px 50px !important;
    }
    .mobCard li{
        font-size: 16px !important;
    }
    .extraList{
        width: 90% !important;
        margin: 20px auto;
    }
    .extraList li{
        font-size: 14px !important;
    }
}
.mobCard{
    background: #0243CA;
    color: white;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 40px 40px 0 rgba(30, 39, 44, 0.342);
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}
.mobility h1, .mobility h3 {
    font-weight: bold;
    text-align: center;
}
.mobCard ul{
    padding: 50px 100px;
}
.mobCard li{
    font-size: 20px;
}
.extraList{
    width: 80%;
    margin: 20px auto;
}
.extraList li{
    font-size: 17px;
}
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px){
    .mobCard{
        width: 100% !important;
        margin-top: 20px !important;
    }
    .mobCard ul{
        padding: 30px !important;
    }
    .extraList{
        width: 100% !important;
    }
    .mobility h1{
        font-size: 26px !important;
    }
    .mobility h3{
        font-size: 20px !important;
        margin-top: 50px;
        margin-bottom: 0px !important;
    }
    .mobCard li{
        font-size: 12px;
    }
    .extraList li{
        font-size: 13px;
    }
} */
/*
===========================================capped===================================
*/
/* @media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .capped{
        margin-top: 50px !important;
    }
    .capped h1{
        width: 100% !important;
        font-size: 30px !important;
        text-align: center;
    }
    .capCard{
        width: 100% !important;
    }
    .capCardContent{
        padding: 20px !important;
    }
    .capCardContent li{
        font-size: 16px !important;
    }
    .capped figure{
        margin: 70px auto !important;
    }
    .capped table{
        width: 100% !important;
        margin: 40px auto !important;
    }
    .capped td{
        font-size: 14px;
        line-height: 35px !important;
    }
    .para p{
        width: 100% !important;
        margin: 50px auto !important;
    }
}
.capped{
    margin-top: 100px;
}
.capped figure{
    margin: 30px auto;
}
.capped h1{
    font-weight: bold;
    width: 50%;
    margin-bottom: 30px;
}
.capCard{
    background: white;
    box-shadow: 0px 40px 40px 0 rgba(30, 39, 44, 0.342);
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 80%;
    margin: 0 auto;
}
.capCardContent{
    padding: 30px;
}
.capCardContent li{
    font-size: 20px;
}
.capped table{
    width: 80%;
    margin: 60px auto;
    background-color: #0242C9;
}
.capped td{
    color: white;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    width: 33%;
    text-align: center;
}
.para p{
    width: 70%;
    margin: 100px auto;
    text-align: center;
}
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px){
    .capped{
        margin-top: 20px !important;
    }
    .capped h1{
        width: 100% !important;
        font-size: 27px !important;
        text-align: center;
        margin-bottom: 10px !important;
    }
    .capped .row{
        flex-direction: column-reverse;
    }
    .capped img{
        height: 200px;
        margin: 0 60px;
    }
    .capCard li{
        font-size: 12px;
    }
    .capCard{
        width: 100% !important;
    }
    .capCardContent{
        padding: 10px !important;
    }
    .capped table{
        width: 100% !important;
        margin: 40px auto !important;
    }.capped table td{
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .para p{
        width: 90% !important;
        margin: 30px auto !important;
        font-size: 14px;
    }
} */
