.scrollbar::-webkit-scrollbar
{
    width: 0px;
    /*background-color: #FA5555;*/
}

.new-banner {
   background: linear-gradient(31deg, rgba(39, 112, 140, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.my-heading {
    width: 70%;
    font-size: 66px;
    color: white;
    letter-spacing: 2px;
    line-height: 100px;
    font-weight: 700;
}

.my-heading span{
     color: #28bbf8;
}

 .section-title {
      color: var(--primary-color);
      font-weight: 700;
    }

    .pricing-card {
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 20px;
    box-shadow: 2px 2px 6px black !important;
}

    .pricing-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

   .card-header {
    background-color: var(--primary-color);
    color: #0b0b0b;
    font-weight: 700;
    font-size: 24px;
    border-radius: 10px 10px 0 0;
    text-align: start;
    margin-bottom: 14px;
    border-bottom: 1px solid #0000003b;
}

    .price-old {
      text-decoration: line-through;
      color: #999;
      margin-right: 8px;
    }

    .price-new {
   
    font-weight: 700;
    font-size: 20px;
    color: #1aa8e0;
}

    .pricing-list li {
      padding: 8px 0;
      border-bottom: 1px solid #eee;
    }

    .btn-primary-custom {
      background-color: var(--primary-color);
      border: none;
      font-weight: 600;
    }

    .btn-primary-custom {
      background-color: #1aa8e0;
      color: white;
    }

.scrollbar::-webkit-scrollbar-thumb
{
    /*background-color: #FDD301;*/
    background-color: #01ADB5;
    border-radius: 10px;
}

.custombtn{
  border: none;
  border-color: transparent;
  letter-spacing: 1px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  outline: none;
}
.custombtn .fa{
  font-size: 20px;
  vertical-align: sub;
}
.whatsappbtn{
    background-color: #229954;
    color:#FFF;
}
.emailbtn{
    /*background-color: #F7DC6F;*/
    background-color: #229954;
    color: #FFF;
}

#masia-footer{
  background-color: #333;
}
#masia-footer  p {
  color:#FFF;
  margin-bottom: 5px;
}
#masia-footer h2 {
    padding-bottom: 3px;
    font-size: 20px;
    margin-bottom: 3px;
    color: #ffd140 !important;
    color: aquamarine;
    line-height: 25px;
}
#masia-footer  h2 span {
    display: block;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #F17F1F;
}
#masia-footer .addrss .fa{
  padding-right: 5px;
}


.hover-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hover-shadow:hover, .hover-shadow:focus, .hover-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hover-shadow:hover:before, .hover-shadow:focus:before, .hover-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}


.weofferservice{
   background-color: #333333;
   color: #FFF;
   padding-bottom: 5px;
   border-top-right-radius: 50px;
   border-bottom-left-radius: 50px;
}



/* FOOTER */
#footer p{
	font-size: 14px;
}
._ftr li{
	margin: 0px !important;
}
._ftr a {
    color: #ffffff !important;
    font-size: 14px;
}

._ftr a:hover
{
  color: #FFF !important;
  border-bottom: 2px solid transparent;
}
._ftr span._sprtr{
  color:#999;
  padding: 0px 10px;
}
.instruction{
	position: absolute;
    top: 0px;
    left: 190px;
    right: 400px;
    padding: 8px;
    font-weight: 600;
    color: #A5268F;
}

.service_detail{
	padding: 0px 15px 20px 15px;
  position: relative;
	/*border-top: 2px dotted #FA5555;*/
}

