@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

@font-face {
  font-family: "Circular";
  font-style: normal;
  font-weight: 900;
  src: url("https://sp-bootstrap.global.ssl.fastly.net/8.2.4/fonts/circular-black.woff2") format("woff2"),
  url("https://sp-bootstrap.global.ssl.fastly.net/8.2.4/fonts/circular-black.woff") format("woff");
}

@font-face {
  font-family: "Circular";
  font-style: normal;
  font-weight: 700;
  src: url("https://sp-bootstrap.global.ssl.fastly.net/8.2.4/fonts/circular-bold.woff2") format("woff2"),
  url("https://sp-bootstrap.global.ssl.fastly.net/8.2.4/fonts/circular-bold.woff") format("woff"); }

@font-face {
  font-family: "Circular";
  font-style: normal;
  font-weight: 500;
  src: url("https://sp-bootstrap.global.ssl.fastly.net/8.2.4/fonts/circular-book.woff2") format("woff2"),
  url("https://sp-bootstrap.global.ssl.fastly.net/8.2.4/fonts/circular-book.woff") format("woff");
}

@font-face {
  font-family: "Circular";
  font-style: normal;
  font-weight: 300;
  src: url("https://sp-bootstrap.global.ssl.fastly.net/8.2.4/fonts/circular-light.woff2") format("woff2"),
  url("https://sp-bootstrap.global.ssl.fastly.net/8.2.4/fonts/circular-light.woff") format("woff");
}

:root {
  --light-background: #FAFDFF;
}

body {
  font-family: Muli,Helvetica,Arial,sans-serif;
}

.body-content {
  min-height: calc(100vh - 233px);
}

h2 {
    font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}


h3 {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	font-weight: 200;
	letter-spacing: 1px
}

.vcenter {
  height: 100%;
  display: flex;
  align-items: center;
}

.vcenter-inline-content {
  display: inline-block;
  margin: auto 0 !important;
  z-index: 1;
}

