@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;900&family=Nunito+Sans:wght@300;400;500;600;700;800;900;1000&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    transition: all 0.3s ease-in;
    
}


p,
span,
ul,
li,
ol,
strong,
div,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
button {
    /* font-family: 'Playfair Display', serif; */
}

h1 {
    font-family: 'Jost', sans-serif;
}

h2 {
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #080838;
}

h3 {
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #010340;
}



h6 {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    
}

p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #3E536B;
}

img {
    max-width: 100%;
}


a {
    text-decoration: none;
}


@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1300px;
    }

}



body {
    font-family: 'Nunito Sans', sans-serif;
    background: #fff;
    color: #080838;
}
.container{
    max-width: 1450px;
}
button{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none!important;
    border-radius: 0;
}


.navbar{
    padding: 13px 0;
}
.navbar ul li {
    margin: 0 20px;
}
.navbar ul li a{
    color: #080838;
    font-weight: 700;
    font-size: 17px;
}
.navbar ul li a:hover{
    color: #fcee21;
}
.proV{
    background: #080838;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 15px;
}
.proV:hover{
    background: #fcee21;
    color: #080838;
}
.headLink{
    display: flex;
    align-items: center;
}
.navbar-toggler{
    background: #fcee21;
    color: #080838!important;
    font-size: 27px;
    padding: 0;
    margin-right: 10px;
}
.navbar-toggler-icon{
    background-image: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-btn{
    display: none;
}

.logoBg img{
/*        max-width: 1850px;*/
    max-width: 200px;
    }
.footLogo{
    padding-right: 60px;
}
.footLogo img{
    max-width: 200px;
}




.videoBase{
/*    background: rgba(61,73,137,0.5);*/
}

.videoBanner{
    position: relative;
    width: 100%;
    height: 500px;
    max-width: 1426px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}
.videoBanner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoLayer{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(61,73,137,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#videobtn{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}
.store{
    padding-top: 15px;
}
.store img{
    width: 150px;
}
.pause .fa-play{
    display: block!important;
}
.fa-play{
    display: none!important;
}
.pause .fa-pause{
    display: none!important;
}
.newHead{
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}
.videoLayer h2{
    color: #fff;
    font-weight: 600;
}
.videoLayer h4{
    color: #fff;
    font-weight: 500;
}

.bnrlogo{
    padding: 10px 0 25px;
}
.bnrlogo img{
   width: 500px;
}









.aboutSec{
    padding: 30px 0;    
}
.aboutTop{
    text-align: center;
    padding: 0 20% 40px; 
}
.aboutTop h6{
    font-size: 17px;
    color: #080838;
    margin-bottom: 0;
}
.aboutTop p{
    font-size: 16px;
    color: #3E536B;
    font-weight: 400;
}
.rideOption{
    border: 1px solid #fff;
    box-shadow: 0 0 20px #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}
.rideOption:hover{
    border: 1px solid #FFB800;
}
.rideOption p{
    margin: 0;
}
.rideOption img{
    width: 25px;
    margin-right: 5px;
}
.mobilebg{
    text-align: center;
}
.mobilebg img{
    margin-top: 250px;
    width: 90%;
}
.sectionC{
    background: #080838 url("../images/arrowbg.png") 100% 0 no-repeat;
    padding: 45px 0;
    text-align: center;
}
.circlebordr{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #393633;
    display: inline-flex    ;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.sectionC h6{
    color: #fff;
    margin: 0;
}
.sectionC p{
    color: #8F90AF;
}
.sectionC p strong{
    color: #BFC1E9;
}
.circlebordr img{
    width: 50px;
}
.txtIndent{
    padding-left: 50px;
}


.sectionD{
    padding: 70px 0 40px 0;
    background: url("../images/groupcbg.png") center 0 no-repeat;
    background-size: 64%;
}
.taxiColm h3 img{
    width: 55px;
}
.worksbg{
    background: url("../images/dashmap.png") 7px 80px no-repeat;
    background-size: 96% 75%;
    margin-top: 15px;
    position: relative;
    z-index: 0;
}
.worksBlock{
    display: flex;
/*    align-items: center;*/
    padding-bottom: 45px;
    padding-top: 30px;
}
.worksBlock span{
    display: inline-flex;
    position: relative;
    left: 8px;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    background: #fff;
/*    box-shadow: 0 0 0px 8px rgba(0,0,0,0.1);*/
    box-shadow: 0 31px 17px rgba(0,0,0,0.1);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    flex: none;
    font-size: 17px;
    color: #3A3C6C;
    font-weight: 700;
}
.worksBlock span::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: -8px;
    top: -8px;
    width: 56px;
    height: 56px;
    background: rgba(0,0,0,0.1);
    display: inline-block;
    border-radius: 100px;
}
.worksBlock p{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #3E536B;
}
.wb2{
    flex-direction: row-reverse;
    text-align: right;
}
.wb2 span{
/*    margin-right: 0;*/
    margin-left: 20px;
}


.worksbg2{
    background: url("../images/dashmap2.png") 0 80px no-repeat;
    background-size: 96% 69%;
    margin-top: 15px;
    position: relative;
    z-index: 0;
}
.margn5{
    margin-top: 20px;
}



.sectionE{
    padding: 130px 0 40px 0;
    background: url("../images/drive.png") center 0 no-repeat;
    background-size: 100%;
}
.driveImg img{
    width: 70%;
}
.driveOption{
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
}
.driveOption h6{
    margin: 0;
}
.driveOption span{
    margin-right: 10px;
    flex: none;
}
.driveOption img{
    width: 50px;
}
.commonButton{
    background: #05054C;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 30px;
    border-radius: 4px;
}
.commonButton:hover{
    background: #fcee21;
    color: #05054C;
}

.sectionF{
    background: #fbfbfb;
background: -moz-linear-gradient(top,  #fbfbfb 0%, #ffffff 100%);
background: -webkit-linear-gradient(top,  #fbfbfb 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #fbfbfb 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffffff',GradientType=0 );
text-align: center;
    padding: 65px 0 50px;
}
.sectionF p {
    font-size: 16px;
    color: #3E536B;
    font-weight: 400;
}
.rideBox{
    border: 1px solid #fff;
    box-shadow: 0 13px 11px #ededed;
/*    padding: 20px;*/
    border-radius: 20px;
    overflow: hidden;
}
.rideBox img{
    margin-bottom: 20px; 
/*    height: 150px;*/
    width: 100%;
/*    max-width: 400px;*/
/*
    padding: 10px;
    background: #e9e9e9;
    border-radius: 10px;
*/
}
.rideBox h6{
    color: #080838;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.sectionG{
    text-align: center;
    padding: 20px 0 50px 0;
}
.sectionG h3{
    font-size: 26px;
    font-weight: 500;
}
.gspbg{
    position: relative;
    padding: 0 10px;
}
.gspbg img{
    width: 130px;
}
.gspbg h6{
   color: #080838;
    font-size: 20px;
    font-weight: 600; 
}
.gspAbs{
   position: absolute;
    left: 93%;
    top: 39px;
    display: inline-block;
    width: 100px;
}
.gspAbs img{
    width: auto;
}


.sectionH{
  padding: 80px 0 40px 0;
    background: url("../images/wave.png") center 0 no-repeat;
    background-size: 100%;  
}
.mobimg img{
   max-width: 300px;
    display: inherit;
    margin: 0 auto;
}
.storeBtn img{
    width: 160px;
    margin-right: 10px;
}
.stb{
    padding-top: 150px;
    padding-left: 30px;
}

.sectionI{
    background: url("../images/testibg.jpg") center 0 no-repeat;
    background-size: cover;  
    text-align: center;
    padding: 50px 0;
}
.sectionI h2, .sectionI p{
    color: #fff;
}

.sectionI .owl-carousel .owl-nav button.owl-prev, .sectionI .owl-carousel .owl-nav button.owl-next{
    background: rgba(255,255,255,0.5);
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding: 2px 13px!important;
    border-radius: 5px;
    margin: 0 5px;
}
.sectionI .owl-carousel .owl-nav button.owl-prev:hover, .sectionI .owl-carousel .owl-nav button.owl-next:hover{
    background: #05054C;
}
.testiBlock{
    background: #fff;
    box-shadow: 0 0 10px #000;
    position: relative;
    border-radius: 15px;
    padding: 50px 25px 20px 25px;
    margin: 30px auto 20px auto;
    width: 86%;
    text-align: left;
}
.testiBlock p{
    color: #3E536B;
}
.testiImg{
    display: inline-block;
    position: absolute;
    left: -20px;
    top: -20px;
}
.testiImg img{
    border-radius: 100px;
    width: 65px!important;
    height: 65px;
    box-shadow: 0 0 8px #000;
    background: #fff;
}
.bdr{
    font-size: 0;
    height: 0;
    border-bottom: 1px solid #c1d4e9;
}
.testiComment{
    display: flex;
    padding-top: 26px;
    justify-content: space-between;
}
.testiComment h6{
    margin: 0;
}
.testiComment img{
    width: 50px!important;
}
.testiComment span{
    color: #FFB800;
}
.sectionJ{
    padding: 30px 0;
    text-align: center;
}
#partners{
    padding: 0 60px;
}
#partners img{
    width: auto!important;
    margin: 0 auto;
    max-width: 130px;
}
#partners .owl-stage{
    display: flex;
    align-items: center;
}

#partners .owl-prev, #partners .owl-next {
    position: absolute;
    top: 20px;
    background: #fff !important;
    width: 38px;
    font-family: Font Awesome\5 Free !important;
    font-weight: 900 !important;
    opacity: 1;
    box-shadow: 0px 4px 22px rgb(0 0 0 / 25%) !important;
    border-radius: 100px !important;
    width: 40px;
    height: 40px;
    font-weight: 300 !important;
    font-size: 34px !important;
    line-height: 34px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #FFB800;
}
#partners .owl-prev span, #partners .owl-next span{
    line-height: 34px;
    position: relative;
    top: -2px;
}
#partners .owl-prev {
    left: 0px;
}
#partners .owl-next {
    right: 0px;
}
.languageBtn{
    position: relative;
}
.languageBtn button{
    background: transparent;
    color: #080838;
    font-weight: 700;
    font-size: 17px;
}
.languageBtn .dropdown-menu{
    left: inherit;
    right: 0;
    min-width: inherit;
}
.languageBtn .dropdown-menu li{
    margin: 0;
}
.languageBtn .dropdown-menu li a{
    padding: 5px 10px;
    font-size: 16px;
    color: #080838;
}
.getstarted{
    padding: 14px 41px; 
}
.leftWorksbg .worksBlock{
    padding-top: 120px;
    padding-bottom: 25px;
}

