:root {
    --brand-blue: rgba(113, 90, 255, 1);
    --brand-orange: rgba(253, 179, 33, 1);
    --brand-red: rgba(255, 89, 90, 1);
    --brand-black: rgba(12, 5, 32, 1);
    --brand-text: rgba(34, 23, 99, 1);
    --brand-green: rgba(33, 192, 192, 1);
    --brand-blue-hover: rgba(53, 14, 161, 1);
    --brand-yellow: rgba(253, 179, 33, 1) ;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: "IBM Plex Sans", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*, *::before, *::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}


#field_12_1{display:none!important;}
.gfield_label{display:none!important;}
.gfield{margin-bottom:10px;}
#gform_multifile_messages_12_9{display:nonoe;}


body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--brand-black);
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Gilmer", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}




h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
}

h5, .h5 {
    font-size: 1.25rem;
}


p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}


ol, ul {
    /*padding-left: 2rem;*/
}

ol, ul, dl {
    margin-top: 0;
    /*margin-bottom: 1rem;*/
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}


small, .small {
    font-size: 0.875em;
}



a {
    color: #0d6efd;
    text-decoration: underline;
}




img, svg {
    vertical-align: middle;
}


label {
    display: inline-block;
}

button {
    border-radius: 0;
}


input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}


button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}


textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}


iframe {
    border: 0;
}


[hidden] {
    display: none !important;
}


.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x));
    margin-left: calc(var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}


.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}


.col-12 {
    flex: 0 0 auto;
    width: 100%;
}



@media (min-width: 768px) 
{

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }


    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

}







.fade {
    transition: opacity 0.15s linear;
}


.fade:not(.show) {
    opacity: 0;
}
.dropup, .dropend, .dropdown, .dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: var(--brand-black);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}


.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}




.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}


.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 992px) 
{
    .text-lg-end {
        text-align: right !important;
    }

}





html, body {
    overscroll-behavior: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-synthesis: none;
    font-feature-settings: "kern";
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 992px) {
    body {
        //cursor: none;
    }
}


a, a:hover, a:focus button, button:hover, button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    overflow: hidden;
}

@media (min-width: 992px) {
    .section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}



.btn-hollow-white:hover {
    color: var(--brand-blue);
    border-color: var(--brand-blue);
    background: var(--bs-white);
}


.site-header {
    position: relative;
    background: transparent;
    z-index: 9;
    transition: all 0.5s ease 0s;
}


.site-header.sticky {
    position: sticky !important;
    width: 100% !important;
    opacity: 1;
    visibility: visible;
    background: #fff;
    z-index: 99;
    top: 0;
    box-shadow: 0 1px 33px 18px rgba(0, 0, 0, 0.03);
}


.site-header.sticky .top-header .site-branding svg path {
    fill: #221763;
}

.site-header.sticky .top-header .btn-revel {
    color: var(--brand-black) !important;
    transition: none;
    margin-top: -13px;
}

.site-footer .footer-before {
    padding-bottom: 3rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(34, 23, 99, 0.1);
}

.site-footer .footer-before .footer-logo {
    display: block;
    text-align: left;
}

@media (max-width: 991.98px) {
    .site-footer .footer-before .footer-logo {
        margin-bottom: 1rem;
        text-align: center;
    }
}

.site-footer .footer-before .footer-logo img {
    max-width: 128px;
}

@media (min-width: 992px) {
    .site-footer .footer-before .footer-logo img {
        max-width: 198px;
    }
}

.site-footer .footer-before #footer-menu {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
@media (max-width: 991.98px) {
    .site-footer .footer-before #footer-menu {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    .site-footer .footer-before #footer-menu {
        flex-wrap: wrap;
    }
}


.site-footer .footer-before #footer-menu li a {
    color: var(--brand-text);
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    transition: 0.3s;
}
@media (max-width: 767.98px) {
    .site-footer .footer-before #footer-menu li a {
        padding-bottom: 0.9375rem;
        display: block;
    }
}


.site-footer .footer-before .social a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.site-footer .footer-before .social a svg {
    fill: #350ea1;
    transition: 0.3s;
}


@media (min-width: 768px) {
    .site-footer .footer-before .social a:last-of-type {
        padding-right: 0;
    }
}

.site-footer .site-info {
    background: rgba(113, 90, 255, 0.05);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.site-footer .site-info .site-info-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.site-footer .site-info .site-info-content p {
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 500;
    color: #350ea1;
}
@media (max-width: 767.98px) {
    .site-footer .site-info .site-info-content p:first-of-type {
        margin-bottom: 0.75rem;
    }
}


.page-hero {
    background: linear-gradient(113.67deg, #562BCD -20.16%, #785CED 118.54%);
    color: var(--bs-white);
    margin-top: -160px;
    padding-top: 160px;
    padding-bottom: 2.5rem;
    position: relative;
}

.page-hero::before {
    content: '';
    background-image: url(./assets/brand-art-banner.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 40%;
    right: -10%;
    width: 214px;
    height: 101px;
}

@media (min-width: 992px) {
    .page-hero::before {
        width: 340px;
        height: 159px;
        top: 30%;
        right: 15%;
    }
}

.page-hero .page-title {
    font-size: 1.5rem;
    margin-bottom: 0.625rem;
    font-weight: 500;
}

@media (min-width: 992px) {
    .page-hero .page-title {
        font-weight: 400;
        font-size: 2.625rem;
        margin-bottom: 1rem;
    }
}


.breadC1 {
    padding: 2% 11%;
}
@media(max-width: 767px) {
 .breadC1 {
        padding: 2% 11%;
        margin-top: 15%;
    }
}


@media (min-width: 992px) {
    .page-wrap .latest-new .new-job .job-title .exp-req {
        font-size: 0.8125rem;
        margin-bottom: 1.375rem;
        color: var(--brand-blue);
    }
}

.page-template-page-contact .site-footer {
    margin-top: 6.25rem;
}

@media (min-width: 992px) {
    .page-template-page-contact .site-footer {
        margin-top: 12.5rem;
    }
}

/*
.page-template-page-contact #contactTab {
	overflow: auto hidden;
	max-width: 1320px;
	white-space: nowrap;
	display: flex;
	flex-wrap: initial;
	padding-top: 1.875rem;
	padding-bottom: 1rem;
	border: 0;
}*/
.page-template-page-contact #contactTab li {
    margin-right: 20px;
}

.page-template-page-contact #contactTab li:last-of-type {
    margin-right: 0;
}

.page-template-page-contact #contactTab li button {
    border: 0;
    display: flex;
    align-items: center;
    border: 1px solid var(--bs-white);
    border-radius: 90px;
    /*padding: 0.6875rem 2.125rem;*/
    font-size: 0.75rem;
    color: var(--bs-white);
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
    z-index: 2;
    position: relative;
}

@media (min-width: 992px) {
    .page-template-page-contact #contactTab li button {
        font-size: 1rem;
    }
}


.page-template-page-contact #contactTab li button.active {
    background-color: var(--bs-white);
    color: var(--brand-blue);
}

.location-block .lb-grids {
    display: grid;
}

@media (min-width: 992px) {
    .location-block .lb-grids {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2.5rem;
    }
}

.location-block .lb-grids .lb-grid {
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .location-block .lb-grids .lb-grid {
        padding: 2.125rem;
        margin-bottom: 1.5rem;
    }
}

.location-block .lb-grids .lb-grid .lb-head {
    display: flex;
    margin-bottom: 0.75rem;
    align-items: center;
}

.location-block .lb-grids .lb-grid .lb-head img {
    max-height: 40px;
    margin-right: 0.875rem;
}

@media (min-width: 992px) {
    .location-block .lb-grids .lb-grid .lb-head img {
        margin-right: 1.625rem;
        max-height: 56px;
    }
}

.location-block .lb-grids .lb-grid .lb-head h5, .location-block .lb-grids .lb-grid .lb-head .h5 {
    font-size: 1.125rem;
    font-weight: 500;
}

.location-block .lb-grids .lb-grid .lb-head h5 span, .location-block .lb-grids .lb-grid .lb-head .h5 span {
    display: block;
    color: var(--brand-text);
}

@media (min-width: 992px) {
    .location-block .lb-grids .lb-grid .lb-head h5, .location-block .lb-grids .lb-grid .lb-head .h5 {
        font-size: 1.5rem;
    }
}

.location-block .lb-grids .lb-grid p {
    font-size: 0.875rem;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .location-block .lb-grids .lb-grid p {
        font-size: 1.125rem;
    }
}

.location-block .lb-grids .lb-grid:nth-of-type(1) h5, .location-block .lb-grids .lb-grid:nth-of-type(1) .h5 {
    color: var(--brand-blue);
}

.location-block .lb-grids .lb-grid:nth-of-type(2) h5, .location-block .lb-grids .lb-grid:nth-of-type(2) .h5 {
    color: var(--brand-red);
}

.location-block .lb-grids .lb-grid:nth-of-type(3) h5, .location-block .lb-grids .lb-grid:nth-of-type(3) .h5 {
    color: var(--brand-green);
}

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap'); * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'IBM Plex Sans', sans-serif;
}

body {
    line-height: 1.4;
}


.main-wrapper_menu a {
    color: #000;
    text-decoration: none;
}

.main-wrapper_menu ul li {
    list-style-type: none;
}

.navbar_menu {
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
    background-color: #FFF;
}

.brand-and-icon_menu {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}


.navbar-collapse_menu {
    overflow-y: scroll;
    display: none;
}

.navbar-nav_menu > li:last-child {
    display: flex;
    justify-content: center;
}

.navbar-nav_menu > li > a {
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
    color: #221763;
}

.navbar-nav_menu > li:last-child a {
    padding: 16px 46px;
    background: #715AFF;
    color: #fff;
    border-radius: 50px;
    max-width: 200px;
    text-align: center;
}

.drop-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


.sub-menu_menu h4 {
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.sub-menu_menu ul li {
    text-transform: capitalize;
    padding: 0.5rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
}

.sub-menu_menu ul li a {
    opacity: 1;
}


.sub-menu_menu {
    display: none;
}

.sub-menu-item_menu {
    padding-left: 1.2rem;
}

/* Media Queries */


/*End Menu*/
/* what are you looking section */
.purple-form-sec {
    background: linear-gradient(113.67deg, #562BCD -20.16%, #785CED 118.54%);
    padding: 115px 0;
    position: relative;
    /*background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/Group-1842.jpg');*/
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.getinForm h4 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}

.getinForm p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}


.purple-form-sec .container {
    max-width: 1140px;
}
@media(max-width: 991px) {
    .main-wrapper_menu a {
        margin-top: 10px;
    }
}
@media(max-width: 767px) {
    .getin-img {
        text-align: center;
    }

    .getin-img img {
        max-width: 260px;
        margin-bottom: 30px;
    }

    .purple-form-sec {
        padding-top: 42px;
    }
}

/*Contact Page*/
.newContact .page-hero {
    margin-top: 0;
    padding-bottom: 80px;
}

.newContact .page-hero p {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
}

.newContact .page-hero::before {
    top: auto;
    bottom: 48px;
}

.tabButton {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 16px 8px 15px;
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
}

.tabButton img {
    border-radius: 100%;
    z-index: 1;
    opacity: 0.5;
}

.newTabsSec .nav-tabs {
    border-bottom: none;
}

.tabButton p {
    margin: 0 0 0 20px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.38);
}

.tabButton:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.08);
    width: 55px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.newTabsSec .nav-link {
    padding: 0;
    border: 0;
}

.newTabsSec .nav-link.active .tabButton img {
    opacity: 1;
}

