/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */



.id-color-gr {
  color: #65bc7b;
}

.search{
    
     background-color: #65bc7b;
}


a.btn-custom-gr, a.btn-custom-gr:active, a.btn-custom-gr:focus, a.btn-custom-gr:visited, .btn-custom-gr {
    background-color: #65bc7b;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px 20px;
    min-width: 120px;
    outline: 0;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
}



.header.header-mobile

{

background: linear-gradient(to right, #101010, #101010);
}


section#main-body {
    margin: 0;
    padding: 0px 0;
    min-height: 0px;
}

.TM-pricing-tables-container .TM-pricing-table .rate {
    background: #292929;
    padding: 15px;
    margin: 15px -15px 10px;
    color: #eee;
}

.btn-success {
    color: #fff;
    background-color: #65bc7b;
    border-color: #65bc7b;
}

ul {
    padding:0px;
    padding-bottom:0px;
    margin-bottom: 0;
    list-style: none;
}

.social-icon {
    color: #fff;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 40px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}

.social-icons i {
    text-shadow: none;
    color: #fff;
    padding: 5px 0px 0px 0px !important;
    width: 24px !important;
    height: 24px !important;
    text-align: center;
    font-size: 16px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    margin: 0 3px 0 3px;
}


.fa-facebook {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-instagram {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #E1306C;
}
.fa-instagram:hover {
    background-color: #3d5b99;
}

.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}



.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #FF0000;
}
.fa-youtube:hover {
    background-color: #e64a41;
}


.feature-box-type-1:hover {
  background-color:#65bc7b;
  color:#fff !important;
} 


header div#logo img
{
    padding-top:0px !important;
}

.footer-social-icons{
    margin-top:5px
}


.overlay-gradient{
          background: #071c26c7 !important;
}
    



/* 7.1. BANNER SLIDER NAV */
.banner--slider-nav {
    position: relative;
    margin-top: 0px;
    z-index: 1;
}

.banner--slider-nav .nav {
    font-size: 0;
    line-height: 0;
}

.banner--slider-nav li {
    display: inline-block;
    padding-top: 40px;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: padding-top .25s ease-in-out;
    transition: padding-top .25s ease-in-out;
    vertical-align: bottom;
    cursor: pointer;
}
.banner--slider-nav li:hover,
.banner--slider-nav li.active {
    padding-top: 0;
}

.banner--slider-nav li .icon {
    position: relative;
    padding: 0 30px;
    z-index: 0;
}
.banner--slider-nav li .icon:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3f5efb;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    z-index: -1;
}
.banner--slider-nav li:hover .icon:before,
.banner--slider-nav li.active .icon:before {
    background-color: #fff;
}

.banner--slider-nav li .icon .fa {
    position: relative;
    min-width: 65px;
    padding: 18.5px 0;
    font-size: 24px;
    color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
    z-index: 0;
}
.banner--slider-nav li:hover .icon .fa,
.banner--slider-nav li.active .icon .fa {
    border-color: #3f5efb;
}

.banner--slider-nav li .icon .fa:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3f5efb;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    z-index: -1;
}
.banner--slider-nav li:hover .icon .fa:after,
.banner--slider-nav li.active .icon .fa:after {
    background-color: #000;
}

.banner--slider-nav li .content {
    padding: 26px 30px;
    font-family: 'Poppins', serif;
    -webkit-transition: padding .25s ease-in-out, background-color .25s ease-in-out;
    transition: padding .25s ease-in-out, background-color .25s ease-in-out;
}
.banner--slider-nav li:hover .content,
.banner--slider-nav li.active .content {
    padding-top: 46px;
    padding-bottom: 46px;
    color: #8399ab;
    background-color: #fff;
}

.banner--slider-nav li .content .h3 {
    margin-top: 0;
    font-weight: 500;
}
.banner--slider-nav li:hover .content .h3,
.banner--slider-nav li.active .content .h3 {
    color: #3f5efb;
}

