 
@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: #142551;
}

img {
  max-width: 100%;
}

h2 {
  color: #1E2F5C;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
  color: #00305B;
  font-weight:700;
}
h3 {
  font-size: 24px;
  line-height: 27px;
  
}
.h4, h4 {
  font-size: 18px;
  line-height: 20px;
}
/**************Button and resources**************/

.btn {
  border-radius: 0;
  padding: 12px 35px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.btn-primary {
  background: #EFA504;
  border-color: #EFA504;
  
  min-width: 300px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  border-radius: 7px;
  padding: 17px 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #EFA504!important;
  border-color: #EFA504!important;
  box-shadow: none !important;
  color: #FFF!important;
} 
.text-primary {
 color: #EFA504 !important;
}

.btn-col {
   margin-top: 25px;
}
.form-control, select.form-select, textarea, .select2-container {
  background-color: #FFF;
  min-height: 66px;
  border-radius: 4px;
  border-color: #122246;
  color: #122246!important;
  font-size: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 15px;
  font-weight: 600;
}
.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;
}

 
/**************Header**************/

header {
  background: #ffffff;
  padding: 19px 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: #122246;
  font-weight: 600;
  padding: 0px 20px !important;
}




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


 /**************Section**************/

 section.banner-sec {
  background: #eef1f8;
}
.pattern-left-bottom::before {
  content: "";
  background: url('../images/pattern-left.png') no-repeat;
  width: 119px;
  height: 142px;
  position: absolute;
  bottom: 0;
  background-size: cover;
}
.pattern-right-top::after {
  content: "";
  background: url('../images/pattern-left.png') no-repeat;
  width: 119px;
  height: 142px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
}
.light-pattern-right-top::after {
  content: "";
  background: url('../images/pattern-light.png') no-repeat;
  width: 119px;
  height: 142px;
  position: absolute;
  top: -30px;
  right: 0;
  background-size: cover;
}
.banner-title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 600;
}
span.text-line {
  position: relative;
}

span.text-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #f68d5f;
  bottom: 8px;
  z-index: -1;
  left: -9px;
}

.banner-title {
  position: relative;
  z-index: 6;
}  
.banner-text p {
  font-size: 24px;
  line-height: 28px;
  margin: 13px 0px;
}
.banner-text {
  padding: 100px 40px 100px 0px;
}
section.banner-sec {
  background: #102a65;
  position: relative;
}

.banner-title,
.banner-text p{
    color: #FFF;
}
.banner-form  .form-group label {
  text-align: center;
  font-size: 30px;
  display: block;
}

 
.banner-form  .form-group label {
  text-align: center;
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  color: #122246;
}

.form-col {
  flex: 1;
  align-items: center;
  display: flex;
}
.form-box {
  background: #FFF;
  padding: 30px;
  border-radius: 8px;
  width: 100%;
  flex: 1;
}
 
.banner-form  .form-group .btn {
  width: 100%;
  margin-top: 12px;
  min-width: 100%;
}
.banner-form {
  display: flex;
  height: 100%;
}

.form-img {
  display: flex;
  align-items: end;
  width: 235px;
}
.logo-head {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
}


/* Logo Section */

section.logo-sec {
  background: #F6F6F6;
  padding: 30px 0px 10px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
span.icon {
  margin-bottom: 14px;
  display: block;
}

 

/* Step Sec */

.work-box {
  border: 1px solid #122246;
  padding: 59px 40px 49px;
  border-radius: 10px;
  position: relative;
  margin-top: 41px;
  text-align: center;
}

span.step-icon {
  width: 43px;
  height: 43px;
  display: inline-block;
  border: 1px solid #122246;
  text-align: center;
  line-height: 43px;
  border-radius: 50%;
  background: #FFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: -22px;
  margin: auto;
  font-size: 18px;
  font-weight: normal;
}

.work-box p {
  margin: 0;
}
.work-box:hover {
  background: #fffae9;
}

.work-box:hover span.step-icon {
  background: #efa504;
  color: #FFF;
}

/* features Sec  */

.cat-col {
  margin-bottom: 20px;
}
.cat-box {
  background: #FFF;
  padding: 16px;
  margin-bottom: 20px;
  height: 100%;
  border-radius: 10px;
  display: flex;
}

.cat-text {
  flex: 1;
  align-items: center;
  display: flex;
  padding-left: 30px;
}
.cat-text h3 {
 margin-bottom: 1px;
}
.cat-icon {
  background: #f0f0f0;
  padding: 10px;
  border-radius: 10px;
  width: 164px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

section{
  position: relative;
}
.features-col {
  display: flex;
  margin-bottom: 20px;
}

span.features-icon {
  width: 28px;
}

.features-text h3 {
  margin: 0;
}

.features-text {
  padding-left: 20px;
  flex: 1;
}
.features-head {
  margin-bottom: 35px;
}

.right-inner {
  padding-left: 60px;
}
.about-media img {
  border-radius: 10px;
}
 
/* FAQ */



.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  width: 30px !important;
  height: 30px !important;
  background-size: contain; 
}
.accordion-button:before {
content: "";
width: 44px;
height: 44px;
background: #F3F4F6;
right: 18px;
position: absolute;
border-radius: 50%;
}

button.accordion-button {background: #ffffff !important;font-size: 24px;color: #122246!important;font-weight:700;min-height: 86px;box-shadow: none;border-radius: 10px !important;border: 1px solid #ccc;}
.accordion-item {margin-bottom: 7px;border: 0;border-radius: 4px !important;}

button.accordion-button {
  border-radius: 4px;
  padding-right: 69px;
  padding-left: 32px !important;
}
button:focus:not(:focus-visible) {
box-shadow: 0px 0px 28px rgba(0,0,0,.07) !important;
}

.accordion-button::after {
  position: absolute;
  right: 24px;
}

.accordion-body {
    background: transparent;
}


.compare-box {
  background: #FFF;
  height: 100%;
  padding: 40px 40px;
  border-radius: 10px;
}

.compare-box img {
  border-radius: 10px;
}

span.top-icon {
  width: 52px;
  height: 55px;
  justify-content: center;
  background: #FFBE5F;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.compare-text p {
  font-size: 20px;
  margin: 30px 0px;
}
.com-sec  .section-title {
  margin-bottom: 60px;
}







/* Form */

.btn-full {
  width: 100%;
}

.form-header {
  height: 211px;
}

.form-card {
  margin-top: -97px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
  margin-bottom: 97px;
}

.form-body {
  padding: 40px;
}

section.form-sec  .logo-wrap {
  padding: 1px 30px;
  border-bottom: 1px solid #ccc;
}

.sidebar {
  border: 1px solid #122246;
  border-radius: 10px;
  padding: 30px;
  margin-top: 54px;
  margin-left: 29px;
}

::-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;
}
.form-head {
  text-align: center;
  margin-bottom: 35px;
}

.form-head h2 {
  margin: 0;
}
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;
}

