body {
  font-family: "Poppins", sans-serif;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 24px;
}

.form-control:focus {
  box-shadow: none;
}

a:hover {
  color: #8c62d9;
}

img {
  max-width: 100%;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff !important;
}

.page_content {
  padding-top: 0;
}

.btn:focus {
  color: #2e2f33;
  background-color: #6ebcf0;
  border-color: #6ebcf0;
  outline: 0;
  box-shadow: none;
}

.btn:active:focus {
  box-shadow: none;
}

.z-index-2 {
  z-index: 2;
}

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

section {
  padding: 90px 0;
}

.space20 {
  height: 20px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.owl-carousel button.owl-dot.active {
  background-color: #114fa6;
}

.owl-carousel button.owl-dot:hover {
  background-color: #114fa6;
}


@media (max-width: 767px) {
  .space20 {
    height: 10px;
  }
}


img {
  border: none;
  height: auto;
  max-width: 100%;
  user-select: none;
  vertical-align: middle;
}

a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none;
}

.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 58px;
  display: none;
  position: fixed;
}

.backtotop .scroll:hover {
  color: var(--bs-dark);
}

.backtotop .scroll i {
  animation: bttIconMover 1s infinite alternate;
}

body:has(.footer_layout_1) .backtotop {
  bottom: 72px;
}

[class*='-outline-light'] {
  color: var(--bs-dark);
  background-color: transparent;
  border-color: var(--bs-border-color);
}

[class*='-outline-light']:hover {
  color: #fff;
  border-color: #3c5da4;
  background-color: #3c5da4;
  box-shadow: 0 10px 30px 0 rgba(0, 68, 235, 0.26);
}

.heading_focus_text:has(.badge) {
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  display: inline-flex;
}

.icon_list .icon_list_icon:has(.fa-circle) {
  font-size: 6px;
  margin: -1px 0 0;
  color: #3c5da4;
}

.funfact_block:has(.bottom_line) {
  box-shadow: none;
  padding: 75px 40px 65px;
  border: 1px solid #e7e9ee;
}

.funfact_block:has(.bottom_line) .counter_value {
  font-size: 65px;
  margin-bottom: 20px;
}

.funfact_block:has(.bottom_line) .funfact_title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.faq_accordion .accordion-item:has([aria-expanded='true']) {
  border-color: transparent;
}

.dropdown:has(.mega_menu_wrapper) {
  position: static;
}

.mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget) {
  margin: 0 -60px;
}

.mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget)>[class*='col-'] {
  padding: 58px 60px 51px;
}

.mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget)>[class*='col-']:not(:last-child) {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--bs-light);
}

.site_header_3 .btn-light:not(:hover) {
  background-color: #fff;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  background-color: #fff;
}

.blog_post_block .blog_post_image .image_wrap:has(i):before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  content: '';
  transition: 0.2s;
  position: absolute;
  background-color: rgba(2, 8, 66, 0.4);
}

.blog_post_block_2 .category_list>li a:not(:hover) {
  color: var(--bs-dark);
}

.calltoaction_section:has(.instant_contact_form) {
  background-blend-mode: unset;
}

.portfolio_section:has(.portfolio_carousel)+.review_section {
  padding-top: 490px;
  margin-top: -375px;
}

body:has(.page_banner_section + .intro_about_section) .page_banner_section {
  padding-bottom: 394px;
}

.contact_section:has(.decoration_item) {
  padding-top: 180px;
}

@media screen and (max-width: 1560px) {
  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget) {
    margin: 0px -20px;
  }

  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget)>[class*='col-'] {
    padding: 30px 20px;
  }

  .container:has(.review_bg_box) {
    max-width: 100% !important;
  }
}



@media screen and (max-width: 1199px) {
  .funfact_block:has(.bottom_line) {
    padding: 65px 36px 50px;
  }

  .funfact_block:has(.bottom_line) .counter_value {
    font-size: 50px;
    margin-bottom: 16px;
  }

}

@media screen and (max-width: 991px) {

  .container {
    max-width: 730px;
  }
}

@media screen and (max-width: 767px) {

  body:has(.footer_layout_1) .backtotop {
    bottom: 100px;
  }
}

@media screen and (max-width: 533px) {
  .site_header_1+main {
    padding-top: 0;
  }
}

@media screen and (max-width: 425px) {
  .btns_group:has(.review_short_info_2) {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  body:has(.page_banner_section + .intro_about_section) .page_banner_section {
    padding-bottom: 200px;
  }
}


@media screen and (max-width: 1560px) {
  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget) {
    margin: 0px -20px;
  }

  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget)>[class*='col-'] {
    padding: 30px 20px;
  }

  .container:has(.review_bg_box) {
    max-width: 100% !important;
  }
}


@media screen and (max-width: 767px) {

  body:has(.footer_layout_1) .backtotop {
    bottom: 100px;
  }
}

@media screen and (max-width: 425px) {
  .btns_group:has(.review_short_info_2) {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  body:has(.page_banner_section + .intro_about_section) .page_banner_section {
    padding-bottom: 200px;
  }
}

.blog_post_block .blog_post_image .image_wrap:has(i):before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  content: '';
  transition: 0.2s;
  position: absolute;
  background-color: rgba(2, 8, 66, 0.4);
}

.blog_post_block_2 .category_list>li a:not(:hover) {
  color: var(--bs-dark);
}

.calltoaction_section:has(.instant_contact_form) {
  background-blend-mode: unset;
}

.portfolio_section:has(.portfolio_carousel)+.review_section {
  padding-top: 490px;
  margin-top: -375px;
}

body:has(.page_banner_section + .intro_about_section) .page_banner_section {
  padding-bottom: 394px;
}

.contact_section:has(.decoration_item) {
  padding-top: 180px;
}

@media screen and (max-width: 1560px) {
  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget) {
    margin: 0px -20px;
  }

  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget)>[class*='col-'] {
    padding: 30px 20px;
  }

  .container:has(.review_bg_box) {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {

  body:has(.footer_layout_1) .backtotop {
    bottom: 100px;
  }
}

@media screen and (max-width: 425px) {
  .btns_group:has(.review_short_info_2) {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  body:has(.page_banner_section + .intro_about_section) .page_banner_section {
    padding-bottom: 200px;
  }
}

a:focus,
a:active {
  outline: none;
}

img:not([draggable]) {
  height: auto;
  max-width: 100%;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  user-select: none;
  vertical-align: middle;
}

a {
  outline: 0;
  display: inline-block;
  text-decoration: none;
  transition: var(--bs-transition);
}

a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none;
}

h2,
h3,
h4 {
  color: #1d1e21;
  font-family: "Poppins", sans-serif;
}

h1:has(b),
h2:has(b),
h3:has(b),
h4:has(b),
h5:has(b),
h6:has(b) {
  font-weight: 300;
}

h1:has(b) b,
h2:has(b) b,
h3:has(b) b,
h4:has(b) b,
h5:has(b) b,
h6:has(b) b {
  font-weight: 700;
}

h1:has(strong),
h2:has(strong),
h3:has(strong),
h4:has(strong),
h5:has(strong),
h6:has(strong) {
  font-weight: 300;
}

h1:has(strong) strong,
h2:has(strong) strong,
h3:has(strong) strong,
h4:has(strong) strong,
h5:has(strong) strong,
h6:has(strong) strong {
  font-weight: 700;
}

.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 58px;
  display: none;
  position: fixed;
}

