.insuranceBenefitWrap {
    padding: 105px 0
}

.insuranceBenefitWrap .col {
    width: 49.5%;
    display: inline-block;
    vertical-align: top
}

.insuranceBenefitWrap .col.motorInsBenifit .contentSec {
    display: inherit;
    float: left
}

.insuranceBenefitWrap .col .contentSec {
    width: 69%;
    display: inline-block;
    vertical-align: top
}

.insuranceBenefitWrap .col .contentSec h2 {
    text-transform: uppercase;
    font-size: 3rem;
    font-family: "Rubik-Bold"
}

.insuranceBenefitWrap .col .contentSec ul {
    margin-top: 25px
}

.insuranceBenefitWrap .col .contentSec ul li {
    font-size: 1.8rem;
    color: #0072bc;
    font-family: "Rubik-Regular";
    margin-bottom: 35px;
    padding-left: 25px;
    position: relative
}

.insuranceBenefitWrap .col .contentSec ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff9b41;
    display: block
}

.insuranceBenefitWrap .col .owl-dots {
    text-align: right;
    padding: 10px 5% 0
}

.insuranceBenefitWrap .insuranceVideo .contentSec {
    width: 100%
}

.insuranceBenefitWrap .insuranceVideo p {
    color: #000;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 25px 0
}

.insuranceBenefitWrap .insuranceVideo .insVideoWrap {
    background: #F7F7F7;
    min-height: 236px;
    float: left;
    width: 100%;
    max-width: 510px;
    cursor: pointer;
    position: relative;
    z-index: 0
}

.insuranceBenefitWrap .insuranceVideo .insVideoWrap img {
    width: 100%
}

.insuranceBenefitWrap .insuranceVideo .insVideoWrap .videoPlayIcon {
    float: left
}

.insuranceBenefitWrap .insuranceVideo .insVideoWrap .videoPlayIcon:before {
    position: absolute;
    content: '';
    width: 53px;
    height: 53px;
    background: url(../../../../../../content/dam/bagic/index/sprite.png) no-repeat;
    background-position: -365px -231px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}
.insuranceBenefitWrap .col .owl-dots {
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .container {
        padding: 0 40px
    }
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 20px
    }
}

@media screen and (max-width: 1024px) {
    .insuranceBenefitWrap {
        padding: 50px 0 0
    }
    .insuranceBenefitWrap .col {
        width: 100%
    }
    .insuranceBenefitWrap .col.insuranceBenefitDetail {
        padding-bottom: 0px
    }
    .insuranceBenefitWrap .col.insuranceVideo {
        padding-top: 50px
    }
    .insuranceBenefitWrap .col.insuranceVideo p {
        font-size: 1.4rem
    }
    .insuranceBenefitWrap .col.insuranceVideo .insVideoWrap {
        max-width: 100%;
        min-height: 100%;
        width: 50%;
        margin: 0 auto;
        float: none
    }
    .insuranceBenefitWrap .col .contentSec {
        width: 100%;
        padding-right: 0
    }
    .insuranceBenefitWrap .col .contentSec h2 {
        line-height: 35px
    }
    .insuranceBenefitWrap .col .contentSec h2 br {
        display: none
    }
    .insuranceBenefitWrap .col .contentSec ul li {
        font-size: 1.4rem;
        margin-bottom: 25px
    }
    .insuranceBenefitWrap .col .contentSec ul li:before {
        top: 3px
    }
}

@media screen and (max-width: 767px) {
    .insuranceBenefitWrap .col.insuranceVideo .insVideoWrap {
        width: 65%;
        float: none;
        margin: 0 auto
    }
    .insuranceBenefitWrap {
        padding: 30px 0 0
    }
    .insuranceBenefitWrap .col.insuranceVideo {
        padding-top: 30px
    }
}

@media screen and (max-width: 639px) {
    .insuranceBenefitWrap .col.insuranceVideo .insVideoWrap {
        width: 85%
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 10px
    }
    .insuranceBenefitWrap .col.insuranceVideo .insVideoWrap {
        width: 100%
    }
    .insuranceBenefitWrap .col .contentSec h2 {
        font-size: 2.2rem;
        line-height: normal
    }
}


.popupSec {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 800px;
    width: 100%;
    height: 350px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    background: #fff;
    display: none;
    z-index: 99
}

.popupSec iframe {
    width: 100%;
    height: 100%
}

.popupSec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2.5rem;
    color: #000;
    top: 5px;
    right: 15px
}

@media screen and (max-width: 768px) {
    .popupSec {
        max-width: 90%
    }
}

@media screen and (max-width: 767px) {
    .popupSec {
        padding: 28px;
        height: 300px
    }
    .popupSec .close {
        top: 0px;
        right: 8px
    }
}

@media screen and (max-width: 639px) {
    .popupSec {
        padding: 10px;
        height: 280px
    }
    .popupSec .close {
        top: -35px;
        color: #fff
    }
}

