/* @override 
	http://robotair.local:5757/css/local.css
	http://app9.nood.org/css/local.css
	http://pipeline.local/css/local.css
	http://app12.nood.org/css/local.css
	https://www.pipelinecom.net/css/local.css
	https://app12.nood.org/css/local.css
	https://pipeline.local/css/local.css */

body {
  font-weight: 200;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.heading-wrapper .h1 {
  color: #38b5e6;
}

h3 {
  font-weight: 300;
}

.form-control:focus {
  border-color: #333;
}

hr {
  border-color: #d7d7d7;
}

.navbar-brand {
  /*width: 390px;*/
  margin-top: 18px;
  margin-bottom: 18px !important;
  height: 100%;
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 200px;
    margin-top: 5px;
    margin-bottom: 0;
    height: 100%;
    margin-left: -15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand {
    margin-bottom: 10px;
    position: relative;
    top: 25px;
  }
}

@media (min-width: 1199px) {
  .navbar-brand {
    margin-bottom: 10px;
    position: relative;
    top: 15px;
  }
}

.header-wrapper {
  background-color: #383838;
}

.navbar-default {
  margin-bottom: 0;
}

.nav.navbar-nav li a {
  color: #fff;
  margin: -20px 10px 20px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 5px;
  font-size: 21px;
  border-bottom: 2px solid transparent;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin-bottom: 0;
    padding-bottom: 30px;
    margin-top: 1px;
  }

  .nav.navbar-nav li a {
    margin: 0;
    border-bottom: 2px solid #555;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  .navbar-header {
    padding-bottom: 15px;
    border: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav.navbar-nav li a {
  margin: -10px 10px 10px;
  font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav.navbar-nav li a {
    margin: -10px 10px 10px;
    font-size: 18px;
  }
}

.navbar-toggle {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: -15px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 1px;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #999;
}

.fax .nav.navbar-nav li.fax a,
.faxemail .nav.navbar-nav li.faxemail a,
.email .nav.navbar-nav li.email a,
.social .nav.navbar-nav li.social a,
.ppc .nav.navbar-nav li.ppc a,
.consultation .nav.navbar-nav li.consultation a,
.nav.navbar-nav li a:hover,
.nav.navbar-nav li a.active {
  background-color: transparent;
  border-bottom: 2px solid #38b5e6;
}

.nav.navbar-nav li.consultation a {
  margin-right: 0;
}

.header-call-wrapper {
  padding-right: 0;
  padding-left: 0;
}

.header-call {
  background-color: #fff;
  padding: 10px 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-family: "myriad-pro", Arial, sans-serif;
  font-weight: 200;
}

@media (max-width: 767px) {
  .header-call {
    margin-bottom: 15px;
    margin-left: -30px;
    margin-right: -30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 768px) {
  .header-call {
    float: right;
  }
}


.lead {
  font-size: 21px;
}

.consultation-wrapper {
  background-color: #38b5e6;
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 30px;
}

.audioconferencing .consultation-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}

.fax .consultation-wrapper,
.bg-blue {
  background-color: #008fd3;  
}

.email .consultation-wrapper,
.bg-green {
  background-color: #7bb03e;  
}

.ppc .consultation-wrapper,
.bg-yellow {
  background-color: #f5ae2c;  
}

.audioconferencing .consultation-wrapper,
.social .consultation-wrapper {
  background-color: #f28a30;  
}

.consultation-wrapper .btn {
  background-color: transparent;
  margin-bottom: 10px;
}

.main-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.front .main-wrapper {
  padding-top: 45px;
  text-align: center;
  padding-bottom: 60px;
}

.email .main-wrapper {
  padding-top: 0px;
  padding-bottom: 50px;
}

.front .main-wrapper h2 {
  margin-top: 0;
}

.front .main-wrapper img {
  width: 160px;
  margin-bottom: 30px;
}

.services-intro {
  padding-top: 35px;
}

.service-image img {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .service-image img {
    width: 160px;
    margin-bottom: 30px;
  }
}

.front .main-wrapper .colorbar {
  border-top: 5px solid #f5ae2c;
  width: 100%;
  display: block;
  margin-bottom: 45px;
  margin-top: 30px;
}

.front .main-wrapper .faxemail .btn,
.front .main-wrapper .faxemail .colorbar {
  border-color: #92d4e7;
}

.front .main-wrapper .faxemail .btn:hover {
  background-color: #92d4e7;
  color: #fff;
}

.front .main-wrapper .social .btn,
.front .main-wrapper .social .colorbar {
  border-color: #f28a30;
}

.front .main-wrapper .social .btn:hover {
  background-color: #f28a30;
  color: #fff;
}

.front .main-wrapper .ppc .btn,
.front .main-wrapper .ppc .colorbar {
  border-color: #f5ae2c;
}

.front .main-wrapper .ppc .btn:hover {
  background-color: #f5ae2c;
  color: #fff;
}

.front .main-wrapper .email .btn,
.front .main-wrapper .email .colorbar {
  border-color: #90c84b;
}

.front .main-wrapper .email .btn:hover {
  background-color: #90c84b;
  color: #fff;
}

.front .main-wrapper .consultation .btn,
.front .main-wrapper .consultation .colorbar {
  border-color: #fc601f;
}

.front .main-wrapper .consultation .btn:hover {
  background-color: #fc601f;
  color: #fff;
}

.front .main-wrapper .fax .btn,
.front .main-wrapper .fax .colorbar,
.front .banner-wrapper .btn {
  border-color: #007dc5;
}

.front .main-wrapper .fax .btn:hover,
.front .banner-wrapper .btn:hover {
  background-color: #007dc5;
  color: #fff;
}

.ppc .working-wrapper .fa,
.ppc .working-wrapper .fa-solid {
  font-size: 60px;
  color: #38b5e6;
  margin-top: -5px;
}

.blue {
  color: #007dc5;
}

.blue-light {
  color: #38b5e6;
}

.white {
  color: #ffffff;
}

/*.working-wrapper div.white {
  background-image: -webkit-linear-gradient(right, rgba(4, 2, 2, 0) 0%, rgba(3, 1, 1, 0.22) 100%);
  background-image: -moz-linear-gradient(right, rgba(4, 2, 2, 0) 0%, rgba(3, 1, 1, 0.22) 100%);
  background-image: -ms-linear-gradient(right, rgba(4, 2, 2, 0) 0%, rgba(3, 1, 1, 0.22) 100%);
  background-image: linear-gradient(to left, rgba(4, 2, 2, 0) 0%, rgba(3, 1, 1, 0.22) 100%);
}*/

.strong {
  font-weight: 600;
}

.ppc .working-wrapper .fa {
  color: #f5ae2c;
}




@media (max-width: 767px) {
  .working-wrapper .fa {
    font-size: 40px;
  }
}

.working-wrapper h3 {
  margin-top: 0;
}

.header-call p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 59px;
}

.header-call .btn {
  margin-left: 60px;
  float: right;
  margin-top: 0;
}

@media (max-width: 767px) {
  .header-call .h4,
  .header-call p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: 1em;
  }
  
  .header-call .h4 {
    font-weight: 600;
  }
}

