body, html {
  /*height: 100%;*/
  margin:0;
  padding: 0;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  line-height: 0px;
}


ul, li {
  list-style: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn:hover {
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #f9f9f9;
  outline: none;
  outline-offset: 0;
}
/* Header Styling */
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  line-height: 70px;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-transition: background .3s,box-shadow .3s;
  transition: background .3s,box-shadow .3s;
}
.header-area .logo-area .navbar-brand {
  padding: 8px 15px 0 0;
}

.header-area .nav>li>a:focus, .header-area .nav>li>a:hover {
  background-color: transparent;
}
.right-phone a.header-btn {
  font-size: 11px;
  color: #282828;
  padding: 5px 18px;
  margin-right: 20px;
  border: 2px solid rgba(227, 227, 227, 0.5);
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}

.ans-menu li.ans-dropdown i.for-mobile {
  font-size: 26px;
  height: 22px;
  width: 22px;
  vertical-align: top;
  transition: 0.3s;
  margin-left: 35px;
  line-height: 23px;
}
.ans-dropdown i.for-desk {
    padding-left: 0px;
}

ul.ans-menu li.ans-dropdown:hover {
    cursor: pointer;
}

.right-phone li a {
  margin-right: 20px;
  padding:0;
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #f9f9f9;
}

.right-phone li a:hover {
  color: #f9f9f9;
}
.right-phone li a.login {
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #f9f9f9;
  -webkit-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -moz-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -o-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out; 
}
.right-phone li a.login:hover {
  color: #f9f9f9;
 /* font-weight: 900;
  letter-spacing: normal;*/
}

header.header-area.sticky-header {
  background-color: #f9f9f9;
  -webkit-transition: background .3s,box-shadow .3s;
  transition: background-color .3s,box-shadow .3s;
}
header.header-area.sticky-header .st9 {
  fill: #29333e;
}

header.header-area.sticky-header .right-phone a span.phone, header.header-area.sticky-header .right-phone li a {
  color: #29333e;
}

header.header-area.sticky-header .right-phone a.free-demo {
  display: inline-block;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 10%;
  padding: 9px 12px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #f9f9f9;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  border: none;
  background-image: linear-gradient(to right, #fbaf3b, #ff6400);
  -webkit-backface-visibility: hidden;
  transition: border 0.7s ease-in-out;
  margin-right: 0px;
  z-index: 1;
}
header.header-area.sticky-header .right-phone a.free-demo:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(to right, #ff6400, #fbaf3b);
  /*transition: opacity 0.7s ease-in-out;*/
  z-index: -1;
  transform: scaleX(0);
  transition: transform 400ms ease-in-out;
  transform-origin: 100% 50%;
}
header.header-area.sticky-header .right-phone a.free-demo:hover:after {
  border-radius: 4px;
  transform: scaleX(1);
  transform-origin: 0 50%;
}
header.header-area.sticky-header .right-phone a.free-demo span.header-btn {
  position: relative;
  z-index: 3;
}

.header-area.sticky-header ul.ans-menu > li > a {
  padding-right: 12px;
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
  color: #29333e;
}
.header-area.sticky-header ul.ans-menu > li > a:hover {
  color: #29333e;
  -webkit-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -moz-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -o-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out; 
}
.header-area.sticky-header ul.ans-menu li.ans-dropdown ul.ans-dropdown-list {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .d-xl-none {
      display: none!important;
  }
  .d-xl-inline-block {
    display: inline-block!important;
  }
  ul.ans-menu li.ans-dropdown:hover > a + ul.ans-dropdown-list {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list {
    position: absolute;
    margin: 0;
    animation: fadeIn 0.8s;
    min-width: 158px;
    z-index: 101;
    left: 0;
    top: 85%;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 20px 25px 0 rgba(51, 54, 57, .06);
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
  }
}

.main-menu{
  box-shadow:  0 15px 25px 0 rgba(27,31,36,.1),0 8px 8px 0 rgba(54,54,54,.08);

}

.sticky-header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.97);
  box-shadow: 0 15px 25px 0 rgba(27,31,36,.1),0 8px 8px 0 rgba(54,54,54,.08);
  transition: 0.3s;
  z-index: 9;
  
}
.ans-menu.open-ans-menu {
    background: #333;
    z-index: 999;
    opacity: 0.9;
    color: #fff !important;
}

