.fa-times {
    color: #ffffff;
    font-size: 30px;
    position: relative;
    top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.itemmaxen:focus{
    color: white;
    text-decoration: none;
}
@font-face {

    font-family: 'MyriadPro-Regular';
    src: url('/MyriadPro-Regular.eot')


}
@font-face {
    font-family: 'MyriadProLight';
    src: url('/MyriadPro-Light.otf')
}
@font-face {
    font-family: 'Banff';
    src: url('/Banff.ttf')
}
@keyframes displayblock {
    0% {
        opacity: 0;
      
    }
    100% {
        opacity: 1;
       
    }
}
@keyframes menu {
    0% {
        opacity: 0;
        transform: translateX(-5rem);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
::-webkit-scrollbar {
    width: 5px;
    background: #000000;
    border-radius: 5px
  }
  ::-webkit-scrollbar-thumb {
    width: 4px;
    background: #484848;
    border-radius: 5px
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #8c8c8c; 
  }
.title-onco a{
    color: white;
    cursor: pointer;
}
.title-onco a:hover {
    color: white;
    cursor: pointer;

}
.newmax {
    position: fixed;
    width: 25%;
}
.menu {
    position: fixed;
    left: -4px;
    top: 38%;
    width: 3.3%;
    z-index: 2;
    cursor: pointer;
    display: none;
    opacity: 1;
    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation: menu .5s;
}
.block2 {
    display: block !important;
    z-index: 9;
}
.youtube-videowa{
    width: 90%;
    height: 90vh;
}
.nonssse {
    display: none;
    position: absolute;
    top: 0;
    animation: menu .5s;
    width: 100%;
}
.displayblock{
/* opacity:1; */
/*transition: opacity 1s linear;*/
/* transition: opacity 1.0s ease-in;*/
animation: 1s ease .2s normal forwards displayblock;
opacity: 0;
 }
 .display2block{
/* opacity:1; */
/*transition: opacity 1s linear;*/
/* transition: opacity 1.0s ease-in;*/
animation: 1s ease .5s normal forwards displayblock;
opacity: 0;
 }
 .display3block{
    /* opacity:1; */
    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:1s ease .8s normal forwards displayblock;
    opacity: 0;
     }

#myVideo,html, body{ width: 100%;height: 100%; margin: 0; padding: 0;}
#background {
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    width:100%;
}
#myVideo{
   position: fixed;
    top:0;
    left:0;
 /*   z-index: -999;*/
    opacity: 0.9;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    z-index: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;

}
#myVideo-two{
    position: relative;
    top:0;
    left:0;
 /*   z-index: -999;*/
    opacity: 0.9;
    object-fit: cover;
    width: 100%;
    height: 101vh;
    z-index: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
}
.cover{
    position: fixed;
    top:0;
    left:0;
    /*   z-index: -999;*/

    object-fit: cover;
    width: 100%;
    height: 100vh;
    z-index: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    background-size: cover;
    background-color: transparent;
}
.maxes1 {
    width: 65%;
    /* height: 45px; */
    float: right;
    /* padding-left: 10px; */
    /* padding-right: 20px; */
    margin-top: 25px;
    margin-right: 15px;
    /* margin-left: 20px; */
}
.maxesmune{
    float: left;
    width: 25%;
    height: 100px;
    padding: 0;

    display: inline-flex;
}
.newmax{
    display: none;
}

.times {
    position: absolute;
    right: 44px;
    top: 28px;

}


.nav-icon {
    margin: 10px 10px 0 5px;
    height: 70px;
    width: 45px;
    position: relative;
    float: left;
    cursor: pointer;
}

#spanmenu {
    height:2px;
    width: 28px;
    background: #fafafa;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    border-radius: 10px;
    transition:all 0.3s;
    cursor:pointer;
}

#spanmenu::before, #spanmenu::after {
    content:"";
    height:2px;
    width:100%;
    position:absolute;
    background: #f9f9f9;
    transition-duration:0.3s;
    transition-delay: 0s;
    border-radius: 15px;
    cursor:pointer;
}
#spanmenu::before {top:-10px;}
#spanmenu::after {top:10px;}





.cross.active #spanmenu::before {
    top:0;
    transform:rotate(-45deg);
}

.cross.active #spanmenu::after {
    top:0;
    transform:rotate(45deg);
}
.cross.active #spanmenu {
    background:none;

}
.sellected{
    margin-top: 900px;
    margin-bottom: 900px;
    height: 500px;
    background-color: black;
    font-size: 40px;
    font-family: 'Germania One', cursive;
    opacity: 0;
    transform:translate(50px);
    transition:all 2s ease-out;
}
#project02{
    margin-top: 100px;
    height: 100px;
}
#project03{
    margin-top: 100px;
    height: 100px;

}
#project04{
    position: relative;
    top: 140px;
}
.sellected.show{
    opacity: 1;
    transform:translate(0px);

}
.waleed{
    opacity: 0.9;
}
.displayb{
    display: none;
}
.title-onco {
    margin: 10px 0;
    color: #ffff;
    font-family: 'MyriadProLight', "MyriadPro-Regular";
    font-size: 20px;
    letter-spacing: 0.4px;
    position: relative;
    top: 30px;
}
.title-onco-2 {
    margin: 10px 0;
    color: #ffff;
    font-family: 'MyriadProLight', "MyriadPro-Regular";
    font-size: 20px;
    letter-spacing: 0.4px;
    position: relative;
    top: 15px;
    left: 20px;
}
#porject01{

}
.navmaxes{
    /* filter: blur(1px); */
    background-color: rgba(51, 51, 51, 0.67);
    z-index: 8;
    width: 25%;
    height: 100vh;
    padding: 0;
    position: fixed;
    display: none;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}
.facebook:before{
    content:"\f09a";
    font-family: FontAwesome;
    font-size: 20px ;
    color: white;
    position: relative;
    top: 2px;
    text-decoration: none;
    transition: .5s;



}
.facebook:hover:before{
    color: black;
    background: white;
    text-decoration: none;
    transition: .5s;
}
.border:hover{
    text-decoration: none;
    background: white;
    transition: .5s;
}
.border:hover > .facebook:before { color: black;
    background: white;
    text-decoration: none;
    transition: .5s;

}