.btn {
  border-radius: 46px;
  min-width: 200px;
  font-weight: 600;
  margin-top: 10px;
}

.btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.btn-default {
}

.btn.email {
  min-width: 110px;
}

.btn-submit {
  color: #fff;
  background-color: #007dc5;
  border-color: #fff;
}

.btn-submit:hover {
  color: #fff;
  background-color: #38b5e6;
}

.btn-orange {
  color: #000;
  background-color: #fff;
  border-color: #f28a30;
}

.btn-orange:hover {
  color: #fff;
  background-color: #f28a30;
}

.btn-blue-light {
  color: #000;
  background-color: #fff;
  border-color: #38b5e6;
}

.btn-blue-light:hover {
  color: #fff;
  background-color: #38b5e6;
}

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  margin-top: -35%;
}

@media (min-width: 1199px) {
  .owl-carousel .owl-nav {
    margin-top: -30em;
  }
}

.fax_landing .owl-carousel .owl-nav {
  display: none;
}

.owl-carousel .owl-nav .owl-next {
  float: right;
  display: block;
  position: relative;
  color: #fff;
  margin-right: 10px;
  padding: 10px 15px;
  font-size: 50px;
}

.owl-carousel .owl-nav .owl-prev {
  float: left;
  display: block;
  position: relative;
  color: #fff;
  margin-left: 10px;
  padding: 10px 15px;
  font-size: 50px;
}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .owl-nav {
    margin-top: -17em;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .owl-carousel .owl-nav {
    margin-top: -22em;
  }
}

