@font-face {
	font-family: 'Roboto';
	src: url('roboto-regular-webfont.woff2') format('woff2'),
	  url('roboto-regular-webfont.woff') format('woff'),
	  url('roboto-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
  
  }
  
  @font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Regular'), url('Roboto-Regular.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Italic'), url('Roboto-Italic.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Bold'), url('Roboto-Bold.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Bold Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Bold Italic'), url('Roboto-BoldItalic.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Thin';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Thin'), url('Roboto-Thin.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Thin Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Thin Italic'), url('Roboto-ThinItalic.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Light';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Light'), url('Roboto-Light.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Light Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Light Italic'), url('Roboto-LightItalic.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Medium'), url('Roboto-Medium.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Medium Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Medium Italic'), url('Roboto-MediumItalic.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Black';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Black'), url('Roboto-Black.woff') format('woff');
  }
  
  
  @font-face {
	font-family: 'Roboto Black Italic';
	font-style: normal;
	font-weight: normal;
	src: local('Roboto Black Italic'), url('Roboto-BlackItalic.woff') format('woff');
  }
  body{
	font-family: 'Roboto' !important;
  }
 footer{
 	background-color:#191613;
 	color:white;
	font-family: 'Roboto' !important;
 }

 footer hr.f_hr{
 	margin:0 1.2rem;
 	border:1px solid white;
 }

 @media (max-width:767px){
 	.f_accordion-container{
 		margin-top:1.25rem;
 		padding-bottom: 20px;
 	}
 	.f_accordion-container .f_hr{
 		display:none;
 	}
 }

 .footer{

 	margin:0 auto;
 	max-width:1200px;
 	width:100%;
 	padding-top:2rem;
 	font-family:'Roboto';
 }

 @media (max-width:767px){
 	.footer{padding:0;
 	}
 }

 .f_wrapper{
 	padding:0.8rem 1em;
 }

 .f_wrapper h2{
 	font-family: 'Roboto';
 	font-size:13px;
 	font-weight:bold;
 	line-height:0.5px;
 	color:#6eb4f3;
 	padding-bottom:0.5rem;
 }



 .f_wrapper a{
 	font-family: 'Roboto';
 	font-size:14px;
 	line-height:1.79;
 	color:#6eb4f3;
 }

 .f_logo-contactus-container{
 	display:flex;
 	justify-content:space-between;
 }

 @media (max-width:767px){
 	.f_logo-contactus-container{
 		flex-direction:column;
 	}
 }

 .f_logo-wrapper{
 	display:flex;
 	flex-direction:column;
 }

 .f_logo-wrapper .f_logo{
 	margin-left:-12px;
 }

 @media (max-width:320px){
 	.f_logo-wrapper .f_logo{
 		width:100px;
 	}
 }

 @media (max-width:767px){
 	.f_logo-wrapper{
 		flex-direction:row;
 		justify-content:space-between;
 	}
 }

 .f_logo-wrapper ul{
 	list-style-type:none;
 	padding:0;
 	display:flex;
 	padding-left: 10px;
 }

 @media (min-width:767px){
 	.f_logo-wrapper ul{
 		margin-bottom:0.25rem;
 	}
 }

 .f_social-connect a{
 	line-height:0;
 	padding:0.5rem 0.85rem;
 	border-radius:50%;
 	width:38px;
 	height:38px;
 	background-color:#6eb4f3;
 	display:flex;
 	align-items:center;
 	margin-right:1rem;
 }

 .f_social-connect a:hover{
 	background-color:#000441;
 	}
 .f_social-connect img{
 	margin-left:-2px;
 }

 @media (min-width:768px){
 	.f_social-connect .fb-icon{
 		height:18px;
 	}
 }

 @media (max-width:767px){
 	.f_social-connect a{
 		margin-right:0.625rem;
 	}
 	.f_social-connect li{
 		padding:0;
 	}
 	.f_social-connect .fb-icon{
 		margin-left:1px;
 	}
 }

 @media (max-width:365px){
 	.f_social-connect a{
 		margin-right:0.25rem;
 	}
 }

 .f_contact-us p{
 	font-family: 'Roboto';
 	font-size:14px;
 	font-weight:bold;
 	letter-spacing:0.57px;
 }

 .f_contact-us ul{
 	padding:0;
 	line-height:1.79;
 	font-size:14px;
 	margin-bottom:0;
 }

 .f_contact-us li{
 	list-style-type:none;
 	padding:0;
 	font-family: 'Roboto';
 	display:flex;
 	align-items:center;
 	font-size:14px;
 	font-weight:200;
 }

 .f_contact-us li img{
 	margin-right:0.5rem;
 }

 .f_time{
 	color:#c14089;
 	margin-left:0.5rem;
 }

 .f_quicklinks-app-container{
 	display:flex;
 	align-items:center;
 }

 .box-d
 {
 	padding-bottom: 33px;
    padding-top: 30px;
 }

 @media (max-width:767px){
 	.f_quicklinks-app-container{
 		/*	*/
 	}
 }

 .f_quick-links ul{
 	list-style-type:none;
 	padding:0;
 	display:flex;
 	flex-wrap:wrap;
 }

 @media (min-width:768px){
 	.f_quick-links ul{
 		margin-top:-1rem;
 		margin-bottom:-1rem;
 	}
 }

 .f_quick-links li{
 	padding:1rem 0;
 	display:flex;
 	flex-direction:column;
 	line-height:1.79;
 	width:16.5%;
 }

 .f_quick-links li span{
 	width:max-content;
 }

 @media (max-width:767px){
 	.f_quick-links li{
 		width:50%;
 		margin-right:0;
 		padding:0;
 		padding-bottom:0.75rem;
 	}
 	.f_quick-links li:nth-of-type(even){
 		padding-left:2rem;
 	}
 }

 .f_quick-links a{
 	text-decoration:none;
 	color:white;
 	font-weight:200;
 }

 .f_app-store-link .get-link-section .get-link-box{
 	width:100%;
 	margin:0;
 	display:flex;
 	justify-content:space-between;
 	background-color:#191613;
 	border:solid 1px #3c3733;
 	border-radius:2px;padding:0;
 }

 .f_app-store-link .get-link-box .contact-box-c input{
 	color:white;
 	background-color:#191613;
 	padding-left:0.75rem;
 	font-family: 'Roboto';
 	font-weight:200;
 }

 .f_app-store-link .get-link-box .contact-box-c input::placeholder{
 	color:#6f645b;opacity:1;
 	font-family: 'Roboto';
 }

 .f_app-store-link .get-link-box .country-code{
 	width:12%;
 	border:0;
 	color:white;
 	display:flex;
 }

 .f_app-store-link .country-code span{
 	font-size:10px;
 	display:inline-block;
 }

 .f_app-store-link .get-link-box .country-code input{
 	width:100%;
 	display:inline-flex;
 	text-align:center;
 	color:white;
 	padding-left:0;
 	background-color:#191613;
 	border-right:solid 1px #3c3733;
 	font-family: 'Roboto';
 	height:46px;font-weight:200;
 }

 .f_app-store-link .get-link-box .contact-box-c{
 	width:auto;
 	margin-right:auto;
 }

 .f_app-store-link .get-link-box .get-link-button{
 	width:auto;
 	height:auto;
 	padding:0 0.75rem;
 	margin:0.2rem;
 	border-radius:2px;
 }

 .f_app-store a{
 	color:transparent;
 }

 .f_app-store-link .get-link-section .get-link-text{
 	font-family: 'Roboto';
 	font-size:12px;
 	letter-spacing:normal;
 	color:white;
 }

 .f_app-store-link .get-link-section .link-confirmation-text{
 	padding:0;
 	margin-top:1rem;
 	color:#ff7800;
 	display:none;
 }

 @media (min-width: 1024px){
	.get-link-section .get-link-text {
	    font-size: 13px;
	    line-height: 1.92;
	}
}
@media (min-width: 640px){
	.get-link-section .get-link-text {
	    font-size: 12px;
	    line-height: 2.08;
	    font-weight: 600;
	    letter-spacing: 0.7px;
	}
	.get-link-box .get-link-button {
    font-size: 11px;
    text-align: center;
    color: #ffffff;
    height: 42px;
    letter-spacing: 0.7px;
	}
}
.get-link-section .get-link-text {
    font-size: 11px;
    line-height: 2.27;
    letter-spacing: 0.4px;
    color: #332e2b;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.get-link-section .get-link-text {
    font-size: 11px;
    line-height: 2.27;
    letter-spacing: 0.4px;
    color: #332e2b;
    padding-bottom: 10px;
    text-transform: uppercase;
}


