/********************************************************************
IPHONE 6, 6S, 7, 8
********************************************************************/
@media (min-width: 375px) and  (max-width: 379.98px){
    
    .header{
        padding-top: 10rem;
    }

    .header h2{
        font-size: 20px;
    }
    .header h4{
        font-size: 16px !important;
    }
    .__contact-container{
        display: none;
      
      }
  
      .__contact-page{
          padding-bottom: 10px;
      }

      #captcha{
        width: 100% !important;
      }
      .__rotation360deg{
        display: none;
    }

    section{
        background-color: #080808;
    
        
        background-image: url("../../img/contact-page-bg-md.png"); /* The image used */
        background-color: transparent; /* Used if the image is unavailable */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
    }

    .__contact-page{
        padding-top: 3rem;
    }
    .section h2{
        font-size: 30px !important;
    }

    
  

}

@media (min-width: 380px) and  (max-width: 499.98px) {
    .header{
        padding-top: 10rem;
    }
 
    .header h2{
        font-size: 20px;
    }
    .header h4{
        font-size: 16px !important;
    }
    .__contact-container{
        display: none;
      
      }
  
      .__contact-page{
          padding-bottom: 10px;
      }
      #captcha{
        width: 100% !important;
      }
      .__rotation360deg{
        display: none;
    }

    section{
        background-color: #080808;
    
        
        background-image: url("../../img/contact-page-bg-md.png"); /* The image used */
        background-color: transparent; /* Used if the image is unavailable */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
    }
    .section h2{
        font-size: 30px !important;
    }
}


/********************************************************************
EXTRA SMALL DEVICES (PORTRAIT PHONES, LESS THAN 576px)
********************************************************************/
@media (min-width: 500px) and (max-width: 575.98px) {
  
    .__contact-container{
        display: none;
      
      }
  
      .__contact-page{
          padding-bottom: 10px;
      }
      .__rotation360deg{
        display: none;
    }

    section{
        background-color: #080808;
    
        
        background-image: url("../../img/contact-page-bg-md.png"); /* The image used */
        background-color: transparent; /* Used if the image is unavailable */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
    }
    .section h2{
        font-size: 30px !important;
    }

}


/********************************************************************
SMALL DEVICES (LANDSCAPE PHONES, 576PX AND UP)
********************************************************************/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .__contact-container{
        display: none;
      
      }
  
      .__contact-page{
          padding-bottom: 10px;
      }
  
      .__rotation360deg{
        display: none;
    }

    section{
        background-color: #080808;
    
        
        background-image: url("../../img/contact-page-bg-md.png"); /* The image used */
        background-color: transparent; /* Used if the image is unavailable */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
    }
}


/********************************************************************
MEDIUM DEVICES (TABLETS, 768px and Up)
********************************************************************/
@media (min-width: 768px) and (max-width: 991.98px) { 
    .__contact-container{
      display: none;
    
    }

    .__contact-page{
        padding-bottom: 10px;
    }

  

}


/********************************************************************
LARGE DEVICES (DESKTOPS, 992px and Up)
********************************************************************/
@media (min-width: 992px) and (max-width: 1000.98px) { 

  
		
}


/********************************************************************
LARGE DEVICES (DESKTOP, 1001 Up)
********************************************************************/
@media (min-width: 1001px) and (max-width: 1199.98px) { 	


   

}


/********************************************************************
EXTRA LARGE DEVICES (LARGE DESKTOPS, 1200px and Up)
********************************************************************/
@media (min-width: 1200px) { 
  
}
