/*

Theme Name: Unmailable
Theme URI:
Description: Custom built theme to meet client requirements.
Version: 1.0
Author: Gomal Themes
Author URI:
Tags:
License URI:
Text Domain: Unmailable
*/

body {
    color: #666666;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
body,
html {
    height: 100%;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    text-decoration: none;
}
.box-shadow {
    box-shadow: 0 1px 5px 0px #c1c1c1;
}
a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #007ee5;
}
button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
section {
    width: 100%;
    padding: 80px 0;
    position: relative;
    clear: both;
    display: table;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #333333;
    box-shadow: none;
}
.bg-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.bg-fixed {
    background-attachment: fixed;
}
a:hover {
    text-decoration: none;
    color: #007ee5;
}
.pad-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.width100 {
    width: 100% !important;
}
.float_left {
    float: left;
    width: 100%;
}


.btn-gray {
    font-size: 16px;
    text-align: center;
    background-color: #999;
    padding: 12px 40px 12px 40px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
}
.btn-gray:before {
    background-color: #007ee5;
}
.btn-gray:focus:before,
.btn-gray:hover,
.btn-gray:hover:before {
    color: #666;
    background-color: #fff;
    border: 1px solid #666;
}


.btn-white {
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    padding: 12px 40px 12px 40px;
    color: #007ee5;
    border: 1px solid #007ee5;
    font-weight: 600;
}
.btn-white:before {
    background-color: #007ee5;
}
.btn-white:focus:before,
.btn-white:hover,
.btn-white:hover:before {
    color: #fff;
    background-color: #007ee5;
    border: 1px solid #fff;
}
.btn-blue {
    font-size: 16px;
    text-align: center;
    background-color: #007ee5;
    padding: 12px 40px 12px 40px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
}
.btn-blue:before {
    background-color: #007ee5;
}
.btn-blue:focus:before,
.btn-blue:hover,
.btn-blue:hover:before {
    color: #007ee5;
    background-color: #fff;
    border: 1px solid #007ee5;
}



.br-top-bottom-blue {
    border-top: 1px solid #007ee5;
    border-bottom: 1px solid #007ee5;
}
.br-top-grey {
    border-top: 1px solid #dddddd;
}
.br-bot-grey {
    border-bottom: 1px solid #dddddd;
}
.br-right {
    border-right: 1px solid #cccccc;
}
.bg-light-white {
    background: #f7faff;
}
.pad-45 {
    padding: 40px 0;
}
.bg-light-blue {
    background: #f7faff;
}
.pos-relative {
    position: relative;
}
.light-brown {
    background-color: #fffdf2;
}
/** Bootstrap Carousel Fade **/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*.main-header.stuck {*/
/*background: #fff;*/
/*}*/
/** Main Header **/

.main-header .navbar {
    background: transparent;
    border: none;
}
.main-header .navbar-nav li a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
}
.main-header .navbar-nav li {
    margin-right: 40px;
}
.main-header .navbar-nav li:before {
    background-color: #fff;
}
.main-header .navbar-nav li:last-child {
    margin-right: 0;
}
.main-header .navbar-nav li:last-child a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 12px 35px;
    margin-right: 10px;
}
.main-header .navbar-nav li:last-child a:hover {
    background: #fff;
    color: #007ee5 !important;
}
.main-header .navbar-nav li:last-child a:last-child {
    margin-right: 0;
}
.main-header .navbar-nav {
    margin-right: 0;
}
.main-header .navbar-header a {
    display: inline-block;
    margin-top: 8px;
}
.mac-email-verification {
    background-size: contain;
    background-position: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 80px;
    /* height: 1600px; */
    z-index: 55;
}
.pos-relative {
    position: relative;
}
.main-header {
    padding-top: 55px;
}
.fixed_header {
    background: #007ee5;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    z-index: 9999999;
}
.email-verification {
    padding: 140px 95px 0px 95px;
}
.email-verification-content {
    padding: 0 140px;
}
.email-verification-content h2 {
    margin: 0;
    color: #007ee5;
}
.email-verification-content h4 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 15px;
}
.email-verification-content .input-group {
    margin-top: 60px;
    margin-bottom: 30px;
}
.email-verification-content .input-group input {
    border: 1px solid #dddddd;
    height: 60px;
    box-shadow: none;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding-left: 20px;
}
.email-verification-content .input-group .btn {
    height: 60px;
    padding: 0 40px;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background-color: #007ee5;
}
.email-verification-content .input-group .btn:hover {
    background-color: #0f6fa3 !important;
}
.email-verification-content .email-or {
    font-size: 24px;
    color: #007ee5;
    font-weight: 600;
}
.normal_heading {
    text-align: center;
    margin-bottom: 30px;
}
.normal_heading h2 {
    color: #007ee5;
    margin-top: 0;
    font-weight: 600;
}
.normal_heading p {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    margin-bottom: 25px;
}
.normal_heading span {
    width: 50px;
    height: 5px;
    background: #007ee5;
    display: inline-block;
}
/** Icon Box **/

