p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: unset;
}
a:hover {
	text-decoration: none;
	color: unset;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
body {
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, h1, .h1, .h2, .h3 {
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
}
:root {
  --gradient_rectangle: linear-gradient(269deg, #33C2FF 0%, #4896FF 28%, #8653DB 83%);
  --white: #ffffff; 
}
.sidenav{
	display: none;
}
.modal.fade.show {
   opacity: 1;
}
.modal.fade .modal-dialog{
	transform: translate(0, 25vh);
	width: fit-content;
	background: linear-gradient(white, white) padding-box, linear-gradient(to right, #33C2FF 0%, #4896FF 28%, #8653DB 83%) border-box;
    border-radius: 28px;
    border: 4px solid transparent;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-content {
    box-shadow: none;
    border-radius: 28px;
    border: none;
}
button.close {
    margin-top: -55px;
    margin-right: -50px;
    width: 54px;
    height: 54px;
    background: #012D6F;
    opacity: 1;
    color: #ffffff;
    font-size: 55px;
    font-weight: 100;
    border-radius: 50px;
    line-height: 45px;
}
button.close span{
	margin-bottom: 10px;
	display: inline-block;
}
button.close:hover{
	background: #012D6F;
    opacity: 1;
    color: #ffffff;
}


/*login-popup*/
.logo-form {
    display: none;
}
.logo-form.active {
    display: block;
}
#login-popup .modal-body{
	padding: 46px 50px;
}
.logo-form .form-inner{
	display: flex;
    flex-direction: column;
    gap: 16px;
}
.logo-form h3{
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 32px;
}
.logo-form .input-wrap{
    position: relative;
}
.logo-form .input-field {
    border-radius: 10px;
    border: 1.5px solid #012D6F;
    background: #FFF;
    width: 326.628px;
    color: #012D6F;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 12px;
}
.logo-form .input-field[name="password"]{
    padding-right: 40px;
}
.logo-form .input-field.form-error{
    border-color: #dc3545;
}
.logo-form .remember label{
	cursor: pointer;
}
.logo-form .input-wrap button.eye-pw {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
    height: 20px;
    width: 20px;
    border: 0px;
    background: none;
    background-image: url('../img/eye-pw.svg');
    background-size: 20px;
    padding: 0px;
    outline: none;
}
.logo-form .input-wrap button.eye-pw-hide {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    height: 22px;
    width: 22px;
    border: 0px;
    background: none;
    background-image: url('../img/eye-pw-hide.svg');
    background-size: 22px;
    padding: 0px;
    outline: none;
}
.logo-form .remember span{
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.logo-form .login-btn{
	padding: 12px 32px;
	border-radius: 10px;
	background: #012D6F;
	color: #FFF;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 23.4px */
	border: none;
}
.logo-form .login-btn:hover {
	background: #2943BA;
}
.logo-form .forgot_password {
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}
.logo-form .loader-oval{
    margin-left: 4px;
    vertical-align: sub;
}
.logo-form .form-response {
    box-sizing: border-box;
    max-width: 326px;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    color: #012C6D;
    background-color: rgb(1, 44, 109, 0.2);
}
.logo-form .form-response.form-error{
    color: #dc3545;
    background-color: rgba(255, 0, 34, 0.15);
}
/*login-popup-end*/

/*schedule-demo*/

.schedule-demo h3{
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 32px;
}
.schedule-demo .form-clarification{
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}
.schedule-demo .two-input {
    display: flex;
    gap:18px;
}
#request-demo-popup .modal-body{
	padding: 36px 66px 61px 68px;
}
#request-demo-popup button.close{
	margin-top: -62px;
    margin-right: 0px;
}
.schedule-demo .input-field {
    border-radius: 10px;
    border: 1.5px solid #012D6F;
    background: #FFF;
    width: 100%;
    color: #012d6f;
	font-family: "Open Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
    padding: 12px;
    outline: none;
}
.schedule-demo .input-field::placeholder {
  color: #012d6f;
  opacity: 1;
}
.schedule-demo .input-field.invalid{
    border-color: #dc3545;
}
.schedule-demo .input-field::-ms-input-placeholder { /* Edge 12 -18 */
  color: red;
} 
.schedule-demo .two-input .input-field {
	width: 208.902px;
}
.schedule-demo .form-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.schedule-demo .form-inner .remember span{
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; 
}
#request-demo-popup .modal-dialog{
	transform: translate(0, 8vh);
}
.schedule-demo .button-div {
	display: flex;
	gap: 24px;
	justify-content: center;
}
.schedule-demo .button-div #reqBtn{
	border-radius: 10px;
	background: #012D6F;
	padding: 12px 32px;
	border: none;
	color: #FFF;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.954px;
}
.schedule-demo .button-div #reqBtn:hover{
	background: #2943BA;
}
.schedule-demo .button-div .loader-demo{
    margin-left: 4px;
    vertical-align: sub;
}
.schedule-demo .button-div #howworkbtn{
	padding: 12px 32px;
	border-radius: 10px;
	border: 2px solid #012D6F;
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.954px; 
	background: transparent;
}
.schedule-demo #result_send{
    box-sizing: border-box;
    max-width: 435px;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    color: #012C6D;
    background-color: rgb(1, 44, 109, 0.2);
}
.schedule-demo #result_send.form-error{
    color: #dc3545;
    background-color: rgba(255, 0, 34, 0.07);
}
/*schedule-demo-end*/



