* {
    margin: 0;
    padding: 0;
    font-family: Inter;
}

html, body {
    overflow-x: hidden;
}

@font-face {
    font-family: Inter;
    font-weight: 100;
    src: url(../../redington_fonts_v2/Inter-ExtraLight.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: 200;
    src: url(../../redington_fonts_v2/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: normal;
    src: url(../../redington_fonts_v2/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: 600;
    src: url(../../redington_fonts_v2/Inter-Medium.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: 900;
    src: url(../../redington_fonts_v2/Inter-Bold.ttf);
}
.max-container {
    max-width: 1196px;
}
a {
    color: #e50019;
}
a:hover {
    color: #000;
}
img.workingIcon {
    height: 35px;
    margin-bottom: 2rem;
}

ul.hereWorkWrapper li h4 {
    font-size: 18px;
    font-weight: 600;
}

ul.hereWorkWrapper li p {
    font-size: 14px;
}

.signUpCover {
    background: #f5f5f5;
    padding: 2rem;
    border-radius: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contactTitle {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.contactTitle span {
    font-weight: 100;
}

.getContactWrap h2 {
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.inputWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.questionWrap {
    padding: 1rem 2rem;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 1rem;
}

.contactField:focus, .mobilePhone:focus {
    outline: none;
    border-bottom: 1px solid #e50019;
}

.promoCode {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.price-wrap {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

span.cancel {
    margin: 0 1rem;
    font-weight: 700;
    cursor: pointer;
}

span.actualPrice {
    color: #cbcbcb;
    text-decoration: line-through;
}

.mobile-show {
    display: none;
}

span.red-price {
    color: #e50019;
    margin-right: 10px;
}

ul.quesList li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

input.planSelect {
    vertical-align: middle;
    margin-right: 15px;
}

.termConWrap {
    font-size: 13px;
    font-weight: 600;
}

.summaryWrap {
    padding: 2rem;
    border: 1px solid #acacac;
    border-radius: 20px;
    margin-bottom: 2rem;
}

.summaryWrap h4 {
    font-weight: 600;
    margin-bottom: 1rem;
}

ul.deviceListing {
    border-bottom: 1px solid #000;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.totalPay {
    text-align: center;
    margin-bottom: 10px;
}

h4.pricePlan {
    color: #e50019;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.deviceTitle {
    width: 50%;
    color: grey;
}

ul.deviceListing li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}

.percentOff {
    width: 50px;
    height: 50px;
    background: transparent;
    color: #000;
    border: 1px solid grey;
    border-radius: 50%;
    font-size: 11px;
    margin-right: 15px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.planList.active .percentOff {
    background: #e50019;
    color: white;
    border-color: #e50019;
}

.planList.active {
    border-color: #e50019;
}

.monthTitle {
    font-size: 12px;
}

.planList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    margin-bottom: 1rem;
    padding: 0.5rem 1.5rem;
    border-radius: 37px;
}

.promoCodeWrap {
    margin-top: 3rem;
}

.deviceSection {
    padding: 1rem 0;
    border-bottom: 1px solid #bababa;
}

ul.serviceList li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

img.contactIcon {
    margin-right: 15px;
}

.customerService {
    font-size: 13px;
}

ul.serviceList li a {
    color: black;
    font-weight: 800;
    font-size: 14px;
}

.serviceWrap {
    padding: 1rem 2rem;
    border-bottom: 1px solid #c5c5c5;
}

ul.contactListing li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.thankyouWrapper {
    margin: 2rem 0;
    border: 1px solid black;
    padding: 3rem;
    border-radius: 30px;
}

.thankInnerWrap {
    border: 1px solid black;
    padding: 3rem;
}

img.thankIcon {
    height: 80px;
    margin-bottom: 2rem;
}

.slider__counter {
    position: absolute;
    right: -78px;
    top: 46%;
    font-weight: bold;
}

button.apply {
    background: transparent;
    border: none;
    display: inline-block;
    color: #e50019;
    min-width: 100%;
    font-weight: 600;
    height: 99%;
    cursor: pointer;
}

span.applyButtonWrap::after {
    content: '';
    position: absolute;
    left: 0;
    height: 63%;
    width: 1px;
    background: #acacac;
}

.terms-policy {
    margin: 2rem 0;
    font-size: 14px;
    font-weight: 600;
}

.saveCardWrap {
    margin-top: 2rem;
}

.expDate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.expDate input {
    width: 100%;
}

span.cvvCover {
    width: 100%;
}

.middleInput {
    margin: 0 10px;
}

.or {
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.social-signup-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.or span {
    text-transform: uppercase;
    font-size: 1.5rem;
    background: white;
    position: relative;
}

.alreadyAccount a {
    font-weight: bold;
}

.alreadyAccount {
    text-align: center;
    margin-top: 2rem;
    font-weight: 600;
    color: #767676;
}

.or::before {
    position: absolute;
    content: '';
    left: 0;
    top: 18px;
    width: 100%;
    height: 1px;
    background: silver;
}

.formGrpWrap input {
    border: 1px solid black;
    border-radius: 35px;
    font-size: 12px;
    padding: 11px 1.5rem;
}

.secondStep {
    text-align: left;
}

.secondStep h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.formGrpWrap label {
    font-weight: 600;
}

input.promoEnter {
    padding: 15px 1.5rem;
    border: none;
    min-width: 80%;
    font-size: 14px;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
}

.thankInnerWrap h1 {
    margin-bottom: 2rem;
}

.prome {
    font-weight: 600;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.prmXo {
    border: 1px solid #acacac;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    border-radius: 38px;
}

section.dropHeader label {
    font-weight: 600;
}

section.dropHeader select.form-control {
    border-radius: 24px;
    border-color: black;
}

select.deviceName {
    border-radius: 24px;
    border-color: black;
    margin: 20px 0;
    font-size: 13px;
    color: black;
    width: 100%;
    padding: 13px 1.5rem;
    font-weight: 600;
    min-height: 40px;
}

select {
    position: relative;
    appearance: none;
    background-image: url(../../redington_images_v2/selectIcon.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 91% center;
    appearance: none;
    -webkit-appearance: none;
}

section.dropHeader select.form-control:focus, select.deviceName:focus {
    /* border-color: #e50019;
    color: #e50019; */
    box-shadow: none;
    outline: none;
}

.mapWrap {
    border-radius: 20px;
    border: 2px solid #e50019;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

iframe#locationContactMap {
    width: 100%;
    height: 600px;
    margin-bottom: -7px;
    margin-top: -3px;
    /* outline: 2px solid #e50019; */
}

ul.contactList li::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 6px;
    width: 30px;
    height: 35px;
    background-size: 22px;
    background-repeat: no-repeat;
}

ul.contactList li:nth-child(1)::after {
    background-image: url(../../redington_images_v2/shield.png);
}

ul.contactList li:nth-child(2)::after {
    background-image: url(../../redington_images_v2/mapIcon.png);
}

ul.contactList p {
    color: black;
}

ul.contactList {
    margin: 2rem 0;
}

ul.contactList li {
    padding-left: 3rem;
    position: relative;
}

input:focus {
    outline: none;
}

.thankInnerWrap p {
    font-weight: 600;
    margin: 1rem 0;
}

ul.quesList li span.contact-conList strong {
    max-width: 100%;
}

.followLisr, .followLisr a {
    color: #bebebe;
}

span.contact-conList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 64%;
}

.contactInfo {
    padding: 1rem 2rem;
}

ul.quesList li strong {
    min-width: 55%;
    max-width: 34%;
}

select.mobilePhone {
    border: none;
    padding: 11.5px;
    color: #9b9b9b;
    font-size: 15px;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 1.5rem;
    width: 100%;
    margin-left: 10px;
}

.contactField {
    border: none;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 1.5rem;
}

.signupList h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.signupList {
    text-align: center;
}
.contactHeading{
    flex-direction: column;
}
.locationWrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-image: url(../../redington_images_v2/mapBackground.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img.logo-location {
    height: 30px;
    margin-bottom: 5rem;
}

img.tick {
    height: 6px;
    display: none;
}

.locationText {
    font-weight: bold;
    margin-bottom: 3rem;
}

.locatioBox {
    display: inline-flex;
    position: relative;
    width: 120px;
    min-height: 100px;
    border: 1px solid #d7d7d7;
    padding: 1rem;
    vertical-align: text-bottom;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 2px 2px 10px #d1d1d1;
    background-color: white;
}

.footerTopRow {
    border-top: 1px solid #e6e6e6;
    padding-top: 2rem;
}

img.footerLogo {
    /*height: 30px;*/
}

span.spanRed {
    height: 2.5px;
    width: 40px;
    background: #e50019;
    display: inline-block;
    vertical-align: middle;
}

.proBenifit {
    padding: 0rem 1.1rem;
    border-left: 2px solid #e50019;
    margin-bottom: 10px;
}

.missionWhole h4 {
    font-weight: bold;
}

ul.missiontext {
    list-style: none;
}

p.whoPara {
    font-size: 1.8rem;
    font-weight: 100;
}

p.whoPara span {
    font-weight: 200;
}

.whoWeCover h3 {
    font-weight: bold;
    margin-bottom: 1rem;
}

section.coverWrap h4 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
}

ul.missiontext li {
    position: relative;
    display: inline-block;
    width: 33%;
    padding-right: 2rem;
    vertical-align: text-top;
    font-size: 14px;
}

ul.missiontext li:last-child::before {
    display: none;
}

.accordion button.btn.btn-link {
    position: relative;
    padding-left: 2rem;
}

.worksPort {
    display: none;
}

img.bars {
    height: 20px;
    display: none;
}

.accordion button.btn.btn-link:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background: #e50019;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.accordion .card-header {
    padding-left: 0;
}

.accordion button.btn.btn-link.collapsed:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 3px;
    background: #e50019;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
}

ul.missiontext li::before {
    content: '';
    position: absolute;
    right: 15px;
    height: 89%;
    width: 2px;
    background: #e50019;
}

.copyrigtWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    margin-top: 2rem;
    border-top: 1px solid #e6e6e6;
}

.leftCopy {
    color: #6666;
    font-size: 14px;
}

.btn-link:hover {
    text-decoration: none;
}

section.bannerHeader {
    position: relative;
}

section.bannerHeader:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35%;
    height: 79%;
    background: url(../../redington_images_v2/topHeadBackground.png);
    background-size: cover;
    background-repeat: no-repeat;
}

ul.footerSocialList li a:hover {
    color: #e50019;
}

ul.socialFooterList {
    list-style: none;
}

ul.socialFooterList li {
    display: inline-block;
    margin: 10px;
    margin-left: 0;
}

.quickWr {
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.4;
    margin-bottom: 10px;
}

.footerSocialIcons {
    margin-top: 2rem;
}

ul.hereWorkWrapper li {
    position: relative;
}

ul.hereWorkWrapper li::before {
    position: absolute;
    right: 0;
    content: '';
    background: #aeaeae;
    height: 80px;
    width: 0.8px;
    top: 90px;
}

ul.hereWorkWrapper li:last-child:before {
    display: none;
}

button.btn.btnCountry.btn-sm.dropdown-toggle {
    background: transparent;
}

.dropdown-menu li {
    padding: 6px 20px;
}

.dropdown-wrap .dropdown-menu li {
    cursor: pointer;
    font-size: 14px;
    padding-bottom: 10px;
}

.dropdown-menu li {
    padding-bottom: 10px;
}

.dropdown-toggle::after {
    color: #e50019;
}

.country-select {
    display: inline-block;
    position: relative;
    margin-right: 35px;
}

.payment-icons, .cvvCover {
    width: 100%;
    position: relative;
}

.payment-icons::before, .cvvCover::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 4%;
    width: 26px;
    height: 20px;
    background-image: url(../../redington_images_v2/card-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
}

.cvvCover::before {
    background-image: url(../../redington_images_v2/cvv.png);
    background-repeat: no-repeat;
}

.about-partner-Wrap .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    border: 1px solid #989898;
    border-radius: 100%;
}

.about-partner-Wrap .slick-dots li.slick-active button {
    background: #e50019;
    border-color: #e50019;
}

.about-partner-Wrap .slick-dots li button:before {
    color: transparent;
}

ul.footerSocialList {
    list-style: none;
}

span.scratch {
    text-decoration: line-through;
}

.regOfficeWrap .slick-track {
    margin: auto;
}

li.aside-list.dorp-menu {
    padding-right: 2rem;
}

.no-border {
    border: none !important;
}

.mobText {
    text-transform: uppercase;
    font-weight: 600;
}

ul.formShield {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* .ourMissionVis, .ourPartnersWrap, .coverWrap, section.protection222222288Section.text-center, .contactWrap-icon, .whoWeAre {
    background-image: url(../../redington_images_v2/elementBackground.png);
    background-size: contain;
} */

/* section.protectionSection.text-center {
    background-color: #f6f6f6;
} */

.onlyMobileMust {
    display: none;
}

select#telcoDropdown {
    max-width: 60%;
    margin: auto;
    background-color: transparent;
    border: none;
    color: white;
    border-bottom: 2px solid white;
    border-radius: 0;
    padding-left: 0;
}

select#telcoDropdown option {
    color: #000;
}

.ourMissionVis {
    background-repeat: no-repeat;
}

.mailWrapper.dropOffMail {
    border-bottom: none;
}

select.mobilePhone {
    background-color: transparent;
}

li.aside-list.dorp-menu::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 27px;
    right: 5px;
    top: 10px;
    background-image: url(../../redington_images_v2/right-arrow.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

ul.navbarList li a {
    color: black;
    font-size: 19px;
    padding-left: 0;
}

ul.navbarList li a:hover {
    color: #e50019;
}

ul.subMenu-navbarList {
    position: absolute;
    left: 100%;
    display: none;
    top: 5px;
    white-space: nowrap;
    min-width: 100%;
}

li.aside-list.dorp-menu:hover ul.subMenu-navbarList {
    display: block;
}

ul.navbarList li {
    position: relative;
    margin-bottom: 1rem;
}

select.languageSelect {
    border: none;
    color: #08141d;
    font-size: 13px;
    background-color: transparent;
    min-width: 70px;
    margin-left: 10px;
}

.wholeAsideWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.topLeftNavigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

img.closeNavMenu {
    height: 19px;
}

img.asideLogo {
    height: 30px;
    margin: 1rem 0;
}

aside.asideNavigation {
    background: white;
    /* display: none; */
    position: fixed;
    padding: 2rem;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 111111;
    width: 100%;
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
}

aside.asideNavigation.nav-active {
    transform: translateX(0%);
    display: block;
}

button.slick-prev.customSlickBtn.slick-arrow {
    background: #de0000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 6px;
    z-index: 1;
}

img.plusIn {
    display: none;
    height: 30px;
    margin-left: 20px;
    cursor: pointer;
}

.monthlyTitle {
    font-weight: 600;
    margin-bottom: 10px;
}

.successfullyApplied {
    margin-top: 0.8rem;
    color: #06ae06;
    font-size: 16px;
    padding-left: 1rem;
}

button.slick-next.customSlickBtn.slick-arrow {
    background: #de0000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 6px;
    z-index: 1;
}

button.slick-next.customSlickBtn.slick-arrow img, button.slick-prev.customSlickBtn.slick-arrow img {
    filter: brightness(1) invert(1);
}

button.slick-next.customSlickBtn.slick-arrow::before, button.slick-prev.customSlickBtn.slick-arrow::before {
    display: none;
}

.firstFootWrap {
    border-top: 1px solid #e6e6e6;
    padding-top: 3rem;
}

ul.footerSocialList li a {
    color: black;
    opacity: 0.4;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
}

.footerOuterLink h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.innerPost {
    width: 18%;
    display: inline-block;
    margin: 15px 5px;
}

footer {
    padding: 2rem 0;
}

.postDate {
    font-size: 13px;
    margin-bottom: 10px;
    opacity: 0.6;
}

a.readAnchor {
    color: #e50019;
}

.newsCover p {
    max-width: 90%;
    font-size: 19px;
}

a:hover {
    text-decoration: none;
}

span.tickWrap {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    border: 1px solid gray;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.locationName {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.locationCover {
    margin-bottom: 3rem;
}

button.buttonDefault,
.buttonDefault {
    background: #e50019;
    text-transform: uppercase;
    color: white!important;
    border: 1px solid #e5011a;
    padding: 8px 2rem;
    border-radius: 36px;
    cursor: pointer;
}
a.buttonDefault {
    display: inline-block;
}
.locatioBox.active {
    border-color: #e50019;
    color: #e50019;
    box-shadow: 0px 19px 17px -9px #d1d1d1;
}

.locatioBox.active img.tick {
    display: block;
}

.locatioBox.active span.tickWrap {
    border-color: #e50019;
}

img.locationFlag {
    max-height: 35px;
    margin-bottom: 10px;
}

img.newsImage {
    border-radius: 15px;
    margin-bottom: 10px;
}

h1.text-lighter-font {
    font-weight: 100;
}

button.buttonDefault:hover,
.buttonDefault:hover {
    background: black;
    color: white;
    border-color: black;
    transition: all 250ms ease-in-out;
}

button.mailSubmit {
    background: #e50019;
    border: 1px solid #e50019;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.dropdown-contactCover {
    width: 100%;
    margin-left: 2%;
}

.mailWrap h2 {
    max-width: 85%;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.mailPutCover {
    display: inline-block;
    width: 70%;
    position: relative;
}

input.enterMail {
    background: #f2f2f2;
    border: none;
    padding: 12px 2rem;
    font-size: 12px;
    border-radius: 48px;
    width: 100%;
}

img {
    max-width: 100%;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 16px;
    transition: 0.3s;
    max-width: 236px;
    font-weight: 600;
    text-align: left;
}

img.partnerLogos {
    margin: 15px auto;
    max-width: 90%;
}

section.testimonialsWrapper {
    color: white;
    position: relative;
}

section.testimonialsWrapper:after {
    background: url(../../redington_images_v2/testimonialBackground.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0;
    background-size: cover;
    right: 0;
    height: 57%;
    content: '';
    z-index: -1;
}

.testiUserImage {
    height: 150px;
    width: 150px;
    min-width: 150px;
    border: 1px solid #e50019;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
}

section.ourPartnersWrap {
    position: relative;
}

.appProduct {
    width: 20%;
    display: inline-flex;
    margin: 11px 2%;
    text-align: center;
    border-radius: 15px;
    background: white;
    box-shadow: 0px 1px 12px #cbcbcb;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

img.expectIcon {
    height: 60px;
}

button.buttonDefault.buttonBlack,
.buttonDefault.buttonBlack {
    background: #08141d;
    border-color: #08141d;
}

ul {
    list-style: none;
}

ul.hereWorkWrapper li {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    padding: 1rem;
}

span.seamCover h3 {
    font-size: 19px;
    margin-bottom: 1.5rem;
}

.seamPara {
    padding: 0rem 1.1rem;
    font-size: 14px;
    border-left: 2px solid #e50019;
    margin-bottom: 10px;
}

ul.seamlessListing li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 3rem;
}

img.includeMobile {
    max-width: 50%;
    margin: auto;
    display: block;
    margin-bottom: 4rem;
}

img.processIcon {
    width: 75px;
    margin-right: 16px;
    object-fit: contain;
}

span.font-lighter {
    font-weight: 100 !important;
}

.simpleText h3 {
    max-width: 80%;
    line-height: 1.7;
    margin-bottom: 1rem;
}

ul.simpleList li {
    margin-bottom: 1.5rem;
}

img.partnerListing {
    margin-right: 10px;
}

a.alreadySigned {
    color: #e50019;
    font-weight: 600;
}

ul.simpleList {
    list-style: none;
    margin-top: 2rem;
}

.applianceName {
    font-size: 13px;
}

.testimonialDetails h4 {
    font-weight: 600;
}

section.ourPartnersWrap button.tablinks {
    color: white;
    border-color: white;
}

.partnerCover {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registerTop {
    padding: 3rem;
    position: relative;
}

.relationshipWrap p {
    max-width: 70%;
    margin: auto;
}

.registerTop h4 {
    font-size: 16px;
    line-height: 1.7;
    margin: 1rem 0;
    font-weight: 700;
    min-height: 50px;
    margin-top: 1.5rem;
}

.registerPara {
    line-height: 2;
    font-size: 13px;
}

img.mapIcon {
    position: absolute;
    left: 21px;
    height: 24px;
}

.officeTitle {
    position: relative;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
}

.officeTitle::before {
    content: '';
    position: absolute;
    right: unset;
    height: 1.5px;
    width: 29%;
    background: #e50019;
    left: 0;
    bottom: -7px;
}

section.ourPartnersWrap .tab {
    border: none;
    max-width: 50%;
    max-width: max-content;
    margin: auto;
}

.regOffice {
    background: white;
    border-radius: 20px;
    box-shadow: 2px 5px 14px #979595;
    margin-bottom: 1.5rem;
    max-width: 338px;
    margin-left: 1rem;
    margin-right: 1rem;
}

section.ourPartnersWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70%;
    width: 100%;
    background: url(../../redington_images_v2/aboutBackground.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

p.testiQuote {
    color: #b0afaf;
}

.regOfficeWrap {
    text-align: left;
}

.comin {
    color: #e50019;
    font-size: 19px;
    font-weight: 600;
    margin: 1rem 0;
}

.testoslidesInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 2rem 0;
    align-items: center;
}

img.testimonialImage {
    height: 130px;
    min-width: 130px;
    width: 130px;
    object-fit: cover;
    border-radius: 100%;
}

section.mailWrapper {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

div#accordionExample .card-body {
    color: grey;
    font-size: 14px;
    padding-left: 2rem;
}

div#accordionExample .btn-link {
    color: black;
    font-size: 14px;
    font-weight: 600;
    white-space: normal;
    text-align: left;
}

.card-header {
    background: none;
}

.testi-cover {
    background: white;
    color: black;
    padding: 2rem;
    max-width: 700px;
    box-shadow: 1px 5px 9px #5e5e5e85;
    margin: 2rem auto;
    border-radius: 15px;
}

.testiLeft h4 {
    font-weight: 600;
}

.testiLeft p {
    color: #b6b6b6;
}

.testCo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

img.quote {
    height: 70px;
}

.testiWrap h1 {
    color: #e50019;
    font-weight: 600;
}

button.tablinks.active {
    color: #e50019;
    border-bottom: 2px solid #e50019;
}

.tabcontent {
    /* display: none; */
    padding: 2rem 12px;
    border-top: none;
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.leftSideFooter {
    max-width: 85%;
}

.quickFootLink {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

img.serviceCenter {
    margin-top: 3rem;
}

.devicetitle {
    text-align: center;
    margin-bottom: 10px;
    display: none;
    font-size: 12px;
}

.topHeader select {
    border: none;
    color: #08141d;
    font-size: 13px;
    background-color: transparent;
    min-width: 70px;
    margin-left: 10px;
}

.mobileIcons {
    padding: 4rem 2rem;
    background: white;
    text-align: center;
    box-shadow: 1px 4px 25px -6px #cfcfcf;
    margin-bottom: 2rem;
    border-radius: 3rem;
}

img.mobileImage {
    margin-bottom: 20px;
    max-height: 65px;
}

h3 {
    font-weight: 600;
    color: #08141d;
}

span.playCover {
    min-width: 20px;
    height: 40px;
    border: 1px solid black;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    width: 40px;
}

span.videoButton {
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.medText {
    margin-top: 2rem;
}

ul.keyPointsList {
    list-style: none;
}

ul.keyPointsList li {
    width: 16.6%;
    display: inline-flex;
    vertical-align: text-top;
    padding: 1rem;
    box-shadow: 0px 0px 14px silver;
    border-radius: 10px;
    min-height: 115px;
    text-align: center;
    margin: 14px;
    align-items: center;
    justify-content: center;
}

span.accidentName {
    display: block;
    font-size: 13px;
    margin-top: 15px;
}

span.pointCheck {
    width: 30px;
    display: inline-flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #e50019;
    border-radius: 50%;
}

img.pointCheckImage {
    filter: invert(23) brightness(50.5);
}

.topHeader {
    padding: 5px;
}

img.logo {
    /*height: 30px;*/
}

ul.navbar-nav li {
    padding: 0 1rem;
}

ul.navbar-nav li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 0 !important;
}

ul.navbar-nav li a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    border-radius: 10px;
    background: #e50019;
    height: 3px;
    transition: all .5s;
}

ul.navbar-nav li a:hover:before {
    width: 50%;
}

ul.navbar-nav li a:hover {
    font-weight: bold;
    transition: all .5s;
}

img.userIcon {
    /*height: 15px;*/
    display: inline-block;
    vertical-align: text-bottom;
}

header {
    padding: 1rem 0;
}

h2 {
    color: #08141d;
    font-weight: 600;
}

.twoMin {
    font-size: 1.5rem;
    font-weight: 100;
    margin-bottom: 10px;
}

.bannerTitle {
    font-size: 2.5rem;
    font-weight: 100;
    margin-bottom: 1rem;
}

.simpleSteps {
    font-size: 1.6rem;
    color: #e50019;
    margin: 1rem 0;
}

section {
    padding: 3rem 0;
}

.bannerTitle span {
    font-weight: 200;
}

.text-red {
    color: #e50019;
}

.mobileIcons:hover {
    background: #e50019;
    color: white;
}

.leftPlanning {
    text-align: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    height: 80%;
    justify-content: space-around;
}

.dropIconWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.freePick {
    margin-right: 15px;
    max-width: 52%;
    font-size: 15px;
    font-weight: 600;
}

.price {
    font-size: 1.3rem;
    color: #e50c1b;
    font-weight: bold;
}

.protectionPoints p {
    font-size: 12px;
}

.protectionPoints:hover {
    box-shadow: 0px 0px 20px 2px lightgrey;
}

img.protectLogo {
    height: 24px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}

.clientsPartners {
    position: relative;
}

.clientsPartners::after {
    position: absolute;
    content: '';
    top: 15px;
    background-image: url(../../redington_images_v2/client-partner-wrap.png);
    width: 80%;
    height: 84%;
    z-index: -1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 10%;
}

ul.protectList {
    list-style: none;
    padding: 0;
}

ul.protectList li {
    padding: 15px;
    border: 1px solid #cbcbcb;
    margin-bottom: 2rem;
    border-radius: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.planText {
    font-size: 12px;
    padding: 10px;
}

ul.lessMoreList {
    margin-top: 3rem;
    list-style: none;
}

ul.lessMoreList li {
    min-height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1.9rem;
}

span.ans {
    background: #388e3c;
    color: white;
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    font-weight: 700;
}

.deviceSection h5 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 1rem;
}

span.ansNo {
    background: #e53935;
    color: white;
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 50%;
    justify-content: center;
}

span.spanList {
    display: inline-block;
    padding: 0.7rem;
    background: #ffebee;
    font-weight: 700;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.rightPlanning {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    height: 80%;
    justify-content: space-around;
}

.rightPlanning img.planIcons {
    margin-right: 10px;
}

.rightPlanning .dropIconWrap {
    flex-direction: row-reverse;
}

.protectionPoints {
    border-radius: 15px;
    margin: 1rem 0;
    text-align: center;
    padding: 2rem;
}

img.protectionImage {
    height: 80px;
    margin-bottom: 25px;
}

.protectionPoints h3 {
    font-size: 1.1rem;
    font-weight: 800;
}

.mobileIcons:hover img.mobileImage {
    filter: brightness(0) invert(1);
}

/* formWrap */

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    width: 100%;
    margin: 0;
    padding: 2rem 0;
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

.partnerWrapping .slick-prev {
    left: 45%;
    bottom: -40px;
    top: unset;
}

.slick-disabled {
    opacity: 0.5;
}

.testiSLiderWrapper .slick-prev {
    left: unset;
    top: unset;
    bottom: -35px;
    z-index: 1;
    right: 75px;
}

.testiSLiderWrapper .slick-next {
    right: 25px;
    top: unset;
    z-index: 1;
    bottom: -35px;
}

.testiSLiderWrapper .slick-dots {
    height: fit-content;
    list-style: none;
    text-align: center;
    width: 14px;
    left: -83px;
    top: unset;
    bottom: -27px;
}

.testiSLiderWrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    border: 1px solid #989898;
    border-radius: 100%;
}

.testiSLiderWrapper .slick-dots li.slick-active button {
    background: #e50019;
    border-color: #e50019;
}

.testiSLiderWrapper .slick-dots li button:before {
    display: none;
}

.partnerWrapping .slick-next {
    right: 45%;
    bottom: -40px;
    top: unset;
}

img.a-right, img.a-left {
    object-fit: contain;
}

a.switchLang {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 2rem;
}

.findDevice {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 2rem;
}

span.emiText {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

.imeiNo {
    position: relative;
    margin-bottom: 5rem;
}

ul.imeiList {
    list-style: decimal;
    padding-left: 1rem;
}

ul.imeiList li {
    font-size: 12px;
    margin-bottom: 1rem;
}

.unorderedIMEI::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: white;
    top: -9px;
    left: 20%;
    border-left: 1px solid #e50019;
    transform: rotate( 45deg);
    border-top: 1px solid #e50019;
}

.unorderedIMEI {
    width: 300px;
    padding: 1rem 2rem 1rem 1rem;
    border: 1px solid #e50019;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #dbd8d8;
    position: relative;
    top: 0;
    display: none;
    background: white;
}

/* 
.emiText:hover+.unorderedIMEI {
    display: block;
} */

.card {
    z-index: 0;
    border: none;
    position: relative
}

.payTabsWrap {
    padding: 2rem;
    text-align: center;
    margin-top: 5rem;
    border-top: 1px solid #cbcbcb;
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    min-height: 100px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #2a2a2a;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}

img.stepImage {
    height: 35px;
    filter: grayscale(1);
    margin-bottom: 10px;
}

#progressbar li.active img.stepImage {
    filter: none;
}

#progressbar li div {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}

img.shield {
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}

section.protectionFormWrap {
    padding-top: 0;
}

ul.formShield li {
    display: inline-flex;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    align-items: flex-start;
}

h2.fontLighter {
    font-weight: 100;
    margin-bottom: 2rem;
}

h2.fontLighter span {
    font-weight: 300;
}

#progressbar li.active div {
    color: #e50019;
}

#progressbar li.active:before, #progressbar li.active:after {
    background: #e50019;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #e50019
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/* this */

#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 1px solid #cbcbcb;
}

#main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

.nowWrapper {
    display: none;
}

#main #faq .card .card-header .btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    background: white;
    padding: 20px;
    font-weight: bold;
    box-shadow: none;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    font-size: 2rem;
    line-height: 0.8;
    color: transparent;
    background-image: url(../../redington_images_v2/collapse-red.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    color: transparent;
    transform: rotate(0deg);
    background-image: url(../../redington_images_v2/collapse-arrow.png);
}

.protectionPlan {
    position: relative;
}

.protectionPlan::before {
    position: absolute;
    content: '';
    top: 0%;
    left: 0%;
    right: 0%;
    opacity: 0.3;
    width: 100%;
    height: 140%;
    background-image: url(../../redington_images_v2/getProtectionBackground.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.no-padding {
    padding: 0;
}

.newsCover {
    max-width: 350px;
    margin: 10px auto;
}

span.mobNavBtn {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

span.LoginNav a {
    color: black;
    text-transform: uppercase;
    font-weight: 600;
}

span.LoginNav a img {
    vertical-align: baseline;
    margin-right: 5px;
}

.news-slider-intialize .slick-dots {
    bottom: unset;
    top: -40px;
}

.news-slider-intialize .slick-dots li {
    width: 30px;
    height: 6px;
    margin: 0 5px;
    background: #b1b1b1;
    border-radius: 14px;
}

.slick-dots li button {
    display: none;
}

.news-slider-intialize .slick-dots li.slick-active {
    background: #e50019;
}

.mobText.comingBottom {
    position: absolute;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    bottom: 21px;
    color: #e50019 !important;
    text-transform: capitalize !important;
}

span.applyButtonWrap {
    min-width: 20%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3px;
    position: relative;
}

button.buttonDefault.buttonBlack:hover {
    background: #e50019;
    border-color: #e50019;
}

.relative {
    position: relative;
}

.onlyMobile {
    display: none;
}

.onlyMobileList {
    display: none !important;
}

section.protectionSection .mobileIcons {
    padding: 3rem 1rem;
    border-radius: 32px;
    margin-bottom: 3rem;
    width: 100%;
    max-width: 100%;
}

section.protectionSection .mobText {
    text-transform: uppercase;
    font-size: 12px;
    color: #333333;
    font-weight: 500;
}

section.protectionSection img.mobileImage {
    margin-bottom: 20px;
    max-height: 50px;
}

section.protectionSection .buttonCovers button.buttonDefault,
.buttonDefault {
    margin-right: 2rem;
}

.mobileIcons:hover .mobText {
    color: #fff;
}

section.coverWrap.whatcrContainer {
    position: relative;
}

section.coverWrap.whatcrContainer::before {
    position: absolute;
    content: '';
    right: -5%;
    bottom: 0;
    background-image: url(../../redington_images_v2/whatWeCover.png);
    background-size: contain;
    width: 50%;
    height: 90%;
    background-repeat: no-repeat;
    z-index: -1;
}

.aboutProtectCover {
    position: relative;
}

.aboutProtectCover::after {
    position: absolute;
    content: '';
    bottom: 15%;
    width: 90%;
    height: 80%;
    background-image: url(../../redington_images_v2/aboutCoverBack.png);
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: center;
}

#buy-protection .card-header, #buy-protection-2 .card-header {
    border-top: 1px solid #cccccc;
    border-bottom: none;
}

img.bs-step-image {
    height: 30px;
    margin-right: 1rem;
    width: 50px;
    object-fit: contain;
}

span.bs-step-title {
    color: #08141d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

#buy-protection .card .card-header .btn-header-link:after, #buy-protection-2 .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    font-size: 2rem;
    line-height: 0.8;
    color: transparent;
    position: absolute;
    right: 0;
    top: 30%;
    background-image: url(../../redington_images_v2/collapse-arrow.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
}

#buy-protection a.btn.btn-header-link, #buy-protection-2 a.btn.btn-header-link {
    color: #000;
    display: block;
    text-align: left;
    background: white;
    padding: 20px;
    font-weight: bold;
    box-shadow: none;
    position: relative;
}

#buy-protection .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    color: transparent;
    transform: rotate(90deg);
}

#buy-protection-2 .card .card-header .btn-header-link:after {
    transform: rotate(90deg);
}

#buy-protection-2 .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
    color: transparent;
    transform: rotate(0deg);
}

#buy-protection-2 .card-header {
    padding-top: 0;
    padding-bottom: 0;
}

header.fixed {
    position: fixed;
    width: 100%;
    background: white;
    top: 0;
    z-index: 111;
    box-shadow: 0px 5px 10px #00000038;
    padding: 1.5rem 0;
    animation: slide-down 0.3s ease-in-out;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

select.form-control:not([size]):not([multiple]) {
    height: unset;
}

img.imeiClose {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 15px;
}

.intl-tel-input {
    display: block;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent;
}

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #e50019;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 12px;
    padding-left: 34px;
}

.intl-tel-input .selected-flag .iti-flag {
    left: 15px;
}

input.form-control.contactNumber {
    overflow: hidden;
}

.error {
    border-color: #e50019 !important;
    color: #e50019 !important;
}

.errorText {
    margin-top: 10px;
    font-size: 13px;
    color: #e50019;
}

.dropdown-wrap button.btn.dropdown-toggle.selectDropDown {
    display: block;
    width: 100%;
    padding: 10px 13% 10px 1.5rem;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    transition: .2s;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: 24px;
    max-width: 100%;
    text-align: left;
    position: relative;
}

.dropdown-wrap .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    right: 6%;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.4em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 40%;
}

.dropdown-wrap .dropdown-menu li:hover {
    color: #e50019;
    background: #ccc;
}

.dropdown-wrap ul.dropdown-menu {
    border: 1px solid #e50019;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.dropdown-wrap.show button.btn.dropdown-toggle.selectDropDown {
    border-color: #e50019;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

button.btn.dropdown-toggle.selectDropDown:focus {
    outline: none;
    box-shadow: none;
}

.saveCardWrap label {
    display: inline-flex;
    align-items: center;
}

.dropdown-wrap ul.dropdown-menu {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 100%;
    border: 1px solid #e50019;
    top: 91% !important;
    max-height: 210px;
    overflow-y: auto;
    transform: none !important;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-wrap {
    transition: .2s;
    margin-bottom: 2rem;
    position: relative;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background-color: transparent;
}

/* checkbox */

input[type=checkbox]+label,
.add-accidental-cover-list input[type=radio]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0.2em;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox]+label:before,
.add-accidental-cover-list input[type=radio]+label:before {
    content: "\f00c";
    border: 0.1em solid #000;
    border-radius: 0.2em;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    background:transparent;
}

input[type=checkbox]+label:active:before,
.add-accidental-cover-list input[type=radio]+label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+label:before,
.add-accidental-cover-list input[type=radio]:checked+label:before {
    background: #e50019!important;
    border-color: #e50019;
    color: #fff;
}

input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: rgb(224, 224, 224);
    border-color: rgb(224, 224, 224);
}

/* end */

span.terms-data {
    display: inline-block;
    max-width: calc(100% - 40px);
    font-weight: 600;
}

span.card-sv {
    font-weight: normal;
}

.topLanguageDropdown>a {
    /*border: 1px solid #d1d1d1;*/
    display: block;
    padding: 8px 0;
    font-weight: 700;
    color: #222;
    font-size: 14px;
    border-radius: 20px;
    text-align: left;
    width: 110px;
    position: relative;
}

.topLanguageDropdown ul {
    width: 120px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    list-style: none;
    background: #fff;
    padding: 6px 0;
    border-radius: 10px;
    z-index: 1;
    top: 36px;
    border: 1px solid #ccc;
}

.topLanguageDropdown:hover ul {
    display: block;
}

.topLanguageDropdown ul li button {
    display: block;
    background: 0 0;
    border: none;
    font-size: 13px;
    padding: 5px 20px;
    width: 100%;
    text-align: left;
}

.topLanguageDropdown ul li button:hover, .country-select .dropdown-menu li:hover {
    background: #ededed;
    cursor: pointer;
}

.topLanguageDropdown .lang-select::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #e50019;
    right: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.topLanguageDropdown {
    position: relative;
    display: inline-block;
}

button.btn.btnCountry.btn-sm.dropdown-toggle {
    /*border: 1px solid #d1d1d1;*/
    display: inline-block;
    padding: 8px 0;
    font-weight: 700;
    color: #222;
    font-size: 14px;
    border-radius: 20px;
    text-align: left;
    min-width: 80px;
    margin-left: auto;
}

button.btn.btnCountry.btn-sm.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.country-select .dropdown-menu {
    padding: 0;
}

.country-select .dropdown-menu li {
    padding: 0;
}

.country-select .dropdown-menu li a {
    font-size: 13px;
    display: block;
    padding: 5px 20px;
}

button:focus {
    outline: none;
}

section.protectionSection .row {
    margin: 0;
}

#basic .dropdown-menu {
    top: -5px !important;
    border-radius: 10px;
    border: 1px solid #ccc;
    min-width: 120px;
}

#topCountry .dropdown-menu {
    top: -4.5px !important;
    border-radius: 10px;
    border: 1px solid #ccc;
    min-width: 120px;
}

h4.sub-footer-head {
    min-height: 17.5px;
    margin: 0;
}

.lightTexttitle {
    color: #08141d;
    font-size: 2.6rem;
    font-weight: 100;
}

.redMedium {
    color: #e50019;
    font-size: 3.8rem;
}

.ValidtyDate {
    color: #08141d;
    padding: 2px 10px;
    border-left: 3px solid #e50019;
    margin-bottom: 2rem;
    font-size: 16.8px;
}

.bottomLight {
    font-size: 2.8rem;
    color: #08141d;
    font-weight: 100;
    margin-bottom: 1rem;
}

.bottomLight span {
    font-weight: 300;
}

section.topBannSlider {
    margin-top: 2rem;
}

.topBannSlider .slick-dots li button {
    display: block;
}

.topBannSlider .slick-dots li button:before {
    font-size: 10px;
    width: 0;
    opacity: 1;
    color: #999999;
}

.topBannSlider .slick-dots li {
    margin: 0 2%;
}

.topBannSlider ul.slick-dots::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 3px;
    background: #e6e7e8;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
}

.topBannSlider .slick-dots {
    bottom: -13px;
}

.topBannSlider .slick-dots li.slick-active button:before {
    color: #e50019;
}

.topBannSlider .slick-dots li.slick-active::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #e50019;
    left: 53%;
    transform: translateX(-50%);
    top: 8px;
}