.icon_box {
    text-align: center;
}
.icon_box i {
    font-size: 70px;
    color: #007ee5;
}
.icon_box h4 {
    margin-top: 45px;
    margin-bottom: 30px;
    color: #007ee5;
    font-size: 20px;
    font-weight: bold;
}
.simple_box {} .simple_box h4 {
    color: #333333;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}
.simple_box_layout {
    padding: 50px 0;
    position: relative;
}
.double_border-lines {
    border-top: 1px solid #dddddd;
}
.double_border-lines:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #dddddd;
    top: -6px;
}
.image_placeholder {
    height: 300px;
    background-color: #eeeeee;
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
}
.image_placeholder h2 {
    color: #999999;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
}
.color_list h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.color_list ul {
    padding: 0;
}
.color_list li {
    margin-bottom: 30px;
    position: relative;
    list-style: none;
    padding-left: 40px;
}
.color_list li:last-child {
    margin-bottom: 30px;
}
.list_success ul li:before {
    position: absolute;
    content: '';
    background-image: url("../images/success.png");
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 0;
}
.list_success h4 {
    color: #25ae88;
}
.list_error ul li:before {
    position: absolute;
    content: '';
    background-image: url("../images/error.png");
    width: 20px;
    height: 20px;
    background-size: contain;
    left: 0;
}
.list_error h4 {
    color: #d75a4a;
}
.start-free-trial {
    padding: 40px 70px;
    float: left;
    width: 100%;
}
.start-free-trial p {
    color: #fff;
    margin: 0;
    font-weight: 500;
    margin-top: 13px;
}
.web_application_para {
    text-align: center;
    margin: 90px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.web_application_para p {
    padding: 0 25%;
    margin-bottom: 40px;
}
.web_application_para p:last-child {
    margin-bottom: 0;
}
.testimonial_area {
    display: inline-block;
    width: 100%;
    padding: 0 6%;
}
.testimonial-carousel .carousel-control {
    width: auto;
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    top: 40%;
    bottom: auto;
    opacity: 1;
    text-shadow: none;
}
.testimonial-carousel .carousel-control i {
    color: #999999;
}
.testi-image img {
    max-height: 200px;
}
.testi-image h4 {
    margin-bottom: 5px;
}
.testi-image p {
    font-size: 14px;
    font-weight: 500;
}
.testimonial_content h4 {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 25px;
}
.testimonial_content p {
    font-weight: 500;
}
.question_person {
    width: 570px;
    margin: 0 auto;
}
.question_person_box {
    width: 170px;
    height: 170px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}
.trial_section h2 {
    margin: 0;
    margin-top: 6px;
}
.trial_section .btn {
    margin-left: 10px;
}
.stay_in_touch form {
    width: 550px;
    margin: 0 auto;
}
.stay_in_touch h3 {
    color: #fff;
    font-weight: 600;
    margin-top: 0;
}
.stay_in_touch p {
    color: #cccccc;
}
.stay_in_touch form input {
    height: 45px;
    box-shadow: none;
    border-radius: 5px;
}
.stay_in_touch form .btn {
    height: 45px;
    margin-left: 10px !important;
    border-radius: 5px !important;
    font-weight: bold;
    background: #007ee5;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
}
.stay_in_touch form .btn:hover {
    background-color: #fff;
    color: #007ee5;
}
.footer_widget {} .footer_widget .widget_title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer_widget ul {
    padding: 0;
}
.footer_widget ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    padding-left: 18px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.footer_widget ul li:last-child {
    margin-bottom: 0;
}
.footer_widget ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    font-size: 18px;
    left: 0;
    color: #666666;
}
.footer_widget ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #cccccc;
}
.footer_widget ul li:hover {
    margin-left: 10px;
}
.footer_widget ul li:hover:before {
    color: #007de3;
}
.footer_widget ul li:hover a {
    color: #fff;
}
.widgets_area {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.copyright {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.copyright p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    margin: 0;
}
.header_2 {
    padding: 40px 0;
    background: #007ee5;
}
/** Progress bar **/

.progressbar {
    counter-reset: step;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}
.progressbar li {
    list-style: none;
    width: 33.33%;
    position: relative;
    text-align: center;
    cursor: pointer;
    float: left;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}
.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 11px auto;
    background-color: #dddddd;
    color: #999999;
    font-size: 18px;
    padding: 6px;
    font-weight: 500;
}
.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    top: 20px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #007ee5;
}
.progressbar li.active:before {
    border-color: #007ee5;
    background: #007ee5;
    color: #fff;
}
.progressbar li:nth-child(2).active:after {
    background-color: #007ee5;
}
.progressbar li:nth-child(3).active:after {
    background-color: #007ee5;
}
.almost_there h1 {
    font-size: 40px;
    color: #333;
    font-weight: 600;
}
.almost_there h2 {
    margin-bottom: 15px;
}
.almost_there p {
    font-weight: 500;
}
.almost_there .btn {
    font-size: 12px;
    padding: 15px 45px;
    background: #007ee5;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}
.almost_there .btn:hover {
    background: transparent;
    color: #007ee5;
}
.almost_there .btn b {
    font-size: 18px;
}
.almost_there h5 {
    font-weight: 600;
}
.almost_there i {
    font-size: 19px;
    vertical-align: middle;
    margin-right: 10px;
}
.almost_there small {
    font-size: 12px;
    color: #007ee5;
    font-weight: 500;
    margin-left: 7px;
}
#canvas-holder {
    width: 100%;
    text-align: center;
}
#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.pie_chart_layout {
    border: 1px #007ee5;
    border-style: dashed;
    padding: 40px 30px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin: 60px 0;
    margin-bottom: 90px;
}
.pie_chart_box {
    text-align: center;
}
.pie_chart_box h2 {
    margin-top: 0;
    color: #666666;
    font-weight: 500;
}
.pie_chart_box p {
    font-weight: 600;
    margin: 20px 0;
}
.pie_chart_box h5 {
    font-size: 12px;
    color: #666;
}
.pie_chart_box .green {
    color: #25ae88;
}
.pie_chart_box .orange {
    color: #f18500;
}
.pie_chart_box .blue {
    color: #00a1a9
}
.pay_now {
    text-align: center;
    padding-top: 60px;
    border-top: 1px solid #ccc;
    margin-top: 80px;
}
/****** radio toggles *******/

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 26px;
    margin-bottom: 0;
}
.switch input {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #cccccc;
}
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    background-color: #007ee5;
    -webkit-transition: .4s;
    transition: .4s;
    top: 2px;
}
/*input:checked + .slider {*/
/*background-color: #2196F3;*/
/*}*/