.banner--slider-nav li .content p {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 24px;
}
.banner--slider-nav li .content .h3 + p {
    margin-top: 14px;
}

/* 7.2. BANNER ITEM */
.banner--item {
    position: relative;
    padding-top: 103px;
    padding-bottom: 77px;
    overflow: hidden;
    z-index: 0;
}

.banner--item > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
}

.banner--content {
    padding-bottom: 60px;
    font-size: 16px;
    line-height: 28px;
}

.banner--content .h1 {
    position: relative;
    margin: 0;
    color: #303d48;
    font-size: 48px;
    line-height: 70px;
    z-index: 0;
}

.banner--content .h1:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    max-width: 50px;
    height: 3px;
    background-color: #fc466b;
    z-index: -1;
}

.banner--content p {
    margin-top: 31px;
    margin-bottom: 0;
}

.banner--content .btn {
    margin-top: 30px;
    margin-right: 15px;
}

/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */

*, ::after {
  box-sizing: border-box;
}

p {
  margin-left: 0;
  margin-right: 0;
}

::selection {
  background-color: #3f5efb;
  color: #fff;
}

.h3 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.inherited-styles-for-exported-element {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  list-style: none;
}

h3 {
  font-family: Poppins, serif;
}

p:last-child {
  margin-bottom: 0;
}

.content {
  background-color: #f6f6f6;
  color: #8399ab;
  font-family: Poppins, serif;
  padding: 46px 30px;
  transition: padding .25s ease-in-out, background-color .25s ease-in-out;
}

.content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}

.content .h3 {
  color: #3f5efb;
  font-weight: 500;
  margin-top: 0;
}

.content .h3+p {
  margin-top: 14px;
}




/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */

*, ::after {
  box-sizing: border-box;
}

