
@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');

p{
    font-family: 'Nunito Sans', sans-serif;
    color: #4a4a4a;
    }
.btn-link {
    font-weight: 400;
    text-decoration: none !important;
}
.feature-content-para{
    margin-bottom: 30px;
}

.image_1{
    width: 200px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.choose h5{
    font-weight: 700;
    width: 70%;
    line-height: 1.8rem;

}
.choose {
    display: flex;
    flex-direction: column;
    height: auto;
}
.read-more-btn {
    margin-top: auto;
}

.icon{
    width: 60px;
    height: 60px;
    margin: 10px 0px;
}
.quote{

    max-width: 1000px;
}
.text-left {
    text-align: left;
}

.read-more-btn{
    color:#a840d8 ;

}
.component{
    text-align: center;
}
.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: 15px 20px;
    border-radius: 6px;
    color: #a840d8;
    transition: 0.2s;
    font-size: 12px;
    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: 2rem !important;
}
.feature-content{
    padding:0 20px
}
.feature-content h3{
    font-size: 20px;
    font-weight: 700;
}
.accordion-button {
    max-width: 100%;
    margin: 20px auto;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-heading {
    text-align: center;
}

@media (max-width: 768px) {


}





.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:60px;
    height: 60px;
    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;
 }
.btn-panda.top{
    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: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
}

.arrow-div img{
    margin-top: 75px;
}
.more-content {
    display: none;
}
.more-contents{
    display: none;
}

.extra-content{
    display: none;
}
/* .coverage-option .card img{
    width: 80px;
    height: 80px;
} */
.coverage-option .card ul li{
    font-size: 18px;
    font-family: 'Nunito Sans', sans-serif;
    color:#4a4a4a;}
@media(max-width:767px){
    .hero-product{
        text-align: center;
    }
    .circle-div {
        margin: 0 auto;
    }
    .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;
    }
    .btn-panda{
      padding: 10px 15px;

    }
    .arrow-div{
        display: none;
    }
    .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{
        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;
}
}


@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) {
    .amazongift {
        width: 190px;
        right: 180px;
        top: 14px;
    }
    .quote-result-page {
        display: none;
    }
    .hero-content{
        text-align: center;
        width: 100%;
    }

}
@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) {
    .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 .collapse{
        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;
    }
}
body {
    overflow-x: hidden;
}

body,
p {
    font-family: 'Nunito Sans', sans-serif;
    color: #4a4a4a;
}

.row {
    margin: 0px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 18px;
}

a:hover {
    text-decoration: none !important;
    color: #a840d8;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    color: #4a4a4a;
    /* margin-bottom: 35px !important; */
}

ul {
    padding: 0;
}

h1 {
    font-size: 54px;
    font-weight: 400;
}

/* h2, h1.h2 {
    font-size: 45px;
    font-weight: 700;
} */

h3 {
    font-size: 30px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

h5 {
    font-size: 20px;
    font-weight: 400;
}

.quote h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;;
}
.mm {
    margin: 0 auto;
    max-width: 600px;
}


.btn,
.btn:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

.btn-panda {
    background-color: #a840d8;
    padding: 15px 20px;
    border-radius: 6px;
    color: #ffffff;
    transition: 0.2s;
    font-size: 15px;
    letter-spacing: 1.5px;
    box-shadow: 0px 0px 10px 0px #4e4e4e61;
    text-transform: uppercase;
}

.btn-panda:hover {
    background-color: #8b35b3;
    color: #ffffff;
}

.btn-panda:active {
    background-color: #8b35b3;
    border: none;
    color: #ffffff;
    box-shadow: 0px 0px 3px 2px #4e4e4e31;
    transform: scale(0.996);
}

.btn-panda-outline {
    background-color: none !important;
    padding: 10px 20px;
    border: 1px solid #a840d8;
    border-radius: 6px;
    color: #a840d8;
    transition: 0.2s;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.btn-panda-outline:hover {
    background-color: #a840d8;
    color: #ffffff;
}

.btn-panda-outline:active {
    background-color: #8b35b3;
    color: #ffffff;
}

.badge-panda {
    background-color: #a840d8;
    color: #f6f6f6;
    padding: 6px 20px;
    border-radius: 25px;
    position: absolute;
    font-size: 13px;
    font-weight: 600;
}

.bg-section {
    background-color: #fbfbfb;
}

.imgcol {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@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: 1rem;
    padding: 20px 15px;
    position: relative;
    box-shadow: 4px 4px 12px 0px #0000001f;
    margin: 0px 0px 30px 0px;
}
    .imgcol {
        justify-content: center;
        align-items: center;
    }
}

