#btmBar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#custmrlgosroll{
display: none ;
}
#btmBar ul {
    margin-left: 50px;
}
#custmrlgosroll #dload{
	display: none;
}
body{
	overflow-x: hidden;
}



.bradkrm{
display:none;
}
.footCont p{
    font-size: 14px!important;
    line-height: 28px!important;
    color: #bbb!important;
}

			.banner-cont h1 {
				font-size: 36px!important;
				font-weight: bold!important;
				color: #333!important;
				line-height: 60px!important;
			}
			
			h1 {
				line-height: 1.6;
			}
			
			h2 {
				font: 30px/1.6 Zoho_Puvi_SemiBold;
			}
			
			h3,
			.h3 {
				font: 24px/1.6 'Zoho_Puvi_SemiBold'!important;
				font-weight: bold!important;
				color: #333!important;
			}
			
			p {
				font-size: 16px!important;
				line-height: 32px!important;
				color: #666!important;
			}
			
			span {
				font-size: 14px!important;
			}
			
			ul.list-items>li {
				font-size: 16px!important;
				line-height: 32px!important;
				color: #666!important;
			}
		/*Initialize styles*/

body {
    color: #000;
}

#main-container section {
    width: 100%;
    position: relative;
    padding: 100px 0px;
    box-sizing: border-box;
}

#main-container h1 {
    font: 50px/1.2 Zoho_Puvi_ExtraBold;
}

#main-container h2 {
    font: 36px/1.2 Zoho_Puvi_Bold;
}

#main-container section p,
#main-container section li,
#main-container section a {
    font: 18px/1.6 Zoho_Puvi_Regular;
}

#main-container a {
    text-decoration: none;
}

#main-container section img,
#main-container section source,
#main-container section picture {
    width: 100%;
}


/*PAGE COMMON COMPONENT STYLES START HERE*/

#main-container {
    margin: 0px 0px;
    padding: 0px 0px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.content-wrap {
    max-width: 1200px;
    width: 90%;
    margin: 0px auto;
}


/*Banner section start here*/

