/********** Template CSS **********/
:root {

    /* --primary: #B78D65; */
    --primary: #0033A0;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
    font-family: Manrope !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
    font-family: Manrope !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
    font-family: Manrope !important;
}

p,
.p{
    font-family: Manrope !important;
    font-size: 20px !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.owl-dot:after
{
	content: none;
	display: none;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.owl-dot::after {
    content: none !important;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    border: var(--primary);
    border-radius: 7px;
}

.btn.btn-primary:hover{
    background-color: #FF5959;
    color: var(--light);
    
}

.btn.btn2{
    color: var(--primary);
    background-color: var(--light);
    border-radius: 7px;
    border: 1px solid var(--light);
}

.btn.btn2:hover{
    color: var(--light);
    background-color: var(--primary);
    
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn-outline-body {
    color: var(--light);
    border-color: var(--light);
}

.btn-outline-body:hover {
    color: var(--primary);
    background: var(--light);
    border-color: var(--primary);
}

.btn-outline-body2 {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-body2:hover {
    color: var(--light);
    background: var(--primary);
    border-color: var(--primary);
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}




/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}









/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
/* ------------------ */

/* ----  New Css ---- */

/* ------------------ */

/* Hero section */
.hero-area {
        position: relative;
    /* background-color: #d9eaf5; */
    padding-top: 20px;
    overflow: hidden;
    height: 780px;
    display: flex;
    align-items: center;
    justify-content: center;;
}
section.hero-area:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
    z-index: 0;
}


.hero-left-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.hero-text {
    position: relative;
    max-width: 720px;
}

.hero-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #0E1941;
    margin: 20px auto;
    display: block;
}

.hero-text h1 {
    position: relative;
    font-size: 60px;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: 0px;
    color: #0E1941;
}

.hero-btn {
    position: relative;
    margin: 30px auto 10px;
    
}

a.btn-style-1, .btn-style-1 {
    position: relative;
    display: inline-block;
    padding: 20px 25px;
    background-color: #0033a0;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0px;
    color: #fff;
    border-radius: 8px;
}

.btn-style-2 {
    position: relative;
    display: inline-block;
    padding: 20px 25px;
    background-color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0px;
    color: #0033a0;
    border-radius: 8px;
}

.trust-clients {
    position: relative;
}

.trust-clients h4 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.trust-clients ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    list-style-type: none;
}

.trust-clients ul li {
    position: relative;
    display: inline-block;
    margin-right: -12px;
}

.hero-img {
    position: relative;
    z-index: 1;
    margin-right: -165px;
}

.himg-elements {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.himg-elements img:nth-child(1) {
    position: absolute;
    left: 160px;
    top: 65px;
}

.himg-elements img:nth-child(2) {
    position: absolute;
    bottom: -35px;
    left: 20px;
}

/* Bell Icon */
.whatsapp {
    position: fixed;
    left: 25px;
    top: 88%;
    z-index: 9999;
}
.whatsapp h5 {
    color: white;
    background: var(--primary);
    padding: 12px 16px;
    border-radius: 100%;
    border: 2px solid white;
}

/* Pulse Annimate */

.animatePulse{
    animation: animatePulse 0.5s infinite alternate;
}

@keyframes animatePulse {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1.0);
    }
}


/* Experience Area */

.experience-area {
    position: relative;
    padding: 100px 0px;
    background-color: #F3F6F9;
}

.eatext {
    position: relative;
}

.eatext h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.96px;
    color: #0E1941;
}

.eatext p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: #3E4767;
    position: relative;
    display: block;
    margin: 15px auto;
}

.ea-counter {
    position: relative;
    margin: 25px auto;
}

.ea-counter ul {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

.ea-counter ul li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.single-counterup {
    position: relative;
}

.single-counterup h4 {
    color: #0E1941;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 0px;
}

.single-counterup p {
    font-size: 18px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #3E4767;
    display: block;
    font-weight: 400;
}

/* Key features Area */
.key-features-area {
    position: relative;
    padding-bottom: 120px;
    background-color: #f3f6f9;
}

.key-features-area .section-head {
    margin-bottom: 50px;
}

.section-head h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.96px;
    color: #0E1941;
}

