/* HP SmartFriend common screen css*/

body {
    font-family: 'Forma DJR Display', sans-serif !important;
}
.main-header,.content-wrapper ,.main-footer{
    margin-left: unset!important;
}

.content-wrapper>.content {
    padding: unset!important;
}
.header-logo{
    width:70px;
}

.main-footer{
    text-align: center;
}

.header-logo-text{
    font-family: 'Forma DJR Display';
    font-style: normal;
    line-height: 42px;
    color: #0096D6;
    font-size: 30px;
    position: relative;
    top: 5px;
    border-bottom: 1px solid;
}

.header-logo-text b{
    font-weight:bold;
}

.help-logo{
    width:30px;
    border: 1.5px solid #c0c0c0;
    border-radius:50px;
    top: 4px;
    position: relative;
}

.help-logo-a{
    top: 10px;
    position: relative !important;
    float: right !important;
}

.help-text{
    background: #212121;
    border-radius: 21px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 3px 12px;
}

.div-1{
    background: #40DFFA;
}
.div-2{
    background: #A0EFFD;
    padding: 0.5rem !important;
}
.div-3{
    background: #FFFFFF;
}

span.custom-padding-scratch{
	height: 3em;
    display: inline-block;
}

.blue-btn{
    background: #0096D6;
    border: 2px solid #0096D6;
    border-radius: 21px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    padding: 3px 12px;
}

.home-left-div, .home-right-div{
    padding:unset;
    background: #D4F4E5;
    border: 1px solid #000;
}

.home-section1{
    background: #6FF5BA;
    padding: 7px 25px;
}

.h2-light{
    font-size: 2.1rem;
    font-weight: 100;
}

.h2-bold{
    font-size: 2.1rem;
    font-weight: 600;
}

.h3-light{
    font-size: 1.5rem;
    font-weight: 200;
}

.h4-bold{
    font-weight: 600;
    font-size:18px;
}

.home-section2{
    background: #A1F5D1;
    padding: 7px 25px;
}

.home-section2 > h2.h2-bold-1{
    font-size: 2rem;
    font-weight: 600;
}

.home-section3{
    background: #D4F4E5;
    padding: 15px 25px;
}

.home-sub-sec1>span{
    font-size: 1.5rem;
    font-weight: 200;
}

.home-sub-sec2>p{
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 200;
}

.homepage-div-img1{
    width: 100%;
    /*height: 350px;*/
    object-fit: fill;
}

.ahref-button-blue {
    background: #0096D6;
    padding: 7px 12px;
    text-align: center;
    border-radius: 30px;
    color: white;
    line-height: 25px;
}

.button-blue {
    background: #0096D6;
    padding: 15px 50px;
    text-align: center;
    border-radius: 30px;
    color: white;
    /*line-height: 50px;*/
    border: none;
}

.small-sec1-content{
    margin:10px;
    text-align: center;
}

.small-sec1{
    border: 1px solid #000;
}

.small-sec2{
    background-color: #D7E9FF;
    border: 1px solid #000;
}

.small-sec2-content{
    margin:10px;
    /*text-align: center;*/
}

.small-sec3{
    background-color: #4ff5ab;
    border: 1px solid #000;
}

.small-sec4{
    background-color: #c9f3fe;
    border: 1px solid #000;
}

.small-sec-img{
    max-width:100%;
    max-height:100%;
    width: 100%;
    height: 100%;
}

.small-sec2-content>p{
    padding: 7px 12px;
    font-weight: 600;
    text-align: left;
    font-size: 20px;
}

