@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraBoldItalic.woff2') format('woff2'),
        url('../font/Poppins-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-BlackItalic.woff2') format('woff2'),
        url('../font/Poppins-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraBold.woff2') format('woff2'),
        url('../font/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Black.woff2') format('woff2'),
        url('../font/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-BoldItalic.woff2') format('woff2'),
        url('../font/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Bold.woff2') format('woff2'),
        url('../font/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Italic.woff2') format('woff2'),
        url('../font/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraLight.woff2') format('woff2'),
        url('../font/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ExtraLightItalic.woff2') format('woff2'),
        url('../font/Poppins-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Light.woff2') format('woff2'),
        url('../font/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../font/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-LightItalic.woff2') format('woff2'),
        url('../font/Poppins-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-MediumItalic.woff2') format('woff2'),
        url('../font/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-SemiBold.woff2') format('woff2'),
        url('../font/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Medium.woff2') format('woff2'),
        url('../font/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.woff2') format('woff2'),
        url('../font/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Thin.woff2') format('woff2'),
        url('../font/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-ThinItalic.woff2') format('woff2'),
        url('../font/Poppins-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}




*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body{

}

.ad-container-mobile {
    display: none;
}
.ad-container-desktop {
    margin: 5px 0;
    text-align: center;
}

.main-header .top-header {
    background: #086FFE;
    padding: 5px 0px;
}
.main-header .top-header .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.main-header .top-header .col-sm-4:nth-last-child(3) {
    text-align: start;
}
.main-header .top-header .col-sm-4:nth-last-child(2) {
    text-align: center;
}
.main-header .top-header .col-sm-4:nth-last-child(1) {
    text-align: end;
}

.popupsty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
}
.popuplogin{
    display: none;
}
.close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    background: #ff0000;
    color: #fff;
    padding: 13px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
}

div#success-message-popup {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.alert.alert-success {
    text-align: center;
}
.thankyou-popup h3 {
    font-size: 24px;
    font-family: 'poppins';
    font-weight: 600;
    margin: 20px 0px;
}
.thankyou-popup p {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    width: 67%;
    margin: 0 auto;
    padding: 0px 0px 20px 0px;
}



.top-header .row span a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    text-decoration: none;
    font-family: 'poppins';
    font-weight: 500;
}
.nav-header{
	background: #F1F1F1;
	box-shadow: 0px 2px 6px #00000029;
}
.main-header .nav-header nav.navigation .logo img {
    width: 75%;
    height: auto;
}
.nav-header nav.navigation .row .navigation-link ul.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.nav-header nav.navigation .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.nav-header nav.navigation .row .navigation-link ul.menu li.menu-link a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    padding: 0px 10px;
    font-weight: 500;
}
.nav-header nav.navigation .col-sm-3 .button-pop {
    text-align: end;
}
.nav-header nav.navigation .row .navigation-link ul.menu li.menu-link {
    padding: 35px 8px;
}
.nav-header nav.navigation .col-sm-3 .button-pop button{
	color: #fff;
	font-size: 15px;
    font-family: 'poppins';
    border: 0;
    background: #FC1A0F;
    box-shadow: 0px 5px 10px #0000004D;
    border-radius: 25px;
    padding: 10px 40px;
    transition: all .3s;
    font-weight: 500;
}
header.header {
    position: sticky;
    background: #fff;
    top: 0;
    display: inline-block;
    width: 100%;
    z-index: 9999;
}

.nav-header nav.navigation .col-sm-3 .button-pop button:hover{
	background: #fff;
	color: #FC1A0F;
}
.main-banner .carousel-indicators {
    display: none;
}

.button-pop button{
	color: #fff;
    font-size: 15px;
    font-family: 'poppins';
    border: 0;
    background: #FC1A0F;
    box-shadow: 0px 5px 10px #0000004D;
    border-radius: 25px;
    padding: 10px 40px;
    transition: all .3s;
    font-weight: 500;
}
.button-pop button:hover{
	background: #fff;
	color: #FC1A0F;
}
.button-pop button a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 500;
}
.button-pop button a:hover{
    color: #000;
}
.main-banner .carousel-caption {
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate(7%, -50%);
    text-align: left;
}
.main-banner .carousel-caption h1 {
    font-size: 70px;
    color: #fff;
    font-family: 'poppins';
    text-align: left;
    font-weight: 500;
    width: 50%;
    margin-bottom: 20px;
}
.main-banner .carousel-caption p {
    font-size: 16px;
    color: #fff;
    font-family: 'poppins';
    text-align: left;
    font-weight: 400;
    width: 50%;
    margin-bottom: 20px;
}
.main-banner .carousel-control-next, .carousel-control-prev{
	width: 10% !important;
}

.main-banner .carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon{
	filter: none !important;
}
.main-banner .carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-next-icon{
	filter: none;
}
.main-banner .carousel-control-prev-icon{
	background-image: url(../img/icon/pre-icon.png);
}
.main-banner .carousel-control-next-icon{
	background-image: url(../img/icon/next-icon.png);
}

.services-list-item{
	background: #F1F1F1;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
    position: relative;
}
section.services-list-item .services-slider {
    margin-bottom: 40px;
}

.services-list-item .product-content {
    background: #086FFE;
    padding: 50px 0px;
}
.services-list-item .product-content .image-product {
    background: #fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.services-list-item .product-content h3 {
    font-size: 20px;
    font-family: 'poppins';
    color: #fff;
    width: 50%;
    margin: 0 auto;
    padding: 25px 0px;
}

.services-list-item .product-content .image-product img {
    margin-top: 30px;
    transition: all .5s;
}
.services-list-item .product-content .image-product img:hover{
	transform: rotateZ(360deg);
}
section .providing-policy {
    background: #F1F1F1;
    margin-bottom: 70px;
}
section .providing-policy .container .row {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
section .providing-policy .container .row h4 {
    font-size: 38px;
    font-weight: 600;
    font-family: 'poppins';
    text-align: left;
    text-decoration: none;
    width: 96%;
}
section .providing-policy .container .row h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'poppins';
    text-align: left;
    text-decoration: none;
    width: 96%;
    margin: 20px 0px;
}
section .providing-policy .container .row p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'poppins';
    text-align: left;
    text-decoration: none;
    width: 88%;
    margin: 20px 0px;
}

section .always-here {
    background: #fc1a0f;
    padding: 36px 0px;
    margin-bottom: 70px;
}
.always-here .container .row{
	margin: 0;
}
.always-here .container .row .life-insurance-content{
	text-align: left;
}
.always-here .container .row .life-insurance-content img {
    margin-bottom: 10px;
}
.always-here .container .row .life-insurance-content h5 {
    color: #fff;
    width: 60%;
    font-family: 'poppins';
}
.our-claims {
    text-align: center;
}
.our-claims h5 {
    font-size: 26px;
    color: #fc1a0f;
    background: #fff;
    display: inline-flex;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    align-items: center;
    padding: 15px;
    font-family: 'poppins';
}
.our-claims p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    font-weight: 400;
    font-family: 'poppins';
}
.our-approach .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background: #0000;
	color: #fc1a0f;
}

