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

body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Fustat", serif;
  color: #142551;
  overflow-x: hidden;
}
a{
  color: #000061;
}
img {
  max-width: 100%;
}

h2 {
  color: #000061;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
  font-weight: 800;
}
h1, h2, h3, h4, h5, h6 {
  color: #000061;
  font-weight: 800;
}
h3 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 16px;
}
.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: #e83f76;
  border-color: #e83f76;
  min-width: 285px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  border-radius: 5px;
  padding: 17px 50px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #e12663 !important;
  border-color: #e12663 !important;
  box-shadow: none !important;
  color: #FFF!important;
} 
.text-primary {
 color: #EFA504 !important;
}
.text-right{
  text-align: right;
}
.btn-col {
   margin-top: 25px;
}
.form-control, select.form-select, textarea, .select2-container {
  background-color: #FFF;
  min-height: 62px;
  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: 40px;
  line-height: 44px;
  margin-bottom: 30px;
  font-weight: 800;
}
.lead-text{
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.form-group {
  margin-bottom: 20px;
}
.font-20{
  font-size: 20px;
  line-height: 24px;
}
.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: #000061!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: #000061;
  padding: 10px 0px;
  border-bottom: 1px solid #2b2b79;
  position: relative;
  z-index: 9999;
}
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: #ffffff;
  font-weight: 400;
  padding: 0px 35px !important;
}
header a.nav-link.btn.btn-primary {
  background: transparent;
  border-color: #FFF;
  color: #FFF!important;
  min-width: 170px;
  padding: 12px 20px !important;
  font-size: 16px;
  margin-left: 34px;
}
.navbar-brand {
  max-width: 152px;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  align-items: center;
}
header.fixed .navbar-expand-lg {
  padding: 0;
}

header.fixed .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
@keyframes slideDown {
from {
  transform: translateY(-100%);
}
to {
  transform: translateY(0);
}
} 


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

 section.banner-sec {
  background: #eef1f8;
}
.pattern-right::before {
  content: "";
  background: url('../images/banner-pattern.png') no-repeat;
  width: 600px;
  height: 600px;
  position: absolute;
  right: 100px;
  background-size: cover;
  top: -109px;
}
.pattern-left-bottom::after {
  content: "";
  background: url('../images/pattern-left.png') no-repeat;
  width: 174px;
  height: 335px;
  position: absolute;
  left: 0;
  background-size: cover;
  bottom: 0;
}
.pattern-right-top::after {
  content: "";
  background: url('../images/banner-pattern.png') no-repeat;
  width: 600px;
  height: 600px;
  position: absolute;
  right: 0;
  background-size: cover;
  top: -245px;
}
.banner-title {
    font-size: 66px;
    line-height: 66px;
    font-weight: 800;
}
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: 18px 0px;
  max-width: 543px;
}
span.lead-head:before {
  content: "";
  width: 192px;
  height: 165px;
  background: url('../images/text-border.png') no-repeat;
  position: absolute;
  z-index: -1;
  left: -12px;
}
span.lead-head {
  color: #1db8c3;
  position: relative;
}
section.banner-sec {
  background: #000061;
  position: relative;
  padding: 50px 0px;
}

.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 {
  background: #FFF;
  border-radius: 10px;
  padding: 50px;
  position: relative;
  z-index: 1;
  min-height: 500px;
}

.form-img {
  display: flex;
  align-items: end;
  width: 235px;
}
.logo-head {
  margin-bottom: 26px;
  position: relative;
}


/* Logo Section */

section.logo-sec {
  /* background: #F6F6F6; */
  padding: 100px 0px 80px;
}

.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
span.icon {
  margin-bottom: 14px;
  display: block;
}
.logo-head h4 {
    background: #FFF;
    display: inline;
    position: relative;
    padding-right: 11px;
    font-weight: 700;
}

.logo-head:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 11px;
}

 
 

/* Step Sec */

.work-box {
  border: 1px solid rgba(255,255,255,.3);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  margin-top: 0;
  /* text-align: center; */
  height: 100%;
}
.work-box h3 {
  text-transform: capitalize;
}
span.step-icon {
  width: 51px;
  height: 51px;
  display: inline-block;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 51px;
  border-radius: 50%;
  background: transparent;
  margin-bottom: 15px;
  left: 0;
  right: 0;
  top: -22px;
  /* display: inline-block; */
  font-size: 24px;
  font-weight: 600;
  color: #FFFF;
}
.work-box h3, .work-box p {
    color: #FFF;
}
.work-box p {
  margin: 0;
  line-height: 20px;
}
.work-box:hover {
  /* background: #fffae9; */
  border-color: #e83f76;
}

