/*
Template Name: Electo
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************center_home****************/
.carousel-caption{
text-align:center;
background:#0000005e;
padding:410px 30px 0px 30px;
bottom:0;
left:0;
width:100%;
height:100%;
color:#fff;
 }
.carousel-indicators{
bottom:0; 
 }
.center_home .carousel-indicators [data-bs-target] {
 background-color:#ff6600;
}

/*********************center_home_end****************/

/*********************book****************/
.book_1i .form-control{
height:52px; 
 }
 
.about_h2l .nav-tabs .nav-link {
color: #666;
font-weight:bold;
font-size:19px;
border:none;
}
.about_h2l .nav-tabs .nav-link:hover {
border:none;
color:#000;
}
.about_h2l .nav-tabs .nav-link.active {
background:none!important;
color: #000!important;
border:none;
border-bottom:3px solid #ff6600;
}
/*********************book_end****************/


@media screen and (max-width : 767px){
.center_home img {
min-height:300px;
}
.carousel-caption{
padding:15px;
 }
.carousel-caption .font_60{
font-size:30px;
 }
.carousel-caption p{
font-size:15px!important;
text-align:left;
 }
.carousel-caption br{
display:none;
 }
#book .col{
width:100%!important;
flex:none;
margin-top:8px;
margin-bottom:8px;
text-align:center; 
 }
#book .col br{
display:none;
 }
.about_h2l .nav-tabs .nav-link{
padding:10px 10px!important; 
 }
.about_h2l h6{ 
text-align:center;  
 }

 }

@media (min-width:576px) and (max-width:767px) {


 }
@media (min-width:768px) and (max-width:991px) {
.center_home img {
min-height:600px;
}
.carousel-caption{
padding:350px 30px 0px 30px;
 }
.carousel-caption .font_60{
font-size:40px;
 }
.carousel-caption br{
display:none;
 }
.book_1i .button {
padding: 15px 15px 15px 15px!important;
}
.about_h2r img{
min-height:380px; 
 }

 }

@media (min-width:992px) and (max-width:1200px) {
.center_home img {
min-height:600px;
}
.carousel-caption{
padding:330px 30px 0px 30px;
 }
.about_h2r img{
min-height:380px; 
 }
 }
@media (min-width:1201px) and (max-width:1350px) {
.center_home img {
min-height:600px;
}
.carousel-caption{
padding:330px 30px 0px 30px;
 }
 }


 .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");


.call-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 25px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}

.call-btn .tada {
    background: #ff9002;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tada;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.call-btn .tada a:before {
    font-family: FontAwesome;
    content: "\f095";
    font-size: 25px;
    
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}


@keyframes tada {
    from {
        transform: rotate(-20deg);
    }
    to {
        transform: rotate(20deg);
    }
}

.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: rgba(255, 144, 2, 0.39);
    ;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes pulse {
    from {
        width: 55px;
        height: 55px;
        margin-top: -27.5px;
        margin-left: -27.5px;
    }
    to {
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
}

.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #ff9002;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

@keyframes zoomIn {
    from {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        margin-left: -20px;
    }
    to {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
}

@media screen and (max-width: 549px) {
    .call-btn {
        width: 80px;
        height: 80px;
    }
}