.container-fluid {
    padding: 0px;
}


/* Nabvar */

.navstyle {
    position: fixed;
    justify-content: space-around;
    top: 0;
    min-height: 72px;
    width: 100%;
    padding: 0px 3%;
    background-color: #fff;
    z-index: 1500;
	transition: transform 1s ease 0s;
}

.navstyle .hamburger {
    display: none;
    width: 90%;
    max-width: 50px;
    z-index: 7000;
    transition: .3s ease;
}

.navstyle .hamburger:active path {
    stroke: #e5e5e5;
}

.navstyle .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0px;
    transform: translate(-50%,65px);
    transition: transform 0.2s ease 0s;
    z-index: 1;
}

.navstyle .navbutton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navstyle .navbutton .btn-panda-outline {
    font-size: 12px !important;
    font-weight: 800;
}

.navstyle .navbar-brand #logo {
    /*transition: 0.2s;*/
    width: 160px;
}

@media only screen and (max-width: 1024px) {
    .navstyle .navbar-brand #logo {
        width: 130px;
    }
    .navstyle .navbar-brand {
        transform: translate(-50%, 0px);
    }
}

.navstyle li {
    padding-left: .2rem;
    padding-right: .2rem;
}

.navstyle .btn-panda-outline #short-text {
    display: none;
}

.navstyle .lang_text {
    font-size: 16px;
}

.hamburger-menu {
    visibility: hidden;
    position: fixed;
    border-bottom: #e0e0e0 SOLID 1px;
    padding-top: 100px;
    top: -700px;
    left: 0px;
    width: 100%;
    height: auto;
    transition: 0.5s cubic-bezier(1, 0, 0, 1);
    box-shadow: 0px 0px 20px 5px #dfdfdf8c;
}

.change {
    top: 0px;
    background-color: #e2d6d6;
    z-index: 2;
}

.hamburger-menu #menu-txt li {
    position: relative;
    display: block;
    padding: 20px 25px;
    transition: width 0.25s ease;
}

.hamburger-menu #menu-txt li::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f6f6f6;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

.hamburger-menu #menu-txt li:hover::after {
    width: 100%;
}

.hamburger-menu #menu-txt li:active {
    background-color: #a840d8;
    color: #fff;
}

.hamburger-menu #lang {
    margin: 25px 25px;
    float: right;
}

.hamburger-menu li a {
    font-size: 20px;
    color: #a840d8;
}


/* 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 p {
    font-size: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

.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%;
}

.backdrop {
    float: right;
}

.backdrop .line {
    position: absolute;
    bottom: -72px;
    background-color: #f9f9f9;
    height: 110px;
    width: 100%;
    z-index: -1000;
}

.backdrop .line #grassl {
    position: absolute;
    bottom: 20px;
    left: 200px;
}

.backdrop .line #butterfly {
    position: absolute;
    bottom: 35px;
    left: 200px;
    transform: rotate(30deg);
}

.backdrop .line #grassr {
    position: absolute;
    bottom: 15px;
    right: 170px;
}

.clouds {
    width: 100%;
    position: absolute;
    top: 120px;
    z-index: -1000;
}

.backdrop .bleft {
    position: relative;
    background: url("/assets/common/img/home-hero-leftside.svg");
    background-repeat: no-repeat;
    background-position: -1% 89%;
    background-size: 440px;
}

.backdrop .bright {
    position: relative;
    background: url("/assets/common/img/home-hero-rightside.svg");
    background-repeat: no-repeat;
    background-position: 102% 100%;
    background-size: 440px;
}

.backdrop .bright .suirrells {
    visibility: visible;
    position: absolute;
    right: 0;
    bottom: 0;
}

.backdrop .bcenter {
    position: absolute;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    bottom: 29px;
    left: 53%;
    transform: translateX(-53%);
}

.backdrop .panda {
    position: absolute;
    bottom: -55px;
    right: 358px;
    z-index: 800;
}

.backdrop .cycle {
    opacity: 0.4;
    position: absolute;
    bottom: 105px;
    left: 220px;
    z-index: -800;
    width: 230px;
}

.backdrop .birdststic {
    position: absolute;
    left: 24px;
    top: 211px;
    z-index: 200;
}

/* .Info,
.partners-cmp-price {
    text-align: center;
} */

