/*-------    My Insurance reward style sheet V1.o Created and Developed By Volive solutions --------*/
/* NO SELECT + HIGHLIGHT COLOR */
@font-face {
    font-family: "MaterialDesign";
    src: url("../icons/MaterialDesign/fonts/materialdesignicons-webfont.eot");
    src: url("../icons/MaterialDesign/fonts/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("../icons/MaterialDesign/fonts/materialdesignicons-webfont.woff2") format("woff2"), url("../icons/MaterialDesign/fonts/materialdesignicons-webfont.woff") format("woff"), url("../icons/MaterialDesign/fonts/materialdesignicons-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
}

li {
    list-style-type: none;
    display: inline-block;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

.btn {
    border-radius: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: unset;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn:hover,
.swiper-button-prev:hover,
.swiper-button-next:hover {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-fill {
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-fill i {
    margin-right: 8px;
}

.bg-green {
    background-color: #1FA44E;
}

.bg-lightgrey {
    background-color: #dedede;
}

.btn-fill.bg-green:hover {
    background-color: #174950;
    color: #fff;
}

.form-group label .asterisk {
    color: #1fa44e;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.30);
}

::-webkit-scrollbar-thumb {
    background: #000D1B !important;
    border-radius: 2px;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.30);
}

.form-control:focus {
    box-shadow: none;
    border-color: #000;
}

textarea {
    resize: none;
}

.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.custom-radio {
    display: inline-block;
    margin-right: 15px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #1fa44e;
    border-color: #1fa44e;
}

.box-shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.nav-pills .nav-link {
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #1fa44e;
}

.nav .nav-item {
    list-style: none;
}

.wrapper {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}

.green {
    color: #1fa44e;
}


h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}


.footer .dropdown-toggle::after {
    display: none;
}


/*---- Header -----*/
.footer_bottom_info {
    color: var(--primary) !important;
    padding: 2px 0px 4px;
    font-size: 12px;
    padding: 10px 0px;
}

.footer_bottom_info a {
    color: var(--primary) !important;
}


.footer_bottom_info .row {
    align-items: center;
}

.bottom_social a {
    color: var(--primary) !important;

    padding: 0px 5px;
}


.footer_bottom_info .dropdown,
.footer_bottom_info .dropdown a {
    color: var(--primary);
}


.top-my-account {
    margin: 0;
    padding: 0;
    float: left;
    color: #fff;
    margin-top: 10px;
    list-style-type: none;
    min-width: 90px;
    border-radius: 0px;
    margin-left: -22px;
}

.top-my-account li {
    padding: 0 15px;
}

.top-my-account li a {
    font-size: 12px;
}

.top-my-account li a:hover {
    color: #174950;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary) !important;
    padding: 0;
    display: flex;
    align-items: center;
    width: fit-content;
}

.navbar-brand img {
    height: 120px;
}

.navbar-nav li .dropdown-menu {
    padding: 0;
    width: 250px;
}

.navbar-nav li .dropdown-menu li {
    display: block;
    width: 100%;
}

.navbar-nav li .dropdown-menu a {
    font-size: 18px;
    padding: 5px 15px;
    color: #333;
    width: 100%;
    display: inline-block;
}

.navbar-nav li .dropdown-menu a:hover,
.navbar-nav li .dropdown-menu a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #174950;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #1FA44E !important;
}

.insurance_nav {
    border-bottom: 1px solid #d3d3d3;
}

.logo-text h4 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    /*margin-left: -50px;*/

}

.logo-text {
    text-align: left;
    margin-left: -40px;
}


.insurance_nav a.nav-link {
    color: #393939 !important;
    font-size: 16px;
    font-weight: 400;
    margin-right: 25px;
}



.insurance_nav .nav-item.active a.nav-link {
    color: #1FA44E !important;
}

.insurance_item p {
    text-align: justify;
    height: 160px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.insurance_item h2 {
    font-size: 20px;
    height: 40px;
}

.insurance_nav a.nav-link.register-btn {
    background: #1FA44E !important;
    border-radius: 4px;
    font-size: 11px !important;
    color: #fff !important;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 7px 15px;
    margin-top: 2px;
    margin-left: 10px;
}

.banner_content {
    position: absolute;
    bottom: 18%;
    max-width: 60%;
    left: 10%;
}

.seafood_banner .banner_content {
    position: absolute;
    top: 54%;
    max-width: 40%;
    left: 10%;
    transform: translateY(-50%);
}

.banner_content h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.btn-about {
    border: 1px solid #1FA44E;
    background: #1FA44E;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    min-width: 190px;
    min-height: 60px;
    padding: 18px;
    margin: 0px 15px;
    letter-spacing: 1px;
    border-radius: 4px;
}

.btn-about:hover {
    border: 1px solid #174950;
    background: #174950;
    color: #fff;
}

.main-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.main-carousel .owl-nav .owl-prev {
    left: 3%;
}

.main-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    position: absolute;
    border: 1px solid #fff !important;
    border-radius: 100%;
    line-height: 46px !important;
    transition: all 0.5s;
    background: #fff !important;
}

.main-carousel .owl-nav button:hover {
    background: #1FA44E !important;
    border: 1px solid #1FA44E !important;
    transition: all 0.5s;
}

.main-carousel .owl-nav button:hover i {
    color: #fff !important;
    transition: all 0.5s;
}

.main-carousel .owl-nav button i {
    color: #1fa44e;
    font-size: 18px;
    transition: all 0.5s;
}

.main-carousel .owl-nav .owl-next {
    right: 3%;
}

.banner_item {
    position: relative;
}

/*---- About ---*/
.about_img img {
    width: 100%;
}

.about_row {
    padding: 50px 70px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
    position: relative;
    z-index: 9;
    background: #fff;
    max-width: 1230px;
}

.about_cont h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #444;
    letter-spacing: 0.5px;
}