.topBannSlider .slick-dots li.slick-active button {
    border: 2px solid #e50019;
    border-radius: 50%;
    padding: 0;
    background: white;
    position: relative;
    z-index: 1;
}

.topBannSlider .slick-dots li.slick-active button::before {
    font-size: 6.7px;
    left: 4.5px;
    line-height: 17px;
}
img.topSliderBanner {
    max-width: 97%;
}

.telCoveAB {
    max-width: 80%;
    margin: auto;
    display: none;
}

/*TONIC CSS START*/
.profile-sidebar {
    max-width: 260px;
}
.profile-pic img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center right;
}
.profile-sidebar-info {
    margin-top: 15px;
}
.profile-sidebar-info h5 {
    font-size: 18px;
    font-weight: 900;
    color: #e50019;
}
.profile-sidebar-info p {
    margin-bottom: 8px;
}
.profile-sidebar-info p a {
    color: #000000;
    font-size: 14px;
}
.profile-sidebar-info p:last-child {
    margin-top: 15px;
}
.profile-sidebar-info p a:hover img,
.profile-sidebar-nav ul li a:hover img,
.profile-sidebar-nav ul li a.active img {
    filter: invert(15%) sepia(76%) saturate(7467%) hue-rotate(345deg) brightness(83%) contrast(120%);
}
.profile-sidebar-nav {
    margin-top: 45px;
}
.profile-sidebar-nav ul li {
    border-top: 1px solid #cccac6;
    padding-top: 15px;
    padding-bottom: 15px;
}
.profile-sidebar-nav ul li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.profile-sidebar-nav ul li a:hover,
.profile-sidebar-info p a:hover,
.profile-sidebar-nav ul li a.active {
    color: #e50019;
}
.profile-sidebar-nav ul li span:first-child {
    width: 82px;
}
.sidebar-right-content {
    margin-left: -50px;
}
/*.card-saved-container {
    margin-left: 70px;
}*/
.card-saved-box {
  border: 1px solid rgb(229, 0, 25);
  border-radius: 22px;
  padding: 43px;
  margin-bottom: 20px;
}
.card-saved-box .card-saved-box-inner {
    display: flex;
    align-items: center;
}
.card-saved-box .card-saved-box-inner .card-saved-img {
    width: 60%;
    padding-right: 20px;
}
.card-saved-status h4 {
    font-weight: bold;
    font-size: 20px;
}
.card-saved-status .status span {
    display: inline-block;
}
.card-saved-status .status span:first-child {
    font-size: 16px;
    font-weight: 200;
    color: rgba(0,0,0,0.5);
    padding-right: 12px;
}
.tag {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 24px;
}
.green {
    background-color: #5cba4a;
}
.yellow {
    background-color: #f7cc1b;
}
.red {
    background-color: #e50019;
}
.login-dropdown-menu {
    padding: 15px 15px 3px 15px;
    min-width: 211px;
    border-color: rgb(229, 0, 25);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8.6px 1.4px rgba(0, 0, 0, 0.1);
}
.login-dropdown-menu a {
    padding-right: 0;
    padding-left: 0;
}
.login-dropdown-menu a:before {
    display: none;
}
.dropdown-menu-arrow {
  top: -25px;
  left: 98%;
  width: 0;
  height: 0;
  position: relative;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 7px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}
