:root {
--primary-blue: #1c75bc;
--secondary-blue: #0b5394;
--light-blue: #e8f4ff;
--dark-blue: #174b76;
--light-white: #fff;   
--font-dark-blue: #1e306e;    
}

body {
font-family: "Poppins", sans-serif;
color: #333;
    font-weight: 400;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 12px;
	padding-bottom: 0;
	position: relative;
    letter-spacing: 0.5px;
    color: #012047;
}

.section-title h3 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 12px;
	padding-bottom: 0;
	position: relative;
    letter-spacing: 0.5px;
    color: #012047;
}

.details-d h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 0;
	position: relative;
    letter-spacing: 0.5px;
    color: #012047;
}
.feature-content h6 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 0;
	position: relative;
    letter-spacing: 0.5px;
    color: #012047;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #0e82fd;
}


.section-title p {
	margin-bottom: 0;
	font-size: 20px;
	color: #012047;
	font-weight: 500;
    letter-spacing: 0.5px;
}

.section-title .small-text {
	margin-bottom: 0;
	font-size: 18px;
	color: #012047;
	font-weight: 400;
    letter-spacing: 0.5px;
}

p {
/*
	font-size: 18px;
	line-height: 34px;
*/
    font-size: 16px;
	line-height: 30px;
	color: #222222;
	font-weight: 400;
	margin: 0px;
	letter-spacing: 0.5px;
    text-align: justify;
    
}
strong{
    font-weight: 500;
}

.text-justify{
    text-align: justify
}

section{
    padding: 40px 0px;
}

.btn-primary.md-ink-ripple {
	background: #142e4f;
	color: #fff;
	padding: 6px 30px;
	line-height: 40px;
	border-radius: 35px;
	font-size: 18px;
	font-weight: 400;
	text-transform: initial;
	display: inline-block;
	border: 2px solid #fff;
	min-width: 150px;
	position: relative;
	z-index: 0;
}


.top-header {
background: #37BAF2;
background: linear-gradient(90deg,rgba(55, 186, 242, 1) 0%, rgba(4, 122, 223, 1) 100%);
padding: 5px 0;
color: var(--light-white);
font-size: 16px; 
    align-items: center;
    
}
.top-header a{
    color: var(--light-white);
    text-decoration: none;
    font-size: 16px;
}
.top-header i {
	font-size: 18px;
	align-items: center;
	position: relative;
	top: 2px;
}
.top-bar-item .text-secondary{
    background-color:transparent    
}

.top-bar-item .btn {
	background-color: var(--bs-btn-bg);
	color: var(--font-dark-blue);
	line-height: normal;
	font-size: 16px;
	letter-spacing: 0.5px;
	padding: 5px 10px;
}
.top-bar-item{
    line-height: normal;
	font-size: 16px;
	letter-spacing: 0.5px;
    align-items: center;
}
.top-bar-item i{
    font-size: 18px;
}
.navbar {
padding: 15px 0;z-index: 10;
}

.navbar-brand img {
	height: 60px;
}


.navbar .btn-primary.md-ink-ripple {
	background: #142e4f;
	color: #fff;
	padding: 4px 30px;
	line-height: 40px;
	border-radius: 100px;
	font-size: 18px;
	font-weight: 400;
	text-transform: initial;
	display: inline-block;
	border: none;
	min-width: 150px;
	position: relative;
	z-index: 0;
	letter-spacing: 0.5px;
}



.navbar .nav-link {
color: #012047;
font-weight: 500;
margin: 0 10px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.btn-primary {
background-color: var(--primary-blue);
border-color: var(--primary-blue);
}

.btn-outline-primary {
color: var(--primary-blue);
border-color: var(--primary-blue);
}

.btn-outline-primary:hover {
background-color: var(--primary-blue);
color: white;
}

.hero-section {
background: url('../img/banner-slider-bg.jpg');
background-size: cover;
color: white;
padding: 50px 0;
position: relative;
overflow: hidden;
}

.hero-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;

/*opacity: 0.5;*/
}


.hero-section .carousel-indicators{
    bottom: 0px;
}

.hero-section .carousel-control-next, .hero-section .carousel-control-prev{
    width: 32px;
}

.hero-section h1 {
	font-size: 46px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.5px;
}
.hero-section h1 span{
    color: var(--font-dark-blue);
}
.hero-section .lead{
    border-radius: 100px;
    background: #d7e7ff;
    padding: 12px 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #012047;
    font-size: 22px;
}
.hero-section .details{
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
}

.hero-section .btn-primary.md-ink-ripple {
	background: #142e4f;
	color: #fff;
	padding: 3px 30px;
	line-height: 40px;
	border-radius: 35px;
	font-size: 18px;
	font-weight: 400;
	text-transform: initial;
	display: inline-block;
	border: 2px solid #fff;
	min-width: 150px;
	position: relative;
	z-index: 0;
}
.hero-section .btn-area {
	display: inline-block;
	margin-left: 15px;
}
.hero-section .btn-area .btn-block {
	display: inline-block;
	width: auto;
	transition: all .5s;
	position: relative;
	padding: 0 calc(38px/2.5);
    text-decoration: none;
}
.hero-section .btn-area .btn-arrow {
	display: flex;
	align-items: center;
	height: 50px;
    text-decoration: none;
}
.hero-section .btn-area .btn-arrow::before {
	content: "\f105";
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: #0075de;
	margin: 0;
	left: 0;
	top: 0;
	border-radius: 15em;
    border: 2px solid #fff;
    font: normal normal normal 30px/44px FontAwesome;
    color: #fff;
    text-align: center;
}
.hero-section .btn-area .btn-text {
	color: #fff;
	transition: all .5s cubic-bezier(.65,0,.076,1) !important;
	position: relative;
	padding-left: 45px;
	z-index: 1;
	font-size: 18px;
	font-weight: 500;
    text-decoration: none;
}


.features-section {
	padding: 0px 0;
	/* background-color: #fff; */
	margin-top: -40px;
	position: relative;
	z-index: 1;
}

