@media (max-width: 1440px) {
 	.header-navigations nav ul li a {
    font-size: 16px;
}

.header-logo {
    padding: 0px 15px;
    flex-basis: 100%;
}

.header-socials ul {
    gap: 15px;
}
}


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

@media only screen and (min-width: 100px) and (max-width: 1399px) {
.header-logo {
    padding: 0px 10px;
    flex-basis: 100%;
}

.header-bars i {
    font-size: 16px;
}

.header-socials ul {
    gap: 12px;
}

.header-socials::before {
    left: -30px;
}

.banner-title h1 {
    font-size: 60px;
}

.banner-title h3 {
    font-size: 40px;
}

.service-box h3 {
    font-size: 20px;
}

.web-title h2 {
    font-size: 40px;
}

.counter-box h2 {
    font-size: 60px;
}

.counter-box h4 {
    font-size: 20px;
}
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
.header-logo {
    padding: 0px 30px;
}
.header-socials::before {
    left: 0;
}

.header-socials ul {
    gap: 16px;
}

.header-logo {
    padding: 0px 22px;
}

.header-navigations nav ul li a {
    font-size: 15px;
}

.banner-title h1 {
    font-size: 55px;
}

.banner-title h3 {
    font-size: 32px;
    letter-spacing: 10px;
}

.banner-content::before {
    left: -400px;
}

.service-box {
    padding: 0px 7px;
}

.web-title h2 {
    font-size: 35px;
}

.about-content {
    padding: 0px 30px;
}

.about-content p {
    font-size: 16px;
}

p {
    font-size: 16px;
}

.why-choose-content {
    padding-right: 20px;
}

.story-content h4 {
    font-size: 35px;
}

.story-content .play-btn a {
    width: 65px;
    height: 65px;
}

.counter-box h4 {
    font-size: 18px;
}

.counter-box h2 {
    font-size: 40px;
}

.counter-box {padding: 40px 0px;}	
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
.header-logo {
    flex-basis: 40%;
    padding: 0px 15px;
}

.header-bars i {
    font-size: 25px;
}

.banner-content::before {
    left: 50%;
    transform: translate(-50% ,-50%);
    width: 800px;
    height: 800px;
}

.banner-title h1 {
    font-size: 50px;
}

.banner-title h3 {
    font-size: 30px;
}
.service-box {
    padding: 0px 20px;
}
.about-us {
    padding: 50px 0px;
}
.story-content h4 {
    font-size: 33px;
}	
.counter-box h4 {
    letter-spacing: 0px;
}

.counter-box h2 {
    font-size: 35px;
}
.footer-links.w-padding {
    padding: 0px;
}

.newsletter-box {
    padding-bottom: 50px;
}	
}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
.header-logo {
    flex-basis: 60%;
}

.header-socials ul {
    gap: 10px;
}

.header-socials::before {
    left: -5px;
}

.banner-title h1 {
    font-size: 45px;
}

.banner-title h3 {
    font-size: 25px;
}
.about-us .row {
    flex-direction: column-reverse;
}

.about-content {
    margin-top: 40px;
}

.why-choose-content {
    padding: 0;
    margin-top: 25px;
}
	.payment-images {
}

.payment-images img {
    margin: 20px auto 0;
}

.copyright-main {
    text-align: center;
}
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
  .container {
    width: 96%;
  }
	.about-content {
    padding: 0px 10px;
}

.web-title h4 {
    font-size: 18px;
}

.web-title h2 {
    font-size: 28px;
}

.counter-box h2 {font-size: 30px;}

.counter-box {
    padding: 25px 0px;
}

.footer-links {
    margin: 20px 0px;
}

.newsletter-box {
    padding-bottom: 20px;
}

.banner-title h1 {
    font-size: 35px;
}

.banner-title h3 {
    font-size: 20px;
}
.header-logo {
    flex-basis: 100%;
}

.header-socials::before {
    content: unset;
}	
.web-title h2 {
    font-size: 25px;
}

.web-title h4 {
    font-size: 16px;
}

.newsletter-box h4 {
    font-size: 20px;
}

.footer-links h4 {
    font-size: 20px;
}	
}

/*for-small_mobile view-320*/

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