.work-box:hover span.step-icon {
  background: #e83f76;
  border-color: #e83f76;
  color: #FFF;
}
section.step-sec .pattern-right::before {
  top: -50px;
}
/* features Sec  */

.cat-col {
  margin-bottom: 20px;
}
.cat-box {
  background: #000061;
  padding: 16px;
  margin-bottom: 20px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  min-height: 130px;
  position: relative;
  z-index: 1;
}

.cat-text {
  flex: 1;
  align-items: center;
  display: flex;
  padding: 10px;
  justify-content: center;
}
.cat-text h3 {
 margin-bottom: 1px;
 font-size: 18px;
 line-height: 18px;
 text-align: center;
 color: #FFF;
 font-weight: 800;
}
.cat-icon {
  background: #f0f0f0;
  padding: 10px;
  border-radius: 10px;
  width: 164px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-box:hover {
  background: #e83f76;
}
section.cat-sec {
  position: relative;
  padding: 40px 0px 100px;
}
section.cat-sec .pattern-right-top::after {
   
  top: -204px;
}
section.cat-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 343px;
  bottom: 0;
  background: #f7f7f7;
}

section{
  position: relative;
}
.features-sec {
  padding-bottom: 0;
}
.features-col {
  display: flex;
  margin-bottom: 20px;
  background: #FFF;
  padding: 30px 40px;
  box-shadow: 0px 0px 9px rgba(0,0,0,.10);
  border-radius: 10px;
  border: 1px solid #edebeb;
  /* min-height: 139px; */
  /* align-items: center; */
}

span.features-icon {
  width: 64px;
  height: 64px;
  background: #E83F76;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  display: inline-block;
}

.features-text h3 {
  margin: 0;
}

.features-text {
  padding-left: 31px;
  flex: 1;
  font-size: 20px;
  color: #000061;
  line-height: 24px;
}
.features-text p {
    margin: 0;
}
.features-head {
  margin-bottom: 35px;
}

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


/* Stats Section */

.stats-box {
  border: 1px solid #000061;
  padding: 34px 15px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.stats-box p {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
.stats-col {
  margin-top: 30px;
}

.stats-box h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}
.why-text {
  padding-right: 65px;
}
.accordion-button:not(.collapsed) {
  color: #e83f76 !important;
}
/* FAQ */


.accordion-button {
  font-size: 24px;
  color: #FFF;
  line-height: 30px;
}
.accordion-body P:last-child {
  margin-bottom: 0;
}
.accordion-item {
  background: transparent !important;
  border: 0;
  border-bottom: 1px solid #404f75;
  padding: 14px 0px;
  border-radius: 0 !important;
}

.accordion {
  background: transparent !important;
  padding-right: 60px;
}

.accordion-button {background: transparent !important;border: 0 !important;padding: 0px 0px 0px 0px;color: #000061!important;box-shadow: none !important;font-weight: 700;}

.accordion-button:focus {
  box-shadow: none;
}

span.ac-icon {
  position: absolute;
  left: 0;
}

.accordion-body {
  /* color: #FFF; */
  padding: 0px 0px 0px 0;
  border: 0;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
  color: #000061!important;
  fill: #000061!important;
  /* filter: brightness(0) invert(1); */
}


.accordion-item:first-of-type {
  border-top: 1px solid #404f75;
  /* padding-top: 16px; */
}

.accordion-header {
  margin-bottom: 0;
}
 
.accordion-button::after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  border: 2px solid #000061;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  top: 6px;
  right: 4px;
  background-image: none;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(132deg);
    background-image: none;
    top: 7px;
}


/* Logo grid sec */


.logo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  margin-bottom: 36px;
}

.logo-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #333381;
  padding: 20px;
}

.logo-grid-item:nth-child(1),
 .logo-grid-item:nth-child(2), .logo-grid-item:nth-child(3), .logo-grid-item:nth-child(4) {
  border-bottom: 1px solid #333381;
}

