@charset "utf-8";

/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : Mentor Landing Page-Multipurpose Landing Page-UiSumo
Version    : 1.0
Author     : UiSuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/


/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------

## GENERAL STYLES
## TYPOGRAPHY
## BUTTONS AND LINKS SECTION
## PAGE PRELOADER SECTION
## FORMS STYLING SECTION
## NAVIGATION BAR SECTION
## HERO HEADER SECTION 
## INSURANCE PLAN SECTION
## OUR PRODUCTS SECTION 
## CONSULTING SECTION 
## INSURANCE AGENT SECTION 
## TESTIMONIAL SECTION 
## OWL CAROUSEL SLIDER
## PARTNERS SECTION 
## CONTACT SECTION 
## FOOTER SECTION 
## BACK TO TOP
## COLOR THEAME SECTION

font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
--------------------------------------------------------------*/

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden !important;
}


/* ----------------------------------
     BUTTONS AND LINKS SECTION
---------------------------------- */

.btn{
    cursor: pointer;
}

.btn-primary {
    font-family: 'Roboto', sans-serif;
    background-color: #2e8ece;
    border-color: #2e8ece;
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
}

.btn-blue {
    background-color: #2e8ece;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    padding: 10px 38px 10px;
}

.btn-primary:hover,
.btn-blue:hover {
    background-image: -webkit-linear-gradient(right, #333333, #2e8ece);
    background-image: -ms-linear-gradient(right, #333333, #2e8ece);
    background-image: -moz-linear-gradient(right, #333333, #2e8ece);
    background-image: -o-linear-gradient(right, #333333, #2e8ece);
    background-image: linear-gradient(to left, #333333, #2e8ece);
    color: #fff;
    border: 1px solid #2e8ece;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-blue:not([disabled]):not(.disabled).active,
.btn-blue:not([disabled]):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-image: -webkit-linear-gradient(right, #333333, #2e8ece);
    background-image: -ms-linear-gradient(right, #333333, #2e8ece);
    background-image: -moz-linear-gradient(right, #333333, #2e8ece);
    background-image: -o-linear-gradient(right, #333333, #2e8ece);
    background-image: linear-gradient(to left, #333333, #2e8ece);
    border-color: #FFF;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

.btn:hover {
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}


/* ----------------------------------
        Buttons & Links SECTION
---------------------------------- */


/* ----------------------------------
        PAGE PRELOADER SECTION
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 99999;
}

#preloader > img {
    margin: 400px auto;
    display: block;
}

@media(min-width:768px) and (max-width:1023px) {
    #preloader > img {
        margin: 200px auto;
        display: block;
    }
}

@media(min-width:576px) and (max-width:767px) {
    #preloader > img {
        margin: 300px auto;
        display: block;
    }
}

@media(min-width:300px) and (max-width:575px) {
    #preloader > img {
        margin: 200px auto;
        display: block;
    }
}
/* ----------------------------------
        PAGE PRELOADER SECTION
---------------------------------- */

/* ----------------------------------
       FORMS STYLING SECTION
---------------------------------- */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
input.form-control {
    border-radius: 0;
    height:56px;
    width: 100%;
    font-size: 15px;
    color: #777777;
    box-shadow: none;
    border: 1px solid #ebebeb !important;
    padding-left: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    border-radius: 0;
    font-size: 15px;
    box-shadow: none;
    border: 1px solid #ebebeb !important;
    height: auto;
    padding-left: 30px;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

textarea:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
.form-control:focus {
    box-shadow: 0px 0px 0px 1px #2e8ece;
    border-color: #2e8ece;
}

input[type="email"]::-webkit-input-placeholder {
    color: #949494;
}

input[type="number"]::-webkit-input-placeholder {
    color: #949494;
}

input[type="text"]::-webkit-input-placeholder {
    color: #949494;
}

input[type="search"]::-webkit-input-placeholder {
    color: #949494;
}

textarea::-webkit-input-placeholder {
    color: #949494 !important;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #949494 !important;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #949494 !important;
}

textarea:-ms-input-placeholder {
    color: #949494 !important;
}


textarea:focus, select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="email"]:focus, .form-control:focus {
    box-shadow: 0px 0px 0px 1px transparent !important;
    border-color: transparent !important;
}


label {
    font-size:14px;
    font-weight:500;
    font-family:'Open Sans', sans-serif;
    line-height:26px;
}

.in-form-title h3 {
    font-family:'Roboto', sans-serif;
    font-size:34px;
    line-height:26px;
    color:#FFF;
    font-weight:600;
}

.in-form-title p {
    font-family:'Roboto', sans-serif;
    font-size:16px;
    line-height:28px;
    color:#FFF;
    font-weight:400;
    margin-top:-13px;
}

@media(max-width:768px) {
    .form-group {
        margin-bottom:10px;
    }
}

/* ----------------------------------
        Forms #STYLING
---------------------------------- */

/* ----------------------------------
        NAVIGATION BAR SECTION
---------------------------------- */

ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

.in-spaccer{
        margin-left: 30px;
}

.navbar-light .navbar-nav .nav-link {
   color: #333;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 0 26px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #2e8ece;
}

.nav-custom .nav-inner .nav-link {
    padding-right: 3rem;
    padding-left: .5rem;
}

.nav-custom .nav-inner .nav-last:last-child {
    padding-right: 0rem;
    padding-left: .5rem;
}

.navbar {
    padding: .5rem 1rem 0;
}

.btn-round {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}


/*DROPDOWN MENU SECION*/

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color:#FFF;
    text-decoration:none;
    background-color:#2e8ece;
    padding:0.5rem 1rem;
    transition:all 0.1s ease;
}

.dropdown-menu {
    border:1px solid rgba(0, 0, 0, 0);
}

.in-join {
    font-family:'Roboto', sans-serif;
    font-size:14px;
    line-height:26px;
    color:#FFF;
    padding:8px 36px 8px;
}

.c-offcanvas-bg.is-animating, .c-offcanvas-bg.is-open {
    left: 0;
    background-color: rgba(0,0,0,0);
    visibility: visible;
}

/* MEDIA QUERIES SECTION */

@media(max-width:767px) {
    
    .in-spaccer {
    margin-left: 0px;
}
    
    .navbar-light .navbar-toggler {
      color:rgba(0,0,0,.5);
      border-color:rgba(0,0,0,.1);
      outline:none;
        cursor:pointer;
    }
    
    .c-offcanvas.is-closed, .c-offcanvas.is-open{
        background-color:#333333;
    }
    
    .navbar-nav {
       padding-left:15px;
       padding-top:30px; 
    }
    
    .nav-inner > .nav-item > a {
        color:#FFFFFF !important;
        padding:0.5rem 1rem;
        font-weight:500;
        font-family:'Roboto', sans-serif;
        outline:none;
        border:none;
    }
    
    .nav-inner > .nav-item > a:hover {
        color:#7a7a7a !important;
        transition:all 0.5s ease;
    }
    
    .navbar-toggler {
        padding:3px;
        font-size:13px;
    }
    
   .suffix{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:6; 
    background-color: #FFFFFF;
   }
}

.navbar{
    background-color:#FFFFFF;
    box-shadow:1px 0px 1px #7a7f7f;
}

/* ----------------------------------
       NAVIGATION BAR SECTION
---------------------------------- */

/* ----------------------------------------
       HERO HEADER SECTION
---------------------------------------- */

.in-hero-section {
    padding: 184px 0 184px;
}

header {
    position:relative;
    width:100%;
    min-height:auto;
    overflow-y:hidden;
    background:linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url(../images/hero-bg.png);
    background-position:center;
    color:#ffffff;
    margin-top:75px;
    background-size:cover;
}

.in-form-overlay {
    background:rgba(0, 0, 0, 0.5);
}

.in-title h1 {
    font-family:'Roboto', sans-serif;
    font-size: 45px;
    line-height:60px;
    color:#FFFFFF;
    font-weight:600;
}

.in-font {
    font-family:'Roboto', sans-serif;
    padding:10px 0px;
    border-radius:0;
    font-size:16px;
    line-height:26px;
    color:#FFF;
    font-weight:400;
}

.in-space-around {
    padding:40px 30px 40px;
}

.in-title {
    padding-left:50px;
}

.in-gaps{
    margin-bottom:20px;
}

/*Media Queries*/

@media(max-width:1600px) {
    .in-hero-section {
        padding: 15px 0 15px;
    }
    .in-form-title h3 {
        font-size: 22px;
    }
    .in-form-title p {
        font-size: 11.5px;
        line-height: 11.5px;
    }
    .in-form-group button {
        margin-top: 0px;
    }
    .in-title h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .in-title {
        padding-left: 25px;
    }
    .pt-responsive {
        padding-top: 0px !important;
        margin-top: 20px !important;
        margin-bottom: 50px;
    }
}

@media(max-width:1365px) {
    .in-hero-section {
        padding: 15px 0 15px;
    }
    .in-form-title h3 {
        font-size: 22px;
    }
    .in-form-title p {
        font-size: 11.5px;
        line-height: 11.5px;
    }
    .in-form-group button {
        margin-top: 0px;
    }
    .in-title h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .in-title {
        padding-left: 25px;
    }
    .pt-responsive {
        padding-top: 0px !important;
        margin-top: 20px !important;
        margin-bottom: 50px;
    }
}

@media(max-width:1199px) {
    .in-hero-section {
        padding: 15px 0 15px;
    }
    .in-form-title h3 {
        font-size: 22px;
    }
    .in-form-title p {
        font-size: 11.5px;
        line-height: 11.5px;
    }
    .in-form-group button {
        margin-top: 0px;
    }
    .in-title h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .in-title {
        padding-left: 25px;
    }
    .pt-responsive {
        padding-top: 0px !important;
        margin-top: 20px !important;
        margin-bottom: 50px;
    }
}

@media(max-width:991px) {
    .in-hero-section {
        padding: 15px 0 15px;
    }
    .in-form-title h3 {
        font-size: 22px;
    }
    .in-form-title p {
        font-size: 11.5px;
        line-height: 11.5px;
    }
    .in-form-group button {
        margin-top: 0px;
    }
    .in-title h1 {
        font-size: 30px;
        line-height: 36px;
        vertical-align:baseline;
    }
    .in-title {
        padding-left: 25px;
    }
    .pt-responsive {
        padding-top: 0px !important;
        margin-top: 20px !important;
        margin-bottom: 50px;
    }
    textarea,
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    input[type="search"],
    input.form-control {
        height: 42px;
        padding-left: 15px;
        font-size: 13px;
    }
}

@media(max-width:767px) {

    .in-hero-section {
        padding: 15px 0 0;
    }
    .in-form-title h3 {
        font-size: 22px;
    }
    .in-form-title p {
        font-size: 11.5px;
        line-height: 11.5px;
    }
    .in-form-group button {
        margin-top: 0px;
    }
    .in-title h1 {
        font-size: 30px;
        line-height: 36px;
        text-align: center !important;
    }
    .list-inline {
        display: block;
        margin: 0px auto;
    }
    .in-title {
        padding-left: 25px;
    }
    .pt-responsive {
        padding-top: 0px !important;
        margin-top: 50px !important;
        margin-bottom: 50px;
    }
    textarea,
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="number"],
    input[type="email"],
    input[type="search"],
    input.form-control {
        height: 42px;
        padding-left: 15px;
    }
}


/* ----------------------------------------
       HERO HEADER SECTION
---------------------------------------- */


/* ----------------------------------------
       INSURANCE PLAN SECTION
---------------------------------------- */

.in-insurance {
    padding: 150px 0px 100px;
}

.in-size {
    font-size: 50px;
    text-align: center;
    color: #2e8ece;
    font-style: normal;
}

.in-btn-learn {
    display: block;
    margin: 0px auto;
    color: #2e8ece;
}

.in-card-body {
    padding: 0px 0px 0px 0px;
}

.in-card-body h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    padding-bottom: 5px;
}

.in-card-body p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    font-style: italic;
}

.in-card-body button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    color: #2e8ece;
    box-shadow: 0 0px 0px 0 rgba(255, 255, 255, 0.0);
    background-color: transparent;
    transition: all 0.5s ease;
}

.in-card-body button:hover {
    box-shadow: 0 0px 0px 0 rgba(255, 255, 255, 0);
    color: #333333;
    text-decoration: none;
    transform: scale(1.1);
}

.in-card-wrapper img {
    width: 43px;
    height: 31px;
    margin: 0px auto;
    margin-bottom: 30px;
}

.in-panel {
    padding: 50px 25px 50px;
    border-radius: 0;
}

.mp-read {
    background-color: #FFF;
    position: relative;
    top: -30px;
    left: 30%;
    padding: 0px 25px;
}

.mp-read i {
    font-size:30px;
    color:#FFF;
    background-color:#2e8ece;
    padding:10px;
    border-radius:50%;
    position:relative;
    cursor:pointer;
    transition:all 1s ease;
}

.mp-read > i:hover,
.mp-read > i:focus,
.mp-read > i.active,
.in-card-wrapper:hover i {
    background-color: #333333;
    transform: scale(1.1);
}


/*Media Queries Section*/

@media(max-width:1600px) {
    .in-panel {
        padding: 50px 25px 10px;
        height: 100%;
    }
    .in-insurance {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1365px) {
    .in-panel {
        padding: 50px 25px 10px;
        height: 100%;
    }
    .in-insurance {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1199px) {
    .in-panel {
        padding: 50px 25px 10px;
        height: 100%;
    }
    .in-insurance {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1023px) {
    .in-panel {
        padding: 50px 25px 10px;
        height: 100%;
    }
    .in-insurance {
        padding: 50px 0px 50px;
    }
}

@media(max-width:991px) {
    .in-insurance {
        padding: 50px 0px 0px;
    }
    .mp-read {
        left: 40%;
    }
    
    .in-card-wrapper {
        margin-bottom: 40px;
    }
}

@media(max-width:767px) {
    .in-insurance {
        padding: 50px 0px 0px;
    }
    .mp-read {
        left: 40%;
        padding: 0px 25px;
    }
    
    .in-card-wrapper {
        margin-bottom: 40px;
    }
}

@media(max-width:320px) {
    .in-card-wrapper {
        margin-bottom: 40px;
    }
    .mp-read {
        left: 35%;
        padding: 0px 25px;
    }
}


/* ----------------------------------------
       INSURANCE PLAN SECTION
---------------------------------------- */


/* ----------------------------------------
       APPOINTMENT SECTION
---------------------------------------- */

.mp-portfoli {
    padding-top:135px;
}

.mp-portfoli h2 {
    font-size:40px;
    line-height:26px;
    font-family:'Roboto', sans-serif;
    color:#333333;
    font-weight:600;
    padding-bottom:40px;
}

.mp-portfoli p {
    font-size:14px;
    line-height:24px;
    font-family:'Open Sans', sans-serif;
    color:#777777;
    font-weight:400;
    padding-bottom:6px;
}

.mp-portfoli label {
    font-size:15px;
    line-height:24px;
    font-family:'Open Sans', sans-serif;
    color:#444444;
    font-weight:400;
}

.mp-portfoli label i {
    font-size:15px;
    line-height:24px;
    color:#2e8ece;
    font-weight:400;
}

.mp-btn-appoint {
    font-family:'Roboto', sans-serif;
    font-weight:500;
    font-size:13px;
    color:#FFFFFF;
    line-height:24px;
    margin-top:50px;
}

/*
.mp-btn-appoint button {
    box-shadow:2px 3px 0px #0075c3;
}
*/

/*Media Queries*/

@media(max-width:1365px) {
    .mp-btn-appoint {
        margin-top:20px;
        margin-bottom:10px;
    }
    .mp-portfoli {
        padding-top:50px;
    }
}

@media(max-width:1199px) {
    .mp-btn-appoint {
        margin-top:20px;
        margin-bottom:10px;
    }
    .mp-portfoli {
        padding-top:50px;
    }
}

@media(max-width:1023px) {
    .mp-btn-appoint {
        margin-top:20px;
        margin-bottom:10px;
    }
    .mp-portfoli {
        padding-top:50px;
    }
}

@media(max-width:991px) {
    .mp-portfoli {
        padding-top:30px;
    }
    .mp-portfoli h2 {
        padding-bottom:15px;
    }
    .mp-kavil {
        display:none;
    }
    .mp-btn-appoint {
        margin-top:20px;
        margin-bottom:30px;
    }
}

@media(max-width:767px) {
    .mp-portfoli h2 {
        font-size:24px;
        text-align:center;
    }
    .mp-portfoli p {
        text-align:center;
    }
    .mp-btn-appoint {
        margin-top:10px;
        margin-bottom:50px;
    }
    .mp-portfoli {
        padding-top:100px;
        padding-bottom:20px;
    }
    .btn-blue {
        margin:0px auto;
    }
    .mp-responsive {
        display:none;
    }
    .mp-portfoli h2 {
        padding-bottom:10px
    }
}


/* ----------------------------------------
       APPOINTMENT SECTION
---------------------------------------- */


/* ----------------------------------------
       EXPERTISE IN SECTION
---------------------------------------- */

.mp-expert {
    position: relative;
    min-height: auto;
    overflow-y: hidden;
    background: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../images/expertise-inn.png);
    background-position: center;
    color: #ffffff;
    background-size:contain;
}

.mp-expert h5 {
    font-size:24px;
    line-height:26px;
    font-weight:600;
    color:#FFFFFF;
    font-family:'Roboto', sans-serif;
    padding-bottom:20px;
}

.mp-expert label {
    font-size:15px;
    color:#FFF;
    font-weight:500;
    line-height:26px;
}

.mp-expert label .mp-space-six {
    font-size:15px;
    color:#FFF;
    font-weight:500;
    line-height:26px;
    padding-left:135px;
}

.mp-expert label .mp-space-two {
    padding-left:285px;
}

.mp-expert label .mp-space-three {
    padding-left:225px;
}

.mp-expert label .mp-space-four {
    padding-left:315px;
}

.mp-progress {
    border-radius: 0;
    width:60%;
}

.mp-progress .progress-bar {
    background-color:#2e8ece;
}

.mp-spacing-zero {
    padding:0px;
}

.mp-expert {
    padding:120px 80px 120px;
}

.mp-main {
    margin-bottom:23px;
}

.mp-spacing-zero img {
   height:100%;
   object-fit:cover;
}

/*Media Queries*/

@media(max-width:1600px) {
    .mp-expert {
        padding: 80px 80px 80px;
    }
    .mp-progress {
        width: 100%;
    }
}

@media(max-width:1365px) {
    .mp-expert {
        padding: 80px 80px 80px;
    }
    .mp-progress {
        width: 100%;
    }
}

@media(max-width:1199px) {
    .mp-expert {
        padding: 80px 80px 80px;
    }
    .mp-progress {
        width: 100%;
    }
    .mp-expert label .mp-space-six {
        padding-left: 50px;
    }
}

@media(max-width:1023px) {
    .mp-expert {
        padding: 80px 80px 80px;
    }
    .mp-progress {
        width: 100%;
    }
    .mp-expert label .mp-space-six {
        padding-left: 50px;
    }
}

@media(max-width:991px) {
    .mp-progress {
        width: 100%;
    }
    .mp-expert {
        padding: 40px 50px 50px;
    }
}

@media (max-width:767px) {
    .mp-expert {
        padding: 40px 30px 40px;
    }
    .mp-progress {
        border-radius: 0;
        width: 100%;
    }
    .mp-expert label .mp-space-six {
        padding-left: 20px;
    }
}


/* ----------------------------------------
       EXPERTISE IN SECTION
---------------------------------------- */


/* ----------------------------------------
       START NEW LIFE SECTION
---------------------------------------- */

.mp-new {
    padding: 150px 0px 150px;
}

.mp-process h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    line-height: 26px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 70px;
}

.mp-card-body h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #333333;
}

.mp-card-body p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    padding-top: 5px;
}

.mp-card {
    border: 0px solid rgba(0, 0, 0, .125);
}

.mp-card span label i {
    color:#FFFFFF;
    background-color:#2e8ece;
    padding:35px 0px;
    border-radius:50%;
    font-size:20px;
    text-align:center;
    margin:0px auto;
    display:block;
    width:85px;
    height:85px;
}

.mp-card span {
    display:block;
    margin:auto;
}

.mp-card span label {
    display:block;
    margin:auto;
    border:1px dashed #2e8ece;
    padding:5px;
    border-radius:50%;
}

/*Media Queries*/

@media(max-width:1600px) {
    .mp-new {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1365px) {
    .mp-new {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1199px) {
    .mp-new {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1023px) {
    .mp-new {
        padding: 50px 0px 50px;
    }
}

@media(max-width:991px) {
    .mp-new {
        padding: 50px 0px 50px;
    }
}

@media(max-width:767px) {
    .mp-process h3 {
        font-size: 24px;
        padding-bottom: 40px;
    }
    .mp-new {
        padding:90px 0px 50px;
    }
}


/* ----------------------------------------
       START NEW LIFE SECTION
---------------------------------------- */


/*----------------------------------
       SUBSCRIBE SECTION
---------------------------------- */

.mn-subscriber h4 {
    font-size:39px;
    line-height:26px;
    color:#FFF;
    font-weight:500;
}

.mn-subscribe {
    background:linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../images/subscribe-bg.png);
    background-size:cover;
    position:relative;
    padding:150px 0 120px;
}

.mn-round-btn {
    position:absolute;
    right:22px;
    bottom:6px;
    color:#FFF;
    font-size:15px;
    line-height:26px;
    padding:7px 30px 7px;
}

.mn-enter {
    border-radius:30px !important;
    max-height:55px !important;
}

.mn-color > .mn-content {
    color:#777777;
    font-size:15px;
    line-height:28px;
    font-weight:400;
    font-family:'Open Sans', sans-serif;
}

/*Media Queries*/

@media(max-width:1600px) {
    .mn-subscribe {
        padding:100px 0 70px;
    }
}

@media(max-width:1365px) {
    .mn-subscribe {
        padding:100px 0 70px;
    }
}

@media(max-width:1199px) {
    .mn-subscribe {
        padding:100px 0 70px;
    }
}

@media(max-width:1023px) {
    .mn-subscribe {
        padding:100px 0 70px;
    }
}

@media(max-width:991px) {
    .mn-round-btn {
        right:15px;
        bottom:0px;
    }
    .mn-subscribe {
        padding:100px 0 90px;
    }
}

@media(max-width:767px) {
    .mn-icons {
        bottom:0%;
        width:100%;
        position:relative;
    }
    .mn-speak-person .mn-icons span a i,
    .mn-icons {
        visibility:visible !important;
    }
    .mn-speak-person {
        overflow:hidden;
    }
    .mn-subscriber h4 {
        font-size: 24px;
    }
    .mn-round-btn {
        position:absolute;
        right:15px;
        bottom:0px;
    }
    .mn-subscribe {
        padding:50px 0 50px;
    }
}

.form-control {
    border:0px solid #ced4da !important;
}

/* ------------------------------
         SUBSCRIBE SECTION
   ------------------------------*/


/* ------------------------------
         CALENDAR SECTION
   ------------------------------*/

.mp-calendar {
    padding: 150px 0px 150px;
}

.mp-calendarr {
    padding: 0px 55px;
}

.mp-calendarr table thead tr td {
    font-family: 'Roboto', sans-serif;
    font-size: 31px;
    line-height: 26px;
    color: #2e8ece;
    text-align: center;
}

.mp-calendarr table tbody .days td {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    padding: 35px;
    border-bottom: 2px solid #2e8ece;
    text-align: center;
}

.mp-calendarr table tbody tr .not-current,
.mp-calendarr table tbody tr .normal {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    padding: 35px;
    border-bottom: 1px solid #cfcfcf;
    text-align: center;
    transition: all 1s ease;
}

.mp-calendarr table tbody tr .today {
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    padding: 35px;
    border-bottom: 1px solid #cfcfcf;
    text-align: center;
    background-color: #2e8ece;
}

.mp-calendarr table tbody tr .not-current:hover,
.mp-calendarr table tbody tr .normal:hover,
.mp-calendarr table tbody tr .not-current:focus,
.mp-calendarr table tbody tr .normal:focus,
.mp-calendarr table tbody tr .not-current.active,
.mp-calendarr table tbody tr .normal.active {
    background-color: #2e8ece;
    color: #FFFFFF;
}

.mp-calendarr table {
    width: 100%;
    height: 100%;
}

.calendar-wrapper i {
    font-size: 24px;
    border: 1px solid #cfcfcf;
    color: #909090;
    padding: 20px;
    position: relative;
    top: 330px;
    cursor: pointer;
    transition: all 1s ease;
}

.calendar-wrapper i:hover {
    background-color: #2e8ece;
    color: #FFFFFF;
}


/*Media Queries*/

@media(max-width:1600px) {
    .mp-calendar {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1365px) {
    .mp-calendar {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1199px) {
    .mp-calendar {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1023px) {
    .mp-calendar {
        padding: 50px 0px 50px;
    }
}

@media(max-width:991px) {
    .mp-calendar {
        padding: 50px 0px 50px;
    }
}

@media (max-width:767px) {
    .mp-calendarr {
        padding: 0px;
    }
}

@media (max-width:575px) {
    .mp-calendar {
        padding: 50px 0px 50px;
    }
    .mp-calendarr {
        padding: 0px;
    }
    .calendar-wrapper i {
        position: absolute;
        top: 0px;
        z-index: 10;
    }
    .mp-angle-right {
        position: absolute;
        right: -50px;
    }
    .calendar-wrapper i {
        padding: 10px;
    }
}


/* ------------------------------
         CALENDAR SECTION
   ------------------------------*/


/* ------------------------------
         TESTIMONIAL SECTION
   ------------------------------*/

.mp-testimonal {
    background: linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(../images/testimonail-bg.png);
    background-size: cover;
    position: relative;
    padding: 150px 0 120px;
}

.mp-media img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.mp-media-body p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 30px;
    font-style: italic;
    color: #FFFFFF;
}

.mp-media-body h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-left: 30px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.mp-media-body label {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding-left: 30px;
    color: #FFFFFF;
}


/*Meida Queries*/

@media(max-width:1600px) {
    .mp-testimonal {
        padding: 100px 0 70px;
    }
}

@media(max-width:1365px) {
    .mp-testimonal {
        padding: 100px 0 70px;
    }
}

@media(max-width:1199px) {
    .mp-testimonal {
        padding: 100px 0 70px;
    }
}

@media(max-width:1023px) {
    .mp-testimonal {
        padding: 100px 0 70px;
    }
}

@media(max-width:991px) {
    .mp-testimonal {
        padding: 100px 0 70px;
    }
}

@media(max-width:767px) {
    .mp-testimonal {
        padding: 50px 0 30px;
    }
    .mp-media-body p {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
    }
}


/* ------------------------------
         TESTIMONIAL SECTION
   ------------------------------*/


/* ------------------------------
         PRICING SECTION
   ------------------------------*/

.mp-pricing {
    padding: 150px 0px 150px;
}

.mp-price {
    border: 3px solid #ebebeb;
    padding: 40px 20px 40px;
}

.mp-price h4 {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 23px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.mp-price .mp-circle h5 {
    font-size: 30px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 600;
    padding-top: 15px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.mp-price p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    border-bottom: 1px dashed #cccccc;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 20px;
}

.mp-circle {
    background-color: #333;
    width: 125px;
    height: 125px;
    margin: 0px auto;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 23px;
    transition: all 1s ease;
}

.mp-price .mp-circle label {
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    display: block;
    margin: 0px auto;
}


.mp-price .text-center a:hover {
    color: #f1f2f3;
}

.btn-black {
    background-color: #333333;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 25px;
    transition: all 1s ease;
}

.mp-wrapper:hover .mp-circle,
.mp-wrapper:hover .btn-black {
    background-color: #2e8ece;
}


/*Media Queries*/

@media(max-width:1600px) {
    .mp-pricing {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1365px) {
    .mp-pricing {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1199px) {
    .mp-pricing {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1023px) {
    .mp-pricing {
        padding: 50px 0px 50px;
    }
}

@media(max-width:991px) {
    .mp-pricing {
        padding: 50px 0px 50px;
    }
    .mp-common {
        padding-bottom: 20px !important;
    }
    .mp-price {
        margin-bottom: 15px;
    }
}

@media(max-width:767px) {
    .mp-common h4 {
        font-size: 26px !important;
    }
    .mp-pricing {
        padding: 30px 0px 30px;
    }
    .mp-common {
        padding-bottom: 20px !important;
    }
    .mp-price {
        margin-bottom: 15px;
    }
}


/* ------------------------------
         PRICING SECTION
   ------------------------------*/


/* ------------------------------
         GOOGLE MAP SECTION
   ------------------------------*/

.google-map {
    height: 444px;
    width: 100%;
}


/* ------------------------------
         GOOGLE MAP SECTION
   ------------------------------*/


/* ------------------------------
         CONTACT FORM SECTION
   ------------------------------*/

.mp-contact {
    padding: 150px 0px 150px;
}

.mp-common h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    line-height: 26px;
    color: #333333;
    font-weight: 500;
    text-transform: capitalize;
}

.mp-common h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #8d8d8d;
    font-weight: 100;
    text-transform: capitalize;
}

.mp-common {
    padding-bottom: 70px;
}

.mp-contact-down{
    margin-bottom:32px;
}

.btn-full{
    width: 100%;
    padding: 10px 0px 10px;
    border-radius: 0px;
    text-transform: uppercase;
    cursor:pointer;
}

/*Media Queries*/

@media(max-width:1600px) {
    .mp-contact {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1365px) {
    .mp-contact {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1199px) {
    .mp-contact {
        padding: 50px 0px 50px;
    }
}

@media(max-width:1023px) {
    .mp-contact {
        padding: 50px 0px 50px;
    }
}

@media(max-width:991px) {
    .mp-contact {
        padding: 50px 0px 50px;
    }
}

@media(max-width:767px) {
    .mp-contact {
        padding: 50px 0px 20px;
    }
    .wb-font {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}


/* ------------------------------
         CONTACT FORM SECTION
   ------------------------------*/


/* --------------------------------------
       FOOTER SECTION
----------------------------------------- */

.footer-navbar {
    float: right;
}

.footer-navbar>li {
    display: inline-block;
}

.footer-navbar>li+li {
    margin-left: 25px;
}

.footer-navbar>li>a {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.footer-navbar>li>a:hover {
    text-decoration: underline;
}

.copyright-bar {
    background-color: #181818;
    padding: 30px 0;
    color: #fff;
}

.copy-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}


/*Media Queries Section*/

@media(max-width:1365px) {
    .footer-navbar > li > a {
        font-size: 13px;
    }
}

@media(max-width:1199px) {
    .footer-navbar > li > a {
        font-size: 13px;
    }
}

@media(max-width:991px) {
    .copy-text {
        font-size: 12px;
    }
    .footer-navbar > li > a {
        padding-bottom: 15px;
        font-size: 13px;
    }
}

@media(max-width:767px) {
    .copy-text {
        text-align: center !important;
    }
    .footer-navbar > li > a {
        padding-bottom: 15px;
        font-size: 13px;
    }
}


/* --------------------------------------------------
                 FOOTER SECTION
-------------------------------------------------- */


/* --------------------------------------------------
                 BACK TO TOP
-------------------------------------------------- */

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 3.4rem;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(255, 174, 17, 0.54), 0 4px 8px rgba(40, 57, 94, 0.40);
}

@media(max-width:768px) {
    .copyright {
        text-align: center;
    }
}


/* --------------------------------------------------
                 BACK TO TOP
-------------------------------------------------- */


/* --------------------------------------------------
                 COLOR THEAME SECTION
-------------------------------------------------- */

#switcher {
    position: fixed;
    bottom: 25%;
    left: -220px;
    width: 220px;
    z-index: 9999;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 130px;
    background: #fff;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

#switcher.active {
    left: 0px;
}

#switcher p {
    color: #fff;
    bottom: -6px;
    position: absolute;
    left: 21px;
    font-size: 13px;
}

#switcher .theme-click {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}

#switcher .theme-color {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

#switcher .theme-active {
    background: #2e8ece;
    /*background: #44bbff;*/
}

#switcher .theme-color-two {
    background: #e84e40;
    left: 40px;
}

#switcher .theme-color-three {
    background: #0798bc;
    left: 80px;
}

#switcher .theme-color-four {
    background: #069a97;
    left: 120px;
}

#switcher .theme-color-five {
    background: #58c433;
    left: 160px;
    top: 0px;
}

#switcher .theme-color-six {
    background: #7e57c2;
    left: 0px;
    top: 40px;
}

#switcher .theme-color-seven {
    background: #009688;
    left: 40px;
    top: 40px;
}

#switcher .theme-color-eight {
    background: #ec407a;
    left: 80px;
    top: 40px;
}

#switcher .theme-color-nine {
    background: #8bc34a;
    left: 120px;
    top: 40px;
}

#switcher .theme-color-ten {
    background: #5c6bc0;
    left: 160px;
    top: 40px;
}

#switcher .theme-color-eleven {
    background: #ff9800;
    left: 0px;
    top: 80px;
}

#switcher .theme-color-twelve {
    background: #ce0c21;
    left: 40px;
    top: 80px;
}

#switcher .theme-color-thirteen {
    background: #7aa93c;
    left: 80px;
    top: 80px;
}

#switcher .theme-color-fourteen {
    background: #3065b5;
    left: 120px;
    top: 80px;
}

#switcher .theme-color-fifteen {
    background: #17ad94;
    left: 160px;
    top: 80px;
}