body {
    font-family: akkurat;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: circular
}

p {
    /*color: #545454;*/
    color: black;
}

.mdl-button {
    font-family: akkurat;
    border-radius: 3px;
    text-transform: capitalize
}

.sshiring {
    font-family: akkurat
}

#Main_Header .sscontainer
.mdl-layout__header-row {
    margin: 0 8px
}

.drop ul li a {
    font-weight: 600
}

.drop ul {
    top: 43px;
    left: -1%
}

.triangle::before {
    left: 57%
}

.drop-service.drop ul {
    width: 420px;
    padding: 0
}

.drop-service .triangle::before {
    left: 87%;
    top: -10px
}

.service_menu_title_div {
    margin-bottom: 0
}

#service_tab_ul
li a.service_menu_title {
    font-size: 14px;
    color: #135893;
    text-decoration: underline
}

#service_tab_ul li a {
    font-size: 13px
}

.home_drop_tab {
    padding: 0 16px 8px
}

.cstyle_same a.mdl-navigation__link, .head_signin_link {
    text-transform: capitalize
}

.cop_margr, .marg_0_cou {
    color: #fff
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

    .fancybox-container
    * {
        box-sizing: border-box
    }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open
.fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease,visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s,visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open
.fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

    .fancybox-slide:before {
        content: "";
        display: inline-block;
        font-size: 0;
        height: 100%;
        vertical-align: middle;
        width: 0
    }

.fancybox-is-sliding
.fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0 0
}

    .fancybox-slide--image:before {
        display: none
    }

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
    animation-timing-function: cubic-bezier(.5,0,.14,1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-slide--html
.fancybox-content {
    margin: 0 0 6px
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing
.fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe
.fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: calc(100% - 44px);
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe
.fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

    .fancybox-error
    p {
        color: #444;
        font-size: 16px;
        line-height: 20px;
        margin: 0;
        padding: 0
    }

.fancybox-button {
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

    .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
        color: #ccc
    }

        .fancybox-button:hover {
            color: #fff
        }

        .fancybox-button:focus {
            outline: none
        }

        .fancybox-button.fancybox-focus {
            outline: 1px dotted
        }

        .fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
            color: #888;
            cursor: default;
            outline: none
        }

        .fancybox-button
        svg {
            display: block;
            height: 100%;
            overflow: visible;
            position: relative;
            width: 100%
        }

            .fancybox-button svg path {
                fill: currentColor;
                stroke-width: 0
            }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play
svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

    .fancybox-close-small:hover {
        color: #fff;
        opacity: 1
    }

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-is-scaling
.fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background: 0 0;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

    .fancybox-navigation
    .fancybox-button div {
        background: rgba(30,30,30,.6);
        height: 100%;
        padding: 7px
    }

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0
}

    .fancybox-caption:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
        background-repeat: repeat-x;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: -25px;
        z-index: -1
    }

    .fancybox-caption:after {
        border-bottom: 1px solid hsla(0,0%,100%,.3);
        content: "";
        display: block;
        left: 44px;
        position: absolute;
        right: 44px;
        top: 0
    }

    .fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
        color: #ccc;
        text-decoration: none
    }

        .fancybox-caption a:hover {
            color: #fff;
            text-decoration: underline
        }

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5,1.5,1.5);
    transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5,.5,.5);
    transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
    transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
    transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
    transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
    transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media(max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0 0
    }

        .fancybox-slide--image .fancybox-content {
            margin-bottom: 6px
        }

        .fancybox-slide--image .fancybox-close-small {
            background: #4e4e4e;
            color: #f2f4f6;
            height: 36px;
            opacity: 1;
            padding: 6px;
            right: 0;
            top: 0;
            width: 36px
        }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

    .fancybox-share
    h1 {
        color: #222;
        font-size: 35px;
        font-weight: 700;
        margin: 0 0 20px
    }

    .fancybox-share p {
        margin: 0;
        padding: 0
    }

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

    .fancybox-share__button:link, .fancybox-share__button:visited {
        color: #fff
    }

    .fancybox-share__button:hover {
        text-decoration: none
    }

.fancybox-share__button--fb {
    background: #3b5998
}

    .fancybox-share__button--fb:hover {
        background: #344e86
    }

.fancybox-share__button--pt {
    background: #bd081d
}

    .fancybox-share__button--pt:hover {
        background: #aa0719
    }

.fancybox-share__button--tw {
    background: #1da1f2
}

    .fancybox-share__button--tw:hover {
        background: #0d95e8
    }

.fancybox-share__button
svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

    .fancybox-share__button svg path {
        fill: #fff
    }

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs
.fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x
.fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y
.fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

    .fancybox-thumbs__list a:before {
        border: 6px solid #ff5268;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        transition: all .2s cubic-bezier(.25,.46,.45,.94);
        z-index: 99991
    }

    .fancybox-thumbs__list a:focus:before {
        opacity: .5
    }

    .fancybox-thumbs__list a.fancybox-thumbs-active:before {
        opacity: 1
    }

@media(max-width:768px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list
    a {
        max-width: calc(100% - 10px)
    }
}

.ad_fancybox_banner {
    transform: unset !important;
    height: 470px !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    margin-top: 3em
}

    .ad_fancybox_banner .fancybox-image {
        width: auto !important;
        max-width: 850px;
        position: unset;
        background: #f9f9f9;
        object-fit: contain
    }

.ad_fancybox_video {
    max-width: 75%;
    max-height: 75%;
    bottom: 4em
}

.ad_image_fancy {
    position: absolute;
    top: 35em;
    height: 70px
}

.ad_image_fancy_bottom_video {
    position: absolute;
    bottom: -100px;
    height: 70px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center
}

.ad_fancybox_grid {
    z-index: 99999;
    width: 100%;
    position: absolute;
    bottom: -35px;
    display: flex;
    justify-content: center;
    align-items: center
}

