* {
    margin: 0;
    padding: 0;
    font-family: Inter;
}

html, body {
    overflow-x: hidden;
}

@font-face {
    font-family: Inter;
    font-weight: 100;
    src: url(../fonts_v2/Inter-ExtraLight.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: 200;
    src: url(../fonts_v2/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: normal;
    src: url(../fonts_v2/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: 600;
    src: url(../fonts_v2/Inter-Medium.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: 900;
    src: url(../fonts_v2/Inter-Bold.ttf);
}

a {
    color: #e50019;
}

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: 42%;
    color: grey;
    padding-right: 23px;
    font-size: 14px;
}
.deviceDesc {
    width: 52%;
    /* color: grey; */
    /* padding-left: 0px; */
    font-size: 14px;
}
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;
}

.planList_mob.active .percentOff {
    background: #e50019;
    color: white;
    border-color: #e50019;
}

.planList_mob.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;
}

.planList_mob {
    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;
}
#payment_option_mob {
    /* padding-left: 15px !important; */
    /* border-bottom: 1px solid red; */
    margin-left: 15px;
    width: 320px;
}

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(../images/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%;
    height: 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(../images_v2/shield.png);
}

ul.contactList li:nth-child(2)::after {
    background-image: url(../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(../images/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(../images/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: 6rem;
}

ul.hereWorkWrapper li {
    position: relative;
}

ul.hereWorkWrapper li::before {
    position: absolute;
    right: 0;
    content: none;
    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;
}

.droff-off li {
    padding: 6px 20px !important;
}

.dropdown-wrap .dropdown-menu li {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
}

.dropdown-menu li {
    padding-bottom: 10px;
}

.droff-off li {
    padding-bottom: 10px !important;
}
.dropdown-toggle::after, .custom-select-trigger:after {
    color: #e50019;
}

.country-select {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.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(../images/card-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    pointer-events: none;
}

.cvvCover::before {
    background-image: url(../images/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(../images/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(../images/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, .pay_pending_button, .pp-feedback-submit{
    background: #e50019;
    text-transform: uppercase;
    color: white;
    border: 1px solid #e5011a;
    padding: 8px 2rem;
    border-radius: 36px;
    cursor: pointer;
}

.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 {
    background: black;
    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%;
    border: 1px solid grey;
}

section.testimonialsWrapper {
    color: white;
    position: relative;
}

section.testimonialsWrapper:after {
    background: url(../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: 160px;
    width: 160px;
    min-width: 160px;
    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 {
    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;
    height: 370px;
}

.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(../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: 150px;
    min-width: 150px;
    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: 13px;
    font-weight: 600;
}

.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;
}

ul.navbar-nav li a::after {
    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:after {
    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(../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: 9px;
}

ul.lessMoreList {
    margin-top: 3rem;
    list-style: none;
}

ul.lessMoreList li {
    height: 80px;
    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(../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(../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(../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;
    top:140px;
}

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 {
    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(../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(../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(../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, .custom-select-trigger: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, .custom-select-trigger {
    border: 1px solid #e50019;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.dropdown-wrap.show button.btn.dropdown-toggle.selectDropDown, .custom-select-trigger {
    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 {
    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 {
    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;
}

input[type=checkbox]+label:active:before {
    transform: scale(0);
}

input[type=checkbox]:checked+label:before {
    background-color: #e50019;
    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 20px;
    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 12px;
    font-weight: 700;
    color: #222;
    font-size: 14px;
    border-radius: 20px;
    text-align: left;
    min-width: 111px;
    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.0rem;
    font-weight: 100;
}

.redMedium {
    color: #e50019;
    font-size: 2.0rem;
}

.ValidtyDate {
    color: #08141d;
    padding: 2px 10px;
    border-left: 3px solid #e50019;
    margin-bottom: 2rem;
    font-size: 16.8px;
}

.bottomLight {
    font-size: 2.0rem;
    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;
}
.whatsapp_ic {
	position: fixed;
	bottom: 0;
	left: 0;
	margin-bottom: 20px;
	margin-left: 80px;
	z-index: 999;
}
.whatsapp_ic img {
	width: 50px;
	height: 50px;
}
.facebook_ic {
	position: fixed;
	bottom: 0;
	left: 0;
	margin-bottom: 16px;
	margin-left: 20px;
	z-index: 999;
}
.facebook_ic img {
	width: 54px;
}

div.callout {
	width: 160px;
	float: right;
	bottom: 150px;
	font-family: Raleway;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	padding: 20px;
}
div.callout.b {
	font-weight: 700;
}
div.callout a {
	color: #e50019;
	text-decoration: none;
}
div.callout a div {
	padding: 15px;
}
/**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;
}
/**v2**/
.callout::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.7em solid transparent;
	position: absolute;
	left: 0;
	margin-left: 18px;
}
.callout.top::before {
	left: 45%;
	bottom: -20px;
	border-top: 10px solid #444;
}
.callout.bottom::before {
	left: 45%;
	top: -20px;
	border-bottom: 10px solid #444;
}
.callout.left::before {
	right: -20px;
	top: 40%;
	border-left: 10px solid #444;
}
.callout.right::before {
	left: -20px;
	top: 40%;
	border-right: 10px solid #444;
}
.callout.top-left::before {
	left: 7px;
	bottom: -20px;
	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;
}
#map_canvas {
    width: 100%;
    height: 100%;
}
.hide{
    display: none;
}
.mapping{
    width: 100%;
    height: 600px !important;
    margin-bottom: -7px;
    margin-top: -3px;
}
.selcenter, .deviceDropDown .selectDropDown{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.navbar-nav .nav-link.active {
    font-weight: bold;
}

.nav-item .nav-link.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    content: '.';
    color: transparent;
    border-radius: 10px;
    background: #e50019;
    height: 3px;
    transition: all .5s;
}


.rightSec.notesInfo {
    padding: 30px 20%;
}

.rightSec {
    background: #fff;
    padding: 80px 12%;
}

.lineHmedium {
    line-height: 1.3;
}

.mrb-30 {
    margin-bottom: 30px;
}
.heading3 {
    font-size: 32px;
    font-family: Inter;
    font-weight: 700;
    margin: -10px 0 15px;
}
.text-center {
    text-align: center;
}

.notesInfo p {
    text-align: center;
    font-size: 20px;
    margin: 0 0 25px;
}
.font16px {
    font-size: 16px;
}
/*label {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 5px !important;
}*/
.dropdown-menu li a{
    color: #212529;
    width: 100%;
    padding: 9px 14px;
}

.dropdown-wrap .dropdown-menu li a:hover {
    color: #e50019;
}
.promo-code-display-main,
.promo-code-display-main-mob,
.promo-code-main,
.promo-code-main-mob,
.promo_code_section {
	display: none;
	text-align: center;
}
.unit-code-main {
	text-align: center;
}
.promo-code-span {
	padding: .8% 2%;
	background: #000;
	color: #fff;
	border-radius: 45px
}
.free-trial-text {
	margin: 3% 3% 3% 3%;
	text-align: center;
}
/*.promo_code_error{*/
/*    font-family: Raleway;*/
/*    position: relative;*/
/*    right: 0;*/
/*    top: 2%;*/
/*    color: #e50019;*/
/*    left: 4%;*/
/*    font-size: 16px;*/
/*    background: 0 0;*/
/*}*/
/*.promo_code_error_mob{*/
/*    font-family: Raleway;*/
/*    position: relative;*/
/*    right: 0;*/
/*    top: 2%;*/
/*    color: #e50019;*/
/*    left: 4%;*/
/*    font-size: 16px;*/
/*    background: 0 0;*/
/*}*/
.payment_option  a.active, .payment_option_mob a.active {
    border: 3px solid #e50019;
}
.payment_option a, .payment_option_mob a {
    border: 1.5px solid #d1d1d1;
    border-radius: 4px;
    background: #fff;
    display: block;
    text-align: center;
    height: 42px;
    margin-bottom: 10px;
}
.social_links{
    cursor: pointer;
}
.title12 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
#error-msg, #p_code-error, #server-error-msg, .errorlist, .promo_code_error, .error {
    margin-top: 0;
    font-size: 13px;
    color: #e50019;
    padding-left: 20px;
}

#error-msg-mob, #p_code-error-mob, #server-error-msg-mob, .errorlist-mob, .promo_code_error_mob {
    margin-top: 0;
    font-size: 13px;
    color: #e50019;
}

#server-error-msg-1 {
    position: relative;
    right: 0;
    top: 2%;
    color: #e50019;
    left: 4%;
    font-size: 16px;
    background: 0 0;
}

#server-error-msg-2 {
    position: relative;
    right: 0;
    top: 2%;
    color: #e50019;
    left: 4%;
    font-size: 16px;
    background: 0 0;
}
.docUpload {
    float: right;
    width: 190px;
    margin: 0;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px)
.docName {
    font-size: 14px;
    padding-top: 12px;
    width: auto;
}

.docName {
    font-size: 16px;
    font-weight: 600;
    float: left;
    padding-top: 15px;
    width: 250px;
}
.docUpload.form-group.file strong {
    height: 50px;
    border: 2px dashed #e5e5e5;
    border-radius: 25px;
    padding: 12px 22px!important;
    color: #e50019;
    font-size: 15px;
    font-weight: 700;
    background: #fff;
    line-height: 25px;
}

.form-group.file strong {
    position: absolute;
    left: 0;
    pointer-events: none;
    top: 0;
    right: 0;
    line-height: 54px;
    cursor: pointer;
    border-block-style: dashed;
    text-align: center;
}
.form-control {
    font-size: 12px;
}
.form-control {
    height: 54px;
    border-color: #d1d1d1;
    box-shadow: none;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    padding: 0 30px;
}

.enter-detail-popup .modal-body {
    padding: 20px 50px;
}

.enter-detail-popup div {
    text-align: center;
}
.enter-detail-popup .text-content {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0;
}
.enter-detail-popup .enter-email {
    margin: 3% 3%;
}
.enter-detail-popup div {
    text-align: center;
}
.enter-detail-popup .enter-email input {
    margin-bottom: 10px;
}
.close-grey {
    color: #9b9b9b;
}
#returning-users-thankyou-popup .thankyou-msg {
    padding: 20px 40px;
}
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%;
}
#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;
}
div#ajax-loader-fullpage:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    /* top: 0; */
    background: #000;
    width: 100%;
    height: 200%;
    opacity: 0.2;
    bottom: 0;
}
#ajax-loader-display-msg {
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #fff;
}
.deductibles {
    position: relative;
    border: 1px solid #d1d1d1;
    padding: 5px 20px;
    font-size: 14px;
    font-family: Raleway;
    color: #222;
    border-radius: 4px;
    font-weight: 600;
    background: #fff;
    margin-bottom: 30px;
}
.deductibles h5 {
    font-weight: 700;
    font-size: 16px;
    color: #222;
    padding-bottom: 10px;
}
.deductibles button.close {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 19px;
}
.deductibles p {
    line-height: 24px;
}
.plan-tnc table, p {
    font-size: 16px;
    width: 100%;
}
#showtable li {
    display: none;
}
.less-all {
    display: none;
}
#showtable li.showtable {
    display: -webkit-flex;
}
#showtable_mob li.showtable_mob {
    display: inline-table;
}

ul#protectList li {
    height: 80px;
}

.active .show-all {
    display: none;
}

.active .less-all {
    display: block;
}
#showtable li.not, #showtable li.showtable {
    display: flex;
}
.touchscreen{
    width: 220px;
}
.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
#submit_btn:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.logout.dropDown a img {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.bottomtextred {
    color: red;
    /*padding: 2px 4px;*/
    /* border-left: 3px solid #e50019; */
    /*margin-bottom: 2rem;*/
    font-size: 1.2rem;
}
.bottomtext {
    /*color: red;*/
    /*padding: 2px 4px;*/
    /* border-left: 3px solid #e50019; */
    margin-bottom: 2rem;
    font-size: 1.2rem;
}
.countred {
    color: #e50019;
    font-weight: bold;
}
.bottomtext_b3 {
    /* color: red; */
    /* padding: 2px 4px; */
    /* border-left: 3px solid #e50019; */
    margin-top: 2rem;
    font-size: 1.2rem;
}

.textbold {
    color: #08141d;
    font-weight: 650;
}
#dropdownMenu3_mob {
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: normal;
}
.dropDown-down {
    font-size: 15px;
    color: #e50019;
    margin: 0 0 0 5px;
}

#navbarDropdown{
    padding-right: 0;
    padding-left: 0;
}

/* latest - 25-06-2022 */
.ProductImg {
    min-height: 100px;
    background: #aaa;
    border-radius: 5px;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #e5011a !important;
}
.bind_info ul li h2 {
    font-size: 1.3rem;
    font-weight: 700;
}
.pl-8 {
    padding-left: 8rem;
}