﻿@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,900');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,200,400,300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Prompt:100,200,400,300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Rubik:100,200,400,300,400,500,600,700,800);



/*Fonts*/
.opensans {
    font-family: open sans;
}

.poppins {
    font-family: poppins;
}

.montserrat {
    font-family: Montserrat;
}

.roboto {
    font-family: roboto;
}

.lato {
    font-family: lato;
}

.redtext{
    color:red;
}

@font-face {
    font-family: 'myriad';
    src: url('../fonts/myriad.ttf');
}

@font-face {
    font-family: 'Bitstream';
    src: url('../fonts/Bitstreaman.ttf');
}

.Prompt {
    font-family: 'Prompt', sans-serif;
}

.Rubik {
    font-family: 'Rubik', sans-serif;
}


/*Common*/
body { /*font-family:poppins;*/
    font-size: 14px;
    line-height: 1.42857143;
    color: #161a25;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }


p {
    margin-bottom: 0px;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.ls1 {
    letter-spacing: 1px;
}

.ls2 {
    letter-spacing: 2px;
}

.ls-02 {
    letter-spacing: -0.2px;
}

.ls-1 {
    letter-spacing: -0.5px;
}

.ls-2 {
    letter-spacing: -1px;
}

.ls-3 {
    letter-spacing: -3px;
}

.padding0 {
    padding: 0;
}

@media (min-width:240px) {
    .absimage {
        position: static;
        top: 20px;
        width: 100%;
    }

    .xs8 {
        font-size: 8px;
    }

    .xs9 {
        font-size: 9px;
    }

    .xs10 {
        font-size: 10px;
    }

    .xs11 {
        font-size: 11px;
    }

    .xs12 {
        font-size: 12px;
    }

    .xs13 {
        font-size: 13px;
    }

    .xs14 {
        font-size: 14px;
    }

    .xs15 {
        font-size: 15px;
    }

    .xs16 {
        font-size: 16px;
    }

    .xs17 {
        font-size: 17px;
    }

    .xs18 {
        font-size: 18px;
    }

    .xs19 {
        font-size: 19px;
    }

    .xs20 {
        font-size: 20px;
    }

    .xs21 {
        font-size: 21px;
    }

    .xs22 {
        font-size: 22px;
    }

    .xs23 {
        font-size: 23px;
    }

    .xs24 {
        font-size: 24px;
    }

    .xs25 {
        font-size: 25px;
    }

    .xs27 {
        font-size: 27px;
    }

    .xs28 {
        font-size: 28px;
    }

    .xs29 {
        font-size: 29px;
    }

    .xs30 {
        font-size: 30px;
    }

    .xs31 {
        font-size: 31px;
    }

    .xs33 {
        font-size: 33px;
    }

    .xs35 {
        font-size: 35px;
    }

    .xs37 {
        font-size: 37px;
    }

    .xs39 {
        font-size: 39px;
    }

    .xs40 {
        font-size: 40px;
    }

    .xs41 {
        font-size: 41px;
    }

    .xs43 {
        font-size: 43px;
    }

    .xs45 {
        font-size: 45px;
    }

    .xs47 {
        font-size: 47px;
    }

    .xs49 {
        font-size: 49px;
    }

    .xs51 {
        font-size: 51px;
    }

    .xs60 {
        font-size: 60px;
    }

    .xs70 {
        font-size: 70px;
    }

    .xs80 {
        font-size: 80px;
    }

    .xsmt1 {
        margin-top: 1%;
    }

    .xsmt2 {
        margin-top: 2%;
    }

    .xsmt3 {
        margin-top: 3%;
    }

    .xsmt4 {
        margin-top: 4%;
    }

    .xsmt5 {
        margin-top: 5%;
    }

    .xsmt6 {
        margin-top: 6%;
    }

    .xsmt8 {
        margin-top: 8%;
    }

    .xsmt13 {
        margin-top: 13%;
    }

    .xsmb1 {
        margin-bottom: 1%;
    }

    .xsmb2 {
        margin-bottom: 2%;
    }

    .xsmb4 {
        margin-bottom: 4%;
    }

    .xsmb6 {
        margin-bottom: 6%;
    }

    .xsmb7 {
        margin-bottom: 7%;
    }

    .xsmb8 {
        margin-bottom: 8%;
    }

    .xsmb10 {
        margin-bottom: 10%;
    }

    .xsmb15 {
        margin-bottom: 15%;
    }

    .xsmb0 {
        margin-bottom: 0%;
    }

    .xsmt-1 {
        margin-top: -1%;
    }

    .xsmt-5 {
        margin-top: -5%;
    }

    .mycontainer {
        width: 100%;
    }

    .rectangle {
        background: none;
        border: 2px solid #a5cf46;
        background-size: contain;
        padding: 1% 1%;
    }

    .popup {
        padding: 1% 2%;
    }
}


@media (min-width:768px) {
    .rectangle {
        background: url(../oto4/rectangle.png) no-repeat center center;
        border: 0;
        background-size: contain;
        padding: 1% 1%;
    }

    .sm8 {
        font-size: 8px;
    }

    .sm9 {
        font-size: 9px;
    }

    .sm10 {
        font-size: 10px;
    }

    .sm11 {
        font-size: 11px;
    }

    .sm12 {
        font-size: 12px;
    }

    .sm13 {
        font-size: 13px;
    }

    .sm14 {
        font-size: 14px;
    }

    .sm15 {
        font-size: 15px;
    }

    .sm16 {
        font-size: 16px;
    }

    .sm17 {
        font-size: 17px;
    }

    .sm18 {
        font-size: 18px;
    }

    .sm19 {
        font-size: 19px;
    }

    .sm20 {
        font-size: 20px;
    }

    .sm21 {
        font-size: 21px;
    }

    .sm23 {
        font-size: 23px;
    }

    .sm24 {
        font-size: 24px;
    }

    .sm25 {
        font-size: 25px;
    }

    .sm27 {
        font-size: 27px;
    }

    .sm28 {
        font-size: 28px;
    }

    .sm29 {
        font-size: 29px;
    }

    .sm30 {
        font-size: 30px;
    }

    .sm31 {
        font-size: 31px;
    }

    .sm32 {
        font-size: 32px;
    }

    .sm33 {
        font-size: 33px;
    }

    .sm35 {
        font-size: 35px;
    }

    .sm37 {
        font-size: 37px;
    }

    .sm39 {
        font-size: 39px;
    }

    .sm40 {
        font-size: 40px;
    }

    .sm41 {
        font-size: 41px;
    }

    .sm43 {
        font-size: 43px;
    }

    .sm44 {
        font-size: 44px;
    }

    .sm45 {
        font-size: 45px;
    }

    .sm46 {
        font-size: 46px;
    }

    .sm47 {
        font-size: 47px;
    }

    .sm49 {
        font-size: 49px;
    }

    .sm51 {
        font-size: 51px;
    }

    .sm55 {
        font-size: 55px;
    }

    .sm60 {
        font-size: 60px;
    }

    .sm70 {
        font-size: 70px;
    }

    .sm80 {
        font-size: 80px;
    }

    .sm100 {
        font-size: 100px;
    }

    .sm130 {
        font-size: 130px;
    }

    .lmt0 {
        margin-top: 0%;
    }

    .lmt1 {
        margin-top: 1%;
    }

    .lmt2 {
        margin-top: 2%;
    }

    .lmt3 {
        margin-top: 3%;
    }

    .lmt4 {
        margin-top: 4%;
    }

    .lmt5 {
        margin-top: 5%;
    }

    .lmt10 {
        margin-top: 10%;
    }

    .lmt13 {
        margin-top: 13%;
    }

    .lmt6 {
        margin-top: 6%;
    }

    .lmt7 {
        margin-top: 7%;
    }

    .lmt8 {
        margin-top: 8%;
    }

    .lmt9 {
        margin-top: 9%;
    }

    .lmt11 {
        margin-top: 11%;
    }

    .lmt12 {
        margin-top: 12%;
    }

    .lmt16 {
        margin-top: 16%;
    }

    .lmt18 {
        margin-top: 18%;
    }

    .lmt12 {
        margin-top: 12%;
    }

    .lmt13 {
        margin-top: 13.5%;
    }

    .lmt15 {
        margin-top: 15%;
    }

    .lmt18 {
        margin-top: 18%;
    }

    .lmt20 {
        margin-top: 20%;
    }

    .lmt25 {
        margin-top: 25%;
    }

    .lmt-15 {
        margin-top: -14%;
    }

    .lmt-25 {
        margin-top: -25%;
    }

    .lmt-3 {
        margin-top: -3%;
    }

    .lmt-1 {
        margin-top: -1%;
    }

    .lmt-2 {
        margin-top: -2%;
    }

    .lmt-3 {
        margin-top: -3%;
    }

    .lmt-4 {
        margin-top: -4%;
    }

    .lmt-5 {
        margin-top: -5%;
    }

    .lmt-6 {
        margin-top: -6%;
    }

    .lmt-7 {
        margin-top: -7%;
    }

    .lmt-8 {
        margin-top: -8%;
    }

    .lmt-9 {
        margin-top: -9%;
    }

    .lmt-11 {
        margin-top: -11%;
    }

    .lmt-13 {
        margin-top: -13%;
    }

    .lmt-20 {
        margin-top: -20%;
    }

    .lmb0 {
        margin-bottom: 0%;
    }

    .lmb1 {
        margin-bottom: 1%;
    }

    .lmb2 {
        margin-bottom: 2%;
    }

    .lmb7 {
        margin-bottom: 7%;
    }

    .lmb10 {
        margin-bottom: 10%;
    }

    .lmb15 {
        margin-bottom: 15%;
    }

    .lmb30 {
        margin-bottom: 30%;
    }

    .lmb-5 {
        margin-bottom: -5%;
    }

    .lml-2 {
        margin-left: -2%;
    }

    .mobile-center {
        text-align: left;
    }

    .image {
        display: block
    }

    .image2 {
        display: none
    }

    .lappysection {
        position: relative;
        bottom: -113px;
        margin-top: -90px !important;
    }

    .lappysection2 {
        position: relative;
        bottom: -480px;
        margin-top: -566px !important;
    }

    .mycontainer {
        width: 750px;
    }

    .popup {
        padding: .9% 0%;
    }
}

@media (min-width:992px) {
    .md8 {
        font-size: 8px;
    }

    .md9 {
        font-size: 9px;
    }

    .md10 {
        font-size: 10px;
    }

    .md11 {
        font-size: 11px;
    }

    .md12 {
        font-size: 12px;
    }

    .md13 {
        font-size: 13px;
    }

    .md14 {
        font-size: 14px;
    }

    .md15 {
        font-size: 15px;
    }

    .md16 {
        font-size: 16px;
    }

    .md17 {
        font-size: 17px;
    }

    .md18 {
        font-size: 18px;
    }

    .md19 {
        font-size: 19px;
    }

    .md20 {
        font-size: 20px;
    }

    .md21 {
        font-size: 21px;
    }

    .md22 {
        font-size: 22px;
    }

    .md23 {
        font-size: 23px;
    }

    .md24 {
        font-size: 24px;
    }

    .md25 {
        font-size: 25px;
    }

    .md26 {
        font-size: 26px;
    }

    .md27 {
        font-size: 27px;
    }

    .md28 {
        font-size: 28px;
    }

    .md29 {
        font-size: 29px;
    }

    .md30 {
        font-size: 30px;
    }

    .md31 {
        font-size: 31px;
    }

    .md32 {
        font-size: 32px;
    }

    .md33 {
        font-size: 33px;
    }

    .md34 {
        font-size: 34px;
    }

    .md35 {
        font-size: 35px;
    }

    .md36 {
        font-size: 36px;
    }

    .md37 {
        font-size: 37px;
    }

    .md38 {
        font-size: 38px;
    }

    .md39 {
        font-size: 39px;
    }

    .md40 {
        font-size: 40px;
    }

    .md41 {
        font-size: 41px;
    }

    .md42 {
        font-size: 42px;
    }

    .md44 {
        font-size: 44px;
    }

    .md45 {
        font-size: 45px;
    }

    .md46 {
        font-size: 46px;
    }

    .md47 {
        font-size: 47px;
    }

    .md48 {
        font-size: 48px;
    }

    .md49 {
        font-size: 49px;
    }

    .md50 {
        font-size: 50px;
    }

    .md51 {
        font-size: 51px;
    }

    .md52 {
        font-size: 52px;
    }

    .md53 {
        font-size: 53px;
    }

    .md55 {
        font-size: 55px;
    }

    .md56 {
        font-size: 56px;
    }

    .md58 {
        font-size: 58px;
    }

    .md65 {
        font-size: 65px;
    }

    .md60 {
        font-size: 60px;
    }

    .md75 {
        font-size: 75px;
    }

    .md70 {
        font-size: 70px;
    }

    .md80 {
        font-size: 80px;
    }

    .md87 {
        font-size: 87px;
    }

    .md90 {
        font-size: 90px;
    }

    .md170 {
        font-size: 170px;
    }

    .md210 {
        font-size: 240px;
    }

    .mmb0 {
        margin-bottom: 0%;
    }

    .mmb3 {
        margin-bottom: 3%;
    }

    .mmb5 {
        margin-bottom: 5%;
    }

    .mmb7 {
        margin-bottom: 7%;
    }

    .mmb8 {
        margin-bottom: 8%;
    }

    .mmb11 {
        margin-bottom: 11%;
    }

    .mmb12 {
        margin-bottom: 12%;
    }

    .mmb14 {
        margin-bottom: 14%;
    }

    .mmb15 {
        margin-bottom: 15%;
    }

    .mmb16 {
        margin-bottom: 16%;
    }

    .mmb20 {
        margin-bottom: 20%;
    }

    .mmb28 {
        margin-bottom: 28%;
    }

    .mmb35 {
        margin-bottom: 35%;
    }

    .mmt0 {
        margin-top: 0%;
    }

    .mmt1 {
        margin-top: 1%;
    }

    .mmt2 {
        margin-top: 2%;
    }

    .mmt3 {
        margin-top: 3%;
    }

    .mmt4 {
        margin-top: 4%;
    }

    .mmt5 {
        margin-top: 5%;
    }

    .mmt6 {
        margin-top: 6%;
    }

    .mmt7 {
        margin-top: 7%;
    }

    .mmt8 {
        margin-top: 8%;
    }

    .mmt10 {
        margin-top: 10%;
    }

    .mmt11 {
        margin-top: 11%;
    }

    .mmt12 {
        margin-top: 12%;
    }

    .mmt13 {
        margin-top: 13%;
    }

    .mmt14 {
        margin-top: 14%;
    }

    .mmt16 {
        margin-top: 16%;
    }

    .mmt20 {
        margin-top: 20%;
    }

    .mmt25 {
        margin-top: 25%;
    }

    .mmt-2 {
        margin-top: -2%;
    }

    .mmt-3 {
        margin-top: -3%;
    }

    .mmt-4 {
        margin-top: -4%;
    }

    .mmt-5 {
        margin-top: -5%;
    }

    .mmt-8 {
        margin-top: -8%;
    }

    .mmt-9 {
        margin-top: -9%;
    }

    .mmt-9a {
        margin-top: -9.5%;
    }

    .mmt-12 {
        margin-top: -12%;
    }

    .mmb-5 {
        margin-bottom: -5%;
    }

    .mmb-6 {
        margin-bottom: -6%;
    }

    .mml-4 {
        margin-left: -4%;
    }

    .mycontainer {
        width: 970px;
    }

    .lappysection {
        position: relative;
        bottom: -112px;
        margin-top: -90px !important;
    }

    .popup {
        padding: .5% 0%;
    }
}

@media (min-width:1200px) {
    .lg8 {
        font-size: 8px;
    }

    .lg9 {
        font-size: 9px;
    }

    .lg10 {
        font-size: 10px;
    }

    .lg11 {
        font-size: 11px;
    }

    .lg12 {
        font-size: 12px;
    }

    .lg13 {
        font-size: 13px;
    }

    .lg14 {
        font-size: 14px;
    }

    .lg15 {
        font-size: 15px;
    }

    .lg16 {
        font-size: 16px;
    }

    .lg17 {
        font-size: 17px;
    }

    .lg18 {
        font-size: 18px;
    }

    .lg19 {
        font-size: 19px;
    }

    .lg20 {
        font-size: 20px;
    }

    .lg21 {
        font-size: 21px;
    }

    .lg22 {
        font-size: 22px;
    }

    .lg23 {
        font-size: 23px;
    }

    .lg24 {
        font-size: 24px;
    }

    .lg25 {
        font-size: 25px;
    }

    .lg26 {
        font-size: 26px;
    }

    .lg27 {
        font-size: 27px;
    }

    .lg29 {
        font-size: 29px;
    }

    .lg30 {
        font-size: 30px;
    }

    .lg31 {
        font-size: 31px;
    }

    .lg32 {
        font-size: 32px;
    }

    .lg33 {
        font-size: 33px;
    }

    .lg34 {
        font-size: 34px;
    }

    .lg35 {
        font-size: 35px;
    }

    .lg36 {
        font-size: 36px;
    }

    .lg37 {
        font-size: 37px;
    }

    .lg38 {
        font-size: 38px;
    }

    .lg39 {
        font-size: 39px;
    }

    .lg40 {
        font-size: 40px;
    }

    .lg41 {
        font-size: 41px;
    }

    .lg42 {
        font-size: 42px;
    }

    .lg44 {
        font-size: 43px;
    }

    .lg45 {
        font-size: 45px;
    }

    .lg46 {
        font-size: 46px;
    }

    .lg47 {
        font-size: 47px;
    }

    .lg48 {
        font-size: 48px;
    }

    .lg49 {
        font-size: 49px;
    }

    .lg50 {
        font-size: 50px;
    }

    .lg51 {
        font-size: 51px;
    }

    .lg52 {
        font-size: 52px;
    }

    .lg53 {
        font-size: 53px;
    }

    .lg55 {
        font-size: 55px;
    }

    .lg56 {
        font-size: 56px;
    }

    .lg58 {
        font-size: 58px;
    }

    .lg65 {
        font-size: 65px;
    }

    .lg60 {
        font-size: 60px;
    }

    .lg75 {
        font-size: 75px;
    }

    .lg70 {
        font-size: 70px;
    }

    .lg80 {
        font-size: 80px;
    }

    .lg87 {
        font-size: 87px;
    }

    .lg170 {
        font-size: 170px;
    }

    .lg210 {
        font-size: 240px;
    }

    .lappysection {
        position: relative;
        bottom: -125px;
        margin-top: -90px !important;
    }

    .lmtm-3 {
        margin-top: -3%;
    }

    .lgmb0 {
        margin-bottom: 0%;
    }

    .lgmb2 {
        margin-bottom: 2%;
    }

    .lgmb3 {
        margin-bottom: 3%;
    }

    .lgmb5 {
        margin-bottom: 5%;
    }

    .lgmb11 {
        margin-bottom: 11%;
    }

    .lgmb12 {
        margin-bottom: 12%;
    }

    .lgmb22 {
        margin-bottom: 22%;
    }

    .lgmb25 {
        margin-bottom: 25%;
    }

    .lgmb-2 {
        margin-bottom: -2%;
    }


    .lgmt2 {
        margin-top: 2%;
    }


    .section4 {
        padding: 3% 0 15% 0;
    }
}

@media (min-width:1500px) {
    .xl8 {
        font-size: 8px;
    }

    .xl9 {
        font-size: 9px;
    }

    .xl10 {
        font-size: 10px;
    }

    .xl11 {
        font-size: 11px;
    }

    .xl12 {
        font-size: 12px;
    }

    .xl13 {
        font-size: 13px;
    }

    .xl14 {
        font-size: 14px;
    }

    .xl15 {
        font-size: 15px;
    }

    .xl16 {
        font-size: 16px;
    }

    .xl17 {
        font-size: 17px;
    }

    .xl18 {
        font-size: 18px;
    }

    .xl19 {
        font-size: 19px;
    }

    .xl20 {
        font-size: 20px;
    }

    .xl21 {
        font-size: 21px;
    }

    .xl22 {
        font-size: 22px;
    }

    .xl23 {
        font-size: 23px;
    }

    .xl24 {
        font-size: 24px;
    }

    .xl25 {
        font-size: 25px;
    }

    .xl26 {
        font-size: 26px;
    }

    .xl27 {
        font-size: 27px;
    }

    .xl28 {
        font-size: 28px;
    }

    .xl29 {
        font-size: 29px;
    }

    .xl30 {
        font-size: 30px;
    }

    .xl31 {
        font-size: 31px;
    }

    .xl32 {
        font-size: 32px;
    }

    .xl33 {
        font-size: 33px;
    }

    .xl34 {
        font-size: 34px;
    }

    .xl35 {
        font-size: 35px;
    }

    .xl36 {
        font-size: 36px;
    }

    .xl37 {
        font-size: 37px;
    }

    .xl38 {
        font-size: 38px;
    }

    .xl39 {
        font-size: 39px;
    }

    .xl40 {
        font-size: 40px;
    }

    .xl41 {
        font-size: 41px;
    }

    .xl42 {
        font-size: 42px;
    }

    .xl44 {
        font-size: 43px;
    }

    .xl45 {
        font-size: 45px;
    }

    .xl46 {
        font-size: 46px;
    }

    .xl47 {
        font-size: 47px;
    }

    .xl48 {
        font-size: 48px;
    }

    .xl49 {
        font-size: 49px;
    }

    .xl50 {
        font-size: 50px;
    }

    .xl51 {
        font-size: 51px;
    }

    .xl52 {
        font-size: 52px;
    }

    .xl53 {
        font-size: 53px;
    }

    .xl55 {
        font-size: 55px;
    }

    .xl56 {
        font-size: 56px;
    }

    .xl58 {
        font-size: 58px;
    }

    .xl65 {
        font-size: 65px;
    }

    .xl60 {
        font-size: 60px;
    }

    .xl75 {
        font-size: 75px;
    }

    .xl70 {
        font-size: 70px;
    }

    .xl80 {
        font-size: 80px;
    }

    .xl87 {
        font-size: 87px;
    }

    .xl170 {
        font-size: 170px;
    }

    .xl210 {
        font-size: 240px;
    }
}

.responsive-video {
    padding-bottom: 63.21%;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    border: #ccc solid 5px;
}

.responsive-video1 {
    overflow: hidden;
}


    .responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video1 iframe, .responsive-video1 object, .responsive-video1 embed, .responsive-demo-video embed, .responsive-demo-video object, .responsive-demo-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.white {
    color: #fff;
}

.yellow {
    /*color: #ffdc63;*/
    color: yellow;
}

.pink {
    color: #ef1b5c;
}

.red {
    color: #ff0000;
}

.red1 {
    color: #ff5c5c;
}

.gray {
    color: #6b6b6b;
}

.black2 {
    color: #15171c;
}

.black3 {
    color: #110523;
}






.italic {
    font-style: italic;
}

.upper {
    text-transform: uppercase
}

.underline {
    text-decoration: underline;
}



img.zoomin:hover {
    transform: scale(1.2,1.2);
    transition: all 0.5s ease;
}

/*font-weight*/
.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}

.w900 {
    font-weight: 900;
}

.lh0 {
    line-height: 0%;
}

.lh50 {
    line-height: 50%;
}

.lh60 {
    line-height: 60%;
}

.lh70 {
    line-height: 70%;
}

.lh80 {
    line-height: 80%;
}

.lh90 {
    line-height: 90%;
}

.lh100 {
    line-height: 100%;
}

.lh110 {
    line-height: 110%;
}

.lh120 {
    line-height: 120%;
}

.lh130 {
    line-height: 130%;
}

.lh140 {
    line-height: 140%;
}

.lh145 {
    line-height: 145%;
}

.lh150 {
    line-height: 150%;
}

.lh160 {
    line-height: 160%;
}

.lh170 {
    line-height: 170%;
}

.lh180 {
    line-height: 180%;
}

.lh190 {
    line-height: 190%;
}

.lh200 {
    line-height: 200%;
}

.lh230 {
    line-height: 230%;
}

.myvideo {
    background: #fff;
    padding: 0.5%;
    border-radius: 0px;
}

.myvideo2 .responsive-video {
    border-radius: 20px;
    box-shadow: 1px 0px 50px 4px #424242;
}


.animatesection {
    position: absolute;
    right: 0;
}

.clear {
    clear: both;
}

img.bwanimate {
    -webkit-animation: mover 5s infinite alternate;
    animation: mover 5s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(70px);
    }

    100% {
        transform: translateY(-70px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(-45px);
    }
}

.mybutton1 a {
    background: linear-gradient(-90deg, #5a1bbb, #4a46c8);
    color: #fff;
    padding: .7% 2%;
    display: table;
    margin: auto;
    transition: all 0.5s;
    margin-top: 4px;
}

    .mybutton1 a:hover {
        background: linear-gradient(-90deg, #4a46c8, #5a1bbb);
        text-decoration: none;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }



.mybutton a {
    background: linear-gradient(to bottom, #f26c4f 0%, #f26c4f 100%);
    color: #fff;
    padding: 2.5% 5% 2.5% 5%;
    display: table;
    margin: auto;
    border-radius: 8px;
    text-shadow: 1px 1px 0 #333;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 7px #ab4100;
}

    .mybutton a:hover {
        background: #f7cc91;
        background: linear-gradient(to bottom, #ed9010 0%, #da5e00 100%);
    }

.mybutton3 a {
    background: linear-gradient(to bottom, #f26c4f 0%, #f26c4f 100%);
    color: #fff;
    padding: 2.5% 18% 2.5% 18%;
    display: table;
    margin: auto;
    border-radius: 8px;
    text-shadow: 1px 1px 0 #333;
    text-shadow: 0 2px 2px rgba(0,0,0,0.3);
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 7px #ab4100;
}

    .mybutton3 a:hover {
        background: #f7cc91;
        background: linear-gradient(to bottom, #ed9010 0%, #da5e00 100%);
    }

.underline {
    text-decoration: underline;
}

.mybutton2 a {
    background-color: #0f72ed;
    color: #fff;
    padding: 3% 10% 3% 10%;
    display: table;
    margin: auto;
    border-radius: 50px;
    border: 3px solid #005fd6;
}

    .mybutton2 a:hover {
        background-color: #005cce;
        text-decoration: none;
    }

.responsive-demo-video {
    overflow: hidden;
}


ul.checklist1 {
    padding-left: 13px;
}

.checklist1 li {
    background: url(../oto4/checkmark.png) no-repeat left top;
    padding-left: 50px;
    line-height: 25px;
    list-style: none;
    margin-left: -19px;
    padding-top: 2px;
    padding-bottom: 20px;
    margin-bottom: 8px;
}

.padding {
    padding: 0% 4%
}

.padding2 {
    padding: 0% 3%
}

.padding3 {
    padding: 0% 5%
}

ul.checklist2 {
    padding-left: 20px;
}

.checklist2 li {
    background: url(../oto4/checklist2.png) no-repeat left top;
    padding-left: 55px;
    line-height: 25px;
    list-style: none;
    margin-left: -19px;
    padding-top: 2px;
    padding-bottom: 14px;
    margin-bottom: 8px;
}



ul.checklist3 {
    padding-left: 25px;
}

.checklist3 li {
    background: url(../oto4/checkmark3.png) no-repeat left top;
    padding-left: 45px;
    line-height: 25px;
    list-style: none;
    margin-left: -19px;
    padding-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 8px;
}


ul.checklist4 {
    padding-left: 55px;
}

.checklist4 li {
    background: url(../oto4/checkmark4.png) no-repeat left top;
    padding-left: 45px;
    list-style: none;
    margin-left: -40px;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


ul.checklist5 {
    padding-left: 37px;
}

.checklist5 li {
    background: url(../oto4/checkmark5.png) no-repeat left top;
    padding-left: 45px;
    list-style: none;
    margin-left: -40px;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

ul.checklist6 {
    text-align: right;
}

.checklist6 li {
    display: inline-block;
    list-style: none;
    padding: 0% 3%;
}

    .checklist6 li a {
        color: #fff;
    }

        .checklist6 li a:hover {
            color: #adadad;
        }

.bg-orange {
    background-color: #f26522;
    padding: 1% 3% 11px 2%;
    border-radius: 37px;
}

.bg-blue {
    background-color: #022048;
    padding: 1% 0% 1% 0%;
    border-radius: 7px;
}

.bg-blue1 {
    background-color: #226bcc;
    padding: 1% 0% 1% 0%;
    border-radius: 7px;
}

.bg-red {
    background-color: red;
    padding: 1% 3% 11px 2%;
    border-radius: 8px;
}

.bg-green {
    background-color: #7cbd15;
    padding: 0% 2%;
    border-radius: 5px;
}

.bg-orange2 {
    background-color: #f4640c;
    padding: .6% 1% .9% 1%;
}

.s4box {
    /*background-color: #fff;*/
    background-image: url(/sales-img/testibg.png);
    padding: 6% 0;
    border-radius: 13px;
    box-shadow: 1px 0px 25px 6px #e3deef;
}

.s4box2 {
    /*background-color: #fff;*/
    background-image: url(/sales-img/testibg.png);
    padding: 6% 0% 13% 0%;
    border-radius: 13px;
    box-shadow: 1px 0px 25px 6px #e3deef;
}

.s9box {
    background: url(../oto4/section9.png) no-repeat bottom left;
    padding: 4% 0 9% 0;
    position: relative;
}

.paddingR {
    padding-right: 0px;
}

.que-box {
    padding-left: 4%;
}

    .que-box h2 {
        background: url(../oto4/que.png) no-repeat left top;
        padding-left: 65px;
        list-style: none;
        margin-left: -40px;
        padding-top: 0px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .que-box p {
        padding-left: 2%;
    }

.strip_footer a {
    color: white;
}

.bg-buy1 {
    background: url(../oto4/bg-buy1.png) no-repeat center top;
    background-size: cover;
    padding: 1% 0 0% 0;
}

.bg-buy2 {
    background: url(../oto4/bg-buy2.png) no-repeat center top;
    background-size: cover;
    padding: 1% 0 0% 0;
}

.top {
    background-color: #1c2129;
    padding: 1% 0;
}

.banner {
    background: url(../sales-img/bg1.png) no-repeat center;
    background-color: #f9fcff;
    background-size: cover;
    padding: 1% 0 3% 0;
    background-position: 50% 0%;
}

.topbanner {
    background: url(../sales-img/topbg.png) no-repeat center;
    background-size: cover;
    padding: 5px 0 8px 0;
    background-position: 50% 0%;
}

.banner1 {
    background: url(../sales-img/bg2.png) no-repeat center;
    background-size: cover;
    padding: 1% 0 3% 0;
    background-position: 50% 0%;
}

.section2 {
    padding: 3% 0% 6% 0%;
    background: url(../sales-img/banner4new.png) no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.section3 {
    background: url(../oto4/bg3.png) no-repeat center bottom;
    background-size: cover;
    background-color: #f9f9f9;
    padding: 3% 0 4% 0;
    box-shadow: 0 -8px 75px -5px rgba(115, 115, 115, 0.19);
}

.section4 {
    background: url(../sales-img/bg3new.png) no-repeat center bottom;
    background-color: #fff;
    padding: 4% 0 6% 0;
    background-position: 50% 0;
    margin-top: -6px;
}

.section5 {
    background: url(../sales-img/banner3.png) no-repeat;
    background-size: cover;
    padding: 7% 0 3% 0;
}

.section6 {
    background: url(../sales-img/bg6.png) no-repeat;
    background-size: cover;
    padding: 2% 0 4% 0;
}

.section7 {
    background: url(../sales-img/bg7.png) no-repeat center center;
    background-size: cover;
    padding: 3% 0 3% 0;
}

.section8 {
    background: url(../sales-img/bg8.png) no-repeat;
    background-size: cover;
    padding: 5% 0 5% 0;
}

.section9 {
    background: url(../sales-img/bg10.png) no-repeat;
    background-size: cover;
    padding: 3% 0 3% 0;
}

.section10 {
    background: url(../sales-img/bg11.png) no-repeat;
    padding: 6% 0 3% 0;
    background-size: cover;
}

.section11 {
    background: url(../sales-img/bg12.png) no-repeat center bottom;
    background-size: cover;
    padding: 3% 0 3% 0;
}

.section12 {
    background: url(../sales-img/bg13.png) no-repeat;
    background-size: contain;
    padding: 3% 0 3% 0;
}

.section13 {
    background: url(../sales-img/bg14.png) no-repeat;
    background-size: cover;
    padding: 6% 0 3% 0;
}

.section14 {
    background: url(../sales-img/bg15.png) no-repeat center bottom;
    background-size: cover;
    padding: 3% 0;
}

.section15 {
    background: url(../sales-img/bg16.png) no-repeat center bottom;
    background-size: cover;
    padding: 1% 0 3% 0%;
}

.section16 {
    background: url(../sales-img/bg17.png) no-repeat center bottom;
    background-size: cover;
    padding: 3% 0;
}

.section17 {
    background: url(../sales-img/bg18.png) no-repeat center center;
    background-size: cover;
    padding: 3% 0 3% 0;
}

.section18 {
    background: url(../sales-img/bg19.png) no-repeat;
    background-size: cover;
    padding: 6% 0;
}

.section19 {
    background: url(../sales-img/bg20.png) no-repeat cadetblue;
    background-size: cover;
    padding: 3% 0 3% 0;
}

.section20 {
    background: url(../sales-img/bg21.png) no-repeat center center;
    background-size: contain;
    padding: 3% 0;
}

.section21 {
    background: url(../sales-img/bg22.png) no-repeat;
    background-size: cover;
    padding: 5% 0 2% 0;
}

.section22 {
    background: url(../sales-img/bg23.png) no-repeat;
    background-size: cover;
    padding: 3% 0 3% 0;
}

.section23 {
    background: url(../sales-img/bg24.png) no-repeat;
    background-size: cover;
    padding: 1% 0 3% 0;
}

.section24 {
    background-color: #fefeff;
    padding: 1% 0 4% 0;
}

.section25 {
    background: url(../oto4/section25.png) no-repeat center center;
    background-size: cover;
    padding: 3% 0;
}

.section26 {
    background: url(../oto4/section26.png) no-repeat center center;
    background-size: cover;
    padding: 3% 0;
}

.section27 {
    background: url(../oto4/section27.png) no-repeat center center;
    background-size: cover;
    background-color: #22244c;
    padding: 3% 0;
}

.section28 {
    background-color: #fff;
    padding: 3% 0;
}

.section29 {
    background-color: #ef5ca0;
    padding: 2% 0;
}

.section30 {
    background-color: #5c2786;
    padding: 2% 0;
}

.section31 {
    background-color: #fff;
    padding: 3% 0;
}

.moneyback {
    margin-left: 13%;
    margin-top: -53%;
}

.strip_footer {
    width: 100%;
    height: auto;
    background: #141920;
    padding: 1.3% 0;
    border-bottom: 1px solid #3c4453;
    color: #fff;
}

.money {
    background: url(../oto4/moneyback.png) no-repeat center center;
    padding: 32% 0px 6% 0;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
   
    .banner {
        padding: 3% 0 8% 0;
    }

    .section3 {
        padding: 3% 0 3% 0;
    }

    .section4 {
        padding: 3% 0;
    }

    .section5 {
        padding: 3% 0 3% 0;
    }

    .section6 {
        padding: 3% 0;
    }

    .section7 {
        background-image: none;
        background-color: #025388;
        padding: 3% 0 3% 0;
    }

    .section9 {
        padding: 3% 0;
    }

    .section10 {
        margin-top: 0%;
    }

    .s9box {
        background-image: none;
        padding: 0;
    }

    .section11 {
        background-image: none;
        background-color: #317dbd;
        padding: 3% 0 3% 0;
    }

    .section15 {
        background-image: none;
        background-color: #3884cf;
        padding: 3% 0 3% 0;
    }

    .section17 {
        /*background-image: none;*/
    }

    .section19 {
        background-image: none;
    }

    .section20 {
        background-image: none;
    }

    .section22 {
        padding: 3% 0;
    }

    /*.section21 {
        background-image: none;
        background-color: #0f1b3f;
        padding: 3% 0 3% 0;
    }*/

    .section23 {
        background-image: none;
        background-color: #1a142c;
        padding: 3% 0 3% 0;
    }

    .section24 {
        padding: 3% 0;
    }

    .bg-orange {
        padding: .2% 1%;
        border-radius: 0px;
    }

    .que-box h2 {
        margin-left: 0px;
    }

    .que-box p {
        padding-left: 27%;
    }

    .image {
        display: none
    }

    .image2 {
        display:none;
    }

    .padding0 {
        padding: 0 15px;
    }

    .paddingR {
        padding-right: 15px;
    }

    .animatesection2 {
        margin-top: -5%;
    }

    .mobile-center {
        text-align: center;
    }
}
 .wd88{
     width:88%;
 }
@media (min-width: 240px) {
    .lappy {
        position: static;
        right: 0;
        bottom: 0px;
    }
    .wd100 {
        width: 100%;
    }
    .videosection {
        position: static;
        right: 0;
        bottom: 0px;
    }

    .mainvideo {
        position: static;
        width: 100%;
        height: 0px;
    }

    .demovideo {
        position: static;
        width: 100%;
        height: 0px;
    }

    .video {
        width: 485px;
        height: 231px;
        top: 23px;
        left: 0px;
        margin-bottom: 8%;
    }


    .margin-left {
        margin-left: 0%
    }

    .popup:before {
        display: none;
    }

    .popup:after {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .ex {
        background-color: red;
    }
}

@media only screen and (min-width: 600px) {
    .ex {
        background-color: black;
    }

    .ex {
        background-color: white
    }
   
}

@media only screen and (max-width: 600px) {
    .ex {
        background-color: black;
    }
}

@media (min-width: 480px) {
    .mainvideo {
        position: static;
        width: 100%;
        height: 0px;
    }
    
    .video {
        width: 485px;
        height: 273px;
        top: 23px;
        left: 28px;
        margin-bottom: 8%;
    }

    .demovideo {
        position: static;
        width: 100%;
        height: 0px;
    }

    .ex {
        background-color: yellow
    }
}

@media only screen and (min-width: 768px) {
    .ex {
        background-color: white;
    }

    .lappy {
        position: relative;
        right: 0;
        bottom: -50px;
    }

    .videosection {
        position: relative;
        right: 0;
        bottom: 0px;
    }

    .mainvideo {
        position: absolute;
        width: 510px;
        height: 296px;
        top: 19px;
        left: 90px;
    }

    .video {
        width: 315px;
        height: 117px;
        top: 15px;
        left: 7px;
        margin-bottom: 12%;
    }

    .demovideo {
        position: static;
        width: 631px;
        height: 354px;
        top: 28px;
        left: 28px;
    }

    .arrowleft {
        left: -36px;
    }

    .ex {
        background-color: gray
    }

    .section9 h1 {
        padding-left: 15px;
    }

    .margin-left {
        margin-left: -2%
    }

    .popup:before {
        display: block;
    }

    .popup:after {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .ex {
        background-color: blue;
    }

    .mainvideo {
        position: absolute;
        width: 595px;
        height: 346px;
        top: 21px;
        left: 168px;
    }

    .video {
        width: 429px;
        height: 162px;
        top: 21px;
        left: 11px;
        margin-bottom: 10%;
    }

    .demovideo {
        position: static;
        width: 806px;
        height: 447px;
        top: 36px;
        left: 60px;
    }

    .ex {
        background-color: green
    }

    .section9 h1 {
        padding-left: 9%;
    }
}

@media only screen and (min-width: 1200px) {
    .ex {
        background-color: pink;
    }

    .mainvideo {
        position: absolute;
        width: 595px;
        height: 345px;
        top: 22px;
        left: 258px;
    }

    .video {
        width: 403px;
        height: 196px;
        top: 1px;
        left: 0px;
        margin-bottom: 0px;
    }

    .demovideo {
        position: static;
        width: 834px;
        height: 470px;
        top: 29px;
        left: 139px;
    }

    .ex {
        background-color: red
    }

    .section9 h1 {
        padding-left: 9%;
    }
}


@media (min-width:1300px) {
    .mycontainer {
        width: 1290px;
    }

    .ex {
        background-color: blue
    }

    .section9 h1 {
        padding-left: 5%;
    }
}

@media (min-width:1400px) {
    .mycontainer {
        width: 1370px;
    }

    .ex {
        background-color: silver
    }

    .last-line {
        margin-bottom: 96%;
    }

    .section9 h1 {
        padding-left: 1%;
    }
}

@media (min-width:1500px) {
    .mycontainer {
        width: 1500px;
    }

    .ex {
        background-color: pink
    }

    .last-line {
        margin-bottom: 90%;
    }

    .section9 h1 {
        padding-left: 0px;
    }
}

@media (min-width:2000px) {
    .ex {
        background-color: black
    }

    .last-line {
        margin-bottom: 75%;
    }
}


.mt0 {
    margin-top: 0%;
}

.mt1 {
    margin-top: 1%;
}

.mt2 {
    margin-top: 2%;
}

.mt3 {
    margin-top: 3%;
}

.mt4 {
    margin-top: 4%;
}

.mt5 {
    margin-top: 5%;
}

.mt6 {
    margin-top: 6%;
}

.mt7 {
    margin-top: 7%;
}

.mt8 {
    margin-top: 8%;
}

.mt9 {
    margin-top: 9%;
}

.mt10 {
    margin-top: 10%;
}

.mt11 {
    margin-top: 11%;
}

.mt12 {
    margin-top: 12%;
}

.mt13 {
    margin-top: 13%;
}

.mt14 {
    margin-top: 14%;
}

.mt15 {
    margin-top: 15%;
}

.mt20 {
    margin-top: 20%;
}

.mt25 {
    margin-top: 25%;
}

.mtm14 {
    margin-top: -14%;
}

.mtm4 {
    margin-top: -4%;
}

.mtm1 {
    margin-top: -1%;
}

.mtm2 {
    margin-top: -2%;
}

.mtm3 {
    margin-top: -3%;
}

.mtm6 {
    margin-top: -6%;
}

.mtm8 {
    margin-top: -8%;
}

.mtm9 {
    margin-top: -9%;
}

.mtm20 {
    margin-top: -20%;
}

.mtm12 {
    margin-top: -12px;
}

.mtm40 {
    margin-top: -40px;
}

.mtm10 {
    margin-top: -45px;
    border: 6px solid #fff;
}


footer {
    background: #f3f3f3;
    padding: 1.4% 0;
}

.numbercircle {
    border: 2px solid #8dba46;
    width: 50px;
    color: #8dba46;
    height: 50px;
    border-radius: 100px;
    padding-top: 4px;
    text-align: center;
    display: table;
    margin: auto;
}

.timerbox {
    background: #092a4b;
    padding: 12px 5px 15px 5px;
    border-radius: 40px;
    display: -webkit-box;
    margin: auto;
    width: 90%;
}

.timebox {
    display: inline-block;
    margin: 0px 0px;
    width: 78px;
    height: 70px;
    padding: 1% 2%;
    text-align: center;
    border-radius: 9px;
    /* -webkit-border-radius: 80px; */
    background: #414955;
    color: yellow;
    font-size: 20px;
}

.timebox1 {
    display: inline-block;
    margin: 0px 0px;
    width: 80px;
    height: 70px;
    padding: 0% 2%;
    text-align: center;
    border-radius: 9px;
    /* -webkit-border-radius: 80px; */
    background: #fefefe;
    color: red;
    font-size: 20px;
    border: 1px solid #415161;
}

.yellow1 {
    color: #ffd800;
}

.green {
    color: #49e903;
}

.green1 {
    color: #bdff0c;
}

.wul {
    text-decoration: underline white;
}

.white {
    color: #fff;
}

.blue {
    color: #0181f8;
}

.whitebox {
    background: #fff;
    border-radius: 6px;
    padding: 7% 4% 7% 4%;
}

.bg-img {
    background: url(../oto4/test.jpg) no-repeat center center;
}

@media (min-width:2000px) {
    .banner {
        background-position: 0% 78%;
    }
}

.demovideo {
    position: absolute;
    width: 691px;
    height: 374px;
    top: 2px;
    left: 23px;
}

.demovideo1 {
    position: absolute;
    width: 691px;
    height: 374px;
    top: 110px;
    left: 23px;
    padding: 3%;
}

@media (min-width:0px) and (max-width:320px) {
    .demovideo {
        position: absolute;
        width: 256px;
        height: 136px;
        top: 1px;
        left: 17px;
    }

    .demovideo1 {
        position: sticky;
        width: 278px;
        height: 374px;
        top: 110px;
        left: 23px;
        padding: 3%;
    }

    .hidden-xs {
        display: none;
    }
}

@media (min-width:375px) and (max-width:500px) {
    .demovideo {
        position: absolute;
        width: 312px;
        height: 166px;
        top: 4px;
        left: 17px;
    }

    .demovideo1 {
        position: sticky;
        width: 338px;
        height: 374px;
        top: 110px;
        left: 0;
        padding: 3%;
    }

    .hidden-xs {
        display: none;
    }
}

@media (min-width:500px) and (max-width:768px) {
    .demovideo {
        position: absolute;
        width: 532px;
        height: 289px;
        top: 1px;
        left: 21px;
    }

    .hidden-xs {
        display: none;
    }
}

@media(min-with:769x) {
    .demovideo1 {
        position: sticky;
        width: 338px;
        height: 374px;
        top: 110px;
        left: 0;
        padding: 3%;
    }
}

@media(min-width: 768px) {
    .demovideo1 {
        position: static;
        width: 650px;
        height: 280px;
        top: 110px;
        left: 0;
        padding: 0%;
    }
}

@media(min-width: 992px) {
    .demovideo1 {
        position: absolute;
        width: 590px;
        height: 215px;
        top: 110px;
        left: 23px;
        padding: 3%;
    }
}

.w2 {
    width: 2%;
}

.w17 {
    width: 17px;
}

.box-shadow {
    box-shadow: 1px 2px 12px 0px gainsboro;
}

.introlist li {
    background: url(/sales-img/introlist.png) no-repeat 0 4px;
    padding-left: 52px;
    list-style: none;
    /*margin-left: -25px;*/
    padding-bottom: 12px;
    line-height: 24px;
    padding-top: 0px;
    margin-bottom: 22px;
}

.introlist1 li {
    background: url(/sales-img/cross.png) no-repeat 0 4px;
    padding-left: 52px;
    list-style: none;
    /*margin-left: -25px;*/
    padding-bottom: 12px;
    line-height: 24px;
    padding-top: 0px;
    margin-bottom: 22px;
}

.ml2 {
    margin-left: 2%;
}

.width144 {
    width: 144%;
}

.width83 {
    width: 83%;
}

.mt-7 {
    margin-top: -7%;
}

.ml-7 {
    margin-left: -7%;
}

@media only screen and (min-device-width: 0px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .section10 {
        background: url(../sales-img/bg11.png) no-repeat #415161;
        padding: 6% 0 3% 0;
        background-size: cover;
    }

    .section5 {
        background: url(../sales-img/banner3.png) no-repeat #222537;
        background-size: cover;
        padding: 7% 0 3% 0;
    }

    .section21 {
        background: url(../sales-img/bg22.png) no-repeat #e8e7e7;
        background-size: cover;
        padding: 5% 0 2% 0;
    }

    .section18 {
        background: url(../sales-img/bg19.png) no-repeat #1b2733;
        background-size: cover;
        padding: 6% 0;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .section10 {
        background: url(../sales-img/bg11.png) no-repeat #415161;
        padding: 6% 0 3% 0;
        background-size: cover;
    }

    .section5 {
        background: url(../sales-img/banner3.png) no-repeat #222537;
        background-size: cover;
        padding: 7% 0 3% 0;
    }

    .section21 {
        background: url(../sales-img/bg22.png) no-repeat #e8e7e7;
        background-size: cover;
        padding: 5% 0 2% 0;
    }

    .section18 {
        background: url(../sales-img/bg19.png) no-repeat #1b2733;
        background-size: cover;
        padding: 6% 0;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .section10 {
        background: url(../sales-img/bg11.png) no-repeat #415161;
        padding: 6% 0 3% 0;
        background-size: cover;
    }

    .section5 {
        background: url(../sales-img/banner3.png) no-repeat #222537;
        background-size: cover;
        padding: 7% 0 3% 0;
    }

    .section21 {
        background: url(../sales-img/bg22.png) no-repeat #e8e7e7;
        background-size: cover;
        padding: 5% 0 2% 0;
    }

    .section18 {
        background: url(../sales-img/bg19.png) no-repeat #1b2733;
        background-size: cover;
        padding: 6% 0;
    }
}

.mt-45 {
    margin-top: -45%;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .mt-45 {
        margin-top: auto;
    }

    .section2 {
        padding: 3% 0% 6% 0%;
        background: none;
        background-size: contain;
    }
}

.line hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #fff;
}

.bg-buy1 {
    background: url(../sales-img/bg-buy1.png) no-repeat center top;
    background-size: cover;
    padding: 1% 0 0% 0;
}

.bg-buy2 {
    background: url(../sales-img/bg-buy2.png) no-repeat center top;
    background-size: cover;
    padding: 1% 0 0% 0;
    border-radius:2%;
}
.flbg1 {
    background-color: #fef4df;
    background-size: cover;
    padding: 1% 0 0% 0;
    color: white;
}

.flbg2 {
    background-color: #433c44;
    padding: 0% 0 2% 0;
    background-size: cover;
    color: white;
}

.wd50 {
    width: 50%;
}

.freetag {
    font-size: 2.5rem !important;
    font-family: "Montserrat", sans-serif;
}

.mrgn {
    margin-top: 12px !important;
}

.exitbtn {
    font-family: "Montserrat", sans-serif;
    padding: 15px 20px !important;
    font-weight: 800 !important;
    font-size: 23px !important;
    margin-bottom: 20px;
}

.exith2 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: -11px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.ffm {
    font-family: "Montserrat", sans-serif;
}