.vid-row {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 32px;
    flex-wrap: wrap
}

.flx-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.flx-row>ul {
    flex: 1
}

.badge-row {
    display: flex;
    gap: 16px;
    margin-bottom: 48px
}

.badge-row>.cell:first-child {
    width: 70%
}

.badge-row>.cell p {
    margin-bottom: 0 !important
}

.badge-row>.cell:last-child {
    width: calc(30% - 16px);
    text-align: center;
    background: #f9f9f9;
    display: flex;
    align-items: center
}

.badge-row>.cell:last-child>a {
    display: inline-block;
    margin: 0 auto
}

.badge-row>.cell:last-child img {
    max-width: 200px !important;
    border: none;
    transition: all .3s;
    transform: scale(.85)
}

.badge-row>.cell:last-child img:hover {
    transform: scale(1)
}

.swiper-slide .slide-cont {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 97%;
    margin: 0 auto;
    text-align: center;
    margin: 0 auto;
    padding: 34px;
    border-radius: 6px;
    background: #fff;
    height: 100%;
    max-width: 1000px;
    box-sizing: border-box
}

.rhs-cont img {
    border: 1px solid #ddd;
    display: block;
    margin: 0 0 15px
}

.faqh {
    margin-right: 24px !important
}

.add-on {
    font-size: 10px;
    font-weight: 600
}

.red-star {
    color: #e07879
}

.windowsmonoTable td.padd-none {
    padding: 0 !important
}

.bdr-none td {
    border: none !important;
    padding: 15px 0 !important
}

.accordion_head.active {
    background: #f9f9f9;
    color: #85b536 !important
}

.accordion_container {
    width: 100%
}

.accordion_head {
    color: #09c;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 1px 0;
    padding: 12px;
    border-bottom: 1px solid #efefef;
    position: relative
}

.accordion_body {
    background: #f9f9f9;
    padding: 12px
}

.accordion_body p {
    margin: 0;
    margin-right: 32px !important
}

.plusminus {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 10px
}

.banner .flex-row:after,
.banner .flex-row:before {
    content: '';
    display: table;
    clear: both
}

.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 25px 0;
    flex-wrap: wrap;
    justify-content: center
}

.flex-row .col {
    flex: 1;
    margin: 5px
}

.counter-box {
    background: #fff;
    padding: 20px;
    margin: 10px 15px;
    position: relative;
    border-radius: 6px;
    text-align: center;
    min-height: 314px;
    border: 1px solid #ececec;
    transition: all .3s ease
}

.counter-box h1 {
    font-size: 24px;
    margin: 0;
    color: #6d64f6
}

.counter-box:hover {
    border: 3px solid #f4f5fd;
    margin-top: -5px;
    transition: all .3s ease;
    box-shadow: 0 0 24px #f4f5fd
}

 .counter-box h3 {
    font-size: 46px;
    font-weight: 600;
    color: #2c9acd
}

.border-top {
    border-top: 1px solid #f2f2f2
}

.list {
    min-height: 202px
}

a.custom-btn {
    background: #6d64f6;
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block
}

a.custom-btn:hover {
    background: #645be0;
    text-decoration: none
}

.custom-list li {
    margin-bottom: 10px
}

.accordion_example2 {
    margin-top: 60px
}

.accordion_in .acc_head {
    color: #09c !important
}

.accordion_in a:hover {
    text-decoration: none
}

.acc_icon_expand {
    display: none !important
}

@media screen and (max-width:767px) {
    .flex-row {
        display: block
    }

    .list {
        min-height: auto
    }

    .counter-box {
        min-height: auto;
        margin: 20px 0
    }
}

@media screen and (max-width:650px) {
    a.custom-btn {
        padding: 8px 7px;
        font-size: 12px
    }

    table.windowsmonoTable thead tr:first-child th {
        width: 5% !important
    }

    .vid-row>.cell {
        width: 100% !important
    }

    .vid-con>iframe {
        height: 300px !important
    }

    .flx-row {
        gap: 0
    }

    .flx-row>ul {
        flex: auto;
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .counter-box {
        min-height: 385px
    }

    .list {
        min-height: 274px
    }
}

@media only screen and (min-width:500px) and (max-width:900px) {
    .counter-box {
        min-height: 385px
    }

    .list {
        min-height: 274px
    }

    table.windowsmonoTable thead tr:first-child th {
        width: 16% !important
    }
}

.fw600 {
    font-size: 15px;
    font-weight: 600
}

a.btn-style {
    margin: 10px 0 10px
}

.sub-head {
    background: #fbfbfb;
    display: block;
    padding: 10px 0;
    margin-bottom: 0;
    color: #424f55;
    border-bottom: 2px solid #f3f3f3
}

em {
    font-style: italic
}

table.windowsmonoTable td {
    vertical-align: middle;
    padding: .5em 1em
}

.trn-strip {
    background: #466eb3;
    text-align: center
}

#adRhsLnk {
    display: none
}

