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

body, p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Fustat", serif;
  color: #5A5A5A;
}

img {
  max-width: 100%;
}

h2 {
  color: #1E2F5C;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  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: 22px 10px;
  line-height: 20px;
}
.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, select {
  background-color: #FFF;
  min-height: 66px;
  border-radius: 4px;
  border-color: #122246;
  color: #122246!important;
  font-size:16px;
  -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;
}
.bg-primary2{
  background: #fff !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;
}

.fs-2{ font-size:150%; } 
/**************Header**************/

header {
    background: #ffffff;
    padding: 2px 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**************/
.errorTxt {
    position: relative;
    top: -11px;
}
.select2-container {
    display: block;
}
 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: 58px;
    line-height: 62px;
    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-title:before {
  content: "";
  background: url(../images/banner-arrow.svg) no-repeat;
  position: absolute;
  width: 192px;
  height: 72px;
  right: -193px;
  top: 30%;
}
.banner-sm-text .banner-title:before {
  
  top: 39%;
}

.banner-text p {
  font-size: 24px;
  line-height: 28px;
  margin: 13px 0px;
}
.banner-text {
  padding: 0px 40px 0px 0px;
}
section.banner-sec {
  background: #102a65;
  position: relative;
  padding: 70px 0px;
}
ul.banner-list {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  list-style: none;
}
ul.banner-list li {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-left: 41px;
  min-height: 42px;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  color: #FFF;
}
span.list-icon {
  width: 29px;
  height: 29px;
  background: #FFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
span.list-icon img {
    max-width: 32px;
    opacity: 0.8;
}
 
.banner-title,
.banner-text p{
    color: #FFF;
}
.banner-form  .form-group label {
  text-align: center;
  font-size: 30px;
  display: block;
}

 
.banner-single .banner-text {
  padding: 0;
}

.banner-single  .banner-title:before {
  right: -150px;
}







.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;
  padding-left: 162px;
}
.form-box {
  background: #FFF;
  padding: 50px 50px;
  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: 0;
  padding-bottom: 3px;
}


/* Logo Section */

section.logo-sec {
  background: #F6F6F6;
  padding: 44px 0px 35px;
}

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

.logo-wrap {
  padding-top: 15px;
  padding-bottom: 0;
}
 

/* Step Sec */

.work-box {
  border: 1px solid #122246;
  padding: 50px 40px 30px;
  border-radius: 10px;
  position: relative;
  /* margin-top: 41px; */
  text-align: center;
  height: 100%;
}
.work-col {
  margin-top: 30px !important; 
}
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;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}
.cat-box {
  background: #FFF;
  padding: 16px 30px;
  margin-bottom: 20px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat-text {
  /* flex: 1; */
  /* align-items: center; */
  /* display: flex; */
  padding-left: 10px;
}
.cat-text h3 {
 margin-bottom: 1px;
}
.cat-icon {
  /* background: #f0f0f0; */
  padding: 0;
  border-radius: 10px;
  width: 63px;
  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;
  text-align: center;
}

.features-text h3 {
  margin: 0;
  font-weight: 500;
}

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

.right-inner {
  padding-left: 34px;
}
.about-media img {
  border-radius: 10px;
}
.row-space-top {
  margin-top: 40px;
}
.row-space-top2 {
  margin-top: 40px;
}


/* Review Section */


span.auth-media {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 10px;
}

span.auth-media img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
}

.review-auth {
  display: flex;
  align-items: center;
}

.review-auth h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.review-icon {
  max-width: 100px;
  margin-bottom: 14px;
}

.review-col {
  border: 1px solid #1E2F5C;
  padding: 40px 28px;
  height: 100%;
  margin: 0px 1px;
  border-radius: 10px;
  background: #FFF;
}

.review-carousel .item {
  height: 100%;
}

.review-carousel   .owl-stage {
  display: flex;
  padding-bottom: 30px;
}


.review-text {
  font-size: 18px;
  line-height: 28px;
}

.review-wrap .owl-nav {
  position: absolute;
  top: -10px;
  right: 13px;
  margin-left: 0;
  margin-top: 0
}

.review-wrap .owl-theme .owl-nav [class*='owl-'] {
  color: #003b6d!important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  opacity: 1!important;
  cursor: pointer;
  border: 1px solid #939090;
}

.review-wrap button.owl-prev:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid #939090;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(224deg);
  top: 20px;
  left: 23px;
}

.review-wrap button.owl-next:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  border: 1px solid #939090;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(405deg);
  top: 20px;
  left: 17px;
}

.review-wrap .owl-carousel .owl-stage-outer,.review-wrap .owl-carousel.owl-theme.review-carousel.owl-loaded.owl-drag {
  position: static
}

.review-wrap .owl-theme .owl-nav [class*='owl-'] span {
  display: none
}

