/* 

    grid-tf-container
    Preloading
    Gotop button
    widget-blog-pagination
    page-title-home1
    title
    widget-service
    widget-about-us
    widget-project
    widget-slide-style1
    widget-choose-us
    widget-counter
    widget-get-quote
    widget-testimonials
    widget-blog-update
    page-title-home2
    widget-our-service
    widget-sevice-1
    widget-pricing
    widget-our-team
    widget-blog-update
    widget-claim-settlement
    widget-request-quote
    widget-job
    widget-faq
    widget-business-insurance
    widget-tips
    widget-cta
    widget-checkbox-sale
    
*/

@import url(animate.css);
@import url(animate.min.css);
@import url(nice-select.css);
@import url(swiper-bundle.min.css);

.tf-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1440px;
}

.tf-container .row {
  margin-right: -20px;
  margin-left: -20px;
}

.tf-container .row > div {
  padding-left: 20px;
  padding-right: 20px;
}

/* preload */
#preload {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#preload .preloading {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
}

#preload .preloading span,
#preload .preloading span:before,
#preload .preloading span:after {
  position: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;

  /* content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #042181;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

.preload-background {
  background-image: url(../images/logox2.png);
}
#preload .preloading span {
  /* width: 25%;
  height: 25%; */
  top: 300px;
  left: 700px;
  content: url(../images/logox2.png);
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}

#preload .preloading > span:before {
  /* width: 75%;
  height: 75%; */
  border-right-color: transparent;
  /* background-image: url(../images/logox2.png); */
}

#preload .preloading > span:after {
  /* width: 50%;
  height: 50%; */
  border-bottom-color: transparent;
  /* background-image: url(../images/logox2.png); */
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
  position: fixed !important;
  right: -100px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #f6ed22;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  transition: 0.5s;
  opacity: 0;
  overflow: hidden;
}

.go-top.show {
  right: 15px;
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.go-top span {
  font-size: 18px;
  color: #042181;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
  transform: rotate(180deg);
}

.go-top:hover span {
  color: #f6ed22;
  animation: 1s tf-buzz-out alternate linear infinite;
}

.go-top:hover {
  background-color: #042181;
}

/* widget-blog-pagination */
.widget-blog-pagination {
  width: 100%;
  display: flex;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
}

.widget-blog-pagination .flat-pagination {
  display: flex;
  color: #4f556a;
}

.widget-blog-pagination .flat-pagination li a {
  color: #4f556a;
  margin-right: 26px;
}

.widget-blog-pagination .next a {
  color: #042181;
  margin-right: 26px;
}

.widget-blog-pagination .flat-pagination li:hover a,
.widget-blog-pagination .flat-pagination li.active a,
.widget-blog-pagination .last a {
  color: #042181;
}

/* page-title-home1 */
.page-title-home1 {
  position: relative;
  background-image: url(../images/page-title/white2.jpg);
  background-size: auto;
  animation: background-animation 2.3s ease-in alternate;
  background-position: 100%;
  background-repeat: no-repeat;
}

.container {
  position: absolute;
}

/* image kecil pada home */
.page-title-home1 ::after {
  content: "";
  outline-style: none;
  display: block;
  position: absolute;
}
.background-image-kecil {
  position: absolute;
  display: block;
  border-image: auto;
  /* top: 0;
  right: 0; */
  max-height: fit-content;
  width: 100vh; /* Sesuaikan dengan lebar yang diinginkan */
  /* height: auto; Atur agar tingginya menyesuaikan proporsi aslinya */
  z-index: -1;
}

/* TEST */
.test-image-kecil {
  content: "";
  display: block;
  position: absolute;
  width: fit-content;
  height: fit-content;
  background: linear-gradient(
    0deg,
    rgba(1, 1, 3, 1) rgba(255, 255, 255, 0) 25%
  );
}

@keyframes background-animation {
  100% {
    background-position: 100% 50%;
  }
}

.page-title-home1 .content {
  width: 100%;
  max-width: 1385px;
  margin: auto;
  padding-top: auto;
  padding-bottom: 379px;
  /* border-bottom: 5px #042181; */
  border-style: double;
}

.page-title-home1 h1 {
  width: 100%;
  max-width: 680px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 80px;
  text-shadow: 1px 1px 1px rgba(1, 1, 3, 0.5);
  line-height: 92px;
  color: #042181;
  margin-bottom: 40px;
}

.page-title-home1 h1 span {
  color: #f6ed22;
  text-shadow: 1px 1px 1px rgba(1, 1, 3, 0.5);
}

.page-title-home1 p {
  width: 100%;
  max-width: 466px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  /* text-shadow: 1px 1px 1px rgba(1, 1, 3, 0.5); */
  margin-bottom: 50px;
}

.page-title-home1 .content > a {
  color: #ffffff;
  padding: 16px 55px;
  background-color: #042181;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 1px rgba(1, 1, 3, 0.5);
}

.page-title-home1 .content > a:hover {
  color: #042181;
  background-color: #f9f36e;
}

.page-title-home1 .text {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.5px;
  color: #4f556a;
  margin-top: 40px;
}

.page-title-home1 .text a {
  padding-left: 8px;
  color: #042181;
  display: inline-block;
}

.page-title-home1 .text a:hover {
  color: #f9f36e;
}

/* title */
.widget-title-section {
  margin-bottom: 60px;
}

.main-title {
  width: 100%;
  margin: auto;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  color: #042181;
  /* text-shadow: 1px 1px 1px rgba(1, 1, 3, 0.5); */
  margin-bottom: 15px;
}

.sub-title {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
  color: #f6ed22;
  text-shadow: 1px 1px 1px rgba(1, 1, 3, 0.5);
  position: relative;
  text-transform: uppercase;
}

.line-after::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 1px;
  background-color: #e3f825;
  bottom: 4px;
  right: -100px;
}

.line-before::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 1px;
  background-color: #e3f825;
  bottom: 4px;
  left: -100px;
}

/* widget-service */
.widget-service {
  width: 100%;
  max-width: 1850px;
  margin: auto;
  text-align: center;
}

.widget-service .main-title {
  max-width: 850px;
}

.widget-service .widget-service-wrap {
  display: flex;
  gap: 40px;
  text-align: start;
}

.widget-service-item .poster {
  margin-bottom: -20.2%;
  position: relative;
  z-index: -5;
}

.widget-service-item .poster img {
  width: 100%;
}

.widget-service-item .content {
  padding-left: 20px;
}