.border{
    width: 30px;
    height: 30px;
    border: 3px solid white;
    border-radius: 100%;
    padding: 6px 10px;
    text-decoration: none;
    transition: .5s;
}
.youtube:before{
    content:"\f167";
    font-family: FontAwesome;
    font-size: 19px ;
    color: white;
    position: relative;
    top: 2px;
    text-decoration: none;
    transition: .5s;
}
.youtube:hover:before{
    color: black;
    background: white;
    text-decoration: none;
    transition: .3s;
}
.border:hover > .youtube:before { color: black;
    background: white;
    text-decoration: none;
    transition: .5s;

}
.borderw{
    padding: 6px 8px;
    transition: .5s;
}
.newmax1{
    width: 65%;
    margin-left: 15%;
    /* padding-left: 15%; */
    /* padding-top: 19vh; */
    margin-top: 36%;

}
.itemmaxes{
    margin: auto;
    text-align: center;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
    color: white;
    height: 100%;
    list-style: none;
    padding: 0;
    filter: blur(0);
    position: relative;
    z-index: 10;
    margin-top: 35%;
}
.navmaxes2{
    position: relative;
    background-color: rgba(0,0,0, 0.4);
    z-index: 10;
    display: block;

}
.itemmaxen{
    margin: auto;
    text-align: center;
    justify-content: center;
    justify-items: center;
    font-family:"MyriadProLight";
    letter-spacing: .3px;
    font-size: 20px;
    color:white;
    padding: 5px 5px 5px 5px;
    filter: blur(0)!important;

}
.itemmaxen1{
    padding-top: 5px;
    padding-bottom: 5px;
}
.activemaxes,.itemmaxen:hover{
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 6px 13px 5px 13px;
    text-decoration: none;
    color: white;
    filter: blur(0)!important;
}
.navmaxes-hide{
        z-index: 999;
    float: right;
    width: 25%;
    height:100px;
    padding: 0;
    position: absolute;
    transition-duration:0.3s;
    transition-delay: 0s;

}
.display{display: none}
.none{opacity:0;}
.fadeout{
    opacity:1;
    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation: fade-in-move-down 0.9s;
}
@keyframes fade-in-move-down {
    0% {
        opacity: 0;
        transform: translateY(-5rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.sction.increasemax{
    transform: translateY(0px);
    opacity: 0;

}
@keyframes fade-down {
    0% {

        transform: translateY(-10rem);
    }
    100% {

        transform: translateY(0);
    }
}
.fadedown{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    /*animation: fade-down .6s;*/
    animation:.8s ease  normal forwards 1 fade-down;
    opacity:1;
}
.fadedown1{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    /*animation: fade-down .8s;*/
    animation:.8s ease  normal forwards 1 fade-down;
    opacity:1;
}
.fadedown2{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    /*animation: fade-down 1s;*/
    animation:1s ease  normal forwards 1 fade-down;
    opacity:1;
}
.fadedown3{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
   /* animation: fade-down 1.2s;*/
    animation:1.2s ease  normal forwards 1 fade-down;
    opacity:1;
}
.fadedown4{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    /*animation: fade-down 1.4s;*/
    animation:1.4s ease  normal forwards 1 fade-down;
    opacity:1;
}
.fadedown5{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    /*animation: fade-down 1.4s;*/
    animation:.5s ease normal forwards 1 fade-in-move-down;
    opacity:0;
}
.fadedown6{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    /*animation: fade-down 1.4s;*/
    animation:.5s ease .5s normal forwards 1 fade-in-move-down;
    opacity:0;
}
@keyframes faden {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;

    }
}
.faden{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation: .5s ease  normal forwards 1 faden;
    opacity: 0;
}

@keyframes faden1 {
    0% {
        opacity: 0;
        transform: translateY(3rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.faden1{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation: .5s ease .5s normal forwards 1 faden1;
    opacity: 0;
}
@keyframes apper {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;

    }
}
.apper{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:1s ease 1.1s normal forwards 1 apper;
    opacity: 0;
}
@keyframes rightmaxes{
    0% {
        opacity: 0;
        transform: translateX(5rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.rightmaxes{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:1s ease 2.5s normal forwards 1 rightmaxes;
    opacity: 0;
}
@keyframes fontmaxess{
    0% {
        opacity: 0;
        transform: translateY(-10rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0rem);
    }
}
.fontmaxess{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:1s ease 1.2s normal forwards fontmaxess;
    opacity: 0;
}

@keyframes fontmaxessetida{
    0% {
        opacity: 0;
        transform: translateY(-5rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0rem);
    }
}
.project9{
    position: relative;
    top: 200px;
}
.project10{
    position: relative;
    top: 400px;
}
.project10w{
    position: relative;
    top: 550px;
}
.project11{
    position: relative;
    top: 650px;
}


.fontmaxessetida{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:1s ease 1.8s normal forwards fontmaxessetida;
    opacity: 0;
}
@keyframes font2maxes{
    0% {
        opacity: 0;
        transform: translateY(5rem);

    }
    100% {
        opacity: 1;
        transform: translateY(0rem);
    }
}
.font2maxes{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:.8s ease .5s normal forwards font2maxes;
    opacity: 0;
}
@keyframes font3maxes{
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;

    }
}
.font3maxes{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation: .8s ease .5s normal forwards font3maxes;
    opacity: 0;
}
@keyframes font3maxess{
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;

    }
}
.font3maxess{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:.5s ease .8s normal forwards font3maxess;
    opacity: 0;
}

.font4maxes{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:.5s ease 1.1s normal forwards font3maxes;
    opacity: 0;
}
.section{
    z-index: 1;
    position: relative;
    left: 10px;
    width: 65%;
    margin-top:35vh;
    line-height: 100%;
    opacity: 1;
}
.section2{
    z-index: 1;
    position: relative;
    top: 50px;
    left: 10px;
    width: 67%;
    line-height: 100%;
    opacity: 0;
    margin-bottom: 150px;
    height: 650px;
}
.section3haederright{
    float: right;
    display: inline-block;
    background-color: white;
    color: white!important;
    width:65%;
    height:200px;
    margin-top: -150px;
    z-index: -1;
    padding-top: 200px;
    padding-left: 80px;
}
.section3haederleft{

    display: inline-block;
    background-color: white;
    width: 35%;
    height: 200px;
    color: white!important;
    margin-top: -150px;

}
.section3right{
    float: right;
    width: 60%;
    overflow: hidden;
    padding-top: 143px;
}
.section3lift{
    float: left;
    width: 40%;
    overflow: hidden;
    height: 100%;

}

.maxesf2{
    display: block;
    font-family: "MyriadProLight";
    font-size: 65px !important;
    font-weight: 100;
    line-height: 1.1;
    letter-spacing: -3.3px;
    color: #fff !important;
    margin: 0;
    padding-bottom: 8px;
}
.maxesf3{
    font-family: 'MYRIADPRO-BOLD';
    font-size: 57px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -3.3px;
    color: #fff !important;
    margin: 0;
    width: 80%;
    padding-left: 5px;
}
.maxesf4{
    font-family:'MyriadProLight';
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -1.3px;
    color: #fff !important;

}
.maxesf5{
    font-family: 'MYRIADPRO-BOLD';
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}
.maxesf6{
    font-family: 'MyriadProLight';
    font-size: 56px;
    line-height: .8;
    letter-spacing: -3.3px;
    color: #000000 !important;
    margin-top: 55px;
    z-index: 2;



}
.maxesf7{
    font-family: 'MYRIADPRO-BOLD';
    font-size: 55px;
    padding-left: 6px;
    line-height: .8;
    font-weight: bold;
    letter-spacing: -3.3px;
    color: #000000 !important;
    z-index: 2;
}
.maxesline{

    width: 100%;
    z-index: 5;
    border-right: 3px solid #fff;
    height: 600px;
    transition:ease-out ;

}
.maxesline2{
    margin-top: 951px;
    border-right: 3px solid #fff;
    height: 690px;
    margin-bottom: 0;
    margin-left: -2px;


}

.height{
    height: 900px;
    transform:translate(0px);

}
.nav-left{
    z-index: 9;
    height: 100px;
    position: absolute;
}
.nav-right{
    z-index: 99;
    width: 75%;
    position: absolute;
    left: 25%;
    height: 100px;
    top: 0;
}
#test{
    margin-top: 100px;
    z-index: -1;
    width: 100%;
    height: 200px;
}
.imgmaxes{
    width: 85%;
    z-index: 0!important;
}
#project03{
    width: 100%;
}
.img2maxes{
    z-index: 1;
    position: absolute;
    margin-top: 0%;
    left: 17.5%;
    width: 15%;
}
.lineimg{
    z-index: 2;
    border-left: 3px solid #221d1a;
    position: absolute;
    left: 24.77%;
    height: 20px;
    width: 1%
}
.itemmaxes1{
    display: inline-block;
    margin-left: .6%;
    margin-top: 9%;


}
.itemmaxest{
    font-family:"MyriadPro-Regular";
    display: inline;
    color: white;
    text-align: center;
    line-height: 1.9;
}
.maxesf8{
    margin-top: 30px;
    width: 80%;
    font-family: 'MyriadPro-Regular';
    font-size: 20px;
    color: #000000;
    line-height: 1.2;
    padding-left: 20px;
    opacity: 0;
}
.maxesf9{
    margin-top: 15px;
    font-family: 'MYRIADPRO-BOLD';
    font-size: 25px;
    font-weight: bold;
    padding-left: 20px;
    opacity: 0;
}



.mySlides {display:none;width: 100%}
.w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}
.w3-white, .w3-hover-white:hover {
    color: #000!important;
    /* background-color: #fff!important; */
    background-color: transparent!important;
}
.w3-transparent, .w3-hover-none:hover {
    background-color: #fff!important;
}
.w3-border {
    border: 1.4px solid #fff!important;

}
.img-mun{

    z-index: 9;

}

.imgs{
    display: inline;
    padding-top: 1.5%;
    padding-left: 1.5%;
    padding-bottom: 1.5%;
    /* margin-right: 1.5%; */
    width: 33%;
    height: 100%;
    float: left;
    
}
.img2s{
    display: inline;
    float: right;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    padding-right: 1.5%;
    width: 33%;
    height: 100%;

}
.middle{
    width: 33.5%;
    float: left;
    margin: auto;
    text-align: center;
}
.imghoures{

    position: relative;
    width: 50%;
    
    top: 70px;
}
.withdslider{
    width: 80%;
    margin: auto;
}
.font1{
    font-family: 'MYRIADPRO-BOLD';
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -2.0px;
    font-size: 35px;
    padding-top: 115px;
    text-align: center;
    color: white;

}
.font2{
    font-family: 'MyriadPro-Regular';
    line-height: 1.1;
    /* top: 155px; */
    color: white;
    padding-top: 20px;
    padding-bottom: 35px;
    font-size: 14px;
    text-align: center;
    width: 82%;
    margin: auto;
}
.fadeouts{


    position: relative;
    top: 12vh;
    left: 7.5%;
    z-index: 1;
    background-color: rgba(134, 117, 80, 0.95);;
    background-position: center;
    width: 85%;
    height: 570px;
    animation: 1s ease .1s normal forwards 1 fade-move-down;
    display: block;
    opacity: 0;

}
.fadeins{

    top: 5%;
    left: 5%;
    z-index: 7;
    background-color: #867550;
    background-position: center;
    width: 90%;
    height: 90%;
    animation:1s ease 1.2s normal forwards 1 fade-move-up;
    display: block;
    opacity:0
}

@keyframes fade-move-down {
    from {


        opacity: 0;
        transform: translateY(20rem);
    }
    to {

        opacity: 0.95;
        transform: translateY(0);
    }

}
@keyframes fade-in-move-up {
    from {


        opacity: 0;
        transform: translateY(-20rem);
    }
    to {

        opacity: 1;
        transform: translateY(0);
    }

}

.backgurond2{
    position: absolute;
    width: 100%;
    height: 900px;
    float: left;
    background-size: cover;
}
.backgurond4{
    position: relative;
    width: 100%;
    height: 900px;
    float: left;

}

@keyframes filter {
    0% {
        /* transform: translate3d(0px, 0px, 0px);*/
        /* transform: scale(1.13,1.13); */
        opacity: .4;
        /* filter: blur(10px) */
    }
    100% {
        /* transform: scale(1,1); */
        opacity: 1;
        /* filter: blur(0px) */
    }
}
.filter1{
    opacity:1;
    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation: filter 1s;
 transition: linear;
 overflow: hidden;

}
.silder{
    position:relative;
    color: white;


}
.nextsa{
    z-index: 7!important;
    color: white;
    float: left;
    font-size: 30px;
    margin-left: 4%;
    margin-bottom: 100px;
    position: relative;
    cursor:pointer;
    bottom: 215px;
    opacity: 0;
}
.back{
    z-index: 9999999999999999!important;
    color: white;
    float: right;
    position: relative;
    font-size: 30px;
    bottom: 215px;
    cursor:pointer;
    margin-right: 4%;
    margin-bottom: 100px;
    opacity: 0;
}

.maxesf10{
    color: white;
    display: inline-block;
    font-family: 'MYRIADPRO-BOLD';
    font-weight: bold;
    font-size: 55px;
    letter-spacing: -2.0px;
}
.img3maxes{
    vertical-align: sub;
}
.maxesf11{
    color: white;
    opacity: 0;
    margin: 0;

    text-align: center;


    font-family:'MyriadProLight';

    font-size: 30px;
    letter-spacing: -0.5px;
}
.maxesf12{
    color: white;
    opacity: 0;
    font-family:'MyriadProLight';
    font-size: 15px;
    letter-spacing: .5px;
    margin: 0;
    z-index: 1;
    line-height: 1;
}
.maxesf13{
    color: white;
    opacity: 0;
    text-align: center;
    font-family:'MyriadProLight';
    font-size: 15px;
    letter-spacing: .5px;
    margin: 0;
    line-height: 1.1;
}
.maxesf14{
    color: white;
    text-align: center;
    font-family:'MyriadProLight';
    font-size: 15px;
    letter-spacing: .5px;
    margin: 0;
    line-height: 1.1;
    opacity: 0;
}
.maxesf15{
    color: white;
    text-align: center;
    font-family:'MyriadProLight';
    font-size: 15px;
    letter-spacing: .5px;
    margin: 0;
    opacity: 0;
    line-height: 1.2;
}
.section5{
    width: 100%;
    float: left;
    background-color: #000000;
    padding-top: 30px;
    text-align: center;

}
.dots{
    position: relative;
    top: 95px;
    text-align: center;
}
.section6{
    padding-left: 100px;
    height: 1035px;
    float: left;
    /*  background-image: url("img/waild.jpg");*/
    background-color: #ececee;
    width: 100%;
    background-position: center center;
    background: linear-gradient(to bottom,
    rgb(236, 236, 238) 0%,
    rgb(236, 236, 238) 25%,
    rgb(236, 236, 238) 33%,
    rgb(236, 236, 238) 50%,
    rgb(236, 236, 238) 66%,
    rgb(236, 236, 238)  75%,
    rgb(239, 238, 240) 100%);


}
.maxesf16{

    font-family: 'MYRIADPRO-BOLD';
    font-size: 50px;
    font-weight: bold;
    color:#000000;
    display: inline-block;
    /* margin-top: 100px; */
    padding-top: 250px;
    /* padding: 100px; */

}
.maxesf17{
    font-family: 'Banff';
    font-size: 43px;
    font-weight: bold;
    color: #989897;
    margin-left: 5px;

    z-index: 1;
    display: inline-block;
}
.maxesf18{
    font-family: 'MYRIADPRO-BOLD';
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: .3;
    color: #000000;
}
.maxesf19{
    font-family:"MyriadProLight","MyriadPro-Regular";
    display: inline;
    width: 35%;
    font-size: 42px;
    line-height: 1.1;

}
.maxesf20{
    font-family:"MyriadProLight","MyriadPro-Regular";


    font-size: 40px;
    line-height: 1.1;
    display: inline;

    color: #b38b01;
}
.maxesf21{
    font-family:"MyriadPro-Regular","MyriadPro-Regular";


    width: 30%;
    font-size: 18px;
    line-height: 1.1;
    display: table-row;




}
.maxesf21wa{
    font-family:"MyriadPro-Regular","MyriadPro-Regular";


    width: 30%;
    font-size: 18px;
    line-height: 1.1;
    display: table-row;




}
.maxesbutton{


    font-family: 'MyriadPro-Regular';
    border: none;
    padding: 10px 95px;
    background-color: #000000;
    border-radius: 25px;
    font-size: 15px;
    color: white;
    margin-top: 10px;


}
.img4maxes{

    float: right;
    position: absolute;
    right: 15px;
    width: 48%;
}

.project5{
    position: relative;
    bottom: 250px;
}
.section7{

    background-color: #eeedef;
    float: left;


}
.maxesimg{
    position:absolute;
    z-index:0;
    width: 100%;
    background-color: #eeedef ;
}
.maxesf22{

    position: relative;
    top: 200px;
    left: 62%;
    display: inline-block;
    z-index:1;
    font-family: 'MYRIADPRO-BOLD';
    font-weight: bold;
    font-size: 55px;
    line-height: .8;

}
.maxesf23{
    position: relative;
    top: 190px;
    left: 65%;
    display: inline-block;
    z-index:1;
    font-family: "MyriadProLight";

    font-size: 35px;
    width: 100%;
}
.maxesf24{
    position: relative;
    top: 190px;
    left: 60%;
    display: inline-block;
    z-index:1;
    font-family:"MyriadPro-Regular","MyriadPro-Regular";
    font-weight: bold;
    font-size: 15px;
    width: 40%;
}
.section8{
    width: 100%;
    float: left;

}
.maxesf25{
    display: inline-block;
    color: #ffd025;
    font-family: 'MYRIADPRO-BOLD';
    font-weight: bold;
    font-size: 50px;
    width: 100%;
    line-height: 1;
    opacity: 0;
}
.maxesf25a{
    display: inline-block;
    opacity: 0;
    font-family: 'MYRIADPRO-BOLD';
    font-weight: bold;
    font-size: 50px;
    width: 100%;
    line-height: 1;
    color: white;
}
.divmaxes{
    width: 100%;
    padding-left: 5%;
    padding-top: 200px;

}
.div2maxes{
    width: 26%;
    padding-left: 5%;
    padding-top: 65px;
    float: left;

}
.maxesf26{
    font-family: "MyriadProLight";
    color: #faf9fa;
    font-size: 25px;
    display: inline-block;
    line-height: 1.6;
    margin: 0;
}
.maxesf29{
    font-family: "MyriadProLight";
    color: #faf9fa;
    font-size: 25px;
    margin: 0;
    line-height: 1.6;
}
.maxesf27{
    font-family: "MyriadProLight";
    color: #faf9fa;
    margin: 0;
    font-size: 25px;
    display: inline-block;
    line-height: 1.6;
    margin-left: 20px;

}
.maxesfooter{
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
    overflow: visible;
}
.maxesfooterleft{
    width: 30%;
    background-color: #ffffff;
    height: 100vh;
    display: inline-block;
}
.maxeslogo{
    width: 54%;
    margin-top: 30vh;
    margin-left: 10%;

}
.newmaxf1{
    width: 97%;
    margin-top: 5%;
    font-family:"MyriadProLight";
    color: #ffffff;
    font-size: 15px;

    line-height: 1.2;
    margin-bottom: 17px;
    padding-left: 15%;
}
.maxesfooterf1{
    width: 63%;
    margin-top: 5%;
    font-family:"MyriadPro-Regular","MyriadPro-Regular";
    color: #000000;
    font-size: 15px;
    margin-left: 10%;
    line-height: 1.2;
    margin-bottom: 17px;
}
.maxesfooterf2{
    font-family:"MyriadPro-Regular","MyriadPro-Regular";
    font-size: 19px;
    margin-left: 10%;
    line-height: .8;
    color: #000000;
}
.arroww{
    content: '\f30b';
    font-family: 'FontAwesome';
    font-size: 10px;
}
.maxesfooterbutton{
    margin-top: 10px;
    border: none;
    border-radius: 20px;
    background-color: #ffd025;
    margin-left: 10%;
    color: black;
    padding: 6px 11px 4px 11px;
    font-family:"MyriadPro-Regular","MyriadPro-Regular";
    letter-spacing: .5px;
}
.maxesfooterf3{
    margin-top: 20px;
    font-family:"MyriadPro-Regular","MyriadPro-Regular";
    font-size: 19px;
    line-height: .7;
    color: #000000;
    margin-left: 10%;
}

.maxesfooterf4 {
    margin-top: 10px;
    font-family: "MyriadPro-Regular","MyriadPro-Regular";
    font-size: 19px;
    line-height: .7;
    color: #000000;
    margin-left: 10%;
    padding-bottom: 14vh;
    margin-bottom: 0;
}
.maxesfooterright{
    float: right;
    height: 100vh;
    width: 70%;
}
.animtedsection8{
    position: relative;
    bottom: 200px;
}

@keyframes section8f1{
    0% {
        opacity: 0;
        transform: translateY(-5rem);

    }
    100% {
        opacity: 1;
        transform: translateY(0rem);
    }
}
.section8f1{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:.5s ease  normal forwards section8f1;
    opacity: 0;
}
.section8f1wa{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:.9s ease normal forwards section8f1;
    opacity: 0;
}

.section8f2wa{
    opacity: 0;
}
@keyframes section8f2{
    0% {
        opacity: 0;
        transform: translateY(-5rem);

    }
    100% {
        opacity: 1;
        transform: translateY(0rem);
    }
}
.section8f2{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:.5s ease .3s normal forwards section8f2;
    opacity: 0;
}

@keyframes section8f3{
    0% {
        opacity: 0;


    }
    100% {
        opacity: 1;

    }
}
.section8f3{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:.5s ease .5s normal forwards section8f3;
    opacity: 0;
}
.done{
    display: none;
}
@keyframes section8f4{
    0% {
        opacity: 0;


    }
    100% {
        opacity: 1;

    }
}
.section8f4{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:.8s ease .8s normal forwards section8f4;
    opacity: 0;
}

@keyframes section2animted{
    0% {
        opacity: 1;


    }
    100% {
        opacity: 0;

    }
}
.section2animted{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:1.5s ease  normal forwards section2animted;
    opacity: 0;
}
.responives{
    width: 100%;
}
.w3-badge, .w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 5px;
    padding-right: 1px;
    text-align: center;
}
.w3-badge, .w3-tag {
   padding: 0!important;
}
.w3-badge {
    height: 8px;
    width: 8px;}


@keyframes newnavapp{
    0% {
        opacity: 0;


    }
    100% {
        opacity: 1;

    }
}
.new-navapp{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:1.5s   normal  newnavapp;
    opacity: 1!important;
}
@keyframes newnavapph{
    0% {
        opacity: 1;


    }
    100% {
        opacity: 0;

    }
}
.newnavapph{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:1.5s   normal  newnavapph;
    opacity: 0;
}

@keyframes newnavappa{
    0% {
        opacity: 1;


    }
    100% {
        opacity: 0;


    }
}
.newnavappa{

    /*transition: opacity 1s linear;*/
    /* transition: opacity 1.0s ease-in;*/
    animation:1.5s ease  normal forwards newnavappa;
    opacity: 0;

}
.fixchaf{
    font-family: 'MYRIADPRO-BOLD';
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: -2.0px;
    font-size: 35px;
    padding-top: 50px;
    text-align: center;
    color: white;
}
.fixchaf2{
    font-family: 'MyriadPro-Regular';
    line-height: 1.1;
    /* top: 155px; */
    color: white;
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 15px;
    text-align: center;
    width: 82%;
    margin: auto;
}
.withsp{
    width: 40%;
}
.backgurond3{
 
    background-size: cover;

    height: 1129px;
    width: 100%;

}
.fixfont2{
    font-family: 'MYRIADPRO-BOLD';
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -1px;
    font-size: 35px;
    padding-top: 91px;
    text-align: center;
    color: white;
}
.fixout{
    padding-top: 0;
}
.fixout2{
    font-family: 'MYRIADPRO-BOLD';
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: -2.0px;
    font-size: 35px;
    padding-top: 50px;
    text-align: center;
    color: white;
    margin: 0;
    padding-bottom: 5px;
}
.blockwa{
    opacity: 1;
 }
 .blockwaild{
     display: block;
 }
 .socialyo{
     float: right;
     padding-top: 28px;
     padding-right: 85px;
 }
 .socialface{
     cursor:pointer;
     width: 45%;
 }
 .nonemo {
    display: none;
}

.blockmo {
    display: block;
}
.width-fixed{
    width: 75%;
    float: left
}
.withdslider2 {
    width: 40%;
    top: 60px;
}
.fixrfid {
    width: 35%;
    padding-bottom: 70px;
}
.down {
    padding-bottom: 80px;
}
.box-book{
    width: 35%;
    margin-top: 20px
}
.box-book2{
    width: 35%;
    margin-top: 10px;
    margin-bottom: 20px
}
.silderhide{
    width: 100%;
    float: left;  
    height: 900px;
}
.silderhidefix{
    width: 100%;
    float: left;
     height: 900px;
     background: black;
     position: absolute
}

.overlay-video iframe {
    position: absolute;
    top: 5%;
    left: 5%;
}
.blockmobile{
    display: none;
}
.Virwcase {
    border: none;
    font-family: 'MyriadPro-Regular';
    background-color: #000000;
    color: #ffffff;
    /* font-size: 15px; */
    /* margin-top: 94px; */
    /* padding-top: 20px; */
    padding: 15px 55px;
    border-radius: 20px;
}
/*==========Responsive=============*/
@media (max-width: 320px){
    .fixfixnewmenu{
        position: fixed !important;
    }
    .menu{
        width: 11.5% !important;
    }
    .overlay-video iframe {
        position: relative;
        top: 25%;
        left: 0%;
        display: block;
        margin: auto;
    }
    .youtube-videowa {
        width: 300px;
        height: 200px;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
   
    .box-book{
        width: 50%;
    }
    .box-book2{
        width: 50%;
    }
    .imghoures {
        position: relative;
        width: 68%;
        top: 20px;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1.1px;
        font-size: 16px;
        padding-top: 30px;
        text-align: center;
        color: white;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 10px;
        padding-bottom: 6px;
        font-size: 9px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .back {
        z-index: 9999999999999999!important;
        color: white;
        float: right;
        position: relative;
        font-size: 30px;
        bottom: 140px;
        cursor: pointer;
        margin-right: 1%;
        margin-bottom: 100px;
        opacity: 0;
    }
    .nextsa {
        z-index: 7!important;
        color: white;
        float: left;
        font-size: 30px;
        margin-left: 1%;
        margin-bottom: 100px;
        position: relative;
        cursor: pointer;
        bottom: 140px;
        opacity: 0;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 285px;
        animation: ease  normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .backgurond2 {
        position: absolute;
        width: 100%;
        height: 500px;
        float: left;
        background-size: cover;
    }
    .withdslider2 {
        position: relative;
        width: 68%;
        top: 20px;
    }
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 16px;
        padding-top: 20px;
        text-align: center;
        color: white;
    }
    .down {
        padding-bottom: 22px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: 557px;
    }
    .mobile-secf1{
        padding-top: 35px;
        font-family: 'MyriadProLight';
        font-size: 30px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 27px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 11px;
        color: #000000;
        padding-top: 285px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 20px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 15vh;
        margin-left: 10%;
    }
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
       
        font-size: 18px;
       
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 10px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: 5px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 10px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
   
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 8px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    
 
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }

    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 7px;
        text-align: center;
        color: white;
    }
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 55px;
        margin: 0;
        line-height: 1.1;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        opacity: 0;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 30px;
        letter-spacing: -0.5px;
        margin-bottom: 15px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 750px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 15px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 62px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 5px;
        margin-top: 10px;
    }
    .maxesf17 {
        font-family: 'Banff';
        font-size: 30px;
        font-weight: bold;
        color: #989897;
        margin-left: 5px;
        z-index: 1;
        display: inline-block;
    }
    .maxesf18 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 25px;
        line-height: .3;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 30px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 120px;
        /* padding: 100px; */
        margin-bottom: 0;
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 15px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 14px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 14px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 14px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 555px;
        width: 100%;
    }
   
    .fixrfid {
        width: 35%;
        padding-bottom: 17px;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 19px;
        padding-top: 1px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: auto;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }
  

    /*    new slider    */
    .imgs {
        display: inline;
        padding-top: 2.5%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-bottom: 2.5%;
        /* margin-right: 1.5%; */
        width: 100%;
        height: 34%;
        float: left;
        display: none;
    }
  
    .middle {
        width: 100%;
        float: left;
        margin: auto;
        text-align: center;
        height: 32%;
    }
    .imghoures {
        position: relative;
        width: 33%;
        top: 10px;
        display: none;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 14px;
        text-align: center;
        color: white;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 11px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .img2s {
        display: inline;
        float: right;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        padding-right: 2.5%;
        padding-left: 2.5%;
        width: 100%;
        height: 34%;
        display: none;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 600px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
        overflow: hidden;
    }
    .backgurond2 {
        position: absolute;
        width: auto;
        height: 745px;
        float: left;
        left: -200px;
        background-size: cover;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 35px !important;
        border-radius: 20px;
    }
    .blockmobile{
        display: block !important;
        margin: auto;
    }
    .down {
        padding-bottom: 5px;
    }
    .fixout2 {
        padding: 0;
        padding-top: 10px !important;
        display: inline-block;
    }
    .fixout {
        padding: 0;
        display: inline-block;
    }
    .logomobile{
        width: 25%;
    }
    .withdslider {
        width: 90%;
        margin: auto;
    }
    .fixlogomobile{
        width: 20%;
        padding: 0;
    }
    .nextsa {
        z-index: 7!important;
        color: white;
        float: left;
        font-size: 30px;
        margin-left: 1%;
        margin-bottom: 100px;
        position: relative;
        cursor: pointer;
        bottom: 250px;
        opacity: 0;
    }
    .back {
        z-index: 9999999999999999!important;
        color: white;
        float: right;
        position: relative;
        font-size: 30px;
        bottom: 250px;
        cursor: pointer;
        margin-right: 1%;
        margin-bottom: 100px;
        opacity: 0;
    }
    .Previousmo{
        position: absolute;
        top: 85px;
        font-size: 13px;
        font-family: 'MyriadPro-Regular';
        border-radius: 8px;
        border: none;
        left: 41px;
        border: none;
        /* font-family: 'MyriadPro-Regular'; */
        background-color: #ffd025;
        color: black;
        /* font-size: 15px; */
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 6px 23px;
        border-radius: 20px;
    }
    .Nextmo{
        position: absolute;
        top: 85px;
        font-size: 13px;
        border-radius: 8px;
        font-family: 'MyriadPro-Regular';
        border: none;
        right: 41px;
        border: none;
        /* font-family: 'MyriadPro-Regular'; */
        background-color: #ffd025;
        color: black;
        /* font-size: 15px; */
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 6px 23px;
        border-radius: 20px;
    }
    .Previousmo span{
        margin-right: 3px;
    }
    .Nextmo span{
        margin-left: 3px;
    }
    .img3maxes {
        vertical-align: sub;
        /* margin-top: 3px; */
        position: relative;
        top: 8px;
    }
    .dots{
        display: none !important;
    }
    .project10 {
        position: relative;
        top: 280px;
    }
}