.ad_slideshare_img {
    position: absolute;
    top: 36em
}

.slideshare_centre_ad {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px
}

.slidashare_main_div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    margin: 0 auto;
    max-width: 100%
}

.slideshare_close {
    position: absolute;
    opacity: .8;
    width: 40px !important;
    height: 40px !important;
    top: unset !important;
    right: 0 !important;
    transition: all 200ms;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #ccc;
    background: rgba(76,69,69,.62) !important;
    -webkit-appearance: none;
    padding: 0
}

.slideshare_title_h3 {
    padding-left: 10px;
    padding-top: 5px !important
}

.slideshare_div {
    margin: 0 auto
}

.slideshare_panel_div {
    margin-top: 70px
}

#slideshare_popup {
    display: none
}

.slidshare_point_evnt {
    margin-top: 20px;
    pointer-events: none
}

.slidshare_curs {
    cursor: pointer
}

.slidshare_mar_top {
    margin-top: 20px
}

.goToSlideLabel {
    display: block
}

.slideshare_preload, .slideshare_preload_btn {
    display: flex;
    align-items: center;
    justify-content: center
}

.slideshare_preload {
    position: relative
}

.slideshare_preload_img {
    width: 100%;
    -webkit-filter: blur(7px);
    filter: blur(7px)
}

.slideshare_preload_btn {
    position: absolute;
    background-color: #135893;
    color: #fff;
    font-size: 17px;
    letter-spacing: .5px;
    height: 50px
}

    .slideshare_preload_btn:hover {
        background-color: rgba(19,88,147,.88)
    }

.modal-backdrop.slideshare {
    opacity: .9;
    position: fixed;
    transition: opacity 200ms;
    visibility: visible;
    z-index: 999;
    background-color: #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.section_grid_nopadding {
    padding: 0
}

.section_title {
    font-size: 20px;
    color: #292929;
    font-weight: 500;
    margin: 30px 0 15px;
    padding-left: 0;
    line-height: 26px
}

.section_cell_margin {
    margin: 24px 24px 0 0
}

#topsoftware .section_cell_margin:nth-last-child(-n+3) {
    margin-bottom: 0
}

#topsoftware .section_cell_margin:nth-child(3n+0), .section_cell_margin:last-child {
    margin-right: 0
}

#topsoftware .section_cell_margin {
    margin: 0 24px 24px 0;
    padding: 8px 22px
}

.profile_ad_bottom {
    margin-bottom: 32px
}

.profile_ad_middle {
    margin-top: 48px
}

.profile_ad_bottom, .profile_ad_middle {
    width: 100%
}

.fancybox_ad {
    display: flex;
    justify-content: center
}

    .fancybox_ad
    .youtube_thumbnail {
        width: 90%;
        margin: 8px 0
    }

.video_ifrm_outer {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.fancybox_ad .youtube_icon_iframe_video {
    width: 70px;
    position: absolute;
    opacity: .7
}

.inner_grid_color {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px
}

.or_rating_sec h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 16px 0;
    text-align: center;
    line-height: inherit
}

.rev_by_all {
    font-size: 35px;
    text-align: center;
    color: #135893;
    margin-top: 4px
}

    .rev_by_all span {
        font-size: 14px;
        color: #000
    }

.overall_ask_q_btn, .overall_write_rev {
    box-shadow: none;
    background: #135893;
    color: #fff;
    font-size: 12px;
    height: 27px;
    line-height: inherit
}

.overall_write_rev {
    margin-top: 14px
}

    .overall_ask_q_btn:hover, .overall_write_rev:hover, .no_review_div
    a:hover {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        background: #135893;
        color: #fff
    }

.or_rating_sec {
    flex-direction: column
}

.overall_srats {
    display: flex;
    align-items: center;
    float: right
}

    .overall_srats i {
        width: 16px;
        font-size: 15px;
        color: #43a047
    }

.overall_name_star {
    margin: 8px 0
}

    .overall_name_star p {
        display: inline-block;
        width: fit-content;
        margin: 2px 8px;
        line-height: normal
    }

.overall_srats p {
    margin: 0;
    line-height: normal;
    margin-left: 15px;
    width: 24px
}

.overall_section {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.overall_border_r {
    border-right: 1px solid #135893
}

.overall_border_l {
    border-left: 1px solid #135893
}

#overall_review .section_space {
    padding: 28px 0
}

.key_feature_part, .specifi_part, .language_part, .prising_section, .customer_section, .discription_section, .slideshare_section, .faq_section, #video_panel
.inner_grid_color, .overview_comp_detail, #overview .overview_box, .sidebar_award, .profile_compare {
    border-top: 1px solid #eaeaea
}

.who_use_section h4, .language_support h4, .specif_other_categori h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

.who_use_section li
i.material-icons.grey, .language_support li i.material-icons.grey, .specif_other_categori li i.material-icons.grey {
    color: #c7c7c7
}

.language_support li i.material-icons.blue, .who_use_section ul li i.material-icons.blue, .specif_other_categori li i.material-icons.blue {
    color: #135893
}

.specif_other_categori
li i, .language_support li i, .who_use_section ul li i {
    font-size: 20px;
    margin-left: 28px
}

.specif_other_categori li {
    padding: 7px 0
}

.who_use_section ul li {
    padding-top: 7px
}

.specif_other_categori li p {
    margin: 0 0 0 30px
}

.specif_other_categori li, .language_support
ul li, .review_username_icon, .sidebar_vs_logo, .sidebar_compare_with {
    display: flex;
    align-items: center
}

.language_support ul li {
    padding: 0
}

.specif_other_categori li span {
    min-width: 130px
}

.other_cat_link {
    font-size: 12.5px;
    background-color: #ececec;
    padding: 4px 8px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    border-radius: 4px;
    margin: 8px 8px 0 0;
    float: left;
    height: 20px;
    box-sizing: content-box;
    border: 1px solid #d8d8d8;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)
}

    .other_cat_link:hover {
        box-shadow: 0 0 1px 0 rgba(0,0,0,.14),0 1px 1px 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.12)
    }