.logo-grid-item:nth-child(4), .logo-grid-item:nth-child(8) {
  border-right: 0;
}
.platforms-sec.pattern-right::before {
  top: auto;
  bottom: -33px;
  right: -302px;
}

.platforms-sec.pattern-left-bottom::after {
  content: "";
  background: url('../images/banner-pattern.png') no-repeat;
  width: 600px;
  height: 600px;
  position: absolute;
  left: -321px;
  background-size: cover;
  top: -130px;
}

.platforms-sec{
  overflow: hidden;
  position: relative;
}



/* Form Page */

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

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

span.list-icon {
  width: 36px;
  height: 36px;
  background: #e83f76;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 3px;
}
span.list-icon img {
    max-width: 17px;
    /* opacity: 0.8; */
}

.box-ctm .stats-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.box-ctm .stats-box {
  padding: 66px 20px;
}

/* 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: 400;
}
::-moz-placeholder {  
  color: #122246 !important;
  font-weight: 400;
}
:-ms-input-placeholder { 
  color: #122246 !important;
  font-weight: 400;
}
:-moz-placeholder { 
  color: #122246 !important;
  font-weight: 400;
}
.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: 3px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
  min-width: 122px;
  min-height: 62px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  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-form-wrap  form section:not(:first-child){
  display:none;
}
 
.form-head {
  text-align: center;
  margin-bottom: 35px;
}

.form-head h2 {
  margin: 0;
}
 
.form-inner {
  background: #f6f6f6;
  padding: 35px;
}
.form-title {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 14px;
  margin-top: 26px;
  text-align: center;
}
 

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

label.radio_container {
  width: 100%;
}
.active_box span.checkmark {
  border: 1px solid #f58aad;
  background: #f58aad;
  color: #ffffff;
}
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;
}
.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: #ffffff;
  border-radius: 4px;
  background: transparent;
  border: 0;
  position: absolute;
  top: -5px;
  right: 0;
  left: 0;
  margin: 0px auto;
  width: 100%;
  font-weight: 700;
}
.progress-bar-striped {
  background: #e83f76;
  position: relative;
}
.progress {
  background-color: #FFF;
  height: 21px;
  margin: 0px auto 1px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
  border: 1px solid #000061;
} 

 


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: 0;
  margin-top: 23px;
}
 
.btn-action-main li {
  list-style: none;
}

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

.btn-action-main {
  text-align: center;
}
 
.main-form-wrap {
  position: relative;
  z-index: 1;
}

img.box-icon {
  margin-top: 4px;
  margin-bottom: 2px;
}

label.radio_container.active_box img.box-icon{
  filter: invert(1) brightness(10);
}
.secure {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  margin-top: 11px;
}
.secure img {
  max-width: 15px;
}
.consent {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  /* display: none; */
  margin-top: 10px;
}

.privacy-box {
  margin-top: 2px;
}

h2.form-top-head {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}

.stats-col.box-ctm {
  margin: 0;
}






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

.thanks-box {
  background: #FFFF;
  margin-bottom: 0;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
  border-radius: 10px;
  padding: 100px 50px;
  margin-top: 0;
  position: relative;
}





/* Footer */

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

.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;
  color: #000061;
}
.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;
}
img.footer-logo {
  margin-bottom: 15px;
  max-width: 158px;
}
  


/* Responsive */

@media (min-width:1200px){

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
.banner-sec.banner-home {
  padding: 100px 0px;
}
} 



 @media (max-width:991px){

  header .navbar-nav .nav-link {
    margin-bottom: 20px;
    color: #ffffff !important;
    font-size: 20px;
}
.offcanvas {
    background: #000061!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-bottom: 14px;
}

.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: flex;
  text-align: center;
  height: auto;
  margin-bottom: 0;
}

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

.cat-text p {
  margin: 0;
}

.banner-form {
  display: block;
  padding: 18px;
}
.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: 18px;
  margin: 12px 0px;
}

.form-inner {
  padding: 10px;
}

span.checkmark {
  font-size: 17px;
  padding: 10px;
  line-height: 20px;
}

.banner-img {
  text-align: center;
}
.faq-img {
  text-align: center;
  margin-top: 44px;
}
.work-box {
  margin-bottom: 13px;
}
.banner-text {
  position: relative;
  z-index: 2;
}

span.lead-head:before {
  width: 98px;
  height: 51px;
  background-size: 100% 100%;
  padding: 10px;
  top: -9px;
  left: -17px;
}

