
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900&display=swap&subset=latin-ext');

/***základy rozložení - layout basics***/
.full-width-container {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.content-width-container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding-right: 24px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-background {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.parallax-background {
    background-attachment: fixed;
}



/***bootstrap grid adjust***/
.row {
    margin: 0 auto !important;
}

/***menu atd - header***/

.header-container {
    background: rgba(255,255,255,0.96);
    position: fixed;
    z-index: 2;
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    color: #009bbb;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        text-decoration: underline;
        color: #009bbb !important;
    }

.navbar-toggler-icon i {
    color: #000;
}

.navbar-toggler:focus {
    outline: none;
}

#sw-logo img {
    width: 175px;
}

.header-container .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
}

a.nav-link.active {
    font-weight: 700 !important;
    text-decoration: underline;
    color: #009bbb !important;
}

.nav-link {
    padding: 1rem;
}

.dropdown-menu.show {
    background: rgba(0, 0, 0, 0.65);
    margin-top: 18px;
    border-radius: 0px;
}

.dropdown-item {
    color: #fff;
}

.navbar .nav-link.free-trial,
.navbar .nav-link.sign-in {
    text-decoration: underline;
    font-weight: 600;
    border: 2px solid #009bbb;
    font-size: 12px;
    padding: 10px;
    width: 156px;
    text-align: center;
    margin-top: 7px;
}

.navbar .nav-link.free-trial {
    background: #009bbb;
    color: #fff;
    margin-left: 16px;
}

    .navbar .nav-link.free-trial:hover {
        background: transparent;
    }

    .navbar .nav-link.free-trial:focus {
        color: #000;
        background-color: #fff;
    }

.navbar .nav-link.sign-in {
    border-left: none;
}

    .navbar .nav-link.sign-in:hover {
        background: #555;
        color: #fff !important;
    }

.navbar-light .navbar-toggler {
    border-color: transparent;
}

/***základní - basic***/
section {
    padding-bottom: 90px;
    padding-top: 90px;
}


h1, h2, h3, p, a {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-weight: 700;
}

h2 {
    color: #006cb6;
    font-size: 38px;
    font-weight: 700;
}

/***hlavní obrázek sekce - hero-img section***/

.hero-section {
    padding: 0px;
    height: 100vh;
}



.claim-row-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}


.full-w-video-section {
    padding: 88px 0px 0px 0px;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/assets/images/home/Webmium-BG.jpg');
}

    .full-w-video-section .content-width-container {
        height: 100%;
    }

    .full-w-video-section .claim-container {
        padding: 0px 56px 20px 56px;
    }


    .full-w-video-section .btn.btn-primary {
        background-color: #009bbb;
        padding: 18px 34px;
        width: 275px;
        border-radius: 0px;
        font-weight: 500;
        font-size: 20px;
        margin-top: 40px;
        border: 2px solid #009bbb;
        color: #fff;
    }

        .full-w-video-section .btn.btn-primary:hover {
            background-color: transparent;
            color: #009bbb;
        }

    .full-w-video-section h1 {
        font-size: calc(5vw + 5vh);
        text-align: center;
        color: #fff;
        font-weight: 700;
    }



.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-dark .navbar-toggler {
    border-color: transparent;
}

/****vyber-sablony - templates-list + templates-list detail***/

.top-section {
    padding-top: 5px;
    padding-bottom: 0px;
}

.templates-list .header-container,
.templates-list-detail .header-container {
    position: static;
}

.templates-list .top-section .col-sm-6,
.templates-list-detail .top-section .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.top-section .btn-rounded {
    margin: auto 0px auto auto;
    text-decoration: none;
    color: #000;
    padding: 2px 20px;
    border: 2px solid #000;
    border-radius: 20px;
}

.templates-list .navbar-collapse,
.templates-list-detail .navbar-collapse {
    display: none !important;
}

.template-thumb-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 195px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-section .row img {
    width: 100%;
}

.template-preview-img-1 {
    background-image: url('../images/prevs/manzel-prev.png');
}

.template-preview-img-2 {
    background-image: url('../images/prevs/makler-prev.png');
}

.template-name {
    width: 100%;
    margin: 0 auto;
    background: #009bbb;
}

    .template-name p {
        margin-bottom: 0px;
        padding: 16px 0px;
        color: #fff;
        font-weight: 700;
        text-align: center;
    }

.template-thumb-links,
.template-thumb-links-1,
.template-thumb-links-2 {
    width: 100%;
    margin: 0 auto;
    background: #525252;
    margin-bottom: 32px;
}

    .template-thumb-links a {
        text-align: center;
    }


