 @media only screen and (max-width: 991px) {
	  .services .icon-box { padding: 20px 30px 0px 30px; }
  .icon-box .icon { float:left!important; margin-right:20px; }
.icon-box .title { float:left!important; margin-bottom: 0px;width: 70%; }
.icon-box .description { float:left!important;width: 70%; }
.mb-5 { margin-bottom:10px!important; }
.clients {
    background: #f3f9fd;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 10px;
}
.newservice {
    padding: 0px 0 30px;
}
.test {
    display: block;
    position: absolute;
    top: 0px;
    right: 70px;
	width:85px;
}
.contact .info i {
    margin-right: 5px;
}
.logoml {
    margin-left: 20px;
}
.services .icon {
    margin: 0 15px 15px 0px;
}
#header .logo h1 { margin-top:25px; font-size:30px; }
.fixed-top { position: relative; }
  }
  @media only screen and (max-width: 600px) {
	  .services .icon-box { padding: 20px 30px 0px 30px; }
  .icon-box .icon { float:left!important; margin-right:20px; }
.icon-box .title { float:left!important; margin-bottom: 0px;width: 70%; }
.icon-box .description { float:left!important;width: 70%; }
.mb-5 { margin-bottom:10px!important; }
.clients {
    background: #f3f9fd;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 10px;
}
.newservice {
    padding: 0px 0 30px;
}
.test {
    display: block;
    position: absolute;
    top: 0px;
    right: 70px;
	width:85px;
}
.contact .info i {
    margin-right: 5px;
}
.logoml {
    margin-left: 20px;
}
.services .icon {
    margin: 0 15px 15px 0px;
}
#header .logo h1 { margin-top:25px; font-size:30px; }
.fixed-top { position: relative; }
  }
  
  
  
  @media only screen and (max-width: 480px) {
	  .services .icon-box { padding: 20px 30px 0px 30px; }
  .icon-box .icon { float:left!important; margin-right:20px; }
.icon-box .title { float:left!important; margin-bottom: 0px; width: 70%; }
.icon-box .description { float:left!important; width: 70%; }
.mb-5 { margin-bottom:10px!important; }
.clients {
    background: #f3f9fd;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 10px;
}
.newservice {
    padding: 0px 0 30px;
}
.test {
    display: block;
    position: absolute;
    top: 0px;
    right: 70px;
	width:85px;
}
.contact .info i {
    margin-right: 5px;
}
.logoml {
    margin-left: 20px;
}
.services .icon {
    margin: 0 15px 15px 0px;
}
#header .logo h1 { margin-top:10px; font-size:24px; }
.fixed-top { position: relative; }
.mspace { margin-right:0px!important; }
.leftalign { float:none!important; }
.section-title h2 {  font-size: 18px; }
.section-title p { font-size: 14px; }

.section-title h2::before { display:none; }
.section-title h2::after { display:none; }
#header { box-shadow: 0px 3px #9A9A9A!important; display: block!important;}
.plancs { margin-left:0px!important; }
.heat-top { padding: 0px 0px!important;  border-bottom: 5px solid #f3f9fd!important; }
section { padding: 30px 0 30px!important; }
  }
  
  
.heat-top { padding: 20px 0px;  border-bottom: 5px solid #f3f9fd!important; }
  .tooltip1 {
  position: relative;
  display: inline-block;
  float:left;
}

.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #3498db;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
    right: -95px;
  top: 40px;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
}
.size_of_img{
width:90px}
.mspace { margin-right:10px; }
.leftalign { float:left; }
.plancs { margin-left:15px; }

.logo-des { margin: 0px 0 0 0;   font-size: 13px; color: #9A9A9A;}

.toggle {
  margin-top: 40px;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle label {
  color: #4FBCA1;
  position: relative;
}
.toggle input[type=checkbox] + label::before {
  content: " ";
  display: block;
  height: 18px;
  width: 45px;
  border: 1px solid #02a5ff;
  border-radius: 9px;
  position: absolute;
  top: 0px;
  left: -65px;
  background: #02a5ff;
}
.toggle input[type=checkbox] + label::after {
  content: " ";
  display: block;
  height: 30px;
  width: 30px;
  border: 1px solid #034d99;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  left: -75px;
  background: #034d99;
  transition: all 0.3s ease-in;
}
.toggle input[type=checkbox]:checked + label::after {
  left: -40px;
  transition: all 0.3s ease-in;
}
.date { color: #bbc3c8; background: #292929; display: inline-block; font-family: 'Georgia', serif; font-style: italic; font-size: 18px; line-height: 22px; margin: 0 0 20px 18px; padding: 10px 12px 8px; position: absolute; bottom: -36px; }

.common {     background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 20%);  padding: 30px 50px; }
	
	/** notifications **/
.notify {
  display: block;
  background: #fff;
  padding: 12px 18px;
  max-width: 600px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 20px;
  background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 20%);
    margin: 8% auto 20%;
}

.notify h1 { margin-bottom: 6px; }

.successbox h1 { color: #3498db; }
.errorbox h1 { color: #3498db; }

.successbox h1:before, .successbox h1:after { background: #cad8a9; }
.errorbox h1:before, .errorbox h1:after { background: #d6b8b7; }

.notify .alerticon { 
  display: block;
  text-align: center;
  margin-bottom: 10px;
}



  /* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #8b3a7a;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #c16aaf;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 5px;
}
.ribbon-top-left::after {
  bottom: 5px;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0px;
  right: 5px;
}
.ribbon-bottom-left::after {
  top: 5px;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}
[checkbox] {
  margin: 0 0 1em 0;
}

[checkbox] input {
  display: none;
}
[checkbox] input + i:before {
  content: "\00A0";
  text-align: center;
  font-style: normal;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: .92;
  overflow: hidden;
  margin: 0 .25em 0 0;
  border-radius: 0.15em;
  background-color: #3C98EE;
  color: white;
}
[checkbox] input:checked + i:before {
  background-color: #3C98EE;
  content: "\00D7";
}
[checkbox] input:disabled + i:before {
  background-color: #ddd;
}

[radio] input {
  display: none;
}
[radio] input + i {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 .25em 0 0;
  top: .15em;
  background-color: #3C98EE;
  border-radius: .5em;
}
[radio] input + i:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  border-radius: 50%;
  opacity: 0;
  background-color: white;
}
[radio] input:checked + i:after {
  opacity: 1;
}
[radio] input:disabled + i {
  background-color: #ddd;
}

[toggle] input {
  display: none;
}
[toggle] input + i {
  position: relative;
  display: inline-flex;
  width: 65px;
  height: 37px;
  margin: 0 .5em 0 0;
  top: .45em;
  background-color: #3C98EE;
  border-radius: 0.15em;
  border-radius: 1.5em;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
[toggle] input + i:after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  margin-left: 1em;
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  border-radius: 50%;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-color: white;
}
[toggle] input:checked + i:after {
  margin-left:0;
}
[toggle] input:disabled + i {
  background-color: #ddd;
}
[toggle] input:disabled + i:after {
  opacity: .5;
}

button, [type="button"], [type="reset"], [type="submit"] {
  background-color: #3C98EE;
  border: none;
  border-radius: 0.15em;
  font-size: 1em;
  padding: .25em .5em;
  color: white;
}
button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
  background-color: #53a4f0;
}
button:active, [type="button"]:active, [type="reset"]:active, [type="submit"]:active {
  background-color: #147fe3;
}

.ideal {
    padding: 0px 30px 5px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
}

.ideal .head {
    font-size: 15px;
    line-height: 29px;
    color: #343434;
    font-weight: 500;
}
.ideal .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #06112f;
}
.comparison-link {
    text-align: center;
    margin-bottom: 10px;
}
.comparison-link a img {
    margin-left: 7px;
}
img, svg {
    vertical-align: middle;
}
.d-lg-block {
    display: block!important;
}
.features ul li:before {
    content: "\2022";
    color: #2cc6f5;
    font-weight: 700;
    display: inline-block;
    width: 25px;
    margin-left: 0;
    font-size: 23px;
    top: 1px;
    position: relative;
}
.savings {
    color: #24b47e;
}



.card {
    border-radius: 10px;
    padding: 35px 26px;
    width: 400px
}

.abt {
    font-size: 14px
}

.row-content {
    height: 100vh
}

.inputbox {
    margin-top: 12px;
    position: relative
}

.inputbox span {
    font-size: 14px
}

.inputbox input {
    border: 2px solid #eee;
    padding: 0 10px
}

.inputbox .phonenumber {
    text-indent: 30px
}

.inputbox input:focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border: 2px solid blue
}

.input-tag {
    position: absolute;
    top: 27px;
    left: 7px;
    width: 32px
}

.proceed button {
    height: 50px
}

label.radio {
    cursor: pointer;
    width: 100%;
    text-align: center;
    margin-right: 0px
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    padding: 12px 20px;
    border: 2px solid #2383c4;
    display: inline-block;
    color: #2383c4;
    border-radius: 3px;
    text-transform: uppercase;
    width: 100%
}

label.radio input:checked+span {
    border-color: #2383c4;
    background-color: #2383c4;
    color: #fff
}
.pricing .toggle-container span img {
    position: absolute;
    float: right;
    margin-top: -20px;
}
}
.d-lg-inline-block {
    display: inline-block!important;
}




label.btn span {
  font-size: 1.2em ;
  float:left;
}
.fa-2x {
    float:left; margin-right:10px;
}
label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #7AA3CC;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #7AA3CC;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #7AA3CC;
}

div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}
.plandetail { background-color:#fff; font-size:14px; border:1px dotted #cccccc; text-align:center;}
@media only screen and (max-width: 600px) {
    label.radio {
    float: left;
    width: auto;
}
label.radio span {
    padding: 2px 20px;
    border: 2px solid #2383c4;
    display: inline-block;
    color: #2383c4;
    border-radius: 3px;
    text-transform: uppercase;
    width: 148px;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: block;
    vertical-align: middle;
    text-align: left;
}
.card { width:100%; }
}