span.lead-head {
  display: inline-block;
  margin: 0px 14px;
}

.banner-title {
  max-width: 313px;
  margin-left: auto;
  margin-right: auto;
}

.banner-text p {
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
}

section.banner-sec {
  padding: 20px 0px 40px;
}

span.navbar-toggler-icon img {
  filter: invert(1) brightness(1);
}

.navbar-expand-lg .navbar-nav {
  display: block;
}

.accordion {
  padding-right: 0;
}

.why-text {
  padding-right: 0;
}

.stats-box h3 {
  font-size: 36px;
}

.btn-primary {
  font-size: 16px;
  padding: 12px 15px;
  min-width: 230px;
}
header .navbar-nav .nav-link {
  padding: 0 !important; 
}

header a.nav-link.btn.btn-primary {
  margin-left: 0;
  max-width: 190px;
}

.offcanvas-body {
  padding: 50px 50px;
}

.offcanvas {
  max-width: 300px;
}
.navbar-light .navbar-toggler {
  box-shadow: none !important; 
}
footer {
  padding: 39px 0px 0;
}
.work-col {
  margin-bottom: 25px;
}
.cat-text h3 {
  line-height: 24px;
  font-weight: 500;
}
section.cat-sec {
  padding: 0px 0px 50px;
}

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

.why-text {
  text-align: center;
}

.stats-box {
  padding: 23px 15px;
}
.font-20 {
  font-size: 16px;
}

.stats-box p, .features-text {
  font-size: 16px;
}
.accordion-button::after {
  top: 5px;
}

.accordion-item {
  padding: 9px 0px;
}
section.step-sec .btn-col {
  margin-top: 0;
}
.logo-item {
  width: 50%;
  text-align: center;
  margin-bottom: 16px;
}

.logo-head h4 {
  margin: auto;
  display: table;
  padding: 0px 30px;
}

section.logo-sec {
  padding: 40px 0px 40px;
}
.banner-img , .faq-img, .about-media img {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
 
.pattern-right::before {
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
}
.platforms-sec.pattern-right::before {
  width: 300px;
  height: 300px;
  top: auto;
  right: -90px;
  bottom: 0;
}

.platforms-sec{
  overflow: hidden;
}


.platforms-sec.pattern-left-bottom::after {
   width: 300px;
   height: 300px;
   left: -75px;
   top: -59px;
}

.btn-col {
  position: relative;
  z-index: 3;
}

nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-col {
  margin-top: 10px;
}
section.faq-sec .section-title {
  text-align: center;
}
.footer-col.logo-col {
  padding-right: 0;
}
.col-reverse-sm {
  flex-direction: column-reverse;
}
section.banner-sec.form-sec .banner-text p {
  margin-top: 0;
}
ul.banner-list {
  margin-top: 20px;
}
section.banner-sec.form-sec .banner-text {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 6px;
}
h2.form-top-head {
  font-size: 24px;
  line-height: 30px;
}

.banner-form {
  min-height: auto;
}
.box-ctm .stats-box {
  padding: 30px;
}

.stats-col.box-ctm {
  margin-bottom: 20px;
}

.box-ctm .stats-box h3 {
  font-size: 20px;
}

section.form-box-sec {
  padding-bottom: 30px;
}
.thanks-box {
  padding: 30px;
}
.features-sec {
  padding-bottom: 0;
}
span.list-icon {
  width: 25px;
  height: 25px;
  top: 9px;
}

span.list-icon img {
  max-width: 12px;
}

ul.banner-list li {
  padding-left: 35px;
}

header {
  padding: 2px 0px;
}
.accordion-button:not(.collapsed)::after {
  top: 1px;
}



 }

/* max 991px */

 @media (max-width:767px){

  .work-box {
    height: auto;
    padding: 23px;
}
.stats-box {
  max-width: 340px;
  margin: auto;
}
 

 }
/* max 767px */


 @media (max-width:480px){

  .features-col {
    padding: 30px;
    display: block;
    text-align: center;
}

.features-text {
    padding: 0;
    margin-top: 13px;
    font-size: 16px;
}



 }



 @media (max-width:360px){

span.checkmark {
    font-size: 15px;
    line-height: 18px;
    /* padding-left: 27px !important; */
}

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

 }