@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Montserrat", sans-serif;
}
a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}
img {
  max-width: 100%;
}
p {
  font-size: 16px;
  line-height: 26px;
  color: #6d6d6d;
}
.style_none {
  list-style: none;
  margin-bottom: 0;
}
.clearfix {
  clear: both;
}
.style_none {
  list-style: none;
}
.mt30 {
  margin-top: 30px;
}
ul.tick {
  list-style: none;
  padding: 0;
}
ul.tick li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 36px;
}
ul.tick li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  content: '\f00c';
  position: absolute;
  top: 0;
  left: 0;
  color: #4526b1;
}
.readmore {
  margin-top: 30px;
}
.readmore a {
  text-decoration: none;
  color: #fff;
  background: #af292e;
  border-radius: 6px;
  display: inline-block;
  padding: 18px 44px;
  font-size: 20px;
  font-weight: bold;
}
.readmore a:hover {
  background: #000;
  color: #fff;
}
.title {
  position: relative;
  margin-bottom: 20px;
}
#support_channels .title h2 {
  font-size: 48px;
}
.title h2 {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.title h2 span {
  display: block;
}
.title p {
  font-size: 26px;
  color: #4526b1 !important;
  margin-bottom: 5px;
  font-weight: bold;
   font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
}
.title_center {
  text-align: center;
}
.tagline {
  color: #000;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  padding-left: 25px;
  position: relative;
   font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.tagline:before {
  content: "";
  background: #334462;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 10px;
}
.container {
  max-width: 1200px;
}
/*************************************
		Header Start
*************************************/
.toplinks {
  text-align: right;
}
.toplinks a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
}
.sticky .toplinks a {
  color: #000;
}
.sticky .toplinks {
  padding: 7px 0 8px 0;
  display: none;
}

.sticky .support-btn a {
  padding: 25px 30px 25px 30px !important;
}
.header-wrap {
  background:rgba(255,255,255,0.3);
  border-radius: 10px 0 10px 10px;
  padding-right: 25px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}
.header_wraper .container{max-width: 1500px;}
.header_wraper {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.logo{position: absolute; left: 25px; top: -15px;}

.navbar-nav li {
  padding: 0px;
}
.mr-60 {
  margin: 0 60px;
}
.navbar-nav>li>a+i {
  display: none;
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 1000;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding:33px 15px 34px 15px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #ecdb9a;
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #ecdb9a;
}
.navbar-light .navbar-toggler {
  display: none;
}
.header-wrap .col-lg-2 {
  padding-left: 0;
}
.estimate_btn a {
  text-decoration: none;
  background: #ff5e14;
  display: inline-block;
  color: #fff;
  box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
   font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 26px;
  text-align: center;
  border-radius: 6px;
}
.close-toggler {
  display: none;
}
.header-info {
  display: flex;
  justify-content: flex-end;
}

.support-btn{
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  background: #af292e;
  padding: 15px 30px;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.support-btn a:hover {
  color: #fff;
  background: #cd2e34;
}
.header-wrap .submenu {
  position: absolute;
  background: #f5f7ff;
  box-shadow: 0 0 6px -3px;
  width: 260px;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  z-index: 9;
  padding-left: 0;
  top: 100%;
  border: 1px solid #bba7ff;
  border-radius: 0 0 8px 8px;
  padding: 0px;
}
.header-wrap li:hover .submenu {
  transform: scaleY(1);
}
.phone_icon {
  position: absolute;
  top: 15px;
  left: -32px;
  width: 66px;
}


.sticky {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #000;
  box-shadow: 0 0 15px rgb(0 0 0 / 13%);
}

.sticky .header-wrap{background: none; border-radius: 0;}

.line_through {
  font-size: 22px;
  text-decoration: line-through;
  display: block;
}
.radio {
  margin-top: 6px;
}
.radiobox {
  margin-bottom: 20px;
}
.radiobtn {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 35px;
  line-height: 26px;
}
.radiobtn input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.radiobtn .checkmark {
  width: 26px;
  height: 26px;
  border: 5px solid #ffd6d8;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
}
.radiobtn input[type="radio"]:checked+.checkmark {
  background: #ffd6d8;
  border: none;
}
.radiobtn input[type="radio"]:checked+.checkmark:after {
  left: 7px;
  top: 7px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #af292e;
  display: block;
}
.price_line {
  text-decoration: line-through;
}
.radiobtn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.navbar {
  padding: 0;
  margin-left: auto;
}
.navbar-nav li:last-child {
  padding-right: 0px;
}

.navplanhead, .navplan{display: none;}


/*********************************************
    Slider options
**********************************************/
.slider-wrap {
  position: relative;
  padding: 245px 0 0px 0;
  background: url(../images/rmscare-top-banner.jpg) no-repeat;
  background-size: cover;
  height: 890px;
}
.slider-wrap .container {
  max-width: 1470px;
}
.slider_info h1 {
  font-size: 52px;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}
.slider_info h1 strong {
  font-weight: bold;
  color: #6720fe;
}
.slider_info p {
  font-size: 24px;
  color: #322c2c;
  line-height: 32px;
}

.slider_info a{text-decoration: none;
  color: #fff;
  background: #af292e;
  border-radius: 6px;
  display: inline-block;
  padding: 18px 40px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}


.slider-img {
  z-index: 9;
  position: relative;
  margin-right: -180px;
  -webkit-animation: jumpTwo 4s linear infinite;
  animation: jumpTwo 4s linear infinite;
}
@-webkit-keyframes watchvid {
  0% {
    left: -20px;
  }
  50% {
    left: -50px;
  }
  100% {
    left: -20px;
  }
}
@keyframes watchvid {
  0% {
    left: -20px;
  }
  50% {
    left: -50px;
  }
  100% {
    left: -20px;
  }
}


.innertop{padding: 150px 0 50px 0; background: url(../images/innerpagebg.jpg) no-repeat !important; height: auto !important;}
.innertop:after{display: none;}
.innertop h1{text-align: center; font-size: 54px;}





/*********************************************
    About Us
**********************************************/
.about-wrap {
  background: url(../images/guarantee-bg.png) no-repeat right;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.about-wrap .title{margin-bottom: 30px;}
.about_box .title h2 {
  font-size: 40px;
}
.bubble-7 {
  position: absolute;
  top: 50%;
  left: -200px;
  margin-top: -187px;
  -webkit-animation: zoom 5s infinite;
  animation: zoom 5s infinite;
}
.bubble-8 {
  position: absolute;
  top: -67px;
  right: -89px;
  -webkit-animation: zoom 5s infinite;
  animation: zoom 5s infinite;
}
.about-wrap h5{font-weight: 700; font-size: 24px;}
.aboutImg {
  z-index: 99;
  position: relative;
}
.aboutImg img{border-radius: 15px;}
.about_list {
  list-style: none;
  z-index: 99;
  position: relative;
}
.learing-wrp {
  display: flex;
  position: relative;
  padding-left: 105px;
}
.about_icon {
  position: absolute;
  top: -10px;
  left: 0;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 100%;
  margin-right: 20px;
  display: table;
}
.learing-wrp h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2d344b;
}
.about_list li {
  margin-bottom: 15px;
}
.learn_info p {
  color: #63656b;
  font-size: 16px;
  line-height: 24px !important;
}
.about-wrap .tagline {
  margin-bottom: 40px;
}
.about_right {
  padding-left: 30px;
}
.about-wrap p {
  color: #7b8187;
  line-height: 30px;
}
.about_box {
  margin-left: 30px;
}
blockquote {
  background: #fff;
  padding: 30px 40px;
  border-radius: 7px;
  font-size: 17px;
  position: relative;
  font-style: italic;
  font-weight: 600;
   font-family: "Montserrat", sans-serif;
}
blockquote:after {
  content: "";
  background: #4526b1;
  width: 7px;
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 10px;
  border-radius: 0 4px 4px 0;
}
.about-list {
  position: relative;
  padding-left: 96px;
}
.check_icon {
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 69px;
  border-radius: 100%;
  background: #ff728c;
  position: absolute;
  left: 0;
}
.about-list h3 {
  font-size: 20px;
  font-weight: bold;
  color: #2d344b;
}
.about-list p {
  font-size: 16px;
  color: #7c8288;
  line-height: 24px;
}
.about_info li {
  margin-top: 35px;
}
.about_info li:last-child .check_icon {
  background: #deb524;
}

/* Support */
.homesupportwrap{display: flex; gap: 1px;}
.supportbox{flex-grow: 1;}
.supportbox a{height: 550px; overflow: hidden; display: block; position: relative;}
.supportbox h4{
  background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
text-align: center;
position: absolute;
bottom: 0; left: 0;
right: 0;
color: #fff;
padding: 70px 0 25px 0;
font-size: 36px;
font-weight: 700;
margin: 0;
}
.supportbox a img{    transition: all .2s ease-in-out;
  width: 100%;
  height: 550px;
  object-fit: cover;}
.supportbox a:hover img{transform: scale(1.1);}





/**********************************************
            Pre Install Css
**********************************************/
.preinstall-wrap {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.workerImg {
  position: absolute;
  bottom: -35px;
  left: 0;
}
.preinstall-wrap:after {
  content: "";
  background: url(../images/preinstall-bg.jpg) no-repeat top;
  background-size: cover;
  width: 70%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.preinstall-wrap .title h2 {
  color: #fff;
}
.preinstall-wrap h3 {
  color: #fff;
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
}
.preinstall-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
.pre_price {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  border-left: 5px solid #fff;
  padding-left: 25px;
  line-height: 36px;
  margin-top: 30px;
}
.pre_left {
  max-width: 450px;
}
.design_service {
  background: url(../images/design_services_bg.png) no-repeat top;
  text-align: center;
  background-size: cover;
  padding: 70px 40px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgb(0 0 0 / 21%);
}
.preinstall-wrap h4 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}
.design_service p {
  color: #000;
  line-height: 28px;
  font-size: 16px;
}
.quoted_txt {
  font-size: 20px !important;
  color: #0056e0 !important;
  font-weight: bold;
}
.quoted_txt span {
  display: block;
}
.plan-wrap {
  background: #f6f9ff;
  padding: 80px 100px;
}
.plan-wrap .title h2 {
  text-align: center;
  font-size: 56px;
}
.plan_heading {
  text-align: center;
  background-color: #af292e !important;
  font-size: 24px;
  font-weight: bold;
   font-family: "Montserrat", sans-serif;
  color: #000;
}
.gold_head {
  color: #000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b38729+0,fff9c4+50,b38729+100 */
  background: #b38729;
  /* Old browsers */
  background: -moz-linear-gradient(left, #b38729 0%, #fff9c4 50%, #b38729 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b38729 0%, #fff9c4 50%, #b38729 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b38729 0%, #fff9c4 50%, #b38729 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b38729', endColorstr='#b38729', GradientType=1);
  /* IE6-9 */
}
.sub_heading {
  font-size: 20px !important;
  color: #fff;
  font-weight: 600;
  background-color: #af292e !important;
   font-family: "Montserrat", sans-serif;
  padding-left: 30px !important;
  vertical-align: middle;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  vertical-align: middle;
  border-color: #dedede;
  white-space: nowrap;
}
.plan_price {
  font-size: 26px;
  color: #af292e;
  font-weight: bold;
   font-family: "Montserrat", sans-serif;
}
.plan_txt {
  font-size: 16px;
   font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.new_heading {
  font-size: 24px;
   font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #0056e0 !important;
}
.tier_heading,
.onsite_heading {
  font-size: 24px;
   font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
}
.warrantieshead {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: bold;
}
.tvs_txt {
  font-size: 20px !important;
}
.fee_heading {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
   font-family: "Montserrat", sans-serif;
}
.subribe_btn {
  color: #fff;
  background: #af292e;
  border-radius: 6px;
  display: inline-block;
  padding: 14px 22px;
  font-size: 18px;
  font-weight: bold;
  border: none;
}
.subribe_btn:hover {
  background: #000;
}
.tier_heading,
.border_right {
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.b-r-l {
  border-left: 1px solid #dedede;
}
.border-radius,
.b-l-30 {
  border-radius: 30px 0 0 0;
}
table tr td {
  border-left: 1px solid #fff;
}
.b-r-30 {
  border-radius: 0 30px 0 0;
}
.border-none {
  border: none;
}
.plan-wrap .modal-dialog {
  max-width: 700px;
}
.contact_style3 {
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  border-radius: 10px;
}
.contact_style3 .contact_icon {
  border: 1px solid #af292e;
  margin: 0 0 5px;
  height: 80px;
  width: 80px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
.contact_style3 .contact_icon i {
  font-size: 30px;
  color: #af292e;
  line-height: 78px;
  transition: all 0.5s ease-in-out;
}
.contact_style3 .contact_icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #af292e;
  z-index: ;
  transition: all 0.5s ease-in-out;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 100%;
  z-index: -1;
}
.contact_style3:hover .contact_icon::before {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.contact_style3:hover .contact_icon i {
  color: #fff;
}
.contact_text a {
  color: #687188;
  line-height: 28px;
  text-decoration: none;
}
.contact_text {
   font-family: "Montserrat", sans-serif;
}
.contact_text a:hover {
  color: #af292e;
}
.contact_text span {
  display: block;
  margin: 10px 0;
}
.contact_style3 {
  position: relative;
  overflow: hidden;
}
.ribbon-1 {
  position: absolute;
  background: #af292e;
  box-shadow: 0 0 0 999px #af292e;
  clip-path: inset(0 -100%);
   font-family: "Montserrat", sans-serif;
  color: #fff;
}
.left {
  inset: 0 auto auto 0;
  transform-origin: 100% 0;
  transform: translate(-29.3%) rotate(-45deg);
}
.remoteWrp tr td {
  border-color: #ddd;
}
.remoteWrp th {
  text-align: center;
  color: #fff;
}
.from-control {
  width: 100%;
  padding: 15px 25px 15px 25px;
  color: #7A7A7A;
  border-style: solid;
  border-width: 1px 10px 1px 1px;
  border-color: #FFFFFF;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 2%);
  background-color: #FFFFFF;
  max-width: 100%;
  border: 1px solid #f1f1f1;
  opacity: 1;
}
.plan-wrap .mb-30 {
  margin-bottom: 30px;
}
.submit_btn {
  color: #fff;
  background: #af292e;
  border-radius: 6px;
  display: inline-block;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: bold;
  border: none;
}
.submit_btn:hover {
  background: #000;
}
.plan-wrap .modal-body {
  padding: 3rem;
}
.logos-wrap {
  padding: 70px 0;
}
.logos-wrap .title h2 {
  font-size: 48px;
  text-align: center;
}
.logobbx {
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  text-align: center;
}
.logobbx .logo_img {
  min-height: 136px;
  line-height: 136px;
}
.logobbx h4 {
  border-top: 1px solid #e3e3e3;
  padding-top: 10px;
  font-size: 18px;
}
.owl-nav button {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  border: 1px solid #e4e4e4;
  background: none;
  font-size: 20px;
  position: absolute;
}
.owl-prev {
  left: -70px;
  top: 50%;
  margin-top: -24px;
}
.owl-next {
  right: -70px;
  top: 50%;
  margin-top: -24px;
}
.owl-nav button:hover {
  background: #af292e;
  color: #fff;
}


.remotesupportbx{
  background: #000 url(../images/remote-support.jpg) no-repeat;
  background-size: cover;
  padding: 40px 20px 25px 20px;
  text-align: center;
  height: 450px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.remotesupportbx h4, .onsitesupport h4{font-weight: 700; font-size:26px; color: #fff;}
.remotesupportbx p{font-size: 18px; color: #fff; margin-top: auto; margin-bottom: 0; font-weight: 600;}
.remotesupportbx .rmtprice{font-size: 30px; color: #fff; font-weight: 700;}


.onsitesupport{
  background: #000 url(../images/onsite-support.jpg) no-repeat top;
  background-size: cover;
  padding: 40px 20px 25px 20px;
  text-align: center;
  height: 500px;
  display: flex;
  flex-direction: column;
}
.ontprice{margin-top: auto;}
.ontprice p{font-size: 16px; color: #fff; margin-bottom: 0;}
.ontprice strong{font-size: 16px; color: #fff;}
.onsitesupport .bdrt{border-top: 2px solid rgba(255,255,255,0.3); padding-top: 20px; margin-top: 20px;}



.innerpagewrap {
  background: #f6f9ff;
  padding: 80px 0;
}

.innerpagewrap .mb-30 {
  margin-bottom: 30px;
}


/*************************************
        Footer Start
*************************************/
.footer-wrap {
  background: url(../images/footer-bg.jpg) no-repeat top;
  background-size: cover;
  padding: 70px 0 20px 0;
  position: relative;
  text-align: center;
}
.foot_head {
  font-size: 14px;
}
.footer_nav {
  list-style: none;
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
}
.footer_nav li {
  display: inline-block;
  padding: 0 15px;
}
.footer_nav li a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.footer_nav li a:hover {
  color: #af292e;
  text-decoration: none;
}
.copyright,
.credits {
  color: #fff;
  font-size: 16x;
}
.credits a {
  color: #fff;
  text-decoration: none;
}
.credits a:hover {
  color: #af292e;
}
.paymentsWrp {
  background: none;
}
.logo_img {
  text-align: center;
}
.payments_box {
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  padding: 50px;
}
.payments_box:hover {
  border-color: #af292e;
}
.payments_box .from-control {
  border: 1px solid #e5e5e5;
}
.ticket-section {
  background: #c3d3e3 url(../images/support-bg.jpg) no-repeat top left;
  padding: 50px 50px;
}
.ticket-section p {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  color: #322e2e;
  line-height: 36px;
  margin-bottom: 0;
}
.ticket-section p a {
  color: #af292e;
  text-decoration: underline;
}







/* Mobile plans */
.mbplanes{display: none;}
.mbplanbox{
  background: #e0e0e0;
    background: -moz-linear-gradient(left, #e0e0e0 0%, #f9f9f9 50%, #dbdbdb 100%);
    background: -webkit-linear-gradient(left, #e0e0e0 0%, #f9f9f9 50%, #dbdbdb 100%);
    background: linear-gradient(to right, #e0e0e0 0%, #f9f9f9 50%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#dbdbdb', GradientType=1);
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.mbgoldplanbox{
  background: #ecdb99;
  background: -moz-linear-gradient(left, #ecdb99 0%, #fffdf7 50%, #ecdb99 100%);
  background: -webkit-linear-gradient(left, #ecdb99 0%, #fffdf7 50%, #ecdb99 100%);
  background: linear-gradient(to right, #ecdb99 0%, #fffdf7 50%, #ecdb99 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecdb99', endColorstr='#ecdb99', GradientType=1);
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.mbplatplanbox{
  background: #e8e8ff;
  background: -moz-linear-gradient(left, #e8e8ff 0%, #fefeff 50%, #e8e8ff 100%);
  background: -webkit-linear-gradient(left, #e8e8ff 0%, #fefeff 50%, #e8e8ff 100%);
  background: linear-gradient(to right, #e8e8ff 0%, #fefeff 50%, #e8e8ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8ff', endColorstr='#e8e8ff', GradientType=1);
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.mbplantitle{    font-size: 24px;
  font-weight: bold;
   font-family: "Montserrat", sans-serif;
  color: #000; padding: 15px 10px;
  border-bottom:1px solid  #dedede;
  border-radius: 9px 9px 0 0;
}
.mbfees{padding: 10px; border-bottom: 1px solid #ddd;}
.mbfees h6{ font-size: 26px;  color: #af292e; font-weight: bold; margin-bottom: 0;}
.disoffer h6{text-decoration: line-through;}
.mbfees span{font-size: 16px;}
.mbreq{padding: 10px; border-bottom: 1px solid #ddd; font-size: 16px;}
.mbreq span{font-weight: 600; color: #af292e;}
.mbreq p{margin-bottom: 0; color: #333;}
.tiregroup{border-bottom: 1px solid #ddd;}
.tiregroup h4{background: #0056e0; color: #fff; font-size: 24px; font-weight: 700; padding:15px 10px; margin-bottom: 0;}
.devicebx{padding:7px 10px; border-top: 1px solid #ddd}
.devicebx p{margin-bottom: 0; margin-top: 5px; color: #333;}
.mbwarranty h4{background: #0056e0; color: #fff; font-size: 24px; font-weight: 700; padding:15px 10px; margin-bottom: 0;}

.troubleshoot h4{background: #e6e8f4; color: #000; font-size: 24px; font-weight: 700; padding:15px 10px; margin-bottom: 0;}
.troublebx{padding: 10px; border-top: 1px solid #ddd;}
.troublebx p{margin: 0; color: #000; font-weight: 600;}
.troublebx h5{color: #af292e; font-size: 20px; font-weight: bold; }

.monthfee{background: #0056e0; color: #fff; font-size: 24px; font-weight: 700; padding:15px 10px;}
.monthfee span{display:block;  font-family: "Montserrat", sans-serif; font-weight: bold; font-size: 20px;}
.mtprice{ font-family: "Montserrat", sans-serif; font-weight: bold; font-size:18px;}
.oldprice{ font-family: "Montserrat", sans-serif; font-weight: bold; font-size:20px; text-decoration: line-through;}


.mbgoldplanbox .troubleshoot h4{background: #fff;}

.mdsmmary h4{background: #af292e; color: #fff; font-size: 24px; font-weight: 700; padding:15px 10px; margin-bottom: 0; text-align: center;}
.smpaybox .table{border: 1px solid #ddd;}
.smpaybox .table tr td{border-left: 1px solid #ddd;}
.mbsmtitle{border: 1px solid #ddd; border-bottom: none; text-align: center; padding: 15px;}
.mbsmtitle p{margin-bottom: 0;}


.experience-wrap { 
  padding: 100px 0; 
}
.experience-wrap .title h2{ font-weight: 900;}
 
.experience-wrap p {
  color: #000;
  line-height: 30px;
  padding-right: 30px;
  margin-bottom: 0;
}
  
.assist-sec h3{font-size: 30px; font-weight: 700; background: #000; color: #fff; padding: 12px 20px;}
.assistPrice{font-size: 36px; font-weight: 900; color: #af292e;  font-family: "Montserrat", sans-serif; border-bottom: 1px solid #e7e7e7; padding: 15px 0 22px 0;}
.orderlist li{font-size: 16px; color: #07142d; line-height: 26px; margin-top: 20px; padding-left: 40px; position: relative;}
.orderlist li:before{content: ""; background: url(../images/control4/checklist_icon.png) no-repeat top; position: absolute; top: 5px; left: 0; width: 25px; height: 22px;}

.assist-sec .readmore {
  margin-top: 30px;
}
.assist-sec .readmore a {
  text-decoration: none;
  color: #fff;
  background: #af292e;
  border-radius: 6px;
  display: inline-block;
  padding: 14px 38px;
  font-size: 20px;
  font-weight: bold;
}
.assist-sec .readmore a:hover {
  background: #000;
  color: #fff;
}
.premium-sec h3{background: #0056e0;}
.assist-sec p{color: #000;}


.support-wrap{background: url(../images/control4/support-bg.jpg) no-repeat top; background-size: cover; padding:370px 0 30px 0; margin-top: 60px;}
.support-wrap p{color: #fff; font-size: 20px; font-weight: 600; margin-top: 15px;}
.phone-details span{display: block; font-size: 16px; color: #fff; font-weight: 600; line-height: 13px;}
.phone-details a{text-decoration: none; line-height: 42px; color: #fff; font-size: 30px; font-weight: bold; }
.phone-details{border-left: 1px solid #fff; padding-left: 25px; margin-left: 25px;}
.phone-details a:hover{color: #af292e;}
.phonebx{border: 2px solid#fff; padding:14px 20px 12px 20px; display: inline-block; border-radius: 16px;}

.badges{border: 1px solid #eee; text-align: center; padding: 5px 10px;}

/*********************************************
        Media Screen css
*********************************************/
@media screen and (max-width: 1700px) {
  .pre_left {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 1560px) {
  .slider-img {
    margin-right: -100px;
  }
}


@media screen and (max-width: 1440px) {
  .slider-img {
    margin-right: -50px;
  }
  .pre_left {
    max-width: 390px;
    margin: 0 0 0 auto;
  }
  .workerImg img {
    width: 190px;
  }
  .preinstall-wrap .title h2 {
    font-size: 35px;
  }
  .support-btn img {
    width: 56px;
    top: 4px;
  }
  .plan-wrap{padding: 80px 30px;}
}
@media screen and (max-width: 1320px) {
  .owl-nav {
    text-align: center;
    margin-top: 50px;
  }
  .owl-nav button {
    position: static;
    margin: 0 5px;
  }
  .slider-img {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-nav li {
    padding: 0px 8px;
  }
  .conInfo span {
    font-size: 12px;
  }
  .support-btn a {
    font-size: 18px;
    padding: 36px 30px 35px 30px;
  }
  .slider-img {
    margin-right: 26px;
  }
  .tvs_txt {
    font-size: 16px !important;
  }
  .fee_heading {
    font-size: 24px;
  }
  .tier_heading,
  .onsite_heading {
    font-size: 20px;
  }
  .subribe_btn {
    font-size: 15px;
    padding: 14px 16px;
  }
  .readmore a {
    font-size: 18px;
  }
  .pre_left {
    margin: auto;
    max-width: inherit;
  }
  .slider_info h1 {
    margin-top: 60px;
  }
  .workerImg {
    display: none;
  }
  .slider-wrap {
    padding: 178px 0 105px 0;
  }
  .conInfo {
    padding: 21px 26px 21px 52px;
  }
  .title h2 {
    font-size: 42px;
  }
  .title p {
    font-size: 20px;
  }
  .slider-img {
    text-align: center;
  }
  .slider_info h1 {
    font-size: 38px;
  }
  .footer-info a {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  .conInfo {
    display: none;
  }
  .lg-mb-30 {
    margin-bottom: 30px;
  }
  .support-btn a {
    padding: 15px 40px 15px 40px !important;
    display: block !important;
  }
  .support-btn {
    text-align: left;
  }
  .toplinks .support-btn{display: none;}
  .toplinks{padding: 15px 0;}

  .header-wrap {
    min-height: 78px;
    border-radius: 10px;
  }
  .logo{top: -13px;}

  .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
    display: block;
  }
  .navbar {
    padding: 0;
  }
  .slider-img {
    margin-top: 50px;
  }
  .navbar-nav li {
    position: relative;
  }
  .navbar-light .navbar-nav .nav-item:hover .nav-link,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
    background: #af292e;
  }
  .slider_info {
    text-align: center;
  }
  .preinstall-wrap:after {
    width: 100%;
  }
  .design_service {
    margin-top: 40px;
  }
  .pre_left {
    text-align: center;
  }
  .pre_price {
    display: inline-block;
  }
  .header-wrap .submenu {
    width: 100%;
    position: static;
    display: none;
    margin-left: 0;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  .navbar-nav>li>a+i {
    display: block;
  }
  .caret {
    display: none !important;
  }
  .aboutImg {
    text-align: center;
    margin-bottom: 50px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 60%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 10000;
  }
  .logos-wrap {
    text-align: center;
  }
  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .navbar-light .navbar-toggler {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    background: #fff;
    margin-top: -20px;
  }
  .close-toggler {
    background: none;
    color: #fff;
    padding: 5px;
    border: none;
    margin-top: 10px;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
  }
  .navbar-nav>li {
    display: block;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding: 15px 16px;
  }
  .navbar-nav {
    padding-top: 70px;
  }
  .navbar-light .navbar-nav .nav-link:hover,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show>.nav-link {
    background: #af292e;
    color: #fff;
  }

  .navplanhead, .navplan{display: block;}
  .dsknavpln{display: none !important;}


  .plan-price {
    margin: 30px 0;
  }
  .navbar-nav li {
    padding: 0;
  }
  .gallery-wrap:after {
    display: none;
  }
  .sidebar-search-form {
    margin-top: 50px;
  }
  .about_box {
    margin-left: 0;
  }
  .ticket-section {
    padding: 30px 30px 30px 230px;
  }
  .ticket-section p {
    font-size: 24px;
  }
  .experience-wrap{text-align: center;  }
 .experience-wrap .aboutImg{margin-top: 30px; }
  .experience-wrap .aboutImg img{width: 100%;  }
  .premium-sec{margin-top: 30px;}
}
@media screen and (max-width: 767px) {
  .header-wrap .logo img {
    width: 170px;
  }

  .slider-wrap {
    position: relative;
    background: url(../images/rmscare-top-mobile-banner.jpg) no-repeat bottom;
    background-size: cover;
    height: 850px;
}
  
  .navplanhead h4{
    font-size: 18px;
    color: #fff;
    padding: 10px 0 0 16px;
    font-weight: bold;
    margin-bottom: 0;
  }


  .slider-wrap{padding: 178px 0 70px 0;}
  .about-wrap{padding: 40px 0;}
  .slider_info h1 {
    font-size: 30px;
    margin-top: 40px;
  }
  .homesupportwrap{margin-bottom: 40px;}
  .supportbox a{height: 350px;}
  .supportbox h4{font-size: 24px;}


  .bubble-2 img {
    width: 50px;
  }
  .header-wrap {
    position: relative;
  }
  .title {
    margin-bottom: 28px;
  }
  
  .footer_nav {
    margin-bottom: 15px;
  }
  .title h1 {
    font-size: 36px;
  }
  .copy-right {
    text-align: center;
  }
  .plan-wrap {
    background: #f6f9ff;
    padding: 78px 15px;
  }
  .slider-img {
    margin-right: 0;
    margin: 0 50px;
  }
  .aboutImg{margin-left: 10px; margin-right: 10px;}

  .mbplanes{display: block;}
  .plan-wrap{display: none;}

  .submit_btn{padding:14px 25px;}



}
@media screen and (max-width: 650px) {
  .ticket-section p {
    font-size: 18px;
    line-height: 26px;
  }
  .ticket-section {
    padding: 200px 30px 30px 30px;
  }
}
@media screen and (max-width: 480px) {
  .title h2 {
    font-size: 34px !important;
  }
  .navbar-collapse {
    width: 80%;
  }
  ul.tick li {
    line-height: 24px;
    font-size: 14px;
    margin-top: 12px;
  }
  .readmore a {
    font-size: 14px;
  }
  .footer_nav {
    padding-left: 0;
  }
  .title h1 {
    line-height: 36px;
  }
  .title h1 {
    font-size: 28px;
  }

  .homesupportwrap{flex-direction: column; padding: 0 15px;}


  .experience-wrap { 
    padding:50px 0 0 0; 
  }
  .phone-details { 
      padding-left: 13px;
      margin-left: 15px;
  }
  .phonebx .phone-icon span img{width: 30px;}
  .phone-details{text-align: left;}
    .assist-sec h3{font-size: 22px;}
    .assistPrice{font-size: 28px; padding: 7px 0 9px 0;}
}
@media screen and (max-width: 375px) {
  .readmore {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 320px) {
  .copy-right p,
  .copy-right p a {
    font-size: 13px;
  }
}
.bgclr {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0e0e0+0,f9f9f9+50,dbdbdb+100 */
  background: #e0e0e0;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e0e0e0 0%, #f9f9f9 50%, #dbdbdb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e0e0e0 0%, #f9f9f9 50%, #dbdbdb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e0e0e0 0%, #f9f9f9 50%, #dbdbdb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#dbdbdb', GradientType=1);
  /* IE6-9 */
}
.gold-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ecdb99+0,fffdf7+50,ecdb99+100 */
  background: #ecdb99;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ecdb99 0%, #fffdf7 50%, #ecdb99 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ecdb99 0%, #fffdf7 50%, #ecdb99 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ecdb99 0%, #fffdf7 50%, #ecdb99 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecdb99', endColorstr='#ecdb99', GradientType=1);
  /* IE6-9 */
}
.silver-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#afafb1+0,f2f4f5+50,afafb1+100 */
  background: #afafb1;
  /* Old browsers */
  background: -moz-linear-gradient(left, #afafb1 0%, #f2f4f5 50%, #afafb1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #afafb1 0%, #f2f4f5 50%, #afafb1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #afafb1 0%, #f2f4f5 50%, #afafb1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafb1', endColorstr='#afafb1', GradientType=1);
  /* IE6-9 */
}
.platinum-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e8ff+0,fefeff+50,e8e8ff+100 */
  background: #e8e8ff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e8e8ff 0%, #fefeff 50%, #e8e8ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e8e8ff 0%, #fefeff 50%, #e8e8ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e8e8ff 0%, #fefeff 50%, #e8e8ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8ff', endColorstr='#e8e8ff', GradientType=1);
  /* IE6-9 */
}
.plat_head {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bcbcd8+0,efefff+50,bcbcd8+100 */
  background: #bcbcd8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #bcbcd8 0%, #efefff 50%, #bcbcd8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bcbcd8 0%, #efefff 50%, #bcbcd8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bcbcd8 0%, #efefff 50%, #bcbcd8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcd8', endColorstr='#bcbcd8', GradientType=1);
  /* IE6-9 */
}
#agreement_modal .modal-dialog {
  max-width: 950px;
}
#agreement_modal .modal-body {
  height: 700px;
  overflow-y: auto;
}
#agreement_modal>p {
   font-family: "Montserrat", sans-serif;
}
.wheresbx p {
  border: 1px solid #dbdbdb;
  padding: 20px;
}
#agreement_modal h2 {
  font-size: 24px;
}
#agreement_modal h3 {
  color: #af292e;
  font-size: 20px;
  margin-top: 30px;
}
#agreement_modal p {
  font-size: 15px;
  line-height: 24px;
}
.bytext span {
  font-weight: bold;
}
.servicesTxt {
  font-size: 20px;
   font-family: "Montserrat", sans-serif;
  background: #f7f7f7;
  padding: 12px 38px 12px 23px;
  border-radius: 40px;
  background: #afafb1;
  background: -moz-linear-gradient(left, #afafb1 0%, #f2f4f5 50%, #afafb1 100%);
  background: -webkit-linear-gradient(left, #afafb1 0%, #f2f4f5 50%, #afafb1 100%);
  background: linear-gradient(to right, #afafb1 0%, #f2f4f5 50%, #afafb1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafb1', endColorstr='#afafb1', GradientType=1);
  font-weight: bold;
  text-align: center;
}
.packagesList .col-lg-4:nth-child(2) .servicesTxt {
  color: #000;
  background: #b38729;
  background: -moz-linear-gradient(left, #b38729 0%, #fff9c4 50%, #b38729 100%);
  background: -webkit-linear-gradient(left, #b38729 0%, #fff9c4 50%, #b38729 100%);
  background: linear-gradient(to right, #b38729 0%, #fff9c4 50%, #b38729 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b38729', endColorstr='#b38729', GradientType=1);
}
.packagesList .col-lg-4:nth-child(3) .servicesTxt {
  background: #bcbcd8;
  background: -moz-linear-gradient(left, #bcbcd8 0%, #efefff 50%, #bcbcd8 100%);
  background: -webkit-linear-gradient(left, #bcbcd8 0%, #efefff 50%, #bcbcd8 100%);
  background: linear-gradient(to right, #bcbcd8 0%, #efefff 50%, #bcbcd8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcd8', endColorstr='#bcbcd8', GradientType=1);
}
.checklist i {
  padding-right: 6px;
  color: #29af65;
}
.crosslist i {
  padding-right: 6px;
  color: #af292e;
}
.ticket-p {
  background: #af292e;
  text-align: center;
  padding: 24px 15px;
  color: #fff;
  font-size: 18px;
   font-family: "Montserrat", sans-serif;
}
.ticket-p a {
  color: #ffeb00;
  text-decoration: none;
}
.ticket-p a:hover {
  color: #fff;
}
.pac-container {
  z-index: 10000 !important;
}
#thecanvas {
  border: 2px solid black;
  background-color: white;
}

.checkbox {
    margin-top: 16px !important;
    display: block;
}

.checkbox-label {
  margin-left:5px !important;
}


.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
}

.checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #777;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
}

.checkbox input:checked + label:before{border-color:#0079bf ;}

.checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