.template-thumb-links-1 {
    width: 240px;
    margin: 0px 0px 0px auto;
}

.template-thumb-links-2 {
    width: 240px;
    margin: 0px auto 0px 0px;
}

.view-template {
    background: #dcdcdc;
    width: 40%;
}

.select-template {
    width: 60%;
}

.view-template a {
    color: #000;
    text-decoration: underline;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    font-size: 14px;
}

.select-template a {
    color: #fff;
    text-decoration: underline;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    font-size: 14px;
}

    .view-template a:hover,
    .select-template a:hover {
        text-decoration: none;
    }

.template-nameandlinks-wrapper-1 {
    position: absolute;
    bottom: 0px;
    right: 35px;
    width: 280px;
}

.template-nameandlinks-wrapper-2 {
    position: absolute;
    bottom: 0px;
    left: 34px;
    width: 280px;
}

    .template-nameandlinks-wrapper-1 p,
    .template-nameandlinks-wrapper-2 p {
        font-size: 24px;
    }

.template-prev-img {
    margin: 0 auto;
    width: 90%
}

.templates-list ol.carousel-indicators {
    bottom: -70px;
}

/***carousel section***/
.carousel-section {
    padding-top: 60px;
}

/***carousel - sider***/
.carousel-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.carousel.slide {
    margin-top: auto;
}


.carousel-item-in-wrapper {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding: 0px 32px;
}

.jt-testimonial {
    font-style: italic;
    margin: 24px auto;
    font-size: 20px;
}

ol.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
    background-color: #fff;
    background-color: #fff;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #000;
}

    .carousel-indicators li.active {
        background-color: #000;
    }

.carousel-control-prev {
    left: -32px;
    width: auto;
}

.carousel-control-next {
    right: -32px;
    width: auto;
}

.carousel-control-prev-icon {
    background-image: url('../svg/SipkaVlevo.svg');
    width: 40px;
    height: 40px;
    margin-right: 0px;
}

.carousel-control-next-icon {
    background-image: url('../svg/SipkaVpravo.svg');
    width: 40px;
    height: 40px;
    margin-left: 0px;
}


.t-prev-wrapper-left,
.t-prev-wrapper-right {
    padding: 30px;
}

    .t-prev-wrapper-left img {
        -webkit-transform: perspective( 800px ) rotateY( 18deg );
        transform: perspective( 800px ) rotateY( 18deg );
    }

    .t-prev-wrapper-right img {
        -webkit-transform: perspective( 800px ) rotateY( -18deg );
        transform: perspective( 800px ) rotateY( -18deg );
    }



/****functions - stránka funkce***/

.functions .top-section {
    padding-top: 100px;
}

.functions-ico {
    height: 52px;
    width: auto;
    margin: 0 auto;
}

.functions-title {
    padding: 6px 24px;
    font-weight: 700;
    background: #009bbb;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.functions-text {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.functions .col-lg-4 {
    margin-bottom: 40px;
}

.functions-row .col-lg-4 {
    margin-bottom: 40px;
}

.functions-section {
    padding: 80px 0px 10px 0px;
}

    .functions-section h2 {
        text-align: center;
        color: #009bbb;
        margin-bottom: 48px;
    }

/****stránka kontakt - contact page***/

.contact .top-section {
    padding-top: 100px;
}

.contact .navbar-toggler {
    padding-right: 0px;
}

.contact-info-wrapper,
.contact-form-wrapper {
    padding: 0px 17% 0px 7%;
}

.contact-form-wrapper {
    padding: 0px 7% 0px 17%;
}

.contact-info-row {
    background: #009bbb;
    padding: 10px 0px;
    display: inline-block;
    margin-bottom: 24px !important;
}

    .contact-info-row a,
    .contact-info-row p {
        color: #fff;
        margin: 0px;
        font-size: 22px;
        font-weight: 700;
    }

.contact-ico {
    width: 35px;
}

.ico-col {
    width: 35px;
    margin-right: 24px;
}

.contact-info-1st-col {
    border-right: 1px solid #000;
}

.contact-info-wrapper > p {
    font-size: 14px;
    margin-bottom: 0.3em;
}

.contact h2 {
    color: #000;
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
}

.form-alert-msg {
    color: red;
    display: none;
}

.form-control,
.contact-form-wrapper textarea {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    border: 0px;
    color: #000;
    padding-left: 6px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
}

::placeholder {
    color: #000 !important;
}

.contact .btn2, {
    border-color: #000;
    border-radius: 0px;
    width: 190px;
    text-align: center;
    font-size: 20px;
    margin: 40px auto 0 auto;
    display: block;
    font-weight: 700;
    padding: 4px 2px;
    background-color: #000;
}

    .contact .btn2:hover {
        background-color: transparent;
        color: #000;
    }