.owl-stage{
    margin: 0 auto;
}

/* ----------innerpage-start---------- */
.innerbanner{
    position: relative;
}
.innerbanner img{
    width: 100%;
}
.innerBnrtxt{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 15px;
    text-align: center;
}

.innerBnrtxt h2{
    color: #fff;
    text-align: center;
}
.bnrsmlTxt{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 52%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 52%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 52%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
padding: 5px 0px;
/*
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
*/
    
}


.getInfo{
    padding: 30px 0 50px 0;
}
.startedBlock{
    border: 1px solid #fff;
    box-shadow: 0 0 20px #ddd;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 100%;
}
.startedBlock img{
    height: 60px;
    margin-bottom: 18px;
}
.quickContact{
    background: #171A3A;
    padding: 50px 0;
}

.contactForm{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.contactForm textarea{
    resize: none;
    height: 120px!important;
}
.contactForm select{
    appearance:auto;
}
.contactForm h2, .contactForm p{
    color: #fff;
}
.contactForm form{
    background: #2C3052;
    padding: 20px;
    text-align: left;
}
.contactForm label{
    color: #fff;
    padding-bottom: 6px;
}
.submitBtn{
    width: 100%;
    background: #fcee21;
    color: #05054C;
}
.faqBg{
    background: #f1f2f6;
    padding: 50px 0;
}
.faqBlock{
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 20px;
}

.faqBg .accordion-item{
    border: none;
    margin-bottom: 10px;
}
.faqBg .accordion-button{
    padding:10px 35px 10px 15px;
    background: #F1F2F6;
    border-radius: 6px;
    color: #080838;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}
.faqContent{
    padding: 10px 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #3E536B;
}
.faqContent h6{
    font-size: 17px;
}
.faqBg .accordion-button::after{
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    background-image: none;
    transform: none;
    width: auto;
    height: auto;
        top: 9px;
    position: absolute;
    right: 10px;
}
.faqBg .accordion-button:not(.collapsed)::after{
    content: "\f068";
    font-family: "Font Awesome 6 Pro";
    transform: none;
    background-image: none;
}
.faqSub{
/*
    background: #fdfbe3;
    padding: 15px;
*/
    padding-top: 15px;
}
.faqSub h3{
    font-weight: 500;
    font-size: 18px;
}

.lastUpdate{
    color: #fff;
}
header{
    background: #fff;
}
.termsDesc{
    max-width: 800px;
    margin: 0 auto;
}
.careerBlock{
    display: flex;
    align-items: center;
}
.careerBlock a{
    font-size: 25px;
    color: #080838;
}
.careerBlock a:hover{
    color: #fcee21;
}
.icon{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.str{
    display: inline-block;
    padding-right: 10px;
}
.str:hover{
    color: #fcee21;
}










.upfiles{
                background: #fff;
                border-radius: 6px;
                display: flex;
                align-items: center;
            }
        #custom-button, #custom-button2 {
            padding: 7px 10px;
            font-size: 15px;
            color: #fff;
            background-color: #a79c04;
            border: 1px solid #000;
            border-radius: 5px;
            cursor: pointer;
            max-width: 136px;
            flex: none;
        }

        #custom-button:hover, #custom-button2:hover {
          background-color: #000;
            color:#e7d90b; 
        }

        #custom-text, #custom-text2 {
          margin-left: 10px;
          font-family: sans-serif;
          color: #aaa;          
            
          display: -webkit-box;
          max-height: 5.07rem;
          /* Fallback for non-webkit */
          font-size: 15px;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 0;
        }

