p {
  font-family: Muli,Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/************************************************** TEXT AND LINKS ***************************************************/

a {
  outline: none;
}

a:hover {
  text-decoration: none;
}

a.text-primary,
a.text-primary-dark,
a.text-success,
a.text-success-dark,
a.text-info,
a.text-info-dark,
a.text-warning,
a.text-warning-dark,
a.text-danger,
a.text-danger-dark {
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
}

a.text-primary,
a.text-primary:focus,
.text-primary,
.text-primary:hover,
.text-primary:focus {
  color: #1057c8 !important;
}

a.text-primary:hover {
  color: #0e4cb0 !important;
}

a.text-primary-dark,
a.text-primary-dark:focus,
.text-primary-dark,
.text-primary-dark:focus {
  color: #133a68 !important;
}

a.text-primary-dark:hover {
  color: #11335b !important;
}

a.text-success,
a.text-success:focus,
.text-success,
.text-success:hover,
.text-success:focus {
  color: #00cdac !important;
}

a.text-success:hover {
  color: #00b497 !important;
}

a.text-success-dark,
a.text-success-dark:focus,
.text-success-dark,
.text-success-dark:hover,
.text-success-dark:focus {
  color: #02aab0 !important;
}

a.text-success-dark:hover {
  color: #02959b !important;
}

a.text-info,
a.text-info:focus,
.text-info,
.text-info:hover,
.text-info:focus {
  color: #56ccf2 !important;
}

a.text-info:hover {
  color: #4cb3d5 !important;
}

a.text-info-dark,
a.text-info-dark:focus,
.text-info-dark,
.text-info-dark:hover,
.text-info-dark:focus {
  color: #2f80ed !important;
}

a.text-info-dark:hover {
  color: #2970d0 !important;
}

a.text-warning,
a.text-warning:focus,
.text-warning,
.text-warning:hover,
.text-warning:focus {
  color: #f86b00 !important;
}

a.text-warning:hover {
  color: #da5e00 !important;
}

a.text-warning-dark,
a.text-warning-dark:focus,
.text-warning-dark,
.text-warning-dark:hover,
.text-warning-dark:focus {
  color: #c65312 !important;
}

a.text-warning-dark:hover {
  color: #ae4910 !important;
}

a.text-danger,
a.text-danger:focus,
.text-danger,
.text-danger:hover,
.text-danger:focus {
  color: #de3431 !important;
}

a.text-danger:hover {
  color: #c32e2b !important;
}

a.text-danger-dark,
a.text-danger-dark:focus,
.text-danger-dark,
.text-danger-dark:hover,
.text-danger-dark:focus {
  color: #9c2f2a !important;
}

a.text-danger-dark:hover {
  color: #892925 !important;
}

/* Spacing */
.margint-1 {
  margin-top:1rem;
}

.margint-2 {
  margin-top:2rem;
}

.margint-3 {
  margin-top:3rem;
}

.marginb-1 {
  margin-bottom: 1rem;
}

.marginb-2 {
  margin-bottom: 2rem;
}

.margin-title {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

/************************************************** BUTTONS ***************************************************/

.btn {
  border-radius: 21px;
  border: none;
  font-weight: bold;
  color: #fff;
  transition: all .08s ease-in-out;
  -webkit-transition: all .08s ease-in-out;
  -moz-transition: all .08s ease-in-out;
  overflow: hidden;
  position: relative;
}

.btn:hover {
  color: #fff;
}

.btn-lg {
  height: 42px;
  min-width: 170px;
  font-size: 14px;
  padding: 10px 2rem;
}



.btn-md {
  height: 36px;
  min-width: 140px;
  font-size: 12px;
  padding: 9px 1.5rem;
}

.btn-sm {
  height: 28px;
  min-width: 100px;
  font-size: 12px;
  padding: 5px 1.2rem;
}

.btn-xs {
  height: 24px;
  min-width: 80px;
  font-size: 10px;
  padding: 5px 1rem;
}

.btn svg {
  margin-right: 4px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary:active:not(:disabled):not(.disabled).active,
.btn-primary:active:not(:disabled):not(.disabled):active {
  background: linear-gradient(to right, #133a68, #1057c8);
  box-shadow: 0 1px 10px 0 rgba(16, 87, 200, .5);
}

.btn-primary:hover {
  box-shadow: 0 1px 10px 0 rgba(16, 87, 200, .8);
}

.btn-success,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.btn-success:active:not(:disabled):not(.disabled).active,
.btn-success:active:not(:disabled):not(.disabled):active {
  background: linear-gradient(to right, #02aab0, #00cdac);
  box-shadow: 0 1px 10px 0 rgba(0, 205, 172, .5);
}

.btn-success:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 205, 172, .8);
}

.btn-info,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.btn-info:active:not(:disabled):not(.disabled).active,
.btn-info:active:not(:disabled):not(.disabled):active {
  background: linear-gradient(to right, #2f80ed, #56ccf2);
  box-shadow: 0 1px 10px 0 rgba(86, 204, 242, .5);
}

.btn-info:hover {
  box-shadow: 0 1px 10px 0 rgba(86, 204, 242, .8);
}

.btn-warning,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.btn-warning:active:not(:disabled):not(.disabled).active,
.btn-warning:active:not(:disabled):not(.disabled):active {
  background: linear-gradient(to right, #c65312, #f86b00);
  box-shadow: 0 1px 10px 0 rgba(248, 107, 0, .5);
}

.btn-warning:hover {
  box-shadow: 0 1px 10px 0 rgba(248, 107, 0, .8);
}

.btn-danger,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.btn-danger:active:not(:disabled):not(.disabled).active,
.btn-danger:active:not(:disabled):not(.disabled):active {
  background: linear-gradient(to right, #9c2f2a, #de3431);
  box-shadow: 0 1px 10px 0 rgba(222, 52, 49, .5);
}

.btn-danger:hover {
  box-shadow: 0 1px 10px 0 rgba(222, 52, 49, .8);
}

/************************************************** NAVBAR ***************************************************/

.navbar {
  /* max-width: 1160px; */
  margin: auto;
  font-weight: bold;
  z-index: 100;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.navbar .navbar-brand img {
  width: 110px;
}

.navbar .navbar-nav {
  padding-left: 36px;
  padding-top: 2px;
}

.navbar .navbar-nav .nav-item {
  margin-right: 30px;
}
/* Begin header*/
.navbar .navbar-nav .nav-link {
  color: #fff;
  transition: text-shadow .1s ease-in-out;
  -webkit-transition: text-shadow .1s ease-in-out;
  -moz-transition: text-shadow .1s ease-in-out;
}

/* --- Nav bar whens scroll down --- */
#mainNav.navbar-shrink {
	border-color: rgba(34,34,34,.1);
	background-color: #2f80ed;
}
#mainNav.navbar-shrink .navbar-brand {
	color: #F46901;
}
#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
	color: #fdcc52;
}
#mainNav.navbar-shrink .navbar-nav>li>a, #mainNav.navbar-shrink .navbar-nav>li>a:focus {
	color: #FFF;
}
#mainNav.navbar-shrink .navbar-nav>li>a:focus:hover, #mainNav.navbar-shrink .navbar-nav>li>a:hover {
	color: #fdcc52;
}

#mainNav {
    border-color: rgba(34,34,34,.05);
    background-color: #133b6b;
    transition: .35s;
    font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar .rightdropdown {
  position: absolute;
  right: 150px;
}


@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    padding-left: 12px;
  }
  .btn_mobile {
    border-color: white !important;
    font-size: 19px;
    color:white !important;
    padding:9px;
  }
  .nav-icon {
    padding-left:2px;
    font-size: 20px;
  }

  .btn-mobile{
    margin-top:15px !important;
    float: left !important; 
    position: relative !important;
  }

  
}

@media screen and (min-width: 991px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  
  .btn-mobile{
    float: left;
    margin-top: 10px;
  }

  .navbar .navbar-nav .nav-item {
    margin-right: 20px;
  }

  .navbar .btn {
    margin: 0 !important;
    position: absolute;
    right: 16px;
  }

  .btn-mobile-nav {
    position: unset !important;
  }
}

