/*---------------amination ---------------------*/
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
  .stripp{
        background: url("../img/Boomi-AtomSphere_v01_06.png")no-repeat center;
        background-size: cover;
        padding: 40px 0px 65px;
      }
/*
      .stripp h1{
        color: #fff;
      }
*/
      .stripp .btn-success{
       
        font-size: 16px;
        width: 180px;
        height: 40px;
        border:0px;
      }
      .submit-button,.stripp .btn-success,.float-btn > .btn-success,.submit-button,.btn-success{
         background-color:#0db814;
         border:0px;
      }
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/*----------------end of animation -------------*/




/* ---------------------- font awasome ----------------------- */

/*
@font-face {
    font-family: FontAwesome;
    src: url('../fonts/fontawesome-webfont.ttf');
}
*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-facebook-square::before {
    content: "\f082";
}

.fa-twitter-square::before {
    content: "\f081";
}

.fa-linkedin-square::before {
    content: "\f08c";
}

/*----------------------end ------------------*/
@font-face {
    font-family: mont-medium;
    src: url(../fonts/Montserrat-Medium.ttf);
}
body {
    font-family: mont-medium !important;
    color: #333;
    overflow-x: hidden;
    font-feature-settings: 'lnum' !important;
}
.btn.b-banner {
  background: #0db814;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background: transparent;
}
.nav>li>a {
    padding: 10px 10px;
}
.logo.first-menu {
    height: 60px !important;
    margin-top: 13px;
}

.logo2.secound-menu {
    height: 60px;
}

.modal-open .modal {
    overflow-x: auto;
    overflow-y: auto;
}



input,
select,
textarea {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #c5c5c5;
    background: #f1f1f1;
    color: #333;
    padding-left: 4px;
    height: 30px;
    margin-bottom: 6px;
}

textarea {
    height: 70px;
}

.submit-button,
.stripp .btn-success,
.float-btn>.btn-success,
.submit-button,
.btn-success {
    background-color: #0db814;
    border: 0px;
}
.boomi-world
{
    font-size:14px;
    font-family:mont-medium;
    color: #e76427 !important;
}
/***** Integration SAP page CSS *****/

.tittle-4 {
    margin-top: 35px;
    font-family: mont-medium !important;
    font-weight: 400;
    font-size: 35px;
    color: #5f2e88!important;
    padding-bottom: 2% !important;
}
#top-banner-sap {
    background: url('../img/Banner.jpg')no-repeat center !important;
    background-size: cover !important;
    height: 408px;
}
.join-word
{
    white-space: nowrap;
}
.banner-text-sap
        {
            width:60%;
        }
.banner-sap.bg {
    background-image: url('../img/challenges-bg.jpg') !important;
    background-size: 100% 100%;
}
.background {
    background: url('../img/banner-back.jpg')no-repeat center!important;
    background-size: cover !important;
    height: 408px;
}
.module-border-wrap {
    position: relative;
    background: linear-gradient(to bottom, #2393c3, #4d3981);
    padding: 2px;
}
.card-container-sap .card-sap{
    height: 360px !important;
    background-color: #fff;
}
.card-container-sales .card-sales {
    height: 360px !important;
    background-color: #fff;
}

.card-container-sap .card-sap .card-content-sap,.card-container-sales .card-content-sales {
    padding: 15px;
    line-height: 25px !important;
   
}
.card-content-sap {
    height: 240px;
}
.card-content-sales .header-sap {
    height: 60px;
}
.header-sap {
    margin-top: 1%;
    padding-bottom: 2%;
}
.header-sap {
    font-family: mont-medium !important;
    color: rgb(82, 79, 79) !important;
    font-size: 20px !important;  
   
}
.stripp .you-are, .stripp .connect-everything {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    font-family:mont-medium;
   margin-bottom:10px;
   margin-top: 20px;
}
.card-sap img {
    margin-bottom: -195px !important;
    margin-left: 93px;
}

.card-container-sales .card-sales img {
    margin-bottom: -195px !important;
    margin-left: 93px;
}
.sec2 {
    margin-top: 10%;
    padding-bottom:5% !important;
}
.content-title-two
{
    width:65%;
}
.content-title-two-sales
{
    width:80%;
}
.display-column1 {
    display: none;
}
.content-title {
    margin-right: 25%;
}
.content-title-sales {
    margin-right: 25%;
}
.side-header {
    margin-top: 5%;
}
.final {
    padding-bottom: 5%;
}
/***** Salesforce CSS *****/
.card-container-sales .card-sales{
    height: 410px !important;
    background-color: #fff;
}
.card-content-sales.text-center {
    height: 300px;
}
@media screen and (min-width: 970px) {
    .container {
        max-width: 960px;
        margin: 0px auto;
    }

    .pricing .row .col-md-3 {
        width: 20.7%;
    }

    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
        clear: both;
        left: 0px;
        min-width: 256px;
    }

    .resource-gallery .resource_card {
        height: 490px;
    }
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background: transparent;
    border: 0px;
}

.heading {
    color: #351f67 !important;
}

.add-banner {
    background: #fff;
    width: 100%;
    padding: 10px 0px 0px;
}

.add-banner .content {
    display: inline-flex;
}

.right {
    float: right;
}

.add-banner img {
    height: 18px;
    width: 27px;
}

.add-banner p {
    color: #534085;
    margin-left: 8px;
    font-size: 14px;
}

.social-icon .fa {
    font-size: 24px !important;
    color: #534085;
    margin-right: 4px;
    margin-top: -3px;
}

