@font-face {
    font-family: Slippy-Regular;
    src: url('../../fonts/Slippy-Regular.otf');
}
@font-face {
    font-family: Slippy-Light;
    src: url('../../fonts/Slippy-Light.otf');
}
@font-face {
    font-family: Slippy-Bold;
    src: url('../../fonts/Slippy-Bold.otf');
}
@media(min-width:1400px){
    .container{
        max-width: 1320px;
    }
}
*, h1, h2, h3, h4, h5.h6, select, p, span, input {
    font-family: 'Roboto', sans-serif;
}

/* body {
    width: fit-content;
} */

h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 58px;
    line-height: 64px;
    color: #0A2E52;

}

h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 60px;
}

h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #232323;;
}

.container-fluid-custom {
    max-width: 1440px;
    margin: 0 auto;
}

/* top nav */

.main-logo {
    width: 100%;
    height: 100%;
}
.new-hub .main-logo {
    width: 100%;
    height: 100%;
}

.main-log-subtext {
    display: block;
    padding-left: 6px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.top-nav .menu {
    padding: 0;
    display: block;
}

/* END top nav */

/* hero section */
.hero-section {
    padding-bottom: 130px;
}

.hero-section h1 {
    padding-top: 110px;
}

.hero-section p {
    font-style: normal;
    font-weight: normal;
    color: #5F6368;
}

.hero-section .cus-link-action {
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
    overflow: hidden;
}

/* END hero section */

/* how-work section */
.how-work-section {
    padding: 100px 0;
}

.how-work-section .img {
    text-align: center;
}

.how-work-section .list {
    padding-top: 40px;
}

.how-work-section .list-container {
    list-style: none;
    padding: 0;
}

.how-work-section .list-item {
    position: relative;
    padding: 10px 0 10px 30px;
    background-color: #fff;
    box-shadow: 0 4px 30px #E8F0FD;
    border-radius: 5px;
    margin-top: 16px;
}

.how-work-section .list-item:first-child {
    margin-top: 0;
}

.how-work-section .list-item h4 {
    font-size: 16px;
    margin: 0;
    padding: 6px 0;
    color: #0A2E52;
}

.how-work-section .list-item p {
    color: #5F6368;
    font-size: 16px;
    margin: 0;
}

.how-work-section .list-item .number {
    position: absolute;
    top: 16px;
    left: -20px;
    display: inline-block;
    padding: 10px 14px;
    line-height: 1;
    background-color: #fff;
    box-shadow: 0 4px 30px #E8F0FD;
    border-radius: 50%;
    color: #718AA2;
}

/*.how-work-section .list-item .active {*/
/*color: #fff;*/
/*background-color: #F23542;*/
/*}*/
.how-work-section li.list-item .number {

    color: #fff;
    background-color: #F23542;
}

.how-work-section li.list-item.collapsed .number {
    color: #718AA2;
    background-color: white;
}

.how-work-section li.list-item:hover {

    cursor: pointer;
}

/* END how-work section */

/* perfect match */

.perfect-match.container {
    max-width: 1440px;
}

.perfect-match .row {
    position: relative;
}

.perfect-match .text {
    padding: 150px 15px 236px 15px;

}

.perfect-match .img-super {
    width: 500px;
}

/* END perfect match */

/* services */
.services {
    min-height: 800px;
    padding: 64px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.services h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    margin: 0;
}

.service img {
    margin-top: 8px;
}

.service h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 37px;
    text-align: center;
    color: #232323;
    margin-top: 32px;
    margin-bottom: 16px;
}

.service p {
    color: #5F6368;
    padding: 0;
    font-size: 20px;
    line-height: 31px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
}

/* END services */

/* companies */
.companies {
    padding: 50px 0;
}

.companies h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
    margin-bottom: 32px;
    color: #0A2E52;
}

.companies .company:nth-child(n+3) {
    margin-top: 28px
}

