.navbar-toggler:focus,
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus,
.btn-check:focus + .btn-info,
.btn-info:focus {
  box-shadow: none;
}

/*Common*/

body {
  font-family: "Oxanium", cursive;
}
.btn-primary,
.navbar .navbar-nav .nav-link.btn-info {
  border-radius: 100px;
  background-color: #17a7a7;
  color: #fff;
  font-size: 14.4px;
  letter-spacing: 0;
  line-height: 16px;
  border-color: #17a7a7;
  font-family: "Oxanium Medium";
  margin-left: 21px;

}
.btn-primary a {
  color: #fff;
}
h2 {
  font-size: 30px;
  color: #491d72;
  line-height: 30px;
  font-family: "Oxanium Medium";
  margin-bottom: 18px;
}
p,
.accordion-body {
  color: #111111;
  line-height: 18px;
  font-size: 14px;
  font-family: "Oxanium Regular";
}
section {
  padding: 50px 0px;
}

.link {
  cursor: pointer;
}

/*=================
Header
==================*/

.navbar {
  box-shadow: 0px 0px 6px #010101;
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

.navbar .navbar-nav .nav-link {
  color: #111111;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 19px;
  padding: 8px 21px;
  font-family: "Oxanium SemiBold";
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link.btn-primary {
  padding: 7px 15px;
  margin-left: 21px;
}

/*mobile menu*/
/*@media screen and (max-width: 992px) {*/

.mob-menu .modal-header img.logo {
  width: auto;
  height: 32px;
}

.mob-menu .modal-header {
  border: 0px;
}
.mob-menu .modal-body {
  margin: 0vh 0 1vh;
  padding-top: 5vh;
  padding-bottom: 0vh;
}
.mob-menu .modal-header img {
  width: 30px;
}
.mob-menu .modal-body ul {
  list-style-type: none;
  padding: 0px;
}
.mob-menu .modal-body ul li {
  text-align: center;
  padding: 5vh 0px;
}
.mob-menu .modal-body ul li a {
  color: #fff;
  font-size: 26px;
  line-height: 29px;
  font-family: "Oxanium SemiBold";
  text-decoration: none;
}
.mob-menu .modal-content {
  height: 100%;
  background-color: #009e9d;
  border: 0px;
}
.mob-menu .modal-body ul li a.btn-info {
  width: 100%;
  border-radius: 100px;
  background-color: #fff;
  color: #17a7a7;
  font-size: 21px;
  font-family: "Oxanium SemiBold";
  padding: 13px 10px;
  text-transform: uppercase;
  border: 0px;
}

/*merge-menu*/
@media screen and (max-width: 992px) {
  .mob-menu {
    background-color: #009e9d;
    overflow-y: hidden;
  }

  .mob-menu.navbar-collapse {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    animation: none;
  }
  .header-blk {
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }
  .navbar .mob-menu .header-blk img {
    width: 30px;
  }
  .navbar .mob-menu .header-blk img.logo {
    width: auto;
    height: 32px;
  }
  .navbar .mob-menu ul.navbar-nav {
    margin: 0vh 0 1vh;
    padding: 2vh 15px 0px;
    height: auto;
    max-height: 100%;
  }
  .mob-menu.collapsing {
    height: 100%;

    overflow: hidden;
    transition: none;
  }
  .navbar .mob-menu ul.navbar-nav li {
    text-align: center;
    padding: 1.8em 0px;
  }
  .navbar .mob-menu ul.navbar-nav li a.nav-link {
    color: #fff;
    font-size: 26px;
    line-height: 29px;
    text-transform: capitalize;
    font-family: "Oxanium SemiBold";
    text-decoration: none;
  }
  .navbar .mob-menu ul.navbar-nav li a.btn-info {
    width: 100%;
    border-radius: 100px;
    background-color: #fff;
    color: #17a7a7;
    font-size: 21px;
    font-family: "Oxanium SemiBold";
    padding: 13px 10px;
    text-transform: uppercase;
    border: 0px;
  }
  .mob-menu .navbar-nav {
    margin: 0vh 0 1vh;
    padding-top: 5vh;
    padding-bottom: 0vh;
  }
}

/*Number Bar*/

.number-bar{
  background: rgb(41, 48, 90);
  color: #fff;
  position: absolute;
  width: 100%;
  padding:0px 15px;
  top: 61px;
}
.number-bar p{
text-align: center;
padding: 9px 0px;
font-size: 16px;
font-family: "Oxanium Medium";
font-weight: 200;
color: #fff;
}

/*banner*/
.banner-sec {
  background: url("../images/compliance/compliance-banner.png") no-repeat center;
  padding: 61px 15px;
  background-size: cover;
  text-align: center;
  margin-top: 58px;
}

.banner-sec h2 {
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0;
  margin-bottom: 12px;
  font-family: "Oxanium Regular";
  line-height: 40px;
}
.banner-sec p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  font-family: "Oxanium Light";
  line-height: 20px;
}

/*==================
implement maintain 
==================*/

.implement-maintain {
  position: relative;
  min-height: 420px;
}
.implement-maintain .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/*==================
Data Security
==================*/

.data-security {
  background-color: rgba(23, 167, 167, 0.05);
}
.data-security ul {
  padding-top: 5px;
  padding-bottom: 5px;
}
.data-security ul li {
  line-height: 18px;
  font-size: 14px;
  font-family: "Oxanium Regular";
  color: #111111;
  padding-bottom: 15px;
}
.data-security .img-box {
  padding: 30px 34px 0px;
}
.data-security p {
  margin-bottom: 26px;
}
.data-security .text-box p.no-padding {
  padding-left: 0px;
}
.data-security h5 {
  font-size: 14px;
  color: #111111;
  line-height: 18px;
  font-family: "Oxanium SemiBold";
}
.data-security h5 span {
  color: #491d72;
  text-decoration: none;
}
.data-security h5 span.link {
  border-bottom: 1px solid #491d72;
}

.data-security .text-box p {
  position: relative;
  padding-left: 29px;
}
.data-security .text-box p img {
  position: absolute;
  left: 0;
}

.data-security ul {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 55px;
}

/*==================
Faq
==================*/

.faq h2 {
  text-align: center;
}
.faq .accordion-body ul li {
  margin-bottom: 15px;
}
.faq .accordion-button.collapsed {
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
}
.faq .accordion-button {
  background: rgba(23, 167, 167, 0.05);
  font-size: 21px;
  line-height: 25px;
  font-family: "Oxanium SemiBold";
}
.faq .accordion-button::after {
  background-image: none;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #17a7a7;
}
.faq .accordion-body ul li b {
  font-family: 'Oxanium Bold';
}
.faq .accordion-body a {
  color: #111111;
  text-decoration: underline;
}
/*==================
Guide
==================*/

.guide {
  text-align: center;
}
.guide.bg-gradient-geek {
  background: linear-gradient(180deg, #3023ae 40%, #c86dd7 100%);
}

.guide h2 {
  color: #fff;
}
.guide p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-family: "Oxanium Regular";
}
.guide .box {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  min-height: 126px;
  margin-bottom: 5px;
}
.guide .box .glogo {
  height: 91px;
  width: auto;
}

/*==================
Footer
==================*/

.geek-support-footer {
  padding: 45px 0px;
}
.geek-support-footer img {
  margin-bottom: 8px;
}
.geek-support-footer h3 {
  margin-bottom: 15px;
  font-size: 21px;
  font-family: "Oxanium SemiBold";
  line-height: 23px;
}
.geek-support-footer p {
  line-height: 18px;
  font-size: 14px;
  font-family: "Oxanium Regular";
  line-height: 18px;
  color: #fff;
}
.geek-support-footer .bottom-text span {
  margin: 0px 5px;
}
.geek-support-footer a {
  color: #fff;
  text-decoration: none;
}
.geek-support-footer .bottom-text {
  display: flex;
  color: #fff;
  align-items: center;
  margin-top: 68px;
}

/*FreeConsultation*/

#freeconsultation h3 {
  font-family: "Oxanium SemiBold";
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  padding: 0px 0vw 24px;
  margin-bottom: 0px;
}