@media screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    display: block !important;
  }

  .navbar .navbar-nav .nav-item {
    margin: 0;
  }

  
  .burger {
    height: 20px;
    width: 36px;
    padding: 0 6px;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 36px;
    z-index: 1000;
  }

  .navbar-toggler .navbar-toggler-right {
    font-size: 19px;
    padding: 8px 10px;
    color: #FFF!important;
    border-color: #FFF
  }

  .x,
  .y,
  .z {
    position: absolute;
    top: 0;
    margin: auto;
    height: 3px;
    width: 24px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }

  .header-faq .x,
  .header-faq .y,
  .header-faq .z {
    background: #181c26;
  }

  .y { top: 8px; }
  .z { top: 16px; }

  .burger-collapse {
    position: fixed;
    top: 44px;
    background: #2970d0 !important;
    -webkit-transition: all .07s ease-out;
    -moz-transition: all .07s ease-out;
    -ms-transition: all .07s ease-out;
    -o-transition: all .07s ease-out;
    transition: all .07s ease-out;
  }

  .rotate30 {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all .05s ease-out;
    -moz-transition: all .05s ease-out;
    -ms-transition: all .05s ease-out;
    -o-transition: all .05s ease-out;
    transition: all .05s ease-out;
  }

  .rotate150 {
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all .05s ease-out;
    -moz-transition: all .05s ease-out;
    -ms-transition: all .05s ease-out;
    -o-transition: all .05s ease-out;
    transition: all .05s ease-out;
  }

  .rotate45 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
  }

  .rotate135 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
  }

  .circle {
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 46px;
    right: 28px;
    background: #fff;
    display: block;
    box-shadow: 2px 0 8px rgba(0, 0, 0, .5);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
  }

  .circle.expand {
    position: fixed;
    height: 100%;
    width: 100%;
    border-radius: 0;
    top: 0;
    right: 0;
  }

  .menu {
    display: none;
    opacity: 0;
    text-align: center;
  }

  .navbar.expand .menu {
    width: 100%;
    opacity: 1;
    display: block;
  }

  .menu li {
    position: fixed !important;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    vertical-align: center;
    text-align: center;
    z-index: 100;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
  }

  .menu li.animate {
    font-size: 22px;
    opacity: 1;
    height: 50px;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .menu li.animate:nth-of-type(1) {
    top: 10%;
    transition-delay: 0s;
  }

  .menu li.animate:nth-of-type(2) {
    top: 28%;
    transition-delay: 0.03s;
  }

  .menu li.animate:nth-of-type(3) {
    top: 46%;
    transition-delay: 0.06s;
  }

  .menu li.animate:nth-of-type(4) {
    top: 64%;
    transition-delay: 0.09s;
  }

  .menu li.animate:nth-of-type(5) {
    top: 82%;
    transition-delay: 0.12s;
  }

  .menu li .dropdown-menu.show {
    position: static;
    margin: 0 auto;
    width: 80%;
    min-width: 180px;
    text-align: center;
  }

  .menu .btn {
    position: relative;
    right: 0;
  }
}

/************************************************** HEADER **************************************************/

