/* RESPONSIVE */

@media (max-width:1199px){
  .header-btn,
  .hd-sec1 {
    
  }
}
@media only screen and (max-width: 600px) {

.main-logo {
    text-align: center;
}
.header-btn {
display: none !important;
}

.top-hdtext p {
    font-size: 13px;
}

.main-logo img {
    width: 255px !important;
    height: 100px !important;
}
.report-container {
    display: inline-block !important;
}

.left-box {
    width: 100% !important;
    height: auto !important;
    display: inline-block !important;
    background-size: cover !important;
    padding: 30px 0 !important;
    text-align: center !important;
}

section.car-report {
    width: 100% !important;
    float: left !important;
}

.right-box {
    width: 100% !important;
    display: inline-block !important;
    text-align: left !important;
    padding: 20px 0 !important;
}

.left-box h3 {
    font-size: 36px !important;
    line-height: 40px !important;
}
section.footer_contact p {
    text-align: left !important;
}

}

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins";
}
p {
  margin-bottom: 0px;
}
header {
  width: 100%;
  background: transparent;
  /* position: absolute; */
  /* top: 0; */
  /* z-index: 10; */
}
.main-logo img {
  width: 212px;
  height: 100px;
  object-fit: contain;
}
.hd-sec1 {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
  text-align: center;
}

.hd-email-icn i,
.hd-clock-icn i {
  font-size: 20px;
  color: white;
  margin-right: 10px;
}

.hd-email-icn p {
  font-size: 13px;
}

.hd-clock-icn p {
  font-size: 14px;
}

.hd-clock-icn h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}



/* HEADER  */


@media (min-width:1200px){
  .burger-menu-container {
    display: none;
  }
}
@media (max-width:1199px){
  .menu-lg-dnone {
    display: none;
  }
}



#burger-menu {
  cursor: pointer;
  height: 27px;
  margin: 0;
  overflow: visible;
  position: relative;
  z-index:2;
  display: block;
  width: 100%;
}
#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: #000;
  display: block;
  height: 4px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}
#burger-menu span:before,
#burger-menu span:after {
  content: "";
}
#burger-menu span {
  right: 0px;
  top: 13px;
  width: 27px;
}
#burger-menu span:before {
  left: 0px;
  top: -10px;
  width: 16px;
}
#burger-menu span:after {
  left: 0px;
  top: 10px;
  width: 20px;
}

#burger-menu.close span {
  transform: rotate(-45deg);
  top: 13px;
  width: 27px;
}
#burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 27px;
}
#burger-menu.close span:after {
  top: 0px;
  left:0;
  transform: rotate(90deg);
  opacity:0;
  width:0;
}
#menu{
  z-index:1;
  min-width:100%;
  min-height:100%;
  position: fixed;
  top: 0px;
  left: 0;
  height:0;
  visibility: hidden;
  opacity: 0;
  text-align:center;
  padding-top:20px;
  transition: all 0.3s ease-in-out;
}
#menu.overlay{
  visibility: visible;
  opacity: 1;
  padding-top: 130px;
  background: rgba(0,0,0,1);
}
#menu li{
  list-style:none;
}
#menu a{
  color:#fff;
  display:block;
  font-size: 20px;
  text-decoration:none;
  padding: 15px 0;
}
#burger-menu.close span:before,#burger-menu.close span {
 background:#fff;
}
#menu ul {
    padding: 0 15px;
}
#menu ul {
    text-align: left;
}
#menu ul > li {
    border-bottom: 1px solid;
}
.close {
    opacity: 1 !important;
}

.hd-email-icn,
.hd-clock-icn {
  margin: 0 10px;
  display: flex;
  align-items: center;
}
.top-head {
  background-color: #0168b0;
  color: white !important;
  padding: 15px 0;
}

.top-hdtext p {
  font-size: 14px;
  margin-bottom: 0px !important;
  text-align: center;
}

.main-menu ul {
  padding: 0;
}

.main-menu ul li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.main-menu a {
  font-size: 15px;
}
.header-btn {
  display: inline-flex;
  background-color: #0168b0;
  padding: 13px 15px;
  color: white !important;
  border-radius: 11px;
}

.header-btn a {
  color: white;
  font-size: 15px;
  font-weight: 800;
}