.language_support ul li i {
    width: 50px;
    margin-left: 0
}

.language_support h4 {
    margin: 0
}

.specif_other_categori ul {
    padding: 0;
    margin: 0
}

.features_ul ul {
    margin: 0;
    list-style-type: none;
    padding: 0
}

    .features_ul ul li {
        display: flex;
        padding: 0
    }

.key_features_cell {
    margin: 4px 8px
}

.features_ul ul li::before {
    content: "\2022";
    color: #135893;
    font-size: 23px;
    margin-right: 10px
}

.keyfeature_viewmore_div {
    display: none;
    text-align: center
}

.who_use_section ul {
    display: flex;
    margin: 0;
    padding: 0
}

.who_use_section_part {
    margin-bottom: 15px
}

#who_use_section_id
.section_title {
    float: left
}

#who_use_section_id .download_brochure {
    float: right;
    box-shadow: none;
    background-color: #135893;
    color: #fff
}

    #who_use_section_id .download_brochure:hover {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
    }

.who_use_section ul li {
    display: flex;
    width: 130px
}

    .who_use_section ul li i {
        margin-left: 0;
        margin-right: 7px !important
    }

#awards .new_award_section .mdl-tabs.is-upgraded .mdl-tabs__tab {
    height: 100%
}

.new_award_section {
    padding: 0
}

    .new_award_section
    .mdl-tabs__tab-bar {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: #fff;
        position: relative;
        border: 1px solid #eaeaea;
        margin-bottom: 24px
    }

    .new_award_section .mdl-tabs__tab {
        text-transform: capitalize;
        font-size: 18px;
        color: rgba(142,142,142,.9)
    }

    .new_award_section
    .mdl-tabs {
        margin: 0;
        width: 100%
    }

        .new_award_section .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
            color: #135893;
            background-color: #fff
        }

            .new_award_section .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
                background: #135893
            }

.new_screenshot_section {
    border: 1px solid #eaeaea
}

.screenshots_view_more {
    justify-content: center;
    border: 1px solid #cecece;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 30px;
    line-height: 25px;
    text-align: center
}

.tab_itm_section .inner_grid_color {
    padding: 16px;
    border: 1px solid #eaeaea
}

.awards_count {
    position: absolute;
    right: 20px
}

.awards_count, .overall_parts, .overall_circle_name, .or_rating_sec, .overall_ask_q_btn, .overall_ask_q_btn:hover, .overall_write_rev, .overall_write_rev:hover, .pricing_free_t_btn
#free-trial-btn, .pricing_free_t_btn, .vs_circle, .sidebar_compare_with {
    display: flex;
    align-items: center;
    justify-content: center
}

    .awards_count p {
        font-size: 17px;
        font-weight: 500;
        margin: 0;
        color: rgba(142,142,142,.9)
    }

.award_img_div img {
    width: 100%
}

.award_img_div {
    margin-top: 0
}

.screenshots_image_new, .screenshots_view_more {
    height: 70px
}

.screenshots_grid {
    padding: 0
}

.screenshots_link {
    margin-top: 0;
    display: flex;
    justify-content: center
}

    .screenshots_link
    img {
        width: 100%;
        object-fit: scale-down
    }

.screenshots_image_new, .large-image {
    width: 100%;
    border: 1px solid #eaeaea
}

.pricing_viewmore_div {
    display: none;
    margin-bottom: 0;
    width: 100%
}

.pricing_link {
    color: #292929;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.new_pricing_table {
    border: 1px solid #43a047;
    border-radius: 4px
}

.header_pricing_table {
    text-align: center
}

.heading_adition {
    background: #43a047;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px
}

.heading_time
span {
    font-weight: 400;
    font-size: 14px
}

.heading_time b {
    font-size: 18px
}

.heading_time {
    background: #ddffde;
    padding: 15px 0;
    font-size: 19px;
    font-weight: 500
}

.pricing_free_t_btn {
    padding-bottom: 20px
}

    .pricing_free_t_btn #free-trial-btn {
        background-color: #43a047;
        color: #fff;
        text-transform: capitalize;
        width: 150px;
        height: 30px;
        box-shadow: none
    }

        .pricing_free_t_btn
        #free-trial-btn:hover {
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
        }

.pricing_instruction ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    height: 200px;
    overflow: hidden
}

    .pricing_instruction ul:hover {
        overflow: auto
    }

    .pricing_instruction
    ul li {
        padding: 7px 20px !important
    }

        .pricing_instruction ul li:nth-child(even) {
            background-color: #f5f5f5
        }

    .pricing_instruction ul::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5
    }

    .pricing_instruction ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #43a047
    }

.review_username_icon
h5 {
    margin: 0;
    margin-left: 7px;
    font-size: 16px;
    font-weight: 700
}

.review_username_icon .material-icons {
    font-size: 30px
}

.review_username_icon {
    margin-bottom: 10px
}

.rev_review_source, .rev_company_size {
    color: #545454
}

.tipe_of_star {
    color: #545454;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .5px;
    font-weight: 400
}

.rev_type_star_div {
    margin-bottom: 5px
}

.prifile_star_icon {
    font-size: 20px
}

.profile_rev_five_tipe_star {
    margin-top: 15px
}

.review_disc_title {
    font-size: 15px
}

.profile_review_info {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0
}

.profile_review_txt p {
    font-size: 14px;
    color: #545454;
    margin-top: 13px;
    text-align: justify
}

.no_review_div {
    text-align: center
}

    .no_review_div a, .big_get_quote {
        box-shadow: none;
        background-color: #135893;
        color: #fff
    }

.no_review_p {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0
}

.profile_rev_pros_cons {
    font-size: 15px;
    margin-bottom: 0;
    color: rgba(0,0,0,.87)
}