@media screen and (max-width: 480px) {
    .popupSec {
        height: 200px
    }
}

/* <!--======== Amit code idv calculator ===================================== --> */
.customidvcal .row::after {
content: "";
clear: both;
display: block;
}
.customidvcal [class*="col-"] {
float: left;
padding: 15px;
}
/* For desktop: */
.customidvcal .col-1 {width: 8.33%;}
.customidvcal .col-2 {width: 16.66%;}
.customidvcal .col-3 {width: 25%;}
.customidvcal .col-4 {width: 33.33%;}
.customidvcal .col-5 {width: 41.66%;}
.customidvcal .col-6 {width: 50%;}
.customidvcal .col-7 {width: 58.33%;}
.customidvcal .col-8 {width: 66.66%;}
.customidvcal .col-9 {width: 75%;}
.customidvcal .col-10 {width: 83.33%;}
.customidvcal .col-11 {width: 91.66%;}
.customidvcal .col-12 {width: 100%;}
@media only screen and (max-width: 768px) {
/* For mobile phones: */
.customidvcal [class*="col-"] 
{
width: 100%;
}
.customidvcal .row.brandmodelselectrow
 {
    display: inherit !important;
    /* gap: 10%; */
    /* justify-content: center; */
}
.brandmake, .brandmodels, .pinfield
{
    margin: 5% 0 !important;
}
.customidvcal .pinfield
{
    display: grid;
    margin-bottom: 10%;
}
.customidvcal #brandmodelselect,
.customidvcal #brandmakeselect
{    width: 100%;
}
}
.customidvcal *,
.customidvcal *:before,
.customidvcal *:after{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.customidvcal body{
height: 100vh;
background: #046db9;
}
.customidvcal.container{
/* background-color: #f3f3f3; */
padding: 2% !important;
width: 60%;
}
.customidvcal .container h1{
background: #024b94;
color: white;
text-align: center;
font-size: 23px;
letter-spacing: 1px;
margin-top: -30px;
margin-left: -30px;
margin-right: -30px;
margin-bottom: 40px;
}
.customidvcal .row{
/* display: flex; */
align-items: center;
/* justify-content: space-between; */
margin-bottom: 40px;
}
.customidvcal .row span{
font-weight: inherit;
font-size: initial;
color: red;    
}
.customidvcal input[type="range"]{
width: 100%;
height: 8px;
-webkit-appearance: none;
appearance: none;
background-color: #dcdcdc;
/* border-radius: 3px; */
outline: none;
overflow: hidden;
}
.customidvcal input[type="range"]::-webkit-slider-thumb{
-webkit-appearance: none;
appearance: none;
height: 15px;
width: 15px;
background-color: #ff9b41;
/* border-radius: 50%; */
cursor: pointer;
box-shadow: -510px 0 0 500px #005596;
}
/* .customidvcal input[type="range"]{
  -webkit-appearance: none;
  background-color: #ddd;
  height: 20px;
  overflow: hidden;
  width: 400px;
} */
/* .customidvcal input[type='range']::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 20px;
}
.customidvcal input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  background-color: #ff9b41;
  border-radius: 50%;
  box-shadow: -210px 0 0 200px #666;
  cursor: pointer;
  height: 15px;
  width: 15px;
  border: 0;
} */
.customidvcal #result{
font-size: 30px;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
color: #0be881;
}
.customidvcal #category{
font-size: 18px;
text-align: center;
letter-spacing: 1px;
}
.customidvcal .display{
box-shadow: 0 0 20px rgba(0,139,253,0.25);
margin-bottom: 60px;
border-radius: 10px;
margin: 60px auto;
width: 40%;
text-align: center;
}
.customidvcal .col-8 {
background-color: #abe1dd30;
border-radius: 30px;
}
.customidvcal #brandmodelselect, 
.customidvcal #brandmakeselect
{
margin: 0;
padding: 2%;
border-radius: 5px;
background-color: #4a94cb4d;
color: #2e2e2edb;
}
.customidvcal .brandmodelselectrow
{
justify-content: center;
align-items: baseline;    
}
.customidvcal .brandmodelselectrow .brandcols
{
display: flex;
flex-flow: column;
justify-content: center;  
width: 100%;
}

@media screen and (min-width: 768px) {
.customidvcal .brandmodelselectrow .brandcols
{
margin: 0 3%;
}
}
.idv-calculator-for-car-page #ui-id-1 
{
    height: 50vh;
    overflow: auto;
}
/* ------------------------------------------------------------------ */
/* ========= --28-2-2024 =================================== */
.idvContainerfluid {
    display: flex;
    justify-content: center;
    width: 100%;
}
.customidvcal.container.left {
    width: 75%;
}
@media only screen and (max-width:480px) {
.idvContainerfluid {
flex-flow: column;
}
input#pinnumberid {
    display: block;
    width: 100%;
}
}

.idvbannerpara {
    padding-top: 4%;
    color: initial;
}
    .idvbannerpara a{
    font-weight: bold;

} 
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */