/* font-family: "Oswald", sans-serif;
font-family: "Poppins", sans-serif;
font-family: "Playfair Display", serif;
*/


/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}
input[type="file"] {
    cursor: pointer;
}
html {
    overflow-x: hidden;
}
html body {
    font-family: 'Poppins';
    margin: 0;
    overflow-x: hidden;
}
*::-moz-selection {
    color: #fff;
    background: #FF9E1A;
}
*::selection {
    color: #fff;
    background: #FF9E1A;
}
*::-moz-selection {
    color: #fff;
    background: #FF9E1A;
}
*::-webkit-selection {
    color: #fff;
    background: #FF9E1A;
}
*::-ms-selection {
    color: #fff;
    background: #FF9E1A;
}
*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}
*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}
*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}
a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}
*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body a {
    font-family: 'Poppins';
    outline: none;
    color: #000;
}
body a:hover {
    color: #F0912C;
}
body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}
body .clearfix {
    height: auto;
}
* {
    outline: none !important;
    list-style: none;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Poppins';

}
.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
    clear: both;
    display: block;
    content: "";
    position: absolute;
}
div input,
div select,
div textarea,
div button {
    font-family: 'Poppins';

}
input,
select,
textarea {
     font-family: 'Poppins';
    height: 50px;
    width: 100%;
    background: #fff;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    font-family: 'Poppins';
    height: 50px;
    width: 100%;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    padding: 0 15px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-family: "Oswald", sans-serif;
    line-height: 120%;
    color: #0054AA;
    font-weight: bold;
    margin: 0;
}
body h1 {
    font-size: 50px;
}
body h2 {
    font-size: 38px;
}
body h3 {
    font-size: 30px;
}
body h4 {
    font-size: 25px;
}
body h5 {
    font-size: 12px;
}
body h6 {
    font-size: 10px;
}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}
div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}
body p {
    color: #333333;
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 0px;
    padding: 0;
    text-align: justify;
    font-weight: 400;
}
body p:empty {
    margin: 0;
    line-height: 0;
}
p strong {
    font-weight: bold;
}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}
.a-center {
    text-align: center;
}
label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left: 5px;
    font-family: 'Poppins';
}
.hidden {
    display: none !important;
}
iframe {
    display: block;
    width: 100%;
}
.container:after {
    content: "";
    display: block;
    clear: both;
}
html .container {
    width: 100%;
    max-width: 1330px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}