img {
  border-style: initial;
  border-width: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

p {
  line-height: 1.8;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.inherited-styles-for-exported-element {
  color: #555;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

::selection {
  background-color: #3f5efb;
  color: #fff;
}

.h3 {
  color: inherit;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.col-sm-4 {
  min-height: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .col-sm-4 {
    float: left;
    width: 33.3333%;
  }
}

h2 {
  font-family: Poppins, serif;
}

.contact-info--item {
  background-color: #1f2f76;
  color: #fff;
  display: block;
  height: 100%;
  padding: 30px 40px 26px;
  position: relative;
  z-index: 0;
}

.contact-info--icon {
  background-color: #fff;
  border-radius: 50%;
  color: #3f5efb;
  float: left;
  font-size: 30px;
  line-height: 60px;
  margin: 10px 25px 10px 10px;
  position: relative;
  text-align: center;
  transition: color .25s, background-color .25s ease-in-out;
  width: 60px;
  z-index: 0;
}

.contact-info--content {
  overflow: hidden;
}

.reset-gutter {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .contact-info--icon {
    float: none;
    margin-bottom: 30px;
  }
}

.row::after {
  clear: both;
  content: " ";
  display: table;
}

p:last-child {
  margin-bottom: 0;
}

.contact-info--item::before {
  content: " ";
  display: table;
}

.contact-info--item::after {
  clear: both;
}

.contact-info--content::before, .contact-info--icon::before {
  background-color: #fff;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.contact-info--content::before {
  box-shadow: rgba(0, 0, 0, .15) 0 2px 10px;
  opacity: 0;
  transition: opacity .25s ease-in-out, top .25s ease-in-out;
}

.contact-info--icon::before {
  border-radius: 50%;
  margin: -10px;
  opacity: .1;
}

.contact-info--icon img {
  padding: 12px;
}

.contact-info--item p {
  margin-bottom: 0;
}

.contact-info--wrapper>.row {
  display: flex;
}

.contact-info--item:hover {
  color: #8399ab;
}

.contact-info--item .h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
  margin-top: 0;
  transition: color .25s;
}

.reset-gutter>[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .contact-info--wrapper>.row {
    flex-direction: column;
    flex-wrap: initial;
  }
}

/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */

*, ::after {
  box-sizing: border-box;
}

p {
  line-height: 1.8;
  margin: 0;
}

.inherited-styles-for-exported-element {
  color: #8399ab;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

::selection {
  background-color: #3f5efb;
  color: #fff;
}

.h3 {
  color: inherit;
}

h2 {
  font-family: Poppins, serif;
}

.contact-info--content {
  overflow: hidden;
}

p:last-child {
  margin-bottom: 0;
}

.contact-info--content::before {
  background-color: #fff;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, .15) 0 2px 10px;
  content: " ";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .25s ease-in-out, top .25s ease-in-out;
  z-index: -1;
}

.h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
  margin-top: 0;
  transition: color .25s;
}


/*------------------------------------*\
    29. CONTACT INFO AREA
\*------------------------------------*/
.contact__info--overlap {
    position: relative;
    z-index: 1;
}
.contact__info--overlap > .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/* 29.1. CONTACT INFO ITEM */
.contact-info--wrapper > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-info--item {
    display: block;
    position: relative;
    height: 100%;
    padding: 30px 40px 26px;
    color: #fff;
    background-color: #1f2f76;
    z-index: 0;
}

.contact-info--item:hover {
    color: #8399ab;
}

.contact-info--item:before,
.contact-info--item:after {
    content: " ";
    display: table;
}

.contact-info--item:after {
    clear: both;
}

.contact-info--content:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .25s ease-in-out, top .25s ease-in-out;
    transition: opacity .25s ease-in-out, top .25s ease-in-out;
    z-index: -1;
}

.contact-info--item:hover .contact-info--content:before {
    top: -10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.contact-info--icon {
    float: left;
    margin: 10px 25px 10px 10px;
    position: relative;
    width: 60px;
    color: #3f5efb;
    background-color: #fff;
    border-radius: 50%;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: color .25s, background-color .25s ease-in-out;
    transition: color .25s, background-color .25s ease-in-out;
    z-index: 0;
}

.contact-info--item:hover .contact-info--icon {
    color: #fff;
    background-color: #fc466b;
}

.contact-info--icon:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    z-index: -1;
}

.contact-info--item:hover .contact-info--icon:before {
    background-color: #3f5efb;
}

.contact-info--icon img {
    padding: 12px;
}

.contact-info--content {
    overflow: hidden;
}

.contact-info--item .h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    -webkit-transition: color .25s;
    transition: color .25s;
}

.contact-info--item:hover .h3 {
    color: #3f5efb;
}

.contact-info--item p {
    margin-bottom: 0;
}


/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, feel free to rename it. */

*, ::before {
  box-sizing: border-box;
}

section {
  display: block;
  position: relative;
}

a {
  background-color: transparent;
  color: #1a002a;
  outline: 0;
  text-decoration: none;
  transition: all .3s;
}

p {
  line-height: 1.8;
}

::selection {
  background-color: #3f5efb;
  color: #fff;
}

.inherited-styles-for-exported-element {
  font-family: Outfit, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    min-width: 1200px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.fas {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
}

a:active {
  outline: 0;
}

a:focus {
  color: #23527c;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: underline;
}

a:hover {
  color: #2674e8;
}

p:last-child {
  margin-bottom: 0;
}

section:not(.relative) {
  overflow: hidden;
}

.fa-chevron-up::before {
  content: "";
}

section#footer {
  font-size: .9em;
  margin: 0;
  padding: 20px 10px;
}

@media (min-width: 450px) {
  section#footer {
    line-height: 32px;
  }
}

section#footer {
  background-color: #071c26;
  border-style: none;
  color: #fff;
 
}

section#footer p {
  margin: 0;
}

section#footer .back-to-top {
  float: right;
}

section#footer .back-to-top i {
  background-color: #ddd;
  border-radius: 3px;
  color: #888;
  opacity: .7;
  padding: 10px;
}


.footer {
    background: #1b1c1c!important;
    color: #ffffff;
    padding: 80px 0 40px 0;
    background: url(/templates/uhost/assets/images/slider/1.jpg)!important;
}