input:checked + .slider:before {
    background-color: #007ee5;
}
input:focus + .slider {
    box-shadow: 0 0 1px #007ee5;
}
input:checked + .slider:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
}
/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.pricing_radio {
    text-align: center;
}
.pricing_radio h4,
.pricing_radio .switch {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.pricing_radio h2 {
    font-weight: 600;
    color: #007ee5;
}
.pricing_radio p {
    font-weight: 500;
    margin-top: 10px;
}
.pricing_radio_check {
    margin-top: 50px;
}
.pricing_slider {
    border: 1px #007ee5;
    border-style: dashed;
    padding: 50px 70px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    margin: 60px 0;
    margin-bottom: 70px;
}
.pricing_slider h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}
.pricing_slider small {
    font-size: 16px;
    font-weight: 500;
    margin: 0 30px;
}
.plan_for_slider p {
    font-weight: 500;
    margin-bottom: 40px;
}
.simple_heading h2 {
    color: #007ee5;
    font-weight: 600;
}
.simple_heading p {
    font-weight: 500;
}
/** Credit Box **/

.credit_box {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 35px 10px 25px 10px;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    cursor: pointer;
}
.credit_box h2 {
    font-weight: 600;
    margin: 0;
}
.credit_box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}
.credit_box span {
    width: 30px;
    height: 2px;
    background: #cccccc;
    margin: 30px auto;
    display: inline-block;
}
.credit_box small {
    font-size: 14px;
    font-weight: 500;
}
.credit_box .btn {
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
}
.credit_box.color-blue {
    box-shadow: 0px 6px 18px 4px rgba(204, 204, 204, 0.8);
}
.fw-600 {
    font-weight: 600;
}
.email_pricing_area {
    padding: 50px 45px;
    display: inline-block;
    width: 100%;
    background: #def0ff;
    margin-bottom: 60px;
}
.email_pricing_area p {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    color: #333333;
}
.email_pricing_area h5 {
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
}
.email_pricing_area .input-group input,
.email_pricing_area .input-group .btn {
    height: 45px;
}
.email_pricing_area .input-group input {
    box-shadow: none;
    border: none;
    font-weight: 600;
}
.email_pricing_area .input-group .btn {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    border-color: #007ee5;
}
/** Slider Ui **/