.service_detail h3{
	margin:5px 0px;
	padding:0px;
	font-size: 18px;
	color:#28BBF8;
}
.service_detail p{
	color: #666;
	font-family: 'Lato', arial, sans-serif;
}
.service_detail h3 span{
	border-bottom: 2px solid #F79233;
	vertical-align: top;
	margin-left: 3px;
	letter-spacing: 1px;
}
.service_detail .separater{
	height: 1px;
	border-bottom: 1px dashed #F79233;
	margin: 15px 0px;
}
.service_detail ul li{
	list-style: none;
	font-size: 14px;
	padding: 2px 0px;
	color: #777;
	font-family: 'Lato', arial, sans-serif;
}
.service_detail ul li span{
	color:#00ADB5;
	font-size: 13px;
	padding-right:5px;
}.service_detail ._freetrial{
}
.service_detail ._service{
	background-color: #FFF;
	box-shadow: 0px 1px 15px 0px;
}
.service_detail .pbox{
	margin: 20px 0px;
	background-color: #fff;
    padding: 10px;
    text-align: center;
    border: 2px solid #F79233;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 25px;
}
.service_detail .pbox .duration{
	color: #01ADB5;
	font-size: 18px;
}
.service_detail .pbox .price{
	
}
.service_detail .pbox .price span{
	font-size: 20px;
	padding-right: 2px;
	vertical-align: middle;
	color: #FA5555;
}
.service_detail .pbox .link{
	
}

.text-white{
    color: white !important;
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
     border-left: 0px solid #eeeeee !important; 
    color: white !important;
}


/* SERVICE BOX */
.service-box {
    padding: 10px;
    /* border-top: 2px solid #eee; */
    /* border-left: 2px solid #eee; */
    /* border-right: 2px solid #eee; */
    /* border-bottom: 5px solid #F8A353; */
    height: 370px;
    background: linear-gradient(1deg, rgba(39, 112, 140, 1) 0%, rgba(0, 0, 0, 1) 100%);
        border-radius: 20px;
}
.service-box img{
	height: 60px;
	width: 60px;
	margin-top:18px;
}
.service-box:first-child:hover > span{
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: rotateY(15deg);
  box-shadow: -5px 5px 5px #aaa;
  border: 2px solid #F79233;
}


/* FREETRIAL */
.freetrial-container {
    background-color: #dddddd3d !important;
    padding: 21px;
}
.freetrial-container input{
	font-size: 15px;
	color:#888;
	font-weight: 600;
}
.freetrial-container .input-box{
	padding-top: 20px;
}
.freetrial-container .tandc {
    background: #FFF;
    font-weight: 600;
    float: right;
    font-size: 11px;
    padding: 0px 10px;
    color: white;
}

#masia-feature {
    background: #000000 !important;
    padding: 5em 0;
}

ul.list-branded > li {
    font-size: 18px !important;
    list-style: none;
    line-height: 37px !important;
    padding: 0.25em 0 0.25em 22px;
    color: white !important;
}

ul.list-branded > li:before {
    content: ' ' !important;
    display: inline-block !important;
    margin: 0 10px 0 -22px !important;
    width: 12px;
    height: 12px;
    background-color: #28BBF8 ;
    vertical-align: middle;
    border-radius: 20px !important;
}

.my-para {
    color: white;
    width: 74%;
    margin-top: -19px !important;
}

h2, .h2 {
    font-size: 33px !important;
    line-height: 38px !important;
    color: white !important;
}

h3, .h3 {
    font-size: 27px !important;
    line-height: 38px !important;
    color: #ffd140 !important;
}