.companies-background {
    background-image: url("../../img/companies/companies-background.png");
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.companies .company img {
    border-radius: 5px;
    margin-left: 12px;
    box-shadow: 0 4px 30px #E8F0FD;
}

.companies .company:first-child {
    margin-left: 0;
}

/* END companies */

/* testimonials  */
.offset-slider {
    background: #56efe829;
    display: block;
    width: 0;
}

.testimonials-background {
    background-image: url("../../img/testimonial/world-background.png");
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 10px;
}

.testimonials {
    padding: 40px 0;
    overflow: hidden;
    margin: 100px 0 60px 0;
}

.my-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.my-slider.slick-initialized {
    display: block !important;
}

.testimonial {
    background-color: #fff;
    position: relative;
    margin: 40px 30px 40px 80px;
    box-shadow: 0 4px 30px #E8F0FD;
    border-radius: 5px;
}

.testimonial:last-child {
    /*margin-right: -150px;*/
}

.testimonial .img-container {
    position: absolute;
    left: -60px;
    border-radius: 50%;
    box-shadow: 0 10px 25px #D7D7D7;
    width: 108px;
    height: 108px;
}

.testimonial .client-img {
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.testimonial .text {
    padding-left: 70px;
}

.testimonial .text p,
.testimonial .text .client-name {
    font-size: 16px;
    line-height: 31px;
}

.testimonial .text p {
    padding-top: 22px;
    padding-right: 22px;
    color: #5F6368;
}

.testimonial .text .client-name {
    display: block;
    padding-top: 44px;
    padding-bottom: 22px;
    color: #000;
}

.slick-slide.slick-current + .slick-slide {
    margin-left: -300px;
}

.recover-password-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-left: 35px;
    color: #5F6368;
}

.recover-username-header {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-left: 50px;
    color: #5F6368;
}

/* slider arrow */
.slider-arrow-container {
    position: relative;
    width: 60px;
    margin-right: 20px;
}

.slider-arrow {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    text-indent: -9999px;
    border-top: 1px solid #5F6368;
    border-left: 1px solid #5F6368;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: transparent;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.slider-arrow:hover {
    border-color: #F30000;;
    border-width: 1px;
}

.slider-arrow:before {
    display: block;
    height: 200%;
    width: 200%;
    margin-left: -50%;
    margin-top: -50%;
    content: "";
    transform: rotate(45deg);
}

.slider-arrow.back {
    transform: rotate(-45deg);
    left: 0;
}

.slider-arrow.forward {
    transform: rotate(140deg);
    right: 0;
}

/* END slider arrow */

/* END testimonials */

/* get-started */

.get-started h2 {
    line-height: 60px;
    margin-bottom: 4px;
}


/* END get-started */

/* footer */

.footer {
    padding: 60px 0 30px 0;
}

.footer-line hr {
    margin: 0;
    border-color: #1C2434;
}

.footer-second {
    padding-top: 30px;
}

.footer .main-logo {
    width: 178px;
}

.footer .main-log-subtext {
    margin-top: -6px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.footer .links {
    list-style: none;
    padding: 0;
}

.footer .nav-link {
    font-family: 'Open Sans', sans-serif;
    display: block;
    color: #718AA2;
    font-size: 12px;
    padding-left: 0;
}

.footer .copyright.text {
    font-family: 'Open Sans', sans-serif;
    color: #718AA2;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
}

.footer .copyright.text a.cus-text-bold {
    font-size: 12px;
    line-height: 16px;
}

.footer .copyright.text a.cus-text-bold:hover {
    text-decoration: none;
    color: #fff;
}

.footer .news-letter input {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 2px;
    color: #929292;
    padding: 6px 10px;
}

.footer .news-letter input::-webkit-input-placeholder {
    color: #929292;
}

.footer .news-letter input:-moz-placeholder {
    color: #929292;
}

.footer .news-letter input::-moz-placeholder {
    color: #929292;
}

.footer .news-letter input:-ms-input-placeholder {
    color: #929292;
}

.footer .news-letter input::-ms-input-placeholder {
    color: #929292;
}

.footer .news-letter input::placeholder {
    color: #929292;
}

.footer .social-links .nav-item:first-child {
    margin-left: 0;
}

.footer .subscribe {
    font-family: 'Open Sans', sans-serif;
    background-color: #F00B19;
    border-color: #F00B19;
    border-radius: 2px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.footer .social-links {
    list-style: none;
    padding: 0;
}

.footer .social-links .nav-item {
    display: inline-block;
    margin: 0 0 0 4px;
}

.footer .social-links .nav-item:first-child {
    margin-left: 0;
}

.footer .social-links .nav-link {
    display: inline-block;
    margin-left: 4px;
    padding: 0 12px 4px 0;
    font-size: 20px;
    line-height: 1;
}

.footer .social-links .nav-link:first-child {
    margin-left: 0;
}

.footer .social-links .nav-link:hover {
    color: #ececec;
}

.footer .links .nav-item.d-inline-block .nav-link:hover {
    color: #ececec;
}

/* END footer */

/* pop modal */
.sprite-c2m {
    background-image: url('../../img/sprite/c2m-sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}

.modal-backdrop {
    background-color: #0C2E51;
}

.modal-backdrop.show {
    opacity: 0.75;
}


.popup .modal-content {
    box-shadow: 0 4px 30px rgba(12, 46, 81, 0.5);
    border-radius: 10px;
}

.popup .modal-body {
    padding: 0;
}

.popup .popup-header {
    padding: 16px 16px 0 16px;
}

.popup .popup-header .close-icon-container {
    display: block;
    text-align: right;
    line-height: 1;
}

.popup .popup-header .sprite-close-icon {
    background-position: -4px -0px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.popup .popup-header .sprite-close-icon:hover {
    background-position: -4px -18px;
    width: 14px;
    height: 14px;
}

.popup hr {
    border: 1px solid #EFF3F6;
}

.popup .popup-content {
    padding: 16px 32px;
}

.popup-content label {
    font-size: 12px;
    color: #5F6368;;
}

.popup-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C8C8C8;
}

.popup-content input::-moz-placeholder { /* Firefox 19+ */
    color: #C8C8C8;
}

.popup-content input:-ms-input-placeholder { /* IE 10+ */
    color: #C8C8C8;
}

.popup-content input:-moz-placeholder { /* Firefox 18- */
    color: #C8C8C8;
}

.popup-content input {
    font-size: 14px;
    border: 1px solid #DBDDE0;
    height: calc(1.5em + .75rem + 19px);
    color: #232323;
}

.popup-content input.form-control:focus {
    box-shadow: none;
    color: #232323;
    border-color: #DBDDE0;
}

.popup-content input.cus-link {
    color: #F7FAFC;
}

.popup-content .links-group {
    text-align: right;

}

.popup-content .links-group a {
    font-size: 12px;
}

.popup-content .links-group a:first-child {
    padding-right: 8px;
}

.popup .popup-footer {
    padding: 16px 32px;
}

/* END pop modal */

/* pop modal log in*/
.popup.modal-log-in h2 {
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 32px;
}

.popup.modal-log-in .modal-dialog {
    width: 400px;
}

/* END pop modal log in */

/* pop modal reset password in*/
.popup.modal-forgot h2 {
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    color: #0A2E52;
    /*margin-bottom: 32px;*/

}

.popup.modal-forgot .modal-dialog {
    width: 400px;
}

.popup.modal-forgot div.recover-password-form.invalid-input {
    font-size: 12px;
    padding-left: 0;
    line-height: 1;
    color: #F30000;
}

.popup.modal-forgot div.recover-username-form.invalid-input {
    font-size: 12px;
    padding-left: 0;
    line-height: 1;
    color: #F30000;
}

/* END pop reset password  */

/* pop modal sign up */
.modal-sign-up .bg-light-gray {
    background-color: #F8FAFF;
}

.modal-sign-up .img {
    padding-top: 100px;
    max-width: 762px;
    border-radius: 10px 0 0 10px;
}

.modal-sign-up .modal-dialog {
    max-width: 1240px;
}

.modal-sign-up .modal-body {
    padding-left: 60px;
}

.modal-sign-up .heading {
    font-size: 36px;
    line-height: 70px;
}

.modal-sign-up .page-no {
    font-size: 14px;
    line-height: 30px;
    color: #C8C8C8;
}

.modal-sign-up .popup-content {
    padding-left: 0;
}

.modal-sign-up .sign-up-form .steps {
    display: none;
}

.modal-sign-up .sign-up-form .content {
    min-height: 620px;
    background-color: #fff;
    margin: 0;
}

.modal-sign-up .sign-up-form .content .body {
    width: 100%;
    padding: 0;
}

.modal-sign-up .sign-up-form.wizard > .content > .body input {
    border-color: #DBDDE0;
}

.modal-sign-up .wizard > .content > .body .select-label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-top: 5px;
}

.form-group.error .nice-select {
    border-color: #F23542 !important;
}

.modal-sign-up .nice-select {
    height: 100%;
    line-height: 1.5;
    padding: 14px 30px 14px 12px;
    width: 100%;
    border-color: #DBDDE0;
}

.modal-sign-up .wizard > .content > .body ul {
    width: 100%;
}

.modal-sign-up .nice-select:after {
    border-bottom: 0;
    border-right: 6px solid;
    border-top: 6px solid;
    border-left: 6px solid;
    border-color: #5F6368 transparent transparent transparent;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.modal-sign-up .nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.modal-sign-up .nice-select .list {
    max-height: 150px;
    overflow: auto;
}

.modal-sign-up .nice-select.open, .modal-sign-up .nice-select:active.modal-sign-up .nice-select:focus {
    border-color: #DBDDE0;
}

.modal-sign-up .nice-select.open, .modal-sign-up .nice-select:active, .modal-sign-up .nice-select:focus {
    border-color: #DBDDE0;
}

.modal-sign-up .nice-select:hover {
    border-color: #DBDDE0;
}

.modal-sign-up .sign-up-form > .actions {
    padding-bottom: 40px;
}

.modal-sign-up .sign-up-form > .actions > ul {
    width: 100%;
}

.modal-sign-up .sign-up-form > .actions > ul li:first-child {
    display: none;
}

.modal-sign-up .sign-up-form > .actions > ul li:nth-child(2),
.modal-sign-up .sign-up-form > .actions > ul li:nth-child(3) {
    width: 100%;
    margin-left: 0;
}

.modal-sign-up .sign-up-form > .actions > ul li:nth-child(2) a,
.modal-sign-up .sign-up-form > .actions > ul li:nth-child(3) a {
    background-color: #f23542;
    display: block;
    width: 100%;
    border-radius: 5px;
    color: #F7FAFC;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    padding: 14px 34px;
    font-size: 20px;
    line-height: 22px;
}

/* END pop modal sign up */

/* phone to up desktop media qurey */

/*Small devices (landscape phones, 320px and up)*/
@media (min-width: 320px) {
    h1 {
        font-size: 24px;
        line-height: 1;
    }

    h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    /* top nav */
    .top-nav .row {
        margin: 0;
    }

    .top-nav .menu {
        padding: 0;
        margin-right: -18px;

    }

    .top-nav .menu .nav-item {
        margin: 0 4px 0 6px;
    }

    .top-nav .menu a.nav-link {
        font-size: 12px;
        padding: 8px 4px;
    }

    .top-nav .menu a.cus-link {
        margin-top: 2px;
        padding: 4px 28px;
    }

    .top-nav .main-logo {
        margin-left: -20px;
        padding-top: 8px;
        width: 100px;
        padding-bottom: 0;
    }

    .top-nav .main-log-subtext {
        margin-top: -8px;
        font-size: 12px;
        padding-left: 2px;

    }

    /* END top nav */
    /* hero section */
    .top-nav .hero-section {
        margin: 0 -20px;
    }

    .hero-section .text-container .text,
    .hero-section .text-container .buttons {
        margin: 0;
        padding: 0;
    }

    .hero-section h1 {
        padding-top: 10px;
        line-height: 38px;
        font-size: 28px;
    }

    .hero-section p {
        font-size: 16px;
        line-height: 30px;
    }

    .hero-section .nav-item {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-section .nav-item:last-child {
        margin-left: 14px;
    }

    .hero-section .cus-link {
        font-size: 14px;
        padding: 8px 16px;
    }

    .hero-section .cus-link-action {
        padding-left: 60px;
        padding-right: 30px;

    }

    .hero-section .img {
        text-align: center;
    }

    .hero-section{
        padding-bottom: 100px;
    }

    /* END hero section */
    /* how-work section */
    .how-work-section .list-container {
        padding: 0 0 0 22px;
    }

    .how-work-section .list-container .list-item{
        padding-right: 8px;
    }

    /* img div container */
    .how-work-section .img {
        overflow: hidden;
    }

    .how-work-section img {
        max-width: 180%;
    }

    /* how-work section */
    /* perfect match */
    .perfect-match .text h2 {
        font-size: 36px;
        line-height: 47px;
        margin-bottom: 14px;
    }

    .perfect-match .text {
        padding: 60px 4px 20px 4px;
    }

    .perfect-match .text p {
        font-size: 16px;
        line-height: 31px;
    }

    .perfect-match {
        margin-bottom: 50px;
    }

    /* END perfect match */
    /* services */
    .services h2 {
        font-size: 32px;
    }

    .service p {
        font-size: 18px;
    }

    /* END services */
    /* companies */
    .companies-background {
        background-color: #fff;
        background-image: none;
    }

    .companies .company img {
        margin: 0;
    }

    /* END companies */
    /* testimonials */
    .testimonials {
        padding: 10px 0 30px 0;
        margin: 60px 0 60px 0;
    }

    .testimonial {
        margin: 40px 0 40px 4px;
        box-shadow: 0 4px 12px #E8F0FD;
    }

    .testimonial .img-container {
        top: -40px;
        left: 0;
        width: 75px;
        height: 75px;
    }

    .testimonial .text {
        padding: 70px 0 0 0;
    }

    .testimonial .text p {
        font-size: 16px;
        line-height: 31px;
        padding: 0 2px;
    }

    .testimonial .text .client-name {
        font-size: 14px;
    }

    .slick-slide.slick-current + .slick-slide {
        margin-left: -24px;
    }

    .testimonials-background {
        background-position-y: top;
    }

    .testimonials .slider-arrow-container{
        margin-right: -20px;
    }

    /* END testimonials */
    /* get-started */
    .get-started .text {
        padding: 0;
        margin-top: 16px;
    }

    .get-started h2 {
        font-size: 36px;
        line-height: 47px;
    }

    .get-started .img {
        padding: 0;
        margin: 64px 0 16px 0;
    }

    .get-started .cus-link {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        font-style: normal;
        height: 50px;
        padding: 11px 34px;
    }

    /* END get-started */
    /* footer */
    .footer .main-logo {
        width: 154px;
        padding-bottom: 40px;
    }

    .footer .main-log-subtext {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
    }

    /* END footer */
    /* pop modal */
    .popup.modal-log-in .modal-dialog,
    .popup.modal-forgot .modal-dialog {
        width: 96%;
    }

    .popup.modal-forgot .popup-header-text {
        margin: 0 12px;
    }

    .popup.modal-forgot .popup-header-text h2 {
        font-size: 32px;
    }

    .popup.modal-forgot .popup-header-text h6 {
        font-size: 14px;
    }

    .popup.modal-forgot .popup-content {
        padding: 16px 12px
    }

    .popup.modal-log-in .popup-content {
        padding: 16px 12px;
    }

    /* END pop modal */
    /*  pop modal sign up*/
    .modal-sign-up .modal-body {
        padding-left: 30px;
    }

    .modal-sign-up .sign-up-form .content {
        min-height: 620px;
    }

    .modal-sign-up .sign-up-form.expand .content {
        min-height: 780px;
    }

    .modal-sign-up .popup-content .links-group a {
        padding: 0;
        display: block;
        text-align: left;
    }

    .modal-sign-up .modal-signup-sm-message .popup-content {
        padding: 26px 12px 18px 12px;
        font-size: 16px;
        text-align: center;
    }

    .modal-sign-up .modal-signup-sm-message .popup-footer {
        padding: 16px 12px;
    }

    /* END pop modal sign up */
    /* forgot password pop up   */
    .recover-password-header {
        margin: 0 auto;
    }

    /* END forgot password pop up   */
    /* forgot username pop up   */
    .recover-username-header {
        margin-left: 16px;
    }

    .popup.modal-forgot#modal-recover-username .popup-header-text {
        margin: 0;
    }

    .popup.modal-forgot .popup-header-text h2 {
        font-size: 32px;
    }

    /* END forgot username pop up   */

    /* logout link */
    .top-nav .menu .logout-link a.cus-link{
        padding: 4px 20px;
    }
    /* END logout link */

    /* footer */
    .footer .nav-item{
        margin: 0;
    }
    .footer .nav-link {
        padding: 8px 10px 8px 0;
    }
    /* END footer */
}

/* Medium devices (mobile md, 375px and up)*/
@media (min-width: 375px) {
    h1 {
        font-size: 32px;
        line-height: 1;
    }

    /* top nav */
    .top-nav {
        padding: 0;
    }

    .top-nav .main-logo {
        margin-left: 0;
        padding-top: 8px;
        width: 120px;
        height: 56px;
    }

    .top-nav .main-log-subtext {
        margin-top: -8px;
        padding-left: 6px;
    }

    .top-nav .menu {
        margin-right: -6px;
    }

    .top-nav .menu a.nav-link {
        font-size: 12px;
    }

    /* END top nav */
    /* services */
    .services h2 {
        font-size: 36px;
    }

    .service h3 {
        font-size: 22px;
    }

    .service p {
        font-size: 20px;
    }

    /* END services */
    /* hero section */
    .top-nav .hero-section {
        margin: unset;
    }

    .hero-section .nav-item:first-child {
        margin-right: 4px;
    }

    .hero-section h1 {
        line-height: 54px;
        font-size: 36px;
    }

    .hero-section .nav-item:last-child {
        margin-top: 0;
        margin-left: 8px;
    }
    .new-hub .hero-section h1 {
        line-height: 54px;
        font-size: 36px;
    }
    .hero-section .cus-link {
        font-size: 16px;
        padding: 8px 20px;
    }

    .hero-section .cus-link-action {
        padding-left: 56px;
    }

    /* END hero section */
    /*  pop modal sign up*/
    .modal-sign-up .modal-body {
        padding-left: 15px;
    }

    .modal-sign-up .modal-signup-sm-message .popup-content {
        padding: 26px 18px 18px 18px;
        font-size: 18px;
        text-align: left;
    }

    .modal-sign-up .sign-up-form .content {
        min-height: 620px;
    }

    .modal-sign-up .sign-up-form.expand .content {
        min-height: 720px;
    }

    .modal-sign-up .popup-content .links-group a {
        padding-right: 8px;
        display: inline-block;
        text-align: left;
    }

    /* END pop modal sign up */
    /* forgot password pop up   */
    .recover-password-header {
        margin-left: 24px;
    }

    .popup.modal-forgot#modal-recover-password .popup-header-text {
        margin: 0;
    }

    .popup.modal-forgot#modal-recover-password .popup-header-text h2 {
        font-size: 36px;
    }

    .popup.modal-forgot#modal-recover-password .popup-header-text h6 {
        margin-left: 24px;
    }

    /* END forgot password pop up   */
    /* forgot user pop up   */
    .popup.modal-forgot#modal-recover-username .popup-header-text h6 {
        margin-left: 30px;
        font-size: 16px;
    }

    .popup.modal-forgot .popup-header-text h6 {
        margin-left: 24px;
        font-size: 16px;
    }

    /* END forgot user pop up   */



}