.our-approach .nav-pills .nav-link{
	color: #000;
	font-size: 20px;
	font-weight: 500;
	font-family: 'poppins';
	padding: 0px 18px 0px 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.our-approach .container .row .approach-image img {
    display: block;
}
.our-approach .nav-pills .nav-link:hover{
	color: #fc1a0f;
}
.our-approach .container .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.approach-content .approach-text h4 {
    font-size: 38px;
    font-weight: 600;
    font-family: 'poppins';
    text-align: left;
    margin-bottom: 20px;
}
.approach-content .approach-text h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'poppins';
    text-align: left;
    margin-bottom: 20px;
    line-height: 28px;
}
.approach-content .tab-content {
    margin-bottom: 30px;
}
.approach-content .tab-content .tab-pane {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    font-family: 'poppins';
}
.our-approach {
    margin-bottom: 70px;
}

.insurance-guidance .container .guidance-content {
    text-align: center;
    padding-top: 70px;
}
.insurance-guidance .container .guidance-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    font-family: 'poppins';
    font-style: normal;
}
.insurance-guidance .container .guidance-content p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'poppins';
    font-style: normal;
}
.guidance-content-slider .owl-item .product-content .image-product img {
    border-radius: 100%;
    border: 1px solid #FFF;
}
.guidance-content-slider .owl-item .product-content h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    font-family: 'poppins';
    font-weight: 300;
    text-align: left;
}
.guidance-content-slider .owl-item .product-content{
	text-align: center;
	margin-top: 50px;
}
.guidance-content-slider .owl-item .product-content p{
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-style: normal;
	font-family: 'poppins';
	text-decoration: none;
	font-weight: 300;
}
.guidance-content-slider .owl-item .product-content {
    text-align: left;
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 70px;
}

section .formand-testimonial {
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 25px 0px;
    background: #F1F1F1;
}
.formand-testimonial .row {
    margin: 0;
    padding: 0;
    width: 100%;
    align-items: center;
}
.formand-testimonial .row .tab-form-content {
    background: #fff;
    padding: 30px 25px;
    text-align: center;
}
.formand-testimonial .row .tab-form-content .nav.nav-pills {
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.tab-form-content .nav.nav-pills .nav-link {
    background: #ffff;
    color: #000;
    font-size: 20px;
    font-family: 'poppins';
    font-weight: 500;
}
.tab-form-content .nav.nav-pills .nav-link.active {
    background: #ffff;
    color: #fc1a0f;
    font-size: 20px;
    font-family: 'poppins';
    font-weight: 500;
}
.formand-testimonial .tab-form-content .tab-pane.fade .home-insurance-form .line-form {
    border: 1px solid #707070;
    margin-bottom: 18px;
}
.formand-testimonial .tab-form-content .tab-pane.fade .home-insurance-form p {
    color: #000;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
}
.formand-testimonial .tab-form-content .tab-pane.fade .home-insurance-form .field input {
    display: block;
    margin: 15px 0px;
    width: 100%;
    padding: 13px 10px;
    border: 1px solid #B8B8B8;
}
.formand-testimonial .tab-form-content .tab-pane.fade .home-insurance-form .field select {
    display: block;
    margin: 15px 0px;
    width: 100%;
    padding: 13px 10px;
    border: 1px solid #B8B8B8;
}
.testmoinal-team-slider .team-testi {
    text-align: center;
}
.testmoinal-team-slider .team-testi img {
    border: 1px solid #fc1a0f;
    border-radius: 100%;
}
.testmoinal-team-slider .team-testi h4 {
    font-size: 20px;
    font-family: 'poppins';
    font-weight: 600;
    font-style: normal;
    margin-bottom: 6px;
    margin-top: 20px;
    color: #000;
}
.testmoinal-team-slider .team-testi h5 {
    font-size: 15px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    margin-top: 6px;
    color: #000;
}
.testmoinal-team-slider .team-testi p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
    margin-top: 6px;
    color: #000;
    width: 60%;
    margin: 0 auto;
}
.testmoinal-team-slider .team-testi a {
    font-size: 14px;
    line-height: 21px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #fc1a0f;
}
.insure-with-confidence{
  	position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}
