.mainContact-div {
	/*width: 400px !important;*/
	height: 20px !important;
	overflow: hidden;

}

.anim-line {
	-webkit-transition: opacity .5s linear, width .5s .4s;
	transition: opacity .5s linear, width .5s .4s;
}


.anim-line.line-active {
	opacity: 1;
}

.text-anim-item {
	white-space: nowrap;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate3d(0, -120%, 0);
	transform: translate3d(0, -120%, 0);
	font-size: 14px;
	font-weight: 400 !important;
	padding: 0 !important;
	margin: 0 !important;
}


.text-anim-item.anim-in {
	-webkit-transform: translate3d(-50%, -120%, 0);
	transform: translate3d(-50%, -120%, 0);
	-webkit-animation: textAnimInCenter .9s .5s forwards;
	animation: textAnimInCenter .9s .5s forwards;
}

.text-anim-item.anim-out {
	-webkit-transform: translate3d(-50%, 0%, 0);
	transform: translate3d(-50%, 0%, 0);
	-webkit-animation: textAnimOutCenter .9s forwards;
	animation: textAnimOutCenter .9s forwards;
}


.h-35px {
	height: 35px;
}

.h-80px {
	height: 80px;
}

.h-50px {
	height: 50px;
}

.text-anim-item a {
	color: #000 !important;
}

.text-anim-item a:hover {
	color: #000 !important;
	text-decoration: underline;
}

u,
.u {
	text-decoration: none;
	position: relative;
	padding: 0 !important;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	color: #000 !important;
	overflow: hidden;
}


u.sm,
.u.sm {
	padding: 0 2px 1px;
}

u.sm:after,
.u.sm:after {
	height: 4px;
}

u:after,
.u:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	border-radius: 5px;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.single-number {
	text-align: left !important;
	width: 275px !important;
	display: block;
}

.helpline-heading {
	padding-top: 2px !important;
	display: inline-block;
	font-weight: bold
}

.login-div-single {
	text-align: left !important;
	width: 250px !important;
	display: inline-block !important;
}

@media screen and (prefers-reduced-motion: reduce) {


	.anim-line {
		left: auto;
	}

	.text-anim-item {
		right: 0;
		left: auto;
	}

	.text-anim-item.anim-in {
		-webkit-transform: translate3d(0, -120%, 0);
		transform: translate3d(0, -120%, 0);
		-webkit-animation: textAnimIn .9s .5s forwards;
		animation: textAnimIn .9s .5s forwards;
	}

	.text-anim-item.anim-out {
		-webkit-transform: translate3d(0, 0%, 0);
		transform: translate3d(0, 0%, 0);
		-webkit-animation: textAnimOut .9s forwards;
		animation: textAnimOut .9s forwards;
	}
}

@media only screen and (max-width:825px) {
	.mainContact-div {
		width: 100% !important;
	}

	.single-number {
		text-align: center !important;
	}

	.helpline-heading {
		padding-bottom: 10px;
		width: 100%;
	}

	.loginDiv {
		width: 255px !important;
		display: inline-block;
	}


}

@media only screen and (max-width:395) {
	.loginDiv {
		width: 100% !important;
		display: inline-block;
	}

	.login-div-single {
		text-align: center !important;
		width: 100% !important;
		display: inline-block !important;
	}
}
#header {

    height: 50px;
    float: left;
    width: 100%;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 3;
    position: relative;
}
#logo {
    position: absolute;
    left: 20px;
    top: 4px;
}
#header .link {
    position: absolute;
    font-size: 14px;
    color: #323232;
    border-radius: 4px;
    padding: 6px 10px;
    left: 174px;
    top: 10px;
    text-decoration: none;
    transition: all ease 0.3s;
}
#header .link:hover {
    background: #323232;
    color: #fff;
}
.contact-us {
    font-size: 14px;
    color: #323232;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 50%;
    left: 25%;
    justify-content: center;
}
.contact-us span {
   /* display: flex;*/
    align-items: center;
    margin: 0 10px;
}
.contact-us span:first-child {
    margin-left: 20px;
}
.contact-us i {
    font-size: 22px;
    margin-right: 5px;
}
.contact-us a {
    font-size: 14px;
    color: #323232;
    text-decoration: none;
}
.contact-us a:hover {
    color: #000;
}
.language-select {
    float: right;
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 14px;
    color: #323232;
    font-weight: normal;
}
.language-select label {
    margin-right: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.language-select input {
    vertical-align: middle;
    margin: 0 5px;
}


#content {
    width: 100%;
    background: #fff;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.homepage-banner {
    background: #f2f2f2;
    flex-grow: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 895px;
    max-height: 500px;
    height: 100%;
}