/* .Info .infocol { */
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: flex-start; */
/* } */

/* .Info .infocol p {
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom:0px;
} */
p.h6{

    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 36px;
    margin: 0 20px 0px;
}
/* .btn-panda.pricebtn{
  font-size:13px;
} */

.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: 18px;
}

@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;
}


/* Info */


/* Steps */

.steps h2 {
    text-align: center;
}

.steps {
    height: 640px;
}

.steps .nav {
    display: block;
}

.steps #pills-tab li {
    list-style: none;
}

.steps #pills-tab {
    position: relative;
    float: left;
    margin-top: 50px;
}

.steps #pills-tab #line {
    position: absolute;
    top: 32px;
    left: 32px;
    z-index: 0;
}

.steps .tab-content {
    float: right;
    margin-top: 60px;
}

.steps .nav-pills .nav-link {
    padding: 40px 0;
    border-radius: 0px;
    background-color: #ffffff;
    font-weight: 700;
}

.steps .nav-pills .nav-link .number {
    padding: 19px 27px;
    font-weight: 900;
    margin-right: 16px;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: 0px 0px 1px #000;
    background: #fff;
    z-index: 99;
}

.steps .nav-pills .nav-link.active .number {
    background: #a840d8;
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #a840d8;
}

.steps .tab-content .tab-pane .svgcontainer {
    width: 600px;
    height: 358.69px;
}

.steps .tab-content .tab-pane #step1 {
    background: url(/assets/common/img/insurance-icon-01.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.steps .tab-content .tab-pane #step2 {
    background: url(/assets/common/img/insurance-icon-02.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.steps .tab-content .tab-pane #step3 {
    background: url(/assets/common/img/insurance-icon-03.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.steps .tab-content .tab-pane .svgcontainer #cars {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.steps .tab-pane {
    position: relative;
}

.steps .tab-pane h3 {
    margin-top: 40px;
    font-weight: 700;
}

.steps .tab-pane p {
    margin-left: 15%;
    margin-right: 15%;
}


/* Steps */


/* Studies */

.studies img {
    width: 340px;
    height: auto;
}

.studies #windowc {
    position: absolute;
    width: 340px;
    height: auto;
}


/* Studies */


/* Reinventing */

.reinventing {
    text-align: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}

.reinventing li {
    list-style: none;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 15px;
    width: 210px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 14px 2px #51515112;
    height: 200px;
}

.reinventing li img {
    margin-bottom: 10px;
}

.reinventing ul {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    margin-top: 80px;
}

@media screen and (max-width: 1000px) {
    .reinventing ul {
        max-width: 762px;
    }
}

.reinventing .check h6 {
    padding-left: 40px;
    text-align: left;
    margin-bottom: 0px;
}


/* Reinventing */


/*find Insure*/

.find-insure img {
    width: 600px;
    height: auto;
}


/*find Insure*/

.why-us {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.why-us p {
    margin-bottom: 60px;
}

.why-us .reasons .colmn {
    text-align: center;
    margin-bottom: 40px;
}

.why-us .reasons .colmn p {
    font-size: 28px;
    margin-top: 15px;
    color: #4a4a4a;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.2;
}

.why-us .reasons .colmn img {
    height: 60px;
    width: auto;
}

.partner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.testimonial .slider {
    max-width: 100%;
    overflow-x: hidden;
    padding-bottom: 60px;
    padding: 50px 0px 100px 0px;
}

.testimonial .slider .infiniteslide_wrap {
    padding-bottom: 35px;
}

.review-image {
  width:46px;

}

.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;
}

#get_started {
    background: url(/assets/common/img/testionial-floor.svg) #fbfbfb;
    background-repeat: no-repeat;
    background-position: 28% 98%;
    background-size: 90%;
    padding-bottom: 250px;
}

#get_started .btn-panda {
    margin-top: 50px;
}

