﻿@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.otf') format('opentype');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Muli-Bold';
    src: url('../fonts/Muli-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.ttf') format('truetype');
}

@font-face {
    font-family: 'Cairo-Black';
    src: url('../fonts/Cairo-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.otf') format('opentype');
}

body{

}
img {
    resize: both;
}
a{
    font-family:Montserrat-Medium;
}
h4{
    font-family:Montserrat-Medium;
}
h3 {
    font-family: Montserrat-Medium;
}
b{
    font-family:Montserrat-ExtraBold;
}
h1 {
    font-family: Montserrat-Medium;
}
h2 {
    font-family: Montserrat-Medium;
}
h5 {
    font-family: Montserrat-Medium;
}
.box {
    background-color: white;
    box-shadow: 0px 5px 14px;
}
.boxa {
    background-color: white;
    box-shadow: 0px 5px 14px;
}
    .boxa img {
        background-color:#C31D2D;
        padding:14px;
        margin-left: 35%;
        margin-top: -16px;
    }
    .boxa h4 {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
    .logo1{
        display:none;
    }
    .DemoSize {
        font-size: 30px;
    }
    .Instant {
        background-color: #C31D2D;
        color: white;
        border-radius: 15px;
        font-size: 25px

    }
    .CoArea {
        height: 160px;
        width: 250px
    }
}
@media(max-width:768px){
    .logo {
        display: none;
    }
    .DemoSize{
        font-size:20px;
    }
    .WhyCart{
        width:80%;
        height:100%
    }
    .Instant {
        background-color: #C31D2D;
        color: white;
        border-radius: 15px;
        font-size: 12px
    }
    .CoArea {
        height: 160px;
        width: 80%
    }  
}

.navbar-nav > li > a :hover {
    box-shadow: unset;
    text-decoration: underline;
}
.navbar-nav > li > a :focus {
    box-shadow: unset;
    text-decoration: underline;
}
.Active a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border-width: 0 0 1px;
    border-width: 3px;
    border-color: #263D51;
    border-style: solid;
}
.backgroundImage {
   
    background-image: url('../images/New folder/Banner-Background.jpg');
    background-size:cover;
    width:100%;
    height:600px;
}
.getfree {
    background-color: #263D51;
    border-color: #263D51;
    color: white;
    border-radius: 23px;
    padding-top: 10px !important;
    height: 40px;
}
.LiveDemo {
    background-color: #263D51;
    border-color: #263D51;
    color: white;
}

input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    border-bottom: 1px solid;
    height: 40px;
    font-size: 16px;
    font-weight: bolder;
    outline:none;
    display: inline-block;
}
.Aboutsusform {
    background-color: #263D51;
    border-color: #263D51;
    color: white;
    border-radius: 18px;
    padding-top: 10px !important;
    height: 40px;
    width: 90px;
}

.why :hover {
    background-color: #C31D2D;
    
    color: white !important;
}
.why {
    color: #C31D2D;
}

.button {
    background-color: #263D51;
    color:white;
}

.mFeature:hover {
    border-top: 8px solid #C31D2D;
}

