 
@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');

body, p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  font-family: "Fustat", serif;
  color: #4D4D4D;
}

img {
  max-width: 100%;
}

h2 {
  color: #4D4D4D;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  color: #4D4D4D;
  font-weight: 500;
}
h3 {
  font-size: 24px;
  line-height: 27px;
  
}
.h4, h4 {
  font-size: 18px;
  line-height: 20px;
}
/**************Button and resources**************/
::-webkit-input-placeholder {  
  color: #122246 !important;
  font-weight: 600;
}
::-moz-placeholder {  
  color: #122246 !important;
  font-weight: 600;
}
:-ms-input-placeholder { 
  color: #122246 !important;
  font-weight: 600;
}
:-moz-placeholder { 
  color: #122246 !important;
  font-weight: 600;
}
.btn {
  border-radius: 0;
  padding: 12px 35px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.btn-primary {
  background: #53CED6;
  border-color: #53CED6;
  min-width: 300px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  border-radius: 4px;
  padding: 17px 20px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #53CED6!important;
  border-color: #53CED6!important;
  box-shadow: none !important;
  color: #FFF!important;
} 
.text-primary {
 color: #53CED6 !important;
}
a.btn-link {
  color: #26C5CF !important;
  font-weight: 600;
}
.btn-col {
   margin-top: 25px;
}
.form-control, select.form-select, textarea, .select2-container {
  background-color: #FFF;
  min-height: 66px;
  border-radius: 4px;
  border-color: #747474 !important; 
  color: #4D4D4D!important;
  font-size: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 15px;
  font-weight: 600;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .11);
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white p a,
.text-white ul li, 
.text-white a,
.text-white h1{
    color:#FFF !important;
}

.text-white  .blue-label-heading {
    color: #FFF;
}

.section-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 30px;
}
.lead-text{
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

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

.sec-space {
  padding: 100px 0px;
}
.no-pad-top {
 padding-top: 0 !important; 
}

.no-pad-bottom {
 padding-bottom: 0!important; 
}
.bg-gray{
  background: #f6f6f6;
}
.bg-primary{
  background: #102a65 !important;
}
.text-white,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4, 
.text-white h5,
.text-white h6{
    color: #FFF;
}
  
.bg-img{
  background-size: cover!important;
}
.link-btn{
  color: #142551;
}
ul.list-style {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.list-style li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 37px;
}

ul.list-style li span.tick-icon {
  position: absolute;
  left: 0;
}
 
/**************Header**************/

header {
  background: #ffffff;
  padding: 4px 0px;
}
header.fixed {
  padding: 6px 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  animation: slideDown 0.35s ease-out;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.20);
}
header .navbar-nav .nav-link {
  color: #4D4D4D;
  font-weight: 600;
  padding: 0px 20px !important;
}
header .navbar-nav .btn-primary {
  width: auto;
  min-width: auto;
  padding: 8px 21px !important;
  color: #FFF;
}
.navbar-nav li {
  display: flex;
  align-items: center;
}
.menu-right {
    max-width: 144px;
}

.menu-right .btn {
    min-width: auto;
    padding: 10px 18px;
}

@keyframes slideDown {
from {
  transform: translateY(-100%);
}
to {
  transform: translateY(0);
}
} 

a.navbar-brand img {
    max-width: 320px;
}


/* Banner Sec */

ul.banner-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.banner-list li {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding-left: 49px;
    min-height: 42px;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
}

span.list-icon {
  width: 42px;
  height: 42px;
  background: #FFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2px;
}
span.list-icon img {
    max-width: 32px;
    opacity: 0.8;
}
.banner-text .btn-primary {
  width: 100%;
  max-width: 462px;
  font-size: 24px;
  padding: 11px 10px;
}
.banner-text p {
  font-size: 18px;
  line-height: 24px;
}
.banner-title {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 20px;
}
section.banner-sec {
    padding: 60px 0px 70px;
    min-height: auto;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    background-position: bottom !important;
}

.banner-img:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: url('../images/circle-bg.png') no-repeat;
	background-size: contain; 
    right: -32px !important; 
    top: 0;
    bottom: 0;
    background-position: bottom center;
}
.banner-img img {
    width: auto;
}

.banner-img {
    margin-top: 0;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 518px;
    margin-left: auto;
}

.star-text {
    width: 134px;
    height: 104px;
    background: #FFF;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 40px;
    padding: 26px 18px 3px;
    border-radius: 10px;
    z-index: 3;
    border: 2px solid #ccc;
    text-align: center;
}
span.start-head {
    font-size: 36px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 32px;
}