.about_cont h3 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    color: #111;
    letter-spacing: 1px;
    line-height: 40px;
}

.about_cont p {
    margin-top: 10px;
}

.about_us {
    background: url(../images/about_bg.png);
    background-size: cover;
    background-repeat: repeat;
    padding-bottom: 50px;
}

.play_button {
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 47px;
    border-radius: 50%;
    position: absolute;
    z-index: 4;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    background: #ffffff;
    right: 42%;
    top: 43%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
}

.play_button span.fa {
    color: #1FA44E;
    font-size: 16px;
}

.about_img {
    position: relative;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/* Insurance list */
.insurance_lob_bg {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
}

.insurance_lob_bg .insurance_lob_mid {
    height: auto;
    padding: 40px 20px 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    list-style: none;
}

.insurance_lob_bg .insurance_lob_mid .insurance_lob_box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    background-color: #1fa44e;
    position: relative;
    box-shadow: 0 4px 4px rgb(60 60 60 / 40%);
    flex-direction: column;
    min-height: 100%;
}

.insurance_lob_design {
    width: 100%;
    height: 190px;
    -webkit-clip-path: ellipse(90% 94% at 50% 0%);
    clip-path: ellipse(90% 94% at 50% 0%);
    background-color: #fff;
    position: relative;
}

.insurance_lob_design:before {
    content: '';
    width: 100%;
    height: 188px;
    -webkit-clip-path: ellipse(88% 93% at 50% 0%);
    clip-path: ellipse(88% 93% at 50% 0%);
    background: #174950;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.insurance_lob_bg .insurance_lob_content {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.insurance_lob_bg .insurance_lob_content .fas {
    font-size: 42px;
    color: #fff;
    margin-bottom: 10px;
}

.insurance_lob_bg .insurance_lob_content span {
    font-size: 23px;
    text-align: center;
    position: relative;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
}

