@media only screen and (min-width: 100px) and (max-width: 1600px) {
	
	.h-phone {
    display: none;
}
}

/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
	.h-items {
    display: none;
}
	.f-logo img {
    width: 240px;
    height: 100%;
}
	.service-box {
    padding: 20px;
}
	
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
.what-we-offer.main-title h2 {
    padding: 0px 120px;
    font-size: 44px;
}
	.page-template-services .whatwe-offer-box {
    width: 100%;
}
.about-us-content {
    padding-left: 15px;
}
.spacing {
    padding: 70px 0px;
}
	.about-us-image-logo {
    bottom: -56px;
    width: 330px;
}
	.about-us-image > img {
    object-fit: cover;
    height: 650px;
    margin-top: 20px;
}
	.main-title h4 {
    font-size: 16px;
    padding-bottom: 8px;
}
	.why-choose-us-title p {
    padding: 0px 40px;
    padding-top: 10px;
}
	.tesimonial-slider {
    margin-right: 0px;
}
	.tesi-slider-item {
    padding-right: 0;
}
	.shape {
    height: 380px;
    width: 30px;
    left: 10px;
}
.testimonial-content .main-title h2 {
    font-size: 37px;
}
	.form-title h2 {
    padding-right: 0px;
}
	.form-field input, .form-field textarea , .form-field select{
    margin-bottom: 20px;
}
.form-btn {
    padding-left: 12px;
}
	.f-logo {
    gap: 30px;
    justify-content: center;
    align-items: center;
}
	footer.footer {
    padding-top: 40px;
}
.f-address {
    padding: 10px 0px;
    gap: 19px;
    text-align: end;
}
	.f-address-box:not(:last-child)::before {
    width: 2px;
    right: -12px;
}
	.logo span {
    font-size: 18px;
    font-weight: 800;
    line-height: 17px;
}
	.banner-title h1 {
    font-size: 56px;
}
	
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
	
	.spacing {
        padding: 40px 0px;
    }
	    .what-we-offer.main-title h2 {
        padding: 0px 60px;
        font-size: 40px;
    }	
	.what-we-offer {
    padding-bottom: 50px;
    padding-top: 10px;
}
	    .about-us-content {
        padding-left: 15px;
        padding-top: 50px;
    }
	.why-choose-us-title {
    padding: 0px 60px;
    padding-bottom: 30px;
}
	.choose-us-content-icon {
    width: 90px;
    padding-bottom: 10px;
}
	.tax-solutions-contant h1 {
    font-size: 40px;
    padding-bottom: 40px;
}
	.testi-image {
    width: 690px;
    height: 470px;
    margin: 0 auto;
    margin-top: 50px;
}
	.form-image img {
    width: 590px;
    margin: 0 auto;
    height: 340px;
    object-fit: cover;
    object-position: top;
    margin-top: 50px;
}
	.form-image::before {
    width: 73%;
    right: 30px;
    top: -23px;
    z-index: -1;
}
	
	.f-navigations {
    padding: 30px 0px;
}
.footer .row {
    margin: 0 !important;
}
	.f-navigations nav ul li a {
    text-shadow: 2px 1px 4px #00000024;
}
	
	    .f-address {
        gap: 80px;
    }
	    .f-address-box:not(:last-child)::before {
        right: -49px;
    }
	    .about-us-image > img {
        height: 450px;
        margin-top: 20px;
        padding: 0px 30px;
    }
	.form-content {
    padding: 0px 20px;
}
	
	.service-box {
    width: 50%;
}
}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {

	    .choose-us-content-icon {
        width: 120px;
	}
	.f-address-box {
		align-items: center;
		width: 100%;
	}
	    .f-address-box:not(:last-child)::before {
        display:none;
    }
	    .f-address {
        gap: 30px;
        flex-wrap: wrap;
    }
	 .f-logo img {
        width: 129px !important;
    }
	.testi-image {
        width: 527px;
    }
	.choose-us-content {
        margin-top: 40px;
    }
	.offer-box-content h4 {
    font-size: 23px;
}
	.offer-box-content {
    padding: 10px 20px;
}
    .why-choose-us-title {
        padding: 0px 30px;
    }
	.why-choose-us .row > .col-lg-3:not(:last-child) .choose-us-content::before {
    width: 1px;
    height: 80px;
    right: -8px;
    top: 20px;
}
	.why-choose-us .row > .col-lg-3:nth-child(2) .choose-us-content::before {
    content: none;
}
	.choose-us-content {
    margin-top: 20px;
}
	    .tax-solutions-contant h1 {
        padding: 0px 30px;
        padding-bottom: 13px;
    }
	.main-btn a {
    padding: 7px 17px;
}
	.tesimonial-slider {
    margin-left: 0px;
    margin-top: 20px;
    margin-right: 40px;
}
		.testi-image {
    width: 560px;
    height: 410px;
}
		.testi-image {
    width: 560px;
    height: 410px;
    margin: 0 auto;
    margin-top: 50px;
}
		.shape {
    height: 340px;
    width: 19px;
    left: 21px;
}
	.main-title h2 {
    font-size: 35px;
}
	
	.form-title h2 {
    font-size: 37px;
}
	.form-btn {
    padding-top: 0px;
}
	    .form-image img {
        width: 450px;

    }
	    .form-image::before {
        right: 10px;
    }
	    .f-logo img {
        width: 279px;
        height: 100%;
    }
	    .f-address {
        gap: 30px;
			align-items:normal;
    }
	
	    .f-address-box:not(:last-child)::before {
        right: -21px;
    }
	
	
	
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .container {
    width: 96%;
  }
	    .banner-title h1 {
        font-size: 42px;
        padding-right: 0;
    }
	
	 
	
	    .what-we-offer {
        padding-bottom: 10px;
        padding-top: 20px;
    }
	
	.about-content-list ul li {
    line-height: 30px;
    font-size: 15px;
} 
	    .choose-us-content-icon {
        width: 60px;
    }
	    .tax-solutions-contant h1 {
        font-size: 32px;
        padding-bottom: 13px;
    }
	    .testimonial-content .main-title h2 {
        font-size: 29px;
    }

	.tesi-slider-item {
    padding-left: 18px;
}
	.service-box {
    width: 100%;
}

	
	
	
	
	
	
	
	
	.logo img {
    width: 200px;
}

	    .what-we-offer.main-title h2 {
        padding: 0px 10px;
        font-size: 28px;
    }
	    .about-us-image > img {
        height: 410px;
        padding: 0px 10px;
    }
	.about-us-image-logo {
        bottom: -16px;
        width: 250px;
    }
	.about-us-image-logo {
    right: -20px;
    padding: 12px 10px;
}
	.about-content-list i {
    padding-right: 2px;
}
	    .why-choose-us-title {
        padding: 0px 0px;
    }
	    .why-choose-us-title p {
        padding: 0px 24px;
        padding-top: 10px;
    }
	    .tax-solutions-contant h1 {
        padding: 0px 0px 30px 0px;
    }
	
	.tesimonial-slider {
    margin-right: 0px;
}
	
	.testi-slider-footer {
    gap: 10px;
}
	
	    .testi-image {
        width: 320px;
        height: 290px;
			padding:0px ;
    }
	.shape {
        height: 240px;
        width: 15px;
        left: -15px;
    }
	    .main-title h2 {
        font-size: 29px;
    }
	    .form-title h2 {
        font-size: 27px;
    }
	
    .form-content {
        padding: 0px 0px;
    }
	    .form-image img {
        width: 330px;
    }
	    .form-image::before {
        right: -11px;
    }
	    .f-logo {
        gap: 30px;
    }
	    .f-logo img {
        width: 128px;
    }
	    footer.footer {
        padding-top: 20px;
    }
	.f-heding p {
    padding-left: 0px;
}
	
	    .f-address {
        gap: 20px;
        column-gap: 28px;
        flex-wrap: wrap;
        justify-content: space-around;
    }
	    .f-address-box:not(:last-child)::before {
        right: -21px;
        width: 1px;
    }
	.f-bottom {
    text-align: center;
    padding: 10px 0px;
    border-top: 2px solid #999999ab;
    margin-top: 20px;
}
    .logo {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }
	.f-address-box {
    width: 100%;
    padding-left: 0px;
    align-items: start;
}
	    .f-address-box:not(:last-child)::before {
        width: 1px;
        left: 0px;
    }
.f-address-box:last-child::before {
     content: '';
    position: absolute;
    background: #999999c9;
    width: 1px;
    height: 100px;
    border-radius: 30px;
    top: 0;
    left: 0px;
}
	header.header {
    margin: 0px 10px;
		padding:10px 0px;
}
	
	.service-on-hover p , .service-on-hover ul li {
    font-size: 14px;
}
	    .banner-title h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .f-logo img {
        width: 120px !important;
        height: 70px;
    }
    .f-logo {
        gap: 13px;
    }
	    .f-navigations {
        padding: 20px 0px;
    }
	
	    .f-address-box:last-child::before {
			display:none;
    }
	    .f-logo img {
        width: 90px !important;
        height: 60px;
    }

	
	th.pricing-info h2 {
    font-size: 17px;
    font-weight: 900;
}
	th.pricing-info p {
    font-size: 14px;
    line-height: 16px;
}
	.offer-back-g-image {
    display: none;
}
	.main-title.we-offer-title {
    padding-bottom: 20px;
}
	.scroll-content {
    height: 180px;
}
	.service-box {
    height: 400px;
}
	.form-field.contact-text-area textarea {
    height: 80px;
}
	.service-box {
        height: 370px;
    }
	
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {
	
	    .banner-title h1 {
        font-size: 46px;
    }
	.banner-title h4 {
    font-size: 18px;
}
    .tax-sul-btn.main-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding-top: 20px;
    }
	.tax-sul-btn.main-btn a:last-child {
    margin-left: 0px;
}
	.f-address {
        justify-content: end;
        padding-right: 40px;
    }
	
	    .f-address-box:not(:last-child)::before {
        display:none;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
