* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth !important;
}
body {
    overflow-x: hidden;
}
html body p, html body label, html body li {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
html body ul, html body ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, span.small-title-heading, span.small-title-heading-dark{
    padding: 0;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 , html body p{
    margin: 0 0 15px 0;
}
html body h1 {
    font-size: 100px;
    line-height: 1.1em;
    color: #fff;
}
html body h2 {
    font-size: 85px;
    line-height: 1.1em;
    color: #ffffff;
}
html body h3{
    font-size: 55px;
    line-height: 1.1em;
    color: #fff;
}
html body h4 {
    font-size: 40px;
    color: #fff;
    line-height: 1.1em;
}
html body h5 {
    font-size: 35px;
    color: #fff;
    line-height: 1.1em;
}
html body h6 {
    font-size: 24px;
    color: #fff;
    line-height: 1.1em;
}
span.small-title-heading {
    font-size: 35px;
    color: #00C2CB;
    line-height: 1.1em;
}
span.small-title-heading-dark {
    font-size: 35px;
    color: #252525;
    line-height: 1.1em;
}
.bg-dark-clr{
    background-color: #1E1E1E;
}
.bg-dark-blue-clr{
    background-color: #0A2540;
}
.colordefault {
    color:#00C2CB;
}
.clr-black{
    color: #1E1E1E;
}
a {
    text-decoration: none;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
}

.main-header-section.fixed a.animated-button {
    box-shadow: 0 0 0 2px #fff;
}
a.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: inherit;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 0 0 2px #00c2cb;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: max-content;
}
a.animated-button svg {
    position: absolute;
    width: 13px;
    fill: #fff;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
a.animated-button .arr-1 {
    right: 20px;
}
a.animated-button .arr-2 {
    left: -25%;
}
a.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: #00C2CB;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
a.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    font-family: 'Anton';
    text-transform: uppercase;
}
a.animated-button:hover {
    box-shadow: 0 0 0 2px #00C2CB;
    color: #212121;
}
a.animated-button:hover .arr-1 {
    right: -25%;
}
a.animated-button:hover .arr-2 {
    left: 16px;
}
a.animated-button:hover .text {
    transform: translateX(12px);
    color: #fff;
}
a.animated-button:hover svg {
    fill: #fff;
}
a.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px #CCFF00;
}
a.animated-button:hover .circle {
    width: 400px;
    height: 400px;
    opacity: 1;
}
.main-header-section {
    display: inline-block;
    width: 100%;
    padding: 20px 0 20px 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: 0.5s ease;
}
.main-header-section.fixed {
    background: rgba(0, 194, 203, 0.8); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.main-header-section ul.navbar-nav li a {
    color: #fff;
    padding: 8px 16px !important;
    font-size: 20px;
}
.main-header-section ul.navbar-nav li a:hover, .main-header-section ul.navbar-nav li a.active {
    color: #CCFF00;
    transition:0.5s ease;
}
.section{
    padding: 100px 0 100px 0;
    display: inline-block;
    width: 100%;
}
.banner-section {
    padding: 180px 0 120px 0;
    /* background: #0A2540; */
    background: url(../images/bgbanner.webp) center / cover no-repeat;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.contineous-slider-section {
    padding: 20px 0 20px 0;
    background-color: #00C2CB;
}
.swiper.marquee-swiper {
    mask-image: linear-gradient(
    to right,
        transparent 0%,
        white 10%,
        white 90%,
        transparent 100%
    );
}
.swiper-wrapper.marquee-swiper {
    transition-timing-function: linear;
    align-items: center;
}
.swiper-slide.marquee-swiper {
    width: auto;
    white-space: nowrap;
}
.loop-slider-inner-section .swiper-slide h3 {
    color: #fff;
    margin-bottom: 0px;
}
.contineous-slider-section .swiper-slide img.img-fluid {
    max-width: 40px;
}
.title-row {
    display: flex;
    justify-content: space-between;
}
.small-title-box {
    display: flex;
    align-items: center;
    height: 50px;
    gap: 10px;
}
.what-we-do-inner-section .btn-box {
    display: flex;
    align-items: end;
}
.what-we-do-cards-row .swiper-wrapper {
    padding: 60px 0 0px 0;
}
.what-we-do-card {
    background: #313131;
    padding: 25px;
    transition: 0.5s ease;
}
.what-we-do-card:hover {
    background: #0D1CC1;
    transition: 0.5s ease;
    transform: translateY(-15px);
}
.what-we-do-card:hover .card-head img {
    transform: rotate(22deg);
    transition: 0.5s ease;
    filter: brightness(0) invert(1);
}
.card-head {
    display: flex;
    align-items: end;
}
.card-head img {
    max-width: 65px;
    transition: 0.5s ease;
}
.up-img-card .card-body {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    border-top: 2px solid #494949;
    overflow-x: hidden;
}
.up-img-card .card-body p {
    margin-bottom: 20px;
}
.down-img-card .card-body img {
    margin-bottom: 20px;
}
.down-img-card .card-body {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #494949;
    overflow-x: hidden;
}
.what-we-do-card.up-img-card:hover .card-body {
    border-top: 2px solid #ffffff7c !important;
    transition: 0.5s ease;
}
.what-we-do-card.down-img-card:hover .card-body {
    border-bottom: 2px solid #ffffff7c !important;
    transition: 0.5s ease;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: flex;
}
.who-we-are-section, .portfolio-section, .testimonials-section {
    background: url(../images/who-we-are-bg-image.webp) center center / cover no-repeat fixed;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.who-we-are-section .small-title-box span.small-title-heading {
    color: #252525;
}
.who-we-are-section h3 {
    color: #000;
}
.who-we-are-section h3 span {
    color: #0A2540;
}
.icon-list-box ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.icon-list-box ul li:first-child {
    padding-bottom: 20px;
    border-bottom: 2px solid #93939380;
    margin-bottom: 20px;
}
.icon-list-box ul li img {
    max-width: 55px;
}
.process-card-title span {
    font-family: 'Poppins';
    color: #00C2CB;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
}
.process-card {
    display: flex;
    align-items: end;
    width: 70%;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #ffffff38;
    justify-content: space-between;
}
.process-horizontal-card-row .btn-box {
    display: flex;
    padding-top: 35px;
}
/* .process-section::after {
    content: "";
    position: absolute;
    width: 649px;
    height: 986px;
    background-image: url(../images/hand-image.webp);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    right: 0px;
} */


.process-inner-section {
    z-index: 1;
    position: relative;
}
.process-section::after {
    content: "";
    position: absolute;
    width: 609px;
    height: 946px;
    background-image: url(../images/hand-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0px;
    right: 0px;
    top: inherit;
}
.serving-industries-section {
    background: url(../images/hero-banner-background-image.webp) center / cover no-repeat;
    position: relative;
}
.serv-industry-card-row {
    padding: 50px 0 50px 0;
}
.serv-industry-card-body h4 {
    padding: 20px 0 20px 0;
}
.serv-industry-list-items ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 35px 25px;
}
.serv-industry-list-items ul li {
    display: flex;
    align-items: center;
    gap: 15px;
}
.portfolio-inner-section h3 {
    color: #000;
}
.portfolio-tabs-box ul {
    gap: 20px;
    justify-content: center;
    padding: 25px 0 0 0;
}
.portfolio-tabs-box ul li button {
    background: transparent !important;
    border: 3px solid #00C2CB !important;
    border-radius: 0 !important;
    font-family: 'Anton';
    text-transform: uppercase;
    color: #000 !important;
    padding: 15px 36px;
}
.portfolio-tabs-box ul li button.active, .portfolio-tabs-box ul li button:hover {
    background: #00C2CB !important;
    color: #fff !important;
}
.video-container-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 50px 0 0 0;
}
.portfolio-section .desc-box p {
    color: #252525;
}
.contact-details-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 0 0;
    gap: 25px;
}
.icon-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-box.right div span {
    text-align: left;
}
.icon-box div span {
    display: block;
    text-align: right;
    color: #000;
    text-transform: uppercase;
}
span.anton-bold-span {
    font-family: 'Anton';
    font-size: 30px;
    line-height: 35px;
}
.contact-details-btn-box a {
    padding: 11.5px 127px;
    background: #121212;
    color: #fff;
    font-size: 25px;
}
.main-counter-section {
    display: inline-block;
    width: 100%;
}
.main-counter-inner-section {
    display: flex;
    width: 100%;
    align-items: center;
}
.left-counter-box {
    width: 50%;
}
.right-counter-box {
    width: 50%;
}
.counter-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    position: relative;
}
.count-box {
    background: #00C2CB;
    padding: 50px 25px;
    text-align: center;
    border-radius: 30px;
}
.count-box.dark-bg {
    background: #0A2540;
}
.count-box p {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.counter-row img.shape-centered-img {
    position: absolute;
    inset: 0;
    margin: auto;
}
/* Unaid Form Style */
html body ul#iti-0__country-listbox {
    white-space: initial !important;
}
.formstyle {
    border-radius: 6px;
    position: relative;
    background: #fff;
    width: 90%;
    margin: 0px auto;
    padding: 28px;
    margin-right: 0;
}
.mypopup .formstyle {
    width: 100%;
}
.customwidths  .formstyle:after {
    width: 60%;
}