#freeconsultation.mob-menu .modal-body {
  padding: 8vh 7vw 1vh;
}

#freeconsultation.mob-menu .modal-body .form-control {
  min-height: 45px;
}
#freeconsultation.mob-menu .modal-body textarea::placeholder {
  font-family: "Oxanium Regular";
}
#freeconsultation.mob-menu .modal-body .form-control::placeholder {
  color: #979797;
}
#freeconsultation.mob-menu .modal-body .btn-info {
  height: 55px;
  font-size: 21px;
  color: #17a7a7;
  background-color: #fff;
  text-transform: uppercase;
  font-family: "Oxanium Bold";
  width: 100%;
  border-radius: 100px;
}
 
.footer-form .get-started {  
  font-size: 14.4px;
  font-weight: 600;
  font-family: "Oxanium SemiBold";
  padding-top: 10px;
} 
/*===================
Thank you
===================*/

.thank-you-head{
  background: #481d72;
  text-align: center;
}
.back-to-home.head-title,.back-to-home.head-title:hover  {
  color: #fff;
  font-size: 15px;
  font-family: "Oxanium SemiBold";
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-decoration: none;
  height: 19px;
}
.back-to-home.head-title img {
  margin-right: 10px;
}
.thank-you-head .container {
  position: relative;
  height: 75px;
  padding: 23px 0px;
}
.thank-you {
  text-align: center;
  padding: 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  height: calc(100vh - 312px );
}
.thank-you h2{
  font-size: 38px;
  line-height: 40px;
  color:#111111;
  margin-bottom: 21px;

}
.thank-you p{
  color: #4F4F4F;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Oxanium Medium";
}
.thank-you p a {
  color: #4F4F4F;
  text-decoration: underline;
  font-family: "Oxanium Medium";
}
a.back-to-home.desktop{
  display: none;
}
a.back-to-home.desktop,.back-to-home.desktop:hover {
  font-size: 18px;
  font-family: "Oxanium SemiBold";
  color: #481d72;
  text-decoration: none;
 
}