.homepage-banner img {
    width: 100%;
    max-height: 550px;
    height: 100%;
}

.login-form {
    background: #FFF;
    width: 300px;
    padding: 0 66px;
}

.login-form h2 {
    text-align: center;
    font-size: 18px;
    color: #2e7ece;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.input-field {
    height: 37px;
    background: #f2f2f2;
    border-radius: 3px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.input-field input {
    display: flex;
    flex-grow: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #323232;
}

.input-field input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset;
}

.input-field i {
    display: flex;
    margin: 0 10px;
    font-size: 22px;
}

.agreement,
.agreement a {
    font-size: 14px;
    color: #323232;
    text-decoration: none;
}

.agreement a:hover {
    color: #2e7ece;
}

.cont {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    padding-top: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #323232;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 18px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f2f2f2;
    border-radius: 3px;
    transition: all ease 0.3s;
}
.cont:hover input~.checkmark {
    background-color: #ccc;
}
.cont input:checked~.checkmark {
    background-color: #2e7ece;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cont input:checked~.checkmark:after {
    display: block;
}
.cont .checkmark:after {
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-button {
    width: 100%;
    border-radius: 3px;
    height: 37px;
    background: #0296ca!important;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    border: none;
    margin-top: 5px;
}

.forgot-password {
    text-align: center;
    padding-top: 10px;
}

.forgot-password a {
    font-size: 12px;
    color: #273896 !important;
    text-decoration: none;
    font-weight: 500;
    transition: all ease 0.3s;
}

.forgot-password a:hover {
    text-decoration: underline;
}

.forgot-password img {
    display: inline-block;
    margin: 10px 0;
}
.footer-section {
    position: fixed;
    height: 50px;
    float: left;
    width: 100%;
    background: #f2f2f2;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 10px;
    z-index: 3;
}

#footer {
    font-size: 14px;
    color: #323232;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    justify-content: center;
}

div#footer-right {
    color: #323232;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    width: 64%;
    justify-content: center;
    left: 50%;
}

div#footer-right ul li {
    display: inline-block;
    margin: 5px;
    border: 2px solid #2738967d;
    border-radius: 100%;
}

div#social-handle {
    color: #323232;
    height: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    right: 17%;
}

div#social-handle ul li {
    display: inline-block;
    margin: 5px;
    border-radius: 100%;
}
i.fa.fa-youtube-play {
    color: #FF0000;
    font-size: 25px;
}
i.fa.fa-facebook {
    color: #4267B2;
    font-size: 25px;
}
.contact-us {
    left: 20% !important;
}
.error-msg {
    padding: 10px 0 0 0;
    font-size: 12px !important;
    color: #9fcc27;
    transition: all ease 0.5s;
}

#appDwnld {
    font-size: 16px;
}
@media (min-width:740px) and (max-width:850px) {
    .contact-us {
        height: 24px;
        position: fixed;
        display: block;
        left: 0 !important;
        width: 100%;
        bottom: 42px !important;
        background: #f2f2f2;
        top: auto;
        text-align: center;
        font-size: 13px;
        padding: 7px 0;
        z-index: 3;
    }
    .contact-us span {
        display: inline-flex;
        width: 200px;
        text-align: center;
        justify-content: center;
        font-size: 13px !important;
    }
    .sm-div {
        width: 400px;
        display: inline-block;
    }
}