header nav {
  clear:both;
  display: block;
  position:relative;
}
.menu-container {
  padding-left:30px;
  padding-right:30px;
}
.ans-mobile-button {
  display:none;
}
.ans-mobile-button:focus {
  border:0;
  outline:0;
}
.body-overflow {
  overflow:hidden;
}

ul.ans-menu {
  display: block;
   list-style-type: none;
}
ul.ans-menu:after {
  content:"";
  clear:both;
  display:block;
}
.ans-dropdown-list {
  padding: 0;
  list-style: none;
}
.ans-dropdown-list li {
  line-height: 1.5 !important;
}
.ans-dropdown-list li a {
  color: #fff;
}
ul.ans-menu li.ans-dropdown ul.ans-dropdown-list {
  width:100%;
  position: relative;
  display:none;
}

ul.ans-menu li {
  position: relative;
  margin:0;
  padding:0;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  line-height: 2.5em;

}
/*ul.ans-menu> li:first-child {
    margin-left: 15px;
}*/
ul.ans-menu > li > a {
  padding-right: 12px;
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 1px;
  text-align: center;
  color: #f9f9f9;
  -webkit-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -moz-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -o-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out; 
}
ul.ans-menu > li > a:hover, ul.ans-menu > li.ans-dropdown > a:hover{
  color: #f9f9f9;
  /*font-weight: 900;
  letter-spacing: normal;*/
}


ul.ans-menu li.ans-dropdown:hover {
  cursor:pointer;
}

ul.ans-menu li.ans-dropdown:hover a {
  box-shadow: none;
}

ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li a {
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #f9f9f9;
}


ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li a:hover{
  color: #ff6f00;
}

ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li:last-child a {
  padding-bottom:15px;
}


ul.ans-menu li.ans-dropdown.active-dropdown ul.ans-dropdown-list {
  display:block !important;
  transition: 0.5s;
}

ul.ans-menu li.ans-dropdown.active-dropdown a {
  color:#FFF;

}

.ans-mobile-button-open .line1 {
  -webkit-transform: rotate(45deg) translate(4px, 11px);
  transform: rotate(45deg) translate(4px, 11px);
}

.ans-mobile-button-open .line2 {opacity: 0;}

.ans-mobile-button-open .line3 {
  -webkit-transform: rotate(-45deg) translate(0px, -7px);
  transform: rotate(-45deg) translate(0px, -7px);
}

.ans-mobile-button {
  display:inline-block;
  position:absolute;
  right:10px;
  top:10px;
  background: transparent;
  color:#3d3d3d;
  /*margin:0;
  padding:0;*/
  cursor:pointer;
  border: 0;
  margin-top: 12px;
  /*margin-right: 7px;
  width: 30px;*/
  }


.ans-mobile-button .line1, .ans-mobile-button .line2, .ans-mobile-button .line3 {
  width: 21px;
  height: 2px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
  display:block;
}
.header-area.sticky-header .ans-mobile-button .line1, .header-area.sticky-header .ans-mobile-button .line2, .header-area.sticky-header .ans-mobile-button .line3 {
  background-color: #29333e;
}
.ans-mobile-button.ans-mobile-button-open .line1, .ans-mobile-button.ans-mobile-button-open .line2, .ans-mobile-button.ans-mobile-button-open .line3 {
  background-color: #fff;
}
.header-area.sticky-header .ans-mobile-button.ans-mobile-button-open .line1, .header-area.sticky-header .ans-mobile-button.ans-mobile-button-open .line2, .header-area.sticky-header .ans-mobile-button.ans-mobile-button-open .line3 {
  background-color: #fff;
}

ul.ans-menu {
  display:none;
  margin:0;
    height: 0;
}  

ul.open-ans-menu {
  position: fixed;
  background: #FFF;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height:100%;
  float: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  
}

.ans-mobile-button-open {
  position: fixed;
  z-index:99999;
  top: 6px;
  right: 4px;
  background: transparent;
}
 
