@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@font-face {
    font-family: 'futura-bold';
    src: url('../fonts/FuturaBT-Bold.eot');
    src: url('../fonts/FuturaBT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaBT-Bold.woff') format('woff'),
        url('../fonts/FuturaBT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'futura-medium';
    src: url('../fonts/FuturaBT-Medium.eot');
    src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaBT-Medium.woff') format('woff'),
        url('../fonts/FuturaBT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century';
    src: url('../fonts/CenturyGothic-Italic.eot');
    src: url('../fonts/CenturyGothic-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Italic.woff') format('woff'),
        url('../fonts/CenturyGothic-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
             background-color: #f1f3f6;    

}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler{
        margin: 0 15px 0 0;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
header nav .navbar-brand{
        width: 16%;
}
header nav #navbarSupportedContent{
    justify-content: end;
}
header nav #navbarSupportedContent ul li{
        margin-right: 19px;
}
header nav #navbarSupportedContent ul li .active{
    border-color: #bc0116 !important;
    color: #bc0116;
    background-color: transparent !important;
}
header nav #navbarSupportedContent ul li a{
        letter-spacing: 0;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        border-radius: 25px;
        padding: 10px 15px!important;
        font-family: futura-medium;
        border: 1px solid #fff;
}
header nav #navbarSupportedContent ul li:last-child a{
    background-color: #f7bc16;
    border-color: #f7bc16;
}
header nav #navbarSupportedContent ul li:last-child a:hover{
    background-color: transparent;
    border-color: #f7bc16;
    color: #f7bc16;
}
header{
    background-color: #fff;

}
.sec-home-banner{
    background-color: #bc0116;
    padding: 40px 0 350px;
    position: relative;
}
.sec-home-banner p{
    margin: 40px 0 35px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 38px;
    font-family: futura-medium;
    color: #fff;
    text-align: center;

}
.sec-home-banner a:hover{
    color: #f7bc16;
    background-color: transparent;
}
.sec-home-banner a{
    font-size: 18px;
    height:45px;
    line-height: 45px;
    width: 16%;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    background-color: #f7bc16;
    border-radius: 50px;
    border: 1px solid #f7bc16;
    transition: .3s all ease-in-out;
    margin: 0 auto;
}
.sec-home-banner h6{
    font-size: 24px;
    font-family: futura-medium;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin: 40px 0 60px;
    font-weight: 700;
    letter-spacing: 2px;
}
.sec-home-banner .video-here video{
    width: 100%;
}
.sec-home-banner .video-here{
       width: 620px;
    margin: 0 auto;
    box-shadow: 2px 3px 21px #494949;
    position: absolute;
    bottom: -9%;
    left: 0;
    right: 0;
}
.unlimited-sec{
    background-color: #f1f3f6;
    padding: 220px 0 50px;
}
.unlimited-sec .unlimited-content-first-sec{
    margin: 0 0 40px;
}
.unlimited-sec .unlimited-content-first-sec p{
    color:#6A6C6F ;
    margin: 0;
    font-size: 14px;
    line-height: 35px;
    font-style: italic;
    font-family: futura-medium;

}
.unlimited-sec .unlimited-content-first-sec h2{
        font-family: futura-bold;
            font-weight: 700;
    color: #000;
    padding-right: 40px;
    line-height: 63px;
    margin: 0;
    font-size: 43px;
}
.unlimited-sec .content-mid-sec h3{
font-family: 'Source Sans Pro';
font-size: 18px;
font-weight: 700;
line-height: 19.8px;
color:#6A6C6F;
margin: 10px 0;
}
.unlimited-sec .content-mid-sec{
    margin: 0 0 160px;
}
.unlimited-sec .content-mid-sec p{
color:#6A6C6F ;
    margin: 0;
    font-size: 14px;
    line-height: 35px;
    font-family: futura-medium;
}
.unlimited-sec .color-sec-unlimited .yellow-color-colum{
   border-top-left-radius: 40px;
    background-color: #f7bc16;
    padding: 59px 45px;
    color: #fff;
}
.unlimited-sec .color-sec-unlimited .red-color-colum{
    background-color: #bc0116;
}
.unlimited-sec .color-sec-unlimited .red-color-colum p{
        padding: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: Century;
    line-height: 35px;
    color: #fff;
}
.unlimited-sec .color-sec-unlimited .yellow-color-colum a{
    font-size: 14px;
    font-family: futura-medium;
    font-style: italic;
    color: #fff;
    line-height: 20px;
}
.unlimited-sec .color-sec-unlimited .yellow-color-colum h4{
        font-weight: 700;
    line-height: 50px;
    padding-bottom: 32px;
    font-family: 'Source Sans Pro';
font-size: 36px;
color: #fff;
}
.unlimited-sec .color-sec-unlimited .yellow-color-colum a span{
background-color: #ead81e;
    border-top: 2px solid #fff;
    padding: 0 17px;
    vertical-align: -webkit-baseline-middle;
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 17px;
}
.background-phone-sec{
    background-image: url(../images/background-phone.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 300px;
    background-color: #f1f3f6;
    background-position: center 30%;
}
.background-phone-sec h2 span{
    color: #f7bc16;
    font-weight: 700;
    font-size: 34px;
}
.background-phone-sec h2{
        padding-bottom: 25px;
    color: #000;
    font-family: futura-bold;
        font-weight: 700;
            font-size: 30px;
            margin: 20px 0 10px;
            line-height: 33px;
}
.background-phone-sec p{
        line-height: 35px;
    margin-bottom: 55px;
    font-family: futura-medium;
    color: #6a6c6f;
    font-size: 20px;
}
.background-phone-sec a:hover{
    background-color: transparent;
    color:#f7bc16 ;
}
.background-phone-sec a{
   color: #fff;
    font-weight: 400;
    text-decoration: none;
    background-color: #f7bc16;
    border-radius: 50px;
    border: 1px solid #f7bc16;
    font-family: futura-medium;
    font-size: 16px;
    display: block;
    transition: .3s all ease-in-out;
    width: 34%;
    line-height: 45px;
    height: 45px;
    text-align: center;
}
.last-sec{
    background-color: #f1f3f6;
    padding: 0 0 100px;
}
.last-sec h2{
    text-align: center;
    font-family: futura-bold;
    padding-bottom: 50px;
    margin: 20px 0 10px;
        font-weight: 700;
    color: #000;
    font-size: 44px;
}
.last-sec .last-sec-box{
        box-shadow: 0 0 30px #dbd8d8;
    padding: 55px 0 0;

}
.last-sec .last-sec-box img{
        width: 70px;
    border: 4px solid #dbdada;
    border-radius: 50px;
    margin: 0 auto 0;
    box-shadow: 0 0 61px #f8ef91;
    display: block;
}
.last-sec .last-sec-box h5{
    font-size: 20px;
    margin: 30px auto 0;
    font-weight: 700;
    font-family: futura-medium;
    color: #6a6c6f;
    text-align: center;
}
.last-sec .last-sec-box p{
    margin: 0 0 10px;
    font-family: futura-medium;
    text-align: center;

        font-size: 18px;
    padding: 20px 47px 47px;
    line-height: 35px;
    color: #3d5876;
}
footer{
        background-color: #dedede;
    padding: 20px 0;
}
footer .top-footer{
        padding: 30px 0;
}
footer .top-footer .social-links li a{
        width: 29px;
        line-height: 32px;
        height: 32px;
        background-color: #fff;
        display: block;
        text-align: center;
        border-radius: 50%;
        transition: .3s all ease-in-out;
}
footer .top-footer .social-links li a:hover i{
    color: #000;
}
footer .top-footer .social-links li a:hover{
    background-color: #ccc;
}
footer .top-footer .social-links li a i{
        color: #2f2d3e;
            font-size: 20px;
}
footer .top-footer .social-links li{
    display: inline-block;
    padding:0 5px;
}
footer .top-footer .page-links li{
    padding: 6px 19px 0 5px;
    display: inline-block;
}
footer .top-footer .page-links li a:hover{
    color: #000;
}
footer .top-footer .page-links li a{
        color: #555;
        font-size: 14px;
        font-weight: 500;
        font-family: futura-medium;
        line-height: 20px;
        transition: .3s all ease-in-out;

}
footer .top-footer a img{
        width: 29%;
}
footer .top-footer h4{
        font-size: 18px;
    font-family: 'Source Sans Pro';
        color: #555555;
    margin: 10px 0;
    font-weight: 400;
}
footer p{
        text-align: center;
    padding: 20px 0;
        color: #555;
        font-size: 14px;
        font-weight: 500;
        font-family: futura-medium;
        line-height: 20px;
    border-top: 1px solid #999;
    margin: 0;
}
.inner-banner{
    padding: 60px 0;
    background-color: #bc0116;
}
.inner-banner h2{
        color: #f7bc16;
    font-family: futura-bold;
    font-weight: 700;
    font-size: 42px;
    margin: 0 0 10px;
    text-align: center;
}
.inner-banner p{
        line-height: 38px;
    margin: 40px 0 0;
        letter-spacing: 2px;
        font-family: futura-medium;
            color: #fff;
    font-size: 27px;
    margin-top: 16px;
    font-weight: 400;
    text-align: center;

}
.terms-condition{
    padding: 100px 0;
}
.terms-condition h4{
font-weight: 600;
    color: #272537;
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-family: 'Source Sans Pro';  
}
.terms-condition p{
        color: #686767;
    line-height: 30px;
    margin: 0 0 25px;
    font-size: 14px;
        font-family: futura-medium;
    
}
.contact-us{
   padding: 40px 0 80px;
        background-color: #f1f3f6; 
}
.contact-us h3{
        color: #272537;
    font-weight: 700;
    text-transform: capitalize;
        font-size: 24px;
        font-family: futura-bold;
        text-align: center;
        text-decoration: underline;
}
.contact-us .contact-info p a{
    display: block;
}
.contact-us .contact-info p{
    width: 55%;
    margin: 0 auto;
}
.contact-us .contact-form .custom-input input:placeholder{
    color: #979696;
}
.contact-us .contact-form .custom-input input{
        border-bottom: 1px solid #979696;
        background-color: transparent;
        border-top: none;
        border-left: none;
        width: 100%;
        outline: none;
        padding: 0 0 10px;
        border-right: none;
    margin: 52px 50px 0 10px;
        color: #979696;
        font-family: futura-medium;
        font-weight: 400;
        font-size: 14px;
    line-height: 1.42857143;
}
.contact-us .contact-form  button:hover{
color: rgb(247, 188, 22);
background-color: transparent;
}
.contact-us .contact-form  button{
    color: #fff;
    background-color: rgb(247, 188, 22);
    border-width: 1px;
    border-radius: 50px;
    border-style: solid;
    border-color: rgb(247, 188, 22);
    transition: .3s all ease-in-out;
    font-size: 16px;
    font-family: futura-medium;
    font-weight: 500;
    display: block;
    width: 37%;
    line-height: 45px;
    height: 45px;
    text-align: center;
    margin: 40px auto;
}
.contact-us .contact-form{
    padding: 20px 50px;
        margin-top: 30px;
        box-shadow: 0 0 12px #d8d7d7;
}
.contact-us .contact-info{
        color: #8e8e92;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 19px;
    text-align: center;
        font-family: futura-medium;
        margin: 0 0 20px;

}
.free-trial{
    padding: 70px 0;
        background-color: #f1f3f6;

}
.free-trial p{
    line-height: 30px;
    font-size: 16px;
    font-family: futura-medium;
    font-weight: 500;
    text-align: center;
    padding: 12px 65px;
    margin: 0 0 10px;
    color: #938C8C;
}
.free-trial a:hover{
    color: rgb(247, 188, 22);
    background-color: transparent;

}
.free-trial a{
color: #fff;
    background-color: rgb(247, 188, 22);
    border-width: 1px;
    border-radius: 50px;
    border-style: solid;
    border-color: rgb(247, 188, 22);
    transition: .3s all ease-in-out;
    font-size: 16px;
    font-family: futura-medium;
    font-weight: 500;
    display: block;
    width: 18%;
    line-height: 45px;
    height: 45px;
    text-align: center;
    margin: 15px auto 0;
}
.pricing-content{
     padding: 70px 0;
        background-color: #f1f3f6; 
}
.pricing-content p span{
    color: #000;
}
.pricing-content p{
        line-height: 30px;
    font-size: 16px;
    font-family: futura-medium;
    font-weight: 500;
    text-align: center;
    padding: 12px 65px;
    margin: 0 0 10px;
    color: #938C8C;
}
.pricing-content .content-box{
    margin: 100px 0 0;
}
.pricing-content .content-box h4{
    background-color: #bc0116;
    color: #fff;
    height: 66px;
    line-height: 66px;
    text-align: center;
    width: 100%;
    font-family: futura-bold;
        font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.pricing-content .content-box .white-box h6 span{
    color: #6a6c6f;
    font-size: 36px;
}
.pricing-content .content-box .white-box h6 small{
                    font-size: 24px;
    color: #6a6c6f;
}
.pricing-content .content-box .grey-box{
        padding: 25px 0;
}
.pricing-content .content-box .grey-box h5 span{
    color: #000;
}
.pricing-content .content-box .grey-box a:hover{
    color: rgb(247, 188, 22);
    background-color: transparent;

}
.pricing-content .content-box .grey-box a{
color: #fff;
    background-color: rgb(247, 188, 22);
    border-width: 1px;
    border-radius: 50px;
    border-style: solid;
    border-color: rgb(247, 188, 22);
    transition: .3s all ease-in-out;
    font-size: 16px;
    font-family: futura-medium;
    font-weight: 500;
    display: block;
    width: 50%;
    line-height: 45px;
    height: 45px;
    text-align: center;
    margin: 15px auto 0;
}
.pricing-content .content-box .grey-box h5{
        padding: 10px 22px;
    font-family: futura-medium;
    font-weight: 500;
    color: #938C8C;
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: center;
}
.pricing-content .content-box .white-box h6{
                    font-family: futura-bold;
                    font-size: 42px;
                    color: #f7bc16;
                    margin-top: 20px;
                    margin-bottom: 10px;
                    font-weight: 500;
                    line-height: 1.1;
                    text-transform: uppercase;
                    text-align: center;
}
.pricing-content .content-box .white-box h3{
        color: #bc0116;
            font-family: futura-bold;
                font-weight: 700;
                font-size: 36px;
                    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.pricing-content .content-box{
        box-shadow: 0 0 12px #dedbdb;
    padding-bottom: 20px;
}
.pricing-content .content-box .white-box{
        background-color: #fbfbfb;
    padding-top: 40px;
    padding-bottom: 55px;
}
.new-mob-sec h2{
    color: #6a6c6f;
}
.new-mob-sec p{
    font-weight: 300;
}
.new-mob-sec{
    background-image: url(../images/pricng-bg.png);
    background-size: cover;
    background-position: 100% 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
}
.main-feature-content{
    background-color: #f1f3f6;
        padding-bottom: 60px;
    padding-top: 140px;
}
.main-feature-content h6 span{
    color: #000;
}
.main-feature-content h6{
    color: #c2b316;
    font-size: 18px;
    line-height: 30px;
    word-spacing: 2px;
    font-family: futura-medium;
    font-weight: 500;
    margin: 0 0 90px;

}
.main-feature-content p{
        color: #66666a;
    font-size: 15px;
    font-family: futura-medium;

    line-height: 30px;
    word-spacing: 2px;
    margin: 0 0 10px;
}
.main-feature-content h3{
        color: #272537;
    font-family: futura-bold;
        font-weight: 700;
    font-size: 42px;
        margin-top: 20px;
    margin-bottom: 10px;
}
.mobile-features:before{

}
.mobile-features{
         background-color: #f1f3f6;
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 30px;
    z-index: 1;
}
.mobile-features:before{
    content: '';
    background-image: url(../images/mobile-img-bg.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 75%;
    z-index: -1;
}

.mobile-features ul li:before{
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
        margin-right: 19px;
    color: #f7bc16;
    font-weight: 800;
    font-size: 11px;
    vertical-align: middle;
}
.mobile-features ul li{
        font-size: 19px;
    padding: 10px 0;
        font-family: futura-medium;
    line-height: 23px;
        color: #fff;
}
.other-feature{
    padding: 80px 0;
         background-color: #f1f3f6;    
}
.other-feature a:hover{
        color: rgb(247, 188, 22);
    background-color: transparent;
}
.other-feature a{
        color: #fff;
    background-color: rgb(247, 188, 22);
    border-width: 1px;
    border-radius: 50px;
    border-style: solid;
    border-color: rgb(247, 188, 22);
    transition: .3s all ease-in-out;
    font-size: 16px;
    font-family: futura-medium;
    font-weight: 500;
    display: block;
    width: 16%;
    line-height: 45px;
    height: 45px;
    text-align: center;
}
.other-feature h2{
            color: #272537;
    font-family: futura-bold;
        font-weight: 700;
    font-size: 42px;
        margin-top: 20px;
    margin-bottom: 60px;
}
.other-feature .content-other-feature{
margin: 60px 0 0;
}
.other-feature .content-other-feature h4{
        letter-spacing: 1px;
        font-weight: 700;
            font-size: 18px;
                font-family: 'Source Sans Pro';
                    margin-top: 10px;
    margin-bottom: 10px;
    color: #6A6C6F;
}
.other-feature .content-other-feature p{
    line-height: 30px;
    font-family: futura-medium;
        font-weight: 400;
        font-size: 15px;
    color: #666;
    margin: 0 0 60px;
}
.other-feature .content-other-feature img{
        margin-right: 10px;
}
.faq-start{
    padding: 70px 0;
}
.faq-start #accordionExample .accordion-item{
border: none;
}
.faq-start #accordionExample .accordion-button:focus{
box-shadow: inherit;
}
.faq-start #accordionExample .accordion-button:not(.collapsed){
    box-shadow: inherit;
}
.faq-start #accordionExample .accordion-body{
        padding: 15px;
            background-color: #f1f3f6;
                color: #6a6c6f;
                font-size: 14px;
    line-height: 1.42857143;
    font-family: futura-medium;
    font-weight: 400;
}
.faq-start #accordionExample button{
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #d0cdcd;
    font-weight: 500;
    color: #272537;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: 'Source Sans Pro';
    background-color: #f1f3f6;
        display: flex;
    align-items: center;
}
.faq-start .accordion-button:not(.collapsed)::before{
content: "\f068" !important;
}
.faq-start .accordion-button:not(.collapsed)::after{
content: inherit;

}
.faq-start #accordionExample .accordion-button::after{
content: inherit;
}
.faq-start #accordionExample .accordion-button::before{
           content: "\f067";
    top: 0;
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 800;
    color: #f7bc16;
    line-height: 1;
        margin-right: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: -webkit-transform .25s linear;
    transition: transform .25s linear;
    transition: transform .25s linear,-webkit-transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    width: 13px;
    height: auto;
    left: 0;
}
.navbar-toggler{
        background: #bc0116;
    color: #fff;
    border: none;
    padding: 8px;
    font-size: 20px;
}
.terms-condition ul{
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 20px 0;
}
.terms-condition table tbody tr td{
    color: #272537;
    font-size: 14px;
    border: 1px solid #686767;
}
.terms-condition table thead tr th{
   font-weight: 600;
    color: #272537;
    font-size: 16px;
    letter-spacing: 0;
    font-family: 'Source Sans Pro';
    border: 1px solid #686767; 
}
.terms-condition h5 {
    font-weight: 600;
    color: #272537;
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-family: 'Source Sans Pro';
}
.terms-condition ul li{
    margin:0 0 5px;
        color: #686767;
    font-size: 16px;
    font-family: futura-medium;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-us .contact-form{
        width: 75%;
    margin: 30px auto;
    }
header nav .navbar-brand{
    width: 23%;
}
.sec-home-banner h6{
        font-size: 18px;
        line-height: 30px;
}
.sec-home-banner h6{
    margin: 20px 0;
}
.sec-home-banner a{
    width: 22%;
}
.sec-home-banner .video-here {
    width: 85%;
    margin: 45px auto;
    box-shadow: 2px 3px 21px #494949;
    position: absolute;
    bottom: -13%;
}
.sec-home-banner{
    padding: 40px 0 405px;
}
.unlimited-sec{
        padding: 130px 0 30px;
}
.unlimited-sec .unlimited-content-first-sec h2{
        padding-right: 0;
        line-height: 54px;
        font-size: 40px;
        text-align: left;
}
.unlimited-sec .unlimited-content-first-sec p{
        font-size: 14px;
        line-height: 28px;
        margin: 15px 0;
}
.unlimited-sec .content-mid-sec h3{
        /* font-size: 16px; */
        /* text-align: center; */
}
.unlimited-sec .content-mid-sec p{
    /* font-size: 14px; */
    line-height: 28px;
    /* text-align: center; */
    margin: 0 0 15px;
}
.unlimited-sec .color-sec-unlimited .yellow-color-colum{
        padding: 59px;
        color: #fff;
        border-radius: 0;
}
.unlimited-sec .color-sec-unlimited .yellow-color-colum h4{
    /* line-height: 26px; */
    /* font-size: 22px; */
    /* padding-bottom: 10px; */
}
.unlimited-sec .color-sec-unlimited .red-color-colum{
    background-color: #2f2d3e;
}
.unlimited-sec .color-sec-unlimited .red-color-colum p{
    padding: 29px;
    /* font-size: 14px; */
    line-height: 35px;
}
.background-phone-sec{
            padding: 150px 0;
            background-position: 0% 0%;
            background-size: 146%;
}
.new-mob-sec{
        background-position: 100% 100%;
        background-size: cover;
        padding: 97px 0;
}
header nav #navbarSupportedContent{
    /* background-color: #ead81e; */
    /* text-align: center; */
    /* padding: 0 15px; */
    /* border-top: 1px solid #101010; */
    display: contents;
}
header nav #navbarSupportedContent ul li{
    margin-right: 0;
}
.free-trial{
    padding: 35px 0;
}
.free-trial a{
    width: 25%;
}
.free-trial p{
    /* line-height: 20px; */
    /* font-size: 14px; */
    /* padding: 12px 10px; */
}
header nav #navbarSupportedContent ul li:last-child a{
    border-color: #fff;
    margin: 0;
}
.navbar-toggler{
    display: none;
}
header nav #navbarSupportedContent ul{
    flex-direction: inherit;
}
header nav #navbarSupportedContent ul li a{
    border-color: transparent;
    /* display: block; */
    /* border-radius: 0; */
    margin: 0 15px 0;
    /* padding: 8px 10px!important; */
}
.unlimited-sec .content-mid-sec{
    margin: 0 0 35px;
}
.background-phone-sec h2{
        line-height: 50px;
        /* font-size: 25px; */
        /* text-align: center; */
}
.background-phone-sec p{
        line-height: 35px;
        margin-bottom: 40px;
        font-size: 15px;
        /* text-align: center; */
}
.background-phone-sec a{
    width: 25%;
    margin: 0 0 auto;
}
.last-sec h2{
        font-size: 30px;
        padding-bottom:30px;
        line-height: 46px;
}
.other-feature{
    padding: 0;
}
.other-feature a{
    width: 25%;
}
.other-feature .content-other-feature p{
    margin: 0 0 20px;
}
.other-feature h2{
        font-size: 30px;
        margin-bottom: 35px;
        /* text-align: center; */
}
.inner-banner{
    padding: 30px 0;
}
.pricing-content p{
        padding: 12px 10px;
            line-height: 25px;
}
.pricing-content .content-box .grey-box h5{
    padding: 10px 10px;
    /* font-size: 16px; */
    /* line-height: 25px; */
}
.pricing-content .content-box .grey-box a{
        width: 40%;
}
.terms-condition{
    padding: 50px 0;
}

