html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2c2c2c;
  background-color: #ffffff;
  overflow-x: hidden;
}

p {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 14px;
  color: #0c0c0c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  /* font-family: 'Montserrat', sans-serif; */
  margin: 0 0 25px 0;
  color: #212121;
}

h1,
h2,

h3,
h4,
h5,
h6 {
  line-height: 1.3;
}


ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.main-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgb(0 0 0 / 33%);
  background: linear-gradient(to bottom, rgb(0 0 0 / 92%) 0%, rgb(255 255 255 / 0%) 100%);
}

header {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  margin: auto;
  z-index: 9;
  background: rgb(255 255 255 / 100%);
  position: relative;
}

.header-cta {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background: #efae01;
  padding: 10px 15px;
  border-radius: 5px;
}

.header-cta:hover {
  text-decoration: none;
  color: #fff;
}

.header-cta span {
  font-weight: 800;
}

.logo {
  text-align: center;
}

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

.header-menu li {
  margin: 0 15px;
}

.header-menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 15px !important;
  display: inline-block;
}

.header-menu li a:hover {
  color: #0075ba;
}

.header-menu .dropdown-menu {
  border: 0;
  width: 200px;
  background: #000;
  box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
  right: -30px;
  left: inherit;
  top: 78px;
  border-radius: 0;
  border-top: 0px solid #2197f3;
}

.header-menu .dropdown-menu .dropdown-item {
  padding: 10px 5px;
  color: #fff;
}

.header-menu .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #fff;
}

.navbar-toggler {
  outline: 0 !important;
  border: 0;
  font-size: 35px;
  padding: 0;
  margin-top: -5px;


}

.main {
  background-attachment: fixed;
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
}

.main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 70%);
}
section.hero-form {
    margin-top: -83px;
    position: relative;
    padding-bottom: 70px;
}

section.hero-form:after {
    content: '';
    position: absolute;
    background: #e2f5ff;
    width: 100%;
    height: calc(100% - 83px);
    bottom: 0;
    left: 0;
}

section.hero-form .white-box {
    max-width: 650px;
}
.hero-title {
  font-size: 50px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-title span {
  font-weight: 800;
  color: #5270ff;
}


.left-panel h2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: rgb(247 96 49 / 72%);
  padding: 8px 15px;
  margin-bottom: 10px;
}

.left-panel h2 span {
  color: #5270ff;
}

.left-panel p {
  font-size: 16px;
  margin: 0;
  color: white;
}

.form-action {
  margin-top: 0px;
}

.white-box .row {
  margin-right: -5px;
  margin-left: -5px;
}

.white-box .row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

label.error {
  display: none !important;
}

.form-control.error {
  background-color: #ffe6e6;
  border: 2px solid #ffbcbc;
}

.footer-text {
  font-size: 12px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.6;
  text-align: justify;
  color: #000;
}

.footer-text a {
  text-decoration: underline;
}