.features-box-row{
    background: #FEFFFF;
background: linear-gradient(90deg,rgba(254, 255, 255, 1) 0%, rgba(215, 231, 255, 1) 100%);
    padding-top: 10px; padding-bottom: 10px; border: 3px solid #cfe6ff;
    border-radius: 20px;
}

.feature-box {
text-align: center;
padding: 10px 20px;
border-radius: 10px;
transition: all 0.3s;
    border-right: 1px solid #c7e0ff;
}

.feature-icon {
background-color: #0075de;
width: 82px;
height: 82px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
    border: 5px solid #cfe6ff;
}

.feature-icon img {
    max-width: 100%;
    margin: 0px auto;
}

.feature-box h5{
    letter-spacing: 0.5px;
    font-size: 20px;
    color: #012047;
    text-align: center;
    font-weight: 500;
}

.about-section{
    
}
.content{
    
}
.about-img{
    margin-left: -120px;
}


.about-point-box{
    padding: 12px;
    background: #CEE5FF;
    background: linear-gradient(90deg,rgba(206, 229, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.about-point-box .icon {
	border-radius: 3px;
	background: #0075de;
	width: 70px;
	height: 70px;
	text-align: center;
	align-items: center;
	position: relative;
	display: flex;
}
.about-point-box .icon img{
    max-width: 100%;
    margin: 0px auto;
}
.about-point-box h5 {
	color: #012047;
	line-height: 28px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.stats-section {
    background-image: url(../img/stats-section-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
/*      height: 55vh;*/
}

.stat-item {
	text-align: center;
	background: #EDF7FF;
	background: linear-gradient(0deg,rgba(237, 247, 255, 1) 0%, rgba(251, 253, 255, 1) 100%);
	border: 2px solid #fff;
	border-radius: 15px;
	padding: 20px;
}

.stat-icon {
	background: linear-gradient(320deg,rgba(58, 190, 243, 1) 0%, rgba(11, 131, 226, 1) 100%);
	color: white;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}

.stat-icon i {
font-size: 28px;
}

.stat-number {
font-size: 40px;
font-weight: 700;
color: #012047;
margin-bottom: 5px;
}

.stat-label {
font-size: 20px;
color: #222222;
    letter-spacing: 0.5px;
}

/*
.trust-section{
    
}
*/
.trust-section-bg{
    background: linear-gradient(90deg,rgba(206, 229, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 20px;
    border: 1px solid #e5e9ef;
    border-radius: 20px
}



.client-logo-section {
/*
            padding: 60px 0;
            background-color: #fff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
*/
        }
       
        
        .client-logo {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            margin: 0 15px;
            height: auto;
            border-radius: 5px;
            text-align: center;
            background-color: #fff;
            transition: all 0.3s ease;
        }
        
        .client-logo img {
            max-width: 100%;
        }
        
        .client-logo:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .client-logo:hover img {
            filter: grayscale(0%);
            opacity: 1;
        }
        
        /* Custom Slick Slider Styles */
        .slick-prev, .slick-next {
            width: 40px;
            height: 40px;
        }
        
        .slick-prev {
            left: -50px;
        }
        
        .slick-next {
            right: -50px;
        }
        
        .slick-prev:before, .slick-next:before {
            font-size: 30px;
            color: #0d6efd;
        }
        
        .slick-dots {
            bottom: -40px;
        }
        
        .slick-dots li button:before {
            font-size: 12px;
            color: #0d6efd;
        }
        
        /* Responsive styles */
        @media (max-width: 768px) {
            .slick-prev {
                left: -20px;
            }
            
            .slick-next {
                right: -20px;
            }
        }
        
        /* Alternate version: logo wall */
        .logo-wall {
            padding: 60px 0;
            margin-top: 80px;
        }
        
        .logo-wall-title {
            text-align: center;
            margin-bottom: 40px;
        }
        
        .logo-item {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 120px;
            margin-bottom: 30px;
        }
        
        .logo-item img {
            max-width: 80%;
            max-height: 60px;
            filter: grayscale(100%);
            opacity: 0.6;
            transition: all 0.3s ease;
        }
        
        .logo-item:hover img {
            filter: grayscale(0%);
            opacity: 1;
        }


.benefits-section{
  background-image: url(../img/benefits-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.benefits-section .custom-scrollbar{
    overflow-y: scroll; /* Show vertical scrollbar */
    max-height: 580px;
    padding-right: 12px;
}


.modules-section {
	background-image: url(../img/modules-section-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0;
}

.module-card {
background-color: white;
border-radius: 10px;
padding:20px 15px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
height: 100%;
transition: transform 0.3s;
    text-align: center;
}

.module-card h4 {
	font-size: 18px;
	font-weight: 500;
	color: #012047;
    margin-bottom: 18px;
    line-height: normal;
}

.module-card p{
    font-size: 16px;
/*    line-height: 26px;*/
      line-height: 30px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 12px;
}

.module-card:hover {
transform: translateY(-5px);
}

.module-card .btn i{
    font-size: 24px;
    color: #012047;
}


.module-icon {
	background-color: #d4e8ff;
	width: 92px;
	height: 92px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px auto;
    position: relative;
    border: 2px solid #2bb7fe;
}


.modules-tabs .nav-tabs {
	justify-content: center;
	border: none;
}
.modules-tabs .nav-item{
    padding: 0 8px;
}
.modules-tabs .nav-item .nav-link {
	padding: 12px 20px;
	cursor: pointer;
	transition: all 0.3s;
	letter-spacing: 0.01em;
	border-radius: 32px;
	border: 1px solid #3ac0f3;
	background: linear-gradient(90deg,rgba(206, 229, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: #2F3241;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.modules-tabs .nav-item .nav-link.active {
	color: #fff;
	border: 1px solid #3ac0f3;
	background: #0075de;
	font-weight: 400;
}

.filter-button .link-filter-st {
	
}


.module-icon img{
    max-width: 64%;
}


/*
.module-icon::after {
	position: absolute;
	content: '';
	background-color: #2bb7fe;
	width: 92px;
	height: 92px;
	border-radius: 100px;
	z-index: -1;
	top: 8px;
}
*/
.module-icon i {
font-size: 24px;
color: var(--primary-blue);
}
.
/*
.section-title {
text-align: center;
margin-bottom: 50px;
}

.section-title h2 {
font-weight: 700;
color: var(--dark-blue);
position: relative;
display: inline-block;
padding-bottom: 15px;
}

.section-title h2::after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
transform: translateX(-50%);
width: 50px;
height: 3px;
background-color: var(--primary-blue);
}
*/



.benefits-section {
background-color: var(--dark-blue);
color: white;
padding: 80px 0;
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	background: #223661;
	border-radius: 10px;
	padding: 14px;
	align-items: center;
}
.benefit-item h5 {
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 0.5px;
}

.benefit-item p {
	font-size: 16px;
	line-height: 28px;
	color: #cee4ff;
	font-weight: 400;
	margin: 0px;
	letter-spacing: 0.5px;
}

.benefit-icon {
background-color: #00bde0;
color: white;
width: 80px;
height: 80px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 20px;
flex-shrink: 0;
}

.benefit-icon i {
font-size: 20px;
}

.faq-section {
  background-image: url(../img/faq-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.faq-section .accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: none;
}

.faq-section .accordion-item {
	border-radius: 5px !important;
	border: 1px solid transparent;
}
.faq-section .accordion-body{
    background: #f8fbff;
}

.faq-section .accordion-header .accordion-button {
	color: #012047;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 5px;
}

.faq-section .accordion-body p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #012047;
}

.faq-section .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: #e5f0ff;
	border:0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
}

.card-box{
    background-image: url(../img/card-box-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-box .btn-login {
	background: #142e4f url(../img/url-icon.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	color: #fff;
	padding: 10px 30px 6px 60px;
	line-height: 40px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 400;
	text-transform: initial;
	display: inline-block;
	border: 2px solid #fff;
	min-width: 150px;
	position: relative;
	z-index: 0;
	text-decoration: none;
	letter-spacing: 0.5px;
}


.card-box .item1 {
	position: relative;
/*
	bottom: 20px;
	right: 28px;
	left: 28px;
*/
	background-color: #fff;
	border-radius: 20px;
	padding: 15px 20px 15px 25px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.card-box .info-widget.style-5 {
	display: inline-flex;
	align-items: center;
	gap: 15px;
}
.card-box .info-widget.style-5 .widget-media {
	width: 35px;
	height: 35px;
}
.card-box .info-widget.style-5 .widget-media i {
	font-size: 35px;
    color: #2bacee;
}

.dz-ring-effect {
	-webkit-animation: dzRing 1.2s infinite ease-in-out;
	animation: dzRing 1.2s infinite ease-in-out;
	display: inline-flex;
}
.card-box .info-widget.style-5 .widget-content .title {
	font-size: 18px;
	color: #012047;
	font-weight: 400;
	margin-bottom: 0px;
}
.card-box .info-widget.style-5 .widget-content a {
	font-size: 28px;
	font-weight: 700;
	color: #222222;
    letter-spacing: 0.5px;
    text-decoration: none
}

.footer {
background-color: #0a203c;
    
    background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
color: #adbdcc;
padding: 70px 0 20px;
}



.footer .contact-info {
	background: #34b7f1;
	position: relative;
	margin-top: -100px;
	padding: 10px;
	border-radius: 10px;
}

.contact-info-box {
	padding: 12px;
	
}
.contact-info-box .addr {
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}

.contact-info-box .icon {
	border-radius: 100px;
	background: #012047;
	width: 70px;
	height: 70px;
	text-align: center;
	align-items: center;
	position: relative;
	display: flex;
	justify-content: center;
}
.contact-info-box .icon i {
	font-size: 30px;
	color: #fff;
}
.contact-info-box h5{
    font-size: 28px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.footer h5 {
    color: #34b7f1;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.footer-info p {
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
}


.footer-links {
list-style: none;
padding: 0;
}

.footer-links li {
margin-bottom: 10px;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s;
	font-size: 15px;
}

.footer-links a:hover {
color: white;
}

.social-icons a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: 50%;
background-color: rgba(255,255,255,0.1);
color: white;
margin-right: 10px;
transition: all 0.3s;
}

.social-icons a:hover {
background-color: var(--primary-blue);
}

.copyright {
padding-top: 8px;
    padding-bottom: 8px;
border-top: none;
    background: #057be0;
margin-top: 0;padding-left: 15px;padding-right: 15px;
}
.copyright p{
    font-size: 15px;
    color: #fff;  text-align: center;  
}
/* Carousel Styles */
.carousel-indicators {
bottom: -50px;
}

.carousel-indicators button {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: var(--primary-blue) !important;
opacity: 0.5;
}

.carousel-indicators .active {
opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
.hero-section {
padding: 50px 0;
}

.hero-image {
margin-top: 30px;
}
}

@media (max-width: 767px) {
.stat-item {
margin-bottom: 30px;
}

.module-card {
margin-bottom: 30px;
}
}

.pxp-container {
	/* width: 100%; */
	padding-right: .75rem;
	padding-left: .75rem;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1200px) {
    .pxp-container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .pxp-container {
        max-width: 1320px;
    }
}
@media (min-width: 1680px) {
    .pxp-container {
        max-width: 1600px;
    }
}

/* inner page */

.hero-section-inner h1{font-size: 34px;margin-bottom: 15px;}
.hero-section-inner .details {
	font-size: 16px;
	line-height: 30px;margin-bottom: 15px;
}
.list-style{padding: 0;}

.list-style li {
	list-style: none;	
	padding-top: 5px;
	padding-bottom: 10px;
	align-items: center;
	display: flex;
}
.list-style li .fas {
	background: #142e4f;
	border-radius: 100%;
	font-size: 24px;
	color: #cfe6ff;
	text-align: center;
	margin-right: 10px;
}
.content-inner p{font-size: 16px;line-height: 30px;}


.skill-box {
	z-index: 3;
	position: relative;
	background-color: #fff !important;
	padding: 1.5rem !important;
}
.box_feat_home_new_title {
	font-size: 20px;
	line-height: normal;
	color: #1b1b1b;
	margin: 0 0 8px;
	padding: 0;
	text-decoration: none;
	font-weight: 600;
}
.services-box-img {
	position: relative;
	margin-left: -50px;
	margin-top: 0;
	min-width: calc(50% + 50px);
	flex: none;
}

.section-title-inner h2 {font-size: 34px;}

.mobile_app_features_row1 {
    height: auto;
    padding: 15px 0px;
    margin: 0px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(231,242,251), rgba(184,204,225), rgba(231,242,251,0));
    /* border-image-slice: 1; */
}
.mobile_app_features_row1 .clo_d_div_inner {
    width: 100%;
    margin: 0px;
    padding: 0px 15px;
    height: auto;
    float: left;
}
.mobile_app_features_row1 .clo_d_div_inner .text-details-div {
    width: auto;
    min-height: 95px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    position: relative;
    padding-left: 115px;   
    display: flex;
    align-items: center;
}
.mobile_app_features_row1 .clo_d_div_inner .text-details-div .modules_icon {
    width: 95px;
    height: 95px;
    position: relative;
    background: #fff;
    border-radius: 20px;   
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.mobile_app_features_row1 .clo_d_div_inner .text-details-div p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #17171d;
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

.list-part{padding-bottom: 10px;}

.inner-small-p-details{font-size: 16px;line-height: 30px;}

.section-bg{background-color: #ecf4fd;}




.feature-box2 {
	background-color: #fff;
	box-shadow: 0px 10px 22px rgba(0,0,0,.05);
	border-radius: 4px;
	padding: 20px;
}

.feature-box2 .feature-icon {
	background-color: rgba(35,113,213,.15);
	color: #05bd93;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	border-radius: 4px;
}


ul.part_list_menu1 {
    padding: 0;
    margin: 0px 0px 0px 0px;
}
ul.part_list_menu1 li {
	padding-left: 28px;
	position: relative;
	list-style: none;
}

ul.part_list_menu1 li {
	display: inline-block;
	width: 100%;
	line-height: 22px;
	color: #212121;
	font-size: 14px;
	letter-spacing: 1px;
}
.feature-content{text-align: left;}
.feature-content p{font-size: 16px;line-height: 30px;text-align: justify;}

.faq-list{padding: 0;}

.faq-list li{list-style: none;font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #012047;}


.list-part ul {
	margin: 10px 0;
	padding: 0;
}
.list-part ul li {
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	list-style: none;
	padding-left: 25px;
}

.list-part ul li .fas {
	position: absolute;
	left: 0;
	font-size: 18px;
	font-weight: 700;
}
.dropdown-item {	
	border-bottom: 1px solid #e5f0ff;white-space: unset !important;
}


.h1-small{font-size: 32px !important;}

.icon-box {
	padding: 20px 10px 10px;
	position: relative;
	transition: all 0.3s ease-in-out;

	text-align: center;
	background-color: #ffffff;
box-shadow: 0px 10px 22px rgba(0,0,0,.05);
  border-radius: 4px;
	width: 100%;
	margin: 0 7px;color: #012047;height: 100%;}

.contact-info-box-content .contact_info {
	line-height: 25px;
	font-weight: 600;
	clear: both;
	margin-bottom: 20px;
	padding: 0px 20px;
	text-align: left;
}
.contact-info-box-content i {
	float: left;
	margin-top: 6px;
	color: #0e82fd;
	font-size: 22px;
	position: relative;
	top: -2px;
	margin-right: 20px;
}
.contact_info a {
	color: #012047;
}

.quick-box {
	width: 100%;
	display: block;	
	position: relative;
	z-index: 9;	
	margin: 0;
	padding: 50px 75px;
	border-radius: 0;
	background-color: #ffffff;
  box-shadow: 0px 10px 22px rgba(0,0,0,.05);
}

.form-group {
	margin-bottom: 7px;
}
/*
.our_offices_box img {
	max-width: 100%;
}
*/

.map {
	height: 450px;
	margin-top: 0;
	position: relative;
	overflow: hidden;
}

.mega-dropdown .dropdown-menu {
	width: 100%;
	left: 0 !important;
	right: 0 !important;
	border-radius: 0;
	border: none;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	margin-top: 0;
	top: 80%;
}

.navbar-collapse{}
.mega-dropdown{position: unset;}

.dropdown-menu {
	width: 100%;
	padding: 10px;
	background: #fff url(../img/dropdown-bg.png) no-repeat left bottom;
	background-size: cover;
}
.dropdown-menu ul{padding: 0; margin: 0;}


.left-services-details {
	max-width: 300px;
	flex: 0 0 310px;
	margin: 0px;
	padding: 8px 15px;
/*	background-image: linear-gradient(to bottom, #35b7f1, #067ce0);*/
	height: 100%;	
	position: absolute;
	z-index: 1;
	border-radius: 5px;
	width: 100%;right: 0px;
    background-color: rgb(242, 242, 242);
}

.right-services-details {
	width: 100%;
	min-height: 380px;
	height: auto;
	flex: 0 0 100%;
	padding: 0 300px 122px 0px;
	background: transparent;
	position: relative;
}


.right-services-details .lets-discuss-menu {
	margin: 0px;
	padding: 0px 308px 0px 0px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.sub-menu-div .right-services-details .lets-discuss-menu .lets-discuss-yellow {
	background-image: linear-gradient(to bottom, #36b9f2, #33b5f0);
	border-radius: 5px;
	padding: 10px;color: #142e4f
}


.sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li a, .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li a:active {
	color: #000;
	transition: 0.3s;
	display: inline-block;	
	font-size: 15px;
	font-weight: 400;
	padding: 7px 0;
	margin: 0px;
	line-height: 28px;background: transparent;
}
.sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li i {
	padding-right: 2px;
	color: #35b8f2;
	font-size: 9px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 15px;
}
.sub-menu-div{position: relative}

.left-img-div img{max-width: 100%}

.lets-discuss-menu p{
	margin-top: 0;
	margin-bottom: 0;
	color: #142e4f;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0;
	display: inline-block;
}
.connect-btn {
	text-align: center;
	margin-top: 30px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content, .dropdown-menu .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content {
	background-color: #fff;
	padding: 12px 80px 12px 25px;
	border-radius: 50px;
	position: relative;
	max-width: 292px;
	float: none;	
}
.menu-call-content span {
	padding: 0px;
}
.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content a, .dropdown-menu .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content a {
	color: #142e4f !important;
	font-weight: 700 !important;
	font-size: 19px !important;
	padding: 0px !important;
	letter-spacing: 0.9px;text-decoration: none;
}
.menu-call-content i {
	position: absolute;
	top: -6px;
	right: 0;
	width: 64px;
	height: 64px;
	font-size: 35px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	background: #142e4f url(../img/call-icon-img.png) no-repeat;
	color: #053674;
	border-radius: 50px;
	-webkit-transition: .7s;
	transition: .7s;
	background-position: center center;
}
.right-services-details .lets-discuss-menu .titel-text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: none;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	float: left;
	margin-bottom: 3px;
}

.navbar-expand-lg .container{position: relative;}



.sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	position: relative;
	list-style: none;
	/* border-bottom: 1px solid #e4e5e5; */
}
.sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li::after {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	right: 0;
	background: #e4e5e5;
	transition: width .3s ease;
	-webkit-transition: width .3s ease;
	bottom: 0px;
}
.sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li:hover::after {
	width: 100%;
	left: 0;
	background: #0d458e;
}



/*tabs-design-changes-css*/


.home-tabs .vertical-tabs {
	display: flex;
	margin: auto;
	border-radius: 15px;
	overflow: hidden;
}

.modules-tabs .nav-tabs {
	justify-content: ;
	border: none;
	display: unset;
}
.modules-tabs .nav-item{
    padding: 0 0;
}
.modules-tabs .nav-item .nav-link {
	/* padding: 12px 20px; */
	cursor: pointer;
	/* transition: all 0.3s; */
	/* letter-spacing: 0.01em; */
	/* border-radius: 32px; */
	/* border: 1px solid #3ac0f3; */
	/* background: linear-gradient(90deg,rgba(206, 229, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); */
	/* color: #2F3241; */
	font-size: 20px;
	font-weight: 500;
	/* line-height: 24px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 35px 40px 35px 52px;
	/* cursor: pointer; */
	border-radius: 20px 0 0 20px;
	border: none;
	text-align: left;
	width: 100%;
	color: #fff;
	position: relative;
    border-bottom: 1px solid #ffffff38;
}


.modules-tabs .nav-item .nav-link i{
	position: absolute;
	left: 16px;
	font-size: 28px;
	top: 37px;
}




.modules-tabs .nav-item .nav-link.active {
	color: #012047;
	border: none;
	/* background: #0075de; */
	background: linear-gradient(90deg,rgba(206, 229, 255, 1) 0%, rgb(238, 246, 255) 100%);
}

.modules-tabs .nav-item .nav-link.active i{
	position: absolute;
	left: 16px;
	font-size: 28px;
	top: 37px;
}



.home-tabs .modules-tabs {
	width: 30%;
	margin-right: -18px;
}

.home-tabs .tab-content {
	width: 73%;
	padding: 20px;
	position: relative;
	background-color: #EDF5FF;
	border-radius: 20px;
	margin-top: 0px !important;
}

.home-tabs .tab-content .module-card {
	background-color: white;
	border-radius: 10px;
	padding: 20px 15px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
	height: 100%;
	transition: transform 0.3s;
	text-align: center;
	border: 1px solid #d6e6ff;
}
.home-tabs .tab-content .module-card .module-icon {
	background-color: #d4e8ff;
	width: 74px;
	height: 74px;
	border-radius: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	position: relative;
	border: none;
	padding: 5px;
    flex: 0 0 74px;
}

.home-tabs .tab-content .module-card  h4 {
	font-size: 18px;
	font-weight: 500;
	color: #012047;
	margin-bottom: 0;
	line-height: normal;
    text-align: left
}


.home-tabs .tab-content .module-card  p {
	font-size: 16px;
	/* line-height: 26px; */
	line-height: 24px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 6px;
	margin-top: 12px;
}

.home-tabs .tab-content .module-card  i {
	font-size: 20px;
	color: #012047;
}
.home-tabs .tab-content .module-card .btn-arrow{
    height: 18px;
    line-height: 18px;
}

.tabs-home-page-img{
    margin-top: 25px;
}

.tabs-home-page-img img{
    max-width: 100%
}


/*

.scrolling-text {
	padding: 20px;
	height: 300px;
	transition: transform 0.8s ease;
}
.auto-scroll-box:hover .scrolling-text {
  transform: translateY(-100%);
}

*/



.home-tabs-new .vertical-tabs {
	display: flex;
	margin: auto;
	border-radius: 0;
	overflow: hidden;
	flex-wrap: wrap;
    
}



.home-tabs-new .modules-tabs {
	width: 100%;
	margin-right: 0;
	margin: 0px auto 35px auto;
}

.home-tabs-new .tab-content {
	width: 100%;
	padding: 20px;
	position: relative;
	/* background-color: #EDF5FF; */
	border-radius: 20px;
	margin-top: 0px !important;
	background: linear-gradient(90deg,rgb(229, 241, 255) 0%, rgb(229, 241, 255) 100%);
	border: 4px solid #fff;
}
/*
.home-tabs-new .nav-tabs {
	justify-content: ;
	border: none;
	 display: unset; 
	background: linear-gradient(90deg,rgba(206, 229, 255, 1) 0%, rgb(238, 246, 255) 100%);
}
*/


.home-tabs-new .nav-item .nav-link {
	/* padding: 12px 20px; */
	/* cursor: pointer; */
	/* transition: all 0.3s; */
	/* letter-spacing: 0.01em; */
	/* border-radius: 32px; */
	/* border: 1px solid #3ac0f3; */
	/* background: linear-gradient(90deg,rgba(206, 229, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); */
	/* color: #2F3241; */
	font-size: 18px;
	font-weight: 500;
	 line-height: normal; 
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 20px 15px 20px;
	/* cursor: pointer; */
	border-radius: 20px 20px 20px 20px;
	border: none;
	text-align: left;
	width: 100%;
	color: #fff;
	position: relative;
	/* border-bottom: 1px solid #ffffff38; */
    position: relative;
    background: transparent;
    letter-spacing: normal;text-align: center;
}

.home-tabs-new .nav-item .nav-link i {
	position: relative;
	left: 0;
	font-size: 28px;
	top: 0;
	margin: 0 auto 10px auto;
    padding-top: 4px;
}

.home-tabs-new .nav-item .nav-link i img{
    max-width: 100px;
}

.home-tabs-new .modules-tabs .nav-item .nav-link.active i {
	position: relative;
	left: 0;
	font-size: 28px;
	top: 0;
	border-radius: 15px 15px 15px 15px;
	background-color: #0000000A;
	padding: 0;
    padding-top: 4px;
}


.home-tabs-new .modules-tabs .nav-item .nav-link.active {
	color: #012047;
	border: none;
	/* background: #0075de; */
	background: linear-gradient(0deg,rgb(237, 247, 255) 0%, rgb(251, 253, 255) 100%);
    font-weight: 500;
}

.home-tabs-new .nav-tabs {
	justify-content: center;
	border: none;
	display: flex;
	/* background: linear-gradient(90deg,rgba(206, 229, 255, 1) 0%, rgb(238, 246, 255) 100%); */
	background: linear-gradient(90deg,rgba(55, 186, 242, 1) 0%, rgba(4, 122, 223, 1) 100%);
	border-radius: 20px;
	padding: 0px;
}


.home-tabs-new .modules-tabs .nav-item .nav-link.active::after {
	border-width: 12px;
	border-color: #edf7ff transparent transparent transparent;
    
    left: 50%;
  transform: translateX(-50%);
    
    content: "";
  position: absolute;
  border-style: solid;
    
    bottom: -21px;
}


.home-tabs-new .modules-tabs li.nav-item {
	padding: 0 0;
	border-right: 2px solid #ffffff14;width: 16.66%;
}
/*.home-tabs-new .modules-tabs li.nav-item:hover{background-color: #0000000A;}*/

.home-tabs-new .modules-tabs li.nav-item:last-child {
	padding: 0 0;
	border-right: 0 solid #ffffff14;
}

.home-tabs-new .tab-content .module-card p {
	font-size: 16px;
	/* line-height: 26px; */
	line-height: 26px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 6px;
	margin-top: 12px;
    text-align: left;
}
.inner-six-box .out-content {
	width: 100%;
	padding: 20px;
	position: relative;
	/* background-color: #EDF5FF; */
	border-radius: 20px;
	margin-top: 0px !important;
/*
	background: linear-gradient(90deg,rgba(206, 229, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	border: 4px solid #fff;
*/
    background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(30px);    
}

.inner-six-box .module-card {
	background-color: white;
	border-radius: 20px;
	padding: 20px 15px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
	height: 100%;
	transition: transform 0.3s;
	text-align: center;
	/* border: 10px solid #d6e6ff; */
	background: linear-gradient(90deg,rgb(218, 235, 255) 0%, rgb(255, 255, 255) 100%);
	border: 2px solid #fff;
}

.inner-six-box .module-card p {
	font-size: 16px;
	/* line-height: 26px; */
	line-height: 26px;
	color: #222222;
	font-weight: 400;
	margin-bottom: 6px;
	margin-top: 12px;
	text-align: left;
    margin-bottom: 0;
}
.inner-six-box .module-card .module-icon {
	background-color: #d4e8ff;
	width: 74px;
	height: 74px;
	border-radius: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	position: relative;
	border: none;
	padding: 5px;
	flex: 0 0 74px;
}
.inner-six-box .module-card h4 {
	font-size: 18px;
	font-weight: 500;
	color: #012047;
	margin-bottom: 0;
	line-height: normal;
	text-align: left;
}
.inner-blue-six-box .module-card {
/*	background-color: white;*/
	border-radius: 20px;
	padding: 20px 15px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
	height: 100%;
	transition: transform 0.3s;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(30px);
}

.inner-blue-six-box .module-card .module-icon {
	background-color: rgb(1 189 223) !important;
	width: 74px;
	height: 74px;
	border-radius: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	position: relative;
	border: none;
	padding: 5px;
	flex: 0 0 74px;
}

.inner-blue-six-box .module-card h4 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
	line-height: normal;
	text-align: left;
}

.inner-blue-six-box .module-card p {
	font-size: 16px;
	line-height: 30px;
	color: #ffffffb8;
	font-weight: 400;
	margin-bottom: 6px;
	margin-top: 12px;
	text-align: left;
	margin-bottom: 0;
}
/*tabs-design-changes-End-css*/




.mobile-why-us .why_out {
	background-color: #f1f8fc;
	color: #053674;
	text-align: center;
	padding: 40px 50px;
}

.bg_blue1 {
  background-color:#1c4475
}
.bg_blue2 {
  background-color:#154075
}
.bg_blue3 {
  background-color:#154075
}
.bg_blue4 {
  background-color:#003475
}
.blue-box {
	padding: 30px;
	text-align: center;
	color: #fff;
}
.blue-box h3 {
	font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  line-height: normal;
 
}
.blue-box p {
	font-size: 15px;
  line-height: 26px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 12px; 
}
.blues-box-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
}

.box_feat_home {
  position:relative;
  padding:0 0 0 90px;
  margin-bottom:30px;
  text-align:left
}
.box_feat_home.left-m {
  margin-left:20px
}
.box_feat_home.right-m {
  margin-right:20px
}
.box_feat_home .icon-img {
  width:70px;
  height:70px;
  position:absolute;
  left:0;
  top:0
}
.inner-small-s-title {
	color: #030a3e;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 0;
}
.box_feat_home p {
	margin: 0;
	color: #212121;	
	text-align: justify;    
    font-size: 15px;
  line-height: 26px;
  line-height: 26px; 
  font-weight: 400;

    
}

.section-title-inner h2.inner-head{font-weight: 600; font-size: 24px; line-height: 34px;}




 @media (min-width: 992px) {
.navbar-nav .dropdown:hover .dropdown-menu {
	opacity: 1;
	transform: translateY(0);
}
.navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

}

 @media (max-width: 991px) {
     .mega-dropdown .dropdown-menu{        
         
         
     }
     .left-services-details{
         display: none;
     }
     .right-services-details{
         padding: 0 0px 0 0px;
     }
     .right-services-details .lets-discuss-menu {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	bottom: 0;
	left: 0;
}
     .sticky-top{
         position: relative;
     } 
     
}





/* Advertise PoPup */

.offer-popup{display: none;
  height: 100%;
  width: 100%;
  visibility: visible;
position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
    
}

#sb-overlay {
  position: relative;
  height: 100%;
  width: 100%;
}
#sb-wrapper {
	left: 0 ;
	right: 0 ;
    top: 7%;
	margin: 0 auto;
}
#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 60%;height: auto;background: #fff;
      animation: popupEnter 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);

}

@keyframes popupEnter {
            0% {
                transform: scale(0.5) translateY(100px);
                opacity: 0;
            }
            100% {
                transform: scale(1) translateY(0);
                opacity: 1;
            }
        }

#sb-wrapper-inner {
	position: relative;

}
.right_form {
	background: linear-gradient(135deg,#edf4fc, #b3caef, #7ea6e1);
 
	width: 50%;
	padding: 0px;
	background-size: cover;
	padding-bottom: 20px;
	flex: 0 0 0 auto;
}

.discount-tag {
	font-size: 1.5vw;
	color: #fff;
	font-weight: 800;
	line-height: 2.5vw;
	text-align: center;
	padding-top: 20px;
	
}
.discount-tag span{color: #f89e15;}
.discount-tag span.upto{font-size: 1.5vw}
.discount-tag span.per-off{font-size: 2.3vw;background: none;}

.close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0%;
	padding: 10px;	
	font-size: 30px;
	font-weight: bold;
	background: #a70822;
	color: #fff;
	line-height: 20px;
}

.close:hover {background: #bbb;}

.schedule-form{padding: 10px 30px;}

.schedule-form .schedule-btn {
	 background-image: linear-gradient(#f9b339, #fe7c19);
  
	border: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #003982;
	padding: 14px 70px;
	line-height: 18px;
    border-radius: 100px;
}
.schedule-form .contact-form-btn:hover{background: #00306e;border: 0px}

.valid-btn {
	background: #185EC8;
	text-transform: none !important;
	border: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 14px 30px;
	line-height: 18px;
	border-radius: 100px;
}
.valid-btn:hover {
	background: #ff8b00;
	text-transform: none;
}


.form-group{margin-bottom: 7px;}

.header-form{background: url(../img/right-top-bg.png)  ;background-repeat: repeat-x;height: 109 px;position: relative}
.header-form:before{background: url(../img/right-top-left.png) no-repeat left;height: 154px;content: '';width: 98px;position: absolute;left:10px;top: 10px;}
.header-form:after{background: url(../img/right-top-right.png) no-repeat right;height: 145px;content: '';width: 144px;position: absolute;right: 30px;top: 10px;}

.left_offer_page {
	background: #fcfdff url(../img/bg-h.png) no-repeat;
	width: 50%;
	background-size: contain;
	padding-bottom: 10px;
	flex: 0 0 0 auto;text-align: center;padding: 20px;
}
.ad-logo {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

.discount-line {
	color: #071c3c;
	font-size: 1.25vw;    
	font-weight: 700;	
	text-align: center;line-height: 35px;
}
/*
.discount-line span {
	color: #c10001;
	font-size: 1.5vw;
	font-weight: 800;
	line-height: 38px;
}
*/

 #sb-player input, #sb-player select {
	font-size: 15px;
	height: 44px;
}
.sb-wrapper .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;	
	background: linear-gradient(90deg,rgba(254, 255, 255, 1) 0%, rgba(215, 231, 255, 1) 100%);
	border: 2px solid #fff;
}
#sb-player{display: flex}
.school-title {
	background: #003f8f;
	padding: 0px 20px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: 600;
	line-height: 32px;margin-bottom: 5px;
}
.discount-part {
	font-size: 38px;
	color: #fff;
	background: #185EC8;
	padding: 5px 15px;
	line-height: 43px;
	margin: 5px 0px;
	display: inline-block;
}
.discount-part c{font-size: 26px;}
.hurry-text {
	font-family: PoetsenOne;
	font-size: 20px;
	color: #c10001;
/*
	padding-left: 110px;
	margin-top: -40px;
*/
	padding-bottom: 5px;
}


/* END Advertise PoPup */





/* Discount section */

.discount-container {
	display: flex;
	align-items: center;
	margin: 70px 50px 10px 30px;
	padding: 15px;
	background: #185EC8;
	border-radius: 8px;
	backdrop-filter: blur(5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
	border: 3px solid #d8f3fe;
}   
        .discount-text {
            font-size: 22px;
            font-weight: 700;
            margin-right: 10px;color: #fff;
        }
        
   .discount-amount {
	font-size: 32px;
	font-weight: 800;
	color: #d7f2fe;
}

/* Anniversary badge */
 .anniversary-badge {
	position: absolute;
	top: -55px;
	right: 48px;
	width: 120px;
	height: 120px;
	background: linear-gradient(135deg, #ff9500, #ff6a00);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: bold;
	border: 3px solid white;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	transform: rotate(10deg);
	z-index: 10;
}
        .anniversary-badge .years {
            font-size: 36px;
            line-height: 1;
        }
        
        .anniversary-badge .label {
            font-size: 14px;
            text-transform: uppercase;
        }



.bottom_country_number {
	width: auto;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	float: none;
	/* font-family: Arial, Helvetica, sans-serif; */
	text-align: left;
	padding: 7px 0;
	letter-spacing: 1px;
}

.bottom_country_number span .flag {
	width: 40px;
	height: 27px;
	margin-right: 10px;
	position: relative;
	top: -1px;
	border: 1px solid #fff;
}
.tab-title h2 {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	padding: 10px 0px;
    background: linear-gradient(90deg,rgb(228, 240, 254) 0%, rgb(255, 255, 255) 50%, rgb(228, 240, 254) 100%);
}
 

.scrolling-text {
	padding: 20px;
	height: 300px;
	transition: transform 0.8s ease;
}

.auto-scroll-box:hover .scrolling-text {
  transform: translateY(-100%);
}


.list-style-page li{color: #ffffffb8;text-align: left;font-size: 15px;padding-top: 5px;padding-bottom: 5px;}
.module-img {
	width: 100%;
	aspect-ratio: 1;
	background: #fff;
	padding: 10px;
	border-radius: 20px;
}
.module-img img{max-width: 100%;ap}
.highlight-list li {
	font-size: 16px;
	color: #222;
	margin-bottom: 0 !important;
	padding-top: 5px;
	padding-bottom: 8px;
}
.highlight-list li .fas {background: #cfe6ff;color: #142e4f;}

.box-shadow {
	box-shadow: 0 10px 22px rgba(0,0,0,.05);
}
.ele-img img{max-width: 100%;}
.hightlight-img-left{background: transparent;border-radius: 20px;padding: 20px;width: 100%;text-align: center;}
.hightlight-img-left img{max-width: 100%;}




.effective_benefits, .welcome {
	padding: 30px 0;
	position: relative;
}
.section_blue_bg_row {
	position: relative;
	background-image: linear-gradient(to bottom,#0d2555,#063675);
	height: auto;
	overflow: hidden;
}
.effective_benefits::before {
	position: absolute;
	width: 58.33333333%;
	/* background: linear-gradient(to bottom,#2371d5,#063675); */
	content: '';
	height: 100%;
	right: 0;
	top: 0;
}
#inner-banner-form, .effective_benefits .right-div {
	padding-left: 50px;
}
.inner-small-tn-title {
	font-size: 20px;
	line-height: 32px;
}
.section_blue_bg_row ul {
	margin: 0;
	padding: 0;
	color: #fff;
}
.section_blue_bg_row ul li {
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	margin: 0;
	padding: 2px 0 2px 30px;
	position: relative;
	list-style: none;color: #cee4ff
}
.section_blue_bg_row p{color: #cee4ff;font-size: 16px;line-height: 30px}
.section_blue_bg_row ul li i {
	color: #fff;
	font-size: 22px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 9px;
}
.effective_benefits::after {
	background: url(../img/hospital-mng-system.jpg) top/cover no-repeat #fff;
}
.effective_benefits::after {
	position: absolute;
	width: 41.66666667%;
	background: url(../img/hospital-mng-system.jpg) top/cover no-repeat #fff;
	content: '';
	height: 100%;
	left: 0;
	top: 0;
}
.ml-auto, .mx-auto {
	margin-left: auto !important;
}


.highlight-tab .modules-tabs .nav-item {
	padding: 0 15px;
}
.highlight-tab .modules-tabs .nav-item .nav-link {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 18px 40px 18px 50px;
	border-radius: 0px;
	border: none;
	text-align: left;
	width: 100%;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #ffffff38;
}
.highlight-tab .modules-tabs .nav-item .nav-link i {
	position: absolute;
	left: 16px;
	font-size: 22px;
	top: 19px;
}

.highlight-tab  .modules-tabs {
	width: 30%;
margin-right: 0;
	background: #063674;
	border-radius: 10px 0 0 10px;
}
.highlight-tab .modules-tabs .nav-item .nav-link.active {
		background: transparent;color: #40cbff;
}
.highlight-tab .modules-tabs .nav-item .nav-link {
		background: transparent;
	
}
.highlight-tab .tab-content {	
	border-radius: 0px 10px 10px 0px;	
}


.main-image, .main-image-left {
	padding-right: 30px;
}
/*
.services-we-desire .services-left-box-out {
	padding-left: 70px;
}
*/
.services-we-desire .services-box-row {
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	border-radius: 0;
	position: relative;
}
.services-we-desire .services-box-row .new-cad-icon {
	background-color: #1c62bd;
	width: 110px;
	height: 110px;
	float: none;
	border-radius: 100px;
	position: relative;
	top: 0;
	margin-top: -82px;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 20px;
}
.services-we-desire h4 {    
    font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
  letter-spacing: 0.5px;
  color: #012047;
}


.effective_benefits-2::after {
	background: url(../img/hospital-mng-system.jpg) top/cover no-repeat #fff;
}
.effective_benefits-2::after {
	position: absolute;
	width: 41.66666667%;
	background: url(../img/hospital-mng-system.jpg) top/cover no-repeat #fff;
	content: '';
	height: 100%;
right: 0;
	top: 0;
    left: auto;
}

.inner-tab-height1{height: 370px;}
.inner-tab-height2{height: 460px;}
.inner-tab-height3 {height: 397px;}


.aboutus-list {
	margin: 0;
	padding: 0;
}

.aboutus-list li{list-style: none;position: relative;padding-left: 25px;line-height: 26px;font-size: 15px;padding-top: 0}

.aboutus-list li .fas {
	position: absolute;
	left: 0;
	font-size: 18px;
	font-weight: 700;top: 6px;
}

.height-440 img{height: 360px;}


.highlight-tab-ot .modules-tabs .nav-item .nav-link {
	font-size: 16px;
}

.captcha-code-full {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

.captcha-code-full .captcha-code-img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px 30px;
	border: 1px solid #f1f1f1;
	background-color: #fff;
	display: inline-block;
}
.captcha-code-full .captcha-code-input {
	width: 280px;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
}