.header {
  min-height: 450px;
  background: url(../img/form-pattern.svg), linear-gradient(to bottom, #133a68, #1057c8);
  background-position: center;
  background-size: cover;
  color: #fff;
  margin-bottom: 40px;
  padding-top: 190px;
}

.header.home {
  height: 100vh;
  min-height: 580px;
  background: linear-gradient(65deg, rgba(0, 0, 70, 0.95), rgba(28, 181, 224, 0.95)), url("../img/home-bg.png") center center no-repeat;
}

.header.contact {
  background-color: #e9f0f8;
  margin: 0 !important;
}

.header-faq {
  min-height: 100vh;
  background: url('../img/header-pattern.svg');
  background-position: cover;
  background-repeat: repeat-x;
  z-index: -100;
}

.header .vcenter {
  min-height: calc(100% - 180px);
  height: calc(100% - 180px);
}

.header .row.vcenter {
  width: 100%;
}

.header .col-sm-12 {
  margin: 36px 0;
}

.header .small {
  font-size: 11px;
}

.header .carousel {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.header .carousel .carousel-item {
  transition-duration: 0s;
}

.carousel-item h1, .carousel-item p {	
  text-shadow: 1px 1px 0px #555555;
}

.Header_title { 
  font-size: 4rem !important;
  color: #fff;
  margin-bottom: 0rem !important;
}
.Header_text {
  font-size: 1.5rem !important;
}

.Header_text_slider5 {
  font-size: 1.2rem !important;
  font-family: proxima-nova, sans-serif !important;
}

.BlueHeaderText {
  font-size: 1.2rem !important;
}
.BlueHeaderTitle {
    font-size: 4rem !important;
    font-weight: 200;
    letter-spacing: 1px;
    color: #fff;
}

.Header_title_2 {
  font-size: 3rem !important;
  text-align: center;
  color: #fff;
}

.Header_Detitle {
  font-size: 3.2rem !important;
  color: #fff;
}


.icon-font {
  font-size: 95px;
  text-align: center;
  color: #fff;
}

.divider-2 span {
  display: block;
  width: 500px;
  height: 2px;
  background-color: #F60;
  margin-bottom: 2rem;
}

.divider-security span {
  display: block;
  width: 200px;
  height: 2px;
  background-color: #2585F8;
  margin-bottom: 2rem;
}

.divider-security{
  background-color: #DADADA;
  height: px;
  margin: 0.5em 0px 0.5em;
}


.divider-1 {
  background-color: #DADADA;
  height: px;
  margin: 0.5em 0px 0.5em;
}

@media screen and (max-width: 767px) {
  .header .vcenter-inline-content {
    position: absolute;
    max-width: auto;
    width: auto;
  }
}

.header .col-mouse {
  position: absolute;
  top: calc(100vh - 95px);
  left: calc(50% - 12px);
}

.header .mouse {
  height: 42px;
  width: 24px;
  border: 2px solid #fff;
  border-radius: 12px;
  margin: 0 auto;
}

.header .mouse .wheel {
  height: 4px;
  width: 4px;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  border-radius: 2px;
  background: #fff;
  animation: wheel 1.9s infinite;
}

@keyframes wheel {
  0%   { margin-top:  9px; height:  4px; }
  20%  { margin-top:  9px; height: 11px; }
  40%  { margin-top: 16px; height:  4px; }
  60%  { margin-top: 16px; height:  4px; }
  80%  { margin-top:  9px; height:  4px; }
  100% { margin-top:  9px; height:  4px; }
}

@media screen and (max-width: 991px) {
  .header .col-mouse {
    display: none;
  }
}

@media screen and (max-height: 649px) {
  .header .col-mouse {
    display: none;
  }
}


.col-main{
  background-color: rgba(0,0,0,.3);
  padding: 10px;
  background: linear-gradient(65deg,rgba(19,59,107,0.5),rgba(129,141,188,.50));
}

.slider1_container {
  text-align: center;

}

.col-sub{
    padding: 40px;
    background: linear-gradient(200deg,rgba(0, 48, 105, 0.92),rgba(21, 125, 249, 0.93));
    width: 70%;
    margin: auto;
    border-radius: 25px;
}

/************************************************** HOME **************************************************/

/* CIRCLE ICON GENERAL */

.circle-icon .icon {
  margin: 0 auto 14px;
  transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
}

.circle-icon .title {
  font-weight: bold;
}

.circle-icon p {
  color: #23252e;
  font-size: 16px;
  margin: 6px auto;
  line-height: 20px;
}

/* LARGE CIRCLE ICON */

.circle-icon-lg {
  margin: 0 auto 16px;
  max-width: 380px
}

.circle-icon-lg .icon {
  height: 120px;
  width: 120px;
  border-radius: 60px;
  background: linear-gradient(to top, #2f80ed, #56ccf2);
  color: #fff;
  font-size: 42px;
  box-shadow: 0 2px 8px rgba(47, 128, 237, .5);
}

.circle-icon-lg:hover .icon {
  box-shadow: 0 3px 12px rgba(41, 112, 208, .7);
}

.circle-icon-lg .icon svg {
  margin-top: 40px;
}

.circle-icon-lg .title {
  font-size: 22px;
}

.circle-icon-lg p a {
  display: block;
  font-weight: bold;
  line-height: 32px;
}

.circle-icon-lg p a svg {
  font-size: 14px;
}

/* SMALL CIRCLE ICON */

.circle-icon-sm {
  margin: 0 auto 16px;
  max-width: 420px;
}

.circle-icon-sm .icon {
  height: 60px;
  width: 60px;
  margin: 10px 8px 10px 0;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  display: inline-block;
}

.circle-icon-sm:hover .icon {
  box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
}

.circle-icon-sm .icon svg {
  margin-top: 20px;
}

.circle-icon-sm:hover .icon svg {
  color: #0e4cb0;
}

.circle-icon-sm .title {
  font-size: 20px;
  display: inline-block;
}

@media screen and (max-width: 1185px) {
  .circle-icon-sm .icon,
  .circle-icon-sm .title {
    display: block;
  }

  .circle-icon-sm {
    text-align: center;
  }

  .circle-icon-sm .icon {
    margin: 10px auto;
  }
}

.embed_responsive_IOS {
  float: left;
  width: 45%;
}

.embed_responsive_andriod {
  float: right;
  width: 45%;
}

@media screen and (min-width: 540px) {
  .row_device {
    display: flow-root;
  }
}

@media screen and (min-width: 700px) {
  .row_device {
    display: flex !important;
  }
}


/************** HOME - Security Section Tab ******************/ 
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #02aeb0;
  background-color: #fff;
  border-color: #dee2e600 #dee2e600 #f46901 !important;
  font-size: large;
  font-size: 1.2rem;
}
  .nav-tabs .nav-link {
    border: 3px solid transparent !important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }


.card-tab {
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid #133b6b !important;
}



.exx-box-1 {
  background: #007bff21;
  border: solid;
  border-color: #007bff0d;
}


.exx-box-2 {
    background: #007bff21;
    border: solid;
    border-color: #007bff0d;
}

.inn-box {
  border-left: solid 7px #007bff;
  padding-left: 10px;
  padding-top:10px 
}

.hl-title {
  padding-top: 15%;
  padding-bottom: 11%;
}

@media only screen and (max-width: 990px)  { 
  
  .inn-box {
    border-top: solid 5px #007bff;
    border-left: solid 0px #007bff;
    padding-top: 10px; 
  }

  
}
/************************************************** PRICING **************************************************/

.pricing_header{
  margin-top:100px;
  margin-bottom: 50px;
}
.pricing {
  min-width: 100%;
  margin: 0;
  padding: 0;
  background: url(../img/form-pattern.svg), linear-gradient(to bottom, #005edead ,#005ede12, #005ede29, #005ede29);
  background-size: cover;
}


.pricing .payments {
  margin-bottom: 20px;
}

.pricing .payments .custom-select {
  padding-top: 3px;
  width: 80px;
}

.plan {
  position: relative;
  height: 100%;
  background: #fff;
  margin: 20px auto;
  padding: 10px 10px 140px 0;
  border-radius: 12px;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
}

.plan-icon {
  height: 80px;
  width: 90px;
  margin: 0 auto 10px;
}

.plan-icon-1 {
  background: url(../img/plan-icon-1.png) no-repeat;
}

.plan-icon-2 {
  background: url(../img/plan-icon-2.png) no-repeat;
}

.plan-icon-3 {
  background: url(../img/plan-icon-3.png) no-repeat;
}

.plan-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 18px;
}

.plan ul {
  padding: 0;
  list-style-type: none;
  color: #181c26;
}

.plan ul li {
  list-style-type: none;
  margin: 6px 0;
}



.plan .period {
  font-size: 14px;
  color: #888;
  margin-bottom: 16px;
}

.plan .period .billedAnnually {
  display: inline;
}

.plan .btn {
  position: absolute;
  bottom: 5%;
  left:10%;
  width: 80%;
}
.plan .price {
  position: absolute;
  bottom: 9%;
  left: 40%;

  font-size: 36px;
  color: #181c26;
  font-weight: bold;
}

@media only screen and (max-width: 992px)  {
  .plan .btn {
    position: absolute;
    bottom: 2%;
    left:10%;
    width: 80%;
  }
  .plan .price {
    position: absolute;
    bottom: 15%;
    left: 40%;
  }
}

/* TABLE OLD */

.card {
    border-bottom: 1px solid #133b6b;
    margin-bottom: 1px;
    border-width: thin;
    background-color: #ffffffad;
}

.table-hover tbody tr:hover > th {
  background-color: #fff;
}

.table-hover tbody tr:hover > td {
  background-color: #eaf2fd;
}

@media screen and (max-width: 991px) {
  .plan .btn {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 575px) {
  .plan-1,
  .plan-2,
  .plan-3 {
    border-radius: 0;
    min-height: 540px;
  }
}

/**** PRICING TABLE NEW ****/
/* Fonts*/ 
.subtitle {
    color: #133d72;
    font-size: 1.3rem;
    font-weight: bold;
}

.maintitle {
  font-size: 3rem !important;
}

.currency-div {
  display: flex;
  padding-left: 0px;
}

.plans-title{
  padding-left: 5px !important;
}

.h4_pricing {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #12468e;
  }
  
 .h6_pricing {
      font-family: Muli,Helvetica,Arial,sans-serif!important;
      font-weight: 300;
      font-size: 1rem;
      color: #232121!important;
      margin-top: .5rem;
      margin-bottom: .5rem;
  }
  
  .h3-title {
      color: #0c54a9 !important;
      font-weight: 400;
  }
  

  .a-pricing {
      font-family: Muli,Helvetica,Arial,sans-serif!important;
      font-weight: 300;
      font-size: 1rem;
      color: #232121!important;
      transition: all .35s;
  }
  
  li {
      font-family: Muli,Helvetica,Arial,sans-serif!important;
      font-weight: 300;
      font-size: 1rem;
      color: #232121!important;
      transition: all .35s;
      margin-bottom: 0rem !important;
      
  }
  
  p {
      font-weight: 200;
      font-size: 15px;
      color: #312e2e;
  }
  
  .dark-bold {
      font-weight: 600!important;
      font-size: 1.1rem;
  }
  
  .best-text {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  }
  
  /****  Button  ****/
  .btn-trail {
      background-color: #00aeaf;
      border-color: #00aeaf!important;
      box-shadow: 0 1px 10px 0 #8cc3bcf2;
      cursor: pointer;
      font-family: Roboto,sans-serif;
      font-weight: 200;
      font-size: 1rem;
      color: #fff!important;
      text-align: center;
      border-radius: 10px!important;
      padding: .3rem!important;
      transition: .2s;
  }
  
  .btn-st {
      margin: auto;
      display: -ms-grid;
      display: grid;
  }
  
  .btn-trail:hover {
      background-color: #e02525;
  }
  
  /* Section */
  .pc-table {
    padding: 0px;
  }
  
  section i{
      display: inline-table;
      margin-bottom: 15px;
      background: linear-gradient(65deg,rgba(2,27,121,.95),rgba(5,117,230,.95));
      -webkit-background-clip: text;
      -webkit-text-fill-color: currentColor;
  }
  
  section {
      padding: 40px 0;
  }
  
  /* Icon */
  
  .icon {
      color: #0057bd;
      font-size: 1.5rem;
  }
  
  .icon-info {
      color: #00aeaf!important;
      font-size: 1.2rem;
      float: right;
      cursor: pointer;
  }
  
  .icon-basic{
      color: #acb4bd;
      font-size: 1rem;
  }
  
  .icon-pricing{
      color: #00aeaf;
      font-size: 1rem;
      padding-left: 2px;
      cursor: pointer;
  }
  
  .icon-exp{
      color: #00aeaf;
      font-size: 1.2rem;
      cursor: pointer;
  }
  /* Table */
  .tr-subhead {
      background: #178edc33;
  }
  
  
  .table-hover tbody tr:hover {
      color: #212529;
      background-color: rgba(0,0,0,.075);
  }
  
  .best-option {
      background-color: #178edc;
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
      border: 0 solid !important;
  }
  
  .table-bordered th, .table-bordered td {
    border: 1px solid #61626340;
  }

  .table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
      background-color: #dfebf9;
  }
  
  
  .table thead, .table th {
      padding: .45rem!important;
      vertical-align: top;
  }
  
  /* Most pop */
  .table-remove  {
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-left: 0 !important;
      border-right: 0 !important;
  }
  
  .table-bordered {
      border: 1px solid #ff000000 !important;
  }
  
  /* Edn Most pop */
  
  td {
      text-align: center;
      vertical-align: inherit!important;
  }
  
  .lg-cm {
      width: 40%;
      border-left: 1px solid #dee2e600!important;
      border-top: 1px solid #dee2e600!important;
  }
  
  .divider {
      margin-top: 30%;
  }
  
  .pricing-img{
      padding-bottom: 10px;
  }
  
  /* END TABLE */
  
  
  /** Mobile Optimisation **/
  @media screen and (max-width: 774px) {
      .pc-table {
          visibility: hidden;
          display: none;
          padding: 0px !important;
      }
  
      .mobile-btn, .mobile-container {
          margin-bottom: 10px;
      }
  
      .card-mobile, th{
          width: 100%;
      }
  
      .mb-title {
          font-family: Muli,Helvetica,Arial,sans-serif!important;
          font-weight: 600;
          font-size: 1.1rem;
      }
  
      .mb-container[_ngcontent-c1] {
          margin: 5% 0 0;
      }
      
  }
  
  @media screen and (min-width: 775px) {
      .mobile-table {
          visibility: hidden;
          clear: both;
          margin: 10px auto 5px 20px;
          display: none;
      }
      
      
  }
  
  @media screen and (max-width: 1207px) {
      .h3-title {
          font-size:18px !important;
      }
      
  }
  
  @media screen and (max-width: 774px) {
      h5 {
          font-family: Muli,Helvetica,Arial,sans-serif!important;
          font-weight: 600;
          font-size: 1.5rem;
          color: #232121!important;
      }
     
  }
  
  
  @media (min-width: 992px) {
      section:nth-child(even) {
          background-color: #f3f3f300;
          color: #2e2e2e;
      }
  }
  
  
  .mb-collaspe:hover {
      background-color: #d9ecf8;
      cursor: pointer
  }

/**** PRICING TABLE NEW END ****/

/************************************************** BOTTOM CONTACT FORM **************************************************/

.bottom-form {
  height: 440px;
  background: url(../img/form-pattern.svg), linear-gradient(to bottom, #133a68, #1057c8);
  background-size: cover;
  background-position: center center;
  margin: 24px 0 0;
  z-index: 1;
}

.bottom-form h5 {
  margin: 24px auto;
}

.bottom-form form {
  max-width: 360px;
  margin: 0 auto;
}

/************************************************** FORMS **************************************************/

.form-group {
  padding-bottom: 36px;
  text-align: center;
}

.row_form {
  margin: 20px 0px 25px 0px;
}

.Pri_title {
  font-size: 35px;
}

.sec_title {
  font-size: 20px;
  color:orange;
  display: block ; 
}


.form-control {
  margin-bottom: 12px;
  background: #fff;
  font-weight: bold;
  font-size: 14px;
  color: #133a68 !important;
  border: none;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .1);
}

.form-control::placeholder,
.form-control::-moz-placeholder {
  color: rgba(19, 58, 104, .7);
}

.form-control:focus {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .4);
}

textarea {
  min-height: 160px;
  max-height: 160px;
}

/* SWITCH */

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 18px;
  top: 15px;
}