.help-modal-content{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.br-20{
    border-radius: 20px;
}

.helpdeskContent {
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 20px;
    padding: 30px 30px 70px;
}

.helpdeskContent>i{
    font-size: 70px;
    color: #0096d6;
    line-height: 2;
}

.helpdeskContent>button.close {
    width: 30px;
    font-size: 20px;
    color: #c0c5cb;
    align-self: flex-end;
    background-color: transparent;
    border: none;
}

.helpdeskContent>p {
    font-size: 18px;
}

.helpdeskContent>p>b {
    color: #0096D6;
}

.helpdeskContent>button.accept {
    background-color: #0096d6;
    border: none;
    border-radius: 5px;
    width: 200px;
    padding: 14px;
    font-size: 16px;
    color: white;
    box-shadow: 0px 6px 18px -5px rgb(85, 201, 237);
}

.bg-dark{
    background-color: #000000!important;
}

.bg-dark>h2{
    margin-bottom: 0rem;
    font-size: 48px;
    font-weight: 400;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  position : absolute;
  left     : 0;
  margin   : 0;
  width    : 2em;
  transform: translateX(-2.5em);
  opacity  : 0;
  }

.input-group-text{
  background-color: #FFFFFF;
}

.custom-padding{
    height: 2em;
    display: inline-block;
}

.custom-padding2{
    height: 1em;
    display: inline-block;
}

.custom-padding3{
    height: 15em;
    display: inline-block;
}

.card-primary:not(.card-outline)>.card-header {
    background: rgba(82, 192, 255, 0.5)!important;
}

.img-fit-div{
    max-width:100%;
    max-height:100%;
}

.img-max-ht{
    max-height: 400px;
}

.lgt-gr-bg{
    background: #D4F4E5;
    background-color: #D4F4E5;
}

.tabs-min-height{
    height:100px;
}

.div-min-height{
    min-height:72%;
}

.pb-30{
    padding-bottom: 30px;
}

.pr-30{
    padding-right: 30px;
}

.home-tab1-img{
    text-align:center;
    background-image: url('../images/redeem-tab1.png');
    background-repeat:no-repeat;
    background-size: cover;
    min-height: 230px;
}

.home-tab2-img{
    text-align:center;
    background-image: url('../images/redeem-tab2.png');
    background-repeat:no-repeat;
    background-size: cover;
    min-height: 230px;
}

.btn-primary-tabs{
    background-color: #0096d6!important;
    border-color: #0096d6!important;
    position: relative;
    bottom: 20px;
    left: 30px;
}

.card.card-tabs:not(.card-outline)>.card-header .nav-item:first-child .nav-link {
    border-left-color: transparent;
    border-top-right-radius: 23px!important;
}

.card-primary:not(.card-outline)>.card-header, .card-primary:not(.card-outline)>.card-header a{
    color:#000;
    font-weight:500;
}

.card-primary:not(.card-outline)>.card-header a.active {
    border-top-right-radius: 23px!important;
    border: 1px solid black;
    font-weight: bolder;
    text-decoration: underline;
}

.nav-tabs .nav-link {
    border-top-right-radius: 23px!important;
    border: 1px solid black;
    border-top-left-radius: 0px!important;
}

.carousel-indicators [data-bs-target]{
    width: 9px!important;
    height: 11px!important;
    border-radius: 45%;
    opacity : 1!important;
    background-color: #fff!important;
}

.carousel-indicators .active {
    background-color: #007BFF!important;
}

.carousel-indicators {
    justify-content: right!important;
    margin-right: 5%!important;
    margin-bottom: 1%!important;
}

.indicator-text{
    color:#fff;
    display: inline-flex;
    font-weight:400;
    line-height: 2rem;
    font-size: 18px;
    float:right;
}

.carl-link{
    color: #1d5bb7!important;
    text-decoration: none;
    font-size: 1.15em;
}

.con-bg-white{
    background: #fff!important;
    background-color: #fff!important;
}

.mb-25{
    margin-bottom: 5%!important;
}

.mb-50{
    margin-bottom: 50px;
}

.box-space-mb7 {
    width: 53%!important;
    margin-left: 30px;
}

.lang-li{
    list-style: none!important;
    margin-left:7px;
}

.lang-ul{
    display:inline-flex;
    list-style: none!important;
}

.lang-item{
    background: #fff;
    border: 2px solid #fff;
    border-radius: 21px;
    color: #000;
    text-align: left;
    font-size: 13px;
    padding: 3px;
}

.lang-item option {
    margin: 40px;
    background: #fff;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.lang-bar a.dropdown-item{
    padding: 0px!important;
}

.find_out_btn {
    width:200px;
}

.img-flag {
    width: 30px;
    border: 1.5px solid #c0c0c0;
    border-radius: 50px;
    top: 2px;
    position: relative;
}

.hide{
    display:none;
}

.show{
    display:block;
}

.main-footer {
    background-color: #000;
    border-top: 1px solid #000;
    color: #fff;
    padding: 1rem;
    margin-top: 50px;
}

.foot-list{
    display:flex;
    list-style: none;
    text-align: left;
    padding-left: 0px;
}

.foot-list-items>a{
    color:#fff;
    font-weight: 300;
    text-decoration-color:#fff
}

.foot-list-items>a:hover {
    color:#fff;
}

.foot-list-items>a:visited {
    color:#fff;
}

.mr-30{
    margin-right:30px;
}

.bg-div-blue{
    background:#8FD1ED!important;
    background-color:#8FD1ED!important;
    padding:30px!important;
}

.bg-div-blue>h3{
    font-weight: 500;
    font-size:43px;
    line-height: 52px;
    color: #FFFFFF;
}

.bg-div-blue>h4{
    font-weight: 400;
    font-size:38px;
    line-height: 45.6px;
    color: #FFFFFF;
}

.add-font{
    font-weight: 400;
    font-size:30px;
    line-height: 36px;
    color: #000;
}

.blue-font{
    color:#0096D6;
    text-decoration: underline;
}

.bg-grey{
    background:#D9D9D9;
    background-color:#D9D9D9;
}
.bg-grey>h2{
    margin-bottom: 0rem;
    font-weight: 500;
    font-size: 43px;
    line-height: 52px;
}

.re-font{
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
}

ol {
    counter-reset: item;
    list-style: decimal;
}

ol>li {
    display: block;
    color: #666666;
}

ol>li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

.list-disc{
    list-style: disc;
}

.list-alpha{
    list-style: lower-alpha;
}

.nowrap{
    white-space: nowrap;
}

/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
@media (min-width:320px)  {  }

/* smartphones, Android phones, landscape iPhone */
@media (max-width:480px)  {
    /*.sm-scr-row{
        background: red;
        bottom: -40px!important;
    }
    .indicator-text{
        color:#000;
        font-size: 16px;
    }*/
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media (min-width:600px)  { }


/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:801px)  { }

/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) { }

/* hi-res laptops and desktops */
@media (min-width:1281px) { }


.promo-text{
    margin-right: 40px;
    margin-top: 50px;
}

.promo-span{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
}
.b-black{
    border: 1px solid #000;
}


.guy-image-div{
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.form-control-lg {
    font-size: 14px !important;
}



.tnc-font{
    font-weight: 400;
    font-size: 20px;
}