.insurance_lob_bg .insurance_lob_content span:before {
    content: "";
    display: table;
    clear: both;
}

.insurance_lob_bg>.insurance_lob_mid p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
    padding: 0px 15px;
}

.main_head {
    max-width: 800px;
    display: flex;
    margin: auto;
}

.insurance_list {
    padding: 100px 0px 50px;
    background: url(../images/about_bg.png);
    background-size: contain;
    background-repeat: repeat;
}

.main_head h3 {
    text-align: right;
    min-width: 360px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 1px;
    color: #111;
    position: relative;
    margin-right: 60px;
    line-height: 45px;
}

.main_head h3:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 85%;
    top: 5%;
    background: #1fa44e;
    right: -30px;
}

.insurance_item {
    background: #1fa44e;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.insurance_item a img {
    width: 100%;
    border-radius: 5px;
    max-height: inherit;
}

.insurance_item h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

.insu_icon {
    max-height: 70px;
}

/*---- Testimonials ---*/
.testimonials {
    padding: 70px 0px;
    background: #EEFFF4;
}

.testi_per {
    display: flex;
    margin-top: 15px;
}

.testi_per img {
    width: 45px !important;
    margin-right: 15px;
}

.testi_per h4 {
    font-size: 16px;
    margin-top: 10px;
}

.testi_card {
    position: relative;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 50px 5px;
}

.testi_card:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid #fff;
    border-right: 35px solid transparent;
    left: 0px;
    bottom: -50px;
}

.testi_star .fas {
    color: #FFC107;
}

.testi_star i {
    font-size: 12px;
}

.testi_star {
    margin-bottom: 10px;
}

.testimoninals-carousel {
    padding: 0px 90px;
}

.testimoninals-carousel .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}

.testimoninals-carousel .owl-nav .owl-prev {
    left: 2%;
}

.testimoninals-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    position: absolute;
    border: 1px solid #1FA44E !important;
    border-radius: 100% !important;
    line-height: 46px !important;
    transition: all 0.5s;
    background: #1FA44E !important;
}

.testimoninals-carousel .owl-nav button:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    transition: all 0.5s;
}

.testimoninals-carousel .owl-nav button:hover i {
    color: #1fa44e !important;
    transition: all 0.5s;
}

.testimoninals-carousel .owl-nav button i {
    color: #fff;
    font-size: 18px;
    transition: all 0.5s;
}

.testimoninals-carousel .owl-nav .owl-next {
    right: 2%;
}

.testimoninals-carousel .owl-dots {
    margin-top: 10px;
}

.testimoninals-carousel .owl-dots span {
    background: #000 !important;
    width: 8px !important;
    height: 8px !important;
    margin: 5px !important;
}

.testimoninals-carousel .owl-dots .owl-dot.active span {
    background: #1fa44e !important;
    width: 10px !important;
    height: 10px !important;
}

/*----- Download App ---*/
.download_app {
    background: url(../images/down_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 100px 0px 200px;
}

.download_appC h3 {
    min-width: 360px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    line-height: 45px;
}

.download_app p {
    color: #fff;
    font-weight: 400;
}

.download_icons img {
    max-width: 225px;
    margin-right: 15px;
}

.download_icons {
    text-align: right;
}

/*---- Contact ---*/
.contact_info {
    background: #1fa44e;
    padding: 40px;
    border-radius: 15px;
    margin-right: 20px;
}

.contact_us {
    padding-bottom: 70px;
    position: relative;
}

.contact_us:after {
    content: '';
    position: absolute;
    background: url(../images/about_bg.png);
    background-size: contain;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact_info h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 1px;
    color: #fff;
    position: relative;
    line-height: 45px;
    margin-bottom: 30px;
}

.contact-media {
    margin-bottom: 15px;
}

.contact_icon {
    width: 30px;
    margin-right: 15px;
}

.contact-media h4 {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    margin-bottom: 15px;
}

.contact-media p {
    color: #fff;
    margin: 0px;
    font-weight: 400;
}

.contact-media p a {
    color: #fff;
}

.contact_form {
    padding: 40px 20px 0px;
}

.contact_card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 35px;
    border-radius: 15px;
    background: #fff;
}

