@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .all-img {
        display: none;
    }
    .ie-img {
        display: block;
    }
}

@supports (-ms-ime-align:auto) {
    .all-img {
        display: none;
    }
    .ie-img {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    .getting-started-sec {
        padding-top: 200px;
        min-height: 738px;
    }
    .team-left-blob img,
    .team-right-blob img {
        width: 70%;
    }
    .markets-grid,
    .whyus-grid {
        margin-left: 0;
        margin-right: 0;
    }
    .whyus-item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 620px;
    }
    .whyus-item {
        -webkit-flex: 0 0 49.99%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 49.99%;
        -webkit-box-flex: 0;
        flex: 0 0 49.99%;
        max-width: 49.99%;
        padding-left: 40px;
        padding-right: 40px;
    }
    .markets-item {
        -webkit-flex: 0 0 33.33%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .markets-grid>div {
        margin-bottom: 50px;
    }
    .markets-grid>div:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .team-grid {
        margin-left: 0;
        margin-right: 0;
    }
    .team-item,
    .team-grid > a.externalurl-class {
        -webkit-flex: 0 0 49.99%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 49.99%;
        -webkit-box-flex: 0;
        flex: 0 0 49.99%;
        max-width: 49.99%;
        padding-right: 7px;
        padding-left: 7px;
    }
    .getting-started-sec {
        padding-top: 88px;
    }
    .how-desc-sec {
        max-width: 60%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
    .team-left-blob img,
    .team-right-blob img {
        width: 60%;
    }
    .top-logo {
        margin-top: 8px;
    }
    .team-grid {
        margin: 0;
    }
    .get-in-touch-left ul {
        padding-left: 30px;
    }
    #how-img3,
    #how-img2,
    #how-img1 {
        width: 100%;
    }
    /*March-01-2019*/
    .page-template-template-privacy .x-main.full
    {
        margin-top: 100px;
    }
    .team-right-blob
    {
        text-align: right;
    }
    /*End-March-01-2019*/
}

@media screen and (max-width: 767px) {
    .how-img-sec {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: 0 auto;
    }
    .how-desc-sec {
        margin: 0 auto;
        margin-top: 34px;
    }
    .how-item.right-img {
        margin-top: 70px;
    }
    .how-item.right-img>div:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .how-item.right-img>div:last-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .right-img .how-desc-sec {
        text-align: left;
    }
    .how-item {
        margin-top: 50px;
    }
    .whyus-grid>div,
    .markets-grid>div {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 100%;
        width: 100%;
    }
    .markets-grid>div:not(:last-child) {
        margin-bottom: 40px;
    }
    .team-grid>div {
        -webkit-flex: 0 0 49.99%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 49.99%;
        -webkit-box-flex: 0;
        flex: 0 0 49.99%;
        max-width: 49.99%;
    }
    .team-grid {
        margin: 0;
    }
    .testimonial-sec-wrap,
    .tools-sec-wrap {
        width: 100%;
    }
    .tools-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .tools-sec-wrap {
        padding: 50px 30px 50px 45px;
    }
    .contact-wrap>div {
        width: 100%;
    }
    .get-in-touch-right {
        margin-top: 50px;
    }
    .site-footer .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .site-footer .container>div:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .site-footer .container>div:last-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .site-footer-right {
        margin-bottom: 20px;
    }
    .what-sec .caption-wrap,
    .how-sec .how-desc-sec {
        padding: 0 30px;
    }
    .getting-started-sec {
        background-image: url(images/bg_header_blue_mobile.svg);
        position: relative;
    }
    .site-content {
        overflow-x: hidden;
    }
    .blob_5 {
        width: 20px;
        right: -7px;
        top: 38.6%;
    }
    .blob_1 {
        right: 7%;
        top: 60.6%;
        width: 22px;
    }
    .blob_5_m {
        left: -6px;
        top: 25%;
        width: 23px;
        display: block !important;
    }
    .blob_4 {
        left: 6.7%;
        top: 69.6%;
        width: 30px;
        -webkit-transform: rotate(43deg);
        -moz-transform: rotate(43deg);
        -ms-transform: rotate(43deg);
        -o-transform: rotate(43deg);
        transform: rotate(43deg);
    }
    .blob_2 {
        right: 17%;
        top: 72.5%;
    }
    .blob_3 {
        left: 13%;
        top: 90.6%;
    }
    .blobs_6 {
        right: 15.5%;
        top: 109.5%;
    }
    .blobs_7 {
        width: 18px;
    }
    .blobs_5 {
        right: 9%;
        top: 123.5%;
        width: 17px;
    }
    .blobs_11 {
        left: 0%;
        top: 145.5%;
        width: 12px;
    }
    .blobs_10 {
        left: 9.5%;
        top: 153.5%;
        width: 22px;
    }
    .blobs_9 {
        right: 15%;
        top: 156.5%;
        width: 22px;
    }
    .blobs_8 {
        display: none;
    }
    .what-bottom img,
    .whyus-top img,
    .whyus-bottom img,
    .team-left-blob img,
    .team-right-blob img {
        display: none;
    }
    .what-bottom img.img-m,
    .whyus-top img.img-m,
    .whyus-bottom img.img-m,
    .team-left-blob img.img-m,
    .team-right-blob img.img-m {
        display: block !important;
    }
    /*#testimonial-tools-sec
{
    background-image: url(../images/ic_contact_mobile_cta.svg);
}*/


.site-header .container {
    padding: 0 15px;
    margin: auto;
}
.top-logo {
    width: auto;
    max-width: 200px;
    margin-top: 0;
}
#toggle-menu {
    cursor: pointer;
    z-index: 9;
    float: right;
    position: relative;
    top: 4px;
}
#toggle-menu span.drop-icon {
    width: 22px;
    height: 3px;
    background: #ffffff;
    display: block;
    margin-bottom: 5px;
    border-radius: 25px;
}
.scrolled #toggle-menu span.drop-icon {
    background: rgb(27,39,51);
}
#menu .drop-icon {
    line-height: 1;
}
#toggle-menu span.drop-icon:last-child {
    margin-bottom: 0;
}
.top-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #fff;
    text-align: left;
    z-index: 9999999;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
    padding: 35px;
}
.top-menu.menu-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.menu-logo-wrap .all-img {
    max-height: 30px;
}
.menu-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav {
    float: none;
    text-align: left;
    margin-top: 90px;
}
.navbar-nav>li {
    float: none;
    margin: 0 0 15px;
}
.menu-close {
    color: #333;
    font-size: 25px;
    font-weight: bold;
}
.navbar-nav>li a {
    color: #333;
    font-size: 25px;
    border-bottom: none;
    font-weight: 500;
}
.navbar-nav>li.contact-menu-item {
    border: none;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
.navbar-nav>li.contact-menu-item a {
    border-bottom: 0 none;
    font-weight: 500;
    padding: 0;
    display: inline-block;
    position: relative;
}
.navbar-nav>li.contact-menu-item a:after {
    content: "";
    position: absolute;
    right: -30px;
    width: 16px;
    height: 12px;
    background: url(images/arrow.png) no-repeat;
    top: 16px;
}
.scrolled .navbar-nav>li.contact-menu-item:hover, 
.scrolled .navbar-nav>li.contact-menu-item:focus,
.scrolled .navbar-nav>li.contact-menu-item {
    border: none;
    background: transparent;
}
.no-scroll {
	overflow: hidden;
	height:100%;
}
body .wpcf7 .ajax-loader {
    right: 15px;
}
.getting-started-sec .container {
    padding: 0 15px;
}
#getting-started-sec h2, #what-sec h2 {
    line-height: 50px;
}
.what-bottom img.img-m {
    display: none !important;
}
.what-bottom img {
    display: block;
}
.whyus-sec {
    padding-top: 0;
    padding-bottom: 0;
}
#testimonial-tools-sec {
    padding-bottom: 55px;
}
.testimonial-slider-btn {
    margin-top: 0;
}
/*March-01-2019*/
.page-template-template-privacy .navbar-nav1 {
    float: none;
    text-align: left;
    margin-top: 90px;
}
.navbar-nav1>li,
.page-template-template-privacy header #menu-privacy-pages-menu line-height {
    float: none;
    margin: 0 0 15px !important;
}
.navbar-nav1>li a {
    color: #333;
    font-size: 25px !important;
    border-bottom: none;
    font-weight: 500;
}
.scrolled .navbar-nav1>li a {
    color: #1B2733;
    border-bottom: 2px solid transparent;
}
.page-template-template-privacy header #menu-privacy-pages-menu
{
    float: left;
}
.page-template-template-privacy header #menu-privacy-pages-menu li
{
    float: none;
}
.navbar-nav1>li:last-child a:after
{
    content: "";
    position: absolute;
    right: -30px;
    width: 16px;
    height: 12px;
    background: url(images/arrow.png) no-repeat;
    top: 16px;
}
.navbar-nav1>li:last-child a
{
    font-weight: 500;
    padding: 0;
    display: inline-block;
    position: relative;
}
.page-template-template-privacy .site-content{
    padding:0 15px;
}
.navbar-nav1>li:last-child
{
    border:none !important;  
    margin-left: 0 !important;
}
.navbar-nav1>li:last-child:hover
{
    background-color: transparent !important;  
}
.team-right-blob img.img-m 
{
    margin-left: auto;
}
/*End-March-01-2019*/
}

@media screen and (max-width: 630px) {
    .how-desc-sec {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .tools-sec-wrap,
    .testimonial-sec-wrap {
        padding: 50px 30px 50px 30px;
    }
    .testimonial-tools-sec,
    .contact-wrap {
        padding-right: 15px;
        padding-left: 15px;
    }
    .right-img .how-desc-sec {
        padding-left: 30px;
    }
    .caption-title {
        font-size: 35px;
    }
    .team-item,
    .team-grid > a.externalurl-class {
        -webkit-flex: 0 0 100% !important;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        -webkit-box-flex: 0;
        flex: 0 0 100% !important;
        max-width: 435px !important;
        padding-right: 40px !important;
        padding-left: 40px !important;
        margin-left: auto;
        margin-right: auto;
    }
    
    .team-grid > a.externalurl-class .team-item
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }
}