/*customer rate modal*/
.customer-rate-main .modal-body .customer-rate{
  max-width: 545px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
}
.customer-rate-main .close-icon img {
  width: 25px;
}
.customer-rate-main .contact-form .customer-rate .close-icon {
  right: -30px;
  top: -30px;
}
.customer-rate{
  padding: 30px;
}

.customer-rate-main .contact-form .close-icon {
  right: -11px;
  top: -11px;
}

.customer-rate-main .contact-form{
  position: relative;
}

.customer-rate h3{
  font-size: 21px;
  line-height: 26px;
  color: #111111;
  font-family: "Oxanium Medium";
}
.customer-rate p{
  font-size: 14px;
  color: #111111;
  line-height: 18px;
}
.customer-rate h4{
  font-size: 18px;
  color: #111111;
  font-family: "Oxanium Light";
  line-height: 20px;
  margin-top: 13px;
}
.customer-rate .avoid-absolute{
  margin-top: 20px;
  width: auto;
}

/*=======================
Media
========================*/

@media screen and (min-width: 992px) {
  img.implement-img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 93%;
  }
  .implement-maintain .text-box p {
    padding-right: 16%;
  }
  .implement-maintain .text-box {
    padding-top: 66px;
  }

  #freeconsultation.mob-menu .modal-body {
    padding: 4vh 2vw;
  }
  .mob-menu .modal-header {
    border: 0px;
    padding: 21px 25px;
  }
}

@media screen and (min-width: 1600px) {
  .implement-maintain img.implement-img {
    display: none;
  }
  .implement-maintain img {
    display: block;
  }
  
}