@media (max-width: 360px) and (min-width:321px){
    .fixfixnewmenu{
        position: fixed !important;
    }
    .menu{
        width: 11.5% !important;
    }
    .overlay-video iframe {
        position: relative;
        top: 25%;
        left: 0%;
        display: block;
        margin: auto;
    }
    .youtube-videowa {
        width: 300px;
        height: 200px;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    
    .box-book{
        width: 50%;
    }
    .box-book2{
        width: 50%;
    }
    .imghoures {
        position: relative;
        width: 68%;
        top: 20px;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1.1px;
        font-size: 16px;
        padding-top: 30px;
        text-align: center;
        color: white;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 10px;
        padding-bottom: 6px;
        font-size: 9px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .back {
        z-index: 9999999999999999!important;
        color: white;
        float: right;
        position: relative;
        font-size: 30px;
        bottom: 140px;
        cursor: pointer;
        margin-right: 1%;
        margin-bottom: 100px;
        opacity: 0;
    }
    .nextsa {
        z-index: 7!important;
        color: white;
        float: left;
        font-size: 30px;
        margin-left: 1%;
        margin-bottom: 100px;
        position: relative;
        cursor: pointer;
        bottom: 140px;
        opacity: 0;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 285px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .backgurond2 {
        position: absolute;
        width: auto;
        left: -200px;
        height: 500px;
        float: left;
        background-size: cover;
    }
    .withdslider2 {
        position: relative;
        width: 68%;
        top: 20px;
    }
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 16px;
        padding-top: 20px;
        text-align: center;
        color: white;
    }
    .down {
        padding-bottom: 22px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: auto;
    }
    .mobile-secf1{
        padding-top: 35px;
        font-family: 'MyriadProLight';
        font-size: 30px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 27px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3 {
        font-family: 'MyriadPro-Regular';
        font-size: 11px;
        color: #000000;
        padding-top: 305px;
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 20px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 15vh;
        margin-left: 10%;
    }
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
      
        font-size: 18px;
      
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 10px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: 5px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 15px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 8px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    
 
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }

    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 7px;
        text-align: center;
        color: white;
    }
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 36px;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 21px;
        letter-spacing: -0.5px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 750px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 15px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 85px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 10px;
        margin-top: 10px;
    }
    .maxesf17 {
        font-family: 'Banff';
        font-size: 30px;
        font-weight: bold;
        color: #989897;
        margin-left: 5px;
        z-index: 1;
        display: inline-block;
    }
    .maxesf18 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 25px;
        line-height: .3;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 30px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 120px;
        /* padding: 100px; */
        margin-bottom: 0;
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 15px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 14px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 14px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 14px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 523px;
        width: 100%;
    }
   
    .fixrfid {
        width: 35%;
        padding-bottom: 17px;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 19px;
        padding-top: 1px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: auto;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }

    /*    new slider    */
    .imgs {
        display: inline;
        padding-top: 2.5%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-bottom: 2.5%;
        /* margin-right: 1.5%; */
        width: 100%;
        height: 34%;
        float: left;
        display: none;
    }
  
    .middle {
        width: 100%;
        float: left;
        margin: auto;
        text-align: center;
        height: 32%;
    }
    .imghoures {
        position: relative;
        width: 33%;
        top: 10px;
        display: none;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 21px;
        padding-top: 14px;
        text-align: center;
        color: white;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 12px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .img2s {
        display: inline;
        float: right;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        padding-right: 2.5%;
        padding-left: 2.5%;
        width: 100%;
        height: 34%;
        display: none;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 600px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
        overflow: hidden;
    }
    .backgurond2 {
        position: absolute;
        width: auto;
        left: -200px;
        height: 745px;
        float: left;
        background-size: cover;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 35px !important;
        border-radius: 20px;
    }
    .blockmobile{
        display: block !important;
        margin: auto;
    }
    .down {
        padding-bottom: 5px;
    }
    .fixout2 {
        padding: 0;
        padding-top: 10px !important;
    }
    .fixout {
        padding: 0;
    }
    .logomobile{
        width: 25%;
    }
    .withdslider {
        width: 90%;
        margin: auto;
    }
    .fixlogomobile{
        width: 18%;
        padding: 0;
    }
    .nextsa {
        z-index: 7!important;
        color: white;
        float: left;
        font-size: 30px;
        margin-left: 1%;
        margin-bottom: 100px;
        position: relative;
        cursor: pointer;
        bottom: 250px;
        opacity: 0;
    }
    .back {
        z-index: 9999999999999999!important;
        color: white;
        float: right;
        position: relative;
        font-size: 30px;
        bottom: 250px;
        cursor: pointer;
        margin-right: 1%;
        margin-bottom: 100px;
        opacity: 0;
    }
    .Previousmo{
        position: absolute;
        top: 85px;
        font-size: 13px;
        font-family: 'MyriadPro-Regular';
        border-radius: 8px;
        border: none;
        left: 80px;
        border: none;
        /* font-family: 'MyriadPro-Regular'; */
        background-color: #ffd025;
        color: black;
        /* font-size: 15px; */
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 6px 23px;
        border-radius: 20px;
    }
    .Nextmo{
        position: absolute;
        top: 85px;
        font-size: 13px;
        border-radius: 8px;
        font-family: 'MyriadPro-Regular';
        border: none;
        right: 75px;
        border: none;
        /* font-family: 'MyriadPro-Regular'; */
        background-color: #ffd025;
        color: black;
        /* font-size: 15px; */
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 6px 23px;
        border-radius: 20px;
    }
    .Previousmo span{
        margin-right: 3px;
    }
    .Nextmo span{
        margin-left: 3px;
    }
    .img3maxes {
        vertical-align: sub;
        /* margin-top: 3px; */
        position: relative;
        top: 8px;
    }
    .dots{
        display: none !important;
    }
    .project10 {
        position: relative;
        top: 280px;
    }
}

