@media screen and (max-width:1199px){
	.logo{
		margin-left: 0;
	}
	.sg-right{
		max-width: 320px;
	}
	.sg-headline{
		font-size: 45px;
    	line-height: 55px;
	}
	.main-title{
		font-size: 32px;
		line-height: 42px;
	}
	.ic-section2 {
	     margin-top: 0; 
	}
	.ic-grid{
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	.feature-item{
		padding: 15px 15px 15px;
	}
	.step-number{
		top: 15px;
	}
	.blog-card {
        width: 31%;
    }
}

@media screen and (max-width:991px){
	.sg-left{
		max-width: 420px;	
	}
    .sg-headline {
        font-size: 35px;
        line-height: 45px;
    }
    .main-title {
        font-size: 22px;
        line-height: 32px;
    }
    .ic-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .card-title {
    	font-size: 20px;
    	line-height: 30px;
	}
	.feature-title {
    	font-size: 18px;
    	line-height: 26px;
	}
	.logo-card{
		width: 200px;
	}
	.logo-two h2{
		font-size: 24px;
		line-height: 34px;
	}
	.footer-block{
		gap: 0.5rem;
	}
	.footer-nav{
		gap: 15px;
		padding-top: 25px;
    	padding-bottom: 20px;
    	font-size: 15px;
	}
	.timeline-wrapper{
		max-width: 450px;
	}
    .blog-siteber {
        padding-inline: 0;
    }
    .breadcrumb-title{
    	font-size: 26px;
    	line-height: 36px;
    }
    .breadcrumb-area {
    	padding: 100px 0 50px 0;
	}
	.step-number{
		font-size: 20px;
	}
	.process-card h5{
		margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
	}
	    .blog-card {
        width: 48%;
    }
}


@media screen and (max-width:767px){
    
	.sg-hero-inner{
		display: block;
	}
	    .sg-headline {
        font-size: 24px;
        line-height: 34px;
    }
        .sg-left, .sg-right {
        max-width: 100%;
    }
        .ic-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .top-row{
    	display: block;
    	text-align: center;
    }
    .right-desc{
    	max-width: 100%;
    }
    .features-wrap{
    	display: block;
    }
    .blog-card {
        width: 100%;
    }
    .bottom-section{
    	display: block;
    }
        .logo-card {
        width: 100%;
        min-height: 100px;
    }
    .footer-nav, .footer-bottom{
    	justify-content: center;
    }
    .timeline-wrapper {
        max-width: 600px;
    }
    .cta-banner h2 {
   	 font-size: 16px;
   	 font-weight: 600;
	}
	.cta-banner{
	    padding: 18px 16px;
	    margin-bottom: 20px;
    	margin-top: 20px;
	}
	    .blog-siteber {
        padding-inline: 30px;
        margin-bottom: 20px;
    }
    .tw-text-7 {
    font-size: 22px;
    line-height: 32px;
}
}


@media screen and (max-width:575px){
	.logo {
	     margin-left: 0px; 
	}
	    .sg-hero-inner {
        display: flex;
        flex-direction: column;
        top: -120px;
        gap: 0;
    }
	.header-search .btn-default{
		/*padding: 2px 5px;
	    font-size: 12px;
    	line-height: 22px;*/
	}
	.logo h4{
        font-size: 18px;
        line-height: 28px;
	}
	  .sg-hero-inner .btn-default{
    padding: 4px 9px;
    font-size: 15px;
    line-height: 25px;
	  }
	  .sg-headline, .sg-emergency{
	  	margin-bottom: 5px;
	  }
	      .sg-left, .sg-right {
       gap: 0;
    }
    .profile-img {
    width: 100px;
    height: 100px;
	}
    .info-card{
    	display: block!important;
    }
    .info-card .btn-default{
    	margin-top: 10px;
    }
    .footer-block{
    	display: block!important;
    }
    .right-col .appt-top{
    	margin-top: 10px;
    }
    .cta-banner{
    	display: block;
    }
    .cta-banner h2{
    	margin-bottom: 20px;
    }
        .timeline-wrapper {
        max-width: 100%;
    }
    .timeline-item{
    	gap: 10px;
    	margin-bottom: 20px;
    }
    .fullscreen-banner-one-height{
    	padding-block: 250px 50px;
    	height: 550px;
    }
    .service-card{
    	flex-direction: column;
    	width: 330px;
    	justify-content: center;
    }
    .about-five-list ul {
    display: flex;
    flex-direction: column;
}
.card-img-wrap {
    width: 320px;
}
.carousel-track {
	animation: slide 22s linear infinite;
}
.carousel-track:hover {
    animation-play-state: unset;
  }
}
