/* 1920  */
@media only screen and (min-width: 1600px){
    body, p {
        font-size: 14px;
    }
    .container {
        max-width: 1440px;
    }
    .navbar-brand img {
        height: 52px;
    }
    .navbar-nav li {
        margin: 0 16px;
    }
    .navbar-nav li a {
        font-size: 14px;
    }
    .banner-text h1 {
        font-size: 38px;
    }
    .btn {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    .about-text h6, .section-heading h6, .testimonials h6 {
        font-size: 14px;
    }
    .about-text h2, .section-heading h2 {
        font-size: 40px;
    }
    .whyus-row{
        margin: 0 -8px;
    }
    .whyus-row [class*="col"]{
        padding: 0 8px;
    }
    .whyus-box{
        padding: 20px 16px;
    }
    .why-icon {
        margin-right: 16px;
    }
    .product-img{
        height: 210px;
    }
    .form-control {
        height: 48px !important;
        font-size: 15px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1599px){
    .container{
        max-width: 92%;
    }
}

/* 992  */
@media only screen and (max-width: 1199px){
    body, p{
        line-height: 1.5;
    }
    .myHeader .btn {
        min-width: auto;
        font-size: 12px;
    }
    .navbar-brand img {
        height: 32px;
    }
    .navbar-nav li {
        margin: 0 8px;
    }
    .navbar-nav li a {
        font-size: 12px;
    }
    .myHeader .btn {
        padding: 0 14px;
    }
    .banner-img {
        padding-top: 70%;
    }
    .banner-text h4 {
        font-size: 18px;
    }
    .banner-text {
        max-width: 27%;
    }
    .banner-wrapper {
        top: 48%;
    }
    .whyus-box {
        flex-direction: column;
        row-gap: 16px;
    }
    .whyus-box .d-flex{
        flex-direction: column;
        row-gap: 8px;
    }
    .contact-form {
        padding: 40px 24px;
    }
    .facility-list li {
        font-size: 13px;
        padding: 8px 14px 8px 40px;
    }
    .facility-list li::before {
        font-size: 16px;
        top: 7px;
        left: 14px;
    }
    .gallery-img {
        height: 300px;
    }
    .brand-wrap {
        top: 56%;
    }
    .home-contact  .row{
        row-gap: 24px;
    }
    .gallery-img {
        height: 220px;
        margin: 0 4px;
    }
    .gallery-img:hover::before {
        width: 220px;
        height: 220px;
    }
    .gallery-img::after {
        bottom: 10px;
        right: 20px;
    }
    .cards-list, .payment-list{
        row-gap: 4px;
    }
    .myFooter .navbar-nav li{
        margin: 4px 0 ;
    }
    .about-cms .ab-wrap:nth-child(even) .about-text {
        padding: 0;
    }
    .brand-icon {
        height: 80px;
    }
    .blog-title {
        font-size: 18px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        left: -24px;
    }
    .owl-carousel .owl-nav button.owl-next {
        left: auto;
        right: -24px;
    }
    .footer-logo.navbar-brand img {
        height: 42px;
    }

    /* About Page  */
    .team-box:hover .member-info {
        padding: 40px 20px;
    }
    .mission-box {
        padding: 40px 20px;
    }
    .mission-row{
        margin: 0 -8px;
    }
    .mission-row [class*="col-"]{
        padding: 0 8px;
    }
    .member-name{
        font-size: 22px;
        font-weight: 600;
    }


    /* Contact Page  */
    .contact-info.h-100.position-relative {
        padding: 20px;
    }

    /* Pay Now  */
    .payment-box {
        padding: 16px;
    }
    .qr-logo {
        height: 36px;
    }
}

/* 768  */
@media only screen and (max-width: 991px){
    .navbar-nav .nav-item .nav-link {
        padding: 8px 4px;
        color: var(--white);
    }
    .navbar-collapse{
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        width: 100%;
        background: var(--yellow);
        padding: 20px;
        z-index: 999999;
    }
    .navbar-nav li {
        margin: 6px 0;
    }
    .navbar-nav li a {
        font-size: 13px;
    }
    .navbar-nav li.active a, .navbar-nav li:hover a{
        color: var(--white);
    }
    .navbar-toggler-icon .bi{
        color: var(--yellow);
    }
    .navbar-toggler{
        padding: 0;
        margin-left: 4px;
        font-size: 2rem;
    }
    .navbar-toggler:hover, .navbar-toggler:focus{
         border: none;
         outline: none;
    }
    .navbar-toggler-icon {
        height: auto;
    }
    .navbar-brand img {
        height: 39px;
    }
    .myHeader .btn-primary {
        margin-left: auto;
    }
    .banner-img {
        padding-top: 90%;
    }
    .banner-text {
        max-width: 36%;
    }
    .banner-text h1 {
        font-size: 24px;
    }
    body,  p{
        line-height: 1.4;
    }
    .banner-text h4 {
        font-size: 16px;
    }
    .banner-wrapper {
        top: 50%;
    }
    .whyus-box, .whyus-box .d-flex {
        flex-direction: row;
    }
    .whyus-row [class*="col"] {
        flex:  0 0 50%;
        max-width: 50%;
    }
    .about-text h2, .section-heading h2 {
        font-size: 24px;
    }
    .about-text h4 {
        font-size: 16px;
    }
    .ab-home {
        margin-bottom: 60px;
    }
    .ab-home::before {
        width: 8%;
    }
    .sec-space {
        padding: 60px 0;
    }
    
    .owl-carousel .owl-dots {
        margin-top: 18px;
    }


    /* About Page  */
    .inner-banner-text h2 {
        font-size: 28px;
    }
    .inner-banner {
        padding: 48px 0;
    }
    .mission-box {
        padding: 20px;
    }
    .mission-box h4 {
        font-size: 20px;
    }
    .mission-row{
        margin: 0 -6px;
        row-gap: 12px;
    }
    .mission-row [class*="col-"]{
        padding: 0 6px;
    }
    .member-info {
        padding: 12px;
    }
    .team-box:hover .member-info {
        padding: 12px;
    }
    .member-name {
        font-size: 20px;
    }
    .member-info h6 {
        font-size: 14px;
    }

    /* product Page  */
    .product-row {
        margin: 0 -8px;
    }
    .product-row [class*="col-"]{
        padding: 0 8px;
    }

    /* Contact Page  */
    .con-list{
        row-gap: 16px;
        margin: 0 -8px;
    }
    .con-list [class*="col-"]{
        padding: 0 8px;
    }

    /* Pay Now  */
    .payment-box {
        padding: 8px;
    }
    .payment-qr  .row{
        row-gap: 12px;
        margin:  0 -8px;
    }
    .payment-qr  .row [class*="col-"]{
        padding: 0 8px;
    }

    /* Protected Document  */
    .document-vault .brand-box {
        padding: 30px 10px;
    }
    .document-vault .doc-row{
        margin: 0 -8px;
        row-gap: 16px;
    }
    .document-vault .doc-row [class*="col-"]{
        padding: 0 8px;
    }
    .doc-icon img {
        height: 80px;
    }
}

/* 576  */
@media only screen and (max-width: 767px){
    .bg-blue {
        display: none;
    }
    .banner {
        margin: 0 4px;
    }
    .banner-img {
        padding-top: 54%;
    }
    .banner-wrapper {
        position: static;
        transform: none;
        background: var(--darkblue);
        padding: 40px 0;
        border-radius: 8px;
        margin-top: 4px;
    }
    .banner-text{
        max-width: 100%;
    }
    .banner-text h1 {
        font-size: 32px;
    }
    .banner-text h4 {
        font-size: 16px;
        font-weight: 500;
    }
    .banner-text p {
        font-size: 13px;
        font-weight: 400;
    }
    .about-img1 {
        width: auto;
        border-radius: 12px;
        margin: 0 4px;
        position: static;
        margin-bottom: 20px;
    }
    .ab-home{
        padding-top: 0;
    }
    .ab-home::before {
        content: "";
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        background: #83C8B240;
        height: 40%;
        bottom: 0;
    }
    .ab-home {
        margin-bottom: 0;
    }
    .service-box, .brand-box {
        padding: 28px 14px;
    }
    .section-heading {
        margin-bottom: 24px;
        max-width: 90%;
    }
    .blog-slider .owl-item.active.center {
        margin-top: 40px;
    }
    .gallery-img.active {
        flex: 3;
    }
    .gallery-img {
        height: 180px;
    }
    .owl-carousel .owl-dots {
        margin-top: 8px;
    }

    /* About Page  */
    .ab-row{
        row-gap: 20px;
    }

    /* Login Page  */
    .login .row, .career .row{
        row-gap: 20px;
    } 

    /* Pay Now  */
    .payment-info .about-img {
        padding-top: 84%;
    }
}

/* 480  */
@media only screen and (max-width: 575px){
    .navbar-toggler {
        font-size: 1.5rem;
    }
    .navbar-nav .nav-item {
        margin: 0 14px;
    }
	.navbar-brand{
		margin-right: auto !important;
	}
    .banner-text h1 {
        font-size: 28px;
        margin-bottom: 4px;
    }
    .banner-text h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .btn {
        height: 36px;
        font-size: 12px;
        padding: 0 12px;
    }
    .navbar-brand img {
        height: 36px;
    }
    .myHeader .btn {
        min-width: 96px;
        line-height: 34px;
    }
    .whyus-row {
        row-gap: 6px;
    }
    .whyus-row [class*="col"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .whyus-box {
        align-items: center;
        padding: 12px 12px;
    }
    .product-img {
        height: 160px;
    }
    .brand-wrap {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 20px;
    }
    .service-slider .owl-carousel .owl-nav {
        top: -80px;
    }
    .myFooter .footer-logo img {
        height: 62px;
    }
    .myFooter {
        padding-top: 50px;
    }
    .section-heading {
        max-width: 100%;
    }
    .owl-carousel button.owl-dot {
        width: 8px;
        height: 8px;
        margin: 0 3px;
        border-radius: 8px;
    }

    /* Product Page  */
    .product-row .product-img {
        height: 180px;
    }

}

/* 360  */
@media only screen and (max-width: 479px){
    .navbar {
        padding: 0 8px;
    }
    .navbar-brand img {
        height: 30px;
    }
    .myHeader .btn {
        height: 32px;
        line-height: 32px;
    }
    .navbar-toggler-icon {
        color: var(--yellow);
        font-size: 24px;
        width: auto;
    }
    .banner-text h1 {
        font-size: 22px;
    }
    .banner-text h4 {
        font-size: 12px;
    }
    .banner-text p {
        font-weight: 300;
    }
    .banner-wrapper {
        padding: 20px 0;
    }
    .about-text h6, .section-heading h6{
        font-size: 14px;
    }
    .brands .d-flex{
        flex-direction: column;
        row-gap: 12px;
    }
    .brands .btn{
        display: inline-block;
        width: fit-content;
    }
    .product-img {
        height: 180px; 
    }
    .about-text h2, .section-heading h2 {
        font-size: 22px;
    }
    .gallery-flex{
        flex-direction: column;
        row-gap: 12px;
    }
    .social-list {
        top: 36%;
    }
    .contact .btn-primary{
        margin-bottom: 12px;
    }
    .owl-ddots{
        display: none;
    }

    /* About Page  */
    .inner-banner-text h2 {
        font-size: 22px;
        margin-bottom: 4px;
    }
    .inner-banner {
        padding: 32px 0;
    }
    .team-box:hover .member-info {
        padding: 32px;
    }

     /* Pay Now  */
    .payment-qr  .row [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .payment-box {
        padding: 20px;
    }
}