@media only screen and (max-width: 1300px) {
    .header .contents {
        width: 100%;
    }
    .header .content .cta {
        margin: auto;
        width: auto;
    }
    #coluds {
        display: none;
    }
    .backdrop .bleft {
        visibility: hidden;
    }
    .backdrop .bright {
        position: relative;
        height: 100%;
    }
    .backdrop .bright .suirrells {
        display: none;
    }
    .backdrop .cycle svg,
    .backdrop .birdststic,
    .backdrop .butter {
        display: none;
    }
    .backdrop .bcenter {
        visibility: visible;
        bottom: -40px;
    }
    .navstyle {
        padding-left: 2%;
        padding-right: 2%;
    }
    .navstyle .navbar-brand #logo {
        width: 150px;
        transition: 0.2s;
    }
    .navstyle .menucontainer {
        position: relative;
        background-color: #fff;
    }
    .navstyle .btn-panda-outline #short-text {
        display: inline;
    }
    .navstyle .btn-panda-outline #full-text {
        display: none;
    }
    h2 {
        font-size: xx-large;
    }
    p {
        font-size: large;
    }
    .find-insure .findtext {
        padding-right: 25px;
        text-align: center;
    }
    .steps .tab-pane h3 {
        margin-top: 30px;
        font-weight: 700;
    }
    .steps .tab-pane p {
        font-size: 18px;
        margin-left: 2%;
        margin-right: 2%;
    }
    .studies img {
        width: 300px;
        height: auto;
        margin-bottom: 50px;
    }
    .studies .studytext {
        margin-top: 0px;
    }
    .studies #windowc {
        width: 300px;
        position: absolute;
        top: 0;
        height: auto;
    }
    .find-insure img {
        width: 400px;
        height: auto;
    }
    .we-work {
        text-align: center;
        background-color: #fbfbfb;
    }
    .we-work .work {
        display: none;
    }
    .reinventing .check {
        margin: 0 auto;
        width: 380px;
    }
    .reinventing {
        background-size: 160%;
    }
    .reinventing ul {
        justify-content: center;
    }
    .reinventing ul li {
        margin: 20px !important;
    }
    .testimonial {
        background-size: 190%;
        background-position: bottom left;
        padding-bottom: 250px;
    }
    .partner .brands .brands_item .card {
        height: 225px;
        width: 225px;
        justify-content: center;
        align-items: center;
    }
    .why-us .reasons .colmn h5 {
        font-size: 20px;
    }
    .steps .tab-content .tab-pane #carcontainer {
        position: relative;
        background: url(/assets/common/img/carbg.svg) 0 0;
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: cover;
        animation: bg-cycle 30s linear infinite;
    }
    .steps .tab-content .tab-pane .svgcontainer #cars {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 430px;
    }
    /* .steps .tab-content .tab-pane .svgcontainer #progress { */
    /* width: 430px; */
    /* } */
    @keyframes bg-cycle {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 131% 0;
        }
    }
}

@media only screen and (max-width: 1100px) {
    .navstyle .menucontainer .hamburger {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        cursor: pointer;
        z-index: 7000;
    }
    .steps .tab-content {
        display: none;
    }
    .steps #pills-tab {
        float: left;
    }
    .steps .nav-pills .nav-link .left {
        float: left;
    }
}

@media only screen and (max-width: 850px) {
    .backdrop .bright {
        position: relative;
        background-position: 102% 100%;
        background-size: 300px;
    }
    .steps .nav-pills .nav-link {
        padding: 30px 0;
    }
    .Info .infocol .component:last-of-type p {
        margin: 10px 0 0 0;
    }
    .partners-cmp-price .card:last-of-type {
        margin: 0px 0px 0px 0px;
    }
    .steps {
    }
    .steps .nav-pills .nav-link {
        padding: 30px 0;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    .steps .nav-pills .nav-link .number {
        text-align: center;
        padding: 10px 18px;
    }
    .steps .nav-pills .nav-link .steptext {
        margin-top: auto;
        margin-bottom: auto;
    }
    #get_started {
        background-position: left bottom;
        background-size: 800px;
        padding-bottom: 250px;
    }
}