.social-icon .fa-linkedin-square:hover {
    font-size: 24px !important;
    color: #0077B5 !important;
}

.social-icon .fa-twitter-square:hover {
    font-size: 24px !important;
    color: #0077B5 !important;
}

.social-icon .fa-facebook-square:hover {
    font-size: 24px !important;
    color: #3b5998 !important;
}

/*------------banner ---------------*/
.logo {
    display: block;
}

.logo2 {
    display: none;
    margin-top: 8px;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.banner {
    background: url('../img/main-banner.jpg')no-repeat center;
    background-size: cover;
    height: 408px;
}

.banner h1,
.navbar-right a {
    color: #fff !important;
}

.contact_page .header_box .navbar-right a {color: black!important;}

.banner h1 {
    font-size: 36px!important;
    line-height: 48px;
}

.banner .navbar {
    margin-bottom: 25px;
}

.banner-content {
    margin-top: 177px;
}

.support_page .banner-content {
    margin-top: 205px;
}

.nav-effect {
    background-color: rgb(255, 255, 255);
    padding: 0px 0px 10px !important;
    box-shadow: 0px 6px 9px #0000004d;
    border-radius: 0px;
}

.nav-effect .navbar-right a,
.nav-effect .btn.btn-primary.btn-fd {
    color: #fff !important;
}

.nav-effect .btn.btn-primary.btn-fd {
    color: #351f67 !important;
    border: 1px solid #351f67 !important;
    background: transparent;
}

.btn.btn-primary.btn-fd:hover,
.btn.btn-primary.btn-fd:focus {
    background: #351f67 !important;
    color: #fff !important;
    border: 0px !important;
}

.nav-effect .navbar-right a,
.nav-effect .btn-primary {
    color: #444 !important;
}

.btn-primary,.event-dates .btn-primary:focus {
    border: 1px solid #fff;
    background: #3f277b;
    /*background-image: linear-gradient(to right, #413381 , #069ee2);*/
    border-radius: 0px;
    width: 178px;
    height: 43px;
    margin-top: 10px;
    font-size: 16px;
    font-family: mont-medium !important;
    border-radius: 4px;
}
.event-dates .btn-primary:focus{
    color: #fff;
}

.btn-primary:hover {
    border: 1px solid #3f277b;
    color: #3f277b;
    background: transparent;
}

.btn-ser:hover {
    color: #0db814;
}

.bell-boomi-intro {
    padding: 40px 0px 60px;
}

.dropdown .btn-primary {
    background: transparent;
    border: none;
    padding: 6px 15px 0px;
    margin: 0px;
}
.contact_page .dropdown .btn-primary {color: black;}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #fff;
    color: #333;
    padding-bottom: 8px;
}

.dropdown .dropdown-menu li>a {
    color: #333 !important;
}

nav.navbar .btn-primary.btn-ser {
    width: 95px !important;
    padding: 0px !important;
    margin-left: 0px !important;
    margin-top: 5px !important;
    font-weight: 100;
    font-family: mont-medium !important;
}

