﻿/* 

Name: 	CMA Landing Page Styles
Author:	Nyasha

Highly recommended to make changes in the scss file only 

*/
/*------ 	00. Reset	------*/
/*------ 		01. Import  		------*/
@import url("bootstrap.min.css");
@import url("bootstrap-theme.min.css");
@import url("bootstrap-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:400,700|Roboto");
/*------ 		02. Variables 	 	------*/
/*-------------- Media Query Mixins ------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .resizable-para-header {
    height: 205px !important; } }

/*------ 		03. Global Styles  	------*/
body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  @media (min-width: 480px) and (max-width: 767px) {
    body {
      padding-top: 60px;
      font-size: 14px; } }
  @media (max-width: 479px) {
    body {
      padding-top: 60px;
      font-size: 12px; } }



.wrapper {
    width: 1130px;
    margin: auto;
}

.clear {
    clear: both;
}











.button, button.button {
  background-color: #1c5379;
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  padding: 12px 26px;
  padding-right: 2.5em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .button:hover, .button:focus {
    background-color: #0e283b;
    text-decoration: none;
    color: #fff;
    outline: none; }
  @media (max-width: 479px) {
    .button, button.button {
      font-size: 13px;
      padding: 8px 30px; } }

button.button {
  border: none;
  outline: none; }

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 80px 0; }

