/* Phones (max-width: 600px) */
@media (max-width: 600px) {
    body{
    word-wrap: break-word;
    white-space: normal;
    }
	p{padding:0;}
 .about-section .image-column .inner-column:before {
    position: absolute;
    left: 0px;
    top: 65px;
    height: auto;
    width: 100%;
    background: #ddd;
    content: "";
}
 .custom-title h4 span:after, .custom-title h4 span:before {
	display:none;
}
.about-section .image-column .image-2 img, .about-section .image-column .image-1 img {
    overflow: hidden;width:100%;
}
.slider-text {
   
     left: 0%;width: 100%; 
	 top:3%;
   
}
#typewriter{font-size:15px;min-height: 120px;}
.sticky-social{display:none;}
.hero-img-container {   
    height: 632px;  
}

.btn-black {
    font-size: 14px;
    padding: 10px 30px !important;
	margin-bottom:20px;
}
.about-section .image-column .image-2 {
   
    height: auto;
}
.about-us-mobile{margin-top:50px;}
.welcome-title h1 {
    text-transform: capitalize;
    font-size: 17px;
}
.welcome-title span {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1;
    padding-left: 0px;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}
.about-us-mobile p, .about-us-mobile ul li {font-size: 16px;
    text-align: justify;
}
.summary-list li {
	width: 100%;
	border-right: 0px;
	background: #ddd;
	margin-bottom: 20px;
	padding: 6%;
	text-align: center !important;
}
.summary-list{padding:0px;}

.overlay-container, .overlay1-container, .overlay2-container {
     height: auto; 
   
}

.btn-white {
    margin-bottom: 50px;
}
.pad-m-0{padding:0;}
.pad-60px{padding-bottom:0px;}
.pad-50px {padding-bottom:0px;}
.custom-title {
   width:90%;
}
.custom-title span {   
     display: block; 
}
.contact-us-btn {
    padding: 30px 0px;
    margin-bottom: 0px;
}
.consult-btn {
    margin: 6px;
    z-index: 99;
    position: relative;
}
.tagline-1, .tagline-2 {
   font-size: 17px;
}
 .tagline-2 span {
    text-align: center;
    z-index: 99;
    color: #fff !important;
    position: relative;
    margin-top: 15px;
}
.tagline-1 span{margin-top: 15px;}
.faq-title {
    margin: 25px 0px 0px;
    padding-bottom: 10%;
	font-size: 20px;
}
.faq-title span{
    margin: 25px 0px 0px;
    font-size: 16px;
}
.social_profile ul li {
    float: left;
    background: #fff;
    margin: 5px 5px 4px 6px;
    text-align: center;
    padding: 4px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 57px;
    padding-bottom: 219px;
}
.about-section .image-column .image-2 img, .about-section .image-column .image-1 img {
    height: auto;
}

 .image-container{
    height: 100%;
  
}
.mb-20{margin-bottom:20px;}
.about-section .image-column .image-1
{
    position: relative;
    max-width: 100%;
}
li.nav-item {
    padding: 0px; 
    list-style: none;
}
.dropdown-menu.mega-menu {border: 0px;background: transparent;padding: 0;}
.hide-mobile{display: none;}
.dropdown-menu.mega-menu .list-unstyled .dropdown-item{ padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);}
.dropdown-menu.mega-menu div {padding: 0px !important;}
.list-unstyled li.col-md-4 {padding-left: 0px;text-transform: uppercase;}
.dropdown-item.mega-menu .dropdown-item {padding: 0px 5px;}
.navbar-nav {
    max-height: 90vh;
    overflow-y: auto;
}
.mobile-contact-set {
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px 0px;
}
.contact-list {
    list-style: none;
    /* background: rgba(21, 110, 184, .5); */
    padding: 0;
}
.contact-list li{
    border: 1px solid #ddd;
    padding: 20px 0px;
    text-align: center;
}
.p-l-10 {
    padding-left: 0px !important;
}
}

/* Tablets (min-width: 601px and max-width: 1024px) */
@media (min-width: 601px) and (max-width: 1024px) {
 .about-section .image-column .inner-column:before {
    position: absolute;
    left: 0px;
    top: 65px;
    width: 100%;
    background: #ddd;
    content: "";
}
}

/* Desktops (min-width: 1025px) */
@media (min-width: 1025px) {
 
 
}