.date_div span {
    font-size: 12px;
    text-align: right;
    color: #545454;
    font-weight: 500;
    display: block
}

.date_grid {
    padding: 0
}

.rev_pros_cons {
    font-size: 13px;
    color: #545454
}

#myList {
    padding: 0
}

    #myList hr {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0
    }

    #myList .review_section {
        display: none;
        width: 100%;
        position: relative
    }

.review_latest_tag {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
    background: #43a047;
    width: 64px;
    text-align: center;
    border-top-left-radius: 50px;
    color: #fff;
    border-bottom-left-radius: 50px
}

.review_show_more_btn, .review_show_less_btn, #loadMoreCust, #showLessCust {
    font-size: 12px;
    margin: 8px;
    height: 35px;
    padding: 0 5px 0 10px
}

    .review_show_more_btn i.material-icons, #loadMoreCust i.material-icons {
        color: #fff
    }

    .review_show_less_btn i.material-icons, #showLessCust i.material-icons {
        color: #000
    }

    .review_show_more_btn, .review_show_more_btn:hover, #loadMoreCust, #loadMoreCust:hover, #pricing_viewmore, #pricing_viewmore
    i, #keyfeaturemore, #keyfeaturemore i {
        background-color: #696969;
        color: #fff
    }

    .review_show_less_btn, .review_show_less_btn:hover, #showLessCust, #showLessCust:hover {
        background-color: #ececec;
        color: #000
    }

#pricing_viewmore, #keyfeaturemore {
    font-size: 12px
}

.showmoreless_div {
    display: flex;
    justify-content: center;
    align-items: center
}

.customer_lgog_div {
    height: 130px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #eaeaea
}

    .customer_lgog_div img {
        max-width: 90%;
        max-height: 80px
    }

.customer_section {
    padding: 25px
}

#showLessCust, .cust_logo_col {
    display: none
}

.load-cust-col {
    display: flex
}

#loadMoreCust, #showLessCust {
    margin-bottom: 0
}

    #showLessCust i {
        color: #fff
    }

.vs_circle {
    width: 23px;
    height: 23px;
    background-color: #135893;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin-right: 13px;
    padding-top: 3px
}

    .vs_circle.award_count_no {
        font-size: 14px;
        padding-top: 0;
        font-weight: 600
    }

.sidebar_section {
    margin-top: 79px
}

.side_compare_software {
    padding: 16px;
    border-bottom: 1px solid #d4d3d3
}

.side_soft_subtitle {
    font-size: 12px;
    color: #7b7b7b
}

.side_soft_title {
    font-size: 14px;
    font-weight: 600;
    color: #135893
}

.sidebar_ad, .sidebar_award {
    margin-bottom: 24px
}

.sidebar_award {
    background-color: #fff;
    padding: 14px
}

.profile_compare {
    background-color: #fff;
    margin-bottom: 24px
}

.compare_soft_rating {
    font-size: 12px
}

.compare_main_soft_rating
span {
    font-size: 12px !important;
    color: #135893 !important
}

.sidebar_compare_title {
    margin: 2.5px 0;
    font-size: 16px;
    font-weight: 500;
    color: #292929;
    line-height: 24px
}

.sidebar_compare_with {
    width: 120px;
    height: 70px
}

    .sidebar_compare_with img {
        max-width: 90%;
        max-height: 70px
    }

.sb_comp_with {
    flex-direction: column;
    border-bottom: 1px solid #d4d3d3;
    padding: 16px 20px
}

    .sb_comp_with span {
        margin: 0;
        font-weight: 400;
        color: #737373;
        font-size: 14px
    }

.sidebar_compare_text {
    margin: 4px 0
}

.section_space {
    padding: 22px 28px
}

.mobile_logo_vs {
    display: flex;
    justify-content: center;
    align-items: center
}

.rev_progress_bar {
    width: 65px
}

    .rev_progress_bar
    .track, .rev_progress_bar .rev_fill {
        fill: #f5f5f5;
        stroke-width: 5;
        transform: rotate(90deg)translate(0px,-80px)
    }

    .rev_progress_bar .track {
        stroke: #f5f5f5
    }

    .rev_progress_bar .rev_fill {
        stroke: #135893;
        stroke-dasharray: 219.99078369140625;
        stroke-dashoffset: -219.99078369140625;
        transition: stroke-dashoffset 1s
    }

    .rev_progress_bar.blue .rev_fill {
        stroke: #384753
    }

    .rev_progress_bar .rev_value, .rev_progress_bar .text {
        text-anchor: middle;
        fill: #135893;
        font-size: 21px;
        font-weight: 600
    }

.breadcrumb_scroll {
    margin-bottom: 10px;
    color: #fff
}

.header_content {
    padding-bottom: 0 !important
}

.header_logo {
    width: auto;
    max-width: 100%;
    max-height: 65px;
    object-fit: scale-down;
    -moz-object-fit: scale-down;
    -webkit-object-fit: scale-down
}

.logo_background {
    height: 70px;
    width: 80px;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.1)
}

.header_text_softwarename {
    font-size: 1.9em;
    margin-bottom: 10px;
    color: rgba(0,0,0,.9)
}

.header_stars {
    margin-top: 3px;
    display: inline-block
}

.company_name_div {
    height: 14px
}

.company_name_text {
    margin: 0 0
}

.header_text_softwarename {
    margin-bottom: 0
}

.header_content.mdl-layout__content {
    padding-top: 0;
    margin: 0 8px
}

.header_logo_grid .popup_small_new {
    margin-top: 5px;
    border-radius: 3px
}

#header_stick .popup_small_new .intl-tel-input .country-list {
    max-height: 90px
}

.header_logo_grid {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 8px 0
}

.header_logo_cell {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0
}

.header_text_cell {
    margin: 4px 16px
}

.header_text_div {
    margin-left: unset
}

