/* General Start */

/* Fonts 59px, 45px, 25px, 21px, 17px, 15px */

body {
    margin: 0;
    padding: 0;
}

body * {
    font-family: "Rethink Sans", "Neue Helvetica Roman", Arial, sans-serif;
    line-height: 1.444 !important;
    font-weight: unset !important;
    color: #777777;
    letter-spacing: unset !important;
}

.navbar-fixed-top {
    top: 20px;
}

a:hover, a:visited, a:focus {
    color: #0E0A4D;
}

label {
    font-size: 17px;
}

h1, .h1 {
    color: #0E0A4D;
    margin-bottom: 0px !important;
    font-size: 82px !important;
    line-height: 1.2222 !important;
    font-family: "Rethink Sans Bold", "Neue Helvetica Bold", Arial, sans-serif;
    letter-spacing: -1px !important;
}

.homeheroh1{
    font-size: 90px !important;
    line-height: 1.2222 !important;
    font-family: "Rethink Sans Bold", "Neue Helvetica Bold", Arial, sans-serif;
}

h2, .h2, h2 a {
    font-family: "Rethink Sans Bold", "Neue Helvetica Bold", Arial, sans-serif;
    font-size: 48px !important;
    font-weight: unset !important;
    line-height: 1.222 !important;
    margin: 15px 0px 25px;
    color: #0E0A4D;
    letter-spacing: 0px !important;
}

h2.special, .h2.special {
    font-family: "Rethink Sans", "Neue Helvetica Roman", Arial, sans-serif;
    font-size: 48px !important;
    font-weight: unset !important;
    line-height: 1.222 !important;
    margin: 15px 0px 25px;
    color: #0E0A4D;
    letter-spacing: unset !important;
}

h3 {
    font-family: "Rethink Sans", "Neue Helvetica Medium", Arial, sans-serif;
    font-size: 17px !important;
    font-weight: unset !important;
    line-height: 1.222 !important;
    margin: 0;
    color: #175CFF;
    background: #e8efff;
    letter-spacing: unset !important;
    padding: 9px 18px;
    display: inline-block;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 9px;
}

h4 {
    font-family: "Rethink Sans Medium", "Neue Helvetica Medium", Arial, sans-serif;
    font-size: 31px !important;
    font-weight: unset !important;
    line-height: 1.222 !important;
    margin: 0px;
    color: #0E0A4D;
    letter-spacing: unset !important;
}

h5 {
    font-family: "Rethink Sans Medium", "Neue Helvetica Medium", Arial, sans-serif;
    font-size: 23px !important;
    font-weight: unset !important;
    line-height: 1.222 !important;
    margin: 0px;
    color: #333333;
    letter-spacing: unset !important;
}

h1.special, h2.special, h3.special, h4.special, h5.special {
    font-family: "Rethink Sans", "Neue Helvetica Roman", Arial, sans-serif;
}

.text-bold {
    font-weight: unset !important;
    font-family: "Rethink Sans Bold", "Neue Helvetica Medium", Arial, sans-serif;
}

.nomargin {
    margin: 0px !important;
}

.nomargintop {
    margin-top: 0px !important;
}

.nomarginbottom {
    margin-bottom: 0px !important;
}