.banner-section {
    background: transparent linear-gradient(0deg, #FFFFFF 0%, #EDF6FF 100%) 0% 0% no-repeat padding-box;
}

.banner-cont-wrap {
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

span.cont-title {
    font: 15px/1.2 Zoho_Puvi_Medium;
    color: #0553A0;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

.banner-cont-wrap h1 {
    position: relative;
    margin-bottom: 20px;
}

.banner-cont-wrap h1 strong {
    position: relative;
}

.banner-cont-wrap h1 strong::after {
    content: '';
    width: 0%;
    display: inline-block;
    position: absolute;
    left: 0%;
    bottom: -10px;
    height: 10px;
    background-image: url(../images/banner-heading-underline.svg);
    background-size: 350px;
    background-repeat: no-repeat;
}

.parent-active .banner-cont-wrap h1 strong::after {
    width: 100%;
    transition: .5s ease;
    transition-delay: .3s;
}

#main-container .banner-section .cta {
    font: 15px/1.2 Zoho_Puvi_SemiBold;
    padding: 16px 30px;
    background: #E9142B;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 30px;
    transition: .2s ease;
    box-shadow: unset;
    background: #ff4545;
    letter-spacing: 1px;
}

#main-container .banner-section .cta:hover,
input#submit:hover {
    box-shadow: 0 14px 15px -11px rgba(0, 0, 0, 0.571);
    transition: .2s ease;
}


/*Banner section end here*/


/*Zig-Zag Section start here*/

.zig-zag-wrap {
    position: relative;
    margin-top: 30px;
}

.scroll-bar {
    position: absolute;
    left: 50%;
    display: inline-block;
    height: 100%;
    border-right: 3px dotted #98ccff7d;
    transform: translate(-50%, 0%);
}

.scroll-bar::after {
    content: '';
    height: 0px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: red;
    z-index: 0;
    width: 3px;
}

.scroll-bar-inner-parent {
    position: relative;
    height: 100%;
}

.scroll-bar-inner-parent>div {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    left: -16px;
    border-radius: 50%;
    color: #fff;
    z-index: 2;
    bottom: 0;
}

.scroll-bar-inner-parent>div:nth-child(1) {
    top: 0;
}

.flip-container {
    perspective: 1000px
}

.flip-container,
.front,
.back {
    border-radius: 50px;
    margin: 0 auto 20px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.flipper {
    transition: .6s;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
}

.front,
.back {
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 11px 5px #3398de36;
}

.front {
    z-index: 2;
    transform: rotateY(0);
    background: #fff;
    color: #175588;
}

.back {
    transform: rotateY(180deg);
    background: #3798e8;
    box-sizing: border-box;
    padding: 5px 0;
}

.flip-active .flipper {
    transform: rotateY(180deg)
}

.scroll-bar-height {
    width: 3px;
    position: absolute;
    top: 0;
    background: #69bbff;
    height: 0px;
}

.scroll-dot,
.scale-dot {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    background: rgb(5, 83, 160);
    border-radius: 50%;
    left: -5px;
    z-index: 1;
    opacity: 0;
}

.scroll-dot {
    background: #3798e8;
}

#main-container .form-section {
    padding: 100px 0px 170px;
}

.form-section .scale-dot {
    left: 50%;
    top: 27px;
    z-index: 1;
    transform: translate(-50%, 0%);
}

.zig-zag-wrap .img-wrap {
    width: 90%;
    max-width: 500px;
    margin: 0px auto;
    padding: 0px 40px;
    box-sizing: border-box;
    opacity: 0;
}

.cont-wrap {
    padding-right: 70px;
    opacity: 0;
}

.zig-zag-wrap .img-wrap {
    transform: translateX(50px);
}

.zig-zag-wrap .cont-wrap {
    transform: translateX(-50px);
}

.zig-zag-wrap section:nth-child(odd) .flex-wrap {
    flex-direction: row-reverse;
}

.zig-zag-wrap section:nth-child(odd) .cont-wrap {
    padding-left: 70px;
    padding-right: 0px;
}

.zig-zag-wrap section:nth-child(odd) .cont-wrap {
    transform: translateX(-50px);
}

.zig-zag-wrap section:nth-child(odd) .img-wrap {
    transform: translateX(50px);
}

.zig-zag-wrap section.active .img-wrap,
.zig-zag-wrap section.active .cont-wrap {
    opacity: 1;
    transition: .8s ease;
    transform: translateX(0px);
}


/*Zig-Zag Section end here*/


/*Form section start here*/

.form-wrap {
    border-radius: 70px 70px 70px 70px;
    position: relative;
    overflow: hidden;
    border: 3px dotted #98ccff7d;
    -webkit-clip-path: inset(0 0 0 0 round 70px);
    clip-path: inset(0 0 0 0 round 70px);
}

.form-wrap.active {
    border: unset;
}

.form-wrap .cont-anim,
.form-wrap #Apiform {
    z-index: 2;
    position: relative;
}

.form-wrap h2 {
    font-size: 38px;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 580px;
    margin: 10px auto 40px;
}

.form-wrap>div {
    max-width: 800px;
    margin: 0px auto;
    padding: 70px 0px;
}

.form-inner-content {
    transform: translateY(50px);
    opacity: 0;
    position: relative;
    z-index: 1;
}

.form-wrap>div.active .form-inner-content {
    opacity: 1;
    transform: translateY(0px);
    transition: .8s ease;
    transition-delay: .2s;
}

.circle {
    position: absolute;
    background: #054687bd;
    display: inline-block;
    border-radius: 50%;
    animation: marquee 5s linear infinite;
    transform: scale(.8);
    opacity: 0;
    transition: .8s ease;
    z-index: 1;
}

.form-wrap>div.active .circle {
    opacity: 1;
}