.faqh {
    font-size: 18px;
    margin: 0
}

.nav-btns {
    height: 34px
}

.nav-btns li {
    background: #333;
    display: block;
    float: left;
    list-style: none;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer
}

.nav-btns li:hover {
    background: #000
}

.ownSlider .slides {
    padding: 0 !important
}

.ownSlider .slides li:first-child {
    display: block
}

.ownSlider .slides li {
    display: none;
    list-style: none;
    padding: 0
}

.ownSlider img {
    width: 100%;
    height: 100%;
    border: 8px solid #ddd
}

.inte-dwn-btn {
    display: none
}

.integration-form {
    margin: 40px auto 0
}

#integration-form {
    width: 400px;
    margin: 40px auto 0
}

#downloadSubmit {
    padding: 10px
}

#integration-form #emailID {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    outline: 0
}

#integration-form #MECountryListing {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    outline: 0
}

.successText {
    text-align: center
}

.zoom-icon {
    margin: 8px -8px
}

.download-Arw {
    margin: 10px 0 0 20px
}

.download-OS {
    margin: 10px 20px 0 0
}

.icon-s-windows {
    background-position: 0 -30px !important
}

a.download-winBtn {
    font-size: 28px;
    line-height: 26px;
    padding: 8px 15px;
    display: inline-block;
    background: #e9142b;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    text-align: center
}