.dropdown-menu-arrow:after {
  bottom: -10px;
  right: 0;
  border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
  bottom: -9px;
  right: 0;
  border-bottom-color: rgb(229, 0, 25);
}
.login-dropdown-menu h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 3px;
}
.login-dropdown-menu p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.502);
    margin-bottom: 13px;
}
.login-dropdown-menu a {
    font-weight: 800;
    border-top: 1px solid rgb(215, 214, 213);
    padding-top: 8px!important;
    padding-bottom: 8px!important;
    background-color: transparent!important;
}
.login-dropdown-menu a:hover {
    color: #e50019;
}
.create-claim-inner-container {
    max-width: 787px;
    margin-left: auto;
    margin-right: auto;
}
.create-claim-inner-container h1 {
    font-size: 50px;
    font-weight: normal;
}
.create-claim-inner-container h3 {
    font-weight: 700;
}
.select-your-claim {
    margin-top: 3rem;
}
.select-claim-tnc a {
    cursor: pointer;
}
.popover {
    border-color: rgb(229, 0, 25);
    box-shadow: 0px 0px 8.6px 1.4px rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
}
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    border-bottom-color: rgb(229, 0, 25);
}
.bs-popover-auto[x-placement^=top] .arrow::before, 
.bs-popover-top .arrow::before {
    border-top-color: rgb(229, 0, 25);
}
.create-claim-page .popover {
    max-width: 391px;
    padding: 28px;
}
.popover-inner-content h4 {
    font-size: 18px;
    font-weight: 700
}
.popover-inner-content a {
    position: absolute;
    top: 5px;
    right: 13px;
    cursor: pointer;
}
.popover-inner-content table {
    width: 100%;
}
.popover-inner-content table tr th {
    font-weight: normal;
}
.popover-inner-content table tr th:first-child,
.popover-inner-content table tr td:first-child {

}
.popover-inner-content table tr th,
.popover-inner-content table tr td {
    border-top: 1px solid rgb(215, 214, 213);
    padding-top: 8px;
    padding-bottom: 8px;
}
span.LoginNav a {
    padding-right: 0!important
}
/*RADIO BUTTON*/