.form-control {
    min-height: 48px;
}


/*---- Subscribe ---*/
.subscribe {
    background: #1fa44e;
    padding: 30px 0px;
}

.footer_newsletter .form-control {
    font-size: 14px;
    border-radius: 10px;
    min-height: 40px;
    padding: 13px 20px;
    min-width: 250px;
}

.footer-button {
    background: #113034;
    padding: 5px 25px !important;
    border-radius: 0px 10px 10px 0px;
}

.banner_cont {
    padding-right: 40px;
}

.banner_cont p {
    color: #fff;
    font-weight: 400;
}

/*----- Footer ---*/
.footer {
    background: #113034;
    padding: 70px 0px 50px;
}

.footer_logo img {
    width: 100px;
    margin-bottom: 20px;
}

.footer_logo p {
    margin: 0;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
}

.footer_links h4 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 500;
    margin-bottom: 30px;
}

.footer_links h4:after {
    content: '';
    position: absolute;
    width: 40px;
    background: #1fa44e;
    height: 2px;
    left: 0px;
    bottom: -10px;
}

.footer_links ul li {
    display: block;
}

.footer_links ul li a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 25px;
}

.footer_social li {
    display: inline-block !important;
}

.footer_social li a img {
    width: 35px;
    margin-right: 5px;
}

.footer_social {
    margin-bottom: 20px;
}

.fbtn-group {
    display: inline-flex;
    flex-wrap: wrap;
}

.fbtn-group img {
    width: 155px;
    margin-right: 10px;
}

.footer .row {
    margin-left: 0px;
    margin-right: -50px;
}


.footer_appLinks img {
    max-width: 180px;
    margin-bottom: 10px;
}

.footer_logo h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.footer_links .navbar-nav li .dropdown-menu a {
    font-size: 12px;
    line-height: 16px;
}

.footer_links .navbar-nav li .dropdown-menu {
    width: 150px;
}

.btn_send {
    width: 20px;
}

.about_img img:hover {
    cursor: pointer;
}

#video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}

#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#video-popup-close:hover {
    color: #DE0023;
}

.partners_section {
    padding: 50px 0;
}

.quote_div {
    padding: 25px 50px;

}

.quote_div h3 {
    font-size: 24px;
    font-weight: 900;
    margin: 15px 0;
}

.quote_form .form-group label {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 6px;
}

.quote_form .form-control {
    border-radius: 0;
    font-size: 12px;


}

.modal .modal-header {
    padding: 0;
    position: relative;
}

.modal .modal-body {
    padding: 0;
}

.modal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999999;

}

textarea.form-control {
    height: 120px;
}

.modal-body {
    max-height: 580px;
    overflow-y: auto;
}

/* login */

.login-wrapper {
    width: 100%;
    padding: 50px 15px;
}

.login-block {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
}


.logo-block {
    width: 100%;
    padding: 30px 10px;
    text-align: center;

    border-radius: 5px 5px 0 0;
}

.logo-block img {
    max-width: 100px;
}

.login-tabs {
    border-bottom: 1px solid #e9e9e9;
}

.login-tabs .nav-link {
    color: #333;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
}

.login-tabs .nav-link.active,
.login-tabs .show>.nav-link {
    background-color: #fff;
    border-bottom: 2px solid #1FA44E;
    color: #1fa44e;
}

.login-block .form-group label {
    margin-bottom: 3px;
}

.login-block .form-group {
    margin-bottom: 15px;
    padding: 5px;
}


.login-block .btn-fill {
    padding: 10px 15px;
}


