.main-menu {
    background-color: #fed017f5;
}

.top-na img{
    width:100%;
    padding: 10px 0px;
}

.top-nav ul{
 display: flex;
    flex-wrap: wrap; 
    float:right;
}

.top-nav ul li{
list-style: none;
    padding: 25px 15px 10px 15px;
    
}

.dw-none {
    display:none;
}

.top-nav ul li a{
    font-size: 24px;
    color:#fff;
    font-weight: 600;
    text-decoration:none;
}

.page-title-area {
    z-index: 1;
    position: relative;
    background-color: #98cb46;
    padding-top: 100px;
    padding-bottom: 150px;
    text-align:center;
}

.page-title-area::before {
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    bottom: -1px;
    height: 81px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title-content h1 {
    margin-bottom: 12px;
    font-size: 62px;
    font-weight:900;
}

.page-title-content h1 span {
    color:#fff;
}


.page-title-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.page-title-content ul li {
    color: #259cd8;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-weight: 500;
}

.page-title-content ul li a {
    display: block;
}

.detail-img img{
    width:100%;
}


.pad-20{
    padding:20px 0px;
}

.pad-40{
    padding:40px 0px;
}

.pad-60{
    padding:60px 0px;
}

.center{
    text-align:center;
}

.heading-01 h2{
    font-weight: 900;
    color: #f15e42;
    font-size:34px;
    margin: 15px 0px 10px 0px;
}

.heading-01 h3{
    font-size:18px;
    margin: 15px 0px 25px 0px;
}

.second-i img{
    width: 100%;
    margin: 10px 0px;
}

.second-im img {
    width: 100%;
    margin: 11px 0px;
}

.detail-img img{
    width:70%;
}


.detail-text h1 {
    font-size: 42px;
    font-weight: 900;
}
.detail-text h1 span{
    color:#f15e42;
}

.about-main img{
    width:100%;
}

.about-main h3{
    font-size: 25px;
    font-weight: 900;
    color:#f15e42;
    margin: 20px 0px;
}

.sup {
    padding-top:40px;
}


.support {
    margin: 10px 0px;
    text-align:center;
    background: -webkit-linear-gradient(top, rgba(248, 80, 50, 0) 0%, rgba(229, 105, 54, 0) 20%, rgb(232 162 12) 100%);
}

.support img{
    width:100%;
}


.sec-sup {
    text-align:center;
    padding-bottom: 30px;
    padding-top:30px;
}
.sec-sup h1 {
 font-size:32px;
 color:#fff;
 font-weight:600;
}


.sec-sup p{
    padding:0px 20% 0px;
    color:#fff;
 }

.sec-sup a{
    border: #f15e42 solid 2px;
    padding: 5px 40px;
    font-size: 25px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    background: transparent !important;
    text-decoration:none;
}



.product {
    padding: 15px 15px 15px 15px;
    background-color: #fed220;
    margin: 10px 0px;
}

.support h3{
    padding-top: 20px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 900;
}
.support p{
display: inline-block;
    color: #fff;
    font-weight: 600;

}
.product img{
 width:100%;   
}

.product h2{
     text-align:center;
     font-size:24px;
     margin: 10px 0px !important;
}

.product h2 a{
    color: #000000;
    text-decoration:none;
    text-transform: capitalize;
}



.call-to {
    width: 100%;
    display: flex;
}

.call-to .call {
    width: 48%;
    margin-right: 5px;
    float: right;
    text-align: center;
    display: block;
    border-radius: 5px;
    border-color: #f58b03;
    background-color: #f58b03;
    float: left;
    color: #000000 !important;
    padding: 5px 3px;
    text-decoration: none;
}

.pet a {
    color: #fff!important;
    font-size: 16px;
}

.call-to .whats {
    width: 50%;
    float: left;
    text-align: center;
    display: block;
    border-radius: 5px;
    border-color: #25d366;
    background-color: #25d366;
    float: left;
    padding: 5px 3px;
}

.call-new {
    line-height: 1;
padding: 10px 30px;
    background-color: #fa524f;
    border-radius: 40px;
    text-decoration: none;
    color: #fff!important;
}


.whats {
   padding: 10px 30px;
   background-color: #98cb46;
   border-radius: 40px;
   text-decoration: none;
   color: #000000 !important;
}


footer{
    background-color: #080808;
    padding-top:30px;
    padding-bottom:30px;
}

footer ul {
padding-left: 0px;
}

footer ul li{
list-style: none;
margin-bottom: 10px;
}

footer ul li svg{
    color:#fff; 
    font-size:12px;
    padding-right:5px;
}

footer ul li a{
color:#fff; 
    font-size:16px;
    font-weight:600;
    text-decoration:none;
  }
 
footer ul li a:hover{
color: #f6ab49;
}
.foot-a p{
    color:#fff;
}


.foot-a img{
    width:100%;
}

.foot-a h2{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
}


.copy {
    background-color: #4389c7;
    color:#fff;
    }
    
    .copy p{
        padding:10px;
        margin-bottom:0px;
    }
    
    .copy a{
        color: #ffffff;
        text-decoration:none;
    }
    
    #return-to-top {
		position: fixed;
		z-index:99999;
		bottom: 20px;
		right: 20px;
		background: #25d366;
		width: 50px;
		height: 50px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to-top svg {
		color: #fff;
		margin: 0;
		position: relative;
		left: 12px;
		top: 10px;
		font-size: 30px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to-top:hover {
		background:#5f9d39;
	}
	#return-to-top:hover i {
		color: #fff;
		top: 5px;
	}


#return-to {
		position: fixed;
		z-index:99999;
		bottom: 20px;
		left: 20px;
		background: #25d366;
		width: 50px;
		height: 50px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to svg {
		color: #fff;
		margin: 0;
		position: relative;
		left: 12px;
		top: 12px;
		font-size: 24px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#return-to:hover {
		background:#5f9d39;
	}
	#return-to:hover i {
		color: #fff;
		top: 5px;
	}



