@media only screen and (max-width: 1400px) {
    html{font-size:90%}

    .container{
        max-width: 1100px;
    }
}

@media only screen and (max-width: 980px) and (min-width: 220px) {
    html{font-size:70%}
        a.menu-bottom {
        display: revert;
    }



    .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: none;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 10px;
        top: -40px;
        text-align: right;
    }
    .menu-bottom span {
        height: 2px;
        background: #ffffff;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: #ffffff;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 30px;
        right: 10px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: #05005a;
        background: linear-gradient(110deg, rgba(21, 41, 71, 1) 0%, rgba(50, 38, 222, 1) 100%);
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 80px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
        display: block;
    }
    .menu li {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff9c;
        position: relative;
        text-align: left;
    }
    .menu li a {
        font-size: 16px !important;
        padding-left: 0;
        color: #ffffff !important;
        font-weight: 400 !important;
        padding: 10px 0 10px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        text-transform: uppercase;
        line-height: 22px !important;!i;!;
        height: auto;
    }
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    
    header ul li.btn-head a.btn-green {
    display: inline-block;
    width: auto;
    margin: 10px 20px 20px;
    padding: 10px 40px;
    color: #fff !important;
}

.dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    margin: 0;
}

.dropdown-toggle::after {
    width: 9px;
    height: 9px;
    filter: brightness(0) invert(1);
    top: 2px;
    position: relative;
}

.menu li .dropdown-item {padding: 5px 0 5px 30px;font-size: 15px !important;text-transform: capitalize;border-top: 1px solid #ffffff9c;border-bottom: none;}
    
    
    header .menu {
        opacity: 0;
    }
    
    header {
        padding: 20px 0;
        z-index: 2;
    }
     header ul li:last-child {
        border: 0;
    }

    header .logo img,header.fixed a.logo img {
        max-width: 200px;
        /* margin-left: 30px !important; */
    }

    h2 {
        font-size: 28px !important;
        line-height: 32px !important;
        margin-bottom: 10px;
        letter-spacing: 0;
    }


    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        text-align: left !important;!i;!;
        z-index: 9;
        top: 0;
        position: relative;
        background: #05005a;
        background: linear-gradient(110deg, rgba(21, 41, 71, 1) 0%, rgba(50, 38, 222, 1) 100%);
        border-radius: 00;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0 0;
        text-align: center;
    }

    header ul li.phone a {
        font-size: 16px;
    }

    .btn {
        font-size: 13px !important;
        letter-spacing: 1px;
        padding: 6px 15px 6px 15px !important;
        text-transform: capitalize;
        display: inline-flex;
        align-items: center;
        margin-right: 40px !important;
    }

    .btn img {
    width: 22px;
    margin-left: 5px;
}

    section {
        padding: 40px 0 !important;
        overflow: hidden;
    }

    header ul li:last-child {
        border: 0;
    }

    header ul.btn-ul {
        display: none;
    }


    header ul.head-ul li:first-child {
    margin-right: 0;
}


.info-banner h1 br {
    display: none;
}

.info-banner h1 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
    letter-spacing: 1px;
    line-height: 34px !important;
}

p {
    font-size: 14px !important;
    line-height: 20px !important;
}

.info-banner p {
    width: 100%;
    margin-bottom: 16px;
}

.our-banner {
    padding: 40px 0 !important;
    background-position: 50% !important;
    text-align: center;
}



footer {
    padding: 40px 0 0px;
    margin: 0;
    background-position: 0;
    text-align: center;
}


.our-banner .info-banner p {
    margin: 0 auto 15px;
    width: 100%;
}


footer h4 {
    font-size: 2rem;
    margin-bottom: 10px;
}

footer h4 + ul li {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 0;
}


.copy p {
    text-align: center;
    font-size: 13px !important;
    line-height: 16px !important;!i;!;
    margin-bottom: 0;
}

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

header a.btn-head {
    display: none;
}

header .btn-block.text-right {
    display: none;
}


header .row:first-child [class*='col']:last-child {
    /* display: none; */
}

header .row.row-menu {padding: 0;width: 100%;display: block;}

header::before {
    display: none;
}

header .row {
    padding: 0;
    justify-content: start;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0 10px !important;
    width: 100%;
}

