@media only screen and (min-width:1300px){
	#cssmenu ul>li>a{
		font-size:16px !important;
	}
	.search-div {
    font-size: 15px;
    line-height: 18px;
	}
}
@media only screen and (max-width:980px){
    .title{
        margin: 20px 0px 0px;
    }
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 25px;
    }
    h4{
        font-size: 20px;
    }
    h5, h6{
        font-size: 18px;
    }
    .how-slide .owl-nav img{
        height: auto !important;
    }
    .how-slide .owl-nav{
        text-align: center;
        margin: 20px 0px 0px;
    }
    .how-slide .item{
        background-color: var(--white);
    }
    .how-slide .item p{
        color: var(--black);
    }
    .invisible-slide .owl-nav span{
        display: none;
    }
    .owl-nav{
        margin: 20px 0px 0px;
        text-align: center;
    }
    .invisible-grid .item{
        margin: 15px;
    }
    .step-slide .owl-prev, .step-slide .owl-next{
        position: initial;
    }
    .overlay {
        display: block;
        background-color: #268F81;
        padding: 20px;
        border-radius: 10px;
        color: var(--white);
    }
    .overlay h3{
        color: var(--white);
    }
    .overlap-txt{
        display: none;
    }
    .step-slide .item:hover .overlay, .step-slide .item:hover .overlay h3{
        position: initial;
    }
    .pro-col {
        padding: 0px 15px !important;
    }
    .benefit-slide .owl-nav {
        text-align: center;
        padding: 0;
    }
    .cta-section .row{
        border-radius: 5px;
        padding: 20px 20px 0px;
        background-size: cover;
    }
    .cta-section .col-lg-7::after{
        bottom: 0px;
        left: auto;
        top: 45%;
        right: 0;
    }
    .cta-section img{
        height: auto;
    }
    .gallery-section{
        padding: 20px !important;
    }
    .gallery-section img{
        border-radius: 10px;
    }
    .testimonials-section{
        background-image: none;
    }
    .accordion-body {
        padding: 1rem 0px 1rem 40px !important;
    }
    .form-section form{
        padding: 40px 20px;
        margin-bottom: 30px;
    }
    .foot-row2{
        grid-template-columns: repeat(3, 1fr);
    }
    .counter{
        font-size: 40px;
        line-height: 50px;
    }
    .counter-div p{
        font-size: 16px;
    }
    .counter-div img{
        height: 60px !important;
        width: auto !important;
    }
    .about-banner{
        height: auto;
        margin-bottom: 0;
        padding: 50px 0px;
    }
    .comparison-table{
        overflow: scroll;
    }
}
@media only screen and (max-width:767px){
    .inner-form{
        padding: 20px 10px;
    }
    .inner-form form{
        grid-template-columns: repeat(1,1fr);
    }
    .inner-form img {
        margin: 0;
        transform: rotate(-8deg);
        display: none;
    }
}
@media only screen and (max-width:640px){
    .foot-row2{
        grid-template-columns: repeat(2, 1fr);
    }
    .copyrights ul{
        display: block;
    }
    .counter {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 0;
    }
    .counter-div{
        gap: 10px;
    }
    .counter-div p{
        font-size: 13px !important;
    }
    .counter-div img {
        height: 50px !important;
        width: auto !important;
    }
}
@media only screen and (max-width:480px){
    .foot-row2{
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
}