.sotesr:hover {
    color: #C31D2D;
    TEXT-DECORATION: none;
}
.backgro {
    background-image: url('../images/New folder/Features-Background.png');
    background-size: cover;
}
.Quotes:hover {
    color: white !important;
}
.Quotes {
    font-size: 30px;
    background-color: #263D51;
    color: white;
    border-radius: 10px;
    padding-top: 10px !important;
    
   
}
.contactform {
    background-image: url('../images/Uploads/Contact-Background.jpg');
    /*background-image: url('../images/New folder/Contact-Background (1).jpg');*/
    background-size: cover;
}
.circle{
    border-radius:50%;
}
.has-feedback .has-searcha
{
    position:relative;
}
.has-searcha .form-control-feedbackc {
    position: absolute;
    right: initial;
    left: 40px;
    top: 11px;
}
.mob {
    padding-top: 30px;
    margin-left: 100px;
}
.has-searcha .form-controla {
    padding-right: 12px;
    padding-left: 65px;
}
.form-controla {
    display: block;
    width: 65%;
    height: 45px;
    padding: 6px 12px;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.42857143;
    color: #757575;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: 'Montserrat-Regular';
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.btn-redb {
    margin: 20px 0px 20px 0px;
    width: 200px;
    height: 43px;
    background: #283e53;
    border-radius: 10px;
    border: none;
    color: #fff;
    position: relative;
    transition: background-color 0.5s ease;
    padding: 15px 10px 0px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle;
    font-family: 'Montserrat-Bold';
}

    .btn-redb:hover {
        background-color: #0050a4;
    }

.btn-dblue {
    position: absolute;
    width: 45px;
    height: 43px;
    background: #c41f2d;
    padding: 10px;
    left: 185px;
    bottom: 0px;
    font-size: 20px;
    border-radius: 10px;
    transition: background-color 0.5s ease;
    font-family: 'Montserrat-Bold';
}
.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -40px;
    top: 200px;
    width: 130px;
    z-index: 9999;
}
ul.sticky1
{
    margin-right: 50px;
}
.sticky1 li {
    background: #263c51;
    color: #fff;
    padding: 10px;
    list-style-type: none;
    margin: 10px 0px 10px 0px;
    font-family: 'Montserrat-Bold';
}
    .sticky1 li a {
        color: #fff;
        font-family: 'Montserrat-Bold';
    }
    .sticky1 li:hover {
        background: #c31c2d;
    }

    @media (max-width: 768px) {
        .mob {
        padding-top: 30px;
        margin-left: 50px;
    }
    .has-search .form-controla {
        padding-right: 12px;
        padding-left: 90px;
    }

    .form-controla {
        display: block;
        width: 76%;
        height: 45px;
        padding: 6px 12px;
        font-size: 17px;
        font-weight: normal;
        line-height: 1.42857143;
        color: #757575;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 6px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    }
}
.why-bk {
    background-image: url('../images/Whycartyogi.jpg');
    background-repeat: no-repeat;
    background-size: 470px 498px;
}
.logo2 {
    margin-top: 177px;
    margin-right: 40px;
}
#video
{
    margin-top: 30px;
    margin-bottom: 30px;
}
video {
    margin-top: 80px;
    width: 100%;
    height: 350px;
}
#video h3 {
    margin-top: 40px;
    font-size: 27px;
    line-height: 1.42857143;
    color: #000;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
}
#video h1 {
    margin-top: 30px;
    font-size: 36px;
    line-height: 1.42857143;
    color: #000;
    font-family: 'Montserrat-Medium';
    font-weight: 500;
}
.redaa {
    color: #c9192b;
    font-family: 'Montserrat-Bold';
    font-weight: 500;
}

#attra {
    margin-top: 70px;
    margin-bottom: 0px;
}
#attra h1 {
        margin-top: 60px;
        font-size: 36px;
        line-height: 1.42857143;
        color: #000;
        font-family: 'Montserrat-Medium';
        font-weight: 500;
    }
    #attra .ima {
        margin-top: 70px;
    }
#attra h3 {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.42857143;
    color: #000;
    font-family: 'Montserrat-Medium';
    font-weight: 400;
}

#info-sys {
    margin-top: 30px;
    padding: 120px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 5px 14px;
}
.carousel-indicators {
    bottom: -34px;
    left: 50%;
    z-index: 0;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
    .carousel-indicators li {
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #c9192b;
        border-radius: 10px;
    }
    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #c9192b;
        
    }
#dw-of .offer {
    position: relative;
}
.offer img {
    width: 100%;
    
}
@media (min-width:1200px) and (max-width:1400px) {
    .internet {
        position: absolute;
        margin-top: 30% !important;
        left: 69% !important;
    }
    .credit {
        position: absolute;
        /* top: 0px; */
        right: 22% !important;
        margin-top: 8% !important;
    }
    .upi {
        position: absolute;
        right: 12% !important;
        margin-top: 19% !important;
    }
    .wallet {
        position: absolute;
        right: 36% !important;
        margin-top: 19% !important;
    }
    .riseup {
        background-color: #e38b26 ;
        border-radius: 30px !important;
        font-size: 30px !important;
        color: white;
        width: 75%;
        border: none;
    }

    .riseupimage {
        position: absolute;
        right: 120px !important;
    }
}
@media (min-width:200px) and (max-width:400px) {
    #dw-of .but-of1 {
        position: absolute;
        left: 10% !important;
        bottom: 0;
        top: 620px !important;
        right: 0;
    }
    .riseup {
        background-color: #e38b26;
        border-radius: 24px !important;
        font-size: 15px !important;
        color: white;
        width: 49% !important;
        border: none;
    }

    .riseupimage {
        height: 100%;
        position: absolute;
        right: 170px !important;
    }
    h1{
        font-size:17px;
        margin-top:unset;
        margin-right:unset
    }
    #Marinhight {
        margin-top: 0% !important;
    }
}
#Marinhight{
    margin-top:10%;
}