.newTabsSec .nav-link.active .tabButton {
    box-shadow: -3px 3px 6px rgba(230, 230, 230, 0.2), 3px -3px 6px rgba(230, 230, 230, 0.2), -3px -3px 6px rgba(255, 255, 255, 0.9), 3px 3px 8px rgba(230, 230, 230, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(230, 230, 230, 0.5);
    border-color: #562BCD;
}

.newTabsSec .nav-link.active .tabButton:before {
    background: linear-gradient(80.13deg, #562BCD -295.16%, #785CED 221.94%)
}

.newTabsSec .nav-link.active .tabButton p {
    color: #0C0520;
}

.newTabsSec .nav-item {
    margin-right: 20px;
}

.newTabsSec {
    padding: 20px 0 70px;
}

.purple-form-sec.whiteSec {
    background: #ffffff;
    padding: 0 0 90px;
}

.purple-form-sec.whiteSec .getinForm h4 {
    color: #0C0520;
}
.purple-form-sec.whiteSec .getinForm p {
    color: #0C0520D6;
}

.purple-form-sec.whiteSec .formGroup input {
    background: #f8f8f8;
    border-bottom: 1px solid rgba(12, 5, 32, 0.1);
    color: #221763;
}

.purple-form-sec.whiteSec .formGroup input:focus {
    background: rgba(12, 5, 32, 0.005);
    border-bottom: 1px solid #221763;
}

.purple-form-sec.whiteSec .formGroup input::placeholder {
    color: rgba(12, 5, 32, 0.38);
}

.purple-form-sec.whiteSec .formGroup input::-webkit-input-placeholder {
    /* Edge */
    color: rgba(12, 5, 32, 0.38);
}

.purple-form-sec.whiteSec formGroup input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(12, 5, 32, 0.38);
}

.purple-form-sec.whiteSec .formGroup textarea {
    border-bottom: 1px solid rgba(12, 5, 32, 0.1);
    background: #f8f8f8;
}

.purple-form-sec.whiteSec .formGroup textarea:focus {
    background: rgba(12, 5, 32, 0.005);
    border-bottom: 1px solid #221763;
}

.purple-form-sec.whiteSec .formGroup textarea::placeholder {
    color: rgba(12, 5, 32, 0.38);
}

.purple-form-sec.whiteSec .formGroup textarea::-webkit-textarea-placeholder {
    /* Edge */
    color: rgba(12, 5, 32, 0.38);
}

.purple-form-sec.whiteSec formGroup textarea:-ms-textarea-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(12, 5, 32, 0.38);
}

.purple-form-sec.whiteSec .getinForm p {
    color: #0C0520D6;
}

.purple-form-sec.whiteSec .getinForm form .submitForm {
    background: #715AFF;
    border: 1px solid #715AFF;
}

.purple-form-sec.whiteSec .getinForm form .submitForm:hover {
    background: #fff;
    color: #715AFF ;
}

.purple-form-sec.whiteSec .getinForm h4 {
    font-size: 42px;
    margin-bottom: 60px;
}

.container.customcontainer {
    max-width: 1140px;
}

.quickSec {
    padding: 80px 120px;
    background: linear-gradient(113.67deg, #562BCD -20.16%, #785CED 118.54%);
    color: #ffffff;
}

.quickSec h4 {
    font-size: 42px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: normal;
    opacity: .8;
}

.quickSec p {
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0 0 40px;
    opacity: .8;
}

.singlePerson h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: .8;
}

.singlePerson a {
    font-family: IBM Plex Sans;
    font-weight: normal;
    font-size: 18px;
    line-height: 146.45%;
    color: #FFFFFF;
    display: inline-block;
    word-break: break-all;
    opacity: .8;
}

span.lbGridImg {
    position: absolute;
    right: 10px;
    top: 10px;
}

.location-block .lb-grids .lb-grid {
    position: relative;
}

.followSocial {
    text-align: center;
}

.followSocial h4 {
    color: #350EA1;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 40px;
}

.followSocial ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
}

.followSocial ul li a {
    background: #715AFF;
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 13px;
    font-size: 24px;
}

.formGroup.fileupload {
    position: relative;
}

.formGroup.fileupload input[type="text"] {
    position: relative;
    z-index: 0;
    pointer-events: none;
}

.formGroup.fileupload input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 51px;
    opacity: 0;
    z-index: 1;
    width: 100%;
}

.formGroup.fileupload span.fileIcon {
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 24px;
    z-index: 1;
}

.formGroup.fileupload text {
    font-size: 12px;
    margin: 5px 0 0;
    color: #22176361;
}

.customCheckbox p {
    font-size: 18px;
    margin-bottom: 8px;
}

/* Customize the label (the container) */
.checkContainer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 20px;
    margin-right: 40px;
}

/* Hide the browser's default checkbox */
.checkContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid rgba(12, 5, 32, 0.1);
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkContainer:hover input ~ .checkmark {
    background-color: #715AFF;
}

/* When the checkbox is checked, add a blue background */
.checkContainer input:checked ~ .checkmark {
    background-color: #715AFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkContainer .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.singleCareer {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 22px;
    padding: 22px 30px;
    margin-bottom: 25px;
    display: flex;
}

.careenName {
    flex: 1;
    padding-right: 50px;
}

.careenName h5 {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #0C0520;
    margin-bottom: 16px;
}

.careenName span {
    font-family: 'IBM Plex Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 104.52%;
    color: #715AFF;
}

.careerExper {
    max-width: 120px;
    width: 120px;
    text-align: center;
    padding-left: 25px;
    border-left: 1px solid #EAEAEA;
}

.careerExper h5 {
    font-size: 13px;
    line-height: 104.52%;
    color: #999999;
    margin-bottom: 12px;
}

.careerExper h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 93.02%;
    color: #715AFF;
}

.careerExper h6 span {
    display: block;
}

.pink-btn {
    font-weight: 500;
    padding: 17px 70px;
    background: #FF595A;
    border-radius: 90px;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.52%;
    text-align: center;
    border: 1px solid #fff;
}

.pink-btn:hover {
    color: #fff;
    background: #715AFF;
}

.careerSec {
    padding: 0 0 90px;
}

.careerSec h4 {
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    color: #0C0520;
    margin-bottom: 20px;
}

.careerSec p {
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #0C0520;
}

.careerRow {
    padding: 65px 0 25px;
}

.careerTab .purple-form-sec.whiteSec .getinForm h4 {
    margin-bottom: 20px;
}

.careerTab p {
    font-weight: normal;
    font-size: 23px;
    line-height: 29px;
    color: #0C0520;
}

.careerTab form {
    margin-top: 60px;
}

.tab-content .getin-img {
    display: flex;
    align-items: center;
    height: 100%;
}

@media(max-width: 991px) {
    .careerRow {
        padding: 0px 0 25px;
    }

    .checkContainer {
        padding-left: 28px;
        margin-right: 10px;
    }

    .purple-form-sec.whiteSec .getinForm h4 {
        font-size: 36px;
    }
}

@media(max-width: 767px) {
    .newTabsSec .nav-tabs {
        display: block;
    }

    .newTabsSec .nav-tabs li {
        margin: 15px 0;
        display: block;
    }

    .newTabsSec .nav-tabs li button {
        margin: 0;
        width: 100%;
    }

    .newTabsSec {
        padding: 20px 0 30px;
    }

    .purple-form-sec.whiteSec .getinForm h4 {
        font-size: 30px;
    }

    .careerTab p {
        font-size: 20px;
    }

    .careerTab form {
        margin-top: 30px;
    }

    .tab-content .getin-img {
        display: block;
        padding: 50px 0 0;
    }

    .purple-form-sec.whiteSec {
        background: #ffffff;
        padding: 0 0 0px;
    }

    .careerSec h4 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .careenName {
        padding-right: 0;
    }

    .singleCareer {
        padding: 15px;
        display: block;
    }

    .careerExper {
        max-width: 100%;
        width: 100%;
        text-align: left;
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid #EAEAEA;
        padding-top: 15px;
        margin-top: 15px;
    }

    .careerExper h6 span {
        display: inline-block;
    }

    .quickSec h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .singlePerson {
        margin-bottom: 30px;
    }

    .quickSec {
        padding: 40px 0 0;
    }

    .followSocial h4 {
        font-size: 24px;
        margin: 0 0 20px;
    }
}

/* 24-02-2022 Start */
/* New homoepage */
.herosec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/06/Home-page-banner.webp');
}

.herosec-dummy {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/10/msd-365-banner.webp');
}

.heroText {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 0 15px;
}

.heroTextHome {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
    min-height: 50vh;
    padding: 0 15px;
    text-align: left;
}

.heroTitle {
    max-width: 100%;
    color: #fff;
}

.heroTitle h1 {
    font-size: 53px;
    margin-bottom: 20px;
}

.heroTitle h1 span {
    display: block;
    font-family: "Gilmer", sans-serif;
}

.heroTitle h4 {
    font-family: gilmer light;
}

.heroTitle h1 + h4 {
    margin-bottom: 20px;
}

.heroTitle h4 strong {
    font-family: "Gilmer", sans-serif;
}

.gradientbg {
    background: linear-gradient(113.67deg, #562BCD -20.16%, #785CED 118.54%);
}

.whoSec {
    text-align: center;
    padding: 40px 0 78px;
    color: #fff;
    background: linear-gradient(120.48deg, #7462E7 -14.4%, #8A30D0 99.15%), linear-gradient(180deg, #09072B 0%, #281450 100%);
}

.whoSec .sec-heading p {
    color: #ffffff;
}

.whoSec .sec-heading p::before {
    background: #ffffff;
}

.whoSec .sec-heading + p {
    font-size: 24px;
    padding: 0 70px;
    line-height: 150%;
    margin-bottom: 0;
}

.aboutUs {
    padding: 140px 0;
}

.aboutUs .aboutText h3 {
    font-weight: 400;
    font-size: 42px;
    color: #0C0520;
}

.aboutUs .aboutText h3 + h3 {
    margin-bottom: 42px;
}

.aboutUs .aboutText h3 span {
    font-weight: bold;
    font-family: "Gilmer", sans-serif;
}

.aboutUs .aboutText > p {
    color: #221763;
    padding-right: 65px;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 15px;
}

.aboutUs .aboutText a {
    color: #715AFF;
}

.aboutUs ul.icons-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    padding: 0 0 18px;
}

.aboutUs ul.icons-list li {
    list-style: none;
}

.aboutUs ul.icons-list li span {
    width: 94px;
    max-width: 94px;
    height: 94px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 0.727273px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 7.27273px 6.96699px 12.1922px rgba(98, 98, 98, 0.04);
    border-radius: 24px;
}

.aboutUs .flex-control-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.aboutUs .flex-control-nav li {
    list-style: none;
    margin: 0 5px;
}

.aboutUs .flex-control-nav li a {
    width: 8px;
    font-size: 0;
    height: 8px;
    border-radius: 100%;
    background-color: #CACACA;
    opacity: 0.6;
    display: inline-block;
}

.aboutUs .flex-control-nav li .flex-active {
    background: #8F8F8F;
    opacity: 1;
}

.aboutUs .flex-direction-nav {
    display: none;
}

.looking-sec .serv-heading span {
    font-family: "Gilmer", sans-serif;
}

.looking-sec .serv-btn {
    padding: 10px 27px;
    margin-left: 9px;
}

.tellUsSec {
    padding: 52px 0;
    margin-top: 68px;
}

.tellUsSec h3 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
}

.tellUsSec p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.tellUsSec .btnCol {
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

.whiteBtn {
    background-color: #fff;
    color: #715AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    margin: 14px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
}

.whiteBtn +.whiteBtn {
    margin-right: 0;
}

.whiteBtn img {
    margin-right: 5px;
}

.whiteBtn:hover {
    color: #715AFF;
}

.customTestSec {
    padding: 120px 0 55px;
}

/*.customTestSec .sec-heading h4 {
	    padding-right: 100px;
	}*/
.testingType h4 {
    font-family: 'IBM Plex Sans', sans-serif;
}

.testingType p {
    margin-bottom: 10px;
    font-size: 18px;
    width: 105%;
}

.testingType a {
    color: #715AFF;
}

.testingType {
    margin-bottom: 20px;
}

.testingImg img {
    width: 100%;
}

.testingImg {
    min-height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.grey-bg {
    background-color: #FCFCFC;
}

.single-why {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 10px 9.57961px 16.7643px rgba(98, 98, 98, 0.04);
    border-radius: 24px;
    padding: 30px 40px 30px 30px ;
    height: 100%;
}

.single-why h4 {
    margin: 24px 0 10px;
    font-family: 'IBM Plex Sans', sans-serif
}

.single-why p {
    font-size: 18px;
}

.whyCrestech {
    padding-bottom: 140px;
}

.coreTesting {
    padding: 140px 0;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    color: #fff;
}

.coreTesting .sec-heading h4 {
    padding-right: 21%;
}

.coreType {
    padding-right: 80px;
    margin-bottom: 40px;
}

.coreType p {
    font-size: 18px;
}

.coreType h4 {
    font-family: 'IBM Plex Sans', sans-serif;
}

.btnPrimary {
    font-weight: 500;
    padding: 10px 33px;
    background: transparent;
    border-radius: 90px;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.52%;
    text-align: center;
    border: 2px solid #fff;
}

.btnPrimary:hover {
    background: #715AFF;
    color: #fff;
}

@media(max-width: 1500px) {
    .container.fullWidth {
        max-width: 100%;
    }
}

.pad0 {
    padding: 0;
}

.margin0 {
    margin: 0;
}

.approachSec .container.fullWidth {
    padding: 0;
}

.tellUsSec .row, .approachSec .row {
    margin: 0;
}

.approachCol {
    align-items: center ;
    display: flex;
    padding-left: 4%;
}

.approachSec {
    padding: 140px 0;
}

.approachSec h6 {
    font-weight: normal;
    opacity: 0.7;
    margin-bottom: 40px;
    font-size: 18px;
    margin-top: 35px;
}

.approachText p {
    font-size: 18px;
    margin-bottom: 15px;
}

.parameterList {
    display: flex;
}

.parameterList ul {
    border-left: 2px solid #715AFF;
    padding-left: 60px;
    max-width: 50%;
    padding-right: 17px;
}

.parameterList ul li {
    list-style: none;
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
    font-weight: 500;
}

.liwidth {
    width: 600px;
}

.parameterList ul li:last-child {
    margin-bottom: 0;
}

.parameterList ul li:before {
    width: 18px;
    height: 18px;
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/02/yellow-tick.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
}

.aboutText {
    position: relative;
    padding: 0px 0 0 100px;
}

.aboutText:before {
    position: absolute;
    content: '';
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/02/about-graphic.svg');
    width: 135px;
    height: 135px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -95px;
    left: 0px;
}

.customTestSec .sec-heading {
    position: relative;
}

.customTestSec .sec-heading:before {
    position: absolute;
    content: '';
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/02/whatwedo.svg');
    width: 184px;
    height: 77px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -45px;
    left: 160px;
}

.container.newContainer {
    max-width: 1295px;
    padding: 0 15px;
}

.aboutSlider {
    margin-top: 40px;
}

.approachSec .container.fullWidth {
    padding: 0;
}

.approachSec .row {
    margin: 0;
}

.tellUsSec .row {
    margin: 0;
}

@media(min-width: 992px) and (max-width: 1200px) {
    .aboutUs ul.icons-list li span {
        width: 85px;
        height: 85px;
    }

    .looking-sec .serv-btn {
        padding: 10px 32px;
        margin-left: 0;
    }

    .aboutUs .aboutText h3 {
        font-size: 32px;
    }

    .looking-sec .serv-heading {
        font-size: 17px !important;
        min-height: 92px !important;
    }

    .whiteBtn {
        padding: 12px 10px;
        margin: 0 10px 0 0;
        font-size: 15px;
    }

    .coreTesting .sec-heading h4 {
        padding-right: 0;
    }

    .aboutUs ul.icons-list {
        gap: 30px;
    }
}

@media(max-width: 991px) {
    .heroTitle {
        max-width: 70%;
    }

    .heroTitle h1 {
        font-size: 53px;
    }

    .aboutText::before {
        bottom: auto;
        left: auto;
        top: 0;
        right: 0;
        transform: rotate(180deg);
    }

    .aboutText {
        padding: 0;
        margin-bottom: 60px;
    }

    .aboutUs ul.icons-list {
        justify-content: center;
        gap: 0;
    }

    .aboutUs ul.icons-list li {
        flex-basis: 25%;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

    .tellUsSec {
        text-align: center;
    }

    .tellUsSec .btnCol {
        justify-content: center;
        margin-top: 20px;
    }

    .testingType p {
        width: 100%;
    }

    .customTestSec .row {
        flex-direction: column-reverse;
    }

    .whyrow > div {
        margin-bottom: 30px;
    }

    .coreTesting .sec-heading h4 {
        padding-right: 15%;
        margin: 30px 0;
    }

    .approachSec .row {
        flex-direction: column-reverse;
    }

    .approachImg {
        text-align: right;
    }

    .aboutSlider {
        margin-top: 0px;
    }
}

@media(max-width: 767px) {
    .heroTitle {
        max-width: 100%;
    }

    .heroTitle h1 {
        font-size: 44px;
    }

    .herosec {
        background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/mobile-hero.webp');
    }

    .herosec-dummy {
        background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/10/msd-365-banner-mobile.webp');
    }

    .heroTitle h4 {
        font-size: 20px;
    }

    .heroText {
        justify-content: flex-end;
        padding: 258px 15px 107px;
        min-height: inherit;
    }

    .sec-heading p {
        font-size: 12px;
    }

    .whoSec .sec-heading + p {
        font-size: 18px;
        padding: 0 15px;
    }

    .whoSec {
        padding: 17px 0 34px;
    }

    .aboutUs {
        padding: 40px 0;
    }

    .aboutText::before {
        right: -38px;
        width: 120px;
        height: 120px;
        top: -15px;
    }

    .tellUsSec .btnCol {
        display: block;
    }

    .aboutUs .aboutText h3 {
        font-size: 24px;
    }

    .aboutUs .aboutText h3 span {
        font-size: 32px;
    }

    .aboutUs .aboutText > p {
        padding-right: 0;
        font-size: 16px;
    }

    .aboutUs {
        overflow: hidden;
    }

    .aboutUs ul.icons-list li {
        margin: 14px 0;
    }

    .aboutUs ul.icons-list li span {
        width: 65px;
        max-width: 65px;
        height: 65px;
        padding: 5px;
        border-radius: 16px;
    }

    .sec-heading h4 {
        font-size: 24px;
    }

    .looking-sec .single-serv > a {
        padding: 0px 0 42px 20px;
    }

    .looking-sec .serv-img {
        margin-right: 0;
        border-radius: 24px;
        font-size: 0;
        height: 115px;
        width: 148px;
        margin-top: -18px;
    }

    .testType .serv-heading .head-link {
        border-width: 2px;
    }

    .looking-sec .serv-heading {
        padding: 0 50px 0 0;
        font-size: 16px;
        line-height: 142%;
    }

    .looking-sec .serv-btn {
        padding: 7px 22px;
        margin-left: 0;
        float: right;
        margin-right: 20px;
    }

    .looking-sec .single-serv {
        margin-right: 0;
        width: 100%;
        margin-bottom: 37px;
    }

    .serv-btn {
        border: 2px solid #715AFF;
    }

    .looking-sec .single-serv > a {
        padding: 0px 0 24px 20px;
    }

    .looking-sec {
        padding-bottom: 23px;
    }

    .tellUsSec {
        padding: 34px 0 24px;
    }

    .tellUsSec h3 {
        font-size: 24px;
    }

    .tellUsSec p {
        font-size: 16px;
    }

    .whiteBtn {
        display: inline-flex;
        margin: 17px 0;
    }

    .customTestSec {
        padding: 60px 0 30px;
    }

    .customTestSec .sec-heading::before {
        display: none;
    }

    .customTestSec .sec-heading h4 {
        padding-right: 15%;
    }

    .testingType {
        margin-bottom: 25px;
    }

    .testingType h4 {
        font-size: 18px;
    }

    .testingType p {
        font-size: 16px;
    }

    .testingType a {
        color: #715AFF;
    }

    .single-why {
        border-radius: 20px;
        padding: 24px 16px 24px 88px;
        position: relative;
    }

    .single-why img {
        position: absolute;
        width: 48px;
        left: 16px;
    }

    .single-why h4 {
        margin: 0px 0 10px;
        font-size: 18px;
    }

    .single-why p {
        font-size: 16px;
        line-height: 158%;
        margin-bottom: 0;
    }

    .whyCrestech {
        padding-bottom: 35px;
    }

    .coreTesting {
        padding: 60px 0 24px;
    }

    .coreImg {
        margin-right: 15px;
    }

    .coreTesting .sec-heading h4 {
        padding-right: 20%;
        margin: 22px 0 34px;
    }

    .coreType {
        padding-right: 0;
        margin-bottom: 34px;
    }

    .coreType h4 {
        font-size: 18px;
    }

    .coreType p {
        font-size: 16px;
        padding-right: 10px;
    }

    .btnPrimary {
        padding: 6px 31px;
        border: 2px solid #fff;
    }

    .approachSec {
        padding: 60px 0;
    }

    .approachImg img {
        max-width: 80%;
    }

    .approachText {
        padding-top: 10px;
    }

    .approachText p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .approachText .sec-heading h4 {
        margin-bottom: 25px;
    }

    .approachSec h6 {
        opacity: .6;
        margin-bottom: 34px;
        font-size: 14px;
        margin-top: -12px;
        color: #0C0520;
    }

    .parameterList ul li::before {
        width: 24px;
        height: 24px;
        top: 0px;
        left: -36px;
    }

    .parameterList ul li {
        line-height: 128%;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .liwidth {
        width: 273px;
    }

    .parameterList ul {
        border-left: 2px solid #715AFF;
        padding-left: 56px;
        max-width: 100%;
        padding-right: 20%;
    }

    .parameterList {
        display: block;
    }

    .parameterList ul + ul {
        padding-top: 20px;
    }

    .aboutUs .aboutText h3 + h3 {
        margin-bottom: 16px;
    }

    .aboutText {
        margin-bottom: 26px;
    }

    .aboutUs .flex-control-nav {
        margin-top: -34px;
        z-index: 1;
        position: relative;
        padding-top: 50%;
    }

    .aboutUs .flex-control-nav li a {
        width: 6px;
        height: 6px;
    }

    .looking-sec .sec-heading {
        margin-bottom: 20px;
    }

    .container.newContainer {
        padding: 0;
    }
}

.row {
    margin: 0;
}

.site-header {
    position: absolute;
    background: rgba(0,0,0,0.38);
    width: 100%;
    top: 0;
    left: 0;
}

.navbar_menu {
    background: transparent;
}

.brand-and-icon_menu svg path {
    fill: #fff;
}

.navbar-nav_menu > li > a {
    color: #fff;
    font-weight: 400;
}

.site-header.sticky .brand-and-icon_menu svg path {
    fill: #000000;
}

.site-header.sticky .navbar-nav_menu > li > a {
    color: #221763;
    font-weight: 400;
}

.site-header.sticky .brand-and-icon_menu svg path:nth-child(2) {
    fill: #715AFF;
}

.site-header.sticky .navbar-nav_menu > li:last-child a {
    background: #715AFF;
    border: 1px solid #715AFF;
    color: #fff;
}

@media(max-width: 991px) {
    .navbar-nav_menu > li > a {
        color: #221763;
    }

    .navbar-nav_menu > li:last-child a {
        background: #715AFF;
        border: 1px solid #715AFF;
        color: #fff;
    }

    button.navbar-toggler_menu i {
        color: #fff;
    }

    .navbar-collapse_menu {
        background: #fff;
        padding: 0 15px;
    }

    .navbar_menu {
        background: rgba(0,0,0,0.38);
    }

    .site-header.sticky .navbar_menu {
        background: #fff;
        box-shadow: 0 1px 33px 18px rgba(0,0,0,.03);
    }

    .site-header.sticky button.navbar-toggler_menu i {
        color: #715AFF;
    }
}

/* 24-02-2022 End */
/* 01-03-2022 Start */
.cicdSec {
    padding: 0 0 90px;
}

.cicdSec .cicdText {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cicdSec .cicdText .sec-heading h4 {
    font-weight: 400;
}

.cicdSec .cicdText > p {
    font-size: 18px;
    width: 102%;
}

.cicdImg img {
    width: 566px;
    max-width: 100%;
}

.storySec {
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/02/blueGradient.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 120px 0 90px;
    overflow: hidden;
}

.storiesRow .col-lg-4 {
    margin-bottom: 24px;
}

.container.storyContainer {
    max-width: 1227px;
}

.storiesBtn {
    display: flex;
    min-height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 42px;
}

.storySec .sec-heading h4 {
    font-weight: 400;
}

.storySec .serv-btn {
    font-weight: 500;
    border-width: 2px;
    padding: 12px 23px;
    background: transparent;
}

.singleStory {
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    background: #fff;
    padding: 10px 12px 30px;
    min-height: 100%;
}

.singleStory .storyImg {
    margin-bottom: 28px;
}

.singleStory .storyImg img {
    width: 100%;
    border-radius: 10px;
}

.contentStoryWrap {
    padding: 0 12px;
}

.contentStoryWrap h3 {
    margin: 14px 0px;
}

.contentStoryWrap h3 a {
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: #350EA1;
    font-family: 'IBM Plex Sans', sans-serif;
}

.contentStoryWrap p {
    font-size: 18px;
    margin-bottom: 14px;
}

.contentStoryWrap > a {
    display: flex;
    align-items: center;
    color: #715AFF;
    font-weight: 500;
}

.contentStoryWrap a img {
    margin-left: 5px;
}

.testimonialSec {
    background-color: rgba(34,23,99,0.02);
    padding: 30px 0 42px;
}

.testimonialSec .sec-heading h4 {
    font-weight: 400;
}

.clientIcons {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 60px;
}

.clientIcons li {
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 24px;
    border: 0.727273px solid rgba(0, 0, 0, 0.1);
    box-shadow: 7.27273px 6.96699px 12.1922px rgba(98, 98, 98, 0.04);
}

.videoSliderSec {
    padding: 42px 0;
    background: linear-gradient(120.48deg, #7462E7 -14.4%, #8A30D0 99.15%), linear-gradient(180deg, #09072B 0%, #281450 100%);
}

.videoSliderSec .videoslider {
    max-width: 910px;
    margin: 0 auto;
}

.singleVidReview .reviewText h3 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    font-family: 'IBM Plex Sans', sans-serif;
}

.singleVidReview .reviewText h3 span {
    font-size: 24px;
}

.singleVidReview {
    display: flex;
    gap: 100px;
    max-width: 910px;
    align-items: center;
}

.singleVidReview .reviewVideo {
    width: 325px;
    min-width: 325px;
}

.singleVidReview .reviewVideo .reviewVideoLink {
    position: relative;
    display: inline-block;
    width: 100%;
}

.singleVidReview .reviewVideo .reviewVideoLink img {
    border-radius: 24px;
}

.singleVidReview .reviewVideo .reviewVideoLink span {
    position: absolute;
    width: 63px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.videoslider .flex-control-nav {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 48px;
}

.videoslider .flex-control-nav li {
    list-style: none;
    margin: 0 5px;
}

.videoslider .flex-control-nav li a {
    width: 8px;
    font-size: 0;
    height: 8px;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.6);
    opacity: 0.6;
    display: inline-block;
}

.videoslider .flex-control-nav li .flex-active {
    background: #fff;
    opacity: 1;
}

.videoslider .flex-direction-nav {
    display: none;
}

.reviewSec {
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/bg-testimonial.webp');
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 42px 0;
}

.reviewSec .sec-heading {
    padding: 0;
}

.reviewSec .sec-heading h4 {
    font-weight: 400;
    margin-bottom: 18px;
}

.reviewSec .conainer.fullWidth {
    padding-left: 5%;
    padding-right: 0px;
}

.reviewSlider .singleReview {
    padding: 40px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    position: relative;
}

.reviewSlider .singleReview:before {
    position: absolute;
    content: '';
    top: 30px;
    right: 30px;
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/02/quote-mark.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 31px;
    height: 24px;
}

.reviewSlider .singleReview > p {
    font-size: 18px;
    line-height: 150%;
    padding-right: 10px;
    margin-bottom: 5px;
}

.reviewSlider .singleReview > a {
    font-size: 16px;
    height: 22px;
}

.reviewerImgWrap {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
}

.reviewerImg {
    min-width: 100px;
    max-width: 100px;
}

.reviewerName h5 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 134%;
    font-family: 'IBM Plex Sans', sans-serif;
}

.reviewerName h6 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 134%;
    color: #350EA1;
}

.singleReview > a {
    display: flex;
    align-items: center;
    color: #715AFF;
    font-weight: 500;
}

.singleReview > a img {
    margin-left: 5px;
}

.reviewSec .testimonialContent {
    position: relative;
    min-height: 100%;
    padding-bottom: 100px;
}

.reviewSec .testimonialContent > p {
    color: #221763;
    font-size: 18px;
    padding-right: 25%;
    line-height: 150%;
}

.reviewSec .swiperButton {
    background: transparent;
    box-shadow: none;
    border: none;
    position: absolute;
    bottom: 0;
    top: auto;
}

.reviewSec .swiper-button-next {
    background-image: url(https://www.crestechsoftware.com/marketing/wp-content/uploads/2022/01/right.png);
    width: 80px;
    height: 80px;
    font-size: 0px !important;
    left: 100px;
    right: auto;
}

.reviewSec .swiper-button-prev {
    background-image: url(https://www.crestechsoftware.com/marketing/wp-content/uploads/2022/01/left.png);
    width: 80px;
    height: 80px;
    font-size: 0px !important;
    left: 0;
}

.reviewSlider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.reviewSlider .swiper-wrapper {
    padding-left: initial;
    margin: 0;
}

.storySec .sec-heading {
    position: relative;
}

.storySec .sec-heading:before {
    position: absolute;
    content: '';
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/02/about-graphic.svg');
    width: 135px;
    height: 135px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -70px;
    left: -90px;
    transform: rotate(90deg);
}

.proSection {
    background: linear-gradient(120.48deg, #7462E7 -14.4%, #8A30D0 99.15%), linear-gradient(180deg, #09072B 0%, #281450 100%);
    padding: 42px 0 180px;
    color: #fff;
}

.proSection .container.newContainer {
    max-width: 1310px;
}

.proSection .proSectionContent {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.singleProcess h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 128%;
    margin-bottom: 21px;
}

.singleProcess p {
    font-size: 18px;
    line-height: 150%;
}

.singleProcess .btnPrimary {
    padding: 10px 17px;
}

.singleProcess {
    margin-bottom: 40px;
}

.proSection .process-img {
    text-align: right;
}

.proSection .process-img img {
    width: 720px;
    max-width: 100%;
}

.consultForm.site-footer {
    padding: 0 15px;
}

.consultForm.site-footer .container {
    max-width: 1280px;
    margin-bottom: 0;
}

.consultForm.site-footer .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.consultForm.site-footer .container {
    max-width: 1280px;
}

.consultForm.site-footer .gform_wrapper.gravity-theme .gform_fields select {
    border-bottom: 1px solid rgba(34, 23, 99, 0.2) !important;
    padding-left: 0;
    color: #221763;
    font-size: 15px;
    background: transparent;
    border: 0;
    width: 100%;
    padding-top: 0;
}

.consultForm.site-footer .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 20px;
}

.proMobImg {
    display: none;
}

.getinForm .submitBtnDiv {
    text-align: right;
}

.cresCountries {
    display: flex;
    list-style: none;
    gap: 2px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    width: 198px;
    margin-top: 12px;
    color: #715AFF;
    margin-bottom: -30px;
}

.cresCountries a {
    color: #715AFF;
    font-weight: 500;
}

body {
    overflow-x: hidden;
}

@media(max-width: 1280px) {
    .site-footer .book-footer .bf-form .gform_wrapper form .gform-body {
        position: relative;
        max-width: 550px;
        margin-left: -45px;
    }
}

.reviewSlider .swiper-slide {
    height: auto;
}

@media(min-width: 992px) {
    .consultForm.site-footer .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 4;
    }
}

@media(max-width: 1199px) {
    .site-footer .book-footer .bf-form .gform_wrapper form .gform-body {
        position: relative;
        margin-left: 0px;
    }

    .site-footer .book-footer .bf-form .gform_wrapper form .gform_footer {
        text-align: center;
        margin-top: 0;
        min-height: auto;
        height: auto;
        display: inline-block;
    }

    .site-footer .footer-before #footer-menu li a {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media(max-width: 991px) {
    .site-footer .book-footer .bf-form .gform_wrapper form .gform-body {
        max-width: inherit;
    }

    .cicdSec .cicdText > p {
        width: 100%;
    }

    .cicdImg {
        text-align: center;
    }

    .storiesBtn {
        justify-content: flex-start;
    }

    .reviewSec .conainer.fullWidth {
        padding: 0 0px 0 24px;
    }

    .reviewSec {
        padding: 42px 0 120px;
        position: relative;
    }

    .reviewSec .testimonialContent {
        position: inherit;
        padding-bottom: 0;
    }

    .reviewSec .swiper-button-next {
        left: 50%;
        right: auto;
        margin-left: 20px;
    }

    .reviewSec .swiper-button-prev {
        left: 50%;
        margin-left: -100px;
    }

    .reviewSec .swiperButton {
        bottom: 20px;
    }

    .site-footer .book-footer .bf-title-logo {
        left: 50%;
        margin-left: -45px;
    }

    .site-footer .book-footer {
        padding: 5.125rem 2.5rem 3.125rem;
    }

    .consultForm.site-footer .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        grid-column: span 12;
    }

    .consultForm.site-footer .ginput_recaptcha > div {
        margin: 0 auto;
    }

    .consultForm.site-footer .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 12;
    }

    .proSection .process-img img {
        display: none;
    }

    .proMobImg {
        display: block;
    }

    .proMobImg {
        display: block;
        text-align: center;
    }

    .proMobImg img {
        max-width: 100%;
    }

    .cresCountries {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .cicdSec .cicdText .sec-heading h4 {
        font-weight: 500;
        line-height: 128%;
        margin-bottom: 16px;
    }

    .cicdSec .cicdText > p {
        font-size: 16px;
        line-height: 158%;
    }

    .cicdSec {
        padding: 0 0 36px;
    }

    .storySec .sec-heading::before {
        display: none;
    }

    .storySec {
        padding: 48px 0 40px;
    }

    .storySec .sec-heading h4 {
        font-weight: 500;
        margin-bottom: 20px;
    }

    .storySec .serv-btn {
        padding: 7px 21px;
    }

    .storiesBtn {
        padding-bottom: 34px;
    }

    .singleStory {
        padding: 10px 10px 24px;
    }

    .contentStoryWrap {
        padding: 0 10px;
    }

    .singleStory .storyImg {
        margin-bottom: 22px;
    }

    .contentStoryWrap h3 a {
        font-size: 18px;
    }

    .contentStoryWrap p {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 158%;
    }

    .storiesRow .col-lg-4 {
        margin-bottom: 20px;
    }

    .testimonialSec {
        padding: 22px 0 34px;
    }

    .testimonialSec .sec-heading h4 {
        font-weight: 500;
    }

    .clientIcons {
        gap: 14px;
    }

    .clientIcons li {
        height: 75px;
        width: 75px;
        padding: 10px;
    }

    .singleVidReview .reviewText h3 {
        font-size: 20px;
        font-family: "Gilmer", sans-serif;
    }

    .singleVidReview .reviewText h3 span {
        font-size: 18px;
        display: block;
        font-family: "Gilmer", sans-serif;
        margin-top: 2px;
        margin-bottom: 30px;
    }

    .singleVidReview {
        display: block;
    }

    .singleVidReview .reviewVideo {
        width: 100%;
        min-width: 100%;
    }

    .singleVidReview .reviewVideo .reviewVideoLink {
        display: block;
    }

    .singleVidReview .reviewVideo .reviewVideoLink > img {
        width: 100%;
    }

    .videoSliderSec {
        padding: 34px 0;
    }

    .videoslider .flex-control-nav {
        height: 28px;
    }

    .reviewSec .conainer.fullWidth {
        padding: 0;
    }

    .reviewSec {
        padding: 48px 0 128px;
    }

    .reviewSec .sec-heading h4 {
        font-weight: 500;
    }

    .reviewSec .testimonialContent > p {
        padding-right: 0;
    }

    .reviewSec .col-lg-8.pad0 {
        padding: 0 30px;
    }

    .reviewSlider .singleReview {
        padding: 22px 24px 28px;
        width: 100%;
    }

    .reviewSlider .swiper-slide {
        list-style: none;
        display: flex;
    }

    .reviewerImg {
        min-width: 60px;
        max-width: 60px;
    }

    .reviewerImgWrap {
        gap: 18px;
        margin-bottom: 15px;
    }

    .reviewerName h5 {
        font-size: 12px;
    }

    .reviewerName h6 {
        font-size: 12px;
    }

    .reviewSlider .singleReview::before {
        top: 18px;
        right: 19px;
        width: 18px;
        height: 14px;
    }

    .reviewSlider .singleReview > p {
        font-size: 16px;
        padding-right: 0;
    }

    .reviewSec .swiper-button-next {
        width: 60px;
        height: 60px;
        left: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 14px;
    }

    .reviewSec .swiper-button-prev {
        width: 60px;
        height: 60px;
        margin-left: -74px;
        left: 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .reviewSec .swiperButton {
        bottom: 34px;
    }

    .purple-form-sec .container .row {
        flex-direction: column-reverse;
    }

    .joincrestech img {
        width: 35px;
        height: 35px;
    }

    .joincrestech p {
        margin: 0 0 0 15px;
        font-size: 12px;
    }

    .joincrestech {
        padding: 8px 15px 8px 8px;
        top: 34px;
        bottom: auto;
    }

    .joincrestech::before {
        width: 25px;
    }

    .getinForm h4 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .formGroup input::placeholder {
        font-size: 12px;
    }

    .formGroup textarea::placeholder {
        font-size: 12px;
    }

    .formGroup textarea {
        font-size: 12px;
    }

    .formGroup input {
        font-size: 12px;
    }

    .getinForm form .submitForm {
        padding: 7px 50px;
    }

    .purple-form-sec {
        padding-bottom: 34px;
    }

    .proSection {
        /*padding: 35px 0 410px;*/
    }

    .singleProcess h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .singleProcess p {
        font-size: 16px;
        line-height: 158%;
        margin-bottom: 20px;
    }

    .singleProcess .btnPrimary {
        padding: 10px 22px;
    }

    .singleProcess {
        margin-bottom: 30px;
    }

    .site-footer .book-footer {
        padding: 65px 20px 11px;
    }

    .site-footer .book-footer .bf-title p {
        font-size: 28px;
        margin-bottom: 34px;
        line-height: 34px;
        padding: 0 10px;
    }

    .consultForm.site-footer .gform_wrapper.gravity-theme .gform_fields {
        display: block !important;
    }

    .site-footer .book-footer .bf-form .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input {
        padding-bottom: 0;
        margin-bottom: 20px;
    }

    .consultForm.site-footer .site-footer .book-footer .bf-form .gform_wrapper form .gform-body .gform_fields .fot-code .gfield_label {
        top: 6px;
    }

    .consultForm.site-footer .book-footer .bf-form .gform_wrapper form .gform-body .gform_fields .gfield:nth-of-type(2) {
        position: relative;
        display: inline-block;
        width: 25%;
    }

    .consultForm.site-footer .gform_wrapper.gravity-theme .gform_fields select {
        padding-bottom: 6px;
    }

    .site-footer .book-footer .bf-form .gform_wrapper form .gform-body .gform_fields .gfield:nth-of-type(3) {
        display: inline-block;
        width: 75%;
    }

    .consultForm.site-footer .ginput_recaptcha > div {
        margin: 20px auto 12px;
        width: 100% !important;
    }

    .site-footer .book-footer .bf-form {
        padding: 0;
    }

    .storySec {
        background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/Light-Gradient-15.webp');
        background-position: bottom center;
    }

    .site-footer .book-footer {
        margin-top: 0px;
    }

    .container.storyContainer {
        padding: 0;
    }

    .getinForm .submitBtnDiv {
        text-align: center;
    }

    .site-footer .book-footer .bf-form .gform_wrapper form .gform-body .gform_fields .fot-code .gfield_label {
        top: 8px;
    }

    .consultForm.site-footer .ginput_recaptcha {
        text-align: center;
    }

    .site-footer .footer-before #footer-menu li a {
        font-size: 14px;
        padding: 5px 14px;
    }

    .looking-sec .servImg {
        width: 100%;
    }
}

#input_7_1_3_container label {
    display: none;
}

#input_7_1_3_container input[type=text] {
    background: rgba(255,255,255,.1);
    border-radius: 2px 2px 0 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.6);
    padding: 12px 28px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

#field_7_2 input[type=text] {
    background: rgba(255,255,255,.1);
    border-radius: 2px 2px 0 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.6);
    padding: 12px 28px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