.form-btn {
  outline: none;
  padding: 15px 30px;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-table;
  background: linear-gradient(#0075ba, #033161);
  text-decoration: none !important;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease;
  color: rgba(0, 0, 0, 0) !important;
  transition: all 0.3s ease !important;
  text-shadow: 0 0 0 #fff, 0 80px 0 #fff;
}

.form-btn:hover {
  background: linear-gradient(#033161, #0075ba);
}

.main-banner-content {
  max-width: 767px;
  margin: auto;
  text-align: center;
}

.footer {
  position: relative;
  text-align: left;
  background: #033161;
  padding: 30px 0; 
}.footer-home { 
  padding-top: 90px;
}

.footer p {
  font-size: 13px;
  margin-bottom: 15px;
  color: #eee;
  font-weight: 400;
  text-align: center;
}

.footer p a {
  color: #fff;
  text-decoration: underline;
}


ul.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  margin-top: 0px;
  flex-wrap: wrap;
}

ul.footer-link li a {
  color: #fff;
}

ul.footer-link a:hover {
  text-decoration: underline;
  color: #fff;
}

ul.footer-link li:after {
  content: '|';
  color: #ccc;
  padding: 0 10px;
}

ul.footer-link li:last-child:after {
  display: none;
}


select.form-control {
  background-image: url(../images/arrow.svg);
  background-size: 10px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-control {
  background: #fff;
  border: 2px solid #b9b9b9;
  min-height: 55px;
  font-size: 14px;
  box-shadow: none;
  border-radius: 5px;
  color: #777;
  outline: 0;
  padding: 10px 20px;
  box-shadow: inset 0px 0px 10px #b9b9b9;
}

.form-control:focus {
  border: 2px solid #000;
  box-shadow: none;
  outline: 0;
  background: #fff;
}

label.dob-label {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
}

label.dob-label:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  display: block;
  position: absolute;
}

label.dob-label span {
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 5px 15px;
}

.white-box {
  position: relative;
  margin: auto;
  height: 100%;
  z-index: 9;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.box-content {
  padding: 36px;
}

.form-title {
  background: #033161;
  text-align: center;
  /* margin: -35px; */
  margin-bottom: 0;
}

.form-title h2 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  color: #fff;
  margin: 0;
  padding: 25px 25px;
}

.twm-how-it-work-area {
  padding: 90px 0;
}

.section-head.center.wt-small-separator-outer {
  margin-bottom: 50px;
  text-align: left;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-head.center.wt-small-separator-outer p {
  font-size: 20px;
}

.section-head.center.wt-small-separator-outer h2 {
  line-height: 1.2;
  font-size: 40px;
  font-weight: 800;
  color: #0075ba;
  margin-bottom: 15px;
}














.checkbox-chk {
  display: flex;
  margin-top: 10px;
  text-align: left;
}

.checkbox-chk input[type=checkbox]:focus {
  outline: 0;
}

.checkbox-chk label {
  transition: .5s ease all;
  align-items: center;
  color: #000;
  cursor: pointer;
  position: relative;
  margin: 0;
  width: calc(100% - 25px);
  font-size: 11px;
  line-height: 1.4;
}

.checkbox-chk label span {
  font-size: 13px !important;
}

.checkbox-chk input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background: #f1f1f1;
  border: 2px solid #b9b9b9;
  margin: 0px 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.checkbox-chk input[type=checkbox]:disabled {
  opacity: 0.7;
  background: var(--color-subtle);
  cursor: not-allowed;
}

.checkbox-chk input[type=checkbox]:after {
  content: "";
  display: block;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

.checkbox-chk input[type=checkbox]:checked:after {
  transform: scale(0.8);
}

.checkbox-chk input[type=checkbox] {
  border-radius: 0;
}


.checkbox-chk input[type=checkbox]:after {
  width: 16px;
  height: 26px;
  position: relative;
  top: 1px;
}

.checkbox-chk input[type=checkbox]:checked {
  border: none;
  background-color: #32ad79;
}

.checkbox-chk input[type=checkbox]:checked:after {
  content: url("data:image/svg+xml, <svg viewBox='0 0 16 15' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M15.25.847a1.51 1.51 0 0 1 .405 2.096L8.106 14.11a1.944 1.944 0 0 1-2.94.329L.6 10.156a1.51 1.51 0 1 1 2.067-2.202l3.645 3.42 6.841-10.122a1.51 1.51 0 0 1 2.098-.405Z'/></svg>");
}



.bg-holder-pattern {
  background-repeat: no-repeat;
  background-position: 100% 15%;
}

.icon-card {
  background: rgb(255 255 255);
  text-align: left;
  position: relative;
  transition: .5s ease all;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.card-image {
    width: 100px;
    height: 100px;
    background: radial-gradient(#0075ba, #033161);
    border-radius: 100%;
    padding: 15px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-content {
    width: calc(100% - 100px);
    padding-left: 25px;
}
.card-image img {width: 100%;-webkit-filter: invert(100%);filter: invert(100%);max-width: 55px;}

.card-content h5 {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 5px;
}

.card-content p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
  color: #000;
}

.icon-card:hover {
  transform: scale(1.05);
  background: #fff;
}


.service-two {
  padding: 90px 0;
  /* background-image: url(../images/bg2.jpg); */
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

section.service-two:before {
  content: '';
  position: absolute;
  /* background: rgb(0 0 0 / 14%); */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.service-two__inner {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .service-two__inner {
    padding: 50px 40px;
  }
}

@media (max-width: 430px) {
  .service-two__inner {
          padding-left: 15px;
        padding-right: 15px;
        margin: 0 -15px;
        border-radius: 0;
  }
}

.service-two__inner .row {
  --bs-gutter-x: 40px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .service-two__inner .row {
    --bs-gutter-x: 60px;
  }
}

@media (min-width: 1400px) {
  .service-two__inner .row {
    --bs-gutter-x: 90px;
  }
}

.service-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.17;
}

.service-two__item {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .service-two__item {
    text-align: center;
  }
}

.service-two__icon {
  margin-bottom: 23px;
  position: relative;
  width: 114px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  transition: all 500ms ease;
  z-index: 1;
}

.service-two__icon img {
  width: 65px;
}

.service-two__item:hover .service-two__icon img {
  width: 65px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media (max-width: 991px) {
  .service-two__icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.service-two__icon::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0);
  opacity: 0;
  transition: transform 400ms ease, opacity 400ms ease;
  background-color: #0e3b61;
}

.service-two__icon span {
  font-size: 60px;
  color: #5270ff;
}

.service-two__item:hover .service-two__icon::after {
  opacity: 1;
  transform: scale(1);
}

.service-two__item:hover .service-two__icon span {
  color: #fff;
}

.service-two__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .service-two__title {
    font-size: 21px;
  }
}

.service-two__title:hover {
  color: 5270ff;
}

.service-two__title a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}

.service-two__title a:hover {
  background-size: 100% 1px;
}

.service-two__text {
  text-transform: capitalize;
  margin-bottom: 30px;
  min-height: 75px;
  font-weight: 400;
  font-size: 15px;
}

.service-two__btn {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #5270ff;
  border-radius: 50%;
  transition: all 500ms ease;
  text-decoration: none;
  font-size: 16px;
}

.append-div {
  font-size: 12px;
  font-style: italic;
  opacity: .7;
}

.service-two__btn span {
  font-size: 18px;
  color: #fff;
  transition: all 500ms ease;
}

.service-two__btn:hover {
  background-color: #5270ff;
  text-decoration: none;
}

.service-two__btn:hover span {
  color: #fff;
  transform: rotate(46deg);
}

.logo-section {
  padding-top: 25px;
  border-top: 1px solid #2684bd;
  border-bottom: 1px solid #0069aa;
  padding-bottom: 25px;
  background: rgb(1 97 160 / 8%);
}

.form-section-wrap {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}

.form-section-wrap.contact-frm {
  border: 1px solid #ccc;
  margin-bottom: 0;
}

.contact-title h2 {
  font-size: 30px;
  font-weight: 800;
}

.contact-title h2 small {
  display: block;
  font-size: 16px;
}

.contact-title {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
}

.partner-logo:hover {
  filter: grayscale(0);
  cursor: pointer;
}

.partner-logo:hover img {
  transform: scale(1.05);
}

.partner-logo img {
  width: 100%;
  object-fit: contain;
  transition: .5s ease all;
}

.partner-logo {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  height: 100px;
  padding: 10px;
  /* border: 1px solid #dbdbdb; */
  /* filter: grayscale(1); */
  transition: .5s ease all;
}

.dtr-swiper-next.swiper-button-next,
.dtr-swiper-prev.swiper-button-prev {
  display: none;
  top: auto;
  bottom: 32%;
  transform: translateY(0px);
  width: 30px;
  height: 30px;
  border-width: 0;
  border-style: solid;
  border-radius: 50%;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px !important;
  color: #000;
}


.dtr-swiper-prev.swiper-button-prev,
.swiper-container-rtl .swiper-button-next.dtr-swiper-next {
  background-image: none;
  left: -20px;
  right: auto;
}

.dtr-swiper-next.swiper-button-next,
.swiper-container-rtl .dtr-swiper-prev.swiper-button-prev {
  background-image: none;
  right: -20px;
  left: auto;
}


.contact-info {
  text-align: left;
  max-width: 460px;
}

.contact-info h2 {
  font-size: 40px;
  color: #0075ba;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 5px;
}

.contact-info p {
  color: #080808;
  font-size: 18px;
  max-width: 567px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 15px;
}

.contact-info h3 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
}

.contact-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-box {
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
  width: 100%;
}
.footer-col {
    background: #fff;
    margin-bottom: -55px;
    position: relative;
    z-index: 9;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 -10px 15px rgb(0 0 0 / 8%);
}
 
.contact-thumb img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  width: 30px;
}

.contact-details h4 {
  margin-bottom: 0;
  font-weight: 800;
  color: #310d20;
  font-size: 20px;
}

.contact-details p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.contact-details p a {
  color: #0e0e0e;
}

.contact-details {
  padding-left: 20px;
  width: calc(100% - 60px);
}

.contact-thumb {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(#0075ba, #033161);
  border-radius: 100%;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav li {
  margin: 0;
}

.dropdown-menu {
  margin: 0;
}

.dropdown-menu {
  padding: 10px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(20, 39, 82, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(20, 39, 82, 0.1);
}

.dropdown-item {
  padding: 5px 1rem;
  font-size: 0.950em;
  line-height: 1.5em;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 1rem;
  text-transform: uppercase;
  font-size: 0.824em;
}

.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler {
  box-shadow: none;
  border: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-dark .navbar-toggler-icon::after {
  font-family: 'icomoon';
  content: "\ef8c";
  font-size: 24px;
  color: #142752;
}

.navbar-light .navbar-toggler-icon::after {
  font-family: 'icomoon';
  content: "\ef8c";
  font-size: 24px;
  color: #142752;
}

.navbar-toggler:focus {
  outline: 0;
}


.upper-right {
  position: relative;
  float: right;
}

.info-box {
  position: relative;
  text-align: left;
  padding-left: 65px;
  min-height: 50px;
}

.info-box .icon-box img {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
  width: 24px;
}

.info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 0;
  width: 50px;
  height: 50px;
  background: radial-gradient(#0075ba, #033161);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

.info-box li {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
}

.info-box li a {
  color: #310d20;
  font-size: 22px;
  line-height: 30px;
  font-style: normal;
  font-weight: 800;
}

.privacy-section {
  padding: 30px 0;
}

.privacy-section p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.login-section {
  min-height: 90vh;
  justify-content: center;
  border-top: 1px solid #ccc;
  background-attachment: fixed;
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding-top: 90px;
  position: relative;
  padding-bottom: 90px;
  background-image: url(../images/hero1.png);
}

.login-form {
  box-shadow: 0 0px 15px rgb(0 0 0 / 17%);
  padding: 0 !important;
  overflow: hidden;
}
.free-quote-image {
  position: relative;
  z-index: 1;
}.free-quote-image .free-quote-main {
  margin-right: -80px;
}.free-quote-image .free-quote-shape {
  position: absolute;
  bottom: 3px;
  left: 100px;
  right: -55px;
  text-align: center;
  z-index: -1;
} 
.quote-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: .5s ease all;
}

.quote-img {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.quote-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {

  .upper-right,
  .feature-list {
    display: none;
    float: right;
  }

  .service-two__btn {
    margin-left: auto;
    margin-right: auto;
  }

  .left-panel {
    padding: 20px 0;
    text-align: center;
  }

  header {
    top: 0;
    border-radius: 0;
    position: relative;
  }

  .main {
    padding: 15px 0;
  }

  .section-head.center.wt-small-separator-outer p {
    font-size: 16px;
  }

  .radio-flex {
    margin-top: 14px;
  }

  .radio-label {
    width: calc(100% - 120px);
    font-size: 12px;
  }

  .radio-switch {
    width: 120px;
    margin-top: 5px;
  }

  .box-content {
    padding: 20px;
  }


  .form-title h2 {
    font-size: 20px;
    padding: 25px 25px;
  }

  .checkbox-chk label span {
    width: calc(100% - 15px);
    font-size: 11px !important;
  }

  .checkbox-chk input[type=checkbox] {
    height: 15px;
    width: 15px;
  }

  .form-btn {
    outline: none;
    /* padding: 10px 30px; */
  }

  .hero-title {
    font-size: 32px;
  }

  .left-panel p {
    font-size: 14px;
  }

  .twm-how-it-work-area {
    padding: 30px 0;
  }

  .section-head.center.wt-small-separator-outer h2 {
    font-size: 22px;
  }

  .section-head.center.wt-small-separator-outer {
    margin-bottom: 30px;
    
        text-align: center;
  }

  .bg-holder-pattern {
    background-image: none !important;
  }

  .feature-step .feature-info-icon {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }

  .feature-step .feature-info-icon img {
    width: 50px;
  }

  .service-two {
    padding: 0;
  }

  .service-two__text {
    font-size: 14px;
    min-height: auto;
    margin-bottom: 10px;
  }

  .service-two__item {
    margin-bottom: 40px;
  }

  .contact-info h2 {
    font-size: 32px;
  }

  .contact-info p {
    font-size: 16px;
  }

  .contact-footer {
    display: block;
  }
.quote-img {
    margin-top: 20px;
}

  .contact-box {
    margin-bottom: 20px;
        border: 0;
  }
 .logo img {
    width: 100%;
    max-width: 130px;
}
.login-section {
        min-height: 75vh;
    padding-top: 10px; 
    padding-bottom: 10px; 
}.icon-card {
    flex-wrap: wrap;
    justify-content: center;
}

.card-content {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    text-align: center;
}

.free-quote-image img {width: 100% !important;}

.free-quote-image .free-quote-main {
    margin: 0 !important;
}
.footer-col {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0px 15px rgb(0 0 0 / 8%);
}
.free-quote-image .free-quote-shape {
    display: none;
}
  .footer {
    padding: 30px 0;
  }
}