input[type=radio]+label {
    display: block;
    /*margin: 0.2em;*/
    /*height: 58px;*/
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    /*font-weight: 900;*/
    padding: 0.2em;
    margin-bottom: 0;
}
input[type=radio]+label span {
    font-size: 16px;
    font-weight: normal;
    color: rgba(0,0,0,0.50);
}
input[type=radio]+label img {
    opacity: 0.5;
}
input[type=radio] {
    display: none;
}
input[type=radio]+label:before {
    content: "";
    /*border: 2px solid #7f7f7f;*/
    background: url(../../redington_images_v2/radio-icon.png) center no-repeat;
    /*border-radius: 50%;*/
    width: 23px;
    height: 23px;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}
input[type=radio]+label:active:before {
    transform: scale(0);
}
input[type=radio]:checked+label:before {
    background: url(../../redington_images_v2/radiodot-icon.png) center no-repeat;
    border-color: #e50019;
    color: #e50019;
}
input[type=radio]:checked+label div img {
    opacity: 1;
}
input[type=radio]:checked+label div span {
    color: #000;
}
input[type=radio]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

input[type=radio]:checked:disabled+label:before {
    transform: scale(1);
    background-color: rgb(224, 224, 224);
    border-color: rgb(224, 224, 224);
}
.create-claim-tabs {
    margin-top: 30px;
}
.create-claim-tabs input[type=radio]+label {
    height: 58px;
    margin-bottom: .5rem;
}
.create-claim-tab label:before {
    position: absolute;
    left: 0;
    top: 17px;
}
.create-claim-tab label div {
    padding-left: 45px;
    height: 100%;
}
.create-claim-tab label {
    border-top: 1px solid rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);
    position: relative;
}
input[type=radio]:checked+label {
    border-color: #e50019;
}
.create-clain-tab-content h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.payTitle {
    font-size: 16px;
    font-weight: normal;
    color: rgba(0,0,0,0.5);
}
.payPrice {
    font-size: 20px;
    font-weight: normal;
    color: rgba(0,0,0,0.5);
}
.plan-pay input[type=radio]+label:before {
    margin-top: 5px;
}
input[type=radio]:checked+label .payTitle,
input[type=radio]:checked+label .payPrice {
    color: #000;
}
.plan-pay .pay {
    padding-left: 10px;
}
.center-map .embed-responsive::before {
    padding-top: 39.25%!important;
}
.center-map .embed-responsive iframe {
    border-radius: 23px;
    border: 2px solid rgb(229, 0, 25)!important;
}
.center-details table tr td {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.center-details table tr td:first-child {
    width: 133px;
}
.my-claim-button {
  border-width: 1px;
  border-color: rgb(54, 43, 77);
  border-style: solid;
  border-radius: 19px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  font-size: 16px;
  font-family: "Inter";
  color: rgb(0, 0, 0);
  padding: 6px 30px;
}
.my-claim-button:hover,
.my-claim-button.active {
    background: #e11936;
    border-color: #e11936;
    color: #fff;
    transition: all 250ms ease-in-out;
}
.my-claim-accordion .panel {
    border: 1px solid rgb(229, 0, 25);;
    border-radius: 22px;
    padding: 30px 40px;
    margin-bottom: 25px;
}
.my-claim-accordion .panel .panel-heading {
    position: relative;
}
.device-heading {
    display: flex;
    align-items: center;
    padding-right: 80px;
}
.device-thumb {
  border-width: 1px;
  border-color: rgb(204, 202, 198);
  border-style: solid;
  border-radius: 21px;
  background-color: rgb(255, 255, 255);
  width: 107px;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.device-thumb img {
    width: 75px;
    height: 74px;
    object-fit: cover;
    object-position: center;
}
.device-name {
    padding-left: 42px;
}
.device-name h4 {
    font-size: 24px;
    color: #000000;
    font-weight: 900;
    margin-top: 15px;
    margin-bottom: 2px;
}
.device-name h4 span {
    color: #999999;
    font-weight: 500;
    padding-top: 3px;
    display: block;
}
.claim-period {
    font-size: 13px;
    color: rgba(0,0,0,0.5);
}
.panel-default>.panel-heading a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 47px;
  height: 46px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "";
  background: url(../../redington_images_v2/circle-minus-con.png) center no-repeat;
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "";
  background: url(../../redington_images_v2/circle-plus-con.png) center no-repeat;
}
.device-details table tr td {
    font-size: 16px;
    padding-bottom: 5px;
    padding-bottom: 12px;
    vertical-align: top;
}
.device-details table tr td:first-child {
    color: rgba(0,0,0,0.5);
}
.device-details table tr td:last-child {
    font-weight: 700;
}
.rating {
    background: url(../../redington_images_v2/rating-icon.png) no-repeat;
    width: 113px;
    height: 16px;
}
.rating-overlay {
    background: url(../../redington_images_v2/rating-overlaye.png) no-repeat;
    height: 100%;
}
textarea.custom-field {
    border-radius: 21px;
    padding: 15px;
}
.custom-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13px;
    color: rgba(0, 0, 0, 0.502);
}
.custom-field::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px;
    color: rgba(0, 0, 0, 0.502);    
}
.custom-field:-ms-input-placeholder { /* IE 10+ */
    font-size: 13px;
    color: rgba(0, 0, 0, 0.502);
}
.custom-field:-moz-placeholder { /* Firefox 18- */
    font-size: 13px;
    color: rgba(0, 0, 0, 0.502);
}
.textarea-total-char {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.502);
    text-align: right;
    margin-top: 15px;
}
.my-device-accordion .my-device-container .panel {
    padding: 30px;
} 
.my-device-accordion .my-device-container .panel .device-heading {
    padding-right: 0;
    justify-content: space-between;
}
.my-device-accordion .my-device-container .panel .device-heading .device-name {
    padding-right: 15px;
}
.my-device-accordion .my-device-container .panel .device-heading .device-name h5 {
    font-size: 16px;
}
.my-device-accordion .my-device-container .panel .device-heading .device-name h5 span {
    font-weight: 800;
    padding-top: 2px;
}
.anchortag {
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
}
.anchortag:hover {
    color: #000;
}
.outine-button {
    background-color: #fff;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    padding: 8px 2rem;
    border-radius: 36px;
    cursor: pointer;
}
.outine-button:hover {
    background: black;
    border-color: black;
    color: #fff;
    transition: all 250ms ease-in-out;
}
.small-button {
    font-size: 13px;
    padding: 5px 21px;
    display: inline-block;
    font-weight: 600;
}
.plan-payment-intro h4 {
    font-size: 24px;
    font-weight: bold;
}
.plan-payment-intro h4 span {
    color: #e50019;
}
.plan-payment-details {
    position: relative;
}
.payment-mode-nav {
    /*width: 35%;*/
}
.payment-mode-nav ul {
    margin-top: 0!important;
    padding-top: 44px;
}
.payment-mode-nav ul li {
    border-top: 1px solid #cccac6;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff!important;
}
.payment-mode-nav ul li:last-child {
    border-bottom: 1px solid #cccac6;
}
.payment-mode-nav ul li a {
    font-size: 16px;
    color: #000000;
}
.payment-mode-nav ul li a span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
}
.payment-mode-nav ul li:hover a span,
.resp-tab-active a span {
    color: #e50019;
}
.payment-mode-nav ul li:hover a img,
.resp-tab-active a img {
    filter: invert(15%) sepia(76%) saturate(7467%) hue-rotate(345deg) brightness(83%) contrast(120%);
}
.payment-method-block {
    padding-left: 40px;
}
.payment-method-block .payment-method-inner-block {
    background-color: #f5f5f5;
    padding: 40px 32px;
    border-radius: 22px;
}
.payment-method-block .payment-method-inner-block p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.502);
}
.payment-mode-nav h5 {
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: auto;
    left: auto;
}
.card-add-button {
    position: absolute;
    bottom: 21px;
    left: auto;
}
.tnc-title h1 {
    font-size: 50px;
}
.tnc-inner-container {
    border-bottom: 1px solid rgb(204, 202, 198);
}
#TNCaccordion .card {
    border-top: 1px solid rgb(204, 202, 198);
    border-radius: 0;
}
#TNCaccordion .card-header {
    border-bottom: none;
    padding: 0;
}
#TNCaccordion .card-header button {
    font-size: 20px;
    color: #000;
    padding: 8px 33px;
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    text-decoration: none!important;
    cursor: pointer;
}
#TNCaccordion .card-header button[aria-expanded="true"] {
  background: url(../../redington_images_v2/minus-icon.png) left no-repeat;
  background-position-y: 19px;
}
#TNCaccordion .card-header button[aria-expanded="false"] {
  background: url(../../redington_images_v2/plus-icon.png) no-repeat left;
  background-position-y: 10px;
}
#TNCaccordion .card .card-body {
    padding: 10px 33px 25px 33px;
}
.li-lists ul li {
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 14px;
    position: relative;
}
.li-lists ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #e50019;
}
.table tr td {
    vertical-align: middle;
}
.three-column tr td {
    width: 33.33%;
}
.upgrade-plan-accordion .plan-payment-intro h4 {
    margin-bottom: 0;
}
.upgrade-plan-details {
    padding-left: 107px;
}
.upgrade-plan-details h5 {
    font-size: 20px;
    font-weight: 700;
}
.upgrade-plan-details h5 span {
    color: #e50019;
}
.upgrade-plan-details .planList {
    padding: 4px 3px 4px 30px;
    margin-bottom: 0;
    width: 218px;
}
.upgrade-plan-details .planList .monthTitle {
    font-size: 20px;
    font-weight: 900;
}
.upgrade-plan-details .planList .percentOff {
    width: 57px;
    height: 57px;
    padding: 0;
    flex-direction: column;
}
.upgrade-plan-details .planList .percentOff span {
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
}
.upgrade-plan-details .upgrade-price {
    font-size: 24px;
    font-weight: bold;
}
.upgrade-plan-details p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.502);
    margin-top: 30px;
}