/*BANNER CSS*/
.banner-inner {
  display: flex;
  justify-content: space-between;
}
.section-banner {
  background-image: linear-gradient(146deg, #0112b01a 40%, #035c9bf2 100%);
  padding: 30px 0;
  width: 100%;
  margin-top: 0;
}

.section-banner-text h1 {
  font-size: 58px;
  font-weight: 900;
  line-height: 68px;
  margin-bottom: 18px;
}

.section-banner-text span {
  color: #0168b0;
}

.section-banner-text p {
  font-size: 17px;
  color: black;
  margin-bottom: 25px;
}

.section-banner-text-btn {
  display: flex;
}

.section-banner-text-btn1 a {
  background-color: black !important;
  padding: 14px 27px;
  font-size: 17px;
  color: white;
}

.section-banner-text-btn1 {
  margin: 15px 15px 0px 0px;
}

/* Banner Form  */

div#bannerform{
    padding:  0 0;
    border-radius: 15px !important;
}

div#bannerform h3 {
    background: #0168b0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    border-radius: 15px 15px 0 0 !important;
    margin-bottom: 0;
}
div#bannerform input#number {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 10px;
}

div#bannerform .input-group-text {height: 100%;padding: 0 10px;font-size: 15px;}

div#bannerform .input-group-text i {
    color: #0168b0 !important;
}
div#bannerform .btn {
    padding: 0 0 !important;
    background: #0168b0 !important;
    font-size: 20px;
    font-weight: 600;
    height: auto !important;
}

div#bannerform .text-center {
    height: auto;
    padding: 0 0 !important;
}
p.m-0 {
    font-size: 12px;
    padding: 10px 0 0 0;
    color: #000;
    float: left;
    width: 263px;
}
div#bannerform img {
    width: 249px;
    float: left;
    margin: 0 auto;
    height: auto;
    padding: 10px 0 0 0;
}

/*SECTION 2 TEXT*/
.section-text {
  margin: 60px 0px;
}

.section-text h2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 25px;
}

.section-text p {
  font-size: 16px;
}

.iconbox {
  background-color: #eff7ff;
  padding: 45px 25px 0;
  margin-bottom: 30px;
  min-height: 336px;
}

.iconbox img {
  width: 50px;
  margin-bottom: 15px;
}

.iconbox-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.iconbox-text p {
  font-size: 16px;
  color: #1e2022;
}

/*TESTIMONIAL SECTION*/
.section-testimonial {
  background-image: url(../images/bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
  color: white;
  margin-top: 50px;
}

.test-head h2 {
  font-size: 41px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 25px;
}

span.carousel-control-prev-icon {
  position: relative;
  left: -5vw;
}

.carousel-item p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 25px;
}

.carousel-item h3 {
  font-size: 19px;
}

.carousel-item span {
  color: #116fb4;
  font-size: 14px;
}
.carousel-item img {
  width: 60px;
  margin-bottom: 25px;
  object-fit: contain;
  height: 30px;
}

/*PACKAGES SECTION*/
.p-section5 {
  background-image: url(../images/bluebg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  margin-top: 50px;
  padding: 60px 0px;
}

.p-section5-maintxt span {
  font-size: 16px;
  font-weight: 500;
}

.p-section5-maintxt h2 {
  font-size: 48px;
  width: 60%;
  margin: 0 auto;
  line-height: 67px;
  padding-bottom: 15px;
}

.p-section5-maintxt p {
  font-size: 15px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 55px;
}

.p-section5-maintxt span {
  font-size: 16px;
  font-weight: 500;
}

.p-section5-maintxt h2 {
  font-size: 48px;
  width: 60%;
  margin: 0 auto;
  line-height: 67px;
  padding-bottom: 15px;
}

.p-section5-maintxt p {
  font-size: 15px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 55px;
}

.p-section5-main-pckg {
  background-color: white;
  color: black;
  padding: 50px;
  perspective: 1000px;
  /* -webkit-perspective: 1000px; */
  box-shadow: 20px 30px 60px 0px rgb(255 255 255 / 20%);
  border-radius: 10px;
  width: 95%;
  margin: 0 auto;
}
::marker {
  font-size: 0;
}
.main-pckg-icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.main-pckg-icontxt span {
  line-height: 25px;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 22px;
  font-weight: 900;
}
.main-pckg-pricing-title-one p {
  font-size: 18px;
  line-height: 18px;
  color: #777777;
}

.pricing-price-one h2 {
  font-size: 35px;
  line-height: 40px;
  color: #1471b5;
  padding-bottom: 30px;
  font-weight: 900;
}

.pricing-price-one span {
  color: #10161b;
  font-size: 16px;
  line-height: 15px;
  font-weight: 900;
  font-style: italic;
}
.pricing-price-one a {
  box-shadow: 5px 5px 30px 0px rgb(103 49 131 / 35%);
  transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  background: linear-gradient(90deg, #0168b0 0%, rgb(89 142 198) 100%);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
  height: 60px;
  padding: 18px 40px;
  border-radius: 30px;
  display: block;
  text-decoration: none;
}
.pricing-point-box-one ul {
  padding: 0;
  height: 195px;
  overflow-y: scroll;
}

.pricing-point-box-one h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 20px 0px 10px 0px;
}
.pricing-point-box-one span {
  color: #777777;
  font-size: 15px;
  margin-left: 10px;
}
.main-pckg-iconbox img {
  width: 100px;
  height: 80px;
  object-fit: contain;
}

.pricing-point-box-one li {
  padding-bottom: 10px;
  padding: 5px 10px;
}

.pricing-point-box-one li:nth-child(odd) {
  background: #ececec !important;
  border-top: 1px solid #dcdcdc;
  padding: 5px 10px;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #116fb4;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #116fb4;
}

.p-section6-txt h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: black;
  font-weight: bold !important;
  margin-bottom: 15px !important;
}

