
body {
    color: #000;
    background: #eeeeee;
    font-family:'Albert Sans', sans-serif;
    row-gap: 16px;
}

a {
    color: #4F84C4;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #00539C;
    outline: none;
    text-decoration: none;
}
p{margin: 0;}
.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
}

.container {
    max-width: 1050px;
}


/*******************************/
/********** Header CSS *********/
/*******************************/
.header {
    position: relative;
    width: 100%;
    padding: 14px 0 13px 0;
    border-bottom: 1px solid #eeeeee;
}

@media (min-width: 1200px) {
    .header .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.header{display: flex;}
.header .brand {
    position: relative;
}

.header .brand img {
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 100px;
}

.topbar {
    position: relative;
    text-align: right;
    background-color: #D9D9D9;
    height: 28px;
}

.header .left {
    width:40%;
    text-align: left;
    padding-left: 20px;
}
.header .left img{
    width:112px;
   }

.header .right {
    width:60%;
    text-align: right;
    padding-right: 20px;
}
.header .right .btn{
    /* width:139px; */
    /* height: 41px; */
    padding: 12px 16px;
    text-align: center;
    background: rgb(0,0,0);
background: linear-gradient(80deg, rgba(0,0,0,1) 0%, rgba(84,84,84,1) 100%);
font-family:'Albert Sans', sans-serif;
font-size: 14px;
color: #fff;
font-weight: 600;
border-radius: 100px;
line-height: 16.8px;
text-align: left;


}

.page-header {
    position: relative;
    /* padding: 5px 0; */
    text-align: center;
    background: #E8EFFF;
}

.page-header a {
    position: relative;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 600;
    color: #575757;
    font-family: 'albert sans', sans-serif;
    line-height: 24px;
    text-align: left;


}



/*******************************/
/*********** Hero CSS **********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    /* padding: 45px 0; */
}

.hero img {
    max-width: 100%;
    max-height: 600px;
}



/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    padding-bottom: 15px;
}

.section-header::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    left: calc(50% - 30px);
    bottom: 0;
    background: linear-gradient(to left, #4F84C4, #00539C, #4F84C4);
    border-radius: 100%;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-header p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}



/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    /* padding: 45px 0; */
    padding:20px 17px;
}

@media (min-width: 768px) {
    .about .container-fluid {
        padding: 0;
    }
    
    .about .row {
        margin: 0;
    }
    
    .about .col-md-6:first-child {
        padding: 0;
    }
    
    .about .col-md-6:last-child {
        padding: 0 60px;
    }
}

 h2.section-title {
    position: relative;
    font-family: Albert Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    margin-bottom: 32px;
    padding-bottom: 20px;
}

 h2.section-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #FF4C11;
    border-radius: 2px;
}

.about p {
    color: #3d3d3d;
    margin-bottom: 30px;
   

    font-family: Albert Sans;
font-size: 18px;
font-weight: 500;
line-height: 26px;
text-align: left;


}