.key-features-area .section-head p {
    font-weight: 400;
    margin: 15px auto;
}

.single-kfeatures {
    position: relative;
    border-radius: 12px;
    border: 1px solid #E5EBF5;
    background: #FFF;
    padding: 30px;
    transition: .5s ease;
    margin-bottom: 15px;
}

.single-kfeatures .kf-icon {
    width: 80px;
    height: 80px;
    display: block;
    background-color: #F2F5FA;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
}

.single-kfeatures h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.6px;
    position: relative;
    display: block;
    margin: 12px auto;
}

.single-kfeatures p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: #3E4767;
    display: block;
}

/* hover annimation */
.single-kfeatures:hover {
    margin-top: 25px;
    margin-bottom: -25px;
}

 /* Insurance Services  */

 .insuarance-plan-area {
    position: relative;
    padding: 100px 0px;
    background-color: #e5ebf5;
}

.insuarance-plan-area .section-head {
    text-align: center;
    max-width: 560px;
    margin: 0px auto 50px;
}
.section-head {
    position: relative;
}

.section-head h4 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    color: #0E1941;
    letter-spacing: 0px;
}

.plan-list-wrapper {
    position: relative;
    text-align: center;
}

ul.plan-lists {
    position: relative;
    padding: 0px;
    list-style-type: none;
    max-width: 1164px;
    margin: 0px auto;
    border-radius: 10px;
    overflow: hidden;
}

ul.plan-lists li {
    position: relative;
    display: inline-block;
    width: 390px;
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -2px;
    vertical-align: top;
}

.single-i-plan {
    position: relative;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #E5EBF5;
    text-align: left;
}

.single-i-plan .sip-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    background-color: #f2f5fa;
    border-radius: 50%;
    padding-top: 20px;
    text-align: center;
}

.single-i-plan .sip-text {
    position: relative;
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.single-i-plan .sip-text h4 {
    font-size: 22px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 24px;
    letter-spacing: 0px;
    display: block;
    color: #0E1941;
}

.single-i-plan .sip-text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    color: #3E4767;
    position: relative;
    margin: 10px auto;
}

.single-i-plan a i {
    margin-left: 5px;
}

.fa-arrow-right:before {
    content: "\f061";
}

.single-i-plan.sipq-more {
    background-color: #FF5959;
    text-align: center;
    padding: 28px 40px;
}

.single-i-plan.sipq-more p {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    display: block;
    margin-bottom: 40px;
}

.sip-text a{
    color: #000;
}

.sip-text a:hover, a:active {
    color: #00b0ff;
    text-decoration: none;
    outline: 0;
}


/* Why Choose Us */

.why-choose-us-area {
    position: relative;
    padding: 100px 0px;
    z-index: 1;
}

img.wcu-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
}

.wcu-content-box {
    position: relative;
}

.wcu-content-box .section-head {
    margin-bottom: 20px;
}

.wcu-content-box .section-head p {
    margin-bottom: 10px;
}

.section-head h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.96px;
    color: #0E1941;
}

.wcu-text {
    position: relative;
}

.wcu-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: #3E4767;
    position: relative;
    display: block;
    margin: 15px auto;
}

.wcu-lists {
    position: relative;
    margin-top: 30px;
}

.wcu-single {
    position: relative;
    margin-bottom: 25px;
    max-width: 480px;
}

.wcu-single .wcu-icon {
    position: relative;
    width: 70px;
    height: 70px;
    background: #0033A0;
    text-align: center;
    border-radius: 50%;
    padding-top: 18px;
    display: inline-block;
    vertical-align: top;
}

.wcu-single .wcu-text {
    position: relative;
    width: calc(100% - 75px);
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.wcu-single .wcu-text h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #0E1941;
    display: block;
    letter-spacing: 0px;
}

.wcu-single .wcu-text p {
    margin: 10px auto;
}

.wcu-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: #3E4767;
    position: relative;
    display: block;
    margin: 15px auto;
}

/* Logo Section */

.global-clients {
    position: relative;
    padding: 120px 0px;
}