.terms-condition p{
        line-height: 25px;
    font-size: 14px;
}
.pricing-content{
    width: 100%;
}
.contact-us .contact-form button{
    width: 25%;
}
.pricing-content .content-box .white-box h3{
        /* font-size: 30px; */
}
.pricing-content .content-box{
    margin: 30px 0 0;
}
.inner-banner p{
        line-height: 28px;
        font-size: 18px;
        margin-top: 0;
}
.mobile-features ul li:before{

    font-size: 10px;
        margin-right: 8px;
}
.mobile-features ul li{
        line-height: 20px;
    font-size: 15px;
    padding: 5px 0;
}
.main-feature-content p{
        /* font-size: 14px; */
        /* text-align: center; */
        /* line-height: 25px; */
}
.main-feature-content h3{
        /* font-size: 28px; */
        /* text-align: center; */
}
.main-feature-content h6{
        /* font-size: 16px; */
        /* text-align: center; */
        /* line-height: 24px; */
}
.main-feature-content{
    padding: 50px 0;
}
.inner-banner h2{
        font-size: 42px;
        margin: 30px 0 0;
}
footer .top-footer .page-links li{
        padding: 6px 8px;
        margin: 0 0 25px 0;
}
footer .top-footer{
    text-align: center;
    padding: 30px 0 45px;
}
.last-sec{
    padding: 0 0 50px;
}
.last-sec .last-sec-box p{
        font-size: 14px;
    padding: 20px 15px 30px;
    line-height: 25px;
}
.last-sec .last-sec-box{
    padding: 30px 0 0;
}
.background-phone-sec h2 span{
            font-size: 24px;

}
.unlimited-sec .content-mid-sec img{
    /* margin: 0 auto; */
    /* display: block; */
}
.sec-home-banner p{
    margin: 20px 0;
    font-size: 17px;
    line-height: 30px;
}
.row-new-class{
        --bs-gutter-x: 0;
}
.mobile-features{
    padding: 84px 0;
}
.mobile-features:before{
        height: 100%;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
header nav .navbar-brand{
    width: 46%
}
.sec-home-banner h6{
        font-size: 16px;
            line-height: 24px;
}
.sec-home-banner h6{
    margin: 20px 0;
}
.sec-home-banner a{
    width: 100%;
}
.sec-home-banner .video-here {
    width: 90%;
    margin: 45px auto;
    box-shadow: 2px 3px 21px #494949;
    position: absolute;
    bottom: -17%;
}
.sec-home-banner{
    padding: 40px 0 190px;
}
.unlimited-sec{
        padding: 130px 0 30px;
}
.unlimited-sec .unlimited-content-first-sec h2{
        padding-right: 0;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
}
.unlimited-sec .unlimited-content-first-sec p{
        font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
}
.unlimited-sec .content-mid-sec h3{
        font-size: 16px;
        text-align: center;
}
.unlimited-sec .content-mid-sec p{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
        margin: 0 0 15px;
}
.unlimited-sec .color-sec-unlimited .yellow-color-colum{
        padding: 20px;
    color: #fff;
    border-radius: 0;
}
.unlimited-sec .color-sec-unlimited .yellow-color-colum h4{
    line-height: 26px;
    font-size: 22px;
    padding-bottom: 10px;
}
.unlimited-sec .color-sec-unlimited .red-color-colum{
    background-color: #2f2d3e;
}
.unlimited-sec .color-sec-unlimited .red-color-colum p{
    padding: 20px;
    font-size: 14px;
        line-height: 20px;
}
.background-phone-sec{
            padding: 55px 0;
    background-position: 10% 48%;
    background-size: auto;
}
.new-mob-sec{
        background-position: 50% 80%;
            background-size: cover;
                padding: 50px 0;
}
header nav #navbarSupportedContent{
    background-color: #ead81e;
    text-align: center;
        padding: 0 15px;
    border-top: 1px solid #101010;
}
header nav #navbarSupportedContent ul li{
    margin-right: 0;
}
.free-trial{
    padding: 35px 0;
}
.free-trial a{
    width: 45%;
}
.free-trial p{
    line-height: 20px;
    font-size: 14px;
    padding: 12px 10px;
}
header nav #navbarSupportedContent ul li:last-child a{
    border-color: #fff;
}

