body {
  background-color: white;
}

@font-face {
				font-family: VodafoneRegular;
				src: url('./asserts/fonts/VodafoneRg.ttf');
			}
		
			@font-face {
				font-family: VodafoneLt;
				src: url('./asserts/fonts/VodafoneLt.ttf');
			}
		
			@font-face {
				font-family: VodafoneExB;
				src: url('./asserts/fonts/VodafoneExB.ttf');
			}
		
			@font-face {
				font-family: VodafoneRGBold;
				src: url('./asserts/fonts/VodafoneRgBd.ttf');
  }
      

/**tittle style**/
.tittleDiv{
	width:100%;
  display:inline;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pageTittle {
    font-size: 25px;
    font-weight: 700;
  margin: 1px !important;

}

span.tittleBorder {
   display: inline-block;
  width: 45%;
  height: 0;
  margin-bottom: 1px;
  border: 1px solid #FFFFFF; 
  background-color: #FFFFFF; 
  border-radius: 10px 10px 10px 10px; 
  margin-bottom: 3px;
}

span.tittleDot {
  display: inline-block;
   height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
}

/* image banner*/
.imageDiv {
  position: relative;
  color: white;
  height: auto;
}

.imageDiv img {
  object-fit: cover;
}
.overLayImage {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    
 background: rgb(0, 0, 0); /* Fallback color */
    opacity: 0.3;
    color: white;
    top: 0;
}

/*Logo*/
.Logo-top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  font-size: 26px;
  font-family: VodafoneRGBold;
}


/* Bottom left text */
.mytaskHeader {
  position: absolute;
  top: 50%;
  left: 20%;
  line-height: 42px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.column {
				word-break: break-word !important;
			}

    

.mytaskHeader2 {
  position: absolute;
  top: 65%;
  left: 40%;
  line-height: 54px;
}
.mytaskHeader p {
    padding: 0 !important;
    margin: 0 !important;
}

.headertext1 {
    font-size: 390%;
     font-family: VodafoneRGBold;
}
.headertext2 {
     position: absolute;
     font-family: VodafoneRGBold;
    font-size: 175%;
}

.btnHome {
  width: auto;
  margin-top: 20px;
  font-size: 25px;
  background-color: #E60000 !important;
  font-family: VodafoneRGBold;
}

/* Mobile view*/
@media screen and (max-width: 600px) {
  .computer {
        visibility: hidden;
        display: none;
			}
			.phone {
				visibility: visible !important;
				display: block !important;
			}

			.left{
				height: auto;
				margin-top: 5%;
      }

    .column {
        height: auto;
    }

    .left {
        width: 100% !important;
    }

    .subTittle {
        font-size: 12vw !important;
    }
    .btnHome {
        font-size: 6vw;
        background-color: #E60000 !important;
    }

      .carousel {
        box-shadow: 0px 3px 6px #00000029;
      }

			.circleInstruct {
        margin-top: 1%;
			width: 30px;
			height: 30px;
			line-height: 29px;
			border-radius: 50%;
			color: #fff;
			text-align: center;
			background: #007C92;
			margin-left: 2%; 
			font-family: VodafoneRGBold !important;
			float: left;
      margin-right: 0%;
      margin-bottom: 30px;
      font-size: 5vw;
    }
    
    .circle {
      font-size: 5vw;
    }

    .subtittle-text {
        font-family: VodafoneRGBold;
        font-size: 5vw !important;
    }

		.inst {
			font-size: 6vw !important;
      padding-top: 0 !important;
      padding: 0px 0 10px 34px;
    }
    
			.mytaskHeader {
        margin-left: auto;
        margin-right: auto;
        width: auto;
      }

          /* subtittle setting  */
            .homeTittle {
              position: absolute;
              top: 45%;
              left: 40%;
              line-height: 20px !important;
                margin-left: auto;
              margin-right: auto;
            }

            .homeTittle_guide {
                position: absolute;
                top: 45%;
                left: 4% !important;
                line-height: 35px !important;
                margin-left: auto;
                margin-right: auto;
            }

            .imageDiv img {
                object-fit: cover;
            }
      
            .subTittle {
              font-size:5vw;
            }

            .bottomfotterbtn {
                margin-bottom: 2%;
            }

    }






/* subtittle setting  */
.homeTittle {
  position: absolute;
  top: 39%;
  left: 30%;
  line-height: 26px;
    margin-left: auto;
  margin-right: auto;
}

.homeTittle_guide {
    position: absolute;
    top: 39%;
    left: 30%;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
}



.subTittle {
  font-size: 390%;
  font-family: VodafoneRGBold;
}

.subtittle-text {
  font-family: VodafoneRGBold;
  font-size: 18px;
}

/* buttons   */
.btnNO {
font-family: VodafoneRGBold;
background-color: transparent;
font-size: 16px;
width: 100px;
border: 2px solid #FFFFFF;
margin: 5px;
}

.btnYes {
  font-family: VodafoneRGBold;
  background-color: transparent;
  font-size: 16px;
  width: 100px;
  margin: 5px;
}
.btnYes:hover {
  background-color:  #E60000;
  border-color:  #E60000;
}
.btnNO:hover {
  background-color:  #E60000;
  border-color:  #E60000;
}
.active {
  background-color: #E60000 !important;
  border: none;
}

/* boostrap */
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Computer View */
@media screen and (max-width: 900px) {

      .computer {
				visibility: visible;
			}
		.phone {
            visibility: hidden;
            display: none;

		}
}


	.circleInstruct {
			width: 30px;
			height: 30px;
			line-height: 29px;
			border-radius: 50%;
			color: #fff;
			text-align: center;
			background: #007C92;
			margin-left: 2%; 
			font-family: VodafoneRGBold !important;
			float: left;
    }
    
/*Carousol*/
#myCarousel {
  margin-left: 50px;
  margin-right: 50px;
}

.item img {
  margin-left: auto;
  margin-right: auto;
}

.selected img {
	opacity:0.5;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}

.carousel-control.leftbtn,
.carousel-control.rightbtn {
  background: none;
  border: none;
}

.carousel-control.leftbtn {
  margin-left: -25px;
}

.carousel-control.rightbtn {
  margin-right: -25px;
}

.carousel-control {
  width: 0%;
}

.glyphicon-chevron-leftbtn, .glyphicon-chevron-rightbtn {
  color: grey;
  font-size: 40px;
}
.carousel-control-prev-icon {
    background-image: url('../img/chevron-left.png') !important;
	height: 30px;
    width: 30px;
	border-radius: 50%;
    border: 1px solid #707070;
	margin-left: -10px;
}

.carousel-control-next-icon {
    background-image: url('../img/chevron-right.png');
	height: 30px;
    width: 30px;
	border-radius: 50%;
    border: 1px solid #707070;
	margin-right: -10px;
}


.carousel-inner>.active {
	background-color: transparent !important;
}
.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}