.insure-with-confidence .confidence-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.insure-with-confidence .confidence-content h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'poppins';
    font-weight: 500;
    margin-bottom: 8px;
}
.insure-with-confidence .confidence-content p {
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    margin-bottom: 20px;
}
.news-and-tips{
	margin-bottom: 70px;
}
.news-and-tips .container .row {
    width: 100%;
    margin: 0;
}
.news-and-tips .tip-new-content h2 {
    text-align: center;
    font-size: 38px;
    font-family: 'poppins';
    font-weight: 600;
}
.news-and-tips .tip-new-content p {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'poppins';
    font-weight: 400;
    width: 55%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tip-new-content .guides-content .blog-content {
    margin-top: 20px;
    text-align: center;

}
.blog-content span.date-icon {
    display: inline-flex;
    align-items: center;
    vertical-align: sub;
    margin-right: 12px;
}
.blog-content .blog-title h4 {
    color: #000;
    font-size: 20px;
    line-height: 26px;
    font-style: normal;
    font-family: 'poppins';
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.blog-content .blog-title a {
    color: #FF0000;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    text-decoration: underline;
    font-family: 'poppins';
}
.blog-title {
    text-align: center;
}

.testmoinal-review {
    margin-top: 70px;
}
.testmoinal-review .testmoinal-content h2 {
    font-size: 38px;
    font-family: 'poppins';
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}
.testmoinal-review .testmoinal-content p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'poppins';
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.client-review-slider {
    text-align: center;
}
.client-review-slider .client-content {
    padding: 50px;
    border: 1px solid #f00;
    border-radius: 200px;
    width: 70%;
    margin: 0 auto;
}
.client-review-slider .client-content h5 {
    font-size: 18px;
    line-height: 24px;
    font-family: 'poppins';
    margin-top: 8px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.client-review-slider .client-content p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'poppins';
    width: 85%;
    margin: 0 auto;
}
.have-question{
	background: #fc1a0f;
    margin-top: 70px;
}
.have-question .row {
    margin: 0;
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.have-question h5 {
    font-size: 24px;
    color: #fff;
    font-family: 'poppins';
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}
.have-question .row .phone a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-family: 'poppins';
    line-height: 40px;
    font-weight: 500;
}
.have-question .row .email a {
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-family: 'poppins';
    line-height: 40px;
    font-weight: 500;
}

.footer{
	padding-top: 30px;
	padding-bottom: 36px;
}
.footer .row {
    width: 100%;
    margin: 0;
}
.footer-text h6 {
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 500;
    font-style: normal;
    margin-bottom: 22px;
}
.footer-text a {
	color: #000;
	text-decoration: none;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    display: block;
    transition: all .3s;
    position: relative;
}
.footer-text a:hover{
	color: #fc1a0f;
	margin-left: 8px;
	transition: all .3s;
}
.footer-text p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    font-family: 'poppins';
}
.get-content.footer-text .footer-icon {
    margin-bottom: 18px;
}
.footer-icon span.location-icon {
    margin-right: 10px;
}
.get-content.footer-text .footer-icon {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    width: 100%;
}
.newsletter-content.footer-text .new-form input[type="email"] {
    width: 90%;
    padding: 11px;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.new-form .button-pop button {
    width: 90%;
    padding: 13px;
}
.copyright{
	background: #000;
	padding: 12px 0px;
}
.copyright .container .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright .container .row .footer-social {
    text-align: right;
}
.copyright .container .row .footer-social span {
    margin: 6px;
}
.copy-text p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-family: 'poppins';
    font-weight: 400;
    font-weight: 500;
}
.copy-text p a {
    color: #fff;
    transition: all .3s;
}
.copy-text p a:hover {
    color: #fc1a0f;
    margin-left: 8px;
}

.toggle-icon {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: white;
    margin-right: 15px;
}
header.header .mobile-header {
    display: none;
}

.heade-banner{
    position: relative;
}
.heade-banner .heade-img-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);
}
.heade-banner .heade-img-banner h1 {
    font-size: 38px;
    font-family: 'poppins';
    font-weight: 500;
}
.heade-banner .heade-img-banner p {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    line-height: 24px;
    width: 60%;
}
.bread-crumb {
    margin-top: 20px;
    border-bottom: 1px solid #395467;
}
.bread-crumb ol.breadcrumb li.icon-right {
    margin: 0px 15px;
}
.bread-crumb ol.breadcrumb li.breadcrumb-item a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'poppins';
    text-decoration: none;
    color: #fc1a0f;
}
.bread-crumb .breadcrumb-item.active{
    color: #000;
    font-family: 'poppins';
}
.bread-crumb .breadcrumb-item.active {
    color: #000;
    font-family: 'poppins';
    font-weight: 300;
    font-size: 16px;
}
.are-you {
    background: #fc1a0f;
    padding: 50px 0px;
    margin-top: 70px;
}
.are-you h2 {
    color: #fff;
    font-size: 38px;
    font-family: 'poppins';
    font-weight: 600;
    text-align: center;
}
.are-you p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'poppins';
    width: 82%;
    margin: 0 auto;
    text-align: center;
}
.are-you a {
    font-size: 20px;
    margin-top: 20px;
    display: block;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.are-you a:hover {
    color: #000;
}

.are-you.support h4 {
    color: #fff;
    font-family: 'poppins';
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.are-you.support p a {
    margin: 0;
    margin-bottom: 24px;
    margin-top: 6px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 12px;
}
.are-you.support p{
    font-size: 30px;
}
.support-content {
    margin-top: 40px;
    background: #eee;
    padding: 30px;
    text-align: center;
    border-top: 2px solid #fc1a0f;
    border-bottom: 2px solid #fc1a0f;
}
.support-content h4 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'poppins';
    text-align: center;
}
.support-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'poppins';
    text-align: center;
}
.support-content button.btn.btn-primary {
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    border: 0;
    background: #FC1A0F;
    box-shadow: 0px 5px 10px #0000004D;
    border-radius: 25px;
    padding: 13px 52px;
    transition: all .3s;
}

.mission-content .container .row .col-sm-4 {
    text-align: center;
}
.mission-content {
    background: #395467;
    padding: 45px 0px;
    margin-bottom: 70px;
}
.our-mission img {
    margin-bottom: 15px;
}
.our-mission h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 500;
}
.our-mission p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'poppins';
}
.resposibilty img{
    margin-bottom: 15px;
}
.resposibilty h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 500;
}
.resposibilty p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'poppins';
}
.company-value img{
    margin-bottom: 15px;
}
.company-value h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 500;
}
.company-value p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'poppins';
}
.space {
    margin: 40px 0px;
}
.we-offer .heading-content {
    text-align: center;
    margin-bottom: 30px;
}
.we-offer .heading-content p {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    width: 85%;
    margin: 0 auto;
}
.we-offer .product-content {
    background: #086FFE;
    padding: 50px 0px;
    text-align: center;
}
.we-offer .product-content .image-product {
    background: #fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.we-offer .product-content h3 {
    font-size: 24px;
    font-family: 'poppins';
    color: #fff;
    width: 50%;
    margin: 0 auto;
    padding: 25px 0px;
}
.we-offer .product-content .image-product img {
    margin-top: 30px;
    transition: all .5s;
}
.we-offer .product-content .image-product img:hover{
    transform: rotateZ(360deg);
}
.future-today .container .row {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0;
}
.future-today {
    margin: 70px 0px;
}
.future-today .future-contente{
    text-align: center;
}
.future-today .future-contente h2 {
    font-size: 38px;
    font-family: 'poppins';
    font-weight: 500;
    font-style: normal;
}
.future-today .future-contente p {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
    width: 78%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.future-today .container .row p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'poppins';
    font-weight: 400;
    text-align: left;
}
.have-question.about-sec {
    margin: 0;
}
.insure-with-confidence.about-sec {
    margin: 0;
}

/* ######### Landing page CSS ######### */
.landing-page{
    position: relative;
}
.landing-page-form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(25%, -50%);
    width: 30%;
    background: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #9f0007;
}
.landing-page-form .landing-field .landing-field h1 {
    margin: 20px 0px;
    font-size: 38px;    
    font-weight: 300;
    font-family: 'poppins';
}
.landing-page-form .landing-field .landing-field input {
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #000000;
}
.landing-page-form .landing-field .landing-field button {
    font-size: 16px;
    background: #c8242b;
    color: #fff;
    width: 100%;
    font-family: 'poppins';
    padding: 15px 15px;
}
.landing-page-form .landing-field .landing-field button:hover {
    background: #ffc40e;
    color: #000;
}


/* ########## Project page css ########## */
.project-content {
    margin-top: 70px;
    margin-bottom: 70px;
}
.project-content .insure-tech h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'poppins';
    margin-top: 10px;
    margin-bottom: 8px;
}
.project-content .insure-tech p{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'poppins';
}