.backtotop .scroll {
  z-index: 1;
  width: 42px;
  height: 42px;
  display: flex;
  font-size: 15px;
  position: relative;
  align-items: center;
  border-radius: 100%;
  color: var(--bs-dark);
  justify-content: center;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
}

.backtotop .scroll:hover {
  color: var(--bs-dark);
}

.backtotop .scroll i {
  animation: bttIconMover 1s infinite alternate;
}

body:has(.footer_layout_1) .backtotop {
  bottom: 72px;
}

.btn {
  gap: 10px;
  padding: 9px 23px;
  font-size: 16px;
  overflow: hidden;
  font-weight: 500;
  transition: 300ms;
  position: relative;
  align-items: center;
  display: inline-flex;
  color: #fff;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  background-color: #8962d9;
  border: 1px solid #8962d9;
  border-radius: 5px;
  line-height: normal;
}

.btn:hover {
  color: #fff;
  transform: translateY(-2px);
  background-color: #c200e9;
  border-color: #c200e9;
  box-shadow: 0 10px 30px 0 rgba(0, 68, 235, 0.26);
}

.btn-secondary {
  background-color: #c200e9;
  border: 1px solid #c200e9;
}

.btn-secondary:hover {
  background-color: #8962d9;
  border: 1px solid #8962d9;
}

.heading_focus_text:has(.badge) {
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  display: inline-flex;
}

.funfact_block:has(.bottom_line) {
  box-shadow: none;
  padding: 75px 40px 65px;
  border: 1px solid #e7e9ee;
}

.funfact_block:has(.bottom_line) .counter_value {
  font-size: 65px;
  margin-bottom: 20px;
}

.funfact_block:has(.bottom_line) .funfact_title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.faq_accordion .accordion-item:has([aria-expanded='true']) {
  border-color: transparent;
}

.site_header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: relative;
  background-color: #fff;
  transition: transform 0.5s;
}

.dropdown:has(.mega_menu_wrapper) {
  position: static;
}

.mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget) {
  margin: 0 -60px;
}

.mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget)>[class*='col-'] {
  padding: 58px 60px 51px;
}

.mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget)>[class*='col-']:not(:last-child) {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--bs-light);
}

.site_header_3 .btn-light:not(:hover) {
  background-color: #fff;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  background-color: #fff;
}

.stricked-menu.stricky-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.6);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.6);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.6);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.6);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.6);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.6);
  background-color: #114fa6;
}

.blog_post_block .blog_post_image .image_wrap:has(i):before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  content: '';
  transition: 0.2s;
  position: absolute;
  background-color: rgba(2, 8, 66, 0.4);
}

.blog_post_block_2 .category_list>li a:not(:hover) {
  color: var(--bs-dark);
}

.calltoaction_section:has(.instant_contact_form) {
  background-blend-mode: unset;
}

.portfolio_section:has(.portfolio_carousel)+.review_section {
  padding-top: 490px;
  margin-top: -375px;
}

body:has(.page_banner_section + .intro_about_section) .page_banner_section {
  padding-bottom: 394px;
}

.contact_section:has(.decoration_item) {
  padding-top: 180px;
}

.stricky-fixed .wsmenu>.wsmenu-list>li.active>a:before,
.stricky-fixed .wsmenu>.wsmenu-list>li>a:before {
  display: none;
}

@media screen and (max-width: 1560px) {
  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget) {
    margin: 0px -20px;
  }

  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget)>[class*='col-'] {
    padding: 30px 20px;
  }

  .container:has(.review_bg_box) {
    max-width: 100% !important;
  }
}


@media screen and (max-width: 991px) {

  .wsmenu>.wsmenu-list>li.active>a:before,
  .wsmenu>.wsmenu-list>li>a:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  body:has(.footer_layout_1) .backtotop {
    bottom: 100px;
  }
}