.form-inner {
  background: #f6f6f6;
  padding: 35px;
}
.form-title {
  font-size: 20px;
  margin-bottom: 16px;
  margin-top: 20px;
}
span.checkmark {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  min-width: 122px;
  min-height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: start;
  border-radius: 10px;
  border: 1px solid #122246;
  background: #FFF;
  box-shadow: none;
  font-weight: 600;
  color: #122246;
  flex-wrap: wrap;
  padding: 7px 20px;
}

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

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

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

span.checkmark {
  position: relative;
}

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

.circle-left-check.active_box span.checkmark:before {
  background:#122246;
}

main {
  min-height: calc(100vh - 486px);
}

.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: -116px;
}





/* Footer */

footer {
  padding: 75px 0px 30px;
}

.copy-col {
  border-top: 1px solid #213e7d;
  padding-top: 30px;
  font-size: 12px;
}

.copy-col p {
  font-size: 12px;
}

.footer-col.time-col p {
  margin: 0;
}

.footer-col.menu-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col.menu-col ul a {
  text-decoration: none;
}
.footer-col.logo-col {
  padding-right: 47px;
}



.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;
}
 

 
 


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

.f-group {
  max-width: 250px;
  height: 36px;
  margin: 0 auto;
  text-align: left;
}
select {
  width: 100%;
  height: 100%;
}

.f-control {
  line-height: normal;
  color: #000;
  display: inline-block;
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 6px;
  padding: 8px 12px;
  outline: none;
  max-width: 250px;
}

  


/* 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: #102a65 !important; 
}
.navbar-light .navbar-toggler {
    border: 0 !important;
    background-image: none !important; 
}

.navbar-toggler-icon {
    background-image: none !important; 
}

.modal-backdrop {
    z-index: 1;
}
.offcanvas-header .btn-close {
    top: 16px;
    position: absolute;
    right: 22px;
    filter: brightness(0) invert(1);
    opacity: 1;
}



/* All Page */

.banner-text {
  padding: 30px 0px;
  text-align: center;
}

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

.banner-text p {
  font-size: 20px;
  line-height: 24px;
}

.form-img {
  display: none;
}

.form-col {
  margin-bottom: 41px;
}

.banner-form .form-group {
  margin: 0;
}

.banner-form .form-group label {
  font-size: 20px;
}
.right-inner {
  padding-left: 0;
  margin-top: 30px;
}

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

.work-box {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.about-media {
  text-align: center;
}

.features-head {
  text-align: center;
}

button.accordion-button {
  font-size: 16px;
  line-height: 25px;
}

.footer-col {
  margin-bottom: 34px;
}
h3, .features-text h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}

.features-col p {
  margin: 0;
}
.logo-wrap {
  flex-wrap: wrap;
  justify-content: center;
}

.logo-head {
  text-align: center;
}
.logo-item {
  padding: 2px 13px;
}
.cat-box {
  display: block;
  text-align: center;
  height: auto;
  margin-bottom: 0;
}

.cat-icon {
  margin: 0px auto 14px;
}

.cat-text p {
  margin: 0;
}

.banner-form {
  display: block;
}
.compare-box {
  height: auto;
  max-width: 400px;
  margin: 0px auto;
  padding: 23px;
}

.cam-col {
  margin-bottom: 30px;
}

.com-sec .section-title {
  margin-bottom: 24px;
}

h3 br, .features-text h3 br {
  display: none;
}
.form-header {
  height: 135px;
}

section.form-sec .logo-wrap {
  padding-bottom: 30px;
  padding-top: 20px;
}

.form-body {
  padding: 8px;
}

.sidebar {
  margin: 0px 0px 40px;
}

.form-card {
  margin-bottom: 37px;
}

.btn-full {
  min-width: 100%;
}
.form-head p {
  margin: 0;
}
.form-title {
  font-size: 15px;
}

.form-inner {
  padding: 10px;
}

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

.cat-text {
    justify-content: center;
}

.work-box {
    height: auto !important;
}

.brand-carousel .logo-item {
    width: 100% !important;
    margin: 0;
}	 
	 
 }

/*max 991px*/






 @media (max-width:360px){

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

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

 }