@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    /* background: url('../img/select-notch.png') right 4% center no-repeat !important; */
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
  text-decoration: none !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus,
.btn-close:focus {
	box-shadow: none !important;
}
.text-left {
  text-align: left !important;
}
#header {
	position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 999;
  top: 0px;
  background-color: #fff;
  padding: 8px 0px;
  transition: all 0.6s ease;
}
.mainMenu .navbar-nav .nav-item .nav-link {
  color: #002c77;
  font-size: 15px;
  padding: 8px 17px;
  transition: all 0.3s ease;
}
.mainMenu .navbar-nav .nav-item .nav-link:hover,
.mainMenu .navbar-nav .nav-item .nav-link.activeMenu {
  color: #d5183c;
  transition: all 0.3s ease;
}
.mainMenu .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.mainMenu .navbar-nav {
  margin-left: auto;
}
.topMarginOfHeader {
  margin-top: 80px;
}
#banner.bannerHome {
  background: url('../img/bannerBg.jpg') no-repeat center;
  background-size: cover;
  padding: 85px 0px 75px;
}
.bannerTitle {
  /* font-size: 42px; */
  font-size: 41px;
  color: #002c77;
  font-weight: 700;
  line-height: 50px;
}
.bannerTitle span {
  font-weight: 300;
}
.bannerRow {
  align-items: center;
}
.ourServicesImg {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  margin: 0px auto 20px;
  transition: all 0.6s ease;
}
.ourServicesTitle {
  font-size: 16px;
  color: #002c77;
  font-weight: 500;
  text-align: center;
}
.ourServicesOnly {
  cursor: pointer;
}
.ourServicesOnly:hover .ourServicesImg {
  transition: all 0.6s ease;
  animation: pullUp 1.1s alternate;
}
.ourServicesImg1 {
  background: #f5f5f5 url('../img/ourServices1.png') no-repeat center;
}
.ourServicesImg2 {
  background: #f5f5f5 url('../img/ourServices2.png') no-repeat center;
}
.ourServicesImg3 {
  background: #f5f5f5 url('../img/ourServices3.png') no-repeat center;
}
.ourServicesImg4 {
  background: #f5f5f5 url('../img/ourServices4.png') no-repeat center;
}
.ourServicesImg5 {
  background: #f5f5f5 url('../img/ourServices5.png') no-repeat center;
}
.ourServicesImg6 {
  background: #f5f5f5 url('../img/ourServices6.png') no-repeat center;
}
.ourServicesOnly:hover .ourServicesImg.ourServicesImg1 {
  background: #002c77 url('../img/ourServices1_h.png') no-repeat center;
}
.ourServicesOnly:hover .ourServicesImg.ourServicesImg2 {
  background: #002c77 url('../img/ourServices2_h.png') no-repeat center;
}
.ourServicesOnly:hover .ourServicesImg.ourServicesImg3 {
  background: #002c77 url('../img/ourServices3_h.png') no-repeat center;
}
.ourServicesOnly:hover .ourServicesImg.ourServicesImg4 {
  background: #002c77 url('../img/ourServices4_h.png') no-repeat center;
}
.ourServicesOnly:hover .ourServicesImg.ourServicesImg5 {
  background: #002c77 url('../img/ourServices5_h.png') no-repeat center;
}
.ourServicesOnly:hover .ourServicesImg.ourServicesImg6 {
  background: #002c77 url('../img/ourServices6_h.png') no-repeat center;
}
.mainPadding {
  padding: 100px 0px;
}
#ourServices {
  overflow: hidden;
}
.aboutTitle {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: #002c77;
  text-align: center;
  margin: -15px 0px 30px;
}
.aboutTitle::after {
  position: absolute;
  width: 180px;
  height: 2px;
  top: 70px;
  left: 50%;
  content: '';
  z-index: 9;
  margin-left: -90px;
  background: #d5183c;
}
.aboutText {
  font-size: 15px;
  color: #545454;
  text-align: center;
}
.aboutBlock {
  position: relative;
}
.aboutBlock.aboutBlockAdj [class*="col-"]:first-child {
  padding-left: 110px;
}
.aboutTitleText {
  width: 75%;
  margin: 0px auto;
  position: relative;
  z-index: 9;
}
.aboutPt li {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.aboutPt li:last-child {
  margin: 44px 0px 35px;
}
.aboutPt li img {
  margin-right: 15px;
}
.aboutImg img {
  margin-top: -106px;
}
.aboutImg.aboutImg2 img {
  margin-top: -10px;
}
.aboutImg {
  text-align: right;
}
#about,
#weDo {
  background-color: #f5f5f5;
}
.aboutIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -79px;
  margin-left: -120px;
  filter: grayscale(100%);
  opacity: 0.9;
}
.weDoBlockTitile {
  font-size: 20px;
  color: #002c77;
  font-weight: 700;
  padding-bottom:12px;
}
.weDoBlockText {
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 113px;
}
.weDoBlockImg img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}
.weDoBlock {
  background-color: #eaebef;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.weDoBlock:hover  {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.weDoBlockCont {
  padding: 16px 20px 26px;
}
.weDoBlockAll [class*="col-"],
.keyObjectAll [class*="col-"],
.contactAddressAll [class*="col-"],
.claimsInfoAll [class*="col-"],
.claimsContactAll [class*="col-"] {
  margin-bottom: 30px;
}
.weDoBlockAll {
  margin: 40px 0px -30px;
}
.subCetag.aboutText {
  text-align: left;
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  height: 76px;
  border-radius: 8px;
  padding: 10px 15px;
  background-color: #fff;
  line-height: 18px;
}
.subCetag:hover {
  -webkit-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.subCetag img {
  padding-right: 14px;
}
.subCetagAll [class*="col-"] {
  margin-top: 30px;
}
.subCetagAll {
  margin-top: -20px;
}
.weDoBlockAll a,
.subCetagAll a {
  text-decoration: none;
}
.qts_ic {
  text-align: center;
  padding: 3px 0px 8px;
}
.qts_ic img {
  opacity: 0.8;
}
.testimonialSliderName {
  color: #d5183c;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  margin-top: 30px;
}
.testimonialSlider li {
  padding-top: 20px;
  padding-bottom: 30px;
}
.testimonialSlider .owl-item.active.center li {
  padding-top: 28px;
}
.testimonialSlider .testimonialSliderAll {
  border: 2px solid #002c77;
  border-radius: 10px;
  padding: 20px 15px;
  background: #fff;
}
.testimonialSlider .testimonialSliderAll::after {
  position: absolute;
  content: "";
  width: 29px;
  height: 22px;
  background: transparent url('../img/testimonial_notch.png') no-repeat;
  top: 0px;
  right: 50%;
  content: '';
  z-index: 9;
  margin-right: -14.5px;
}
.testimonialSlider .owl-item.active.center .testimonialSliderAll {
  border: none;
  -webkit-box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6);
}
.testimonialSlider .owl-item.active.center .testimonialSliderAll::after {
  width: 53px;
  height: 28px;
  background: transparent url('../img/testimonial_notch_a.png') no-repeat;
  margin-right: -26.5px;
}
.testimonialSlider {
  margin-bottom: -30px;
}
#testimonial {
  background-color: #f5f5f5;
}
.footerInfoTitle {
  font-weight: 500;
  color: #002c77;
  font-size: 20px;
  position: relative;
  margin: -5px 0px 48px;
}
.footerInfoTitle::after {
  position: absolute;
  width: 50px;
  height: 2px;
  top: 42px;
  left: 0%;
  content: '';
  z-index: 9;
  background: #d5183c;
}
.footerInfoText {
  color: #000;
  font-size: 14px;
}
.footerMenu li a {
  color: #000;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footerMenu li.activeMenuFooter a,
.footerMenu li a:hover {
  color: #d5183c;
  transition: all 0.3s ease;
}
.footerMenu li.activeMenuFooter::after {
  background: #d5183c;
}
.footerMenu li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
}
.footerMenu li::after {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 0%;
  content: '';
  z-index: 9;
  background: #47474c;
  border-radius: 50%;
  border: 5px solid #fff;
}
#footerInfo {
  background-color: #eeebeb;
  padding-top: 60px;
}
.subscribeForm .form-control {
  height: 54px;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 30px;
}
.subscribeForm .form-control::placeholder {
  color: #8a8a8a;
}
.subscribeBtn {
  font-size: 14px;
  color: #fff;
  background-color: #d5183c;
  height: 42px;
  width: 152px;
  border-radius: 30px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerContactBlock {
  color: #002c77;
  font-size: 15px;
  padding-left: 60px;
  height: 40px;
  display: flex;
  align-items: center;
}
.footerContactCall {
  background: url('../img/ph_ic.png') no-repeat center left;
}
.footerContactShare {
  background: url('../img/share_ic.png') no-repeat center left;
}
.footerContactAt {
  background: url('../img/at_ic.png') no-repeat center left;
}
.footerContact .footerContactShare a {
  margin-right: 10px;
}
.footerContact [class*="col-"] {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.footerContact {
  margin-top: 50px;
}
.footerEndAll {
  background-color: #002c77;
  padding: 23px 0px;
}
.footerEnd {
  text-align: center;
}
.footerEnd li {
  display: inline-block;
}
.footerEnd li:nth-child(2) {
  margin: 0px 22px;
}
.footerEnd li, 
.footerEnd li a {
  font-size: 14px;
  color: #f5f5f5;
  text-decoration: none;
}
.aboutMain .aboutBlock .aboutText {
  text-align: left;
  margin-top: 50px !important;
}
.coreValueTitle {
  font-size: 15px;
  font-weight: 600;
  color: #002c77;
}
.coreValueAll .aboutText {
  text-align: left;
}
.coreValue .coreValueAll {
  margin-bottom: 30px;
}
.coreValue .coreValueAll:last-child {
  /* margin-bottom: 0px; */
}
.coreValueImg img {
  margin-bottom: 30px;
}
.coreValueImg img:first-child {
  margin-top: 6px;
}
.coreValueImg img:last-child {
  margin-bottom: 0px;
}
.aboutTitleLeft {
    text-align: left;
}
.aboutTitle.aboutTitleLeft::after {
  left: 0px;
  margin-left: 0px;
}
.teamSliderName {
  /* font-size: 20px; */
  font-size: 18px;
  color: #002c77;
  font-weight: 700;
}
.teamSliderDeg {
  text-align: left;
  padding-top: 10px;
}
.teamSliderImg img {
  height: 264px;
  object-fit: cover;
}
.teamSliderAll {
  background-color: #eaebef;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 10px;
  position: relative;
}
.teamSliderAll:hover {
  -webkit-box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
  background-color: #fff;
}
.teamSliderDetails {
  /* padding: 10px 40px 8px 18px; */
  padding: 10px 35px 8px 18px;
  position: relative;
}
.teamSocial {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  transition: all 0.3s ease;
}
.teamSliderAll:hover .teamSocial {
  opacity: 1;
  transition: all 0.3s ease;
}
.teamSlider {
  margin-top: 18px;
}
#weDo.ourTeam .owl-theme .owl-dots .owl-dot.active span, 
#weDo.ourTeam .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #002c77;
  border-color: #fff;
  transition: all 0.3s ease;
}
#weDo.ourTeam .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 5px solid #002c77;
  background: #fff;
  margin: 0px 4px;
  outline: 1px solid #002c77;
  transition: all 0.3s ease;
}
#weDo.ourTeam .owl-theme .owl-dots {
  margin-top: 22px;
}
#banner.propertyBanner {
  background: url('../img/propertyBannerBg.jpg') no-repeat center;
  background-size: cover;
  padding: 147px 0px;
}
.propertyInsuranceBlock .aboutText {
  text-align: left;
}
.propertyInsurance .propertyInsuranceBlock {
  /* margin-bottom: 80px; */
}
.propertyInsurance .propertyInsuranceBlock:last-child {
  margin-bottom: 0px;
}
#banner.investmentBanner {
  background: url('../img/investmentBannerBg.jpg') no-repeat center;
  background-size: cover;
}
.keyObjectTitle {
  color: #002c77;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  margin: 6px 0px 4px;
}
.keyObjectAll {
  margin-bottom: -30px;
}
.InvestmentObjectRight .aboutText,
.InvestmentObjectRight .keyObjectTitle {
  text-align: left;
}
.InvestmentObjectRight ol {
  padding-left: 15px;
}
.InvestmentObjectRight .keyObjectTitle {
  margin-top: 30px;
}
#banner.insuranceBanner {
  background: url('../img/insuranceBannerBg.jpg') no-repeat center;
  background-size: cover;
  padding: 122px 0px;
}
.insuranceTabs .nav.nav-tabs,
.insuranceTabs .nav.nav-tabs .nav-link {
  border: none !important;
}
.insuranceTabs .nav.nav-tabs {
  display: block;
}
.insuranceTabs .nav.nav-tabs .nav-link {
  background: none;
  padding: 0px;
}
.insuranceTabs .nav.nav-tabs .nav-link .subCetag:hover {
  box-shadow: none;
}
.insuranceTabs .nav.nav-tabs .nav-link .subCetag.aboutText {
  outline: 1px solid #d9d9d9;
  border: 1px solid transparent;
  height: 66px;
}
.insuranceTabs .nav.nav-tabs .nav-link:hover .subCetag.aboutText,
.insuranceTabs .nav.nav-tabs .nav-link.active .subCetag.aboutText {
  color: #002c77;
  border: 1px solid #002c77;
  outline: 1px solid #002c77;
  position: relative;
  z-index: 9;
}
.insuranceTabs .nav.nav-tabs .nav-item {
  margin-bottom: 2px;
}
.tabDetailsTitle {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  background: #002c77;
  padding: 10px 20px;
  border-radius: 22px 22px 0px 0px;
}
.tabDetailsBanner {
  border-radius: 0px 0px 22px 22px;
  overflow: hidden;
  margin-bottom: 52px;
}
.tabDetailsBanner img {
  width: 100%;
}
.tabDetailsAll .aboutText {
  text-align: left;
}
.tabDetailsAll .aboutText span {
  color: #002c77;
  font-weight: 500;
}
.tabDetailsUl {
  margin-top: 14px;
}
.keyObjectTitle.keyObjectTitleBox,
.keyObjectTitleBoxText,
.tabDetailsUl li {
  position: relative;
  padding-left: 26px;
}
.keyObjectTitle.keyObjectTitleBox::before,
.tabDetailsUl li::before {
  content: "■";
  font-size: 18px;
  position: absolute;
  height: 20px;
  top: -4px;
  left: 0px;
}
.tabDetailsUl.tabDetailsUlColor li::before {
  color: #002c77;
}
.insuranceTabs .nav.nav-tabs,
.insuranceTabs .tab-content {
  margin-top: 50px;
}
#banner.contactBanner {
  background: url('../img/contactBannerBg.jpg') no-repeat center;
  background-size: cover;
}
.contactAddressTitle {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  background-color: #002c77;
  padding: 5px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactAddressPh {
  font-weight: 600;
  color: #002c77;
  margin: 4px 0px 2px;
}
.contactAddressDetails {
  background-color: #eaebef;
  padding: 16px 5px;
  height: 142px;
  transition: all 0.3s ease;
}
.contactAddress {
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.contactAddress:hover {
  -webkit-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.contactAddress:hover .contactAddressDetails {
  background-color: #fff;
  transition: all 0.3s ease;
}
.contactAddressAll {
  margin-bottom: -30px;
}
.footerContact.contactAddressSocial {
  margin: 50px 0px 20px;
}
.contactAddressForm {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.contactAddressForm .form-group label {
  font-size: 15px;
  color: #545454;
  margin-bottom: 4px;
}
.contactAddressForm .form-group .form-control {
  border: 1px solid #ddd;
  height: 60px;
  border-radius: 10px;
}
.contactAddressForm [class*="col-"] {
  margin-bottom: 25px;
}
.btnSubmit {
  font-size: 16px;
  background-color: #d5183c;
  color: #fff !important;
  width: 216px;
  height: 54px;
  letter-spacing: 1px;
  border-radius: 30px;
}
.btnSubmitAll {
  margin-top: 5px;
  text-align: center;
}
.googleMap {
  margin-top: 50px;
}
#banner.claimsBanner {
  background: url('../img/claimsBannerBg.jpg') no-repeat center;
  background-size: cover;
}
.aboutTitle.aboutTitleSubLine span.aboutText {
  font-weight: 600;
}
.aboutTitle.aboutTitleSubLine {
  margin-bottom: 38px;
}
.aboutTitle.aboutTitleSubLine::after {
  top: 100px;
}
.claimsInfoTitle {
  font-size: 23px;
  font-weight: 700;
  color: #002c77;
  line-height: 28px;
  margin: 25px 0px 30px;
  width: 65%;
}
.claimsInfo .aboutText {
  text-align: left;
}
.claimsInfoAll {
  margin: 52px 0px -30px;
}
.claimsContactText {
  font-size: 15px;
  color: #fff;
  padding-left: 50px;
  position: relative;
  transition: all 0.3s ease;
}
.claimsContactAll {
  margin: 50px 0px -30px;
}
.claimsContactAll a {
  text-decoration: none;
}
.claimsContact {
  background: #002c77;
  border-radius: 20px;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.claimsContactText img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.claimsContact:hover {
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 10px -4px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.claimsContactText img:last-child,
.claimsContact:hover img:first-child {
  opacity: 0;
  transition: all 0.3s ease;
}
.claimsContactText img:first-child,
.claimsContact:hover img:last-child {
  opacity: 1;
  transition: all 0.3s ease;
}
.claimsContact:hover .claimsContactText {
  color: #002c77;
  transition: all 0.3s ease;
}
.claimsContact.claimsContact_v2 {
  height: 74px;
  justify-content: normal;
  background-color: #d5183c;
  border: 1px solid #d9d9d9;
  width: 340px;
  margin: 0px auto;
}
.claimsContact.claimsContact_v2 .claimsContactImg {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #002c77;
  width: 102px;
  justify-content: center;
}
.claimsContact.claimsContact_v2 .claimsContactText {
  font-size: 26px;
  padding: 0px;
  width: calc(100% - 102px);
  text-align: center;
  color: #fff !important;
}
.claimsContact.claimsContact_v2:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.accordionAll .card {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin-bottom: -1px;
}
.accordionAll .card .card-header {
  padding: 0px;
  border: none;
  background: #fff;
  border-radius: 10px;
}
.accordionAll .card .card-header .btn {
  font-size: 18px;
  color: #545454;
  font-weight: 600;
  text-align: left;
  width: 100%;
  /* height: 76px; */
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 10px 75px 10px 30px;
  background: url('../img/accordionDown_ic.png') no-repeat center right 30px;
}
.accordionAll .card .card-header .btn.collapsed {
  background: url('../img/accordionUp_ic.png') no-repeat center right 30px;
}
.accordionAll .card .card-body.aboutText {
  text-align: left;
  padding: 0px 30px 30px;
  width: 90%;
}
.accordionAll {
  margin-top: 6px;
}
.mainMenu .navbar .navbar-toggler {
  padding: 0px;
}
.mainMenu .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.mainMenu .navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
.letMeForm {
  padding-top: 75px;
}
.formSpan {
  font-size: 15px;
  color: #898989;
  margin-top: -22px;
}
.formSpan span {
  color: #002c77;
  cursor: pointer;
}
.captchaBlock {
  font-family: "Special Elite", system-ui;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  letter-spacing: 4px;
  background: url('../img/captchaBg.jpg') no-repeat center;
  background-size: 800%;
  border-radius: 10px;
  height: 60px;
  padding: 8px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.captchaBlock span {
  opacity: 0.6;
}
.contactBtnCol {
  display: flex;
  justify-content: end;
  align-items: center;
}
.subCetagAll.subCetagTab {
  margin-top: -10px;
}
.subCetagAll.subCetagTab .subCetag.aboutText {
  transition: all 0.1s ease !important;
}
.subCetagAll.subCetagTab .activeInsuranceTab .subCetag.aboutText {
  color: #002c77;
  font-weight: 600;
  border: 1px solid #002c77;
  /* outline: 1px solid #002c77; */
  transition: all 0.1s ease;
}
.subCetagAll.subCetagTab .subCetag:hover {
  box-shadow: none;
}
.subCetagAll.subCetagTab .activeInsuranceTab .subCetag.aboutText {
  position: relative;
}
.subCetagAll.subCetagTab .activeInsuranceTab .subCetag.aboutText::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: transparent url('../img/activeInsuranceTab_ic.png') no-repeat;
  bottom: 0px;
  right: 50%;
  margin-right: -5.5px;
  margin-bottom: -11px;
  content: '';
  z-index: 9;
  transition: all 0.1s ease;
}
.subCetagAll.subCetagTab .insuranceTabResult .insuranceTabResultDetails {
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin: 10px 0px 0px;
}
.insuranceTabResult .collapse,
.insuranceTabResult .collapsing {
  transition: all 0.2s ease;
}
.contactPopupTitle {
  font-size: 26px;
  color: #fff;
  background-color: #002c77;
  text-align: center;
  padding: 10px;
  font-weight: 700;
}
.contactPopup .modal-content {
  border-radius: 25px;
  overflow: hidden;
}
.contactPopup .btn-close {
  background: none;
  position: absolute;
  opacity: 1;
  top: 18px;
  right: 18px;
}
.bannerBlockTitle {
  font-size: 29px;
  font-weight: 300;
  text-align: center;
  margin-top: 14px;
  color: #002c77;
}
.bannerBlockImg {
  text-align: center;
}
.bannerBlockMarge {
  background-color: #fff;
  padding: 20px 5px;
  border-radius: 14px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.4);
}
.bannerBlock .bannerBlockCol:nth-child(odd) .bannerBlockTitle {
  color: #fff;
}
.bannerBlock .bannerBlockCol:nth-child(odd) .bannerBlockMarge {
  background-color: #002c77;
}
.bannerBlock {
  margin: 70px 0px -30px;
}
.aboutHomeImg {
  margin-top: 25px;
}
.aboutHomeImg img {
  border-radius: 22px;
}
.bannerBlock .bannerBlockCol {
  margin-bottom: 30px;
}
.insuranceTabResultTab1,
.insuranceTabResultTab2,
.insuranceTabResultTab,
.insuranceTabResultMob {
  display: none;
}
.testimonialSliderText.aboutText {
    min-height: 135px;
}
.footerInfoTitle.footerName::after {
    display: none;
}
.footerInfoTitle.footerName {
    margin: 30px 0px -10px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}













#header.headerAfterScroll {
	transition: 0.2s;
  -webkit-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px -2px 10px -2px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
  color: #d5183c;
  font-size: 32px;
  opacity: 0.6;
  transition: 0.3s;
}
.back-to-top i:hover {
	opacity: 1;
	transition: 0.3s;
}


/* pre loader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
    background: #f5f5f5;
    transition: all 300ms ease-in;
  }
  #preloader:before {
    content: "";
    background: url('../img/loader.gif') no-repeat center;
    background-size: 600px;
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
    width: 600px;
    height: 400px;
  }
  .hideloader {
    opacity: 0;
    pointer-events: none;
  }
/* pre loader end */


@media (min-width:1200px) {
	.container {
	    max-width: 1170px;
	}
}

@media (max-width:1199px) {
	.logo img {
    width: 190px;
  }
  .mainMenu .navbar-nav .nav-item .nav-link {
    padding: 8px 14px;
  }
  .topMarginOfHeader {
    margin-top: 70px;
  }
  .aboutBlock.aboutBlockAdj [class*="col-"]:first-child {
    padding-left: 0px;
  }
  .aboutBlock.aboutBlockAdj .row {
      align-items: end;
  }
  .ourServicesOnly {
    margin-top: 30px;
  }
  .aboutTitle {
    font-size: 38px;
  }
  .aboutTitle::after {
    top: 66px;
  }
  .claimsInfoTitle {
    width: 40%;
  }
  .insuranceTabResultWeb,
  .insuranceTabResultMob {
    display: none;
  }
  .insuranceTabResultTab,
  .insuranceTabResultTab1 {
    display: block;
  }
  .testimonialSliderText.aboutText {
      min-height: 180px;
  }
}

@media (max-width:991px) {
	.topMarginOfHeader {
    margin-top: 68px;
  }
  .bannerRow {
    align-items: normal;
  }
  .bannerLeft {
    margin: 15px 0px;
  }
  .mainMenu .navbar-nav {
    padding-top: 10px;
  }
  .footerInfoTitle {
    margin: 30px 0px;
  }
  #footerInfo {
    padding-top: 30px;
  }
  .footerContact [class*="col-"] {
    display: block;
  }
  .footerContact {
    margin-top: 35px;
  }
  .aboutTitle {
    font-size: 40px;
    line-height: normal;
  }
  .aboutTitle::after {
    top: 66px;
  }
   .aboutTitle.aboutTitleDoubleLine::after {
    top: 128px;
  }
  .claimsInfoTitle {
    width: 54%;
  }
  .insuranceTabResultTab1 {
    display: none;
  }
  .insuranceTabResultTab2 {
    display: block;
  }
  .testimonialSliderText.aboutText {
      min-height: 135px;
  }
}

@media (max-width:767px) {
  #banner.bannerHome,
  #banner.propertyBanner.insuranceBanner,
  #banner.propertyBanner.claimsBanner,
  #banner.propertyBanner.contactBanner {
    background-position: 55% center;
  }
  #banner.investmentBanner,
  #banner.propertyBanner {
    background-position: 75% center;
  }
	.aboutTitleText {
    width: 100%;
  }
  .aboutBlock [class*="col-"]:last-child {
    display: none;
  }
  .testimonialSlider li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footerEnd li:nth-child(2) {
    display: none;
  }
  .footerEnd li {
    display: block;
  }
  .aboutTitle {
    font-size: 30px;
  }
  .aboutTitle::after {
    top: 54px;
  }
  .aboutTitle.aboutTitleDoubleLine::after {
    top: 100px;
  }
  .propertyInsuranceBlock .coreValueImg img {
    margin-bottom: 15px;
  }
  .claimsInfoTitle {
    width: 100%;
  }
  .accordionAll .card .card-header .btn {
    font-size: 16px;
  }
  .insuranceTabResultTab,
  .insuranceTabResultTab2 {
    display: none;
  }
  .insuranceTabResultMob {
    display: block;
  }
  .claimsInfo .claimsInfoImg {
    text-align: center;
  }
  .testimonialSliderText.aboutText {
      min-height: auto;
  }
}