.ans-menu li.ans-dropdown i.for-mobile {
  font-size: 26px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  transition: 0.3s;
  margin-left: 5px;
  line-height: 23px;
}

.ans-menu li.ans-dropdown a.arrow-active i.for-mobile {
  padding-right: 23px;
  transform: rotate(180deg);
}    

.logo-area {
  width: 210px;
}
a.logo{
  line-height: 65px;
  width: 210px;
  position: absolute;
  z-index: 9980;
  margin-top: 15px;
}
a.logo .logob {
  fill: #ff8400;
}
a.logo .logol, a.logo .logor{
  fill: #2a92ca;
}
a.logo .logochar{
  fill: #1f81bc;
}
.phone-small {
  font-weight: 700;
  color: #f9f9f9;
  transition: 0.3s;
  position: absolute;
  right: 90px;
  /*top: 24px;*/
  z-index: 9990;
}
.phone-small:hover {
    color: #ce5e08;
    opacity: 0.9;
}

.right-phone{
  line-height: 70px;
  float: right;
}

ul.right-phone li {
  display: inline-block;
}

/*.right-phone a.free-demo {
  display: inline-block;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 10%;
  width: 182px;
  height: 45px;
  background-image: linear-gradient(to right, #fbaf3b, #ff6400 100%);
  padding: 10px 12px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.53px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  border: 2px solid #fd881c;
  -webkit-backface-visibility: hidden;
  transition: border 0.7s ease-in-out, color 0.7s ease-in-out;
  margin-right: 0px;
  z-index: 1;
}
.right-phone a.free-demo:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(to right, #ff6400, #fbaf3b);
  z-index: -1;
  transform: scaleX(0);
  transition: transform 400ms ease-in-out;
  transform-origin: 100% 50%;
}
.right-phone a.free-demo:hover:after {
   border-radius: 4px;
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.right-phone a.free-demo span.header-btn {
  position: relative;
  z-index: 3;
}


.right-phone a.free-demo:hover {
  border: 2px solid #ff8400;
  color: #f9f9f9;
  transition: border 0.7s ease-in-out, color 0.7s ease-in-out;
}*/

.right-phone li a.btn.orange-white-btn {
  padding: 12px 0;
  letter-spacing: 0.53px;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-weight: 700;
}
 header.header-area.sticky-header .right-phone li a.btn.orange-white-btn {
  color: #fff;
 }