#dw-of .but-of .btn-def {
    width: 28%;
}
@media (min-width:500px) and (max-width:560px) {
    .credit {
        position: absolute;
        /* top: 0px; */
        right: 12% !important;
        margin-top: 9% !important;
        font-size: 9px !important;
    }
    .wallet {
        position: absolute;
        right: 30% !important;
        margin-top: 22% !important;
        font-size: 9px !important;
    }
    .upi {
        position: absolute;
        right: 0% !important;
        margin-top: 22% !important;
        font-size: 9px !important;
    }
    .internet {
        position: absolute;
        margin-top: 37% !important;
        left: 68% !important;
        font-size: 9px !important;
    }
        #dw-of .but-of1 {
        position: absolute;
        left: 10% !important;
        bottom: 0;
        top: 746px !important;
        right: 0;
    }
    #dw-of .but-of .btn-def {
        width: 28% !important;
    }
    .riseup {
        background-color: #e38b26;
        border-radius: 24px !important;
        font-size: 15px !important;
        color: white;
        width: 49% !important;
        border: none;
    }
    #dw-of .but-of {
        top: 914px !important;
    }
    .riseupimage {
        height: 100%;
        position: absolute;
        right: 255px !important;
    }

    #Marinhight {
        margin-top: 7%;
    }

    h1 {
        font-size: 20px;
    }

    .set {
        font-size: 18px;
        margin-top: unset;
    }
}
@media (min-width:480px) and (max-width:520px) {
    .credit {
        position: absolute;
        /* top: 0px; */
        right: 12% !important;
        margin-top: 9% !important;
        font-size: 9px !important;
    }

    .wallet {
        position: absolute;
        right: 30% !important;
        margin-top: 22% !important;
        font-size: 9px !important;
    }

    .upi {
        position: absolute;
        right: 0%;
        margin-top: 22% !important;
        font-size: 9px !important;
    }

    .internet {
        position: absolute;
        margin-top: 37% !important;
        left: 68% !important;
        font-size: 9px !important;
    }

    #dw-of .but-of1 {
        position: absolute;
        left: 10% !important;
        bottom: 0;
        top: 746px !important;
        right: 0;
    }

    #dw-of .but-of .btn-def {
        width: 28% !important;
    }

    .riseup {
        background-color: #e38b26;
        border-radius: 24px !important;
        font-size: 15px !important;
        color: white;
        width: 49% !important;
        border: none;
    }

    #dw-of .but-of {
        top: 914px !important;
    }

    .riseupimage {
        height: 100%;
        position: absolute;
        right: 255px !important;
    }

    #Marinhight {
        margin-top: 7%;
    }

    h1 {
        font-size: 20px;
    }

    .set {
        font-size: 18px;
        margin-top: unset;
    }
}
@media (min-width:460px) and (max-width:480px) {
    .credit {
        position: absolute;
        /* top: 0px; */
        right: 12% !important;
        margin-top: 9% !important;
        font-size: 9px !important;
    }

    .wallet {
        position: absolute;
        right: 30% !important;
        margin-top: 22% !important;
        font-size: 9px !important;
    }

    .upi {
        position: absolute;
        right: 0%;
        margin-top: 22% !important;
        font-size: 9px !important;
    }

    .internet {
        position: absolute;
        margin-top: 37% !important;
        left: 68% !important;
        font-size: 9px !important;
    }

    #dw-of .but-of1 {
        position: absolute;
        left: 10% !important;
        bottom: 0;
        top: 707px !important;
        right: 0;
    }

    #dw-of .but-of .btn-def {
        width: 32% !important;
    }

    .riseup {
        background-color: #e38b26;
        border-radius: 24px !important;
        font-size: 15px !important;
        color: white;
        width: 49% !important;
        border: none;
    }

    #dw-of .but-of {
        top: 865px !important;
    }

    .riseupimage {
        height: 100%;
        position: absolute;
        right: 255px !important;
    }

    #Marinhight {
        margin-top: 7%;
    }

    h1 {
        font-size: 20px;
    }

    .set {
        font-size: 18px;
        margin-top: unset;
    }
}