.get-link-box input {
    border: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    padding-left: 6px;
    font-size: 12px;
}

.f_app-store-link .get-link-box .contact-box-c input {
    color: white;
    background-color: #191613;
    padding-left: 0.75rem;
    font-family: 'Raleway';
    font-weight: 200;
}
@media (min-width: 1024px){
	.get-link-box input {
	    font-size: 14px;
	}
}
@media (min-width: 640px){
	.get-link-box input {
	    height: 48px;
	}
}

.get-link-box .get-link-button {
    width: 79px;
    height: 36px;
    font-size: 11px;
    padding: 2px 0;
    text-align: center;
    font-weight: bold;
    line-height: 2.27;
    letter-spacing: 0px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
}

.get-link-box .get-link-button {
    height: 36px;
    font-size: 11px;
    padding: 2px 0;
    text-align: center;
    font-weight: bold;
    line-height: 2.27;
    letter-spacing: 0px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    background-color: #6eb4f3;
}


 .f_app-store-link .get-link-section .link-confirmation-text.show{display:block;}
 .f_app-store{margin-bottom:2rem;}

 @media (max-width:767px){
 	.f_app-store{margin-bottom:1rem;}
 }
 .f_container{display:flex;width:100%;}

 .f_container ul{
 	list-style-type:none;
 	padding:0;
 	margin:0;
 	display:flex;
 	flex-direction:column;
 	flex-wrap:wrap;
 }

 @media (min-width:768px){
 	.f_container ul.align-heading{
 		margin-top:-1.75rem;
 	}
 }

 .f_container li{
 	display:flex;
 	flex-direction:column;
 	line-height:1.79;
 	padding:0;
 }

 .f_container a{
 	text-decoration:none;
 	color:white;
 	font-weight:200;
 }

 .f_container section{
 	margin:0;
 	padding-bottom: 0px;
 	padding-top: 24px;
 }

 @media (max-width:767px){
 	.f_container{flex-direction:column;}
 	.f_container section{width:100%;}
 	.f_container ul{width:100%;margin-bottom:0.75rem;}
 }

 .f_ncert{
 	width:100%;
 	padding-bottom: 0px;
    padding-top: 0px;
 }

 .f_ncert ul{
 	list-style-type:none;
 	padding:0;display:flex;
 	flex-direction:column;
 	flex-wrap:wrap;
 }

 .f_ncert li{
 	display:flex;
 	flex-direction:column;
 	line-height:1.79;
 }

 .f_ncert a{
 	text-decoration:none;
 	color:white;
 	font-weight:200;
 }

 .f_ncert .f_container:first-child{margin-bottom:1rem;}
 .f_accordion{
	font-weight: bolder;
   color: #5693dd !important;
}
 @media (max-width:767px){
 	.f_ncert .f_container:first-child{
 		margin-bottom:0;
 	}
 	.f_accordion{
 		cursor:pointer;
 		width:100%;
 		border:none;
 		text-align:left;
 		outline:none;
 		font-size:15px;
 		transition:0.4s;
 		display:flex;
		color: #154D92 !important;
 		justify-content:space-between;
 	}
 	.f_arrow{
 		border:solid #6eb4f3;
 		border-width:0 2px 2px 0;
 		display:inline-block;
 		margin-top:-10px;
 		padding:4px;
 		transform:rotate(45deg);
 		-webkit-transform:rotate(45deg);
 	}

 	.f_accordion.active .f_arrow{
 		margin-top:-4px;
 		transform:rotate(-135deg);
 		-webkit-transform:rotate(-135deg);
 	}

 	.f_panel,ul.f_panel{
 		transition:display 0.2s ease-out;
 		/*display:none;*/
 	}

 	.mob-win{
 		    padding-right: 254px;
 	}
}