@media only screen and (max-width: 600px) {
    body,
    p {
        font-size: 16px;
        font-family: 'Nunito Sans', sans-serif;
        color: #4a4a4a;
    }
    .header {
        margin-top: 100px;
    }

    .header .contents {
        display: block;
        text-align: center;
        margin: 0 auto;
        z-index: 1000;
        margin-top: 20px;
        width: 100%;
    }
    .header .contents h2, {
        font-size: 25px;
    }
    /* .header .contents p {
        font-size: 18px;
    } */
    .header .contents .rows .cta {
        width: auto;
    }
    .steps .tab-content .tab-pane .svgcontainer {
        margin: auto;
        margin-top: 80px;
        width: 230px;
        height: 117.85px;
    }
    .steps .tab-content .tab-pane #carcontainer {
        position: relative;
        background: url(/assets/common/img/carbg.svg) 0 0;
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: cover;
        animation: bg-cycle 30s linear infinite;
    }
    .steps .tab-content .tab-pane .svgcontainer #cars {
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 230px;
    }
    .steps .tab-content .tab-pane .svgcontainer #progress {
        width: 230px;
    }
    .studies img {
        width: 150px;
        height: auto;
        margin-bottom: 50px;
    }
    .studies .studytext {
        margin-top: 0px;
    }
    .studies #windowc {
        width: 150px;
        position: absolute;
        top: 0;
        height: auto;
    }
    .reinventing ul {
        justify-content: space-around;
    }
    .navstyle .navbar-brand {
        transform: translate(-50% 0px);
    }
}

@media only screen and (max-width: 650px) {
    .navbar .navbutton .btn-panda-outline {
        display: none;
    }
}
@media only screen and (max-width: 425px) {
    .header .backdrop {
        position: relative;
        height: 617px;
        bottom: 0px;
        left: 0;
        width: 100%;
    }
    .header {
        width: 100%;
        position: relative;
        height: 627px;
        margin-top: 100px;
    }
    .header .contents .btn-panda {
        font-size: 16px;
    }
    .testimonial .slider {
        padding: 0px 0px 50px 0px;
    }
}



.navstyle{
  padding:0 !important;
}

.navbar-nav .nav-link {
  font-size: 16px;
}

@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;
    }
}

.steps .nav-pills .nav-link {
  padding: 40px 0;
  border-radius: 0px;
  background-color: #ffffff00;
  font-weight: 700;
}

@media only screen and (max-width: 370px) {
  .partner .brands .brands_slider_container {
    padding-left: 60px;
  }
}

.partner-card {
    display: block !important;
}

@media only screen and (min-width: 768px) {
.partner-company-logo {
    text-align: center;
}
}

@media only screen and (max-width: 768px) {
    .partner-card {
        display: flex !important;
        flex-direction: column !important;
    }

    .partners-company-name {
        float: right;
    }
}

.owl-carousel .owl-item img {
    width: auto !important;
}

.testimonial {
    padding-top: 30px !important;
}
/* Giveback */

.give-back {
position: relative;
box-shadow: 0px -20px 20px 11px #e8e8e89e;
border-radius: 20px;
text-align: left;
padding: 80px 35px 140px 35px;
background-image: url('/assets/common/img/bg-giveback.png');
background-size: 100%;
background-repeat: no-repeat;
background-color: #fff;
background-position: bottom;
}

.give-back p {
margin-top: 20px;
font-size: 18px !important;
}

.give-back h2 {
: 0;
}

.give-back p span {
font-weight: 400;
}

.give-back .btn-panda-outline {
font-weight: 700;
letter-spacing: 0.5px;
}

.ourpledge {
text-align: center;
position: absolute;
font-weight: 800;
line-height: 15px;
font-size: 13px;
right: 50px;
bottom: 112px;
}

@media (max-width: 768px) {
.give-back .col-md-7 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.give-back {
text-align: center;
padding: 50px 15px;
height: 800px;
background-position: 100% 100%;
background-size: auto;
}
}

@media (max-width: 500px) {
.give-back {
height: 950px;
background-position: 92% 100%;
}
.ourpledge {
right: 16px;
}
}

.blank-space {
height: 100px;
}

/* The Modal (background) */
.modal-blocker {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1600; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-blocker-content {
  padding: 20px;
}
.adblocker-modal{
  background-color: #fefefe;
  max-height:70%;
  border-radius: 10px;
  margin: auto;
  width: 50%;
  overflow:hidden;
  padding-bottom:20px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.adblocker-button{
    background-color: #a840d8;
    padding: 15px 20px;
    border-radius: 6px;
    color: #ffffff;
    transition: 0.2s;
    font-size: 15px;
    letter-spacing: 1.5px;
    box-shadow: 0px 0px 10px 0px #4e4e4e61;
    text-transform: uppercase;
}
#adblocker-message, .adblocker-modal-logo{
  text-align:center;
}
.adblock-modal-video {
  width: 100%;
  height: 100%;
}
#adblocker-video {
  display:none;
}
#adblocker-close {
    color: #8b35b3;
    font-size: 20px;
    float: right;
    cursor: pointer;
  }