.switch input {
  display: none;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  border-radius: 9px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  left: -2px;
  bottom: -2px;
  background-color: white;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  box-shadow: 2px 0 6px rgba(0, 0, 0, .2);
}

input:checked + .switch-slider:before {
  transform: translateX(24px);
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  box-shadow: 2px 0 6px rgba(0, 0, 0, .2);
}

/************************************************** FAQ **************************************************/

.faq-category {
  background: #fff;
  border-radius: 12px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, .2);
  margin: 0 auto 24px;
  min-width: 180px;
}

.faq-category .category-icon {
  height: 200px;
}

.faq-category .category-icon svg {
  font-size: 90px;
  margin-top: 60px;
}

.faq-category .btn {
  border-radius: 0 0 12px 12px;
  width: 100%;
  height: 80px;
  padding-top: 24px;
  color: #fff !important;
  box-shadow: none;
}

/************************************************** CONTACT **************************************************/

.contact-bg {
  background-color: #e9f0f8 !important;
  background: url(../img/contact-bg.png) no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 800px;
  padding: 12px 0;
}

.contact {
  margin-top: 18px;
}

.contact strong {
  margin-top: 12px;
}

.contact form {
  max-width: 460px;
  margin: 0 auto;
}

.company-details {
  padding: 24px 0 60px;
  margin-bottom: 16px;
  min-height: 340px;
  background: #13182b;
  border-radius: 8px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, .2);
}