aside.asideNavigation {
    padding: 1rem 1.5rem;
}
aside.asideNavigation .centerNavigation {
    width: 100%;
}
aside.asideNavigation .centerNavigation ul.navbarList {
    max-height: 93%!important;
    overflow-y: auto;
}
aside.asideNavigation .centerNavigation ul.navbarList ul.subMenu-navbarList {
    position: relative;
    left: 15px;
}
/*=====REDINGTON PAGES STAR=====T*/

h1 {
    font-size: 50px;
    line-height: 61px;
}
.home-banner-text h1 {
    font-weight: 100;
}
.home-banner-text h1 span {
    font-weight: 800;
}
.primary-color {
    color: #e50019;
}
.home-tc-link {
    color: #666666;
    text-decoration: underline;
}
.home-banner-bg {
    position: absolute;
    top: 20px;
    right: -70px;
}
.home-redington-hp-logo div:nth-child(2) {
    border-left: 1px solid #dee2e6;
}
.home-redington-hp-logo div:nth-child(2) img:nth-child(2) {
    display: none;
}
.h6 {
    font-size: 20px;
    line-height: 29px;
}
.h6 span {
    font-weight: 800;
}
.add-device-form ul {
    font-size: 0;
    margin-bottom: 0;
}
.custom-field-col {
    display: inline-block;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    vertical-align: top;
} 
.custom-field-col label,
.custom-field-col .custom-field {
    font-size: 14px;
    font-weight: 200;
    display: block;
}
.custom-field-col .custom-field-border {
    border: 1px solid #000;
    padding-left: 23px;
    padding-right: 23px;
    width: 100%;
    border-radius: 42px;
}
.custom-field-col .custom-field {
    border:none;
    height: 42px;
    line-height: 42px;
    width: 100%;
}
.calendar-icon {
    background: url(../../redington_images_v2/calendar-icon.png) right center no-repeat;
}
.applyBtn.btn {
    background-color: #e50019;
    border-color: #e50019;
}
.add-device-tooltip-info {
    padding-left: 15px;
    padding-right: 15px;
}
.listpointers ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}
.listpointers ul li:last-child {
    margin-bottom: 0;
}
.listpointers ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #e50019;
    border-radius: 50%;
}
.add-device-page .popover {
    max-width: 450px;
    width: 100%;
}
.add-accidental-cover-list {
    text-align: left;
    position: relative;
    width: 240px;
    padding-left: 5px;
    padding-right: 5px;
}
.add-accidental-cover-list label {
    border:1px solid #a3a3a3;
    border-radius: 12px;
    padding: 24px 18px!important;
    display: block;
}
.add-accidental-cover-list label:before {
    position: absolute;
    right: 23px;
    margin-right: 0;
}
.add-acc-cover-offer-info {
    margin-right: 25px;
}
.add-acc-cover-offer-info div {
    font-size: 16px;
}
.add-acc-cover-offer-info div:last-child {
    font-size: 14px;
    color: #666666;
    text-decoration: line-through;
}
.add-accidental-cover-list .percentOff {
    margin-top: 40px;
}
.add-accidental-cover-list :checked + label {
    background-color: #f2f2f2;
    border-color: #f2f2f2!important;
}
.add-accidental-cover-list :checked + label .percentOff {
    background: #e50019;
    color: white;
    border-color: #e50019;
}
.add-accidental-cover-wrap ul li {
    font-size: 13px;
}
.add-accidental-cover-wrap ul li div {
    display: flex;
    align-items: center;
}
.add-accidental-cover-wrap ul li div span {
    padding-left: 10px;
}
.home-redington-hp-logo p {
    font-size: 13px;
    margin-top: 15px;
}
.custom-field-border .iti__country-list li,
.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 12px;
}
.iti__arrow {
    border-top-color: #e50019;
}
.iti__arrow--up {
    border-bottom-color: #e50019;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent!important;
}
.social-register-wrap div a {
    color: #000;
}
.social-register-wrap div a:hover {
    color: #e50019;
}
.social-register-wrap p {
    font-size: 13px;
    margin-bottom: 0;
}
#registerPopup .modal-dialog {
    max-width: 724px;
}
#registerPopup .modal-dialog .modal-content {
    border: 0;
    border-radius: 56px;
}
#registerPopup .modal-body {
    padding: 50px 50px 40px 50px;
}
#registerPopup .thankInnerWrap h1 {
    font-size: 40px;
    line-height: normal;
}
#registerPopup .thankInnerWrap img.thankIcon {
    margin-bottom: 17px;
}
#registerPopup .thankInnerWrap h6.h6 {
    font-weight: 600;
}
#registerPopup .modal-header {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
#registerPopup .modal-header .close {
    opacity: 1;
}
.overflow-hidden {
    overflow: hidden
}
/**v2*/
div.callout-v2 {
	width: 160px;
	float: right;
	bottom: 150px;
	font-family: Raleway;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	padding: 20px;
}
div.callout-v2.b {
	font-weight: 700;
}
div.callout-v2 a {
	color: #e50019;
	text-decoration: none;
}
div.callout-v2 a div {
	padding: 15px;
}