.f_list-item{
	margin-bottom:0rem;
    padding-bottom: 0px;
    padding-top: 2px;
	color: white;
}

.f_list-item h2{
	font-family:'Roboto Bold';
	font-size:me;
	line-height:0.86;padding:0;
	color: white;
}

.f_list-item p,.f_list-item h3{
	font-family: 'Roboto';
	font-size:14px;
	line-height:1.67;
	text-align:justify;
	font-weight:200;
}

.f_list-item h4{
	font-family: 'Roboto';
	font-size:13px;
	line-height:1.67;
	text-align:justify;
	font-weight:100;
	margin:0;
}

.f_list-item ul{
	font-family: 'Roboto';
	font-size:12px;
	line-height:1.67;
	padding-left:1rem;
}

.f_list-item li{
	font-family: 'Roboto';
	font-size:12px;
	line-height:1.67;
	margin-right:1rem;
}

.f_payment-method{
	list-style-type:none;
	padding:0;display:flex;
}

ul.f_payment-method{padding-left:0;}

.f_accordion-container h2 a{
	color:#c14089;
	line-height:0;
	text-decoration:none;
	font-weight:bold;
}

@media (max-width:767px){
	.f_payment-method li{padding:0;}
	.f_list-item:last-child{margin-bottom:0;}
	.f_accordion-container .f_wrapper{padding:0 1.2rem;}
	.f_accordion-container .f_accordion{padding:0.25rem 0;}

	.paddig-aaa
	{
		padding-bottom: 20px;
	}
}

.f_copy-right{
	font-family: 'Roboto';
	font-size:14px;
	letter-spacing:normal;
	color:#ffffff;
	text-align:center;
	padding:1rem 0;
}

.f_copy-right p{
	font-family: 'Roboto';
	font-weight:200;
}


.loader{
	height: 13px;
    width: 41px;
}




@media (max-width: 575px) {

	.loader{
	height: 13px;
    width: 41px;
	}
}


@media (min-width: 1200px) {

	.loader{
	height: 13px;
    width: 41px;
	}

	.pc-win{
 	padding-top: 22px;
 }
}


@media (min-width: 850px) {

	.loader{
	height: 13px;
    width: 41px;
	}
}