.profile_btn_div {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.profile_sticky_name_star {
    display: flex;
    align-items: center
}

.removescroll {
    overflow: hidden
}

#header_stick {
    width: 100%;
    z-index: 3;
    height: auto;
    box-shadow: 0 2px 4px -4px rgba(0,0,0,.28);
    background: #fff;
    width: 100%
}

.stick {
    position: fixed;
    top: 0;
    opacity: 1
}

.breadcrumb {
    color: rgba(0,0,0,.2);
    content: "/ ";
    padding: 0 5px
}

.breadcrumb_scroll {
    margin: 14px 0 8px
}

    .breadcrumb_scroll .breadcrumb_ul li {
        padding: 0
    }

.price_software_details {
    float: left;
    margin-left: 5px
}

.header_small_text {
    display: inline-block;
    color: rgba(0,0,0,.9)
}

.profile_header_star_rating_div {
    margin-left: 8px
}

.free-demo-btn {
    color: #fff;
    background: #448aff;
    padding: .3rem .8rem;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px
}

.write-review-btn {
    color: #fff;
    background: #43a047;
    padding: .3rem .8rem;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px
}

.ser_marg_left {
    margin-left: 10px
}

.visit_website_button {
    margin: 0;
    padding: 0 13px;
    color: #fff
}

.want_button_group {
    width: 31.9%;
    line-height: 19px;
    padding: 0;
    height: 19px;
    font-size: 11px;
    border-radius: 0;
    color: #fff;
    background: 0 0;
    border: 1px solid rgba(255,255,255,.7)
}

.nav_tabs a {
    color: #737373;
    text-transform: capitalize
}

    .nav_tabs a.activetab {
        border-bottom: 2px solid #135893;
        color: #135893
    }

.ss_nav_tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: table;
    margin: 0 auto
}

    .ss_nav_tabs ul li {
        display: table-cell
    }

        .ss_nav_tabs ul li a {
            padding: 11px 24px;
            display: block;
            color: #737373;
            text-decoration: none
        }

            .ss_nav_tabs
            ul li a:hover {
                color: #135893
            }

    .ss_nav_tabs ul .ss_active_tab a {
        color: #135893;
        border-bottom: 2px solid #135893
    }

.profile-row {
    margin-bottom: 20px;
    min-height: auto;
    padding: 13px 20px
}

.soft_overview_title {
    font-size: 20px;
    height: auto;
    padding-top: 0;
    padding: 5px 10px;
    margin: 0;
    padding-left: 0
}

.software_name_profile {
    margin-bottom: 0
}

.profile_btn_div
.big_buttons {
    height: 35px;
    box-shadow: none;
    font-size: 14px;
    margin-right: 15px;
    padding: 0;
    width: 200px;
    color: #fff
}

.profile_btn_div .get_quote_button {
    background-color: #135893
}

.get-quote-btn {
    color: #fff;
    background: #135893;
    padding: .3rem .8rem;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px
}

.header_small_text {
    text-transform: capitalize;
    color: #135893;
    padding: 0 3px;
    background: unset;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12.5px
}

    .header_small_text:hover {
        background: #eee
    }

.header_stars {
    margin-bottom: 3px
}

.profi_icon, .free-demo-icon-cat {
    padding-right: 5px
}

.free-demo-icon-cat {
    width: 20px
}

.logo_background {
    border: unset
}

.breadcrumb_ul
li {
    padding-bottom: 0;
    padding-top: 5px
}

    .breadcrumb_ul li a {
        font-size: 14px
    }

.breadcrumb_ul > li + li:before {
    padding-left: 2px
}

header.mdl-layout__header {
    min-height: unset;
    max-height: unset;
    height: 64px
}

#ui-id-1 {
    max-width: 340px;
    width: 100%
}

.ui-widget-content {
    border: 1px solid #fff;
    background: #135893
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0 0 0 0
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%
}

    .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
        display: block;
        background: #fff;
        color: #135893;
        font-weight: 500;
        border: 0;
        width: 336px
    }

#ui-id-1
li a {
    width: 100%
}

.ui-menu .ui-menu-item a {
    padding: 0 auto;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    line-height: 1.5;
    padding: 7px;
    min-height: 0;
    font-weight: 400
}

.ui-widget-content a {
    color: #fff
}

.ui-menu {
    padding: 2px;
    margin: 0;
    display: block
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 280px !important
}

.ui-front {
    z-index: 100
}

.ui-helper-reset, .ui-menu {
    outline: 0;
    list-style: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.search-input {
    width: 250px
}

.big_buttons {
    height: 40px;
    padding-top: 3px;
    font-size: 15px
}

.visit_web_mobile {
    display: none;
    z-index: 2;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 3.2em;
    line-height: 3.3
}

.scrollup {
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background:url(../img/vipl_top.png) no-repeat;
    outline: none
}

#overview .profile_about_name {
    display: flex
}

    #overview .profile_about_name h4, #overview .profile_about_name span {
        font-size: 17px;
        font-weight: 500;
        color: #3d3d3d
    }

    #overview
    .profile_about_name h4 {
        margin: 0
    }

    #overview .profile_about_name span {
        margin-right: 5px;
        border-bottom: 1.2px solid #3d3d3d;
        padding-bottom: 4px
    }

#overview .overview_comp_about {
    margin-bottom: 10px
}

    #overview .overview_comp_about p {
        margin: 0
    }

#company-details .overview_comp_detail
div {
    display: flex;
    margin: 16px 0
}

#company-details .overview_comp_detail b, #company-details .overview_comp_detail span, #company-details .overview_comp_detail a {
    float: left
}

#company-details .overview_comp_detail b {
    font-weight: 600;
    width: 150px;
    color: #3d3d3d
}

#company-details
.overview_comp_detail a {
    background: #135893;
    color: #fff;
    font-size: 11px;
    height: unset;
    line-height: unset;
    padding: 3px 15px;
    box-shadow: none
}

    #company-details .overview_comp_detail a:hover {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
    }

