@font-face {
    font-family: "FontAwesome";
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.pricing-list1:hover .pricing-info1 ul li {
    color: #ffffff !important;
}
/* Top Bar Start */
.support-bar-top {
    background: #414042;
    padding: 15px 0;
    padding-bottom: 14px;
}
.support-bar-top .contact-info ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.support-bar-top .contact-info ul li {
    float: left;
    color: #fff;
    padding-right: 33px;
    position: relative;
    list-style-type: none;
}
@media (max-width: 990px) {
    .support-bar-top .contact-info {
    text-align: center;
    }
}
@media (max-width: 990px) {
    .support-bar-top .contact-info ul {
    display: inline-block;
    }
}
@media (max-width: 480px) {
    .support-bar-top .contact-info ul li {
    padding-right: 1px;
    }
}
@media (max-width: 375px) {
    .support-bar-top .contact-info ul li {
    font-size: 13px;
    }
}
@media (max-width: 320px) {
    .support-bar-top .contact-info ul li {
    font-size: 12px;
    }
}
.support-bar-top .contact-info ul li:last-child {
    padding-right: 0;
}
.support-bar-top .contact-info ul li:last-child:after {
    display: none;
}
.support-bar-top .contact-info ul li:after {
    position: absolute;
    content: "";
    top: 5px;
    right: 16px;
    width: 2px;
    height: 15px;
    background-color: #fff;
}
@media (max-width: 480px) {
    .support-bar-top .contact-info ul li:after {
    display: none;
    }
}
.support-bar-top .contact-info ul li a {
    color: #fff;
}
.support-bar-top .contact-info ul li i {
    padding-right: 5px;
}
@media (max-width: 400px) {
    .support-bar-top .contact-info ul li i {
    padding-right: 3px;
    }
}
@media (max-width: 990px) {
    .support-bar-top .contact-admin {
    text-align: center;
    margin-top: 10px;
    }
}
.support-bar-top .contact-admin a {
    color: #fff;
    padding-right: 12px;
}
@media (max-width: 320px) {
    .support-bar-top .contact-admin a {
    font-size: 12px;
    }
}
.support-bar-top .contact-admin a i {
    padding-right: 4px;
    font-size: 18px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-user:before {
    content: "\f007";
}
.fa-comments:before {
    content: "\f086";mysql 
}
.fa-phone:before {
    content: "\f095";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-user-plus:before {
    content: "\f234";
}
/* Top Bar End */

/* Bannner Section Start */
.banner-image1 {
    background-image:url('/assets/main/images//bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}
.bnr_txt h2 {
    margin-left: 40px;
    margin-top: 100px !important;
    color:  #ffffff !important; 
    font-size: 50px !important;
}
.bnr_txt p{
    color: #fff;
    font-size: 18px;
    margin-left: 40px;
}
.bnr_txt ul{
    margin-top: 50px;
    margin-left: 20px;
}
.bnr_txt li{
list-style-type: none;
}
.free-trial{
    font-size: 12px;
    margin-right: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.trial-check{
    color: #6fcd32;
    padding-left: 3px;
}
.trial-day{
    color: #fff;
    font-size: 18px !important;
    font-weight: 400 !important;
}
.sliderbtn {
    background: none;
    color: #fff; 
    border: 2px solid #fff;
    padding: 10px 50px !important;
    font-size: 15px !important;
    font-weight: 400;
    margin: 40px 0px 50px 40px;
  }
  .sliderbtn:hover {
    background-color: #00425e;
  }
@media  screen and (max-width: 768px) {
    .banner-image {
    background-image:none;
    background-color:#103e9c;
    }
.bnr_txt h2{
    font-size: 25px !important;
    }
.bnr_txt p{
    font-size: 14px;
    }
.trial-day{
    font-size: 16px !important;
    }
    .sliderbtn{
    margin-top: 30px;
    }
}
/* Bannner Section end */

 /* Worpress Hosting section start  */
.section-header {
    padding-bottom: 57px;
    text-align: center;
}
.section-header h2{
    font-size: 45px;
    font-weight: bold;
    text-transform: none;
    color: #005880;
    padding-bottom: 10px;
  }
.section-header p{
    color: #4d4e4f;
    font-size: 16px;
}
@media (max-width: 768px) {
    .section-header h2{
        font-size: 20px;
    }
    .section-header p{
        font-size: 12px;
    }
  }
  .pricing-list1 {
    background-color: white !important;
    overflow: hidden;
    padding: 0 20px;
    padding-bottom: 40px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.hot-sale{
    font-size: 13px;
    position: absolute;
    padding: 3px 10px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    width: 100px;
    left: 35%;
    margin: auto;
    margin-top: -25px;
}
.arrow-down {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 48%;
    
  }
  .pricing-list1:hover .arrow-down{
    border-top: 5px solid #00425e;
  }
.pricing-list1:hover .hot-sale{
    background-color: #00425e;
}
.pricing-list1:hover{
    border: 2px solid #00425e;
}
.pricing-list1:hover .ordernow_btn{
background-color: #00425e;
}
@media (max-width: 990px) {
    .pricing-list1 {
        margin-bottom: 30px;
    }
}
.pricing-list1 .pricing-header1 {
    text-align: center;
    padding: 25px 0 0 0;
    padding-top: 20px;
}
.pricing-list1 .pricing-header1 h5 {
    color: #005880 !important;
    font-size: 17px !important;
    font-weight: 700;
    margin-bottom: 10px;
}
.pricing-list1 .pricing-header1 p {
    margin-top: 15px;
    font-size: 16px;
    color: #565656 !important;
    display: inline-block;
}
.pricing-list1 .pricing-amount1 {
    background-color: #fff !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
}
.pricing-amount1 .dollar{
    color: #005880 !important;
    font-size: 25px !important;
    font-weight: bold; 
}
.pricing-amount1 .dollar-amount{
    color: #005880 !important;
    font-size: 40px !important;
    font-weight: bold;
}
.price-month{
    color: #565656 !important;
    font-size: 16px !important;
}
.pricing-list1 .pricing-info1 {
    padding-bottom: 50px !important;
}
.ram-gb{
    color: rgb(112, 102, 102);
    font-size: 16px;
    font-weight: 400;
}
.pricing-list1 .pricing-info1 ul {
    list-style: none;
    margin: 0;
    background-color: #fff !important;
    text-align: left !important;
    padding-bottom: 30px;
    padding-top: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.pricing-list1 .pricing-info1 ul li {
    list-style-type: none;
    padding: 6px 0;
    /*color: #000 !important;*/
}
.pricing-list1 .pricing-info1 ul li:last-child {
    padding-bottom: 0;
}
.ordernow_btn{
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    background-color: #005880 !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 8px 8px !important;
}
.pricing-list1 .pricing-info1 ul li {
    padding: 6px 0px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
.backup{
    margin-left: 16px;
}
}
.tick{
    color: #6fcd32;
}
.fa.fa-info-circle{
    position:relative;
    margin-left:5px;
    display:inline-block;
    color:#005880;
}
.fa.fa-info-circle .litooltip{
    position:absolute;
    background-color: #000;
    text-transform:none;
    font-family:open sans,sans-serif;
    padding:15px;
    text-align:center;
    width:150px;
    border-radius:5px;
    right:-18px;
    bottom:23px;
    line-height:17px;
    color:#fff;
    font-size:14px;
    visibility:hidden;
    opacity:0;
    display:block
}
.fa.fa-info-circle .litooltip:before{
    content:"";
    position:absolute;
    bottom:-5px;
    right:20px;
    width:10px;
    height:10px;
    border-top:none;
    border-left:none;
    transform:rotate(45deg);
    background-color:#414042
}
.fa.fa-info-circle:hover .litooltip{
    visibility:visible;
    opacity:1
}
 /* Worpress Hosting section end  */
 
/* Web Hosting Section Start */
 .webhosting-heading{
    margin-top: 50px;
    margin-bottom: 30px;
    color: #005880;
    font-size: 44px;
    font-weight: bold;
    text-align: center;
 }
 .web-heading{
    color: #005880;
    font-size: 25px;
    font-weight: 600;
 }
 .web-para{
    color: #565656;
    font-size: 18px;
 }
 @media (max-width: 768px) {
    .webhosting-heading{
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .web-heading{
        font-size: 18px;
    }
    .web-para{
        font-size: 14px;
    }
    .web-img{
        order: 2;
    }
 }
 /* Web Hosting Section End */
 
 /* Feature Section Start */
 .feature-heading{
    color: #005880;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
 }
 .feature-img{
  
    border-radius: 50%; 
    margin-top: 30px;
 }
 @media (max-width: 768px) {
    .feature-heading{
        font-size: 22px;
    }
    .feature-img{
    width:90px !important;
    height:90px !important;
    border-radius: 50%; 
    margin-top: 30px;
 }
 }
 .hosting-feature{
    color: #005880;
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 10px;
 }
 .hr-heading{
    width: 80px; 
    height: 3px !important;
    background-color: #005880; 
    margin-left: 8px; 
    margin-top: 0px; 
    margin-bottom: 0px;
    opacity: 1;
 }
 @media (max-width: 768px) {
    .hr-heading{
        margin: auto;
    }
    .feature-img{
        margin-top: 15px;
    }
 }
 .feature-para{
    color: #565656;
    font-size: 14px;
   padding: 10px 0px 10px 10px;
   margin-bottom: 0px;
 }
 .mysql{
    padding:10px;
    height:190px;
    display: flex;
 }
 .mysql:hover{
    border-radius: 10px;
    /* transform: scale(1.10); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
 }
 @media (max-width: 768px) {
    .mysql{
         height:300px;
        display: block;
        text-align: center;
    }
 }
 /* Feature Section End */

 /* FAQs Section Start */
 .faqs-heading{
    color: #005880;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
 }
 .faq-heading{
    color: #005880;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 15px;
    border-radius: 10px;
 }
 .faq-para{
    color: #565656;
    font-size: 16px;
    padding: 0px 15px 15px 15px;
    margin-bottom: 0px;
 }
 .faq-border-1{
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #b6bdd3a6;
    box-shadow: 3px 3px 15px #0062cc2b;
 }
 /* FAQs Section End */