.gclients-header {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.gclients-header h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    color: #0E1941;
    display: block;
    position: relative;
}

.clients-lis-bot {
    position: relative;
    text-align: center;
}

ul.client-lists {
    position: relative;
    padding: 0px;
    list-style-type: none;
}

ul.client-lists li {
    position: relative;
    display: inline-block;
    width: calc(25% - 4px);
    border: 1px solid #e9eef6;
    padding: 20px;
    text-align: center;
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: -1px;
}

/* Easy Services Area */

.easy-way-service-area {
    position: relative;
    padding: 80px 0px 120px;
}

.easy-way-service-area .section-head {
    text-align: center;
    max-width: 470px;
    margin: 0px auto 50px;
}
.section-head h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.96px;
    color: #0E1941;
}

.single-service-step {
    position: relative;
    text-align: center;
    max-width: 285px;
    margin: 25px auto;
}
.single-service-step .sst-img {
    position: relative;
    max-width: 250px;
    text-align: center;
    margin: 0px auto 35px;
}

.single-service-step h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    display: block;
    margin: 15px auto;
    color: #0E1941;
}

.single-service-step p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0px;
    color: #3E4767;
    display: block;
}

.single-service-step .sst-img span {
    position: absolute;
    bottom: -16px;
    letter-spacing: 0px;
    background-color: #0033A0;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 25px;
    border: 3px solid #fff;
    left: calc(50% - 45px);
}


/* Get In Touch */

.get-in-touch-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #f3f6f9;
}

img.gita-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
}

.get-in-touch-content {
    position: relative;
}

.gitouch-form {
    position: relative;
    margin: 40px auto;
}

.get-in-touch-img {
/*     position: relative;
    margin-right: -180px; */
	position: absolute;
	bottom: 0;
}



/* ============== */

/* --- About Us --- */

/* =============== */

/* Page Header */

.innerpage-title-area {
    position: relative;
    padding: 120px 0px;
}

img.ita-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
    object-position: left center;
}

.innerpage-title {
    position: relative;
    
}

.innerpage-title h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 78px;
    letter-spacing: -1.2px;
    position: relative;
    display: block;
    color: #0E1941;
}

.breadcrumb-content {
    position: relative;
}

.breadcrumb-content img {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-content ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-content ul li, .breadcrumb-content ul li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
}

.breadcrumb-content ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #0033A0;
}

/* Existing styles for the image */
img.inner-title-img {
    position: absolute;
    height: 100%;
    width: auto;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/*Right Side Image For mobile screens */
@media (max-width: 767px) {
   
    img.inner-title-img {
        position: absolute;
        height: 60%;
        width: 55%;
        bottom: 0;
        right: 0;
    }
	.get-in-touch-img {
		display: none;
	}
}

.breadcrumb-content a{
    color: #000;
}

.breadcrumb-content a:hover{
    color: var(--primary);
}

/* About Section 1 */

ul.eat-features {
    position: relative;
    padding: 0px;
    list-style-type: none;
    margin: 15px auto;
}

ul.eat-features li {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-right: -3px;
}

.single-eatf {
    position: relative;
}

.single-eatf img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.single-eatf p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 5px auto;
}

/* 2nd Servcice section about */

.insuarance-plan-area.insuarance-plan-areav3 {
    background-color: #f3f6f9;
    padding-top: 40px;
}

.insuarance-plan-area .section-head {
    text-align: center;
    max-width: 560px;
    margin: 0px auto 50px;
}

.single-i-plan.sip-v3 {
    margin: 7px auto;
    border-radius: 10px;
}

.single-i-plan.sip-v3 .sip-icon {
    display: block;
    margin-bottom: 15px;
}

/* Counter Area */

.counter-area {
    position: relative;
    padding: 70px 0px;
    background-color: #0033a0;
}

.single-counterup.scu-v2 {
    text-align: center;
}

.single-counterup.scu-v2 h4 {
    color: #fff;
    font-size: 72px;
    line-height: 76px;
}
.single-counterup h4 {
    color: #0E1941;
    font-size: 48px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 48px;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 0px;
}