.bg-gradient-to-right
{
    
        background-color: #202020;
}




ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.togglee, .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.toggler {
  color: #ddd;
  transition: .2s;
  font-weight: bold;
}

.toggler--is-active {
  color: #9D1726;
}

.b {
  display: block;
}

.togglee {
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background-color: #9D1726;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .08s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pricing-section {
    padding: 110px 0 150px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.pricing-columns .wrapper-full {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}
.pricing-columns #pricing-chart, .pricing-columns-both #pricing-chart {
    margin-top: 100px;
    float: left;
    position: relative;
}
.pricing-columns #pricing-chart #smaller-plans, .pricing-columns-both #pricing-chart #smaller-plans {
    display: block;
}
.pricing-columns #pricing-chart .plan, .pricing-columns-both #pricing-chart .plan {
    float: left;
    background-color: #fafafa;
    position: relative;
    color: #454545;
    padding: 14px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 207px;
}
.pricing-columns #pricing-chart .plan:first-child, .pricing-columns-both #pricing-chart .plan:first-child {
    border-left: 1px solid #e1e1e1;
}
.pricing-columns #pricing-chart .plan:before, 
.pricing-columns-both #pricing-chart .plan:before {
    content: "";
    position: absolute;
    height: 5px;
    left: -1px;
    top: 0;
    background-color: #233E48;
    width: 207px;
}
.pricing-columns #pricing-chart .plan .price, .pricing-columns-both #pricing-chart .plan .price {
    font-size: 26px;
    float: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 17px;
}
.pricing-columns #pricing-chart .plan .price .dollar, .pricing-columns-both #pricing-chart .plan .price .dollar {
    top: -10px;
    letter-spacing: -1px;
    left: 3px;
}
.pricing-columns #pricing-chart .plan .price .amount, .pricing-columns-both #pricing-chart .plan .price .amount {
    font-size: 30px;
    font-weight: 600;
}
.pricing-columns #pricing-chart .plan .price .slash, .pricing-columns-both #pricing-chart .plan .price .slash {
    font-weight: 600;
    left: -2px;
}
.pricing-columns #pricing-chart .plan .price .month, .pricing-columns-both #pricing-chart .plan .price .month {
    font-weight: 600;
    left: -7px;
}
.pricing-columns #pricing-chart .plan ul, .pricing-columns-both #pricing-chart .plan ul {
    padding: 0 18px;
    margin-bottom: 40px;
}
.pricing-columns #pricing-chart .plan ul li, .pricing-columns-both #pricing-chart .plan ul li {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    margin-bottom: 20px;
}
.pricing-columns #pricing-chart .plan ul li span, .pricing-columns-both #pricing-chart .plan ul li span {
    color: #9e9e9e;
    display: inline-block;
    margin-left: 7px;
    font-weight: 400;
    font-size: 14px;
}
.pricing-columns #pricing-chart .plan a.sign-up, .pricing-columns-both #pricing-chart .plan a.sign-up {
  width: 100%;
    padding: 13px;
    background-color: white;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #9e9e9e;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    clear: left;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.pricing-section .sign-up {
    padding: 17px 50px;
    text-transform: uppercase;
    background-color: #93cc76;
    color: white;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    white-space: pre;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 30px;
}