body .container .container {
    padding-left: 0;
    padding-right: 0;
}
/*scroll Hide*/
html.no-scroll {
    overflow: hidden;
}
html.no-scroll body {
    overflow: hidden;
    height: 100%;
}
/*error*/
html #form-error,
html #form-success {
    color: red;
    border: 1px solid red;
    background: #FFF;
    text-align: center;
    font-size: 15px;
    font-family: 'Poppins';
    padding: 5px 15px;
    line-height: 140%;
    margin-top: 15px;
    position: relative;
    width: 100%;
}
html #form-success {
    color: green;
    border: 1px solid green;
}
html .wpcf7-not-valid-tip {
    font-size: 15px;
    line-height: 120%;
    padding: 0;
}
.contact-form .invalid-input {
    border: 1px solid red;
}
/*succees*/
html .wpcf7-mail-sent-ok {
    border: 1px solid green;
    color: green;
    text-align: center;
    background: #FFF;
    font-size: 15px;
    font-family: 'Poppins';
    line-height: 140%;
    padding: 5px 15px;
    margin-top: 15px;
}
/*error*/
ul {
    margin: 0;
    padding: 0;
}
a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;

}
/*Default-CSS close*/
.row::after,
.row::before {
    clear: both;
    content: "";
    display: table;
}
.colamu-1,
.colamu-2,
.colamu-3,
.colamu-4,
.colamu-5,
.colamu-6,
.colamu-7,
.colamu-8,
.colamu-9,
.colamu-10,
.colamu-11,
.colamu-12 {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.colamu-1 {
    width: 8.33%;
}
.colamu-2 {
    width: 16.66%;
}
.colamu-3 {
    width: 25%;
}
.colamu-4 {
    width: 33.33%;
}
.colamu-5 {
    width: 41.66%;
}
.colamu-6 {
    width: 50%;
}
.colamu-7 {
    width: 58.33%;
}
.colamu-8 {
    width: 66.66%;
}
.colamu-9 {
    width: 75%;
}
.colamu-10 {
    width: 83.33%;
}
.colamu-11 {
    width: 91.66%;
}
.colamu-12 {
    width: 100%;
}
/*Button */
a.button, .button, button, form input[type="submit"], .common-btn a, .error-404.not-found.container .content-element a.aibeat-button.pink-button {
    background: #0054AA;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    line-height: 22px;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    padding: 15px 18px 16px 17px;
    height: auto;
    transition: 0.5s all ease;
    position: relative;
}
a.button:hover,
.button:hover,
button:hover,
form input[type="submit"]:hover,
.error-404.not-found.container .content-element a.aibeat-button.pink-button:hover {
    /* background: #ffa929; */
    color: #fff;
}
a.button:hover, .button:hover, button:hover, form input:hover[type="submit"], .common-btn a:hover, .error-404.not-found.container .content-element a.aibeat-button.pink-button:hover {
    border-color: #2260FF;
    background: #2260FF;
    color: #fff;
}
a.button.button-white,
.button.button-white,
button.button-white,
form input[type="submit"].button-white {
    background: #fff;
    color: #005185;
    margin-top: 0px;
}
a.button.button-white:hover,
.button.button-white:hover,
button.button-white:hover,
form input[type="submit"].button-white:hover {
    background: #005185;
    color: #fff;
}
body textarea {
    resize: none;
    overflow: auto;
    height: 117px;
    padding-top: 15px !important;
    padding-left: 18px;
    float: none;
}
body textarea:focus {
    box-shadow: none;
}
.contact-form ul.form-list li {
    position: relative;
}
form .mage-error {
    font-family: 'Poppins';
    font-weight: 400;
    color: #fc0101;
    font-size: 13px;
    padding: 2px 0 0 0;
}
form .message .error {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    color: #ff0000;
    font-size: 15px;
    border: 1px solid #ff0000;
    padding: 5px;
    margin: 20px 0 0 0;
}
form.contact-form div.message > div#result {
    color: green;
    border: 1px solid green;
    font-size: 15px;
    text-align: center;
    font-family: 'GilroyRegular';
    font-weight: 400;
    padding: 5px;
    margin-bottom: 20px;
}
.recaptcha .recaptcha-div {
    margin-bottom: 30px;
}
form#contact-enquiryform .result-form {
    margin-top: 20px;
}
li.captcha-btn-wrap.test .captcha-wrap > div {
    position: relative;
    display: table;
}
li.captcha-btn-wrap.test .captcha-wrap > div .g-recaptcha.recaptcha-error {
    width: 302px;
    height: 76px;
    border-radius: 4px;
}
li.captcha-btn-wrap.test .captcha-wrap > div .g-recaptcha.recaptcha-error {
    box-shadow: 0 0 0 1px red;
    border: 0!important;
}
/*form -close*/
/*404**/
.error-404.not-found,
.error-404.not-found p {
    text-align: center;
}
.error-404.not-found.container {
    padding: 100px 15px 100px 15px;
}
.error-404 #content-area small {
    font-size: 130px;
    color: #F0912C;
    line-height: 110%;
    font-family: "Playfair Display", serif;
    font-weight: 500;
}
.error-404 #content-area small span {
    color: #000;
}
.error-404 .main-title::before {
    display: none;
}
.error-404 .section-para, .error-404 .grve-subtitle {
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    font-family: 'Poppins';
    display: block;
    font-weight: 400;
    color: #000;
    margin: 7px 0 18px 0 !important;
}
.error-404 .button span {
    line-height: 44px;
}
.error-404 {
    padding: 0;
    background: #fff;
}
.error-404 .content-element {
    margin-top: 20px;
}
.error-404 header {
    position: unset;
}
.error-404.not-found .number {
    margin: -6px 0 0 0;
}
/* html.error404-html, html.error404-html body {
	height: 100%;
} */
.error404-html body {
	display: flex;
	flex-direction: column;
}