a.download-winBtn>span.icon-s-windows {
    background: url(https://www.manageengine.com/images/v1/icon-sprite.png) no-repeat 0 0;
    height: 30px;
    width: 30px;
    display: inline-block
}

a.download-winBtn>span {
    display: inline-block;
    float: left
}

.download-sml {
    display: block;
    font-size: 12px;
    line-height: 20px
}

a.download-winBtn>span.s-icon {
    background: url(https://www.manageengine.com/images/v1/icon-sprite.png) no-repeat 0 0;
    height: 30px;
    width: 30px;
    display: inline-block
}

a.download-winBtn>span.icon-s-linux {
    background: url(https://www.manageengine.com/images/v1/icon-sprite.png) no-repeat -30px -30px;
    height: 30px;
    width: 30px;
    display: inline-block
}

.pg-head2 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 0
}

.rhs-cont p {
    margin-top: 5px;
    margin-bottom: 25px
}

.trial-cta-banner {
    background-color: #2f97d3;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    min-height: 75px
}

.trial-cta-banner h3 {
    display: inline-block;
    text-transform: none;
    color: #fff;
    line-height: 20px;
    margin: 0;
    font-size: 14px;
    margin-right: auto;
    padding: 0
}

.trial-cta-banner a.green-cta-button {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    margin-left: auto;
    background: none repeat scroll 0 0 #ffe10e;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: box-shadow .2s linear 0s
}

.btns {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 20px
}

.btns a:focus,
.btns a:hover {
    text-decoration: none;
    opacity: .8
}

.btns a {
    background: #e9142b;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    width: 250px;
    margin: 10px 15px
}

.btns a:nth-child(2) {
    background: #34ad65
}

.s2ban {
    background: url(https://www.manageengine.com/images/solution-banner-apm.jpg) no-repeat left top;
    background-size: cover;
    margin-bottom: 25px
}

.sol-banner {
    padding: 30px 0 0;
    height: 150px
}

.sol-banner .container {
    max-width: 100%
}

.txt-center {
    text-align: center
}

.pr {
    position: relative
}

.txt-left {
    text-align: left
}

.h1 {
    line-height: 78px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #fff
}

.app-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px !important;
    margin-bottom: 20px
}

.h1 h1 {
    margin: 15px;
    color: #fff
}

.key-banner {
    padding: 15px 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: #9054f9;
    background: -webkit-linear-gradient(top left, #9054f9, #45fcfe);
    background: -moz-linear-gradient(top left, #9054f9, #45fcfe);
    background: linear-gradient(top left, #9054f9, #45fcfe)
}

.key-banner .col:nth-child(1) {
    margin-right: auto;
    margin-left: 20px
}

.key-banner .col:nth-child(2) {
    margin-left: auto;
    margin-right: 20px
}

.key-banner .col h1 {
    color: #fff;
    text-align: left;
    font-size: 35px;
    margin-bottom: 0
}

.key-banner .col img {
    max-width: 160px !important
}

@media screen and (max-width:760px) {
    .app-img {
        max-width: 100% !important
    }
}

.img-brder {
    border: 1px solid #ddd;
    padding: 5px
}

.img-wrapper img {
    border: 1px solid #ddd
}

.img-wrapper {
    margin-top: 50px
}

.add-on {
    font-size: 10px;
    font-weight: 600
}

.red-star {
    color: #e07879
}

.windowsmonoTable td.padd-none {
    padding: 0 !important
}

.bdr-none td {
    border: none !important;
    padding: 15px 0 !important
}

.accordion_head.active {
    background: #f9f9f9;
    color: #85b536 !important
}

.accordion_head>h2 {
    font-size: 18px !important;
    margin: 0
}

.pb20 {
    padding-bottom: 20px
}

.list {
    padding-bottom: 0 !important
}

.list li {
    list-style: disc;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 11px;
    text-align: left
}

.vid-row>.cell:nth-child(1) {
    width: 55%
}

.vid-row>.cell:nth-child(2) {
    width: calc(45% - 32px)
}

.vid-con>iframe {
    width: 100%;
    height: 200px
}

.smk_accordion .accordion_in {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden
}

.smk_1 .accordion_in {
    border-top: 0 !important;
    border-bottom: 0 !important;
    position: relative;
    z-index: 10;
    margin-top: -1px;
    overflow: hidden
}

.smk_accordion .accordion_in .acc_head {
    position: relative;
    background: #fff;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    display: block;
    cursor: pointer
}

.smk_1 .accordion_in .acc_head {
    padding: 8px 0 8px 44px !important
}

.smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    left: 10px;
    top: 45%;
    margin-top: -9px;
    background: url(images/plusminus.png) center 0
}

.smk_accordion .accordion_in .acc_content {
    background: #f9f9f9;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #4c596e;
    padding: 0 10px 15px 10px
}

.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
    margin-top: 5px
}

.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
    border-radius: 3px 3px 0 0
}

.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
    border-radius: 0 0 3px 3px
}

.smk_accordion .accordion_in.acc_active .acc_content {
    display: block
}

.smk_accordion .accordion_in.acc_active .acc_head {
    background: #f9f9f9;
    color: #85b536 !important
}

.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
    background: url(images/plusminus.png) center -24px
}

.smk_accordion.acc_with_icon .accordion_in .acc_content,
.smk_accordion.acc_with_icon .accordion_in .acc_head {
    padding-left: 10px
}

.smk_accordion .accordion_in .acc_head1 {
    position: relative;
    background: #f8f8f8;
    padding: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    display: block;
    cursor: pointer;
    letter-spacing: -.5px;
    border: 1px solid #e9e9e9;
    border-bottom: none
}

.smk_accordion .accordion_in .acc_head1 .acc_icon_expand {
    display: block;
    width: 22px;
    height: 21px;
    position: absolute;
    left: 10px;
    top: 45%;
    margin-top: -9px;
    background: url(images/plusminus-cl.png) center 0
}

.smk_accordion .accordion_in.acc_active .acc_head1 .acc_icon_expand {
    background: url(images/plusminus-cl.png) center -24px
}

.smk_accordion .accordion_in .acc_content1 {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    border: 1px solid #e9e9e9;
    border-top: none;
    padding: 11px 10px 15px 10px
}

.smk_accordion .accordion_in.acc_active .acc_content {
    display: block
}

.smk_accordion .accordion_in.acc_active .acc_head1 {
    background: #f8f8f8;
    color: #85b536 !important;
    border: 1px solid #e9e9e9
}

.smk_1 .accordion_in .acc_head1 {
    padding: 11px 0 14px 44px !important
}