.company-details .row {
  margin: 0;
}

.company-details:not(p) i,
.company-details strong {
  display: block;
}

.company-details svg {
  font-size: 24px;
  margin-top: 36px;
}

.company-details strong {
  margin: 4px 0 24px;
}

.company-details h5 {
  margin-bottom: 2px;
}

.company-details p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #e2e2e2;
}

.company-details p a {
  color: #e2e2e2;
}

.company-details p svg {
  font-size: 14px;
  margin-top: 0;
}

.company-details p img {
  height: 12px;
  margin: -4px 6px 0;
}

@media screen and (max-width: 575px) {
  .contact-bg {
    padding: 12px 0 0;
  }

  .company-details {
    border-radius: 0;
    margin: 0;
  }
}

.join-us {
  min-height: 240px;
  padding: 32px 16px;
}

.join-us h5 {
  margin-bottom: 16px;
}

/************************************************** 404 **************************************************/

.container-fluid.bg-full-height {
  background: linear-gradient(65deg, rgba(0, 0, 70, 0.95), rgba(28, 181, 224, 0.95)), url("../img/home-bg.png") center center no-repeat;
  height: 100vh;
  color: #fff;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/************************************************** FOOTER **************************************************/

footer {
  min-height: 225px;
  width: 100%;
  padding: 36px 0;
  background: #13182b;
  color: #fff;
  border-top: 2px solid #fff;
}

footer img {
  height: 45px;
  margin-top: 42px;
}

footer p {
  margin: 24px 0;
}

footer p a {
  color: #fff;
  font-weight: bold;
  padding: 8px;
  margin: 14px;
}

footer p a:hover {
  color: #ececec;
}

@media screen and (max-width: 991px) {
  footer p a {
    display: block;
    margin: 0;
    padding: 2px;
  }
}


.translatebox{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}


.language-menu {
  min-width: 100% !important;
}


.text-blue{
  color:#1057c8 !important;
}

.v-offset-4{
  height: 40px;
}

.mobile-devices{
  background: #0c54a9;
  padding: 40px;
  padding-bottom: 80px;
}



.bg-img {
  background: linear-gradient(65deg,rgba(2,27,121,.85),rgba(5,117,230,.85)) center/cover no-repeat fixed,url('../img/slider-img/bg.png') center/cover no-repeat fixed;
  height: 100vh;
}

#tyro-logo-horizontal-svg {
  width: 149px;
  max-width: 100%;
  height: 110px;
  float: right;
  color: #fff;
}