#field_7_3 input[type=text] {
    background: rgba(255,255,255,.1);
    border-radius: 2px 2px 0 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.6);
    padding: 12px 28px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

#input_7_4 {
    background: rgba(255,255,255,.1);
    border-radius: 2px 2px 0 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.6);
    padding: 12px 28px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

#field_7_6 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

#gform_submit_button_6 {
    margin-left: 17%;
    margin-top: 95%;
}

.gform_footer .top_label {
    margin-top: -15%;
    margin-left: 79%;
}

#gform_submit_button_7 {
    font-weight: 500;
    padding: 0.75rem 2.5rem;
    background: transparent;

    border-radius: 90px;
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 157.52%;
    text-align: center;
    border: 1px solid #fff;
}

.html5-watermark {
    display: none;
}

/* 01-03-2022 End */
.badgesSecWrap {
    width: 100%;
    max-width: 1247px;
    margin: 0 auto;
    display: flex;
    gap: 66px;
    align-items: center;
}

.badgesSecWrap {
    width: 100%;
    max-width: 1247px;
    margin: 0 auto;
    display: flex;
    gap: 66px;
    align-items: center;
}

.badges-section {
    padding: 42px 15px;
}

.badges-section .container {
    max-width: 1271px;
}

.badgesSecLeft {
    flex: 1;
}