@media screen and (max-width: 1600px) {
  .implement-maintain img.implement-img {
    display: block;
  }
  .implement-maintain img {
    display: none;
  }
  
}

@media screen and (max-width: 1200px) {

  img.implement-img{
    height: 77%;
  }
  .implement-maintain {
    min-height: 380px;
  }
  .header-card{
    width: 100%;
  }
}

@media screen and (max-width: 1042px) {

  img.implement-img{
    height: 77%;
  }
  .implement-maintain {
    position: relative;
    min-height: 380px;
}
}

@media (max-width: 992px) {

  .implement-maintain{
      overflow: hidden;
  } 
  img.implement-img {
    height: auto;
    width: 50%;
    float: right;
    margin-top: 25px;
}
  .footer-form {
    padding: 35px 10vw;
  }
  .data-security ul {
    padding-left: 40px;
  }
  .text-box .d-flex {
    display: block !important;
  }

  .navbar {
    padding: 10px 20px;
  }
  .navbar .container,
  .navbar .navbar-toggler {
    padding: 0px;
  }


}

@media (max-width: 767px) {

  .navbar .navbar-nav .nav-link {
    padding: 8px 0px;
  }
  .geek-support-footer {
    padding: 45px 20px;
  }
  .btn-primary,
  .navbar .navbar-nav .nav-link.btn-info{
    margin-left: 0px;
  }
  .footer-form .next-button{
    height: 55px;
    width:100%;
    border-radius: 100px;
    font-size: 21px;
    text-transform: uppercase;
  }
 
  .footer-form {
    padding: 35px 10vw;
}
.footer-form h5 {
  font-family: "Oxanium Medium";
  font-size: 21px;
  line-height: 26px;
}
.form-control {
  font-size: 15px;
}

/*customer rate*/
.customer-rate .close-icon{ 
  right: 0%;
  top: -6%;
}
/*thank you*/
a.back-to-home.desktop{
  display: block;
}
.thank-you-head{
  display: none;
}
.thank-you h2 {
  font-size: 21px;
  line-height: 27px;
  text-align: center;
}
.thank-you{
  text-align: left;
  min-height: 500px;
}

  /*page media*/

  .banner-sec {
    background: url("../images/compliance/compliance-banner-mobile.png") no-repeat bottom;
    background-size: cover;
    padding:66px 15px;
  }

  .banner-sec{
    text-align: left;
  }
  .banner-sec h2{
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: "Oxanium Medium";
  }
  .banner-sec p{
    font-size: 14px;
    line-height: 18px;
    font-family: "Oxanium Regular";
  }
  .banner-sec br {
    display: none;
}

h2{
  font-size: 23px;
  line-height: 26px;
  margin-bottom: 11px;
}
section {
  padding: 35px 15px;
}

.implement-maintain img {
  width: 520px;
  margin-right: -190px;
  margin-top: -51px;
}
.data-security {
  padding: 35px 15px 0px;
}
.data-security .row {
  flex-direction: column-reverse;
}
.data-security p,.data-security h5{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.data-security h5{
  margin-bottom: 35px;
}
.data-security .img-box {
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 65px !important;
  padding-right: 52px !important;
  padding-left: 0px !important;
}

.faq .accordion-button{
  font-size: 18px;
  line-height: 22px;
}
.faq .container{
  padding: 0px;
}
.faq .accordion-button{
  padding: 1rem 0.75rem;
}

.data-security ul{
  margin-bottom: 0px;
}
.data-security p.ul-mar {
  margin-bottom: 10px;
}
.text-box .d-flex{
  padding-bottom: 6px;
}
.geek-support-footer h3{
  font-size: 18px;
  margin-bottom: 10px;
}
.geek-support-footer .container{
  padding: 0px;
}
.geek-support-footer .bottom-text{
  margin-top: 35px;
}
.geek-support-footer {
  padding: 45px 20px 23px;
}
}
#phone-error {
  display: none;
}