.widget-service-item .icon {
  margin-bottom: 43px;
  padding: 6px;
}

.widget-service-item .icon span {
  padding: 24px;
  font-size: 40px;
  border-radius: 50px;
  background-color: #042181;
  position: relative;
}

.widget-service-item .icon span::after {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #fff;
  z-index: -1;
}

.widget-service-item .icon span::before {
  color: #ffffff;
}

.widget-service-item .text {
  max-width: 200px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 18px;
}

.widget-service-item .text a {
  margin-top: flex;
  margin-bottom: flex;
  color: #042181;
}

.widget-service-item .text a:hover {
  color: #f3ea26;
}

.widget-service-item p {
  max-width: 340px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.5px;
  color: #4f556a;
  margin-bottom: 20px;
}

.widget-service-item .widget-button {
  padding-left: flex;
  padding-right: flex;
  font-size: 16px;
  line-height: 50px;
}

/* widget-about-us */
.widget-about-us {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
}

.widget-about-us .content {
  max-width: 560px;
}

.widget-about-us p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4f556a;
  margin-top: 24px;
  margin-bottom: 16px;
}

.widget-about-us ul {
  padding-bottom: 14px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 23px;
}

.widget-about-us ul li {
  display: flex;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 25.5px;
  color: #042181;
  margin-bottom: 10px;
}

.widget-about-us ul li span {
  margin-right: 8px;
  font-size: 26px;
}

.widget-about-us .phone {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  color: #4f556a;
}

.widget-about-us .phone span {
  padding: 3px 3px 0 3px;
  border-radius: 10.5px;
  background-color: #f3ea26;
  margin-right: 7px;
}

.widget-about-us .phone .phone-number {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  color: #042181;
  margin-bottom: 17px;
}

.widget-about-us .button a {
  padding: 15px 24px;
  border: 2px solid #f6ed22;
  margin-right: 5px;
  width: 188px;
  text-align: center;
}

.widget-about-us .button a:hover {
  color: #f3ea26;
  background-color: #042181;
  border: 2px solid #042181;
}

.widget-about-us .poster {
  padding-left: 123px;
  top: 0px;
  position: relative;
}

.widget-about-us .poster::after {
  position: absolute;
  content: url(../images/about-us/Bg.png);
  bottom: 31px;
  left: 40px;
  z-index: -2;
  animation: moveleftright 3s linear infinite;
  -webkit-animation: moverightleft 3s linear infinite;
}

.widget-about-us .poster::before {
  position: absolute;
  content: url(../images/about-us/svg-1.svg);
  bottom: 31px;
  right: 0;
  z-index: -1;
  animation: moveupdown 3s linear infinite;
  -webkit-animation: moveupdown 3s linear infinite;
}

/* widget-project */
.widget-project-content {
  width: calc((100vw - ((100vw - 1400px) / 2)) - 7px);
  padding-left: calc((100vw - 1400px) / 2 - 10px);
  background-color: #042181;
  padding-bottom: 304px;
  padding-top: 100px;
  margin-bottom: -244px;
  border-radius: 120px 0 0 0;
  background-image: url(../images/project/Icon.png);
  background-repeat: no-repeat;
  background-position: 112% 0;
}

