
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.btn-link {
  font-weight: 400;
  text-decoration: none !important;
}

.insurance_companies__image {
  width: 200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.insurance_companies__choose_section h5 {
  font-weight: 700;
  width: 70%;
  line-height: 1.7rem;
}

.insurance_companies__choose_section {
    display: flex;
    flex-direction: column;
    height: auto;
}
.read-more-btn {
    margin-top: auto;
    color:#a840d8;
}

.insurance_companies__choose_section_icon {
    width: 60px;
    height: 60px;
    margin: 10px 0px;
}
.quote{
    max-width: 1000px;
}
.text-left {
    text-align: left;
}

.component{
    text-align: left;
}
.read-more-btn i{
    margin-left: 10px;
}

.view-more-btn{
    color:#000 ;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;

}
.view-more-btn i{
    margin-left: 8px;
    background-color: #9F57C0;
    color: #fff;
    font-size: 10px;
    padding: 6px;
    border-radius: 50%;
}
.card ul{
    padding: 0 17px;
    margin-top: 10px;
}
.btn-link{
    margin-top: 20px;
}
.btn-link i{
    background-color: #a840d8;
    color: #fff;
    border-radius: 50px;
    margin-left:5px
}

.btn-insurance {
    background-color: none;
    padding: 10px 15px;
    border-radius: 6px;
    color: #a840d8;
    transition: 0.2s;
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    box-shadow: 0px 0px 10px 0px #4e4e4e61;
    text-transform: uppercase;
    border: 1px solid #a840d8;
}

.features img{
    margin-top: 20px;
    width: 60px;
    height: 60px;
}
.compare{
    padding:0 20px
}
.econonmy{
    padding:0 20px;
    float: left;
}
.compare h3 {
    font-size: 20px;
    font-weight: 700;
}

.compare p {
    margin-bottom: 1.5rem !important;
}
.feature-content{
    padding:0 20px
}
.feature-content h3{
    font-size: 20px;
    font-weight: 700;
}
.c-heading {
    text-align: center;
}

.image-container {
    width: 60px;
    height:60px;
    border: 1px solid #4a4a4a;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  .image-container.middle{
    margin: 0 auto;
  }
  .middle img {
    width: 70%;
    height: auto;
    object-fit: cover;
  }
  .component{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%
  }
  .circle{
    width: 60px;
    height: 60px;
    background-color: #f7f7f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 10px;
  }

  .card-header {
    border-radius: 10px;
    padding: 15px;
}

.circle-div{
    color: #a840d8;
    border: 1px solid #a840d8;
    width:50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    flex-shrink: 0;
  }
 .card{
    border-radius: 8px;
 }

.compare-img{
    width: 60px;
    height: 60px;
    margin-top: 20px;
 }
 .feature-content ul {
    color:#4a4a4a;
    padding: 0 20px;
    font-size: 18px;
 }

 .benefits img{
   width: 60px;
   height: 60px;
   margin-top: 20px;
}

.shadow{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.shadow:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
    position: relative;
}
.hero-flex h6{
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 36px;
}

.arrow-div img{
    margin-top: 75px;
}
.more-content {
    display: none;
}
.more-contents{
    display: none;
}

.extra-content{
    display: none;
}

.coverage-option .card ul li{
  font-size: 1.1rem;
  font-family: 'Nunito Sans', sans-serif;
  color:#4a4a4a;
}

@media(max-width:767px){
    .hero-product{
        text-align: center;
    }
    .circle-div {
        align-self: start;
    }
    .econonmy{
        padding: 0 !important;

    }
    .partners-cmp-price  .contents .col-md-6{
        margin-left: 1rem;
        margin-right: 1rem;
      }
    .card img{
        width:50px;
        height: 50px;
    }
    .pricecol .col-md-6{
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        padding-top: 1.5rem;
    }

    .coverage-option{
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        margin-top: 1rem;
    }
    .btn-insurance{
        padding: 10px 15px;
        word-break: break-word;
    }
    .arrow-div{
        display: none;
    }
    .cover .accordion{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .compare-aviva{
        flex-direction: column !important;
        /* align-items: center !important;  */
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .compare-aviva img{
        width:100% ;
        max-width: 150px;
        margin-bottom: 15px;
        margin-top: 15px;
        margin:0 auto;
    }
    .btn-link.compare {
        width: 100%;
      }
      .col-md-5{
        padding-left: 0rem !important;
        padding-right: 0rem !important;

      }
      .col-md-12{
        flex-direction: column;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
      }
      .compare{
        padding: 0 !important;
      }
      .feature-content {
        padding: 10px 0;
      }
      .hero-contents p{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        text-align: left;

      }
      .hero-content span .py-4{
        padding-bottom: 0rem !important;
        padding-top: 0rem !important;
      }
      .thought-content{
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
      }
      .component{
        text-align: center;
        flex-direction: column;
        width: 100%;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
      }
      .box .circle{
        display: none;
      }
      .econonmy-sec{
        flex-direction: column;
      }
      .econonmy-sec img{
            height: auto;
            width: 150px;
      }
      .compare-economy{
        flex-direction: column;
        width: 100%;
        /* direction: ; */

      }
      .compare-economy img{
        margin: 0 auto;
}
.insurance_companies__top_margin {
  margin-top: 3.5rem;
}
}


@media (max-width: 1200px) {
    .pricelist ul li a {
        margin: 0 0 10px 0;
    }
    .pricelist {
        margin-top: 50px;
    }
}
@media(max-width:767px) {
    .pricelist {
        margin-top: 30px;
    }
    .hero-section{
        margin-top: 240px;
    }
    .insurance-card{
        margin-top: 1rem;
    }

    .text-left {
        text-align: center;
    }
    .aviva-intro{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        text-align: left;
    }
    .compare-wawanesa{
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        flex-direction: column;
    }
    .pricelist ul {
        padding: 0;
        width: 100%;
    }
    .pricelist ul li a:hover,
    .pricelist ul li a:focus {
        transform: scale(1);
    }
    .paycon {
        text-align: center;
        margin-bottom: 50px;
    }
}


@media(max-width:768px) {
  .header .contents {
    margin-top: 130px auto !important;
  }
  .amazongift {
    width: 190px;
    right: 180px;
    top: 14px;
  }
  .quote-result-page {
    display: none;
  }
  .hero-content{
    text-align: center !important;
    width: 100%;
    padding-right: 0px !important;
  }
  .hero-content p{
    text-align: center !important;
  }

}
@media (max-width: 425px) {
    .amazongift {
        width: 165px;
        right: 169px;
        top: 14px;
    }
    .qr {
        padding: 10px 0 0;
    }
    .qr .slick-list {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .ore {
        padding: 0;
    }
}

@media(max-width:767px) {
    .qr .over {
        margin-top: 50px;
    }
    .qr .paycon {
        margin-bottom: 20px;
    }
}
@media (min-width: 275px) and (max-width: 800px) {
    .pricelist ul li a {
        width: 100%;
    }
    .priceimg {
        width: 35%;
    }
    .pricebox {
        width: 65%;
    }
    .priceimg img {
        width: 60px !important;
    }
    .pricebox span {
        font-size: 13px;
    }
    .qr .savings span.bynow {
        font-size: 11px;
    }
}


@media(min-width:768px) {
    .insurance_quote_aquiry_bullets {
      margin-inline-start: 7rem;
      margin-top: 0.5rem;
    }

    .qr .savings span.bynow {
        font-size: 13px;
    }
        .quotelist ul {
            margin: 0 auto;
            width: 650px;
        }
}

    .qr .over {
        margin-top: 20px;
        background-image: -webkit-linear-gradient(top, #fff, rgba(249, 251, 254, 0) 88px), -webkit-linear-gradient(bottom, #F8F8F8, rgba(249, 251, 254, 0) 88px);
        background-image: -moz-linear-gradient(top, #fff, rgba(249, 251, 254, 0) 88px), -moz-linear-gradient(bottom, #F8F8F8, rgba(249, 251, 254, 0) 88px);
        background-image: linear-gradient( 180deg, #fff, rgba(249, 251, 254, 0) 88px), linear-gradient( 0deg, #F8F8F8, rgba(249, 251, 254, 0) 88px);
    }

    .qr .paycon {
        text-align: center;
        margin-bottom: 50px;
    }

    .qr .savings span {
        line-height: 18px;
        text-align: center;
    }


    .bg-none {
        background-image: none !important;
    }

    .qr .slick-slide {
        height: auto;
    }

    .qr .slick-arrow {
        display: none !important;
    }

    .pricelist {
        position: relative;
    }

    .amazongift {
        display: none;
        position: absolute;
        width: 300px;
        right: 180px;
        top: 22px;
        background: #000;
        z-index: 9999;
        padding: 10px;
        border-radius: 20px;
        webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: amm;
        animation-name: amm;
    }

    @keyframes amm {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
    }

    .amazongift i {
        margin-right: 10px;
        color: #fff;
    }

    .amazongift span {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
    }

    .savings:hover .amazongift {
        display: flex;
        align-items: center;
    }

    .qr {
        padding: 10px 0 20px;
    }

    .qr .col-md-12 {
        justify-content: space-evenly;
    }

    .qr .pricelist {
        margin: 0;
        width: 40%;
    }

    .qr .pricelist ul li a {
        width: 90%;
    }

    .qr .savings {
        background-color: #a840d800;
        color: #fff;
        border: 0;
    }

    .qr .savings span.bynow {
        font-weight: 600;
        background-color: #a840d8;
        border: 1px solid #a840d8;
        padding: 4px 5px;
        border-radius: 4px;
    }


    .qr .slick-center a {
        transform: scale(1.2);
        box-shadow: 0 0 30px rgba(0, 0, 0, .15)
    }

    .qr .slick-slide {
        width: auto !important;
        float: none;
    }

   .qr .vertical-slider:after,
    .qr .vertical-slider:before {
        content: "";
        width: 100%;
        height: 130px;
        position: absolute;
        z-index: 99;
    }

    .qr .vertical-slider:before {
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(241, 246, 248, 0)));
        background: linear-gradient( 180deg, #fff 0, rgba(241, 246, 248, 0));
    }

    .qr .vertical-slider:after {
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 246, 248, 0)), to(#fff));
        background: linear-gradient( 180deg, rgba(241, 246, 248, 0) 0, #fff);
    }

    .qr .vertical-slider {
      list-style-type:none;
    }
@media (min-width: 900px) {
    .qr .slick-list {
        padding-left: 85px !important;
        padding-right: 85px !important;
    }
  }
    .qr .slick-center a {
        transform: scale(1.2);
        box-shadow: 0 0 30px rgba(0, 0, 0, .15)
    }
    .qr {
        position: relative;
    }
    .vertical-slider:after,
    .vertical-slider:before {
        content: "";
        width: 100%;
        height: 130px;
        position: absolute;
        z-index: 99;
        left: 0;
    }
    .vertical-slider:before {
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(241, 246, 248, 0)));
        background: linear-gradient( 180deg, #fff 0, rgba(241, 246, 248, 0));
    }
    .vertical-slider:after {
        bottom: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 246, 248, 0)), to(#fff));
        background: linear-gradient( 180deg, rgba(241, 246, 248, 0) 0, #fff);
    }
    .over .img img {
        width: 100%;
    }
    .pay {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .paycon {
        text-align: left;
    }
    .paycon h2 {
        margin: 0;
    }
    .paycon p {
        margin-top: 20px;
    }
    .over h6,
    .working h6 {
        font-size: 20px;
        letter-spacing: 0.46px;
        line-height: 24px;
        font-weight: 700;
        color: #162029;
        margin-bottom: 20px;
    }
    .overpay {
        margin: 20px 0 0;
    }
    .pricelist ul {
        list-style: none;
        padding-left: 0px;
    }
    .pricelist ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px 10px 10px 15px;
        margin-bottom: 10px;
        transition: transform .5s;
        box-shadow: 4px 4px 12px 0px #0000001f;
    }
    .pricebox {
        display: flex;
    }
    @media (min-width:800px){
    .priceimg img {
        width: 120px !important;
    }
  }
    .pricebox div {
        border-radius: 8px;
        padding: 10px 0;
        font-size: 11px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 5px;
        width: 70px;
    }
    .monthly {
        border: 1px solid #EDEDED;
        color: #3c3c3c;
        background-color: #F4F4F4;
    }
    .qr .savings {
        background-color: #a840d800;
        color: #fff;
        border: 0;
    }
    .pricebox span {
        font-weight: 700;
        font-size: 16px;
    }
    .bestoffer {
        position: relative;
    }

    .accordion .card .collapse{
        padding: 10px 26px;
    }

    .accordion .card .collapsing{
        padding: 10px 26px;
    }



@media (max-width: 375px) {
    .pricelist ul li a {
        width: 100%;
    }
    .qr .priceimg {
        width: 35%;
    }
    .qr .pricebox {
        width: 65%;
    }
    .qr .priceimg img {
        width: 60px !important;
    }
    .qr .pricebox span {
        font-size: 13px;
    }
    .qr .savings span.bynow {
        font-size: 11px;
    }
}

@media (min-width: 275px) and (max-width: 800px) {
    .qr .pricebox {
        width: unset;
    }
}

.quote h6 {
    font-size: 1.3rem;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;;
}
.mm {
    margin: 0 auto;
    max-width: 600px;
}

@media only screen and (min-width: 991px) {
.partners-cmp-price .card {
    color: #4a4a4a;
    /* font-size: 18px; */
    padding: 25px 25px;
    position: relative;
    box-shadow: 4px 4px 12px 0px #0000001f;
    margin: 0px 0px 30px 0px;
}
}

@media only screen and (max-width: 990px) {
.partners-cmp-price .card {
    color: #4a4a4a;
    font-size: 1.1rem;
    padding: 20px 15px;
    position: relative;
    box-shadow: 4px 4px 12px 0px #0000001f;
    margin: 0px 0px 30px 10px;
    max-width: 43rem;
}
    .imgcol {
        justify-content: center;
        align-items: center;
    }
}

/* Navbar */
.header {
    width: 100%;
    position: relative;
    /* height: 760px; */
    height: 580px;
    margin-top: 20px;
    /* margin-bottom:75px; */
}

.header .contents {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    text-align: center;
    margin: 180px auto;
}

.header h2, .header .h2 {
    margin-bottom: 30px;
    color: #585859;
}

.header h4 {
    font-weight: 800;
    margin-bottom: 30px;
    color: #585859;
}

.header .rows {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    width: 70%;
}

.header .contents a {
    display: inline-block;
}

.header .backdrop {
    position: relative;
    height: 710px;
    bottom: 0px;
    left: 0;
    width: 100%;
}

p.h6{

    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 36px;
    margin: 0 20px 0px;
}
.partners-cmp-price .pricecol  p.h6 {
    margin: 15px 0;
}

.partners-cmp-price .pricecol p {
    margin: 0 0 15px 0;
    min-height:70px;
}

.Info .infocol .component p {
    padding: 0 10px;
}

.Info .infocol .component img {
    width: 200px;
    height: 200px;
}


.partners-cmp-price .card p {
    font-size: 1.1rem;
}

@media screen and (max-width: 1000px) {
    .partners-cmp-price ul {
        max-width: 762px;
    }
}

.partners-cmp-price .component img {
    margin-bottom: 20px;
}

.partners-cmp-price .component {
    margin-top: 80px;
}
.pricecol .card{
    border-radius: 8px;
    height: auto;
}
.pricecol .card .new {
    right: 10px;
    top: 12px;
}

.testimonial .slider {
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 60px;
    padding: 50px 0px 100px 0px;
}

.testimonial .slider .cardcontainer {
    margin-top: 25px;
    display: inline-block;
}

.testimonial .slider .card {
    width: 400px;
    height: 250px;
    padding: 30px 35px;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #fff;
    box-shadow: 0px 0px 20px 5px #dfdfdf8c;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 60%;
    text-align: left;
}

.testimonial .slider .card:hover {
    opacity: 100%;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.testimonial .slider .card p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color:#181717;
}

.testimonial .slider .card .h6 {
    margin-bottom: 0px;
    font-size: 18px !important;
    font-weight: 600 !important;
    /*color: #a840d8;*/
    color: #3c0556 !important;
}

.testimonial .slider .card .names p {
    font-size: 14px;
}

@media only screen and (max-width: 425px) {
  .testimonial .slider {
     padding: 0px 0px 50px 0px;
  }
}

@media only screen and (max-width: 1250px) {
    .navstyle .navbar-nav {
        display: none;
        text-align: left;
    }
  .navstyle .menucontainer {
    position: relative;
    background-color: #fff;
  }
}

@media only screen and (max-width: 1250px){
  .navstyle .menucontainer .hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 7000;
  }

	.navstyle .language {
			display: none;
	}
    .navstyle .hamburger-menu {
        visibility: visible;
    }
}

.testimonial {
    padding-top: 30px !important;
}

.partners-cmp-price .pricecol p {
	min-height: 0;
	margin: 8px 0 0 !important;
}

.partners-cmp-price .btn-panda.pricebtn {
	position: absolute;
	bottom: 20px;
}

@media(max-width:727px) {
	.partners-cmp-price .card {
		min-height: 0;
    max-width: 33rem;
    margin: 0px 0px 30px 15px;
	}

	.partners-cmp-price .btn-panda.pricebtn {
		position: unset;
	}

	.partners-cmp-price .pricecol p {
		margin: 0 0 20px !important;
	}

	.partners-cmp-price .pricecol .h6 {
		margin-top: 20px !important;
	}
}
@media(max-width:550px) {
	.partners-cmp-price .card {
		min-height: 0;
    max-width: 30rem;
    margin: 0px 0px 30px 15px;
	}
}
@media(max-width:500px) {
	.partners-cmp-price .card {
		min-height: 0;
    max-width: 28rem;
    margin: 0px 0px 30px 5px;
	}
}
@media(max-width:450px) {
  .header .contents {
      margin: 90px auto !important;
    }
	.partners-cmp-price .card {
		min-height: 0;
    max-width: 89vw;
    margin: 0px 0px 20px 10px;
	}
}
@media(max-width:350px) {
	.partners-cmp-price .card {
		min-height: 0;
    max-width: 17rem;
    margin: 0px 30px 30px 0px;
	}
}

.hero-flex,.header .hero-flex{
    text-align:left;
    max-width:1080px;
    margin-left:auto;
   margin-right:auto;
}

.hero-content{
    text-align: justify;
  padding-right: 25px;
}

.partners-hero-header .backdrop{
  height:920px;
}

.hero-contents p{
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .arrow{
    display: none;
  }
  .insurance_companies__choose_section{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.insurance-company-slider .slick-slide {
  margin: 0 10px;
}
.insurance-company-slider > img {
  max-height: 60px;
  display: inline-block;
  object-fit: contain;
}
.box {
  width: auto;
}