.adblocker-modal-logo img{
  width:150px;
}
@media (max-width: 425px) {
.contents h1{
font-size:32px;
font-weight:700;
margin:0 2px;
}

.adblocker-modal{
  background-color: #fefefe;
  max-height: 93%;
  border-radius: 10px;
  margin: auto;
  width: 80%;
  overflow:hidden;
  padding-bottom:20px;
}
.adblocker-modal-logo img{
  width:150px;
}
#adblocker-message h3 {
  font-size: 20px;
}
.modal-blocker {
  margin: auto;
}
.adblocker-button {
    background-color: #a840d8;
    padding: 7px 15px;
    border-radius: 6px;
    color: #ffffff;
    transition: 0.2s;
    font-size: 14px;
    letter-spacing: 1px;
    /* box-shadow: 0px 0px 10px 0px #4e4e4e61; */
    text-transform: uppercase;
  }
  .adblocker-modal-list {
    font-size:13px;
  }
  #adblocker-video .row div h5 {
    font-size:15px;
    margin-bottom:16px;
  }
}

img.giveback_leaf{
    vertical-align: top;
    width:16px;
}
.bold {
  font-weight:bold;
}
.follow_up_sub_title {
  font-size: 1.1rem !important;
}
.follow_up_comment {
  height:150px;
}

/* legacy */
a#bbblink{display:block;position:relative;text-align:center;color:#005A78;text-decoration:none;overflow:hidden;margin:0;padding:0;}a#bbblink img{border:0;position:absolute;top:0;left:0;margin-left:0;max-width:200%;}a#bbblink.cshzbal,a#bbblink.cshzbul{width:293px;height:61px;}a#bbblink.cuvtbas,a#bbblink.cuvtbus{width:63px;height:134px;}a#bbblink.cuvtbam,a#bbblink.cuvtbum{width:69px;height:145px;}a#bbblink.cuvtbal,a#bbblink.cuvtbul{width:81px;height:171px;}a#bbblink.cuhzbas,a#bbblink.cuhzbus{width:96px;height:50px;}a#bbblink.cuhzbam,a#bbblink.cuhzbum{width:137px;height:70px;}a#bbblink.cuhzbal,a#bbblink.cuhzbul{width:160px;height:82px;}a#bbblink.ruvtbas,a#bbblink.ruvtbus{width:40px;height:75px;}a#bbblink.csvtbas,a#bbblink.csvtbus{width:153px;height:100px;}a#bbblink.csvtbam,a#bbblink.csvtbum{width:158px;height:110px;}a#bbblink.csvtbal,a#bbblink.csvtbul{width:187px;height:130px;}a#bbblink.cshzbas,a#bbblink.cshzbus{width:200px;height:42px;}a#bbblink.cshzbam,a#bbblink.cshzbum{width:250px;height:52px;}a#bbblink.ruhzbam,a#bbblink.ruhzbum{width:150px;height:69px;}a#bbblink.sevtbam,a#bbblink.rbvtbam,a#bbblink.sevtbum,a#bbblink.rbvtbum{width:60px;height:98px;}a#bbblink.sevtbam:hover img,a#bbblink.rbvtbam:hover img,a#bbblink.ruvtbam:hover img,a#bbblink.sevtbum:hover img,a#bbblink.rbvtbum:hover img,a#bbblink.ruvtbum:hover img{margin-left:-60px;}a#bbblink.ruvtbam,a#bbblink.ruvtbum{width:60px;height:110px;}a#bbblink.sehzbas,a#bbblink.rbhzbas,a#bbblink.sehzbus,a#bbblink.rbhzbus{width:100px;height:38px;}a#bbblink.sehzbas:hover img,a#bbblink.rbhzbas:hover img,a#bbblink.ruhzbas:hover img,a#bbblink.sehzbus:hover img,a#bbblink.rbhzbus:hover img,a#bbblink.ruhzbus:hover img{margin-left:-100px;}a#bbblink.ruhzbas,a#bbblink.ruhzbus{width:100px;height:48px;}a#bbblink.sevtbas,a#bbblink.rbvtbas,a#bbblink.sevtbus,a#bbblink.rbvtbus{width:40px;height:65px;}a#bbblink.sevtbas:hover img,a#bbblink.rbvtbas:hover img,a#bbblink.ruvtbas:hover img,a#bbblink.sevtbus:hover img,a#bbblink.rbvtbus:hover img,a#bbblink.ruvtbus:hover img{margin-left:-40px;}a#bbblink.sehzbal,a#bbblink.rbhzbal,a#bbblink.sehzbul,a#bbblink.rbhzbul{width:200px;height:76px;}a#bbblink.sehzbal:hover img,a#bbblink.rbhzbal:hover img,a#bbblink.ruhzbal:hover img,a#bbblink.sehzbul:hover img,a#bbblink.rbhzbul:hover img,a#bbblink.ruhzbul:hover img{margin-left:-200px;}a#bbblink.ruhzbal,a#bbblink.ruhzbul{width:200px;height:90px;}a#bbblink.sevtbal,a#bbblink.rbvtbal,a#bbblink.sevtbul,a#bbblink.rbvtbul{width:80px;height:132px;}a#bbblink.sevtbal:hover img,a#bbblink.rbvtbal:hover img,a#bbblink.ruvtbal:hover img,a#bbblink.sevtbul:hover img,a#bbblink.rbvtbul:hover img,a#bbblink.ruvtbul:hover img{margin-left:-80px;}a#bbblink.ruvtbal,a#bbblink.ruvtbul{width:80px;height:144px;}a#bbblink.sehzbam,a#bbblink.rbhzbam,a#bbblink.sehzbum,a#bbblink.rbhzbum{width:150px;height:57px;}a#bbblink.sehzbam:hover img,a#bbblink.rbhzbam:hover img,a#bbblink.ruhzbam:hover img,a#bbblink.sehzbum:hover img,a#bbblink.rbhzbum:hover img,a#bbblink.ruhzbum:hover img{margin-left:-150px;}