@media (max-width: 400px) and (min-width:361px) {
    .fixfixnewmenu{
        position: fixed !important;
    }
    .menu{
        width: 9.5% !important;
    }
    .overlay-video iframe {
        position: relative;
        top: 25%;
        left: 0%;
        display: block;
        margin: auto;
    }
    .youtube-videowa {
        width: 300px;
        height: 200px;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    
    .box-book{
        width: 50%;
    }
    .box-book2{
        width: 50%;
    }
    .imghoures {
        position: relative;
        width: 68%;
        top: 20px;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1.1px;
        font-size: 16px;
        padding-top: 30px;
        text-align: center;
        color: white;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 10px;
        padding-bottom: 6px;
        font-size: 9px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .back {
        z-index: 9999999999999999!important;
        color: white;
        float: right;
        position: relative;
        font-size: 30px;
        bottom: 140px;
        cursor: pointer;
        margin-right: 1%;
        margin-bottom: 100px;
        opacity: 0;
    }
    .nextsa {
        z-index: 7!important;
        color: white;
        float: left;
        font-size: 30px;
        margin-left: 1%;
        margin-bottom: 100px;
        position: relative;
        cursor: pointer;
        bottom: 140px;
        opacity: 0;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 285px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .backgurond2 {
        position: absolute;
        width: auto;
        left: -200px;
        height: 500px;
        float: left;
        background-size: cover;
    }
    .withdslider2 {
        position: relative;
        width: 68%;
        top: 20px;
    }
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 16px;
        padding-top: 20px;
        text-align: center;
        color: white;
    }
    .down {
        padding-bottom: 22px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: 710px;
    }
    .mobile-secf1{
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 35px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 34px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 15px;
        color: #000000;
        padding-top: 285px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 20px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 15vh;
        margin-left: 10%;
    }
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
      
        font-size: 18px;
        
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 10px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: 5px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 15px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 8px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    
 
   
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 36px;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 21px;
        letter-spacing: -0.5px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 740px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 15px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 95px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 30px;
        margin-top: 10px;
    }
    .maxesf17 {
        font-family: 'Banff';
        font-size: 30px;
        font-weight: bold;
        color: #989897;
        margin-left: 5px;
        z-index: 1;
        display: inline-block;
    }
    .maxesf18 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 25px;
        line-height: .3;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 30px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 120px;
        /* padding: 100px; */
        margin-bottom: 0;
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 15px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 14px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 14px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 14px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 523px;
        width: 100%;
    }
   
    .fixrfid {
        width: 35%;
        padding-bottom: 17px;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 19px;
        padding-top: 1px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: auto;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }
  
    /*    new slider    */
    .imgs {
        display: inline;
        padding-top: 2.5%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-bottom: 2.5%;
        /* margin-right: 1.5%; */
        width: 100%;
        height: 34%;
        float: left;
        display: none;
    }
  
    .middle {
        width: 100%;
        float: left;
        margin: auto;
        text-align: center;
        height: 32%;
    }
    .imghoures {
        position: relative;
        width: 33%;
        top: 10px;
        display: none;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 22px;
        padding-top: 14px;
        text-align: center;
        color: white;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 12px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .img2s {
        display: inline;
        float: right;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        padding-right: 2.5%;
        padding-left: 2.5%;
        width: 100%;
        height: 34%;
        display: none;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 600px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
        overflow: hidden;
    }
    .backgurond2 {
        position: absolute;
        width: auto;
        left: -200px;
        height: 745px;
        float: left;
        background-size: cover;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 35px !important;
        border-radius: 20px;
    }
    .blockmobile{
        display: block !important;
        margin: auto;
    }
    .down {
        padding-bottom: 5px;
    }
    .fixout2 {
        padding: 0;
        padding-top: 10px !important;
        display: inline-block;
    }
    .fixout {
        padding: 0;
        display: inline-block;
    }
    .logomobile{
        width: 22%;
    }
    .withdslider {
        width: 90%;
        margin: auto;
    }
    .fixlogomobile{
        width: 18%;
        padding: 0;
    }
    .nextsa {
        z-index: 7!important;
        color: white;
        float: left;
        font-size: 30px;
        margin-left: 1%;
        margin-bottom: 100px;
        position: relative;
        cursor: pointer;
        bottom: 250px;
        opacity: 0;
    }
    .back {
        z-index: 9999999999999999!important;
        color: white;
        float: right;
        position: relative;
        font-size: 30px;
        bottom: 250px;
        cursor: pointer;
        margin-right: 1%;
        margin-bottom: 100px;
        opacity: 0;
    }
    .Previousmo{
        position: absolute;
        top: 85px;
        font-size: 13px;
        font-family: 'MyriadPro-Regular';
        border-radius: 8px;
        border: none;
        left: 85px;
        border: none;
        /* font-family: 'MyriadPro-Regular'; */
        background-color: #ffd025;
        color: black;
        /* font-size: 15px; */
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 6px 23px;
        border-radius: 20px;
    }
    .Nextmo{
        position: absolute;
        top: 85px;
        font-size: 13px;
        border-radius: 8px;
        font-family: 'MyriadPro-Regular';
        border: none;
        right: 80px;
        border: none;
        /* font-family: 'MyriadPro-Regular'; */
        background-color: #ffd025;
        color: black;
        /* font-size: 15px; */
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 6px 23px;
        border-radius: 20px;
    }
    .Previousmo span{
        margin-right: 3px;
    }
    .Nextmo span{
        margin-left: 3px;
    }
    .img3maxes {
        vertical-align: sub;
        /* margin-top: 3px; */
        position: relative;
        top: 8px;
    }
    .dots{
        display: none !important;
    }
    .project10 {
        position: relative;
        top: 280px;
    }
}

@media (max-width: 480px) and (min-width:401px) and (orientation: portrait) {
    .project10 {
        position: relative;
        top: 280px;
    }
    .fixmo{
        top: 10px !important;
    }
    .fix2mo{
        top: 0 !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        /* font-size: 15px; */
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 15px 55px;
        border-radius: 20px;
        position: relative;
        top: 6px;
    }
    .Previousmo{
        position: absolute;
        top: 85px;
        font-size: 13px;
        font-family: 'MyriadPro-Regular';
        border-radius: 8px;
        border: none;
        left: 115px;
        border: none;
        /* font-family: 'MyriadPro-Regular'; */
        background-color: #ffd025;
        color: black;
        /* font-size: 15px; */
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 6px 23px;
        border-radius: 20px;
    }
    .Nextmo{
        position: absolute;
        top: 85px;
        font-size: 13px;
        border-radius: 8px;
        font-family: 'MyriadPro-Regular';
        border: none;
        right: 110px;
        border: none;
        /* font-family: 'MyriadPro-Regular'; */
        background-color: #ffd025;
        color: black;
        /* font-size: 15px; */
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 6px 23px;
        border-radius: 20px;
    }
    .Previousmo span{
        margin-right: 3px;
    }
    .Nextmo span{
        margin-left: 3px;
    }
    .img3maxes {
        vertical-align: sub;
        /* margin-top: 3px; */
        position: relative;
        top: 8px;
    }
    .dots{
        display: none !important;
    }
    .fixfixnewmenu{
        position: fixed !important;
    }
    .menu{
        width: 9.5% !important;
    }
    .overlay-video iframe {
        position: relative;
        top: 25%;
        left: 0%;
        display: block;
        margin: auto;
    }
    .youtube-videowa {
        width: 350px;
        height: 200px;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
   
    
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .box-book2 {
        width: 51%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: auto;
        background-position-x: -10px;
    }
    .mobile-secf1{
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 345px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 10vh;
        margin-left: 10%;
    }
   
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
      
        font-size: 18px;
      
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 25px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: -11px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 15px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    .backgurond2 {
        position: absolute;
        width: auto;
        left: -200px;
        height: 715px;
        float: left;
        background-size: cover;
    }
    .down {
        padding-bottom: 45px;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 440px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 50px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 105px;
        text-align: center;
        color: white;
    }
    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 7px;
        text-align: center;
        color: white;
    }
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }

    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 7px;
        text-align: center;
        color: white;
    }
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 36px;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 21px;
        letter-spacing: -0.5px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 750px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 22px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 95px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 30px;
        margin-top: 10px;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 50px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 85px;
        /* padding: 100px; */
    }
    .box-book {
        width: 51%;
        margin-top: 20px;
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 22px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 523px;
        width: 100%;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 26px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 20px;
        padding-top: 91px;
        text-align: center;
        color: white;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: auto;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }





/*    new slider    */
    .imgs {
        display: inline;
        padding-top: 2.5%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-bottom: 2.5%;
        /* margin-right: 1.5%; */
        width: 100%;
        height: 34%;
        float: left;
        display: none;
    }
  
    .middle {
        width: 100%;
        float: left;
        margin: auto;
        text-align: center;
        height: 32%;
    }
    .imghoures {
        position: relative;
        width: 33%;
        top: 10px;
        display: none;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 14px;
        text-align: center;
        color: white;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 0px;
        padding-bottom: 10px;
        font-size: 12px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .img2s {
        display: inline;
        float: right;
        padding-top: 2.5%;
        padding-bottom: 2.5%;
        padding-right: 2.5%;
        padding-left: 2.5%;
        width: 100%;
        height: 34%;
        display: none;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 600px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
        overflow: hidden;
    }
    .backgurond2 {
        position: absolute;
        width:auto;
        height: 745px;
        float: left;
        left: -200px;
      
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 35px !important;
        border-radius: 20px;
    }
    .blockmobile{
        display: block !important;
        margin: auto;
    }
    .down {
        padding-bottom: 5px;
    }
    .fixout2 {
        padding: 0;
        padding-top: 10px !important;
        display: inline-block;
        
    }
    .fixout {
        padding: 0;
        display: inline-block;
    }
    .logomobile{
        width: 25%;
    }
    .withdslider {
        width: 90%;
        margin: auto;
    }
    .fixlogomobile{
        width: 18%;
        padding: 0;
    }
    .nextsa {
        z-index: 7!important;
        color: white;
        float: left;
        font-size: 30px;
        margin-left: 1%;
        margin-bottom: 100px;
        position: relative;
        cursor: pointer;
        bottom: 250px;
        opacity: 0;
    }
    .back {
        z-index: 9999999999999999!important;
        color: white;
        float: right;
        position: relative;
        font-size: 30px;
        bottom: 250px;
        cursor: pointer;
        margin-right: 1%;
        margin-bottom: 100px;
        opacity: 0;
    }
  
}

@media (max-width: 550px) and (min-width: 481px) {
    .overlay-video iframe {
        position: relative;
        top: 25%;
        left: 0%;
        display: block;
        margin: auto;
    }
    .youtube-videowa {
        width: 350px;
        height: 200px;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
   
}

@media (max-width: 620px) and (min-width:551px) and (orientation:portrait) {
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
   
}

@media (max-width: 690px) and (min-width:641px) and (orientation:portrait) {
  
}

@media (max-width: 480px) and (orientation: landscape) {
    .overlay-video iframe {
        position: absolute;
        top: 30%;
        left: 15%;
    }
    .youtube-videowa {
        width: 340px;
        height: 200px;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    
    .box-book{
        width: 50%;
    }
    .box-book2{
        width: 50%;
    }
    .imghoures {
        position: relative;
        width: 68%;
        top: 20px;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1.1px;
        font-size: 16px;
        padding-top: 30px;
        text-align: center;
        color: white;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 10px;
        padding-bottom: 6px;
        font-size: 9px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .back {
        z-index: 9999999999999999!important;
        color: white;
        float: right;
        position: relative;
        font-size: 30px;
        bottom: 140px;
        cursor: pointer;
        margin-right: 1%;
        margin-bottom: 100px;
        opacity: 0;
    }
    .nextsa {
        z-index: 7!important;
        color: white;
        float: left;
        font-size: 30px;
        margin-left: 1%;
        margin-bottom: 100px;
        position: relative;
        cursor: pointer;
        bottom: 140px;
        opacity: 0;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 285px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .backgurond2 {
        position: absolute;
        width: 100%;
        height: 500px;
        float: left;
        background-size: cover;
    }
    .withdslider2 {
        position: relative;
        width: 68%;
        top: 20px;
    }
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 16px;
        padding-top: 20px;
        text-align: center;
        color: white;
    }
    .down {
        padding-bottom: 22px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: 710px;
    }
    .mobile-secf1{
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 35px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 34px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 15px;
        color: #000000;
        padding-top: 285px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 20px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 15vh;
        margin-left: 10%;
    }
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
        
        font-size: 18px;
        
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 10px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: 5px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 25px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        /* font-family: 'MyriadPro-Regular'; */
        background-color: #000000;
        color: #ffffff;
        font-size: 8px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    
 
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 8px;
        padding-bottom: 10px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }

    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 7px;
        text-align: center;
        color: white;
    }
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 36px;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 21px;
        letter-spacing: -0.5px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 750px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 15px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 95px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 30px;
        margin-top: 10px;
    }
    .maxesf17 {
        font-family: 'Banff';
        font-size: 30px;
        font-weight: bold;
        color: #989897;
        margin-left: 5px;
        z-index: 1;
        display: inline-block;
    }
    .maxesf18 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 25px;
        line-height: .3;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 30px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 120px;
        /* padding: 100px; */
        margin-bottom: 0;
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 15px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 14px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 14px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 14px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 523px;
        width: 100%;
    }
   
    .fixrfid {
        width: 35%;
        padding-bottom: 17px;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 19px;
        padding-top: 1px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: auto;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }
  


	.hidden-md{
        display: block !important;
    }
    .mobile-sec {
        background-image: url(mobile.png);
        background-size: cover;
        height: 985px;
    }
    .mobile-secf1 {
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
    }
    .mobile-secf2 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 558px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .mobile-top {
        top: -12% !important;
        height: auto !important;
    }
    
}