@media (min-width:430px) and (max-width:460px) {
    .credit {
        position: absolute;
        /* top: 0px; */
        right: 12% !important;
        margin-top: 9% !important;
        font-size: 9px !important;
    }

    .wallet {
        position: absolute;
        right: 30% !important;
        margin-top: 22% !important;
        font-size: 9px !important;
    }

    .upi {
        position: absolute;
        right: 0% !important;
        margin-top: 22% !important;
        font-size: 9px !important;
    }

    .internet {
        position: absolute;
        margin-top: 37% !important;
        left: 68% !important;
        font-size: 9px !important;
    }

    #dw-of .but-of1 {
        position: absolute;
        left: 10% !important;
        bottom: 0;
        top: 675px !important;
        right: 0;
    }

    #dw-of .but-of .btn-def {
        width: 35% !important;
    }

    .riseup {
        background-color: #e38b26;
        border-radius: 24px !important;
        font-size: 15px !important;
        color: white;
        width: 49% !important;
        border: none;
    }

    #dw-of .but-of {
        top: 817px !important;
    }

    .riseupimage {
        height: 100%;
        position: absolute;
        right: 207px !important;
    }

    #Marinhight {
        margin-top: 7%;
    }

    h1 {
        font-size: 20px;
    }

    .set {
        font-size: 18px;
        margin-top: unset;
    }
}
@media (min-width:380px) and (max-width:420px) {
    .credit {
        position: absolute;
        /* top: 0px; */
        right: 12% !important;
        margin-top: 9% !important;
        font-size: 9px !important;
    }

    .wallet {
        position: absolute;
        right: 30% !important;
        margin-top: 22% !important;
        font-size: 9px !important;
    }

    .upi {
        position: absolute;
        right: 0% !important;
        margin-top: 22% !important;
        font-size: 9px !important;
    }

    .internet {
        position: absolute;
        margin-top: 37% !important;
        left: 68% !important;
        font-size: 9px !important;
    }

    #dw-of .but-of1 {
        position: absolute;
        left: 10% !important;
        bottom: 0;
        top: 649px !important;
        right: 0;
    }

    #dw-of .but-of .btn-def {
        width: 40% !important;
    }

    .riseup {
        background-color: #e38b26;
        border-radius: 24px !important;
        font-size: 15px !important;
        color: white;
        width: 47% !important;
        border: none;
    }

    #dw-of .but-of {
        top: 783px !important;
    }

    .riseupimage {
        height: 100%;
        position: absolute;
        right: 189px !important;
    }

    #Marinhight {
        margin-top: 5%;
    }

    h1 {
        font-size: 20px;
    }

    .set {
        font-size: 18px;
        margin-top: unset;
    }
}

.credit {
   position:absolute;
    /* top: 0px; */
    right: 25%;
    margin-top: 7%;
    
}
.internet {
    position: absolute;
    margin-top: 27%;
    left: 68%;
}
.upi {
    position: absolute;
    right: 15%;
    margin-top: 17%;
}
.wallet {
    position: absolute;
    right: 37% ;
    margin-top: 17% ;
}
@media (min-width:560px) and (max-width:767px){

    #dw-of .but-of1 {
        position: absolute;
        left: 5% !important;
        bottom: 0;
        top: 630px !important;
        right: 0;
    }
    .riseup {
        background-color: #e38b26;
        border-radius: 24px !important;
        font-size: 15px !important;
        color: white;
        width: 49% !important;
        border: none;
    }

    .riseupimage {
        height: 100%;
        position: absolute;
        right: 369px !important;
    }
}

@media (min-width:768px) and (max-width:1200px) {

    #dw-of .but-of1 {
        position: absolute;
        left: 5% !important;
        bottom: 0;
        top: 630px !important;
        right: 0;
    }
    .riseup {
        background-color: #e38b26;
        border-radius: 30px !important;
        font-size: 30px !important;
        color: white;
        width: 75%;
        border: none;
    }

    .riseupimage {
        position: absolute;
        right: 120px !important; 
    }
}

    .riseup {
        background-color: #e38b26;
        border-radius: 40px;
        font-size: 46px;
        color: white;
        width: 75%;
        border: none;
    }

