html{
	scroll-behavior: smooth;
}
body{
	overflow-x:hidden;
}
.text-black{
    color:black;
}
.text-bold{
    font-weight:bold;
}
.no-gutter{
    padding: 0% !important;
}
.mob-oly{
    display:none;
}
.bg-custom{
    background: linear-gradient(120deg, #014886 60%, #4BDDD4);
}
.text-custom{
    color: #014886;
}
.shadow{
    box-shadow: 10px 10px 15px rgb(0, 0, 0, 0.5);
}
.pt-btn{
    border: 2px solid skyblue;
    border-radius: 15px;
}
.iso{
    background: #014886;
    border-radius: 25px;
}
.product{
    background: #4BDDD4;
    border-radius: 25px;
}
.icon-bar {position: fixed;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.icon-bar a:hover {background-color: #000;}
.whatsapp {background: #25D366;color: white;}
.facebook {background: #3B5998;color: white;}
.twitter {background: #55ACEE;color: white;}
.youtube {background: #dd4b39;color: white;}
.tumblr {background: #000;color: white;}
.google {background: #dd4b39;color: white;}
.linkedin {background: #007bb5;color: white;}
.icon-bar a {display: block;text-align: center;padding: 16px;transition: all 0.3s ease;color: white;font-size: 20px;}
.instagram{
    background: linear-gradient(110deg, #515bd4, #8134af, #dd2a7b, #feda77, #f58529);
    color: white;
}
.mob-none{
    display:none;
}
.ser{
    border :2ps solid black;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.guide{
    background: linear-gradient(120deg, #014886 60%, #4BDDD4);
}
.link{
    transition: 0.5s ease;
}
.link:hover{
    background: black;
}

.sm{
    width:40px;
    height:40px;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    transition: 0.5s ease;
}
.sm:hover{
    background: black;
}
.call-us{
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
	z-index:9999;
	display:none;
}
.call-us a{
	color:white;
	text-align:center;
	font-size:32px;
}
.phone-icons{
	border-right:2px solid white;
}
.phone-hover{
	transition:1s ease;
}
.phone-hover:hover{
	background-color:white;
}
.phone-hover:hover a span{
	color:black !important;
}
.right-app {position: fixed;top: 50%; left:94.5%; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%); transform:rotate(270deg); border:2px solid white; animation:blink 1s infinite;}
@keyframes blink{
	0%{
		background-color:black;
	}
	50%{
		background-image:linear-gradient(#014886,#4BDDD4);
	}
	100%{
		background-color:black;
	}
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 99;
    font-size: 28px;
    border: none;
    outline: none;
    background-color:black;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    
  }
  .quote-content{
	width:90%;
	margin-left:5%;
	padding:1%;
}
.quote-text{
	width:100%;
	margin-top:2%;
	border:none;
	text-align:center;
	box-shadow:1px 1px 1px 1px rgb(0, 0, 0, 0.5);
	padding:2%;
	font-size:16px;
}
.quote-select{
	width:100%;
	padding:2%;
	text-align:center;
}
.quote-option{
	padding:1%;
}
.quote-submit{
	font-size:20px;
} 


@media only screen and (max-width: 800px){
    .call-us{
        display: block;
    }
    .mob-none{
        display: block;
    }
    .icon-bar {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0.5);
        -ms-transform: translateY(-50%) scale(0.5);
        transform: translateY(-50%) scale(0.5);
        left: -2%   ;
    }
    .right-app {
        left:74%; 
        transform:rotate(270deg)scale(0.6);
	}
}