@font-face {
    font-family: Raleway-Light;
    src: url(../fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-SemiBold;
    src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: EncodeSans-Regular;
    src: url(../fonts/EncodeSans-Regular.ttf);
}

@font-face {
    font-family: EncodeSans-Light;
    src: url(../fonts/EncodeSans-Light.ttf);
}

@font-face {
    font-family: EncodeSans-Bold;
    src: url(../fonts/EncodeSans-Bold.ttf);
}

body {
    margin: 102px 0 0 0px;
}

.navbar {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

.navbar-collapse>ul>li>a {
    font-family: Raleway-SemiBold;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0px;
    color: #1D263E !important;
    opacity: 1;
}

.navbar-brand {
    width: 12%;
}

.navbar-collapse {
    flex-flow: row-reverse;
}

footer {
    background: #00235E;
}

footer .para p {
    font-family: EncodeSans-Regular;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 26px;
}

footer .links h5 a {
    font-family: EncodeSans-Bold;
    font-size: 18px;
    color: #4DD200;
    margin-bottom: 19px;
}

footer .links h5 {
    font-family: EncodeSans-Bold;
    font-size: 18px;
    color: #4DD200;
    margin-bottom: 19px;
}

footer .links a {
    font-family: EncodeSans-Regular;
    font-size: 14px;
    color: #fff;
}

footer .links p {
    font-family: EncodeSans-Regular;
    font-size: 16px;
    color: #fff;
}

footer .links button {
    font-family: EncodeSans-Regular;
    font-size: 18px;
    background: #fff;
    color: #1D263E;
    padding: 10px 30px;
    margin-top: 10px;
}

footer .logo {
    text-align: left;
}

footer .para {
    display: block;
}

.footer .social li a {
    color: #00235E;
    text-decoration: none;
    font-size: 20px;
}

.footer .social li {
    background: #fff;
    padding: 8px 10px;
    border-radius: 10px;
    width: 42px;
    height: 42px;
    text-align: center;
}

.footer .partner {
    text-align: center;
    font-family: Raleway-Bold;
    font-size: 15px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/hamburger-icon.png);
    margin: 5px 0px;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 0;
    width: 100%;
}

.site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px;
}

.site-navbar .site-logo a img {
    padding: 25px 0;
}

.site-navbar .site-navigation .site-menu ul li {
    padding: 0 25px;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    color: #4DD200;
    display: inline-block;
    padding: 20px 20px;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    /* padding: 25px 20px; */
    font-size: 13px;
    /* text-transform: uppercase; */
    display: inline-block;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'Raleway-SemiBold'
}


/* ul.site-menu.main-menu.js-clone-nav.mr-auto.d-none.d-lg-block li { */

.nav-top-link {
    padding: 0px 25px 0 0px;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #4DD200;
}

.site-navbar .site-navigation .site-menu>li.social>a {
    padding-left: 5px;
    padding-right: 5px;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    /* padding:0  20px; */
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    width: 290px;
    position: absolute;
    text-align: left;
    border-top: 2px solid #4DD200;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
    color: #4DD200 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 10px 20px;
    display: block;
    text-transform: capitalize;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #eff1f3;
    color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 13px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #4DD200;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #4DD200;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
    color: #4DD200;
}