.link-forget {
    font-size: 13px;
    color: #1FA44E;
}


.link-contact {
    font-size: 16px;
    font-weight: normal;
}

.link-contact a {
    color: #1FA44E;
}

.link-contact a:hover {
    color: #174950;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 48px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 5px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 46px;
    line-height: 34px;
    color: #999;
    border-radius: 5px 10px 10px 5px;
    font-weight: 300;
}

.file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 46px;
    background: #4daf7c;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 16px;
    line-height: 48px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:hover:before {
    background: #3d8c63;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 48px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}


.custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #333;

}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #1fa44e;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #1fa44e;
    border-color: #1fa44e;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}


/* about banner */
.main_banner_sections {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.main_banner_area img {
    width: 100%;
}

.main_banner_area::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background: linear-gradient(to left, rgba(232, 220, 185, 0.4)0%, rgba(147, 145, 145, 0.8)30%, rgba(255, 245, 245, 0)60%, rgb(77, 77, 77)100%);
    mix-blend-mode: multiply;
}

.inner_content_container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}

.inner_content_container_item {
    padding-bottom: 40px;
}

.breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
    margin: 0 !important;
}

.breadcrumb li i {
    margin-right: 5px;
}

.inner_content_container_item ul.breadcrumb li {
    color: #393939;
    font-size: 18px;
    line-height: 30px;
    margin-left: 5px;
    display: inline-block;
    list-style: none;
}

.inner_content_container_item ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

.inner_content_container_item ul li {
    display: list-item;
    list-style: disc;
}

.inner_content_container_item ul li:first-child {
    margin-left: 0;
}

.breadcrumb li a {
    color: #1fa44e;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
    color: #333;
}

.breadcrumb li .fas {
    font-size: 12px;
    color: #1fa44e;
}

.inner_content_container_item h1 {
    font-style: italic;
    color: #333;
    font-size: 40px;
    font-weight: 600;
}

.inner_content_container_item h1 span {
    font-weight: 700;
    color: #1fa44e;
}

.inner_content_container_item p,
.inner_content_container_item ul li {
    color: #393939;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.inner_content_container_item h2 {
    color: #333;
    font-size: 27px;
    font-weight: 600;
}

.agt-img {
    margin: 10px auto;
    width: 220px;
}

.agt-h3 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}

.agt-p {
    text-align: center;
    font-weight: 700;
}

.inner_content_container_item:nth-of-type(2) {
    background: #333;
    padding-left: 0px;
    padding-right: 0px;
}

.inner_content_container_item .insurance_lob_inner_box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    background: #333;
}

.inner_content_container_item .insurance_lob_inner_design {
    width: 100%;
    height: 190px;
    -webkit-clip-path: ellipse(80% 95% at 50% 0%);
    clip-path: ellipse(80% 95% at 50% 0%);
    background-color: #fff;
    position: relative;
}