div.callout-v2 {
    background-color: #fff;
    background-image: -moz-linear-gradient(top,#fff,#fff);
    color: #e50019;
    padding: 5px;
    border-radius: 10px;
    min-height: 50px;
    border: 1px solid #ccc;
    position: fixed;
    bottom: 5px;
    right: 1px;
    margin-bottom: 85px;
    margin-left: 14px;
    z-index: 999;
    /*box-shadow: 0 1px 0 rgb(255 255 255 / 20%) inset;*/
}

.callout-v2::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.7em solid transparent;
	position: absolute;
	left: 0;
	margin-left: 18px;
}
.callout-v2.top::before {
	left: 45%;
	bottom: -20px;
	border-top: 10px solid #444;
}
.callout-v2.bottom::before {
	left: 45%;
	top: -20px;
	border-bottom: 10px solid #444;
}
.callout-v2.right::before {
	right: -20px;
	top: 40%;
	border-left: 10px solid #444;
}
.callout-v2.right::before {
	left: -20px;
	top: 40%;
	border-right: 10px solid #444;
}
.callout-v2.top-right-v2::before {
	left: 7px;
	bottom: -20px;
	border-top: 10px solid #444;
}
.callout-v2.top-right-v2::before {
    left: 82px;
    bottom: -22px;
    border-top: 10px solid #444;
}
.close_help {
	top: 0px;
	position: absolute;
	right: 0;
	margin-right: 5px;
	cursor: pointer;
}
.close_help img {
	width: 15px;
	height: 15px;
}
/**v2**/
.social_links {
    cursor: pointer;
}
button.close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    width: 30px;
    height: 30px;
    background: #aaa;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    border-radius: 100%;
}
.hide {
    display: none;
}
#error-msg, #p_code-error, #server-error-msg, .errorlist, .promo_code_error, .error {
    margin-top: 0px;
    font-size: 12px !important;
    color: #e50019;
    /*padding-left: 20px;*/
}
.form-group {
    position: relative;
    margin-bottom: 20px;
}
.logout.dropDown a img {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.js_error{
    padding-left: 20px;
}

.plan-tnc .content-container {
    font-size: 20px;
    padding-bottom: 60px;
    padding: 55px 0 0 0!important;
    text-align: justify;
}
.plan-tnc .content-container {
    /* font-size: 20px; */
    padding-bottom: 60px;
    padding: 55px 0 0 0!important;
    text-align: justify;
}
.plan-tnc table, p {
    font-size: 16px;
    width: 100%;
}
.plan-tnc .content-container ul {
    list-style-type: square;
    padding-left: 10px;
}
/*@media (min-width: 1200px){
#plan-terms-and-condition .plan-tnc .container, #privacy-policy .modal-dialog .container {
    width: 900px!important;
}*/
.plan-tnc .content-container {
    font-size: 20px;
    padding-bottom: 60px;
    padding: 55px 0 0 0!important;
    text-align: justify;
}
/*.logout .dropdown-toggle{
    padding-left: 0px !important;
}*/
/*.dropdown-toggle {
    display: block;
    padding: 0 !important;
}*/
#ajax-loader-fullpage {
    height: 100%!important;
    width: 100%!important;
    text-align: center;
    position: fixed;
    top: 200pt;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
/*language droddown coming soon popup*/
button.close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    width: 30px;
    height: 30px;
    background: #aaa;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    border-radius: 100%;
}
.rightSec.notesInfo {
    padding: 30px 20%;
}

.rightSec {
    background: #fff;
    padding: 80px 12%;
}
.text-center {
    text-align: center;
}

.heading3 {
    font-size: 32px;
    font-family: Inter;
    font-weight: 700;
    margin: -10px 0 15px;
}
.mrb-30 {
    margin-bottom: 30px;
}
.lineHmedium {
    line-height: 1.3;
}

.notesInfo p {
    text-align: center;
    font-size: 20px;
    margin: 0 0 25px;
}
.plan-tnc table, p {
    font-size: 16px;
    width: 100%;
}
.notesInfo p {
    text-align: center;
    font-size: 20px;
    margin: 0 0 25px;
}
.font16px {
    font-size: 16px;
}
.plan-tnc table, p {
    font-size: 16px;
    width: 100%;
}
/*language droddown coming soon popup*/
.plan-tnc .smallheading {
    color: #e50019;
}
/*=====REDINGTON PAGES END=====*/