.heading {
    margin-bottom: 30px;
}

.heading.text-center {
    width: 100% !important;
}

h2 br {
    display: none;
}

.top-bar {
    display: none;
}

.foot-col2 {
    padding-left: 0;
    margin-top: 20px;
}

.foot-col3 {
    padding-left: 0;
    margin-top: 0;
}

footer a.ftr-logo + p {
    margin: 12px 0 0 0;
}

.foot-col4 {
    padding-left: 0;
    margin-top: 20px;
}

footer h4 + ul.cont-det li {
    padding-left: 32px !important;!i;!;
    line-height: 20px;
    margin-bottom: 15px;
}

footer h4 + ul.cont-det li:last-child {
    margin: 0;
}

footer .row {margin-bottom: 0;padding-bottom: 30px;}

.copy {
    padding: 10px 0;
    text-align: center;
}

.copy ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy ul li:first-child {
    padding-left: 0;
}

.copy ul li {
}

.copy ul li a {
    font-size: 12px;
}

footer .foot-col3 h4 + ul li a {
    width: 100%;
}

div#popupform.fancybox-content .custom-pop {
    width: 100%;
    padding: 20px 15px;
    text-align: center;
}

div#popupform.fancybox-content {
    width: 100%;
    transform: scale(1);
    padding: 0 15px;
}

.fancybox-slide--html .fancybox-close-small {
    width: 30px;
    height: 30px;
    top: 0px;
    right: 10px;
}

div#popupform.fancybox-content .custom-pop::before {
    display: none;
}

div#popupform.fancybox-content .img-pop {display: none;}

div#popupform.fancybox-content .custom-pop h4 {
    margin-bottom: 6px;
}

div#popupform.fancybox-content .form-control {
    height: 38px;
    padding: 10px 16px;
    font-size: 13px;
}

div#popupform.fancybox-content textarea.form-control {
    height: 70px;
}


a.ftr-logo img {
    width: 80% !important;
}

footer h4 + ul li:hover {
    padding-left: 20px;
}

footer h4 + ul li svg {
    left: 0;
}


.our-banner::before {
    background-position: 0%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
}

.head-data {
    display: inline-block;
    margin-bottom: 22px;
}

.head-price {
    height: 100px;
    margin-block: 32px 50px;
}
    
.info-banner h5 {
    display: inline-block;
    line-height: 4rem;
    position: relative;
    z-index: 1;
}

.info-banner h5 span.lt {
    line-height: 20px;
}

.info-banner h5 > span.yr {display: block;width: 100%;position: absolute;right: -10px;bottom: -20px;left: inherit;top: inherit;text-align: right;}

.head-price::before {
    width: 190px;
    left: 7px;
    top: -25px;
    height: 170px;
}

.head-price + ul {
    width: 100%;
    margin-left: 0;
}

.head-price + ul li {
    width: 100%;
}

.head-price + ul li:nth-last-of-type(1), .head-price + ul li:nth-last-of-type(2) {
    margin-bottom: 10px;
}

.site-logos .container-fluid {
    padding-inline: 10px;
}

h6 {
    margin-bottom: 12px;
}

.info-ser {
    height: auto;
    padding: 30px 20px !important;!i;!;
    text-align: center;
    margin-bottom: 20px;
}

.info-ser .in-ser {
    width: 100%;
}

.info-ser.info-ser3 h5 {
    font-size: 1.25rem;
    line-height: normal;
    margin-bottom: 12px;
}

.info-ser.info-ser3 h4 {
    margin-bottom: 12px;
}

.img-ser-ab {
    width: 100%;
}

.info-ser.info-ser2 {
    display: block;
}

.box-icon {
    margin-inline: auto;
    margin-bottom: 12px;
}

.info-ser h4 {
    font-size: 1.8rem;
    margin-bottom: 12px;
}

.info-ser.info-ser2 p {margin-bottom: 20px !important;}

.our-service .row.row-btm {
    margin-bottom: 0;
}

.info-ser.info-ser2.info-ser4 {
    margin-bottom: 0;
}

.our-choose {
    text-align: center;
}

.info-choose p {
    width: 100%;
    margin-bottom: 20px;
}