.widget-project-content .main-title {
  max-width: 680px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.widget-project-content p {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  max-width: 680px;
  margin-top: 24px;
}

.widget-project-slide .swiper-slide {
  border-right: 4px solid #042181;
}

.widget-project-item {
  height: 392px;
  text-align: end;
  padding: 24px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.widget-project-item.project-item-1 {
  background-image: url(../images/project/img-01.jpg);
}

.widget-project-item.project-item-2 {
  background-image: url(../images/project/img-02.jpg);
}

.widget-project-item.project-item-3 {
  background-image: url(../images/project/img-03.jpg);
}
.widget-project-item.project-item-4 {
  background-image: url(../images/project/img-04.jpg);
}

.widget-project-item .widget-project-item-wrap {
  position: absolute;
  left: 101%;
  right: 0;
  transition: 0.5s;
}

.widget-project-item:hover .widget-project-item-wrap {
  left: auto;
  right: 25px;
}

.widget-project-item h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 34.5px;
  margin-bottom: 5px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.widget-project-item h3:hover {
  color: #f6ed22;
}

.widget-project-item h6 {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
}

.widget-project-item h4 {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.5px;
  color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 1;
}

.widget-project-item::after {
  position: absolute;
  content: "";
  right: -293px;
  top: 0;
  width: 61.22%;
  height: 100%;
  background: linear-gradient(270deg, #042181 0%, rgba(4, 33, 129, 0) 100%);
  z-index: 0;
  transition: 0.5s;
}

.widget-project-item:hover:after {
  right: 0;
}

.widget-project-item > a {
  position: absolute;
  content: "";
  bottom: 0;
  right: -55px;
  padding: 15px;
  font-size: 24px;
  color: #042181;
  background-color: #f6ed22;
  z-index: 1;
}

.widget-project-item:hover > a {
  right: -1px;
}

.widget-project .swiper-button {
  border: 2px solid #f6ed22;
}

/* widget-slide-style1 */
.widget-slide-style1 {
  position: relative;
  width: calc((100vw - ((100vw - 1470px))) - 9px);
  margin-left: auto;
  margin-right: 0;
}

.widget-slide-style1 .swiper {
  position: unset;
}

.widget-slide-style1 .swiper-button {
  width: 70px;
  height: 70px;
  padding: 15px;
  font-size: 24px;
  background-color: #f6ed22;
  color: #042181;
  transition: 0.5s;
}

.widget-slide-style1 .swiper-button:hover {
  color: #ffffff;
  background-color: #042181;
}

.widget-slide-style1 .swiper-button::after {
  font-size: 40px;
  content: "";
}

.widget-slide-style1 .swiper-button-prev {
  left: -190px;
  transform: rotate(180deg);
}
.widget-slide-style1 .swiper-button-next {
  left: -110px;
}

/* widget-choose-us */
.widget-choose-us {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.widget-choose-us-wrap.style-1 {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.widget-choose-us-item {
  width: 31.42%;
  min-height: 230px;
  display: flex;
  gap: 16px 20px;
  padding-right: 30px;
  text-align: start;
  transition: 0.5s;
}

.widget-choose-us-item:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.widget-choose-us-item .image {
  font-size: 30px;
  padding: 25px;
  transition: 0.5s;
}

.widget-choose-us-item:hover .image {
  background-color: #042181;
}

.widget-choose-us-item:hover .image span::before {
  color: #f6ed22;
}

.widget-choose-us-item .text {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 16px;
}

.widget-choose-us-item .text a {
  color: #042181;
}

.widget-choose-us-item .text a:hover {
  color: #f6ed22;
}

.widget-choose-us-item p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.5px;
  color: #000105;
  /* text-shadow: 1px 1px 1px rgba(1, 1, 3, 1) rgba(1, 1, 1, 0.5); */
}

/* widget-counter */
.widget-counter {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.widget-counter-wrap {
  padding: 50px 120px;
  background-color: #042181;
  border-radius: 150px 0px 0px 0px;
  display: flex;
  gap: 20px 40px;
  position: relative;
  z-index: 5;
}

.widget-counter-item {
  padding: 0px 22px;
  width: 100%;
}

.widget-counter-item .number-wrap {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 80px;
  color: #f6ed22;
  line-height: 94px;
  margin-bottom: 42px;
  position: relative;
}

.widget-counter-item .number-wrap::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 2px;
  background-color: #f6ed22;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}

.widget-counter-item p {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin: auto;
}

/* widget-get-quote */
.widget-get-quote {
  position: relative;
}

.widget-get-quote .get-quote-inner {
  background-attachment: fixed;
  background-image: url(../images/get-a-quote/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0% 0, 188% 0%, 0% 100%, 0 0%);
  border-radius: 0 150px 0 0;
}

.get-quote-wrap {
  padding-top: 330px;
  padding-bottom: 216px;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.get-quote-wrap .get-quote-content {
  width: 100%;
  max-width: 536px;
  padding-top: 55px;
}

.get-quote-wrap .get-quote-content p {
  max-width: 465px;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #042181;
  margin-top: 50px;
  margin-bottom: 30px;
}

.get-quote-wrap .calling {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  color: #4f556a;
}

.get-quote-wrap .calling span {
  font-size: 11px;
  padding: 5px;
  background-color: #f3ea26;
  border-radius: 10px;
}

.get-quote-wrap .phone-number {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  color: #042181;
}

.get-quote-wrap .get-quote-poster {
  width: 100%;
  max-width: 368px;
  margin-right: -105px;
}

.get-quote-box {
  background: #eceff1;
  border-radius: 28px;
  border: 3px solid #ffffff;
  padding: 62px 29px 73px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 538px;
}

.get-quote-box .tab-container {
  background-color: #ffffff;
  padding: 30px;
}

.get-quote-box .tab-container .tabs {
  padding: 8px;
  background-color: #f7f7f7;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.get-quote-box .tab-container .tabs button {
  padding: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  color: #042181;
  transition: 0.5s;
}

.get-quote-box .tab-container .tabs button.active,
.get-quote-box .tab-container .tabs button:hover {
  background: #ffffff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.06);
  font-weight: 900;
}

.get-quote-box .tab-container .tabcontent {
  display: none;
}

.get-quote-box .tab-container .tabcontent.active {
  display: block;
}

.get-quote-box .tab-container #home .infor-container input {
  margin-bottom: 14px;
  padding: 12px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  background-color: #f7f7f7;
  color: #4f556a;
  opacity: 1;
}

.get-quote-box .tab-container #home .nice-select {
  padding: 12px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  background-color: #f7f7f7;
  color: #042181;
  opacity: 1;
  margin-bottom: 61px;
}

.get-quote-box .tab-container #home .range-slider .title {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #042181;
  margin-bottom: 2px;
}

.get-quote-box .tab-container #home .range-container {
  position: relative;
}

.get-quote-box .tab-container #home .range-slider input {
  width: 100%;
  height: 20px;
  margin-bottom: 6px;
}

.get-quote-box .tab-container #home .range-slider input[type="range"] + label {
  position: absolute;
  top: -72px;
  left: 54.5%;
  width: 124px;
  text-align: center;
  padding: 10px 23px 6px 24px;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #042181;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.get-quote-box
  .tab-container
  #home
  .range-slider
  input[type="range"]
  + label::before {
  position: absolute;
  content: "$";
  left: 14px;
}

.get-quote-box
  .tab-container
  #home
  .range-slider
  input[type="range"]
  + label::after {
  position: absolute;
  content: "";
  background-color: #fff;
  bottom: -3px;
  left: 55px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
}

.get-quote-box .tab-container #home .range-slider .value {
  display: flex;
  justify-content: space-between;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #4f556a;
  margin-bottom: 33px;
}

.get-quote-box .tab-container #life .widget-request-quote-form,
.get-quote-box .tab-container #vehicles .widget-request-quote-form,
.get-quote-box .tab-container #health .widget-request-quote-form {
  box-shadow: none;
}

.get-quote-box .tab-container #life form,
.get-quote-box .tab-container #vehicles form,
.get-quote-box .tab-container #health form {
  padding: 0;
  border: 0;
}

.get-quote-box .tab-container .tabcontent button {
  padding: 17px 24px;
  text-align: center;
  width: 100%;
  background-color: #042181;
  color: #f6ed22;
}

.get-quote-box .tab-container .tabcontent button:hover {
  color: #042181;
  background-color: #e3f825;
}

.get-quote-box .tab-container #health button {
  width: 100%;
  padding: 15px 24px;
}

/* widget-testimonials */
.widget-testimonial {
  text-align: center;
}

.widget-testimonial p.text {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.5px;
  color: #4f556a;
  margin: auto;
  margin-top: 24px;
  width: 100%;
  max-width: 540px;
}