.site {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    background: linear-gradient(269deg, #014AB7 0.48%, #012C6D 99%);
	box-shadow: 0px 0px 10px 0px rgba(53, 53, 53, 0.12);
	float: left;
	width: 100%;
}

/* header */
.site-container{
	max-width: 1239px;
	margin: 0 auto;
}
.nav-container {
    overflow: visible;
    width: 100%;
    z-index: 12;
    position: sticky;
    top: 0;
    background: linear-gradient(269deg, #014AB7 0.48%, #012C6D 99%);
}
.nav-container .mobile {
	display: none;
}
.site-header{
	display: flex;
	max-width: 1239px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 8px;
}
.site-header .custom-logo{
	height: 68px;
	flex-shrink: 0;
}
.site-header .custom-logo::after{
    position: absolute;
    top: 8px;
    left: 0px;
    display: block;
    content: '\00a0';
    width: 100%;
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    border-bottom: 2px solid #36DFD4;
}


.site-header .custom-logo.active::after{
    transform: scaleX(1);
}

.site-top-header {
    display:flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    max-width: 1239px;
    padding: 21px 0 11px 0;
}
.site-top-header .menu-links li a{
	color: #FFFBFB;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
.site-top-header .menu-links {
    margin-bottom: 0
}
.site-branding-1 ul {
    display: flex;
    gap: 32px;
}
.site-branding-1 ul a{
    position: relative;
	color: #FFFBFB;
	font-family: "Open Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}
.site-branding-1 ul a.active{
    color: #36DFD4;
}
.site-branding-1 ul a::after{
    position: absolute;
    margin-top: 6px;
    display: block;
    content: '\00a0';
    height: 3px;
    width: 100%;
    transform: scaleX(0);
    transition: transform .25s ease-in-out;
    background-color: #36DFD4;
    border-radius: 3px;
}
.site-branding-1 ul a.active::after{
    transform: scaleX(1);
}

.site-branding-1 ul a.login-tag{
	color: #36DFD4;
	text-decoration-line: underline;
}


/* header-end */


/* hero-banner */
.hero-banner {
	width: 100%;
	float: left;
	padding: 32px 0;
}
.hero-banner p.last-p{
	color: #FFF;
	text-align: center;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
	float: left;
	width: 100%;
	padding: 32px 0 66px 0;
}
.hero-banner .left {
    width: 60%;
    float: left;
}

.hero-banner .left h1{
	color: #FFF;
	font-family: "Open Sans";
	font-size: 47px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; 
	padding-top: 15px;
	margin-bottom: 15px;
}
.hero-banner .left p{
	color: #FFF;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
}
.hero-banner .right {
    width: 40%;
    float: right;
    text-align: right;
}
.hero-banner .left .button-div{
	display: flex;
	gap:24px;
	margin-top: 32px;
}
.hero-banner .left .button-div a.booking{
	padding: 12px 32px;
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.954px;
	border-radius: 10px;
	background: #36DFD4;
	display: inline-block;
	text-decoration: none;
}
.hero-banner .left .button-div a.booking:hover{
	background: #A9FCF6;
}
.hero-banner .left .button-div a.login{
	padding: 12px 32px;
	border-radius: 10px;
	background: #1568E5;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.954px; 
	display: inline-block;
	text-decoration: none;
}
.hero-banner .left .button-div a.login:hover{
	background: #5E9DFD;
}

.hero-banner .logo-slider {
    float: left;
    width: 100%;
    overflow: hidden;
}
.hero-banner .logo-slider .slider {
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: auto;
	 padding-bottom: 10px;
	
}
.hero-banner .logo-slider .slick-initialized .slick-slide{
	 margin: 0 30px;
}
.hero-banner .logo-slider .slider .slick-slide img {
    object-fit: contain;

}


/* hero-banner-end */


/* second-section */
.sell-more{
	float: left;
	width: 100%;
	padding: 64px 143px;
	background: #FFF;
}
.sell-more .site-container{
	max-width: 1153px;
	margin: 0 auto;
}
.sell-more h2{
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46.8px;
	margin-bottom: 16px;
}
.sell-more p{
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	margin-bottom: 75px;
}
.sell-more .sell-more-inner {
    display: grid;
    gap: 143px;
    grid-template-columns: 25% 25% 25%;
}
.sell-more .sell-more-inner .sell-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sell-more .sell-more-inner .sell-1 img{
	width: 211.486px;
	height: 211.486px;
	margin-bottom: 19px;
}
.sell-more .sell-more-inner h6{
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; 
	margin-bottom: 4px;
}
.sell-more .sell-more-inner p{
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 0;	
}
/* second-section-end */

/* third-section */

.supporting{
	display: flex;
	padding: 64px 0px;
	float: left;
	width: 100%;
	background: #F7F9FD;	
}
.supporting h2{
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46.8px;
	margin-bottom: 18px;
}
.supporting p{
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	margin-bottom: 64px;
}
.supporting .card {
	border-bottom: 1px solid rgba(1, 45, 111, 0.20);
    padding: 20px 0;
}
.supporting .card:first-child {
	border-top: 1px solid rgba(1, 45, 111, 0.20);
}
.supporting .card .card-header h5 button {
    color: #012D6F;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    padding: 10px 0px;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
.supporting .card .card-header h5 button.collapsed .accordion-down-aerow{
	display: block;
}
.supporting .card .card-header h5 button .accordion-down-aerow{
	display: none;
}
.supporting .card .card-header h5 button.collapsed .accordion-up-aerow{
	display: none;
}
.supporting .card .card-header h5 button .accordion-up-aerow{
	display: block;
}
.supporting .card .card-body{
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.08px;
}
.supporting .supp-inner .left{
	float: left;
	width: 50%;
	padding-right: 120px;
}
.supporting .supp-inner .right{
	float: right;
	width: 50%;
}

/* third-section-end */

/* fourth-section */
.req-demo {
	display: flex;
	background: #FFF;
	float: left;
    width: 100%;
    padding: 64px 0;
}
.req-demo .req-inner{
	border-radius: 14px;
	background: linear-gradient(325deg, #33C2FF -17.26%, #4896FF 20.6%, #8653DB 93.23%);
	padding: 55px 53px;
	width: 1239px;
    margin: 0 auto;
}
.req-demo .text-bnt-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.req-demo .req-inner p{
	overflow: hidden;
	color: #FFF;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
}
.req-demo .req-inner a{
	padding: 12px 32px;
	border-radius: 10px;
	background: #36DFD4;
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.954px;
	text-decoration: none;
}
.req-demo .req-inner a:hover{
	background: #A9FCF6;
}
/* fourth-section-end */

/* five-section */
.about{
	float: left;
	width: 100%;
	padding: 64px 101px;
	background: #F7F9FD;
}
.about h2{
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46.8px;
	margin-bottom: 16px;
}
.about p{
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 33px;
	margin-bottom: 64px;
}
.about .about-inner .left{
	float: left;
	width: 50%;
}
.about .about-inner .left h5{
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -0.75px;
	margin-bottom: 16px;
}
.about .about-inner .left ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.about .about-inner .left ul li{
	display: flex;
	gap:16px;
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 33px */
	align-items: center;
}
.about .about-inner .left ul li img{
	width: 24px;
	height: 24px;
}
.about .about-inner .right{
	float: right;
	width: 50%;
}

.about .about-inner .right h5{
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -0.75px;
	margin-bottom: 16px;
}
.about .about-inner .right p{
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 400;
	line-height: 33px;
	text-align: left;
	margin-bottom: 20px;
}
.about .about-inner .right p a{
	text-decoration-line: underline;
}
/* five-section-end */

/* six-section */
.testimonials-slider{
	float: left;
	width: 100%;
	padding: 64px 0;
}

.testimonials-slider .item {
	padding: 60px;
}
.testimonials-slider .item .item-inner{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(325deg, #33C2FF -17.26%, #4896FF 20.6%, #8653DB 93.23%);
    position: relative;
    border-radius: 10px;
    padding: 82px 62px 60px 48px; 
}
.testimonials-slider .item .item-inner img.left-test-img {
    position: absolute;
    top: -54px;
    width: 119px;
    height: 100.62px;
    flex-shrink: 0;
    left: -47px;
}
.testimonials-slider .item .item-inner img.right-test-img{
    position: absolute;
    bottom: -54px;
    width: 119px;
    height: 100.62px;
    flex-shrink: 0;
    right: -47px;
}
.testimonials-slider .item .item-inner p{
	color: #FFF;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; 
	margin-bottom: 22px;
}
.testimonials-slider .item .item-inner .name-post p.name {
	color: #FFF;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 27px */
	margin-bottom: 0px;
}
.testimonials-slider .item .item-inner .name-post p.psot{
	color: #FFF;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 0px;
} 
.testimonials-slider .owl-carousel .owl-dots {
    float: left;
    width: 100%;
    text-align: center;
}
.testimonials-slider .owl-carousel button.owl-dot {
    background: #007ECC;
    color: #ff0000;
    border: none;
    padding: 4px !important;
    font-size: 22px;
    border-radius: 50px;
    margin: 5px;
}
.testimonials-slider .owl-carousel button.owl-dot.active {
    background: #BA90FF;
}


/* six-section-end */

/* 	eight-section */

.easysteps {
	float: left;
	width: 100%;
	padding: 128px 0;
	background-color: #ffffff;
}
.easysteps .left {
	float: left;
	width: 58%;
	padding-right: 32px;
}
.easysteps .left .estp-left-inner {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #33C2FF 0%, #4896FF 28%, #8653DB 83%) border-box;
    border-radius: 28px;
    border: 4px solid transparent;
   overflow: hidden;
   box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.easysteps .left .estp-left-inner .estp-heading {
	 padding: 30px 54px 26px 76px;
	background: var(--gradient_rectangle, linear-gradient(325deg, #33C2FF -17.26%, #4896FF 20.6%, #8653DB 93.23%));
}
.easysteps .left .estp-left-inner .estp-heading h3{
	color: #FFF;
	font-family: "Open Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 50px;
}
.easysteps .left .estp-left-inner .accordion{
	padding: 30px 54px 63px 76px;
}
.easysteps .left .estp-left-inner .accordion .card {
    position: relative;
    margin-right: 126px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #33C2FF 0%, #4896FF 28%, #8653DB 83%) border-box;
    border-bottom: 1px solid transparent;
}
.easysteps .left .estp-left-inner .accordion .card .card-header h5 button {
   color: #05387D;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
    padding: 10px 0px 5px 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
}	
.easysteps .left .estp-left-inner .accordion .card .card-header h5 button img{
	position: absolute;
	right: -126px;
}
.easysteps .left .estp-left-inner .accordion .card .card-header h5 button.collapsed{
	font-weight: 400;
	 padding: 16px 0px 16px 0;
}
.easysteps .left .estp-left-inner .accordion .card .card-header h5 button.collapsed .accordion-down-aerow{
	display: block;
}
.easysteps .left .estp-left-inner .accordion .card .card-header h5 button.collapsed .accordion-up-aerow{
	display: none;
}
.easysteps .left .estp-left-inner .accordion .card .card-header h5 button .accordion-down-aerow{
	display: none;
}
.easysteps .left .estp-left-inner .accordion .card .card-header h5 button .accordion-up-aerow{
	display: block;
}
.easysteps .left .estp-left-inner .accordion .card .card-header h5 button .accordion-up-aerow{
	top: 34%;
}

.easysteps .left .estp-left-inner .accordion .card .card-body {
    width: 351px;
	color: #05387D;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	padding-bottom: 10px;
}

.easysteps .right {
	float: left;
	width: 42%;
	padding-left: 32px;
}
.easysteps .right .right-inner {
	float: left;
	width: 100%;
}
.easysteps .right-inner h3 {
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 46.8px;
	padding-bottom: 32px;
}
.easysteps .right-inner h4 {
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px;
	padding-bottom: 16px;
}
.easysteps .right-inner p {
	color: #012D6F;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.08px;
	padding-bottom: 18px;
}
.easysteps .right .button-req {
	float: left;
	width: 100%;
	margin-top: 14px;
}
.easysteps .right .button-req a.request{
	padding: 12px 32px;
	color: #ffffff;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 23.4px;
	border-radius: 10px;
	background: #012D6F;
	display: inline-block;
	text-decoration: none;
}
.easysteps .right .button-req a.request:hover{
	background: #2943BA;
}
/* 	eight-sectiom-end */

/* nine-section  */
.schedule {
	display: flex;
	padding: 64px 240px 0px 240px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	background: #FFF;
	margin-bottom: 4.89px;
}
.schedule .scheduleinner {
	display: flex;
	width: 880px;
	height: 440px;
	padding: 60px 200px 0px 200px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	border-radius: 800px 800px 0px 0px;
	background:  linear-gradient(337deg, #33C2FF 6.37%, #4896FF 32.82%, #8653DB 75.32%);
}
.schedule .scheduleinner .content {
	float: left;
	width: 100%;
}
.schedule .scheduleinner .content p{
	color: #FFF;
	text-align: center;
	font-family: "Open Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}
.schedule .scheduleinner .button-req {
	float: left;
	width: 100%;
	margin-top: 32px;
	text-align: center;
}
.schedule .scheduleinner .button-req a.request{
	padding: 12px 32px;
	color: #012D6F;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24.954px;
	border-radius: 10px;
	background: #36DFD4;
	display: inline-block;
	text-decoration: none;
}
.schedule .scheduleinner .button-req a.request:hover{
	background: #A9FCF6;
}
/* nine-section-end */

/* footer */
.footer {
	float: left;
	width: 100%;
	background-color: #012D6F;
	padding-top: 50px;
	padding-bottom: 7px;
}
.footer .footer-top {
    display: flex;
    width: 100%;
    margin-bottom: 80px;
    justify-content: space-between;
}
.footer .footer-top h4{
	color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.footer .footer-top p{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    padding-bottom: 18px;
}
.footer .footer-top p a{
	color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    padding-bottom: 18px;
    text-decoration: none;
}
.footer .footerinner {
    float: left;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.footer .footerinner .fleft {
	float: left;
	width: 40%;
}
.footer .footerinner .fleft.desktop {
    display: block;
}
.getstarted {
	display: none;
}
.footer .footerinner .fright .copyright.mobile p {
	display: none;
}
.footer .footerinner .fleft .flogomain {
	padding-bottom: 14.5px;
}
.footer .footerinner .fleft .copyright {
	float: left;
	width: 100%;	
}
.footer .footerinner .fleft .copyright p {
	color: #FFF;
	font-family: "Open Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.footer .footerinner .fright {
	float: left;
	width: 60%;
}
.footer .footerinner .fright .socialicon {
    display: flex;
    column-gap: 32px;
    flex-direction: row;
    justify-content: flex-end;
}
.footer .footerinner .fright .privacy {
	float: right;
	width: 100%;
	text-align: right;
}
.footer .footerinner .fright .privacy a {
	color: #FFF;
	text-align: right;
	font-family: "Open Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
/* footer-end */