#whats {
		position: fixed;
		z-index:99999;
		bottom: 10px;
		left: 20px;
		width: 15%;
		height: auto;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		display: none;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#whats i {
		color: #fff;
		margin: 0;
		position: relative;
		left: 16px;
		top: 13px;
		font-size: 32px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	


	@-webkit-keyframes blinker {
	  from {opacity: 1.0;}
	  to {opacity: 0.5;}
	}
	#whats i{
		text-decoration: blink;
		-webkit-animation-name: blinker;
		-webkit-animation-duration: 0.6s;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-timing-function:ease-in-out;
		-webkit-animation-direction: alternate;
	}
	
	
	#whats img{
		width:100%;
	}

.main-menu img{
    width: 100%;
}

.nav-item a {
    font-size: 18px;
    padding: 18px;
    color: #000000;
    font-weight:600;
}

.offcanvas {
    margin-left: 30%;
}

    
    @media only screen and (max-width: 991px){
     .copy {
         text-align:center;
     }
     
     .detail-img img{
    width:100%;
}

.dw-none {
    display:block;
}


.nav-item a{
    border-bottom: 1px solid #ffffff4d;
}

.navbar-toggler {
    text-decoration:none;
    padding-top:15px;
    border: none;
}

.navbar-toggler:hover {
    border: none;
}

.offcanvas{
    width: 60%!important;
}

.offcanvas-body {
    padding:0px;
}
     
     .top-nav{
         display:none;
     }
     
     .sec-sup p{
         padding: 40px 5% 0px;
     }
     
     .heading-01 h2 {
         font-size: 25px;
     }
     .heading-01 h3 {
    font-size: 15px;
 }
     
     .page-title-area{
         padding-top: 30px;
    padding-bottom: 50px;
     }
     
     .page-title-content h1 {
    font-size: 40px;
   }
    }