.site-mobile-menu .site-nav-wrap .social {
    display: inline-block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li.social {
    float: none !important;
    width: auto !important;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #fff;
    padding: 0px 0px;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
    color: #000;
}

.sticky-wrapper .site-navbar .site-logo a {
    color: #fff;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
    color: #000;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
    color: #4DD200 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
    color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #4DD200;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
    color: #4DD200 !important;
}

.icon-menu:before {
    content: url(../img/hamburger-icon.png);
}


/* Modal */

.modal .modal-dialog {
    top: 20%;
}

.modal .modal-content {
    border: 0px !important;
    border-radius: 0px !important;
    text-align: center;
}

.modal .modal-body .thank-pad {
    padding: 76px 0px;
}

.modal .modal-body .row h3 {
    font-family: EncodeSans-Light;
    font-size: 36px;
    color: #00AA56;
}

.modal .modal-body .row p {
    font-family: Raleway-Regular;
    font-size: 16px;
    color: #1D263E;
}

.modal .modal-body .close,
.modal .modal-body .close:hover {
    position: absolute;
    top: -4%;
    right: -2%;
    opacity: 1 !important;
}


/* Modal 2 */

.modal .modal-body {
    padding: 30px;
}

.modal .m-dialog {
    top: 12%;
}

.modal .m-dialog .linksent {
    font-family: 'EncodeSans-Light';
    color: #4DD200;
    margin-top: 10px;
}


/* Buttons */

.request-demo {
    display: block;
    background: #4DD200;
    box-shadow: 0px 0px 30px #00000026;
    border-radius: 10px;
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 16px;
    padding: 14px 45px;
    text-decoration: none !important;
    border: 1px solid transparent;
    width: 100%;
    text-align: center;
}

.request-demo:hover {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 30px #00000026;
    border-radius: 10px;
    color: #4DD200;
    font-family: Raleway-Bold;
    font-size: 16px;
    padding: 14px 45px;
    text-decoration: none !important;
    border: 1px solid #4DD200;
    width: 100%;
    text-align: center;
}


/* .card-body a{
    color: #4DD200;
    text-decoration: none !important;
    background-color: transparent;
    font-weight: 600;
}
.card-body a:hover{
    color: #000;
    text-decoration: none !important;
    background-color: transparent;
    font-weight: 600;
} */

.w-20 {
    width: 18%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}


/* Page Title */

.page-title {
    position: relative;
}

.page-title .main-head {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
}

.page-title .main-head h1 {
    font-family: EncodeSans-Light;
    font-size: 48px;
    color: #fff;
}

.page-title .main-head img {
    width: 40%;
    margin-bottom: 10px;
}

.page-title .page-banner {
    width: 80%;
}

.page-title h5 {
    font-family: EncodeSans-Bold;
    font-size: 18px;
    color: #fff;
}


/* Intro Section */

.intro .intro-header h2,
.foryou .foryou-header h2 {
    font-family: EncodeSans-Light;
    font-size: 44px;
    color: #00235E;
    text-transform: capitalize;
}

.intro .intro-para p,
.foryou .foryou-para p {
    font-family: EncodeSans-Regular;
    font: 18px;
    color: #1D263E;
}

.foryou .foryou-para p span {
    font-family: EncodeSans-Bold;
    font: 18px;
    color: #1D263E;
}

.foryou-main {
    width: 100%;
}


/* Panel Main Css*/

.mainPanel {
    background: white;
    border-radius: 15px;
    min-height: 250px;
    padding: 20px;
    margin-bottom: 20px;
}

.mainPanel h3 {
    font-family: EncodeSans-Regular;
    font-size: 30px;
    color: #00AA56;
    min-height: 65px;
}

.mainPanel p {
    font-family: EncodeSans-Regular;
    font-size: 16px;
    color: #1D263E;
    min-height: 130px;
    margin-bottom: 0px;
}

.panelDivTitle h2 {
    font-family: EncodeSans-Light;
    font-size: 44px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.panelDivTitle p {
    font-family: Raleway-Medium;
    font-size: 18px;
    color: #00235E;
}


/* .mainPanel button,
.mainPanel a {
    font-family: EncodeSans-Bold;
    font-size: 16px;
    background: #4DD200;
    color: #fff;
    box-shadow: 0px 0px 30px #00000026;
    border-radius: 10px;
    padding: 12px 50px;
} */

.blue {
    color: #00235E !important;
}

.white {
    color: #fff !important;
}


/* .shadow {
    box-shadow: 0px 0px 30px #00000029 !important;
} */

.mainPanel h3,
.customHeight h3,
.customHeight1 h3,
.customHeight2 h3,
.customHeight3 h3,
.customHeight4 h3,
.customHeight5 h3,
.customHeight6 h3,
.customHeight7 h3 {
    text-transform: capitalize;
}


/* Think Download Section */

.think-download h2 {
    font-family: EncodeSans-Light;
    font-size: 44px;
    color: #00235E;
    margin-bottom: 4px;
}

.think-download p {
    font-family: EncodeSans-Regular;
    font-size: 24px;
    color: #1D263E;
    margin-bottom: 20px;
}


/* Carousel Section */

.caroulesPanel {
    background: #F1F0F6;
    border-radius: 15px;
    min-height: 290px;
    padding: 20px;
    margin-bottom: 20px;
}

.carouselTitle h2 {
    font-family: EncodeSans-Light;
    font-size: 44px;
    color: #00235E;
}

.carouselTitle p {
    font-family: Raleway-Medium;
    font-size: 18px;
    color: #00235E;
}

.caroulesPanel h3 {
    font-family: EncodeSans-Regular;
    font-size: 30px;
    color: #00AA56;
    min-height: 35px;
}

.caroulesPanel p {
    font-family: EncodeSans-Regular;
    font-size: 16px;
    color: #1D263E;
    min-height: 150px;
}

.caroulesPanel a,
.caroulesPanel a:hover {
    padding: 14px 63px;
}

.owl-dots {
    text-align: left !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #00235E;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid #00235E;
    margin: 3px;
}

.product-carousel {
    background: #fff !important;
}

.think-download {
    background-color: #F1F0F6;
}

@media screen and (max-width: 3072px) and (min-width: 1441px) {
    .think-download h2 {
        font-size: 36px;
    }
    .think-download p {
        font-size: 16px;
    }
    .thinkCon {
        padding: 15%;
    }
}

@media screen and (max-width: 2560px) and (min-width: 1440px) {
    .think-download h2 {
        font-size: 36px;
    }
    .think-download p {
        font-size: 16px;
    }
    .thinkCon {
        padding: 14%;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1281px) {
    .think-download h2 {
        font-size: 36px;
    }
    .think-download p {
        font-size: 16px;
    }
    .thinkCon {
        padding: 11%;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1023px) {
    .think-download h2 {
        font-size: 36px;
    }
    .think-download p {
        font-size: 16px;
    }
    .thinkCon {
        padding: 5% 15%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 785px) {
    body {
        margin-top: 108px;
    }
    .site-logo img {
        width: 40%;
    }
    .think-download h2 {
        font-size: 36px;
    }
    .think-download p {
        font-size: 16px;
    }
    .thinkCon {
        padding: 4%;
    }
    .request-demo {
        padding: 3% 15%;
        width: 100% !important;
        margin-top: 20px;
    }
    .request-demo:hover {
        padding: 3% 15%;
    }
}

@media screen and (max-width: 786px) and (min-width: 479px) {
    body {
        margin-top: 103px;
    }
    .site-logo img {
        width: 50%;
    }
    .page-title .main-head h1 {
        font-size: 30px;
    }
    .think-download h2 {
        font-size: 36px;
    }
    .think-download p {
        font-size: 15px;
    }
    .think-download .thinkCon {
        padding: 4% 2%;
    }
    .request-demo {
        padding: 4% 10%;
    }
    .request-demo:hover {
        padding: 2% 10%;
    }
}

@media screen and (max-width: 480px) and (min-width: 0px) {
    .page-title-mobile {
        position: relative;
    }
    .page-title-mobile .main-head {
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        width: 100%;
    }
    .page-title-mobile .main-head h1 {
        font-family: EncodeSans-Light;
        font-size: 24px;
        color: #fff;
    }
    .panelDivTitle h2 {
        font-family: EncodeSans-Light;
        font-size: 36px;
        margin-bottom: 15px;
        text-transform: capitalize;
    }
    .page-title-mobile .main-head img {
        width: 50%;
    }
    .page-title-mobile .page-banner {
        width: 80%;
        height: 188px;
    }
    .award-text {
        font-family: EncodeSans-Regular;
        font-size: 14px;
    }
    .intro .intro-header h1,
    .foryou .foryou-header h1 {
        font-family: EncodeSans-Regular;
        font-size: 36px;
        color: #00235E;
    }
    .intro .intro-para p,
    .foryou .foryou-para p {
        font: 16px;
    }
    .panelDivTitle h1 {
        font-family: EncodeSans-Regular;
        font-size: 36px;
    }
    .mainPanel h3 {
        font-size: 24px;
    }
    .customHeight,
    .customHeight h5,
    .customHeight p,
    .customHeight2,
    .customHeight2 h5,
    .customHeight2 p,
    .customHeight3,
    .customHeight3 h5,
    .customHeight3 p,
    .mainPanel,
    .mainPanel h3,
    .mainPanel p {
        min-height: 0px !important;
    }
    .caroulesPanel h3 {
        min-height: 35px;
    }
    .caroulesPanel p {
        min-height: 90px;
    }
    footer .logo {
        text-align: center;
        margin-bottom: 20px;
    }
    footer .para {
        display: none;
    }
    footer .mlinks h5 {
        width: 50%;
        float: left;
    }
    .navbar-brand {
        width: 40%;
    }
    body {
        margin: 110px 0 0 0px;
    }
    .think-download h2 {
        font-size: 36px;
    }
    .think-download p {
        font-size: 16px;
    }
    .thinkCon {
        padding: 5%;
    }
    .mainPanel .request-demo {
        margin-top: 20px;
    }
    .mainPanel h3 br,
    .easyToInt p br {
        display: none;
    }
    .intro .intro-header h2,
    .foryou .foryou-header h2 {
        font-size: 36px;
    }
    .caroulesPanel {
        min-height: 240px;
    }
    .w-20,
    .w-30,
    .w-40 {
        width: 100%;
    }
}