.badges-section ul {
    display: flex;
    list-style: none;
    gap: 37px;
}

.giveRiviews {
    display: flex;
    gap: 19px;
    margin-top: 74px;
    flex-direction: row-reverse;
}

.giveRiviewsLeft {
    max-width: inherit;
    flex: 1;
}

.giveRiviews img {
    width: 100%;
}

.giveRiviewsRight {
    min-width: 278px;
    max-width: 278px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: -7px;
}

.badgesSecImg {
    text-align: right;
    min-width: 560px;
    max-width: 560px;
}

.badgesSecImg img {
    max-width: 575px;
}

.clutch-widget {
    margin-bottom: -8px;
}

.clutch-widget iframe {
    display: inline-block !important;
    margin: 0 0px 0 -7px !important;
}

.gartnerpeer {
    padding: 10px;
    background-color: #5A3A95;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 3px;
}

.gartnerpeer img {
    width: 225px;
}

@media(max-width: 1270px) {
    .badgesSecWrap {
        gap: 30px;
    }
}

@media(max-width: 1199px) {
    .badgesSecImg {
        min-width: 400px;
    }

    .badgesSecImg img {
        max-width: 450px;
    }

    .badgesSecWrap {
        gap: 30px;
    }
}

@media(max-width: 991px) {
    .badgesSecWrap {
        flex-direction: column-reverse;
    }

    .badges-section ul {
        justify-content: center;
    }
}

