
.conimg{
    max-width:70%;
}


.nav-sticky{
    position: sticky;
    top: 0;
    z-index: 1000;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.yellowcolor{
    color:#ffc604;
}
     i.fa.fa-caret-right {
    font-size: 23px;
    padding-right: 5px;
}
      .r-80 {
        padding-top: 80px;
      }

      .hei {
        height: 92vh;
      }


  .bg {
    background-image: linear-gradient(93deg, rgb(10 22 80), rgb(10 22 80 / 0%)), /* overlay */ url(/assets/images/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.h1head {
    font-size: 4.3rem;
    line-height: 76px;
    color: #ffffff;
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 19px;
}
      .subhead {
        position: relative;
        display: inline-block;
        font-size: 1.7rem;
        line-height: 36px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #ffc604;
        font-style: italic;
        margin-bottom: 22px;
        padding-right: 48px;
      }

      .herop {
        position: relative;
        display: block;
        font-size: 1.1rem;
        line-height: 24px;
        font-family: 'Barlow', sans-serif;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 20px;
      }

      .box {
        position: relative;
        display: block;
        /*max-width: 99%;*/
        padding: 55px 0px 0px 0px;
      }

      .btn1 {
        position: relative;
        display: inline-block;
        font-size: 19px;
        line-height: 26px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #000000;
        text-transform: uppercase;
        background: #fec606;
        border-radius: 30px;
        padding: 15px 50px;
        letter-spacing: 1px;
        transition: all 500ms ease;
        text-decoration:none;
      }

      .btn1:hover {
        background: #fef22e;
        color: #000000;
        transform: scale(1.05);
        transition: transform 0.3s ease;
        cursor:pointer;
      }

      .get-quote {
        font-size: 18px;
        font-weight: 500;
        color: white;
        background-color: #fec606;
        border-style: none;
        border-radius: 36px 36px 36px 36px;
        padding: 9px 18px;
      }
      .get-quote:hover {

        background-color: #fec606;
        color: white;
      }

      .nav-link {
        color: black !important;
        font-weight: 500;
        font-size: 20px;
      }

      .section2-img {
        max-width: 100%;
      }

      .sec-title-two {
        position: relative;
        display: block;
        font-size: 3vw;
        line-height: 55px;
        font-weight: 900;
        font-family: 'Roboto', sans-serif;
        color: #071345;
      }

      .text p {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 30px;
        font-family: 'Barlow', sans-serif;
        color: #444;
        margin-bottom: 0px;
      }
      .text1 p {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 30px;
        font-family: 'Barlow', sans-serif;
        color: white;
        margin-bottom: 0px;
      }
      .ulclass li {
        font-weight: 500;
        font-size: 1.2vw;
        color: #0b1953;
        line-height:31px;
        font-family:'Barlow', sans-serif;
      }

      ul {
        list-style: none;
        padding-left: 0px !important;
      }

      .chooseus-style-12 {
        background-image: url("../images/shape-1-1.jpg");
      }
      
      .section3-text p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-bottom: 0px;
}

.list{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
    /*padding-left: 34px;*/
    margin-bottom: 11px;
}


.back{
    background: url("https://matchwarranty.com/assets/images/shape-47.png");
}


    .brd {
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 20px;
        background: white;
    }
    .icon {
        max-width:100%;
    }
    .bord {
        border-left: 1px solid #e4e4e4;
    }
    .brdt {
        border-top: 1px solid #e4e4e4;
    }
    .head {
        font-size: 16px;
        line-height: 30px;
        color: #0b1953;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        margin-bottom: 0px;
    }
   
    .service .icon {
        font-size: 27px; /* Increase icon size */
        margin-bottom: 10px; /* Space between icon and text */
        color: red;
    }
    .service a{
        text-decoration:none;
    }
    .service .head {
        font-size: 16px;
        line-height: 30px;
        color: #000000;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        margin-bottom: 0px;
    }
    
 
    
    @media only screen and (max-width: 768px) {
.hidemob{
display: none;   
}
}


#viewAllServices
{
    cursor:pointer;
}
    #additionalServices, #additionalServices2 {
    display: none;
    }
    .section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:column;
}
.parallax {
  background-image: url("https://images.unsplash.com/photo-1558985040-ed4d5029dd50?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NjIzODkxNjg&ixlib=rb-1.2.1&q=80"); 
}

.circle-icon {
    background-color: #fec606; /* Yellow background */
    border-radius: 50%; /* Make it circular */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Set width */
    height: 40px; /* Set height */
}

.circle-icon i {
    color: #fdfdff;
    font-size: 20px;
    /*text-shadow: 1px 1px 3px black;*/
}

.dsp{
    display:flex;
    justify-content:center;
    align-items:center;
}


.pt-100 {
    padding-left: 3vw;
    padding-right: 3vw;
}

.plr-80{
    padding-left:80px;
    padding-right:80px;
}







