
@media (min-width:1200px) {

 .services-fin__item {
        border-radius: 10px;
        padding: 30px 20px;
        gap:40px;
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

}

@media (max-width:1199px) {

   .services-fin__item {
        border-radius: 10px;
        padding: 44px 35px;
        gap: 15px;
        grid-template-columns: 1fr;
        display: grid;
    }

}

@media (min-width: 992px) {
	
	.tt-heading.tt-heading-xxlg .tt-heading-title + p,
	.tt-heading.tt-heading-xxlg .tt-heading-subtitle + p {
		margin-top: 30px;
	}
    .tt-heading.tt-heading-xxxlg .tt-heading-subtitle {
		margin-bottom: 22px;
	}
	.tt-heading.tt-heading-xxxlg .tt-heading-title + p,
	.tt-heading.tt-heading-xxxlg .tt-heading-subtitle + p {
		margin-top: 30px;
	}
    .tt-heading.tt-heading-xxxlg .tt-heading-title {
	font-size: clamp(64px, 10vw, 61px);
}
.tt-heading.tt-heading-xlg .tt-heading-subtitle {
		margin-bottom: 50px;
	}
	.tt-heading.tt-heading-xlg .tt-heading-title + p,
	.tt-heading.tt-heading-xlg .tt-heading-subtitle + p {
		margin-top: 30px;
	}
   
	


}

@media (min-width: 992px) and (max-width: 1360px) {
	.tt-wrap {
		padding-left: 7vw;
		padding-right: 7vw;
	}
}
@media (max-width:1199px) {


.brand-area-inner {
    padding-top: 43px;
    padding-bottom: 16px;
    display: grid;
    gap: 35px 50px;
    grid-template-columns: 1fr 630px;
}
.brand-area .counter-text .brand-counter {
    font-size: 75px;
}
.facts-section-three .content:before {
    width: 57px;
    height: 140px;
}
.facts-section-three .icon {
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #ee7c00;
    font-size: 30px;
    background-color: #ee7c00;
    margin-left: 15px;
    margin-right: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.brand-area .counter-text .brand-counter {
    font-size: 75px;
    font-weight: 600;
}
.brand-area .section-title {
    font-size: 16px;;
}
.brand-area-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 584px;
}

.services-fin__item {
    border-radius: 10px;
    padding: 44px 35px;
    gap: 15px;
}

.brand-area .brands-wrapper-box {
    padding-top: 33px;
    margin-top: 0px;
}


}



@media (max-width: 1024px) {
	.tt-header-inner {
		margin-top: 0;
	}
    .tt-header-col-right {
		flex-direction: row-reverse;
		justify-content: flex-start;
	}
    #tt-header.tt-header-alter .tt-header-col-center {
		flex: 0;
	}
    .tt-logo img {
		max-height: 38px; /* You may need to change the img height to match your logo type! */
	}
  

    #tt-header.tt-header-alter .tt-header-col-right {
        justify-content: end;
    }


    header.tt-header-alter.tt-header-scroll.tt-header-filled.tt-filled {
    position: fixed !important;
    width: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    background-color: #fff;
}

#tt-header.tt-header-scroll {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease-in-out;
}


}




@media (max-width: 991px) {
	.tt-heading {
		margin-bottom: 30px;
	}

   ul.tt-footer-widget-list.ul-list {
    display: flex;
    gap: 11px;
}

.request-a-quote__right {
    padding: 0;
    border-radius: 5px;
}
.brand-area-inner .section-header.fade-anim {
    grid-column: 1 / 3;
}
.section-content.fade-anim {
    grid-column: 1 / 3;
}

.sa-about-right.d-flex.flex-wrap.justify-content-between {
    flex-flow: column-reverse;
    gap: 16px;
    align-items: center;
}
.sa-about-title-box {
    padding-bottom: 20px;
}

.tt-text-reveal > span {
    font-size: 17px;
}

.sa-about-left {
    gap: 55px;
    margin-bottom: 23px;
   justify-content: space-between;
}
.margin-top-40 {
    margin-top: 0 !important;
}
.sa-about-right-thumb {
    max-width: 100%;
    max-height: 100%;
}

.tt-heading-subtitle {
    margin: 0 0 15px 0;
}

.services-fin__item {
        border-radius: 0;
        padding: 30px 15px;
        display: block;
    }






}




@media (max-width: 768px) {
	.tt-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
   ul.tt-footer-widget-list.ul-list {
    display: flow;
}
.tt-footer-widget {
    padding-bottom: 7px;
}

    #tt-footer [class*="tt-col-"]:not(:last-child) {
        margin-bottom: 10px;
    }
.section-padding {
    padding: 40px 0;
}

.tt-footer-widget {
    text-align: left;
}
.sa-about-counter-title {
    font-size: 39px;
}

.tt-section.border-bottom {
    background-color:#fff;
}
}


@media (max-width: 576px) {
	.sa-about-right-text p {
      font-size: 15px;
      padding-bottom: 0;
    }

   .services-fin__item-content p {
    font-size: 15px;
   }
    .services-fin__item-thumb iframe {
        height: 350px;
    }





   .tt-heading.tt-heading-xxlg .tt-heading-title {
    font-size: clamp(26px, 6vw, 35px);
}
h2.counter.title {
    font-size: 34px !important;
}

.facts-section-three h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
    .facts-section-three .icon {
        position: relative;
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-left: 30px;
        margin-right: 10px;
        margin-top: 22px;
        margin-bottom: 30px;
    }

    .facts-section-three .content:before {
        width: 57px;
        height: 100px;
    }

    .facts-section-three .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
        margin-left: 30px;
        margin-right: 10px;
        margin-top: 22px;
        margin-bottom: 30px;
    }

#tt-footer [class*="tt-col-"] {
		display: flex;
		justify-content: start;
		text-align: center;
		margin-bottom: 0px !important;
	}
    .sa-about-shape {
      display: none;
   }
}



@media (max-width: 480px) {
	p br { 
		display: none; 
	}
}

@media (max-width:991px) {
    /* .facts-section-three .content:before {
    width: 57px;
    height: 135px;
} */
.services-fin__item-content {
    margin-bottom: 30px;
}
}

@media (max-width:768px) {
    .facts-section-three .count-box {
    font-size: 48px;
}
.facts-section-three h4 {
    font-size: 18px;
}
.tt-footer-logo.mb-2.mb-lg-3 {
    text-align: left;
    margin-bottom: 20px !important;
}
.tt-footer-widget-list .tt-social-buttons {
    text-align: left;
}
.footer-mask-relative {
    position: relative;
    margin: 20px 0px;
}
}
@media (max-width:575px) {
    h2.tt-heading-title.tt-text-reveal span {
    font-size: 22px;
}
.heading-space {
    margin-bottom: 20px;
}
}

@media (max-width:1024px) {
    .col-lg-6.form-name {
    padding-right: 3px;
}
.col-lg-6.form-companyname {
    padding-left: 3px;
}
}
@media (max-width:991px) {
    .col-lg-6.form-name {
    padding-right: 12px;
}
.col-lg-6.form-companyname {
    padding-left: 12px;
}
}