/* ########### contact css start ########## */
.contact-information .container .row {
    margin: 0;
}
.contact-information {
    margin: 70px 0px;
}
.contact-information .container .row .contact-form {
    background: #F89B30;
    padding: 50px 40px;
    text-align: center;
}
.contact-information .container .row .contact-form p{
    font-size: 20px;
    color: #fff;
    font-style: normal;
    margin-bottom: 5px;
    font-family: 'poppins';
    font-weight: 400;
}
.contact-information .container .row .contact-form h3{
    font-size: 36px;
    font-family: 'poppins';
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}
.contact-information .container .row .contact-form input{
    padding: 18px;
    width: 100%;
    border: 0;
    background: #fff;
    margin-bottom: 18px;
    outline: 0;
}
.contact-information .container .row .contact-form textarea{
    width: 100%;
    padding: 18px;
    margin-bottom: 20px;
    outline: 0;
    border: 0;
}
.contact-information .container .row .contact-form .button-pop button {
    width: 100%;
}
.company-add {
    background: #EBEBEB;
    padding: 23px 40px;
    position: relative;
    height: 100%;
}
.company-add h3 {
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
}
.company-add .add-icon span img {

}
.company-add .add-icon span {
    display: inline-flex;
    flex-wrap: wrap;
    vertical-align: -webkit-baseline-middle;
    margin: 15px 0px;
}
.company-add .add-icon span p {
    font-size: 20px;
    font-family: 'poppins';
    font-weight: 400;
    line-height: 30px;
    margin-left: 15px;
    width: 55%;
}

.company-add .add-icon span a {
    font-size: 20px;
    font-family: 'poppins';
    font-weight: 400;
    line-height: 30px;
    margin-left: 15px;
    text-decoration: none;
    color: #000;
}
.cartoon-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.popup{
    background-color: #0000002f;
    position: relative;
    z-index: 99999;
}
.popup-content{
    position: relative;
    background: #F89B30;
    height: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup .modal-content {
    background: #F89B30;
    border: 1px solid #FF1111;
    border-radius: 0;
}
.popup .modal-content .modal-header {
    border: 0;
}
.popup .modal-content form input {
    border-radius: 0;
    padding: 14px 10px;
}
.popup .modal-content .modal-footer {
    border: 0;
}
.popup .modal-content form select{
    border-radius: 0;
    padding: 14px 10px;
    outline: 0;
    width: 100%;
    border: 0;
}
.popup .modal-content form button {
    background: #FF0000;
    border: 0;
    width: 100%;
    padding: 12px;
    border-radius: 0;
    outline: 0;
}
.popup .modal-content button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    filter: invert(1);
}
.popup .modal-content .modal-header{
    display: block;
    text-align: center;
    width: 100%;
}
.heade-img-banner.home-insu h1 {
    color: #fff;
}
.heade-img-banner.home-insu p {
    color: #fff;
    width: 100%;
}
.home-ins-col {
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-ins-col .row {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
    margin-bottom: 80px;
}
.home-ins-col .row .content-home-insu h2 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'poppins';
    font-style: normal;
    line-height: 30px;
}
.image-home-insu img{
    transition: .5s;
    box-shadow: 0px 0px 10px #ddd;
}
.image-home-insu img:hover {
    border-radius: 250px;
    box-shadow: 0px 0px 10px #ddd;
}
.content-home-insu button.btn.btn-primary{
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    border: 0;
    background: #FC1A0F;
    box-shadow: 0px 5px 10px #0000004D;
    border-radius: 25px;
    padding: 13px 52px;
    transition: all .3s;
    margin-top: 20px;
}
button.btn.btn-primary a {
    color: #fff;
    text-decoration: none;
}
.support h2 {
    font-size: 24px;
    font-family: 'poppins';
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
}
.support p {
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
}
.home-ins-col .row:nth-child(odd){
    flex-direction: row-reverse;
}
.home-ins-col .row .col-sm-6 {
    float: left;
    padding: 0 10px;
}

.heade-img-banner.home-insu.auto {
    left: 44%;
}
.heade-img-banner.home-insu.auto h1 {
    color: #000;
}
.heade-img-banner.home-insu.auto p {
    color: #000;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ff0000; 
  border-radius: 50px;
  
  margin-bottom: 20px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #f00; 
  border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #f89b30;
}
.confidence-image img {
    width: 100%;
    height: 695px;
    max-width: 1920px;
}

.faq-content {
    margin: 20px 0 20px 0;
}
.faq-content .nav-link{
    color: #000;
}
.faq-content .nav-link:hover{
    color: #ff0000;
    border-radius: 100px;
}
.faq-content .nav-tabs {
    border-bottom: 1px solid #fc1a0f;
    padding: 15px 0px;
    justify-content: space-between;
}
.faq-content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #ffffff !important;
    background-color: #fc1a0f !important;
    border-radius: 100px;
}
.faq-content .tab-content>.active{
    margin: 10px 0;
}
.faq-content .faq-quaction-content {
    margin: 30px 0px;
    border-bottom: 1px solid #ddd;
}