.not-rounded{
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.bg-dyspach {
    background-color: #0E0A4D !important;
}

.bg-info {
    background-color: #175CFF !important;
}

.bg-light-info {
    background-color: #e8efff !important;
}

.bg-yellow {
    background-color: #FED719 !important;
}

.bg-yellow-clouds {
    background-color: rgba(255, 255, 36, 0.15) !important;
}

.btn.btn-large {
    font-size: 19px;
}

.btn-yellow {
    background-color: #FED719;
    color: #0E0A4D !important;
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
    color: #0E0A4D !important;
    background-color: #FED719;
}

.btn-yellow:visited {
    color: #0E0A4D !important;
}

.btn-pink {
    background-color: #FF4E8E;
    color: #FFFFFF !important;
}

.btn-pink:hover, .btn-pink:active, .btn-pink:focus {
    color: #FFFFFF !important;
    background-color: #FF4E8E;
}

.btn-pink:visited {
    color: #FFFFFF !important;
}

.btn-primary {
    background-color: #0E0A4D;
    color: #FFFFFF !important;
}

a.btn-primary:hover, a.btn-primary:active, a.btn-primary:focus, a.btn-primary:visited {
    color: #EEEEEE;
    background-color: #0E0A4D;
}

.btn-info {
    background-color: #175CFF;
    color: #FFFFFF !important;
}

a.btn-info:hover, a.btn-info:active, a.btn-info:focus {
    color: #EEEEEE;
    background-color: #175CFF;
}

.btn-yellow:visited {
    color: #FFFFFF;
}

.btn-clear {
    color: #175CFF !important;
    border: 2px solid #175CFF;
}

.btn-clear:hover, .btn-clear:active, .btn-clear:focus, .btn-clear:visited {
    background: #e8efff;
}

.btn-clear-white {
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF;
}

.btn-clear-white:hover, .btn-clear-white:active, .btn-clear-white:focus, .btn-clear-white:visited {
    background: transparent;
}

.text-yellow {
    color: #FED719 !important;
}

a.text-yellow:hover, a.text-yellow:visited, a.text-yellow:focus {
    color: #FED719 !important;
}

.text-primary {
    color: #0E0A4D !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-dull-white {
    color: rgba(240, 240, 240, 0.8) !important;
}

.text-gray {
    color: #777777 !important;
}

.text-info {
    color: #175CFF !important;
}

.text-pink {
    color: #FF4E8E !important;
}

.text-upper{
    text-transform:uppercase !important;    
}

.lead {
    font-size: 23px !important;
    line-height: 1.444 !important;
}

.text-small {
    font-size: 17px;
}

.btn {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.form-control, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 17px !important;
    color: #777777 !important;
}

.navbar-nav > li > a {
    font-size: 17px;
}

.navbar .brand {
    padding-bottom: 0px;
}

.height5 {
    clear: both;
    height: 5px;
    content: "";
    display: block;
}

.height10 {
    clear: both;
    height: 10px;
    content: "";
    display: block;
}

.height15 {
    clear: both;
    height: 15px;
    content: "";
    display: block;
}

.height35 {
    clear: both;
    height: 35px;
    content: "";
    display: block;
}

.height50 {
    clear: both;
    height: 50px;
    content: "";
    display: block;
}

.height70 {
    clear: both;
    height: 70px;
    content: "";
    display: block;
}

.bg-clouds {
    /*background-color: rgba(240, 240, 240, 0.5);*/
    background-color:#F0F2F5;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.standard-section .background {
    /*opacity: 1 !important;*/
}

.modal-lg {
    width: 1170px;
}

/* General End */

/* Header Start */

header {
    padding: 0;
}

header .brand {
    padding-top: 10px !important;
}

header .brand img:first-child {
    width: 175px !important;
    height: auto !important;
    margin-top: 15.5px !important;
}

.navbar-fixed-top {

}

.navbar-nav > li > a {
    padding: 10px 21px;
    margin-top: 17.5px;
    margin-left: 0px;
}

.navbar-nav > li > a.btn-yellow:hover, .navbar-nav > li > a.btn-yellow:visited, .navbar-nav > li > a.btn-yellow:focus {
    background-color: #FED719 !important;
}

.navbar-inverse {
    background: transparent;
}

.navbar .navbar-toggle {
    z-index: 3 !important;
}

.navbar:not(.navbar-inverse) .navbar-toggle {
    background: url("../../../assets/common-files/icons/menu-icon-dark.png") 50% no-repeat;
}

.homePage .header-2-startup-antiflicker.header-antiflicker {
    background-color: #0E0A4D;
}

.otherPage .header-2-startup-antiflicker.header-antiflicker {
    background-color: #FFFFFF !important;
}

body > .navbar-collapse {
    padding: 25px;
}

body > .navbar-collapse .subnav li > a {
    font-size: 17px;
    margin-bottom: 15px;
    padding: 7px 21px;
}

.navbar-inverse .navbar-collapse {
    border-color: transparent;
}

body > .navbar-collapse {
    /*background-color: #e8efff;*/
    background: rgba(249, 249, 249, 1);
}


/* Header End */

/* Home Page Start */

/* Hero Start */
.mcontent .header-2-sub {
    text-align: left;
    padding-bottom: 0px;
}

.mcontent .header-2-sub .customer_logos_hero {
    list-style:none;
    padding:0;
    display:block;
    margin:0 auto;
    text-align:center;
    width:100%;
    overflow:auto;
}

.mcontent .header-2-sub .customer_logos_hero  li{
    display:inline-block;
    margin:20px;
    min-width:12%;
    min-height: 45px;
    vertical-align: middle;
    text-align:center;
}

.mcontent .header-2-sub .customer_logos_hero  li img{
    height:35px;
    max-width:unset !important;
}

.mcontent .header-2-sub .press_logos {
    list-style:none;
    padding:0;
    display:block;
    width:100%;
    overflow:auto;
}

.mcontent .header-2-sub .press_logos  li{
    display:inline-block;
    margin:0 15px;
    min-height: 45px;
    vertical-align: middle;
    text-align:left;
}

.mcontent .header-2-sub .press_logos  li img{
    height:35px;
    max-width:unset !important;
}

.mcontent .header-2-sub .hero-unit p {
    letter-spacing: unset !important;
}

.mcontent .header-2-sub .text-small {
    padding: 2px 0px 0px;
    margin: 0;
}

.mcontent .header-2 .navbar .nav > li > a {
    padding: 22px 0px;
}

.mcontent .header-2 .navbar .nav > li.active > a {
    color: #FFFFFF;
}

.mcontent .header-2 .navbar .nav > li.active > a:visited, .mcontent .header-2 .navbar .nav > li.active > a:hover, .mcontent .header-2 .navbar .nav > li.active > a:focus {
    color: #EEEEEE !important;
}

.mcontent .header-2 .navbar.navbar-inverse .nav > li > a {
    color: #0E0A4D;
}

.mcontent .header-2 .navbar.navber-inverse .nav > li.active > a {
    color: #0E0A4D;
}

.mcontent .header-2 .navbar.navber-inverse .nav > li > a:visited, .mcontent .header-2 .navbar.navber-inverse .nav > li > a:hover, .mcontent .header-2 .navbar.navber-inverse .nav > li > a:focus {
    color: #0E0A4D;
}

.mcontent .header-2 .navbar .nav > li > a.btn-yellow {
    padding: 12px 25px;
    margin: 10px 0px;
}

.mcontent .header-2 .navbar .nav > li > a.btn-primary {
    padding: 12px 25px;
    margin: 10px 0px;
}

.mcontent .header-2 .navbar .nav > li > a.btn-primary {
    background-color: #0E0A4D;
    color: #FFFFFF !important;
}

.mcontent .header-2 .navbar .nav > li > a.btn-primary:hover, .mcontent .header-2 .navbar .nav > li > a.btn-primary:visited, .mcontent .header-2 .navbar .nav > li > a.btn-primary:focus {
    color: #EEEEEE;
}

.mcontent .header-2 .navbar .nav > li {
    margin-left: 35px;
}

.navbar .nav > li {
    margin-left: 10px;
}

.navbar .nav > li > a.btn-info:hover, .navbar .nav > li > a.btn-info:visited, .navbar .nav > li > a.btn-info:focus {
    background-color: rgba(23, 92, 255, 0.8);
    color: #FFFFFF !important;
}

#watchvideo{
	position:absolute;
    left:40%;
    top:50%;
    padding-left:35px;
    padding-right:35px;
    z-index:999;
    box-shadow:rgba(255, 78, 142, 0.15) 0px 0px 40px;
}