span.star-sub {
    white-space: nowrap;
}

span.start-head img {
    position: relative;
    top: -5px;
    margin-bottom: 0px;
    margin-left: 3px;
}
 
.banner-img img {
    position: relative;
    border-radius: 20px;
}
.logo-head:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 12px;
  border-top: 1px solid #ccc;
}

.logo-head {
  position: relative;
  margin-bottom: 40px;
}
.logo-head h3 {
  display: inline-block;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding-right: 30px;
}
 
.logo-main {
  border-bottom: 1px solid #ccc;
  padding-bottom: 24px;
}

/* Logo */

 
.logo-main ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
padding: 0;
  align-items: center;
}

section.logo-section h3 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  background: #FFF;
}


/* Services Sec */

.s-text {
    display: flex;
    margin-top: 12px;
    position: relative;
    align-items: center;
}

.s-info {
  flex: 1;
  position: relative;
  z-index: 4;
}
.s-info h3 {
  margin-top: 14px;
}
span.s-icon {
  width: 55px;
  margin-right: 13px;
  position: relative;
  z-index: 3;
}
.services-box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  height: 100%;
}
 
.services-sec  .section-title {
  margin-bottom: 76px;
}
.services-box {
  position: relative;
}

.s-media {
  position: relative;
  z-index: 3;
}
.services-box::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: url('../images/circle-bg.png') no-repeat;
  left: 0;
  right: 0;
  top: -74px;
  background-size: contain;
  opacity: 0;
}
.services-box:hover:before, .services-box:hover .s-text:before {
  opacity: 1;
}
.services-box:hover{
  border-bottom: 1px solid #000;
}
.s-text::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: url('../images/services-hover-bg.png') no-repeat;
  left: 0px;
  right: 0;
  bottom: 21px;
  background-size: 100% 100%;
  opacity: 0;
  margin: auto;
}
.s-media img {
    width: 100%;
    border-radius: 20px;
}



/* Why Sec */


.why-sec::before {
  width: 669px;
  height: 100%;
  content: "";
  position: absolute;
  background: url('../images/why-left-img.png') no-repeat;
  /* left: 0px; */
  left: 0;
  bottom: 21px;
  background-size: 100% 100%;
  margin: auto;
}
.why-sec::after {
  width: 700px;
  height: 100%;
  content: "";
  position: absolute;
  background: url('../images/why-right-img.png') no-repeat;
  /* left: 0px; */
  right: 0;
  bottom: 21px;
  background-size: cover;
  margin: auto;
}
section.why-sec {
  position: relative;
}
.why-box {
  background: #FFF;
  border: 1px solid #ccc;
  padding: 40px;
  border-radius: 10px;
  height: 100%;
  display: flex;
}

span.why-icon {
  margin-right: 5px;
  width: 60px;
  height: 60px;
}

.why-text {
  flex: 1;
  margin-left: 20px;
}

.why-box p {
  margin-bottom: 0;
}
.why-col {
  margin-bottom: 24px;
}
.sec-head {
  margin-bottom: 40px;
}
section.why-sec {
  padding-bottom: 90px;
}


/* CTA Sec */


.cta-row {
  background: #26C5CF;
  border-radius: 20px;
  padding: 30px 39px 0;
  position: relative;
}

.cta-wrap {
  display: flex; 
}

.cta-text h2 {
  color: #FFF;
  margin-bottom: 0;
}

.cta-text {
  color: #FFF;
}

.cta-text p {
  margin: 0;
  color: #FFFF;
}

.cta-btn {
  margin-left: 34px;
}

.cta-btn  .btn {
  background: #FFF;
  color: #4D4D4D;
  font-size: 22px;
  min-width: 250px;
  position: relative;
}

.cta-btn .btn:hover,
.cta-btn .btn:focus{
  background: #FFF !important; 
  color: #4D4D4D !important; 
}

.cta-row:before {
  width: 341px;
  height: 264px;
  content: "";
  position: absolute;
  background: url('../images/cta-circle.png') no-repeat;
  right: 32px;
}
.cta-img {
  position: relative;
}


.footer-logo {
  text-align: right;
}

.footer-row {
  margin-top: 63px;
}

.copy-col {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 60px;
  text-align: center;
}

.copy-col a {
  color: #4D4D4D;
  text-decoration: none;
}


 /**************Form Section**************/
 .main-form-wrap  form section:not(:first-child){
  display:none;
}
.main-form-wrap {
  padding: 100px;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0,0,0,.06);
  border-radius: 10px;
  margin-top: 40px;
}
.form-head {
  text-align: center;
  margin-bottom: 35px;
}

