.footer-flex{
	display:flex;
	align-items:center;
	margin-bottom:20px;
	gap:10px;
}

.footer_logo{
	width:50px;
}

.footer-flex h6{
	margin:0px !important;
}

.footer-section{
	overflow-x:hidden;
}

.footer-section h6{
	margin:0px;
    font-family: "Work Sans", Sans-serif;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
	margin-bottom:30px;
	font-weight:700;
}

.footer-section p{
	margin:0px;
    font-family: "Work Sans", Sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
	margin-bottom:20px;
	font-weight:500;
}
.icon-mail{
	width:32px;
	padding-right:10px;
}

.icon-call{
 width:32px;
	padding-right:10px;
	
}

/* copyright text */

.copyright-text{
	display:flex;
	margin:auto;
	text-align:center;
	justify-content:center;
}

.copyright-text p{
    font-family: "Work Sans", Sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: 500;
	margin:0px;
}

.copyright-text a{
    font-family: "Work Sans", Sans-serif;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: 500;
	margin:0px;
}

a{
	text-decoration:none;
	color:white;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0B1A45;
}

.whatsapp-icon{
  position:fixed;
  bottom: 10%;
  right: 3%;
  cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.whatsapp-icon img{
	width:50px;
	position: absolute;
    bottom: -16px;
    right: -28px;
}

.go-top {
  position:fixed;
  bottom: 20%;
  right: 3%;
  padding:20px;
  display:none;
  cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.go-top:after {
    font-family: FontAwesome;
    content: url(https://nextincloud.in/wp-content/uploads/2024/12/upload-1.png);
    background-color: #E5E8F0;
    padding: 10px 10px;
    color: #6a6e7c;
    position: absolute;
    bottom: -28px;
    font-size: 10px;
    border-radius: 8px;
}


.go-top-text {
	position: absolute;
	width: 60px;
	color:#E5E8F0;
	left:14px;
	text-align: center;
	font-family: 'Questrial';
	line-height: 1.5;
	letter-spacing: 3px;
	font-size: 12px;
	margin: 20px 0 0 -4px;
}

.go-top:hover {
	transition: all .4s linear;
	transform: scale(1.1);
}

.social-flex{
	display:flex;
	justify-content: space-between;
}

.instagram-social{
	width: 20px;
}

.x-social{
	width: 20px;
}

.linkedin-social{
	width: 20px;
}

.facebook-social{
width: 20px;	
}



@media screen and (max-width:991px){
	   .go-top {
        position: fixed;
        bottom: 14%;
        right: 5%;
        padding: 20px;
        display: none;
        cursor: pointer;
        -webkit-font-smoothing: antialiased;
    }
	
	 .whatsapp-icon img {
        width: 50px;
        position: absolute;
        bottom: -12px;
        right: -7px;
    }
	
	.go-top:after {
    font-family: FontAwesome;
    content: url(https://nextincloud.in/wp-content/uploads/2024/12/upload-1.png);
    background-color: #E5E8F0;
    padding: 10px 10px;
    color: #6a6e7c;
    position: absolute;
    bottom: 52px;
    font-size: 10px;
    border-radius: 8px;
}
}

@media screen and(max-width:767px){
	
	.whatsapp-icon img {
    width: 50px;
    position: absolute;
    bottom: -50px;
    right: -1px;
   }
	
	    .go-top {
        position: fixed;
        bottom: 14%;
        right: 6%;
        padding: 20px;
        display: none;
        cursor: pointer;
        -webkit-font-smoothing: antialiased;
    }
	
	
}



@media screen and (max-width:575px){

	
	    .whatsapp-icon img {
        width: 50px;
        position: absolute;
        bottom: 6px;
        right: 5px;
    }
	
	.go-top {
    position: fixed;
    bottom: 14%;
    right: 10%;
    padding: 20px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
}