#watchvideo i{
	font-size:36px;
    vertical-align:middle;
    margin-top:-2px;
    margin-right:5px;
}

.watchvideo i{
    margin-right:5px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .1) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .1) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
}

.carousel-inner {
    background-image: -webkit-linear-gradient(bottom, color-stop(rgba(0, 0, 0, .2) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
}

.carousel-indicators {
    margin-left: 0;
    bottom: 21px;
    left: 35px;
}

.mcontent .carousel-indicators li {
    text-indent: unset;
    margin: 0;
    min-width: 15px;
    min-height: 15px;
    width: auto;
    float: left;
    display: block;
    background-color: #F0F0F0;
    border: none;
    margin-right: 15px;
    padding: 5px 15px;
    border-radius: 60px;
}

.mcontent .carousel-indicators li.active {
    background-color: #E8EFFF;
}

.mcontent .carousel-indicators li span {
    display: none;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.mcontent .carousel-indicators li.active span {
    display: block;
}

/* Hero End */

/* Features Start */

.mcontent .feature-container {
    /*background-color: rgba(240, 240, 240, 0.35);*/
    background-color: #F0F2F5;
    padding: 40px 35px;
    border: 1px solid #F0F0F0;
    margin-bottom: 50px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.mcontent .bg-clouds .feature-container {
    /*background-color: rgba(255, 255, 255, 0.85);*/
}

.mcontent .pricing-section .feature-container:nth-child(odd) {
    margin-right: 20px;
}

.mcontent .pricing-section .feature-container:nth-child(even) {
    margin-left: 20px;
}

.mcontent .feature-container .feature-header {
    width: 100%;
    display: block;
    overflow: visible;
    clear: both;
}

.mcontent .feature-container .feature-header img{
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
}

.mcontent .feature-container .feature-header i {
    color: #175CFF;
    background-color: #e8efff;
    padding: 18px 24px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 48px;
    min-width: 100px;
    min-height: 100px;
}

.mcontent .feature-container .feature-header.danger i {
    background-color: rgb(255 78 142 / 10%);
}

.mcontent .feature-container .feature-header .btn-clear {
    float: right;
}

.mcontent .feature-container .feature-footer {
    margin-top: 70px;
}

.mcontent .feature-container .feature-footer h4 {
    margin-bottom: 15px;
}

.mcontent .feature-container .feature-footer p {
    margin-bottom: 35px;
}

.mcontent .feature-container .feature-footer .btn i {
    margin-right: 9px;
    vertical-align:middle;
    font-size:21px;
}

.mcontent .metrics-container .feature-container {
    padding:0px;
    position:relative;
    overflow:hidden;
    display:block;
}

.mcontent .metrics-container .feature-container i{
    color: #175CFF;
    background-color: #e8efff;
    padding: 65px 24px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: center;
    vertical-align: middle;
    font-size:72px;
    min-width:100%;
    min-height:210px;
    margin-bottom:35px;
}

.mcontent .metrics-container .feature-container .feature-footer {
    margin-top:0px;
    width:80%;
}

.mcontent .metrics-container .feature-container .feature-footer h4 {
    margin:0;
    margin-bottom:15px;
}

.mcontent .metrics-container .feature-container .feature-footer p {
    margin-bottom: 0px;
}

.mcontent .feature-container.feature-container-with-image .feature-header, .mcontent .feature-container.feature-container-with-image .feature-footer {
    padding: 0px 35px;
}

.mcontent .feature-container.feature-container-with-image {
    padding: 40px 0px;
}

.mcontent .feature-container.feature-container-with-image .feature-image {
    height: 360px;
    background-color: rgba(240, 240, 240, 0.85);
    margin-top: 35px;
}

.mcontent .feature-container.feature-container-with-image .feature-footer.second {
    margin-top: 35px;
}

/* Features End */

/* Why Start */
.circles {
    position: relative;
    height: 440px;
    overflow: visible;
}

.largecircle, .mediumcircle, .smallcircle {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.444 !important;
    position: absolute;
}

.largecircle {
    background: #e8efff;
    width: 420px;
    height: 420px;
    border-radius: 360px;
    -moz-border-radius: 360px;
    -webkit-border-radius: 360px;
    font-size: 28px;
    padding: 64px;
    right: 260px;
    top: 10px;
}

.mediumcircle {
    background: #0E0A4D;
    width: 320px;
    height: 320px;
    border-radius: 180px;
    -moz-border-radius: 180px;
    -webkit-border-radius: 180px;
    font-size: 21px;
    padding: 48px;
    right: 120px;
    top: -295px;
}

.smallcircle {
    background: #0E0A4D;
    width: 240px;
    height: 240px;
    border-radius: 180px;
    -moz-border-radius: 180px;
    -webkit-border-radius: 180px;
    font-size: 17px;
    padding: 36px;
    right: 0px;
    top: 0px;
}

.circles .note {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Why End */

/* Solution Start */

.sales-box .card {
    padding: 35px 35px 40px;
    margin-bottom: 35px;
}

.sales-box .card-4 {
    margin-top: 70px;
}

.sales-box .card-2 {
    margin-top: 225px;
}

.sales-box .card .cardnumber {
    margin-bottom: 35px;
}

.sales-box .card .cardtitle {
    margin-bottom: 28px;
}

.sales-box .card .sub-features {
    margin: 0;
}

.sales-box .card .sub-features li {
    font-size: 17px;
}

.sales-box .card .sub-features span, .sales-box .card .sub-features span i {
    margin-right: 5px;
}

.sales-box .card.bg-dyspach .sub-features span {
    color: #CFCFCF;
}

/* Solution End */

/* How it Works Start */

.number_bg {
    z-index: -1;
    font-family: "Rethink Sans Extra Bold" !important;
    font-size: 250px !important;
    color: #f7f7f7;
    line-height: 300px !important;
    left: -100px;
    top: -100px;
    font-weight: 800 !important;
    letter-spacing: -15px !important;
}

.howitworks {
    position: relative;
    height: 600px;
}

.semicircleprimary, .semicirclesecondary, .semicircletertiary {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
}

.semicircleprimary .content, .semicirclesecondary .content, .semicircletertiary .content {
    margin-top: 85px;
}

.semicirclesecondary .content {
    margin-top: 95px;
}

.semicircleprimary .content h4, .semicirclesecondary .content h4, .semicircletertiary .content h4 {
    margin-bottom: 5px;
}

.semicircleprimary {
    height: 200px;
    width: 400px;
    border-radius: 360px 360px 0 0;
    background-color: #0E0A4D;
    z-index: 3;
}

.semicirclesecondary {
    height: 400px;
    width: 800px;
    border-radius: 540px 540px 0 0;
    background-color: #175CFF;
    z-index: 2;
}

.semicircletertiary {
    height: 585px;
    width: 1170px;
    border-radius: 720px 720px 0 0;
    background-color: #e8efff;
    z-index: 1;
}

.outsideelements {
    position: relative;
    text-align: center;
    top: 120px;
}

.outsideelements .outsideelement {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.444 !important;
    background: #e8efff;
    width: 190px;
    height: 190px;
    border-radius: 190px;
    -moz-border-radius: 190px;
    -webkit-border-radius: 190px;
    font-size: 21px;
    padding: 28px;
    margin: auto;
    color: #0E0A4D;
}

.outsideelements .edgeelement {
    margin-top: 140px;
}

/* How it Works End */

/* Pricing Glue Start */

.pricingtheglue {
    padding: 140px 0px !important;
}

.pricingtheglue h4 {
    margin-bottom: 15px;
}

/* Pricing glue End */

/* Integrations Start */

.mcontent .header-2-sub.standard-section {
    padding: 120px 0px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes rslide {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.logos {
    overflow: hidden;
    padding: 50px 0;
    background: white;
    white-space: nowrap;
    position: relative;
    display: block;
    width: 100%;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide, .logos.reverse:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 35s rslide infinite linear;
    overflow: visible;
    width: max-content;
    block-size: fit-content;
}

.logos.reverse .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img {
    height: 35px;
    margin: 0 50px;
}

/* Integrations End */

/* Home Process Start */

.sub-features {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 35px;
}

.sub-features li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: unset;
    font-size: 21px;
}

.sub-features li i {
    color: #0E0A4D;
    margin-right: 5px;
}

/* Home Process End */

/* Features Start */

.header-2-sub .features .feature-icon {
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    vertical-align: center;
    background-color: #0E0A4D;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-top: 70px;
}

.header-2-sub .features .feature-icon i {
    color: #FFFFFF;
    font-size: 36px;
    padding: 19px 0px;
}

.header-2-sub .features h4 {
    margin: 25px 0px 15px;
}

/* Features End */

/* FAQs Start */

.header-2-sub .panel-group .panel {
    border: none;
    box-shadow: unset;
    border-bottom: 1px solid #DDD;
    background: none;
}

.header-2-sub .panel-group .panel:last-child {
    border: 0;
}

.header-2-sub .panel-group .panel .panel-heading, .header-2-sub .panel-group .panel .panel-body {
    background: none;
    border: none;

}

.header-2-sub .panel-group .panel .panel-heading {
    padding: 20px 0px;
}

.header-2-sub .panel-group .panel .panel-title i {
    float: right;
}

.header-2-sub .panel-group .panel .panel-body {
    padding: 0px 0px 15px;
}

.header-2-sub .panel-group .panel .panel-heading a {
    display: block;
    font-family: "Rethink Sans Medium", "Neue Helvetica Medium", Arial, sans-serif;
    font-size: 23px !important;
    font-weight: unset !important;
}

/* FAQs End */

/* Pricing Start */

.mcontent .pricing-header h5, .mcontent .pricing-rate h5 {
    display: block;
    clear: both;
}

.mcontent .pricing-rate h5 {
    margin: 70px 0 0px;
}

.mcontent .pricing-header h5 span {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background-color: #0E0A4D;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-right: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.mcontent .pricing-rate h5 span {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background-color: #0E0A4D;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-right: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.mcontent .pricing-rate h5 span i {
    font-size: 28px;
}

.table > thead > tr > th {
    border: 0 !important;
    padding: 35px 0px;
}

.mcontent .pricing-rate .table h5 {
    margin: 0px;
}

.mcontent .pricing-rate .table h5 span {
    display: block;
    float: none;
    width: 45px;
    height: 45px;
    background-color: #0E0A4D;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.mcontent .pricing-rate .table h5 span i {
    font-size: 19px;
}

.mcontent .pricing-rate .table tr td {
    padding: 21px 0px;
}

.mcontent .pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mcontent .pricing-features li {
    padding: 15px 0px;
    font-size: 21px;
}

.mcontent .pricing-features li i {
    color: #0E0A4D;
    margin-right: 5px;
}

.mcontent .pricing-section .col-sm-4 {
    display: block;
}

.mcontent .pricing-section .btn-group.change-plans .btn-large {
    font-size: 21px;
}

.mcontent .pricing-section .btn-group.change-plans label.btn {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-bottom: 3px solid transparent;
    padding: 15px 30px;
    margin-right: 0px;
}

.mcontent .pricing-section .btn-group.change-plans label.btn.active {
    border-bottom: 2px solid #175CFF;
    color: #175CFF !important;
    margin-right: 0px;
    background:#e8efff;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}

.mcontent .pricing-section .btn-group.change-plans label.btn.active span {
    color: #175CFF !important;
}

.mcontent .pricing-section .btn-group.change-plans label.btn i {
    margin-right: 9px;
}

.mcontent .pricing-section .btn-group.change-plans label.btn.active i {
    color: #175CFF !important;
}

.mcontent .pricing-section .btn-group.change-plans label.btn {

}

.mcontent .pricing-section .btn-group.change-plans label:hover {
    color: #333;
}

.mcontent .pricing-section .text-small {
    padding: 3px 0px;
}

.pricing-modal .modal-body {
    padding: 35px 50px 15px;
}

.pricing-modal .modal-body .form-group {
    margin-bottom: 25px;
}

.pricing-modal .modal-body .form-control:focus, .pricing-modal .modal-body .form-control:hover {
    border-color: #0E0A4D;
}

.pricing-modal .modal-body .btn-primary:hover, .pricing-modal .modal-body .btn-primary:visited, .pricing-modal .modal-body .btn-primary:focus {
    background-color: #0E0A4D;
}

.pricing-section .pricing-plans {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-section .pricing-plans li {
    font-size: 21px;
    padding: 12px 0px;
    clear: both;
}

.pricing-section .pricing-plans li i {
    margin-right: 12px;
    display: block;
    float: left;
    height: 30px;
    background: #e8efff;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #175CFF;
    padding-top: 4px;
    margin-bottom: 6px;
}

.pricing-section .pricing-plan-1 {
    padding-right: 40px;
}

.pricing-section .pricing-plan-2 {
    padding: 0px 25px;
}

.pricing-section .pricing-plan-3 {
    padding-left: 40px;
}

.mcontent .pricing-rate .table th {
    text-align: center;
}

.mcontent .pricing-rate .table tr td i {
    display: block;
    height: 50px;
    background: #e8efff;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    color: #175CFF;
    padding-top: 12px;
    margin: 0px auto;
}

/* Pricing End */

/* Footer Start */
.mcontent .wpcf7-response-output{
	margin:0 !important;
    padding:0 !important;
    border:none !important;
}

.footer-section .bg-dyspach .wpcf7-response-output, .modal .bg-dyspach .wpcf7-response-output{
	color:rgba(240, 240, 240, 0.8) !important;
    margin:0 !important;
    padding:0 !important;
    border:none !important;
}

.modal .bg-dyspach .wpcf7-response-output{
	margin-bottom:35px !important;   
}

.modal .close, .modal .close span {
	font-size:35px;
    color:#FFF;
    opacity:1;
}

.modal .modal-header{
	min-height:35px;
}

.modal .modal-body{
	padding-top:15px;
}

.mcontent .footer-4 .container {
    text-align: left;
}

.mcontent .footer-4 p {
    padding-top: 5px;
    margin: 0;
}

.mcontent .footer-4 .social-btns {
    float: right;
    list-style: none;
}

.mcontent .footer-4 .social-btns li {
    float: left;
    margin-left: 21px;
    font-size: 21px;
}

.mcontent .footer-4 .social-btns li i {
    color: #0E0A4D;
}

.mcontent .footer-section .bg-info {
    padding: 70px 0px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}


/* Footer End */

/* Home Page End */

/* BLOG BEGIN */
.mcontent .overlaytext{
	font-family: 'Rethink Sans Bold', Arial;
    font-size: 6vw;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 0.5em !important;
    width: 100% !important;
    color: rgba(255, 255, 255, .74) !important;
    bottom: 30%;
    text-align:center;
    white-space:nowrap;
}

.mcontent .post_author {
    margin: 50px 0px;
}

.mcontent .post_author img {
    float: left;
    display: block;
    margin-right: 21px;
    height: 90px;
    width: 90px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
}

.mcontent .post_author h6 {
    margin-bottom: 0;
}

.mcontent .post_author h4 {
    margin-bottom: 0px;
}

.mcontent .post_content * {
    font-size: 21px !important;
}

.mcontent .post_content p {
    margin: 27px 0px !important;
    font-size: 21px !important;
}

.mcontent .post_content h2 {
    font-size: 42px !important;
    margin-top:42px !important;
}

.mcontent .post_content a:hover, .mcontent .post_content a:visited, .mcontent .post_content a:focus {
    color: #175CFF !important;
}

.mcontent .navigation a, .mcontent .navigation a i {
    color: #175CFF !important;
}

.mcontent .terms h4, .mcontent .terms h5, .mcontent .terms h6{
	color: #777 !important;
    font-weight: unset !important;
    font-family: "Rethink Sans", "Neue Helvetica Roman", Arial, sans-serif !important;
    margin: 27px 0px !important;
    font-size: 21px !important;
    line-height:1.444 !important;
}

.mcontent .terms h1, .mcontent .terms h2, .mcontent .terms h3 {
    margin: 27px 0px !important;
    font-size: 21px !important;
    line-height:1.444 !important;
}

.mcontent .terms h2{
	font-size: 27px !important;
}

.mcontent .terms h4{
}

.mcontent .terms h5{
	margin-left:15px !important;
}

.mcontent .terms h6{
	margin-left:35px !important;
}

.mcontent .terms b{
	display:block;
    margin: 27px 0px !important;
    font-size: 21px !important;
    line-height:1.444 !important;

}

/* BLOG END */

/* MODAL START */
.modal-body select{
	/*webkit browsers */
	-webkit-appearance: auto !important;
	/*Firefox */
	-moz-appearance:  auto !important;
	/* modern browsers */
	appearance:  auto !important;
}

.modal-body select option{
	padding: 10px 16px;
}
/* MODAL END*/

/* PLATFORM START */
.mcontent .platform-carousel .feature-container{
    cursor: pointer !important;
    position:relative;
    z-index:99999;
    margin-bottom:25px;
    padding:0;
}

.mcontent .platform-carousel .feature-container.active{
    background-color: #e8efff;
}

.mcontent .platform-carousel .feature-container .feature-footer{
    padding:40px 35px;
}

/* PLATFORM END */

/* Plus Start */
.mcontent .content-31 .container .active .number{
    background:#175CFF;
    padding:7px 0px;
    height:50px;
    width:50px;
    left:-10px;
}

.mcontent .content-31 .container .active .active .number{
    background: #e8efff;
}

.mcontent .content-31 .container .row.active {
    padding:0px 0px 190px;
}

.mcontent .content-31 .container .row.active .content-31 .container .row.active{
    padding:15px 0px 0px;
}

.mcontent .content-31 .container{
    padding:190px 0px;    
}

.mcontent .content-31 .container h2{
    margin-top:0px;
}

.mcontent .content-31 .container .row .container{
    padding:15px 0px 0px;
}

.mcontent .hero-unit .content-31 .container:before {
    border-color:#175CFF;   
}
/* Plus End */