.single-counterup.scu-v2 p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}



/* Animation-2  */
.animation-2{
    position: relative;

    transition: .5s ease;
    margin-bottom: 10px;
}

.animation-2:hover{
    margin-top: 25px;
    margin-bottom: -25px;
}


  /* FAQS */

  .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--primary);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.3rem;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}

.accordion-button:hover {
    background-color: var(--primary) !important;
    color: white !important;
    z-index: 2;
}


/* Team */

.our-team-area {
    position: relative;
    padding: 120px 0px;
    /* background-color: #f3f6f9; */
}

.our-team-area .section-head {
    margin-bottom: 50px;
}

.section-head p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    color: #3E4767;
    position: relative;
    display: block;
}

.view-all-staff-btn-wrapper {
    text-align: right;
    margin: 25px auto;
}

.single-staff-member {
    position: relative;
    max-width: 305px;
    text-align: center;
    margin: 15px auto 25px;
}

.single-staff-member img {
    width: 100%;
    margin-bottom: 10px;
}

.single-staff-member h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #0E1941;
    position: relative;
    display: block;
    letter-spacing: 0px;
    margin: 10px auto;
}

.single-staff-member p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #3E4767;
    letter-spacing: 0px;
}


/* ================ */

/* ---  Services --- */

/* ================ */


/* Section 1 */
.service-details-wrapper {
    padding: 100px 0px;
    position: relative;
    background-color: #f3f6f9;
}

.section-text h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.96px;
    color: #0E1941;
    margin-bottom: 20px;
}

.section-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    color: #3E4767;
    margin-bottom: 15px;
}

.single-i-plan.sip-v3.sip-service {
    padding: 20px 15px;
    margin: 15px auto;
}

.single-i-plan {
    position: relative;
    background-color: #fff;
    padding: 40px;
    border: 1px solid #E5EBF5;
    text-align: left;
}

.single-i-plan.sip-v3 {
    margin: 7px auto;
    border-radius: 10px;
}

.single-i-plan.sip-v3 .sip-icon {
    display: block;
    margin-bottom: 15px;
}

.single-i-plan .sip-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    background-color: #f2f5fa;
    border-radius: 50%;
    padding-top: 20px;
    text-align: center;
}

.single-i-plan.sip-v3 .sip-text {
    display: block;
}

.single-i-plan .sip-text {
    position: relative;
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.single-i-plan.sip-v3.sip-service h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
}

.single-i-plan .sip-text h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    display: block;
    color: #0E1941;
}

.doi-need {
    position: relative;
    margin: 60px auto 0px;
}

.single-eatf {
    position: relative;
}
.single-eatf img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.section-text h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    color: #0E1941;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

ul.eat-features {
    position: relative;
    padding: 0px;
    list-style-type: none;
    margin: 15px auto;
}

.doi-need ul.eat-features li {
    width: 100%;
}


.how-much-coverage {
    position: relative;
    padding: 0px;
    background-color: #e5ebf5;
}


/* ======================= */

/* ------ Contact Us ------ */

/* ======================= */   

.contact-area {
    position: relative;
    background-color: #f3f6f9;
    padding: 120px 0px;
}
.contact-text {
    position: relative;
}

.contact-text .section-head {
    margin-bottom: 15px;
}

.contact-text .section-head p {
    color: #0033A0;
}

.single-c-box {
    position: relative;
    background: #FFF;
    border: 1px solid #E5EBF5;
    border-radius: 12px;
    padding: 20px;
    margin: 10px auto;
}

.single-c-box h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 15px auto;
    color: #0E1941;
}
.single-c-box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #3E4767;
    margin: 10px auto;
}
.single-c-box a {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    color: #0033A0;
}

.bdst-share {
    position: relative;
    margin: 30px auto;
}
.bdst-share h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    color: #1E162D;
    letter-spacing: 0px;
}
.bdst-share ul.scl-list {
    position: relative;
    padding: 0px;
    list-style-type: none;
    text-align: right;
}
.bdst-share ul.scl-list li {
    position: relative;
    display: inline-block;
    margin-left: 8px;
}