@media (max-width:575px) {
  .aboutBlock.aboutBlockAdj [class*="col-"]:first-child {
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .bannerTitle {
    font-size: 32px;
    line-height: normal;
  }
  .aboutTitle {
    font-size: 26px;
    line-height: normal;
  }
  .aboutTitle::after {
    top: 50px;
  }
  .aboutTitle.aboutTitleDoubleLine::after {
    top: 86px;
  }
}

@media (max-width:489px) {
	.bannerTitle {
    font-size: 30px;
  }
  .aboutTitle {
    font-size: 22px;
  }
  .aboutTitle::after {
    top: 40px;
  }
  .aboutTitle.aboutTitleDoubleLine::after {
    top: 74px;
  }
}

@media(max-width:413px) {
  .logo img {
    width: 140px;
  }
  .topMarginOfHeader {
    margin-top: 58px;
  }
	.bannerTitle {
    font-size: 24px;
  }
  .aboutTitle {
    font-size: 17px;
  }
  .aboutTitle::after {
    top: 34px;
  }
  .aboutTitle.aboutTitleDoubleLine::after {
    top: 60px;
  }
  .keyObjectTitle {
    font-size: 16px;
  }
  .claimsContact.claimsContact_v2 .claimsContactText {
    font-size: 20px;
    width: calc(100% - 80px);
  }
  .claimsContact.claimsContact_v2 .claimsContactImg img {
    width: 34px;
  }
  .claimsContact.claimsContact_v2 .claimsContactImg {
    width: 80px;
  }
  .claimsContact.claimsContact_v2 {
    height: 60px;
    width: 260px;
  }
}