header nav #navbarSupportedContent ul li a{
    border-color: transparent;
        display: block;
    border-radius: 0;
    margin: 9px 0;
    padding: 8px 10px!important;
}
.unlimited-sec .content-mid-sec{
    margin: 0 0 35px;
}
.background-phone-sec h2{
        line-height: 26px;
            font-size: 22px;
            text-align: center;
}
.background-phone-sec p{
        line-height: 21px;
    margin-bottom: 25px;
        font-size: 14px;
}
.background-phone-sec a{
    width: 100%;
}
.last-sec h2{
        font-size: 24px;
            padding-bottom:30px;

}
.other-feature{
    padding: 40px 0 20px;
}
.other-feature a{
    width: 100%;
}
.other-feature .content-other-feature p{
    margin: 0 0 20px;
}
.other-feature h2{
        font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.inner-banner{
    padding: 30px 0;
}
.pricing-content p{
        padding: 12px 10px;
            line-height: 25px;
}
.pricing-content .content-box .grey-box h5{
    padding: 10px 10px;
        font-size: 16px;
    line-height: 25px;
}
.pricing-content .content-box .grey-box a{
        width: 85%;
}
.terms-condition{
    padding: 50px 0;
}

.terms-condition p{
        line-height: 25px;
    font-size: 14px;
}

.pricing-content{
    width: 100%;
}
.contact-us .contact-form button{
    width: 100%;
}
.pricing-content .content-box .white-box h3{
        font-size: 30px;
}
.pricing-content .content-box{
    margin: 30px 0 0;
}
.inner-banner p{
        line-height: 28px;
            font-size: 18px;
            margin-top: 0;
}
.mobile-features ul li:before{

    font-size: 10px;
        margin-right: 8px;
}
.mobile-features ul li{
        line-height: 22px;
        font-size: 18px;
}
.main-feature-content p{
        font-size: 14px;
    text-align: center;
    line-height: 25px;
}
.main-feature-content h3{
        font-size: 28px;
        text-align: center;
}
.main-feature-content h6{
        font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.main-feature-content{
    padding: 50px 0;
}
.inner-banner h2{
        font-size: 24px;
}
footer .top-footer .page-links li{
        padding: 6px 8px;
}
footer .top-footer{
    text-align: center;
}
.last-sec{
    padding: 0 0 50px;
}
.last-sec .last-sec-box p{
        font-size: 14px;
    padding: 20px 15px 30px;
    line-height: 25px;
}
.last-sec .last-sec-box{
    padding: 30px 0 0;
}
.background-phone-sec h2 span{
            font-size: 24px;

}
.unlimited-sec .content-mid-sec img{
    margin: 0 auto;
    display: block;
}
.sec-home-banner p{
    margin: 20px 0;
        font-size: 14px;
    line-height: 19px;
}
.row-new-class{
        --bs-gutter-x: 0;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
header nav .navbar-brand{
    width: 46%
}
.sec-home-banner h6{
        font-size: 16px;
            line-height: 24px;
}
.sec-home-banner h6{
    margin: 20px 0;
}
.sec-home-banner a{
    width: 100%;
}
.sec-home-banner .video-here {
    width: 90%;
    margin: 45px auto;
    box-shadow: 2px 3px 21px #494949;
    position: absolute;
    bottom: -17%;
}
.sec-home-banner{
    padding: 40px 0 190px;
}
.unlimited-sec{
        padding: 130px 0 30px;
}
.unlimited-sec .unlimited-content-first-sec h2{
        padding-right: 0;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
}
.unlimited-sec .unlimited-content-first-sec p{
        font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
}
.unlimited-sec .content-mid-sec h3{
        font-size: 16px;
        text-align: center;
}
.unlimited-sec .content-mid-sec p{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
        margin: 0 0 15px;
}
.unlimited-sec .color-sec-unlimited .yellow-color-colum{
        padding: 20px;
    color: #fff;
    border-radius: 0;
}
.unlimited-sec .color-sec-unlimited .yellow-color-colum h4{
    line-height: 26px;
    font-size: 22px;
    padding-bottom: 10px;
}
.unlimited-sec .color-sec-unlimited .red-color-colum{
    background-color: #2f2d3e;
}
.unlimited-sec .color-sec-unlimited .red-color-colum p{
    padding: 20px;
    font-size: 14px;
        line-height: 20px;
}
.background-phone-sec{
            padding: 55px 0;
    background-position: 10% 48%;
    background-size: auto;
}
.new-mob-sec{
        background-position: 50% 80%;
            background-size: cover;
                padding: 50px 0;
}
header nav #navbarSupportedContent{
    background-color: #ead81e;
    text-align: center;
        padding: 0 15px;
    border-top: 1px solid #101010;
}
header nav #navbarSupportedContent ul li{
    margin-right: 0;
}
.free-trial{
    padding: 35px 0;
}
.free-trial a{
    width: 45%;
}
.free-trial p{
    line-height: 20px;
    font-size: 14px;
    padding: 12px 10px;
}
header nav #navbarSupportedContent ul li:last-child a{
    border-color: #fff;
}
header nav #navbarSupportedContent ul li a{
    border-color: transparent;
        display: block;
    border-radius: 0;
    margin: 9px 0;
    padding: 8px 10px!important;
}
.unlimited-sec .content-mid-sec{
    margin: 0 0 35px;
}
.background-phone-sec h2{
        line-height: 26px;
            font-size: 22px;
            text-align: center;
}
.background-phone-sec p{
        line-height: 21px;
    margin-bottom: 25px;
        font-size: 14px;
}
.background-phone-sec a{
    width: 100%;
}
.last-sec h2{
        font-size: 24px;
            padding-bottom:30px;

}
.other-feature{
    padding: 40px 0 20px;
}
.other-feature a{
    width: 100%;
}
.other-feature .content-other-feature p{
    margin: 0 0 20px;
}
.other-feature h2{
        font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.inner-banner{
    padding: 30px 0;
}
.pricing-content p{
        padding: 12px 10px;
            line-height: 25px;
}
.pricing-content .content-box .grey-box h5{
    padding: 10px 10px;
        font-size: 16px;
    line-height: 25px;
}
.pricing-content .content-box .grey-box a{
        width: 85%;
}
.terms-condition{
    padding: 50px 0;
}

.terms-condition p{
        line-height: 25px;
    font-size: 14px;
}
.pricing-content{
    width: 100%;
}
.contact-us .contact-form button{
    width: 100%;
}
.pricing-content .content-box .white-box h3{
        font-size: 30px;
}
.pricing-content .content-box{
    margin: 30px 0 0;
}
.inner-banner p{
        line-height: 28px;
            font-size: 18px;
            margin-top: 0;
}
.mobile-features ul li:before{

    font-size: 10px;
        margin-right: 8px;
}
.mobile-features ul li{
        line-height: 22px;
        font-size: 18px;
}
.main-feature-content p{
        font-size: 14px;
    text-align: center;
    line-height: 25px;
}
.main-feature-content h3{
        font-size: 28px;
        text-align: center;
}
.main-feature-content h6{
        font-size: 16px;
    text-align: center;
    line-height: 24px;
}
.main-feature-content{
    padding: 50px 0;
}
.inner-banner h2{
        font-size: 24px;
}
footer .top-footer .page-links li{
        padding: 6px 8px;
}
footer .top-footer{
    text-align: center;
}
.last-sec{
    padding: 0 0 50px;
}
.last-sec .last-sec-box p{
        font-size: 14px;
    padding: 20px 15px 30px;
    line-height: 25px;
}
.last-sec .last-sec-box{
    padding: 30px 0 0;
}
.background-phone-sec h2 span{
            font-size: 24px;

}
.unlimited-sec .content-mid-sec img{
    margin: 0 auto;
    display: block;
}
.sec-home-banner p{
    margin: 20px 0;
        font-size: 14px;
    line-height: 19px;
}
.row-new-class{
        --bs-gutter-x: 0;
}
}
@media only screen and (min-width: 400px) and (max-width: 500px){
    .sec-home-banner .video-here{
        bottom: -25% !important;
    }
}
    @media only screen and (min-width: 501px) and (max-width: 650px){
    .sec-home-banner .video-here{
        bottom: -40% !important;
    }
    .unlimited-sec{
            padding: 190px 0 30px !important;
    }
}
    @media only screen and (min-width: 651px) and (max-width: 767px){
    .sec-home-banner .video-here{
        bottom: -55% !important;
    }
    .unlimited-sec{
            padding: 275px 0 30px !important;
    }
}
}