.right-phone a i.fa, a.phone-on-mobile i.fa {
  font-weight: 700;
  color: #ff6f00;
  transform: rotate(-30deg);
  margin-right: 8px;
  transition: 0.3s;
}
.right-phone a span.phone {
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #f9f9f9;
  -webkit-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -moz-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  -o-transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out;
  transition: font-weight .4s ease-in-out, letter-spacing .4s ease-in-out; 
}
.right-phone a span.phone:hover{
  color: #f9f9f9;
  /*font-weight: 900;
  letter-spacing: normal;*/
  
}
a.phone-on-mobile{
  position: fixed;
  right: 30px;
  top: 24px;
  z-index: 999;
  display: none;
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 385px) {
  .header-area span.phone {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) { 
    
  .logo-area {
    width: 175px;
  }
  .main-menu ul.right-phone {
    display: none;
  }
  a.phone-on-mobile {
    display: block;
    right: 85px;
    top: 16px;
  }
  .phone-small{
    right: 60px;
  }
  .header-area.sticky-header a.logo .logochar{
    fill: transparent; 
  }

  .header-area.sticky-header .phone-small {
    right: 60px;
  }   
  /*.header-area span.phone {
    display: none !important;
  }*/
  .header-area.sticky-header span.phone {
    color: #29333e;
  }
  .header-area.sticky-header ul.ans-menu > li > a { 
    color: #f9f9f9;
  }
  .header-area.sticky-header ul.ans-menu > li > a:hover {
    color: #f9f9f9;
  }

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .main-menu ul.right-phone {
      display: none;
    }
    a.phone-on-mobile {
      display: block;
      right: 85px;
      top: 16px;
    }
    .header-area span.phone {
      display: inline-block !important;
      line-height: 25px;
    }
    .header-area.sticky-header span.phone {
      color: #29333e;
    }
    .header-area.sticky-header .phone-small {
      width: 160px;
      right: 44%;
      margin-right: -85px;
    }
    .header-area.sticky-header a.logo .logochar{
      fill: transparent; 
    }  
    .header-area.sticky-header ul.ans-menu > li > a { 
      color: #f9f9f9;
    }
    .header-area.sticky-header ul.ans-menu > li > a:hover {
      color: #f9f9f9;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
 .main-menu ul.right-phone {
    display: none;
  }
  .header-area.sticky-header .phone-small {
      width: 160px;
      right: 45%;
      margin-right: -85px;
  }
  .header-area span.phone {
      display: inline-block !important;
      line-height: 25px;
  }
  .header-area.sticky-header span.phone {
    color: #29333e;
  }
  .header-area.sticky-header a.logo .logochar{
      fill: transparent; 
  }
  a.phone-on-mobile {
    display: block;
    right: 85px;
    top: 16px;
  }
  .header-area.sticky-header ul.ans-menu > li > a { 
    color: #f9f9f9;
  }
  .header-area.sticky-header ul.ans-menu > li > a:hover {
    color: #f9f9f9;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .header-area span.phone {
      display: inline-block !important;
      line-height: 25px;
  }
  .header-area.sticky-header span.phone {
    color: #29333e;
  }
  .header-area.sticky-header ul.ans-menu > li > a { 
    color: #f9f9f9;
  }
  .header-area.sticky-header ul.ans-menu > li > a:hover {
    color: #f9f9f9;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  
  .main-menu ul.right-phone {
    display: none;
  }
  .header-area.sticky-header .phone-small {
      width: 160px;
      right: 50%;
      margin-right: -85px;
  }
  a.phone-on-mobile {
    display: block;
  }
  .header-area.sticky-header a.logo .logochar{
      fill: transparent; 
  }
  .header-area .col-lg-2 {
      -ms-flex: 0 0 23%;
      flex: 0 0 23%;
      max-width: 23%;
  }
  .header-area .col-lg-6{
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
  }

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  ul.ans-menu li.ans-dropdown:hover > a + ul.ans-dropdown-list {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list {
    position:absolute;
    margin: 0;
    animation: fadeIn 0.8s;
    min-width: 150px;
    transform: scale(.9);
    opacity: 0;
    visibility: hidden;
    z-index: 101;
    left: 0;
    top: 85%;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 20px 25px 0 rgba(51, 54, 57, .06);
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
  }
  ul.ans-menu li{
    display: inline-block;
    line-height: 1.5;
  }

  ul.ans-menu {
    display:block;
    margin-left: 200px;
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list:after{
    position: absolute;
    content: "";
    bottom: 100%;
    left: 10px;
    border: 8px solid #fff;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  ul.ans-menu > li > a{
    line-height: 25px;
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list{
    display: block;
  }

  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li {
    display:block;
    transition: 0.5s;
  }
  .ans-dropdown-list {
    padding: 0;
    list-style: none;
  }
  .ans-dropdown-list li {
    line-height: 1.5 !important;
  }
  .ans-dropdown-list li a {
    color: #fff;
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li a{
     color: rgba(36, 41, 43, .8);
     text-align: left;
  }
  ul.ans-menu > li > a:hover, ul.ans-menu > li.ans-dropdown > a:hover{
    color: #f9f9f9;
    /*font-weight: 900;
    letter-spacing: normal; */
  }
  ul.ans-menu li.ans-dropdown ul.ans-dropdown-list li a:hover{
    color: rgba(36, 41, 43, 1);
  }
  .phone-small{
    display: none;
  }
  .ans-mobile-button{
    display: none;
  }
  header {
    padding: 0 25px;
  }
  .right-phone a span.phone, .right-phone li a.login {
    line-height: 25px;
  }

}

/* Menu on hover underline effect starts here */
.expand{
  position:relative;
  text-decoration:none;
  display:inline-block;
}
.expand:after {
  display:block;
  content: '';
  border-bottom: solid 3px #FD881C;  
  transform: scaleX(0);  
  transition: transform 400ms ease-in-out;
  transform-origin:100% 50%
}
.expand:hover:after { 
  transform: scaleX(1);
  transform-origin:0 50%;
}

/* Menu on hover underline effect ends here */


/* Hero image with text */

.orange-white-btn {
  display: inline-block;
  color: #f9f9f9;
  width: 182px;
  height: 45px;
  border-radius: 4px;
  border: none;
  padding: 12px 0;
  position: relative;
  background-image: linear-gradient(to right, #fbaf3b, #ff6400);
  -webkit-backface-visibility: hidden;
  z-index: 1;
}
.orange-white-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(to right, #ff6400, #fbaf3b);
  transition: opacity 0.7s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.orange-white-btn:hover:after {
  opacity: 1;
}
.orange-white-btn span {
  position: relative;
  z-index: 3;
}


a.orange-white-btn {
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.53px;
  text-align: center;
  color: #fff;
}


.header-area .gradient-logo {
  display: none;
}
.header-area.sticky-header .gradient-logo {
  display: block;
  width: 200px;
  height: 38px;
}
.header-area.sticky-header a.logo svg {
  display: none;
}






/* Pricing page styling starts here */
.pricing-bgimage {
	position: relative;
	width:100%;
	background-image: linear-gradient(87deg, #2e3192 3%, #00aded 120%);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.pricing-section {
	background-color: #ffffff;
	height: auto;
	margin: 0 10% 5%;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
	border-radius: 10px;
}
.pricing-header {
	margin: 14% 0 60px;
	text-align: center;
	color: #fff;
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}
/*.pricing-inner {
	padding: 25px;
}*/
.topbar {
    height: 16px;
    background-image: linear-gradient(to right, #fbaf3b, #ff6400 100%);
    border-radius: 10px 10px 0 0;
}
.pricing-section h3.sec-title {
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #29333e;
}

.pricing-section .amount-number {
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
	font-size: 65px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #29333e;
}
.pricing-section .pricing-span {
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #29333e;
}
.pricing-section .min-free {
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #29333e;
}

.pricing .pricing-btn {
	margin-top: 25px;
}
.pricing-benefits {
	margin-top: 15px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .pricing-benefits {
    padding-left: 30px;
  }
}
.pricing-benefits .sec-title h4 {
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #29333e;
}

/* Start Benefits section styling for mobile */
.pricing-benefits.mobile .panel-heading {
  padding: 0;
  border:0;
}
.pricing-benefits.mobile .panel-title>a, .pricing-benefits.mobile .panel-title>a:active{
  display:block;
  padding:15px;
  color:#29333e;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:1px;
  text-decoration:none;
}
.pricing-benefits.mobile .panel-heading  a:before {
   font-family: 'Glyphicons Halflings', Arial, Helvetica, sans-serif;
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.pricing-benefits.mobile .panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
} 
.pricing-benefits.mobile .panel {
  background-color: transparent;
  border: none;
  box-shadow: none;
  display: list-item;
  list-style-type: disc;
  color: #fff;
}
.pricing-benefits.mobile .panel-default>.panel-heading {
  background-color: transparent;
}
.pricing-benefits.mobile .panel-group .panel-heading+.panel-collapse>.list-group, .pricing-benefits.mobile .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.pricing-benefits.mobile .panel-body {
  padding: 0px 15px 15px 15px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.2);
}
.pricing-benefits.mobile .panel-title.sec-title>a, .pricing-table-section.mobile .panel-title.sec-title>a {
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #29333e;
	text-transform: capitalize;
	padding: 18px;
}

.pricing-benefits.mobile .panel, .pricing-table-section.mobile .panel {
	display: block;
}
.pricing-benefits.mobile .panel-heading a:before, .pricing-table-section.mobile .panel-heading a:before {
	font-size: 15px;
	margin-left: 15px;
	margin-top: 7px;
}
.pricing-benefits.mobile .panel .panel-heading,  .pricing-table-section.mobile .panel .panel-heading {
	list-style-type: none;
}
.pricing-benefits.mobile .panel-title>a, .pricing-benefits.mobile .panel-title>a:active {
	display: inline-block;
	/*padding: 10px 0px 0px 30px;*/
}
/* End Benefits section styling for mobile */
.pricing-benefits hr {
	border-top: 1px solid #d0d7dd;
	margin: 10px 150px;
}
.pricing-benefits ul li {
	font-family: LatoWeb, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.5;
	letter-spacing: normal;
	color: #29333e;
}
.pricing-benefits ul {
	padding: 10px;
}
.pricing-benefits ul li.blue-tick {
	background: url('/new/img/franchise/icons/blue-tick.svg') no-repeat left center;
	padding-left: 30px;
}
.pricing-table-section .sec-title h4 {
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #29333e;
	margin-top: 64px;
	margin-bottom: 15px;
}
.pricing-table-section.desktop .sec-title p {
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #29333e;
}
.pricing-table thead {
	border-top: 1px solid #d0d7dd !important;
}
.pricing-table thead>tr>th {
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 1.27px;
	color: #3270d8;
	padding:12px;
}

.pricing-table thead>tr>th a {
	border: 1px solid #d0d7dd;
	color: #f9f9f9;
	background-color: #d0d7dd;
	border-radius: 4px;
	padding-left: 2px;
	margin-left: 4px;
}
.pricing-table tbody>tr>td {
	border-top: 1px solid #d0d7dd;
	font-family: LatoWeb, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #29333e;
	padding:12px;
	vertical-align: middle;
}
.pricing-table tbody>tr:last-child {
	border-bottom: 1px solid #d0d7dd;
}
.pricing-table td:first-child + td + td {
	font-weight: bold;
}
.pricing-table-section.desktop p {
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9b9b9b;
}
.pricing-benefits.desktop .sec-title p {
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #29333e;
}

.pricing-benefits.mobile p {
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #9b9b9b;
}
.mobile p.desc-p {
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #29333e;
}

a.pricing-cta {
	background: transparent;
	color: #3270d8;
	border: 2px solid #3270d8;
	font-size: 14px;
	letter-spacing: 1.5px;
	width: 240px;
	height: 50px;
	padding: 12px;
}
a.btn.pricing-cta:hover, a.btn.pricing-cta:active, a.btn.pricing-cta:focus {
	background: #fff;
	color: #3270d8;
}
.extra-info {
	margin: 70px 0;
	text-align: center;
	color: #fff;
	opacity: 0.8;
}
.extra-info p {
	font-family: MontserratRegular, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.07;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

/* Pricing page Responsive styling */
@media only screen and (min-width: 992px) { 
	.pricing-benefits.mobile, .pricing-table-section.mobile {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.pricing-header {
		margin: 16% 0 0;
	}
	.pricing-section {
		margin: 6% 10% 10% 10%;
	}
	.pricing-testimonials .testimonial {
		padding-top: 60%;
	}
	.d-none {
    	display: none!important;
  	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pricing-header {
		margin: 30% 0 0;
		font-size: 40px;
	}
	.pricing-section .amount-number {
		font-size: 40px;
	}
	.pricing-section {
		margin: 10% 10% 10% 10%;
	}
	.pricing-testimonials .testimonial {
		padding-top: 54%;
	}
	.pricing-benefits ul {
		padding: 5px;
	}
  .pricing-benefits .benefits-right ul {
		margin-top: -20px;
	}
	.pricing-table-section {
		padding: 20px;
	}
	.pricing-benefits.mobile, .pricing-table-section.mobile {
		display: none;
	}
	.d-none {
	    display: none!important;
	  }
}

@media only screen and (min-width: 568px) and (max-width: 767px) { 
	.pricing-header {
		margin: 30% 0 0;
		font-size: 40px;
	}
	.pricing-section .amount-number {
		font-size: 40px;
	}
	.pricing-section {
		margin: 10% 10% 10% 10%;
	}
	.pricing-benefits.desktop, .pricing-table-section.desktop {
		display: none;
	}
	.pricing-table-section.mobile .pricing-table tbody>tr>td {
		font-size: 14px;
	}
	.pricing-table td:first-child + td {
		font-weight: bold;
	}
	.pricing-testimonials {
		height: 480px;
		padding-top: 8%;
	}
	.pricing-testimonials .testimonial {
		padding: 5% 10% 0 10%;
	}
	.d-none {
	   display: none!important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 567px) {
	.pricing-header {
		margin: 30% 0 0;
		font-size: 40px;
	}
	.pricing-section .amount-number {
		font-size: 40px;
	}
	.pricing-section {
		margin: 10% 1% 10% 1%;
	}
	.pricing-benefits.desktop, .pricing-table-section.desktop {
		display: none;
	}
	.pricing-benefits.mobile .panel-heading a:before {
		font-size: 15px;
		margin-left: 100px;
		margin-top: 7px;
	}
	.pricing-table-section.mobile .pricing-table tbody>tr>td {
		font-size: 14px;
	}
	.pricing-table td:first-child + td {
		font-weight: bold;
	}
	.pricing-testimonials {
		height: 650px;
		padding-top: 58%;
	}
	.pricing-testimonials .testimonial {
		padding: 5% 5% 0 5%;
	}
	.d-none {
    	display: none!important;
  	}	
}

@media only screen and (min-width: 1400px) { 
  .pricing-testimonials .testimonial {
    padding-top: 30%;
  }
}

@media only screen and (min-width: 1900px) {  
  .pricing-testimonials .testimonial {
    padding-top: 25%;
  }
  .pricing-testimonials {
    height: 399px;
  }
}








/* Footer Style */
footer {
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right,#24287e,#0879d0);
}

/*@media only screen and (max-width:1023px) {
  footer {
    padding-bottom: 35px;
  }
}*/

/*@media only screen and (max-width:639px) {
  footer {
    padding-bottom: 60px;
  }
}*/

footer>h2 {
  margin: 0 0 30px 0;
  padding: 54px 10px 0;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 1px;
}

@media only screen and (max-width:1023px) {
  footer>h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width:559px) {
  footer>h2 {
    width: 80%;
    margin: 0 auto 30px
  }
}

footer>h2+p {
  margin: 0 0 50px;
  letter-spacing: .2px;
  line-height: 1.39;
  font-size: 18px;
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

@media only screen and (max-width:559px) {
  footer>h2+p {
    width: 75%;
    margin: 0 auto 30px;
  }
}

footer a.cta {
  margin-bottom: 50px;
  width: 282px;
  height: 50px;
  padding: 15px 25px;
}
/*
@media only screen and (max-width:1023px) {
  footer a.cta {
    display: none
  }
}
*/
.desktop-footer {
  padding: 0 15px;
  text-align: left
}

.desktop-footer .container {
  max-width: 1280px
}

.desktop-footer .other-links {
  padding: 120px 0 40px 0
}

.desktop-footer .other-links li {
  float: left;
  width: calc(100%/6);
  padding: 0 10px
}

.desktop-footer .other-links li h6 {
  font-size: 12px;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 1.5;
  letter-spacing: 2px
}

.desktop-footer .other-links li a {
  display: table;
  font-size: 14px;
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, .7)
}

.desktop-footer .other-links li.branding {
  position: relative;
  padding: 0 10px 0 0
}

.desktop-footer .other-links li.branding a {
  color: #fff;
  font-size: 18px;
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-weight: 500
}

.desktop-footer .other-links li.branding a>svg {
  vertical-align: middle;
  margin: 0 5px 0 0
}

.desktop-footer .other-links li.branding a.brand-logo {
  margin: 0 0 12px 0
}

.desktop-footer .other-links li.branding a.brand-logo svg {
  width: 180px
}

.desktop-footer .other-links li.branding a.brand-logo+span {
  color: #ced5dd;
  font-size: 14px;
  display: table;
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 5px 0
}

.desktop-footer .other-links li.branding h6 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.desktop-footer .other-links li.branding p {
  font-size: 14px;
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: 1.5
}

.desktop-footer .other-links li.onet-onep svg {
  margin: 0 0 15px 0
}

.desktop-footer .other-links li.onet-onep a,
.desktop-footer .other-links li.onet-onep span {
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 15px 0;
  display: table;
  color: #fff
}

.desktop-footer .other-links li.onet-onep p {
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 22px
}

.desktop-footer .terms-policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
  border-bottom: 2px solid #fff
}

@media only screen and (max-width:991px) {
  .desktop-footer .terms-policy.desktop {
    display: none
  }
}

.desktop-footer .terms-policy a {
  font-family: LatoWeb, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 25px;
  opacity: .75;
  line-height: 1.64;
  transition: all .3s;
  color: #fff;
}

.desktop-footer .terms-policy a:after {
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
  background: #fff;
  width: 100%;
  height: 1px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition: all .3s
}

.desktop-footer .terms-policy a:hover,
.desktop-footer .terms-policy header .cookie-section a.cta:visited,
.desktop-footer .terms-policy header .desktop-header .navigation-box .navigation-pannel .login-options a.cta-primary:visited,
.desktop-footer .terms-policy header .mobile-header .cookie.mobile a.cta:visited,
.desktop-footer .terms-policy header .mobile-header .mobile-navbox--parent .mobile-signup-pannel a.cta-primary:visited,
header .cookie-section .desktop-footer .terms-policy a.cta:visited,
header .desktop-header .navigation-box .navigation-pannel .login-options .desktop-footer .terms-policy a.cta-primary:visited,
header .mobile-header .cookie.mobile .desktop-footer .terms-policy a.cta:visited,
header .mobile-header .mobile-navbox--parent .mobile-signup-pannel .desktop-footer .terms-policy a.cta-primary:visited {
  opacity: 1
}

.desktop-footer .terms-policy a:hover::after,
.desktop-footer .terms-policy header .cookie-section a.cta:visited::after,
.desktop-footer .terms-policy header .desktop-header .navigation-box .navigation-pannel .login-options a.cta-primary:visited::after,
.desktop-footer .terms-policy header .mobile-header .cookie.mobile a.cta:visited::after,
.desktop-footer .terms-policy header .mobile-header .mobile-navbox--parent .mobile-signup-pannel a.cta-primary:visited::after,
header .cookie-section .desktop-footer .terms-policy a.cta:visited::after,
header .desktop-header .navigation-box .navigation-pannel .login-options .desktop-footer .terms-policy a.cta-primary:visited::after,
header .mobile-header .cookie.mobile .desktop-footer .terms-policy a.cta:visited::after,
header .mobile-header .mobile-navbox--parent .mobile-signup-pannel .desktop-footer .terms-policy a.cta-primary:visited::after {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.desktop-footer .terms-policy-links.mobile {
  display: none
}

@media only screen and (max-width:991px) {
  .desktop-footer .terms-policy-links.mobile {
    display: block
  }
}

.desktop-footer .terms-policy-links.mobile .terms-policy {
  padding: 0
}

.desktop-footer .terms-policy-links.mobile .terms-policy a {
  font-size: 11px;
  line-height: 2.09;
  margin: 0 16px 0 0
}

.desktop-footer .terms-policy-links.mobile .terms-policy.first-row {
  border: none
}

.desktop-footer .terms-policy-links.mobile .terms-policy.second-row {
  padding-bottom: 12px
}

.desktop-footer .social-media-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0
}

.desktop-footer .social-media-links a {
  margin: 0 10px
}
.desktop-footer .social-media-links a.youtube {
  margin: auto 10px;
}

.mobile-footer {
  text-align: left
}

.mobile-footer .brand-logo {
  margin: 20px 0 0 15px;
  display: inline-block
}

.mobile-footer .accordian-menu {
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
  margin: 20px 0 0 0
}

.mobile-footer .accordian-menu .dropdown-container {
  border-top: 1px solid #fff
}

.mobile-footer .other-links {
  font-family: MontserratRegular, Arial, Helvetica, sans-serif;
}

.mobile-footer .other-links li {
  padding: 15px;
  line-height: 24px;
  text-align: center;
  border-top: 1px solid #fff;
  font-size: 13px;
  font-weight: 600
}

.mobile-footer .other-links li.social-media-links a {
  margin: 0 7px
}

.mobile-footer .other-links li.social-media-links a svg g {
  fill: #fff;
  fill-opacity: .8
}