.pricing-columns #pricing-chart .popular, .pricing-columns-both #pricing-chart .popular {
    width: 274px;
    position: relative;
    top: -30px;
    background-color: white;
    margin-left: -2px;
    right: 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.pricing-columns #pricing-chart .popular:before, .pricing-columns-both #pricing-chart .popular:before {
    width: 274px;
    background-color: #9D1726;
    height: 7px;
}
.pricing-columns #pricing-chart .popular a.sign-up, .pricing-columns-both #pricing-chart .popular a.sign-up {
    background-color: #9D1726;
    border: none;
    color: #ffffff;
}
.pricing-columns #pricing-chart .popular .price .amount, .pricing-columns-both #pricing-chart .popular .price .amount {
    font-size: 60px;
}
.bandwidth {
    display: block;
    color: #9e9e9e;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: -90px;
}
.pricing-columns #pricing-chart .popular p.pop-plan, .pricing-columns-both #pricing-chart .popular p.pop-plan {
    color: #454545;
    font-size: 16px;
    margin-bottom: 45px;
}
.pricing-columns #pricing-chart .popular .price, .pricing-columns-both #pricing-chart .popular .price {
    margin-bottom: 0px;
}
.pricing-columns #pricing-chart .plan a.sign-up:hover, .pricing-columns-both #pricing-chart .plan a.sign-up:hover {
    border: 0;
    color: #fff;
    opacity: 0.8;
}
.hide{
  display: none;
}
body{
  background: #f5f5f5;
}
.services-block-three{
  margin-bottom" 30px;
}
.services-block-three i {
    font-size: 32px;
}
.services-block-three>a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;

}
.services-block-three>a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #03a9f5;
    border-right: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three>a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #03a9f5;
    border-left: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
    padding-bottom: 15px;
}
.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
}
.services-block-three p {
    margin-bottom: 0;
  color: #757575;
}
.services-block-three>a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}
a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three>a:hover:before, .services-block-three>a:hover:after {
    width: 95%;
    height: 90%;
}

.accordion-section-title.active
{
    background-color: #202020;
    
    
}



@media (min-width: 768px) {
.mobile_slider{
    display:none !important;
}
.desktop_slider{
    display:block !important;
}
    
}


@media (max-width: 767px) {
.mobile_slider{
    display:none !important; /* Enable This for dispaly Slider on mobile*/
    
    }




.desktop_slider{
    display:none !important;
}
    
}



.new_bottom_azi_spacing {

  margin-bottom: 20px;
  padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #707070;
}


.new_bottom_azi_spacing_border {
  border-bottom: 1px solid #e6e5e5;
  margin-bottom: 20px;
  padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #707070;
}

.new_bottom_azi_spacing>p {
  text-align: justify;
}

.new_bottom_azi_spacing:last-child {
  border-bottom-color: initial;
  border-bottom-style: none;
  border-bottom-width: initial;
  margin-bottom: 20px;
  padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #707070;
}


.bottom_azi_no_spacing{
      margin-bottom: 0px;
    
}

.p_azi_no_spacing
{
margin-bottom: 5px;
}



@media (min-width: 992px) {
  .col-md-12 {
    float: left;
    width: 100%;
  }
}

.new_bottom_azi_spacing>p {
  text-align: justify;
}

.new_bottom_azi_spacing>ul>li {
  list-style: decimal;
  margin-bottom: 15px;
  margin-left: 15px;
  text-align: justify;
  font-size: 14px;
    font-weight: 300;
    color: #707070;
}

.new_bottom_azi_spacing:last-child {
  border-bottom-color: initial;
  border-bottom-style: none;
  border-bottom-width: initial;
  margin-bottom: 20px;
  padding-bottom: 10px;
}


.domain-checker-bg {
    margin: 0;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: 110% -5px;
    background-image: url(../img/globe.png) !important;
}



.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
   background-color: #0f1c22 !important; 
}


.btn-social {
    position: relative;
    padding-left: 15px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-signin-btns {
    text-align: center;
    MARGIN-BOTTOM: 20PX !important;
}


* {
  outline: 0;
}

.header-lined h1 {
  background-color: #5cb85c;
  border-radius: 4px;
  border-style: none;
  color: #fff;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 15px;
  padding: 15px 0;
  position: relative;
  text-align: center;
}

*, ::after {
  box-sizing: border-box;
}

.header-lined h1::after {
  border: 10px solid transparent;
  border-top: 10px solid #5cb85c;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 100%;
  width: 0;
}




#order-standard_cart .panel-addon {
    font-size: .8em;
    text-align: center;
    border: 1px;
    border-color: black;
    border: 1px solid #ddd !important;
    
    padding-top: 10px!important;

}