.app-built-on-logos,
.app-built-on-logos>li {
    list-style: none;
    margin: 0;
    padding: 0
}

.app-built-on-logos {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap
}

.app-built-on-logos>li {
    background: #f9f9f9;
    padding: 12px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex: 1;
    justify-content: center
}

.app-built-on-logos>li>a {
    display: block;
    text-align: center
}

.app-built-on-logos>li img {
    max-width: 100px !important
}

@media screen and (max-width:767px) {
    .flex-row {
        display: block
    }

    .list {
        min-height: auto
    }

    .counter-box {
        min-height: auto;
        margin: 20px 0
    }
}

@media screen and (max-width:1024px) {
    .app-built-on-logos>li {
        flex: auto !important
    }
}

@media screen and (max-width:650px) {
    a.custom-btn {
        padding: 8px 7px;
        font-size: 12px
    }

    table.windowsmonoTable thead tr:first-child th {
        width: 5% !important
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .counter-box {
        min-height: 385px
    }

    .list {
        min-height: 274px
    }
}

@media only screen and (min-width:500px) and (max-width:900px) {
    .counter-box {
        min-height: 385px
    }

    .list {
        min-height: 274px
    }

    table.windowsmonoTable thead tr:first-child th {
        width: 16% !important
    }
}

@media screen and (max-width:760px) {
    #survey {
        display: none !important
    }
}

.logo {
    width: 100px;
    min-height: 50px;
    padding: 15px;
    align-content: center;
    background: #f9f9f9
}

.block {
    display: inline-block;
    width: 455px;
    min-height: 200px;
    padding: 15px;
    flex: 0 0 50%;
    border: 5px solid #fff;
    background: #f9f9f9
}

.related-resource-section h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -.5px;
    margin-bottom: 8px
}

.related-resource-section .related-resource-img {
    margin-top: 40px;
    max-width: 360px;
    width: 100%;
    height: auto
}

.related-resource-section .resource-card {
    border: 1px solid #efefef;
    border-radius: 12px;
    margin-left: 32px
}

@media screen and (max-width:1199.98px) {
    .related-resource-section .resource-card {
        margin: 40px 0 0
    }
}

.related-resource-section .resource-wrapper {
    padding: 24px;
    border-right: 1px solid #efefef
}

.related-resource-section .resource-link-item.featured {
    margin-bottom: 32px
}

.resource-link-list {
    padding: 0 !important
}

.related-resource-section .resource-link-list li a:hover {
    text-decoration: underline
}

.related-resource-section .resource-link-list li {
    margin-bottom: 8px;
    font-size: 1rem;
    line-height: 1.75;
    padding-left: 0;
    list-style: none
}

.related-resource-section .resource-link-list li:last-child {
    margin-bottom: 0
}

.related-resource-section .resource-link-list li a {
    color: inherit
}

.related-resource-section .resource-link-list li a svg {
    vertical-align: sub
}

.related-resource-section .resource-link-list li a span {
    margin-right: 4px
}

.related-resource-section .resource-other-wrapper {
    padding: 24px 24px 24px 0
}

.related-resource-section .resource-other-wrapper .resource-other-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    text-decoration: none
}

.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(1),
.related-resource-section .resource-other-wrapper .resource-other-item:nth-child(2) {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #efefef
}

.related-resource-section .resource-other-wrapper .resource-other-item:hover {
    text-decoration: none
}

.related-resource-section .resource-other-wrapper .resource-other-item .h5 {
    line-height: 32px;
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: -.5px
}

