* {
    margin: 0;
    padding: 0;
    list-style: none outside none;
    border: 0;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

#jqcheck {
    background: #fff9d7;
    text-align: center;
    color: #333;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

#jqcheck img {
    margin: 0px 5px -3px;
}

input[type="text"],input[type="email"],
textarea,
input[type="password"],
input[type="tel"],
select {
    border-bottom: 1px solid #d6d6d6;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
    margin: 9px 4px;
    outline: none;
    border-radius: 0;
    font-size: 14px;
}

a {
    color: #5279ef;
}

a:hover {
    transition-duration: .3s;
}

.no-brdrT {
    border-top: none !important;
}

.no-brdrR {
    border-right: none !important;
}

.no-brdrB {
    border-bottom: none !important;
}

.no-brdrL {
    border-left: none !important;
}

.no-mrgnT {
    margin-top: 0 !important;
}

.no-mrgnR {
    margin-right: 0 !important;
}

.no-mrgnB {
    margin-bottom: 0 !important;
}

.no-mrgnL {
    margin-left: 0 !important;
}

.no-pdngT {
    padding-top: 0 !important;
}

.no-pdngR {
    padding-right: 0 !important;
}

.no-pdngB {
    padding-bottom: 0 !important;
}

.no-pdngL {
    padding-left: 0 !important;
}

.no-pdngAll {
    padding: 0 !important;
}

.no-display {
    display: none;
}

.testimonials-section {
    background: #fff;
    margin-bottom: 65px;
    position: relative;
}

.testimonials-section h2 {
    font-size: 45px;
    color: #171838;
    position: relative;
    text-align: center;
    margin: 0 0 50px;
}

.testimonials-section h2:after {
    content: '';
    border-top: 3px solid #21bffe;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 3%;
}

.testimonials-section .main-content p {
    text-align: center;
    font-size: 15px;
    color: #41484e;
    line-height: 23px;
}

.testimonials-area {
    margin: 47px 2px 25px;
}

.testimonials-area .main-item {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 35px;
    min-height: 405px;
}
.industry .testimonials-area .main-item {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 35px;
	min-height:auto;
}
.industry-inner .testimonials-area .main-item {
    float: left;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 35px;
	min-height:auto;
}

.testimonials-area .main-item .item-box {
    position: relative;
    background: #fff;
    padding: 45px 0 28px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 1);
	min-height: 243px;
}
.industry .testimonials-area .main-item .item-box {
    position: relative;
    background: #fff;
    padding: 45px 0 28px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 1);
	min-height: 200px;
}
.industry-inner .testimonials-area .main-item .item-box {
    position: relative;
    background: #fff;
    padding: 45px 0 28px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 1);
	min-height: 140px;
}

.testimonials-area .main-item .item-box p {
    padding: 0 25px;
    color: #41484e;
    font-size: 15px;
}

.testimonials-area .main-item .item-box:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 25px;
    top: 9px;
    background: url(../images/icon-9.png) no-repeat;
    width: 32px;
    height: 27px;
}

.testimonials-area .main-item .item-box:after {
    content: '';
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/icon-10.png) no-repeat;
    display: inline-block;
    width: 40px;
    height: 29px;
}

.testimonials-area .main-item .item-name {
    text-align: center;
    margin-top: 33px;
}

.testimonials-area .main-item .item-name>img {
    display: none;
}

.testimonials-area .main-item .item-name p {
    /*font-style: italic;*/
    font-size: 13px;
    color: #41484e;
	font-weight:600;
}

.testimonials-area .main-item .item-name h4 {
    color: #171838;
    font-weight: 700;
    margin: 7px 0 0;
    font-size: 14px;
}

.testimonials-area .main-item .ratings {
    text-align: center;
}

.testimonials-area .main-item .ratings .box-item {
    /*background:#f0f0f0; border:1px solid #ddd; border-radius:4px;*/
    padding: 6px 10px;
    display: inline-block;
}

.testimonials-area .main-item .ratings .box-item ul li {
    display: inline-block;
}

.testimonials-area .main-item .ratings .box-item ul li+li {
    margin-left: 5px;
}

.testimonials-section .slick-dots {
    /*border: 1px solid #e3e3e3;*/
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.testimonials-section .slick-dots li:hover a {
    background: #428bca;
    color: #fff;
}

.testimonials-section .slick-dots li a {
    padding: 0 10px;
}

.testimonials-section .slick-dots li+li a {
    border-left: 1px solid #e3e3e3;
    padding: 0 10px;
}

.testimonials-section .slick-prev,
.testimonials-section .slick-next {
    color: #428bca;
    top: 100%;
}

.testimonials-section .slick-prev:before {
    content: "\f137";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #000;
    position: absolute;
    top: 25px;
	display:none;
}

.testimonials-section .slick-next:before {
    content: "\f138";
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #000;
    position: absolute;
    top: 25px;
	display:none;
}

.testimonials-section .slick-prev {
    left: 42%;
}

.testimonials-section .slick-next {
    right: 43%;
}

.testimonials-page-nav {
    text-align: center;
    clear: both;
    overflow: hidden;
}

.testimonials-page-nav ul {
    float: left;
}

.testimonials-page-nav ul li {
    float: left;
}

.testimonials-page-nav ul li a {
    background: #fff;
    color: #3684c7;
    padding: 12px 15px;
    float: left;
}

.testimonials-page-nav ul li a:hover,
.testimonials-page-nav ul li a.active {
    color: #fff;
    background: #3684c7;
}

.testimonials-page-nav ul li {
    border-left: 1px solid #e9e9e9;
}

.testimonials-page-nav .area {
    display: inline-block;
    border: 1px solid #e9e9e9;
    height: 43px;
}

.testimonials-page-nav .area p {
    color: #808080;
    float: left;
    padding-bottom: 0;
    border-left: 1px solid #e9e9e9;
}

.testimonials-page-nav .area p.lists {
    padding: 12px 15px;
    border-left: none;
}

.testimonials-page-nav .area p a {
    background: #fff;
    color: #3684c7;
    padding: 12px 15px;
    float: left;
}

.testimonials-page-nav .area p a:hover {
    color: #fff;
    background: #3684c7;
}

.hidden {
    display: none !important;
}

.demo-btn-area {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0 30px;
}

.legal-adjust-2 {
    position: relative;
    top: 45px;
}

.bottom-case-study .brand-item {
    min-height: 50px;
}

.bottom-case-study.hombrndinfo ul li p {
    min-height: 70px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/fancybox/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(../images/fancybox/fancybox_sprite%402x.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox/fancybox_loading%402x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

/*CSS for Plugin Slider*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

/*.slick-slide img { display: block; }*/
.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "<";
}

[dir="rtl"] .slick-prev:before {
    content: ">";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: ">";
}

[dir="rtl"] .slick-next:before {
    content: "<";
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: white;
    border-radius: 10px;
}

.slick-dots li button {
    border: 0;
    background: #000e1d;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 13px;
    color: #f4f4f4;
    padding: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
    color: #fff;
	background:#44bcec;
    
}

/* CUSTOMIZED CSS BEGIN HERE */
.header,
.content,
.footer {
    width: 100%;
    position: relative;
}

.header:after,
.content:after,
.footer:after,
.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

/* You may define your width according to GIVEN DESIGN */
.header {
    /* border-bottom: 1px solid #1e4272; */
    position: fixed;
    z-index: 98;
}

.wrapper {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    padding: 0 15px;
    
}
.wrapper.p-0 {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both;
    padding: 0 0px;
    
}

.logo {
    float: left;
}

.pullLeft {
    float: left;
}

.pullRight {
    float: right;
}

.column3 {
    width: 31%;
    float: left;
    padding-right: 1%;
    margin-bottom: 15px;
}

/*Top CTA*/
.topcta {
    float: right;
    color: #ffffff;
    font-weight: 600;
    padding: 27px 0 0;
}

.topcta li,
.topcta li img,
.topcta li span {
    float: left;
}

.topcta li {
    border-right: 1px solid #fff;
    padding: 0 13px;
}

.topcta a {
    color: #ffffff;
}

.topcta li img {
    margin: 4px 4px 0 0;
}


/*Right Banner Cycle CSS */
.small-slider {
    width: 246px;
    height: 172px;
    position: relative;
    margin: 0 auto 20px;
}

.go-smallslider button.slick-prev:before,
.go-smallslider button.slick-next:before {
    content: "";
}

.go-smallslider button.slick-prev {
    background: url(../images/small-left-arrow.png) top center no-repeat;
    width: 12px;
    height: 28px;
    left: -15px;
}

.go-smallslider button.slick-next {
    background: url(../images/small-right-arrow.png) top center no-repeat;
    width: 12px;
    height: 28px;
    right: -15px;
}

/*main nav CSS */
.nav-holder {
    float: left;
    padding: 27px 0 0;
}

.nav-holder li {
    float: left;
    padding: 0px 4px;
    margin: 0px 12px;
    position: relative;
}

.nav-holder li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

.nav-holder li a:hover {
    color: #20befd;
}

.nav-holder li.activ-nav:after {
    content: "";
    bottom: -29px;
    left: -17px;
    right: -17px;
    height: 2px;
    background: #ffffff;
    position: absolute;
}

/*Tabbing CSS*/
.tab-container {
    width: 100%;
    clear: both;
    float: left;
    margin: 0 0 20px;
    position: relative;
}

.tab-click {
    width: 100%;
    clear: both;
}

.tab-click>li {
    float: left;
    width: 235px;
    margin-right: 6px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    background: #838c92;
    font-size: 16px;
    color: white;
    padding: 10px 0;
}

.tab-click>li.tab-actv {
    background-color: #fedc95;
    color: #007a6c;
}

.tab-content {
    clear: both;
}

.tab-content li {
    width: 100%;
}

.tab-content li>img {
    width: auto;
}

/*Accordion CSS*/
.accordion {
    width: 98%;
    float: left;
    clear: both;
}

.accor-clk {
    cursor: pointer;
    background: #e7e7e7;
    border-bottom: 1px solid #c4c4c4;
    padding: 5px 10px;
}

.accor-clk.accord-actv {
    background: #c4c4c4;
}

.accor-content {
    clear: both;
    padding: 15px;
    display: none;
}

/*Main Forms CSS*/
.form-holder {
    width: 353px;
    height: 680px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    margin-top: -61px;
    z-index: 101;
}

.form-holder iframe {
    margin: 109px 0 0 35px;
}

.form-holder2 {
    width: 353px;
    height: 564px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    margin-top: -56px;
    z-index: 101;
}

.form-holder2 iframe {
    margin: 109px 0 0 35px;
}

/*Left Cracker*/
.side-cracker {
    position: fixed;
    z-index: 1001;
    top: 152px;
    width: 500px;
    left: -450px;
}

.cracker-btn img {
    float: left;
}

.cracker-form {
    float: left;
    background: white;
    width: 450px;
    min-height: 500px;
    box-shadow: 0 0 10px;
}

.cracker-fader {
    background: url(../images/fancybox/fancybox_overlay.png);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

/*Testimonial CSS*/
.testimonials {
    clear: both;
    width: 100%;
    position: relative;
    margin: 10px 0 20px;
}

.testimonials .slick-dots {
    right: 10px;
    bottom: 10px;
    z-index: 50;
    width: auto;
}

.testimonials .slick-dots li {
    margin: 0 2px;
    font-size: 0;
    display: inline-block;
    background-color: #fedc95;
    width: 25px;
    height: 5px;
}

.testimonials .slick-dots li.slick-active {
    background-color: #007a6c;
}

/*Course Tabbing*/
.courses-tab-container {
    width: 100%;
    clear: both;
    float: left;
    margin: 20px 0 30px;
    position: relative;
}

.cours-list {
    width: 28%;
    float: left;
    margin-right: 2%;
}

.cours-list>li {
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid white;
    padding: 9px 0 9px 30px;
    background-color: #fedc95;
}

.cours-list>li.cours-actv {
    background-color: #c3dfb7;
}

.cours-list>li:hover {
    background-color: #f7d07e;
    transition-duration: .3s;
    padding-left: 40px;
}

.course-detail {
    width: 70%;
    float: left;
    padding: 15px 0;
}

/*Privacy, Thank You, TOS CSS*/
.content-inn {
    padding: 30px 0;
    background: white;
}

.content-inn p {
    padding-bottom: 15px;
}

.content-inn h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0 12px;
    color: #3a3a3a;
}

.inn-hd01 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.thanks-msg-hd {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #404040;
}

.thanks-msg-grey {
    color: #a5a5a5;
}

/*Footer CTA CSS*/
.footer-cta {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    margin: 10px 0 20px;
    min-height: 140px;
}

.footer-cta-banner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.footer-cta-form {
    position: absolute;
    z-index: 11;
    bottom: 40px;
    left: 10px;
}

.footer-cta2 {
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    margin: 10px 0 20px;
    min-height: 140px;
}

.footer-cta-banner2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.footer-cta-form2 {
    position: absolute;
    z-index: 11;
    bottom: 40px;
    left: 4px;
}

/* CUSTOM CSS BELOW AS PER DESIGN */
.logo {
    margin: 14px 0 12px;
}

.logo>img {
    width: 300px;
}

.content {
    min-height: 430px;
}

.content p {
    padding-bottom: 5px;
}

.main-hd01 {
    font-size: 42px;
    text-align: center;
    color: #171838;
    position: relative;
    margin-bottom: 35px;
    clear: both;
}

.main-hd01 span.parahd {
    display: block;
    font-size: 14px;
    color: #78797f;
}

.main-hd01:after {
    width: 28px;
    height: 3px;
    content: "";
    background: #21bffe;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -17px;
}

.main-hd02 {
    font-size: 45px;
    clear: both;
    text-align: center;
    color: #171838;
    position: relative;
    margin-bottom: 5px;
}

.main-hd03 {
    font-weight: 600;
    font-size: 20px;
    padding: 15px 0 10px;
    text-transform: uppercase;
    clear: both;
    display: block;
}

.hd-xtrapad {
    padding-top: 20px;
}

.left-content {
    padding: 20px 0;
    width: 64%;
    float: left;
}

.sidebar {
    width: 30%;
    float: right;
    padding: 20px 0;
    margin-right: 5px;
}

.sidebar-xtrapad {
    padding: 125px 0 0;
}

.side-cracker-frame {
    margin: 50px 0 0 4px;
    clear: both;
    float: left;
}

.ban-container {
    width: 100%;
    position: relative;
    margin: 0 auto;
    min-height: 589px;
    background-color: #023058;
    overflow: hidden;
}

.ban-container:after {
    content: "";
    display: table;
    clear: both;
}

.moving-bann>img {
    width: 100% !important;
    height: auto !important;
    position: absolute;
}

.partners-go {
    margin: 0 0 30px 0;
}

.txt-cntr {
    text-align: center;
}

.floating-chat {
    position: fixed;
    right: 0;
    top: 142px;
    z-index: 110;
}

.pop-form-container {
    width: 300px;
    margin: 20px auto;
}

.slick-dots {
    bottom: 0px;
}

.moving-bann .slick-dots li.slick-active {
    background: black;
}

.foot-addrs {
    text-align: center;
    padding: 7px 0 4px;
    border-top: 1px solid #031f44;
    border-bottom: 1px solid #031f44;
    margin-bottom: 45px;
    margin-top: 30px;
}

.foot-addrs li {
    display: inline-block;
    margin: 0 60px;
}

.foot-addrs>li>img,
.foot-addrs>li>span,
.foot-addrs>li>a {
    float: left;
}

.foot-addrs>li>a {
    padding: 0;
    color: white;
}

.foot-addrs>li>img {
    margin: -2px 7px 0 0;
}

.foot-addrs>li>img.fooicoph {
    margin-top: 3px;
}

.foot-addrs>li>img.fooicocht {
    margin-top: 2px;
}

.foot-addrs>li img.fooadrtxt {
    float: left;
}

.footer {
    color: white;
    padding: 55px 0 0;
    clear: both;
    background: url(../images/footer-bg.png) top center no-repeat #2F4156;
    z-index: 10;
    border-top: 1px solid #C8D9E6;
}

.footer-links {
    color: #6265af;
    font-size: 13px;
    float: right;
}

.footer-links a {
    color: #6284af;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
}

.footer-links a:hover {
    color: white;
}

.copyright-n-lnks .foot-copyright {
    float: left;
}

.mob-nav {
    color: #707070;
    cursor: pointer;
    display: none;
    height: 16px;
    margin-left: 18px;
    margin-top: 18px;
    position: relative;
    text-align: center;
    width: 36px;
    z-index: 100;
}

.mob-nav span,
.mob-nav span:before,
.mob-nav span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}

.mob-nav span:before {
    top: -10px;
}

.mob-nav span:after {
    bottom: -10px;
}

.mob-nav span,
.mob-nav span:before,
.mob-nav span:after {
    transition: all 500ms ease-in-out;
}

.mob-nav.mob-actv span {
    background-color: transparent;
}

.mob-nav.mob-actv span:before,
.mob-nav.mob-actv span:after {
    top: 0;
    left: 0;
}

.mob-nav.mob-actv span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: -moz-rotate(45deg);
}