/*error css*/

.errhead {
    margin: 120px 0px;
}

#container-img {
    position: relative;
    width: 280px;
    height: 331.5px;
}

#can {
    position: absolute;
    top: 0;
    right: 0;
}


.partners-cmp-price .pricecol p {
	min-height: 0;
	margin: 20px 0 0 !important;
}

/* .partners-cmp-price .card {
	min-height: 320px;
} */

.partners-cmp-price .btn-panda.pricebtn {
	position: absolute;
	bottom: 20px;
}

@media(max-width:727px) {
	.partners-cmp-price .card {
		min-height: 0;
	}

	.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;
	}
}


/**** option-3 hero slider ***/




.hero-flex,.header .hero-flex{
    text-align:left;
    max-width:1080px;
margin-left:auto;
margin-right:auto;

}


.hero-slider{
  display:none;

border-radius: 1.24rem;


    margin-bottom:0;

   position:relative;
    list-style:none;

}
.hero-slider-wrap.slick-center{
    transform:scale(1.12);
    transition: transform .4s ease;


}
.hero-slider-wrap.slick-center .hero-slider-item{

    box-shadow:0 10px 14px #0000000d;

}

.hero-slider .slick-list{

    padding: 55px 25px !important;
}


.hero-slider-wrap {
    border:1px solid #e8e8e8 !important;
    border-radius:10px;
    margin: 5px;
  }
.hero-slider-item {
    padding:10px;
    border-radius:10px;
    background-color:#fff;

    display: flex;
    justify-content: space-between;
    align-items: center;

    position:relative;
    color:#67738f;
  }

.hero-slider-img{
    width : 110px;
    height:45px;
   display:flex;
   align-items:center;

}

.hero-slider-img img{
    width:100%;
}
.hero-slider-btns {
    display: flex;
  }
.hero-slider-price {

    font-size: 14px;
    font-weight:bold;

  }
  .hero-slider-bynow {
    display:block;
    background-color: #a840d8;
    color: #fff;
    padding: 5px 6px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-left:5px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content:center;
  }
  .hero-slider-bynow:hover {

  background-color: #a840d8;
  color: #fff;


}