@media(max-width: 767px) {
    .badges-section {
        padding: 32px 15px;
    }

    .badgesSecImg {
        min-width: auto;
        margin-bottom: 0px;
    }

    .badgesSecImg img {
        max-width: 100%;
    }

    .badges-section ul {
        gap: 20px;
    }

    .giveRiviews {
        display: flex;
        gap: 23px;
        margin-top: 30px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .giveRiviewsRight {
        max-width: 205px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 23px;
    }

    .badgesSecLeft {
        width: 100%;
    }

    .gartnerpeer {
        padding: 10px 15px;
    }
}

/* Load Testing Page */
.consultForm.site-footer .book-footer .bf-title-logo {
    display: flex;
    background: linear-gradient(113.67deg, #562BCD -20.16%, #785CED 118.54%);
    width: 90px;
    height: 90px;
    margin-bottom: 0;
    position: absolute;
    top: -45px;
    left: 87px;
}

.loadTestingHero {
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/load-testing.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
}

.loadTestingHero .heroText {
    max-width: 1310px;
}

.herosec.loadTestingHero:before {
    position: absolute;
    content: '';
    width: 602px;
    height: 474px;
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/load-testing-hero.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    bottom: -110px;
    right: 0;
}

.loadTestingHero .heroTitle h1 + h4 {
    margin-bottom: 24px;
}

.MSDLandingHero {
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/12/msd-erp-testing-ad-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
}

.MSDLandingHero .heroText {
    max-width: 1310px;
}

.MSDLandingHero .heroTitle h1 + h4 {
    margin-bottom: 24px;
}

.msdHero {
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/11/msd-365-service-page-banner-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
}

.msdHero .heroText {
    max-width: 1310px;
}

.msdHero .heroTitle h1 + h4 {
    margin-bottom: 24px;
}

.apiTestingHero {
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/10/api-services.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    position: relative;
}

.apiTestingHero .heroText {
    max-width: 1310px;
}

.apiTestingHero .heroTitle h1 + h4 {
    margin-bottom: 24px;
}

.container.containerBlock {
    max-width: 1310px;
    padding: 0px;
}

.t-whatwedo {
    padding-top: 234px;
}

.container.containerBlock .row > * {
    padding-right: 15px;
    padding-left: 15px;
}

.t-whatwedo-text > p {
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin: 0px 0px 42px;
    padding-right: 75px;
}

.t-whatwedo-text .parameterList ul {
    max-width: 100%;
    padding-left: 65px;
    margin-bottom: 24px;
}

.t-whatwedo-text .parameterList ul li::before {
    left: -46px;
}

.container.containerBlock .sec-heading {
    padding-top: 0px;
}

.t-whatwedo-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}

.textlink {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #715AFF;
}

.textlink img {
    margin-left: 8px;
    margin-top: 2px;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    /*background-color: #ccc;*/
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.testing-3bs .sec-heading {
    text-align: center;
}

.testing-3bs ul {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
}

.testing-3bs ul li {
    list-style: none;
    padding: 22px 22px 40px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 10px 9.57961px 16.7643px rgba(98, 98, 98, 0.04);
    border-radius: 24px;
}

.testing-3bs ul li {
    max-width: 367px;
}

.testing-3bs p {
    font-size: 18px;
    line-height: 150%;
    margin: 0;
}

.testing-3bs {
    padding: 104px 0 140px;
}

.testing-3bs .bs-accordion {
    display: none;
}

.t-platforms-wrap {
    background: linear-gradient(105.64deg, #F2F0FF -22.35%, #EFFFFF 100%);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    box-shadow: 10px 9.57961px 16.7643px rgba(98, 98, 98, 0.04);
    border-radius: 24px;
    padding: 48px 0;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.t-platforms-wrap h3 {
    font-size: 28px;
    text-align: center;
    color: #221763;
}

.t-platforms-wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    max-width: 1072px;
    margin: 34px auto 0;
}

.t-platforms-wrap ul li {
    text-align: center;
}

.t-platforms-wrap ul li h4 {
    font-size: 24px;
    font-weight: normal;
    margin: 22px 0 0;
    color: #221763;
}

.digitalCopy {
    padding: 270px 0 80px;
    background: linear-gradient(120.48deg, #7462E7 -14.4%, #8A30D0 99.15%);
    margin-top: -153px;
}

.digital-form h3 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px;
    font-weight: bold;
}

.digital-form .formGroup {
    display: flex;
    gap: 43px;
    align-items: center;
    margin: 0;
}

.digital-form .formGroup input {
    width: 413px;
}

.digital-form .formGroup .whiteBtn {
    margin: 0;
    min-width: 170px;
}

.digitalCopyForm {
    max-width: 1103px;
    margin: 0 auto;
    display: flex;
    gap: 113px;
    align-items: center;
    position: relative;
}

.digitalImg {
    position: relative;
}

.digitalImg:before {
    position: absolute;
    content: '';
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/Vector.svg');
    width: 90px;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: -60px;
    left: -60px;
}

.digitalCopyForm .digitalImg {
    width: 364px;
}

.digitalCopyForm .digitalImg img {
    width: 100%;
}

.t-howWeDo {
    padding: 140px 0;
}

.t-howWeDo .t-howWeDoText {
    display: flex;
    align-items: center;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
}

.t-howWeDo .t-howWeDoText > p {
    font-size: 18px;
}

.t-howWeDoImg {
    font-size: 0;
    text-align: right;
}

.t-howWeDoImg img {
    max-width: 597px;
}

.container.containerBlock .pad-rt {
    padding-right: 0;
}

.container.containerBlock .pad-left {
    padding-left: 0;
}

.t-perform {
    padding-bottom: 70px;
}

.t-perform .sec-heading {
    text-align: center;
}

.performSteps {
    max-width: 962px;
    margin: 0 auto;
    position: relative;
}

.performSteps:before {
    width: 104px;
    height: 473px;
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/zigzag.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    position: absolute;
}

.performSteps .zigzagImg {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    display: none;
}

.performSteps li {
    list-style: none;
    max-width: 362px;
    background: #FFFFFF;
    border: 1px solid rgba(12, 5, 32, 0.1);
    box-shadow: 10px 9.57961px 16.7643px rgba(98, 98, 98, 0.04);
    border-radius: 100px;
    position: relative;
    padding: 18px 60px;
    margin-top: -40px;
    margin-bottom: 80px;
}

.performSteps li h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0C0520;
    margin: 0 0 8px;
}

.performSteps li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    font-family: "Gilmer", sans-serif;
    color: #0C0520;
    margin: 0;
}

.performSteps li .performTestStep {
    background: #FFFFFF;
    box-shadow: -10px 9.57961px 16.7643px rgba(98, 98, 98, 0.04);
    font-family: "Gilmer", sans-serif;
    font-weight: 700;
    font-size: 40.798px;
    line-height: 41px;
    color: rgba(12, 5, 32, 0.6);
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -43.5px;
}

.performTestStep.rightStep {
    right: -57px;
}

.performTestStep.leftStep {
    left: -57px;
}

.performSteps li:first-child .performTestStep {
    border: 6px solid rgba(255, 89, 90, 0.6);
}

.performSteps li:nth-child(2) .performTestStep {
    border: 6px solid rgba(253, 178, 32, 0.6);
}

.performSteps li:nth-child(3) .performTestStep {
    border: 6px solid rgba(34, 23, 99, 0.6);
}

.performSteps li:nth-child(4) .performTestStep {
    border: 6px solid rgba(33, 192, 192, 0.6);
}

.performSteps li:nth-child(5) .performTestStep {
    border: 6px solid #85F8FF;
}

.performSteps li:nth-child(6) .performTestStep {
    border: 6px solid rgba(12, 5, 32, 0.6);
}

.performSteps li:last-child .performTestStep {
    border: 6px solid rgba(113, 90, 255, 0.6);
}

.performSteps li:nth-child(even) {
    float: right;
    margin-top: -120px;
}

.performSteps li:first-child {
    margin-top: 0;
}

.performSteps li:last-child {
    margin-bottom: 0;
}

.performance-accordionSec {
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/performanceBg.jpg');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 70px 0 140px;
}

.performance-accordionSec .sec-heading {
    text-align: center;
}

.accordWrap {
    max-width: 1064px;
    margin: 0 auto;
}

.accordionTitle {
    background-color: transparent;
    cursor: pointer;
    padding: 0px 0 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 500;
    font-size: 24px;
    line-height: 104.52%;
    color: #350EA1;
    border-bottom: 1px solid rgba(113,90,255,0.1);
    margin-bottom: 20px;
    font-family: "Gilmer", sans-serif;
}

.accordWrap .active {
    border-bottom: 0;
    background-color: transparent;
    margin: 0;
}

.accordionTitle:hover {
    background-color: transparent;
}

.accordionTitle::after {
    content: '\f105';
    color: #715AFF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    margin-right: 24px;
    margin-top: 5px;
}

.active.accordionTitle::after {
    transform: rotate(90deg);
}

.accordWrap .panel {
    padding: 0;
    background-color: transparent;
}

.accordWrap .panel p {
    margin: 0;
    font-size: 18px;
}

.accordWrap .active + .panel {
    padding: 0px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(113,90,255,0.1);
}

.t-toolsUse ul.icons-list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: flex-end;*/
    gap: 46px;
    padding: 0 0 18px;
}

.t-toolsUse ul.icons-list li {
    list-style: none;
}

.t-toolsUse ul.icons-list li span {
    width: 122px;
    max-width: 122px;
    height: 122px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 0.727273px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 7.27273px 6.96699px 12.1922px rgba(98, 98, 98, 0.04);
    border-radius: 24px;
}

.t-toolsUse .flex-direction-nav {
    display: none;
}

.t-toolsUse .parameterList ul {
    padding-right: 12px;
}

.verticalAlign {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
}

.container.containerBlock .pad0 {
    padding: 0 !important;
}

.t-toolsUse .approachText > p {
    padding-right: 90px;
}

.t-toolsUse .approachText .sec-heading p {
    font-size: 16px;
    margin-bottom: 5px;
}

.t-toolsUseIcons.verticalAlign {
    align-items: flex-end;
}

.t-toolsUse.approachSec h6 {
    margin-top: 20px;
}

.t-perform-types {
    padding: 100px 0;
    background-color: #f7f7f8;
    margin-bottom: 140px;
}

.t-perform-types .sec-heading {
    text-align: center;
}

.t-perform-types .sec-heading h4 {
    font-size: 42px;
}

.t-typesList {
    list-style: none;
    max-width: 1044px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}

.t-typesList li {
    width: 308px;
    font-size: 24px;
    line-height: 158%;
    color: #221763 ;
    font-weight: 500;
    font-family: "Gilmer", sans-serif;
}

.t-typesList li img {
    margin-right: 20px;
}

.t-typesList-api {
    list-style: none;
    max-width: 1044px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-between;
}

.t-typesList-api li {
    width: 471px;
    font-size: 24px;
    line-height: 158%;
    color: #221763 ;
    font-weight: 500;
    font-family: "Gilmer", sans-serif;
}

.t-typesList-api li img {
    margin-right: 20px;
}

.t-loadTest {
    padding: 140px 0 240px;
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/06/Group-1459.webp');
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    color: #fff;
}

.t-loadTest .sec-heading p {
    color: #fff;
}

.t-loadTest .sec-heading p:before {
    background-color: #fff;
}

.t-loadTest-text > p {
    font-size: 18px;
    line-height: 150%;
}

.t-loadTestSteps li {
    list-style: none;
    width: 457px;
    background-color: #fff;
    border-radius: 24px;
    font-size: 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 150%;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    float: right;
    padding: 24px 33px 24px 24px;
    clear: both;
}

.t-loadTestSteps li:last-child {
    margin-bottom: 0;
    margin-right: 65px;
}

.t-loadTestSteps li:first-child {
    margin-right: 65px;
}

.t-loadTestSteps li p {
    margin: 0;
    color: #000;
}

.t-loadTestSteps li span {
    border-radius: 100%;
    width: 74px;
    min-width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 125%;
    color: #FF595A;
    background: #FFEEEF;
    margin-right: 24px;
}

.t-loadTest .sec-heading h4 {
    padding-right: 70px;
}

.t-whyChoose .t-whatwedo-text > p {
    padding-right: 40px;
}

.t-whyChoose img {
    max-width: 600px;
}

.t-trendTopics {
    padding: 120px 0 140px;
}

.singleBlog {
    padding: 32px 32px 24px 32px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    box-shadow: 10px 9.57961px 16.7643px rgba(98, 98, 98, 0.04);
    border-radius: 24px;
    display: flex;
    height: 100%;
    gap: 40px;
}

.singleBlog .singleBlogImg img {
    min-width: 148px;
    max-width: 148px;
    border-radius: 12px;
}

.singleBlogDetail h4 {
    color: #350EA1;
    margin: 0 0 12px;
    line-height: 125%;
}

.singleBlogDetail h4 a {
    color: #350EA1;
}

.singleBlogDetail p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 150%;
    color: #272727;
}

.singleBlogDetail h6 {
    font-size: 12px;
    line-height: 165%;
    font-weight: normal;
    margin: 0 0 12px;
}

.singleBlogDetail h6 a {
    color: #715AFF;
}

.t-trendTopics .serv-btn {
    font-weight: 500;
    border-width: 2px;
    padding: 12px 23px;
    background: transparent;
}

.t-industries {
    padding: 0 0 110px;
}