.contact-main-section .btn2 {
    border: 2px solid #009bbb;
    border-radius: 0px;
    width: 190px;
    text-align: center;
    font-size: 20px;
    margin: 40px auto 0 auto;
    display: block;
    font-weight: 700;
    padding: 4px 2px;
    background-color: #009bbb;
}

    .contact-main-section .btn2:hover {
        background-color: transparent;
        color: #009bbb;
    }

.contact-main-section h2 {
    color: #000;
    text-align: center;
    font-size: 34px;
    margin-bottom: 40px;
}

.contact-hp-section {
    padding-top: 0px;
}

h2.contact-hp-section-title {
    color: #009bbb;
    margin-bottom: 28px;
    text-align: center;
}

.contact-hp-section-subtitle {
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 40px;
}

textarea.form-control {
    height: 41px;
}

/****stránka ceník - contact pricing table***/
.pricing-tables .top-section {
    padding-top: 100px;
}

.pricing-tables-section {
    padding-top: 60px;
}


.pricing-tables-title {
    color: #009bbb;
    margin-bottom: 48px;
    text-align: center;
}


.pricing-table-container {
    margin: 0 auto;
    max-width: 90%;
}

    .pricing-table-container .p-table-row p {
        margin: 0px;
    }

    .pricing-table-container .p-table-row {
        text-align: center;
        padding: 10px;
        font-size: 13px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pricing-table-container .col-12 {
        padding: 0px;
    }

.l-grey-bckg {
    background-color: #f6f6f6;
}

.grey-bckg {
    background-color: #e7e7e7;
}

.p-t-button,
.p-t-button-2 {
    background-color: #6b6b6b;
    border: 2px solid #6b6b6b;
    padding: 7px 32px;
    width: 210px;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 24px auto 0px auto;
    text-decoration: none;
}

.p-t-button-2 {
    background-color: #009bbb;
    border-color: #009bbb;
}

.p-t-button:hover {
    background: transparent;
    color: #6b6b6b;
    text-decoration: none;
}

.p-t-button-2:hover {
    background: transparent;
    color: #009bbb;
    text-decoration: none;
}

.p-table-row.p-t-row-first {
    height: 100px;
}

.p-t-basic .p-t-row-first,
.p-t-basic .p-t-row-last {
    background: #6b6b6b;
    color: #000;
}

.p-t-middle .p-t-row-first,
.p-t-middle .p-t-row-last {
    background: #009bbb;
}

.p-t-full .p-t-row-first,
.p-t-full .p-t-row-last {
    background: #6b6b6b;
}

    .p-t-basic .p-t-row-first h2,
    .p-t-basic .p-t-row-last h2,
    .p-t-middle .p-t-row-first h2,
    .p-t-middle .p-t-row-last h2,
    .p-t-full .p-t-row-first h2,
    .p-t-full .p-t-row-last h2 {
        font-size: 22px;
        font-weight: 600;
        color: #fff;
    }

    .p-t-basic .p-t-row-first p,
    .p-t-middle .p-t-row-first p,
    .p-t-full .p-t-row-first p {
        color: #ddd;
    }

.p-t-serv-col .p-table-row p {
    text-align: right;
}

.p-t-serv-col .p-table-row i {
    font-size: 14px;
    color: #808080;
    margin: 0 16px;
}

.p-t-basic .p-table-row i {
    font-size: 14px;
    color: #3b3b3b;
}

.p-t-basic .p-table-row .fa.fa-times:before {
    color: #3b3b3b;
}

.p-t-middle .p-t-row-first {
    position: relative;
}

.best-offer-container {
    position: absolute;
    width: 100%;
    left: 0px;
    top: -28px;
    height: 28px;
    background: #000;
}

    .best-offer-container h3 {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        margin-bottom: 0px;
    }

/***registration-page stránka-registrace***/

.registration .top-section {
    padding-top: 100px;
}

.registration-form-section {
    padding-top: 12px;
}

.registration .top-section h1 {
    text-align: center;
}

.registration .subheader-claim {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 24px;
}

.registration-form-container {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.registration .btn2 {
    border-color: #009bbb;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 40px auto 0 auto;
    display: block;
    font-weight: 700;
    padding: 8px 2px;
    background-color: #009bbb;
}

.registration .btn2 {
    color: #fff;
}

    .registration .btn2:hover {
        background-color: transparent;
        color: #009bbb;
    }

.registration .form-control {
    height: 52px;
}

.registration label {
    margin-bottom: .2rem;
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 500;
}

.registration input {
    border: 3px solid #009bbb;
    padding-left: 70px;
}

.registration .form-group {
    position: relative;
    margin-bottom: 4px;
}

.blk-rectangle {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0px;
    left: 0px;
    display: block;
    background: #009bbb;
}

    .blk-rectangle i {
        color: #fff;
        margin: auto;
        font-size: 30px
    }

.blk-rectangle-2 {
    position: absolute;
    width: 220px;
    height: 52px;
    top: 0px;
    right: 0px;
    display: block;
    background: #009bbb;
}

    .blk-rectangle-2 p {
        margin: auto;
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }

.registration .spinner-border {
    vertical-align: -2px;
}

.form-group-inner-wrapper {
    position: relative;
}

#sign-up-form select {
    border: 3px solid #000;
    padding-left: 70px;
}

/***login-page stránka-přihlášení***/

.log-in-page .top-section {
    padding-top: 120px;
}

.log-in-section {
    padding-top: 12px;
}

.log-in-page .top-section h1 {
    text-align: center;
}

.log-in-page .subheader-claim {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 24px;
}

.log-in-form-container {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.log-in-page .btn2 {
    border-color: #009bbb;
    border-radius: 0px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 40px auto 0 auto;
    display: block;
    font-weight: 700;
    padding: 8px 2px;
    background-color: #009bbb;
}

.log-in-page .btn2 {
    color: #fff;
}

    .log-in-page .btn2:hover {
        background-color: transparent;
        color: #009bbb;
    }

.log-in-page .form-control {
    height: 52px;
}

.log-in-page label {
    margin-bottom: .2rem;
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 500;
}

.log-in-page input {
    border: 3px solid #009bbb;
    padding-left: 70px;
}

.log-in-page .form-group {
    position: relative;
    margin-bottom: 4px;
}

.log-in-page .text-center a {
    color: #000;
}

.log-in-form-container .validation-summary-errors li {
    text-align: center;
    color: red;
    font-weight: 500;
    list-style: none;
}

/***404-page stránka-404***/
.fhf-page .navbar-collapse {
    display: none !important;
}

.fhf-page #sw-logo {
    margin: 0 auto;
}

.fhf-page .top-section {
    padding-top: 150px;
}

.fhf-page h1,
.fhf-page h2,
.fhf-page p,
.fhf-page a {
    text-align: center;
}

.fhf-page h1 {
    font-weight: 900;
    font-size: calc( 5vw + 10vh);
    max-width: 100%;
    color: #000;
    line-height: 0.9em;
}

.fhf-page h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin: 0px auto;
    padding: 10px 20px;
    display: block;
    background: #000;
    width: calc( 20vw + 25vh);
    max-width: 100%;
}