.big-circle {
    width: 230px;
    height: 230px;
}

.small-circle {
    width: 20px;
    height: 20px;
}

.medium-circle {
    width: 70px;
    height: 70px;
}

.circle-a {
    top: -40px;
    left: -70px;
    transition-delay: .2s;
}

.circle-b {
    right: -130px;
    top: 50%;
    transform: translate(0%, -50%);
    transition-delay: .4s;
}

.circle-c {
    left: 140px;
    top: 190px;
    transition-delay: .6s;
}

.circle-d {
    left: 200px;
    bottom: -20px;
    transition-delay: .8s;
}

.circle-e {
    left: 230px;
    top: 278px;
    transition-delay: 1.0s;
}

.circle-f {
    right: 230px;
    top: 438px;
    transition-delay: 1.2s;
}

@keyframes marquee {
    0% {
        transform: scale(.8)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.8)
    }
}


/*Form section end here*/


/*Form components start here*/

.formsec {
    background: #171d2e;
}

.formsec h2 {
    color: #fff;
    text-align: center
}

.formdiv {
    margin-top: 50px;
}

.form-fields {
    width: 60%;
    margin: 0 auto;
}

.fields {
    margin: 15px 0px;
}

.fields1 {
    width: 45%;
}

.fields2 {
    width: 20%;
}

.fields3 {
    width: 35%;
}

input {
    border: 0;
    border-radius: 0;
}

input#emailID {
    background: #fff;
    padding: 15px 20px;
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    outline: none;
}

 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

.form-fields,
#meGDPRMessage {
    width: 90%;
    max-width: 500px;
    margin: 15px auto;
}

#meGDPRMessage {
    text-align: center;
}

select#MECountryListing::after {
    content: '';
    height: 40px;
    width: 40px;
    clip-path: polygon(51% 47%, 0% 100%, 100% 100%);
    background: red;
    display: inline-block;
}

select#MECountryListing,
select#country_state {
    -webkit-appearance: none;
    padding: 15px 20px;
    font-size: 17px;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../images/dropdown-arrow.png)no-repeat !important;
    background-position: right 13px !important;
}

select#country_state {
    margin-top: 15px;
}

.slt-parent {
    position: relative;
}

.submitdiv {
    margin-top: 40px !important;
}

input#submit {
    background: #ff4545;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Zoho_Puvi_Bold;
    -webkit-appearance: none;
    outline: none;
    margin: 0 auto;
    font-size: 15px;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    opacity: 0.9;
}

input#submit:hover {
    opacity: 1;
}

input#user-detail {
    display: none;
}

#meGDPRMessage {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
}

#meGDPRMessage,
div#formCTAgdpr {
    color: #fff;
}

div#formCTAgdpr {
    font-size: 11px;
    margin: 10px auto 0 auto;
    line-height: 1.5;
    text-align: center;
}

#main-container .prvcy-plicy a {
    font-size: 10px;
    text-decoration: underline;
    color: #56ccff;
}

.resetdiv {
    display: none;
}

ul.list-items-num {
    counter-reset: section;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

ul.list-items-num li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
}

ul.list-items-num li::before {
    counter-increment: section;
    content: counter(section) ".";
    margin-right: 8px;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    border-radius: 0px;
    border: 1px solid grey;
}

span.errormsg {
    color: #f2e312;
}

.check {
    text-align: left;
}

.check p,
.check label {
    color: #fff;
}

#main-container section .check p {
    font-size: 14px;
}


/*Form components end here*/