@media (min-width: 425px) {
    /* forgot password pop up   */
    .recover-password-header {
        margin-left: 50px;
    }

    .popup.modal-forgot#modal-recover-password .popup-header-text h6 {
        margin-left: 50px;
    }

    /* END forgot password pop up   */
    /* forgot user pop up   */
    .recover-username-header {
        margin-left: 50px;
    }

    .popup.modal-forgot .popup-header-text h6 {
        font-size: 16px;
    }

    .popup.modal-forgot#modal-recover-username .popup-header-text h6 {
        margin-left: 50px;
    }

    /* END forgot user pop up   */
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /* top nav */
    .top-nav .main-logo {
        padding-top: 0;
        width: 230px;
        height: 56px;
    }

    .top-nav .main-log-subtext {
        margin-top: -15px;
    }

    .top-nav .menu a.nav-link {
        font-size: 14px;
    }

    /* END top nav */
    /* login and forgot */
    .popup.modal-forgot .popup-header-text {
        margin: 0 32px;
    }

    .popup.modal-forgot .popup-header-text h2 {
        font-size: 36px;
    }

    .popup.modal-forgot .popup-header-text h6 {
        font-size: 15px;

    }

    .popup.modal-forgot .popup-content {
        padding: 16px 32px
    }

    /* END login and forgot */
    /* perfect match */
    .perfect-match .text {
        padding: 96px 60px 26px 68px;
    }

    .perfect-match .text h2 {
        font-size: 48px;
        line-height: 71px;
    }


    .perfect-match .text p {
        font-size: 20px;
        line-height: 31px;
    }

    .perfect-match {
        margin-bottom: 50px;
    }


    /* END perfect match */

    /* services */
    /* END services */
    /* how work section */
    .how-work-section img {
        max-width: 100%;
    }

    /* END how work section */
    /* companies */
    .companies-background {
        background-color: unset;
        background-image: url("../../img/companies/companies-background-tablet.png");
        background-position: center 80%;
    }

    .companies {
        padding: 86px 0 50px 0;
    }


    /* END companies */
    /* testimonial */
    .testimonials {
        padding: 30px 0;
    }

    .slick-slide.slick-current + .slick-slide {
        margin-left: -60px;
    }

    .testimonials .slider-arrow-container {
        margin-right: 50px;
    }

    /* END testimonial */
    /* get-started */
    .get-started .text {
        margin-top: 46px;
        padding: 0 15px;

    }

    .get-started .img {
        margin: 62px 0 46px 0;
        padding: 0 15px;
    }

    .get-started h2 {
        line-height: 70px;
        font-size: 50px;
        margin-bottom: 4px;
    }

    .get-started .cus-link {
        font-size: 20px;
    }

    /* END get-started */
    /* pop modal log in */
    .popup.modal-log-in .popup-content {
        padding: 16px 32px;
    }

    .popup.modal-log-in .modal-dialog,
    .popup.modal-forgot .modal-dialog {
        width: 400px;
    }

    /* END pop modal log in */
    /* pop modal sign up */
    .modal-sign-up {
        padding-left: 15px;
    }

    .modal-sign-up .modal-dialog {
        max-width: 400px;
    }

    .modal-sign-up .sign-up-form.expand .content {
        min-height: 620px;
    }

    .modal-sign-up .modal-signup-sm-message .popup-content {
        padding: 28px 43px 18px 43px;
        font-size: 18px;
    }

    /* END pop modal sign up */


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 {
        font-size: 58px;
        line-height: 64px;
    }

    h2 {
        font-size: 50px;
        line-height: 1.2;
    }

    /* top nav */
    .top-nav {
        padding-right: 20px;
        padding-left: 20px;
    }

    
    .top-nav .main-logo {
        padding-top: 0;
        width: 225px;
        height: 67px;
    }
    .new-hub .top-nav .main-logo {
        padding-top: 0;
        width: 225px;
        height: 56px;
    }
    .main-log-subtext {
        margin-top: -15px;
    }

    .top-nav .menu a.nav-link {
        font-size: 16px;
    }

    /* END top nav */
    /* hero section */
    .hero-section h1 {
        font-size: 58px;
        line-height: 64px;
    }

    .hero-section p {
        font-size: 20px;
        line-height: 30px;
    }

    .hero-section img {
        width: 80%;
    }

    /* END hero section */

    /* how-work section */
    .how-work-section .list-container .list-item {
        padding-right: 16px;
    }

    /* END how-work section */

    /* services */
    .services {
        padding: 96px 0;
    }

    .services h2 {
        font-size: 50px;
        line-height: 71px;
        margin: 0 48px 64px;
    }

    .service img {
        margin-top: 40px;
    }

    /* END services */
    /* companies */
    .companies {
        padding: 96px 0 96px;
    }

    .companies h2 {
        font-size: 50px;
        line-height: 71px;
        margin-bottom: 104px;
    }

    .companies .company:nth-child(n+3) {
        margin-top: 64px;
    }

    /* END companies */
    /* testimonial */
    .testimonials {
        padding: 40px 0;
    }

    .testimonial {
        margin: 40px 15px 40px 80px;
        padding: 0 15px;
    }

    .testimonial .img-container {
        position: absolute;
        left: -60px;
        width: 108px;
        height: 108px;
        top: 30px;
    }

    .testimonial .text {
        padding: 12px 0 12px 50px;
    }

    .testimonial .text p {
        padding-top: 30px;
        padding-right: 22px;
        font-size: 16px;
    }

    .testimonial .text .client-name {
        font-size: 16px;
    }

    .slick-slide.slick-current + .slick-slide {
        margin-left: -186px;
    }

    /* END testimonial */
    /*  pop modal sign up*/
    .modal-sign-up .modal-body {
        padding-left: 60px;
    }

    .modal-sign-up .popup-content {
        padding: 16px 32px 16px 0;
    }

    /* END pop modal sign up */
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /* hero section */
    .hero-section img {
        width: 100%;
    }
    .hero-section{
        padding-bottom: 130px;
    }
    /* END hero section */
    /* companies */
    .companies-background {
        background-position: center 60%;
        background-image: url("../../img/companies/companies-background.png");
    }

    .companies {
        padding: 128px 0 128px;
    }

    .companies h2 {
        font-size: 50px;
        line-height: 61px;
        margin-bottom: 38px;
    }

    .companies .company:nth-child(n+3) {
        margin-top: 0;
    }

    .companies .company {

    }

    /* END companies */
    /* services */
    .services h2 {
        font-size: 50px;
        line-height: 61px;
        margin-bottom: 24px;
    }

    .service {
        padding: 0 8px;
    }

    .service h3 {
        font-size: 20px;
    }

    /* END services*/

    /* testimonial */
    .slick-slide.slick-current + .slick-slide {
        margin-left: -136px;
    }

    .testimonial {
        box-shadow: 0 4px 30px #E8F0FD;
    }

    .testimonials .slider-arrow-container {
        margin-right: 100px;
    }

    /* END testimonial */
    /* get-started */
    .get-started .text {
        margin-top: 0;
    }

    .get-started h2 {
        line-height: 70px;
        font-size: 50px;
        margin-bottom: 4px;
    }

    .get-started .img {
        margin: 36px 0;
    }

    /*END get-started*/
    /* footer */
    .footer .main-logo {
        width: 178px;
    }

    .footer .main-log-subtext {
        font-size: 16px;
    }

    /* END footer */
    /* pop modal sign up */
    .modal-sign-up {
        padding-left: 15px;
    }

    .modal-sign-up .nice-select .option {
        white-space: normal;
    }

    .modal-sign-up .modal-dialog {
        max-width: 1024px;
    }

    .modal-sign-up .modal-dialog.modal-signup-sm-message {
        max-width: 400px;
    }

    .modal-sign-up .img {
        max-width: 500px;
    }

    /* END pop modal sign up */
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container-fluid-custom .container {
        max-width: 1200px;
    }

    /* hero section */
    .hero-section h1 {
        padding-top: 110px;
        font-size: 58px;
        line-height: 64px;
    }

    /* END hero section */
    /* how-work section */
    .how-work-section .img {
        margin-top: -60px;
        margin-left: -60px;
        text-align: left;
    }

    /* END how-work section */

    /* perfect match */
    .perfect-match{
        margin-bottom: 0;
    }
    .perfect-match .img-super {
        width: 600px;
    }

    .perfect-match .text {
        padding: 0 20px 0 48px;
        display: flex;
        align-items: center;
    }

    .perfect-match .text h2{
        font-size: 3.5vw;
        line-height: 61px;
    }

    .perfect-match .img {
        padding: 0;
        text-align: right;
        position: relative;
    }

    .perfect-match .container{
        max-width: 100%;
        padding-right: 0;

    }

    .perfect-match .service{
        position: absolute;
    }
    .perfect-match .green-rope {
        bottom: 40px;
        left: calc(100% - 700px);
        z-index: 10;
    }

    .perfect-match .salesforce {
        bottom: -86px;
        right: 0;
        z-index: 10;
    }

    .perfect-match .podio {
        top: 60px;
        left: calc(100% - 700px);
        z-index: 10;
    }

    .perfect-match .click-2-mail {
        bottom: 36%;
        left: 40%;
        z-index: 10;
    }

    .perfect-match .zoho {
        top: -80px;
        right: 0;
        z-index: 10;
    }
    /* END perfect match */

    /* companies */
    .companies {
        padding: 128px 0 128px 0;
    }

    /* END companies */
    /* testimonial */
    .slick-slide.slick-current + .slick-slide {
        margin-left: -300px;
    }

    /* END testimonial */
    /* get-started */
    /*.get-started .img{*/
    /*    margin: 36px 0;*/
    /*}*/
    .get-started h2 {
        /*line-height: 60px;*/
        /*margin-bottom: 4px;*/
    }

    /* END get-started */
    /* pop modal sign up */
    .modal-sign-up .modal-dialog {
        max-width: 1240px;
    }

    .modal-sign-up .img {
        max-width: 762px;
    }

    /* END pop modal sign up */
}

@media (min-width: 1420px) {
    .container-fluid-custom .container {
        max-width: 1280px;
    }


    /* perfect match  */
    .perfect-match .container-fluid-custom .container{
        max-width: 100%
    }
    /* END perfect match  */
}

@media (min-width: 1600px) {

    /* perfect match  */
    .perfect-match .text h2{
        font-size: 60px;
    }
    /* END perfect match  */
}
/* END phone to up desktop media query */