.footer-wrapper {
  background-color: #383838;
  color: #e7e7e7;
  padding-top: 35px;
}

.footer-wrapper a {
  color: #b7b7b7;
}

.footer-wrapper a:hover {
  color: #38b5e6;
  text-decoration: none;
}

.footer-wrapper .btn {
  background-color: transparent;
  color: #e7e7e7;
  margin-right: 32px;
  margin-bottom: 15px;
  margin-top: 25px;
}

.footer-wrapper .btn:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.footer-wrapper .row {
  margin-bottom: 30px;
}

.footer-wrapper h2,
.footer-wrapper .h2,
.footer-wrapper h3,
.working-wrapper h2,
.text-blue {
  color: #38b5e6;
}

.quote i {
  font-size: 64px;
  margin-bottom: 20px;
}

.service-icons {
  text-align: left;
  padding-right: 30%;
  padding-left: 30%;
}

@media (max-width: 767px) {
  .service-icons {
    text-align: left;
    padding-right: 0%;
    padding-left: 25%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service-icons {
    text-align: left;
    padding-right: 0%;
    padding-left: 25%;
  }
}

.service-icons i {
  margin-right: 15px;
}

.panel .price .h1 {
  font-weight: bold;
  margin-left: 6rem;
}

.service-icons .lead {
  margin-bottom: 15px;
}

.panel .price .currency {
  font-weight: normal;
  font-style: normal;
}

.footer-wrapper .copyright {
  border-top: 1px solid #787878;
  padding-top: 30px;
}

.footer-wrapper .copyright a {
  margin-right: 30px;
}

.footer-wrapper address {
  margin-bottom: 13px;
}

.footer-wrapper .copyright span {
  float: right;
}

.footer-wrapper img {
  margin-bottom: 30px;
  max-width: 270px;
}

@media (max-width: 767px) {
  .footer-wrapper img {
    max-width: 200px;
  }
}

.heading-wrapper {
  position: relative;
}

.slide-wrapper {
  padding-right: 0;
  padding-left: 0;
}

.slide-body .h1 {
  
}

.heading-wrapper .slide-body,
.slide .slide-body {
  color: #fff;
}


.slide-body {
  background-size: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: bottom right;
  background-size: cover;
}

.slide.fax .slide-body {
  background-image: url(/content/pl-fax-20-1200x1000-desktop.jpg);
}

.slide.social .slide-body {
  background-image: url(/content/pl-social-20-1200x1000-desktop.jpg);
}

.slide.ppc .slide-body {
  background-image: url(/content/pl-ppc-20-1200x1000-desktop.jpg);
}

.slide.email .slide-body {
  background-image: url(/content/pl-email-20-1200x1000-desktop.jpg);
}

.slide.sms .slide-body {
  background-image: url(/content/pl-sms-21-1200x1000-desktop.jpg);
}



@media (max-width: 767px) {
  .heading-wrapper .slide-body {
    background-image: none !important;
  }
  
  .heading-wrapper {
    background-color: #38b5e6;
    padding-bottom: 30px;
  }
  
  .heading-wrapper .slide-body {
    padding-left: 15px;
    padding-right: 1px;
  }
  
  .slide .slide-body {
    height: 40em;
  }
  
  .slide .slide-body .h1 {
    margin-top: 45px;
    font-size: 36px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .slide .slide-body .h3 {
    font-size: 24px;
    margin-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .owl-carousel .owl-nav {
    display: none;
  }
  
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading-wrapper .slide-body {
    min-height: 30em;
  }
  
  .slide .slide-body {
    min-height: 30em;
  }
    
  .heading-wrapper .slide-body .h1 {
    font-size: 30px;
    margin-top: 100px;
  }
    
  .heading-wrapper .slide-body .h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  
  .heading-wrapper .slide-body .h4 {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .heading-wrapper .slide-body {
    min-height: 17em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  
  .slide .slide-body {
    min-height: 38em;
  }
  
  .heading-wrapper .slide-body .h1 {
    font-size: 38px;
  }
    
  .heading-wrapper .slide-body .h3 {
    font-size: 24px;
    padding-top: 0;
    margin-top: 20px;
  }
  
  .heading-wrapper .slide-body .h4 {
    font-size: 18px;
  }
}

@media (min-width: 1199px) {
  .heading-wrapper .slide-body {
    height: 28em;
    padding-top: 7em;
    padding-bottom: 7em;
  }
  
  .slide .slide-body {
    height: 800px;
    padding-top: 15em;
    padding-bottom: 15em;
  }
}


@media (max-width: 767px) {
  #navbar-collapsable {
    border-top: 1px solid #555;
  }
}

@media (max-width: 991px) {
  #navbar-collapsable {
    clear: both;
    padding-top: 0;
  }
}

.heading-wrapper .slide-body .btn,
.slide .slide-body .btn {
  background-color: transparent;
}

.heading-wrapper .slide-body .btn:hover,
.slide .slide-body .btn:hover {
  background-color: #fff;
}

.sub-heading-wrapper {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sub-heading-wrapper p {
  margin-bottom: 0;
}

.sub-heading-wrapper .h4 {
  line-height: 1.3em;
  margin-top: 0;
}

.slide .h1 {
  font-weight: bold;
  font-size: 60px;
}

.slide .h3 {
  font-size: 40px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .slide .h1 {
    font-weight: bold;
    font-size: 48px;
    margin-top: 2.5em;
  }
  .slide .h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .slide .h1 {
    font-weight: bold;
    font-size: 40px;
    margin-top: 2.3em;
  }
  .slide .h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

.working-wrapper {
  margin-bottom: 60px;
  background-position: right bottom !important;
  background-size: cover !important;
}

.front .working-wrapper {
  margin-bottom: 0;
}

.fax_landing .working-wrapper {
  margin-bottom: 0;
}

.working-wrapper h2 {
  margin-bottom: 60px;
}

.front .working-wrapper h2 {
  margin-top: 0;
}

/*RESP !*/
/*.working-wrapper .row.last {
  margin-top: 45px;
}*/

@media (min-width: 992px) and (max-width: 1199px) {
/*  .navbar-brand {
    max-width: 250px;
  }*/
}

@media (min-width: 768px) and (max-width: 991px) {
/*  .navbar-brand {
    max-width: 250px;
  }
  */
  .header-call {
    max-width: 400px;
  }
  
  .header-call strong {
    float: left;
  }
  
}

.consultation .main-wrapper {
  text-align: center;
}

.consultation .main-wrapper .row {
  margin-bottom: 30px;
}

.consultation .checkbox {
  margin-right: 10px;
  margin-left: 10px;
}

.ppc .services-intro ul {
  padding-left: 30px;
}

.ppc .services-intro li {
  display: block;
  list-style-image: none;
  list-style: none;
  margin-bottom: 10px;
}

.ppc .services-intro li i {
  margin-left: -2em;
  color: #f5ae2c;
  padding-right: 10px;
}

.input-group.date .input-group-addon {
  background-color: #ddd;
}

.audioconferencing input,
.audioconferencing select,
.audioconferencing form button {
  background-color: #f8f8f8;
}

.audioconferencing form button {
  float: left;
  clear: both;
  margin-left: 36%;
}

.eq,
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .services-intro .eq {
    height: 100px !important;
  }
}

.form-general .checkbox {
  margin-right: 2rem;
  margin-left: 2rem;
}

.form-general {
  text-align: center;
}

.conf-logo {
  max-height: 60px;
}

.conf-logo.imeet-logo {
  max-height: 35px;
  margin-bottom: 55px;
}

.conf-logo-2 {
  margin-bottom: 45px;
  margin-top: 45px;
  max-width: 350px;
}

@media (max-width: 991px) {
  .conf-logo-2 {
    max-width: 250px;
  }
}

.conf-image {
  margin: 30px auto;
}

.social .btn-orange {
  margin-bottom: 45px;
  float: none;
  margin-left: 30%;
}

.banner-wrapper {
  background-color: #f9f9f9;
  padding-top: 45px;
  padding-bottom: 45px;
}

.banner-wrapper-white {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner-wrapper h2 {
  margin-top: 0;
}

.digit-blue {
  color: #fff;
  background-color: #38B5E6;
  padding: 5px 10px;
  border-radius: 45px;
  font-size: 16px;
  line-height: 17px;
  font-weight: bold;
  margin-right: 5px;
  position: relative;
  top: -3px;
}

.digit-blue.white {
  color: #38B5E6;
  background-color: #fff;
}

.rotator {
  background-color: #38B5E6;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  font-size: 32px;
  font-weight: bold;
}

.ico-svg {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.fax .working-top {
  background: url(../content/pl-fax-20-1200x1000-desktop.jpg) no-repeat;
  background-size: cover;
}

.faxemail .working-top {
  background: url(../content/pl-faxemail-20-1200x1000-desktop.jpg) no-repeat;
  background-size: cover;
}

.email .working-top {
  background: url(../content/pl-email-20-1200x1000-desktop.jpg) no-repeat;
  background-size: cover;
}

.social .working-top {
  background: url(../content/pl-social-20-1200x1000-desktop.jpg) no-repeat;
  background-size: cover;
}

.ppc .working-top {
  background: url(../content/pl-ppc-20-1200x1000-desktop.jpg) no-repeat;
  background-size: cover;
}

.sms .working-top {
  background: url(../content/pl-sms-21-1200x1000-desktop.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .audioconferencing .working-top-device {
    background-image: none;
  }
  
  .slide.fax .slide-body,
  .fax .working-top {
    background: url(../content/pl-fax-20-600x1200-mobile.jpg) right bottom no-repeat;
    background-size: cover;
    padding-bottom: 490px;
  }
  
  .slide.faxemail .slide-body,
  .faxemail .working-top {
    background: url(../content/pl-faxemail-20-600x1200-mobile.jpg) right bottom no-repeat;
    background-size: cover;
    padding-bottom: 330px;
  }
  
  .slide.email .slide-body,
  .email .working-top {
    background: url(../content/pl-email-20-600x1200-mobile.jpg) right bottom no-repeat;
    background-size: cover;
    padding-bottom: 200px;
  }
  
  .slide.social .slide-body,
  .social .working-top {
    background: url(../content/pl-social-20-600x1200-mobile.jpg) right bottom no-repeat;
    background-size: cover;
    padding-bottom: 200px;
  }
  
  .slide.ppc .slide-body,
  .ppc .working-top {
    background: url(../content/pl-ppc-20-600x1200-mobile.jpg) right bottom no-repeat;
    background-size: cover;
    padding-bottom: 200px;
  }
  
  .slide.sms .slide-body,
  .sms .working-top {
    background: url(../content/pl-sms-21-600x1200-mobile.jpg) right bottom no-repeat;
    background-size: cover;
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-left {
    margin-bottom: 45px;
  }
  
  .slide.fax .slide-body,
  .fax .working-top {
    background: url(../content/pl-fax-20-1000x900-tablet.jpg) right bottom no-repeat;
    background-size: cover;
  }
  
  .slide.faxemail .slide-body,
  .faxemail .working-top {
    background: url(../content/pl-faxemail-20-1000x900-tablet.jpg) right bottom no-repeat;
    background-size: cover;
  }
  
  .slide.email .slide-body,
  .email .working-top {
    background: url(../content/pl-email-20-1000x900-tablet.jpg) right bottom no-repeat;
    background-size: cover;
  }
  
  .slide.social .slide-body,
  .social .working-top {
    background: url(../content/pl-social-20-1000x900-tablet.jpg) right bottom no-repeat;
    background-size: cover;
  }
  
  .slide.ppc .slide-body,
  .ppc .working-top {
    background: url(../content/pl-ppc-20-1000x900-tablet.jpg) right bottom no-repeat;
    background-size: cover;
  }
  
  .slide.sms .slide-body,
  .sms .working-top {
    background: url(../content/pl-sms-21-1000x900-tablet.jpg) right bottom no-repeat;
    background-size: cover;
  }
}

.img-responsive.img-tech {
  margin-right: -15px;
}

.conf-free {
  float: right;
  width: 100px;
  margin-right: 1em;
  margin-top: 2.5em;
}

.devices-sm .conf-free {
  float: left;
  width: 70px;
  position: absolute;
  margin-top: -20px;
}

a.tel {
  color: #000;
}

.footer-wrapper a.tel {
  color: #b7b7b7;
}

.working-wrapper a.tel {
  color: #fff;
}

.checkbox.lead {
  margin-right: 10px;
  margin-left: 10px;
}

.social-icons i {
  font-size: 28px;
  margin-right: 15px;
}

.icon-thankyou i {
  font-size: 112px;
  color: #90C84B;
}

.social-media-icons i {
  margin-right: 15px;
}

.pill-price {
  line-height: 72px;
  color: #fff !important;
  border-radius: 36px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px !important;
}

.small-price {
  float: right;
  font-size: 20px;
  font-weight: 600;
}

.social-list {
  list-style: none;
  font-size: 24px;
  margin-bottom: 60px;
  padding-left: 20px;
}

.social-list li {
  margin-bottom: 15px;
}

.social-list .fa-solid {
  color: #38b5e6;
  margin-right: 10px;
}

.social .panel {
  
}

.social-panel-padding {
  padding-right: 60px;
  padding-left: 60px;
}



@media (max-width: 767px) {
  .social-panel-padding {
    padding-right: 20px;
    padding-left: 20px;
  }
  .panel-social-price {
    padding-bottom: 15px;
  }
  .pill-price {
    height: 120px;
  }
  .small-price {
    position: relative;
    width: 100%;
    text-align: right;
    line-height: 30px;
  }
}

.socia-panel-padding .panel-body {
  padding: 0;
}

/* @group margins */

.m-bot-0 {
  margin-bottom: 0 !important;
}

.m-top-0 {
  margin-top: 0 !important;
}

.m-bot-15 {
  margin-bottom: 15px !important;
}

.m-top-15 {
  margin-top: 15px !important;
}

.m-bot-30 {
  margin-bottom: 30px !important;
}

.m-top-30 {
  margin-top: 30px !important;
}

.m-bot-45 {
  margin-bottom: 45px !important;
}

.m-top-45 {
  margin-top: 45px !important;
}

.m-bot-60 {
  margin-bottom: 60px !important;
}

.m-top-60 {
  margin-top: 60px !important;
}

.m-bot-90 {
  margin-bottom: 90px !important;
}

.m-top-90 {
  margin-top: 90px !important;
}

.row-no-gutters {
  padding-right: 0;
  padding-left: 0;
}

/* @end */