@media (max-width: 550px) and (min-width: 481px) and (orientation: landscape) {
    .itemmaxes {
        margin: auto;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none;
        color: white;
        height: 100%;
        list-style: none;
        padding: 0;
        filter: blur(0);
        position: relative;
        z-index: 10;
        margin-top: 17%;
    }
    .overlay-video iframe {
        position: absolute;
        top: 30%;
        left: 15%;
    }
    .youtube-videowa {
        width: 340px;
        height: 200px;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: 800px;
    }
    .mobile-secf1{
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 345px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 15vh;
        margin-left: 10%;
    }
   
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
       
        font-size: 18px;
      
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 25px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: -11px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 25px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    .backgurond2 {
        position: absolute;
        width: 100%;
        height: 715px;
        float: left;
        background-size: cover;
    }
    .down {
        padding-bottom: 45px;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 440px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 50px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 105px;
        text-align: center;
        color: white;
    }
    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 7px;
        text-align: center;
        color: white;
    }
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 36px;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 21px;
        letter-spacing: -0.5px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 750px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 22px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 95px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 30px;
        margin-top: 10px;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 50px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 120px;
        /* padding: 100px; */
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 22px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 523px;
        width: 100%;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 26px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 20px;
        padding-top: 91px;
        text-align: center;
        color: white;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: auto;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }
    .hidden-md{
        display: block !important;
    }
    .mobile-sec {
        background-image: url(mobile.png);
        background-size: cover;
        height: 985px;
    }
    .mobile-secf1 {
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
    }
    .mobile-secf2 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 558px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxesfooterleft {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 600px) and (min-width:551px) and (orientation:landscape) {
    .overlay-video iframe {
        position: absolute;
        top: 30%;
        left: 15%;
    }
    .youtube-videowa {
        width: 340px;
        height: 200px;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: 800px;
    }
    .mobile-secf1{
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 345px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 15vh;
        margin-left: 10%;
    }
   
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
       
        font-size: 18px;
       
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 25px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: -11px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 25px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    .backgurond2 {
        position: absolute;
        width: 100%;
        height: 715px;
        float: left;
        background-size: cover;
    }
    .down {
        padding-bottom: 45px;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 440px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 50px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 105px;
        text-align: center;
        color: white;
    }
    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 7px;
        text-align: center;
        color: white;
    }
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 36px;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 21px;
        letter-spacing: -0.5px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 750px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 22px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 95px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 30px;
        margin-top: 10px;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 50px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 120px;
        /* padding: 100px; */
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 22px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 523px;
        width: 100%;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 26px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 20px;
        padding-top: 91px;
        text-align: center;
        color: white;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: 75vh;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }
	.hidden-md{
        display: block !important;
    }
    .mobile-sec {
        background-image: url(mobile.png);
        background-size: cover;
        height: 985px;
    }
    .mobile-secf1 {
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
    }
    .mobile-secf2 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 558px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxesfooterleft {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 620px) and (min-width: 601px) and (orientation: landscape) {
    .itemmaxes {
        margin: auto;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none;
        color: white;
        height: 100%;
        list-style: none;
        padding: 0;
        filter: blur(0);
        position: relative;
        z-index: 10;
        margin-top: 17%;
    }
    .overlay-video iframe {
        position: absolute;
        top: 30%;
        left: 15%;
    }
    .youtube-videowa {
        width: 340px;
        height: 200px;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: 800px;
    }
    .mobile-secf1{
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 345px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 15vh;
        margin-left: 10%;
    }
   
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
      
        font-size: 18px;
      
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 25px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: -11px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 25px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    .backgurond2 {
        position: absolute;
        width: 100%;
        height: 715px;
        float: left;
        background-size: cover;
    }
    .down {
        padding-bottom: 45px;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 440px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 50px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 105px;
        text-align: center;
        color: white;
    }
    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 7px;
        text-align: center;
        color: white;
    }
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 36px;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 21px;
        letter-spacing: -0.5px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 750px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 22px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 95px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 30px;
        margin-top: 10px;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 50px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 120px;
        /* padding: 100px; */
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 22px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 523px;
        width: 100%;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 26px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 20px;
        padding-top: 91px;
        text-align: center;
        color: white;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: 75vh;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }
	.hidden-md{
        display: block !important;
    }
    .mobile-sec {
        background-image: url(mobile.png);
        background-size: cover;
        height: 985px;
    }
    .mobile-secf1 {
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
    }
    .mobile-secf2 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 558px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxesfooterleft {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 650px) and (min-width:621px) and (orientation:landscape) {
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: 985px;
    }
    .mobile-secf1{
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 558px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 15vh;
        margin-left: 10%;
    }
   
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
        
        font-size: 18px;
       
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 25px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: -11px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 25px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    .backgurond2 {
        position: absolute;
        width: 100%;
        height: 715px;
        float: left;
        background-size: cover;
    }
    .down {
        padding-bottom: 45px;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 440px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 50px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 105px;
        text-align: center;
        color: white;
    }
    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 7px;
        text-align: center;
        color: white;
    }
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 36px;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 21px;
        letter-spacing: -0.5px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 750px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 22px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 95px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 30px;
        margin-top: 10px;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 50px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 120px;
        /* padding: 100px; */
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 22px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 523px;
        width: 100%;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 26px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 20px;
        padding-top: 91px;
        text-align: center;
        color: white;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: 75vh;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }
	.hidden-md{
        display: block !important;
    }
    .mobile-sec {
        background-image: url(mobile.png);
        background-size: cover;
        height: 985px;
    }
    .mobile-secf1 {
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
    }
    .mobile-secf2 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 558px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxesfooterleft {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 700px) and (min-width: 651px) and (orientation: landscape) {
    .itemmaxes {
        margin: auto;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none;
        color: white;
        height: 100%;
        list-style: none;
        padding: 0;
        filter: blur(0);
        position: relative;
        z-index: 10;
        margin-top: 17%;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: 800px;
    }
    .mobile-secf1{
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 345px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 15vh;
        margin-left: 10%;
    }
   
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
       
        font-size: 18px;
      
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 25px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: -11px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 25px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    .backgurond2 {
        position: absolute;
        width: 100%;
        height: 715px;
        float: left;
        background-size: cover;
    }
    .down {
        padding-bottom: 45px;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 440px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 50px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 105px;
        text-align: center;
        color: white;
    }
    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 30px;
        text-align: center;
        color: white;
    }
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 36px;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 21px;
        letter-spacing: -0.5px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 750px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 22px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 95px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 30px;
        margin-top: 10px;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 50px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 120px;
        /* padding: 100px; */
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 22px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 523px;
        width: 100%;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 26px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 20px;
        padding-top: 91px;
        text-align: center;
        color: white;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 25px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: 75vh;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }
	.hidden-md{
        display: block !important;
    }
    .mobile-sec {
        background-image: url(mobile.png);
        background-size: cover;
        height: 985px;
    }
    .mobile-secf1 {
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
    }
    .mobile-secf2 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 558px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxesfooterleft {
        width: 100%;
        height: auto;
    }
    .mobile-secf3 {
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 600px;
    }
}