.our-choose::before {
    width: 100%;
    opacity: .2;
    top: 0;
}

.info-choose ul li {
    width: 100%;
    justify-content: center;
}

.info-choose ul {
    margin-bottom: 20px;
}

.img-choose {
    width: 100%;
    margin-top: 20px;
}

.our-stat::before {
    width: 100%;
    left: 0;
}

.our-stat {
    text-align: center;
}

.our-stat h3 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 12px;
    letter-spacing: 0;
}

.our-stat h4 {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.our-stat p {
    width: 100%;
}

.info-stat {
    padding-left: 0;
    margin-bottom: 25px;
}

.our-stat [class*='col']:last-child .info-stat {
    margin-bottom: 0;
}

.our-pricing .heading.text-center h2 {
    margin-bottom: 12px;
}

.our-pricing .heading.text-center p {
    width: 100%;
}

.nav-tabs.tab-plan li.nav-item {
    width: calc(50% - 5px);
    margin: 0 2.5px;
}

.nav-tabs.tab-plan .nav-link {
    margin: 0;
    width: 100%;
    padding: 0;
    padding-block: 6px;
    border: 1px solid #000;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #5688d5;
    color: #ffffff;
}

.nav-tabs.tab-plan .nav-item.show .nav-link, .nav-tabs.tab-plan .nav-link.active {
    background: #f26420;
}

.nav-tabs.tab-plan .nav-link::before {
    display: none;
}

.nav-tabs.tab-plan {
    margin-bottom: 15px;
    padding: 20px 15px;
}

.info-price h3 {
    font-size: 2rem;
}

.info-price ul {
    height: 160px;
    margin-bottom: 22px;
}

.info-price {
    margin-bottom: 12px;
}

.our-cta .container::before {
    display: none;
}

.our-cta .container {padding-block: 0;}

.our-cta .row {padding-block: 30px;text-align: center;}

.our-cta {
    padding-top: 0 !important;
}

.info-cta h3 > span {
    display: block;
}

.info-cta h3 {
    line-height: 40px;
    margin-bottom: 12px;
}

.info-cta p {
    margin-bottom: 12px;
}

.info-cta h4 {
    margin-bottom: 18px;
}

.img-pro {
    width: 100%;
    left: 0;
}

.our-process .row:first-child .info-pro {
    padding-left: 0;
}

.info-pro {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.info-pro h2 {
    letter-spacing: 0;
    margin-bottom: 12px;
}

.info-pro p {
    width: 100%;
    margin-bottom: 0;
}

.our-process .row-btm {
    margin-bottom: 30px;
}

.info-pro.info-pro2 {
    width: 100%;
}

.col-up {order: 1;}

.img-pro.imp-pro2 {
    width: 100%;
    left: 0;
    margin-top: 20px;
}

.our-process h3 {
    font-size: 1.7rem;
    letter-spacing: 0;
    margin-block: 10px 7px;
}

.our-data ul {
    justify-content: center;
    flex-wrap: wrap;
}

.our-data ul li {
    margin-bottom: 12px !important;
    width: 50%;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.our-data ul li span {
    margin-right: 0;
    margin-bottom: 8px;
    margin-inline: auto;
}

.our-data ul li:last-child , .our-data ul li:nth-last-child(2) {
    margin-bottom: 0 !important;
}

.our-data {
    padding: 30px 0 !important;
}


.our-data ul li span img {
}

.our-data ul li span {
}

.info-test {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #c1daff;
    border-radius: 10px;
}

.info-test ul {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
    margin-top: 12px;
}

.info-test h4 {
    margin-bottom: 12px;
}

.cta2 .container::after {
    display: none;
}

.cta2 .container::before {
    display: none;
}

.cta2 h3 {
    font-size: 3rem;
    margin-bottom: 12px;
}

.cta2 h5 {
    font-size: 1.5rem;
    line-height: 22px;
    margin-bottom: 15px;
}

.cta2 h5 br {
    display: none;
}

.btn-block .btn:first-child {
    /* margin: 0 8px 0 0; */
}

.site-logo2 {
    padding: 20px 0 !important;
}

footer ul.cont-det {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.cta2 {
    border-block: 1px solid #3B4452;
}

header.fixed {
    position: relative;
}

.our-banner.inner-banner {
    margin-top: 0;
    background-position: 0%;
}

.our-banner.inner-banner ul li {
    font-size: 15px;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.our-banner.inner-banner .info-banner h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px !important;
}

.our-banner.inner-banner ul {
    margin-bottom: 20px;
}

.img-ab-ban {
    width: 90%;
    display: table;
    margin: 20px auto 0;
}

.info-story {
    text-align: center;
}

.our-mission {
    padding-top: 40px !important;
    text-align: center;
}

.our-mission .row {
    padding: 30px 10px 0;
}

.our-mission h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
}

.our-team .heading {
    margin-bottom: 30px;
}

.our-team [class*='col'] {
    width: 50%;
}

.info-team figure {
    margin-bottom: 10px;
}

.info-team {
    text-align: center;
    margin-bottom: 20px;
}

.info-team h4 {
    margin-bottom: 2px;
}

.info-team h5 {
    font-size: 13px;
}

.info-team p {
    font-size: 13px !important;
}

.our-team [class*='col']:nth-of-type(3) .info-team,.our-team [class*='col']:nth-of-type(4) .info-team {
    margin-bottom: 0;
}

.info-inner-cta h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
}

.info-inner-cta h5 span {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
}

.info-inner-cta h5 {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.info-inner-cta h5 a {
    margin-left: 0;
    font-size: 2rem;
}

.info-inner-cta h5 a > span {
    width: 40px;
    height: 41px;
    margin-bottom: 0;
    margin-right: 10px;
}

.info-inner-cta h5 a > span svg {
    width: 20px;
}

footer ul li a {
    font-size: 14px;
}

footer ul.cont-det li a {
    text-align: left;
}

footer ul.cont-det li {
    align-items: start;
    font-size: 15px;
}

footer ul.cont-det li img {
    margin-right: 5px;
}

footer ul.social-cont {
    justify-content: center;
}

.img-story {
    width: 90%;
    margin: auto;
}
.our-contact {
    text-align: center;
    margin-bottom: 40px;
}

.price-page .our-pricing::before, .our-contact::before {
    width: 100%;
    opacity: .2;
}

.info-contact h2 {
    margin-bottom: 20px;
}

.info-contact p {
    margin-bottom: 30px;
}

.our-contact textarea.form-control {
    height: 80px;
    margin-bottom: 20px;
}

.our-contact .form-control {
    height: 45px;
    font-size: 13px;
    margin-bottom: 10px;
}

button.btn.btn-red img {width: auto;margin-left: 10px;}

.cont-det {
    width: 100%;
    margin-top: 30px;
}

.cont-det .cont-box p {
    margin-bottom: 12px;
}

.cont-det .cont-box {
    padding-block: 25px;
}

.our-testimonials + .site-logo2 {
    margin-top: 0;
}

.our-services.cable-service .row::before {
    display: none;
}

section.our-services.cable-service {}

.our-services.cable-service h2 {
    margin-bottom: 10px;
}

.our-services.cable-service .img-cable {
    margin-bottom: 20px;
}

.info-ser.info-reason.re3 {
    margin-bottom: 0;
}

.info-serv {
    text-align: center;
}

.info-serv h3 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px;
}

.info-serv p {
    margin-bottom: 12px;
}

.info-serv .btn {
    margin-top: 5px;
    margin-bottom: 25px;
}

.fast-speed {
    text-align: center;
}

.info-speed {
    width: 100%;
}

.info-speed h2 {
    margin-bottom: 12px;
}

.info-speed p {
    margin-bottom: 15px;
}

.info-speed ul li {
    font-weight: 400;
    display: inline-block;
}

.info-speed ul {
    margin-bottom: 15px;
}
.info-serv.info-mobline .btn-block .btn {
    margin-bottom: 0;
}

.info-serv.info-mobline .btn-block {
    margin: 20px 0 30px;
}


header.fixed ul li > a {
    font-size: 16px !important;
}
.our-services .row-btm {
    margin-bottom: 40px;
}

.our-banner-form {
    margin-top: 0;
}

.info-banner h1::before {
    display: none;
}

.our-banner-form .container::before, .site-logos .container::before {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
}

.our-banner-form .container {
    padding-inline: 15px;
}

.our-banner-form .form-control {
    height: 40px;
    margin-bottom: 6px;
}

.our-banner-form textarea.form-control {
    margin-top: 0;
    margin-bottom: 12px;
    height: 60px;
}

.btn span svg {
    font-size: 14px;
}

.btn span {
    width: 35px;
    right: -40px;
}

.btn-block .btn:last-child {
    margin-left: 0;
    margin-top: 8px;
}

.btn-block {
    text-align: center;
}

.our-banner-form  button.btn.btn-black {
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
}

.site-logos .container {
    padding-block: 30px;
}

.our-about {
    margin-top: 0;
    border-radius: 0;
}

.img-about {
    left: 0;
    width: 100%;
    margin-bottom: 20px;
}

.info-about {
    padding-left: 0;
    text-align: center;
}

.info-ser .btn-block, p + .btn-block {
    margin-top: 20px !important;
}

.btn-block .btn {
    display: flex;
    justify-content: center;
}

.our-about .container::before {
    display: none;
}

.info-stats ul {flex-wrap: wrap;padding: 30px 20px;gap: 10px;margin-bottom: 30px;}

.info-stats ul li {
    width: calc(50% - 5px);
    display: inline-block;
    text-align: center;
}

.info-stats ul li:last-child {
    width: 100%;
}

.info-stats ul li::before {
    transform: skewX(0deg);
    right: -5px;
}

.info-stats ul li:nth-child(2)::before {
    display: none;
}

.info-stats ul li:last-child::before {
    display: ruby;
    width: 100%;
    height: 2px;
    top: -2px;
}

.our-copy .row {
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 30px;
}

.info-copy {
    width: 100%;
    margin-bottom: 20px;
}

.img-copy {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
}

.nav-tabs.tab-plan li.nav-item:last-child {
    width: 100%;
}

.info-mis {
    padding: 30px 20px;
    margin-bottom: 30px;
    height: auto;
}

.marque {
    padding: 15px 0;
    border-radius: 0;
    margin-top: 0;
}

.our-book {
    border-radius: 0;
    margin-top: 0;
    background: #131442;
}

.our-book h2::before, .our-testimonials h2::before {
    display: none;
}

.our-book .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
}

.our-book .col-md-3:nth-last-of-type(1) ,.our-book .col-md-3:nth-last-of-type(2) {
    margin-bottom: 0;
}

.our-process {
    text-align: center;
    margin-top: 0;
}

.our-process h2::before {
    display: none;
}

.row.row-pro {
    margin-top: 20px;
}

.row.row-pro::before {
    display: none;
}

.info-pro span {
    margin: 0 auto 12px;
    width: 42px;
    height: 42px;
    border-radius: 50px;
}

.our-process .row:first-child {
    margin-bottom: 40px !important;
}

.info-pro h4 {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.our-process [class*='col']:last-child .info-pro {
    margin-bottom: 40px;
}

.info-foot ul.menu li {
    width: 50%;
}

.info-foot ul.menu {
    margin-left: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

footer::before {
    display: none;
}

.info-foot ul.menu li a {
    text-align: center;
    padding-left: 0;
    padding-block: 2px;
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

footer .container::before {
    width: 100%;
    top: 225px;
    height: 4px;
}

.info-foot .foot-contact ul li p {
}

.info-foot .foot-contact ul li {
    justify-content: center;
}

.info-foot .foot-contact ul {
    margin-bottom: 30px;
}

.foot-form {
    width: 100%;
    padding: 30px 20px;
}

p br {
    display: none;
}

.foot-form .form-control {
    height: 44px;
}

.foot-form textarea.form-control {
    height: 80px;
}

.copy ul.social {
    margin-block: 10px;
}

.info-foot ul li a, .info-foot .foot-contact ul li p {
    font-size: 18px !important;
}


.marque img {
    width: 25px !important;
    position: relative;
    left: 9px;
}

.marque span {
    font-size: 2rem;
}

.foot-form button.btn.btn-blue {
    justify-content: center;
}

.our-banner.inner-banner::before {
    background-position: 50%;
    height: 100%;
}

.our-banner.inner-banner.about-banner .img-ban {
    width: 90%;
    left: 0;
    right: 0;
    margin: 20px auto 0;
}

main.our-about-page .our-banner-form {
    width: 90%;
    margin: 0 auto;
}

main.our-about-page .our-banner-form .container::before {
    border-radius: 30px !important;
}

main.our-about-page .site-logos {
    margin-top: 20px;
}

.heading.text-center p {
    width: 100%;
    margin: 10px auto 0;
}

.about-service [class*='col']:nth-child(odd) {
    margin: 0;
}

.about-service [class*='col']:last-child .info-ab-ser {margin-bottom: 0;}

.info-ab-ser {
    margin-bottom: 12px;
    text-align: center;
    padding: 30px 20px;
}

.info-ab-ser h4 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.our-faq .heading h2::before {
    display: none;
}

.accordion-button::before {
    display: none;
}

.our-faq h2.accordion-header button.accordion-button {
    font-size: 14px;
    line-height: 22px;
}

.our-faq .accordion-item {
    margin-bottom: 12px !important;
}

.our-faq .btn-block {margin-block: 8px 30px;}

.cont-banner ul li p, .cont-banner ul li a {
    font-size: 17px !important;
}

.our-banner.inner-banner.cont-banner {
    padding-bottom: 0 !important;
}

.img-ban {
    width: 85%;
    margin: 20px auto 0;
}

.our-services::after {
    display: none;
}

.our-services h6 {
    margin-bottom: 12px;
}

.our-services .site-logos .container {
    padding-inline: 15px;
}

.our-services .site-logos {
    margin-bottom: 10px;
}

.img-ser {
    width: 90%;
    margin: 0 auto;
}

.our-services .info-ser {
    padding: 30px 10px 0 !important;
}

.our-writing {
    margin-top: 0;
    border-radius: 0 !important;
    background: #131442;
    text-align: center;
}

.our-writing .info-write {
    margin-bottom: 20px;
}

.info-write2 img {
    margin-bottom: 20px;
}

.info-write2 h4 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.our-book + .our-faq {
    margin-top: 0;
    border-radius: 0;
}

.our-book + .our-faq , .our-writing + .our-process {
    margin-top: 0;
}


div#popupform.fancybox-content .custom-pop {
    width: 100%;
    padding: 20px 15px;
    text-align: center;
}

div#popupform.fancybox-content {
    width: 100%;
    transform: scale(1);
    padding: 25px 15px;
    border-radius: 50px;
}

.fancybox-slide--html .fancybox-close-small {
    width: 35px;
    height: 35px;
    top: 22px;
    right: 18px;
    opacity: 1;
}

div#popupform.fancybox-content .custom-pop::before {
    display: none;
}

div#popupform.fancybox-content .img-pop {display: none;}

div#popupform.fancybox-content .custom-pop h4 {
    margin-bottom: 6px;
}