@media only screen and (max-width: 767px) {
    
    .ad-container-mobile {
        display: block;
    }
    .ad-container-desktop{
        display: none;
    }
    .popup{
        background-color: #0000002f;
        position: relative;
        z-index: 9999;
    }
    .modal{
        top: 15% !important;
    }
    .popup .modal-content .modal-header img{
        width: 120px;
    }
    .nav-header nav.navigation .row .navigation-link ul.menu {
        display: block;
        width: 100%;
    }
    .main-header{
        display: none;
    }

    header.header .mobile-header {
        display: block;
    }
    header.header {
        box-shadow: 0px 0px 10px #ddd;
    }
    header.header .mobile-header {
        padding: 10px 0px;
    }
    header.header .mobile-header .logo img {
        width: 85%;
    }
    .togal .three-icon span {
        display: block;
        width: 25px;
        height: 2px;
        background: #000;
        margin: 6px 2px;
        transition: all .3s;
    }
    .togal .three-icon {
        display: inline-block;
        float: inline-end;
    }
    .mobile-header .container .row {
        display: flex;
        width: 100%;
        align-items: center;
        margin: 0;
    }
    .mobile-header .container .row .col-sm-6 {
        display: inline-block;
        width: 49%;
    }
    .mobile-header .container .row .col-sm-6 .togal {
        display: flex;
        float: right;
    }
    .mobile-menu {
        display: block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
    }
    .mobile-menu.main {
        display: block;
        height: 81vh;
        overflow: visible;
        visibility: visible;
        opacity: 1;
        transition: all .3s;
        margin-top: 20px;
        box-shadow: 0px 0px 10px #ddd;
        background: #000;
    }

    .mobile-menu ul.menu {
        list-style: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .three-icon.main{
        position: relative;
    }

    .three-icon.main span:nth-last-child(3){
        display: block;
        transform: rotate(45deg);
        position: relative;
        top: 8px;
        right: 5px; 
    }

    .three-icon.main span:nth-last-child(2){
        display: none;
    }

    .three-icon.main span:nth-last-child(1){
        display: block;
        transform: rotate(-45deg);
        position: relative;
        right: 5px;
    }
    .mobile-menu ul.menu li.menu-link {
        padding: 15px 0px;
        margin: 0;
        border-bottom: 1px solid #a5a5a5;
        text-align: center;
    }
    .mobile-menu .button-pop {
        text-align: center;
        margin-top: 25px;
    }
    .mobile-menu .social-nav {
        text-align: center;
        margin-top: 20px;
    }
    .mobile-menu .social-nav img {
        padding: 10px;
        width: 100%;
        max-width: 40px;
        height: auto;
    }
    .mobile-menu ul.menu li.menu-link a {
        font-size: 16px;
        font-family: 'poppins';
        text-decoration: none;
        color: #fff;
    }
    .guidance-content-slider .owl-item .product-content .image-product img{
        max-width: 100px;
        width: 100%;
        height: auto;
    }
    .testmoinal-team-slider .team-testi img{
        max-width: 80px;
        width: 100%;
        height: auto;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 1rem !important;
        height: 1rem !important;
    }
    .main-banner .carousel-caption{
        top: 32%;
    }
    .main-banner .carousel-caption h1{
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .main-banner .carousel-caption p{
        text-align: center;
        font-size: 12px;
        width: 100%;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .main-banner .carousel-caption .button-pop{
        text-align: center;
        margin-top: 0;
    }
    .main-banner .carousel-caption .button-pop button {
        font-size: 12px;
        padding: 6px 20px;
    }

    .heade-banner .heade-img-banner{
        top: 30%;
    }
    .heade-banner .heade-img-banner{
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .heade-banner .heade-img-banner h1{
        font-size: 24px;
        width: 100%;
        text-align: center;
    }
    .heade-banner .heade-img-banner p{
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .bread-crumb ol.breadcrumb li.breadcrumb-item a{
        font-size: 15px;
    }
    .bread-crumb .breadcrumb-item.active{
        font-size: 15px;
    }
    .are-you {
        padding: 40px 0px;
        margin-top: 30px;
    }
    .are-you h2{
        font-size: 24px;
    }
    .are-you p{
        font-size: 15px;
        width: 100%;
        line-height: 22px;
    }
    .our-mission img {
        margin-bottom: 10px;
    }
    .our-mission h3{
        font-size: 24px;
    }
    .our-mission p{
        font-size: 15px;
        line-height: 22px;
    }
    .resposibilty img {
        margin-bottom: 10px;
    }
    .resposibilty h3{
        font-size: 24px;
    }
    .company-value h3{
        font-size: 24px;
    }
    .company-value p{
        font-size: 15px;
    }
    .resposibilty p{
        font-size: 15px;
        line-height: 22px;
    }
    .we-offer .heading-content h2{
        font-size: 24px;
    }
    .we-offer .heading-content p{
        font-size: 15px;
        line-height: 22px;
        width: 100%;
    }
    .we-offer .product-content h3{
        font-size: 20px;
        padding: 15px 0px;
        width: 100%;
    }
    .we-offer .product-content .button-pop {
        margin-top: 0px;
    }
    .we-offer .col-sm-3 {
        margin-bottom: 1px;
    }
    .future-today {
        margin: 20px 0px;
    }
    .future-today .future-contente h2{
        font-size: 24px;
    }
    .future-today .future-contente p{
        width: 100%;
        font-size: 15px;
        line-height: 22px;
    }
    .future-today .container .row p{
        font-size: 14px;
        line-height: 22px;
    }
    .future-today .container .row .button-pop {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .space {
        margin: 24px 0px;
    }
    .contact-information .container .row .contact-form{
        padding: 30px 10px;
    }
    .contact-information {
        margin: 30px 0px;
    }
    .contact-information .container .row .contact-form p{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .contact-information .container .row .contact-form h3{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .contact-information .container .row .contact-form input{
        padding: 10px;
    }
    .contact-information .container .row .contact-form .button-pop {
        margin-top: 0;
    }
    .contact-information .container .row .contact-form textarea{
        padding: 10px;
        margin-bottom: 10px;
    }
    .company-add {
        padding: 18px 20px;
    }
    .company-add h3 {
        font-size: 20px;
        margin-bottom: 6px;
        margin-top: 14px;
    }
    .company-add .add-icon span p {
        font-size: 16px;
        line-height: 26px;
        margin-left: 4px;
        width: 100%;
    }
    .cartoon-img img {
        width: 45%;
        float: right;
    }
    .company-add .add-icon span a{
        font-size: 16px;
        line-height: 22px;
        margin-left: 10px;
    }
    .company-add .add-icon span img {
        width: 70%;
    }
    .cartoon-img{
        bottom: 45px;
    }
    .popup .modal-content form input, .popup .modal-content form select, .popup .modal-content form button{
        padding: 8px;
        border: 0px;
    }
    .contact-information .container .row .col-sm-6 {
        padding: 0;
    }


    .services-content h2 {
        font-size: 20px;
        font-family: 'poppins';
        font-weight: 500;
        margin: 0;
        padding: 0;
    }
    .services-list-item .product-content .image-product{
        width: 80px;
        height: 80px;
    }
    .services-list-item .product-content .image-product img{
        margin-top: 15px;
        height: 50px;
        width: 50px;
    }
    .always-here .container .row .life-insurance-content img {
        width: 70px;
        height: 70px;
    }
    .services-list-item .product-content h3{
        font-size: 18px;
        padding: 15px 0px;
    }
    .button-pop button{
        font-size: 14px;
        padding: 6px 26px;
    }
    section .providing-policy .container .row h4{
        font-size: 20px;
        font-weight: 500;
    }
    .provide-image img {
        width: 100%;
        display: block;
        height: auto;
    }
    .approach-image img {
        width: 100%;
        height: auto;
    }
    .guides-content img {
        width: 100%;
        display: block;
        height: auto;
    }
    .confidence-image img {
        width: 100%;
        display: block;
        height: auto;
    }
    section .providing-policy .container .row h5{
        font-size: 15px;
        margin: 5px 0px;
    }
    section .providing-policy .container .row p{
        font-size: 14px;
        margin: 10px 0px;
    }
    .approach-content .approach-text h4{
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .approach-content .approach-text h5{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .our-approach .nav-pills .nav-link{
        font-size: 16px;
    }
    .approach-content .tab-content .tab-pane{
        font-size: 14px;
    }
    .button-pop button a{
        font-size: 14px;
    }
    .insurance-guidance .container .guidance-content h2{
        font-size: 20px;
        font-weight: 500;
    }
    .insurance-guidance .container .guidance-content p{
        font-size: 14px;
    }
    .guidance-content-slider .owl-item .product-content h3{
        font-size: 16px;
        font-weight: 400;
    }
    .guidance-content-slider .owl-item .product-content p{
        font-size: 14px;
        line-height: 22px;
    }
    .tab-form-content .nav.nav-pills .nav-link{
        font-size: 16px;
        padding: 0 8px;
    }
    .tab-form-content .nav.nav-pills .nav-link.active{
        font-size: 16px;
        border-bottom: 1px solid #fc1a0f;
        border-radius: 0;
    }
    .formand-testimonial .row .col-sm-6{
        padding: 0;
    }
    .formand-testimonial .row .tab-form-content {
        padding: 24px 10px;
        box-shadow: 0px 0px 10px #0000003d;
    }
    .button-pop {
        margin-top: 24px;
    }
    .formand-testimonial .tab-form-content .tab-pane.fade .home-insurance-form p{
        font-size: 14px;
    }
    .formand-testimonial .tab-form-content .tab-pane.fade .home-insurance-form .field input{
        margin: 12px 0px;
        padding: 8px;
    }
    .formand-testimonial .tab-form-content .tab-pane.fade .home-insurance-form .field select{
        padding: 7px 10px;
    }
    .testmoinal-team-slider .team-testi h4{
        font-size: 16px;
        margin-bottom: 6px;
        margin-top: 10px;
    }
    .testmoinal-team-slider .team-testi h5{
        font-size: 14px;
    }
    .testmoinal-team-slider .team-testi p{
        width: 80%;
        font-size: 14px;
        line-height: 20px;
    }
    .testmoinal-team-slider .team-testi a{
        font-size: 13px;
        display: block;
        margin-bottom: 5px;
    }
    .insure-with-confidence{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .insure-with-confidence .confidence-content h2{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .insure-with-confidence .confidence-content p{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .insure-with-confidence .confidence-content{
        width: 100%;
    }
    .news-and-tips .tip-new-content h2{
        font-size: 20px;
        font-weight: 500;
    }
    .news-and-tips .tip-new-content p{
        font-size: 14px;
        width: 100%;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .blog-content span{
        font-size: 14px;
    }
    .blog-content span.date-icon{
        margin-right: 8px;
    }
    .blog-content .blog-title a{
        font-size: 14px;
        margin-bottom: 20px;
        display: block;
    }
    .blog-content .blog-title h4{
        font-size: 16px;
        line-height: 22px;
        margin-top: 8px;
        margin-bottom: 0px;
    }
    .testmoinal-review .testmoinal-content h2{
        font-size: 20px;
    }
    .testmoinal-review .testmoinal-content p{
        font-size: 14px;
        line-height: 22px;
    }
    .client-review-slider .client-content h5{
        font-size: 15px;
    }
    .client-review-slider .client-content p{
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    section.services-list-item .services-slider {
        margin-bottom: 15px;
    }
    .services-list-item{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .always-here .container .row{
        width: 100%;
    }
    .always-here .container .row .col-sm-3 {
        width: 50%;
        padding: 10px;
        box-shadow: 0px 0px 1px #fff;
    }
    .always-here .container .row .life-insurance-content h5{
       width: 100%;
        font-size: 16px;
        font-weight: 400;
        font-family: 'poppins';
        line-height: 20px;
    }
    .our-claims p{
        width: 100%;
        font-size: 16px;
        font-family: 'poppins';
        line-height: 20px;
        font-weight: 400;
    }
    .always-here .container .row .life-insurance-content{
        text-align: center;
    }
    section .providing-policy{
        margin-bottom: 30px;
    }
    .our-approach {
        margin-bottom: 30px;
    }
    section .always-here{
        margin-bottom: 30px;
    }
    .approach-content .tab-content {
        margin-bottom: 20px;
    }
    .insurance-guidance .container .guidance-content {
        text-align: center;
        padding-top: 30px;
    }
    .product-slider.owl-carousel.owl-theme .owl-controls {
        display: none !important;
    }
    .guidance-content-slider .owl-item .product-content{
        text-align: center;
    }
    .guidance-content-slider .owl-item .product-content h3{
        text-align: center;
    }
    .guidance-content-slider .owl-item .product-content{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .testmoinal-team-slider .team-testi{
        margin-top: 25px;
    }
    section .formand-testimonial{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .news-and-tips{
        margin-bottom: 30px;
    }
    .testmoinal-review{
        margin-top: 30px;
    }
    .client-review-slider .client-content{
        width: 100%;
        margin-bottom: 20px;
    }
    .have-question{
        margin-top: 30px;
    }
    .have-question h5{
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        margin-top: 10px;
    }
    .have-question .row{
        text-align: center;
    }
    .have-question .row .email a{
        font-size: 20px;
        text-align: center;
    }
    .have-question .row .phone a{
        font-size: 20px;
        text-align: center;
        line-height: 26px;
    }
    .have-question .row img {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }
    .main-banner .carousel-inner .carousel-item picture img{
        height: auto;
    }
    /*.footer-text h6{
        position: relative;
    }
    .footer-text h6::after{
        content: '';
        display: inline-flex;
        border: 1px solid #000;
        width: 20px;
        position: absolute;
        right: 0;
        top: 50%;
    }*/
    .footer-text h6{
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .footer-text a{
        font-size: 15px;
    }
    .copyright .container .row{
        margin: 0;
    }
    .copyright .container .row .footer-social {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }   
    .copyright .container {
        text-align: center;
    }
    .newsletter-content.footer-text .new-form input[type="email"]{
        margin-bottom: 12px;
    }
    .new-form .button-pop {
        margin-top: 0px;
    }
    .popupsty img {
        width: 100%;
        min-width: 300px;
        height: auto;
    }
    .close{
        right: 8px;
        top: 8px;
        font-size: 15px;
        width: 20px;
        height: 20px;
        font-weight: 500;
        padding: 5px;
    }
    .home-ins-col .row{
        margin-bottom: 40px;
    }
    .home-ins-col .row:nth-child(odd) {
        flex-direction: row-reverse;
    }
    .home-ins-col .row .content-home-insu h2{
        font-size: 20px;
        line-height: 22px;
        margin-top: 8px;
    }
    .home-ins-col .row .content-home-insu p{
        font-size: 15px;
        line-height: 22px;
    }
    .content-home-insu button.btn.btn-primary{
        font-size: 15px;
        padding: 8px 28px;
        margin-top: 5px;
    }
    .money-plan .child-money-plan img {
        width: 100%;
        margin: 10px 0 15px 0;
    }
    .money-plan h3 {
        margin-top: 10px;
        font-size: 20px;
        font-family: 'poppins';
        font-weight: 500;
    }
    .money-plan h4 {
        margin-top: 10px;
        font-size: 18px;
        font-family: 'poppins';
        font-weight: 500;
    }
    .money-plan p{
        font-size: 14px;
        font-family: 'poppins';
        font-weight: 400;
        line-height: 24px;
    }
    .money-plan ul li {
        font-size: 14px;
        font-family: 'poppins';
        line-height: 24px;
        font-weight: 500;
    }
    .money-plan .child-money-plan .accordion-flush .accordion-item .accordion-header button.accordion-button.collapsed {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        line-height: 22px;
        font-family: 'poppins';
        padding: 12px 18px;
        border: 1px solid #ff0000;
        margin: 0 0 2px 0;
    }
     .money-plan .child-money-plan .accordion-flush .accordion-item .accordion-header button.accordion-button {
        font-size: 14px;
        color: #fe1a15;
        font-weight: 500;
        line-height: 22px;
        font-family: 'poppins';
        padding: 15px 20px;
    }
    .money-plan .child-money-plan .accordion-flush .accordion-item .accordion-header button.accordion-button:after{
        content: '';
        filter: invert !important;
    }
    .money-plan .child-money-plan .accordion-flush .accordion-item div#flush-collapseOne .accordion-body {
        font-size: 14px;
        font-family: 'poppins';
        font-weight: 400;
        line-height: 24px;
        padding: 6px 10px;
    }
    .money-plan .child-money-plan table {
        caption-side: bottom;
        border-collapse: collapse;
        min-width: 692px;
        width: 100%;
        margin-bottom: 8px;
    }
    .company-list table {
        caption-side: bottom;
        border-collapse: collapse;
        min-width: 692px;
        width: 100%;
        margin-bottom: 8px;
    }
    .faq-content .nav-tabs {
        position: sticky;
        top: 11%;
        background: #fff;
        z-index: 999;
    }
    .faq-content .faq-quaction-content h4 {
        font-size: 18px;
        font-family: 'poppins';
        font-weight: 500;
        font-style: normal;
        text-align: left;
    }
    .faq-content .faq-quaction-content p{
        font-size: 14px;
        font-family: 'poppins';
        font-weight: 400;
        font-style: normal;
    }
    .faq-content .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        font-size: 14px;
        font-family: 'poppins';
        padding: 3px 20px;
    }
    .faq-content .nav-link {
        color: #000;
        font-size: 14px;
        font-family: 'poppins';
    }
    .support h2{
        font-family: 'poppins';
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
    }
    .support p{
        font-size: 14px;
        font-family: 'poppins';
        font-weight: 400;
        font-style: normal;
        line-height: 22px;
    }
    .are-you.support h4{
        font-size: 18px;
        font-family: 'poppins';
        font-style: normal;
        font-weight: 400;
    }
    .are-you.support p{
        font-size: 20px;
        font-weight: 400;
        font-style: normal;
        font-family: 'poppins';
    }
    .support-content h4{
        font-size: 18px;
        font-family: 'poppins';
        font-style: normal;
        text-align: center;
    }
    .support-content p{
        font-family: 'poppins';
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        text-align: center;
    }
    .support-content button.btn.btn-primary{
        font-size: 14px;
        padding: 6px 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px){
    .main-header .top-header {
        padding: 8px 0px;
    }
    .top-header .row span a{
        font-size: 13px;
        margin: 0;
    }
    .main-header .top-header .row .col-sm-4 span img {
        margin-right: 6px;
        height: auto;
    }
    .main-header .top-header .col-sm-4:nth-last-child(1) {
        text-align: start;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    .nav-header nav.navigation .row .navigation-link ul.menu li.menu-link a{
        font-size: 13px;
        padding: 0px 5px;
    }
    .nav-header nav.navigation .col-sm-3 .button-pop button{
        font-size: 14px;
        padding: 8px 20px;
    }
    .nav-header nav.navigation .row .navigation-link ul.menu li.menu-link {
        padding: 15px 2px;
    }
    .main-banner .carousel-caption h1{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .main-banner .carousel-caption p{
        font-size: 14px;
        width: 58%;
        margin-bottom: 8px;
    }
    .button-pop button{
        font-size: 14px;
        padding: 6px 24px;
    }
    .main-banner .carousel-caption {
        top: 46%;
        transform: translate(7%, -46%);
    }
    .services-list-item{
        padding-top: 15px;
    }
    section.services-list-item .services-slider {
        margin-bottom: 15px;
    }
    .provide-image img {
        width: 100%;
        height: auto;
    }
    section .providing-policy .container .row h4{
        font-size: 20px;
    }
    .guides-content img.blog {
        width: 100%;
        height: auto;
    }
    .have-question .row .email a, .have-question .row .phone a, .have-question h5{
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
    }
    .have-question img {
        width: 100%;
        height: auto;
    }
    .popupsty img {
        width: 100%;
        min-width: 350px;
        height: auto;
    }
    .services-list-item .product-content h3{
        font-size: 18px;
        padding: 14px 0px;
    }
    section .providing-policy .container .row h5{
        font-size: 18px;
        margin: 8px 0;
    }
    section .providing-policy .container .row p{
        font-size: 14px;
        margin: 12px 0px;
        width: 100%;
    }
    .always-here .container .row .life-insurance-content h5{
        width: 100%;
        font-size: 18px;
    }
    .our-claims p{
        font-size: 15px;
        width: 100%;
        font-weight: 500;
        line-height: 20px;
    }
    .our-approach .container .row .approach-image img{
        width: 100%;
        height: auto;
    }
    .approach-content .approach-text h4{
        font-size: 20px;
    }
    .approach-content .approach-text h5{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .our-approach .nav-pills .nav-link{
        margin: 0;
    }
    .approach-content .tab-content .tab-pane{
        font-size: 14px;
    }
    .our-approach .nav-pills .nav-link{
        font-size: 16px;
    }
    .insurance-guidance .container .guidance-content {
        padding-top: 30px;
    }
    .insurance-guidance .container .guidance-content h2{
        font-size: 28px;
    }
    .insurance-guidance .container .guidance-content p{
        font-size: 14px;
    }
    .guidance-content-slider .owl-item .product-content{
        margin: 20px 10px 30px 10px;
    }
    .testmoinal-team-slider .team-testi p{
        font-size: 14px;
        line-height: 22px;
        width: 96%;
    }
    .testmoinal-team-slider .team-testi h4{
        font-size: 18px;
        margin-top: 15px;
        font-weight: 500;
    }
    .confidence-image img{
        height: auto;
    }
    .insure-with-confidence .confidence-content h2{
        font-size: 30px;
    }
    .insure-with-confidence .confidence-content p{
        font-size: 15px;
    }
    .news-and-tips .tip-new-content h2{
        font-size: 28px;
        font-weight: 500;
    }
    .news-and-tips .tip-new-content p, .testmoinal-review .testmoinal-content p{
        font-size: 15px;
        width: 100%;
    }
    .blog-content .blog-title h4{
        font-size: 18px;
        line-height: 24px;
    }
    .testmoinal-review .testmoinal-content h2{
        font-size: 28px;
    }
    .client-review-slider .client-content{
        width: 90%;
        padding: 60px 16px;
    }
    .client-review-slider .client-content h5{
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }
    .client-review-slider .client-content p{
        font-size: 15px;
        width: 100%;
    }
    .footer-text h6{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer-text a{
        font-size: 15px;
    }
    .footer .row .col-sm-3 {
        width: 50%;
    }
    .newsletter-content.footer-text .new-form input[type="email"]{
        padding: 8px;
        margin-bottom: 20px;
    }
    .new-form .button-pop button{
        padding: 8px;
    }
    .heade-banner .heade-img-banner h1{
        font-size: 24px;
    }
    .heade-banner .heade-img-banner p{
        font-size: 15px;
        width: 80%;
        line-height: 22px;
    }
    .are-you {
        padding: 35px 0px;
        margin-top: 40px;
    }
    .are-you h2{
        font-size: 28px;
    }
    .are-you p, .we-offer .heading-content p, .future-today .future-contente p{
        font-size: 15px;
        width: 92%;
    }
    .our-mission h3,.company-value h3,.resposibilty h3{
        font-size: 20px;
    }
    .our-mission p,.resposibilty p,
    .company-value p, .bread-crumb ol
    .breadcrumb li.breadcrumb-item a,
    .bread-crumb .breadcrumb-item.active{
        font-size: 15px;
    }
    .mission-content {
        padding: 30px 0px;
        margin-bottom: 40px;
    }
    .we-offer .heading-content h2, .future-today .future-contente h2 {
        font-size: 28px;
        font-family: 'poppins';
    }
    .we-offer .product-content h3{
        font-size: 20px;
        width: 80%;
    }
    .we-offer .product-content .image-product{
        width: 110px;
        height: 110px;
    }
    .we-offer .product-content .image-product img {
        margin-top: 14px;
    }
    .space {
        margin: 24px 0px;
    }
    .future-today {
        margin: 40px 0px;
    }
    .future-today .container .row p{
        font-size: 15px;
        line-height: 22px;
    }
    .we-offer .product-content{
        padding: 30px 0px;
    }
    .faq-content .faq-quaction-content{
        margin: 20px 0px;
    }
    .faq-content .faq-quaction-content h4 {
        font-size: 20px;
        font-family: 'poppins';
        font-weight: 500;
        font-style: normal;
    }
    .faq-content .faq-quaction-content h4 p {
        font-size: 15px;
    }
    .contact-information {
        margin: 40px 0px;
    }
    .company-add{
        padding: 18px;
    }
    .company-add h3{
        font-size: 20px;
    }
    .company-add .add-icon span p{
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }
    .cartoon-img img {
        width: 50%;
        height: auto;
        float: right;
    }
    .company-add .add-icon span a{
        font-size: 16px;
    }
    .contact-information .container .row .contact-form{
        padding: 10px;
        height: 100%;
    }
    .contact-information .container .row .contact-form h3{
        font-size: 26px;
    }
    .contact-information .container .row .contact-form input{
        padding: 12px;
        margin-bottom: 10px;
    }
    .contact-information .container .row .contact-form textarea{
        padding: 10px;
        margin-bottom: 12px;
    }
    .support h2{
        font-size: 20px;
    }
    .support p{
        font-size: 15px;
    }
    .are-you.support h4{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .are-you.support p {
        font-size: 24px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1023px){
    .logo img {
        width: 100%;
        height: auto;
    }
    .nav-header nav.navigation .row .navigation-link ul.menu li.menu-link a{
        font-size: 15px;
        padding: 0px 4px;
    }
    .nav-header nav.navigation .row .navigation-link ul.menu li.menu-link {
        padding: 30px 6px;
    }
    .nav-header nav.navigation .col-sm-3 .button-pop button{
        font-size: 14px;
        padding: 8px 28px;
    }
    .main-banner .carousel-caption h1{
        font-size: 20px;
    }
    .main-banner .carousel-caption p{
        font-size: 15px;
    }
    .button-pop button{
        font-size: 14px;
        padding: 8px 28px;
    }
    .popupsty img {
        width: 100%;
        min-width: 380px;
        height: auto;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .main-banner .carousel-caption h1{
        font-size: 24px;
    }
    .nav-header nav.navigation .row .navigation-link ul.menu li.menu-link a{
        font-size: 15px;
        padding: 24px 0px;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
    .nav-header nav.navigation .col-sm-3 .button-pop button{
        font-size: 15px;
        padding: 10px 32px;
    }
    .nav-header nav.navigation .row .navigation-link ul.menu li.menu-link {
        padding: 30px 10px;
    }
    .popupsty img {
        width: 100%;
        min-width: 400px;
        height: auto;
    }
    .main-banner .carousel-caption h1{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .main-banner .carousel-caption p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .button-pop button{
        font-size: 15px;
        padding: 10px 32px;
    }
    .provide-image img {
        width: 100%;
        height: auto;
    }
    .news-and-tips .guides-content img.blog {
        width: 100%;
        height: auto;
    }
    .have-question .row .email a{
            font-size: 24px;
    }
    .client-review-slider .client-content{
        padding: 20px;
        width: 100%;
    }
    .our-approach .container .row .approach-image img{
        width: 100%;
        height: auto;
    }
    .confidence-image img{
        width: 100%;
        height: auto;
    }
    .insurance-guidance .container .guidance-content{
        padding-top: 30px;
    }
    .insurance-guidance .container .guidance-content h2{
        font-size: 32px;
    }
    .insurance-guidance .container .guidance-content p{
        font-size: 15px;
    }
    .owl-theme .owl-controls{
        margin-top: 0px !important;
    }
    .guidance-content-slider .owl-item .product-content{
        margin-top: 20px;
        margin-right: 6px;
        margin-left: 6px;
        margin-bottom: 20px;
    }
    .guidance-content-slider .owl-item .product-content h3{
        font-size: 18px;
    }
    .guidance-content-slider .owl-item .product-content p{
        font-size: 14px;
    }
    .always-here .container .row .life-insurance-content{
        text-align: center;
    }
    .always-here .container .row .life-insurance-content h5{
        width: 100%;
    }
    .our-claims p{
        width: 90%;
        font-size: 14px;
    }
    .services-list-item .product-content h3{
        font-size: 18px;
    }
    .our-approach .nav-pills .nav-link{
        font-size: 18px;
        margin-top: 0px;
    }
    .approach-content .approach-text h4{
        font-size: 30px;
        margin-bottom: 16px;
    }
    .approach-content .approach-text h5{
        font-size: 18px;
        margin-bottom: 14px;
    }
    .approach-content .tab-content .tab-pane,.formand-testimonial .tab-form-content .tab-pane.fade .home-insurance-form p{
        font-size: 15px;
    }
    .testmoinal-team-slider .team-testi p{
        font-size: 14px;
        width: 100%;
        line-height: 20px;
    }
    .tab-form-content .nav.nav-pills .nav-link.active{
        font-size: 16px;
    }
    .insure-with-confidence .confidence-content h2{
        font-size: 32px;
    }
    .insure-with-confidence .confidence-content p,.testmoinal-review .testmoinal-content p{
        font-size: 15px;
    }
    .news-and-tips .tip-new-content h2{
        font-size: 28px;
    }
    .news-and-tips .tip-new-content p{
        width: 80%;
    }.testmoinal-review .testmoinal-content h2{
        font-size: 28px;
    }
    .blog-content .blog-title h4{
        font-size: 18px;
    }
    
    
    
}

@media only screen and (min-width: 1367px) and (max-width: 1920px){
    .main-banner .carousel-caption h1{
        font-size: 40px;
    }
    .main-banner .carousel-caption p{
        font-size: 16px;
    }
}