@media (max-width: 767px) and (min-width:701px) and (orientation: landscape) {
    
    .itemmaxes {
        margin: auto;
        text-align: center;
        justify-content: center;
        justify-items: center;
        text-decoration: none;
        color: white;
        height: 100%;
        list-style: none;
        padding: 0;
        filter: blur(0);
        position: relative;
        z-index: 10;
        margin-top: 17%;
    }
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    .width-fixed{
        width: 100%;
        float: left;
        padding-left: 30px;
    }
    .mobile-sec{
        background-image: url('mobile.png');
        background-size: cover;
        height: 800px;
    }
    .mobile-secf1{
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
        
    }
    .mobile-secf2{
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 345px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxeslogo {
        width: 54%;
        margin-top: 15vh;
        margin-left: 10%;
    }
   
    .mobile-top {
        top: 10%;
        height: auto;
    }
    .itemmaxen {
        margin: auto;
        text-align: center;
        justify-content: center;
        justify-items: center;
        font-family: "MyriadProLight";
        letter-spacing: .3px;
        font-size: 18px;
        color: white;
        padding: 5px 5px 5px 5px;
        filter: blur(0)!important;
    }
    .mobile-title {
        margin-top: 90px;
    }
    .nav-icon {
        margin: 10px 20px 0 10px;
        height: 70px;
        width: 45px;
        position: relative;
        float: right;
        cursor: pointer;
    }
    .title-onco {
        margin: 25px 0;
        color: #ffff;
        font-family: 'MyriadProLight', "MyriadPro-Regular";
        font-size: 20px;
        letter-spacing: 0.4px;
        position: relative;
        top: 35px;
        left: -11px;
    }
    .mobile-title {
        margin-top: 75px;
        padding-right: 33px;
    }
    .socialyo {
        float: right;
        padding-top: 0px;
        padding-right: 0px;
    }
    .maxes1 {
        width: 85%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 30px;
        margin-right: 25px;
        /* margin-left: 20px; */
    }
	.navmaxes-hide {
        z-index: 999;
        float: right;
        width: 50%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .nav-right {
        z-index: 99;
        width: 50%;
        position: absolute;
        left: 50%;
        height: 100px;
    }
    .nav-left {
        z-index: 9;
        height: 100px;
    }
    
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 40px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .section {
        z-index: 1;
        position: relative;
        left: 10px;
        width: 87%;
        margin-top: 35vh;
        line-height: 100%;
        opacity: 1;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 37px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        /* width: 80%; */
        padding-left: 5px;
    }
    .section2 {
        z-index: 1;
        position: relative;
        top: 50px;
        left: 10px;
        width: 85%;
        line-height: 100%;
        opacity: 0;
        margin-bottom: 150px;
        height: 650px;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: -1.3px;
        color: #fff !important;
    }
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 12px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 11px 7px !important;
        border-radius: 20px;
    }
    .backgurond2 {
        position: absolute;
        width: 100%;
        height: 715px;
        float: left;
        background-size: cover;
    }
    .down {
        padding-bottom: 45px;
    }
    .fadeouts {
        position: relative;
        top: 9vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 440px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .fixchaf2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 50px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .font1 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 105px;
        text-align: center;
        color: white;
    }
    .fixchaf {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.8;
        letter-spacing: -2.0px;
        font-size: 20px;
        padding-top: 7px;
        text-align: center;
        color: white;
    }
    .maxesf10 {
        color: white;
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 36px;
        letter-spacing: -2.0px;
    }
    .maxesf11 {
        color: white;
        margin: 0;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 21px;
        letter-spacing: -0.5px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
        padding-top: 9px;
    }
    .maxesf13 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf15 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 14px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.2;
    }
    .section6 {
        padding-left: 10px;
        height: 750px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .withsp {
        width: 47%;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 22px;
        line-height: 1.1;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        /* width: 142%; */
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesf21wa {
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        width: 30%;
        font-size: 12px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        border: none;
        padding: 10px 95px;
        background-color: #000000;
        border-radius: 25px;
        font-size: 15px;
        color: white;
        margin-left: 30px;
        margin-top: 10px;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 50px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 120px;
        /* padding: 100px; */
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 22px;
        line-height: 1.1;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 48%;
        margin-top: 250px;
    }
    .maxesf25 {
        display: inline-block;
        color: #ffd025;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 27px;
        width: 100%;
        line-height: 1;
    }
    .maxesf25a {
        display: inline-block;
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        font-size: 35px;
        width: 100%;
        line-height: 1;
        color: white;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin: 0;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        margin: 0;
        font-size: 16px;
        display: inline-block;
        line-height: 1.6;
        margin-left: 0px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 16px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 50%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
 
    .divmaxes {
        width: 100%;
        padding-left: 5%;
        padding-top: 80px;
    }
    .backgurond3 {
      
        background-size: cover;
        height: 523px;
        width: 100%;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 26px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        margin: auto;
    }
    .fixfont2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -1px;
        font-size: 20px;
        padding-top: 91px;
        text-align: center;
        color: white;
    }
    .fixout2 {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .fixout {
        font-family: 'MYRIADPRO-BOLD';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 25px;
        padding-top: 5px;
        text-align: center;
        color: white;
    }
    .nextsa{
        opacity: 1;
    }
    .back{
        opacity: 1;
    }
    .maxesfooter{
        height: auto;
    }
    .maxesfooterleft{
        width: 100%;
        height: 75vh;
    }
    .maxesfooterright{
        width: 100%;
        height: 400px;
    }
	.hidden-md{
        display: block !important;
    }
    .mobile-sec {
        background-image: url(mobile.png);
        background-size: cover;
        height: 985px;
    }
    .mobile-secf1 {
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
    }
    .mobile-secf2 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3{
  
        font-family: 'MyriadPro-Regular';
        font-size: 18px;
        color: #000000;
        padding-top: 558px
    }
    .mobile-secf4{
    
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        
    }
    .maxesfooterleft {
        width: 100%;
        height: auto;
    }
}


@media (max-width: 767px) and (min-width:691px) {
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    .hidden-md{
        display: block !important;
    }
    .mobile-sec {
        background-image: url(mobile.png);
        background-size: cover;
        height: 800px;
    }
    .mobile-secf1 {
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
    }
    .mobile-secf2 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3 {
        font-family: 'MyriadPro-Regular';
        font-size: 11px;
        color: #000000;
        padding-top: 285px;
    }
    .navmaxes-hide {
        z-index: 999;
        float: right;
        width: 25%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .navmaxes {
        /* filter: blur(1px); */
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 2;
        width: 100%;
        height: 100vh;
        padding: 0;
        position: fixed;
        display: none;
        z-index: 9;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 19px;
        line-height: 1.2;
         letter-spacing: .3px;
        color: #fff !important;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        width: 100%;
        padding-left: 5px;
    }
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 45px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .maxes1 {
        width: 71%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 25px;
        margin-right: 27px;
        /* margin-left: 20px; */
    }
    .div2maxes {
        width: 36%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
    .itemmaxest{font-size: 11px}
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 13px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 10px 33px!important;
        border-radius: 20px;
    }
    .font1 {
        font-family: 'MyriadPro-Regular';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 30px;
        padding-top: 115px;
        text-align: center;
        color: white;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 35px;
        font-size: 12px;
        text-align: center;
        width: 82%;
        margin: auto;
    }
    .section3 {

        width: 108%!important;
        background-size: cover!important;
        height: 561px!important;
    }
    .itemmaxes1 {
        display: inline-block;
        /* margin-left: .6%; */
        margin-top: 9%;
        width: 17%;
        margin-right: -6px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 13px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 13px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf7 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 55px;
        padding-left: 6px;
        line-height: .8;
        font-weight: bold;
        letter-spacing: -3.3px;
        color: #000000 !important;
        z-index: 2;
        /* position: relative; */
        margin-left: -60px;
    }
    .maxesf6 {
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .8;
        letter-spacing: -3.3px;
        color: #000000 !important;
        margin-top: 45px;
        /* margin-right: 27px; */
        /* position: relative; */
        /* left: -63px; */
        margin-left: -58px;
    }
    .maxesf8 {
        margin-top: 30px;
        width: 70%;
        font-family: 'MyriadPro-Regular';
        font-size: 13px;
        color: #000000;
        line-height: 1.2;
        margin-left: -19px;
    }
    .maxesf9 {
        margin-top: 15px;
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        padding-left: 0;
    }
    .img4maxes {
        padding-top: 100px;
        float: right;
        width: 60%;

    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 35px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 50px;
        /* padding: 100px; */
        margin: 0;
    }
    .maxesf17 {
        font-family: 'Banff';
        font-size: 30PX;

        color: #989897;
        margin-left: 5px;
        z-index: 1;
        display: inline-block;
        line-height: .7;
    }
    .maxesf18 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 35px;
        font-weight: bold;
        /* margin-bottom: 25px; */
        line-height: .9;
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 25px;
        line-height: 1.5;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 25px;
        line-height: 1.5;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular", "MyriadPro-Regular";
        width: 17%;
        font-size: 14px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';

        padding: 10px 59px;

        border-radius: 25px;

        color: white;
        font-family: 'MyriadPro-Regular';
        border: none;

        background-color: #000000;

        font-size: 15px;

        margin-top: 10px;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        /* width: 65%; */
        font-size: 20px;
        display: inline-block;
        line-height: 1.8;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        /* width: 20%; */
        font-size: 20px;
        display: inline-block;
        line-height: 1.8;
        margin-left: 20px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 20px;
        margin: 0;
        line-height: 1.6;
    }
    .section6 {
        padding-left: 67px;
        height: 775px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .maxesline2 {
        margin-top: 820px;
        border-right: 3px solid #fff;
        height: 837px;
        margin-bottom: 0;
        margin-left: -2px;
    }
    .maxesfooterf1 {
        width: 63%;
        margin-top: 5%;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        color: #000000;
        font-size: 13px;
        margin-left: 10%;
        line-height: 1.2;
        margin-bottom: 17px;
    }
    .maxesfooterf2 {
        font-family: "MyriadPro-Regular", "MyriadPro-Regular";
        font-size: 16px;
        margin-left: 10%;
        line-height: .8;
        color: #000000
    }
    .maxesfooterbutton {
        /* margin-top: 10px; */
        border: none;
        border-radius: 20px;
        font-size: 10px;
        background-color: #ffd025;
        margin-left: 10%;
        color: black;
        padding: 5px 11px 4px 11px;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        letter-spacing: .5px;
    }
    .maxesfooterf3 {
        margin-top: 20px;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        font-size: 18px;
        line-height: 1.1;
        color: #000000;
        margin-left: 10%;
    }
    .maxesfooterf4 {
        margin-top: 10px;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        font-size: 15px;
        line-height: .7;
        color: #000000;
        margin-left: 10%;
        
    }
    .lineimg {
        z-index: 2;
        border-left: 3px solid #221d1a;
        position: absolute;
        left: 24.6%!important;
        height: 20px;
        width: 1%;
    }
    .nav-icon {
        margin: 3px 10px 0 0;
        height: 70px;
        width: 45px;
        position: relative;
        float: left;
    }

}


@media (max-width: 991px) and (min-width:768px)  {
    .silderhide{
        height: auto;
    }
    .silderhidefix{
        height: auto;
    }
    .hidden-md{
        display: block !important;
    }
    .mobile-sec {
        background-image: url(mobile.png);
        background-size: cover;
        height: 1103px;
    }
    .mobile-secf1 {
        padding-top: 90px;
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .9;
        letter-spacing: -2.3px;
        color: #000000 !important;
        float: right;
        width: 60%;
        display: block;
    }
    .mobile-secf2 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        float: right;
        width: 60%;
        line-height: .9;
        font-weight: bold;
        letter-spacing: -2.3px;
        color: #000000 !important;
        display: block;
        padding-left: 6px;
    }
    .mobile-secf3 {
        font-family: 'MyriadPro-Regular';
        font-size: 16px;
        color: #000000;
        padding-top: 785px;
    }
    .navmaxes-hide {
        z-index: 999;
        float: right;
        width: 25%;
        height: 100px;
        padding: 0;
        position: absolute;
        transition-duration: 0.3s;
        transition-delay: 0s;
    }
    .navmaxes {
        /* filter: blur(1px); */
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 2;
        width: 100%;
        height: 100vh;
        padding: 0;
        position: fixed;
        display: none;
        z-index: 9;
    }
    .maxesf4 {
        font-family: 'MyriadProLight';
        font-size: 19px;
        line-height: 1.2;
         letter-spacing: .3px;
        color: #fff !important;
    }
    .maxesf3 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 38px;
        font-weight: bold;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        width: 100%;
        padding-left: 5px;
    }
    .maxesf2 {
        display: block;
        font-family: "MyriadProLight";
        font-size: 45px !important;
        font-weight: 100;
        line-height: 1.1;
        letter-spacing: -3.3px;
        color: #fff !important;
        margin: 0;
        padding-bottom: 8px;
    }
    .maxes1 {
        width: 71%;
        /* height: 45px; */
        float: right;
        /* padding-left: 10px; */
        /* padding-right: 20px; */
        margin-top: 25px;
        margin-right: 27px;
        /* margin-left: 20px; */
    }
    .div2maxes {
        width: 36%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
    .itemmaxest{font-size: 11px}
    .Virwcase {
        border: none;
        font-family: 'MyriadPro-Regular';
        background-color: #000000;
        color: #ffffff;
        font-size: 13px;
        /* margin-top: 94px; */
        /* padding-top: 20px; */
        padding: 10px 33px!important;
        border-radius: 20px;
    }
    .font1 {
        font-family: 'MyriadPro-Regular';
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -2.0px;
        font-size: 30px;
        padding-top: 10px;
        text-align: center;
        color: white;
    }
    .font2 {
        font-family: 'MyriadPro-Regular';
        line-height: 1.1;
        /* top: 155px; */
        color: white;
        padding-top: 20px;
        padding-bottom: 35px;
        font-size: 12px;
        text-align: center;
        width: 82%;
        margin: auto;
    }
    .section3 {

        width: 108%!important;
        background-size: cover!important;
        height: 561px!important;
    }
    .itemmaxes1 {
        display: inline-block;
        /* margin-left: .6%; */
        margin-top: 9%;
        width: 17%;
        margin-right: -6px;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 13px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 13px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf7 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 55px;
        padding-left: 6px;
        line-height: .8;
        font-weight: bold;
        letter-spacing: -3.3px;
        color: #000000 !important;
        z-index: 2;
        /* position: relative; */
        margin-left: -60px;
    }
    .maxesf6 {
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .8;
        letter-spacing: -3.3px;
        color: #000000 !important;
        margin-top: 45px;
        /* margin-right: 27px; */
        /* position: relative; */
        /* left: -63px; */
        margin-left: -58px;
    }
    .maxesf8 {
        margin-top: 30px;
        width: 70%;
        font-family: 'MyriadPro-Regular';
        font-size: 13px;
        color: #000000;
        line-height: 1.2;
        margin-left: -19px;
    }
    .maxesf9 {
        margin-top: 15px;
        font-family: 'MYRIADPRO-BOLD';
        font-size: 25px;
        font-weight: bold;
        padding-left: 0;
    }
    .img4maxes {
        padding-top: 100px;
        float: right;
        width: 60%;

    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 35px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 50px;
        /* padding: 100px; */
        margin: 0;
    }
    .maxesf17 {
        font-family: 'Banff';
        font-size: 30PX;

        color: #989897;
        margin-left: 5px;
        z-index: 1;
        display: inline-block;
        line-height: .7;
    }
    .maxesf18 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 35px;
        font-weight: bold;
        /* margin-bottom: 25px; */
        line-height: .9;
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 25px;
        line-height: 1.5;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 25px;
        line-height: 1.5;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular", "MyriadPro-Regular";
        width: 17%;
        font-size: 14px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';
        padding: 10px 59px;
        border-radius: 25px;
        color: white;
        font-family: 'MyriadPro-Regular';
        border: none;
        background-color: #000000;
        font-size: 15px;
        margin-top: 10px;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        /* width: 65%; */
        font-size: 20px;
        display: inline-block;
        line-height: 1.8;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        /* width: 20%; */
        font-size: 20px;
        display: inline-block;
        line-height: 1.8;
        margin-left: 20px;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 20px;
        margin: 0;
        line-height: 1.6;
    }
    .section6 {
        padding-left: 67px;
        height: 775px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .maxesline2 {
        margin-top: 820px;
        border-right: 3px solid #fff;
        height: 837px;
        margin-bottom: 0;
        margin-left: -2px;
    }
    .maxesfooterf1 {
        width: 63%;
        margin-top: 5%;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        color: #000000;
        font-size: 13px;
        margin-left: 10%;
        line-height: 1.2;
        margin-bottom: 17px;
    }
    .maxesfooterf2 {
        font-family: "MyriadPro-Regular", "MyriadPro-Regular";
        font-size: 16px;
        margin-left: 10%;
        line-height: .8;
        color: #000000
    }
    .maxesfooterbutton {
        /* margin-top: 10px; */
        border: none;
        border-radius: 20px;
        font-size: 10px;
        background-color: #ffd025;
        margin-left: 10%;
        color: black;
        padding: 5px 11px 4px 11px;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        letter-spacing: .5px;
    }
    .maxesfooterf3 {
        margin-top: 20px;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        font-size: 18px;
        line-height: 1.1;
        color: #000000;
        margin-left: 10%;
    }
    .maxesfooterf4 {
        margin-top: 10px;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        font-size: 15px;
        line-height: .7;
        color: #000000;
        margin-left: 10%;
    }
    .lineimg {
        z-index: 2;
        border-left: 3px solid #221d1a;
        position: absolute;
        left: 24.6%!important;
        height: 20px;
        width: 1%;
    }
    .nav-icon {
        margin: 3px 10px 0 0;
        height: 70px;
        width: 45px;
        position: relative;
        float: left;
    }



}




/*responsive*/
@media (max-width: 1024px) and (min-width:992px){
    .lineimg {
        z-index: 2;
        border-left: 3px solid #221d1a;
        position: absolute;
        left: 24.7%;
        height: 20px;
        width: 1%;
    }
    .section3 {
        width: 100%!important;
        background-size: cover!important;
        height: 567px!important;
    }
    .itemmaxes1 {
        /* display: inline-block; */
        /* margin-left: 0.6%; */
        margin-top: 5.1%;
        width: 16%;
        font-size: 13px;
        margin-right: 1px;
    }
    .itemmaxest {
        font-family: 'MyriadPro-Regular';
        display: inline;
        color: white;
        text-align: center;
        font-size: 13px;
        line-height: 1.9;
    }
    .maxesf12 {
        color: white;
        font-family: 'MyriadProLight';
        font-size: 13px;
        letter-spacing: .5px;
        margin: 0;
        z-index: 1;
        line-height: 1;
    }
    .maxesf14 {
        color: white;
        text-align: center;
        font-family: 'MyriadProLight';
        font-size: 13px;
        letter-spacing: .5px;
        margin: 0;
        line-height: 1.1;
    }
    .maxesf6 {
        font-family: 'MyriadProLight';
        font-size: 42px;
        line-height: .8;
        letter-spacing: -3.3px;
        color: #000000 !important;
        margin-top: 45px;
    }
    .maxesf8 {
        margin-top: 30px;
        width: 70%;
        font-family: 'MyriadPro-Regular';
        font-size: 13px;
        color: #000000;
        line-height: 1.2;

    }
    .img4maxes {
        padding-top: 100px;
        float: right;
        width: 60%;
    }
    .maxesf16 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 40px;
        font-weight: bold;
        color: #000000;
        display: inline-block;
        /* margin-top: 100px; */
        padding-top: 80px;
        /* padding: 100px; */
        margin: 0;
    }
    .maxesf17 {
        font-family: 'Banff';
        font-size: 41px;

        color: #989897;
        margin-left: 5px;
        z-index: 1;
        display: inline;
        line-height: 2.4;
    }
    .maxesf18 {
        font-family: 'MYRIADPRO-BOLD';
        font-size: 40px;
        font-weight: bold;
        /* margin-bottom: 25px; */
        line-height: .3;
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 25px;
        line-height: 1.5;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 25px;
        line-height: 1.5;
        display: inline;
        color: #b38b01;
    }
    .maxesf21 {
        font-family: "MyriadPro-Regular", "MyriadPro-Regular";
        width: 17%;
        font-size: 18px;
        line-height: 1.1;
        display: table-row;
    }
    .maxesbutton {
        font-family: 'MyriadPro-Regular';

        padding: 10px 59px;

        border-radius: 25px;

        color: white;
        font-family: 'MyriadPro-Regular';
        border: none;

        background-color: #000000;

        font-size: 15px;

        margin-top: 10px;
    }
    .maxesf26 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        /* width: 65%; */
        font-size: 20px;
        display: inline-block;
        line-height: 1.8;
    }
    .maxesf27 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        /* width: 20%; */
        font-size: 20px;
        display: inline-block;
        line-height: 1.8;
        margin-left: 20px;
    }
    .section6 {
        padding-left: 67px;
        height: 1020px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
    }
    .maxesline2 {
        margin-top: 820px;
        border-right: 3px solid #fff;
        height: 896px;
        margin-bottom: 0;
        margin-left: -2px;
    }
    .maxesfooterf1 {
        width: 63%;
        margin-top: 5%;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        color: #000000;
        font-size: 13px;
        margin-left: 10%;
        line-height: 1.2;
        margin-bottom: 17px;
    }
    .maxesfooterf2 {
        font-family: "MyriadPro-Regular", "MyriadPro-Regular";
        font-size: 16px;
        margin-left: 10%;
        line-height: .8;
        color: #000000
    }
    .maxesfooterbutton {
        /* margin-top: 10px; */
        border: none;
        border-radius: 20px;
        font-size: 10px;
        background-color: #ffd025;
        margin-left: 10%;
        color: black;
        padding: 5px 11px 4px 11px;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        letter-spacing: .5px;
    }
    .maxesfooterf3 {
        margin-top: 20px;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        font-size: 18px;
        line-height: 1.1;
        color: #000000;
        margin-left: 10%;
    }
    .maxesfooterf4 {
        margin-top: 10px;
        font-family: "MyriadPro-Regular","MyriadPro-Regular";
        font-size: 15px;
        line-height: .7;
        color: #000000;
        margin-left: 10%;
    }
    .maxesf29 {
        font-family: "MyriadProLight";
        color: #faf9fa;
        font-size: 20px;
        margin: 0;
        line-height: 1.6;
    }
    .div2maxes {
        width: 36%;
        padding-left: 5%;
        padding-top: 65px;
        float: left;
    }
    .itemmaxest {
        font-family: 'MyriadPro-Regular';
        display: inline;
        color: white;
        text-align: center;
        font-size: 13px;
        line-height: 1.9;
    }

}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
    .lineimg {
        z-index: 2;
        border-left: 3px solid #221d1a;
        position: absolute;
        left: 24.7%;
        height: 20px;
        width: 1%;
    }
    .maxesline2 {
        margin-top: 890px;
        border-right: 3px solid #fff;
        height: 800px;
        margin-bottom: 0;
        margin-left: -2px;
    }
    .project5 {
        position: relative;
        bottom: 300px;
    }
    .maxesf17 {
        font-family: 'Banff';
        font-size: 40px;
        font-weight: bold;
        color: #989897;
        margin-left: 5px;
        z-index: 1;
        display: inline-block;
    }
    .maxesf20 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        font-size: 39px;
        line-height: 1.5;
        display: inline;
        color: #b38b01;
    }
    .maxesf19 {
        font-family: "MyriadProLight","MyriadPro-Regular";
        display: inline;
        width: 35%;
        font-size: 31px;
        line-height: 1.5;
    }
    .dots{
         position: relative;
         top:110px;
         text-align: center;
     }
    .section6 {
        padding-left: 100px;
        height: 1020px;
        float: left;
        /* background-image: url(img/waild.jpg); */
        background-color: #ececee;
        width: 100%;
        background-position: center center;
        background: linear-gradient(to bottom, rgb(236, 236, 238) 0%, rgb(236, 236, 238) 25%, rgb(236, 236, 238) 33%, rgb(236, 236, 238) 50%, rgb(236, 236, 238) 66%, rgb(236, 236, 238) 75%, rgb(239, 238, 240) 100%);
    }
}