.slider-wrap .separators {
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0;
}
.slider-wrap .separators li {
    display: inline-block;
    float: left;
    width: calc(100%/12);
    position: relative;
}
.slider-wrap .separators li {
    top: 0;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #b5b5b5;
}
.slider-wrap .separators li:before {
    height: 10px;
    width: 1px;
    background: #e5e5e5;
    top: 0;
}
.slider-wrap .separators li:before,
.slider-wrap:after,
.slider-wrap:before {
    content: '';
    display: block;
    position: absolute;
}
.slider-wrap .separators li:before {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-wrap {
    position: relative;
    width: 890px;
    max-width: 100%;
    margin: 0 auto;
}
.slider-wrap .ui-slider {
    width: 818px;
    max-width: 100%;
    height: 12px;
    margin: 0 auto 80px;
    background: #eaeaea;
    position: relative;
    border: none;
    border-radius: 10px;
}
.slider-wrap .ui-slider-range {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #3c95d1;
}
.slider-wrap .ui-slider-handle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    background: #fff;
    display: block;
    z-index: 9;
    cursor: pointer;
    border: 6px solid #3c95d1;
    outline: none;
}
.customer-item .soc-icon,
.slider-wrap .ui-slider-handle {
    display: block;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider-wrap:after,
.slider-wrap:before {
    height: 12px;
    width: 40px;
    top: 0;
}
.slider-wrap:before {
    left: 0;
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
    background: #3c95d1;
}
.slider-wrap:after {
    right: 0;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0;
    background: #eaeaea;
}
.pricing_table .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}
.pricing_table .table>tbody>tr>td,
.pricing_table .table>tbody>tr>th,
.pricing_table .table>tfoot>tr>td,
.pricing_table .table>tfoot>tr>th,
.pricing_table .table>thead>tr>td,
.pricing_table .table>thead>tr>th {
    padding: 15px 8px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.pricing_table .table>thead>tr>th {
    font-weight: 600;
    font-size: 18px;
}
.pricing_table .table>tbody>tr>td>span {
    color: #25ae88;
    margin-left: 6px;
}
.pricing_table .table>tbody>tr {
    cursor: pointer;
}
.pricing_table .table>tbody>tr:hover,
.pricing_table .table>tbody>tr:active {
    background: #def0ff;
}
.pricing_data_content .pricing_content_heading {
    font-weight: 500;
    color: #333333;
    text-align: center;
}
.pricing_content_box {
    border: 1px solid #ddd;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.pricing_content_box .pricing_content_upper {
    background: #def0ff;
    padding: 40px 150px;
}
.pricing_content_upper h1 {
    margin-top: 0;
    color: #333333;
    text-align: right;
}
.pricing_content_upper small {
    text-align: right;
    float: right;
    font-size: 14px;
    font-weight: 500;
}
.pricing_content_upper h5 {
    font-weight: 500;
    color: #333;
}
.pricing_content_upper h5 span {
    color: #25ae88;
}
.pricing_content_lower {
    padding: 40px 60px;
    display: inline-block;
    width: 100%;
    border-top: 2px solid #ddd;
}
.pricing_content_lower h4 {
    color: #007ee5;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 25px;
    margin-top: 0;
}
.email_bulk_message {
    text-align: center;
}
.email_bulk_message p {
    font-weight: 500;
    margin-top: 80px;
    margin-bottom: 50px;
    line-height: 25px;
}
.pricing_radio_check .active {
    color: #007ee5;
}
.register_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 585px;
    height: 490px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
}
.reg_form {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 40px;
}
.reg_form h2 {
    font-weight: bold;
    color: #007ee5;
    margin-bottom: 40px;
    margin-top: 0;
}
.reg_form input {
    border: 1px solid #dddddd;
    height: 40px;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
}
.reg_form .checkbox-inline input {
    height: auto;
    margin-top: 1px;
}
.reg_form .checkbox label input {
    height: auto;
    margin-top: 2px;
}
.reg_form .checkbox {
    margin: 0;
    float: left;
}
.reg_form label {
    font-size: 14px;
}
.reg_form .checkbox-inline {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}
.reg_form .form-group {
    margin-bottom: 20px;
}
.reg_form .btn {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.reg_form a {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}
.signup_box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
}
.signup_box .reg_form {
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    margin-right: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    width: 100%;
    padding: 30px 60px;
}
.signup_info {
    height: 500px;
    padding: 100px 50px;
}
.signup_info h2 {
    font-weight: 600;
    color: #fff;
}
.signup_info p {
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}
.fill_alert_bor {
    border: 2px solid #ec0000 !important;
}
.fill_alert {
    text-align: left;
    margin-bottom: 0;
    margin-top: 10px;
    color: #e52c00;
    font-size: 14px;
    text-transform: capitalize;
}
.email-drag-drop:active,
.email-drag-drop:hover {
    border-style: solid;
}
/********************* Drag and Drop ***************************/