.riseupimage {
    position: absolute;
    right: 163px;
    height: 100%;
}

    #dw-of .but-of1 {
        position: absolute;
        left: 8%;
        bottom: 0;
        top: 700px ;
        right: 0;
    }

    @media (min-width:769px) and (max-width:1200px) {
        #dw-of .but-of {
            position: absolute;
            left: 9%;
            bottom: 0;
            top: 1040px !important;
            right: 0;
        }
    }

    @media (min-width:1370px) and (max-width:1600px) {
        #dw-of .but-of {
            position: absolute;
            left: 9%;
            bottom: 0;
            top: 1152px !important;
            right: 0;
        }
    }

    #dw-of .but-of {
        position: absolute;
        left: 9%;
        bottom: 0;
        top: 1062px;
        right: 0;
    }

        #dw-of .but-of .btnaa {
            display: inline-block;
            margin-bottom: 0;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            background-image: none;
            border: 1px solid transparent;
            padding: 10px 12px;
            font-size: 16px;
            line-height: 1.42857143;
            border-radius: 25px;
            font-family: 'Montserrat-Bold';
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            width: 22%;
            height: 50px;
            box-shadow: 0px 7px 20px rgba(147, 147, 147, 0.9);
        }

        #dw-of .but-of .btn-def {
            color: #fff;
            background-color: #c51d2c;
            border: none;
        }

        #dw-of .but-of .btnaa:hover {
            background-color: #2a4054;
        }

    @media (max-width: 768px) {
        #video img {
            width: 100%;
        }

        .ima img {
            width: 100%;
        }

        .pay img {
            width: 100%;
        }

        .why-bk {
            background-image: url('../images/Whycartyogi.jpg');
            background-repeat: no-repeat;
            background-size: 100% 80%;
        }

        .logo2 img {
            width: 100%;
        }

        .igg img {
            width: 100%;
        }

        #info-sys {
            padding: 150px 120px;
        }

        .boxa {
            padding: 5px 212px 5px 10px;
            margin-top: 10px;
            right: 65px;
        }

        #info-sys h2 {
            font-size: 25px;
        }

        .boxa img {
            background-color: #C31D2D;
            padding: 14px;
            margin-left: 35%;
            margin-top: -17px;
        }

        .boxa h4 {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        #video {
            margin-top: 10px;
        }

            #video h3 {
                font-size: 24px;
                margin-top: 15px;
            }

            #video h1, #attra h1, #sol h1 {
                font-size: 32px;
            }

        .moc {
            font-size: 17px;
        }

        video {
            margin-top: 0px;
        }

        #dw-of .but-of {
            position: absolute;
            left: 9%;
            bottom: 0;
            top: 890px;
            right: 0;
        }

            #dw-of .but-of .btnaa {
                display: inline-block;
                margin-bottom: 0;
                font-weight: 400;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                -ms-touch-action: manipulation;
                touch-action: manipulation;
                cursor: pointer;
                background-image: none;
                border: 1px solid transparent;
                padding: 6px 6px;
                font-size: 9px;
                line-height: 1.42857143;
                border-radius: 25px;
                font-family: 'Montserrat-Bold';
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                width: 105px;
                height: 25px;
                box-shadow: 0px 7px 20px rgba(147, 147, 147, 0.9);
            }
    }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.file-path {
      position: absolute; top: -45px;
    left: 110px;
    width: 157px;
    border: snow;
    border-bottom: 1px solid;
    
}
@media(max-width:768px){
    .file-path {
        top: -40px !important;
        left: 110px !important;
        width: 110px !important;
    }
    }
    @media (max-width: 370px) {
        #dw-of .but-of {
            position: absolute;
            left: 17%;
            bottom: 0;
            top: 729px;
            right: 0;
        }
        .mara button {
            width: 139% !important;
        }
            button .btn.btn-default {
            width: 140% !important;
        }
        .reg-verf {
            margin-left: 20px !important;
        }
        video {
            margin-top: 0px;
        }
        .fa-caret-right{
            display:none !important;
        }
        .col-xs-10 {
            padding: unset !important;
            margin: unset !important;
        }

        #video h3 {
            font-size: 24px;
            margin-top: 15px;
        }

        #dw-of .but-of .btnaa {
            display: inline-block;
            margin-bottom: 0;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            background-image: none;
            border: 1px solid transparent;
            padding: 6px 5px;
            font-size: 9px;
            line-height: 1.42857143;
            border-radius: 25px;
            font-family: 'Montserrat-Bold';
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            width: 142px;
            height: 25px;
            box-shadow: 0px 7px 20px rgba(147, 147, 147, 0.9);
        }
        h5 {
            font-size: 7px !important;
        }
        .credit {
            right: 13% !important;
            margin-top: 9% !important;
        }
        .wallet {
            right: 32% !important;
            margin-top: 22% !important;
        }
        .upi {
            right: 4% !important;
            margin-top: 22% !important;
        }
        .internet {
            margin-top: 35%;
            left: 68%;
        }
        }
    }