@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.card-title {
    font-size: 16px;
    color: #2E2E35;
}
.font-weight-bold{
  font-family: "Lato", sans-serif!important;
  font-weight: 700;
}
html {
}
#top-nav .nav-link.active {
border-bottom: 2px solid #ffffff;
}
body {
     font-family: "Lato", sans-serif!important;
    width:100%;
    position:relative;
/*
    background:#F2F2F2;
*/
/*
    background: linear-gradient(0deg, #76EAFE, #0C77EB);
*/
}
.grayBg{
    /* background:#e6e6e6; */
/*
    background:url('../images/home.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
*/
}
.aboutBlock p,.termsContainer {
    color: #747474;
    font-size: 17px;
}
.textBold{
    font-weight: 900;
    color: #2b2b33;
}
.container-cs{
/*
    padding:10% 10% 5% 10%
*/
}
.sliderBg {
    background:url('../images/slider.png');
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /* background-size: 100% 100%; */
}
.blueBtn {
    padding: 10px 30px;
    background: #2d4ec6;
    color: #fff;
    box-shadow: none;
    border-radius: 20px;
    outline: 0;
    border: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    word-spacing: 2px;
}
.skyBtn {
    padding: 10px 30px;
    background: #42d9f3;
    color: #3a5cc8;
    box-shadow: none;
    border-radius: 20px;
    outline: 0;
    border: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    word-spacing: 2px;
}
.customPad {
	    padding: 12% 10%;
}
.h5Head {
    font-weight: bold;
    padding: 10px 0px;
    color: #2b2b33;
    padding-top: 40px;
}
.orangeBg{
    background: #ff7062;
    color: #fff;
}
.zIndex-0 {
    z-index: -1;
}
.footer-white {
    background: #ffffff;
    color: #2E2E35;
}
.footer-black {
    background: #060608;
    color: #ffffff;
   
}
.flexSocialLinks a,.mnt--links a,.footer-white div a {
    color:#2e2e35 !important;
}
.mnt--links div {
    padding:7px 0px;
}
#top-nav .nav-link {
    color: #ffffff;
/*
    padding: 0px 0px 0px 46px;
*/
    font-size: 16px;
    word-spacing: 1px;
    margin: 0px 0px 0px 28px;
}
#top-nav.scrolled ,.blueBg{
    /* background-color: #060608e8 !important; */
    background: url('../images/iPhone_hand_155.png');
    transition: background-color 200ms linear;
    z-index: 99;
    background-size: cover;
    background-repeat: no-repeat;
}
#top-nav.scrolled .navbar-brand, #top-nav.scrolled .navbar-brand:hover {
        /* color: #ffffff !important; */
}
.skyBg {
    background: #3a5cc8;
    color: #ffffff;
}
.grayBg{
    
/*
    background: #F2F2F2;
*/
    color: #000000;
}

.mnt--title{
    font-weight: bold;
    padding-bottom: 13px !important;
}
.copywrite{
    color:#646464;
    padding: 0px 5%;
}
.text-gray{
    color:#747474;
}
.lightBlack,.aboutBlock h5 {
    color: #2E2E35;
}
.navbar-brand,.navbar-brand:hover {
    font-weight: bold;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}
#top-nav {
    z-index: 9;
}
.navbar-toggler:focus  {
    outline: 0;
}
.navbar-toggler  {
    cursor: pointer;
}
.bgBlack {
    background: #000;
}

.overlay {
    position: absolute;
    z-index: 1;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
}
.leftZero {
    left: 0px;
}
.topZero {
    top:0px;
}
.gradientBtn, .gradientBtn-Bg { 
    background-image: linear-gradient(to right, #ffb158, #ffa96a, #ffa478, #ffa085, #ff9a9a);
    color: #2E2E35;
    box-shadow: none;
    outline: 0;
    border: 0px;
    /* text-transform: uppercase; */
    font-weight: 600;
    word-spacing: 2px;
}
.gradientBtn {
    padding: 10px 30px;
    border-radius: 20px;
    font-size: 14px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(142, 138, 138, 0.75);
    -moz-box-shadow: 0px 1px 2px 0px rgba(142, 138, 138, 0.75);
    box-shadow: 0px 1px 2px 0px rgba(142, 138, 138, 0.75);
}
.gradientBtn-Bg {
    padding: 12px 32px;
    border-radius: 24px;
    font-size: 18px;
    word-spacing: 2px;
  
}
.mnt--title{
    font-weight: bold;
}
.lineBr {
    width: 60px;
    height: 3px;
    display: block;
    background: #2b2b33;
    margin-bottom:20px;
}
a{
    cursor: pointer;
}
.h1-cs {
    font-size: 40px;
    word-spacing: 1px;
}
.p-cs {
    font-size: 17px;
}
.p-cs-17 {
    font-size: 17px;
}
 .mb-auto {
	 height:100%;
 }
 .fa-bars {
		color: #ffffff !important;
    }
 
.blockNoPadding > p {
    padding-left:0px !important;
}
.rotateTxt {
    -ms-transform: rotate(-30deg); /* IE 9 */
  -webkit-transform: rotate(-30deg); /* Safari 3-8 */
  transform: rotate(-30deg);
  font-size: 50px;
  position: absolute;
  top:40%;
  font-weight: bold;
  color: #b3b3b5;
  left:7%;
}
.rotateTxt br{
    display: block;
    margin: -22px 0;
    content:"";
}
.topPadd{
    padding-top: 11%;
    padding-bottom: 17%;
    overflow: hidden;

}
.hClass{
    font-size: 75px;
}
.videoStyles {
    height: 100%;
    object-fit: cover;
}
.p-3Percent{
    padding:0px 38px;
}
.mnt--links{
    padding:0px;
}
.animationPhone{
    z-index: 9;
    position: relative;
}
#mc_embed_signup .button{
    background-color: #777 !important;
}

