/********************************************************************
IPHONE 6, 6S, 7, 8
********************************************************************/
@media  (max-width: 499.98px) {

    .header{
        padding-top: 150px;
        height: auto;
    }

    .section6 {
        margin-top: -0px;
    }

    .__wave1{
        display: none;
    }

    .section6 {
        background-color: #8400CA;
        padding: 100px 0px 150px 0px;
    }

    .section4 .__box-container{
        text-align: center;
    }

    .section4 .__box-container img{
        margin: auto;
    }

    .section8 {
        text-align: center;
    }
    
    .section9 .__circle2{
        display: none;
    }

    .section4 .__tri2{
        display: none;
    }

    .section2 .__circle2 {
    display: none;}

    .section11{
        text-align: center;
    }

    .section4 .__tri1{
        display: none;
    }
    .__circle2,
    .__circle1,
    .__circle3{
        display: none;
    }

}



/********************************************************************
EXTRA SMALL DEVICES (PORTRAIT PHONES, LESS THAN 576px)
********************************************************************/
@media (min-width: 500px) and (max-width: 575.98px) {
    .header{
        padding-top: 150px;
        height: auto;
    }

    .section6 {
        margin-top: -0px;
    }

    .__wave1{
        display: none;
    }

    .section6 {
        background-color: #8400CA;
        padding: 100px 0px 150px 0px;
    }

    .section4 .__box-container{
        text-align: center;
    }

    .section4 .__box-container img{
        margin: auto;
    }

    .section8 {
        text-align: center;
    }
    
    .section9 .__circle2{
        display: none;
    }

    .section4 .__tri2{
        display: none;
    }

    .section2 .__circle2 {
    display: none;}

    .section11{
        text-align: center;
    }
      
}


/********************************************************************
SMALL DEVICES (LANDSCAPE PHONES, 576PX AND UP)
********************************************************************/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .header{
        padding-top: 150px;
        height: auto;
    }

    .section6 {
        margin-top: -0px;
    }

    .__wave1{
        display: none;
    }

    .section6 {
        background-color: #8400CA;
        padding: 100px 0px 150px 0px;
    }

    .section4 .__box-container{
        text-align: center;
    }

    .section4 .__box-container img{
        margin: auto;
    }

    .section8 {
        text-align: center;
    }
    
    .section9 .__circle2{
        display: none;
    }

    .section4 .__tri2{
        display: none;
    }

    .section2 .__circle2 {
    display: none;}

    .section11{
        text-align: center;
    }
    
}


/********************************************************************
MEDIUM DEVICES (TABLETS, 768px and Up)
********************************************************************/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .header{
        padding-top: 150px;
        height: auto;
    }

    .section6 {
        margin-top: -0px;
    }

    .__wave1{
        display: none;
    }

    .section6 {
        background-color: #8400CA;
        padding: 100px 0px 150px 0px;
    }

    .section4 .__box-container{
        text-align: center;
    }

    .section4 .__box-container img{
        margin: auto;
    }

    .section8 {
        text-align: center;
    }
    
    .section9 .__circle2{
        display: none;
    }

    .section4 .__tri2{
        display: none;
    }

    .section2 .__circle2 {
    display: none;}

    .section11{
        text-align: center;
    }

}


/********************************************************************
LARGE DEVICES (DESKTOPS, 992px and Up)
********************************************************************/
@media (min-width: 992px) and (max-width: 1000.98px) { 

    .header{
        padding-top: 150px;
    }

    .section6 {
        margin-top: -245px;
    }

		
}


/********************************************************************
LARGE DEVICES (DESKTOP, 1001 Up)
********************************************************************/
@media (min-width: 1001px) and (max-width: 1199.98px) { 	
        .header{
            padding-top: 150px;
        }

        .section6 {
            margin-top: -245px;
        }


}


/********************************************************************
EXTRA LARGE DEVICES (LARGE DESKTOPS, 1200px and Up)
********************************************************************/
@media (min-width: 1200px) { 
  
}
