@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	background-color: #f2f2f2;
	padding-bottom:200px;
	position:relative
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #888; 
}
  ::-moz-placeholder { /* Firefox 19+ */
 color: #888;
}
  :-ms-input-placeholder { /* IE 10+ */
 color: #888;
}
  :-moz-placeholder { /* Firefox 18- */
 color: #888;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 1px solid #1167b1;
  -webkit-text-fill-color: #1e7ea4;
  -webkit-box-shadow: none;
  background:none

}

li {
	list-style: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}

.bg-light {
    background-color: transparent !important;
    position: relative;
    z-index: 9;
}

.text-info {
    color: #2d88a7 !important;
}

nav.navbar.navbar-light.bg-light::before {
    display: block;
    content: "";
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) !important;
    height: 160%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

.righthead {
    float: right;
}

.linkninfo {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.linkninfo ul li {
    list-style: none !important;
    display: inline;
    list-style-type: none !important;
}

li.phonenumber {
    font-family: 'Open Sans', sans-serif;
    color: #65106b;
    font-size: 19px;
    line-height: 25px;
    font-weight: bold;
    background: url("../images/phoneicon.svg") no-repeat left center;
    padding: 5px 0 5px 35px
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    padding: 10px 18px;
    text-transform: uppercase
}

.topform {
    position: relative;
    overflow: hidden;
    padding-bottom: 160px;
    padding-top: 101px;
    margin-top: -71px;
    min-height: 730px;
    /****** arup 8th nov********/
}

.rotateit {
    position: absolute;
    height: 75%;
    width: 100%;
    left: 0;
    top: -10px;
    transform: rotate(-10deg);
}

.skewbg {
    position: absolute;
    top: -50px;
    left: 22px;
    height: 137%;
    width: 248%;
    transform: skew(4deg, 3.1deg);
    border-radius: 0 0 0 139px;
    background-color: #65106b;
}

.skewbg-light {
    position: absolute;
    top: -150px;
    left: 30px;
    height: 137%;
    width: 130%;
    transform: skewX(1deg);
    border-radius: 0 0 0 139px;

    background: #00a9e0;
    background: -webkit-linear-gradient(bottom right, #00a9e0, #ace6fc);
    background: -moz-linear-gradient(bottom right, #00a9e0, #ace6fc);
    background: linear-gradient(to top left, #00a9e0, #ace6fc);
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,81c0e1+100 */
    /*background: rgb(255, 255, 255);*/
    /* Old browsers */
    /*background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 192, 225, 1) 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(129, 192, 225, 1) 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(129, 192, 225, 1) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#81c0e1', GradientType=0);*/
    /* IE6-9 */
}

.bgtexture {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent url("../images/bg-texture.svg") no-repeat center bottom
}


.contactDetailsBox {
    width: 397px;
    height: auto;
    min-height: 300px;
    margin: 0 auto;
    background-color: #f6faff;
    padding: 25px 22px;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    text-align: left;

}

.contactDetailsBox label.formGrp.customCheckBox.error .error-message {
    margin-left: -35px;
}
.contactDetailsBox h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.contactDetailsBox label {
    margin-bottom: 15px;
}

.contactDetailsBox label input[type=text] {
    display: inline-block;
    width: 51%;
    outline: none;
    border: none;
    border-bottom: 1px solid #1167b1;
	background-color: #f6faff;
}

.contactDetailsBox .footerInfo {
    color: #92cee6;
    font-size: 12px;
    border: none;
    padding: 0px;
}

.contactDetailsBox2 input[type="text"], .contactDetailsBox2 input[type="date"], .contactDetailsBox2 select{
    margin-bottom:25px;
    }
.contactDetailsBox2 select{
    display: inline-block;
    width: 51%;
    outline: none;
    border: none;
    border-bottom: 1px solid #1167b1;
}

.thankyouBox {
    width: 635px;
    height: auto;
    min-height: 371px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 40px;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    text-align: center;
    font-size: 18px;

}

.thankyouBox h4 {
    font-size: 18px;
    margin-top: 15px;
}

.thankyouBox p {
    margin: 20px 0px;
}

.thankyouBox .Info {
    font-size: 14px;
}

.thankyouBox .Info span {
    font-size: 18px;
    color: #3c6990;
    margin-left: 35px;
}

.customCheckBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customCheckBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px !important;
    width: 20px !important;
    background-color: #fff;
    border: 2px solid #aeaeae
}

/* On mouse-over, add a grey background color */
.customCheckBox:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customCheckBox input:checked~.checkmark {
    background-color: #fff;
    /*background-color: #65106b; */
    border-color: #65106b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customCheckBox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customCheckBox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #65106b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contactDetailsBox .buttonGroup {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.btnGroup .btn {
    margin-right: 18px;
 
}
.btnGroup {
	padding-bottom:10px
}

.btnPrimary {
    background-color: #65106b!important;
    color: #fff;
    width: 140px;
    height: 47px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #65106b;
    -webkit-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    border-radius: 47px;

}

.btnSecondary {
    background-color: #fff;
    color: #aeaeae;
    width: 140px;
    height: 47px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #aeaeae;
    -webkit-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    border-radius: 47px;

}

.btnHealth {
    background-color: #65106b;
    color: #fff;
    width: auto;
    min-width: 140px;
    height: 47px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #65106b;
    -webkit-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    border-radius: 47px;
    padding-top: 10px;

}

.btnPolicy {
    background-color: #00b4ef;
    color: #fff;
    width: auto;
    min-width: 140px;
    height: 47px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #00b4ef;
    -webkit-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    border-radius: 47px;
    padding-top: 10px;

}

.btneproposal {
    background-color: #1673c1;
    color: #fff;
    width: auto;
    min-width: 140px;
    height: 47px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #1673c1;
    -webkit-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    box-shadow: -1px 6px 12px -7px rgba(0, 0, 0, 0.24);
    border-radius: 47px;
    padding-top: 10px;

}

.btn img {
    margin-left: 10px;
}


.successMessage {
    display: none;
}

.boxWrapperMessageBody {
    background: rgba(89, 167, 11, 1);
    background: -moz-linear-gradient(left, rgba(89, 167, 11, 1) 0%, rgba(23, 116, 193, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(89, 167, 11, 1)), color-stop(100%, rgba(23, 116, 193, 1)));
    background: -webkit-linear-gradient(left, rgba(89, 167, 11, 1) 0%, rgba(23, 116, 193, 1) 100%);
    background: -o-linear-gradient(left, rgba(89, 167, 11, 1) 0%, rgba(23, 116, 193, 1) 100%);
    background: -ms-linear-gradient(left, rgba(89, 167, 11, 1) 0%, rgba(23, 116, 193, 1) 100%);
    background: linear-gradient(to right, rgba(89, 167, 11, 1) 0%, rgba(23, 116, 193, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59a70b', endColorstr='#1774c1', GradientType=1);
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 30px;


    text-align: center;

}

body.success .boxWrapperMessageBody {
    padding-top: 50px;
}

body.success .successMessage {
    display: block;
    margin-top: -39px;
    margin-bottom: 10px;
}

body.success .successMessage .iconSec {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}

body.success .successMessage .messageSec {
    width: 80%;
    height: auto;
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}

.boxWrapper {
    background: #00b5ef;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 480px;
    position: relative;
    border-radius: 30px;
    -webkit-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    text-align: left;
}

.boxWrapper h3 {
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 610px;
    ;
}



.box-skewed-bg {
    width: 108%;
    height: 100%;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    background: #f6faff;
	position:absolute;
}

.box-skewed-content {
	background: #f6faff;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	min-height: 540px;
	/*    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);*/
    padding: 25px 50px 30px 25px;
	text-align: left;
	z-index:999 !important;
	top:0px;
    left:0px;
    width: 100%;
	position:relative;
}

.boxLeftContent {
    width: 72%;
    height: auto;
    float: left;
    position: relative;
    
}

.boxRightContent {
    width: 28%;
    height: auto;
    float: right;
    position: relative;
}

.rightInfoBox {
    width: 260px;
    min-height: 269px;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 100px;
    z-index: 999 !important;
    /*background: #1673c2;*/
    background: #65106b!important; 
    /* Old browsers */
    background: -moz-linear-gradient(top, #1673c2 0%, #1265ac 45%, #093e6c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1673c2 0%, #1265ac 45%, #093e6c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1673c2 0%, #1265ac 45%, #093e6c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1673c2', endColorstr='#093e6c', GradientType=0);
    /* IE6-9 */
    color: #ffffff;
    font-size: 22px;
    padding: 40px 32px;
    text-align: left;
    font-weight: lighter;
}

/* .rightInfoBox::after {
    content: "";
    background: url(../images/blood-count-test.svg) no-repeat;
    padding: 40px;
    position: absolute;
    bottom: 5px;
    right: 20px;

} */

.rightInfoBox span {
    font-size: 12px;
    line-height: 14px;
}

.rightInfoBox p {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.rightInfoBox button {
    outline: none;
    border: 1px solid #ffffff;
    min-width: 60px;
    border-radius: 50px;
    font-size: 12px;
    height: 30px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.rightInfoBox button a{text-decoration:none; color:#ffffff;}
.rightInfoBox button a:hover{text-decoration:none;}

.boxBottomIcon {
    position: absolute;
    bottom: 0px;
    right: 50px
}

.moreDetailsWrapper {
    width: 100%;
    height: auto;
    font-size: 14px;
    margin-bottom: 20px;
}

.moreDetailsWrapper div {
    display: inline-block;
    float: left;
    margin-right: 24px;
    font-size: 12px;
}

.moreDetailsWrapper div.iconSec {
    width: 55px;
}

.moreDetailsWrapper div.descriptionSec {
    width: 230px;
}

.moreDetailsWrapper div.buttonSec {
    width: 200px;
}

.footerInfo {
    width: 100%;
    height: auto;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0px;
    font-size: 12px;
}

.gender input[type=checkbox] {
    display: none;
}

.gender img {
    display: block;
    margin: 0 auto;
}

.gender input[type=checkbox]+label {
    background: #efefef;
    height: 74px;
    width: 74px;
    display: inline-block;
    border-radius: 20px;
    padding: 8px 0 8px 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.gender input[type=checkbox]:checked+label {
    background: #fff;
    border-radius: 20px;
    height: 74px;
    width: 74px;
    display: inline-block;
    padding: 8px 0 8px 0px;
    -webkit-box-shadow: -1px -1px 17px -7px rgba(0, 179, 239, 1);
    -moz-box-shadow: -1px -1px 17px -7px rgba(0, 179, 239, 1);
    box-shadow: -1px -1px 17px -7px rgba(0, 179, 239, 1);
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}



.radiocontainer {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #949494;
    margin-left: 15px;
}

label.radiocontainer {
    display: inline !important;
}

/* Hide the browser's default radio button */
.radiocontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radiocheckmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
}

.radiocheckmark2 {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #b2b2b2;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input~.radiocheckmark {
    background-color: #fff;
    border: 1px solid #b2b2b2;
}

.radiocontainer:hover input~.radiocheckmark2 {
    background-color: #fff;
    border: 1px solid #b2b2b2;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked~.radiocheckmark {
    background-color: #fff;
    border: 1px solid #65106b;
}

.radiocontainer input:checked~.radiocheckmark2 {
    background-color: #fff;
    border: 1px solid #65106b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiocheckmark:after {
    content: "";
    position: absolute;
    display: none;

}

.radiocheckmark2:after {
    content: "";
    position: absolute;
    display: none;

}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked~.radiocheckmark:after {
    display: block;

}

.radiocontainer input:checked~.radiocheckmark2:after {
    display: block;

}

/* Style the indicator (dot/circle) */
.radiocontainer .radiocheckmark:after {
    top: 1px;
    left: 1px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #65106b;
}

.radiocontainer .radiocheckmark2:after {
    top: 1px;
    left: 0px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #65106b;
}

.mL-0 {
    margin-left: 0px !important;
}

.policyBoxWrapper {
    max-width: 100%;
    height: auto;
    margin: 20px 0px;
   /* padding-bottom: 30px;*/
}

.policyBoxWrapper-secondary {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    /*padding-bottom: 30px;*/
}
.policyBoxWrapper .owl-carousel{width:auto; max-width:610px;}
.policyBoxWrapper-secondary .owl-carousel{width:auto; max-width:610px;}

.policyBoxWrapper-secondary .owl-carousel .owl-stage-outer {
    padding-top: 10px;
}

.addonBoxWrapper {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.summaryWrapper {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
/*    padding-bottom: 30px;*/
}

.policyPremiumBox {
    width: 176px;
    height: 222px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
    -moz-box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
    box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 100;
}

.addonPremiumBox {
    width: 341px;
    height: auto;
    min-height: 291px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
    -moz-box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
    box-shadow: -1px -1px 29px -4px rgba(43, 132, 137, 0.4);
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 100;
}




.popularPremium::before {
    content: "";
    position: absolute;
    width: 176px;
    height: 38px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: url(../images/mostpopular-icon.png) no-repeat center top 4px #fd8001;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    z-index: -1;
    top: -23px;
    text-align: center;




}

.policyPremiumBox input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.addonPremiumBox input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 88px;
    height: 34px;
    z-index: 999999;
    left: 20px;
    bottom: 20px;
}

.addonPremiumBox .premiumTopBox {
    height: 63px;
    ;
    border-radius: 10px;
}

.addonPremiumBox .premiumTopBox h3 {
    border-top: none;
}

.premiumTopBox h3 span {
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
    vertical-align: middle;
}

.addonPremiumBox .premiumTopBox h3 span {
    font-size: 14px;
    font-weight: normal;
    margin-right: 20px;
    vertical-align: middle;
}

.addonPremiumBox.premiumactive .premiumTopBox {
    height: 63px;
    border-radius: 10px;
}

.addonPremiumBox .premiumBtn {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.policyPremiumBox:hover {
    cursor: pointer;
}


.policyPremiumBox:hover .premiumTopBox {
  background: rgba(0,149,218,1);
    background: -moz-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,149,218,1)), color-stop(49%, rgba(22,116,193,1)), color-stop(100%, rgba(22,116,193,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: linear-gradient(135deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65106b', endColorstr='#1674c1', GradientType=1 );
    width: 100%;
    height: 105px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 15px 12px 10px;
    font-size: 12px;
}

.premiumactive .premiumTopBox {
  background: rgba(0,149,218,1);
    background: -moz-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,149,218,1)), color-stop(49%, rgba(22,116,193,1)), color-stop(100%, rgba(22,116,193,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: linear-gradient(135deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65106b', endColorstr='#1674c1', GradientType=1 );
    width: 100%;
    height: 105px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 15px 12px 10px;
    font-size: 12px;
}

.policyPremiumBox:hover .premiumBtn {
    width: 88px;
    height: 34px;
    border-radius: 34px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    color: #fff;
  background: rgba(0,149,218,1);
    background: -moz-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,149,218,1)), color-stop(49%, rgba(22,116,193,1)), color-stop(100%, rgba(22,116,193,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: linear-gradient(135deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65106b', endColorstr='#1674c1', GradientType=1 );
    font-size: 14px;
}

.premiumactive .premiumBtn {
    width: 88px;
    height: 34px;
    border-radius: 34px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    color: #fff;
  background: rgba(0,149,218,1);
    background: -moz-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,149,218,1)), color-stop(49%, rgba(22,116,193,1)), color-stop(100%, rgba(22,116,193,1)));
    background: -webkit-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    background: linear-gradient(135deg, rgba(0,149,218,1) 0%, rgba(22,116,193,1) 49%, rgba(22,116,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65106b', endColorstr='#1674c1', GradientType=1 );
    font-size: 14px;
}

.policyPremiumBox:hover .premiumMidBox h4 {
    font-size: 18px;
    color: #1482ab;
    font-weight: bold;
}

.premiumactive .premiumMidBox h4 {
    font-size: 18px;
    color: #1482ab;
    font-weight: bold;
}

.policyPremiumBox:hover .premiumMidBox p {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

.premiumactive .premiumMidBox p {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}

.premiumMidBox p {
    color: #6d6d6d;
    font-size: 14px;
    margin-bottom: 5px;
}

.addonPremiumBox .premiumMidBox p {
    color: #363636;
    font-size: 14px;
    margin-bottom: 5px;
}

.addonPremiumBox .premiumMidBox p.head {
    color: #363636;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.addonPremiumBox .premiumMidBox {
    position: relative;
    height: 100px;
}


.premiumMidBox h4 {
    font-size: 18px;
    color: #6d6d6d;
    font-weight: bold;
}



.premiumBtn {
    width: 88px;
    height: 34px;
    border-radius: 34px;
    text-align: center;
    vertical-align: middle;
    border: none;
    outline: none;
    color: #fff;
    background: rgba(191, 219, 230, 1);
    background: -moz-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(191, 219, 230, 1)), color-stop(92%, rgba(129, 199, 226, 1)), color-stop(100%, rgba(129, 199, 226, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
    background: linear-gradient(135deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfdbe6', endColorstr='#81c7e2', GradientType=1);
    font-size: 14px;
}




.premiumTopBox {
    background: rgba(191, 219, 230, 1);
    background: -moz-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(191, 219, 230, 1)), color-stop(92%, rgba(129, 199, 226, 1)), color-stop(100%, rgba(129, 199, 226, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
    background: linear-gradient(135deg, rgba(191, 219, 230, 1) 0%, rgba(129, 199, 226, 1) 92%, rgba(129, 199, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfdbe6', endColorstr='#81c7e2', GradientType=1);
    width: 100%;
    height: 105px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 15px 12px 10px;
    font-size: 12px;
}

.premiumTopBox p {
    margin-bottom: 5px;
}

.premiumTopBox h3 {
    padding-top: 6px;
    border-top: 1px solid #b3d6e4;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 6px;
    font-weight: bold;
}



.premiumMidBox {
    text-align: center;
    padding: 10px;
}


.addonPremiumBox .premiumMidBox {
    text-align: left;
    padding: 10px;
}


.premiumFooter {
    font-size: 14px;
    margin: 20px 0px;
}

.premiumFooter strong {
    display: inline-block;
    height: auto;
}

.premiumFooter span {
    display: inline-block;
    margin-left: 10px;
    height: auto;
}


/*Accordion css*/
.custom-accordion {
    margin-bottom: 20px;
}

.custom-accordion .card {
    border-radius: 0px;
    border: none;
}

.custom-accordion .card-header {
    background-color: #f6faff;
    border-top: 1px solid #c7c8cd;
    border-bottom: 1px solid #c7c8cd;
}

.custom-accordion .card-header .btn {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    padding: .375rem 2.3rem .375rem 0rem;
    font-weight: 600;
    background-color: inherit !important;
}

.custom-accordion .card-header .btn .fa {
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    border-radius: 34px;
    font-size: 12px;
    color: #2f6089;
    border-color: #2f6089;

}

.custom-accordion .card-header .btn.collapsed .fa {
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid;
    vertical-align: middle;
    text-align: center;
    line-height: 23px;
    border-radius: 34px;
    font-size: 12px;
    color: #747577;
    border-color: #747577;

}

.custom-accordion .accordion>.card .card-header {
    margin-bottom: 0px;
    border-bottom: 1px solid #c7c8cd;
}

.custom-accordion .card-header {
    padding: .75rem 0rem;
}

.custom-accordion .card-body {
    padding: 10px 0;
    font-size: 13px;
    color: #0e3a61;
    background: #f6faff;
}

.paymentWrapper {
    font-size: 14px;
}

.paymentWrapper h4 {
    font-size: 17px;
}

.paymentWrapper label {
    margin-bottom: 15px;
}

.paymentWrapper label input[type=text] {
    display: inline-block;
    width: 30%;
    outline: none;
    border: none;
    border-bottom: 1px solid #1167b1;
    margin: 0 8px;
    padding-left: 10px;
    background: #f6faff;
}

.paymentWrapper .radiocheckmark {
    top: 9px;
}


.formSectionMain {
    margin-bottom: 25px;
}

.formSection h4 {
    font-size: 17px;
    margin-bottom: 20px;
}

.formSection label input[type=text] {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #1167b1;
   /*  color: #1e7ea4; */
    color: #000000; /*//#888*/
    background: #f6faff;
}

.formSection label select {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #1167b1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-down-sign-to-navigate.svg) no-repeat right center #f6faff;
    color: #000;
}

.kitCost label input[type=text] {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #1167b1;
    color: #1e7ea4;
    background: #f6faff;
}

.planSelect h4 {
    font-size: 17px;
    margin-bottom: 20px;
}

.planSelect {
    margin-top: 20px;
}

/****************** start arup 8th nov****************/
.formSection label [type="date"] {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #1167b1;
    background: #f6faff url(../images/calendar.svg) 97% 50% no-repeat;
    color: gray;
    content: attr(placeholder) ": ";
}
.formSection label [type="text"].dateSec {
    display: block
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #1167b1;
    background: #f6faff url(../images/calendar.svg) 97% 50% no-repeat;
    color: gray;
    content: attr(placeholder) ": ";
}

.formSection label [type="date"]::-webkit-inner-spin-button {
    display: none;
}

.formSection label [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.formSection label input[type="date"]:focus::before {
    content: "" !important;
}

.carLogoWrapper {
    padding: 0;
    border-radius: 25px;
    box-shadow: 0px 0px 0 1px #d8d8d8;
    overflow: hidden;
    margin-bottom: 0px;
}
.car_validate{margin-bottom: 50px;}
.car_validate .error-message{margin-top:15px;}

.carLogoWrapper li {
    width: 20%;
    box-shadow: 1px 1px 0 0px #d8d8d8;
    text-align: center;
    padding: 10px 20px;
    height: 75px;
    cursor: pointer;
    transition: box-shadow .3s;
    position: relative;
    align-items:center;
    justify-content: center;
    display: flex; 
}
.carLogoWrapper li input[type="radio"]{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}

.carLogoWrapper li:hover {
    box-shadow: 1px 1px 10px 2px #d8d8d8;
}
.carLogoWrapper li.active {
    box-shadow: 1px 1px 10px 2px #d8d8d8;
}

.carLogoWrapper li img {
    max-width: 70%;
}

.carSelectModal img {
    display: block;
    margin: 0 auto 30px;
}

.carSelectModal label {
    position: relative;
}

.carSelectModal i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #7d7d7d;
}

.carSelectModal label input[type=search] {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #1167b1;
    color: #1e7ea4;
    padding-right: 40px;
    height: 35px;
}

.carSelectModal ul {
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}

.carSelectModal li {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 5px 5px;
}

.carSelectModal .float-right {
    position: relative;
    right: 20px;
}

.carSelectModal .customCheckBox {
    padding-left: 0;
    margin: 0;
}

.carSelectModal h5 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.carSelectModal span {
    font-size: 12px;
}


.range-slider {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 25px;
    box-shadow: inset 0 0 2px 0 #d2d2d2;
    padding: 0 8px;
    margin-bottom: 30px;
}

.range-slider input {
    width: 100%;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    background: #f5f5f5;
}

.range-slider input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 12px;
    margin: -6px 0 0;
    border-radius: 12px;
    background-color: #00b5ef;
    cursor: pointer;
    border: 0 !important;
    box-shadow: 0 2px 5px 0 #b2b2b2;
    position: relative;
    z-index: 2;
}

.range-slider input::-moz-range-thumb {
    width: 20px;
    height: 12px;
    margin: -6px 0 0;
    border-radius: 12px;
    background-color: #00b5ef;
    cursor: pointer;
    border: 0 !important;
    box-shadow: 0 2px 5px 0 #b2b2b2;
}

.range-slider input::-ms-thumb {
    width: 20px;
    height: 12px;
    margin: -6px 0 0;
    border-radius: 12px;
    background-color: #00b5ef;
    cursor: pointer;
    border: 0 !important;
    box-shadow: 0 2px 5px 0 #b2b2b2;
}

.range-slider input::-webkit-slider-runnable-track {
    width: 100%;
    height: 0;
}

.range-slider input::-moz-range-track {
    width: 100%;
    height: 0;
}

.range-slider input::-ms-track {
    width: 100%;
    height: 2px;
}

.range-slider input:focus {
    background: none;
    outline: none;
}

.range-slider input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    top: 8px;
    left: 12px;
}

.range-labels li {
    float: left;
    width: 10%;
    position: relative;
    height: 5px;
}

.range-labels li:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #b2b2b2;
    border-radius: 50%;
    top: 0;
    left: 0;
}

.range-labels .active {
    color: #37adbf;
}

.range-labels .selected::before {
    background: #37adbf;
}

.range-labels .active.selected::before {
    display: none;
}

.range-badge{
    position: absolute;
    left: 0%;
    top: 25px;
    background:none;
    color: #00b5ef;
    text-align: center;
    margin-left: -10px;
    padding: 1px 10px;
    border-radius: 5px;
    line-height: 18px;
}

.rightInfoBox.coverage {
    text-align: center;
}

.rightInfoBox.coverage p {
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
}

.rightInfoBox.coverage span {
    font-size: 13px;
    line-height: normal;
}



/************* end arup 8th Nov ***************************/


.formSection label {
    margin-bottom: 25px;
    font-size: 14px;
    width: 100%;
}

label.full {
    width: 100%;
}

.phone-prefix {
    position: relative;
}
.phone-prefix span {
    position: absolute;
    left: 0px;
}
.phone-prefix input[type="text"] {
    padding-left: 25px;
}
.modal{z-index: 999999 !important;}
.modal-content{background: #f6faff;}

.custom-modal .modal-content {
    min-width: 624px;
    border-radius: 10px;
    color: #7d7d7d;
    font-size: 15px;
    padding: 20px 50px;
}

.custom-modal h4 {
    font-size: 20px;
    color: #231f20;
    /* margin: 20px 0; */
}

.custom-modal .btnGroup {
    margin-top: 30px;
}


/* Added manoj*/
.custom-modal .modal-content-lesspadd {
    min-width: 624px;
    border-radius: 10px;
    color: 
    #7d7d7d;
    font-size: 15px;
    padding: 20px;
    text-align: left;
}

.btn-auto {
   width: auto;
   min-width: 140px;
   padding: 0px 20px;
}
/* Added manoj*/


.otpform {
    max-width: 360px;
    margin: 20px auto 20px;
}

.otpform input {
    margin: 0 3px;
    text-align: center;
    line-height: 45px;
    font-size: 28px;
    border: solid 1px #ccc;
    box-shadow: 0 0 5px #ccc inset;
    outline: none;
    width: 45px;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}

.otpform input:focus {
    border-color: #0095d9;
    box-shadow: 0 0 5px #0095d9 inset;
}

.otpform input::-moz-selection {
    background: transparent;
}

.otpform input::selection {
    background: transparent;
}

.otp-top-desc {
    font-weight: 600;
}

.otp-bottom-head {
    color: #231f20;
    font-size: 14px;
    margin-bottom: 8px;
}

.otp-bottom-desc {
    font-size: 12px;
}

.mobOff {
    display: inline-block;
}

.mobOn {
    display: none;
}

span.mobOff {
    margin: 0 3px;
}

span.mobOn {
    margin: 0 3px;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 8px;
}

.totalPremiumSec {
    width: 92%;
    height: 52px;
    border-radius: 10px;
    background-color: #e0f1fb;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;

}

.owl-theme .owl-dots .owl-dot span {
    width: 37px !important;
    height: 6px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #80c5e2;
}

.footer {
	width: 100%;
	padding: 33px;
	background: #464646;
	color: #fff;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: 
#ff8000;
text-align: center;
background-color:
    #ffe6cc;
    border-radius: .25rem;
    text-transform: uppercase;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: 
    #ffe6cc;
}
.ml-10{margin-left: 10px;}

.error-message{display: none;}
.error .error-message{display: block; color: #ff402c; font-size: 10px; text-align: left; margin-top: 2px;}
label.error input[type="text"]{border-color:#ff402c !important ;}
.plusBtn{width: 21px; height: 21px; background: url(../images/plus.svg) no-repeat center center; padding: 12px 12px; float: right; }
.minusBtn{width: 21px; height: 21px; background: url(../images/minus.svg) no-repeat center center; padding: 12px 12px; float: right; }

.formSection label a.ckycEdit {
    position: absolute;
    top: 0;
    right: 0;
    color: #65106b;
}
.form-control.ckyc_refill {
    padding-right: 25px;
}
.formSection.ckycAddress label.formGrp a.ckycEdit {
    top: 5px;
    right: 10px;
}  



@media only screen and (max-width: 1199px) {
    .rightInfoBox {
        max-width: 235px;
        height: auto;
    }

    .addonPremiumBox {
        width: 96%;
        height: auto;
        min-height: 291px;
    }

}


@media only screen and (max-width: 1023px) {

	.container {
		max-width: 100% !important;
	}
	.rightInfoBox{left: -30px;}


}

@media only screen and (max-width: 767px) {
    body{background-color: #abd5eb;}
    .mobOff {
        display: none;
    }

    .mobOn {
        display: inline-block;
    }

    .topform {
        background: url(../images/car-compact.svg) no-repeat bottom right 50px #abd5eb;
        /* padding-bottom: 35px; */
        height: auto;
    }

    .bgtexture,
    .rotateit {
        display: none;
    }

    .linkninfo {
        display: none;
    }

    .contactDetailsBox {
        width: 96%;
    }

    .contactDetailsBox h3 {
        color: #0a3b66;
    }

    .boxWrapper h3 {
        color: #0a3b66;
    }

    .policyBoxWrapper h3 {
        color: #fff;
    }

    .premiumTopBox h3 {
        color: #fff;
    }

    .thankyouBox h4 {
        color: #0a3b66;
    }

    .thankyouBox .Info span {
        margin-left: 8px;
    }

    .boxRightContent {
        display: none;
    }

    .container {
        max-width: 100%;
    }

    .boxBottomIcon {
        display: none;
    }

    .box-skewed-bg {
        transform: none;
        width: auto;
        height: auto;
    }

    .box-skewed-content {
        transform: none;
        padding: 30px 15px;
        border-radius: 20px;
        height: auto;
        width: 100%;
    }
    

    .boxLeftContent {
        width: 100%;
    }

    .boxWrapper {
        height: auto;
    }

    .moreDetailsWrapper div.buttonSec {

        width: 200px;
        float: none;
        display: block;
        margin-left: 60px;

    }

    .moreDetailsWrapper div {
        margin-right: 14px;
        font-size: 12px;
    }

    .moreDetailsWrapper div.descriptionSec {
        margin-right: 0px;
    }

    .footerInfo .col-md-4.text-right {
        text-align: left !important;
    }

    .owl-carousel {
        max-width: 767px;
    }

    .custom-modal .modal-content {
        min-width: auto;
    }

    .custom-modal .modal-content {
        padding: 10px;
    }

    .thankyouBox {
        width: 94%;
    }

    .thankyouBox .btn {
        min-width: 200px;
        max-width: 200px;
        margin-bottom: 15px;
    }

    .policyPremiumBox {
        width: 93%;
        height: auto;
        min-height: 222px;
    }

    .popularPremium::before {
        width: 100%;
    }

    .owl-nav {
        display: none;
    }
    .carLogoWrapper{
        box-shadow: none;/*** arup 8th Nov ***/
    }

}

@media only screen and (max-width: 599px) {
    .carLogoWrapper li img {
        max-width: 100%; /*** arup 8th Nov ***/
    }
    .btnGroup{
        text-align: center;/*** arup 8th Nov ***/
    }
}

@media only screen and (max-width: 480px) {
	.carLogoWrapper:nth-of-type(3n+2) {
		box-shadow: 0px 0px 0 0px #d8d8d8;
	}
	.carLogoWrapper li {
		width:33.33%
	}
	.carLogoWrapper li img {
		height: 100%;
	}
    .btnGroup .btn {
        margin-right: 8px;
    }

    .otpform input {
        margin: 0 1px;
        text-align: center;
        line-height: 35px;
        font-size: 18px;
        border: solid 1px #ccc;
        box-shadow: 0 0 5px #ccc inset;
        outline: none;
        width: 35px;
        transition: all 0.2s ease-in-out;
        border-radius: 10px;
    }

    .footer span {
        display: block;
    }
    .carLogoWrapper li {
        padding: 10px; /*** arup 8th Nov ***/
    }
}

@media only screen and (max-width: 376px) {
    .popularPremium::before {
        background: url(../images/mostpopular-icon2.png) no-repeat center top 4px #fd8001;
    }

}


@media only screen and (max-width: 359px) {

    .btnPrimary,
    .btnSecondary {
        width: auto;
        min-width: 120px;
    }

    .moreDetailsWrapper div {
        margin-right: 5px;
    }

    .moreDetailsWrapper div.descriptionSec {
        width: 200px;
    }


}
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
   .navbar-light .navbar-brand img{
	   position:absolute;
	   left:10px;
	   top:10px;
	   }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .navbar-light .navbar-brand img{
	   position:absolute;
	   left:10px;
	   top:10px;
	   }
}

.nrea {
    position: relative;
    text-align: center;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.mobOff {
    display: inline-block;
    width: 55%;
    margin:0 0 10px 0 !important;
    font-style: italic; 
}
.footer .mobOff {
    display: inline-block;
    width: auto;
    margin:0 0 10px 0 !important;
    font-style: normal; 
}
.weProtectSub ul{ list-style-type: none; padding: 0; margin: 0;  }
.weProtectSub ul li{ width: 33.33%; margin: 15px 0; text-align: center; }
.weProtectSub ul li figure{ margin: 0 auto 10px auto; min-width: 80px; display: block;}
.weProtectSub ul li figure img{ margin: 0 auto; }
.padd { padding: 0 8%;margin-top: 10px; }

.contactDetailsBoxright{
    width: 497px;
    height: auto;
    min-height: 300px;
    margin: 0 auto;
    background-color: #f6faff;
    padding: 25px 22px;
    position: relative;
    float: left;
    border-radius: 10px;
    -webkit-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    box-shadow: -1px -2px 12px 1px rgba(0, 0, 0, 0.24);
    text-align: left;

}