.mob-nav.mob-actv span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: -moz-rotate(-45deg);
}

.getTXT01,
.getTXT02 {
    display: none;
    clear: both;
    min-height: 20px;
    cursor: pointer;
    padding: 8px;
    border: 1px solid #a0a0a0;
    font-size: 20px;
    background: white;
}

.getTXT01:after,
.getTXT02:after {
    content: "\25BC";
    float: right;
    display: table;
    clear: both;
}

.topheader-right {
    float: right;
}

.slide2 a.defaultbtn.bannblubtn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#21bffe+0,19b3f0+100 */
    background: #21bffe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #21bffe 0%, #19b3f0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #21bffe 0%, #19b3f0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #21bffe 0%, #19b3f0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21bffe', endColorstr='#19b3f0', GradientType=0);
    /* IE6-9 */
    border-radius: 80px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 36px;
    float: left;
    clear: both;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.leftmain-banner {
    width: 100%;
    color: white;
    padding: 90px 0 0;
    text-align: center;
}

.leftmain-banner h1 {
    font-size: 36px;
    font-weight: 300;
}

.leftmain-banner h1 strong {
    font-weight: bold;
    font-size: 48px;
    position: relative;
}

.leftmain-banner h1 strong img.seal-price-bann {
    position: absolute;
    z-index: 0;
    right: -80px;
    top: -40px;
}

.bann-person {
    float: right;
    margin-right: -88px;
}

.in-content {
    padding: 50px 0;
}

.boxescontainer {
    float: left;
    padding: 40px 0;
    width: 100%;
    clear: both;
}

.clientpara {
    font-size: 24px;
    text-align: center;
    color: #171838;
}

.clientlogo {
    display: block;
    margin: 20px auto 0;
}

.pckg-section {
    width: 100%;
    clear: both;
    float: left;
    background: #fff;
    padding-bottom: 50px;
    position: relative;
}

.pckg-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background-color: #e4ebf4;
}

.pckg-section h4.main-hd02 {
    color: white;
    padding-bottom: 60px;
}

.pckglisting {
    margin: -50px auto 0;
}

.pckglisting>li {
    float: left;
    background: #00162e;
    color: #ffffff;
    width: 397px;
    min-height: 460px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition-duration: .3s;
    box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.28);
    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.28);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.28);
}

.pckglisting>li a {
    display: block;
    margin: 21px auto 40px;
    float: none;
    width: 118px;
    padding: 9px 28px;
    font-size: 14px;
}

.pckglisting>li>.pckghd {
    padding: 50px 0 40px;
    position: relative;
    z-index: 10;
    background: white;
    color: #00162e;
    box-shadow: inset 0 0 1px rgb(146, 146, 146);
    -moz-box-shadow: inset 0 0 1px rgb(146, 146, 146);
    -webkit-box-shadow: inset 0 0 1px rgb(146, 146, 146);
}

.pckglisting>li>.pckghd h3 {
    font-size: 22px;
    font-weight: 400;
    color: #171838;
}

.pckglisting>li>.pckghd h4 {
    font-size: 80px;
    font-weight: 400;
    color: #171838;
    line-height: 80px;
}

.pckglisting>li>.pckghd h4 span {
    font-size: 30px;
    display: inline-block;
    vertical-align: 35px;
    padding-right: 4px;
}

.pckglisting>li>.pckghd h5 {
    font-size: 17px;
    color: #214986;
}

.pckglisting>li span.bkcrcle {
    content: "";
    background: white;
    width: 100%;
    height: 157px;
    display: block;
    position: absolute;
    border-radius: 23px 23px 100% 100%;
}

.pckglisting span.pckgrcmnd {
    display: block;
    background-color: #10caff;
    padding: 17px 0;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    color: #00162e;
    font-weight: bold;
}

.pckglisting ul.pckftred {
    overflow: hidden;
    padding: 40px 0 0;
}

.pckglisting ul.pckftred li {
    font-size: 13px;
    padding: 0 15px 20px;
    font-weight: 300;
}

.pckglisting li.pckgpopular {
    margin: -53px -11px 0 -11px;
    z-index: 100;
    min-height: 490px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.16);
}

.pckglisting ul.pckftred li strong.grnhiglight {
    color: #6bd615;
    font-size: 15px;
}

.pckglisting li:hover span.bkcrcle,
.pckgpopular span.bkcrcle {
    background: #42c4fe !important;
    color: white;
}

.pckglisting>li:hover {
    z-index: 101;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.16);
    min-height: 490px;
    margin-top: -20px;
}

.pckglisting>li.pckgpopular:hover {
    margin-top: -70px;
}

.sup-hd {
    display: block;
    font-size: 24px;
    color: #214986;
}

.statslist li {
    display: inline-block;
    margin: 20px 70px;
}

.statslist li h6 {
    font-size: 45px;
    color: #21bffe;
}

.statslist li h6 span.perstats {
    font-size: 14px;
}

.statslist li p {
    font-size: 18px;
    color: #171838;
}

.stps {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 40px 0;
}

.stps span.stpsimghold {
    overflow: hidden;
    display: block;
    width: 80px;
    height: 90px;
    margin: 0 auto;
}

.stps img.stpsico {
    width: 80px;
    display: block;
}

.stps li {
    width: 171px;
    display: inline-block;
    margin: 0 59px;
}

.stps li span.crclstps {
    width: 30px;
    height: 28px;
    position: relative;
    border-radius: 20px;
    background-color: #21bffe;
    color: white;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding-top: 2px;
    font-weight: bold;
}

.stps li p {
    font-size: 16px;
    color: #171838;
    line-height: 24px;
    margin-top: 12px;
}

.stps li span.crclstps:after {
    position: absolute;
    content: "";
    width: 264px;
    height: 2px;
    background: #21bffe;
    top: 15px;
    left: -263px;
}

.stps li span.crclstps.nofter:after {
    width: 0;
    height: 0;
}

.stps li.purplry.stps-actv span.crclstps {
    background-color: #214986;
}

.stps li.purplry.stps-actv p {
    color: black;
    font-weight: bold;
}

.stps li.stps-actv img.stpsico {
    animation: MoveUpDown 1s linear infinite;
}

.pricerunningtxt {
    text-align: center;
    color: #bdbdbd;
    padding: 8px 25%;
    margin-bottom: 20px;
}

.downld-panel {
    width: 1170px;
    float: left;
}

.down-book {
    width: 415px;
    height: 464px;
    margin-left: -110px;
    float: left;
}

.down-centr {
    width: 465px;
    float: left;
    margin: 0 27px 0 0
}

.down-centr h1 {
    color: #00172f;
    font-size: 30px;
    font-weight: 700;
}

.down-centr p {
    color: #00172f;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.down-centr ul {
    width: 465px;
    float: left;
    margin: 20px 0;
}

.down-centr ul li {
    width: 465px;
    float: left;
    margin-bottom: 10px;
}

.list-sky {
    color: #fff;
    background: #20befd;
    font-size: 16px;
    border-radius: 50px;
    width: 30px;
    height: 25px;
    float: left;
    text-align: center;
    padding-top: 4px;
    font-weight: 700;
}

.list-text {
    float: right;
    width: 420px;
}

.list-text h1 {
    color: #00172f;
    font-size: 18px;
    font-weight: 700;
}

.list-text p {
    color: #8d9094;
    font-size: 14px;
    font-weight: 500;
}

.form-wht {
    width: 320px;
    float: left;
    padding: 25px;
    background: #fff;
    border: solid 1px #bac4d0
}

.form-text {
    color: #022345;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
}

.form-wht p {
    color: #363f46;
    font-size: 13px !important;
    font-weight: 600;
    margin-top: 10px;
    line-height: 15px;
    margin-top: 15px;
    margin-left: 10px;
}

.form-bottom {
    background: #151736;
    padding: 10px 40px;
    float: left;
    width: 292px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.sky-col {
    color: #20befd
}

.form-pnl {
    width: 372px;
    float: left;
}

.bg-wht {
    background: #fff;
}

.testo-panel {
    width: 1170px;
    position: relative;
    padding: 50px 0;
}

.testo-box {
    width: 543px;
    float: left;
    border-right: solid 1px #ccc;
    padding-right: 40px;
    margin-right: 40px;
}

.testo-face {
    width: 100px;
    height: 100%;
    float: left;
}

.testo-text {
    width: 400px;
    float: right;
}

.testo-text p {
    color: #00172f;
    font-size: 14px !important;
    font-style: italic;
    line-height: 25px;
    font-weight: 600;
}

.testo-name {
    color: #2fc2fd;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
    float: left;
    font-weight: 600;
}

.donlod-banner {
    width: 100%;
    color: white;
    padding: 175px 0 0;
    text-align: center;
}

.donlod-banner h1 {
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
    background: url(../images/headers/download-hd.png) no-repeat center center;
    padding: 30px 0;
}

.donlod-banner h1 strong {
    font-weight: bold;
    font-size: 48px;
    position: relative;
}

.donlod-banner h1 strong img.seal-price-bann {
    position: absolute;
    z-index: 0;
    right: -80px;
    top: -40px;
}

.donl-p {
    padding-bottom: 5px;
    color: #bfcbdb;
    font-size: 18px;
}

.downld-hdr-hgt {
    /*min-height: 536px;*/
    min-height: 73px;
}

.quote-t {
    position: absolute;
    top: 0;
    left: -90px;
}

.quote-b {
    position: absolute;
    bottom: -140px;
    right: 0;
}

.form-pnl h1 {
    color: #409201;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.form-pnl p {
    color: #00172f;
    font-size: 14px !important;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
}

.down-centr p {
    color: #00172f;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

@media screen and (min-width:1600px) {

    /* large resolution */
    .donlod-banner {
        width: 100%;
        color: white;
        padding: 310px 0 0;
        text-align: center;
    }

    .donlod-banner h1 {
        font-size: 47px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 40px;
        margin-bottom: 20px;
        background: url(../images/headers/download-hd.png) no-repeat center center;
        padding: 30px 0;
    }

    .donlod-banner h1 strong {
        font-weight: bold;
        font-size: 48px;
        position: relative;
    }

    .donlod-banner h1 strong img.seal-price-bann {
        position: absolute;
        z-index: 0;
        right: -80px;
        top: -40px;
    }

    .donl-p {
        padding-bottom: 5px;
        color: #bfcbdb;
        font-size: 18px;
    }

    .downld-hdr-hgt {
        /*min-height: 536px;*/
        min-height: 70px;
    }

    .quote-t {
        position: absolute;
        top: 0;
        left: -100px;
    }

    .quote-b {
        position: absolute;
        bottom: -140px;
        right: 0;
    }

    .form-pnl h1 {
        color: #409201;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .form-pnl p {
        color: #00172f;
        font-size: 14px !important;
        font-weight: 500;
        margin-top: 10px;
        text-align: center;
    }

    .down-centr p {
        color: #00172f;
        font-size: 14px;
        font-weight: 500;
        margin-top: 10px;
    }
}

@keyframes MoveUpDown {
    0% {
        margin-top: 0px;
    }

    50% {
        margin-top: 10px;
    }

    100% {
        margin-top: 0px;
    }
}

.hom-testimonials {
    background: url(../images/map-bg.png) top right no-repeat #f4f9fc;
    min-height: 500px;
    padding: 60px 0;
    background-size: cover;
    z-index: 15;
}

.testiholder {
    width: 975px;
    margin: 0 auto;
    position: relative;
    margin-top: 105px;
    text-align: center;
}

.testibakpanel {
    width: 100%;
    background: white;
    height: 195px;
    position: absolute;
    z-index: 0;
    top: 50px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
}

.testifrntpanel {
    width: 770px;
    margin: 0 auto;
    height: 289px;
    background: white;
    position: relative;
    z-index: 1;
    display: inline-block;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
    text-align: center;
}

.testifrntpanel h6 {
    font-size: 14px;
    font-weight: 600;
    color: #171838;
    padding: 10px 0 35px;
}

.testifrntpanel h6 span {
    color: #21bffe;
    display: block;
}

.testimov p {
    font-style: italic;
    line-height: 28px;
    padding: 0 100px;
    color: #001349;
}

.quot-ico {
    position: absolute;
    left: 0;
    margin-top: -74px;
}

img.testidp {
    display: inline-block;
    margin-top: -37px;
}

.testimov div.slick-list {
    padding: 37px 0 0;
    margin-top: -42px;
}

.testifrntpanel ul.slick-dots {
    bottom: -120px;
}

.testifrntpanel ul.slick-dots li {
    width: 9px;
    height: 9px;
    background: #d8e5ed;
}

.testifrntpanel ul.slick-dots li.slick-active {
    background: #21bffe
}

.testifrntpanel .slick-prev,
.testifrntpanel .slick-next {
    top: 181px;
    width: 35px;
    height: 33px;
}

.testifrntpanel .slick-prev {
    background: url(../images/left-arrow.png) top center no-repeat;
    left: -167px;
}

.testifrntpanel .slick-next {
    background: url(../images/right-arrow.png) top center no-repeat;
    right: -167px;
}

.footer-top {
    float: left;
    width: 100%;
    clear: both;
    background: #2F4156;
    min-height: 160px;
    padding: 20px 0 30px;
    z-index: 12;
    position: relative;
}

.foot-hd {
    text-align: center;
    color: white;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 300
}

.foot-hd strong {
    color: #3cb8e6;
}

.footer-top a.defaultbtn {
    display: inline-block;
    float: none;
    padding: 11px 36px;
    font-size: 14px;
}

.footer-top input[type="text"],
.footer-top input[type="tel"] {
    background: #ffffff;
    color: #01172f;
    border: 1px solid #464888;
    padding: 12px 20px;
    border-radius: 50px;
    outline: none;
    min-width: 290px;
    margin-right: 5px !important;
}

.footer-top input[type="text"]:focus,
.footer-top input[type="tel"]:focus {
    box-shadow: 0 0 29px #6266e2;
    transition-duration: .3s;
}

.footer-top input[type="tel"] {
    width: 292px;
}

.footer-top div.selected-flag {
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    border-radius: 20px;
}

.footer-top form {
    padding: 20px 0 10px;
}

.footer-ab img.footlogo {
    width: auto;
    float: none;
    clear: both;
    height: 100px;
}

.footer-linksholder {
    width: 335px;
    float: left;
    color: #6265af;
    font-size: 14px;
}

.footer-ab {
    width: 100%;
    clear: both;
    text-align: center;
}

.footer-linksholder a {
    color: #6284af;
}

.footerhd {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.footer-linksholder img,
.footer-linksholder>span {
    float: left;
}

.footer-linksholder li {
    clear: both;
    padding-bottom: 15px;
    overflow: hidden;
}

.footer-linksholder li:hover,
.footer-linksholder li a:hover {
    color: white
}

.footer-linksholder.footer-quicklinks>ul>li>a {
    display: inline-block;
    background: url(../images/footer-arrow-ico.png) 0 5px no-repeat;
    padding: 0 0 0 19px;
    font-size: 13px;
}

.footer-linksholder.footer-quicklinks a.view-more-footer {
    color: white;
    font-size: 12px;
}

.footsocialico img {
    width: 19px;
}

.footsocialico li img {
    float: left;
    width: 19px;
    margin-right: 10px;
    margin-top: 2px;
}

.footsocialico li span {
    float: left;
}

.cugicseal {
    float: right;
    margin-top: 36px;
}

.footer-linksholder.footer-quicklinks li {
    padding-bottom: 10px;
}

.deepfooter {
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #C8D9E6;
    margin-top: 30px;
    padding: 25px 0 18px;
    font-size: 14px;
    background: #C8D9E6;
}

.footer-social {
    float: right;
}

.footer-social a {
    float: left;
    margin-left: 30px;

    opacity: .2;
}

.footer-social a:hover {
    opacity: 1;
}

.movcrcles {
    position: absolute;
    z-index: 0;
    width: 700px;
    height: 700px;
    right: 24px;
}

.movcrcles span.crclefirst {
    display: block;
    width: 460px;
    height: 460px;
    background: white;
    border-radius: 100%;
    opacity: .1;
    position: absolute;
    left: 170px;
    top: 100px;
}

.movcrcles span.crclesecond {
    display: block;
    width: 650px;
    height: 650px;
    background: white;
    border-radius: 100%;
    opacity: .1;
    position: absolute;
    left: 75px;
    top: 3px;
}

.movcrcles span.crclethird {
    display: block;
    width: 800px;
    height: 800px;
    background: white;
    border-radius: 100%;
    opacity: .1;
    position: absolute;
    left: -5px;
    top: -70px;
}

.movcrcles span {
    -webkit-animation: breathing 7s ease-out infinite normal;
    animation: breathing 7s ease-out infinite normal;
}

@-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
        transform: scale(1.4);
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.pckg-section div.movcrcles {
    left: 50%;
    right: inherit;
    margin-left: -390px;
}

.pckg-section div.movcrcles span {
    opacity: .05;
}
body{
    padding-bottom: 86px;
}
.footer-ab p {
    clear: both;
    padding: 30px 25px 10px;
    font-size: 11px;
    color: white;
    line-height: 19px;
}

.footer-ab a {
    color: #44bcec;
    display: inline-block;
    padding: 10px 0 0;
}

.about-hdr-hgt {
    /*min-height: 536px;*/
    min-height: 463px;
}

.testimonial-hdr-hgt {
    /*min-height: 536px;*/
    min-height: 463px;
}

.about-hdr {
    margin-top: 50px;
    margin-left: 130px;
}

.left-panel {
    width: 635px;
    float: left;
}

.right-panel {
    width: 460px;
    float: right;
}

.left-panel h1 {
    color: #171838;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
}

.left-panel p {
    margin-bottom: 30px;
}

.about-box-panel {
    float: left;
    position: relative;
    z-index: 15;
    clear: both;
    width: 100%;
    margin-top: -100px;
    padding-bottom: 60px;
}

.about-box {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.about-icon {
    width: 100%;
    float: left;
    text-align: center;
    clear: both;
}

.about-box-listing {
    width: 100%;
    clear: both;
    box-sizing: border-box;
}

.about-box-listing h1 {
    color: #00244c;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    clear: both;
    padding: 30px 0 0 0;
}

.about-box-listing ul {
    float: left;
    margin-top: 20px;
    text-align: left;
    padding-left: 48px;
}

.about-box-listing ul li {
    width: 177px;
    float: left;
    background: url(../images/tick-green.png) no-repeat center left;
    padding-left: 30px;
    margin-bottom: 11px;
    color: #78797f;
}

.facts-box-1 {
    float: left;
    position: relative;
    z-index: 15;
    clear: both;
    width: 100%;
    margin-top: -100px;
    padding-bottom: 60px;
}

.item-facts-box {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.item-facts-icon {
    width: 100%;
    float: left;
    text-align: center;
    clear: both;
}

.item-facts-box-listing {
    width: 100%;
    clear: both;
    box-sizing: border-box;
}

.about-box-listing h1 {
    color: #00244c;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    clear: both;
    padding: 30px 0 0 0;
}

.item-facts-box-listing ul {
    float: left;
    margin-top: 20px;
    text-align: left;
    padding-left: 48px;
}

.item-facts-box-listing ul li {
    width: 177px;
    float: left;
    background: url(../images/tick-green.png) no-repeat center left;
    padding-left: 30px;
    margin-bottom: 11px;
    color: #78797f;
}

.tos-tc {
    border-top: 1px solid #f8f8f8;
    background: #fcfcfc;
    padding: 80px 0 0;
}

.tos-tc div.in-content {
    padding: 30px 0;
}

.tos-tc .main-hd01 {
    text-align: left;
    font-size: 35px;
}

.tos-tc .main-hd01:after {
    left: 0;
    margin-left: 3px;
    bottom: -7px;
}

.tos-tc h3 {
    font-size: 22px;
    color: #171838;
    padding-top: 25px;
}

.tostclist {
    padding: 10px 0 20px 40px;
}

.tostclist li {
    list-style-type: lower-alpha;
    padding-bottom: 12px;
}

.tostclist .tostclist {
    padding-bottom: 0;
}

.slide2 {
    position: relative;
}

.slide2>img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.moving-bann ul.slick-dots {
    bottom: 35px;
}

.moving-bann ul.slick-dots li {
    width: 50px;
    height: 3px;
}

.moving-bann ul.slick-dots li.slick-active {
    background-color: #54ccf8
}

.ban-container.innheader {
    min-height: 140px;
    text-align: center;
    color: white;
    padding: 40px 0;
}

.ban-container.innheader h1 {
    font-size: 48px;
    font-weight: bold;
}

.ban-container.innheader p {
    font-size: 21px;
    font-weight: 300;
    padding: 1% 18% 0;
}

.sitemap .dvided {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.sitemap .dvided h1 a {
    color: #002646;
    font-size: 30px;
    font-weight: 700;
}

.sitemap .dvided h6 {
    padding: 20px 0 10px;
    font-size: 20px;
    color: #003366;
}

.sitemap .dvided a:hover {
    text-decoration: underline;
}

.sitemap .dvided ul {
    padding: 10px 0 10px 15px;
    width: 100%;
    overflow: hidden;
}

.sitemap .dvided ul li {
    width: 100%;
    float: left
}

.sitemap .dvided ul li {
    width: 100%;
    float: left;
    color: #000;
}

.sitemap .dvided ul li a {
    color: #000;
}

.sitemap .ft-arr {
    font-size: 17px;
    margin-right: 10px;
    float: left;
}

/*Contact Form CSS*/
.numb-client span {
    position: absolute;
    z-index: 2;
    display: none;
    font-size: 15px;
    padding: 10px;
    background: #000e1d;
    border-radius: 5px;
    border: 1px solid #44bcec;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    color: white;
    overflow: hidden;
}

.numb-client span {
    left: 12%;
    top: 14%;
}

.numb-client span+span {
    top: 53%;
    left: 24%;
}

.numb-client span+span+span {
    left: 41.5%;
    top: 32%;
}

.numb-client span+span+span+span {
    left: 51.9%;
    top: 10%;
}

.numb-client span+span+span+span+span {
    left: 70.9%;
    top: 28%;
}

.numb-client span+span+span+span+span+span {
    left: 77.5%;
    top: 57%;
}

.cntcthd-brand {
    font-size: 23px;
    text-align: center;
    padding: 40px 0 30px;
}

.inpagecontent {
    padding: 50px 0;
}

.contactformholder {
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0 auto;
    float: left;
}

.contactformholder>form {
    float: left;
    padding-left: 0;
    margin-left: -23px;
    width: 770px;
}

.contactformholder div.row {
    width: 100%;
    clear: both;
    padding: 12px 0;
    position: relative;
}

.contactformholder div.row:after {
    display: table;
    clear: both;
    content: "";
}

.contactformholder div.row>span {
    width: 44%;
    margin: 0 3%;
    float: left;
    position: relative;
}

.contactformholder div.row>span>input {
    width: 100%;
    padding: 14px 0;
}

.contactformholder .selected-flag {
    border-radius: 0 !important;
    background: #f9f9f9 !important;
}

.contactformholder #contactphone,
.contactformholder #txtPhoneNumber {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 337px;
}

.contactformholder textarea {
    height: 70px;
    outline: none;
    padding: 20px 0;
    resize: none;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #d6d6d6;
    display: block;
    width: 94%;
    margin: 0 147px 0 25px;
}

.prvcy-trms .header {
    background: rgb(0, 14, 29) !important;
}

.nomrgnfoot div.footer-top,
.nomrgnfoot+div.footer-top {
    margin-top: 0;
    padding: 50px 0;
}

.corp-officeholder {
    width: 100%;
    clear: both;
    float: left;
    padding: 0 0 50px;
    min-height: 387px;
    text-align: center;
}

.address-area {
    float: left;
    margin-left: 110px;
    margin-top: 40px;
}

.address-area h6 {
    font-size: 24px;
    display: block;
    font-weight: 400;
    color: #171838;
    padding-bottom: 25px;
}

.address-area li {
    clear: both;
    padding-bottom: 15px;
    overflow: hidden;
}

.address-area ul li img,
.address-area ul li span {
    float: left;
}

.address-area ul li img {
    margin: 2px 17px 0 0;
}

.address-area .contact-social a {
    float: left;
    margin: 10px 30px 0 0;
    opacity: .4;
}

.address-area .contact-social a:hover {
    opacity: 1;
}

.error {
    border-color: red !important;
}

label.error {
    display: none !important;
}

.industry-content {
    width: 622px;
    margin: 0 auto;
}

.indstry-hd {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    color: #171838;
}

.indstry-hd span {
    font-weight: 300;
}

.industry-content p.ind-para {
    text-align: center;
    padding: 22px 0;
}

.industry-content p.ind-para strong {
    display: block;
    font-size: 16px;
    color: #171838;
}

.industry-content a.defaultbtn {
    width: 343px;
    margin: 0 auto;
    float: none;
    display: block;
    text-align: center;
}

.ind-big-crcles {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px 0;
    background: #f4f9fc;
    text-align: center;
}

.services-caro {
    text-align: center;
}

.services-caro li {
    display: inline-block;
    margin: 0 15px;
}

.services-caro li strong {
    display: block;
    color: #171838;
    font-size: 19px;
}

.serv-caromove {
    width: 85%;
    position: relative;
    margin: 50px auto;
}

.serv-caromove button.slick-prev {
    background: url(../images/lft-arrow-services.png) top center no-repeat;
    width: 37px;
    height: 80px;
    top: 86px;
    left: -38px;
}

.serv-caromove button.slick-next {
    background: url(../images/rght-arrow-services.png) top center no-repeat;
    width: 37px;
    height: 80px;
    top: 86px;
    right: -38px;
}

.wrapper.services-caro {
    padding: 50px 0;
}

.inpckg h4.main-hd02 {
    font-size: 38px;
    padding-bottom: 10px;
}

.inpckg p.inpckgtxt {
    text-align: center;
    color: white;
    padding-bottom: 70px;
}

.in-fet {
    padding: 70px 0 0 !important;
}

.leftmain-banner.in-fet h1 {
    color: #fff;
    font-size: 30px;
}

.leftmain-banner.in-fet h1 strong {
    font-size: 38px;
}

.fet-gray-bg {
    background: #fafafa
}

.fet-01-right {
    float: right
}

.fet-01-left {
    float: left;
    width: 500px;
    margin-top: 120px;
}

.fet-01-left h1 {
    color: #171838;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
}

.fet-01-left p {
    margin-bottom: 30px;
}

.fet-01-left ul {
    width: 500px;
    float: left;
    margin-bottom: 30px;
    text-align: left;
}

.fet-01-left ul li {
    float: left;
    padding-left: 40px;
    background: url(../images/tick-purple.png) no-repeat center left;
    width: 500px;
    margin-bottom: 10px;
}

.fet-02-right {
    float: left
}

.fet-02-left {
    float: right;
    width: 500px;
    margin-top: 120px;
}

.fet-02-left h1 {
    color: #171838;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
}

.fet-02-left p {
    margin-bottom: 30px;
}

.fet-02-left ul {
    width: 500px;
    float: left;
    margin-bottom: 30px;
}

.fet-02-left ul li {
    float: left;
    padding-left: 40px;
    background: url(../images/tick-purple.png) no-repeat center left;
    width: 500px;
    margin-bottom: 10px;
    text-align: left;
}

.mgrbtm60 {
    margin-bottom: 62px;
}

.compareprice {
    display: block;
    text-align: center;
    clear: both;
}

.compareprice a {
    color: white;
    text-align: center;
    display: inline-block;
    margin: 50px auto 0;
    font-size: 38px;
}

/* Price Comparison Table Start*/
body.page-template-pricing-php .clear {
    clear: both
}

body.page-template-pricing-php .headline {
    padding-bottom: 30px;
    padding-top: 0
}

body.page-template-pricing-php .headline h1 {
    font-size: 36px
}

body.page-template-pricing-php .subscription {
    width: 450px;
    margin: 35px auto 0
}

body.page-template-pricing-php .subscription .btn-subtype {
    border-radius: 15px;
    background-clip: padding-box;
    font-weight: 300;
    height: 30px;
    width: 140px;
    padding: 0;
    margin: 0 3px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .05em;
    background-color: #fff;
    border: 1px solid #d7d7d7
}

body.page-template-pricing-php .subscription .btn-subtype.active {
    background-color: #000;
    border-color: #000;
    color: #fff
}

body.page-template-pricing-php .subscription .discount {
    color: #9e9e9e
}

body.page-template-pricing-php section.pricing .show-info-top {
    border-radius: 4px;
    background-clip: padding-box;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    outline: 0
}

body.page-template-pricing-php section.pricing .show-info-top:hover {
    background-color: #edf0f3
}

body.page-template-pricing-php section.pricing .see-all {
    padding: 7px 0 0
}

body.page-template-pricing-php section.pricing .see-all a {
    border-radius: 4px;
    background-clip: padding-box;
    text-decoration: none;
    color: #000;
    padding: 8px 13px;
    outline: 0;
    font-weight: 400;
    margin: 10px 0 0
}

body.page-template-pricing-php section.pricing .see-all a:hover {
    text-decoration: underline
}

body.page-template-pricing-php section.pricing .qtip-wrapper {
    border: 0 !important
}

body.page-template-pricing-php section.pricing .pricing-table-wrapper {
    overflow-x: hidden;
    width: 100%;
    padding-bottom: 10px
}

body.page-template-pricing-php section.pricing .pricing-table {
    text-align: center;
    margin: 0 auto 50px
}

body.page-template-pricing-php section.pricing .pricing-table .plan {
    width: 180px;
    margin: 16px 10px;
    vertical-align: top;
    display: inline-block;
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

body.page-template-pricing-php section.pricing .pricing-table .plan .title {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 900;
    width: 100%;
    height: 20px;
    font-size: 12px;
    padding: 45px 0 0;
    position: relative
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price {
    padding: 20px 0 35px;
    min-height: 152px
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price.enterprise {
    padding-bottom: 35px
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price .dollar {
    vertical-align: top;
    top: .8em;
    font-size: 20px
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price .value {
    font-size: 50px;
    line-height: 50px;
    display: inline-block
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price .value.custom {
    font-size: 25px;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 7px;
    margin-top: 7px
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price .frac {
    font-size: 25px;
    line-height: 25px
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price .billed,
body.page-template-pricing-php section.pricing .pricing-table .plan .price .per {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price .per {
    line-height: 14px;
    color: #cacaca;
    margin: 7px 0
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price .billed {
    line-height: 20px;
    margin: 30px 0;
    position: relative
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price #btn-schedule,
body.page-template-pricing-php section.pricing .pricing-table .plan .price #btn-signup {
    top: 33px;
    margin: 20px auto 0;
    font-style: normal;
    border-radius: 4px;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    right: 0;
    text-transform: uppercase;
    left: 0
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price #btn-schedule {
    position: absolute;
    width: 80px;
    background: #4f7be9
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price #btn-schedule:hover {
    background: #7c9def
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price #btn-signup {
    position: absolute;
    width: 110px;
    background: #E34840
}

body.page-template-pricing-php section.pricing .pricing-table .plan .price #btn-signup:hover {
    background: #ea736c
}

body.page-template-pricing-php section.pricing .pricing-table .plan .purpose {
    background-color: #edf0f3;
    height: 50px;
    line-height: 50px;
    font-style: italic;
    font-size: 12px;
    letter-spacing: .05em;
    font-weight: 400;
    color: #9ea1a3
}

body.page-template-pricing-php section.pricing .pricing-table .plan .features ul {
    list-style-type: none;
    margin: 25px 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 13px
}

body.page-template-pricing-php section.pricing .pricing-table .plan .features ul li {
    margin: 10px 0
}

body.page-template-pricing-php section.pricing .pricing-table .plan .features ul li.bold {
    font-weight: 400
}

body.page-template-pricing-php section.pricing .pricing-table .plan .features ul li.ultrabold {
    font-weight: 900;
    font-style: normal
}

body.page-template-pricing-php section.pricing .pricing-table .plan .features ul li.plus {
    width: 19px;
    height: 19px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    letter-spacing: 0 !important;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 19px
}

body.page-template-pricing-php section.pricing .pricing-table .plan.green .title {
    background-color: #72bd5a;
    color: #fff
}

body.page-template-pricing-php section.pricing .pricing-table .plan.green .most-popular {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 400;
    font-size: 10px;
    color: #3a6f29
}

body.page-template-pricing-php section.pricing .pricing-table .plan.green .price {
    background-color: #72bd5a;
    color: #fff
}

body.page-template-pricing-php section.pricing .pricing-table .plan.green .dollar {
    color: #cee6c8
}

body.page-template-pricing-php section.pricing .pricing-table .plan.green .value {
    color: #fff
}

body.page-template-pricing-php section.pricing .pricing-table .plan.green .per {
    color: #c9e3c2
}

body.page-template-pricing-php section.pricing .pricing-table .plan.green .purpose {
    background-color: #7ac860;
    color: #cee6c8
}

body.page-template-pricing-php section.pricing p {
    text-align: center
}

body.page-template-pricing-php section.pricing p span {
    font-weight: 400;
    font-style: normal
}

body.page-template-pricing-php section.tryit button,
body.page-template-pricing-php section.tryit h3 {
    font-weight: 300;
    font-style: normal;
}

/*Case Study*/
.case-study .leftmain-banner h1 {
    font-size: 22px;
    margin-top: 80px;
    font-weight: 400;
}
.howitwork .leftmain-banner h1 {
    margin-top: 25px;
    font-weight: 400;
}

.bottom-line-section {
    background: #fff;
    padding: 73px 0 77px;
}

.bottom-line-section h2 {
    position: relative;
    font-size: 35px;
    color: #171838;
    font-weight: 700;
    margin-bottom: 35px;
}

.bottom-line-section h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 4%;
    border-top: 3px solid #21bffe;
}

.bottom-line-section p {
    line-height: 25px;
    font-size: 16px;
    color: #41484e;
}

.study-brands-section {
    text-align: center;
    padding: 68px 0;
    background: #fff;
}

.study-brands-section .brand-item {
    position: relative;
    font-size: 40px;
    font-weight: 400;
    color: #2d2d2d;
    margin: 0;
    display: inline-block;
}

.study-brands-section .brand-item:before {
    left: -30px;
}

.study-brands-section .brand-item:after {
    right: -30px;
}

.study-brands-section .brand-item:before,
.study-brands-section .brand-item:after {
    content: '';
    float: left;
    position: absolute;
    top: 25px;
    border-top: 3px solid #41474e;
    width: 7%;
}

.study-graph-1 {
    background: #fff;
    padding: 68px 0 55px;
}

.study-graph-1 .side-1 {
    float: left;
    width: 536px;
}

.study-graph-1 .side-2 {
    float: left;
    width: 460px;
    margin-top: 123px;
}

.study-graph-2 {
    background: #f6f6f6;
    padding: 68px 0 55px;
}

.study-graph-2 .side-1 {
    float: left;
    width: 512px;
    margin-top: 123px;
}

.study-graph-2 .side-2 {
    float: right;
    width: 365px;
}

.study-graph-1 h3,
.study-graph-2 h3 {
    color: #171838;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.study-graph-1 p,
.study-graph-2 p {
    line-height: 25px;
    font-size: 16px;
    color: #41484e;
}

/*Case Study*/
.nav-resources {
    text-align: center;
    margin: 40px 0;
}

.nav-resources .area {
    border-top: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    padding: 15px 0;
    text-align: center;
    width: 975px;
    display: inline-block;
}

.nav-resources ul li {
    display: inline-block;
    padding: 10px 20px;
}

.nav-resources ul li+li {
    border-left: 1px solid #e6e6e6;
}

.nav-resources ul li a {
    color: #181818;
    font-size: 18px;
    position: relative;
    padding: 0 10px;
}

.nav-resources ul li a:after {
    content: '';
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.nav-resources ul li a:hover:after,
.nav-resources ul li a.active:after {
    border-top: 3px solid #21bffe;
}

.resources-section {
    margin: 40px 0 60px;
    float: left;
    width: 100%;
}

.box-area-1 {
    float: left;
    width: 100%;
}

.box-area-1 .side-left {
    float: left;
    margin-right: 40px;
}

.box-area-1 .side-right {
    float: left;
    width: 538px;
}

.box-area-1 h3 {
    position: relative;
    color: #171838;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 35px;
}

.box-area-1 h3:after {
    content: '';
    border-top: 3px solid #21bffe;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 5%;
}

.box-area-1 h3.title-2 {
    line-height: 33px;
}

.box-area-1 p {
    line-height: 25px;
    min-height: 180px;
    margin-bottom: 10px;
}

.box-area-1 p.content-area-2 {
    min-height: 135px;
}

.box-area-1 a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 45px;
    background: #50ae03;
    padding: 10px 30px;
    border-bottom: 3px solid #409201;
    font-size: 16px;
}

.box-area-1+.box-area-1 {
    margin-top: 90px;
}

.flyers-section .box-area-1 h3 {
    font-weight: 400;
}

.flyers-section .box-area-1 h3 strong {
    font-weight: 700;
}

.flyers-section .case-study-section .box-area-1 p {
    min-height: 75px;
}

.flyers-section .box-area-1 a {
    text-transform: none;
    padding: 10px 24px;
    font-size: 16px;
}

.resources-heading {
    padding: 15px 0;
    float: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 15px 0;
}

.resources-heading h3 {
    text-align: center;
    font-size: 24px;
    color: #171838;
    font-weight: 400;
    text-transform: uppercase;
}

@media only screen and (min-width: 1220px),
only screen and (max-width:600px) {
    body.page-template-pricing-php section.pricing .pricing-table .plan {
        width: 220px
    }
}

body.page-template-pricing-php section.tryit {
    width: 100%;
    margin: 60px auto 120px;
    text-align: center
}

body.page-template-pricing-php section.tryit h3 {
    font-size: 35px
}

body.page-template-pricing-php section.tryit button {
    font-size: 12px;
    padding: 6px 10px;
    margin: 0 10px;
    width: 251px;
    text-transform: uppercase
}

body.page-template-pricing-php section.tryit button.start {
    background: #e34840;
    border: 1px solid #e34840;
    font-weight: 400;
    color: #fff
}

body.page-template-pricing-php section.tryit button.start:hover {
    background: #e76c65;
    border-color: #e76c65
}

body.page-template-pricing-php section.tryit button.compare {
    background: 0 0;
    color: #000;
    border: 1px solid #aaa
}

body.page-template-pricing-php section.tryit button.compare:hover {
    background: #fafafa;
    border-color: #bbb
}

body.page-template-pricing-php section.tryit-full {
    width: 100%;
    margin: 60px auto 120px;
    text-align: center
}

body.page-template-pricing-php section.tryit-full h3 {
    font-size: 35px;
    font-weight: 300;
    font-style: normal
}

body.page-template-pricing-php section.tryit-full .signup-form {
    width: 335px;
    margin: 0 auto
}

body.page-template-pricing-php section.faq {
    width: 100%;
    padding: 50px 0 70px;
    background-color: #fff
}

body.page-template-pricing-php section.faq dl {
    margin: 0 auto;
    text-align: center
}

body.page-template-pricing-php section.faq dl .row {
    vertical-align: top
}

body.page-template-pricing-php section.faq dl .row div {
    display: inline-block;
    vertical-align: top;
    max-width: 20em;
    margin: 30px 5%
}

body.page-template-pricing-php section.faq dl dd {
    margin: 0
}

body.page-template-pricing-php section.faq dl dt {
    font-size: .7em;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding: 0 0 10px
}

body.page-template-pricing-php section.full-comparison {
    margin: 50px auto 0;
}

body.page-template-pricing-php section.full-comparison .full-comparison-table-wrapper {
    margin: 15px auto;
    width: 1010px;
    position: relative
}

body.page-template-pricing-php section.full-comparison .full-comparison-table-wrapper table {
    border-collapse: collapse;
    color: black;
}

body.page-template-pricing-php section.full-comparison .sticky-header {
    border-collapse: collapse;
    letter-spacing: .04em;
    font-size: 13px
}

body.page-template-pricing-php section.full-comparison .sticky-header.stuck {
    position: fixed;
    top: 80px;
    margin: 0 auto
}

body.page-template-pricing-php section.full-comparison .sticky-header th {
    border-bottom: 1px solid #dfdfdf;
    width: 180px;
    text-align: center;
    background: #ececec;
}

body.page-template-pricing-php section.full-comparison .sticky-header th.spacer {
    background: 0 0;
    width: 10px;
    padding: 0;
    background: #ececec;
}

body.page-template-pricing-php section.full-comparison .sticky-header th.descSpacer {
    width: 250px;
    padding: 0
}

body.page-template-pricing-php section.full-comparison .sticky-header .title {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    height: 20px;
    font-size: 11px;
    padding: 20px 0 15px;
    position: relative;
    background: #f6f7fa;
}

body.page-template-pricing-php section.full-comparison .sticky-header .green .title {
    background-color: #42c4fe;
    color: #fff
}

body.page-template-pricing-php section.full-comparison .sticky-header .green .dollar {
    color: #cee6c8
}

body.page-template-pricing-php section.full-comparison .sticky-header .green .per {
    color: #c9e3c2
}

body.page-template-pricing-php section.full-comparison .comparison-content {
    letter-spacing: .04em;
    font-size: 13px
}

body.page-template-pricing-php section.full-comparison .comparison-content td {
    border-bottom: 1px solid #dfdfdf;
    background: #fff;
    width: 180px;
    text-align: center
}

body.page-template-pricing-php section.full-comparison .comparison-content td.spacer {
    background: 0 0;
    width: 10px;
    padding: 0
}

body.page-template-pricing-php section.full-comparison .comparison-content td.cover {
    background: #f3f3f3
}

body.page-template-pricing-php section.full-comparison .comparison-content td.tick {
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.str-fnt {
    font-size: 14px;
    margin-top: 5px;
    padding: 19px 65px 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    body.page-template-pricing-php section.full-comparison .comparison-content td.tick {
        background-image: url(../images/tick%402x.png);
        background-size: 20px 15px
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
    body.page-template-pricing-php section.full-comparison .comparison-content td.tick {
        background-image: url(../images/tick%402x.png);
        background-size: 20px 15px
    }
}

body.page-template-pricing-php section.full-comparison .comparison-content th.sectionName {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #dfdfdf;
    background: 0 0;
    padding: 30px 0 10px;
    width: 250px;
    text-align: left
}

body.page-template-pricing-php section.full-comparison .comparison-content th.sectionName.cover {
    background: #f3f3f3
}

body.page-template-pricing-php section.full-comparison .comparison-content th {
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #dfdfdf;
    background: 0 0;
    padding: 15px 0
}

#wrapper.why_livechat a.btn-why,
body.page-template-pricing-php .btn-enterprise {
    font-style: normal;
    border-radius: 4px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase
}

body.page-template-pricing-php section.full-comparison .comparison-content th .name {
    float: left;
    width: auto
}

body.page-template-pricing-php section.full-comparison .comparison-content th .show-info {
    cursor: default;
    background-image: url(../images/hint.png);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    float: left;
    margin: 3px 0 0 8px;
    position: relative;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    body.page-template-pricing-php section.full-comparison .comparison-content th .show-info {
        background-image: url(../images/hint%402x.png);
        background-size: 15px 15px
    }
}

@media all and (-webkit-min-device-pixel-ratio: 1.5),
(min--moz-device-pixel-ratio:1.5),
(-webkit-min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
    body.page-template-pricing-php section.full-comparison .comparison-content th .show-info {
        background-image: url(../images/hint%402x.png);
        background-size: 15px 15px
    }
}

body.page-template-pricing-php .btn-enterprise {
    display: inline-block;
    width: 80px;
    font-size: 10px;
    line-height: 14px;
    background: #285190;
    padding: 10px;
    cursor: pointer;
    text-align: center
}

body.page-template-pricing-php .btn-enterprise:hover {
    background: #7c9def
}

body.page-template-pricing-php td.enterprise {
    text-align: right;
    position: relative;
    right: 20px;
    top: 10px
}

.sticky-wrapper {
    z-index: 10;
}

.page-template-pricing-php div.in-content {
    padding: 145px 0 0;
}

.show-info strong {
    display: block;
    padding-bottom: 15px;
}

/* Price Comparison Table End */
.pricing-cta {
    background: white;
    z-index: 15;
    position: relative;
    padding: 20px 0 50px;
}

.pricing-cta div.industry-content {
    width: 750px;
}

/*Signup Page*/
.login-signup-left {
    width: 50%;
    float: left;
}

.left-in {
    width: 510px;
    float: right;
    padding: 0px 0 60px;
    margin: 40px 28px 0 0;
}

.signup-hd {
    font-size: 45px;
    font-weight: 400;
    color: #171838;
    padding: 50px 0 10px;
}

.login-signup-form form>span {
    display: block;
    clear: both;
}

.login-signup-form form>span input,
.login-signup-form form>span select {
    width: 400px;
}

.login-signup-form form>span select {
    width: 454px;
    padding: 10px 20px 10px;
}

.signup-para {
    padding: 5px 0 40px 4px;
}

.login-signup-form button.defaultbtn {
    bottom: 30px;
    width: 453px;
    padding: 9px 134px;
    margin-top: 11px;
    margin-left: 3px;
    outline: none;
    cursor: pointer;
}

.right-signup {
    float: right;
    width: 49.9%;
    background: #f8fcff;
    border-left: 1px solid #dde2e6;
    box-shadow: -5px 0 15px #f8f8f8;
    min-height: 630px;
}

.signimg {
    float: left;
    margin: 70px 0 0 40px;
}

.right-signup a.defaultbtn {
    margin: 10px 0 0 305px;
    padding: 8px 30px;
    font-size: 13px;
}

.terms-para {
    display: block;
    clear: both;
    padding: 30px 94px 5px 10px;
    font-size: 11px;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
    background: rgba(0, 0, 0, 0.14);
    border-radius: 22px;
}

.login-signup-form form>span input[type="tel"] {
    width: 457px;
}

.removfooter div.footer-linksholder,
.removfooter .footer-ab p,
.removfooter .footaparthold,
.removfooter div.nav-holder,
.removfooter div.googsrch,
.removfooter ul.foot-addrs {
    display: none !important;
}

.removfooter div.footer-linksholder.footer-ab {
    display: block !important;
    width: 100%;
    text-align: center;
    padding-left: 0;
}

.removfooter div.footer-linksholder.footer-ab img {
    float: none;
    display: inline-block;
    margin: 0;
}

.removfooter div.footer-linksholder.footer-ab h6.footerhd {
    padding-bottom: 0;
}

.price-area {
    float: left;
    clear: both;
    width: 100%;
    background-color: #ececec;
}

.stpsmain {
    width: 855px;
    position: relative;
    margin: 50px auto;
}

.howwork {
    background: #f4f9fc;
}

.stpspanel {
    width: 415px;
    position: relative;
    float: right;
    border-left: 3px solid white;
    clear: both;
}

.stpstopline {
    width: 3px;
    height: 75px;
    position: absolute;
    z-index: 2;
    top: -75px;
    left: 0;
    display: block;
    background: white;
}

.stpstopline:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: white;
    position: absolute;
    top: -5px;
    left: -5px;
}

.stpsicohold {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    background: white;
    box-shadow: 0 0 30px rgba(128, 128, 128, 0.2);
    margin: 0 0px 0 -50px;
    position: relative;
    z-index: 10;
}

.stpsicohold>img {
    width: 62px;
    display: block;
    margin: 24px auto 0;
}

.stps-txtholder {
    width: 315px;
    margin: 0 auto;
    text-align: center;
    color: #171838;
    padding-bottom: 40px;
}

.stps-txtholder h2 {
    font-size: 30px;
    margin-bottom: 11px;
    font-weight: 400;
}

.stpsmidline {
    width: 100%;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 46px;
    z-index: 0;
}

.stpsmidline:after {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: white;
    position: absolute;
    top: -5px;
    right: -5px;
}

.stphdblu {
    position: absolute;
    z-index: 0;
    color: #20befd;
    font-size: 18px;
    left: 70px;
    top: 13px;
}

.stpspanel.lft {
    float: left;
    clear: both;
    border-right: 3px solid white;
    border-left: 0;
    margin-left: 22px;
}

.stpspanel.lft .stpsicohold {
    position: absolute;
    right: -53px;
}

.stpspanel.lft div.stps-txtholder {
    margin: 93px auto 20px;
}

.stpspanel.lft .stphdblu {
    right: 70px;
    left: auto;
}

.stpspanel.lft .stpsmidline:after {
    left: -5px;
    right: auto;
}

.stpspanel.lft.lst {
    border-right: 0;
}

.stpspanel p {
    font-size: 20px;
    font-weight: 300;
}

.foot-prtnrs {
    width: 140px;
}

p.greyhilighted {
    padding: 40px;
    background: #efefef;
    margin-bottom: 20px;
}

.stats-section.chtcta {
    min-height: 200px;
}

.chtcta h4 {
    padding-bottom: 10px !important;
}

.chtcta h4 strong {
    display: block;
    font-size: 24px;
}

.chtcta p {
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    color: #171838;
}

.chtcta a.defaultbtn {
    margin: 20px auto 0;
    float: none;
    display: block;
    width: 200px;
    text-align: center;
    margin-top: 30px;
}

.mlti-square li:before {
    width: 11px;
    height: 11px;
    background: url(../images/bulleted-blue.png) top center no-repeat;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
}

.lghtgryapart {
    background: #f2f2f2;
    width: 100%;
    float: left;
    clear: both;
}

.thnkssign h1.main-hd01 {
    text-align: center;
    padding-top: 60px;
}

.thnkssign h1.main-hd01:after {
    left: 50%;
    margin-left: -14px;
}

.thnkssign a.defaultbtn {
    display: block;
    float: none;
    clear: both;
    width: 200px;
    margin: 40px auto;
    padding: 10px 38px;
}

.removfooter div.footer-top {
    display: none;
}

.thnkssign img.thnxphoico {
    margin-bottom: -2px;
    display: inline-block;
    margin-right: 1px;
}

.defaultbtn.howitwrksbtn {
    width: 200px;
    text-align: center;
    display: block;
    float: none;
    margin: 0 auto 10px;
    padding: 10px;
}

.show-info>span {
    width: 250px;
    min-height: 40px;
    border-radius: 5px;
    position: absolute;
    background: rgba(29, 29, 29, 0.94);
    color: white;
    padding: 20px 10px;
    bottom: 28px;
    left: 50%;
    margin-left: -125px;
    font-size: 12px;
    display: none;
}

.show-info>span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 8px solid #1d1d1d;
    bottom: -8px;
    position: absolute;
    left: 50%;
    margin-left: -24px;
}

.piechrt-stats {
    width: 100%;
    text-align: center;
}

.piechrt-stats li {
    width: 120px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 11px;
}

.piechrt-stats li img.piecrt-ico {
    position: absolute;
    width: 66px;
    top: 31px;
    left: 30px;
}

.piechrt-stats li strong {
    display: block;
    font-size: 36px;
    padding-top: 10px;
}

.piechrt-stats li p {
    font-size: 12px;
    padding: 0 !important;
    color: #171838;
}

.about-hdr.featur-hdr {
    margin-left: -40px;
}

.footaparthold {
    clear: both;
    text-align: center;
}

.footapart-descri {
    width: 49.5%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.anmated-box {
    width: 686px;
    position: relative;
    margin-bottom: 64px;
}

.anmated-box:after {
    content: "";
    clear: both;
    display: table;
}

.chtbox {
    position: absolute;
    z-index: 100;
    right: 90px;
    bottom: -30px;
}

.lft-tabnav {
    width: 235px;
    float: left;
    border-right: 1px solid #e2f4ff;
    padding-right: 45px;
}

.lft-tabnav>ul {
    padding: 0 10px;
    margin-bottom: 15px;
}

.lft-tabnav>a.defaultbtn {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    overflow: hidden;
    padding: 13px 30px;
}

.lft-tabnav>ul>li>a {
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    color: #171838;
    border-bottom: 1px solid #bde0f4;
}

.lft-tabnav>ul>li>a:hover {
    background: #e4f7ff;
}

.lft-tabnav>ul>li.lfttab-actv a {
    color: #20befd;
    background: #e4f7ff;
}

.faq-hold {
    float: left;
    width: 840px;
    padding-left: 45px;
}

.faq-hold>div>p {
    display: none;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding: 15px 14px 15px 50px;
    background-color: #f7f7f7;
}

.faq-hold .accord h4 {
    cursor: pointer;
    font-size: 18px;
    color: #171838;
    margin-top: 6px;
    position: relative;
    padding: 15px 15px 15px 50px;
    background-color: #f7f7f7;
    border-radius: 6px 6px 0 0;
}

.faq-hold .accord h4:hover {
    background: rgba(0, 0, 0, 0.06);
}

.faq-hold .accord h4:after {
    content: "+";
    position: absolute;
    z-index: 0;
    left: -12px;
    top: 8px;
    color: #21bffe;
    font-weight: bold;
    background: #def2fd;
    width: 39px;
    height: 39px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 7px;
}

.faq-hold .accord h4.accord-actv:after {
    content: "_";
    padding-top: 0px;
    font-weight: bold;
}

.foot-info {
    color: #a9a9a9;
}

/*Revamp CSS */
.homban {
    background: url(../images/banner1.jpeg) top center no-repeat;
    background-size: 100% 100%;
    min-height: 917px;
    position: relative;
    text-align: center;
}

.homban-pnchline {
    text-align: center;
    color: white;
}

.defaultbtn2,
.defaultbtn {
    -moz-box-shadow: 0px 4px 0px 0px #409201;
    -webkit-box-shadow: 0px 4px 0px 0px #409201;
    box-shadow: 0px 4px 0px 0px #409201;
    background-color: #50ae03;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 61px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

.defaultbtn2:hover,
.defaultbtn:hover,
.pckglisting li:hover a.defaultbtn,
.slide2 a.defaultbtn,
.pckglisting>li a:hover,
.right-signup a.defaultbtn:hover {
    background-color: #409201;
}

.defaultbtn2:active,
.defaultbtn:active {
    position: relative;
    top: 1px;
}

.lightblue-bg {
    background-color: #e4ebf4;
    clear: both;
}

.drkblu {
    background-color: #00254d;
}

.drkblu.fullwidthcontrol {
    padding: 50px 0 0
}

.drkblu.fullwidthcontrol div.cntrbtn {
    padding: 35px 0 0;
    margin-bottom: -22px;
}

.crstalbg {
    background: url(../images/crystalbg.jpg) top center no-repeat;
    background-size: 100% auto;
}

.homban-pnchline h1 {
    font-size: 22px;
    padding-top: 140px;
}

.leftmain-banner h1 {
    font-size: 22px;
    margin-top: 80px;
    font-weight: 600;
}

.homban-pnchline p.bighd {
    position: relative;
}

.homban-pnchline p.bighd,
.leftmain-banner p.bighd {
    font-size: 110px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -10px 0 11px;
}

.homban-pnchline p.bighd:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 100px;
    top: 18px;
    left: 64px;
}

.banlinks {
    text-align: center;
    padding: 30px 0;
    visibility: hidden;
}

.banlinks li {
    display: inline-block;
    border-right: 1px solid #1398bf;
    padding: 0 30px;
}

.banlinks li a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: White;
}

.banbigcircles {
    text-align: center;
    padding-top: 34px;
}

.banbigcircles li {
    display: inline-block;
    width: 320px;
    margin: 0 33px;
    vertical-align: top;
}

.banbigcircles h3 {
    font-size: 28px;
    font-weight: bold;
    padding: 35px 0 7px;
}

.banbigcircles p {
    line-height: 30px;
}

.hdtyp1 {
    float: left;
    margin: 0 75px 0 40px;
    width: 500px;
    line-height: 80px;
}

.hdtyp3 {
    float: left;
    margin-right: 50px;
}

p.paratyp1 {
    font-size: 21px !important;
    line-height: 39px;
    color: #41484e;
}

p.paratyp1-16font {
    font-size: 16px !important;
}

p.paratyp2 {
    padding: 10px 0;
}

p.paratyp3 {
    font-size: 21px;
    line-height: 39px;
    color: white;
    padding: 61px 0 0 0;
}

.cntrbtn {
    display: block;
    clear: both;
    padding: 35px 0;
}

.indstriesicohold {
    margin: 30px auto 20px;
}

.block-cntr {
    margin: 0 auto;
    display: block;
}

.home-seclft {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.chatbrnd {
    float: right;
    max-width: 50%;
	/* margin-top:60px; */
}

.fullwidthcontrol {
    width: 100%;
    float: none;
    clear: both;
    padding: 60px 0;
}

.partrncircles {
    margin: 60px auto 0;
}

.stpshominfo {
    margin: 50px auto 0;
    position: relative;
    width: 100%;
}

.stpshominfo img.dottedstps {
    width: 100%;
}

.stpshominfo:after {
    display: table;
    clear: both;
    content: "";
}

.stpshominfo .stpshomboxes {
    position: absolute;
    box-sizing: border-box;
    background: white;
    font-size: 14px;
    line-height: 20px;
    max-width: 330px;
    min-width: 220px;
    width: 220px;
    min-height: 234px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.24);
}

.stpshominfo .stpshomboxes.homstps1 {
    top: 43px;
    left: 0;
    min-height: 281px;
}

.stpshominfo .stpshomboxes.homstps2 {
    top: 0;
    left: 280px;
    min-height: 285px;
}

.stpshominfo .stpshomboxes.homstps3 {
    top: 43px;
    left: 561px;
    width: 331px;
}

.stpshominfo .stpshomboxes.homstps3 strong {
    display: inline;
    min-height: 269px;
}

.stpshominfo .stpshomboxes.homstps4 {
    top: 43px;
    right: 0;
}

.stpshominfo .stpshomboxes h3 {
    font-weight: 400;
    padding: 10px 20px;
    background-color: #3684db;
    color: #171838;
    font-size: 18px;
    position: relative;
}

.stpshominfo .stpshomboxes h3 img {
    width: 23px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px;
}

.stpshominfo .stpshomboxes h3 strong {
    display: block;
}

.stpshominfo .stpshomboxes p {
    font-size: 14px;
    color: #31384a;
    padding: 20px;
    line-height: 24px;
}

.stpshominfo img.dottedstps {
    margin-top: 60px;
}

.hombrndinfo {
    margin-top: 35px;
}

.fullwidthcontrol.txtbg-trust {
    display: none;
}

.txtbg-chat {
    background-image: url(../images/txt-bg-chat.png);
    background-position: 0 75px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.txtbg-freeform {
    background-image: url(../images/txt-bg-free.png);
    background-position: right 63px;
    background-repeat: no-repeat;
}

.in-content p {
    font-size: 15px;
}

.in-hd01 {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: #00172f;
    padding-bottom: 40px;
}

.abmap-hold {
    text-align: center;
    position: relative;
    padding: 50px 0 0;
}

.abmap-hold a.defaultbtn2 {
    position: relative;
    top: -190px;
    z-index: 100;
}

.about-box-panel.ftr-circles {
    margin-top: -43px;
    text-align: center;
    padding-bottom: 15px;
}

.about-box-panel.ftr-circles h1 {
    padding: 20px 15px 25px;
    line-height: 25px;
}

.about-box-panel.ftr-circles .about-box-listing h1 {
    padding: 20px 59px 25px;
}

.about-box-panel.ftr-circles .about-box-listing p {
    color: #78797f;
    line-height: 22px;
    padding: 0 38px;
}

.about-box-panel.ftr-circles .about-box {
    min-height: 440px;
}

.about-box-panel.ftr-circles .cntrbtn {
    padding: 0 0 40px;
}

.ftre-txthold {
    width: 400px;
}

.ftre-txthold h3 {
    font-size: 26px;
    font-weight: 300;
    color: #00172f;
    padding-bottom: 20px;
}

.ftre-txthold p {
    padding-bottom: 35px;
    color: #00172f;
}

.ftre-txtholdrght {
    padding-left: 40px;
}

.ftre-txtholdrght p {
    color: #78797f;
}

.ftre-grphchrt {
    margin: 100px -100px 0 0;
    position: relative;
}

.ftre-grphtxt {
    padding-top: 60px;
}

.ftr-circle-below.ftr-circles {
    margin: 0;
}

.footerbhd {
    float: left;
    padding: 40px 103px 40px 70px;
    font-size: 79px;
    color: white;
    text-align: left;
    font-weight: bold;
    line-height: 70px;
}

.footerbhd span {
    display: block;
}

.footerbhd span.footerbhdblu {
    color: #3fc2f2;
}

.footerbhd span.footerbhd-trial {
    margin-left: 149px;
}

.socil-cntct {
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
    margin-top: -149px;
}

.socil-cntct li {
    display: inline-block;
    text-align: center;
    min-width: 284px;
}

.socil-cntct li img {
    display: inline-block;
    margin: 60px 0 0;
}

.socil-cntct li span {
    color: #00172f;
    display: block
}

.socil-cntct li span.socia-icos {
    border: 2px solid #ebebeb;
    background: white;
    width: 189px;
    height: 189px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto 35px;
    float: none;
}

.socil-cntct li span.socia-detal {
    font-size: 13px;
    color: #78797f;
}

.socil-cntct li span.socia-lnk {
    font-size: 20px;
    font-weight: bold;
}

.subhd {
    font-size: 23px;
    text-align: center;
    color: #00172f;
    padding: 10px 0;
}

.lftcntctinfo {
    float: right;
    width: 365px;
    height: 479px;
    position: relative;
}

.lftcntctinfo span {
    position: absolute;
    z-index: 1;
    top: 252px;
    left: 86px;
    font-size: 15px;
    font-weight: 400;
}

.lftcntctinfo>* {
    position: absolute;
}

.lftcntctinfo h3 {
    font-size: 30px;
    font-weight: 300;
    z-index: 1;
    padding: 13px 0 0 30px;
}

.lftcntctinfo .cntct-email {
    display: block;
    color: #00172f;
    z-index: 2;
    left: 86px;
    bottom: 40px;
}

.lftcntctinfo p {
    font-size: 16px;
    z-index: 1;
    padding: 61px 32px;
}

.hd-lft01 {
    font-size: 60px;
    font-weight: 600;
    width: 490px;
    text-align: right;
    line-height: 62px;
    padding-right: 60px;
    font-size: 58px;
}

.indpara01 {
    font-size: 15px;
    color: #41484e;
    width: 535px;
	padding-top:20px;
}

.lneheight24 {
    line-height: 24px;
}

.wrap60pad {
    padding: 60px 0 60px;
}

.list-tick01 {
    padding-right: 50px;
}

.list-tick01 li {
    background: url(../images/tick-green.png) no-repeat 0 6px;
    padding-left: 30px;
    margin-bottom: 17px;
    color: #41484e;
    font-size: 15px;
    line-height: 17px;
}

.in-wrapper {
    width: 1030px;
    margin: 0 auto;
    clear: both;
}

.in-wrapper:after {
    display: table;
    clear: both;
    content: "";
}

.in-wrapper .lftwrap {
    width: 50%;
    float: left;
}

.in-wrapper .rghtwrap {
    width: 50%;
    float: right;
    text-align: center;
}

.indhd01 {
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 40px;
}

.xtrmrgn30 {
    margin: 30px 0;
}

.ind-quotico {
    float: left;
    margin: 0 100px 0 160px;
}

.ind-quotebg {
    background-image: url(../images/industries/quote.png);
    background-position: 90% bottom;
    background-repeat: no-repeat;
    clear: both;
}

.ind-quote {
    float: left;
    width: 437px;
    padding: 20px 0;
}

.ind-quote p {
    line-height: 34px;
    font-weight: 600;
}

.ind-quote p span {
    display: block;
    font-weight: 400;
    padding-top: 30px;
    line-height: 25px;
}

.ind-splitit {
    width: 100%;
}

.ind-splitit li {
    float: left;
    width: 44%;
}

.bann-form {
    width: 820px;
    padding: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webit-box-sizing: border-box;
    background: white;
    border-radius: 60px;
    margin: 0 auto;
    min-height: 50px;
    position: relative;
}

.bann-form input[type="text"],
.bann-form textarea,
.bann-form input[type="password"],
.bann-form input[type="tel"],
.bann-form select {
    margin: 0;
    float: left;
    border-radius: 4px;
    border: none;
    border-right: 1px solid #dedede;
    padding: 8px 12px 10px 40px;
    width: 222px;
}

.bann-form input[type="tel"] {
    width: 215px;
}

.bann-form .intl-tel-input,
.bann-form .defaultbtn {
    float: left;
}

.bann-form .intl-tel-input .country-name {
    color: #3B3B3B;
}

.bann-form form {
    position: relative;
}

.bann-form form img.bann-form-nmico,
.bann-form img.bann-form-emico {
    position: absolute;
    z-index: 1;
    width: 17px;
    height: auto;
    top: 10px;
}

.bann-form form img.bann-form-nmico {
    left: 18px;
}

.bann-form img.bann-form-emico {
    left: 238px;
}

.bann-form .intl-tel-input.allow-dropdown .selected-flag {
    border-radius: 0;
    outline: 0;
    background: transparent;
}

.bann-form a.defaultbtn {
    padding: 10px 51px 11px;
    font-size: 15px;
    font-weight: 600;
    margin: -4px -3px 0 0;
    border-radius: 50px;
    position: absolute;
    right: 0;
}

.bann-form input.error {
    background: #ffbdbd;
}

.indstries .leftmain-banner h1 {
    margin-top: 90px;
}

.contactformholder div.row textarea {
    resize: none;
}

.contactformholder div.row select {
    width: 100%;
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
}

.contactformholder div.row .control-label {
    position: absolute;
    top: 19px;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    left: 0;
}

.contactformholder div.row .bar {
    position: relative;
    border-bottom: 0.0625rem solid #d6d6d6;
    display: block;
}

.contactformholder div.row .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #00ce7c;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}

.contactformholder div.row input[type="text"],
.contactformholder div.row textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
    box-sizing: border-box;
}

.contactformholder div.row input[type="file"] {
    line-height: 1;
}

.contactformholder div.row input[type="file"]~.bar {
    display: none;
}

.contactformholder div.row select,
.contactformholder div.row input:focus,
.contactformholder div.row input:valid,
.contactformholder div.row input.form-file,
.contactformholder div.row input.has-value,
.contactformholder div.row textarea:focus,
.contactformholder div.row textarea:valid,
.contactformholder div.row textarea.form-file,
.contactformholder div.row textarea.has-value {
    color: #5f5f5f;
}

.contactformholder div.row select~.control-label,
.contactformholder div.row input:focus~.control-label,
.contactformholder div.row input:valid~.control-label,
.contactformholder div.row input.form-file~.control-label,
.contactformholder div.row input.has-value~.control-label,
.contactformholder div.row textarea:focus~.control-label,
.contactformholder div.row textarea:valid~.control-label,
.contactformholder div.row textarea.form-file~.control-label,
.contactformholder div.row textarea.has-value~.control-label,
.contactformholder div.row .intl-tel-input~.control-label {
    font-size: 0.8rem;
    color: gray;
    top: -.5rem;
    left: 0;
}

.contactformholder div.row select:focus,
.contactformholder div.row input:focus,
.contactformholder div.row textarea:focus {
    outline: none;
}

.contactformholder div.row select:focus~.control-label,
.contactformholder div.row input:focus~.control-label,
.contactformholder div.row textarea:focus~.control-label {
    color: #00ce7c;
}

.contactformholder div.row select:focus~.bar::before,
.contactformholder div.row input:focus~.bar::before,
.contactformholder div.row textarea:focus~.bar::before {
    width: 100%;
    left: 0;
}

.contactformholder #txtPhoneNumber {
    border-width: 1px;
    border-bottom: 1px solid #d6d6d6 !important;
    height: 44px !important;
}

.roxtxt.row {
    width: 94%;
    margin-left: 24px;
    margin-top: 10px;
}

.roxtxt.row textarea {
    padding-left: 0 !important;
    margin-left: 0;
}

.contactformholder input[type="button"],
.contactformholder input[type="button"]:focus {
    margin-left: 23px;
    margin-top: 6px;
    color: white !important;
}

.roxtxt.row i.bar {
    width: 94%;
}

.contactformholder .in-hd01 {
    text-align: left;
    font-size: 30px;
    padding-top: 13px !important;
}

.contactformholder .subhd {
    font-size: 15px;
    text-align: left;
}

.rvmp-signup {
    background: #e4ebf4 !important;
}

.rvmp-signup .header {
    border-bottom: none;
    position: absolute;
    z-index: 102;
    text-align: center;
}

.rvmp-signup .header .wrapper .logo {
    text-align: center;
    width: 100%;
    background: url(../images/logo-colorful.png) no-repeat center center;
    height: 67px;
    display: block
}

.rvmp-signup .header .wrapper .logo img {
    display: none
}

.rvmp-signup .topheader-right {
    display: none !important
}

.rvmp-signup .ban-container.innheader {
    display: none
}

.rvmp-signup .header-hold {
    height: 120px;
}

.rvmp-signup .right-signup {
    display: none
}

.rvmp-signup .login-signup-left {
    width: 100% !important;
    text-align: center !important;
}

.rvmp-signup .left-in {
    width: 100%;
    float: right;
    padding: 0;
    margin: 0;
}

.rvmp-signup div.intl-tel-input {
    width: 100%;
    text-align: left;
    margin-top: 12px;
}

.rvmp-signup .error~i.bar,
i.bar.error {
    border-bottom: 1px solid red !important;
}

.reg-bg {
    text-align: center;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.rvmp-signup .login-signup-form button.defaultbtn {
    bottom: 30px;
    width: 200px;
    padding: 10px 0;
    margin-top: 11px;
    margin-left: 3px;
    outline: none;
    cursor: pointer;
}

.rvmp-signup .terms-para {
    display: block;
    clear: both;
    padding: 30px 0;
    font-size: 11px;
}

.rvmp-signup input[type="text"],
.rvmp-signup textarea,
.rvmp-signup input[type="password"],
.rvmp-signup input[type="tel"],
.rvmp-signup select {
    border-bottom: 1px solid #b2c2d2 !important;
    padding: 10px 25px;
    margin: 9px 4px;
    outline: none;
    border-radius: 0;
    background: none;
    font-family: 'Open Sans', sans-serif;
}

.rvmp-signup input[type="text"],
.rvmp-signup textarea,
.rvmp-signup input[type="password"],
.rvmp-signup input[type="tel"],
.rvmp-signup select {
    /* border: 1px solid #81abc5; */
    /* padding: 10px 25px; */
    /* margin: 9px 4px; */
    /* outline: none; */
    /* border-radius: 22px; */
    font-family: 'Open Sans', sans-serif;
}

.rvmp-signup input[type="text"],
.rvmp-signup textarea,
.rvmp-signup input[type="password"],
.rvmp-signup input[type="tel"],
.rvmp-signup select {
    border: none;
    font-family: 'Open Sans', sans-serif;
}

.rvmp-signup input[type="text"],
.rvmp-signup textarea,
.rvmp-signup input[type="password"],
.rvmp-signup input[type="tel"],
.rvmp-signup select {
    border: none !important;
    padding: 10px 25px;
    margin: 9px 4px;
    outline: none !important;
    border-radius: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

.rvmp-signup .intl-tel-input.allow-dropdown .selected-flag,
.rvmp-signup .intl-tel-input.separate-dial-code .selected-flag {
    background: none
}

.rvmp-signup .login-signup-form {
    margin-bottom: 30px;
    width: 470px;
    margin: 20px auto;
    float: none;
}

.rvmp-signup .login-signup-form>form {
    float: none;
    width: auto;
    margin: auto;
    padding: inherit;
}

.rvmp-signup .login-signup-form div.row>span {
    width: 100%;
    margin: 0;
}

.rvmp-signup .login-signup-form select {
    border-bottom: 1px solid #888888 !important;
    padding: 8px 0 !important;
    height: auto !important;
    margin: 8px 0 0 0 !important;
}

.rvmp-signup .login-signup-form form>span {
    margin-bottom: 10px;
    position: relative;
}

.rvmp-signup .defaultbtn {
    margin-bottom: 30px;
}

.rvmp-signup .signup-hd {
    font-weight: 700;
}

.rvmp-signup .login-signup-form form>span select {
    width: 454px;
    padding: 10px 20px 10px;
    color: #757575;
}

.rvmp-signup .contactformholder div.row .bar {
    border-bottom: 0.0625rem solid #888888;
}

.rvmp-signup .contactformholder div.row input:valid~.control-label {
    color: #b3b3b3 !important;
}

.hom-bighd {
    font-size: 76px;
    font-weight: bold;
    text-align: right;
}

.hom-bighd2 {
    font-size: 82px;
    font-weight: bold;
    color: #00172f;
    text-align: left;
    line-height: 70px;
    padding-bottom: 15px;
}

.hom-bighd2 span {
    text-align: right;
    display: block;
    margin-right: -16px;
}

.hom-bighd3 {
    font-size: 79px;
    font-weight: 800;
    color: #00172f;
    text-align: left;
    line-height: 75px;
    padding-bottom: 25px;
    margin-right: 60px;
    padding-top: 15px;
}

.hom-bighd3 span {
    display: block;
}

.hom-bighd3 span.sprtxt {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}

.hom-bighd3 span.hdtxt-rght {
    text-align: right;
    margin-left: 50px;
}

.hom-bighd4 {
    color: white;
    font-size: 83px;
    width: 665px;
    margin: 0 auto;
    line-height: 94px;
    font-weight: bold;
}

.hom-bighd4 span {
    display: block;
    text-align: right;
}

.hom-bighd4 span.hom-bighdpara {
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
}

.hom-icos {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: -20px;
}

.hom-icos li {
    display: inline-block;
    vertical-align: top;
    /* min-height: 220px; */
    width: 191px;
    padding-top: 60px;
}

.hom-icos li img {
    width: 75px;
    display: block;
    bottom: -19px;
    position: relative;
    margin: 0 auto;
}

.hom-icos li span {
    display: block;
    margin: 0 auto;
}

.hom-icos li span.hom-icoimg {
    width: 78px;
    height: 78px;
    background: #ededed;
    border-radius: 100%;
    position: relative;
}

.hom-icos li span.hom-icotxt {
    margin-top: 27px;
    line-height: 19px;
}

.clrcirclesico {
    margin: 0 auto;
    clear: both;
    text-align: center;
    padding: 50px 0 10px;
}

.clrcirclesico li {
    display: inline-block;
    vertical-align: top;
    width: 191px;
}

.clrcirclesico li p {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 18px;
}

.clrcirclesico li img {
    width: 124px;
}

.movingfigure {
    text-align: center;
}

.movingfigure li {
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 231px;
}

.movingfigure li strong {
    display: block;
    font-size: 65px;
}

.mrgnlfthd3typ {
    margin-left: 70px;
    margin-top: -27px;
}

.hombrndinfo li {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    width: 261px;
    color: #41484e;
    margin-right: 38px;
    line-height: 23px;
}

.dot-mapped {
    width: 808px;
    position: relative;
    margin: 0 auto;
}

.row-standard.mod-customization {
    overflow: hidden;
    float: right;
    margin-top: 49px;
    padding: 20px 0;
}

.row-standard .dg-container,
.row-full-bleed .dg-container {
    width: 766px;
    height: 280px;
    position: relative;
    /* margin-bottom: -250px; */
    float: right;
}

.row-standard .dg-container .arrow,
.row-full-bleed .dg-container .arrow {
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 350px;
    cursor: pointer;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.row-standard .dg-container .arrow.prev,
.row-full-bleed .dg-container .arrow.prev {
    background-position: top right;
    margin-left: 10px;
    background: url("http://d26a57ydsghvgx.cloudfront.net/www/public/assets/images/p-tour/icon-arrow-left-large.png") 24px 230px no-repeat;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    height: 80px;
    top: 80px;
    background-position: top center;
    left: -41px;
}

@media only screen and (max-width: 1024px) {

    .row-standard .dg-container .arrow.prev,
    .row-full-bleed .dg-container .arrow.prev {
        left: 216px
    }
}

.row-standard .dg-container .arrow.next,
.row-full-bleed .dg-container .arrow.next {
    background-position: top right;
    margin-left: 10px;
    background: url("http://d26a57ydsghvgx.cloudfront.net/www/public/assets/images/p-tour/icon-arrow-right-large.png") 24px 230px no-repeat;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    height: 80px;
    top: 80px;
    background-position: top center;
    right: -30px;
}

@media only screen and (max-width: 1024px) {

    .row-standard .dg-container .arrow.next,
    .row-full-bleed .dg-container .arrow.next {
        right: 221px
    }
}

.row-standard .dg-container .arrow:hover,
.row-full-bleed .dg-container .arrow:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.row-standard .dg-container nav,
.row-full-bleed .dg-container nav {
    width: 58px;
    position: absolute;
    z-index: 1000;
    bottom: 40px;
    left: 50%;
    margin-left: -29px
}

.row-standard .dg-container nav span,
.row-full-bleed .dg-container nav span {
    text-indent: -9000px;
    float: left;
    cursor: pointer;
    width: 24px;
    height: 25px;
    opacity: 0.8
}

.row-standard .dg-container nav span:hover,
.row-full-bleed .dg-container nav span:hover {
    opacity: 1
}

.row-standard .dg-container nav span.dg-next,
.row-full-bleed .dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 10px;
    background: url("http://d26a57ydsghvgx.cloudfront.net/www/public/assets/images/p-tour/icon-arrow-right-large.png") 24px 230px no-repeat
}

.row-standard .dg-wrapper,
.row-full-bleed .dg-wrapper {
    width: 284px;
    height: 240px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px
}

.row-standard .dg-wrapper a,
.row-full-bleed .dg-wrapper a {
    width: 285px;
    height: 240px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3)
}

.row-standard .dg-wrapper a.dg-transition,
.row-full-bleed .dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.row-standard .dg-wrapper a img,
.row-full-bleed .dg-wrapper a img {
    display: block;
    padding: 0 0px 0px 1px;
    margin-left: -8px;
    margin-top: -8px
}

.row-standard .dg-wrapper a div,
.row-full-bleed .dg-wrapper a div {
    font-style: italic;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 16px;
    width: 100%;
    bottom: -65px;
    display: none;
    position: absolute
}

.row-standard .dg-wrapper a.dg-center div,
.row-full-bleed .dg-wrapper a.dg-center div {
    display: block
}

.row-standard h1,
.row-standard h2,
.row-standard h3,
.row-full-bleed h1,
.row-full-bleed h2,
.row-full-bleed h3 {
    color: #666;
    font-weight: normal
}

@media (min-width: 761px) and (max-width: 1600px) {
    .hom-icos li {
        width: 190px !important;
    }

    .hom-icos div.slick-track {
        width: 100% !important;
    }
}

@media(max-width:768px) {
    .homban-pnchline p.bighd:before {
        display: none;
    }
}

@media(max-width: 978px) and (min-width:768px) {
    .homban-pnchline p.bighd:before {
        content: '';
        /*background: url(/assets/images/headImg.png) no-repeat;*/
        position: absolute;
        width: 70px;
        height: 100px;
        top: 5px;
        left: 0px;
    }

    .homban-pnchline p.bighd,
    .leftmain-banner p.bighd {
        font-size: 76px !important;
    }
}

/*Handle 760px onward to 980px*/
@media (max-width:980px) {
    .wrapper {
        width: 760px;
    }

    .navigation {
        text-align: left;
    }

    .navigation>li {
        display: inline-block;
    }

    .navigation>li>a {
        float: none;
        display: inline-block;
    }

    .ban-container {
        width: 768px;
        min-height: 374px;
    }

    .left-content,
    .fullwidth-apart {
        width: 53%;
    }

    .form-holder,
    .form-holder2 {
        margin-top: 0;
    }

    .sidebar-xtrapad {
        padding: 398px 60px 0 0;
    }

    .column3 {
        float: none;
        width: 100%;
    }

    .tab-click>li {
        width: 185px;
    }

    .tab-content li>img {
        width: 100%;
    }

    .logo {
        margin: 15px auto 0;
        float: none;
        width: 300px;
        display: block;
    }

    .footer-cta,
    .footer-cta2 {
        display: none;
    }

    .courses-tab-container {
        margin-top: 159px;
    }

    .topheader-right {
        display: block;
        float: none;
        margin: 0 auto 15px;
    }

    .topheader-right:after {
        clear: both;
        content: "";
        display: table;
    }

    .nav-holder li.activ-nav:after {
        bottom: -16px;
    }

    .removfooter .topcta {
        float: none;
        overflow: hidden;
        width: 266px;
        margin: 20px auto 10px;
        text-align: center;
        padding: 0;
    }

    .leftmain-banner {
        padding: 0;
    }

    .leftmain-banner h1 {
        font-size: 20px;
        margin: 56px 0 0;
    }

    .leftmain-banner h1 strong {
        display: block;
        font-size: 33px;
    }

    .bann-person {
        width: 400px;
        margin-top: 40px;
        margin-right: auto;
        margin-left: -90px;
    }

    .in-content,
    .stats-section {
        padding: 30px 0;
    }

    .main-hd01,
    .main-hd02 {
        font-size: 35px;
    }

    .clientpara {
        font-size: 19px;
    }

    .clientlogo {
        width: 100%;
        height: auto;
    }

    .stps li {
        margin: 0 8px;
    }

    .stps li span.crclstps:after {
        width: 161px;
        left: -161px;
    }

    .testiholder,
    .testifrntpanel {
        width: 690px;
    }

    .testifrntpanel .slick-next {
        right: 23px;
    }

    .testifrntpanel .slick-prev {
        left: 23px;
    }

    .footer-top input[type="text"] {
        width: 124px;
        min-width: inherit;
        margin-right: 7px !important;
    }

    .footer-top input[type="tel"] {
        width: 190px;
        margin-right: 10px !important;
        min-width: auto;
    }

    .footer-top a.defaultbtn {
        padding: 11px 37px;
    }

    .footer-linksholder {
        width: 296px;
        min-height: 190px;
        margin-left: 78px;
    }

    .footer-linksholder.footer-quicklinks {
        width: 296px;
    }

    .cugicseal {
        display: none;
    }

    .footer {
        padding: 30px 0 0;
    }

    .footer-ab img.footlogo {
        width: 280px;
        height: auto;
    }

    .footer-ab p {
        padding: 30px 10px 10px 0;
    }

    .pckglisting>li {
        width: 195px;
    }

    .pckglisting>li a {
        padding: 7px 8px;
        font-size: 12px;
    }

    .leftmain-banner h1 strong img.seal-price-bann {
        right: 20px;
        top: -30px;
    }

    .leftmain-banner p {
        font-size: 13px;
    }

    .moving-bann ul.slick-dots {
        display: none !important;
    }

    .slide2>img {
        min-height: auto;
        width: 123%;
    }

    .downld-hdr-hgt .slide2>img {
        min-height: auto;
        width: 123%;
        display: none
    }

    .donlod-banner {
        width: 100%;
        color: white;
        padding: 45px 0 0;
        text-align: center;
    }

    .downld-panel {
        width: 420px;
        float: none;
        margin: 0 auto;
    }

    .testo-panel {
        width: 760px;
        position: relative;
    }

    .testo-box {
        width: 340px;
        float: left;
        border-right: solid 1px #ccc;
        padding-right: 20px;
        margin-right: 20px;
        margin-left: 10px;
    }

    .testo-text {
        width: 100%;
        float: right;
    }

    .testo-text p {
        color: #00172f;
        font-size: 13px !important;
        font-style: italic;
        line-height: 20px;
        font-weight: 600;
    }

    .donl-p {
        padding-bottom: 5px;
        color: #bfcbdb;
        font-size: 15px;
    }

    .donlod-banner h1 {
        font-size: 42px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 40px;
        margin-bottom: 0;
        background: none
    }

    .downld-panel {
        width: 320px;
        float: none;
        margin: 0 auto;
    }

    .down-book {
        width: 320px;
        text-align: center;
        margin-left: 0;
        height: auto;
    }

    .down-book img {
        width: 320px;
    }

    .down-centr {
        width: 320px;
        float: left;
        margin: 0;
    }

    .down-centr ul {
        width: 320px;
        float: left;
        margin: 20px 0;
    }

    .down-centr ul li {
        width: 320px;
        float: left;
        margin-bottom: 10px;
    }

    .list-text {
        float: right;
        width: 270px;
    }

    .list-text h1 {
        color: #00172f;
        font-size: 15px;
        font-weight: 700;
    }

    .list-text p {
        color: #8d9094;
        font-size: 12px !important;
        font-weight: 500;
    }

    .form-wht {
        width: 320px;
        float: left;
        padding: 0;
        background: no-repeat;
        border: 0;
    }

    .form-bottom {
        background: #151736;
        padding: 10px 40px;
        float: left;
        width: 240px;
        color: #fff;
        font-weight: 500;
        font-size: 17px;
    }

    .testo-panel {
        width: 320px;
        position: relative;
    }

    .testo-no {
        display: none
    }

    .testo-box {
        width: 320px;
        float: none;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0;
        margin: 0 auto !important;
    }

    .testo-face {
        width: 320px;
        height: 100%;
        float: left;
        text-align: center;
    }

    .testo-text {
        width: 320px;
        float: none;
        text-align: center;
        margin: 0 20px;
    }

    .testo-name {
        color: #2fc2fd;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 10px;
        float: left;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }

    .downld-hdr-hgt {
        min-height: 536px;
        min-height: 480px;
        display: none;
    }

    .form-pnl {
        width: 320px;
        float: left;
    }

    .moving-bann.slick-initialized .slick-slide {
        overflow: hidden;
        min-height: 374px;
    }

    .about-hdr {
        margin-top: 50px;
        margin-left: 0;
        width: 329px;
    }

    .about-hdr-hgt {
        min-height: 290px !important;
    }

    .left-panel,
    .right-panel {
        width: 100%;
        float: none;
        overflow: hidden;
        text-align: center;
        padding-bottom: 40px;
    }

    .inner-body a.defaultbtn {
        display: inline-block;
        float: none;
    }

    .about-box-panel {
        width: 100%;
        padding: 50px 0;
        text-align: center;
    }

    .about-box-panel div.about-box {
        display: inline-block;
        float: none;
        vertical-align: top;
        min-height: 380px;
        margin: 0 35px 10px;
    }

    .facts-box-1 {
        width: 100%;
        padding: 50px 0;
        text-align: center;
    }

    .facts-box-1 div.item-facts-box {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin: 0 35px 25px;
    }

    .in-fet {
        padding: 28px 0 20px !important;
    }

    .fet-01,
    .fet-02 {
        padding: 20px 0;
        overflow: hidden;
    }

    .fet-01-right,
    .fet-01-left,
    .fet-02-right,
    .fet-02-left {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .fet-01-left h1,
    .fet-02-left h1 {
        font-size: 29px;
    }

    .fet-01-left ul,
    .fet-02-left ul {
        margin-left: 16%;
    }

    .fet .fet-01 a.defaultbtn,
    .fet .fet-02 a.defaultbtn {
        display: inline-block;
        float: none;
        min-width: 80%;
    }

    .fet-01-right img,
    .fet-02-right img {
        width: 440px;
    }

    .fet-02-left ul,
    .fet-02-left ul li,
    .fet-01-left ul,
    .fet-01-left ul li {
        width: auto;
    }

    .ind-big-crcles img {
        width: 100%;
    }

    .industry-content {
        width: 100%;
    }

    .indstry-hd {
        font-size: 29px;
    }

    .industry-content p.ind-para {
        padding: 20px 0;
    }

    body.page-template-pricing-php section.full-comparison .full-comparison-table-wrapper {
        width: 100%;
    }

    .inpckg h4.main-hd02 {
        font-size: 33px;
    }

    .pricing-cta div.industry-content {
        width: 100%;
    }

    .contactformholder {
        width: 100%;
    }

    .contactformholder #contactphone,
    .contactformholder #txtPhoneNumber {
        width: 338px;
    }

    .contactformholder textarea {
        width: 89%;
    }

    .address-area {
        margin-left: 0
    }

    .cntctmap {
        width: 400px;
    }

    .login-signup-left,
    .right-signup {
        width: 100%;
        clear: both;
    }

    .login-signup-left .left-in {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .login-signup-form button.defaultbtn {
        float: none;
        margin: 20px auto;
    }

    .signimg {
        float: none;
        margin: 60px auto 0;
        display: block;
    }

    .right-signup a.defaultbtn {
        float: none;
        margin: 20px auto;
        display: block;
        width: 200px;
        text-align: center;
    }

    .terms-para {
        display: block;
        clear: both;
        padding: 10px 10px 5px 10px;
        font-size: 11px;
    }

    .contactformholder div.row>span>input {
        width: 270px;
    }

    .stpsmain {
        width: 565px;
    }

    .stpspanel {
        width: 90%;
        margin: 0 auto;
        clear: both;
        float: none;
    }

    .foot-addrs li {
        margin: 0 37px;
    }

    .header-hold {
        min-height: 121px;
    }

    .header-hold .header {
        background: rgb(0, 14, 29) !important;
    }

    .rvmp-signup .header {
        background: transparent !important
    }

    .left-panel h1 {
        font-size: 25px;
    }

    .mlti-square li {
        width: 46%;
    }

    .anmated-box {
        width: 100%;
    }

    .chtbox {
        right: 120px;
        bottom: -25px;
    }

    .lft-tabnav {
        display: none;
    }

    .faq-hold div.accord {
        display: block !important;
    }

    .faq-hold {
        width: 100%;
        padding-left: 0;
    }

    .homban-pnchline h1 {
        padding-top: 50px;
        font-size: 18px;
    }

    .homban-pnchline p.bighd,
    .leftmain-banner p.bighd {
        font-size: 82px;
        font-weight: 900;
        margin: 0 0 11px;
    }

    .banbigcircles {
        padding-top: 14px;
    }

    .banbigcircles li {
        width: 190px;
        margin: 0 26px;
    }

    .banbigcircles li img {
        width: 100%;
    }

    .banbigcircles h3 {
        font-size: 20px;
    }

    .bann-form {
        width: 100%;
    }

    .banbigcircles p {
        line-height: 22px;
        font-weight: 300;
        font-size: 14px;
    }

    .bann-form input[type="text"],
    .bann-form textarea,
    .bann-form input[type="password"],
    .bann-form input[type="tel"],
    .bann-form select {
        width: 192px;
    }

    .bann-form img.bann-form-emico {
        left: 208px;
    }

    .homban {
        min-height: 737px;
    }

    .hom-icos li {
        width: 181px;
    }

    .hom-bighd {
        font-size: 73px;
        padding-bottom: 20px;
    }

    .hom-bighd2 {
        font-size: 50px;
        font-weight: 900;
        line-height: normal;
        padding-bottom: 0;
    }

    .chatbrnd {
        width: 40%;
        margin: 67px 0 0 0;
    }

    .hom-bighd3 span.hdtxt-rght {
        margin: 0;
    }

    .clrcirclesico li {
        padding-bottom: 50px;
    }

    .clrcirclesico+.cntrbtn {
        padding: 0;
    }

    .movingfigure li {
        width: 140px;
    }

    .movingfigure li strong {
        font-size: 42px;
    }

    .hom-bighd4 {
        width: 655px;
        line-height: 84px;
        font-weight: 900;
        padding-top: 30px;
    }

    .stpshominfo .stpshomboxes.homstps1 {
        left: 120px;
    }

    .stpshominfo .stpshomboxes.homstps2 {
        left: 410px;
    }

    .stpshominfo .stpshomboxes.homstps3 {
        left: 80px;
        top: 373px;
    }

    .stpshominfo .stpshomboxes.homstps4 {
        top: 353px;
        right: 60px;
    }

    .hombrndinfo ul {
        padding-left: 60px;
    }

    .hombrndinfo li {
        width: 300px;
        padding-bottom: 50px;
    }

    .footerbhd {
        padding: 0;
        line-height: 80px;
    }

    .footerbhd span.footerbhd-trial {
        margin: 0;
    }

    p.paratyp3 {
        padding-top: 30px;
    }

    .hdtyp1,
    .hom-bighd3,
    .footerbhd {
        width: 100%;
        clear: both;
        display: block;
        float: none;
        margin: 0;
    }

    .hdtyp1 br,
    .paratyp1 br {
        display: none;
    }

    .hdtyp1 *,
    p.paratyp1,
    .hom-bighd3 *,
    .footerbhd *,
    .paratyp3 {
        text-align: center !important;
    }

    .reg-bg img,
    .wrldmap {
        width: 100%;
    }

    .abmap-hold a.defaultbtn2 {
        bottom: 100px;
        top: auto;
    }

    .testimonials-area .main-item {
        width: 100%;
        min-height: auto;
    }

    .testimonials-section .slick-prev,
    .testimonials-section .slick-next {
        display: none;
    }

    .crstalbg {
        background-size: 100% 470px;
    }

    .stpshominfo .dottedstps {
        display: none;
    }

    .stpshominfo .stpshomboxes {
        position: static;
        display: inline-block;
    }
}

/*Handle 470px onward to 760px*/
@media (max-width:760px) {
    .homban-pnchline p.bighd:before {
        content: '';
        /*background: url(/assets/images/headImg.png) no-repeat;*/
        position: absolute;
        background-size: 50%;
        width: 70px;
        height: 100px;
        top: 10px;
        left: 26px;
    }

    .wrapper {
        width: 470px;
    }

    .cracker-fader,
    .side-cracker,
    .floating-chat,
    .top-ctanav,
    .bann-person,
    .testifrntpanel .slick-next,
    .testifrntpanel .slick-prev {
        display: none !important;
    }

    .form-holder,
    .form-holder2 {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
    }

    .left-content,
    .sidebar {
        width: 100%;
        clear: both;
    }

    .sidebar-xtrapad {
        padding: 0;
    }

    .navigation {
        display: none;
        margin-top: 10px;
    }

    .navigation li {
        float: none;
        display: block;
    }

    .navigation li a {
        display: block;
        border-right: 0;
    }

    .mob-nav {
        display: block;
    }

    .sidebar {
        margin-right: auto;
        text-align: center;
    }

    .tab-click>li {
        width: 100%;
        clear: both;
        margin-right: auto;
    }

    .getTXT01,
    .getTXT02 {
        display: block;
    }

    .tab-click {
        position: absolute;
        top: 45px;
        left: 0;
        z-index: 100;
        display: none;
    }

    .cours-list {
        width: 100%;
        clear: both;
        margin: 0;
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        z-index: 100;
    }

    .course-detail {
        width: 100%;
        clear: both;
    }

    .courses-tab-container {
        margin-top: auto;
    }

    .fullwidth-apart {
        width: 100%;
        clear: both;
    }

    /* For Fancy POPUP */
    .fancybox-wrap,
    .fancybox-inner {
        width: 310px !important;
        left: 50% !important;
        margin-left: -155px;
    }

    .fancybox-close {
        right: -5px !important;
        top: -8px;
    }

    .img-adjust .fancybox-image {
        height: auto;
    }

    .img-adjust .fancybox-skin {
        background: none !important;
    }

    .topheader-right {
        width: auto;
    }

    .pckglisting {
        width: 100%;
    }

    .pckglisting>li,
    .pckglisting li.pckgpopular {
        float: none;
        width: 90%;
        margin: 0 auto 40px;
    }

    .pckg-section {
        padding: 30px 0;
    }

    .stps li {
        width: 90%;
        margin: 0 auto 30px;
    }

    .stps li span.crclstps:after {
        display: none;
    }

    .testiholder,
    .testifrntpanel {
        width: 90%;
    }

    .testimov p {
        padding: 10px;
    }

    .footer-top {
        text-align: center;
    }

    .footer-top input[type="text"] {
        width: 70%;
        display: inline-block;
    }

    .footer-top a.defaultbtn {
        padding: 11px 123px;
        margin: 10px 0 0;
    }

    .footer-linksholder {
        width: 100%;
    }

    .foot-hd {
        font-size: 30px;
    }

    .footer-linksholder {
        width: 220px !important;
        padding: 20px;
        margin: 0;
        float: left;
        box-sizing: border-box;
        clear: none;
    }

    .deepfooter {
        text-align: center;
    }

    .deepfooter div.pullLeft,
    .footer-social {
        float: none;
    }

    .footer-social a {
        float: none;
        display: inline-block;
        margin: 20px 10px 0 10px;
    }

    .topcta {
        float: none;
        overflow: hidden;
        width: 310px;
        margin: 9px auto 5px;
        text-align: center;
        padding: 0;
    }

    .topcta li {
        display: inline-block;
        float: none;
    }

    .nav-holder {
        float: none;
        padding: 3px 0 10px;
        width: calc(100% + 30px);
        margin-left: -15px;
        background: #44bcec
    }

    .topheader-right {
        margin: 0 auto;
    }

    .nav-holder li {
        margin: 0;
    }

    .navigation li a {
        display: block;
        padding: 10px 20px;
        background: #000e1d;
        border-bottom: 1px solid #15475a;
        font-weight: bold;
        font-size: 17px;
        color: white;
    }

    .leftmain-banner {
        width: 90%;
        margin: 0 auto;
        float: none;
        text-align: center;
    }

    .leftmain-banner a.defaultbtn {
        width: 80%;
    }

    .clientlogo {
        width: 80%;
    }

    .header .wrapper {
        width: 100%;
    }

    .intl-tel-input {
        margin: 9px 0;
    }

    .footer-top input[type="tel"] {
        margin-right: 0 !important;
        width: 369px;
    }

    .leftmain-banner h1 strong img.seal-price-bann {
        right: -10px;
    }

    .pckglisting>li a {
        padding: 9px 28px;
        font-size: 14px;
    }

    .moving-bann.slick-initialized .slick-slide {
        min-height: 387px;
    }

    .slide2>img {
        width: 273% !important;
    }

    .about-hdr {
        display: none;
    }

    .about-box-panel {
        padding: 10px 0;
    }

    .ratio {
        width: 90%;
        margin: 20px auto 0;
    }

    .left-panel h1 {
        font-size: 23px;
    }

    .fet .fet-01 a.defaultbtn,
    .fet .fet-02 a.defaultbtn {
        width: 69%;
        min-width: auto;
    }

    .serv-caromove .slick-slide img {
        width: 100%;
    }

    .wrapper.services-caro {
        padding: 20px 0;
    }

    .serv-caromove {
        margin: 20px auto 50px;
    }

    .serv-caromove button.slick-next,
    .serv-caromove button.slick-prev {
        top: 56px
    }

    .services-caro li strong {
        font-size: 14px;
    }

    body.page-template-pricing-php section.full-comparison .full-comparison-table-wrapper,
    .pricelsthide {
        display: none;
    }

    .industry-content {
        padding: 20px 0 0;
    }

    .cntctmap {
        width: 160px;
        margin-top: 80px;
    }

    .contactformholder div.row>span {
        display: block;
        clear: both;
        width: 100%;
    }

    .contactformholder #contactphone,
    .contactformholder #txtPhoneNumber {
        width: 441px;
    }

    .contactformholder textarea {
        width: 84%;
        margin-top: 11px;
    }

    .contactformholder input.defaultbtn {
        width: 434px;
    }

    .contactpg .innheader h1 {
        font-size: 30px;
    }

    .contactpg .ban-container.innheader p {
        font-size: 18px;
        padding: 1% 11% 0;
    }

    .left-in {
        width: 100%;
    }

    .login-signup-container form>span input {
        width: 330px;
    }

    .login-signup-container form>span select {
        width: 384px;
    }

    .login-signup-container form>span input[type="tel"] {
        width: 387px;
    }

    .login-signup-container button.defaultbtn {
        padding: 9px 74px;
        width: 379px;
    }

    .signimg {
        width: 400px;
    }

    .right-signup {
        min-height: auto;
    }

    .contactformholder div.row>span>input {
        width: 373px;
    }

    .content p {
        padding: 7px 7px 5px 7px;
    }

    .stpsmain {
        width: 90%;
        margin: 20px auto;
    }

    .ban-container.innheader h1 {
        font-size: 29px;
    }

    .ban-container.innheader p {
        padding: 1% 0 0;
        font-size: 18px;
    }

    .stpspanel {
        border-left: 0;
    }

    .stpspanel.lft {
        border-right: 0;
    }

    .stpsmidline,
    .stpstopline {
        display: none;
    }

    .stpsicohold {
        margin: 20px auto;
    }

    .stphdblu {
        position: static;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    .stpspanel.lft .stpsicohold {
        float: none;
        position: static;
    }

    .stpspanel.lft div.stps-txtholder {
        margin: auto;
    }

    .stps-txtholder {
        padding-bottom: 80px;
        width: 95%;
    }

    .header-hold {
        min-height: 144px;
    }

    .mlti-square li {
        width: 97%;
        font-size: 16px;
    }

    .bann-form {
        width: 90%;
        min-height: 220px;
        margin: 20px auto;
        border-radius: 27px 27px 22px 22px;
        padding: 7px;
        background-color: #f3f3f3;
    }

    .homban-pnchline p.bighd,
    .leftmain-banner p.bighd {
        font-size: 47px;
        margin: 0 0 10px;
    }

    .bann-form input[type="text"],
    .bann-form textarea,
    .bann-form input[type="password"],
    .bann-form input[type="tel"],
    .bann-form select {
        width: 100%;
        clear: both;
        float: none;
        box-sizing: border-box;
        border: 1px solid #dcdcdc;
        border-radius: 0;
        /* border-right: 0; */
        min-height: 46px;
        border-radius: 25px;
        margin-bottom: 9px;
    }

    .bann-form a.defaultbtn {
        width: 100%;
        box-sizing: border-box;
        min-height: 40px;
        position: static;
        margin-top: 0;
    }

    .bann-form .intl-tel-input {
        float: none;
        width: 100%;
        margin: 0 0 9px 0
    }

    .bann-form form img.bann-form-nmico {
        left: 18px;
        top: 14px;
    }

    .bann-form img.bann-form-emico {
        left: 18px;
        top: 71px;
    }

    .banlinks {
        padding: 0px 0 30px;
    }

    .hom-bighd {
        font-size: 45px;
        font-weight: 900;
        line-height: 48px;
    }

    .stpshominfo {
        text-align: center;
    }

    .stpshominfo>div.stpshomboxes {
        position: static !important;
        display: inline-block;
        clear: both;
        width: 90%;
        text-align: left;
    }

    .hom-bighd2,
    .home-seclft,
    .chatbrnd {
        width: 90%;
        text-align: center;
        display: block;
        margin: 30px auto 0;
        float: none;
    }

    .hom-bighd2 span {
        text-align: center;
        margin: 0;
    }

    .fullwidthcontrol {
        padding: 40px 0;
    }

    .hom-bighd3 {
        font-size: 60px;
        line-height: 50px;
    }

    p.paratyp1 {
        padding: 0 20px;
    }

    .hom-bighd4 {
        width: 310px;
        line-height: 54px;
        font-size: 40px;
        text-align: center;
    }

    .hom-bighd4 span {
        text-align: center;
    }

    .dottedstps {
        display: none;
    }

    .copyright-n-lnks .foot-copyright {
        text-align: center;
        display: block;
        float: none;
        padding-bottom: 10px;
    }

    .footer-links {
        float: none;
    }

    .rvmp-signup .signup-para br {
        display: none;
    }

    .rvmp-signup .header-hold {
        min-height: auto;
    }

    .rvmp-signup .login-signup-form {
        width: 100%;
    }

    .rvmp-signup .signup-container {
        padding: 0 20px;
    }

    .ban-container {
        width: 100%;
    }
}

/*Handle 320px onward to 470px*/
@media (max-width:469px) {
    .wrapper {
        width: 100%;
    }

    .leftmain-banner h1 strong {
        font-size: 19px;
    }

    .leftmain-banner h1 strong {
        font-size: 26px;
    }

    .leftmain-banner a.defaultbtn {
        width: 76%;
        display: block;
        float: none;
        margin: 20px auto;
    }

    .main-hd01,
    .main-hd02 {
        font-size: 20px;
    }

    .testifrntpanel h6 {
        padding: 10px 0;
    }

    .testimov p {
        line-height: 20px;
    }

    .footer-top a.defaultbtn {
        padding: 13px 85px;
        margin: 10px 0 0;
    }

    .cugicseal {
        display: block;
        clear: both;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .deepfooter {
        margin-top: 20px;
    }

    .clientpara {
        font-size: 13px;
        padding: 7px 21px;
    }

    .pckg-section h4.main-hd02 {
        padding-bottom: 30px;
    }

    .testifrntpanel ul.slick-dots {
        bottom: -80px;
    }

    .hom-testimonials {
        padding: 20px 0;
    }

    .statslist li h6 {
        font-size: 30px;
    }

    .statslist li p {
        font-size: 15px;
    }

    .footer-top input[type="tel"] {
        width: 292px;
    }

    .footer-top input[type="text"] {
        width: 254px;
    }

    .leftmain-banner h1 strong img.seal-price-bann {
        right: -13px;
        width: 50px;
        top: -22px;
    }

    .fet-01-right img,
    .fet-02-right img {
        width: 310px;
    }

    .industry-content a.defaultbtn {
        width: 280px;
        font-size: 12px;
    }

    .contactformholder div.row>span>input {
        width: 238px;
        margin: 7px auto;
        display: block;
    }

    .contactformholder div.row>span {
        margin: 0;
    }

    .contactpg .intl-tel-input {
        position: relative;
        display: block;
        width: 303px;
        margin: 7px auto;
    }

    .contactpg .contactformholder #contactphone,
    .contactpg .contactformholder #txtPhoneNumber {
        width: 305px;
        display: block;
        margin: 7px auto;
        float: none;
    }

    .contactformholder textarea {
        width: 260px;
        height: 85px;
        margin-top: 11px;
    }

    .contactformholder input.defaultbtn {
        width: 304px;
        margin-top: 30px;
    }

    .corp-officeholder {
        padding: 30px 0;
    }

    .address-area {
        margin-left: 30px;
    }

    .address-area .contact-social a {
        margin: 10px 15px 0 0;
    }

    .cntctmap {
        width: 80%;
        clear: both;
        display: block;
        margin: 0 auto 0;
        float: none;
        padding-top: 30px;
    }

    .signup-page .ban-container.innheader h1 {
        font-size: 29px;
    }

    .ban-container.innheader p {
        font-size: 17px;
    }

    .signup-hd {
        font-size: 30px;
    }

    .login-signup-form form>span input {
        width: 200px;
    }

    .login-signup-container form>span select {
        width: 254px;
    }

    .login-signup-form form>span input[type="tel"] {
        width: 257px;
    }

    .login-signup-form button.defaultbtn {
        padding: 9px 24px;
        width: 249px;
        margin: 10px auto;
    }

    .right-signup {
        display: none;
    }

    .login-signup .ban-container.innheader {
        padding-bottom: 0;
    }

    .footer-ab img.footlogo {
        width: 88%;
    }

    .footer-linksholder.footer-quicklinks {
        width: 90%;
    }

    .rght-chtstats a.defaultbtn {
        width: 141px;
        float: none;
        margin: 0 auto 30px;
        display: block;
        text-align: center;
    }

    .footapart-descri {
        width: 90%;
        clear: both;
        margin: 0 auto;
        padding: 0 5%;
        text-align: center;
    }

    .copyright-n-lnks .foot-copyright {
        float: none;
    }

    .mlti-square li {
        width: 85%;
        padding-left: 7%;
        margin-left: 8%;
    }

    .chtbox {
        right: 10%;
        top: 0;
        bottom: auto;
    }

    .footer-linksholder {
        width: 320px;
        padding: 20px 0;
        margin: 0;
        clear: both;
        box-sizing: border-box;
    }

    .banbigcircles li img {
        width: auto;
    }

    .hombrndinfo ul {
        padding: 0 20px;
        display: block;
        margin: 20px auto 0;
    }

    .hombrndinfo ul li {
        margin: 0;
    }

    .hom-bighd2,
    .hom-bighd3 {
        font-size: 41px;
        margin: 0 auto;
    }

    .footerbhd {
        font-size: 49px;
        line-height: 60px;
    }

    .homban {
        padding-bottom: 30px;
    }

    .banlinks li {
        padding: 0 8px;
    }

    .drkblu.fullwidthcontrol {
        padding-bottom: 65px;
    }

    .rvmp-signup .header .wrapper .logo {
        background-size: 95%;
    }

    .rvmp-signup .login-signup-form button.defaultbtn {
        width: 100%;
        box-sizing: border-box;
        margin: 10px 0 40px;
    }

    .sitemap .dvided {
        width: 90%;
        clear: both;
        padding: 0 5%;
    }
}

.dropdown:hover {
    background: #e5f9ff;
    margin-top: -10px;
    padding-top: 10px;
    margin-bottom: -10px;
    padding-bottom: 14px;
    border-radius: 10px 10px 0px 0px;
    color: #001c3e !important;
}

.dropdown a:hover {
    color: #001c3e !important;
}

.dropbtn {
    padding: 0px 4px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: #e5f9ff;
    border-radius: 8px;
    margin-top: 6px;
}

.dropdown-content li {
    margin: 0px;
    float: none;
    border-bottom: 1px solid #c4dee6;
    padding: 0px;
    margin: 0px 20px;
}

.dropdown-content li:last-child {
    border-bottom: 1px solid transparent !important;
}

.dropdown-content a i {
    padding-right: 10px;
    color: #001c3e;
}

.dropdown-content a {
    float: none;
    font-size: 10px;
    padding: 5px 10px;
    color: #001c3e !important;
    display: block;
}

.dropdown-content a:hover {
    color: #fff !important;
    background: #4EBFED;
}

.dropdown:hover .dropdown-content {
    display: block;
    min-width: 200px;
    left: 0;
}

.dropdown li.activ-nav:after {
    content: "";
    bottom: -29px;
    left: -17px;
    right: -17px;
    height: 2px;
    background: transparent !important;
    position: absolute;
}

.expertMarket li p {
    text-align: left;
    margin-bottom: 10px;
    color: #000;
}

.expertMarket li a {
    color: #00172f;
}

.expertMarket li h5 {
    text-align: left;
    color: #00244c;
    font-size: 17px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

.expertMarket li {
    height: 410px;
    border: 1px solid #e8e8e8;
    margin: 10px !important;
    padding: 20px;
    width: 230px;
    display: inline-block;
    text-align: center;
    box-shadow: 0px 1px 5px #e8e8e8;
}

.expertMarket li img {
    margin: 20px 0px;
}

.expertMarket li a img {
    margin: 0;
}

.expertMarket li p span {
    margin-right: 5px;
}

.exp {
    height: 120px;
}

.plus a {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 18px;
    margin-top: 38px;
    color: #21bffe;
}

.plus1 {
    text-align: center;
    padding-top: 26px;
}

.home-seclft ul {
    list-style: none;
}

.home-seclft li {
    display: inline-block;
}

.home-seclft li a {
    padding: 13px 40px;
}

.bark {
    z-index: 1000;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none;
}

.bark img {
    width: 108px;
}

iframe {
    position: fixed;
}


@media (max-width: 760px){
    img{
        max-width: 100%; height: auto;
    }
    .about-box-panel{
        margin-top: 0px;
    }
    .about-box-panel div.about-box{
        margin: 30px 15px 15px;
    }
    .in-hd01{
        font-size: 34px;
    }
    .in-hd01 br{
        display: none;
    }
    p.paratyp1,p.paratyp3{
        font-size: 16px !important;
        line-height: 2;
    }
    .abmap-hold a.defaultbtn2{
        bottom: 30px;
    }
    .footerbhd {
        font-size: 34px;
        line-height: 1.5;
    }
    .footer-top input[type="text"],.footer-top input[type="tel"],.intl-tel-input,.footer-top a.defaultbtn{
        width: 100% !important;
    }
    .foot-addrs li{
        width: 100%;
        text-align: center;
        margin: 0 0 15px;
    }
    
    .about-box-panel.ftr-circles{
        margin-top: 0px;
        padding-top: 30px;
    }
    .about-box-panel.ftr-circles .about-box{
        min-height: auto;
        margin: 0 0 30px;
    }
    .about-box-panel.ftr-circles .about-box:last-child{
        margin-bottom: 0px;
    }
    .homban-pnchline p.bighd, .leftmain-banner p.bighd{
        font-size: 34px;
    }
    .ftre-grphchrt{
        margin: 0px;
    }
    .ftre-txthold{
        width: 100%;
    }
    .row-standard .dg-container, .row-full-bleed .dg-container{
        width: 316px;
    }
    .row-standard.mod-customization{
        float: none;
    }
    .ftre-txtholdrght{
        padding-left: 0px;
    }
    .work-graph{
        padding: 20px;
    }
    .contactformholder>form {
        float: none;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
        padding: 0 20px;
    }
    .socil-cntct li{
        margin-bottom: 20px;
    }
    .socil-cntct li:last-child{
        margin-bottom: 0px;
    }
    .corp-officeholder{
        min-height: 100%;
    }
    .dot-mapped{
        width: 100%;
    }
    .contactformholder #contactphone, .contactformholder #txtPhoneNumber{
        width: 100%;
    }
    .contactformholder div.row {
        margin-left: 0px;
    }
    .contactformholder div.row input,.contactformholder div.row textarea{
        width: 100% !important;
    }
    .contactformholder div.row input[type="button"]{
        margin-left: 0px;
    }
    .lftcntctinfo{
        float: none;
        width: 100%; height: auto;
    }
    .lftcntctinfo>*,.lftcntctinfo .cntct-email{
        position: relative;
        left: 0px;
        top: 0px; bottom: 0px;
    }
    .lftcntctinfo p,.lftcntctinfo h3{
        padding: 10px 20px;
    }
    .lftcntctinfo .cntct-email{
        padding: 10px 20px;
    }
    .lftcntctinfo .cntct-email+img{
        margin-top: -80px;
    }
    .contactformholder div.row>span{
        margin: 0px;
    }
    .contactformholder .in-hd01{
        padding: 0 20px 15px !important;
    }
    .contactformholder .subhd {
        padding: 0px 20px;
    }
    .faq-main-slide .leftmain-banner h1{
        margin-top: 0px;
    }
    .faq-main-slide .slide2{
        height: 100%;
        padding: 68px 0;
    }
    .faq-main-slide .slide2 img{
        width: 100% !important;
        height: 100%;
    } 
    .faq-hold .accord h4{
        margin: 5px 15px;
    }
    .testimonials-section h2{
        font-size: 34px;
    }
    .testimonials-page-nav .area p {
        padding: 0;
    }
    .facts-box-1 div.item-facts-box{
        margin: 0 0 25px;
    }
    .testimonials-section h2:after{
        display: none
    }
    .in-wrapper{
        width: 100%;
        padding: 30px 20px;
    }
    .in-wrapper .lftwrap,.in-wrapper .rghtwrap{
        float: none; width: 100%;
    }
    .hd-lft01{
        width: 100%;
        font-size: 34px; line-height: 1.5;
        text-align: left;
        padding: 0 20px 20px;
    }
    .indpara01{
        padding: 0 20px !important;
        width: 100%;
    }
    .slide2{
        padding: 30px 0;
    }
    .slide2>img{
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }
    .indstries .leftmain-banner h1{
        margin-top: 0px;
    }
    .ind-quote{
        float: none;
        width: 100%;
    }
    .ind-quotico{
        float: none;
        margin: 0 0 20px;
    }
    .ind-splitit li{
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .ind-splitit li:last-child{
        margin-bottom: 0px;
    }
    .expertMarket li{
        width: 100%; height: auto;
    }
    .hombrndinfo ul{
        padding-left: 0px;
    }
    .hom-bighd2,.hom-bighd3,.hom-bighd{
        font-size: 34px; line-height: 1.5
    }
    .stpshominfo .stpshomboxes{
        width: 100% !important; 
    }
    .hom-bighd4{
        width: 100%; font-size: 34px; line-height: 1.5;
    }
    .hom-bighd4 span.hom-bighdpara{
        line-height: 1.3
    }
    .socil-cntct{
        margin-top: 0px;
    }
    .wrapper.inpagecontent{
        width: 100%;
        padding: 0 20px;
    }
    .row-standard .dg-container .arrow.prev, .row-full-bleed .dg-container .arrow.prev{
        left: 0px;
    }
    .row-standard .dg-container .arrow.next, .row-full-bleed .dg-container .arrow.next{
        right: 0px;
    }
    .foot-addrs>li>img, .foot-addrs>li>span, .foot-addrs>li>a{
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .nav-resources .area{
        width: 100%;
    }
    .nav-resources ul li{
        display: block;
        margin: 0 0 10px;
        padding: 0px;
    }
    .nav-resources ul li a{
        padding: 10px;
        display: block;
        font-size: 15px;
    }
    .nav-resources ul li a:after{bottom: 0px;}
    .nav-resources ul li:last-child{
        margin-bottom: 0px;
    }
    .box-area-1 .side-left{
        margin-right: 0px;
        float: none;
        margin-bottom: 25px;
    }
    .box-area-1 h3{
        font-size: 22px; line-height: 1.3; 
    }
    .box-area-1 .side-right{
        width: 100%;
        float: none;
    }
    .box-area-1 p{
        min-height: auto;
        margin-bottom: 20px;
        padding: 0px;
    }
    .box-area-1 a{
        font-size: 14px;
        display: inline-block
    }
    .box-area-1{
        float: none;
        margin: 40px 0 !important;
    }
    .box-area-1+.box-area-1{
        margin-top: 40px;
    }
    .resources-heading h3{
        font-size: 17px;
    }
    .resources-heading{
        margin-top: 0;
        margin-bottom: 0;
        float: none;
        display: inline-block;
    }
    .resources-section{
        margin: 0;
        float: none;
        display: block;
    }
    
}

.wrapper.sitemap {
    padding-top: 40px;
}

.industry-section h2 {
    font-size: 45px;
    color: #171838;
    position: relative;
    text-align: center;
    margin: 0 0 50px;
}

.industry-section h2:after {
    content: '';
    border-top: 3px solid #21bffe;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 7%;
}

.industry-section .main-content p {
    text-align: center;
    font-size: 15px;
    color: #41484e;
    line-height: 23px;
}
.webana {font-family: "Times New Roman"; font-weight:800;}
.mt-5 {margin-top:5px;}
.h-auto { min-height:auto !important;}