.form-head h2 {
  margin: 0;
}
 
.form-inner {
  background: #f6f6f6;
  padding: 35px;
}
.form-title {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
}
span.checkmark {
  width: 100%;
  float: left;
  margin-bottom: 1px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  min-width: 122px;
  min-height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: start;
  border-radius: 10px;
  border: 1px solid #747474;
  background: #FFF;
  box-shadow: none;
  font-weight: 600;
  color: #4D4D4D;
  flex-wrap: wrap;
  padding: 7px 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
}

.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

label.radio_container {
  width: 100%;
}
.active_box span.checkmark {
  border: 1px solid #747474;
  background: #e4eaff;
  color: #23304A;
}
span.red-mark {
  color: red;
}

.circle-left-check span.checkmark:before {
  content:"";
  width: 26px;
  height: 26px;
  border: 1px solid #c5c1c1;
  position: absolute;
  left: 25px;
  border-radius: 50%;
}

span.checkmark {
  position: relative;
}

.circle-left-check span.checkmark {
  justify-content: flex-start;
  padding-left: 63px;
}

.circle-left-check.active_box span.checkmark:before {
  background: #53ced6;
  border: 1px solid #53ced6;
}

main {
    min-height: calc(100vh - 220px);
}
.input-style .form-group {
  margin-bottom: 0;
}
button.page-prev.btn.btn-danger {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: #3e464c;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 23px;
}
.banner-form {
  max-width: 740px;
  margin: auto;
}
.btn-action-main li {
  list-style: none;
}

button.page-next {
  width: 100%;
  font-size: 20px;
}

.btn-action-main {
  text-align: center;
}
 
.banner-form:before {
  width: 400px;
  height: 400px;
  content: "";
  position: absolute;
  background: url('../images/circle-bg.png') no-repeat;
  right: -92px;
  background-size: cover;
  z-index: 1;
  bottom: -86px;
  background-position: bottom right;
  top: auto;
  /* background-size: cover !important; */
}
.main-form-wrap {
  position: relative;
  z-index: 1;
}
.banner-form {
  position: relative;
}
.banner-right-media {
/*
    background: #FFF;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
    border-radius: 20px;
*/
}
.thanks-box {
  background: #FFFF;
  margin-bottom: 85px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
  border-radius: 10px;
  padding: 100px 50px;
  margin-top: 100px;
}
span.icon-main {
  max-width: 60px;
}

 /* Select 2 */
.select2-container--default .select2-selection--single {
  height: 66px;
  border: 1px solid #00305B;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 66px;
  line-height: 66px;
}

.select2-container {
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
  color: #00305B;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 95%;
  padding-left: 10px;
  background-size: 22px;
}
     .select2-selection__rendered img,
  .select2-results ul li  img{
    max-width: 70px;
}
  img.img-flag {
  max-width: 60px;
}
 