div#popupform.fancybox-content .form-control {
    height: 38px;
    padding: 10px 16px;
    font-size: 13px;
    margin-bottom: 8px;
}

div#popupform.fancybox-content textarea.form-control {
    height: 70px;
    margin-bottom: 10px;
}

div#livechat-eye-catcher-img img {display: none !important;}

.popupform::before {
    display: none;
}

.custom-popup {
    background: #ffffffd6;
    text-align: center;
    border-radius: 50px;
}

.popupform h2 {
    margin-bottom: 10px;
    font-size: 24px !important;
    line-height: 28px !important;
}

.popupform h2+p {
    margin-bottom: 16px;
}

.popupform h2 > span {
    display: inline-block;
    padding: 2px 5px 6px;
    line-height: 19px;
}

.img-ser.img-ser3 {
    width: 90%;
}

.img-ban.img-ban2 {
    width: 85%;
}

.our-banner.inner-banner.ser2-ban {
    padding-bottom: 0 !important;
}

.our-banner.inner-banner.ser2-ban.ser2-ban2 .img-ban.img-ban2 {
    width: 90%;
    left: 0;
    margin-top: 10px;
}

.our-banner.in-banner.pri-banner {
    margin-top: 0;
    border-radius: 0;
    background: #181a48;
}

.our-banner.in-banner.pri-banner h1 {
    font-size: 3rem;
}
    
}