.widget-testimonial-item {
  padding: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.widget-testimonial-item .image {
  margin-bottom: 10px;
}

.widget-testimonial-item span {
  color: #3ac19b;
  font-size: 10px;
}

.widget-testimonial-item p {
  margin-top: 9px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #4f556a;
  margin-bottom: 12px;
}

.widget-testimonial-item .name {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  color: #042181;
  margin-bottom: 4px;
}

.widget-testimonial-item .name:hover {
  color: #3ac19b;
}

.widget-testimonial-item .info {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.5px;
  color: #9196a7;
}

.widget-testimonial-item.style1 {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 14px 30px 18px 30px;
  max-width: 440px;
  position: relative;
}

.widget-testimonial-item.style1 .heading {
  text-align: start;
  padding-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 24px;
  padding-left: 106px;
}

.widget-testimonial-item.style1 .heading img {
  position: absolute;
  top: 0;
  left: 30px;
  transform: translateY(-50%);
  padding: 4px;
  background-color: #ffffff;
  border: 6px solid #e4e6ef;
  border-radius: 50px;
}

.widget-testimonial-item.style1 .heading .icon-quotes {
  position: absolute;
  top: 0;
  right: 30px;
  transform: translateY(-50%);
  color: #c0f8e8;
  font-size: 50px;
}

/* widget-blog-update */
.widget-blog-update {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

.widget-blog-update .widget-blog-update-wrap {
  display: flex;
  gap: 40px;
  text-align: start;
}

.widget-blog-update .widget-post {
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  box-shadow: 0 0 21px rgb(1 1 72 / 6%);
  transition: 0.5s;
}

.widget-blog-update .widget-post:hover {
  box-shadow: 0 24px 20px rgb(0 0 2 / 12%);
}

.widget-blog-update .widget-post .image {
  position: relative;
  overflow: hidden;
}

.widget-blog-update .widget-post .image::after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  transition: 0.5s;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.widget-blog-update .widget-post .image::before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  content: "bdspt.com";
  color: #ffffff;
  font-size: 65px;
  padding-top: 80px;
  text-align: center;
  transition: 0.5s;
}

.widget-blog-update .widget-post:hover .image::after,
.widget-blog-update .widget-post:hover .image::before {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* page-title-home2 */
.page-title-home2 .page-title-container {
  width: 100%;
  max-width: 1094px;
  margin: auto;
  padding-top: 101px;
  padding-bottom: 191px;
}

.page-title-home2 .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title-home2 .swiper-slide-1 {
  background-image: url(../images/page-title/home-2.jpg);
}

.page-title-home2 h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 92px;
  color: #042181;
  margin-bottom: 20px;
  width: 100%;
  max-width: 540px;
}

.page-title-home2 p {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #4f556a;
  margin-bottom: 28px;
  width: 100%;
  max-width: 466px;
}

.page-title-home2 .widget-button {
  padding: 15px 22px;
  border: 2px solid #c0f8e8;
  margin-right: 7px;
  width: 184px;
  text-align: center;
}

.page-title-home2 .widget-button.active,
.page-title-home2 .widget-button:hover {
  color: #c0f8e8;
  background-color: #042181;
  border: 2px solid #042181;
}

.page-title-home2 button span {
  font-size: 24px;
  color: #042181;
  transition: 0.5s;
}

.page-title-home2 .right {
  right: 52px;
  top: 600px;
  border: 2px solid #042181;
  background-color: transparent;
  transition: 0.5s;
}

.page-title-home2 .left {
  transform: rotate(180deg);
  top: 600px;
  left: 70px;
  border: 2px solid #042181;
  background-color: transparent;
  transition: 0.5s;
}

.page-title-home2 button:hover {
  background-color: #042181;
}

.page-title-home2 button:hover span {
  color: #fff;
}

.parent {
  width: 100%;
}

.slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.page-title-home2 button {
  position: absolute;
  z-index: 50;
  width: 67px;
  height: 67px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  border: 2px solid #042181;
}
button:focus {
  outline-width: 0;
}

svg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

circle {
  stroke: #fff;
  fill: none;
  transition: 0.3s;
}

#svg1 circle {
  transition-timing-function: linear;
}

#svg2 circle {
  transition-timing-function: linear;
}

.circle1 {
  transition-delay: 0.05s;
}

.circle2 {
  transition-delay: 0.1s;
}

.circle3 {
  transition-delay: 0.15s;
}

.circle4 {
  transition-delay: 0.2s;
}

.circle5 {
  transition-delay: 0.25s;
}

.circle6 {
  transition-delay: 0.3s;
}

.circle7 {
  transition-delay: 0.35s;
}

.circle8 {
  transition-delay: 0.4s;
}

.circle9 {
  transition-delay: 0.45s;
}

.circle10 {
  transition-delay: 0.05s;
}

.circle11 {
  transition-delay: 0.1s;
}

.circle12 {
  transition-delay: 0.15s;
}

.circle13 {
  transition-delay: 0.2s;
}

.circle14 {
  transition-delay: 0.25s;
}

.circle15 {
  transition-delay: 0.3s;
}

.circle16 {
  transition-delay: 0.35s;
}

.circle17 {
  transition-delay: 0.4s;
}

.circle18 {
  transition-delay: 0.45s;
}

.slide1 {
  background-image: url(../images/page-title/home-2.jpg);
}

.slide2 {
  background-image: url(../images/page-title/slide3.jpg);
}

.slide3 {
  background-image: url(../images/page-title/slide4.jpg);
}
.slide4 {
  background-image: url(../images/page-title/slide5.jpg);
}

.slide1,
.slide2,
.slide3,
.slide4 {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: 1.4s;
}

.tran {
  transform: scale(1.3);
}

.up1 {
  z-index: 30;
}

.up2.upper {
  z-index: 40;
}

.steap {
  stroke-width: 0;
}

.streak {
  stroke-width: 260px;
}

/* widget-our-service */
.widget-our-service {
  padding-top: 104px;
}

.widget-our-service .widget-our-service-content {
  width: 100%;
  max-width: 1385px;
  margin: auto;
}

.widget-our-service .widget-our-service-content .main-title {
  width: 100%;
  max-width: 800px;
  margin-right: unset;
  margin-left: unset;
}

.widget-our-service .widget-our-service-slide {
  border-top: 1px solid #efefef;
  width: 100%;
}

.widget-our-service .widget-our-service-slide .swiper {
  width: calc((100vw - ((100vw - 1400px) / 2)) - 20px);
  margin-left: auto;
  margin-right: 0;
  border-left: 1px solid #efefef;
}

.widget-our-service-item {
  padding: 100px 5px 102px 35px;
  border-right: 1px solid #efefef;
}

.widget-our-service-item span {
  font-size: 120px;
}

.widget-our-service-item .text {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  color: #042181;
  margin-top: 30px;
  margin-bottom: 18px;
}

.widget-our-service-item p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4f556a;
  margin-bottom: 20px;
}

.widget-our-service .widget-slide-style1 .swiper-button-prev {
  top: -155px;
  left: auto;
  right: 323px;
}

.widget-our-service .widget-slide-style1 .swiper-button-next {
  top: -155px;
  left: auto;
  right: 243px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  color: #c0f8e8;
  background-color: #042181;
  opacity: 1;
}