.my-section{
  background: linear-gradient(90deg,rgba(39, 112, 140, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;  
}


/* REFUND POLICY */
.refund_policy{

}
.refund_policy p{
	color: #666;
}
.refund_policy h2{
	font-size: 24px;
	border-bottom: 1px solid #F79233;
}
.refund_policy h2 span{
	padding-bottom: 4px;
	border-bottom: 3px solid #F79233;
}
.refund_policy ul{
	list-style:none;
}
.refund_policy ul li{
	font-size:15px;
	color:#888;
	background: url(../images/list-icon.png) no-repeat left 7px;
	background-size: 7px;
    padding-left: 16px;
    padding-bottom: 10px;
}

/* PAGE NOT FOUND */
.not_found {
    font-size: 16em;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-family: 'Oleo Script', cursive;
    line-height: normal;
}

.not_found_sub {
    text-align: center;
    font-size: 33px;
    font-family: 'Bad Script', cursive;
    padding: 26px 0px;
    /*color: #B1860F;*/
    color: #F79233;

}

.back.to_home {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 9px 12px;
    font-size: 17px;
}

.back.to_home:hover {
    background: #F6BB19;
    color: #212832;
}

/* SCROLL TO TOP BUTTON */
.scrollToTop {
   	background-color: #1EBFAE;
	color: #FFF;
	position: fixed;
	bottom: 50px;
	right: 20px;
	display: none;
	z-index: 99999999;
	outline: none;
	overflow: hidden;
	padding: 5px 10px;
  border: 1px solid #F79233;
}

/* SERVICE QUICK LINKS */
.quick_link{

}
.quick_link ul{
  padding: 0px;
}
.quick_link ul li {
  font-size: 14px;
  border-bottom:1px solid #eee;
  margin-bottom: 2px;
  padding-left: 10px;
  cursor: pointer;
  transition: padding-left 250ms ease-out;
  -webkit-transition: padding-left 250ms ease-out;
  -moz-transition: padding-left 250ms ease-out;
  -o-transition: padding-left 250ms ease-out;
  -ms-transition: padding-left 250ms ease-out;
}

.quick_link ul li:hover
{
  background-color: #EEE !important;
}
.quick_link ul li:hover a{
  color: #F79233 !important;
  margin-bottom: 2px;
  padding-left: 10px;
  border-bottom: none;
}

.quick_link ul li.active a{
  color: #F79233 !important;
  margin-bottom: 2px;
  padding-left: 10px;
  border-bottom: none;
}

.err {
    color: red !important;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    margin: 0px;
}

.err_input {
  border: 2px solid rgba(255, 0, 0, 0.65);
  outline: none;
}

._str{
  color: red;
}

#alertmsg {
  display: none;
}
.alertmsg {
  left: 20px;
  top: 100px;
  position: fixed;
  max-width: 300px;
  min-width: 300px;
  min-height: 100px;
  z-index: 9999999999999;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alertmsg.success{
  background-color: rgba(23, 177, 5, 0.75);
  border-color: #FFF;
  color: #FFF;
}
.alertmsg.error{
  background-color: rgba(221, 75, 57, 0.87);
  border-color: #FFF;
  color: #FFF;
}
.alertmsg .closeb{
    float: right;
    margin-top: -23px;
    margin-right: -23px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: red;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
}

/* ABOUT US */
.iconimg img{
  height: 60px;
  width: 60px;
  margin-top:18px;
}

/* LIVE WATCH ,REPORT AND TRACKSHEET */

._livecall{
  height: 231px;
}
._livecall .marq{
  font-size: 13px;
  color:#FFF;

}
._livecall .marq span.grn{
  color:#2FFF2F
}
._livecall .marq span.red{
  color:#FF0000;
}

.panel-blue { background: #30a5ff; color: #fff; }
.panel-teal { background: #1ebfae; color: #fff; }
.panel-orange { background: #ffb53e; color: #fff; }
.panel-red { background: #f9243f; color: #fff; }

.panel-blue .panel-body p,
.panel-teal .panel-body p,
.panel-orange .panel-body p,
.panel-red .panel-body p { 
  color: #fff; 
  color: rgba(255, 255, 255, .8);
}

.panel-blue .panel-heading,
.panel-teal .panel-heading,
.panel-orange .panel-heading,
.panel-red .panel-heading {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.panel-blue .text-muted,
.panel-teal .text-muted,
.panel-orange .text-muted,
.panel-red .text-muted { 
  color: rgba(255, 255, 255, .5); 
}

._report li {
    list-style: none;
    font-size: 16px;
    padding: 5px 0px;
    color: #FFF;
    background: url(../icons/excel_red.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 25px;
    background-position: 0px;
    cursor: pointer;
}

._report li a{
  color: #333333 !important;
  float: right;
  cursor: pointer;
}

._tracksheet li {
    list-style: none;
    font-size: 16px;
    padding: 5px 0px;
    color: #FFF;
    background: url(../icons/pdf_red.png);
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 25px;
    background-position: 0px;
    cursor: pointer;
}

._tracksheet li a{
  color: #333333 !important;
  float: right;
  cursor: pointer;
}