.review-wrap .owl-theme .owl-nav [class*='owl-']:hover {
  background: transparent!important
}

.review-wrap .owl-theme .owl-nav [class*='owl-']:hover:before {
  border-color: #003b6d
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
  background: #1f5d7a
}


.owl-dots {
  margin-top: 30px;
}

.review-wrap {
  position: relative;
}


.cta-text-bottom {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

ul.check-style { 
  padding: 0;
}
ul.check-style li {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 29px;
}
ul.check-style li:before {
  content: "";
  position: absolute;
  height: 19px;
  width: 19px;
  background: url('../images/tick.svg')  no-repeat;
  left: 0;
  top: 1px;
}
.cta-text ul.check-style {
  max-width: 492px;
  margin: auto;
  text-align: left;
}
.cta-text {
  text-align: center;
}

/* 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: #102a65;
  height: 100%;
  padding: 33px 27px;
  border-radius: 10px;
}

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

span.top-icon {
  width: 52px;
  min-width: 52px;
  height: 55px;
  justify-content: center;
  background: #FFBE5F;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.cam-icon {
  display: flex;
  align-items: center;
}
.cam-col {
  margin-bottom: 30px !important; 
}
.cam-icon h3 {
  color:#fff;
  margin: 0;
  padding-left: 20px;
  font-size: 20px;
  line-height: 24px;
}
.compare-text p {color:#fff;
  margin-bottom: 0;
}
.compare-text {
  margin-top: 13px;
}
.com-sec  .section-title {
  margin-bottom: 40px;
}






/* Form */

.btn-full {
  width: 100%;
}

.form-header {
  height: 211px;
}
section.form-sec p, .sidebar li {
  color: #122246;
}

.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: 10px 30px 18px;
  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: 0;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    min-width: 122px;
    min-height: 47px;
    text-align: left;
    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;
}

.box-lg-space span.checkmark {
    padding: 20px 10px;
}
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

label.radio_container {
  width: 100%;
}
.active_box span.checkmark, span.checkmark:hover {
    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);
  overflow: hidden;
}

.thanks-box {
    background: #FFFF;
    margin-bottom: 85px;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,.11);
    border-radius: 10px;
    padding: 42px 50px;
    margin-top: -116px;
}
.width-sm{
max-width: 568px;
    margin-left: auto;
    margin-right: auto;
}

.why-col {
    max-width: 600px;
    border: 1px solid #e5e5e5;
    padding: 20px 44px 10px;
    margin: 20px auto 17px;
    background: #fbfbfb;
    border-radius: 5px;
}

.why-col h2 {
    margin-bottom: 4px;
}

.why-col span.list-icon {
    background: #efa504;
}

.why-col span.list-icon img {
    filter: brightness(0) invert(1);
}
.text-lg {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

/* Footer */

footer {
  padding: 75px 0px 30px;
}
.footer-col h3 {
  margin-bottom: 20px;
}

footer p , footer ul li {
  font-weight: 200;
}

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

.footer-col.menu-col ul li {
  margin-bottom: 3px;
}

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

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

.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: 35px;
}
  img.img-flag {
  max-width: 35px;
}

 
 


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

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

  
.tbl-box {
  padding: 30px 30px;
  background: #FFF;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.tbl-box table {
  margin-bottom: 0;
}
.box-style {
  padding: 25px;
  height: 100%;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0,0,0,.11);
  border-radius: 10px;
  border-bottom: 4px solid #efa504;
}

.box-style h3 {
  margin-bottom: 15px;
}

.box-style p {
  margin-bottom: 0;
}
.bottom-text-space {
  margin-top: 20px;
}

.intro-top {
  margin-bottom: 50px;
}
 
.box-sm-space .cam-icon {
    align-items: flex-start;
}

.box-sm-space .compare-box {
    padding: 26px 17px;
}


.box-style-col {
  margin-bottom: 30px;
}
.main-form-wrap  form section:not(:first-child){
  display:none;
}
.main-form-wrap {
    padding: 21px 30px;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0,0,0,.06);
    border-radius: 10px;
    margin-top: 0;
}
.main-form-wrap2 {
  padding: 0;
  /* background: #FFF; */
  /* box-shadow: 0px 0px 10px rgba(0,0,0,.06); */
  /* border-radius: 10px; */
  margin-top: 0;
}
.form-head {
  text-align: center;
  margin-bottom: 35px;
}
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;
}
button.page-next {
  width: 100%;
  font-size: 20px;
}
.btn-action-main li {
  list-style: none;
  display: block;
  text-align: center;
}

.main-form-wrap  .form-title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
	margin-top: 0;
}
.main-form-wrap2  .form-title {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 0;
  color: #FFF;
}
.banner-form-right {
  margin-left: 141px;
}
.banner-form-right .circle-left-check span.checkmark {
    justify-content: flex-start;
    padding-left: 42px;
    text-align: left;
}
.contact-info__item {
  margin-bottom: 15px;
  margin-top: 0;
}
.banner-form-right span.checkmark {
  margin-bottom: 0;
}


