.contact-us {
    padding: 70px 10px;
}
a.btn-2 {
    padding: 20px  !important;
    background: #111183;
    line-height: 1;
    text-decoration: none !important;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    display: block;
    width: 400px;
    margin: 15px auto;
}
a.btn-4 {
    padding: 15px 30px;
	 text-decoration: none !important;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #a40062;
    border-radius: 4px;
    line-height: 1;
    margin-top: 10px;
    margin: 0 auto;
}
a.btn-2:hover,a.btn-2:hover {
   
    background: #333;
	color: #fff;
  text-decoration: none !important;
}
.contact-us h2 {
    font-size: 40px ;
    font-weight: 800 ;
    margin-bottom: 40px;
}

h2.text-h2 {
    font-size: 40px;
}
.text-sec {
    max-width: 900px;
    margin: 20px auto;
}

.display-setting {
    display: grid;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
h3.h3-text {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.3;
}
html.sticky-header-active #header .header-body.header-body-bottom-border {

    background: #fff !important;
}
/*pop up */
	#lightbox {
			position:fixed; /* keeps the lightbox window in the current viewport */
			top:0; 
			left:0; 
			width:100%; 
			height:100%; 
			background:#000000bf; 
			
			text-align:center;
			z-index: 9999;
		}
		#lightbox p {
			text-align:right; 
			color:#fff; 
			margin-right:20px; 
			font-size:12px;
            margin-bottom: 0;			
		}
		#lightbox img {
			box-shadow:0 0 25px #111;
			max-width:100%;
			height:97vH;
			margin-top:-5px;
		}
		
		/* end popup*/
@media only screen and (max-device-width: 480px) {
 
 a.btn-2 {
	width: 100%;
padding: 15px  !important;
font-size: 24px;	
	
	 
 }
 .contact-us h2 {
    font-size: 8vw;
    margin-bottom: 30px;
}
.contact-us {
    padding: 50px 10px;
}
 h2.text-h2 {
    font-size: 30px;
}
.display-setting {
   
    grid-template-columns: 1fr;
}
}
@media only screen and (max-device-width: 480px) {
a.btn-4 {
    padding: 15px 16px;
 
    font-size: 13px;

}
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
.display-setting {
   
    grid-template-columns: 1fr;
}
   
}
@media screen and (min-device-width: 769px) and (max-device-width: 991px) { 
   
.display-setting {
   
    grid-template-columns: 1fr 1fr;
}
   
}
 @media screen and (min-device-width: 992px) and (max-device-width: 1023px) {   
.display-setting {
   
    grid-template-columns: 1fr 1fr ;
}
   
}
 @media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {   
.display-setting {
   
    grid-template-columns: 1fr 1fr 1fr  ;
}
   
}
 @media screen and (min-device-width: 1201px) and (max-device-width: 1366px) {   
.display-setting {
   
    grid-template-columns: 1fr 1fr 1fr  1fr 1fr;
}
   
}