@media (max-width:812px) {
    .login-form {
        padding: 0 20px;
    }
    #footer {
        position: static;
        margin-bottom: 0px;
        font-size: 13px;
        display: block;
        text-align: center;
        line-height: 16px;
    }
    #content {
        position: static;
        margin-top: 50px;
        margin-bottom: 71px;
    }
    #header {
        padding: 0;
    }
    #logo {
        position: static;
        float: left;
    }
    #header .link {
      left:123px;
        float: left;
     
    }
    .mobileHide {
        display: none;
    }
    .contact-us {
        box-shadow: 0px 0 6px rgba(0, 0, 0, 0.2);
        position: fixed;
        display: block;
        left: 0 !important;
        width: 100%;
        bottom: 42px !important;
        background: #f1f1f1;
        top: auto;
        text-align: center;
        font-size: 13px;
        padding: 10px 0;
        z-index: 3;
    }
    .contact-us span {
        display: inline-flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        font-size: 13px !important;
    }
    .language-select label {
        margin-right: 2px;
    }
    .contact-us a {
        font-size: 13px;
    }
    .about-link {
        display: inline-block;
        margin: 0 0 0 0px;
        color: #323232;
        text-decoration: none;
    }
    .footer-section {
        max-height: 47px;
        padding: 8px 10px;
        border-top: 1px solid #ccc;
    }
    .sm-div {
        margin-bottom: 4px;
    }
}

@media (max-width:768px) {
    #content {
        flex-direction: column-reverse;
        padding: 20px 0;
    }
    .homepage-banner {
        margin: 20px 0;
    }
    .login-form {
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width:768px) and (orientation: landscape) {
    #header {
        position: static;
    }
    #footer {
        margin-bottom: 0;
    }
}

@media (max-width:420px) {
    .language-select {
  
    height: 130px;
  
}
    div#social-handle {
        right: 0%;
    }
    #logo {
        margin-left: 3px;
        margin-top: 4px;
    }
    .login-form h2 {
        margin-top: 5px;
    }
}

@media (max-width:369px) {
    .contact-us {
        height: 63px;
        padding: 10px 0 10px;
    }
}




/*//////////////////////Login-otp/////////////////////////////////////////////*/




.outer-box {
    max-width: 300px;
    padding: 16px 66px !important;
    box-sizing: content-box;
}
.otp-row {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}
    .otp-row input {
        display: flex;
        margin: 8px 5px !important;
        border-radius: 3px;
        padding: 5px 0 !important;
        text-align: center;
        font-size: 20px;
        max-width: 42px;
    }
        .otp-row input[type=text], .otp-row input[type=password] {
            width: 100%;
            padding: 12px 20px;
            margin: 8px 0;
            display: inline-block;
            border: 1px solid #ccc;
            box-sizing: border-box;
        }
        .otp-row input:first-child {
            margin-left: 0 !important;
        }
#countdown {
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: 5px;
}
.resend-otp {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}
.text-right {
    text-align: right !important;
}
.outer-box button {
    background-color: #2e7ece;
    color: white;
    padding: 11px 20px;
    border-radius: 3px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}
svg:not(:root) {
    overflow: hidden;
}
svg.countdown-svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}
.terms-conditions.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.terms-conditions.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.terms-conditions .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
}

.terms-conditions .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.terms-conditions.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.terms-conditions.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.terms-conditions .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.terms-conditions .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}
.terms-conditions ul li {
    list-style-type: disclosure-closed;
    margin-bottom: 6px;
}
.terms-conditions ul li::marker {
    font-size: 1em;
    color: #6c63ff;
    font-family: sans-serif;
}

@media screen and (min-width:800px) {
    .terms-conditions.custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .terms-conditions .custom-model-inner {
        margin-top: 45px;
    }
}
