/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .insurance-setion h1 {
        font-size: 24px;
    }
    .insurance-setion h2 {
        font-size: 18px;
    }
    .cutom-radio-list .box label span {
        width: 141px;
    }
    .form-box label {
        font-size: 13px;
    }
    .circle-radio .radio input[type="radio"]+.radio-label:before {
        width: 1.0em;
        height: 1.0em;
    }
    .circle-radio .radio {
        margin: 0;
    }
    .circle-radio ul li {
        margin-right: 0;
    }
    .blue-checkbox-div label,
    .blue-checkbox-div p {
        font-size: 13px;
    }
    .product-box img {
        width: 80%;
    }
}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .same-height {
        min-height: 50px;
    }
    .future-goal p {
        font-size: 15px;
    }
    .proposer-form label {
        font-size: 15px;
    }
    .proposer-form .form-control {
        font-size: 15px;
    }
    .box-of-check input[type="checkbox"]+label {
        min-height: 142px;
    }
    .box-of-check p {
        min-height: 55px;
    }
    .mt-25 {
        margin-top: 18px;
    }
    .meter-box {
        min-height: 520px;
    }
    .range-slider .form-control {
        width: 75%;
    }
    .box-of-check img {
        width: 50%;
        margin-left: 17px;
    }
    .cutom-radio-list .box label span {
        font-size: 11px;
        width: 105px;
    }
    .blue-checkbox-div label,
    .blue-checkbox-div p {
        font-size: 12px;
    }
    .product-box img {
        width: 70%;
    }
    .product-box ul li {
        font-size: 12px;
    }
}


/* small mobile :320px. */

@media (max-width: 767px) {
	.laebl-select {
    width:99px !important;
    height: 39px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.design121{position: absolute;
    top: 11px;
    z-index: 1;
    color: #fff;
    left: 8px;
    font-size: 10px;}
    .product-box ul.removespace {
        margin-top: 0px;
    }
    .product-box ul.removespacetop {
        margin-bottom: 0px;
    }
    .insurance-setion h1 {
        font-size: 20px;
    }
    .insurance-setion h1:after {
        top: 56px;
        left: 41%;
    }
    .insurance-setion h2 {
        font-size: 16px;
    }
    .rangeslider--horizontal {
        width: 100%;
    }
    .row.range-slider {
        margin-right: 1px;
		 margin-top: 0px;
    }
    .range-slider .input-with-icon .form-control {
        margin-top:0px;
		width:100%;
    }
    .range-slider .input-with-icon img {
        width: 4%;
    }
    .protection-white,
    .prioritywhite,
    .retirement-whtie,
    .growthwhite {
        margin-left: 39%;
    }
    .cutom-radio-list .box label span {
        font-size: 11px;
        width: 99px;
    }
    .col-12 {
        padding-right: 15px;
    }
    .product-box img {
        width: 60%;
    }
    .product-box ul li {
        margin-left: 34px;
    }
    .product-box a {
        padding: 6px 35px;
        margin-left: 35px;
    }
	.brand-lg2 img {
    width: 97px !important;
    position: relative;
    top: 1px;
    right: 0px;
}
.brand-lg3 img {
    width: 208px;
    position: relative;
    top: -2px;}
	.brand-lg4 img {
    width: 252px !important;
    position: relative;
    right: 13px;
    top: -5px;
}
}