@media only screen and (max-width:480px) {
    #company-details .overview_comp_detail_center {
        padding-left: 0
    }

    #company-details .overview_comp_detail_center {
        display: unset
    }
}

#topsoftware .topsoftware_grid {
    border-top: 1px solid #eee;
    padding: 0
}

#topsoftware
.topsoftware_star_div strong {
    margin: 0 5px
}

#topsoftware .topsoftware_btn {
    color: #fff;
    width: 100%;
    box-shadow: none
}

    #topsoftware .topsoftware_btn:hover {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
    }

#topsoftware
.topsoft_card_title_text_ellipsis {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

#topsoftware .topsoft_card_title_text {
    font-size: 16px;
    font-weight: 600
}

#topsoftware .topsoft_title_com_name {
    font-size: 12.5px;
    color: #999;
    font-weight: 400
}

#topsoftware
.topsoft_top_img_div {
    display: flex;
    align-items: center;
    justify-content: center
}

#topsoftware .topsoft_top_img {
    max-width: 35px
}

#topsoftware .topsoft_btn_div {
    margin-top: 0;
    text-align: center
}

#topsoftware .topsoft_rating_grid {
    padding: 4px 0
}

#frequently_section .section_cell_margin, #alternatives
.section_cell_margin {
    margin-top: 0
}

.box_section_card .section_title {
    float: left
}

.box_section_card .box_sec_more_btn {
    float: right;
    box-shadow: none;
    background-color: #135893;
    margin: 30px 0 15px
}

.download_brochure, .box_section_card .box_sec_more_btn {
    margin: 30px 0 15px
}

    .box_section_card .box_sec_more_btn:hover {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
        background-color: #135893
    }

.box_section_card .box_sec_card {
    padding: 16px 22px
}

.box_section_card .box_sec_btn {
    color: #fff;
    width: 100%;
    box-shadow: none;
    margin-top: 12px
}

    .box_section_card
    .box_sec_btn:hover {
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
    }

.box_section_card .box_sec_grid_div {
    padding: 0
}

.box_section_card .box_sec_logo_div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    width: 60px
}

.box_section_card
.box_sec_logo {
    height: auto;
    width: 100%;
    margin-left: -5px
}

.box_section_card .box_sec_card_title_text_ellipsis {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.box_section_card .box_sec_card_title_text {
    font-size: 16px;
    font-weight: 600
}

.box_section_card
.box_sec_company_name {
    font-size: 13px;
    margin-bottom: 8px;
    color: #999
}

.box_sec_btn_div {
    border-top: 1px solid #eee;
    padding-top: 12px
}

#frequently_section.box_section_card {
    margin-bottom: 32px
}

.box_sec_btn_div a strong {
    margin: 0 5px
}

.qacontents p {
    margin-bottom: 2px
}

    .qacontents
    p#answer {
        margin-left: 20px;
        margin-bottom: 16px
    }

    .qacontents p.mdl-list__item {
        padding: 22px 14px;
        margin-top: -30px;
        line-height: 24px;
        font-size: 14px
    }

        .qacontents p.mdl-list__item span i.material-icons.mdl-list__item-icon {
            margin-right: 8px
        }

#description .foundertext {
    border: 1px solid #ebebeb
}

    #description .foundertext:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-right: unset
    }

    #description .foundertext:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-left: unset
    }

#description
.founderimg {
    height: 100%;
    width: 100%
}

#description .mdl-tabs__tab-bar {
    padding-bottom: 70px
}

#description .mdl-tabs__panel {
    margin-top: 16px
}

#description {
    text-align: justify
}

.dark_blue_color, .dark_blue_color:hover, .dark_blue_color:focus:not(:active) {
    background-color: #135893;
    color: #fff
}

.light_blue_color, .light_blue_color:hover, .light_blue_color:focus:not(:active) {
    background-color: #0088f6;
    color: #fff
}

.dark_green_color, .dark_green_color:hover, .dark_green_color:focus:not(:active) {
    background-color: #43a047;
    color: #fff
}

.dark_orange_color, .dark_orange_color:hover, .dark_orange_color:focus:not(:active) {
    background-color: #fb8c00;
    color: #fff
}

.btn-fix {
    margin-right: 15px;
    width: 175px
}

.slideshare_section {
    height: 421px
}

#video_panel {
    height: 534px
}

.profile_video_div {
    height: 495px;
    display: flex;
    justify-content: center;
    align-items: center
}

.large-screenshot, .large-image {
    height: 340px
}

.large-image {
    object-fit: contain
}

.mdl-layout-title.sslogo_div {
    display: flex
}

.sidebar_claim_div {
    margin-bottom: 25px
}

.sidebar_claim_btn_div {
    display: none
}

.claim_verified_div {
    display: block;
    padding: 20px;
    height: 130px
}

.sidebar_claim_div
.sidebar_claim_btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.sidebar_claim_div .sidebar_claim_btn {
    font-size: 17px;
    box-shadow: none;
    background-color: #fff;
    border: 1.2px solid #135893;
    color: #135893;
    text-transform: inherit
}

    .sidebar_claim_div .sidebar_claim_btn:hover, .sidebar_claim_div
    .sidebar_claim_btn:focus {
        background-color: #135893;
        color: #fff
    }

.claim_verified_txt_icon, .claim_verified_txt_div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.claim_verified_btn_txt_div {
    text-align: center;
    margin-top: 10px
}

.software_verifide_mobile_view {
    position: absolute;
    top: 10px;
    right: 10px
}

.profile_mobile_header_verified_position {
    position: relative
}

.claim_verified_txt_div {
    flex-direction: column;
    text-align: left;
    margin-left: 14px
}

.sidebar_claim_div
.claim_verified_txt, .sidebar_claim_div .claim_verified_txt_profile {
    width: 100%;
    display: block;
    margin: 2px 0
}

.sidebar_claim_div .claim_verified_txt {
    font-size: 14px
}

.sidebar_claim_div .claim_verified_txt_profile {
    font-size: 16px
}

.sidebar_claim_div .claim_name_txt {
    margin-bottom: 0;
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 2px 0
}

.claim_verified_btn_txt_div .claim_verified_txt {
    margin-bottom: 3px;
    margin-top: 12px;
    font-size: 15px;
    color: #797979
}

.claim_verified_btn_txt_div .claim_name_txt {
    margin: 0;
    color: #797979
}

.sidebar_claim_div a:hover {
    background-color: #135893;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.fa_circle_tick {
    color: #43a047
}

.software_verifyed_name {
    display: flex;
    align-items: center;
    margin-left: 10px
}

.profile_stick_name_tick {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.software_verifyed_name
i {
    font-size: 19px
}

.software_verifyed i {
    font-size: 47px
}

.fancybox-slide.fancybox-slide--image {
    margin-top: 18px
}

.screenshot_soft_btn.fancybox-slide.fancybox-slide--image {
    display: block !important;
    z-index: 99999;
    padding-top: 4px;
    margin-top: 25px
}

.fancybox_screenshot_btn {
    margin-top: 6em
}

.tos_span_form {
    font-size: 8px
}

#req_callback
.terms_check_div {
    padding-top: 0
}

#ouibounce-modal .form_tos_div {
    margin-bottom: 4px;
    text-align: left
}

#ouibounce-modal #exit_intent_submit {
    margin-top: 0
}

#ouibounce-modal .tos_span_form {
    margin-bottom: 8px
}

#getQuote .form_tos_div {
    margin-bottom: 0;
    text-align: center
}

#getQuote
#next_btn {
    margin-top: 24px
}

#getQuote .term_div_get {
    margin: 0 auto
}

.sidebar_top_soft .section_title {
    margin-top: 0;
    color: #135893
}

.sidebar_top_soft .prof_card_text_div {
    display: flex;
    align-items: center
}

    .sidebar_top_soft .prof_card_text_div .star_text_div {
        margin-left: 4px
    }

.sidebar_top_soft
.side_compare_software {
    border-bottom: unset
}

.sidebar_top_soft_logo {
    width: 50px;
    height: 50px;
    display: flex;
    border: 1px solid #e0e0e0;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    padding: 4px
}

    .sidebar_top_soft_logo img {
        object-fit: contain;
        width: 100%
    }

.sidebar_soft_title {
    display: -webkit-box;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    font-weight: 600
}

.mdl-grid.mdl-grid--no-spacing > .sidebar_top_soft_list {
    margin-bottom: 15px
}

    .mdl-grid.mdl-grid--no-spacing > .sidebar_top_soft_list:last-child {
        margin-bottom: 8px
    }

.top_soft_other_link_div {
    text-align: right
}

.box_section_card
.more_alternative_btn {
    margin-top: 20px;
    margin-bottom: 0
}

#description ul li {
    color: #545454
}

@media only screen and (max-width:1024px) {
    #overview .overview_comp_detail b {
        width: unset;
        margin-right: 8px
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .overall_name_star
    p {
        font-size: 12px
    }

    .overall_srats p {
        margin: 0
    }

    .overall_name_star p {
        margin: 0
    }

    .overall_srats i {
        width: 15px
    }

    .header_small_text {
        font-size: 11.9px
    }

    .btn-fix {
        margin-right: 8px
    }

    .ss_nav_tabs ul li a {
        padding: 11px 17px
    }

    .claim_verified_txt_div {
        margin-left: 5px
    }
}

@media only screen and (max-width:768px) {
    .nav_tabs .tab_title {
        padding: 0 7px
    }

    .overall_border_r, .overall_border_l {
        border: none
    }

    .specif_other_categori ul {
        padding: 0
    }

    .mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
        display: block
    }

    .new_award_section .mdl-tabs__tab {
        font-size: 14px;
        width: 50%;
        padding: 0 14px
    }

    .awards_count {
        top: -33px
    }

        .awards_count p {
            font-size: 13px
        }

    .vs_circle {
        margin-right: 15px
    }

    .features_ul ul, .language_support, .specif_other_categori {
        padding-left: 0
    }

    .who_use_section ul {
        display: inherit
    }

    .header_small_text {
        font-size: 12px
    }

    .profile_btn_div .big_buttons {
        width: 140px
    }

    .who_use_section
    ul li {
        width: unset;
        padding-right: unset;
        margin-right: 16px
    }

    .who_use_section ul {
        display: flex
    }

    #topsoftware .section_cell_margin:nth-child(3n+0), .section_cell_margin:last-child {
        margin-right: 8px;
        margin-top: 8px
    }

    #topsoftware .section_cell_margin {
        margin: unset;
        margin-top: 8px;
        margin-right: 8px
    }

        #topsoftware
        .section_cell_margin:nth-last-child(-n+3) {
            margin-top: 8px
        }

    .section_cell_margin {
        margin: 0 14px 14px 0
    }

    .overall_name_star p {
        font-size: 12.1px
    }

    .profile_review_txt p {
        font-size: 13px
    }

    .sidebar_section {
        margin: 0
    }

    .sidebar_award {
        text-align: center
    }

        .sidebar_award img {
            width: 200px
        }

    .sb_comp_with {
        text-align: center
    }

    .section_cell_margin {
        width: 31.51%;
        text-align: center
    }

    #awards
    .section_cell_margin:last-child {
        margin-top: 0
    }

    .profile_header_btn_link_div, .profile_header_star_rating_div {
        float: left
    }

    .profile_header_btn_link_div {
        margin-top: 8px
    }

    .profile_header_star_rating_div {
        margin-top: 4px
    }

    .profile_btn_div {
        display: unset
    }

    .profile_btn_div {
        display: unset
    }

    .ss_nav_tabs
    ul li a {
        padding: 11px 4px
    }
}