/*404*/
a#myBtn {
    background: #fff;
    font-weight: bold;
    margin: 0;
    border: 1px solid #0054AA;
    color: #0054AA;
    cursor: pointer;
    display: none;
    height: 48px;
    position: fixed;
    right: 20px;
    width: 48px;
    line-height: 43px;
    z-index: 999;
    bottom: 75px;
    text-align: center;
    font-size: 0px;
    /* border-radius: 50px; */
    padding-left: 0px;
    box-shadow: 0px 0px 25px 0px #0C223F;
    border-radius: 50%;
}
#myBtn:before {
    content: "\f106";
    font-size: 28px;
    font-family: 'FontAwesome';
}
#myBtn:hover {
    background: #0054AA;
    color: #fff;
}

/*================================================css-start=================================================================================*/
.desktop-view{
    display: block;
}
.mobile-view{
    display: none;
}
header#header .main-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header#header ul.contact-detail,header#header  ul.nav-section,header#header div#desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section#home-banner {
    background-image: url("../images/home-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 814px;
    display: flex;
    align-items: center;
}

header#header {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 9;
    transition: 0.5s all ease;
   padding:10px 0;
}
header#header.fixed {
    background-color: #333;
    box-shadow: 0 0 5px #000;
}
header#header ul.contact-detail a {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}
header#header ul.contact-detail li {
    position: relative;
    padding-left: 90px;
}
header#header ul.nav-section li a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
header#header ul.nav-section li {
    padding: 0 30px;
}
header#header ul.contact-detail li:before {
    content: "";
    position: absolute;
    height: 38px;
    width: 38px;
    border: 1px solid #fff;
    border-radius: 100%;
    left: 41px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 7px -103px;
    background-size: 22px;
}
header#header ul.contact-detail {
    padding-bottom: 20px;
}
header#header ul.contact-detail li.email:before {
    background-position: 8px -45px;
}
header#header ul.contact-detail a:hover, header#header ul.nav-section li a:hover, header#header ul.nav-section li.active a {
    color: #F0912C;
    text-shadow: 0px 0px;
}
header#header ul.nav-section li.active a{
	font-weight: 600;
}
.common-btn a:hover {
    background-color: #F0912C;
    color: #000;
    box-shadow: 0 0 18px 2px rgba(240, 145, 44, 0.7);
}
.banner-section-wrapper .content-wrap {
    width: 46%;
    margin: 96px 0 0 auto;
}
.banner-section-wrapper h2.hybrid-insurance-title {
    font-size: 78px;
    line-height: 100%;
    font-family: "Oswald", sans-serif;
    color: #fff;
    text-align: left;
}
.banner-section-wrapper h2.hybrid-insurance-title span {
    font-size: 65px;
    line-height: 72px;
    color: #F0912C;
}
.banner-section-wrapper .content-wrap p.loan-title {
    font-size: 25px;
    line-height: 34px;
    color: #fff;
    padding: 7px 0px 26px 10px;
    text-align: left;
}
header#header .button-sec a.login {
    padding: 14px 39px 14px 39px;
}
.banner-section-wrapper .content-wrap a.quote-btn {
    margin-left: 10px;
}
h2.common-tit {
    font-size: 45px;
    line-height: 56px;
    text-align: center;
    font-family: "Playfair Display", serif;
    color: #000;
    padding-bottom: 32px;
}
.common-para p {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
}
.expertise-wrapper-list ul.expertise-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 42px;
}
.expertise-wrapper-list ul.expertise-list li.box {
    width: 100%;
    max-width: 311px;
    min-height: 322px;
    box-shadow: 0 3px 9px 3px rgb(0 0 0 / 8%);
    border-radius: 30px;
    padding: 17px 25px 32px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
ul.expertise-list h3.box-tit {
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #000;
    font-family: 'Playfair Display',sans-serif;
}
ul.expertise-list  p.box-conrent {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    padding: 9px 0 17px 0;
}
ul.expertise-list a.readmore {
    font-size: 18px;
    line-height: 100%;
    color: #0054AA;
    font-weight: 500;
    cursor: pointer;
}
ul.expertise-list .box-content {
    text-align: center;
}
section#our-expertise {
    padding: 120px 0 125px 0;
}
section#client-testimonials {
    background-color: #F2F2F2;
    padding: 109px 0 122px 0;
}
.expertise-wrapper-list ul.expertise-list .box-image {
    padding-bottom: 10px;
}
ul.expertise-list a.readmore:hover{
    color:#F0912C;
}
section#client-testimonials ul {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 37px;
}
ul.testimonials-reviews.owl-loaded.owl-drag  .owl-nav {
    position: absolute;
    top: 48%;
    bottom: auto;
    width: 100%;
    transform: translateY(-50%);
}
.owl-stage-outer {
    overflow: hidden;
}
ul.testimonials-reviews.owl-loaded.owl-drag .owl-dots {
    display: none;
}
.owl-item {
    float: left;
}
#client-testimonials li.reviews-wrap {
    background-color: #fff;
    padding: 43px 21px 22px 21px;
    border-radius: 20px;
    width: 100%;
    max-width: 405px;
    min-height: 383px;
}
#client-testimonials li.reviews-wrap h3.date {
    font-size: 18px;
    line-height: 100%;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    color: #00AB8D;
    padding-bottom: 35px;
}
#client-testimonials .slider-icon-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 38px 18px 0;
}
#client-testimonials .slider-bottom-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #F0F0F0;
    padding: 28px 0 0 0;
}
#client-testimonials .content-title-section h3 {
    font-family: 'Poppins',sans-serif;
    font-size: 22px;
    line-height: 100%;
    color: #000;
    font-weight: 600;
}
#client-testimonials .content-title-section  p {
    color: #999999;
}
#client-testimonials .content-title-section {
    padding-left: 18px;
}