/* widget-sevice-1 */
.widget-service-1 {
  background-attachment: fixed;
  background-image: url(../images/services/background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -282px;
}

.widget-service-1-item {
  padding: 100px 0 397px 0;
  display: flex;
  max-width: 1400px;
  margin: auto;
  justify-content: space-between;
}

.widget-service-1-item .content {
  max-width: 680px;
  width: 50%;
}

.widget-service-1-item .poster img {
  border-radius: 50%;
  overflow: hidden;
}

.widget-service-1-item .main-title {
  color: #ffffff;
}

.widget-service-1-item p {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.5px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
}

.widget-service-1-item .text {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  color: #fff;
  font-style: italic;
  margin-bottom: 30px;
}

.widget-service-1-item .widget-signature .name {
  color: #c0f8e8;
}

.widget-swiper-pagination .swiper-pagination {
  top: 590px;
  bottom: auto;
  width: auto;
  margin-left: calc(((100vw - 1470px) / 2) + 30px);
}

.widget-swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  border-radius: unset;
  width: 60px;
  height: 3px;
  background-color: #042181;
  opacity: 1;
}

.widget-swiper-pagination .swiper-pagination .swiper-pagination-bullet-active {
  background: #f6ed22;
}

/* widget-project-1 */
.widget-project-1 {
  text-align: center;
}

.widget-project-1 .widget-project-1-content p {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4f556a;
  max-width: 680px;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 57px;
}

.widget-project-1 .widget-project-1-slide {
  max-width: 1400px;
  margin: auto;
  text-align: start;
}

.widget-project-1 .widget-project-1-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-bottom: 4px solid #f6ed22;
  overflow: hidden;
  margin-bottom: 161px;
  z-index: -3;
}

.widget-project-1 .widget-project-1-item::before {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #042181;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.widget-project-1 .widget-project-1-item::after {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 300px;
  content: "";
  background: linear-gradient(0deg, #042181 0%, rgba(4, 33, 129, 0) 100%);
  transition: 0.5s;
  z-index: -2;
}

.widget-project-1 .widget-project-1-item:hover::before {
  top: 0%;
  opacity: 0.9;
  visibility: visible;
}

.widget-project-1 .swiper-slide {
  padding-top: 50px;
  z-index: 1;
}

.widget-project-1 .icon {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 44px;
  padding: 22px;
  background: #042181;
  border: 6px solid #ffffff;
  border-radius: 50px;
  margin-left: 20px;
}

.widget-project-1 .widget-project-1-item .search {
  font-size: 45px;
  text-align: center;
  margin-top: 122.5px;
  margin-bottom: 74.5px;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.widget-project-1 .widget-project-1-item:hover .search {
  opacity: 1;
  visibility: visible;
}

.widget-project-1 .widget-project-1-item .search a {
  color: #ffffff;
}

.widget-project-1 .widget-project-1-item .search:hover a {
  color: #c0f8e8;
}

.widget-project-1 .widget-project-1-item h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  padding: 0 20px;
  margin-bottom: 20px;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}

.widget-project-1 .widget-project-1-item h4 a {
  color: #ffffff;
}

.widget-project-1 .widget-project-1-item h4:hover a {
  color: #c0f8e8;
}

.widget-project-1 .widget-project-1-item p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.5;
  padding-left: 20px;
  margin-bottom: -3px;
}

.widget-project-1 .widget-project-1-item .text {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.5px;
  color: #ffffff;
  padding-left: 20px;
  margin-bottom: 16px;
}

.widget-project-1 .widget-project-1-item .icon-arrow-right2 {
  position: absolute;
  bottom: -54px;
  right: 0;
  font-size: 16px;
  padding: 19px;
  background-color: #f3ea26;
  z-index: 20;
}

.widget-project-1-item:hover .icon-arrow-right2 {
  bottom: 0;
}

.widget-project-1 .widget-project-1-item .icon-arrow-right2:hover {
  background-color: #ffffff;
}

.widget-project-1 .widget-project-1-item.project-1-item-1 {
  background-image: url(../images/project/img-04.jpg);
}

.widget-project-1 .widget-project-1-item.project-1-item-2 {
  background-image: url(../images/project/img-05.jpg);
}

.widget-project-1 .widget-project-1-item.project-1-item-3 {
  background-image: url(../images/project/img-06.jpg);
}

.widget-project-1 .widget-project-1-item.project-1-item-4 {
  background-image: url(../images/project/img-07.jpg);
}

.widget-project-1 .widget-swiper-pagination .swiper-pagination {
  top: unset;
  bottom: 98px;
  margin: auto;
  width: 100%;
  text-align: center;
}

/* widget-pricing */
.widget-pricing {
  text-align: center;
  padding-bottom: 100px;
}

.widget-pricing .main-title {
  color: #042181;
}

.widget-pricing-item {
  border: 1px solid #efefef;
  border-radius: 50px 0 0 0;
  padding: 30px 26px;
  transition: 0.5s;
}

.widget-pricing .top {
  margin-bottom: 40px;
}

.widget-pricing .heading {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 23.5px;
  color: #042181;
  margin-bottom: 20px;
  transition: 0.5s;
  text-transform: capitalize;
}

.widget-pricing .price {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 70.5px;
  color: #3ac19b;
  margin-bottom: -4px;
  transition: 0.5s;
}

.widget-pricing .price span {
  font-weight: 500;
  font-size: 40px;
  transition: 0.5s;
}

.widget-pricing .sale {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #9196a7;
  transition: 0.5s;
}

.widget-pricing ul li {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.5px;
  color: #4f556a;
  padding: 20px 0;
  border-top: 1px solid #efefef;
  transition: 0.5s;
}

.widget-pricing .widget-pricing-item.recommended ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.widget-pricing .button {
  width: 100%;
  padding: 16px;
  background-color: #042181;
  transition: 0.5s;
}

.widget-pricing .button a {
  padding: 0;
  color: #c0f8e8;
}
.widget-pricing .widget-pricing-item:hover,
.widget-pricing .widget-pricing-item.recommended {
  background-color: #042181;
}

.widget-pricing .widget-pricing-item:hover ul li,
.widget-pricing .widget-pricing-item:hover .sale,
.widget-pricing .widget-pricing-item:hover .heading,
.widget-pricing .widget-pricing-item.recommended ul li,
.widget-pricing .widget-pricing-item.recommended .sale,
.widget-pricing .widget-pricing-item.recommended .heading {
  color: #ffffff;
}