.best-offer {
    position: absolute;
    color: #fff;
    background-color: #a840d8;
    border:1px solid #a840d8;
    padding: 1px 8px;
    border-radius: 40px;
    font-size: 8px;
    top: -8px;
    font-weight:bold;



    background:linear-gradient(-45deg, #a840d8, #78458e,#a840d8, #5b0d80);
	background-size: 400% 400%;
	animation: gradient 5s ease infinite;
  }

  @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

  .hero-slider-month{

    font-size:12px;
  }



  .hero-slider .slick-arrow{
      display:none !important;
  }

  .hero-content{
      display:flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
      padding-right: 25px;
  }
  .partners-hero-header .backdrop{
    height:920px;
  }

  .hero-content  p{
      margin:0 5px 25px ;
      font-size: 18px;
  }
  .hero-contents p{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .main-heading{
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;

}
  .hero-content  .h2{
      font-size:40px;
      font-weight: 700;
      margin-bottom: 25px;
      line-height: 48px;
  }

 .best-deal .hero-slider-price {
    font-size: 16px;

  }

  .best-deal .hero-slider-bynow {

    /*! font-size: 11px; */
  }

  @media only screen and (max-width: 1024px) {
    /* .hero-content {

        padding-left: 25px;
      } */
    }

    @media only screen and (max-width: 768px) {
        .arrow{
            display: none;
        }
          .hero-content {
            width: 100%;
            text-align:center;
          }

          .hero-slider {
            max-width:425px;
            margin: 0 auto;
            margin-top:30px;
          }


        .hero-slider-img {
          width: 80px;
          height: 20px;
        }
        .hero-slider-price {
            font-size: 12px;
        }
        .best-deal .hero-slider-price {
            font-size: 12px;

          }
        .hero-slider-month {
            font-size: 10px;
          }

        .hero-slider-bynow {

          font-size: 8px;
        }
        .choose{
            padding-left: 1.5rem !important;
            padding-right: 1.5rem !important;
        }
          /* .header.partners-hero-header{
            height: 1100px;
        } */
          .partners-hero-header .backdrop{
            height:1000px;
          }
          .hero-content .btn-panda {
            margin-bottom: 30px;
        }
        .header .contents {
            margin-top:150px;
        }

        }

        @media only screen and (max-width: 576px) {

              .hero-slider {
                width: 100%;


              }

              .hero-slider-bynow{
                  font-size:10px;
              }
              .hero-slider-img{
                width : 80px;
                height:35px;
              }
              .hero-slider-price {
                font-size: 12px;
              }
              .hero-slider-month {
                font-size: 10px;
              }
              /* .hero-content .h2 {
                font-size: 30px;
                line-height: 35px;
            } */
            .header .contents {
                margin-top: 50px;
              }
            }


              .hero-slider::after, .hero-slider::before {
                content: "";
                width: 100%;
                height: 75px;
                position: absolute;
                z-index: 99;
                left:0;
              }
              .hero-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));
              }

              .hero-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);
              }

              /*
              .item1-delay {
                animation-delay:0s;
              }
              .item2-delay {
                animation-delay:0.2s;
              }
              .item3-delay {
                animation-delay:0.6s;
              }
              .item4-delay {
                animation-delay:1.0s;
              }
              .item5-delay {
                animation-delay:1.4s;
              }
              .item6-delay {
                animation-delay:1.8s;
              }
              */
.header .contents .btn-panda, .homeheader .btn-panda {
display: inline-block;
}


.hero-items {
  text-align: left;
}

.hero h1{
  font-size:60px;
  font-weight:800;
  line-height: 70px;
  margin-bottom: 10px !important;
}
.hero {
  margin-top: 104px;
  padding: 60px 0 80px;
}
.hero p{
  /* font-size:20px; */
  margin-bottom:45px;
  margin: 0 0 50px 0;
}
.hero .col-md-8,.hero .col-md-4{
  display: flex;
justify-content: center;
flex-direction: column;
}
.hero-img img {
  max-width: 250px;
}
.hero-img {
  display: flex;
  justify-content: flex-end;

}


.hero .btn-panda {
  font-size: 18px;
  min-width: 340px;
  text-align:center;
}







@media (max-width: 567px) {

  .hero p {
    font-size: 18px;
  }
  .hero-content .h2{
    font-size: 32px;
  }
  .hero-content .text-left{
    text-align: center;
  }
  .hero-content p{
    font-size: 18px;
    width: 100% ;
    text-align: left;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .quote .col-md-12{
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
.main-heading{
font-size: 32px;
line-height: 40px;
}
.hero-flex h6 {
    font-size: 20px;
}
  .logo img {
    width: 120px;
  }
  .hero {
    margin-top: 64px;
  }
 .p7-color{
display:block;
}



  .partner-logo img {
    width:65px;
}

}

/* .policy ul li a {
    font-size: 14px !important;
} */

.subtext-right {
    display: block;
    font-size:10px;
    color: #c6c6c6;
    margin-right: 33px;
}

.subtext {
    font-size: 14px !important;
    color: #9e9e9e;
}