.customwidths .formstyle:before {
    width: 60%;
}

.customwidths .formstyle {
    width: 100%;
    padding: 50px;
    text-align: center;
}

.mypopup .modal-content {
    background: none !important;
    border: 0;
}

.mypopup .modal-header {
    border-bottom: 0;
}
.imagethankyou h4 {
    color: #0A2540;
    margin-top: 25px;
}

.imagethankyou p {
    color: #252525;
    font-size: 24px;
    line-height: 1.2;
}
.btn-close {
    background: url(../images/closeico.webp) center / cover no-repeat;
    height: 7px;
    width: 7px;
    top: 40px;
    position: relative;
    z-index: 1;
    opacity: 1;
}
.formstyle::before {
    background: #00C2CB;
    width: 90%;
    height: 12px;
    display: block;
    position: absolute;
    top: -12px;
    content: "";
    border-radius: 6px 6px 0 0;
    left: 50%;
    transform: translateX(-50%);
}

.formstyle::after {
    background: #00C2CB;
    width: 90%;
    height: 12px;
    display: block;
    position: absolute;
    top: inherit;
    content: "";
    border-radius: 0px 0px 6px 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

.formstyle h3 {
    font-family: "Anton", sans-serif;
    color:#00C2CB;
    font-size: 40px;
    line-height: 45px;
}
.formstyle h3 .formdefault{
    font-family: "Anton", sans-serif;
    color:#252525;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.formfeild input {
    background: #F3F3F3;
    border: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    font-size: 14px;
    height: 55px;
}
.formfeild input:focus-visible {
    box-shadow: none;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #00C2CB;
}
.formstyle .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 13px;
    color: #686868;
}
.formstyle .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(243 243 243) !important;
}
.formstyle a.animated-button {
    background: #00C2CB;
    border-color:  #00C2CB;
    box-shadow: none;
    margin: 0px auto;
    justify-content: center;
    margin-top:12px;
}
.formstyle .iti__country-list span {
    color: #000;
}
.formstyle a.animated-button span {
    color:#0A2540;
}
.formstyle a.animated-button svg {
    color:#0A2540;
    fill: #0A2540;
}
.formstyle a.animated-button .circle {
    background-color: #0a2540;
}
a.animated-button:hover svg{
    fill: #fff;
}
.formstyle .iti__country-list {
    z-index: 99;
}
.banner-inner-section p {
    text-transform: uppercase;
    width: 62%;
    font-size: 19px;
}
.colortextdefault {
    color: #00C2CB !important; 
}
.btn-box a.whitebtnborder {
    box-shadow: 0 0 0 2px #fff;
}
.btn-box a.whitebtnborder svg {
    fill: #Fff;
}
.bluebtns a.animated-button {
    box-shadow: 0 0 0 2px #0A2540;
    color: #0A2540;
}
.bluebtns a.animated-button span.text {
    color: #0A2540;
}
.bluebtns a.animated-button svg {
    fill: #0A2540;
}
.bluebtns a.animated-button .circle{
    background-color: #0d2644;
}
.bluebtns a.animated-button:hover span{
    color:#Fff;
}
.bluebtns a.animated-button:hover svg{
    fill:#Fff;
}
.bluebtns a svg path {
    fill: #0A2540 !important;
}
.bluebtns a:hover svg path {
    fill: #fff !important;
}
.headingform {
    position: relative;
}
.offerbox {
    position: absolute;
    top: 0;
    right: -28px;
    background: #00C2CB;
    padding: 0px 25px 0px 25px;
}
.offerbox h4 {
    margin-bottom: 0;
    font-size: 55px;
    color: #0A2540;
}
.offerbox h4 sup {
    color: #0A2540;
    position: relative;
    font-size: 25px;
    font-family: "Anton", sans-serif;
}
/* Usama Style Starts */
#pricing-tabs {
    border-bottom: none;
    justify-content: center;
    padding: 50px 0 50px 0;
    gap: 20px;
}
#pricing-tabs li button {
    background: transparent !important;
    border: 2px solid #00C2CB !important;
    border-radius: 0 !important;
    font-family: 'Anton';
    text-transform: uppercase;
    color: #fff !important;
    padding: 15px 36px;
}   
#pricing-tabs li button.active, #pricing-tabs li button:hover {
    background: #00C2CB !important;
}   
.pricing-card {
    padding: 25px;
    background: #fff;
}
.pricing-card.pricing-middle-card {
    background: #00C2CB;
}
.pricing-card-head .btn-box {
    margin-bottom: 20px;
}
.pricing-card-head .btn-box a {
    width: 100%;
}
ul.pricing-list-items li {
    padding: 0 0 10px 35px;
    position: relative;
}
ul.pricing-list-items li:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/design-services/assets/images/pricing-check-icon.svg);
    background-position: center;
    background-size: contain;
    left: 0px;
}
.pricing-card.pricing-middle-card ul.pricing-list-items li:after {
    filter: hue-rotate(150deg);
}
.pricing-card-head span, .pricing-card-head h3, .pricing-card-head p, .pricing-card-body h4, .pricing-card-body p, .pricing-card-body li {
    color: #000;
}
.pricing-card.pricing-middle-card .pricing-card-head span,
.pricing-card.pricing-middle-card .pricing-card-head h3,
.pricing-card.pricing-middle-card .pricing-card-head p,
.pricing-card.pricing-middle-card .pricing-card-body h4,
.pricing-card.pricing-middle-card .pricing-card-body p,
.pricing-card.pricing-middle-card .pricing-card-body li {
    color: #fff;
}
a.pricing-button {
    padding: 20px;
    display: block;
    margin-bottom: 20px;
}
a.pricing-button.first {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    transition: 0.5s ease;
}
a.pricing-button.first:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: 0.5s ease;
}
a.pricing-button.last {
    background: #003467;
    border: 1px solid #003467;
    color: #fff;
    transition: 0.5s ease;
}
a.pricing-button.last:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    transition: 0.5s ease;
}
.packages-grid-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    position: relative;
}
.cta-content-box {
    background: #000;
    padding: 45px 25px;
    position: relative;
    overflow: hidden;
}
img.cta-animated-circle {
    position: absolute;
    bottom: -250px;
    right: -100px;
    animation: rotation 15s infinite linear;
}
.testimonials-row {
    padding: 50px 0 0 0;
    position: relative;
    z-index: 1;
}
.testim-card{
    width: 100%;
    height: 498px;
    background: #00C2CB;
    transition: all 0.4s;
    overflow: hidden;
}
.testim-card:hover {
    cursor: pointer;
    background: #212121;
}
.first-content {
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.first-content span img {
    height: 100%;
    width: 100%;
}
.testim-card:hover .first-content {
    height: 0px;
    opacity: 0;
}
.second-content {
    height: 0%;
    width: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    transition: all 0.4s;
    transform: rotate(0deg) scale(0);
    gap: 25px;
    padding: 20px;
}
.testim-card:hover .second-content {
    opacity: 1;
    height: 100%;
    font-size: 1.8rem;
    transform: rotate(0deg);
}
.user-name-box {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0px;
}
.trusted-brands-bar {
    display: flex;
    align-items: center;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}
.trusted-left-column {
    padding: 25px;
    background: #00C2CB;
    width: 25%;
    min-height: 105px;
}
.trusted-right-column {
    padding: 25px;
    background: #003467;
    width: 75%;
    min-height: 105px;
}
.trusted-logo-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
img.comma-image {
    position: absolute;
    bottom: 50px;
    right: 0;
}
.white {color: #FFF !important;}
.copyright { font-size: 13px; text-align: center; color: #FFF; letter-spacing: 1.1;}
.footer-section { background-color: #000; padding: 16px;}


.defultfontcolor {
 color:#00F4FF;   
}

.formstyle a.animated-button svg path {
    fill: #0A2540;
}
.formstyle a.animated-button:hover svg path {
    fill: #fff;
}
.iti__country-name{
    margin-right: 6px;
    color: #000 !important;
}
@media (max-width: 1500px) {
.process-section::after {
    width: 549px;
    height: 886px;
}
}

@media (max-width: 1400px) {
html body h1 {
    font-size: 80px;}

.trusted-logo-row {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 18.5%;
    align-items: center;
}

.mobileimage img {
    width:100%;
}


.count-box p {
    font-size: 18px;}

html body p, html body label, html body li {
    font-size: 14px;}
   
    
    ul.pricing-list-items li:after {
 
    width: 18px;
    height: 18px;

    top: 4px;
}


ul.pricing-list-items li {
    padding: 0 0 10px 28px;}



    .banner-inner-section p {
   
    width: 75%;
   
}
}


@media (max-width: 1300px) {
    .process-section::after {
        width: 489px;
        height: 826px;
    }
  }
@media (max-width: 1200px) {

        .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 60px;
    }

    .offerbox {

    padding: 5px 25px 5px 25px;
}
.offerbox h4 {

    font-size: 40px;

}


.offerbox h4 sup {

    font-size: 18px;

    top: -8px;
}

    .process-section::after {
        width: 449px;
        height: 786px;
    }

    .count-box p {
        font-size: 16px;
    }

    .contact-details-btn-box a {
    display: inline-block;
    font-size: 20px;
}

.contact-details-box .icon-box a span {
    font-size: 20px !important;
}

.contact-details-box .icon-box  img{
    width:30% !important
}

}

@media (max-width: 1085px) {
       .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
             padding: 0 30px;
    }
  }
@media (max-width: 1150px) {
    html body h1 {
        font-size: 70px;
    }
.formstyle h3 .formdefault {
   
    letter-spacing: 3px;
}

html body h3 {
    font-size: 45px !important;
}
}
@media (max-width: 991px) {
.iti__country-name{
    margin-right: 6px;
    color: #000 !important;
}


/* .banner-inner-section {
    text-align: center;
}
.btn-box {
    justify-content: center;
} */
.banner-inner-section p {
    width: 100%;
}

.banner-section {
    padding: 120px 0 120px 0;}



.formstyle {
 
    width: 100%;

    margin-top: 50px;
}   

.process-section::after {

        z-index: 0;
        opacity: 0.2;
    }
.process-card {

    width: 100%;}


.m-order-1 {
    order: 1 !important;
}
.m-order-2 {
    order: 2 !important;
}
.mobileimage {
    width: 30%;
    margin: 0px auto;
    padding-bottom: 60px;
}

.left-counter-box {
    width: 100%;
}

.right-counter-box {
    width: 100%;
            margin-top: 50px;
}

.main-counter-inner-section {
    display: block;}

    br {display: none;}

    .nav-tabs li.nav-item {
    margin-bottom: 15px;
}
.pricing-card {

    margin-bottom: 30px;
}
.packages-grid-row {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);}

    .nav-box {display: none;}


    .testim-card {
        width: 70%;
        height: 300px;
        margin-bottom: 30px;
        margin: 0px auto;
        margin-bottom: 30px;
    }
    .first-content {
            display: inherit;
    justify-content: inherit;
    align-items: inherit;
    }
.trusted-left-column {

    width: 100%;    min-height: auto;

}

.trusted-right-column {
    min-height: auto;
    width: 100%;

}
.trusted-brands-bar {
    display: block;}

    img.cta-animated-circle {

    width: 45%;
}

.contact-details-box span {
    display: none !important;
}

    .contact-details-btn-box a {
    padding: 11.5px 50px;}

        .contact-details-box .icon-box img {
        width: 100% !important;
    }


    span.small-title-heading {
    font-size: 25px;}

    .small-title-box img.img-fluid {
    width: 25px;
}


span.small-title-heading-dark {
    font-size: 25px;}


    .second-content img.img-fluid.pb-3 {
    width: 320px;
}


.user-name-box img {
    width: 40px !important;
}

.user-name-box h5 {
    font-size: 18px;}



    .second-content {
   
    gap: 5px;}

    .testimonials-section .small-title-box {
    display: none;
}

.testimonials-section  .btn-box {display:none}
}



@media (max-width: 576px) {

        html body h1 {
        font-size: 50px;
    }
    html body h4 {
    font-size: 30px;}


    a.navbar-brand img {
    width: 100px !important;
}

.navbar a.animated-button {
    padding: 3px 20px;
    font-size: 14px;
}

.navbar a.animated-button .arr-1 {
    right: 11px;
    width: 8px;
}

.navbar a.animated-button:hover .arr-2 {
    left: 11px;
      width: 8px;
}
}

@media (max-width: 576px) {

    .imagethankyou p {

    font-size: 20px;
 
}
.counter-row {

    grid-template-columns: repeat(1, 1fr);

}}



.pricing-card a.animated-button{
    background:#000 !important;
}


.pricing-card a.animated-button:hover {
    background: #ffffff !important;
}
.pricing-card a.animated-button span.text{color:#fff}

.pricing-card a.animated-button svg path {fill:#fff !important}

.pricing-card .btn-box{display:block !important}



.pricing-card a.animated-button.btntwos{
    background:#003467 !important;
    margin-top: 15px;
}



.pricing-card a.animated-button.btntwos:hover {
    background: #ffffff !important;
}


h1.smallfontss {
    font-size: 90px;
}

.pricing-section {
    display: none !important;
}

section#main-testimonials-section {
    padding-top: 0;
}