.email-drag-drop {
    background-color: #fff;
    border-radius: 5px;
    border: 1px #007ee5;
    border-style: dashed;
    margin-top: 30px;
}
.box_drop {
    padding-top: 40px;
    padding-bottom: 40px;
}
.email-drag-drop .box__button {
    color: #007ee5;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    background: transparent;
    box-shadow: none;
    border: initial;
}
.email-drag-drop i {
    font-size: 60px;
    color: #007ee5;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH;
}
/*.email-drag-drop label {*/
/*color: #007ee5;*/
/*text-transform: uppercase;*/
/*text-decoration: underline;*/
/*cursor: pointer;*/
/*font-size: 20px;*/
/*font-weight: bold;*/
/*}*/

.email-drag-drop input {
    display: none;
}
.email-drag-drop h4 {
    margin: 40px 0;
}
.box.is-dragover {
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: rgba(0, 126, 229, 0.09);
}
.box__dragndrop,
.box__icon {
    display: none;
}
.box.has-advanced-upload .box__dragndrop {
    display: inline;
}
.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px;
}
.box.is-uploading .box__input,
.box.is-success .box__input,
.box.is-error .box__input {
    visibility: hidden;
}
.box__uploading,
.box__success,
.box__error {
    display: none;
}
.box.is-uploading .box__uploading,
.box.is-success .box__success,
.box.is-error .box__error {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY( -50%);
    transform: translateY( -50%);
}
.box__uploading {
    font-style: italic;
}
.box__success {
    -webkit-animation: appear-from-inside .25s ease-in-out;
    animation: appear-from-inside .25s ease-in-out;
}
@-webkit-keyframes appear-from-inside {
    from {
        -webkit-transform: translateY( -50%) scale( 0);
    }
    75% {
        -webkit-transform: translateY( -50%) scale( 1.1);
    }
    to {
        -webkit-transform: translateY( -50%) scale( 1);
    }
}
@keyframes appear-from-inside {
    from {
        transform: translateY( -50%) scale( 0);
    }
    75% {
        transform: translateY( -50%) scale( 1.1);
    }
    to {
        transform: translateY( -50%) scale( 1);
    }
}
.box__restart {
    font-weight: 700;
}
.box__restart:focus,
.box__restart:hover {
    color: #39bfd3;
}
.js .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.js .box__file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.js .box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong {
    color: #39bfd3;
}
.js .box__file:focus + label,
.js .box__file.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.js .box__file + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
.no-js .box__file + label {
    display: none;
}
.no-js .box__button {
    display: block;
}
.box__input label {
    cursor: pointer;
    color: #007ee5;
    font-weight: 500;
}
/********************* Drag and Drop END ***************************/

.banner_content {
    text-align: center;
    margin-top: 20px;
}
.banner_section {
    height: 290px;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
}
.banner_content h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 600;
    color: #4a4a4a;
}
.banner_content h4 {
    font-size: 18px;
    margin-top: 18px;
}
/** Blog Article **/