@media only screen and (max-width:992px) {
    .zig-zag-wrap {
        width: 100%;
    }
    .zig-zag-wrap .img-wrap {
        padding: 0px 0px;
    }
    .zig-zag-wrap .img-wrap {
        padding-left: 20px;
    }
    .zig-zag-wrap section:nth-child(odd) .img-wrap {
        padding-right: 20px;
        padding-left: 0px;
    }
    .form-wrap {
        border-radius: 30px 30px 30px 30px;
        padding: 0px 20px;
        border: 0px;
        -webkit-clip-path: inset(0 0 0 0 round 30px);
        clip-path: inset(0 0 0 0 round 30px);
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .banner-cont-wrap h1 {
        font-size: 42px;
    }
    .cont-wrap {
        padding-right: 40px;
    }
    .zig-zag-wrap section:nth-child(odd) .cont-wrap {
        padding-left: 40px;
        padding-right: 0px;
    }
}

@media only screen and (max-width:767px) {
    #main-container h1 {
        font-size: 38px;
    }
    #main-container h2 {
        font-size: 28px;
    }
    .banner-cont-wrap h1 strong::after {
        display: none;
    }
    .scroll-bar {
        display: none;
    }
    .zig-zag-wrap .cont-wrap,
    .zig-zag-wrap .img-wrap,
    .zig-zag-wrap section:nth-child(odd) .cont-wrap,
    .zig-zag-wrap section:nth-child(odd) .img-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }
    .zig-zag-wrap .img-wrap {
        margin-top: 50px;
    }
    .zig-zag-wrap {
        width: 100%;
    }
    #main-container .banner-section {
        padding-bottom: 0px;
    }
    #main-container .zig-zag-wrap section {
        padding: 50px 0px 0px;
    }
    input#submit {
        font-size: 12px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    #main-container section {
        padding: 50px 0px;
    }
}

.top-promotion-bg,
.top-promotion-bg.active,
#commonHeader,
#commonHeader.active,
#header-topsec,
#header-topsec.active,
.header-bg,
.header-bg.active {
    transition: .2s ease;
}

#commonHeader {
    height: 96px;
}

#commonHeader.active {
    height: 155px;
}

.top-promotion-bg {
    background: #fcd6aa;
    text-align: center;
    position: absolute;
    z-index: 9999999 !important;
    margin-top: 0px;
    top: 0;
    width: 100%;
    padding: 5px 0px;
    opacity: 0;
    transform: translateY(-50px);
}

.top-promotion-bg.active {
    display: block;
    transition: .2s;
}

.top-promotion-bg.top_to_bottom_slide {
    transform: translateY(0px);
    opacity: 1;
}

.top-promotion-bg p {
    margin: 0px;
    color: #032955;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    font-family: 'Zoho_Puvi_Bold';
    padding: 0px 20px;
}

.top-promotion-bg a {
    color: #0067ff;
    border-bottom: 1px dotted #0067ff;
    margin-left: 5px;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'Zoho_Puvi_Bold';
}

.top-promotion-bg .tooltip-close {
    color: #383838;
    position: absolute;
    right: 20px;
    top: 50%;
    display: inline-block;
    cursor: pointer;
    transform: translate(0%, -50%);
}

#header-topsec {
    top: 0px;
}

#header-topsec.active {
    top: 45px;
}

#header-mainsec,
#header-mainsec.active {
    transition: .2s ease;
}

#header-mainsec {
    top: 40px;
}

#header-mainsec.active {
    top: 95px;
}


/*BLANK TEMPLATE PAGE*/

.header-bg {
    margin-top: 0px;
}

.header-bg.active {
    margin-top: 50px;
}

.header-bg.active ul.menu-items {
    top: 150px;
}

header.active #MEmobPanel {
    top: 170px !important;
}

@media only screen and (max-width: 1025px) {
    #commonHeader.active {
        height: 175px;
    }
    #header-topsec.active {
        top: 90px;
    }
    header:not(.abheader) #header-mainsec {
        top: 34px;
    }
    header:not(.abheader) #header-mainsec.active {
        top: 123px;
    }
}

@media only screen and (max-width: 992px) {
    .header-bg.active {
        margin-top: 70px;
    }
}

@media only screen and (max-width:767px) {
    .top-promotion-bg p,
    .top-promotion-bg a {
        font-size: 14px;
    }
}