.t-SingleInd {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.t-SingleInd img {
    border-radius: 24px;
    width: 104px;
    margin-right: 24px;
    min-width: 104px;
}

.t-SingleInd h3 {
    font-size: 20px;
    line-height: 128%;
    margin: 0;
}

.t-whatwedo.t-whyChoose {
    padding-top: 140px;
}

.storySec.t-testingStories {
    background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/testing-success-stories.jpg');
    padding: 120px 0 116px;
}

.storySec.t-testingStories .sec-heading::before {
    display: none;
}

.t-platforms {
    padding: 0 15px;
}

.container.containerBlock .sec-heading h4 span {
    font-family: "Gilmer", sans-serif;
}

.consultForm.site-footer {
    position: relative;
}

.consultForm.site-footer::before {
    background: #FCFCFC;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.t-platforms {
    position: relative;
}

.t-platforms::before {
    background: #FCFCFC;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media(max-width: 1285px) {
    .t-toolsUse ul.icons-list {
        gap: 30px;
    }
}

@media(max-width: 1199px) {
    .loadTestingHero .heroTitle {
        max-width: 70%;
    }

    .MSDLandingHero .heroTitle {
        max-width: 70%;
    }

    .msdHero .heroTitle {
        max-width: 70%;
    }

    .t-platforms-wrap {
        padding: 48px 15px;
    }

    .t-howWeDoImg img {
        max-width: 100%;
    }

    .t-toolsUse ul.icons-list {
        gap: 20px;
    }

    .t-toolsUse ul.icons-list li span {
        width: 100px;
        max-width: 100px;
        height: 100px;
    }

    .t-typesList li {
        width: 280px;
        font-size: 18px;
        display: flex;
        align-items: center;
    }

    .t-loadTestSteps li:first-child {
        margin-right: 30px;
    }

    .t-loadTestSteps li:last-child {
        margin-right: 30px;
    }

    .t-whyChoose img {
        max-width: 100%;
    }

    .singleBlog {
        gap: 24px;
    }

    .t-SingleInd img {
        width: 75px;
        margin-right: 10px;
        min-width: 75px;
    }

    .t-SingleInd h3 {
        font-size: 17px;
    }

    .digitalCopyForm {
        gap: 30px;
    }
}

@media(max-width: 991px) {
    .consultForm.site-footer .book-footer .bf-title-logo {
        left: 50%;
    }

    .loadTestingHero .heroTitle {
        max-width: 100%;
    }

    .MSDLandingHero .heroTitle {
        max-width: 100%;
    }

    .msdHero .heroTitle {
        max-width: 100%;
    }

    .heroText {
        justify-content: flex-start;
        padding: 180px 15px 0;
    }

    .t-whatwedo .row {
        flex-direction: column-reverse;
    }

    .t-whatwedo-text {
        margin-bottom: 50px;
    }

    .t-whatwedo-Img {
        text-align: center;
    }

    .testing-3bs ul {
        flex-direction: column;
    }

    .testing-3bs ul li {
        max-width: 100%;
        padding: 22px;
    }

    .t-platforms-wrap ul li h4 {
        font-size: 18px;
    }

    .t-platforms-wrap ul li img {
        width: 70px;
    }

    .digitalCopyForm {
        gap: 60px;
        flex-direction: column;
    }

    .t-howWeDoImg {
        text-align: center;
    }

    .performSteps li {
        max-width: 48%;
        margin-top: 200px;
        margin-bottom: 0;
    }

    .performSteps li:nth-child(2n) {
        margin-top: 40px;
    }

    .performSteps::before {
        display: none;
    }

    .approachSec.t-toolsUse .row {
        flex-direction: column;
    }

    .t-toolsUse .container.containerBlock .pad-left {
        padding-left: 15px;
    }

    .t-toolsUse ul.icons-list {
        max-width: 462px;
    }

    .t-toolsUseIcons.verticalAlign {
        align-items: center;
        margin-top: 50px;
    }

    .t-typesList {
        gap: 0;
    }

    .t-typesList li {
        width: 50%;
        font-size: 18px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .t-typesList li img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .t-loadTestSteps li:first-child {
        margin-right: 0;
    }

    .t-loadTestSteps li:last-child {
        margin-right: 0;
    }

    .t-loadTestSteps li {
        width: 100%;
    }

    .t-whyChooseImg {
        text-align: center;
    }

    .rowBlogs > div {
        margin-bottom: 30px;
    }

    .rowBlogs > div:last-child {
        margin-bottom: 0px;
    }
}

.showInMobile {
    display: none;
}

@media(max-width: 767px) {
    .herosec.loadTestingHero::before {
        width: 298px;
        height: 234px;
        bottom: -70px;
    }

    .herosec.MSDLandingHero::before {
        width: 298px;
        height: 234px;
        bottom: -70px;
    }

    .herosec.msdHero::before {
        width: 298px;
        height: 234px;
        bottom: -70px;
    }

    .heroText {
        padding: 110px 15px 278px;
    }

    .t-whatwedo {
        padding-top: 122px;
    }

    .t-whatwedo-text > p {
        font-size: 16px;
        margin: 0px 0px 24px;
        padding-right: 0;
    }

    .t-whatwedo-text .sec-heading h4 {
        margin-bottom: 16px;
    }

    .t-whatwedo-text .parameterList ul {
        padding-left: 47px;
        padding-right: 0;
    }

    .t-whatwedo-text .parameterList ul li::before {
        left: -35px;
    }

    .t-whatwedo-text {
        margin-bottom: 34px;
    }

    .testing-3bs {
        padding: 40px 0 50px;
    }

    .testing-3bs ul {
        display: none;
    }

    .testing-3bs .bs-accordion {
        display: block;
    }

    .accordionItem {
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.04);
        box-shadow: 10px 9.57961px 16.7643px rgba(98, 98, 98, 0.04);
        border-radius: 24px;
        padding: 24px 20px;
        margin-bottom: 12px;
    }

    .accordionItem .accordion {
        padding: 0;
        background: transparent;
        font-size: 18px;
        font-weight: 500;
        font-family: 'IBM Plex Sans', sans-serif;
    }

    .container.containerBlock .sec-heading {
        text-align: left;
    }

    .container.containerBlock .sec-heading h4 span {
        display: block;
    }

    .accordionItem .accordion::after {
        content: '\f105';
        color: #715AFF;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
        text-rendering: auto;
        margin-right: 0px;
        margin-top: 2px;
    }

    .accordionItem .active.accordion::after {
        transform: rotate(90deg);
    }

    .accordionItem .panel {
        padding: 0;
    }

    .accordionItem .active + .panel {
        padding: 8px 0 0;
    }

    .testing-3bs p {
        font-size: 16px;
    }

    .t-platforms-wrap h3 {
        font-size: 18px;
        max-width: 230px;
        margin: 0 auto;
    }

    .t-platforms-wrap {
        padding: 32px 15px;
        max-width: 294px;
    }

    .t-platforms-wrap ul {
        justify-content: flex-start;
        max-width: 230px;
        margin: 34px auto 0;
        flex-wrap: wrap;
        gap: 20px;
    }

    .t-platforms-wrap ul li {
        width: 27%;
    }

    .t-platforms-wrap ul li img {
        width: 50px;
    }

    .t-platforms-wrap ul li h4 {
        font-size: 13px;
    }

    .digitalCopyForm .digitalImg {
        width: 175px;
    }

    .digitalImg::before {
        width: 44px;
        height: 44px;
        top: -32px;
        left: -32px;
    }

    .digitalCopy {
        padding: 204px 0 34px;
    }

    .digital-form .formGroup input {
        width: 100%;
    }

    .digital-form .formGroup {
        gap: 33px;
        flex-direction: column;
    }

    .digitalCopyForm {
        gap: 12px;
    }

    .digital-form h3 {
        font-size: 18px;
        margin: 0 0 12px;
        font-weight: 500;
    }

    .digital-form {
        width: 100%;
        text-align: center;
    }

    .t-howWeDo {
        padding: 60px 0;
    }

    .t-howWeDo .row {
        flex-direction: column-reverse;
    }

    .t-howWeDoImg {
        margin-bottom: 34px;
    }

    .t-howWeDo .container.containerBlock .pad-rt {
        padding-right: 15px;
    }

    .t-howWeDoText .sec-heading h4 {
        margin-bottom: 16px;
    }

    .t-howWeDo .t-howWeDoText > p {
        font-size: 16px;
        padding-right: 10px;
        margin-bottom: 8px;
    }

    .t-perform .sec-heading {
        text-align: center;
        padding: 0 50px;
    }

    .performSteps li:nth-child(2n) {
        float: none;
        margin-left: 39px;
    }

    .performSteps li .performTestStep {
        font-size: 37.798px;
        line-height: 41px;
        width: 80px;
        height: 80px;
        top: 50%;
        margin-top: -40px;
    }

    .performTestStep.rightStep {
        right: -40px;
    }

    .performTestStep.leftStep {
        left: -40px;
    }

    .performSteps li {
        max-width: 100%;
        margin-top: 12px;
        margin-bottom: 0;
        margin-right: 39px;
        padding: 23px 40px;
    }

    .performSteps li:nth-child(2n) {
        margin-top: 12px;
        padding: 23px 23px 23px 60px;
        margin-right: 0;
    }

    .performSteps li h4 {
        font-size: 18px;
    }

    .t-perform {
        padding-bottom: 30px;
    }

    .performance-accordionSec .container.containerBlock .sec-heading {
        text-align: center;
        padding: 0 50px;
    }

    .performance-accordionSec {
        padding: 30px 0 40px;
    }

    .accordionTitle {
        font-size: 18px;
        line-height: 128%;
        padding-right: 90px;
        position: relative;
    }

    .accordionTitle::after {
        margin-right: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .accordWrap .panel p {
        font-size: 16px;
        padding-right: 10px;
    }

    .t-toolsUse .approachText > p {
        padding-right: 10px;
        margin-bottom: 10px;
    }

    .t-toolsUse .parameterList ul {
        padding-right: 40px;
    }

    .t-toolsUse .approachText .sec-heading h4 {
        margin-bottom: 16px;
    }

    .t-toolsUse ul.icons-list li span {
        width: 67px;
        max-width: 67px;
        height: 67px;
    }

    .t-toolsUse ul.icons-list {
        gap: 25px;
    }

    .t-toolsUse ul.icons-list {
        max-width: 345px;
    }

    .t-toolsUseIcons.verticalAlign {
        margin-top: 34px;
    }

    .approachSec.t-toolsUse {
        padding: 60px 0 42px;
    }

    .t-perform-types .sec-heading h4 {
        font-size: 24px;
        padding: 0 40px;
        text-align: center;
    }

    .t-typesList li {
        font-size: 16px;
        margin-bottom: 24px;
        line-height: 10px;
        font-weight: normal;
    }

    .t-typesList li img {
        margin-bottom: 10px;
        width: 40px;
    }

    .t-perform-types {
        padding: 60px 0 35px;
        margin-bottom: 60px;
    }

    .t-loadTest {
        padding: 60px 0 440px;
    }

    .t-loadTest .sec-heading h4 {
        margin-bottom: 16px;
    }

    .t-loadTest-text > p {
        font-size: 16px;
        padding-right: 4px;
    }

    .t-loadTestSteps li span {
        width: 55px;
        min-width: 55px;
        height: 55px;
        font-weight: 600;
        font-size: 21px;
        margin-right: 18px;
    }

    .t-loadTestSteps li {
        font-size: 16px;
        margin-bottom: 12px;
        padding: 18px 25px 18px 18px;
    }

    .t-whatwedo.t-whyChoose {
        padding-top: 60px;
    }

    .t-whyChoose .t-whatwedo-text > p {
        padding-right: 5px;
    }

    .t-whyChoose .t-whatwedo-text .parameterList ul {
        padding-right: 10px;
    }

    .t-whatwedo.t-whyChoose .row {
        flex-direction: column;
    }

    .t-whyChooseImg {
        margin-bottom: 15px;
    }

    .t-trendTopics {
        padding: 0px 0 60px;
    }

    .t-trendTopics .container.containerBlock .sec-heading {
        text-align: center;
    }

    .t-trendTopics .sec-heading h4 {
        margin-bottom: 16px;
    }

    .storiesBtn {
        justify-content: center;
    }

    .singleBlog .singleBlogImg img {
        min-width: 80px;
        max-width: 80px;
    }

    .singleBlog {
        gap: 22px;
        padding: 12px;
    }

    .singleBlogDetail h4 {
        margin: 0 0 7px;
        font-size: 16px;
        padding-right: 10px;
    }

    .singleBlogDetail p {
        display: none;
    }

    .singleBlogDetail h6 {
        padding-right: 65px;
        margin: 0 0 7px;
    }

    .t-industries .container.containerBlock .sec-heading {
        text-align: center;
    }

    .t-industries {
        padding: 0 0 40px;
    }

    .t-SingleInd img {
        width: 80px;
        margin-right: 0;
        min-width: 80px;
        margin-bottom: 8px;
    }

    .t-SingleInd {
        background: transparent;
        border: 0;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .t-SingleInd h3 {
        font-size: 16px;
        font-weight: normal;
    }

    .t-industriesRow > div {
        width: 33.33%;
    }

    .hideInMobile {
        display: none;
    }

    .showInMobile {
        display: block;
    }

    .row.t-industriesRow {
        max-width: 304px;
        margin: 0 auto;
    }

    .storySec.t-testingStories {
        padding: 40px 0;
    }

    .loadTestingHero {
        background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/03/testing-hero-mb.jpg');
    }

    .MSDLandingHero {
        background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/12/msd-erp-testing-ad-banner.jpg');
    }

    .msdHero {
        background-image: url('https://www.crestechsoftware.com/wp-content/uploads/2022/11/msd-service-page-banner-mobile.webp');
    }

    #gform_submit_button_8 {
        margin: 0;
        min-width: 170px;
        background-color: #fff;
        color: #715AFF;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 20px;
        margin: 14px;
        border-radius: 30px;
        font-weight: 500;
        font-size: 16px;
        border-color: #863AD4;
        margin-left: -234%!important;
        margin-top: -5%!important;
    }

    #field_8_2 {
        margin-top: 6%!important
    }

    #field_8_2 img {
        max-width: 100%;
        height: auto;
        width: auto;
        object-fit: cover;
        margin-right: 5px!important;
        margin-left: -24%!important;
    }
}

.formGroup #input_8_1 {
    width: 413px;
}