.progress-bar.active {
  animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
.progress .progress-value {
  display: block;
  padding: 3px 7px;
  font-size: 12px;
  color: #4D4D4D;
  border-radius: 4px;
  background: transparent;
  border: 0;
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  margin: 0px auto;
  width: 100%;
  font-weight: 700;
}
.progress-bar-striped {
  background: #9CECF1;
  position: relative;
}
.progress {
  background-color: #FFF;
  height: 36px;
  margin: 0px auto 40px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
} 
.cta-mid {
  align-items: center;
}
.option-check {
  margin-top: 30px;
}

.option-check h3.form-title {
  margin-bottom: 15px;
}
.form-input + .form-input {
  margin-top: 40px;
  margin-bottom: 20px;
}
.date-col input {
  background-image: url('../images/calendar.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-position-x: 95%;
  padding-left: 10px;
  background-size: 26px;
}

/* --------------------------- */
 

.flat-icon-style .s-text {
  display: block;
  text-align: center;
}
.flat-icon-style span.s-icon {
  display: inline-block;
  width: 54px;
  margin-top: 14px;
}

.flat-icon-style span.s-icon:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background: #53CED6;
  z-index: -1;
  border-radius: 50%;
  left: -6px;
}

.error {
    color: red;
}

span.sm-head {
    font-size: 20px;
} 






/* Responsive */

@media (min-width:1200px){

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}

} 



 @media (max-width:991px){

  header .navbar-nav .nav-link {
    margin-bottom: 20px;
    color: #ffffff !important;
    font-size: 20px;
}
.offcanvas {
    background: #53ced6 !important;
    max-width: 312px;
}
.navbar-light .navbar-toggler {
    border: 0 !important;
    background-image: none !important;
    display: none;
}
header .navbar-nav .btn-primary {
    background: #FFF !important; 
    color: #413f3f !important; 
}
.navbar-light .navbar-toggler {
    outline: 0 !important; 
    box-shadow: none !important;
}	 
.navbar-toggler-icon {
    background-image: none !important; 
}
.modal-backdrop {
    z-index: 3;
}
.offcanvas-header .btn-close {
    top: 16px;
    position: absolute;
    right: 22px;
    filter: brightness(0) invert(1);
    opacity: 1;
}

.form-inner {
  padding: 10px;
}

span.checkmark {
  font-size: 15px;
  padding: 10px;
}


	 
/*Page CSS	 */
	 
	 
 button.page-next {
    min-width: auto;
}

.cta-text-col {
    display: block !important; 
}

.cta-wrap {
    display: block;
}

.cta-btn {
    margin: 0;
}

.cta-img {
    text-align: left;
}

.cta-img {
    display: none;
}
 

.cta-row {
    padding: 20px;
    margin: 0;
}

.cta-text {
    margin-bottom: 10px;
}

h2, .section-title {
    font-size: 28px;
    line-height: 34px;
}

.banner-title {
    font-size: 28px;
    line-height: 35px;
}

.banner-text p {
    margin-bottom: 8px;
}

ul.banner-list li {
    font-size: 18px;
}

.banner-text .btn-primary {
    font-size: 18px;
}
header .navbar-nav .nav-link:not(.btn) {
    padding-left: 0 !important; 
}
 
header .container-fluid {
    flex-wrap: nowrap !important; 
}

.section-title, .services-sec .section-title {
    margin-bottom: 20px;
}

.services-col {
    margin-bottom: 40px;
}

.sec-space {
    padding: 50px 0px;
}

section.why-sec {
    padding-bottom: 30px;
}

section.banner-sec {
    padding: 30px 0px 46px;
}

.cta-row:before {
    display: none;
}

.footer-logo {
    text-align: center;
}

.footer-left {
    text-align: center;
}

.copy-col {
    margin-top: 10px;
}

.cta-btn .btn {
    padding: 9px 10px;
    min-width: 185px;
    font-size: 18px;
}

.banner-img:before {
    background-size: 100% 100%;
}

.banner-img {
    position: relative;
    margin-top: 20px;
}

section.why-sec {
    overflow-x: hidden;
}
 

section.why-sec .container {
    position: relative;
    z-index: 3;
}

.why-box {
    padding: 20px;
}

 
.logo-main li {
    width: 50%;
    padding: 10px 20px;
    text-align: center;
}

.logo-main ul {
    flex-wrap: wrap;
    justify-content: center;
}

.logo-head {
    margin-bottom: 10px;
}

.logo-head h3 {
    margin: auto;
    display: table;
    padding: 0px 10px;
}	 
	 
.services-col:last-child {
    margin: 0;
}	 

.main-form-wrap {
    padding: 20px;
}

.form-title {
    margin-bottom: 15px;
    font-size: 23px;
}
 
.circle-left-check span.checkmark {
    text-align: left;
}	 
	 
.banner-form:before {
    left: -18px;
    right: 0; 
    z-index: 1;
}

.progress {
    z-index: 2;
    position: relative;
}	 
main {
    min-height: calc(100vh - 190px);
}
	 
section.services-sec.sec-space {
    padding-top: 16px;
}

.services-box, .why-box , .banner-img{
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}	 
	 

header .container-fluid {
    justify-content: center !important; 
}
.menu-right .btn {
  display:none;
}
.navbar-brand {
    margin-right: 0 !important; 
}	 
	 
header.fixed {
    position: relative;
}	 
	
section.cta-sec {
    margin-bottom: 43px;
}	 
	 
.star-text {
    left: 10px;
    top: auto;
    bottom: 21px;
}	 
	 
 }

/*max 991*/




@media (min-width:992px) and (max-width:1200px){
header .navbar-nav .nav-link {
    padding: 9px 16px !important;
}    
}



@media (max-width:767px){

.banner-title br {
    display: none;
}	
	
}






 @media (max-width:360px){

span.checkmark {
    font-size: 14px;
    padding-left: 27px !important; 
}

.circle-left-check span.checkmark:before {
    width: 10px;
    height: 10px;
} 

 }