@media (max-width: 576px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
    }

    .sticky .shadow-sm{
        box-shadow: unset;
    }

    .heading{
        display: none;
    }

    header .navbar {
        padding: 15px 0;
    }

    .header-phone {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        border: 1px solid #ED1E3A;
        border-radius: 50%;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .header-phone:nth-child(1) img {
        width: unset;
        height: unset;
    }

    .header-sideBar {
        position: fixed;
        top: 0px;
        background: #fff;
        width: 100%;
        padding: 10px;
        height: 100vh;
        left: 100%;
        transition: .2s;
        display: block;
    }

    .header-sideBar-open {
        left: 0;
    }

    .header-sideBar-head {
        display: flex;
        justify-content: space-between;
    }

    .header-sideBar-head img:nth-child(2) {
        width: 44px;
        padding-right: 0px;
    }

    .header-sideBar ul {
        margin: 20px 0px;
        padding: 0px;
    }

    .header-sideBar ul li {
        list-style: none;
    }

    .header-sideBar ul li a {
        display: block;
        color: #000;
        border: 1px solid #efefef;
        padding: 10px;
    }

    .banner {
        padding-top: 40px;
    }

    .banner-txt h6 {
        padding: 7px 20px;
        font-size: 16px;
        margin-bottom: 10px;
        text-align: left;
    }

    .banner-txt h5 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: unset;
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    .banner-txt h5 change {
        font-size: 30px;        
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    .banner-txt h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .banner-inner {
        gap: 0px;
        flex-wrap: wrap;
    }

    .banner-inner img,
    .number-box:after,
    .number-box:before {
        display: none;
    }

    .banner-btn {
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
    }

    .banner-btn a:first-child {
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 18px;
        line-height: unset;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .banner-btn a:nth-child(2) {
        padding: 12px 20px;
        font-size: 16px;
        gap: 5px;
        width: 100%;
        justify-content: center;
    }

    .banner-inner ul li strong {
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    .banner:before {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .banner-inner ul li {
        font-size: 15px;
    }

    .banner-inner ul li:before {
        left: -25px;
        top: 4px;
    }

    .banner img {
        width: 100%;
    }

    .banner-image {
        margin-top: 40px;
    }

    .widgetImage {
        bottom: -40%;
        left: 0;
        width: 30%;
        height: 100%;
    }

    @keyframes downBox {
        0% {
            bottom: -40%;
        }

        50% {
            bottom: -25%;
        }

        100% {
            bottom: -40%;
        }
    }

    .number-box {
        padding: 50px 0px;
        padding-bottom: 30px;
    }

    .number-box-inner {
        gap: 10px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .box {
        width: 48%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
        gap: 5px;
    }

    .number-box-inner h4 {
        font-size: 14px;
        letter-spacing: unset;
    }

    .number-box-inner h6,
    .number-box-inner count {
        justify-content: center;
        font-size: 30px;
    }

    .number-box-inner {
        margin-bottom: 10px;
    }

    .number-box-inner:nth-child(2) {
        margin-left: 0px;
    }

    .number-box-inner-right {
        padding: 10px;
        padding-top: 20px;
    }

    .number-box ul li {
        letter-spacing: unset;
    }

    .number-box h3,
    .number-box h3 span,
    .price-plan h6 span,
    .reviews-section h6 span,
    .faq-section h6 span {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: unset;
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    .reviews-section h6{
        font-size: 30px;
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    .review-box {
        margin-block: 0px;
    }

    .text-with-image h6 {
        font-size: 14px;
        padding: 6px 20px;
        margin-bottom: 20px;
    }

    .portfolio-box h6, .team-box h6 {
        font-size: 14px;
        padding: 5px 10px;
        margin-bottom: 10px;
        text-align: left;
    }

    .portfolio-box ul, .team-box ul {
        margin-top: 20px;
    }

    .banner-txt h4 span {
        letter-spacing: unset;
    }

    .portfolio-box h3,
    .text-with-image h3,.team-box h3,
    .reviews-section-1 .review-heading h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    .portfolio-box {
        padding: 20px 0px;
    }

    .portfolio-box ul li, .team-box ul li {
        font-size: 15px;
    }

    .number-box ul li strong,
    .portfolio-box ul li strong, .team-box ul li strong {
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    .portfolio-image-box {
        width: 47%;
    }

    .custom-vedio-box {
        width: 100%;
    }

    .vedio-play-icon-main {
        padding: 15px 15px;
        box-shadow: 0 0 0 7px #FFFFFF59;
    }
    
    img.play-icon {
        width: 15px;
    }

    .price-plan,
    .faq-section {
        margin: 30px 0px;
    }

    .price-plan h6,
    .reviews-section h2,
    .faq-section h6 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    .price-plan p,
    .reviews-section p,
    .faq-section p {
        font-size: 14px;
    }

    .text-with-box {
        padding: 50px 0px;
    }

    .text-btn a {
        padding: 8px 30px;
        font-size: 16px;
    }

    .text-with-image img {
        top: 0;
    }

    .faq-question {
        font-size: 14px;
        padding: 15px 10px;
        border-radius: 10px;
    }

    .faq-question img {
        width: 25px;
        min-width: 25px;
    }

    .faq-question span {
        width: 25px;
        margin-left: 10px;
    }

    .faq-box-1 {
        padding: 10px;
    }

    .faq-box {
        border-radius: 10px;
    }

    .swiper-scrollbar {
        width: 100% !important;
    }

    .review-footer h6 {
        font-size: 20px;
    }

    .review-btn .swiper-button-next {
        left: 50%;
        z-index: 999;
        top: 90px;
    }

    .review-btn .swiper-button-prev {
        left: 38%;
        z-index: 999;
        top: 90px;
    }

    .price-body ul {
        height: 350px;
    }

    .price-see-all a {
        width: fit-content;
    }

    .price-see-all a::after {
        display: none;
    }

    .price-box {
        margin-bottom: 40px;
    }

    .price-box_lst:last-child {
        margin-bottom: 0px;
    }

    .price-head h3 {
        font-size: 24px;
        font-weight: bold;
        font-family: "Gilroy Regular";
        letter-spacing: 0;
    }

    .price-body ul li {
        font-size: 16px;
    }

    .price-body h3 {
        font-size: 18px;
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    .price-body ul li strong {
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    saleprice {
        font-size: 16px;
    }

    price {
        font-size: 32px;
    }

    .price-mid {
        padding: 20px;
    }

    .price-offer {
        font-size: 16px;
        padding: 10px 0px;
    }

    .price-badge {
        font-size: 14px;
        top: -22px;
    }

    footer {
        margin: 0 20px;
    }

    .footer-top h6 {
        font-size: 22px;
        letter-spacing: unset;
        line-height: 32px;
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    .footer-top h3 {
        flex-wrap: wrap;
        width: 100%;
        font-size: 22px;
        letter-spacing: unset;
        line-height: 32px;
        font-weight: bold;
        font-family: "Gilroy Regular";
        margin-top: 0px;
    }

    .footer-top p {
        font-size: 13px;
        padding: 5px 20px;
        border-radius: 30px;
        width: fit-content;
    }

    .footer-arrow {
        display: none;
    }

    .footer-top {
        padding: 30px 20px;
        border-radius: 30px;
    }

    .footer-top a {
        padding: 6px 20px;
        font-size: 14px;
        margin: 30px auto;
        margin-top: 10px;
    }

    .footer-tabs {
        gap: 20px;
    }

    .footer-bottom {
        text-align: center;
        padding-bottom: 10px;
    }

    .footer-links {
        justify-content: center;
        margin: 10px 0px;
    }

    .footer-links a {
        font-size: 14px;
    }

    .copyright {
        font-size: 16px;
        line-height: unset;
        padding-bottom: 0px;
        margin-top: 20px;
    }

    .modal-dialog {
        max-width: 100%;
        margin: 50px 10px;
    }

    .modal-body .banner-txt h5 change {
        font-size: 36px;
        font-family: 'Gilroy Bold';
    }
    
    .form-modal .modal-body .banner-txt h5 change{
        font-size: 23px;
        line-height: 34px;
        font-weight: bold;
        font-family: "Gilroy Regular";
        margin-bottom: 10px;
    }

    .form-modal .modal-body .banner-txt h5{
        font-size: 23px;
        line-height: 30px;
    }

    .modal-content {
        position: relative;
    }

    .form-modal .modal-body .banner-txt h6 {
        padding: 7px 20px;
        font-size: 14px;
    }

    .form-modal .modal-header {
        border: none;
        position: absolute;
        right: -40px;
        z-index: 9;
        top: -40px;
    }

    .form-modal .modal-header .btn-close {
        background-color: #fff;
        opacity: 1;
    }

    .form-modal .modal-body {
        padding: 20px 4px;
    }

    .form-control {
        border: 1px solid #0000002e;
    }

    .form-top h5 {
        font-size: 16px;
        font-weight: bold;
        font-family: "Gilroy Regular";
        letter-spacing: 0;
    }

    .modal-btn a {
        padding: 10px 15px;
        font-size: 16px;
    }

    .form-top {
        margin: 20px 0px;
        padding: 15px 10px;
    }

    .form-top h2 {
        font-size: 16px;
    }

    .custom-form {
        padding: 30px 10px;
    }

    .close-button-modal-main {
        top: -50px;
        right: 0px;
    }

    .sticky {
        max-width: 100%;
        padding: 0px 0px;
    }

    .form-modal .modal-dialog {
        max-width: 100%;
        margin: 30px 20px;
    }

    .form-modal .modal-btn a span{
        padding: 3px 7px;
    }
    .form-modal .modal-btn a {
        padding: 6px 14px;
        font-size: 14px;
    }
    .form-modal .modal-btn {
        position: relative;
        margin-top: 5px;
    }

    .form-top h3{
        font-size: 24px;
    }

    .footer-top h3 span{
        font-weight: bold;
        font-family: "Gilroy Regular";
    }

    textarea.form-control {
        min-height: 150px;
    }
    
    .form-btn {
        margin-top: 0px;
    }
}

@media screen and (min-width: 577px) and (max-width: 1100px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
    }

    header .navbar {
        padding: 15px 0;
    }

    .header-phone {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
        border: 1px solid #ED1E3A;
        border-radius: 50%;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .header-phone:nth-child(1) img {
        width: unset;
        height: unset;
    }

    .header-sideBar {
        position: fixed;
        top: 0px;
        background: #fff;
        width: 100%;
        padding: 10px;
        height: 100vh;
        left: 100%;
        transition: .2s;
        display: block;
    }

    .header-sideBar-open {
        left: 0;
    }

    .header-sideBar-head {
        display: flex;
        justify-content: space-between;
    }

    .header-sideBar-head img:nth-child(2) {
        width: 40px;
    }

    .header-sideBar ul {
        margin: 20px 0px;
        padding: 0px;
    }

    .header-sideBar ul li {
        list-style: none;
    }

    .header-sideBar ul li a {
        display: block;
        color: #000;
        border: 1px solid #efefef;
        padding: 10px;
    }

    .sticky {
        max-width: 100%;
        padding: 0px 0px;
    }

    .banner {
        padding-top: 40px;
    }

    .banner-inner {
        gap: 0px;
        flex-wrap: wrap;
    }

    .banner-inner img,
    .number-box:after,
    .number-box:before {
        display: none;
    }

    .banner-btn {
        margin-top: 20px;
        align-items: center;
    }

    .banner-btn a:first-child {
        padding: 10px 30px;
        border-radius: 50px;
        line-height: unset;
    }

    .banner-btn a:nth-child(2) {
        padding: 8px 20px;
        gap: 5px;
    }

    .banner:before {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .banner-inner ul li:before {
        left: -25px;
        top: 4px;
    }

    .banner img {
        width: 100%;
    }

    .banner-txt h4 {
        font-size: 20px;
    }

    .banner-btn {
        flex-wrap: wrap;
    }

    .number-box {
        padding: 50px 0px;
    }

    .number-box-inner {
        gap: 10px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .box {
        width: 48%;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
        gap: 5px;
    }

    .number-box-inner h4 {
        font-size: 14px;
    }

    .number-box-inner h6,
    .number-box-inner count {
        justify-content: center;
        font-size: 30px;
    }

    .number-box-inner {
        margin-bottom: 20px;
    }

    .number-box-inner:nth-child(2) {
        margin-left: 0px;
    }

    .number-box-inner-right {
        padding: 10px;
        padding-top: 50px;
    }

    .portfolio-box {
        padding: 20px 0px;
    }

    .portfolio-image-box {
        width: 47%;
    }

    .price-plan,
    .faq-section {
        margin: 40px 0px;
    }

    .text-with-box {
        padding: 50px 0px;
    }

    .text-btn a {
        padding: 8px 30px;
        font-size: 16px;
    }

    .text-with-image img {
        top: 0;
    }

    .faq-question img {
        width: 25px;
    }

    .faq-question span {
        width: 20px;
        margin-left: 10px;
    }

    .faq-box-1 {
        padding: 10px;
    }

    .faq-box {
        border-radius: 10px;
    }

    .swiper-scrollbar {
        width: 100% !important;
    }

    .review-btn .swiper-button-next {
        left: 50%;
        z-index: 999;
        top: 90px;
    }

    .review-btn .swiper-button-prev {
        left: 44%;
        z-index: 999;
        top: 90px;
    }

    .price-body ul {
        height: 350px;
    }

    .price-see-all a {
        width: max-content;
    }

    .price-see-all a::after {
        display: none;
    }

    .price-box {
        margin-bottom: 40px;
    }

    saleprice {
        font-size: 16px;
    }

    price {
        font-size: 32px;
    }

    .price-mid {
        padding: 20px;
    }

    .price-offer {
        font-size: 16px;
        padding: 10px 0px;
    }

    .price-badge {
        top: -20px;
        width: 60%;
    }

    footer {
        margin: 0 20px;
    }

    .footer-top h6 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: unset;
    }

    .footer-top h3 {
        flex-wrap: wrap;
        font-size: 36px;
        line-height: 40px;
        width: 100%;
    }

    .footer-top p {
        font-size: 18px;
        padding: 5px 30px;
        border-radius: 30px;
        width: fit-content;
    }

    .footer-arrow {
        display: none;
    }

    .footer-top {
        padding: 30px 20px;
        border-radius: 30px;
    }

    .footer-top a {
        padding: 8px 30px;
    }

    .footer-tabs {
        gap: 20px;
    }

    .footer-bottom {
        padding-bottom: 10px;
    }

    .footer-links {
        justify-content: end;
        margin: 10px 0px;
    }

    .copyright {
        line-height: unset;
        padding-bottom: 0px;
        margin-top: 20px;
    }

    .modal-dialog {
        max-width: 100% !important;
        margin: 50px 10px !important;
    }

    .form-top {
        margin: 20px 0px;
        padding: 15px 10px;
    }

    .custom-form {
        padding: 30px 10px;
    }

    .faq-question {
        font-size: 18px;
    }

    .widgetImage {
        bottom: -40%;
        left: 0;
        width: 30%;
        height: 100%;
    }

    @keyframes downBox {
        0% {
            bottom: -40%;
        }

        50% {
            bottom: -25%;
        }

        100% {
            bottom: -40%;
        }
    }

    .faq-box-1 .faq-question {
        padding-right: 10px;
    }

    .close-button-modal-main {
        right: -5px;
    }

    .portfolio-box ul li strong, .team-box ul li strong {
        font-weight: 500;
    }

    .reviews-section h6 span,
    .price-plan h6 span,
    .number-box h3 span,
    .banner-txt h5 change,
    .faq-section h6 span,
    .banner-txt h5,
    .number-box h3,
    .portfolio-box h3,
    .team-box h3,
    .price-plan h6,
    .reviews-section h6,
    .text-with-image h3,
    .faq-section h6,
    .footer-top h6,
    .footer-top h3,
    .footer-top h3 span{
        font-weight: bold;
        font-family: "Gilroy Regular";
        font-size: 46px;
    }

    .review-footer h6{
        font-weight: bold;
        font-family: "Gilroy Regular";
        font-size: 16px;
    }

    .footer-top h6{
        margin-bottom: 10px;
    }

    .review-box {
        margin-block: 0px;
    }

    .portfolio-box ul {
        margin-top: 20px;
    }


}