.slide-item{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;

}
.slide-item::before{
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  background: -webkit-linear-gradient(65deg, rgba(19,59,107,0.5),rgba(129,141,188,.50));
  background: linear-gradient(65deg,rgba(19,59,107,0.5),rgba(129,141,188,.50));
    
}

.slide-item-darker::before{
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  background: -webkit-linear-gradient(65deg, rgba(82, 155, 245, 0.36),rgba(1, 7, 12)) !important;
  background: linear-gradient(65deg,rgba(v),rgba(1, 7, 12)) !important;
}

.slide-item-lighter::before{
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  height: 100vh;
  background: -webkit-linear-gradient(65deg, #12346038,#a5ceffd4);
}
/* 
background: -webkit-linear-gradient(65deg, rgba(129,141,188,.50),rgba(129,141,188,.50));
background: linear-gradient(65deg,rgba(129,141,188,.50),rgba(129,141,188,.50));
*/

.slide1 {
  background: url('../img/slider-img/primary.jpg') center/cover no-repeat fixed;
}
.slide2 {
  background: url('../img/slider-img/government3.jpg') center/cover no-repeat fixed;
}
.slide3 {
  background: url('../img/slider-img/cloud.jpg') center/cover no-repeat fixed;
}
.slide4 {
  background: url('../img/slider-img/customer_support.jpg') center/cover no-repeat fixed;
}
.slide5 {
  background: url('../img/slider-img/bg.png') center/cover no-repeat fixed;
}
.slide6 {
  background: url('../img/slider-img/Mediclinic_login_Web.png') center/cover no-repeat fixed;
}
.slide7 {
  background: url('../img/slider-img/Coworking_Slider.jpg') center/cover no-repeat fixed;
}

.slide-scantobook {
  background: url('../img/slider-img/scantobook-slider-img.jpg') center/cover no-repeat fixed;
}


.center-text{
  font-size: 50px !important;
  text-align: center;
  font-family: 'Roboto Condensed',Helvetica,Arial,sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

.carousel-item-cover {
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-text a {
  display: inline;
  font-size: 1rem;
  text-transform: lowercase;
  
}
.carousel-text-left {
  left: 10vw;
}
.carousel-text-right {
  right: 0;
  margin-right: 5%;    
}

.carousel-text-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 60vw;
  text-align: center;
  font-size: 80px !important;
}
.carousel-text h1 {
  margin-bottom: 2rem;

}
.carousel-text p {
  color: #fff;
  font-size: 1.2rem;
  font-size: 2rem;
}

.call-to-action-btn {
  position: absolute;
  bottom: 10%;
  left: 30%;
  margin-left: auto;
  margin-right: auto;
}


.carousel-text h1{
  font-size: 3rem;
  color: #fff;
}

.col_slider_5 {
  margin:auto !important;
}

/*
@media (min-width: 1200px) {
  .container{
      max-width: 1400px;
  }
}
*/
@media screen and (max-width: 1024px) {
  .Header_title  {
      font-size: 3rem !important;
    }
  .Header_text  {
      font-size: 1.1rem !important;
    }
  .BlueHeaderText {
      font-size: 1.2rem !important;
    }
  .BlueHeaderTitle {
        font-size: 3rem !important;
        font-weight: 200;
        letter-spacing: 1px;
        color: #fff;
    }

  
}
@media screen and (max-width: 768px) {
  .col-main{
      padding-left:15px; 
  }
  .carousel-text{
      margin-top:160px;

  }
  .Header_title {
      font-size: 3rem !important;
  }
  .Header_text  {
    font-size: 1.1rem !important;
    color: #fff !important;
  }
  .BlueHeaderTitle {
    font-size: 2rem !important;
    font-weight: 200;
    letter-spacing: 1px;
    color: #fff;
  }
  .BlueHeaderText {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem !important;
    font-weight: 400;
  }
  
  .BlueHeaderSubTitle {
    font-family: 'Raleway', sans-serif;
    font-size: 1.6rem !important;
    font-weight: 200;
    letter-spacing: 1px;
    color: #fff;
    padding: 40px 0px 0px 0px;
  }
  .app-logo{
      margin: 5px auto;
      text-align: center;
  }
  
  .app-links-text{
      margin-top:5px;
      margin-bottom:5px;
  }

  .raw_device {
    display:flow-root;
  }

  .mobile_slider {
    margin-top: 65px;
  }
}

/*
svg{
  color:#fff !important;
}
*/

.app-links-text{
  margin-top:20px;
  margin-bottom:20px;
}

.image-preload{
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
  content:url('../img/slider-img/bg.png') url('../img/slider-img/government3.jpg') url('../img/slider-img/cloud.jpg') url('../img/slider-img/customer_support.jpg') url('../img/slider-img/ease-of-use.jpg');
}




/************************************************** Feature **************************************************/
hr {
  margin: 25px auto 25px;
  border-width: 1px;
  border-color: rgba(34,34,34,.1);
}

.img_feature {
  margin-bottom: 35px;
}


.fal {
  color:#02aab0 !important;
}

section:nth-child(odd) {
  background-color: #f3f3f3;
  color: #2e2e2e;
}


section {
  padding:50px
}

section h2 {
  font-size: 50px;
}

section p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}


@media screen and (max-width: 760px) {
  section {
    padding: 15px;
    margin: 15px 0px 15px 0px;
  }

  .last_section {
    margin-bottom: 0px !important;
  }

  section h2 {
    font-size: 35px;
  }

  section p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .feature_btn {
    width: 65% !important;
    margin-bottom: 5px;
  }

  .row {
    display: flow-root;
  }
}

/*button*/
.feature_btn {
  width: 25%;
  margin-bottom: 5px;
}

/************************************************** Co-working **************************************************/

/*** Header ***/
.Coheader {
  min-height: 41rem;
  background: url(../img/Coworking/Coworking_Details.png), linear-gradient(to bottom,#2f8af5,#1057c80a,#1057c800, #1057c800);
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 190px;
  margin-bottom: 25px;
}


/*** Text ***/

.co-p {
  font-family: proxima-nova, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #0F0E0E;
  font-size: 16px;
}

.co-text-control {
  padding-right: 6rem;
}

.co-quotes {
    font-family: 'Playfair Display', serif;
    margin-top: 6rem;
    font-size: 1.5rem;
    font-weight: 200;
    color: #0F0E0E;
}

.co-p-main {
  font-family: 'PT Sans', sans-serif !important;
  color: #0F0E0E;
  font-size: 16px;
  font-weight: 300;
  padding: 0px 120px 0px 120px;
}

.CoTitle{
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 1px;
    color: #0F0E0E;
}

.CoHeadTitle{
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 200;
  letter-spacing: 1px;
  color: #0F0E0E;
}

.CoSubTitle{
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    line-height: 3.1;
    font-weight: 600;
    color: #393838;
}

.coFeaTitle {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
    font-weight: 200;
    letter-spacing: 1px;
}

.pricingtext {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  font-weight: 200;
  letter-spacing: 1px;
  margin-top:45px
}

.co-header {
  color:white;
  margin-top:5px;
}

.co-header-text {
  padding-right: 19rem;
  font-size: 1.2rem !important;
  font-weight: 200;
  letter-spacing: 1px;
  margin-top:45px
}

/* Section */

.pricingSpace {
  word-spacing: 1.8em;
}

.CoSection{
  background-color: #9dc5ef21 !important;
  color: #f3f3f3;
}

.CoContainer {
    border-color: #F5BB73 !important;
    border: solid 1px;
    padding: inherit;
    margin-top: 35px;
}

.CoAccessContainer {
    border-color: #F5BB73 !important;
    border: solid 1px;
    padding: inherit;
    margin-top: 5px;
}

.divider-CoWork span {
  display: block;
  width: 200px;
  height: 1px;
  background-color: #F5D8A6;
  margin:auto;
  margin-bottom: 0rem;
}

.divider-feature span {
  display: block;
  width: 200px;
  height: 1px;
  background-color: #F5D8A6;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.divider-header {
  display: block;
  width: 200px;
  height: 5px;
  margin-top: 26rem;
}

.co-SliderSubTitle{
    font-size: 1.1rem !important;
    font-weight: 200;
    letter-spacing: 1px;
    color: white;
}

.btn-price {
  cursor: pointer;
  background: linear-gradient(to right, #02aab0, #8dbbec);
  color: white;
}

/*** Mobile **/ 

@media screen and (max-width: 990px) {
  .co-SliderSubTitle{
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem !important;
    font-weight: 200;
    letter-spacing: 1px;
    color: white;
  }
  .co-header-text {
      font-family: 'Raleway', sans-serif;
      padding-right: 0rem;
      font-size: 1rem !important;
      font-weight: 200;
      letter-spacing: 1px;
      margin-top:45px
    }
  .slide7 {
      background-position: left !important;
      background-size: auto;
    }

  .co-HeaderTitle{
      font-size: 3rem !important;
      font-weight: 200;
      letter-spacing: 1px;
      color: #0F0E0E;
    }
  .co-first-section {
    padding: 15px;
    margin: 0px 0px 0px 0px !important;
    }
  .coFeaTitle {
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
    font-weight: 200;
    letter-spacing: 1px;
    color: #474a4c;
    }
  .CoMobileRemove {
    display:none;
    }
  .pricingtext {
    padding-bottom:15px;
    }

  .pricingSpace {
    word-spacing: 1em;
    }
    .co-p-main {
      padding: 0px 0px 0px 0px;
  }

  
} 
/************************************************** END Co-working **************************************************/

/* BANNER POP UP */
.modal_popup {
  position: fixed;
  bottom:0;
  height: auto;
  width: 100%;
  display:flex;
  float: right;
}
.modal_content {
  background-color: #fff;
  text-align: center;
  padding: 1rem 1rem;
  box-shadow:  9px 27px 45px -8px #0000004a;
  border-radius: 15px;
  flex: 0 0 20% !important;
  animation: SlideUp 2s ease-in;
}

@keyframes  SlideUp {
  0% { 
    transform : translateY(2000px);
  }
  100% {
    transform : translateY(0);
  }
}
.close {
  color:red;
  font-size:25px;
}
.close_bar {
  display:flex;
  justify-content: flex-end;
  cursor:pointer; 
}
.cloud {
  width: 80%;
}

.popup_button_container {
  margin-bottom: 5px;
}
.p_popup {
  font-size: 1rem;
  font-family: proxima-nova, sans-serif !important;
}

.popup_title {
  font-size: 2rem ;
  font-family: proxima-nova, bold ;
  color: #259af9;
}

.popup_SubTitle {
  font-size: 1.3rem ;
  font-family: proxima-nova, bold ;
}

@media screen and (max-width: 1700px) {
  .p_popup {
    font-size: 1rem ;
  }
  .popup_title {
    font-size: 1.2rem !important ;
  }
  .popup_SubTitle {
    font-size: 1.1rem !important ;
  }
}
/* END BANNER*/