.widget-pricing .widget-pricing-item:hover .price,
.widget-pricing .widget-pricing-item.recommended .price {
  color: #c0f8e8;
}

.widget-pricing .widget-pricing-item:hover .price span,
.widget-pricing .widget-pricing-item.recommended .price span {
  font-weight: 500;
  font-size: 40px;
}
.widget-pricing .widget-pricing-item:hover .button,
.widget-pricing .widget-pricing-item.recommended .button {
  background-color: #c0f8e8;
}
.widget-pricing .widget-pricing-item:hover .button a,
.widget-pricing .widget-pricing-item.recommended .button a {
  color: #042181;
}

.widget-pricing .recommended {
  position: relative;
}

.widget-pricing .recommended::after {
  position: absolute;
  content: "Recommended";
  right: 0;
  top: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  transform: rotate(45deg);
}

.widget-pricing .recommended::before {
  position: absolute;
  content: url(../images/price.png);
  top: 0;
  right: 0;
}

/* widget-our-team */
.widget-our-team {
  margin-bottom: 100px;
}

.widget-our-team .widget-our-team-content {
  background-color: #042181;
  width: 100%;
  padding-left: calc((100vw - 1400px) / 2 - 8px);
  padding-right: calc((100vw - 1400px) / 2 - 33px);
  padding-top: 101px;
  padding-bottom: 170px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: -220px;
}

.widget-our-team .widget-our-team-content .main-title {
  color: #ffffff;
  width: 100%;
  max-width: 320px;
}

.widget-our-team .widget-our-team-content .sub-title {
  color: #ffffff;
}

.widget-our-team .block-cta {
  display: flex;
  gap: 7px;
  padding: 25px 24px 0px 0px;
}

.widget-our-team .block-cta p {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 23.5px;
  color: #ffffff;
  max-width: 320px;
  position: relative;
}

.widget-our-team .block-cta p::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 14px;
  top: 4px;
  left: -27px;
  background-color: #c0f8e8;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.widget-our-team .block-cta a {
  color: #042181;
  background-color: #c0f8e8;
  padding: 16px 26px;
  height: 50px;
}

.widget-our-team .block-cta:hover a {
  background-color: #ffffff;
}

.widget-our-team .widget-slide-style1 {
  margin-right: -149px;
  margin-left: calc((((100vw - 680px) / 2)) - 8px);
  width: auto;
}

.widget-our-team-item {
  width: 320px;
  height: 320px;
  border-bottom: 4px solid #f6ed22;
  position: relative;
  border-radius: 50px 0 0 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-our-team-item.our-team-item-1 {
  background-image: url(../images/our-team/img-01.jpg);
}

.widget-our-team-item.our-team-item-2 {
  background-image: url(../images/our-team/img-02.jpg);
}

.widget-our-team-item.our-team-item-3 {
  background-image: url(../images/our-team/img-03.jpg);
}

.widget-our-team-item.our-team-item-4 {
  background-image: url(../images/our-team/img-04.jpg);
}
.widget-our-team-item.our-team-item-5 {
  background-image: url(../images/our-team/img-05.jpg);
}
.widget-our-team-item.our-team-item-6 {
  background-image: url(../images/our-team/img-06.jpg);
}
.widget-our-team-item.our-team-item-7 {
  background-image: url(../images/our-team/img-07.jpg);
}
.widget-our-team-item.our-team-item-8 {
  background-image: url(../images/our-team/img-08.jpg);
}

.widget-our-team-item-wrap {
  position: absolute;
  left: 20px;
  bottom: 18px;
  text-align: start;
}

.widget-our-team-item h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 23.5px;
  color: #ffffff;
}