.fhf-page .top-section p {
    font-size: 14px;
    margin-top: 16px;
}

.fhf-page .btn-primary {
    background: transparent;
    text-decoration: underline;
    border-radius: 0px;
    border: 2px solid #000;
    color: #000;
    font-weight: 600;
}

    .fhf-page .btn-primary:hover {
        text-decoration: none;
        color: #fff;
        background: #000;
    }

/***stranka o nas - About us page***/

.about-us .top-section {
    padding-top: 100px;
}

.profiles-section {
    padding-top: 50px;
}

.profile-wrapper {
    width: 95%;
    margin: 0 auto;
}

    .profile-wrapper img {
        width: 100%;
        height: auto;
    }

    .profile-wrapper p {
        margin: 0px;
        text-align: center;
        padding: 6px 4px;
        font-weight: 600;
    }

    .profile-wrapper .profile-name {
        background: #000;
        color: #fff;
    }

    .profile-wrapper .profile-position {
        color: #000;
        background: #f1f1f1;
    }


.home .content-wrapper {
    padding-top: 88px;
}

.how-to-section {
    padding-bottom: 0px;
}

    .how-to-section h2 {
        color: #009bbb;
        margin-bottom: 48px;
        text-align: center;
    }
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.hp-video-w {
    position: relative;
    width: 100%;
    height: 40vw;
}

    .hp-video-w video {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
    }

.how-to-section h3 {
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 40px;
}

.cta-btn {
    border: 2px solid #009bbb;
    border-radius: 0px;
    color: #fff !important;
    text-decoration: none !important;
    width: 100%;
    text-align: center;
    font-size: 17px;
    margin: 40px auto 0 auto;
    display: block;
    font-weight: 600;
    padding: 8px 2px;
    max-width: 270px;
    background-color: #009bbb;
}

    .cta-btn:hover {
        background-color: transparent;
        color: #009bbb !important;
    }