section#client-testimonials ul button {
    height: 63px;
    width: 63px;
    border: 1px solid #000;
    border-radius: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: auto;
}
section#client-testimonials ul button span {
    font-size: 0;
}
section#client-testimonials ul button:before {
    content: "\f105";
    font-size: 32px;
    color: #000;
    font-family: 'FontAwesome';
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    top: 13px;
    bottom: auto;
    left: 2px;
    right: 0;
}
section#client-testimonials ul  button.owl-next {
    margin: 0 0 0 auto;
}
section#client-testimonials ul button.owl-prev {
    transform: rotate(180deg);
    left: -104px;
}
section#client-testimonials ul  button.owl-next {
    margin: 0 0 0 auto;
    right: -104px;
}
section#client-testimonials ul button:hover {
	background-color: #0054AA;
	border: 1px solid rgb(0,84,170);

}
section#client-testimonials ul button:hover::before{
    color:#fff;
}

#about-section .about-title {
    width: 50%;
}
#about-section .about-contain {
    display: flex;
}
#about-section .about-title h2.common-tit {
    text-align: left;
    padding-bottom: 25px;
}

#general-section {
    padding-top: 20px;
}
#general-section .container .row {
    padding-bottom: 20px;
}
#general-section .general-title .common-para p {
    text-align: left;
    padding-right: 28px;
    padding-bottom: 10px;
}
#general-section .general-title {
    width: 50%;
}
#general-section .general-contain {
    display: flex;
}
#general-section .general-title h2.common-tit {
    text-align: left;
    padding-bottom: 25px;
}
#general-section .general-title .common-para p {
    text-align: left;
    padding-right: 28px;
    padding-bottom: 10px;
}