@media screen and (min-width: 1400px) {
    .lineimg {
        z-index: 2;
        border-left: 3px solid #221d1a;
        position: absolute;
        left: 24.71%;
        height: 20px;
        width: 1%;
    }
    .maxesline2 {
        margin-top: 820px;
        border-right: 3px solid #fff;
        height: 806px;
        margin-bottom: 0;
        margin-left: -3px;
    }
    .dots {
        position: relative;
        top: 105px;
        text-align: center;
    }
    .spanf1 {
        font-family: "MyriadPro-Regular", "Helvetica-Bold","AdobeInvisFont";
        text-align: justify;
        font-size: 8.8vw;
        left: -17px;
        top: 36%;
        color: #3333335c;
        position: absolute;
    }
}
@media (max-width: 1280px) {

}

@media screen and (min-width: 1900px) {
    .play-btn {
        position: absolute;
        top: 70px;
        /* padding-right: 32px; */
        padding: 0;
        /* margin-right: 11px; */
        right: 75px;
    }
    .maxesline2 {
        margin-top: 900px;
        border-right: 3px solid #fff;
        height: 820px;
        margin-bottom: 0;
        margin-left: -3px;
    }
    .maxesf6 {
        font-family: 'MyriadProLight';
        font-size: 56px;
        line-height: .8;
        letter-spacing: -3.3px;
        color: #000000 !important;
        margin-top: 42px;
        z-index: 2;
    }
    .itemmaxes1 {
        display: inline-block;
        margin-left: .6%;
        margin-top: 6%;
        width: 12%;
    }
    .lineimg {
        z-index: 2;
        border-left: 4px solid #221d1a;
        position: absolute;
        left: 24.75%;
        height: 20px;
        width: 1%;
    }
    .fadeouts {
        position: relative;
        top: 10vh;
        left: 7.5%;
        z-index: 1;
        background-color: rgba(134, 117, 80, 0.95);
        background-position: center;
        width: 85%;
        height: 650px;
        animation: 1s ease 1.2s normal forwards 1 fade-move-down;
        display: block;
        opacity: 0;
    }
    .dots {
        position: relative;
        top: 113px;
        text-align: center;
    }
    .img4maxes {
        float: right;
        position: absolute;
        right: 15px;
        width: 47%;
        height: 960px;
    }
}
.navmobile {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: fixed;
    z-index: 99;
    color: white;
    background-color: rgba(51, 51, 51, 0.67);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.navmobile-sec {
    height: 100vh;
    width: 100%;
}

.mobile-top {
    top: 13%;
    height: auto;
}

.logo-mo {
    width: 30%;
    margin-top: 100px;
}

.mobile-f1 {
    padding: 20% 0 0 0;
    font-family: 'MyriadPro-Regular';
    font-size: 17px;
    line-height: 1.2;
}

.mobile-f2 {
    padding: 5px 0 0 0;
    font-family: 'MyriadPro-Regular';
    font-size: 17px;
    line-height: 1.2;
}

.nonemo {
    display: none;
}

.blockmo {
    display: block;
}