.about a.btn {
    padding: 10px 35px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background: linear-gradient(#4F84C4, #00539C);
    transition: .5s;
}

.about a.btn:hover {
    background: linear-gradient(#00539C, #4F84C4);
}
.about img{margin-right: 17px;}
.visa img {
    max-width: 100%;
    /* height: 32px; */
    /* border-radius: 0 30px 30px 0; */
    margin-left: -8px;
}
.visa p{padding-top: 15px;padding-bottom: 17px;}


.about li{display: flex;margin:26px 0;align-items: center;
    font-family: Albert Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
   
    
}


/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding:29px 17px 20px 17px;
}





.owl-dots {
    text-align: center;
    padding-top: 0px;
    margin-top: -60px;
    position: absolute;
    width: 100%;
}
  .owl-dots button.owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #fff;
    width: 20px;
    border-radius: 10px;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .eligibility-check{
    margin-top:0px;
    
  }
  .eligibility-check .card {
    background-color: #fff;
    /* width: 95%; */
    margin: auto;
    position: relative;
    z-index: 3;
    row-gap: 16px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    /* box-shadow: 0px 2px 5px #ccc; */
    display: block;
    margin:-29px 24px 24px 24px;
    width: -webkit-fill-available;
    box-shadow: 0px 4px 20px 0px #0000000D;

}
  
  .red-btn{border-radius: 30px;
    padding: 12px 16px;
    display: inline-block;
    background-color: #FFF3F3;
    font-family: Albert Sans;
    color: #FF2D2D;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 7px;
    }

.visa{
    position: relative;
    width: 100%;
    /* padding: 45px 0; */
    padding: 20px 17px;
}
  .green-btn{
    background-color: #E9FFE9;
    color: #00B100!important;
    border-radius: 30px;
    padding: 12px 16px;
    font-family: Albert Sans;
font-size: 16px;
font-weight: 600;
line-height: 19.2px;
margin-bottom: 17px;


    width: 205px;
  }
  .eligibility-check .card h4 {
    font-family: Albert Sans;
font-size: 24px;
font-weight: 600;
line-height: 28.8px;
text-align: left;
margin-bottom: 16px;

}
  .eligibility-check .card ul li{margin-bottom: 0;color: #000;font-size: 16px;font-family: Albert Sans;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    padding: 9px 0;
    
    }
  .eligibility-check .card svg{margin-right: 12px;}
  .eligibility-check .card hr {
    background-color: #f7f7f7;
    display: block;
    width: 100%;
    height: 2px;
    border: none;
}
.eligibility-check .h5{
font-family: Albert Sans;
font-size: 18px!important;
font-weight: 600;
line-height: 21.6px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
margin-bottom: 0!important;
}

.price-tag{
    background-color: #FF5454;
    width: 134px;
    padding:8px 12px;
    border-radius: 5px;
}
.price-tag svg{margin-right: 0 !important; fill:#fff}
.price-tag p{margin-bottom: 0; color: #fff;
    font-family: Albert Sans;
font-size: 14px;
font-weight: 600;
line-height: 16.8px;
text-align: left;
    width:150px;
   }
.price{color:#FF6161;
font-size: 18px;
font-weight: 700;
}
.note{font-size: 13px ;
color: #7e7e7e;text-align: right;float: right;padding-top: 6px;padding-bottom: 16px;}
.btn-2{width:100%;
background: rgb(0,0,0);
background: linear-gradient(90deg, #000 0%, #3d3d3d 100%);
color: #fff;
padding: 14px;
border: 0;
border-radius: 6px;
font-family: Albert Sans;
font-size: 18px;
font-weight: 600;
line-height: 21.6px;
display:block;
}
.blutext{font-size: 14px;
color: #6B47FF;
text-align: right;
/*padding-top: 12px;*/
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {background-color: #eef0f4;}
h1{ padding: 0 0 30px; }
.main-timeline{
    font-family: 'Poppins', sans-serif;
    padding: 15px 0;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before {
    content: "";
    background: #000;
    width: 3px;
    height: 85%;
    border-radius: 50px;
    transform: translateX(-50%);
    position: absolute;
    top: 78px;
    left: 50%;
}
.main-timeline .timeline{
    width: 50.2%;
    padding: 0 0 0 30px;
    margin: 0 0 35px;
    float: right;
    position: relative; 
}
.main-timeline .timeline:before{
    content:"";
    width: 24px;
    height: 24px;
    border: 3px solid #000;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -9px;
}
.main-timeline .timeline-content{
    color: #555;
    background-color: #fff;
    min-height: 120px;
    padding: 20px ;
    /* box-shadow: 0 0 15px -3px rgba(0,0,0,0.2); */
    display: block;
    position: relative;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

.main-timeline .timeline-icon{
    color: #fff;
    font-size: 50px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
}
.main-timeline .title{
    color: #FF4C11;
    
    margin: 0 0 8px;
    font-family: Albert Sans;
font-size: 16px;
font-weight: 600;
line-height: 19.2px;


}
.main-timeline .heading2{
    color: #000;
    margin: 0 0 8px;

    font-family: Albert Sans;
font-size: 20px;
font-weight: 600;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.main-timeline .description{
    
    margin: 0;
    font-family: Albert Sans;
font-size: 16px;
font-weight: 400;
line-height: 22px;
text-align: left;


}
.main-timeline .description2{
    background-color: #EFEFFF;
  
    
    margin: 16px 0 0 0;
    padding: 16px;
    
    border-radius: 6px;
    color: #000;
    font-family: Albert Sans;
font-size: 14px;
font-weight: 500;
line-height: 16.8px;




}
.main-timeline .description2 span{
 
    font-family: Albert Sans;
font-size: 16px;
font-weight: 600;
line-height: 24px;


}


.main-timeline .timeline:nth-child(even){
    padding: 0 50px 0 0;
    float: left;
}
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: -10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px; }
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    left: auto;
    right: -13px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: -200px;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 15px;
}

@media screen and (max-width:767px){
    .main-timeline:before{
        transform: translateX(-50%);
        left: 12px;
    } 
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        /* padding: 125px 0 0 65px; */
    } 
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        left: 0;
        top: calc(50% + -10px);
    } 
    
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        right: auto;
        left: 0;
    }
    .main-timeline .timeline:nth-child(even){
        padding: 0px 0px 0px 30px;
        float: left;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0);
        right: auto;
        left: 0;
        /* top: -125px; */
    } 
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: auto;
        left: 15px;
    } 
}
@media screen and (max-width:576px){
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(even):before{
        transform: translateY(0);
        /* top: 148px; */
    }
   
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        width: 100%;
        height: 80px;
    }
   
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateX(-50%) translateY(0);
        left: 50%;
        top: 6px;
    } 
}

.main-timeline .timeline:last-child{margin-bottom: 0;}