.formGroup #input_8_1 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px 2px 0px 0px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 12px 28px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.formGroup #input_8_1:active {
    background: rgba(255, 255, 255, 0.02);
}

.formGroup #input_8_1:focus {
    background: rgba(255, 255, 255, 0.02);
}

#gform_submit_button_8 {
    margin: 0;
    min-width: 170px;
    background-color: #fff;
    color: #715AFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    margin: 14px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    border-color: #863AD4;
    margin-left: 121%;
    margin-top: -11%;
}

#field_8_2 {
    margin-top: -14%;
    display: none;
}

#field_8_2 img {
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
    margin-right: 5px;
    margin-left: 108%;
}

/* case study and blog pages */
/* case study and blog pages */
.casePageWrap .page-banner-navigation li a.active:after {
    display: none;
}

.casePageWrap .page-banner {
    padding: 0 0 41px;
}

@media (min-width: 991px) {
    .casePageWrap .page-banner .container {
        padding-top: 152px;
    }
}

.casePageWrap .featured-cs, .ev-tails-cs #loadmorecontainer2, .blogPageWrap #loadmorecontainer2 {
    margin: 0 -12px;
}

@media (min-width: 768px) {
    .casePageWrap .cs-list-item {
        padding: 10px;
        margin-bottom: 30px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        height: 100%;
        /*flex-basis: 32%;
		max-width: 32%;*/
    }

    .casePageWrap .cs-list-item-thumb {
        width: 100%;
        min-height: 150px;
        max-height: 150px;
    }

    .casePageWrap .cs-list-item-in {
        padding: 15px 10px 10px;
        width: 100%;
    }

    .casePageWrap .cs-list-item-content {
        margin-bottom: 12px;
    }

    .casePageWrap .cs-list-item-content h3 {
        margin-bottom: 12px;
    }

    .casePageWrap .cs-grid-item-thumb {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .casePageWrap .cs-list-item-in {
        padding: 15px 10px 10px;
    }
}

.casePageWrap .cs-grid-item {
    margin-bottom: 35px;
}

.caseClientName, .caseDate {
    display: none;
}

.casePageWrap .cs-list-item-foot span:last-child {
    margin-left: inherit;
}

.casePageWrap .cs-list-item-foot {
    margin-bottom: 0px;
    align-items: self-start;
    justify-content: flex-start;
}

.casePageWrap .cs-grid-item-foot {
    margin-top: inherit;
    font-size: 16px;
    margin-bottom: 0;
    align-items: flex-start;
    justify-content: flex-start;
}

.casePageWrap .cs-grid-item-foot span:last-child {
    margin-left: inherit;
}

.casePageWrap .cs-grid-item-in {
    margin-bottom: 12px;
}

.casePageWrap .cs-grid-item {
    padding: 10px 10px 20px;
}

.casePageWrap .cs-grid-item-thumb {
    padding-top: 47.72%;
}

.ev-tails-cs #loadmorecontainer2 {
    margin: 0 -15px;
}

.blogPageWrap .blog-grid-item {
    margin-bottom: 16px;
    padding: 24px;
}

.blogPageWrap .blog-grid-item-thumb {
    max-width: 122px;
    min-height: 122px;
    width: 100%;
    height: 122px;
    margin-top: 5px;
}

.blogPageWrap .blog-grid-item-in {
    flex-wrap: inherit;
}

.blogPageWrap .blog-grid-item-content {
    max-width: inherit;
    padding-left: 20px;
    flex: 1;
}

.blogPageWrap .blog-grid-item-content h3 {
    color: #350EA1;
}

.blogPageWrap .blog-grid-item-foot .textlink {
    font-size: 16px;
    margin-top: 10px;
}

.blogPageWrap .featured-articles .article-subscription-main {
    margin: 44px 0 60px;
}

.blogPageWrap .page-banner-navigation li a.active:after {
    display: none;
}

.blogPageWrap .blog-grid-item-large .blog-grid-item-thumb {
    height: 325px;
}

.blogPageWrap .blog-grid-item-foot {
    margin-bottom: 0px;
}

.blogPageWrap .blog-grid-item.blog-grid-item-large {
    margin-bottom: 60px;
}

.casePageWrap .page-banner .back-btn {
    margin-bottom: 60px;
}

.casePageWrap .page-banner-meta .download-pdf {
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 7px 30px;
}

.casePageWrap .page-banner-meta-date {
    flex: 1;
}

.caseTitleImg {
    max-width: 1057px;
    margin: 0 auto;
    padding-top: 14px;
}

.caseTitleImg h1 p {
    font-size: 60px;
    font-weight: normal;
    font-family: "Gilmer", sans-serif;
}

.caseTitleImg h1 p span {
    font-family: "Gilmer", sans-serif;
}

.caseTitleImg h1 {
    margin-bottom: 20px;
}

.caseTitleImg h1 p strong {
    font-family: "Gilmer", sans-serif;
}

.caseTitleImg img {
    width: 860px;
    border-radius: 24px;
    margin-bottom: 20px;
}

.blogHeadSocial {
    display: flex;
    list-style: none;
    gap: 15px;
    flex: 1;
    justify-content: flex-end;
}

.blogHeadSocial a {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    color: #715AFF;
    font-size: 26px;
}

.article-share-wrap .blogHeadSocial a {
    background: #715AFF;
    color: #fff;
    padding-top: 2px;
}

.article-share-wrap .blogHeadSocial {
    justify-content: center;
}

.backToBlogWrap {
    display: flex;
}

.page-banner .backToBlogWrap .back-btn {
    margin-bottom: 0;
}

.backToBlogWrap {
    margin-bottom: 40px;
}

.single-post .page-banner {
    padding: 0 0 40px;
}

.blogTitleH1 h1 {
    font-size: 60px;
    font-weight: 500;
    font-family: "Gilmer", sans-serif;
    margin-bottom: 0;
}

.blogImgWrap {
    position: relative;
    display: inline-block;
    margin: 60px 0;
}

.titleBg {
    position: absolute;
    left: 50%;
    width: 518px;
    background: rgba(0,0,0,0.5);
    height: 100%;
    transform: translate(-50%,0%);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 44px;
    font-weight: 400;
    font-family: "Gilmer", sans-serif;
    padding: 0px 30px;
}

.titleBg span {
    font-family: "Gilmer", sans-serif;
}

.single-content-main .blogImgWrap .post-thumbnail {
    margin-bottom: 0px;
}

.blogPageWrap .article-share-wrap-in ul li {
    margin: 0 2px;
}

@media(max-width: 1199px) {
    .blogPageWrap .blog-grid-item-large .blog-grid-item-thumb {
        max-width: 50.3%;
    }

    .caseTitleImg h1 p {
        font-size: 40px;
    }

    .caseTitleImg img {
        width: 660px;
    }

    .blogTitleH1 h1 {
        font-size: 40px;
    }

    .titleBg {
        font-size: 34px;
        line-height: 1.5;
    }
}

@media (max-width: 992px) {
    .casePageWrap .page-banner .container {
        background: url(./assets/brand-art-banner.svg) no-repeat calc(100% - 31px) 120px;
    }

    .blogPageWrap .page-banner .container {
        background: url(./assets/brand-art-banner.svg) no-repeat calc(100% - 31px) 120px;
    }
}
@media screen and (min-width: 992px){

    .navbar_menu{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 5rem;
        position: relative;
	
    }
    .navbar-toggler_menu{
        display: none;
    }
    .brand-and-icon_menu{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse_menu{
        display: block!important;
        overflow-y: hidden;
        flex: 1 0 auto;
    }
    .navbar-nav_menu{
        display: flex;
        align-items: center;
        justify-content:end;
    }
    .navbar-nav_menu > li > a{
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 1.7rem 1.5rem;
        font-size: 16px;
    }
    .sub-menu_menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #ffffff;
    }
    .sub-menu_menu{
     border-top:1px solid #00000036;
    }
   
    .navbar-nav_menu > li:hover .sub-menu_menu{
        display: grid!important;
        grid-template-columns: repeat(4, 1fr);
        padding: 2rem 5rem;
    }
    .navbar-nav_menu > li{
        border-bottom: 3px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .navbar-nav_menu > li:last-child{
        border-bottom: none;
        margin-left:50px;
        
    }
    
    .navbar-nav_menu > li:hover{
        border-bottom-color: #715AFF;
    }
    .sub-menu-item_menu{
        padding-left: 0;
    }
    .drop-icon{
        display:none;
    }
}
@media (max-width: 991px) {
    .casePageWrap .page-banner .back-btn {
        margin-bottom: 40px;
    }

    .casePageWrap .page-banner .container {
        background-position-y: calc(100% - 0px);
        background-size: 250px;
    }

    .blogPageWrap .page-banner .container {
        background-position-y: calc(100% - 0px);
        background-size: 250px;
    }

    .caseTitleImg h1 p {
        font-size: 30px;
    }

    .caseTitleImg img {
        width: 560px;
    }
}

@media (max-width: 767px) {
    .casePageWrap .cs-list-item-content {
        font-size: 16px;
    }

    .casePageWrap .cs-list-item-foot {
        font-size: 16px;
    }

    .casePageWrap .cs-list-item-content h3 {
        font-size: 18px;
    }

    .casePageWrap .cs-list-item-in {
        padding: 0 10px 0;
    }

    .casePageWrap .cs-list-item {
        margin-bottom: 20px;
        height: 100%;
    }

    .casePageWrap .cs-grid-item-thumb {
        max-width: 100%;
    }

    .casePageWrap .cs-grid-item {
        padding: 10px 10px 20px;
        display: block;
    }

    .casePageWrap .cs-grid-item-foot {
        display: block;
        padding: 0 10px;
    }

    .casePageWrap .cs-grid-item-in {
        display: block;
        margin-bottom: 0;
    }

    .casePageWrap .cs-grid-item-content {
        max-width: 100%;
        padding: 10px;
    }

    .casePageWrap .page-banner .container {
        background-position-y: calc(100% - 50px);
        background-size: 180px;
        background-position-x: calc(100% - 15px);
    }

    .blogPageWrap .page-banner .container {
        background-position-y: calc(100% - 50px);
        background-size: 180px;
        background-position-x: calc(100% - 15px);
    }

    .blogPageWrap .blog-grid-item {
        margin-bottom: 30px;
        padding: 12px;
    }

    .blogPageWrap .blog-grid-item.blog-grid-item-large {
        margin-bottom: 30px;
    }

    .blogPageWrap .blog-grid-item-content > p {
        display: none;
    }

    .blogPageWrap .blog-grid-item-thumb {
        max-width: 80px;
        min-height: 80px;
        width: 100%;
        height: 80px;
        margin-top: 0;
        padding-top: inherit;
        margin: 0;
    }

    .blogPageWrap .featured-articles .article-subscription-main {
        margin: 0px 0 30px;
    }

    .blogPageWrap .blog-grid-item-large .blog-grid-item-thumb {
        max-width: 80px;
        height: 80px;
    }

    .blogPageWrap .blog-grid-item-foot .textlink {
        font-size: 16px;
        margin-top: 7px;
    }

    .casePageWrap .page-banner-meta .download-pdf {
        padding: 7px 15px;
    }

    .caseTitleImg h1 p {
        font-size: 24px;
    }

    .caseTitleImg img {
        width: 100%;
    }

    .blogPageWrap .article-share-wrap-in ul li a {
        max-width: 40px;
    }

    .blogImgWrap {
        margin: 30px 0;
    }

    .blogTitleH1 h1 {
        font-size: 24px;
    }

    .titleBg {
        width: 80%;
        border-radius: 24px;
        font-size: 20px;
    }

    .blogHeadSocial a {
        width: 30px;
        height: 30px;
        font-size: 19px;
    }
}

.blog-grid-item-foot span:nth-child(2)::after {
    display: none;
}

.gform_footer {
    margin-top: -2%!important;
    margin-left: 33%!important;
}

@media (min-width: 992px) {

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }


    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }


    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
	
	.gform_footer {
    margin-top: -12%;
    margin-left: 76%;
}

}