.common-btn a.read-more {
    padding: 14px 22px 14px 22px;
}
section#meet-section {
    background-image: url('../images/meet-banner.jpg');
    padding: 174px 0 180px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
section#meet-section .meeting-wrapper {
    width: 34%;
    margin: 0 0 0  auto;
}
section#meet-section .meeting-wrapper h3.very-small-tit {
    font-size: 26px;
    line-height: 100%;
    color: #000;
    text-align: left;
    font-family: 'Poppins';
    font-weight: 600;
}
section#meet-section .meeting-wrapper h2.common-tit {
    text-align: left;
    padding-bottom: 19px;
}
#meet-section .metting-title .common-para p {
    font-size: 22px;
    line-height: 140%;
    text-align: left;
    padding: 24px 0 36px  0;
    font-weight: 500;
}
#offering-section .common-btn {
    text-align: center;
}
section#offering-section {
    padding: 108px 0 119px 0;
}
#offering-section h2.common-tit {
    padding: 0 50px 32px 50px;
    line-height: 125%;
}
#about-section .about-title .common-para p span.mota {
    font-weight: 600;
    color: #000;
}
#about-section .about-title .common-btn {
    padding-top: 19px;
}
/*06-04-2024*/
#about-section {
    position: relative;
    padding: 130px 0 120px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}
#about-section .about-image {
    margin: 0 -50px 0 0;
}
#about-section .container {
    position: absolute;
    left: 0;
    right: 0;
}
.about-image.mobile-view {
    display: none;
}
.header-button .button-sec .common-btn-wrap.common-btn {
    display: none;
}
/*06-04-2024*/
/*08-04-2024*/
.contact-detail-wrap.mobile-view {
    display: none;
}
section#contact-banner {
    background-image: url(../images/contact-us-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 594px;
    display: flex;
    align-items: center;
}
body.contact-us .banner-section-wrapper .content-wrap {
    width: 100%;
}
.get-in-touch-wrapper .contact-form-table-wrap >div {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
.get-in-touch-wrapper .contact-form-table-wrap >div span {
    display: block;
}
.get-in-touch-wrapper .contact-form-table-wrap  .message-filled-wrap {
    display: block;
}
.get-in-touch-wrapper .contact-form-table-wrap  .contact-btn.btn-common.btn-common-bluebtn-wrap.smart-btn {
    display: block;
}
section#get-in-touch {
    padding: 75px 0 88px 0;
}
/*08-04-2024*/
section.login-form-section form .submit input#send:hover {
    background-color: #F0912C;
    color: #000;
    box-shadow: 0 0 18px 2px rgba(240, 145, 44, 0.7);
}
.get-in-touch-wrapper form ul.form-list .submit input:hover {
    background-color: #F0912C;
    color: #000;
    box-shadow: 0 0 18px 2px rgba(240, 145, 44, 0.7);
}
.get-in-touch-wrapper form ul.form-list li.capcha-submit div#ajaxLoader {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
}
body.blank section#blank-cotainer {
    min-height: 1500px;
}
/*12-04-2024*/
.our-expertise-title h2.common-tit {
    padding-bottom: 18px;
}
.about-wrapper h2.common-tit.about-title-custom {
    padding-bottom: 10px;
}
*::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}
*:-moz-placeholder {
    color: #999999;
    opacity: 1;
}
*::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}
.get-in-touch-wrapper form ul.form-list li select {
    position: relative;
    background: url(../images/arrow-img.png);
    background-repeat: no-repeat;
    left: auto;
    right: 0;
    top: 0;
    background-position: 95%;
    -webkit-appearance: none;
    cursor: pointer;
}
.error-404.not-found.container .content-element a.aibeat-button.pink-button:hover {
    background-color: #F0912C;
    color: #000;
    box-shadow: 0 0 18px 2px rgba(240, 145, 44, 0.7);
}
body.error-404 section.breadcrumb {
    padding: 25px 0 0 0;
}
/*12-04-2024*/