@media screen and (max-width: 425px) {
  .btns_group:has(.review_short_info_2) {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  body:has(.page_banner_section + .intro_about_section) .page_banner_section {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 1560px) {
  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget) {
    margin: 0px -20px;
  }

  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget)>[class*='col-'] {
    padding: 30px 20px;
  }

  .container:has(.review_bg_box) {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {

  body:has(.footer_layout_1) .backtotop {
    bottom: 100px;
  }
}

@media screen and (max-width: 425px) {
  .btns_group:has(.review_short_info_2) {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  body:has(.page_banner_section + .intro_about_section) .page_banner_section {
    padding-bottom: 200px;
  }
}

.blog_post_block .blog_post_image .image_wrap:has(i):before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  content: '';
  transition: 0.2s;
  position: absolute;
  background-color: rgba(2, 8, 66, 0.4);
}

.blog_post_block_2 .category_list>li a:not(:hover) {
  color: var(--bs-dark);
}

.calltoaction_section:has(.instant_contact_form) {
  background-blend-mode: unset;
}

.portfolio_section:has(.portfolio_carousel)+.review_section {
  padding-top: 490px;
  margin-top: -375px;
}

body:has(.page_banner_section + .intro_about_section) .page_banner_section {
  padding-bottom: 394px;
}

.contact_section:has(.decoration_item) {
  padding-top: 180px;
}

@media screen and (max-width: 1560px) {
  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget) {
    margin: 0px -20px;
  }

  .mega_menu_wrapper .row:has(> [class*='col-'] > .megamenu_widget)>[class*='col-'] {
    padding: 30px 20px;
  }

  .container:has(.review_bg_box) {
    max-width: 100% !important;
  }
}


@media screen and (max-width: 767px) {

  body:has(.footer_layout_1) .backtotop {
    bottom: 100px;
  }
}

@media screen and (max-width: 425px) {
  .btns_group:has(.review_short_info_2) {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  body:has(.page_banner_section + .intro_about_section) .page_banner_section {
    padding-bottom: 200px;
  }
}

.btn-outline-light {
  background-color: #fff;
  border-color: #fff;
}


.home-slider .owl-item.active .tagline {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.1s;
}

.home-slider .owl-item.active .banner-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}

.home-slider .owl-item.active .app-buttons {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.6s;
}


.menu-column {
  background: linear-gradient(10deg, #8c62d9, #925ddd, #9856e1, #9f4fe3, #a746e6, #af3be7, #b72ce8, #c010e8);
}

.testimonial-quote {
  flex-grow: 1;
}

.header-btn-cab {
  color: #fff;
  background-color: #8c62d9;
  padding: 13px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.header-btn-cab i {
  margin-right: 4px;
}

.header-btn-cab:hover {
  color: #fff;
  background-color: #c200e9;
}

.common-content h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 25px;
}

.common-content h6 {
  color: #6e6e6e;
  position: relative;
  padding-left: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.common-content h6:before {
  content: '';
  background-color: #6e6e6e;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.text-white h2 {
  color: #fff;
}

.text-white h6 {
  color: #a1a1a1;
}

.text-white h6:before {
  background-color: #a1a1a1;
}

.text-center h6 {
  display: inline-block;
}


/*============= Header Top ===============*/

.header_top {
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.contact-info .info-icon {
  background-color: #8c62d9;
  padding: 6px 11px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 8px;
}

.contact-info small {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}

.contact-info span {
  color: #6e6e6e;
  font-weight: 500;
  font-size: 18px;
}

.contact-info span a {
  color: #6e6e6e;
}

.info-text {
  line-height: 21px;
}

.login-register {
  border: 1px solid #8c62d9;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 18px;
  white-space: nowrap;
  font-weight: 500;
  color: #454545;
}

.login-register a {
  color: #454545;
}

.login-register i {
  margin-right: 5px;
  color: #8c62d9;
}


/*============= Home Banner Section ================*/

.banner-slider {
  position: relative;
}

.banner-slide {
  position: relative;
  background-image: url('../images/banner-1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 800px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 0 0 20%;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin-top: -7%;
}

.tagline {
  position: relative;
  display: inline-block;
  padding: 5px 27px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 3px;
  color: white;
  overflow: hidden;
  z-index: 1;
}

.tagline::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: url(../images/tagline-bg.png) no-repeat center center / cover;
  z-index: -1;
}

.banner-title {
  font-size: 80px;
  line-height: 71px;
  font-weight: 800;
  margin-bottom: 40px;
}

.banner-title small {
  font-size: 45px;
  font-weight: 500;
  line-height: normal;
  display: block;
}

.banner-title span {
  color: #a855f7;
}

.app-buttons {
  display: flex;
  gap: 20px;
}

/*============= About Section ================*/

.home-about-sec {
  background: url(../images/abt-bg.jpg) no-repeat center top / cover;
  padding-top: 30px;
}

.home-about-curved {
  position: relative;
  padding-top: 0px;
}

.home-about-curved::before {
  content: "";
  position: absolute;
  bottom: auto;
  left: 0;
  width: 100%;
  height: calc(100% + 290px);
  background: url(../images/banner-bg.png) no-repeat center top;
  z-index: 1;
  top: -250px;
  background-size: 100%;
}

.home-about-curved .curved-container {
  padding-top: 80px;
  background: url(../images/banner-bg-2.jpg) no-repeat bottom center;
}


.enquiry-form-box {
  border: 1px solid #8962d9;
  border-radius: 11px;
  background-color: #ffffff;
  position: relative;
}

.enquiry-form-box::before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  width: 60px;
  height: 60px;
  background: white;
  border-top: 1px solid #8962d9;
  transform: translate(50%, -50%) rotate(45deg);
  z-index: 1;
  left: -60px;
  bottom: -60px;
}

.enquiry-form-box input.form-control {
  border-radius: 5px;
  border: 0px solid #ccc;
  border-bottom: 1px solid #6e6e6e;
  border-radius: 0;
  padding: 18px 0;
  color: #6e6e6e;
  font-size: 16px;
}

.enquiry-form-box input.form-control::-webkit-input-placeholder {
  color: #6e6e6e;
  font-weight: 600;
}

.enquiry-form-box input.form-control::-moz-placeholder {
  color: #6e6e6e;
  font-weight: 600;
}

.enquiry-form-box input.form-control:-ms-input-placeholder {
  color: #6e6e6e;
  font-weight: 600;
}

.enquiry-form-box input.form-control:-moz-placeholder {
  color: #6e6e6e;
  font-weight: 600;
}

.enquiry-form-box h4 {
  border-radius: 10px 10px 0 0;
  font-size: 40px;
  text-shadow: 0px 6px 0px #c200e9;
  background: #8962d9;
  margin: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 25px 0 25px 44px;
}

.enquiry-form-box [type="submit"] {
  padding: 9px 40px;
}

.enquiry-text-1 {
  font-size: 60px;
  color: #c200e9;
  font-weight: 600;
  margin-bottom: 20px;
}

.enquiry-text-2 {
  color: #e81313;
  font-size: 18px;
  display: block;
  margin-bottom: 6px;
}

.enquiry-text-3 {
  color: #212121;
  font-size: 23px;
  font-weight: 500;
  display: block;
}

.enquiry-text-4 {
  display: block;
  margin-top: 17px;
}

.enquiry-text-4 a {
  color: #212121;
  font-size: 26px;
  font-weight: 500;
  display: block;
}


/*============= prebook Section ================*/

.prebook-section {
  z-index: 3;
  position: relative;
}


.prebook-section:before {
  content: '';
  background-image: url(../images/prebook-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  margin: auto;
  right: 0;
  left: auto;
  border-radius: 0 0 170px 0;
  border-bottom: 1px solid #b928e8;
}

.prebook-section .container {
  position: relative;
  z-index: 2;
}

.prebook-section input.form-control {
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 4px;
  padding: 10px;
  color: #000;
}

.prebook-section .btn-primary {
  background-color: #8663ff;
  border-color: #8663ff;
}

.prebook-btns {
  background-image: url(../images/pre-btns-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 60px;
  padding: 11px 7px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
}

.prebook-btns .btn {
  color: #d4d4d4;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  margin-left: 0 !important;
  border: none !important;
}

.prebook-btns .btn i {
  color: #9a92a1;
}

.prebook-btns .btn span {
  border-bottom: 1px solid transparent;
}

.prebook-btns .btn.active {
  color: #fff;
}

.prebook-btns .btn.active span {
  border-bottom: 1px solid #fff;
}

.prebook-btns .btn.active i {
  color: #fff;
}

.prebook-btns .vertical-line {
  width: 2px;
}

.common-form label {
  color: #6e6e6e;
}

.common-form input.form-control {
  border-radius: 5px;
  border: 0px solid #ccc;
  border-bottom: 1px solid #6e6e6e;
  border-radius: 0;
  padding: 25px 0;
  color: #212121;
  font-size: 14px;
  border-radius: 0;
  background-color: transparent;
}

.common-form.white-box input.form-control {
  color: #fff;
}

.common-form select.form-control {
  border-radius: 5px;
  border: 0px solid #ccc;
  border-bottom: 1px solid #6e6e6e;
  border-radius: 0;
  padding: 25px 0;
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  background: url(../images/select-arrow-white.png) no-repeat right 5px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-overflow: "";
  background-size: 18px;
}

.common-form textarea.form-control {
  border-radius: 5px;
  border: 0px solid #ccc;
  border-bottom: 1px solid #6e6e6e;
  border-radius: 0;
  padding: 25px 0;
  color: #212121;
  font-size: 14px;
  border-radius: 0;
  resize: none;
  background-color: transparent;
  min-height: 150px;
}

.common-form input.input-gap-redused {
  padding: 14px 0;
  color: #fff;
}

.common-form select.input-gap-redused {
  padding: 13px 10px;
}

.common-form select option {
  background-color: #ffffff;
  color: #000000;
}

.common-form.white-box input.form-control {
  color: #fff;
}

.common-form.white-box input.form-control::-webkit-input-placeholder {
  color: #fff;
  font-weight: normal;
}

.common-form.white-box input.form-control::-moz-placeholder {
  color: #fff;
  font-weight: normal;
}

.common-form.white-box label {
  color: #fff;
}

.common-form.white-box input.form-control:-ms-input-placeholder {
  color: #fff;
  font-weight: normal;
}

.common-form.white-box input.form-control:-moz-placeholder {
  color: #fff;
  font-weight: normal;
}

.common-form.white-box input[type="date"],
.common-form.white-box input[type="time"] {
  color: #fff;
}

.common-form.white-box input[type="date"]::-webkit-calendar-picker-indicator,
.common-form.white-box input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.common-form input[type="file"] {
  padding: 21px 13px;
  border-bottom: none;
}

.common-form.white-box input[type="file"]::file-selector-button {
  background-color: white;
  color: red;
  border: none;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
}


/*============= our services Section ================*/


.home-our-services {
  margin-top: -230px;
  z-index: 2;
  position: relative;
  padding-top: 230px;
  background-image: url(../images/our-ser-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.service-card {
  background-color: transparent;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.service-card img {
  margin-bottom: 30px;
  border-radius: 12px;
  border: 1px solid #b928e8;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-link {
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
}

.service-link:hover {
  text-decoration: underline;
}



/*============= agent offer Section ================*/

.agent-offer-section {
  background-color: #141414;
  padding: 0 !important;
}

.angled-stripes {
  height: 46px;
  background-image: repeating-linear-gradient(90deg, #734dbf 0, #734dbf 30px, #9d47de 30px, #9d47de 60px);
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
  position: relative;
  top: -46px;
  z-index: 2;
}

.angled-stripes2 {
  height: 46px;
  background-image: repeating-linear-gradient(90deg, #734dbf 0, #734dbf 30px, #9d47de 30px, #9d47de 60px);
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
  transform: rotate(180deg);
  position: relative;
  z-index: 2;
  bottom: -46px;
}

.agent-offer-inner {
  margin-top: -46px;
  margin-bottom: -26px;
}

.agent-offer-inner:after {
  content: '';
  width: 8px;
  background-color: #212121;
  height: 68%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 58%;
}

.btn-agent {
  background-color: #8962d9;
  background-image: url(../images/btn-hand-icon.png);
  background-repeat: no-repeat;
  background-position: left 40px bottom -9px;
  background-size: contain;
  color: #fff;
  padding: 10px 57px 10px 98px;
  border-radius: 45px;
  font-weight: 600;
  font-size: 24px;
}

.btn-agent:hover {
  background-color: #8f61d4;
  color: #fff;
}

.agent-offer-section h2 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 45px;
}

.highlight {
  color: #ffc107;
  text-decoration: underline;
}

.offer-img {
  margin-top: -25px;
  position: relative;
  z-index: 2;
}


/*============= why us working process Section ================*/

.why-us-section {
  background-image: url(../images/bg-2.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: scroll;
}

.working-process-accordion .accordion-item {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.working-process-accordion .accordion-button {
  background-color: transparent;
  color: #a1a1a1;
  font-weight: 500;
  font-size: 20px;
  box-shadow: none;
  padding-left: 0;
}

.working-process-accordion .accordion-button i {
  min-width: 20px;
}

.working-process-accordion .accordion-button:not(.collapsed) {
  background-image: url(../images/working-active-bg.png);
  background-repeat: no-repeat;
  background-position: center left 30px;
  background-size: 100% 62%;
  color: #fff;
  border-radius: 0;
}

.working-process-accordion .accordion-button:not(.collapsed) .fa-right-long:before {
  content: "\f309";
  color: #fff;
}

.working-process-accordion .accordion-button::after {
  display: none;
}

.working-process-accordion .accordion-body {
  background-color: transparent;
  color: #fff;
  padding-left: 35px;
  padding-top: 0.5rem;
}

/*============= testimonial-sec Section ================*/

.testi-blog-bg {
  background-image: url(../images/testi-bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.testimonial-carousel .testimonial-item {
  max-width: 890px;
  margin: 0 auto;
}

.testimonial-avatar {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}

.badge-purple {
  background: #a94fd1;
  color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 12px;
  position: absolute;
  bottom: 0;
  right: -10px;
}

.testimonial-quote {
  font-size: 16px;
  color: #555;
  font-style: italic;
}

.btn-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  font-size: 16px;
  border: 1px solid #a94fd1;
  color: #a94fd1;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-circle:hover {
  background: #a94fd1;
  color: #fff;
  border-color: #a94fd1;
}

.testimonial-nav {
  margin-top: -50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}

/*=============== Blog news Section ================*/

.blog-news-section .section-header {
  flex-wrap: wrap;
  gap: 1rem;
}

.blog-card {
  background: none;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}

.date-badge {
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #c200e9;
  color: #fff;
  padding: 3px 22px;
  border-radius: 15px;
  font-size: 12px;
  right: 0;
  margin: auto;
  display: table;
}

.blog-card h5 {
  color: #212121;
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
}

.read-more-link {
  color: #212121;
  font-weight: 500;
  text-decoration: none;
}

.read-more-link:hover {
  color: #8962d9;
  text-decoration: underline;
}


/*============= towing steps Section ================*/

.towing-steps {
  background-image: url(../images/towing-steps-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  overflow: hidden;
}

.towing-steps .step {
  padding: 27px 50px;
  position: relative;
}


/*============= Footer ================*/

.download-section {
  color: white;
}

.store-buttons {
  gap: 1rem;
}

.footer-subscribe {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-subscribe input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  outline: none;
}

.footer-subscribe button {
  background-color: #8962d9;
  border: none;
  color: white;
  padding: 9px 23px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  align-self: flex-start;
  margin-top: 25px;
}

.footer-subscribe button:hover {
  background-color: #7b61d6;
}


.footer-col {
  background-color: #3c5da4;
}

.footer-col .footer-social li {
  display: inline-block;
  margin-right: 6px;
}

.footer-col .menu-list {
  padding-left: 30px;
}

.footer-col .footer-social li a {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #212121;
  font-size: 18px;
  margin: 0;
  transition: 0.4s;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #3b3b3b;
}

.footer-col .logo {
  display: inline-block;
}


.coppyright p {
  color: #3b3b3b;
  margin-bottom: 0px;
  font-size: 15px;
}

.coppyright p a {
  color: #fff;
}

.deisgn-by {
  color: #3b3b3b;
  font-size: 14px;
}

.deisgn-by a {
  color: #fff;
}


.footer-col .footer-social li {
  display: inline-block;
}

.footer-col .menu-list {
  padding-left: 30px;
}

.footer-col .menu-list h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid #484848;
  padding-bottom: 16px;
}

.menu-list ul li {
  margin-bottom: 5px;
}

.menu-list ul li a {
  color: #d4d4d4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  margin-top: 14px;
  transition: 0.4s;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-left: 22px;
}


.menu-list ul li a:before {
  content: '\f101';
  color: #6e6e6e;
  font-size: 14px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
}

.menu-list ul li a:hover {
  transition: 0.4s;
  color: #6ebcf0;
  transform: translateX(5px);
}

.footer-social li a {
  margin-top: 0 !important;
  padding-left: 0 !important;
}

.footer-social li a:before {
  display: none !important;
}

.top-footer {
  padding: 60px 0;
  background-color: #212121;
}

.btm-footer {
  padding: 10px 0;
  background-color: #1a1a1a;
}


.footer-social-col h5 {
  margin-bottom: 0;
  color: #fff;
  position: relative;
  margin-right: 15px;
}

.footer-col .footer-social li i {
  margin-right: 0;
}


.vehicle-support-box {
  background: linear-gradient(10deg, #8c62d9, #925ddd, #9856e1, #9f4fe3, #a746e6, #af3be7, #b72ce8, #c010e8);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu-1 {
  width: 500px;
  margin: auto;
  left: 10%;
  padding: 18px 0 0 0;
  border-radius: 0;
  border: none;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu-2 {
  width: 550px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 18px 0 0 0;
  border-radius: 0;
  border: none;
}

.towing-img-1 {
  padding: 2px 0 6px 20px;
}

.towing-img-2 {
  padding: 2px 20px 6px 0;
}

.towing-img-1 a,
.towing-img-2 a {
  display: block;
  width: 100%;
}

.towing-img-1 img,
.towing-img-2 img {
  width: 100%;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu-1 .link-list-2 {
  padding-left: 0;
  margin-left: -10px;
}

.common-form label.error,
#agent-registration-form label.error {
  color: red;
  font-size: 12px;
}

.app-coming {
  font-size: 28px;
  font-weight: 600;
  margin-top: 40px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }

}

@media (max-width: 1800px) {
  .prebook-section:before {
    width: 96%;
  }
}

@media (max-width: 1700px) {

  .site_header_1+main {
    padding-top: 0;
  }
}

@media (max-width: 1600px) {
  .header-col-2 {
    width: auto;
  }

  .prebook-section:before {
    width: 98%;
  }
}

@media (max-width: 1500px) {

  .header-col-2 {
    width: auto;
  }

  .wsmenu .wsmenu-click {
    right: 10px;
  }

  .banner-slide {
    padding: 0px 0 0 8%;
    height: 650px;
  }

  .prebook-section:before {
    width: 100%;
  }

}

@media (max-width: 1400px) {
  section {
    padding: 70px 0;
  }

  .banner-slide {
    padding: 0px 0 0 8%;
    height: 530px;
  }

  .banner-title {
    font-size: 60px;
    line-height: 52px;
    margin-bottom: 30px;
  }

  .banner-title small {
    font-size: 36px;
  }

  .site_header_1+main {
    padding-top: 0;
  }

  .common-content h2 {
    font-size: 36px;
  }

  .home-about-curved .curved-container {
    padding-top: 30px;
  }

  .prebook-btns {
    padding: 8px 0px;
    margin-bottom: 20px;
  }

  .prebook-btns .btn {
    font-size: 15px;
  }

  .agent-offer-inner:after {
    left: 60%;
  }

  .home-about-curved::before {
    top: -190px;
  }

  .app-coming {
    font-size: 23px;
    margin-top: 20px;
  }

}

@media (max-width: 1300px) {

  .banner-title {
    font-size: 60px;
    line-height: 65px;
    font-weight: 800;
    margin-bottom: 30px;
  }

  .banner-title small {
    font-size: 33px;
  }
}

@media (max-width: 1199px) {

  section {
    padding: 50px 0;
  }

  .common-content h2 {
    font-size: 32px;
  }

  .agent-offer-section h2 {
    font-size: 40px;
    margin-bottom: 33px;
  }

  .wsmenu>.wsmenu-list>li>.navtext,
  .wsmenu>.wsmenu-list>li>a {
    padding: 13px 13px;
  }

  .site_header_1+main {
    padding-top: 0;
  }

  .enquiry-form-box h4 {
    font-size: 34px;
  }

  .wsmenu>.wsmenu-list>li.has-children>a::after {
    margin-left: 7px;
    font-size: 15px;
  }

  .enquiry-form-box [type="submit"] {
    padding: 9px 23px;
  }

  .enquiry-icon {
    max-width: 60px;
  }

  .wsmenu>.wsmenu-list>li.active>a:before,
  .wsmenu>.wsmenu-list>li>a:before {
    width: 37px;
    bottom: 32px;
  }

  .wsmenu .wsmenu-click {
    top: 1px;
    font-size: 12px;
    right: 3px;
  }

  .towing-steps .step {
    padding: 22px 30px;
  }

  .towing-steps {
    font-size: 21px;
  }

  .banner-slide {
    padding: 0px 0 0 8%;
    height: 510px;
  }

  .menu-list ul li {
    margin-bottom: 0;
  }

  .home-about-curved::before {
    top: -160px;
  }

}

@media (max-width: 991px) {

  body,
  html {
    font-size: 14px;
    line-height: 22px;
  }

  .common-content h2 {
    font-size: 28px;
  }

  section {
    padding: 50px 0;
  }

  .site_header_1+main {
    padding-top: 0;
  }

  .footer-col .footer-social li {
    margin-right: 3px;
  }

  .menu-list ul li a {
    padding-left: 22px;
    font-size: 14px;
    margin-top: 10px;
  }

  .menu-list ul li a:before {
    font-size: 13px;
    top: 4px;
  }

  .footer-col .logo {
    margin-bottom: 30px;
  }

  .site_header {
    position: relative;
  }

  .footer-col .menu-list h3 {
    margin-bottom: 20px;
    margin-top: 11px;
    font-size: 20px;
    padding-bottom: 14px;
  }

  .coppyright p {
    text-align: center;
  }

  .deisgn-by {
    font-size: 11px;
    text-align: center;
  }

  .footer-social-col h5 {
    display: block;
  }

  .footer-col .footer-social {
    text-align: start;
    margin-top: 10px;
    margin-left: 0;
  }

  .coppyright p {
    font-size: 13px;
  }

  .top-footer {
    padding: 50px 0 30px;
  }

  .btm-footer {
    padding: 6px 0;
  }

  .contact-info .info-icon {
    padding: 6px 7px;
    margin-right: 7px;
  }

  .contact-info small,
  .contact-info span {
    font-size: 15px;
  }

  .logo {
    max-width: 140px;
  }

  .login-register {
    padding: 3px 8px;
    font-size: 14px;
  }

  .banner-title {
    font-size: 43px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .banner-title small {
    font-size: 24px;
  }

  .tagline {
    padding: 4px 20px;
    font-size: 14px;
    letter-spacing: 2px;
  }

  .banner-slide {
    padding: 0px 0 0 15px;
    height: 380px;
  }

  .home-about-curved::before {
    background-size: 100%;
    top: -120px;
  }

  .home-about-curved .curved-container {
    padding-top: 0;
  }

  .agent-offer-section h2 {
    font-size: 30px;
    margin-bottom: 21px;
  }

  .btn-agent {
    padding: 10px 27px 10px 78px;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .btn {
    padding: 7px 18px;
    font-size: 14px;
  }

  .common-content h2 {
    font-size: 24px;
    margin-bottom: 13px;
  }

  .footer-col .logo {
    margin-bottom: 20px;
  }

  .footer-col .menu-list {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .footer-social-col h5 {
    display: none;
  }

  .top-footer {
    padding: 40px 0 0;
  }

  .mobile-top {
    background: linear-gradient(10deg, #8c62d9, #925ddd, #9856e1, #9f4fe3, #a746e6, #af3be7, #b72ce8, #c010e8);
  }

  .mobile-top-left a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 1px 5px;
  }

  .mobile-top-left img {
    max-width: 14px;
  }

  .header-btn-cab {
    padding: 4px 10px;
    font-size: 12px;
  }

  .wsanimated-arrow {
    position: absolute;
    margin: 50px 0 0 15px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:after,
  .wsanimated-arrow span:before {
    cursor: pointer;
    background: #a855f7;
  }

  .logo {
    max-width: 100px;
    margin: auto;
    margin-left: auto;
    position: relative;
    right: -60px;
  }

  .home-about-curved::before {
    background-size: 100%;
    top: -120px;
  }

  .enquiry-form-box h4 {
    font-size: 28px;
    padding: 11px 40px;
  }

  .enquiry-icon {
    max-width: 90px;
  }

  .prebook-section:before {
    background-position: top left -140px;
  }

  .common-form textarea.form-control,
  .common-form input.form-control {
    padding: 15px 0;
    font-size: 15px;
  }

  .agent-offer-inner:after {
    display: none;
  }

  .offer-img {
    max-width: 140px !important;
    margin-bottom: 10px;
  }

  .agent-offer-section h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .working-process-accordion .accordion-button {
    font-size: 17px;
  }

  .towing-steps .step {
    padding: 13px 10px;
    font-size: 15px;
  }

  .middle-arrow {
    font-size: 15px;
  }

  .enquiry-form-box input.form-control {
    padding: 11px 0;
    font-size: 14px;
  }

  .prebook-btns {
    padding: 8px 16px;
    margin-bottom: 0;
    width: 100%;
  }

  .prebook-btns .btn {
    color: #fff;
  }

  .app-buttons {
    gap: 12px;
  }

  .common-form input[type="file"] {
    padding: 12px 11px;
  }
  .home-our-services {
    margin-top: 0;
    padding-top: 0;
}

}

@media (max-width: 575px) {


  section {
    padding: 40px 0;
  }

  .btn {
    padding: 6px 16px;
    font-size: 13px;
  }

  .common-content h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .common-content h6 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .service-link {
    margin-top: 5px;
  }

  .agent-offer-section h2 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .agent-offer-section {
    padding: 15px 0 !important;
  }

  .angled-stripes2 {
    height: 28px;
    bottom: -42px;
  }

  .angled-stripes {
    height: 28px;
    top: -42px;
  }

  .working-process-accordion .accordion-button:not(.collapsed) {
    background-position: center left 18px;
    background-size: 100% 52%;
  }

  .testimonial-nav {
    justify-content: space-between;
  }

  .testimonial-quote {
    font-size: 15px;
  }

  .towing-steps {
    font-size: 20px;
    padding: 10px 0 !important;
    background-size: 100% 100%;
  }

  .middle-arrow {
    font-size: 15px;
    transform: rotate(90deg);
  }

  .towing-steps .step {
    padding: 3px 10px;
    font-size: 15px;
  }

  .site_header_1+main {
    padding-top: 0;
  }

  .enquiry-form-box {
    margin-top: 20px;
  }

  .enquiry-form-box h4 {
    font-size: 23px;
    padding: 11px 15px;
    text-align: center;
  }

  .enquiry-text-1 {
    font-size: 40px;
    margin-bottom: 7px;
  }

  .wsmenu>.wsmenu-list>li>a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .enquiry-icon {
    max-width: 50px;
  }

  .enquiry-text-2 {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .enquiry-text-4 {
    margin-top: 9px;
  }

  .enquiry-text-4 a {
    font-size: 20px;
  }

  .enquiry-text-3 {
    font-size: 19px;
  }

  .top-footer {
    padding: 40px 0 0;
  }

  .footer-col .footer-social {
    margin-top: 0px;
    text-align: center;
  }

  .enquiry-form-box [type="submit"] {
    padding: 7px 17px;
  }

  .prebook-btns .btn {
    font-size: 13px;
    color: #fff;
    gap: 5px;
  }

  .prebook-btns .btn.active {
    color: #0a0a0a;
  }

  .prebook-btns .btn.active i {
    color: #0a0a0a;
  }

  .prebook-btns .btn.active span {
    border-bottom: 1px solid #0a0a0a;
  }

  .common-form textarea.form-control,
  .common-form input.form-control {
    padding: 12px 0;
    font-size: 14px;
  }

  .footer-col .menu-list h3 {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .menu-list ul li a {
    padding-left: 20px;
    font-size: 14px;
  }

  .menu-list ul li a:before {
    font-size: 12px;
    top: 4px;
  }

  .footer-col .logo {
    margin-bottom: 15px;
  }

  .footer-subscribe button {
    margin-top: 5px;
    width: 100%;
  }

  .footer-col .menu-list {
    padding-left: 0;
    margin-bottom: 10px;
  }

  .testimonial-quote {
    margin-bottom: 20px;
  }

  .footer-social-col {
    text-align: center;
  }

  .footer-social-col h5 {
    display: block;
    margin-right: 0;
    margin-bottom: 13px;
  }

  .footer-social-col h5:after {
    display: none;
  }

  .coppyright p {
    font-size: 12px;
    line-height: 19px;
  }

  .deisgn-by {
    font-size: 10px;
  }

  .footer-logo {
    padding: 0 29% 10px;
  }

  .logo {
    max-width: 80px;
    margin: auto;
    margin-left: auto;
    position: relative;
    right: 0;
  }

  .header-btn-cab {
    padding: 4px 7px;
    font-size: 11px;
  }

  .wsanimated-arrow {
    position: absolute;
    margin: 45px 0 0 15px;
  }

  .banner-title {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .banner-title small {
    font-size: 17px;
  }

  .tagline {
    padding: 2px 8px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .app-buttons img {
    max-width: 100px;
  }

  .home-about-curved::before {
    background-size: 100%;
    top: -70px;
  }

  .banner-slide {
    padding: 0px 0 0 15px;
    height: 300px;
  }

  .home-about-sec {
    padding-top: 10px;
  }

  .common-form input[type="file"] {
    padding: 12px 11px;
  }

}




/*===================== Inner Pages CSS ============*/

.inner-page-banner {
  height: 480px;
}

.inner-page-banner .banner-title {
  margin-bottom: 0 !important;
}

.counter-number {
  font-size: 60px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding: 0 0 25px;
  margin-bottom: 13px;
}

.counter-number span {
  display: inline-block;
}

.counter-number .plus {
  color: #c200e9;
  font-size: 48px;
  font-weight: 500;
}

.counter-number .unit {
  color: #c200e9;
  font-size: 48px;
  font-weight: 500;
}

.esponsibility-sec:before {
  background-image: url(../images/responsibility-bg.png);
  border-radius: 0 !important;
  border-bottom: 0 !important;
}

.agent-lists .blog-card {
  transition: all 0.4s;
}

.agent-lists .date-badge {
  background-color: #a1a1a1;
}

.agent-lists .blog-card:hover .date-badge {
  background-color: #c200e9;
}

.agent-lists .blog-card:hover {
  background-color: #ededed;
  transition: all 0.4s;
}

.agent-img:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: '';
  transition: 0.2s;
  position: absolute;
  background-color: rgba(12, 2, 31, 0.5);
}

.agent-lists .blog-card:hover .agent-img:before {
  opacity: 1;
}

.agent-socials li {
  margin-right: 12px;
}

.agent-socials li a {
  background-color: #6e6e6e;
  font-size: 14px;
  color: #ededed;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  padding: 2px;
}

.prebook-section-no-radius:before {
  border-radius: 0 !important;
  background-image: url(../images/prebook-bg-2.jpg);
  width: 100%;
  background-position: right bottom;
  border-bottom: 0 !important;
}

.why-choose-sec:before {
  border-radius: 0 !important;
  border-bottom: 0 !important;
  background-image: url(../images/why-choose-bg.png);
}

.home-our-services-2 {
  background-image: url(../images/prebook-bg-2.jpg);
  background-position: top center;
}

.home-our-services-2 {
  background-image: url(../images/prebook-bg-2.jpg);
  background-position: top center;
}

.why-choose-icon {
  height: 130px;
  overflow: hidden;
}

.why-choose-icon img {
  height: 100%;
  object-fit: contain;
}


.become-an-agent-form {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #8962d9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.form-header {
  background: #8962d9;
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  padding: 26px 45px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.form-inner-title {
  border-bottom: 1px solid #a1a1a1;
  font-weight: 600;
  margin-top: 35px;
  padding-bottom: 7px;
  color: #212121;
  font-size: 20px;
  margin-bottom: 10px;
}

.become-an-agent-form .form-control {
  background: #e6e6e6;
  border: none;
  font-size: 14px;
  padding: 14px 15px;
}

.become-an-agent-form label.form-label {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
}

.form-control:focus {
  box-shadow: none;
}

.file-upload-label {
  font-size: 14px;
  margin-bottom: 5px;
}

.upload-btn {
  background: #a95af5;
  color: #fff;
  border: none;
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 4px;
}

.custom-upload {
  background: #e6e6e6;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 12px;
  position: relative;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.custom-upload .upload-icon {
  background: #8962d9;
  color: #fff;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 11px;
}

.custom-upload .file-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


.custom-upload-pdf {
  background: #e6e6e6;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  position: relative;
  font-size: 14px;
  color: #555;
  cursor: pointer;
  width: 100%;
}

.custom-upload-pdf .placeholder {
  opacity: 0.8;
  background-color: transparent;
}

.custom-upload-pdf .upload-btn {
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 4px 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}

.custom-upload-pdf .upload-btn i {
  color: red;
  margin-left: 4px;
}

.become-an-agent-form textarea {
  resize: none;
  height: 140px;
}

.custom-upload-pdf .file-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.normal-upload label {
  font-size: 12px;
  margin-bottom: 0;
}

.normal-upload input[type="file"] {
  padding: 0;
  border-bottom: none;
}

.normal-upload input[type="file"]::file-selector-button {
  background-color: #e6e6e6;
  color: red;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  padding: 2px 5px;
  cursor: pointer;
}

.become-an-agent-form .submit-btn {
  background: #8962d9;
  color: #fff;
  font-weight: 500;
  border: none;
  padding: 10px 50px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}

.become-an-agent-form .submit-btn i {
  margin-left: 5px;
}

.become-an-agent-form .submit-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  background-color: #c200e9;
  border-color: #c200e9;
  box-shadow: 0 10px 30px 0 rgba(0, 68, 235, 0.26);
}


/*============ Login Register ====================*/

.login-register-form {
  overflow: hidden;
  display: flex;
}

.login-register-form .login-register-left {
  flex: 1;
  padding: 20px;
  padding-right: 80px;
}

.login-register-form .login-register-tab {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.login-register-form .login-register-tab .nav-link {
  border: none;
  border-radius: 7px;
  padding: 5px 33px;
  font-weight: 500;
  color: #4b4b4b;
  background-color: #e6e6e6;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 15px;
}

.login-register-form .login-register-tab .nav-link.active {
  background: #c200e9;
  color: #fff;
}

.login-register-form .info-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.login-register-form .info-text h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #212121;
}

.login-register-form .info-text small {
  font-size: 15px;
  color: #6e6e6e;
}

.login-register-form .login-register-right {
  flex: 1;
}

.login-register-form .form-box {
  height: 100%;
}

.login-register-form .form-header {
  background: #8962d9;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  padding: 15px 0 15px 40px;
}

.login-register-form .form-header small {
  display: block;
  font-weight: normal;
  font-size: 16px;
}

.login-register-form .form-content {
  padding: 35px 40px 50px;
  border: 1px solid #8962d9;
  border-top: none;
  position: relative;
  border-radius: 0 0 10px 0;
}

.login-register-form .form-content::before {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  width: 60px;
  height: 60px;
  background: white;
  border-top: 1px solid #8962d9;
  transform: translate(50%, -50%) rotate(45deg);
  z-index: 1;
  left: -60px;
  bottom: -60px;
}

.forget-link-col,
.forget-link-col a {
  font-weight: 500;
  color: #212121;
}

.login-register-form .form-control {
  background-color: #e6e6e6;
  border: none;
  font-size: 14px;
  min-height: 50px;
  padding: 10px 18px;
}

.user-icon {
  background-image: url(../images/user-icon.png);
  background-position: center left 12px;
  background-repeat: no-repeat;
  padding-left: 40px !important;
}

.email-icon {
  background-image: url(../images/email-input-icon.png);
  background-position: center left 12px;
  background-repeat: no-repeat;
  padding-left: 40px !important;
}

.password-icon {
  background-image: url(../images/password-icon.png);
  background-position: center left 12px;
  background-repeat: no-repeat;
  padding-left: 40px !important;
}

.login-register-form .info-icon {
  margin-right: 20px;
  width: 80px;
  min-width: 80px;
  height: 80px;
}

.gradient-border-box {
  background: linear-gradient(10deg, #8c62d9, #925ddd, #9856e1, #9f4fe3, #a746e6, #af3be7, #b72ce8, #c010e8);
  border-radius: 7px;
  padding: 2px;
  margin: 10px auto;
  overflow: hidden;
}

.gradient-border-box .inner-border {
  background: #fff;
  border-radius: 5px;
  padding: 12px;
  height: 76px;
  text-align: center;
  line-height: 50px;
}

.gradient-border-box .inner-border img {
  height: 100%;
  object-fit: contain;
}

.login-register-form .submit-btn {
  background: #8962d9;
  color: #fff;
  font-weight: 500;
  border: none;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 32px;
}

.login-register-form .submit-btn:hover {
  background-color: #c200e9;
}

.login-register-form .fb-btn,
.login-register-form .google-btn {
  background: #3a5999;
  color: #fff;
  width: 100%;
  padding: 14px 8px;
  margin-bottom: 8px;
  border: none;
  border-radius: 6px;
  margin-bottom: 18px;
}

.login-register-form .google-btn {
  background: #c42f11;
}

.faq-accordion .accordion-button {
  background-color: #8962d9;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  font-size: 18px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #8962d9;
  box-shadow: none;
}

.faq-accordion .accordion-body {
  background-color: #e6d9ff;
  border-radius: 0 0 8px 8px;
  color: #555;
  font-size: 14px;
}

.faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.faq-accordion .accordion-item {
  border: none;
  background: none;
}

.testimonial-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  transition: all 0.3s;
}

.testimonial-card:hover {
  border: 1px solid #a746e6;
}

.testimonial-card .name {
  font-weight: 600;
  margin-bottom: 0;
  color: #212121;
  font-size: 19px;
}

.testimonial-card .title {
  font-size: 14px;
  color: #c200e9;
  margin-bottom: 0;
}

.testimonial-card .stars i {
  color: #ffc107;
  font-size: 12px;
}

.testimonial-card .quote {
  color: #8962d9;
  font-size: 30px;
}

.test-avatar img {
  border: 5px solid #d4d4d4;
}

.pagination .page-link {
  border: none;
  color: #6e6e6e;
  background-color: #e4e2e7;
  margin: 0 8px;
  border-radius: 5px;
}

.pagination .active .page-link {
  background-color: #c200e9;
  color: #fff;
}

.pagination .page-link:hover {
  background-color: #c200e9;
  color: #fff;
}

.pagination .disabled .page-link {
  background-color: transparent;
}

.contact-info-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.contact-info-icon {
  margin-right: 15px;
  margin-top: 3px;
}

.contact-info-box h6 {
  color: #212121;
  margin-bottom: 3px;
  font-size: 19px;
}

.contact-info-box small {
  color: #6e6e6e;
  margin-bottom: 2px;
  display: block;
  font-size: 16px;
}

.contact-info-box small a {
  color: #6e6e6e;
}

.contact-info-box small a:hover {
  color: #af3be7;
}

.contact-info-icon i {
  background: linear-gradient(10deg, #8c62d9, #925ddd, #9856e1, #9f4fe3, #a746e6, #af3be7, #b72ce8, #c010e8);
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 7px;
  font-size: 20px;
}

.contact-social-col ul li {
  margin-right: 8px;
}

.contact-social-col ul li a {
  background: linear-gradient(10deg, #8c62d9, #925ddd, #9856e1, #9f4fe3, #a746e6, #af3be7, #b72ce8, #c010e8);
  color: #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 7px;
  font-size: 20px;
}

.contact-social-col ul li a:hover {
  background: linear-gradient(10deg, #c010e8, #c010e8, #c010e8, #c010e8, #c010e8, #c010e8, #c010e8, #c010e8);
  color: #fff;
}

.contact-social-col {
  border-top: 1px solid #a1a1a1;
}

.contact-from-col {
  padding: 40px 50px;
  border-radius: 20px;
}

.contact-social-col h5 {
  color: #212121;
  font-size: 22px;
  margin-bottom: 25px;
}

.blog-img-col img {
  border-radius: 15px;
}

.blog-img-col:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  content: '';
  transition: 0.2s;
  position: absolute;
  border-radius: 16px;
  background-color: rgba(137, 98, 217, 0.5);
}

.blog-page-sec .blog-card h5 {
  margin-bottom: 20px;
}


.blog-page-sec .blog-card:hover .blog-img-col:before {
  opacity: 1;
}

.blog-page-sec .blog-card h5 a {
  color: #212121;
}

.blog-page-sec .blog-card {
  border-radius: 0;
  transition: all 0.5s;
  font-size: 15px;
  position: relative;
}

.blog-page-sec .blog-card:after {
  content: '';
  background-color: #c200e9;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  transition: all 0.5s;
  height: 2px;
}

.blog-page-sec .blog-card:hover:after {
  width: 98%;
  transition: all 0.5s;
}

.blog-details-content h1,
.blog-details-content h2,
.blog-details-content h3,
.blog-details-content h4,
.blog-details-content h5,
.blog-details-content h6 {
  color: #212121;
  margin: 15px 0 18px;
}

.key-reasons {
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 11px;
  font-size: 35px;
}

.blog-details-content .text-primary {
  color: #8962d9 !important;
}

.blog-details-content ul {
  padding-left: 0;
  margin: 0 0 16px;
}

.blog-details-content ul li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 17px;
}

.blog-details-content ul li:before {
  content: '\f0da';
  color: #8962d9;
  font-size: 16px;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0px;
}

.blog-details-content label {
  color: #6e6e6e;
  font-size: 14px;
  margin-bottom: 10px;
}

.blog-details-content .form-control {
  background: #a1a1a1;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 10px 16px;
  font-size: 15px;
}

.blog-details-content form textarea {
  height: 100px;
}

.blog-details-content form .btn-primary {
  border-radius: 50px;
  padding: 10px 50px;
}

.blog-details-content .form-heading {
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 11px;
  font-size: 30px;
  margin-bottom: 40px;
}

button#sendOtpBtn,
button#sendOtpBtn1 {
  padding: 6px 10px;
  min-width: 107px;
  border-radius: 0;
}

@media (max-width:1199px) {
  .inner-page-banner .banner-title {
    font-size: 44px;
  }

  .counter-number {
    font-size: 44px;
  }

  .counter-number .plus,
  .counter-number .unit {
    font-size: 34px;
  }

  .why-choose-icon {
    height: 100px;
  }

  .inner-page-banner {
    height: 400px;
  }

  .form-header {
    font-size: 30px;
  }

  .app-coming {
    font-size: 20px;
    margin-top: 20px;
  }

}

@media (max-width:991px) {

  .inner-page-banner .banner-title {
    font-size: 45px;
  }

  .inner-page-banner {
    height: 300px;
  }

  .counter-number {
    font-size: 33px;
  }

  .counter-number .plus,
  .counter-number .unit {
    font-size: 26px;
  }

  .why-choose-icon {
    height: 80px;
  }

  .form-header {
    font-size: 26px;
    padding: 21px 45px;
  }

  .become-an-agent-form label.form-label {
    font-size: 15px;
  }

  .login-register-form .login-register-left {
    padding-right: 20px;
  }

  .login-register-form .form-header {
    font-size: 21px;
  }

  .login-register-form .form-header small {
    font-size: 14px;
  }

  .login-register-form .info-text h6 {
    font-size: 17px;
  }

  .login-register-form .info-text small {
    font-size: 14px;
  }

  .login-register-form .info-icon {
    margin-right: 17px;
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  .gradient-border-box .inner-border {
    padding: 6px;
    height: 56px;
    line-height: 44px;
  }

  .contact-from-col {
    padding: 40px 30px;
  }

  .contact-info-box small {
    font-size: 15px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu-1,
  .wsmenu>.wsmenu-list>li>.wsmegamenu-2 {
    width: 100%;
    overflow: hidden;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu-1 {
    left: 0;
  }

  .towing-img-1 {
    padding: 0px 15px 4px 15px;
  }

  .towing-img-2 {
    padding: 4px 15px 6px 15px;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu-1 .link-list-2 {
    padding-left: 7px;
    margin-left: 0;
  }

  body .pac-container {
    position: fixed !important;
    z-index: 999999 !important;
    top: 50% !important;
    bottom: auto !important;
  }
}


@media (max-width:767px) {

  .inner-page-banner .banner-title {
    font-size: 30px;
  }

  .inner-page-banner {
    height: 220px;
  }

  .form-header {
    font-size: 24px;
    padding: 16px 20px;
  }

  .login-register-form {
    display: block;
  }

  .login-register-form .login-register-left {
    padding: 0;
  }

  .testimonial-card .name {
    font-size: 17px;
  }

  .blog-card h5 {
    font-size: 18px;
    margin-top: 8px;
  }

  .blog-page-sec .blog-card h5 {
    margin-bottom: 15px;
  }

  .key-reasons {
    font-size: 24px;
  }

  .blog-details-content .form-heading {
    font-size: 22px;
    margin-bottom: 19px;
  }

  .blog-details-content .form-control {
    padding: 8px 15px;
  }

  .common-form.white-box select.form-control {
    padding: 20px 0;
  }

  .app-coming {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width:575px) {

  .inner-page-banner .banner-title {
    font-size: 26px;
  }

  .inner-page-banner {
    height: 180px;
  }

  .form-header {
    font-size: 17px;
    padding: 16px 17px;
  }

  .custom-upload-pdf .upload-btn {
    padding: 4px 13px;
    font-size: 10px;
  }

  .become-an-agent-form .submit-btn {
    margin-top: 10px;
    width: 100%;
  }

  .become-an-agent-form textarea {
    height: 110px;
  }

  .login-register-form .form-header {
    font-size: 19px;
    padding: 13px 0 13px 28px;
  }

  .login-register-form .form-content {
    padding: 25px 28px 30px;
  }

  .login-register-form .form-control {
    font-size: 13px;
    min-height: 43px;
  }

  .login-register-form .submit-btn {
    margin-bottom: 19px;
  }

  .login-register-form .fb-btn,
  .login-register-form .google-btn {
    padding: 10px 8px;
    margin-bottom: 8px;
  }

  .forget-link-col a {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .login-register-form .info-box {
    align-items: self-start;
  }

  .login-register-form .info-icon {
    margin-right: 13px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-top: 0;
  }

  .gradient-border-box .inner-border {
    padding: 5px;
    height: 46px;
    line-height: 35px;
  }

  .login-register-form .info-text h6 {
    font-size: 16px;
  }

  .login-register-form .info-text small {
    font-size: 13px;
  }

  .faq-accordion .accordion-button {
    font-size: 15px;
  }

  .testimonial-card {
    padding: 15px;
  }

  .test-avatar img {
    max-width: 60px;
  }

  .testimonial-card .title {
    font-size: 13px;
  }

  .contact-from-col {
    padding: 30px 20px;
  }

  .common-form textarea.form-control {
    min-height: 110px;
  }

  .contact-social-col h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .common-form.white-box select.form-control {
    padding: 16px 0;
  }
}