.text-red{color:#F2151C; 
font-weight: bold;
}
.text-orange{ color: #FF8000;
font-weight: bold;
}
.peach-card{
    background-color: #FFEDE4;
    border: 1px solid #F0F0F0;
    margin: auto;
    padding: 24px!important;
    color: #000;
border-radius: 10px!important;

}
.peach-card p{
    font-family: Albert Sans;
font-size: 16px;
font-weight: 600;
line-height: 19.2px;
text-align: left;
margin-bottom: 12px;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000;

}
.peach-card  h4{font-family: Albert Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    color: #000;
    }
    .peach-card .btn-2{margin-top: 8px;}

.white-card{
    background-color: #fff;
    border: none!important;
    margin: auto;
    padding: 25px!important;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.05);
}
.white-card h3{

font-family: Albert Sans;
font-size: 34px;
font-weight: 700;
line-height: 40.8px;


}
.white-card h3::before {
    content: "";
    background-image: url(../img/verification-tick-icon-svg.svg);
    width: 26px;
    height: 33px;
    display: block;
    position: absolute;
    right: 24px;
    background-size: cover;
    background-position: center;
    top: 20px;
}


.faqs .section-title{margin-bottom: 8px;}

.card-main{padding: 12px 0;}
.card-header a{position: relative;
    display: block;
    width: 98%;
    font-family: Albert Sans;
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;


}
.card .card-body{padding: 24px 12px 0px 12px;}
.card-sub .card-body{padding:16px 10px 8px 0 !important;}
.card-sub .card-body p{font-family: Albert Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    }
.card-header{background-color: #F9F9F9;color: #6464FF; font-weight: bold;border: none!important;padding: 16px;}
/* .card-header:after{content: "+";
    color: #6464FF; font-weight: bold;position: absolute; right: 0px;
} */
/* .card-header [data-toggle="collapse"][aria-expanded="false"]:after{content: "+";
    color: #6464FF; font-weight: bold;position: absolute; right: 0px; 
}
.card-header [data-toggle="collapse"][aria-expanded="true"]:after{content: "-";
    color: #6464FF; font-weight: bold;position: absolute; right: 0px;
} */
.card{border: none!important;    padding: 12px 0;}
.card-header [data-bs-toggle="collapse"]:after {
    content: "+";
    color: #6464FF;
    font-weight: bold;
    position: absolute;
    right: 0px;
    transition: transform 0.3s;
}
.card-header [data-bs-toggle="collapse"][aria-expanded="true"]:after {
    content: "-";
}
.card-sub-header [data-bs-toggle="collapse"]:after {
    content: "+";
    color: #6464FF;
    font-weight: bold;
    position: absolute;
    right: 0px;
    transition: transform 0.3s;
}



.card-sub-header a {
    color: #000!important;
    font-family: Albert Sans;
font-size: 18px;
font-weight: 600;
line-height: 26px;
padding-top: 8px;


    position: relative;
    display: block;
    /* width: 98%; */
    padding-right: 43px;
}
.card-sub-header .card-link.collapsed::after{content: " ";
    background:url(../img/faq-sub-down.png) no-repeat;
    color: #ddff64; font-weight: bold;position: absolute; right: -5px;width:35px; height:35px; top: calc(50% - 10px);
}
.card-sub-header .card-link::after{content: " ";
    background:url(../img/faq-sub-up.png) no-repeat;
    color: #83ff64; font-weight: bold;position: absolute; right: -5px;width:35px; height:35px; top: calc(50% - 10px);
}


.float{
	position:fixed;
	/* width:60px; */
	/* height:60px; */
	bottom:40px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-family: Albert Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    align-items: center;
    
	/* box-shadow: 2px 2px 3px #999; */
  z-index:100;
  padding: 18px 24px;
  display: flex;
}

.my-float{
	margin-top:0px;
    font-size: 24px;
    margin-right: 12px;
}
/* p{margin-bottom:16px} */
/* li{margin-bottom: 16px;} */

.service{padding:18px 17px;}
.review-text{
    font-family: Albert Sans;
font-size: 18px;
font-weight: 600;
line-height: 26px;
text-align: left;
margin-left: 16px;
color:#4794FF;
}

.price-tag {
        
    width: 121px!important;
    padding: 8px 6px!important;
    
    margin: 0 14px 0 64px!important;
}
@media screen and (max-width:376px)
{
    .page-header a{font-size: 11px;}
    .red-btn{font-size: 15px;}
    .eligibility-check .card h4{font-size: 17px;}
    .eligibility-check .h5{font-size: 16px !important;}
    .price-tag {
        
        width: 121px!important;
        padding: 8px 6px!important;
        
        margin: 0 14px 0 5px!important;
    }
    .price {
        
        font-size: 11px;
        
    }
    .blutext {
        font-size: 11px;
     
    }
    h2.section-title{font-size: 17px;}
    .about p{font-family: 16px;}
}


  /* Loader Styling */
  #loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top: 5px solid #8d0e0e;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Hide content until loaded */
.wrapper {
    display: none;
}