@media(min-width:480px) and (max-width:768px) {
    .sidebar_claim_div {
        width: 658px;
        margin-top: 16px
    }
}

@media only screen and (max-width:480px) {
    .search-input {
        font-size: 10px
    }

    .breadcrumb_profile {
        margin-left: 5px;
        margin-top: -10px;
        margin-bottom: 0
    }

    .profile_mobile_header {
        padding: 20px
    }

    .sdetail_mobile_header_box {
        background-color: #fff;
        border-top: 1px solid #eaeaea
    }

    .software_name_mobile {
        margin: 0;
        text-align: center;
        font-size: 17px;
        line-height: 22px;
        font-weight: 500
    }

    .sdetail_mobile_soft_logo {
        display: flex;
        justify-content: center
    }

    .company_name_mobile {
        margin: 5px 0;
        text-align: center
    }

    .sdetail_mobile_star {
        margin-top: 4px;
        margin-bottom: 0;
        display: block
    }

    .profile_mobile_btn_div, .profile_mobile_btn_div
    a {
        display: flex
    }

        .profile_mobile_btn_div .get_offer_btn {
            background-color: #135893
        }

        .profile_mobile_btn_div .free_demo_btn {
            background-color: #448aff
        }

        .profile_mobile_btn_div a {
            height: 32px;
            margin: 0 4px;
            font-size: 13px;
            width: 50%;
            padding: 0;
            justify-content: center;
            align-items: center;
            color: #fff
        }

            .profile_mobile_btn_div
            a:hover {
                box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2)
            }

    .write_review_mobile_link {
        text-align: center;
        margin-bottom: 8px
    }

    .specif_other_categori li span {
        min-width: 110px
    }

    .vs_circle {
        margin-right: 10px
    }

    .mdl-grid--no-spacing > .mdl-cell--1-col-phone.mdl-cell--1-col-phone.mobile_logo_vs {
        width: 33%
    }

    .mdl-grid--no-spacing > .mdl-cell--3-col-phone.mdl-cell--3-col-phone.prof_card_text_div {
        width: 67%
    }

    .date_div
    p, .review_section {
        text-align: center
    }

    .review_username_icon {
        justify-content: center
    }

    .section_title {
        text-align: center
    }

    #overview .profile_about_name span {
        border: unset
    }

    #overview .profile_about_name h4 {
        display: none
    }

    #overview .profile_about_name {
        justify-content: center
    }

    #overview
    .profile_about_name_div {
        margin-bottom: 0
    }

    #overview .overview_comp_detail div {
        display: block;
        font-size: 13px
    }

    #overview .overview_comp_detail b, #overview .overview_comp_detail span, #overview .overview_comp_detail a {
        float: unset
    }

    #overview .overview_comp_detail
    b {
        margin-right: 5px
    }

    #overview .overview_comp_about p {
        text-align: center !important;
        font-size: 13px
    }

    #overview .overview_comp_detail {
        text-align: center
    }

    .breadcrumb_ul {
        margin: 8px 0 !important
    }

        .breadcrumb_ul li a {
            font-size: 12px
        }

    .section_main_div, .screenshots_cell_size {
        width: 100% !important
    }

    #topsoftware
    .section_cell_margin {
        width: 100%;
        margin-right: 0
    }

    .screenshots_cell_size {
        margin: 0
    }

    #frequently_section .section_cell_margin, #alternatives .section_cell_margin {
        margin-right: 0
    }

    #frequently_section.box_section_card {
        margin-bottom: 0
    }

    .date_div span {
        text-align: center;
        margin-top: 8px
    }

    #pricing
    .section_space {
        padding: 22px 8px
    }

    #pricing .pricing_link {
        padding: 4px;
        font-size: 16px
    }

    .who_use_section ul {
        display: unset
    }

    .overview_comp_detail {
        text-align: center
    }

    #company-details .overview_comp_detail div {
        display: unset
    }

    #company-details .overview_comp_detail
    b {
        width: 100%;
        display: block;
        margin-bottom: 4px
    }

    #company-details .overview_comp_detail b, #company-details .overview_comp_detail span, #company-details .overview_comp_detail a {
        float: unset
    }

    #company-details .overview_comp_detail span, #company-details .overview_comp_detail
    a {
        margin-bottom: 8px;
        display: block
    }

    #company-details .overview_comp_detail a {
        width: 124px;
        margin: 4px auto 8px
    }

    .box_section_card .section_title, #who_use_section_id .section_title, #alternatives.box_section_card .section_title {
        float: unset
    }

    #description .foundertext {
        font-size: 11px;
        width: 100%;
        padding: 0
    }

    #alternatives.box_section_card
    .section_title, #who_use_section_id .section_title {
        margin-bottom: 0
    }

    #alternatives.box_section_card .box_sec_more_btn, #user-reviews.box_section_card .box_sec_more_btn, #who_use_section_id .download_brochure {
        margin-top: 0
    }

    .vs_circle {
        width: 20px;
        height: 20px
    }

    .awards_count {
        top: -26px;
        left: 14px;
        right: unset
    }

    #awards
    .section_title {
        margin-bottom: 20px
    }

    .award_img_div {
        width: 100% !important;
        margin-right: 0 !important
    }

    .other_cat_link {
        height: unset;
        text-align: left
    }

    .slideshare_section, #video_panel, .large-screenshot, .large-image, .large-image, .profile_video_div {
        height: unset
    }

    .profile_stick_name_tick {
        justify-content: center
    }

    .sidebar_claim_div {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 0
    }

    .sidebar_claim_mobile {
        margin-top: 24px
    }

    .screenshot_soft_btn
    a {
        margin-top: 24px
    }
}

@media only screen and (max-width:320px) {
    .profile_mobile_btn_div a {
        font-size: 12px
    }
}