.carousel-indicators {
    bottom:40% !important;
}
.ride-line {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 32px;
}
.ride-line:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #ededf4;
}

.ride-line span {
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    line-height: 24px;
    position: relative;
    z-index: 1;
    color: #747487;
}
.loginBtns button{
	min-width:195px;
	text-align:center;
	margin:5px 0px;
}
@media screen and (max-width: 768px) {
   
    .animationPhone{
       height: 606px;
    }
    .animationStyles {
		left: 6px !important;
		bottom: -18px !important;
    }
   .iphoneRight {
	width:auto;
	}
    .customPad {
        margin-top:60px; 
    }
    .block3 br{
        display: none;
    }
    .tinyTextP {
        font-size: 14px;
    }
    .tinyTextH2 {
        font-size: 17px;
    }
    

    .tinyTextP {
        color: #080808;
    }
  
    .navbar-nav li {
        padding: 10px 0px;
    }
     .mb-auto {
        height: auto !important;
    } 
    .navBg {
        background: #0058da;
    }
    .customPad br{
        display: none;
    }
    .h1-cs,h1 ,.hClass{
        font-size: 35px;
    }
    img {
        max-width: 100%;
    }
    .sliderBg {
        background-size: cover;
        background-position: right;
    }
  .app-width{
      width: 120px;
  }
  .play-width{
    width: 120px;
  }
  .width-auto{
      width: 180px !important;
      height: auto !important;
      padding-top: 40px;
  }
  .gradientBtn-Bg{
    font-size: 16px;
  }
  .overlay{
    height: 100% !important;
}
.mnt--title {
	
		padding-top: 25px !important;
	}
    .iphoneLeft{
        display: none;
    }
   .pt-tab{
        padding-top: 37%;
    }
    .rotateTxt {
        left: 7% !important;
       
    }
}
@media screen and (max-width: 599px) {
    .pt-tab {
        padding-top: 0%;
    }
    .p-cs {
        font-size: 16px;
    }
   
    .noBr br{
        display: none !important;
    }
    .h1-cs, h1 {
        font-size: 28px;
    }
	
}
@media (max-width:1100px) and (min-width:769px) {
    .mb-auto {
       height: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .carousel-indicators {
        bottom:0% !important;
    }
}
 



@media screen and (min-width:1600px) {

	#top-nav .nav-link {
		font-size: 20px !important;
	}
	.p-cs,.p-cs-17 {
		font-size: 21px;
	}
	
	.hClass {
		font-size: 80px !important;
	}
	.gradientBtn-Bg {
		border-radius: 28px !important;
		font-size: 24px !important;
	}
	.h5Head{
		font-size: 30px !important;
	}
	
	.flexAppLinks img{ 
		height: 40px;
	}
	.h-res{
		font-size: 50px !important;
	}
	.mnt--links div{
		font-size: 21px !important;
    }
    .gradientBtn {
        border-radius: 24px;
        font-size: 20px;
    }
    .play-width,.app-width {
        height: 70px !important;
    }
    h5{
        font-size: 25px !important;
    }
    .howotouseBlock .card-body,.aboutBlock p, .termsContainer,body,#mc_embed_signup .mc-field-group input{
        font-size: 21px !important;
    }
    .websub {
        font-size: 13px !important;
    }
    #mc-embedded-subscribe-form .contact-submit{
        height: 59px !important;
        min-width: 200px !important;
        font-size: 21px !important;
    }
    
    .container{
        max-width: 100% !important;
    }
    #termsUs li,td, th,#termsUs p{
        font-size: 21px !important;
    }
}
@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */ 
    .rotateTxt {
        left: 3% !important;    
    }
}​


#errorModal .modal-header{
       padding: 18px 0px 10px 18px;
           opacity: 1;

}

#errorModal .modal-content{
    margin-top: 0%;
/*
    width: 40%;
*/
    display: flex;
    margin: 0 auto;
    flex-wrap:wrap;
}
.errorClose{
    font-size: 15px;
}
#errorMessage{
	margin:0px;
}
.cursor-pointer{
	cursor:pointer;
}
#errorModal{
	color: #000000d9 !important;
}
#ephonenumber{
		margin-left:-3% !important;
	}
.select2-results{
	overflow: auto;
	height: 350px;
}
#errorModal{
	padding-right:0px !important;
}
@media screen and (max-width: 768px) {
	#errorModal .modal-content {
		padding-right:0px !important;
		 width: 90% !important;
	}
	#ephonenumber{
		margin-left:-20% !important;
	}
	#errorModal .modal-header{
		
	}
}


.axaBody .accordion-inner {
  border: none;
}

.axaBody .accordion-body.collapse.show {
border: none;
}