.pricing-tables-subtitle {
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 0px;
}

.cta-section {
    padding-top: 0px;
}

.cta-container {
    padding: 90px 0px;
    background-color: #f5f5f5;
}

.ref-web-section {
    padding-bottom: 45px;
}

    .ref-web-section h2 {
        text-align: center;
        color: #009bbb;
    }

    .ref-web-section h3 {
        text-align: center;
        color: #000;
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 0px;
    }

.ref-link-subtitle {
    margin-top: 24px;
    color: #000;
    font-weight: 600;
}

    .ref-link-subtitle:hover {
        color: #333;
    }

.ref-web-section img {
    width: 100%;
    display: block;
    margin: 32px auto 0 auto;
    max-width: 275px;
}

/***footer**/

.wbm-footer {
    background: #191919;
    padding: 4px 0px;
}

    .wbm-footer a,
    .wbm-footer p {
        color: #fff;
        text-align: center;
        margin-bottom: 0px;
        font-size: 12px;
    }

/****responzivní úpravy - responsive settings***/


@media (min-width: 992px) {

    .mobile-only-display {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 14px;
        padding-left: 14px;
    }

    .fce-mobile-version-carousel {
        display: none;
    }

    .fce-pc-version-carousel {
        display: block;
    }
}

@media (max-width: 1199px) {
    .carousel-control-prev {
        left: -16px;
    }

    .carousel-control-next {
        right: -16px;
    }
}

@media (max-width: 1070px) {
    .full-w-video-section .claim-row-wrapper {
        margin-bottom: -122px;
    }

    .full-w-video-section .btn.btn-primary {
        margin-top: 16px
    }
}

@media (max-width: 1070px) {
    .fhf-page h2 {
        font-size: 16px;
    }
}


@media (max-width: 991px) {
    .navbar .nav-link.free-trial {
        margin-left: 0px;
        margin-bottom: 12px
    }

    .navbar .nav-link.sign-in {
        border-left: 2px solid #000;
    }

    .functions .top-section h1 {
        text-align: center;
    }

    .contact h1 {
        text-align: center;
    }

    .contact-main-section {
        padding-top: 48px;
    }


    .contact-info-row,
    .contact-info-row > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .contact-info-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact-info-1st-col {
        border-right: none;
        margin-bottom: 48px;
    }

    .contact-info-wrapper,
    .contact-form-wrapper {
        padding: 0px;
    }

    .fce-mobile-version-carousel {
        display: block;
    }

    .fce-pc-version-carousel {
        display: none;
    }

    .fce-mobile-version-carousel .row {
        margin-bottom: 48px !important;
    }


    .mobile-only-display {
        display: block;
        font-weight: 600;
        text-transform: uppercase;
    }

    .pc-only-display {
        display: none;
    }

    .p-t-basic {
        margin-bottom: 100px;
    }

    .p-t-middle {
        margin-bottom: 70px;
    }

    .navbar-toggler-icon > i {
        display: none;
    }

    .profiles-section .col-lg-3 {
        margin-bottom: 40px;
    }
}

@media (min-width: 769px) {
    .mobile-version-carousel {
        display: none;
    }

    .pc-version-carousel {
        display: block;
    }
}

@media (max-width: 768px) {
    h2 {
        text-align: center;
    }

    .hero-section {
        padding-bottom: 48px;
    }

    .templates-list .navbar-light .navbar-toggler {
        display: none;
    }


    .template-thumb-links-1,
    .template-thumb-links-2 {
        width: 100%;
    }

    .template-nameandlinks-wrapper-1,
    .template-nameandlinks-wrapper-2 {
        left: 50%;
        margin-left: -140px;
        width: 280px;
    }

    .top-section .btn-rounded {
        margin: auto;
    }

    .top-section h1 {
        text-align: center;
        margin-bottom: 32px;
    }

    .templates-list #sw-logo,
    .templates-list-detail #sw-logo {
        margin: 7px auto 0px auto;
    }

    .mobile-version-carousel {
        display: block;
    }

    .pc-version-carousel {
        display: none;
    }

    .video-container-wrapper {
        width: 100%;
    }


    .fhf-page h1 {
        margin-bottom: 8px;
    }
}

@media (max-width: 600px) {


    .blk-rectangle-2 {
        display: none !important;
    }
}



@media (max-width: 480px) {


    .carousel-item-in-wrapper {
        padding: 0px 10px;
    }

    .template-nameandlinks-wrapper-1,
    .template-nameandlinks-wrapper-2 {
        width: 240px;
        margin-left: -120px;
    }
}