/* hide arrow */

.banner-title.hide-arrow:before {
  display: none;
}

.banner-form-right {
  margin: 0;
}
img.vorboss-logo {
  max-width: 200px;
}

img.yellow-logo {
  max-width: 178px;
}

img.eight-logo {
  max-width: 100px;
}
img.placetel-logo {
  max-width: 200px;
}

.logo-wrap.logo-lg-wrap {
  flex-wrap:wrap;
}

.logo-wrap.logo-lg-wrap .logo-item {
   width:20%;
   text-align: center;
   margin-bottom: 10px;
}

.logo-item:nth-child(1), .logo-item:nth-child(6) {
   text-align: left !important;
}
img.lily-logo {
  max-height: 70px;
  object-fit: contain;
}
 
.logo-item {
    padding: 8px;
    background: #FFF;
    height: 100%;
    min-height: 77px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}

  span.icon-col {
    width: 100%;
    margin-bottom: 9px;
}

  span.icon-col img {
    max-width: 42px;
}

.link-form  span.checkmark {
    justify-content: center;
    padding: 20px 20px;
}

.form-sec {
    /*background: #102a65;*/
    background: url('../images/banner.jpg');
    position: relative;
    padding: 35px 0px 40px;
        background-position: center;
    background-size: cover;
}

.form-main-all main {
    background: #F6F6F6;
}

.logo-sec .logo-item {
    background: transparent;
}
.logo-sec .logo-head {
    border-bottom: 1px solid #ccc;
}
.privacy-text img {
    max-width: 26px;
}