.p-section6-txt h2 {
  color: #116fb4;
  font-size: 34px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
.p-section6-txt p {
  font-size: 16px;
  color: black;
}

.p-section6-txt ul {
  padding: 0px;
  margin-bottom: 30px;
}

.p-section6-txt li {
  font-size: 15px;
  padding-bottom: 8px;
}

.p-section6-txt span {
  margin-left: 9px;
}
section.p-section.p-section6 {
  margin: 60px 0px;
}
.p-section6-img img {
  width: 530px;
  object-fit: cover;
}

a {
  text-decoration: none !important;
}

.iconbox i {
  font-size: 50px;
  color: #116fb4;
}




/*TITLE BANNER CSS*/

section.title-banner {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bluebg.jpg);
  margin-top: 0;
  padding: 80px;
}
.title-banner h2 {
  color: white !important;
  font-size: 45px;
  font-weight: 900;
  text-align: center;
}

/*FOOTER CSS*/
footer#footermain {
  background-color: #000000e4;
  padding: 50px 0 0;
  float: left;
  width: 100%;
}

.footermain-logo img {
  width: 293px;
  height: 130px;
  object-fit: contain;
}

.footermain-logo p {
  color: white;
  font-size: 22px;
  font-weight: 800;
}

ul.mainopt {
  padding: 0;
}

::marker {
  font-size: 0px;
}

.mainopt li {
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
  border: 1px solid white;
  padding: 5px 8px 3px 8px;
  border-radius: 100%;
}

.mainopt i {
  color: white !important;
}

#footermain h3 {
  font-size: 19px;
  color: white;
  margin-bottom: 32px;
}

.footermain-links ul {
  padding: 0;
}

.footermain-links ul li a {
  color: white;
  font-size: 15px;
  text-decoration: none;
}

.footermain-links ul li::marker {
  font-size: 0px;
}

.footermain-links ul li {
  margin-bottom: 16px;
  font-size: 15px;
  color: white;
}

.footermain-links i {
  font-size: 15px;
  color: white;
  margin-right: 13px;
}

.footermain-disc h3 {
  margin-bottom: 10px !important;
  font-weight: 800 !important;
  font-size: 16px !important;
}

.footermain-disc p {
  color: white;
  font-size: 10px;
}


@media (max-width: 576px) {
  .hd-sec1 {
    display: none;
  }
  .top-head {
    padding: 5px 0px !important;
    text-align: center;
  }
  .section-banner-img img {
    width: 354px;
    height: 200px;
    object-fit: cover;
  }
  .section-banner {
    padding: 30px 20px 0px 20px !important;
  }
  .banner-inner {
    flex-wrap: wrap;
  }
  .section-banner-img {
    position: relative;
    top: 13px;
  }
  .section-banner-text-btn1 {
    margin: 4px 15px 0px 0px;
  }
  .section-banner-text-btn1 a {
    padding: 14px 14px;
    font-size: 13px;
  }
  .section-banner-text {
    top: 0px;
  }
  .p-section2-icons h3 {
    font-size: 18px;
  }
  .p-section5 {
    padding: 50px 0 50px 0 !important;
  }
  .p-section5-maintxt h2 {
    font-size: 35px;
    width: 100%;
    line-height: 43px;
  }
  .p-section5-maintxt p {
    font-size: 14px;
    width: 100%;
  }
  .p-section5-main-pckg {
    padding: 30px;
    margin-bottom: 50px !important;
    width: 97%;
    margin: 0 auto;
  }
  section.p-section.p-section6 {
    margin: 0px !important;
    padding: 0px 20px;
  }
  .p-section6-img {
    margin-top: 40px;
  }
  .p-section6-img img {
    width: 335px !important;
  }

  .section-testimonial {
    padding: 35px 15px 90px 15px !important;
  }
  .carousel-item p {
    font-size: 14px;
  }
}