/*footer */
.footer-section {
  background-color: #0b1953;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
/*.footer-section:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: -146%;*/
/*  left: -18%;*/
/*  width: 44%;*/
/*  height: 257%;*/
/*  transform: rotate(54deg);*/
/*  background-color: rgb(31, 47, 64);*/
/*  -webkit-transform: rotate(54deg);*/
/*  -moz-transform: rotate(54deg);*/
/*  -ms-transform: rotate(54deg);*/
/*  -o-transform: rotate(54deg);*/
/*  z-index: -10;*/
/*}*/
/*.footer-section:after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  background-color: rgb(31, 47, 64);*/
/*  top: -24%;*/
/*  right: 4%;*/
/*  width: 26%;*/
/*  height: 264%;*/
/*  transform: rotate(44deg);*/
/*  -webkit-transform: rotate(44deg);*/
/*  -moz-transform: rotate(44deg);*/
/*  -ms-transform: rotate(44deg);*/
/*  -o-transform: rotate(44deg);*/
/*  z-index: -10;*/
/*}*/
.footer-top {
  padding-top: 45px;
  padding-bottom: 15px;
}
.footer-top p,
.company-footer-contact-list li {
  color: #ffffff;
}
.company-footer-contact-list {
  margin-top: 10px;
}
.company-footer-contact-list li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.company-footer-contact-list li+li {
  margin-top: 5px;
}
.company-footer-contact-list li i {
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
}

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
}
.widget-title {
  text-transform: capitalize;
}
.footer-top .widget-title {
  color: #efaf00;
  margin-bottom: 24px;
}
.courses-link-list li+li {
  margin-top: 10px;
}
.courses-link-list li a {
  color: #ffffff;
  text-transform: capitalize;
  font-family: var(--para-font);
  font-weight: 400;
  text-decoration:none;
}
.courses-link-list li a:hover {
  color: #ffb606;
}
.courses-link-list li i {
  margin-right: 5px;
}
.footer-top .small-post-title a {
  font-family: var(--para-font);
  color: #ffffff;
  font-weight: 400;
}
.small-post-item .post-date {
  color: #ffb606;
  margin-bottom: 3px;
  font-family: var(--para-font);
  font-weight: 400;
}
.small-post-list li+li {
  margin-top: 30px;
}
.news-letter-form {
  margin-top: 15px;
}
.news-letter-form input {
  width: 100%;
  padding: 12px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}
.news-letter-form input[type="submit"] {
  width: auto;
  border: none;
  background-color: #ffb606;
  padding: 9px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
}
.footer-bottom {
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.149);
}
.copy-right-text {
  color: #ffffff;
}
.copy-right-text a {
    text-decoration:none;
  color: #efaf00;
}
.terms-privacy li+li {
  margin-left: 30px;
}
.terms-privacy li a {
  color: #ffffff;
  position: relative;
  text-decoration:none;
}

.terms-privacy {
    display: flex;
    align-items: center;
    justify-content: end;
}

.terms-privacy li a:after {
  position: absolute;
  /*content: '-';*/
  color: #ffffff;
  display: inline-flex;
  top: 0;
  right: -18px;
}


.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  border-radius:5px;
}
.subscribe-form input::placeholder {
    color: #fff; /* Set placeholder color to white */
    opacity: 1; /* Ensure the placeholder is fully visible */
}
.subscribe-form button {
    position: absolute;
    right: 0px;
    background: #efaf00;
    padding: 13px 19px;
    border: 1px solid #efaf00;
    top: 1px;
    border-radius: 0px 5px 5px 0px;
    z-index: 0;
    cursor:pointer;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  /*transform: rotate(-6deg);*/
}
.terms-privacy li+li a:after {
  display: none;
}

/*footer */








    

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}

.slider {
	/*height: 100px;*/
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
    
}
	
    .slide-track {
        animation: scroll 50s linear infinite;
        display: flex
;
        width: calc(184px* 14);
        justify-content: center;}

	.slide {
		/*height: 100px;*/
		/*width: 280px;*/
text-align:center;
	}
	
	}
.bdp{
    font-weight: 600;
    font-size: 20px;
}
.bdp:after, .bdp:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 1px;
    background: #e2e2e2;
    margin: 0 10px;
}




.smltxt{
    font-size:12px;
    color:white;
}


.brd:hover .icon img {
    transform: scale(1.1); /* Slight zoom effect */
    transition: transform 0.3s ease-in-out; /* Smooth transition */
    cursor:pointer;
    
}

.brd:hover .text .head {
    transform: scale(1.05); /* Slight zoom effect for text */
    transition: transform 0.3s ease-in-out; /* Smooth transition */
    cursor:pointer;
    
    
    
}

.slide img {
    max-width: 90%;
}



/*mycss*/
a.call {
    color: white;
    text-decoration: none;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fec606;
    border-color: #fec606;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(252 204 0 / 29%);
}

.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
    color: white;
    background-color: #ffcd39;
    border-color: #ffc720;
}