html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
   scroll-behavior: smooth;
}

body {
  padding-top: 56px;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

nav a {color:#000;}
nav a:hover,nav a.active {color:#116DEA;text-decoration: underline;}
.navbar-toggler-icon {width: 30px;
  height: 30px;
  position: relative;
  margin: 0px 10px 0 0 ;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;}

.navbar-toggler-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
} 

.navbar-toggler-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.navbar-toggler-icon span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

.navbar-toggler-icon span:nth-child(1), .navbar-toggler-icon span:nth-child(2) {
  top: 3px;
}

.navbar-toggler-icon span:nth-child(3), .navbar-toggler-icon span:nth-child(4) {
  top: 15px;
}

.navbar-toggler-icon span:nth-child(5), .navbar-toggler-icon span:nth-child(6) {
  top: 27px;
}

.navbar-toggler-icon.open span:nth-child(1),.navbar-toggler-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler-icon.open span:nth-child(2),.navbar-toggler-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler-icon.open span:nth-child(1) {
  left: 0px;
  top: 11px;
}

.navbar-toggler-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 11px;
}

.navbar-toggler-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar-toggler-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navbar-toggler-icon.open span:nth-child(5) {
  left: 0px;
  top: 21px;
}

.navbar-toggler-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 21px;
}
.navbar-toggler-icon span:nth-child(6) {display: none}
.navbar-toggler-icon.open span:nth-child(6) {display: block}
.offcanvas-collapse {background: #FFF}
.offcanvas-collapse.open .navbar-nav {text-align: left}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

/*
 * Custom translucent site header
 */
.bold {font-weight: 500;}
h1, .sh1 {font-size: 16px; text-transform: uppercase; color:#116DEA; letter-spacing: 0.175em; margin: 30px 0;font-weight: 500;
    line-height: 1.2;
}
p {line-height: 185%;}
.f18 {font-size: 18px;}
.btn-round {
    border-radius: 4px !important
}

main {margin-top: 105px;}

/* Acordeon styles */
.mytab {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  
  overflow: hidden;
}
.mytab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.mytab label {
  position: relative;
  display: block;
  padding: 0 0 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  cursor: pointer;
      letter-spacing: 1px;
}
.mytab label:hover {color:#116DEA;}
.mytab-content {
  max-height: 0;
  overflow: hidden;
  
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.tab-content p {
  margin: 1em;
}
/* :checked */
.mytab input:checked ~ .mytab-content {
  max-height: initial;
}
/* Icon */
.mytab label::after {
  font-size: 14px;
  display: inline-block;
  width: 2em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.mytab .round_num {
	font-size: 14px;
	border:1px solid #116DEA;
	display: inline-block;
	border-radius: 100%;
	width:20px;
	height: 20px;
	vertical-align: middle;
	line-height: normal;
    text-align: center;
    color:#116DEA;
    margin-right: 6px;
    letter-spacing: normal;
}
 
.mytab input[type=checkbox] + label::after {
  content: "\25BC";
  color:#116DEA;
}
 
.mytab input[type=checkbox]:checked + label::after {
  transform: rotateX(180deg);
}

/**/
.fixed-top {background: #FFF}
.navbar-nav {display: block;
    width: 80%;
    text-align: center;}

footer {background: url(/images/curvedfooter.svg) 0 0 no-repeat; background-size:cover; padding-top: 11rem; padding-bottom: 20px; color: #000;    margin-top: 5rem;}
footer .social-icon {margin:5px;}
footer .social-icon .fa {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px !important;
    line-height: 1;
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    background: #116DEA;
    border-radius: 50%;
}
.login-block a {text-decoration: none!important}
/* how it works */
.how-it-works-head {vertical-align: middle;color: #116DEA; text-transform: uppercase; }
.how-it-works-head span {display: inline-block; padding-right: 30px;}
.btn {display: inline-block; padding:3px 17px;vertical-align: baseline;color: #116DEA;text-transform: initial;border-color: #116DEA;}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,.btn:hover { background-color: #116DEA; color:#FFF }
.text-leftborder {
    border-left: 2px solid rgba(17,109,234,0.2);
    padding-left: 35px;
}
.bg-top-svg {position: absolute;top: 0;  z-index: -1;     width: 100%; }
.bg-top-svg svg {width: 100%}

.text-normal {text-transform: initial}
.clblue {color:#116DEA;}
.f36 {font-size: 36px;    font-weight: 500;}
.f24 {font-size: 24px;    font-weight: 500;}
.f20 {font-size: 20px;    font-weight: 500;}
.mb20 {margin-top: 20px;}
.mt20 {margin-bottom: 20px;}
.mt140 {margin-top: 140px}
.mt100 {margin-top: 100px}
h1.mainh1 {color:#212529;margin-bottom: 0;text-transform: inherit;letter-spacing: inherit;line-height: 1.5}
label {margin-bottom: 5px;margin-top:10px;display: block;}
label .required {color:red;}
input[type='submit'] {margin-top: 20px}

#categories {list-style-type: none; margin: 0; padding: 0; display: flex; flex-wrap:wrap; justify-content: space-between;}

#categories a {
    display: flex; margin:20px 12px 20px 0;
    flex-direction:column;
    align-items: center;
    background: #FFFFFF;
    border-radius: 5px;
    color: #000;
    margin-bottom: 5px;
    padding: 30px 0px 15px 0px;
    font-size: 16px;
    font-weight: 800;
    width: 238px;
}
#categories a img {
    width: 68px;
    display: block;
}

#categories a .icon {margin-bottom: 20px;display: block}

@media (max-width: 1200px) {
  #categories a {width: auto}
  #categories li {width: 25%}
  .phone-img img {width:60%;}
}
@media (max-width: 600px) {
  #categories li {width: 33%}
  .phone-img img{max-width: 100%; width: auto}
}
@media (max-width: 450px) {
  #categories li {width: 49%}
  .mt140 {margin-top: 60px}
  .mt100 {margin-top: 60px}
	main {margin-top: 30px}
	.backtop {color:#000;text-decoration: underline; font-size: 16px; margin-top: 30px;display: inline-block;}
	footer {background-size: contain; padding-top: 5rem;    margin-top: 3rem;}
	.mytab {font-size: 14px;}
	.mytab label {font-size: 14px;line-height: normal;margin: 0;font-weight: 500;    letter-spacing: 0.075em;}

	.mytab .round_num {display: none;}
	.mytab {background: #F8FAFD; padding: 15px 20px; border-radius: 20px; margin: 20px 0}
	.mytab input[type=checkbox] + label::after {display: none}
	.mytab input[type=checkbox] + label::before {
		content: 'Review →';
		width: auto;
    	height: auto;
    	float: right;
    	line-height: normal;
    	color:#116DEA;
	}
  .mytab.faq input[type=checkbox] + label::before {
    content: 'Answer →';
    
  }

	.mytab input:checked ~ .mytab-content {
	    margin-top: 20px;
	}

	.mytab input[type=checkbox]:checked + label::after { content:"";   transform: rotateX(180deg); }

	.xs-border-right {border-left: 1px solid #116DEA;
    padding-left: 10px;}
    p {line-height: normal;}
  .f24, .f36 {font-size: 18px}  
  .bg-top-svg {display: none}
  .how-it-works-head span { display: block; margin-bottom: 20px; padding-left: 20px;}
  .how-it-works-head a {width: 45%;margin-left: 2%}
  .text-leftborder { padding-left: 20px}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
    	padding-right: 1.3rem;
    	padding-left: 1.3rem;
	}
  .navbar-nav {width: 100%; text-align:right;}
  .navbar-expand-lg .navbar-nav .nav-link {padding-left: 0.8rem; padding-right: 0.8rem}
}

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1180px;
	}
}


  .bg-top-svg {position: absolute;top: 0;  z-index: -1;     width: 100%; }
  .bg-top-svg svg {width: 100%}
  .offcanvas-collapse, .fixed-top {background: none}
  .sticky-active .offcanvas-collapse,.sticky-active .fixed-top {background: #fff}
  .phone-img {float:right;   margin-top: -260px; margin-right: -28px;}
  .underlineblue {display: inline-block; border-bottom: 1px solid #116DEA}
  .underlinepink {display: inline-block; border-bottom: 1px solid #6F01DD}
  .borderpink {border-color:#6F01DD;}
  @media (max-width: 1200px) {
    
    .phone-img {text-align: right;}
  }
  @media (max-width: 991px) {
    .phone-img {float:none; margin-top: 20px;text-align: center;margin-right: 0}
    .offcanvas-collapse {background: #FFF}
  }
  @media (max-width: 450px) {
    
     .leftborder-mobile {border: 0;padding-left:50px;}
     .leftborder-mobile:before {content: " ";
        display: inline-block;
        width: 20px;
        margin-left: 10px;
        border: 1px solid #116DEA;
        position: absolute;
        top: 11px;
        left: 8px; }
      .leftborder-mobile.borderpink:before {border: 1px solid #6F01DD;}
  }