/* ----------innerpage-end---------- */

.frenchworksbg .worksBlock{
    padding-top: 56px;
    padding-bottom: 80px;
}
.frenchworksbg2{
    background-position: 0 22px;
    background-size: 100% 88%;
}
.frnchwb{
    position: relative;
    top: 60px;
}
.frnchwb2{
    position: relative;
    top: 100px;
}
.frenchworksbg2 .frmrgn{
    margin-right: 35px;
}





.footer{
   background: #d9d9d9;
background: -moz-linear-gradient(top,  #d9d9d9 0%, #ffffff 39%);
background: -webkit-linear-gradient(top,  #d9d9d9 0%,#ffffff 39%);
background: linear-gradient(to bottom,  #d9d9d9 0%,#ffffff 39%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ffffff',GradientType=0 );

 padding-top: 50px;
}
.footer h6 a{
    color: #080838;
}
.footer p{
    color: #3E536B;
}
.footer h4{
    margin: 0;
    font-size: 22px;
    color: #171A3A;
    font-weight: 700;
    text-transform: uppercase;
}
.footerlink{
    padding: 10px 0 0 0;
}
.footerlink li{
    list-style-type: none;
    padding-bottom: 5px;
}
.footerlink li, .footerlink li a{
    color: #3E536B;
    font-size: 17px;
    font-weight: 600;
    margin-left: 5px;
}
.footerlink li a:hover{
    color: #000;
}
.footerContact{
    display: flex;
}
.footerContact a{
    color: #3E536B;
    text-decoration: underline;
}
.footerContact span{
    padding-right: 6px;
}
.footerbtm{
    background: #D9D9D9;
    padding: 10px 0;
    margin-top: 30px;
}
.footerbtm p{
    margin: 0;
    color: #21364E;
    font-size: 14px;
    font-weight: 500;
}
.footerbtm a{
  color: #21364E;
    display: inline-block;
    margin: 0 10px;
}
.followBtm{
    font-size: 14px;
    font-weight: 600;
    color: #080838;
    padding-top: 10px;
}
.followBtm a{
    display: inline-block;
    margin-left: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.followBtm a:hover{
    background: #EDF5FF;
    color: #FFB800;
}



/* Google-translator */

.skiptranslate{
/*    display: none;*/
}
.goog-te-gadget-icon {
  display:none;
}


.goog-te-gadget-simple {
    background-color: #fff !important;
    border:0 !important;
    font-size: 15px!important;
   font-weight:700;
    display: inline-block;
    padding:10px 10px !important;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-simple  span {
   color:#3e3065 !important;

}


.accountDeletion{
    background: #f1f2f6;
    padding: 50px 0;
}
.accountDeletion h2, .accountDeletion p{
    color: #333;
}

.partnrlink{
    display: flex;
    justify-content: center;
    padding-top: 5px;
}
.partnrlink a{
    display: inline-block;
    margin: 0 3px;
}
.partnrlink img{
    height: 20px;
}





@media (min-width:1413px) {
    .videoBanner{
/*        padding: 0 168px;*/
    }
}


@media (max-width:991px) {
    
    .navbar-toggler-icon{ position: relative;}
    header .navbar-toggler[aria-expanded="true"] i{ display: none;}    
    header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before{ 
        content: "\2715"; 
        position: absolute; 
        z-index: 9; 
        left: 9px;
        top: 6px;
        font-size: 30px;
    }
    .navbar-collapse{
        position: fixed;
        z-index: 999;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background: #080838;
        text-align: center;
    }
    .close-btn{
        display: block;
        color: #ff0000;
        text-align: center;
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .navbar ul li a{
        color: #fff;
        padding: 5px 10px;
        display: block;
        font-size: 20px;
    }
    .navbar ul li{
        text-align: center;
        margin: 0;
    }
    .navbar ul li a:hover{
        background: #4848ad;
    }
    .proV{
        margin-right: 0;
        margin-top: 50px;
        display: inline-block;
        display: inline-block;
        background: #fff;
        color: #080838;
    }
    
    
    h2{
        font-size: 36px;
        line-height: 45px;
    }
    .gspAbs{
        display: none;
    }
    .gspbg{
        padding-bottom: 20px;
    }
    .stb{
        padding-left: 0;
    }
    
    .bnrlogo img{
        width: 400px;
    }
}

@media (max-width:767px) {
    .footLogo{
    padding-right: 15px;
}
    .innerbanner img{
        min-height: 230px;
        object-fit: cover;
    }
    .rideBox{
        margin-bottom: 25px;
    }
   .aboutTop {
        padding: 0 5% 40px;
    } 
    .mobilebg img{
        max-width: 300px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .sectionE{
        padding-top: 85px;
    }
    .driveImg{
        text-align: center;
        padding-top: 35px;
    }
    .driveImg img {
        max-width: 300px;
    }
    .stb{
        padding-top: 25px;
        text-align: center;
    }
    .storeBtn img{
        width: 150px;
        margin-bottom: 5px;
    }
    .sectionG{
        padding-bottom: 20px;
    }
    .footerbtm, .footerbtm p, .footer{
        text-align: center!important;
    }
    .footerContact{
        justify-content: center;
    }
    .footerlink{
        padding-bottom: 20px;
    }
    .footerlink li{
        margin-bottom: 10px;
    }
    .followBtm{
        padding-bottom: 25px;
    }
    .startedBlock{
        height: auto;
    }
    .contactForm{
        width: 80%;
    }
}


@media (max-width:600px) {
    h2{
        font-size: 30px;
        line-height: 39px;
    }
    .contactForm{
        width: 100%;
    }
    .innerBnrtxt{
        justify-content: flex-start;
        position: static;
    }
    .inbbnr{
        background: url("../images/privacytermsbg.jpg") center 0 no-repeat;
        background-size:cover;
    }
    .inbbnr img{
/*      height: 332px;  */
        display: none;
    }
}

@media (max-width:480px) {
    
    .navbar {
    padding: 6px 0;
}
    .navbar-toggler{
        font-size: 22px;
    }
    .innerbanner img{
        height: 280px;
        height: 332px;
        object-fit: cover;
    }
    
    .navbar>.container{
        flex-direction: column;
    }
    .headLink{
        padding-top: 2px;
    }
    .logoBg{
        margin-right: 0;
    }
    .logoBg img{
        max-width:160px;
    }
    .footLogo img {
        max-width: 200px;
    }
    .videoBanner{
        height: 350px;
    }
    .bnrlogo img{
        width: 280px;
    }
    .store img {
        width: 100px;
    }
    #videobtn{
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .footer h4{
        font-size: 20px;
    }
}