.inner_content_container_item .insurance_lob_inner_design:before {
    content: '';
    width: 100%;
    height: 188px;
    -webkit-clip-path: ellipse(80% 95% at 50% 0%);
    clip-path: ellipse(80% 95% at 50% 0%);
    background: #174950;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.inner_content_container_item .insurance_lob_inner_content {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.inner_content_container_item .insurance_lob_inner_content i {
    display: block;
    font-size: 62px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.right-img {
    margin-bottom: 20px;
    margin-top: -50px;
    border-bottom: 2px solid #fff;
}

.right-img img {
    width: 100%;
}

.inner_content_container_item .right_side_content {
    padding: 20px 30px;
}

.main_banner_sections .banner-content {
    position: absolute;
    z-index: 100;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.main_banner_sections .banner-content h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 0px 0px 6px #000;
}

.main_banner_sections .banner-content.container {
    max-width: 1230px;
}

.quotes-tabs {
    border-bottom: 1px solid #333;
    margin: 0 !important;
}



.quotes-tabs .nav-item {
    width: 25%;
    margin: 0;
}

.quotes-wrapper label,
.radio label {
    display: block;
}



/* add-referrals */
.profile-pic {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.profile-pic i {
    font-size: 48px;
    color: #c3c3c3;
}

.border-bottom {
    border-bottom: 1px solid #113034;
}

/* referral-history */

.referral-block {
    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.referral-block .profile-pic {
    width: 60px;
    height: 60px;
}

.name {
    font-size: 18px;
    color: #174950;
}

.refer-date {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 0;
}

.refer-date span {
    display: inline-block;
    font-weight: normal;
}


/* searchbar */

.search-wrap {
    max-width: 400px;
    width: 100%;
}

.search-wrap input {
    width: calc(100% - 40px);
}

.icon-filter {
    position: absolute;
    right: 0;
    border-left: 1px solid #333;
    padding-left: 10px;

}


.referral-detail-block .profile-wrap {
    padding: 10px 20px;
    padding-top: 0;
}

.referral-detail-block .profile-pic {
    width: 80px;
    height: 80px;
    margin: 0;
}


.referral-detail-block .profile-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.email {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 16px;
    margin-top: 5px;
}

.location {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

.location i {
    margin-right: 5px;
    color: #1fa44e;
}


.detail-wrap {
    padding: 20px;
    margin-top: 10px;
    padding-top: 0;
}

.detail-wrap h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.detail-wrap p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

.detail-wrap p span {
    max-width: 150px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}


/* advocator-wallet */

.wallet span {
    font-size: 14px;
    font-weight: normal
}

.wallet p {
    font-size: 32px;
    font-weight: 600;
    margin: 8px 0;
}

.transactions-block {
    border-radius: 4px;
}

.transactions-block .detail-wrap {
    margin-top: 0;
    padding: 0;
    margin-left: 15px;
    width: calc(100% - 65px);
}

.transactions-block .detail-wrap p {
    font-size: 13px;
}

.transactions-block .detail-wrap p span {
    max-width: 135px;
    color: #333;
}

.transaction-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1fa44e;
    color: #fff;
}


/* notification */

.notification-wrapper li {
    padding: 10px 30px;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}

.notification-wrapper li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333;
    top: 14px;
    left: 13px;
}

.notification-wrapper li.bg-green::before {
    background-color: #fff;
}

.notification-wrapper li p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight: normal;
}

.notification-wrapper li.bg-green p,
.notification-wrapper li.bg-green .date {
    color: #fff;
}

.notification-wrapper li .date {
    font-size: 14px;
    display: inline-block;
    line-height: 12px;
}

.icon-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.icon-close img {
    max-width: 12px;
}

.notification-wrapper li.bg-green .icon-close img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(126deg) brightness(107%) contrast(103%);
}

/* how it works */

.video-block iframe {
    width: 100%;
    height: 100%;
}

.video-block {
    height: 200px;
}

.step-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.step-content p {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
}

.step-content {
    min-height: 100%;
}

.steps-block {
    min-height: 100%;
}

/* reviews */
.review-wrapper {
    padding: 15px 20px;
    border-radius: 5px;
}

.review-wrapper .profile-content {
    width: calc(100% - 100px);
}

.review-wrapper .profile-wrap {
    padding: 0;
}

.review-wrapper .profile-content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    margin-top: 5px;
}

.block-head {
    border-bottom: 1px solid #d3d3d3;
}

.block-head ul {
    padding: 10px 15px;
}

.block-head ul li {
    margin-right: 10px;
}

.block-head ul li p i {
    margin-right: 10px;
}

.block-head ul li p {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    margin: 0;
}

.img-block img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.community-wrap .img-block {
    border-radius: 10px;
    height: 200px;
}

.community-wrap .steps-block .btn-fill i {
    margin: 0;
    line-height: 24px;
}


/* community-detail-wrap */