.related-resource-section .resource-other-wrapper .resource-other-item .p {
    font-size: 1rem;
    line-height: 1.75
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.related-resource-section .resource-other-wrapper .resource-other-item .anchor-text {
    color: #006deb;
    display: flex;
    align-items: center
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon {
    margin-right: 20px
}

.related-resource-section .resource-other-wrapper .resource-other-item .resource-other-icon svg {
    width: 32px;
    height: 38px
}

.related-resource-section .resource-other-wrapper .resource-other-item a {
    font-size: 1rem
}

.related-resource-section ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

@media screen and (max-width:1199.98px) {
    .related-resource-title-wrapper {
        text-align: center
    }
}

@media screen and (max-width:767.98px) {
    .resource-other-wrapper {
        padding: 24px !important
    }

    .resource-wrapper {
        border-right: 0 !important
    }
}

.padtb1 {
    padding: 32px 0
}

.img-center {
    text-align: center
}

.inner-nav-bg {
    background: #f9f9f9;
    text-align: center;
    z-index: 3;
    padding: 20px 0;
    margin-bottom: 24px
}

.sticky {
    position: sticky !important;
    top: 100px
}

.sticky-nav {
    list-style: none !important;
    margin: 0;
    padding: 0 !important;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center
}

.sticky-nav>a {
    border: 1px solid #cde0e9;
    background: #fff;
    padding: 4px 16px;
    transition: all .3s
}

.sticky-nav>a:hover {
    text-decoration: none;
    background: #548afa;
    color: #fff
}

.itom-features-detail-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

.resource-multiple-itom {
    display: flex;
    width: 100%
}

.flex-colum {
    flex-direction: column
}

.dwnld-sec {
    background: #ffedb5;
    padding: 24px;
    text-align: center;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 24px 0 #f1f1f1;
    box-shadow: 0 0 24px 0 #f1f1f1;
    margin: 32px 0
}

.dwnld-sec>h2 {
    margin: 0;
    margin-bottom: 16px !important;
    line-height: 32px
}

.dwnld-sec>a {
    display: inline-block;
    background: #e9152b;
    color: #fff;
    padding: 8px 24px;
    border-radius: 25px;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dwnld-sec>a:hover {
    text-decoration: none;
    background: #c91c2e
}

.docker-container-wrapper h1 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0
}

.docker-container-wrapper h2 {
    font-size: 24px;
    line-height: 1.75;
    margin: 24px 0 16px
}

.docker-container-wrapper .custom-list span {
    font-weight: 600
}

.docker-container-wrapper .custom-list {
    padding-left: 40px !important
}

.docker-container-wrapper ul li {
    margin-bottom: 12px
}

.docker-container-wrapper .accordion_head h2 {
    font-size: 18px;
    margin: 0 0 16px
}

.docker-container-wrapper p {
    line-height: 30px !important;
    font-size: 16px !important
}

.img-wrapper {
    margin: 12px 0 20px
}

.supp-services {
    display: flex;
    flex-wrap: wrap;
    gap: 24px
}

.supp-services>span {
    padding: 16px;
    background: #f6f6f6;
    text-align: center;
    width: 150px;
    text-align: center
}

.supp-services>span>a {
    display: block;
    text-align: center
}

.supp-services>span img {
    max-width: 64px !important;
    margin: 0 auto;
    margin-bottom: 16px;
    border: 0 !important
}

.apm-card-info {
    background-color: #e8f3ff;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    gap: 0 12px;
    margin-bottom: 24px
}

.apm-card-info svg {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-top: 2px
}

.apm-card-info p {
    color: #174373;
    font-weight: 300;
    margin: 0 !important;
    line-height: 1.75 !important
}

.apm-card-info strong {
    color: #063d66;
    font-weight: 600
}

.video-tour-container {
    max-width: 560px;
    width: 100%;
    margin: 15px auto 50px
}

.video-tour-container iframe {
    width: 100%
}

.video-thumb-wrapper {
    position: relative;
    cursor: pointer
}

.video-thumb-wrapper::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    border-radius: 100px;
    background-color: red;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

.video-thumb-wrapper::after {
    position: absolute;
    content: "";
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    right: 49.5%;
    transform: translate(50%, -50%)
}

.video-thumb-wrapper img {
    border-radius: 4px
}

.video-player-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 13, 20, .84);
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    display: none;
    opacity: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.video-player-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.video-player-wrapper.active {
    display: block;
    opacity: 1
}

.video-player-wrapper .video-player-container {
    max-width: 1280px;
    width: 100%;
    margin: 100px auto auto
}

.video-player-wrapper .video-player-container .video-player-close-btn {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff
}

.video-player-wrapper .video-player-container .video-player {
    position: relative;
    padding-bottom: 56.5%;
    margin-top: 12px
}

.video-player-wrapper .video-player-container .video-player iframe {
    position: absolute;
    width: 100%;
    height: 100%
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
    padding-top: 0;
    padding-bottom: 0
}

.row>* {
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%
}

.row.g-0 {
    margin-right: 0;
    margin-left: 0
}

.row.g-0>* {
    padding-left: 0;
    padding-right: 0
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media only screen and (min-width:576px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width:992px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}