::selection {
  background: #0078a4;
  color: #fff; }

::-moz-selection {
  background: #0078a4;
  color: #fff; }

.center {
  text-align: center; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.spacer {
  margin-top: 60px;
  margin-bottom: 60px; }

.spacer-sm {
  margin-top: 30px;
  margin-bottom: 30px; }

.spacer-xs {
  margin-top: 20px;
  margin-bottom: 20px; }

.space-below {
  margin-bottom: 60px; }

.cleafix {
  clear: both; }

.fixed-top {
  position: fixed;
  top: 0;
  width: 100%; }

.hide-top {
  display: none;
  transition: all .5s; }

.bold {
  font-weight: bold; }

.scroll-adjust {
  padding-top: 90px;
  margin-top: -90px; }
  @media (max-width: 479px) {
    .scroll-adjust {
      padding-top: 60px;
      margin-top: -60px; } }

/*------ 		04. Header Styles  	------*/
header {
  width: 100%;
  z-index: 100; }

/* top bar */
.topbar {
  top: 0px;
  background-color: #fff;
  min-height: 36px;
  line-height: 36px;
  transition: all 0.5s; }
  @media (min-width: 768px) and (max-width: 991px) {
    .topbar {
      font-size: 13px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .topbar {
      /*display: none;*/
      font-size: 13px; } }
  @media (max-width: 479px) {
    .topbar {
      /*display: none;*/
      font-size: 13px; } }

.topbar-contact {
  float: left;
  color: #777777; }
  .topbar-contact i {
    padding-right: 5px; }
  .topbar-contact .cma-number {
    padding-right: 30px; }

.login form {
  float: right; }
  .login form input {
    width: 120px;
    font-size: 14px;
    line-height: 21px;
    margin-left: 3px;
    padding-left: 3px;
    border: 1px solid #cacaca; }
    @media (min-width: 768px) and (max-width: 991px) {
      .login form input {
        font-size: 13px;
        line-height: 18px; } }
  .login form input:focus {
    border: 1px solid #5E5E5E;
    outline: none; }
  .login form button {
    font-size: 13px;
    line-height: 20px;
    width: 75px;
    background-color: #777777;
    color: #ffffff;
    padding: 2px 0;
    padding-left: 7px;
    padding-right: 2.4em;
    vertical-align: middle;
    border-radius: 0;
    bottom: 2px;
    position: relative; }
    .login form button:hover {
      color: #fff;
      background-color: #5e5e5e; }
    @media (min-width: 768px) and (max-width: 991px) {
      .login form button {
        font-size: 13px;
        line-height: 18px; } }
  .login form button.hvr-icon-forward:before {
    content: "\f090"; }

.navbar {
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
  @media (min-width: 480px) and (max-width: 767px) {
    .navbar .navbar-header {
      border-bottom: 1px solid #ddd; } }
  @media (max-width: 479px) {
    .navbar .navbar-header {
      border-bottom: 1px solid #ddd; } }
  .navbar .navbar-header .navbar-brand {
    float: left; }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar .navbar-header .navbar-brand img {
        width: 80%;
        margin-top: 8px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .navbar .navbar-header .navbar-brand img {
        width: 50%; } }
    @media (max-width: 479px) {
      .navbar .navbar-header .navbar-brand img {
        width: 50%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .navbar #nav-menu {
      background: #fff; } }
  @media (max-width: 479px) {
    .navbar #nav-menu {
      background: #fff; } }
  .navbar ul.navbar-nav {
    float: right; }
    @media (min-width: 480px) and (max-width: 767px) {
      .navbar ul.navbar-nav {
        width: 100%;
        padding: 0; } }
    @media (max-width: 479px) {
      .navbar ul.navbar-nav {
        width: 100%;
        padding: 0; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .navbar ul.navbar-nav li {
        margin-right: 30px;
        text-align: center; } }
    @media (max-width: 479px) {
      .navbar ul.navbar-nav li {
        margin-right: 30px;
        text-align: center; } }
    .navbar ul.navbar-nav li a {
      
      display: inline-block;
      position: relative; }
      @media (min-width: 768px) and (max-width: 991px) {
        .navbar ul.navbar-nav li a {
          font-size: 13px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .navbar ul.navbar-nav li a {
          font-size: 13px;
          padding: 10px; } }
      @media (max-width: 479px) {
        .navbar ul.navbar-nav li a {
          font-size: 12px;
          padding: 10px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .navbar ul.navbar-nav li {
        border-bottom: 1px solid #ddd; } }
    @media (max-width: 479px) {
      .navbar ul.navbar-nav li {
        border-bottom: 1px solid #ddd; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .navbar ul.navbar-nav li:last-child {
        border-bottom: 1px solid transparent; } }
    @media (max-width: 479px) {
      .navbar ul.navbar-nav li:last-child {
        border-bottom: 1px solid transparent; } }
    .navbar ul.navbar-nav li.active > a {
      padding-bottom: 0px;
      border-bottom: 4px solid #1c5379; }
      @media (max-width: 479px) {
        .navbar ul.navbar-nav li.active > a {
          padding-bottom:09px;
          border-bottom: 1px solid transparent; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .navbar ul.navbar-nav li.active > a {
          padding-bottom: 0px;
          border-bottom: 1px solid transparent; } }
  .navbar .hvr-underline-reveal:before {
    background: #1c5379; }
    @media (max-width: 479px) {
      .navbar .hvr-underline-reveal:before {
        background: none; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .navbar .hvr-underline-reveal:before {
        background: none; } }

/*------ 		04. Slider Styles  	------*/
.slider-container {
  width: 100%;
  position: relative;
  padding: 0; }
  .slider-container .rev_slider {
    width: 100%;
    position: relative; }
    .slider-container .rev_slider .rs-slide1 a {
      text-decoration: none;
      color: inherit; }
    .slider-container .rev_slider .rs-slide3 {
      font-size: 30px;
      text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
      font-family: 'Proxima Nova', sans-serif; }
      .slider-container .rev_slider .rs-slide3 span {
        color: #FFCC00; }
    .slider-container .rev_slider .rs-slide4 {
      color: #fff; }
    .slider-container .rev_slider .rev-btn {
      transition: all 0.3s !important; }
      .slider-container .rev_slider .rev-btn:hover {
        background-color: #b6cad8 !important; }
  .slider-container .maincaption {
    font-family: 'Lato' !important;
    font-weight: normal; }
  @media (max-width: 479px) {
    .slider-container .tp-caption {
      display: none; } }

/*------ 		05. call to action 	------*/
.get-free {
  background-color: #0078a4;
  height: 80px;
  margin-bottom: 60px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .get-free {
      height: 60px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .get-free {
      height: 40px; } }
  @media (max-width: 479px) {
    .get-free {
      height: 30px;
      margin-bottom: 20px; } }
  .get-free .get-free-content span {
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    line-height: 80px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .get-free .get-free-content span {
        font-size: 18px;
        line-height: 60px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .get-free .get-free-content span {
        font-size: 16px;
        line-height: 40px; } }
    @media (max-width: 479px) {
      .get-free .get-free-content span {
        font-size: 10px;
        line-height: 30px; } }
  .get-free .get-free-content a {
    float: right;
    position: relative;
    top: 17px;
    font-size: 18px;
    font-family: 'Roboto','Lato',sans-serif;
    color: #1c5379;
    background-color: #f1f7e6;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px; }
    .get-free .get-free-content a:hover {
      color: #ffffff; }
    @media (min-width: 768px) and (max-width: 991px) {
      .get-free .get-free-content a {
        font-size: 16px;
        padding: 7px 14px;
        top: 10px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .get-free .get-free-content a {
        display: none; } }
    @media (max-width: 479px) {
      .get-free .get-free-content a {
        display: none; } }
  .get-free .hvr-bounce-to-right:before {
    border-radius: 3px; }
  .get-free .hvr-bounce-to-right:focus::before {
    background: transparent; }

/*------ 		06. what we do 	------*/
.what-we-do {
  margin-bottom: 60px;
  margin-top: -23px; }
  @media (min-width: 480px) and (max-width: 767px) {
    .what-we-do {
      margin-top: -53px; } }
  @media (max-width: 479px) {
    .what-we-do {
      margin-bottom: 20px; } }
  .what-we-do ul {
    padding-left: 0; }
  .what-we-do li {
    list-style-type: none; }
    .what-we-do li i {
      margin-right: 10px; }
  .what-we-do img {
    width: 555px;
    height: 270px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .what-we-do img {
        width: 100%;
        height: 100%;
        padding-top: 15px; } }

@media (max-width: 479px) {
  .about-us-img {
    display: none; } }

.special-heading {
  background: linear-gradient(rgba(23, 30, 40, 0.6), rgba(23, 30, 40, 0.6));
  padding: 70px 0;
  font-size: 20px;
  text-align: center;
  color: #ddd; }
  @media (min-width: 480px) and (max-width: 767px) {
    .special-heading {
      font-size: 16px;
      padding: 40px 0; } }
  @media (max-width: 479px) {
    .special-heading {
      font-size: 16px;
      padding: 40px 0; } }

.easy-stuff {
  padding: 40px 0 20px 0; }
  .easy-stuff p {
    padding-bottom: 20px; }

/*------ 	07. services: ------*/
.services-strip {
  background-color: #bd8d46;
  height: 80px; }
  @media (min-width: 480px) and (max-width: 767px) {
    .services-strip {
      height: 60px; } }
  @media (max-width: 479px) {
    .services-strip {
      height: 60px; } }
  .services-strip h1 {
    color: #fff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle; }
    @media (min-width: 480px) and (max-width: 767px) {
      .services-strip h1 {
        font-size: 18px; } }
    @media (max-width: 479px) {
      .services-strip h1 {
        font-size: 17px; } }

.prop-search {
  background: linear-gradient(rgba(226, 232, 216, 0.6), rgba(226, 232, 216, 0.6)), url(/JavaScript/LandingPage/img/bg4.jpg) top fixed; }
  .prop-search h3 {
    margin-bottom: 15px; }

.prop-search-features {
  margin-bottom: 50px; }
  .prop-search-features i {
    position: relative;
    z-index: 1;
    float: left;
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #0078a4;
    text-align: center; }
    .prop-search-features i::after {
      box-shadow: 0 0 0 2px #0078A4;
      content: '';
      top: -7px;
      left: -7px;
      padding: 7px;
      transition: transform 0.2s, opacity 0.2s;
      transform: scale(0.7);
      box-sizing: content-box;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    .prop-search-features i:hover::after {
      transform: scale(1);
      opacity: 1; }
  .prop-search-features div {
    margin-left: 80px; }

/*------ 	08. cma valuations 	------*/
.cma-valuations {
  background: linear-gradient(rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2)), url(/JavaScript/LandingPage/img/bg3.jpg);
  background-size: cover; }
  .cma-valuations .cma-val-content {
    padding-top: 60px;
    padding-bottom: 60px; }
    .cma-valuations .cma-val-content h3 {
      color: #bd8d46;
      margin-bottom: 20px; }
    .cma-valuations .cma-val-content p {
      color: #ccc; }

/*------ 	09. pricing 	------*/
.pricing-container {
  background: linear-gradient(rgba(248, 246, 242, 0.8), rgba(248, 246, 242, 0.8));
  overflow: hidden; }
  .pricing-container h1 {
    margin: 30px 30px; }
  .pricing-container hr {
    width: 300px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #ccc; }
  .pricing-container h5 {
    color: #777777;
    margin-bottom: 3px; }
  .pricing-container ul {
    margin-bottom: 25px; }
  .pricing-container ul li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
    color: #777777; }
    @media (min-width: 480px) and (max-width: 767px) {
      .pricing-container ul li {
        display: block; } }
    @media (max-width: 479px) {
      .pricing-container ul li {
        display: block; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .pricing-container ul li.black-circle {
      display: none; } }
  @media (max-width: 479px) {
    .pricing-container ul li.black-circle {
      display: none; } }
  .pricing-container .pricing-wrapper {
    background-color: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 60px; }
    .pricing-container .pricing-wrapper header {
      padding: 30px 40px;
      height: 135px;
      text-align: center;
      border-bottom: 1px solid #eaeaea; }
      @media (min-width: 992px) and (max-width: 1979px) {
        .pricing-container .pricing-wrapper header {
          padding: 30px 20px; } }
      @media (max-width: 479px) {
        .pricing-container .pricing-wrapper header {
          height: 100px;
          padding: 20px 10px; } }
      .pricing-container .pricing-wrapper header h3 {
        color: #000;
        padding-bottom: 10px; }
        @media (min-width: 992px) and (max-width: 1979px) {
          .pricing-container .pricing-wrapper header h3 {
            padding-bottom: 0; } }
        @media (max-width: 479px) {
          .pricing-container .pricing-wrapper header h3 {
            padding: 0; } }
      .pricing-container .pricing-wrapper header span {
        color: #bd8d46; }
      .pricing-container .pricing-wrapper header .sub-price {
        margin-left: 60px;
        font-size: 32px; }
        @media (min-width: 992px) and (max-width: 1979px) {
          .pricing-container .pricing-wrapper header .sub-price {
            margin-left: 20px;
            font-size: 28px; } }
        @media (max-width: 479px) {
          .pricing-container .pricing-wrapper header .sub-price {
            margin-left: 20px;
            font-size: 25px; } }
      .pricing-container .pricing-wrapper header sup {
        font-size: 12px;
        top: -15px; }
      .pricing-container .pricing-wrapper header p {
        font-size: 13px; }
        @media (max-width: 479px) {
          .pricing-container .pricing-wrapper header p {
            font-size: 10px; } }
    .pricing-container .pricing-wrapper .pricing-heading {
      height: 40px;
      background-color: #f1f7e6; }
      .pricing-container .pricing-wrapper .pricing-heading h4 {
        margin-top: 0;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        color: #0078a4; }
        @media (max-width: 479px) {
          .pricing-container .pricing-wrapper .pricing-heading h4 {
            font-size: 13px; } }
    .pricing-container .pricing-wrapper table td:first-child {
      width: 340px; }
      .pricing-container .pricing-wrapper table td:first-child i {
        cursor: help;
        color: #777777; }
    .pricing-container .pricing-wrapper .inner-content {
      margin: 20px 40px; }
      @media (min-width: 992px) and (max-width: 1979px) {
        .pricing-container .pricing-wrapper .inner-content {
          margin: 20px 30px; } }
      @media (max-width: 479px) {
        .pricing-container .pricing-wrapper .inner-content {
          margin: 20px 15px; } }
      .pricing-container .pricing-wrapper .inner-content i {
        color: #0078a4; }
      .pricing-container .pricing-wrapper .inner-content td:nth-child(2) {
        color: #1c5379; }
    .pricing-container .pricing-wrapper .download-price-list {
      background-color: #0077A2;
      width: 100%;
      text-align: center; }
      .pricing-container .pricing-wrapper .download-price-list a.button {
        margin: 16px auto; }
        @media (min-width: 480px) and (max-width: 767px) {
          .pricing-container .pricing-wrapper .download-price-list a.button {
            font-size: 14px; } }
      .pricing-container .pricing-wrapper .download-price-list a.hvr-icon-down:before {
        content: "\f1c1"; }
      .pricing-container .pricing-wrapper .download-price-list .vat {
        color: #000;
        font-size: 12px; }
        .pricing-container .pricing-wrapper .download-price-list .vat span:first-child {
          float: left; }
        .pricing-container .pricing-wrapper .download-price-list .vat .oe {
          float: right;
          margin-right: 10px; }
    .pricing-container .pricing-wrapper .fine-print {
      font-size: 15px;
      padding-bottom: 67px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .pricing-container .pricing-wrapper .fine-print {
          padding-bottom: 0; } }

@media (min-width: 480px) and (max-width: 767px) {
  .sales-img {
    display: none; } }

@media (max-width: 479px) {
  .sales-img {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .interactive-map .int-map {
    display: none; } }

@media (min-width: 480px) and (max-width: 767px) {
  .interactive-map .int-map {
    display: none; } }

@media (max-width: 479px) {
  .interactive-map .int-map {
    display: none; } }

.interactive-map .int-map-after {
  display: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .interactive-map .int-map-after {
      display: block; } }

/*------ 	10. try us + sub forms 	------*/
.subs-trial {
  padding: 60px 0;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    .subs-trial {
      padding: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .subs-trial {
      padding-top: 20px;
      padding: 0; } }
  @media (max-width: 479px) {
    .subs-trial {
      padding-top: 20px;
      padding: 0; } }
  .subs-trial a.register {
    margin-top: 10px;
    margin-bottom: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .subs-trial a.register {
        margin-bottom: 40px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .subs-trial a.register {
        display: none; } }
    @media (max-width: 479px) {
      .subs-trial a.register {
        display: none; } }

.sub-forms-wrapper {
  padding: 40px;
  background-color: #1c5379; }
  @media (min-width: 480px) and (max-width: 767px) {
    .sub-forms-wrapper {
      margin-top: 40px; } }
  .sub-forms-wrapper h1 {
    color: #bd8d46;
    margin-bottom: 25px; }
  .sub-forms-wrapper table {
    color: #fff; }
    .sub-forms-wrapper table tr td {
      padding-bottom: 25px; }
    .sub-forms-wrapper table td:first-child {
      width: 350px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sub-forms-wrapper table td:first-child {
          width: 550px; } }
    .sub-forms-wrapper table a {
      color: inherit;
      text-decoration: none; }
      .sub-forms-wrapper table a:hover {
        color: #6DBCDB; }

/*------ 	11. google map embed 	------*/
.google-map {
  height: 280px;
  width: 100%; }
  .google-map iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; }
    @media (min-width: 480px) and (max-width: 767px) {
      .google-map iframe {
        margin-top: -25px; } }
  .google-map iframe.clicked {
    pointer-events: auto; }

/*------ 		12. contact 		------*/
.contact {
  background-color: #1c5379;
  color: #ddd; }
  .contact .contact-content {
    padding-top: 60px;
    padding-bottom: 30px; }
    .contact .contact-content h3 {
      color: #bd8d46;
      font-weight: normal; }
      @media (min-width: 768px) and (max-width: 991px) {
        .contact .contact-content h3 {
          font-size: 15px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .contact .contact-content h3 {
          font-size: 14px;
          clear: both;
          padding-top: 15px; } }
      @media (max-width: 479px) {
        .contact .contact-content h3 {
          font-size: 14px;
          clear: both;
          padding-top: 15px; } }
    .contact .contact-content i {
      float: left;
      top: -1px;
      margin: 7px 10px 10px 0;
      position: relative;
      text-align: center;
      width: 16px;
      transition: all .3s; }
    .contact .contact-content span {
      display: inline-block; }
    .contact .contact-content .fa-envelope-o {
      margin-left: -25px; }
    .contact .contact-content .support .fa-skype {
      margin: 7px 10px 0px 0; }
    .contact .contact-content .support a {
      color: inherit;
      text-decoration: none; }
      .contact .contact-content .support a:hover {
        color: #00AFF0; }
    .contact .contact-content .support img {
      margin-right: 6px; }
    .contact .contact-content ul li {
      display: inline;
      padding-left: 0;
      font-size: 18px; }
    .contact .contact-content .contact-form form input, .contact .contact-content .contact-form form textarea {
      width: 100%;
      margin-bottom: 10px;
      background-color: inherit;
      border: 1px solid #acacac;
      border-radius: 0;
      color: #ddd; }
      @media (min-width: 768px) and (max-width: 991px) {
        .contact .contact-content .contact-form form input, .contact .contact-content .contact-form form textarea {
          font-size: 13px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .contact .contact-content .contact-form form input, .contact .contact-content .contact-form form textarea {
          font-size: 13px; } }
      @media (max-width: 479px) {
        .contact .contact-content .contact-form form input, .contact .contact-content .contact-form form textarea {
          font-size: 12px; } }
    .contact .contact-content .contact-form form textarea {
      height: 100px; }
    .contact .contact-content .contact-form form .btn {
      padding: 3px 8px;
      border-radius: 3px;
      background-color: #bd8d46;
      font-weight: normal;
      padding-right: 2.4em; }
      .contact .contact-content .contact-form form .btn:hover {
        color: #bd8d46;
        background-color: #ddd; }
    @media (min-width: 768px) and (max-width: 991px) {
      .contact .contact-content {
        font-size: 13px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .contact .contact-content {
        font-size: 13px; } }

/*------ 		13.5. Login Attempt form 	------*/
.login-attempt header p, .login-attempt_2 header p, .login-attempt_3 header p, .login-attempt_4 header p {
  float: right; }
  .login-attempt header p button, .login-attempt_2 header p button, .login-attempt_3 header p button, .login-attempt_4 header p button {
    font-size: 55px;
    font-weight: 100; }

.login-attempt .sky-form header, .login-attempt_2 .sky-form header, .login-attempt_3 .sky-form header, .login-attempt_4 .sky-form header {
  overflow: auto;
  padding: 8px 23px; }

.login-attempt .login-box, .login-attempt_2 .login-box, .login-attempt_3 .login-box, .login-attempt_4 .login-box {
  display: block;
  margin-top: 18px; }
  .login-attempt .login-box section, .login-attempt_2 .login-box section, .login-attempt_3 .login-box section, .login-attempt_4 .login-box section {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 45px; }
    .login-attempt .login-box section .input input[type="text"], .login-attempt .login-box section .input input[type="password"], .login-attempt_2 .login-box section .input input[type="text"], .login-attempt_2 .login-box section .input input[type="password"], .login-attempt_3 .login-box section .input input[type="text"], .login-attempt_3 .login-box section .input input[type="password"], .login-attempt_4 .login-box section .input input[type="text"], .login-attempt_4 .login-box section .input input[type="password"] {
      border-color: #0078a4;
      border-radius: 8px;
      border-width: 1px;
      width: 120%; }
    .login-attempt .login-box section .btnTryLogin, .login-attempt_2 .login-box section .btnTryLogin, .login-attempt_3 .login-box section .btnTryLogin, .login-attempt_4 .login-box section .btnTryLogin {
      float: none;
      margin: 0;
      background-color: #0078a4;
      border-radius: 8px;
      height: 41px; }

.login-attempt .Box1, .login-attempt_2 .Box1, .login-attempt_3 .Box1, .login-attempt_4 .Box1 {
  text-align: center; }
  .login-attempt .Box1 h1, .login-attempt_2 .Box1 h1, .login-attempt_3 .Box1 h1, .login-attempt_4 .Box1 h1 {
    display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 46px; }
  .login-attempt .Box1 p, .login-attempt_2 .Box1 p, .login-attempt_3 .Box1 p, .login-attempt_4 .Box1 p {
    display: block;
    font-size: 15px; }
  .login-attempt .Box1 span, .login-attempt_2 .Box1 span, .login-attempt_3 .Box1 span, .login-attempt_4 .Box1 span {
    display: block;
    font-size: 19px;
    line-height: 24px; }

.login-attempt .Loader-container, .login-attempt_2 .Loader-container, .login-attempt_3 .Loader-container, .login-attempt_4 .Loader-container {
  text-align: center;
  /* Safari */ }
  .login-attempt .Loader-container .loader, .login-attempt_2 .Loader-container .loader, .login-attempt_3 .Loader-container .loader, .login-attempt_4 .Loader-container .loader {
    border: 16px solid #d2cbcb;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 82px;
    height: 82px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: 11px auto;
    display: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.login-attempt .ForgotPassword-Section, .login-attempt_2 .ForgotPassword-Section, .login-attempt_3 .ForgotPassword-Section, .login-attempt_4 .ForgotPassword-Section {
  text-align: center;
  margin: 47px 12px; }
  .login-attempt .ForgotPassword-Section h1, .login-attempt_2 .ForgotPassword-Section h1, .login-attempt_3 .ForgotPassword-Section h1, .login-attempt_4 .ForgotPassword-Section h1 {
    display: block;
    font-weight: bold;
    font-size: 25px; }
  .login-attempt .ForgotPassword-Section a, .login-attempt_2 .ForgotPassword-Section a, .login-attempt_3 .ForgotPassword-Section a, .login-attempt_4 .ForgotPassword-Section a {
    font-size: 16px;
    text-decoration: underline;
    line-height: 36px; }
  .login-attempt .ForgotPassword-Section p, .login-attempt_2 .ForgotPassword-Section p, .login-attempt_3 .ForgotPassword-Section p, .login-attempt_4 .ForgotPassword-Section p {
    display: block;
    font-size: 15px; }

.login-attempt .ResetPassword-Section h1, .login-attempt_2 .ResetPassword-Section h1, .login-attempt_3 .ResetPassword-Section h1, .login-attempt_4 .ResetPassword-Section h1 {
  display: block;
  font-weight: bold;
  font-size: 25px;
  line-height: 46px; }

.login-attempt .ResetPassword-Section p, .login-attempt_2 .ResetPassword-Section p, .login-attempt_3 .ResetPassword-Section p, .login-attempt_4 .ResetPassword-Section p {
  display: block;
  font-size: 16px; }

.login-attempt .ResetPassword-Section section, .login-attempt_2 .ResetPassword-Section section, .login-attempt_3 .ResetPassword-Section section, .login-attempt_4 .ResetPassword-Section section {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 45px; }
  .login-attempt .ResetPassword-Section section .input input[type="text"], .login-attempt .ResetPassword-Section section .input input[type="password"], .login-attempt_2 .ResetPassword-Section section .input input[type="text"], .login-attempt_2 .ResetPassword-Section section .input input[type="password"], .login-attempt_3 .ResetPassword-Section section .input input[type="text"], .login-attempt_3 .ResetPassword-Section section .input input[type="password"], .login-attempt_4 .ResetPassword-Section section .input input[type="text"], .login-attempt_4 .ResetPassword-Section section .input input[type="password"] {
    border-color: #0078a4;
    border-radius: 8px;
    border-width: 1px;
    width: 120%; }
  .login-attempt .ResetPassword-Section section .btnTryLogin, .login-attempt_2 .ResetPassword-Section section .btnTryLogin, .login-attempt_3 .ResetPassword-Section section .btnTryLogin, .login-attempt_4 .ResetPassword-Section section .btnTryLogin {
    float: none;
    margin: 0;
    background-color: #0078a4;
    border-radius: 8px;
    height: 41px; }

.login-attempt .modal-dialog, .login-attempt_2 .modal-dialog, .login-attempt_3 .modal-dialog, .login-attempt_4 .modal-dialog {
  width: 1000px; }

.login-attempt .modal-content, .login-attempt_2 .modal-content, .login-attempt_3 .modal-content, .login-attempt_4 .modal-content {
  border-radius: 0; }

.login-attempt .modal-body, .login-attempt_2 .modal-body, .login-attempt_3 .modal-body, .login-attempt_4 .modal-body {
  padding: 0; }

.login-attempt .body-inner, .login-attempt_2 .body-inner, .login-attempt_3 .body-inner, .login-attempt_4 .body-inner {
  max-width: 1000px; }

#login-attempt_2 .ForgotPassword-Section {
  text-align: center;
  margin-top: 32px !important; }
  #login-attempt_2 .ForgotPassword-Section p {
    font-size: 16px; }

#login-attempt_2 .loader {
  display: none; }

#login-attempt_2 #login-attempt-form_2 .Box1 {
  margin-bottom: 50px; }
  #login-attempt_2 #login-attempt-form_2 .Box1 p {
    font-size: 16px; }
  #login-attempt_2 #login-attempt-form_2 .Box1 .btnTryLogin2 {
    float: none;
    border-radius: 8px; }

#login-attempt_3 .ResetPassword-Section {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 15px; }
  #login-attempt_3 .ResetPassword-Section h1 {
    display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 46px; }
  #login-attempt_3 .ResetPassword-Section p {
    display: block;
    font-size: 15px;
    margin: 20px; }
  #login-attempt_3 .ResetPassword-Section .inline-input {
    display: block;
    position: initial; }
    #login-attempt_3 .ResetPassword-Section .inline-input .btnSendEmail {
      border-radius: 8px;
      margin: 0; }
    #login-attempt_3 .ResetPassword-Section .inline-input .input {
      position: initial; }
      #login-attempt_3 .ResetPassword-Section .inline-input .input input[type="text"] {
        width: 79%;
        margin: 0 18px; }

#login-attempt_4 .ResetPassword-Section {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 15px; }
  #login-attempt_4 .ResetPassword-Section h1 {
    display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 46px; }
  #login-attempt_4 .ResetPassword-Section p {
    display: block;
    font-size: 15px;
    margin: 16px 8px; }
  #login-attempt_4 .ResetPassword-Section .inline-input {
    display: block;
    position: initial; }
    #login-attempt_4 .ResetPassword-Section .inline-input .btnSendEmail2 {
      margin: 0;
      border-radius: 8px; }
    #login-attempt_4 .ResetPassword-Section .inline-input .input {
      position: initial; }
      #login-attempt_4 .ResetPassword-Section .inline-input .input input[type="text"] {
        width: 79%;
        margin: 0 18px; }
  #login-attempt_4 .ResetPassword-Section .btnSendEmail {
    float: none;
    border-radius: 8px; }

/*#InvalidCredential {

    .modal-dialog {
        width: 360px;
    }

    .modal-body {
        padding: 0;

        .btnDismiss {
            width: 100%;
            height: 10%;
            background-color: cornflowerblue;

            button {
                width: inherit;
                height: inherit;
                background-color: #1C5379;
                color: white;
                border: 0px solid;

                &:hover {
                    background-color: #0E324B;
                }
            }
        }
    }
}*/
/*------ 		13. trial form 	------*/
.trial-form .modal-dialog {
  width: 800px; }

.trial-form .modal-content {
  border-radius: 0; }

.trial-form .modal-body {
  padding: 0; }

.trial-form .body-inner {
  max-width: 800px; }

.trial-form h3 {
  margin-bottom: 15px; }

.trial-form label.checkbox {
  margin-top: 0; }

.trial-form .modal-footer {
  display: flex; }

.trial-form .agent-details {
  margin: 30px; }
  .trial-form .agent-details input.left-col {
    padding-right: 15px; }

/*------ 		14. footer 		------*/
footer {
  /*background-color: #0078a4;*/
  height: auto; }
  footer .footer-content {
    line-height: 60px;
    font-family: 'Proxima Nova', san-serif;
    color: #ddd;
    font-size: 12px; }
  footer .float-right span {
    color: #fff; }
    footer .float-right span::after {
      content: " | "; }
    footer .float-right span:last-child::after {
      content: ""; }
    footer .float-right span a {
      color: #fff; }

/*------ 		15. css3 effects 		------*/
.img-zoom {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default; }
  .img-zoom img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear; }
    .img-zoom img:hover {
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      overflow: hidden;
      display: block;
      position: relative; }

/*------ 		16. misc 		------*/
.scroll-top:hover {
  color: #fff !important;
  background-color: #bd8d46;
  text-decoration: none; }

.scroll-top {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 11px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer; }
  @media (min-width: 480px) and (max-width: 767px) {
    .scroll-top {
      display: none; } }
  @media (max-width: 479px) {
    .scroll-top {
      font-size: 10px;
      width: 25px;
      height: 25px;
      line-height: 25px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .scroll-top {
      font-size: 12px;
      width: 30px;
      height: 30px;
      line-height: 30px; } }

/*------ 		17. media queries 		------*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .topbar-contact {
    /*float: right !important;*/ }
  /*.navbar-brand img {
            display: none;
        }*/ }

@media only screen and (max-width: 684px) {
  .topbar-contact {
    float: right !important; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .topbar-contact {
    float: right !important; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .topbar-contact {
    float: right !important; } }

@media (max-width: 480px) {
  .navbar .navbar-header .navbar-brand img {
    width: 50%; } }

/*@media (max-width: 683px){

        .forcefullwidth_wrapper_tp_banner {
                margin-top:  70px !important;
        }
    }

    @media (max-width: 374px){

        .forcefullwidth_wrapper_tp_banner {
                margin-top:  110px !important;
        }
    }*/
.form-button {
  font-size: 13px !important;
  line-height: 20px !important;
  width: 75px !important;
  background-color: #777777 !important;
  color: #ffffff !important;
  padding: 2px 0 !important;
  padding-left: 7px !important;
  padding-right: 2.4em !important;
  vertical-align: middle !important;
  border-radius: 0 !important;
  bottom: 2px !important;
  position: relative !important; }

#btnLogin {
  font-size: 14px !important;
  line-height: 20px !important;
  width: 75px !important;
  background-color: #777777 !important;
  color: #ffffff !important;
  padding: 2px 0 !important;
  padding-left: 7px !important;
  padding-right: 2.4em !important;
  vertical-align: middle !important;
  border-radius: 0 !important;
  bottom: 2px !important;
  position: relative !important; }

#pnlLoginMsg {
  font-size: 14px;
  /*margin-left: 7em;*/
  line-height: 1.5em; }
  #pnlLoginMsg .LoginErrorHeading {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 0;
    margin: 8px 0 15px;
    text-align: left; }
  #pnlLoginMsg .LoginHeadingModal {
    text-align: center;
    color: #009;
    font-size: 1.1em;
    font-weight: bold;
    margin: 1em 0 0.5em; }

.sky-form .checkbox input + i:after {
  content: '\f00c';
  top: -4px !important;
  left: -2px !important; }

.checkbox i {
  border-color: #2da5da !important; }

.empty-section {
  height: 39px; }

.form-control {
  background-color: transparent; }

.body-override {
  padding-right: 0px !important; }

#cellFooterLeft {
  margin-top: 3px; }

.marginHeight {
    margin-bottom: 5px !important;
    padding: 8px !important;
}

.otpPwd {
    width: 70px!important;
    height: 30px!important;
    text-align: center!important
}

.otpPad {
    padding-top: 21px;
    padding-left: 13%;
}

.otpSpace{
    width:3px;
}

.emailTxT {
    height: 25px;
    width: 412px;
    outline: none;
    border:none;
    background-color: white;
    padding-right: 5px;
    font-size: 13px !important;
    font-family: Tahoma !important;
    padding-left: 2px;
    border-bottom: 1px solid #023750;
}

.emailBtnCancel {
    width: 200px;
    background-color: white;
    border-color: #0e283b;
    color: rgb(18, 55, 80);
    height: 36px;
    padding: 0px;
}


.emailBtnCancel:hover {
    background-color: white;
    color: rgb(18, 55, 80);
}

.emailBtnNext {
    width: 200px;
    background-color: rgb(18, 55, 80);
    border-color: #0e283b;
    color: white;
    height: 36px;
    padding: 0px;
}

.ChangePasswordCenterItem {
    /*display: flex;*/
    padding: 5% 10% 5% 10%;
}

.csCenterContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.csMarginBottom {
    margin-bottom: 0px !important;
}

.csMarginLeft {
    margin-left: 25px !important;
}

.modelTitle {
    background-color: #0078a4;
    color: white;
    font-size: 22px;
}

.modelClose {
    color: white !important;
    opacity: 2.2 !important;
}

.passwordChecks {
    color: green;
    font-weight: bold;
}

.btnCancel {
    width: 110px;
    background-color: white;
    border-color: #0e283b;
    color: rgb(18, 55, 80);
    height: 36px;
    padding: 0px;
}