h1,.footer .links, .why_aspire .content .number, .about-us, .fast-track-title, .connect-title, .blup-title, .plu-title {
    font-size: 28px!important;
    line-height: 40px!important;
    margin-bottom: 20px!important;
	color: #fff!important;
}
.connect-title{color: #000!important;}
.build-head, .offering .our-key, .stripp .you-are, .suite, .del-title{font-size: 28px;line-height: 40px;margin-bottom: 20px;}
.bell-boomi-intro .build-head, .del-title{line-height: normal;text-align: left;color: #333;}
.footer .social-icon .fa {
    color: #fff;
    margin-right: 15px !important;
    margin-top: 2px;
}

p,
li {
    color: #888;
}

.bell-boomi-intro p {
    line-height: 23px;
    text-align: justify;
}

.fast_track {
    background: url('../img/auras-banner.jpg')no-repeat center;
    background-size: auto auto;
    background-size: cover;
    padding: 40px 0px 60px;
}

.rad {
    border-radius: 40px;
}

.fast_track .fast-track-title {
    color: #fff;
}
.fast_track h2{color: #fff;font-size: 21px;}
.fast_track ul li{color: #fff;}
.fast_track p {
    color: #fff;
}

.fast_track .btn-primary {
    border: 0px;
    background: #fff;
    color: #351f67;
}

.nav-effect .btn.btn-primary.btn-fd:hover,
.fast_track .btn-primary:hover {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
}

.card {
    margin: 110px 0px 60px;
    box-shadow: 0px 6px 6px #c9c9c9;
    padding: 49px 20px 20px 20px;
    position: relative;
   height: 310px;
}

.card .rel-img .img-responsive {
    margin: auto;
}

.blu-title {
    color: #00aeef !important;
}

.move {
    background-image: linear-gradient(to right, #e161ab, #5671b0);
    background-size: cover;
    height: 668px;
    color: #fff;
    padding: 10px 0px;

}

.move a:hover {
    text-decoration: none;
}

.move h1 {
    margin-bottom: 40px;
}

.move .service-btn-bai {
    border: 1px solid #fff;
    border-radius: 8px;
    background: transparent;
    width: 206px;
    height: 64px;
    display: block;
    margin-bottom: 120px;
    text-align: center;
    transition: all 0.4s ease-out;
}

.move .service-btn-bai:hover {
    background: #3f277b !important;
    color: #fff;
    transform: scale(1.1);
    transition: all 0.4s ease-out;
    border: 1px solid #fff;
}

.pul-title {
    color: #3f267a !important;
}

.card h3 {
    font-size: 20px;
}

.rel-btn,
.rel-img {
    position: absolute;
    bottom: 21px;
    width: 100%;
    left: 0px;
}

.rel-img {
    top: -50px;
}

.rel-btn .btn-success {
    background: #865ca8;
    color: #fff;
    border: 0px;
    border-radius: 40px;
    font-family: mont-medium;
    font-size: 16px;
    padding: 8px 20px;
}

.connect_dell_boomi {
    margin: 20px 0% 40px;
}

.rabbit h3,
.kafka h3 {
    color: #341d6f!important;
	font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;
}

.connect_dell_boomi {
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 60px;
}

.video {
    background-color: #fff;
    padding: 0px 0px 60px;
}

.video .btn-primary {
    font-size: 16px;
    padding: 3%;
    border-radius: 50px;
    width: 268px;
    border-radius: 40px;
    height: 56px;
}
/*client*/
#awards{background-color:#3c0062;padding-bottom: 50px;min-height: 415px;}
.client h4{color: #fff;font-size: 25px;margin: 40px 0px;}
.client .build{color: #3c0062 !important;font-size: 20px;margin-bottom: 20px;}
.client .read{color: #3c0062;text-decoration: none;font-family: mont-medium}
.client .item img{width: 30px;margin-left: 10px;}
.client .left{background-image: none;}
.client .right{background-image: none;}
.client .client-slider{background-color: #fff; padding: 30px;border-radius: 20px;min-height: 285px;}
.client .carousel-indicators{display: none;}
.client .bu-cu{margin-bottom: 20px;}
.client .carousel-control.right{right: -115px;top: 95px;}
.client .carousel-control.left {left: -125px;top: 95px;}


.resource-gallery .resource_card {
    box-shadow: 0px 3px 9px #333;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.resource-gallery,.event-dates {
    margin-bottom: 60px;
    margin-top: 40px;
}

.resource-gallery .resource_card .res-title {
    padding: 20px 20px 0px;
	font-size: 18px;
	color:#333;
	line-height: 27px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
}

.resource-gallery .resource_card a{
	display: block;
	margin-top: 30px;
}

.resource-gallery .resource_card .btn-success {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 0px !important;
    background: #168d16;
    border: 0px;
}

.label_strip {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #31313199;
}

.label_strip p {
    font-size: 16px;
    margin-top: 8px;
    color: #fff;
}

.lable_img {
    position: relative;
}

/* =------------resource new style ends------------------*/
/*--------------------pricing ----------------------*/
.pricing_card .img-responsive {
    margin: auto;
    height: 111.8px;
    margin-bottom: 15px;
}

.pricing h1 {
    margin-bottom: 10px;
}

.pricing .sub_header {
    font-size: 18px;
    color: #6a37ab;
}

.pricing_page .heading {
    color: #353484;
}

.pricing_card {
    margin-top: 30px;
}

.pricing_card h4 {
    font-size: 14px;
    font-family: mont-medium;
}

.pricing {
    padding: 60px 0px 80px;
}

.pricing .btn-primary {
    margin-top: 40px;
}

/*-----------------pricing ends -------------------------*/
.head-line-wrapper {
    display: inline-flex;
}

.head-line-wrapper h1 {
    margin: 0px 15px !important;
}

.resource p {
    color: #fff !important;
}

/*menu*/
.banner>.navbar {
    padding-top: 10px;
}

.navbar-right {
    margin-top: 22px;
}
.contact_page .navbar-right {
    margin-top: 18px;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #0db814 !important
}

nav.navbar .btn-primary {
    width: 126px;
    height: 30px;
    font-size: 14px;
    margin-left: 10px;
    margin-top: 2px;
    border-radius: 30px;
}

nav.navbar .btn-primary.btn-fd {
    color: #351f67;
    background: #edeaf5;
    height: 40px;
    margin-top: -1px;
}

.hr {
    width: 87px;
    background: #fff;
    height: 1px;
}

hr {
    background: #fff;
    height: 1px;
}

/*footer*/
.footer {
    background: #161420;
    padding: 40px 0px 90px;
}

.footer .about-us,.footer .links,
.f,
.email_us p>a,
.address p,
.troll-free p>a {
    color: #fff !important;
}

.email_us p>a,
.address p,
.troll-free p>a {
    font-size: 13px;
}

.footer .email, .footer .social {
    font-size: 20px;
    color: #fff !important;
}

.troll-free,
.email_us {
    padding-top: 3px;
}

.footer-bottom {
    background: #14121d;
    padding: 20px 0px 10px;
    color: #89898a;
}

.footer-bottom span,
.footer p>a {
    color: #89898a;
}

/*contact page style*/
.contact_page .form1 {
    padding: 20px 40px;
}

.contact_page .form1 textarea {
    width: 100%;
    height: 70px;
    padding-left: 15px;
    padding-top: 10px;
    border: 1px solid #c5c5c5;
    background: #f1f1f1;
}

.contact_page .form1 input,
.contact_page .form1 select {
    padding-left: 15px;
    height: 35px;
}

.contact_page .form1 .section-break>.heading {
    margin: 0px 0px 20px;
}

.contact_page.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #0db814 !important;
}

.content_content {
    margin: 140px 0px 40px;
}

.content_content .form1 {
    background: #f2f2f2;
    height: auto;
}

.panel-default>.panel-heading {
    background-color: #663399;
    border: 1px solid #663399;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
}

.contact_page .text-center {
    font-family: mont-medium;
    margin-bottom: 60px;
	color: #333 !important;
}

.contact-us-content-wrapper {
    margin-bottom: 60px
}

.panel-default>.panel-heading.grey {
    background-color: #f7f7f7 !important;
    color: #663399;
    cursor: pointer;
    border: 1px solid #639;
}

.panel-group a,
.panel-heading.grey a,
.panel-heading a {
    font-size: 20px;
    cursor: pointer;
}

div[aria-expanded="true"] .collapse_down_btn {
    transform: rotate(90deg);
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #639;
    border-top: 0px;
}

.panel-group span,
.panel-body span {
    font-family: mont-medium;
}

.panel-group p,
.panel-body p {
    color: #333;
}

.panel-group .row2 {
    margin-top: 20px;
}

.address_content {
    display: inline-flex;
    margin-top: 10px;
}

.panel-body img {
    margin-right: 10px;
}

.collapse_down_btn {
    font-size: 25px;
    margin-top: -2px;
}

/*reaource page*/
.resource_page {
    background: #f4f4f4;
}

.resource-gallery .card {
    margin: 20px 0px 60px;
    box-shadow: 0px 6px 6px #c9c9c9;
    padding: 49px 20px 20px 20px;
    position: relative;
    height: 280px;
}

.resource-gallery .tab-content,.event-dates .tab-content {
    padding: 40px 0 0;
}

.resource-gallery .nav-tabs>li a ,.event-dates .nav-tabs>li a{
    color: #555;
    border: 0;
    padding: 10px 27px;
    margin: 0 3px;
   font-family: mont-medium;
}

.resource-gallery .nav-tabs>li a:hover ,.event-dates .nav-tabs>li a:hover{
    color: #8d599f !important;
    cursor: pointer;
    background-color: transparent;
    border: 0px solid #ddd;
    border-bottom: 2px solid #8d599f;
}

.resource-gallery .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,.event-dates .nav-tabs>li.active>a {
    color: #8d599f !important;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid rgb(17, 184, 27);
}

.footer-bottom span a {
    color: #888;
    text-decoration: none;
}

/*--------------new change ---------------*/
.offering {
    background: url('../img/bg.png')no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 40px 0px 60px;
}

.offering .our-key,
.offering p,
.offering h4,
.offering li, .suite {
    color: #fff;
    text-align: center;
}
.suite{text-align: left;}
.offering .content ul {
    padding-left: 12px
}

.offering .content {
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 20px;
    height: 284px;
}

.micro-page {
    background: url(../img/micro-page.jpg)no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 40px 0px 50px;
}

.micro-page h3
{
    font-family: mont-medium;
   margin:0px 50px 20px 50px;
    line-height: 36px;
	font-size: 30px
}
.micro-page .btn-success
{
    border-radius:0px;
    font-size:18px;
}
.why_aspire {
    padding: 60px 0px;
}

.why_aspire .col-md-2.col-sm-4 {
    border-left: 2px solid #c5c5c5;
}

.why_aspire .content {
    text-align: center;
}

.why_aspire .content .number {
    font-weight: 900;color: #000!important;
}

.why_aspire img {
 width: 140px;
  margin: 21px 5px 10px 1px;
  height: 95px;
}

/*--------------new style -------------*/
.offering h4 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.offering .content ul {
    padding-left: 10px;
}

/*-------------------- sub page ---------------------------*/
.banner-content .heading {
    color: #fff;
    font-size: 28px;
}

.footer-bottom span a {
    color: #888;
    text-decoration: none;
}

.mobile_section .img-responsive {
    margin: auto;
}

.mobile_section {
    display: none;
}

.intergration_partners.mobile-integration-partner {
    display: none;
}

.btn.btn-primary.btn-fd.wow {
    border: 0px;
}

/*----------soluction page css---------------*/
.modal-header .close {
    margin-top: -12px;
    font-size: 44px;
    height: 20px;
}

.float {
    position: fixed;
    right: -265px;
    bottom: 0%;
    display: flex;
    width: 310px;
    z-index: 10;
}

.float-btn {
    width: 15%;
    padding-top: 5%;
}

.float-btn>.btn-success {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 44px;
    margin-right: -35px;
    float: right;
    z-index: 1;
    transition: 1s all ease-in-out;
}

.demo {
    float: right;
    width: 85%;
    background: #fff;
    padding: 0px 15px 20px 20px;
    box-shadow: 0px 1px 5px #555;
}

#tabs nav #nav-tab {
    height: auto;
    vertical-align: middle;
}

#tabs .nav-item {
    color: #333;
    padding-bottom: 20px;
    text-decoration: none;
    text-align: center;
}

.nav-item.nav-link.active {
    border-bottom: 2px solid rgb(16, 184, 26) !important;
}

#nav-home-tab:focus,
#nav-profile-tab:focus,
#nav-contact-tab:focus,
#nav-about-tab:focus {
    border-bottom: 1px solid red;
}

.overlay {
    background: rgba(0, 0, 0, 0.48);
    width: 530px;
    position: absolute;
    top: 23px;
    height: 342px;
    cursor: pointer;
    transition: all 1s ease-in-out;
    display: none;
}

.Customer_360 .overlay {
    top: 0px;
    width: 100%;
    height: 245px;
}

.bell-boomi-question .heading {
    font-weight: 700;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #000 !important;
}

.bell-boomi-question .heading:nth-child(3),
.bell-boomi-question img {
    margin-top: 20px;
}

.overlay p {
    color: #fff !important;
}

.overlay_inner {

    color: #fff;
    font-size: 131px;
    margin: 111px 195px;
    border: 1px solid #fff;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    border-radius: 134px;
    padding: 50px 32px;
    transition: all 1s ease-in-out;
}

.Customer_360 .overlay_inner {
    padding: 25px 26px;
    width: 76px;
    height: 76px;
    font-size: 60px;
    margin: 93px 202px;
}

.features {
    padding: 20px 0px 10px;
}

.features .span-heading {
    width: 90px;
    margin-top: 0px;
}

.feature_1 {
    padding-bottom: 80px;
}

.feature_1 h4 {
    color: #0085c3;
    margin: 30px 0px;
}

.feature_1 p {
    font-size: 18px;
    color: #242424;
    line-height: 32px;
    padding-bottom: 0px;
    /*border-left: 1px solid #0085c3;*/
    /*padding-left: 20px;*/
}

.feature_1 .sub p {
    border-left: 0px !important;
    font-size: 13px;
    line-height: 17px;
    padding-left: 20px;
}

.sub .row .col-md-2 {
    padding-right: 0px;
}

.quote {
    padding: 40px 47px;
    margin: 60px auto;
    border: 1px solid #f3f3f3;
    background: #faf4ff;
    color: #555;
    width: 100%;
    /*box-shadow: 0px 3px 6px #bbbaba4f;*/
}

.quote span {
    font-weight: 900;
    font-size: 25px;
    color: #4e276c;
    font-style: italic;
}

.quote img {
    color: red;
    width: 32px;
    height: 32px;
}

.quote .left {
    float: left;
    margin-right: 20px;
}

.quote .right {
    margin-right: 8px;
    margin-top: 2px;
}

.Customer_360 .quote .right {
    margin-right: 18px;
    margin-top: 5px;
}

.cloud_integration_page .offering .content {
    height: 165px;
}

.span-heading {
    height: 2px;
    background: #0085c3;
    width: 20%;
    float: left;
    margin-top: 38px;
}

.cloud_integration_page .bell-boomi-intro,
.cloud_integration_page .bell-boomi-question,
.omni_channel_integration_page .bell-boomi-question {
    padding: 40px 0px 40px;
}

.cloud_integration_page .bell-boomi-intro p,
.bell-boomi-question p {
    line-height: 23px;
    color: #000;
    text-align: justify;
}

.cloud_integration_page .bell-boomi-question,
.bell-boomi-question {
    background: linear-gradient(to right, #78cbec, #d6eff9);
}

.cloud_integration_page .bell-boomi-intro .btn-success,
.omni_channel_integration_page .bell-boomi-intro .btn-success,
.Customer_360 .bell-boomi-intro .btn-success {
    background: #652a69;
    border-radius: 30px;
    padding: 7px 15px;
    border: 1px solid #652a69;
    transition: all 0.4s ease-in-out;
}

.cloud_integration_page .bell-boomi-intro .btn-success:hover,
.omni_channel_integration_page .bell-boomi-intro .btn-success:hover,
.Customer_360 .bell-boomi-intro .btn-success:hover {
    background: transparent;
    border: 1px solid #652a69;
    transition: all 0.4s ease-in-out;
    color: #652a69;
}

#tabs img {
    margin-top: 20px;
}

.omni_channel_integration_page .bell-boomi-question img {
    margin-top: 102px;
}

.omni_channel_integration_page .overlay {
    top: 70px;
}

/*---------------*/
.omni_channel_integration_page .offering .content {
    /*height: 239px;*/
}

.omni_channel_integration_page .quote span {
    font-size: 23px;
}

.omni_channel_integration_page a#nav-home-tab {
    padding-bottom: 39px;
}

.Customer_360 a#nav-home-tab,
.Customer_360 a#nav-contact-tab {
    padding-bottom: 20px;
}

.omni_channel_integration_page a#nav-profile-tab {
    padding-bottom: 39px;
}

.mar-30-split {
    margin-top: 30px;
}

.cloud_integration_page .bell-boomi-intro img {
    margin-top: 43px;
}

.float_ebook {
    position: fixed;
    bottom: -172px;
    left: 0px;
    width: 500px;
    margin: 0px auto;
    background: #eceaea;
    border-radius: 0px 6px 0px 0px;
    z-index: 9;
    padding: 20px 20px 30px 45px;
    display: none;
}

.float_ebook img {
    margin-top: 12px;
    border: 1px solid #ccc;
}

.float_ebook p {
    color: #444 !important;
}

.float_ebook .row {
    position: relative;
}

.float_ebook .close {
    position: absolute;
    right: 4px;
    top: -24px;
    width: 15px;
    opacity: 0.5;
    border: 0px;
    height: 15px;
}

.float_ebook .close:hover {
    opacity: 1;
}

.float_ebook .btn-success {
    width: 100%;
    text-align: center;
}


@media screen and (max-width: 991px) {
    /***SAP-Integration***/
    .sec2
 {
 margin-top:1.5% !important;
 margin-bottom:-2% !important;
 }  
    .banner-text-sap
    {
        width:auto;
    }
    .banner-sap.bg{
        background:none !important;
    }
    
    
    .micro-page h2
    {
        font-size: 22px;
    line-height: 25px;
    }
    .card-sap img{
     
         margin-bottom:-5% !important;
         margin-left:42%;
         }
         .card-container-sales .card-sales img{
     
            margin-bottom:-50px !important;
            margin-left:42%;
            }

         .card-container-sap{
             margin-top:2%;
             margin-bottom:7%;
         }
         .card-container-sales{
            margin-top:2%;
            margin-bottom:10%;
        }
    
        .stripp h4 {
            font-size: 22px !important;
            line-height: 36px !important;
            font-family: mont-medium;
        }
 .card-content-sap
 {
     height:auto;
 }
	.tab-sub-head{font-size: 28px;
  line-height: 40px;
  margin-bottom: 20px;}
 .card-container-sales .card-content-sales
 {
     height:auto!important;
 }
 .card-container-sales .card-content-sales
 {
     height:auto!important;
 }
 .sec2
 {
 margin-top:1.5% !important;
 margin-bottom:-1% !important;
 }   
 .sec1,.sec2
 {
 font-size:30px;
 }
     .header-sap
     {
     font-size:18px;
     }
     .banner-sap
     {
         height:auto !important;
     }
    
    .img-responsive
    {
         display: block;
         margin-left: auto;
         margin-right: auto;
         
    }
     .card-container-sap .card-sap
     {
     height:auto !important;
     }
     .card-container-sales .card-sales
     {
     height:auto !important;
     }
     .display-column1
     {
     display: block;
     }
     .display-column
     {
     display: none;
     }
     .content-title
     {
     margin-right: 0%;
     }
     .content-title-sales
     {
     margin-right: 0%;
     
     }
     .content-title-two-sales{
         width:auto!important;
     }
     .final
     {
         padding-bottom:0%;
     }
     .img-bottom
     {
     padding-bottom:5%;
     }
    /***End Of SAP-Integration***/
    
    .omni_channel_integration_page .bell-boomi-question img {
        margin-top: 90px;
    }

    .navbar-right .dropdown-menu {
        right: -145px;
        left: auto;
    }

    .cloud_integration_page .bell-boomi-intro img {
        margin-top: 94px;
    }

    .omni_channel_integration_page .offering .content {
        height: 275px;
    }

    .why_aspire img {
        width: 128px;
        margin: 2px 0px 0px 46px;
        height: 146px;
    }

    .why_aspire .content {
        text-align: center;
        height: 134px;
    }

    .why_aspire .col-md-2.col-sm-4 {
        border-right: 2px solid #c5c5c5;
        margin-bottom: 22px;
        border-left: 0px;
    }

    h1 {
        font-size: 22px;
        line-height: 36px;
    }

    .banner h1 {
        font-size: 30px;
        line-height: 44px;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 8px !important;
        font-size: 12px;
    }

    nav.navbar .btn-primary {
        width: 110px;
        height: 27px;
        font-size: 12px;
    }

    .banner>.navbar .btn-primary {
        width: 110px;
        height: 34px;
        font-size: 12px;
            margin: 0px 8px;
    }
nav.navbar .btn-primary.btn-ser{
        width: 65px !important;
        height: 30px !important;
}
.contact_page nav.navbar .btn-primary.btn-ser {
    width: 74px !important;
    height: 30px !important;
}
    .not-tab {
        display: none;
    }

    .navbar-header img {
        height: 45px !important;
    }

    .logo.first-menu {
        height: auto !important;
            margin-top: 21px;
    height: 42px !important;
    }

    .logo2 {
        display: none;
        margin-top: 17px;
    }

    .banner {
        height: 370px;
    }

    .hr {
        width: 53px;
        background: #fff;
        height: 1px;
    }

    /* iframe{
  width:100%;
  height:220px;
 }*/
    .head-line-wrapper h1 {
        font-size: 22px;
    }

    .resource p {
        font-size: 14px;
    }

    /*resource*/
    .resource .content {
        background: url('../img/Dell-Boomi-iPaaS_v05_07.png')no-repeat center;
        height: 240px;
        padding: 48PX 20PX;
        transition: all 0.3s ease-in-out !important;
        background-size: 100%;

    }

    .resource .content2 {
        background: url('../img/Dell-Boomi-iPaaS_v05_04.png')no-repeat center;
        height: 240px;
        padding: 48PX 20PX;
        transition: all 0.3s ease-in-out !important;
        background-size: 100%;
    }

    .resource .content3 {
        background: url('../img/Dell-Boomi-iPaaS_v05_06.jpg')no-repeat center;
        height: 240px;
        padding: 48PX 20PX;
        transition: all 0.3s ease-in-out !important;
        background-size: 100%;
    }

    .resource .content4 {
        background: url('../img/Dell-Boomi-iPaaS_v05_08.png')no-repeat center;
        height: 240px;
        padding: 48PX 20PX;
        transition: all 0.3s ease-in-out !important;
        background-size: 100%;
    }

    .resource .content5 {
        background: url('../img/Dell-Boomi-iPaaS_v05_09.png')no-repeat center;
        height: 240px;
        padding: 48PX 20PX;
        ;
        transition: all 0.3s ease-in-out !important;
        background-size: 100%;
    }

    .resource .content6 {
        background: url('../img/Dell-Boomi-iPaaS_v05_10.png')no-repeat center;
        height: 240px;
        padding: 48PX 20PX;
        transition: all 0.3s ease-in-out !important;
        background-size: 100%;
    }

    .resource .content:hover,
    .resource .content2:hover,
    .resource .content3:hover,
    .resource .content4:hover,
    .resource .content5:hover,
    .resource .content6:hover {
        /*background-position: 20% 50%;*/
        background-size: 114%;
        transition: all 0.3s ease-in-out !important;
    }
.resource-gallery .nav-tabs>li a{
    padding:10px 17.32px !important;
}
    .footer a,
    .email_us p>a,
    .address p,
    .troll-free p>a,
    .footer p {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .move .service-btn-bai {
        border: 1px solid #fff;
        border-radius: 2px;
        background: transparent;
        width: 170px;
        height: 64px;
        display: block;
        margin-bottom: 66px;
        text-align: center;
        transition: all 0.4s ease-out;
        font-size: 12px;
    }

    .move {
        height: 530px;
    }

    .quote span {
        font-size: 18px;
    }

    .quote .right {
        margin-right: 115px;
        margin-top: 4px;
    }

    .cloud_integration_page .quote .right {
        margin-right: 92px;
        margin-top: 4px;
    }

    .bell-boomi-question p {
        font-size: 12px;
        line-height: 18px;
    }

    .feature_1 p {
        font-size: 14px;
        color: #242424;
        line-height: 22px;
        padding-bottom: 0px;
        border-left: 0px;
        padding-left: 0px;
    }

    .feature_1 h4 {
        color: #0085c3;
        margin: 15px 0px;
    }

    #tabs .nav-item {
        font-size: 12px;
    }

    .omni_channel_integration_page a#nav-profile-tab {
        padding-bottom: 20px;
        font-size: 12px;
    }

    .overlay {
        width: 345px;
        height: 222px;
    }

    .Customer_360 .overlay {
        width: 100%;
        height: 160px;
    }

    .overlay_inner {
        color: #fff;
        font-size: 131px;
        margin: 68.5px 128px;
        border: 1px solid #fff;
        width: 80px;
        height: 80px;
        vertical-align: middle;
        border-radius: 134px;
        padding: 32px 26px;
        font-size: 60px !important;
        transition: all 1s ease-in-out;
    }
    .resource-gallery .resource_card{
      height: 394px;
    }
    .resource-gallery .resource_card h1 {
       padding: 5px 15px 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .event_home_page 
}


@media screen and (max-width: 767px) {
       /**SAP-Integration**/
   .banner-text-sap
   {
       width:auto;
   }
   .card-content-sap
   {
       height:auto;
   }
   .banner-sap.bg
   {
       background:none !important;
   }
   .content-title-two
   {
       width:80%;
   }
   .content-title-two-sales
   {
       width:85%;
   }
	.logo.first-menu{display: none!important;}
	.logo2.secound-menu{display: block!important;}
  
   
   .micro-page
   {
       background-image: url(../img/micro-page-2.jpg);
   } 
   .micro-page .salesforce
   {
       padding-top:90px;
   }
   .micro-page h2
   {
       font-size: 22px;
   line-height: 25px;
   }
   .sec2
{
    margin-top:12% !important;
}
.testimonial1 
{
    margin-top:-5% !important;
}

.sec1,.sec2
    {
    font-size:23px;
    }
    
    .header-sap
    {
    font-size:18px;
    }
    .final
    {
        padding-bottom:0%;
    }
    .p{
    font-size:15px;
    }
    .card-container-sap .card-sap .card-content-sap,.card-container-sales .card-sales .card-content-sales {
    line-height:22px !important;
    }
    .card-container-sales .card-sales .card-content .header-sap{
        height:auto!important;
    }

    .card-content-sales .text-center {
        height: auto!important;
    }
    .card-sap img{
        
      margin-bottom:-15% !important;
      margin-left:32%;
      }
      .card-container-sales .card-sales img{
        
        margin-bottom:-15% !important;
        margin-left:34%;
        }
    
   
    .card-container-sap,.card-container-sales
    {
    padding-top:10%;
    }
    
   
    .display-column1
    {
    display:block;
    }
    .display-column
    {
    display: none;
    }
    .content-title
    {
    margin-right: 0%;
    }
    .content-title-sales
    {
    width:95%;
    }
    
   
    .img-bottom
    {
    padding-bottom:5%;
    }
  
   /**End of SAP-Integration**/
    .cloud_integration_page .bell-boomi-intro img {
        margin-top: 0px;
    }

    .integration-auras {
        display: none;
    }

    .add-banner {
        background: #f4f4f4;
    }

    .mar-30-split {}

    .feature_1 p {
        font-size: 14px;
        color: #242424;
        line-height: 22px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

    .feature_1 h4 {
        color: #0085c3;
        margin: 15px 0px;
    }

    .navbar-inverse {
        background-color: #fff;
        border-color: #080808;
        position: fixed;
        width: 100%;
        z-index: 999;
        border: 0px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #a7a7a7;
    }

    .logo2 {
        display: block;
        height: 40px;
        padding: 0px 0px 10px 10px;
        margin-top: 0px;
    }

    .navbar-header img {
        height: 60px !important
    }

    .navbar-inverse {
        box-shadow: 0px 6px 9px #0000004d;
    }

    .logo,
    .move img,
    br {
        display: none;
    }

    h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .move br {
        display: block;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #333 !important;
        padding-left: 30px !important;
    }
    .banner>.navbar .btn-ser {
        width: 100px;
        height: 30px;
        font-size: 12px;
        margin-top: 0px;
        color: #333 !important;
        margin-bottom: 5px;
        margin-left: 12px !important;
    }

    .move .service-btn-bai {
        width: 100%;
        padding: 8px;
        margin-bottom: 40px;
    }

    .move {
        padding-left: 15px !important;
        padding-right: 15px !important;
        height: 480px;
    }

    .nav-effect {
        padding: 6px 0px 0px 0px !important;
    }

    iframe {
        width: 100%;
        height: 220px;
    }
    nav.navbar .btn-primary.btn-ser{
        margin-left: 22px !important;
    }

    /*resource*/
    .resource-gallery .resource_card {
        max-width: 400px;
        margin: auto;
        margin-bottom: 20px;
    }

    /*menu*/
    #myNavbar {
        padding-top: 0px;
        height: 295px;
        overflow-y: scroll;
    }

    .flow_page .img-responsive.wow.zoomIn.animated,
    .EDI_page .img-responsive.wow.zoomIn.animated,
    .intergration_page .img-responsive.wow.zoomIn.animated,
    .api_page .img-responsive.wow.zoomIn.animated,
    .support_page .img-responsive.wow.zoomIn.animated {
        margin: auto;
    }

    .flow_page .bell-boomi-intro,
    .EDI_page .bell-boomi-intro,
    .intergration_page .bell-boomi-intro,
    .api_page .bell-boomi-intro,
    .support_page .bell-boomi-intro {
        padding: 30px 0px 30px;
    }

    .flow_page .banner-content,
    .EDI_page .banner-content,
    .intergration_page .banner-content,
    .api_page .banner-content,
    .support_page .banner-content {
        margin-top: 165px;
    }

    .sub-form img {
        margin-top: 40px;
    }

    .contact_page .form1 textarea {
        width: 100%;
        height: 70px;
        padding-left: 15px;
        padding-top: 10px;
        border: 1px solid #c5c5c5;
        background: #f1f1f1;
    }

    .bell-boomi-intro iframe {
        margin-top: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 30px;
        font-size: 12px;
        background: #f2f2f2;

    }

    .navbar-header button[aria-expanded="true"] {
        height: 34px;
    }

    .navbar-inverse .navbar-toggle:focus {
        background-color: #fff;
    }

    .navbar-header button[aria-expanded="true"] span:nth-child(1) {
        transform: rotate(40deg);
        background-color: #333 !important;
        margin-top: 0px;
    }

    .navbar-header button[aria-expanded="true"] span:nth-child(2) {
        display: none;
    }

    .navbar-header button[aria-expanded="true"] span:nth-child(3) {
        transform: rotate(-40deg);
        background-color: #333 !important;
        margin-top: -2px !important;
    }

    .navbar-header a {
        float: left;
    }

    .nav.navbar-nav.navbar-right {
        margin-top: 7px;
    }

    .why_aspire img {
        margin: auto
    }

    .why_aspire .col-md-2.col-sm-4 {
        border-left: 0px solid #c5c5c5;
    }

    .underline {
        border-bottom: 1px solid #c5c5c5;
    }

    .bell-boomi-intro img {
        padding-bottom: 15px;
    }

    .offering .content {
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 20px;
        height: auto !important;
        width: auto;
        margin: auto auto 20px;
    }

    .content_content .img-responsive {
        margin: auto;
    }

    /*-----------new style -------------*/
    .why_aspire {
        display: none !important;
    }

    .mobile_section .img-responsive {
        margin: auto;
        display: block;
        object-fit: cover;
        width: 100%;
    }

    .intergration_partners.mobile-integration-partner,
    .mobile_section {
        display: block;
    }

    .footer {
        background: #161420;
        padding: 25px 0px 30px;
    }

    .mobile_section {
        border-top: 1px solid #eee;
    }

    #tabs nav #nav-tab {
        height: auto;
        vertical-align: middle;
        text-align: center;
        margin-left:
    }

    #tabs .nav-item,
    .omni_channel_integration_page a#nav-home-tab .omni_channel_integration_page a#nav-profile-tab {
        color: #333;
        padding: 8px 0px !important;
        text-decoration: none;
        margin-bottom: 10px;
        background: transparent;
        letter-spacing: 1px;
    }

    .nav-item.nav-link.active {
        border-bottom: 2px solid rgb(16, 184, 26) !important;
        font-weight: bold;
        font-size: 14px !important;
    }

    #tabs #nav-about-tab {
        margin-bottom: 0px;
    }

    .quote {
        padding: 15px;
        margin: 20px auto;
    }

    .quote span,
    .omni_channel_integration_page .quote span {
        font-size: 14px;
    }

    .quote img,
    .overlay {
        width: 22px;
        height: auto;
    }

    #tabs img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .feature_1 {
        padding-bottom: 40px;
    }

    .mar-30-split {
        margin-top: 0px;
    }

    #myNavbar .nav.navbar-nav.navbar-right li:nth-child(3) .btn-ser {
        padding-left: 5px !important;
    }

    .float_ebook {
        z-index: 999999;
    }
    .resource-gallery .resource_card{
      height: auto !important;
    }
     .resource-gallery .nav-tabs>li{
      width: 50%;
     }
     .resource-gallery .nav-tabs>li a{
     border-bottom: 2px solid transparent;
     text-align: center;
     }

}

@media screen and (max-width: 540px) {

    .float_ebook {
        width: 100% !important;
    }

    .float_ebook img {
        height: 80px;
        margin: auto;
    }

    .float .col-xs-3,
    .float .col-xs-9 {
        width: 100% !important;
    }

    .float-btn {
        width: 15%;
        padding-top: 23% !important;
    }

    .float_ebook .close {
        top: -6px;
        right: 9px;
    }

}
@media screen and (width: 320px) {
    .content-title-two
    {
        width:auto !important;
    }
    .content-title-two-sales
    {
        width:auto !important;
    }
    .content-title-sales{
        width:100%;
    }
}