/* TESTIMONIAL */

.testimonial-item:before {
  content: '';
  background: url(../images/quote.png);
  width: 45px;
  height: 45px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.testimonial-item {
  padding: 0 30px;
  text-align: left;
}
.testimonial-inner {
    font-size: 16px;
    margin-bottom: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}
.swiper-button-next,
.swiper-button-prev {
    width: 12px;
}

.test-head {
  padding:0 30px;
}



.banner-inner-row,
.pricing-inner-row {
  padding: 20px 0;
}





/* FOOTER */

.footermain-links ul > li > a {
  transition: .2s ease-in-out;
}
.footermain-links ul > li > a:hover {
  color: #0168B0;
}
@media (max-width:991px){
  footer#footermain * {
    text-align: center;
}
}

/* GENERAL CSS */

.cstm-btns-wrapper {
  margin-bottom: 20px;
}
.btn {
  background: #0168B0 !important;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  padding: 10px 20px;
  min-width: 140px;
  font-size: 14px;
}

.btn:hover {
  box-shadow: inset 0 0 100px rgba(0,0,0,.1);
}


.row-center {
    align-items: center;
}
img {
    max-width: 100%;
}
















ul.list-item {
    column-count: 2;
}

.left-box {
    width: 40%;
    background: url(../images/report-bg.jpg) no-repeat #00000080;
    background-position: center center;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 53%);
}

.report-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-box {
    width: 60%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 115px;
    background-image: red;
    background: #0168b0;
}

.left-box:before {
    content: '';
    position: absolute;
    /* background-color: #000; */
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.left-box h3 {
    color: #fff;
    position: relative;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 0 0 0;
}

.left-box h3 span {
    display: block;
    color: #fff;
    font-weight: 700;
}

.right-box ul li {
    color: #fff;
    font-size: 18px;
}

.right-box ul li + li {
    margin-top: 13px;
}

.right-box ul li svg {
    margin-right: 12px;
    height: 17px;
}
.right-box ul li {
    color: #fff;
    font-size: 18px;
}


.cp {
    border-top: 1px solid #cbcbcb;
    padding: 10px 0;
    text-align: center;
    margin: 30px 0 0 0;
}

.title-area.text-left {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 0 0 0;
    color: #fff;
}

.title-area.text-left span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.title-area.text-left ul {
    float: left;
    clear: both;
    padding: 0 0 0 0;
}

.title-area.text-left h2 {
    float: left;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.title-area.text-left p {
    float: left;
    width: 100%;
    font-size: 16px;
    padding: 10px 0;
    line-height: 30px;
}
ul.nav-optn li {
    margin: 10px 0 0 0;
    font-size: 15px;
}

ul.nav-optn li i {
    padding: 0 10px 0 0;
}
.cp p {
    font-size: 16px;
}

section.footer_contact input , section.footer_contact textarea {
    font-size: 13px;
    font-weight: 600;
}

section.footer_contact  input.btn.btn-primary {
    font-size: 18px;

}



/*Checkput page*/

.checkoutforminner {
    --display: flex;
    --background-transition: 0.3s;
    --border-radius: 19px 19px 19px 19px;
    box-shadow: 0px 0px 71px -45px #3B72D6;
    padding: 30px 40px;
    margin: 70px 0;
}

.checkoutforminner label {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin: 0 0 1px 0;
}

.checkoutforminner input {
    font-size: 15px;
    color: #000 !important;
    font-weight: 500;
    margin: 0 0 10px 0;
    border: 2px solid #0168b0;
}
h4.checkoutformtitle {
    color: #3B72D6;
    font-family: "Arial", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}
h4.mb-3.paymenttitle {
    color: #000;
    font-size: 17px;
}

ul.list-group.mb-3 li {
    font-size: 17px;
    color: #000;
}

section.checkoutform {
    width: 100%;
    float: left;
    clear: both;
}
section.title-banner.page_title {
    padding: 40px 0;
}

#bannerform #car_number {
    font-size: 16px;
    text-transform: uppercase;
}