.blog_article .blog_image {
    text-align: left;
}
.blog_article .blog_image img {
    border: 1px solid #ccc;
    max-height: 400px;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.blog_article .blog_image img:hover {
    border-bottom-color: #007ee5;
}
.blog_content h1 {
    color: #3d3d3d;
    margin-bottom: 0;
    font-size: 32px;
}
.blog_content h5 {
    font-size: 13px;
    color: #777;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-left: -5px;
}
.blog_content h5 span {
    margin: 0 5px;
}
.blog_socials {
    margin: 15px 0;
}
.blog_content p {
    color: rgba(0, 0, 0, .8);
    font-weight: 500;
    line-height: 25px;
    font-size: 14px;
}
.blog_socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
}
.blog_content .read_more {
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.blog_content .read_more i {
    margin-left: 10px;
}
article.blog_article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.blog_layout .blog_article:last-child {
    border: none;
}
.side-widget ul {
    padding: 0;
}
.side-widget ul li {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    width: 100%;
    font-size: 14px;
}
.side-widget ul {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.side-widget ul li:last-child {
    border: none;
}
.side-widget ul li:before {
    background: #007ee5;
}
.side-widget ul li:hover a {
    color: #000;
}
.blog_layout {
    padding: 0px 50px;
}
.news_letter_box.stuck {
    width: 277px !important;
}
.news_letter_box {
    background: #f6f6f6;
    padding: 40px 15px !important;
    text-align: center;
    left: auto !important;
    right: auto !important;
    top: 25px !important;
    z-index: 55 !important;
}
.news_letter_box h2 {
    margin-top: 0;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
}
.news_letter_box p {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 500;
}
.news_letter_box input {
    border-radius: 0;
    border: none;
    box-shadow: none;
    height: 45px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
}
.news_letter_box .btn {
    width: 100%;
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.footer_section {
    z-index: 9999;
}
.hero_section {
    height: 450px;
}
.hero_section {
    height: 480px;
}
.header_transparent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.hero-ver-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(102, 126, 234, 0.3) 0%, rgba(0, 91, 234, 0.4) 100%);
}
.hero_section_title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-transform: uppercase;
    max-width: 550px;
    text-align: center;
}
.hero_section_title h1 {
    margin: 0;
    font-weight: 600;
    line-height: 45px;
}
.hero_sec_user a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #fff;
}
.hero_sec_user {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    width: 200px;
    left: 0;
    right: 0;
}
.hero_sec_user p {
    font-weight: 500;
    color: #fff;
}
.blog_single {
    margin: 50px 0;
    padding: 0 100px;
}
.blog_single p {
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0;
}
.blog_single h1,
.blog_single h2,
.blog_single h3 {
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.blog_single p img {
    margin: 20px 0;
}
.hero-ver-2 {
    background-image: linear-gradient(to right, #a8caba 0%, #5d4157 100%);
}
.hero-ver-3 {
    background-image: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);
}
.hero-ver-4 {
    background-color: #02619c;
    background-repeat: repeat;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    text-decoration: none;
}
.hero-ver-4 {
    background-image: url("../images/pixel.png");
}
.home-v2 {
    background-color: #007ee5;
    background-repeat: repeat;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    text-decoration: none;
    background-image: url(../images/dots.png);
    ;
}
/*** Home Version 3 **/

.home-v3 .email-verification-content .input-group .btn {
    background-color: #f78a41;
}
.home-v3 {
    /* background: radial-gradient(at bottom, #0096D6 12%, #00328F); */
    background: #555;
}
.home-v3 .email-verification {
    padding: 50px 95px 0px 95px;
}
.home-v3 .email-or {
    color: #fff;
}
.email-verification-content h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 200;
}
.home-v3 .email-verification-content h4 {
    font-weight: 300;
}
.home-v3 .email-verification-content .input-group {
    margin-top: 45px;
    margin-bottom: 25px;
}
.home-v3 .box_drop {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
}
.home-v3 .email-drag-drop h4 {
    margin: 20px 0;
}
.home-v3 .email-drag-drop {
    margin: 0 auto;
    margin-top: 30px;
    background: #0f6fa3;
    border-radius: 20px;
    border: 2px dashed #007ee5;
    display: table;
    overflow: hidden;
}
.home-v3 .email-drag-drop .box__button,
.home-v3 .box__input label,
.home-v3 .email-drag-drop i {
    color: #fff;
}
.home-v3 .box.is-dragover {
    outline-offset: -20px;
    outline-color: #c8dadf;
    background-color: rgba(29, 29, 29, 0.4);
}
.hero-ver-4 .hero_section_title {
    padding-top: 100px;
}

/** added by JM */

.navbar-brand
{
    max-width: 200px;
    height: auto;
    padding: 0px;
}