@Media screen and (max-width:576px){

    
}
/* small mobile */


@media screen and (min-width:577px){
 

}
/* mobile */


@media screen and (min-width:768px) {
 
    header:nth-of-type(1){
        background-size: 110% 100%;
    }
    main>section:nth-of-type(1)>div:nth-of-type(2)>p{
        font-size: 3em;
    }

    section:nth-of-type(7){
        display: block!important;
    }
    .slide-center>p{
        font-size: 1.5em;
    }

    .slide-center>span{
        font-size: 1em;

    }
    section:nth-of-type(9)>.card-three>div>.text-center>h3{
        font-size: 1.5em;
    }

    section:nth-of-type(8)>div:nth-of-type(1)>h3{
        font-size: 6em;
     
    }
 


}
/* tablet */


@media screen and (min-width:992px){
    header>nav>div:nth-of-type(2){
        display: block;
    }


    header>span{
    
     display: none !important;
    }
    header>div:nth-of-type(2){
        display:none !important;}

        header>nav>div:nth-of-type(2){
            height:100px;
            display: block!important;
            
        }
    
        header>nav>div:nth-of-type(2)>ul{
            flex-direction: row;
            justify-content: flex-end;

        
        }

        header>nav>div:nth-of-type(1){
            display: block!important;
        }

        header>nav>div:nth-of-type(2)>ul>li>a{
            height: 90px;
            margin-top: 0;
            font-size: 1em;
        }
 
        .md-text{
            padding-left:0;
        }
        main
        > section:nth-of-type(3)
        > .card1
        > div:nth-of-type(2)
        > div:nth-of-type(1),
      main
        > section:nth-of-type(5)
        > .card1
        > div:nth-of-type(2)
        > div:nth-of-type(1) {
    
        margin-left:5em !important;
      }
    main>section:nth-of-type(2)>.card1>div:nth-of-type(2)>div>h3  ,
    main>section:nth-of-type(3)>.card1>div:nth-of-type(2)>div>h3 ,
    main>section:nth-of-type(4)>.card1>div:nth-of-type(2)>div>h3 ,
    main>section:nth-of-type(5)>.card1>div:nth-of-type(2)>div>h3 {

       font-size: 2em;
    }

    main>section:nth-of-type(2)>.card1>div:nth-of-type(2)>div>p:nth-of-type(1) ,
main>section:nth-of-type(3)>.card1>div:nth-of-type(2)>div>p:nth-of-type(1) ,
main>section:nth-of-type(4)>.card1>div:nth-of-type(2)>div>p:nth-of-type(1) ,
main>section:nth-of-type(5)>.card1>div:nth-of-type(2)>div>p:nth-of-type(1){


    font-size: 6em;
}

section:nth-of-type(9)>.card-three>div>.text-center>h3{
    font-size: 1.7em;
}

.carousel-indicators{
    display:flex;
}
  
}
/* desktop */



@media screen and (min-width:1200px){
 
}
/* x-large */