.community-detail-wrap .img-block {
    height: 500px;
}

.community-detail-wrap .block-head ul li p {
    font-size: 16px;
}

.community-detail-wrap .step-content h6 {
    font-size: 18px;
}

.community-detail-wrap .step-content p {
    font-size: 16px;
    line-height: 24px;
}

.community-detail-wrap .block-head ul {
    padding: 15px 0;
}

.add-img-wrap {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1fa44e;
}

.add-img-wrap i {
    font-size: 28px;
    color: #fff;
}

/* message */
.inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 30%;
}

.inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.top_spac {
    margin: 20px 0 0;
}


.recent_heading {
    float: left;
    width: 40%;
}

.srch_bar {
    display: inline-block;
    text-align: right;
    width: 60%;
}

.headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
    color: #174950;
    font-size: 21px;
    margin: auto;
}

.srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat_ib p {
    font-size: 14px;
    color: #333;
    margin: auto;
    font-weight: normal;
}

.chat_img {
    float: left;
    width: 11%;
}

.chat_img img,
.incoming_msg_img img {
    width: 100%;
}

.chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 88%;
}

.chat_people {
    overflow: hidden;
    clear: both;
}

.chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}

.inbox_chat {
    height: calc(100vh - 70px);
    overflow-y: auto;
}

.active_chat {
    background: #ebebeb;
}

.incoming_msg_img {
    display: inline-block;
    width: 6%;
}

.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: fit-content;
    font-weight: normal;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.received_withd_msg {
    width: 57%;
}

.mesgs {
    float: left;
    width: 70%;
    border-left: 1px solid #c4c4c4;
}

.sent_msg p {
    background: #174950 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    padding: 5px 10px 5px 12px;
    width: fit-content;
    font-weight: normal;
    text-align: right;
    margin: 0 0 0 auto;
}

.outgoing_msg {
    overflow: hidden;
    margin: 26px 0 26px;
}

.sent_msg {
    float: right;
    width: 46%;
    text-align: right;
}

.input_msg_write input {
    padding-right: 50px;
    border: 0;
}

.type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.msg_send_btn {
    background: #174950 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 33px;
    position: absolute;
    right: 10px;
    top: 7px;
    width: 33px;
}

.msg_send_btn i {
    margin-left: -1px;
}

.messaging {
    padding: 0 0 50px 0;
}

.msg_history {
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 150px);
}

.msg_head {
    padding: 10px 15px;
    border-bottom: 1px solid #d3d3d3;
}

.msg_head.referral-detail-block .profile-wrap {
    padding: 0;
}

.msg_head.referral-detail-block .profile-pic {
    width: 50px;
    height: 50px;
}


.icon-option {
    color: #174950;
}

.message .quotes-tabs .nav-item {
    width: 50%;
}

.message .quotes-tabs.nav-pills .nav-link {
    border-radius: 0
}

.message .quotes-tabs {
    border-bottom: 1px solid #d3d3d3;
}


/* my-profile */

.profile-head .profile-pic img {
    width: 100%;
    height: 100%;
}

.profile-head .profile-content {
    width: calc(100% - 150px);
}

.profile-head .detail-wrap {
    padding: 0;
    margin: 0;
    width: 300px;
}

.profile-head .detail-wrap p {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
}


.app-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #174950;
    bottom: 0;
    box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
    padding: 15px 0;
}

.app-wrapper .footer_appLinks img {
    max-width: 130px;
    margin-bottom: 0;
    margin-right: 10px;
}

.icon-umbrella {
    max-width: 48px;
    width: 100%;
    filter: invert(100%) sepia(0%) saturate(7468%) hue-rotate(348deg) brightness(109%) contrast(103%);
    margin-bottom: 10px;
}

.sent_msg_img {
    display: inline-block;
    width: 6%;
    float: right;
    margin-left: 10px;
}

.sent_msg_img img {
    max-width: 100%;
}