.widget-our-team-item h6 {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.widget-our-team-item span.icon-link::before {
  position: absolute;
  right: 0;
  top: auto;
  bottom: -2px;
  font-size: 24px;
  padding: 15px;
  background-color: #f6ed22;
  border-radius: 20px 0 0 0;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.widget-our-team-item:hover span.icon-link::before {
  opacity: 0;
  visibility: hidden;
}

.widget-our-team-item::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 53.125%;
  width: 100%;
  background: linear-gradient(0deg, #042181 0%, rgba(4, 33, 129, 0) 100%);
  z-index: -1;
}

.widget-our-team .widget-social {
  font-size: 14px;
  gap: 5px;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 10px 10px;
  background-color: #f6ed22;
  border-radius: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.widget-our-team .widget-social a {
  background-color: #042181;
}

.widget-our-team-item:hover .widget-social {
  opacity: 1;
  visibility: visible;
}

.widget-our-team .widget-slide-style1 .swiper-button-prev {
  left: -160px;
  top: 54%;
  border: 2px solid #f6ed22;
}

.widget-our-team .widget-slide-style1 .swiper-button-next {
  left: -80px;
  top: 54%;
  border: 2px solid #f6ed22;
}

/* widget-blog-update */
.home-02 .widget-blog-update {
  text-align: start;
  margin-bottom: 100px;
}

.home-02 .widget-blog-update .widget-post {
  padding: 0;
  width: 440px;
  box-shadow: none;
}

.home-02 .widget-blog-update-wrap > .widget-post {
  gap: 0;
  flex-direction: column;
}

.home-02 .widget-blog-update-wrap > .widget-post .image {
  margin-bottom: -45px;
  z-index: -1;
}

.home-02 .widget-blog-update-wrap > .widget-post .all-content {
  padding: 0 40px;
}

.home-02 .widget-blog-update-wrap > .widget-post .all-content .date {
  margin-bottom: 25px;
}

.home-02 .widget-blog-update .list-block .widget-post {
  flex-wrap: nowrap;
  padding-bottom: 24px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 24px;
  gap: 25px;
}

.home-02 .widget-blog-update .list-block .widget-post:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.home-02 .widget-blog-update .list-block .widget-post .image {
  max-width: 120px;
}

.home-02 .widget-blog-update .widget-post .image::before,
.home-02 .widget-blog-update .widget-post .image::after {
  content: unset;
}

.home-02 .widget-blog-update .list-block .widget-post .title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.home-02 .widget-blog-update .list-block .widget-post p {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* widget-services-we-offer */
.widget-services-we-offer {
  text-align: center;
  padding: 100px 0;
}

.widget-services-we-offer .main-title {
  max-width: 680px;
}

.widget-services-we-offer-wrap .poster {
  border-bottom: 4px solid #c0f8e8;
  width: 100%;
}

.widget-services-we-offer-wrap .poster img {
  width: 100%;
}

.widget-services-we-offer-wrap .content {
  padding: 20px;
  background-color: #042181;
  text-align: start;
}

.widget-services-we-offer-wrap .content .text {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 16px;
}

.widget-services-we-offer-wrap .content .text a {
  color: #ffffff;
}

.widget-services-we-offer-wrap .content .text:hover a {
  color: #c0f8e8;
}

.widget-services-we-offer-wrap .content p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}

.widget-services-we-offer-wrap .content .widget-button {
  color: #042181;
  background-color: #c0f8e8;
  border: 1px solid #c0f8e8;
  padding: 15px 25px;
}

.widget-services-we-offer-wrap .content .widget-button:hover {
  color: #c0f8e8;
  background-color: #042181;
}

/* widget-claim-settlement */
.widget-claim-settlement {
  text-align: center;
}

.widget-claim-settlement-wrap {
  max-width: 1080px;
  margin: auto;
}

.widget-claim-settlement-item {
  width: 100%;
  text-align: start;
  min-height: 346px;
  padding: 30px 30px 0 30px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 60px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}

.widget-claim-settlement-item::after {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 120px;
  line-height: 141px;
  opacity: 0.1;
  transform: translate(15%, 23%);
  z-index: -1;
  color: #6ee4b000;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #042181;
  stroke: #042181;
}

.widget-claim-settlement-item.claim-item-1::after {
  content: "01";
}

.widget-claim-settlement-item.claim-item-2::after {
  content: "02";
}

.widget-claim-settlement-item.claim-item-3::after {
  content: "03";
}

.widget-claim-settlement-item .all-content .date {
  padding: 23px;
  margin-bottom: 16px;
}

.widget-claim-settlement-item .all-content .date span {
  font-size: 34px;
}

.widget-claim-settlement-item .all-content a.title {
  font-size: 30px;
  line-height: 35px;
}

.widget-claim-settlement-item .all-content a.title:hover {
  color: #f6ed22;
}

.widget-claim-settlement-item .widget-post .all-content p {
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 26px;
}

.widget-claim-settlement-item .widget-post .all-content p a {
  font-weight: 700;
  color: #3ac19b;
}

/* widget-request-quote */
.widget-request-quote-wrap {
  width: 100%;
  text-align: center;
  background-attachment: fixed;
  background-image: url(../images/get-a-quote/background-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 106px;
  padding-bottom: 332px;
  margin-bottom: -232px;
}

.widget-request-quote-wrap span {
  font-size: 40px;
  padding: 20px 16px;
  background-color: #c0f8e8;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.widget-request-quote-wrap p {
  margin-top: 40px;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: -4px;
}

.widget-request-quote-wrap a.phone {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  color: #c0f8e8;
}

.widget-request-quote-wrap .main-title {
  margin-top: 20px;
  color: #ffffff;
  max-width: 1160px;
  margin-bottom: 40px;
}

.widget-request-quote-wrap .widget-button {
  padding: 13px 22px;
  background-color: transparent;
  border: 2px solid #c0f8e8;
  color: #c0f8e8;
  margin-right: 3px;
  width: 184px;
}

.widget-request-quote-wrap .widget-button:hover {
  background-color: #c0f8e8;
  color: #042181;
}

.widget-request-quote-form {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  background-color: #ffffff;
  display: flex;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.widget-request-quote-form form {
  width: 610px;
  border-right: 1px solid #f0f0f0;
  padding: 40px;
}

.widget-request-quote-form .main-title {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}

.widget-request-quote-form form .title {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.5px;
  color: #4f556a;
  margin-bottom: 10px;
}

.widget-request-quote-form form textarea,
.widget-request-quote-form form input {
  border: 1px solid #e2e2e2;
  padding: 16px 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.5px;
  color: #4f556a;
  opacity: 1;
  height: 57px;
}

.widget-request-quote-form form .email-number {
  display: flex;
  gap: 20px;
}

.widget-request-quote-form form .infor-container {
  width: 100%;
}

.widget-request-quote-form form .nice-select {
  height: 57px;
  color: #042181;
  border: 1px solid #e2e2e2;
  margin-bottom: 26px;
  font-size: 16px;
  opacity: 1;
}

.widget-request-quote-form form button {
  line-height: 18px;
  padding: 15px 24px;
  background-color: #042181;
}

.widget-request-quote-form form button:hover {
  color: #042181;
  background-color: #c0f8e8;
}

.widget-request-quote-form .form-content {
  padding: 40px 0 0 40px;
  display: flex;
}

.widget-request-quote-form .form-content .content-wrap {
  padding-bottom: 28px;
}

.widget-request-quote-form .form-content .address,
.widget-request-quote-form .form-content .phone {
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 25px;
}

.widget-request-quote-form .form-content .address p {
  color: #4f556a;
}

.widget-request-quote-form .form-content .phone p,
.widget-request-quote-form .form-content .mail p {
  color: #042181;
}

.widget-request-quote-form .form-content .mail {
  margin-bottom: 70px;
}

.widget-request-quote-form .form-content .poster {
  display: flex;
  flex-direction: column-reverse;
}

/* widget-job */
.widget-job {
  text-align: center;
  margin-top: 100px;
}

.widget-job .widget-job-item {
  width: 100%;
  padding: 20px;
  border: 1px solid #efefef;
  position: relative;
  margin-bottom: 40px;
  text-align: start;
  transition: 0.5s;
}

.widget-job .widget-job-item .heading {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 23.5px;
  color: #042181;
  margin-bottom: 12px;
}

.widget-job .widget-job-item .infor {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.5px;
  color: #4f556a;
  margin-bottom: 14px;
  transition: 0.5s;
}

.widget-job .widget-job-item img {
  margin-right: 6px;
  margin-left: 24px;
}

.widget-job .widget-job-item img:first-child {
  margin-left: 0;
}

.widget-job .widget-job-item .tag a {
  width: 74px;
  padding: 5px 10px;
  border: 1px solid #c0f8e8;
  text-align: center;
  margin-right: 6px;
  background-color: #c0f8e8;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
}

.widget-job .widget-job-item .tag a:hover {
  color: #c0f8e8;
  background-color: #042181;
}

.widget-job .widget-job-item .apply {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 17.5px;
  color: #042181;
  background-color: #f5f5f5;
  padding: 15px 24px;
  border-radius: 20px 0px 0px 0px;
  transition: 0.5s;
}

.widget-job .widget-job-item .apply span {
  margin-right: 10px;
}

.widget-job .widget-job-item:hover {
  background-color: #042181;
}

.widget-job .widget-job-item:hover .infor,
.widget-job .widget-job-item:hover .heading {
  color: #ffffff;
}

.widget-job .widget-job-item:hover .apply {
  background-color: #c0f8e8;
}

/* widget-faq */
.widget-faq {
  text-align: center;
}

.widget-accordion-2,
.widget-accordion-1,
.widget-accordion {
  text-align: start;
  max-width: 1400px;
  margin: auto;
}

.widget-accordion-2 .accordion-items-2,
.widget-accordion-1 .accordion-items-1,
.widget-accordion .accordion-items {
  display: flex;
  gap: 20px 40px;
}

.widget-accordion-2 .accordion-items-2 .list-2,
.widget-accordion-1 .accordion-items-1 .list-1,
.widget-accordion .accordion-items .list {
  width: 100%;
}

.widget-accordion-2 .accordion-items-2 .list-2 .item,
.widget-accordion-1 .accordion-items-1 .list-1 .item,
.widget-accordion .accordion-items .list .item {
  margin-bottom: 20px;
}

.widget-accordion-2 .accordion-items-2 .list-2 .accordion-heading-2,
.widget-accordion-1 .accordion-items-1 .list-1 .accordion-heading-1,
.widget-accordion .accordion-items .list .accordion-heading {
  position: relative;
  cursor: pointer;
  padding: 20px;
  padding-right: 50px;
  background-color: #f8f8f8;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.5px;
  color: #4f556a;
}

.widget-accordion-2 .accordion-items-2 .list-2 .accordion-heading-2 span,
.widget-accordion-1 .accordion-items-1 .list-1 .accordion-heading-1 span,
.widget-accordion .accordion-items .list .accordion-heading span {
  font-weight: 900;
  color: #f6ed22;
}

.widget-accordion-2 .accordion-items-2 .accordion-heading-2::after,
.widget-accordion-1 .accordion-items-1 .accordion-heading-1::after,
.widget-accordion .accordion-items .accordion-heading::after {
  position: absolute;
  right: 20px;
  top: 20px;
  content: "+";
  font-size: 40px;
  color: #042181;
}

.widget-accordion-2 .accordion-items-2 .accordion-heading-2.active::after,
.widget-accordion-1 .accordion-items-1 .accordion-heading-1.active::after,
.widget-accordion .accordion-items .accordion-heading.active::after {
  content: "-";
}

.widget-accordion-2 .accordion-items-2 .list-2 .accordion-content-2,
.widget-accordion-1 .accordion-items-1 .list-1 .accordion-content-1,
.widget-accordion .accordion-items .list .accordion-content {
  display: none;
  padding: 20px;
  padding-top: 30px;
  border: 1px solid #efefef;
  margin-bottom: 20px;
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.5px;
  color: #989caa;
}

.widget-accordion-2 .accordion-items-2 .list-2 .accordion-content-2 span,
.widget-accordion-1 .accordion-items-1 .list-1 .accordion-content-1 span,
.widget-accordion .accordion-items .list .accordion-content span {
  font-weight: 700;
  color: #3ac19b;
}

/* widget-business-insurance */
.widget-business-insurance {
  margin-bottom: 100px;
}

.widget-business-insurance-content {
  text-align: center;
  padding: 100px 0 305px 0;
  background-attachment: fixed;
  background-image: url(../images/business-insurance/background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -245px;
}

.widget-business-insurance-content .sub-title {
  text-transform: uppercase;
}

.widget-business-insurance-slide {
  max-width: 1400px;
  margin: auto;
}

.widget-business-insurance .swiper {
  padding-bottom: 53px;
}

.widget-business-insurance .widget-swiper-pagination .swiper-pagination {
  bottom: 0;
  top: auto;
  margin: auto;
  width: 100%;
}

.widget-business-insurance-item {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.widget-business-insurance-item .poster {
  margin-bottom: -58px;
}

.widget-business-insurance-item-content h4 {
  margin-top: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  color: #042181;
  margin-bottom: 14px;
}

.widget-business-insurance-item-content p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4f556a;
  margin-bottom: 20px;
}

/* widget-tips */
.widget-tips {
  width: 100%;
  margin-bottom: 50px;
}

.widget-tips .widget-tips-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  color: #3ac19b;
  margin-bottom: 30px;
}

.widget-tips > p {
  font-family: "Hind", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4f556a;
  margin-bottom: 14px;
}

.widget-block-quote {
  margin-top: 30px;
  position: relative;
  padding: 40px 40px 41px 219px;
  background: #042181;
  border-radius: 0px 80px 0px 0px;
  background-image: url(../images/blockquote/Img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.widget-block-quote .block-quote-image {
  position: absolute;
  top: 40px;
  left: 40px;
  max-width: 159px;
  border: 10px solid rgba(192, 248, 232, 0.2);
  border-radius: 80px;
  padding: 6px;
  background-color: #ffffff;
  overflow: hidden;
}

.widget-block-quote p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 20px;
  font-style: italic;
}

.widget-block-quote cite {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  color: #c0f8e8;
}

.widget-block-quote .infor {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #c0f8e8;
  margin-top: 2px;
}

/* widget-cta */
.widget-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  gap: 20px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
}

.widget-cta .widget-cta-heading {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  color: #042181;
}

.widget-cta span {
  position: absolute;
  top: 37px;
  right: 40px;
  font-size: 20px;
  padding: 12px;
  color: #c0f8e8;
  background-color: #042181;
  border-radius: 22px;
}

/* widget-checkbox-sale */
.widget-checkbox-sale {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4f556a;
}

.widget-checkbox-sale .sale {
  color: #3ac19b;
}

.widget-checkbox-sale input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.widget-checkbox-sale label {
  margin: 0 16px;
  cursor: pointer;
  text-indent: -9999px;
  width: 36px;
  height: 20px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}

.widget-checkbox-sale label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #3ac19b;
  border-radius: 8px;
  transition: 0.3s;
}

.widget-checkbox-sale input:checked + label {
  background: #c0f8e8;
}

.widget-checkbox-sale input:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.widget-checkbox-sale label:active:after {
  width: 8px;
}

/* Logo sebelah Kanan Index */
.logo-index {
  display: block;
}
@media (max-width: 780px) .logo-index {
  display: none;
}