.privacy-text {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
.thanks-box ul.banner-list {
    max-width: 360px;
    margin: 14px auto 23px;
    color: #000;
}

.thanks-box ul.banner-list li {
    color: #5A5A5A;
    margin-bottom: 0;
    text-align: left;
    font-size: 18px;
}

/* Responsive */

@media (min-width:1200px){

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

} 

@media (min-width:992px){

  .font-custom-title {
    font-size: 44px;
    line-height: 55px;
}


img.total-logo {
  position: relative;
  top: 0;
}

img.eon-logo {
  position: relative;
  top: 0;
  max-width: 135px;
}

img.sse-logo {
  position: relative;
  top: 0;
  max-width: 120px;
}

img.npower-logo {
  position: relative;
  top: 0;
}

img.opus-logo {
  position: relative;
  top: 0;
  max-width: 102px;
}



} 



 @media (max-width:991px){

  header .navbar-nav .nav-link {
    margin-bottom: 20px;
    color: #ffffff !important;
    font-size: 20px;
}
.offcanvas {
  background: #05163d!important;
  max-width: 302px;
}
.navbar-light .navbar-toggler {
  border: 0 !important;
  background-image: none !important;
  padding-right: 0;
}
.sm-logo-menu {
  border-bottom: 1px solid rgba(255,255,255,.1);
  padding: 0px 28px 10px;
  margin: 0px -15px 20px;
}
.navbar-toggler-icon {
  background-image: none !important;
  height: auto;
}
.btn-col.btn-col-menu {
  position: absolute;
  bottom: 33px;
  width: 100%;
  max-width: 269px;
}

.modal-backdrop {
    z-index: 1;
}
.offcanvas-header .btn-close {
    top: 16px;
    position: absolute;
    right: 22px;
    filter: brightness(0) invert(1);
    opacity: 1;
}
.form-card  .logo-carousel {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 11px;
}

.form-head {
  margin-bottom: 15px;
}


/* All Page */
.banner-title:before {
  display: none;
}
.form-box {
  padding: 30px;
}
.banner-text span.icon {
  display: none;
}
.banner-text {
  padding: 0px 0px;
  text-align: center;
}
header {
  padding: 0px 0px;
}

header.fixed nav.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.banner-title, h2, .section-title {
    font-size: 28px;
    line-height: 34px;
}

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

.form-img {
  display: none;
}

.form-col {
  margin-bottom: 0;
  padding-left: 0;
}

.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: 22px;
  padding-bottom: 21px;
}
 .footer-col {
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.footer-col.menu-col {
    border: 0;
    padding-bottom: 0;
}

.footer-col.add-col-footer p {
    margin: 0;
}  
h3, .features-text h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
}
.cat-text h3 {
    font-size: 18px;
}
.features-col p {
  margin: 0;
}
.logo-wrap {
  flex-wrap: wrap;
  justify-content: center;
}

.logo-head {
  text-align: center;
}
.logo-item {
  padding: 2px 8px;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-box {
  display: block;
  text-align: center;
  /* height: auto; */
  margin-bottom: 0;
  padding: 10px 10px;
}

.cat-icon {
  margin: 0px auto 9px;
  /* max-width: 53px; */
}
.cat-icon img {
  max-width: 52px;
  max-height: 51px;
  object-fit: contain;
}
.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: 16px;
    padding: 10px;
    min-height: auto;
}
footer {
  padding: 50px 0px 14px;
}

.copy-col {
  text-align: center;
  padding-top: 24px;
}

.footer-col h3 {
  margin-bottom: 19px;
}
section.logo-sec {
  padding: 32px 0px 15px;
}
img.total-logo {
  position: relative;
  top: 6px;
}

img.eon-logo {
  position: relative;
  top: 4px;
  max-width: 135px;
}
span.checkmark {
 
  margin-bottom: 0;
  margin-top: 0;
}
.work-col {
  margin-top: 50px !important; 
}

ul.banner-list li {
  text-align: left;
  font-size: 20px;
}
section.banner-sec {
  padding: 40px 0px;
}
.banner-single ul.banner-list {
  margin-top: 0;
}

.banner-single .form-col {
  margin-bottom: 12px;
}
.features-sec .row-space-top {
  margin-top: 0;
}
.features-sec .row-space-top .right-inner{
  margin-top: 0;
}
section.cat-sec {
  padding-bottom: 30px;
}
section.step-sec   .section-title {
  margin-bottom: 0;
}
/* .features-col:last-child {
  margin-bottom: 0;
} */
.row-space-top2 {
  margin-top: 0px;
}
.cam-col:last-child {
  margin-bottom: 0 !important; 
}
header.header-single .container-fluid {
  justify-content: center;
}

.banner-form-right {
  margin-left: 0;
}
.main-form-wrap {
    margin: 10px 0px 15px;
    padding: 18px 12px 14px;
}
.main-form-wrap2 {
    margin: 10px 0px 0px;
    padding: 25px 12px 0;
}
.btn-action-main {
  width: 100%;
}

button.page-next {
  min-width: 100%;
}
.main-form-wrap .form-title {
  margin-top: 0;
}
.main-form-wrap2 .form-title {
  margin-top: 0;
}
.tbl-box {
  padding: 15px;
}
.box-style {
  padding: 40px;
}

.intro-top {
  margin-bottom: 30px;
}

.bottom-text-space {
  margin-top: 0;
}

.bottom-text-space p {
  margin: 0;
}
img.vorboss-logo {
    position: relative;
    top: 9px;
}

.banner-form-right .circle-left-check span.checkmark {
    padding-left: 33px;
    text-align: left;
    line-height: 17px;
}	 
.circle-left-check span.checkmark:before {
    left: 8px;
}	 
	 
.form-sec {
    padding: 20px 0px;
}
	 
.thanks-box {
    padding: 20px 20px 10px;
    margin-bottom: 36px;
}

.why-col {
    padding: 20px 20px 3px;
}

.thanks-box ul.banner-list {
    margin: 14px auto 16px;
}

.thanks-box ul.banner-list li {
    line-height: 25px;
    margin-bottom: 11px;
}	 

.banner-form-right {
    margin-bottom: 31px;
}

.link-form span.checkmark,
.box-lg-space  span.checkmark {
    font-size: 19px;
    padding: 10px;
}
 
span.icon-col img {
    max-width: 26px;
}	 

.brand-carousel .logo-item {
    width: 100% !important;
    margin: 0;
}	 
.brand-carousel .logo-item,
	.logo-carousel .logo-item{
    width: 100% !important;
    margin: 0;
}	 
		 
p.footer-bottom__title {
    font-size: 20px;
    line-height: 31px;
}
.footer-col.logo-col p {
    margin-bottom: 0;
}	 
	 
	 
 }

/* max 991px */


 
@media (min-width:992px){
	
.form-sec h2 {
    font-size: 28px;
    line-height: 34px;
}	
	
}


@media (min-width:992px) and (max-width:1200px){
 .banner-form-right .circle-left-check span.checkmark {
    padding: 7px 10px 7px 40px;
    font-size: 16px;
    line-height: 22px;
}  
}





@media (max-width:767px){
.box-style-col:last-child {
    margin-bottom: 0;
}
  img.eight-logo {
    max-width: 60px;
    position: relative;
    top: 4px;
} 

img.lily-logo {
    max-height: 50px;
}

img.yellow-logo {
    position: relative;
    top: 7px;
}

img.placetel-logo {
    position: relative;
    top: 6px;
}

}



 @media (max-width:360px){

  span.checkmark {
    font-size: 16px;
    padding-left: 27px !important;
    margin-bottom: 0;
    margin-top: 0;
}
.circle-left-check span.checkmark:before {
    width: 10px;
    height: 10px;
} 

 }
