/* ============================================
Template Name: Flake
Template URI:
Description: Hosting HTML5 Template
Author:
Author URI:
Version: 1.0
===================================================

##CSS TABLE OF CONTENT
--------------------------------
1. THEME BASIC CSS
2. HEADER TOP STYLE
3. NAVIGATION STYLE
4. HOMEPAGE-1  SLIDER-1 STYLE
5. HOME PAGE 2 STYLE SLIDER
6. HOME 1 BG ANIMATION
7. HOME 2 CLOUD ANIMATION 
8. DOMAIN- STYLE SECTION
9. SECTION-TITLE STYLE
10. BLOG-1 STYLE
11. PRICING TABLE STYLE
12. FEATURE ONE STYLE
13. FEATURE TWO STYLE
14. FUN FACT STYLE
15. SERVICE STYLE
16. REGISTER STYLE
17. TESTIMONIAL STYLE
18. BRAND AREA STYLE
19. CALL-TO-ACTION AREA STYLE
20. FOOTER AREA STYLE
21. FOOTER BOTOM AREA STYLE
22. DOMAIN CHECKER AREA STYLE
23. FAQ PAGE STYLE
24. ABOUT.HTML STYLE
25. TAB STYLE
26. WELCOME AREA STYLE
27. DOMAIN-SEARCH AREA STYLE
28. DOMAIN-SEARCH-NOW AREA STYLE
29. DOMAIN-FEATURE AREA STYLE
30. HOSTING AREA.HTML STYLE
31. CLOUD HOSTING.HTML STYLE
32. DEDICATION.HTML HOSTING STYLE
33. AFFILIATE HTML STYLE
34. CART.HTMLAREA
35.CHECK-OUT.HTMLAREA
36.CONTACT.HTMLAREA
37. ALL+FULL BLOG.HTMLAREA
38. ALL+SHOP GRID STYLE
39. 404 PAGE STYLE
40. COMING SOON PAGE STYLE 
41. MAP STYLE


================================================ */


/*----------------------------------------
1. THEME BASIC CSS
------------------------------------------*/

body {
    color: #464646;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

a {
    font-family: 'Montserrat', sans-serif;
}
p {
    font-family: 'Montserrat', sans-serif;
}

/*----------------------------------------
HEADER TOP STYLE
------------------------------------------*/
.showHide { display:none; }

/* Desktop*/
@media screen and (min-width: 768px) {
  .showHide  { display: block; }
   }


@media only screen and (max-width: 1750px) {
   .header-top-area{
        background-color: lightblue;
    }
}


.header-top-area{
    background-color: #20479a;
    color: #cbd3dc;
    padding: 20px;
    position: relative;
    z-index: 9;
}
header.header-top-area.corner-shape:after {
    display: none;
}
.header-top-area:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0px;
    width: 0;
    height: 0;
    border-bottom: 250px solid #00205e;
    border-left: 250px solid transparent;
    z-index: -1;
}
.header-top-left a {
    text-decoration: none;
    color: #cbd3dc;
}
.header-top-left span {
    padding-right: 10px;
    position: relative;
    top: 2px;
    font-size: 14px;
}
.header-top-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-top-left .nice-select .option {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 400;
}

.header-top-left .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #fff;
    color: #5dafef;
    font-size: 14px;
    font-weight: 400;
}
.nice-select:after {
    border-bottom: 1px solid #cad2dc;
    border-right: 1px solid #cad2dc;
    content: '';
    display: block;
    height: 9px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}
.nice-select:after {
    border-bottom: 1px solid #cad2dc;
    border-right: 1px solid #cad2dc;
    content: '';
    display: block;
    height: 9px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}
.shop-show-right .nice-select .list {
    margin-top: 0;
    left: 17px;
}
.shop-show-right.left .nice-select .list{
    margin-top: 6px;

}

.header-top-left > ul > li {
    display: inline-block;
    padding-right: 25px;
}

.header-top-left ul li i {
    padding-right: 13px;
}
.header-top-right a {
    margin-left: 42px;
    text-decoration: none;
    color: #cbd3dc;
    text-transform: capitalize;
}
.header-top-right span {
    padding-right: 10px;
    position: relative;
    top: 2px;
    font-size: 16px;
}
.header-top-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.header-top-right ul li {
    display: inline-block;
    position: relative;
}
.header-top-right ul li:after {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 2px;
    height: 10px;
    content: "";
    background-color: #43566B;
}
.header-top-right ul li:first-child:after{
    display: none;
}
.header-top-right ul li .slider-1-bg {
    display: block;
    padding-left: 40px;
    padding-right: 0;
    text-transform: capitalize;
    color: #cbd3dc;
}
.header-top-right ul li a i {
    margin-right: 7px;
}
.header-top-right ul li a:hover{
    color: #39efdc;
}



/*----------------------------------------
NAVIGATION STYLE
------------------------------------------*/


.quote-btn-nav {
 padding: 20px;
 background-color: #ffae00;

}

.quote-btn-nav hover {
 padding: 20px;
 background-color: #111;

}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 3px 0px 0px 0px;
    line-height: 20px;
}
.navigation-bar {
    background-color: #fff;
    height: 80px;
    z-index: 100;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


.navigation-bar:before .navigation-bar:after {
  content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
    }
    
.navigation-bar:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}


div#sticky-wrapper {
    position: relative;
    z-index: 2;
}
.slicknav_menu {
    display: none;
}
.navigation>ul>li>a, .logo>a {
    line-height: 80px;
}

.navigation ul {
    list-style: outside none none;
    margin: 0;
}

.navigation ul {
    margin-right: -40px;
}

.navigation li {
    padding: 0;
}
img.bag-icon {
    margin-right: 18px;
}
.navigation li a {
    color: #858585;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

.navigation>ul>li:hover>a {
    color: #47d5ff;
}

.dropdown-nav {
    background-clip: padding-box;
    background-color: #fff;
    border-top: 2px solid #fff;
    height: auto;
    left: 0;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100px;
    white-space: nowrap;
    z-index: 100;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: 99;
    width: 205px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.dropdown-nav li a {
    padding: 0px 30px;
    display: block;
    text-transform: capitalize;
}
ul.dropdown-nav.dropdown-nav-left li {
    position: relative;
}

ul.dropdown-nav.dropdown-nav-left li:after {
    position: absolute;
    top: 12px;
    left: 0px;
    width: 2px;
    height: 15px;
    background: #5dafef;
    content: "";
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}
ul.dropdown-nav.dropdown-nav-left li:hover:after{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

.dropdown:hover>.dropdown-nav {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 80px;
    border-radius: 5px;
   box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}
.dropdown-nav a {
    line-height: 3;
}
.table-responsive {
    min-height: .01%;
    overflow: inherit;
}
.dropdown-nav li:hover>a {
    background-color: #fff;
    color: #5dafef;
}
li.dropdown i.fa {
    font-size: 22px;
    position: absolute;
    top: 28px;
    left: 64px;
}
li.mega-manu i.fa {
    font-size: 22px;
    position: absolute;
    top: 28px;
    left: 82px;
}
li.dropdown.fa-pages i.fa {
    left: 68px;
}
li.dropdown.fa-blog i.fa {
    left: 60px;
}
.sub-menu {
    left: 100%;
    top: 0;
}

.divider {
    border-bottom: 1px solid #ddd;
}

.dropdown-nav.dropdown-nav-left {
    left: auto;
    width: auto;
}

.dropdown-nav-left .sub-menu {
    left: 100%;
    right: auto;
    width: auto;
}
.dropdown:hover>.sub-menu {
    top: 0;
}

li.mega-manu {
    position: static;
}

.maga-manu-wrapper {
    position: absolute;
    right: 0;
    width: 70%;
    background: #fff;
    z-index: 99;
    padding: 40px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 100px;
}
.navigation li.mega-manu:hover .maga-manu-wrapper {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 80px;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}
.navigation > ul > li.current-menu-has-children > a{
    padding-right: 20px
}
.navigation > ul > li.current-menu-has-children > a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: 8px;
    font-size: 18px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    display: inline-block;
    line-height: 46px;
}

.navigation > ul > li.quoteme > a{
    background-color: #ff6600;
    color: #ffffff;
    display: block;
    
}

.navigation > ul > li.quoteme > a:hover{
    background-color: #fa9c5d;
    color: #ffffff;
    
}

.mega-single-items:hover h2 {
    color: #5dafef;
}

.mega-single-items h2 {
    font-size: 20px;
    font-weight: 500;
    color: #3e445b;
    margin-bottom: 15px;
}

.mega-single-items {
    color: #536d87;
    position: relative;
    padding-left: 65px;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.navigation li a.hosting-links {
    padding: 0;
    text-transform: capitalize;
    color: #3e445b;

}
.margin-bottom {
    margin-bottom: 40px;
}

.mega-single-items img {
    position: absolute;
    left: 0;
    top: 9%;
}

.mega-single-items p {
    font-size: 14px;
    color: #536d87;
}
.hosting-discount {
    background-image: url(asset/img/shop/hosting-bg.png);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    text-align: center;
    padding: 24px 0;
    z-index: 1;
    border: 1px solid;
    border-radius: 5px;
}
.hosting-discount:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.discount-amount {
    font-size: 24px;
    font-weight: 600;
    color: #40f9d8;
}

.hosting-share {
    position: relative;
    color: #fff;
    line-height: 30px;
}

.hosting-share:after {
    position: absolute;
    top: 60%;
    left: 36%;
    width: 29%;
    height: 1px;
    content: "";
    background: #fff;
}

.hosting-discount span {
    font-size: 30px;
    font-weight: 500;
    color: #fefefe;
}



li.shop-plan {
    position: static;
}

.shop-plan-chart {
    position: absolute;
    z-index: 99;
    width: 300px;
    background: #fff;
    text-align: left;
    padding: 21px;
    top: 100px;
    right: 15px;
    border: 1px solid#fff;
    border-radius: 5px;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.navigation li.shop-plan:hover .shop-plan-chart {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 80px;
}
.shop-plan-chart.dropdown-nav {
    left: auto;
    right: 0;
}
img.shop-icon {
    position: relative;
    margin-right: 40px;
}

span.shop-items {
    font-size: 14px;
    font-weight: 500;
    color: #536d87;
    position: relative;
}

.single-shop-plan {
    margin-bottom: 20px;
}



.single-shop-plan button {
    position: absolute;
    right: 16px;
    border: navajowhite;
    background: #fff;
    font-size: 14px;
    margin-top: 25px;
    color: #536d87;
    font-weight: normal;
    outline: none;
}
.shop-total h3 {
    font-size: 14px;
    color: #2f3651;
    font-weight: 500;
}

.shop-total h3 span {
    float: right;
}
a.pricing-btn.blue-btn.homepage-one-all-features-btn.action-btn.slider-links-2.chart-btn {
    padding: 12px 31px;
    text-align: center;
    background: #5DAFEF;
    color: #fff;
    font-weight: 500;
    float: right;
    font-size: 12px;
    margin-top: 25px;
}
a.chart-btn {
    line-height: 20px;
}








/*----------------------------------------
     HOMEPAGE-1  SLIDER-1 STYLE
------------------------------------------*/
.slider-1-bg {
    background-image: url(asset/img/bg/flake-slider-header.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.slider-content-area {
    padding-top: 210px;
    padding-bottom: 300px;
}

.single-slider-item img.position-img {
    position: absolute;
    max-width: 635px;
    right: -82px;
    top: 195px;
    padding-left: 94px;
}
.single-slider-item .container {
    position: relative;
}

.slider-content h2 {
    font-size: 55px;
    color: #feffff;
    font-weight: 600;
    line-height: 60px;
}



a.pricing-btn.blue-btn.homepage-one-all-features-btn.action-btn.slider-links-1 {}

.slider-links {
    margin-top: -14px;
}

a.pricing-btn.blue-btn.homepage-one-all-features-btn.action-btn.slider-links-2 {
    margin-left: 40px;
    margin-top: 50px;
}


.homepage-slider-1 .owl-dots div {
    display: inline-block;
    background-color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 5px;
    border: 3px solid #fff;
}
.homepage-slider-1 .owl-dots {
    position: absolute;
    bottom: 106px;
    width: 100%;
    text-align: center;
}
.homepage-slider-1 .owl-dots .active{
    background: #71DFE0;
}




/*----------------------------------------
      HOME PAGE 2 STYLE SLIDER
------------------------------------------*/
.slider-2-bg {
    background-image: url(asset/img/bg/happydude3.png);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    z-index: 1;
}
.slider-content-area-table {
    display: table;
    width: 100%;
}
.slider-2-bg .single-slider-item {
    padding-top: 100px;
    padding-bottom: 180px;
    z-index: 999;
    position: relative;
}
.slider-2-bg .clouds{
    position: relative;
    z-index: 1
}
section.homepage-slider-2.slider-2-bg .slider-content h2 {
    padding: 0 135px;
}

.slider-content-area-table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.slider-content-area {
    padding-top: 210px;
    padding-bottom: 80px;
    margin-left: -77px;
}

.slider-content h2 {
    font-size: 53px;
    color: #feffff;
    font-weight: 600;
    line-height: 62px;
}

.slider-content p {
    color: #fff;
    margin-top: 30px;
    line-height: 28px;
    font-size: 16px;
}

a.pricing-btn.blue-btn.homepage-two-all-features-btn.action-btn.slider-links-1 {
    background: #5DAFEF;
    color: #fff;
    padding: 18px 55px;
    font-size: 14px;
}
a.pricing-btn.blue-btn.homepage-two-all-features-btn.action-btn.slider-links-2 {
    background: #3CEFDC;
    color: #fff;
    padding: 18px 55px;
    font-size: 14px;
}
.slider-links {
    margin-top: 0px;
}
a.pricing-btn.blue-btn.homepage-two-all-features-btn.action-btn.slider-links-1 {
    background: #5DAFEF;
    color: #fff;
    margin-right: 40px;
}
a.pricing-btn.blue-btn.homepage-one-all-features-btn.action-btn.slider-links-2 {
    margin-left: 40px;
    margin-top: 50px;
}
  


/*----------------------------------------
      HOME 1 BG ANIMATION
------------------------------------------*/
.home-1-bg-animation {
    position: absolute;
    width: 150%;
    top: 0;
    left: 0;

}
.home-1-bg-animation ul{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    animation: home1bganimation 30s linear both 0s infinite;
}
.home-1-bg-animation ul li {
    list-style: none;
    display: inline-block;
    padding:35px;
    opacity: 1;
}


@keyframes home1bganimation {

    100% {
        -webkit-transform: translate3d(-720px, 0, 0);
         transform: translate3d(-720px, 0, 0);
    }

    120% {
        -webkit-transform: translate3d(720px, 0, 0);
         transform: translate3d(720px, 0, 0);
    }

}

/*----------------------------------------
      CLOUDS
------------------------------------------*/
.clouds img.cloud5 {
    top: 200px;
    -webkit-animation: cloud5 25s linear 20s infinite;
    animation: cloud5 25s linear 20s infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.clouds img {
    position: absolute;
    top: 0;
    z-index: 1;
}
.clouds img {
    position: absolute;
    top: 0;
    z-index: 1
}

.clouds img.cloud1 {
    top: 110px;
    -webkit-animation: cloud1 45s linear 1s infinite;
    animation: cloud1 45s linear 1s infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes cloud1 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

@keyframes cloud1 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

.clouds img.cloud2 {
    top: 0px;
    -webkit-animation: cloud2 45s linear 6s infinite;
    animation: cloud2 45s linear 6s infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes cloud2 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

@keyframes cloud2 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

.clouds img.cloud3 {
    top: 215px;
    -webkit-animation: cloud3 45s linear 11s infinite;
    animation: cloud3 45s linear 11s infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes cloud3 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

@keyframes cloud3 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

.clouds img.cloud4 {
    top: 5px;
    -webkit-animation: cloud4 45s linear 16s infinite;
    animation: cloud4 45s linear 16s infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes cloud4 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

@keyframes cloud4 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

.clouds img.cloud5 {
    top: 260px;
    -webkit-animation: cloud5 45s linear 21s infinite;
    animation: cloud5 45s linear 21s infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes cloud5 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

@keyframes cloud5 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}
.clouds img.cloud6 {
    top: 30px;
    -webkit-animation: cloud1 45s linear 26s infinite;
    animation: cloud1 45s linear 26s infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes cloud6 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

@keyframes cloud6 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

.clouds img.cloud7 {
    top: 260px;
    -webkit-animation: cloud2 45s linear 31s infinite;
    animation: cloud2 45s linear 31s infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes cloud7 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

@keyframes cloud7 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

.clouds img.cloud8 {
    top: 50px;
    -webkit-animation: cloud3 45s linear 36s infinite;
    animation: cloud3 45s linear 36s infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes cloud8 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}

@keyframes cloud8 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 0
    }
    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 10%;
    }
    90% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 90%
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        right: 100%
    }
}






/*----------------------------------------
         DOMAIN- STYLE
------------------------------------------*/
.domain-area {
    position: relative;
    z-index: 1;
    top: -70px;
}
.domain-area .domain-inner {
    padding: 70px 100px;
    background: #fff;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
    top: 100px;
    border-radius: 5px;
}
.domain-inner{}
.domain-checkup {
    background: #5dafef;
    border-radius: 5px;
    padding: 30px;
}
.domain-checkup-left{
    width: 80%;
    float: left;
}
.domain-checkup-left {
    width: 76%;
    float: left;
    margin-right: 3%;
    position: relative;
}
.input-field-row{}

.domain-checkup form input[type=text] {
    height: 65px;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding-right: 145px;
    color: #536d87;
    font-size: 15px;
}

.domain-checkup form input[type=text]:focus{
    outline: none;
}

.domain-checkup form input[type=text]::-moz-placeholder{
    color: #536d87
}

.domain-checkup form input[type=text]::-webkit-placeholder{
    color: #536d87
}

.domain-checkup form input[type=text]::-webkit-input-placeholder{
    color: #536d87
}

.domain-checkup form input[type=text]::-moz-placeholder{
    color: #536d87
}

.domain-checkup form input[type=text]:-ms-input-placeholder{
    color: #536d87
}

.domain-checkup form input[type=text]::placeholder{
    color: #536d87
}

.domain-checkup-left div.nice-select {
    width: 80px;
    position: absolute;
    right: 14px;
    top: 19px;
}
.domain-checkup-left div.nice-select .current {
    color: #536d87;
    font-size: 17px;
}

.domain-checkup-left div.nice-select:after {
    border-bottom: none;
    border-right: none;
    content: '\f107';
    font-family: 'FontAwesome';
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: -1%;
    margin-top: 0px;
    color: #536d87;
    font-size: 19px;
    right: 18px;
    position: absolute;
}
.domain-checkup-left div.nice-select{
    position: relative;
}


.domain-tld-prices ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.domain-tld-prices li {
    display: inline-block;
    padding: 10px 39px;
    color: #5dafef;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
}
.domain-tld-prices li:first-child{
    padding-left: 0px;
}
.domain-tld-prices li:last-child{
    padding-right: 0px;
}

.domain-tld-prices {
    margin-top: 30px;
    padding-left: 45px;
}
.domain-tld-prices li:after {
    position: absolute;
    top: 32%;
    left: 0;
    width: 1px;
    height: 14px;
    content: "";
    background: #5DAFEF;
}
.domain-tld-prices li:first-child:after{
    display: none;
}
.homepage-2 .domain-checkup-right button {
    height: 65px;
    padding: 20px;
    border-radius: 5px;
    width: 21%;
    border: none;
    color: #fff;
    font-size: 18px;
    background: #5DAFEF;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.domain-checkup-right button {
    height: 65px;
    padding: 20px;
    border-radius: 5px;
    width: 21%;
    border: none;
    color: #fff;
    font-size: 18px;
    background: #3CEEDB;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.domain-checkup-right button:hover {
    background: #35e8d6;
}

.domain-checkup-right img {
    margin-right: 20px;
}
.domain-checkup-left .current {
    position: relative;
}

.domain-checkup-left .current:after {
    position: absolute;
    top: 2px;
    left: -22px;
    width: 1px;
    height: 17px;
    background: #536d87;
    content: "";
}
.domain-checkup-left .nice-select .list {
    margin-top: 21px;
    left: -74px;
    width: 160px;
    font-size: 16px;
    color: #536d87;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}

.domain-checkup-left .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 47px;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px;
}
.domain-checkup-left .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #fff;
    color: #5dafef;
}
.domain-checkup-left li.option.selected.focus {
    position: relative;
}

.domain-checkup-left li.option.selected.focus:after {
    position: absolute;
    top: 14px;
    left: 0;
    width: 2px;
    height: 15px;
    background: #5dafef;
    content: "";
}



/*----------------------------------------
         DOMAIN- STYLE HOMEPAGE-2
------------------------------------------*/
.homepage-2.domain-area {
    position: relative;
    z-index: 1;
    top: -200px;
    margin-bottom: -200px;
    padding: 0 0;
}
.homepage-2.domain-area .domain-inner {
    border-radius: 5px;
    background-color: transparent;
    box-shadow: none;
}
.homepage-2 .domain-tld-prices li {
    color: #fff;
}
.homepage-2 .domain-checkup {
    background: #622F8E;
}
/*----------------------------------------
            SECTION-TITLE STYLE
------------------------------------------*/



.section-title {
    margin-bottom: 80px;
    text-align: center;
}

.section-title span {
    color: #5dafef;
}

.section-title p {
    padding: 0 230px;
    margin-top: 20px;
    color: #293c50;
    font-size: 16px;
}
.section-title h2 {
    font-weight: 700;
    color: #536d87;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
}


/*----------------------------------------
             BLOG-1 STYLE
------------------------------------------*/
section.blog-1-area {
    padding-bottom: 105px;
}
.homepage-2.blog-1-area {
    padding-bottom: 105px;
    margin-top: -224px;
}
.single-blog-1 {
    text-align: center;
}
.single-blog-1:hover img{
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
.single-blog-1 img {
    max-height: 120px;
    -webkit-transition: .3s;
    transition: .3s;
}
.single-blog-1 h2 {
    font-size: 24px;
    color: #3e445b;
    margin-top: 34px;
    font-weight: 600;
    margin-bottom: 27px;
    -webkit-transition: .3s;
    transition: .3s;

}
.single-blog-1:hover h2{
    color: #5DAFEF;
}
.single-blog-1 p {
    color: #536d87;
    font-size: 16px;
    padding: 0 10px;
    line-height: 28px;
}
section.homepage-2.blog-2-area .single-blog-1 {
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 50px;
}

/*----------------------------------------
            PRICING TABLE STYLE
------------------------------------------*/
section.pricing-table-area {
    padding-top: 100px;
    background: #EDF4FD;
    padding-bottom: 120px;
}
.single-pricing-table {
    text-align: center;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 20px 0 30px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-pricing-table:hover,
.single-pricing-table.active
{
    border-color: #5DAFEF;
}
.single-pricing-table h2 {
    font-size: 18px;
    color: #3e445b;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.Homepage-1-amount h3 {
    font-size: 42px;
    font-weight: 700;
    color: #5dafef;
    position: relative;
}

.pricing-amount {
    position: relative;
}

.pricing-amount .currency {
    font-size: 19px;
    font-weight: 500;
    position: absolute;
    top: -7px;
    color: #5dafef;
    left: -13px;
}
.pricing-amount .price{
    font-size: 42px;
    font-weight: 700;
    color: #5dafef;
}
.pricing-amount .subscription{
    font-size: 16px;
    font-weight: 500;
    color: #536d87;
}
.Homepage-1-amount span:after {
    position: absolute;
    bottom: 0;
    content: "/Annualy";
    font-size: 16px;
    font-weight: 500;
    color: #536d87;
}
.pricing-amount {
    padding: 20px 0 0 30px;
    border-bottom: 1px solid #E7F1FF;
  
}
.feature-area .pricing-amount{
    padding-left: 0
}

.onlineform {
  background-image: url("/asset/img/interior.jpg");
  background-repeat: no-repeat;
  height: 100%;
   background-position: center;
  background-size: cover;
  padding: 20px 0 100px 0;
  
  
}
.pricing-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing-content ul li {
    padding-top: 20px;
    color: #536d87;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    position: relative;
}
.pricing-content ul li:after {
    position: absolute;
    top: 9px;
    left: 38%;
    width: 18%;
    height: 1px;
    background: #E7F1FF;
    content: "";
}
.homepage-2 .pricing-content ul li:after {
    left: 42%;
}
.pricing-content ul li:first-child:after{
    display: none;
}
.pricing-content ul li:hover {
    padding-left: 5px;
}

.blue-btn {
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
    background: #5DAFEF;
    margin-top: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blue-btn:hover{
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}


/*----------------------------------------
             FEATURE ONE STYLE
------------------------------------------*/



.feature-one-right {
    padding: 115px 0;
    margin-bottom: 30px;
}

.feature-one-right img {
    width: 560px;
    hieght: 400px;
}
.feature-one-left {
    padding-top: 140px;
    padding-bottom: 180px;
}

.feature-one-left .pricing-amount {
    border: none;
    padding-bottom: 0;
}
.feature-one-left h2 {
    font-size: 30px;
    font-weight: 600;
    color: #3e445b;
    margin-bottom: 33px;
}

.feature-one-left h1 {
    font-size: 50px;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 33px;
    margin-top: 40px;
}

.feature-one-left p {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 16px;
    line-height: 28px;
}

.feature-one-left h4 {
    font-size: 18px;
    color: #536d87;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 28px;
}

.feature-one-left .Homepage-1-amount span:after {
    bottom: 7px;
    content: "/Monthly";
}
.feature-one-left .Homepage-1-amount span:before {
    top: 7px;
    left: -14px;
    content: "$";
}
a.pricing-btn {
    font-size: 12px;
}
/*----------------------------------------
             FEATURE TWO STYLE
------------------------------------------*/
.feature-two-area {
    background-color: #ebedf2;       
    position: relative;        
    width: 100%;                 
    background-position: center;
    padding: 50px;
}
.feature-two-left {
    padding: 80px 0;
}

.feature-two-left h2 {
    color: #fff;
    font-size: 50px;
    line-height: 52px;
}

.feature-two-left p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}
.feature-two-right {
  padding-top: 120px;
    
}

.feature-two-right .pricing-amount {
    border: none;
    padding-bottom: 0;
}
.feature-two-right h2 {
    font-size: 30px;
    font-weight: 600;
    color: #3e445b;
    margin-bottom: 33px;
}

.feature-two-right p {
    font-size: 18px;
    color: #536d87;
    margin-bottom: 16px;
    line-height: 28px;
}


a.pricing-btn.blue-btn.homepage-one-all-features-btn {
    font-size: 12px;
}

/*----------------------------------------
             FEATURE THREE STYLE
------------------------------------------*/

.feature-three-right {
    padding: 115px 0;
}

.feature-three-right img {
    width: 560px;
    hieght: 400px;
}
.feature-three-left {
    padding-top: 160px;
    padding-bottom: 180px;
}

.feature-three-left .pricing-amount {
    border: none;
    padding-bottom: 0;
}
.feature-three-left h2 {
    font-size: 30px;
    font-weight: 600;
    color: #3e445b;
    margin-bottom: 33px;
}

.feature-three-left p {
    font-size: 16px;
    color: #536d87;
    margin-bottom: 16px;
    line-height: 28px;
}

.feature-three-left .Homepage-1-amount span:after {
    bottom: 7px;
    content: "/Monthly";
}
.feature-three-left .Homepage-1-amount span:before {
    top: 7px;
    left: -14px;
    content: "$";
}
a.pricing-btn {
    font-size: 12px;
}
/*----------------------------------------
             FUN FACT STYLE
------------------------------------------*/

.fan-fact-area {
    padding: 100px 0;
    color: #fff;
    text-align: center;
}
.fan-fact-area-bg{
    background-image: url(asset/img/bg/fan-fac-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    z-index: 1;
}
.fan-fact-area-bg:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: #47e6de;  /* fallback for old browsers */
     background: url('asset/img/bg/section-shadow-gradient.png') no-repeat;
     background-size: cover;
    content: "";
    z-index: -1;
}
.single-items h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 35px;
}

.single-items h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 31px;
}

section.homepage-2.fan-fact-area.fan-fact-area-bg:after{
    background: url(asset/img/bg/overlay-homepage-2.jpg) no-repeat;
    background-size: cover;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background-position: center;
}

.single-items img {
   width: 90px;
   hieght: 90px;
    margin-bottom: 31px;
}

/*----------------------------------------
             SERVICE STYLE
------------------------------------------*/


.service-area {
    padding-top: 95px;
    padding-bottom: 80px;
}
.service-teatimonial .service-teatimonial-single-item {
    padding: 40px 15px;
}
section.cloud-hosting-service.service-area .service-teatimonial .service-teatimonial-single-item {
    padding: 0;
}
section.cloud-hosting-service.service-area .service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner {
    padding: 0;
}
section.cloud-hosting-service.service-area .service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner:hover {
   box-shadow:none;
}
section.cloud-hosting-service.service-area .slider-btns-1 button {
    top: -150px;
}
.service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner {
    padding: 52px 8px;
    -webkit-transition: .3s;
    transition: .3s;
}
.service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner:hover{
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}
.service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner:hover h2{
    color: #5dafef;
}
.service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner:hover  img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
.service-teatimonial-item-inner p {
    font-size: 16px;
    color: #536d87;
    padding: 0 22px;
    line-height: 28px;
}
.slick-slide .service-teatimonial-item-inner img {
    -webkit-transition: .3s;
    transition: .3s;
    margin: auto;
}
.service-teatimonial-item-inner {
    text-align: center;
}
.service-teatimonial-item-inner h2 {
    font-size: 24px;
    color: #3e445b;
    font-weight: 600;
    margin: 27px 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider-btns-1 button {
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 20px;
    line-height: 42px;
    border: none;
    background: #5DAFEF;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    top: -248px;
    left: -7%;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider-btns-1 {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    display: none;
}

button.service-nav-right.slick-arrow {
    position: absolute;
    left: auto;
    right: -70px;
}
.service-area:hover .slider-btns-1{
    display: block;
}



/*----------------------------------------
             SERVICE STYLE HOMEPAGE 2
------------------------------------------*/


.homepage-2.service-area {
    padding-top: 95px;
    padding-bottom: 63px;
}

.homepage-2 .service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner {
    padding: 40px 17px;
    -webkit-transition: .3s;
    transition: .3s;
}
.homepage-2 .service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner:hover{
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}
.homepage-2 .service-teatimonial .service-teatimonial-single-item .service-teatimonial-item-inner:hover  img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
 .homepage-2 .service-teatimonial-item-inner p {
    font-size: 16px;
    color: #536d87;
}
  .homepage-2 .service-teatimonial-item-inner img {
    -webkit-transition: .3s;
    transition: .3s;
}
.homepage-2 .service-teatimonial-item-inner {
    text-align: center;
}
.homepage-2 .service-teatimonial-item-inner h2 {
    font-size: 24px;
    color: #3e445b;
    font-weight: 600;
    margin: 27px 0;
}
.homepage-2 .service-teatimonial .service-teatimonial-single-item {
    padding: 5px 0px;
}
/*----------------------------------------
            REGISTER STYLE
------------------------------------------*/

.register-area {
    background-image: url(asset/img/bg/register-bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-color: #ddd;
    position: relative;
    z-index: 1;
    padding-top: 98px;
    background-repeat: no-repeat;
    padding-bottom: 102px;
}
section.homepage-2.register-area:after {
    background: url(asset/img/bg/homepage-2-reg-overlay.jpg) no-repeat;
    background-size: cover;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.register-area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('asset/img/bg/section-shadow-gradient.png') no-repeat;
    background-size: cover;
    content: "";
    z-index: -1;
}
.register-heading h2 {
    font-size: 46px;
    font-weight: 700;
    color: #f3f8ff;
    line-height: 60px;
}
.register-btn.text-right {
    margin-top: 30px;
}
a.pricing-btn.blue-btn.homepage-one-all-features-btn.register-btn {
    font-size: 14px;
    text-transform: uppercase;
}
a.pricing-btn.blue-btn.homepage-one-all-features-btn.register-btn:hover {
    box-shadow: none;
}


/*----------------------------------------
          TESTIMONIAL STYLE
------------------------------------------*/
.testimonial-area {
    padding: 100px 0;
}
.testi-single-item .item-inner:before {
    position: absolute;
    top: 13%;
    left: 31%;
    font-family: fontawesome;
    content: "\f10d";
    color: #D0E2F4;
    font-size: 30px;
}

.testi-single-item .item-inner p {
    color: #536d87;
    font-size: 16px;
    line-height: 28px;
}

.testimonial-meta h4 {
    color: #3e445b;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
}

.testimonial-meta p {
    font-size: 14px;
    color: #536d87;
    padding: 0;
}
.testi-carousel .testi-single-item {
    padding: 40px 15px;
    text-align: center;
}
.testi-carousel .testi-single-item .item-inner {
    padding: 25px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}
.testi-carousel .testi-single-item .item-inner:hover{
    box-shadow: 0px 7px 30px rgba(77, 131, 173, 0.10);

}
.testi-single-item.slick-slide img {
    margin: 25px auto;
}
.testimonial-meta h4 {
    margin: 0;
}

.testimonial-meta {
    margin-top: 22px;
}

.item-inner .testimonial-meta p {
    font-size: 14px;
    margin-bottom: 20px;
}

.slider-btns button {
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 20px;
    line-height: 42px;
    border: none;
    background: #5DAFEF;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    top: -248px;
    left: -7%;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider-btns {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    display: none;
}

button.testi-nav-right.slick-arrow {
    position: absolute;
    left: auto;
    right: -70px;
}
.testimonial-area:hover .slider-btns{
    display: block;
}
/*----------------------------------------
          BRAND AREA STYLE
------------------------------------------*/
/*.all-brand ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.all-brand li {
    display: inline-block;
    width: 16.3%;
    text-align: center;
}*/

section.brand-area {
    padding: 0 0 120px;
}
.owl-carousel .owl-item .brand-single-item img {.slider-1-bg
    display: inline-block;
    max-width: 150px;
    width: 120px;
    height: 115px;
    margin: auto;
}


/*----------------------------------------
       CALL-TO-ACTION AREA STYLE
------------------------------------------*/
.call-to-action-area{
    background: #5DAFEF;
    color: #fff;
    padding-top:63px;
    padding-bottom: 76px;
}
.call-to-action-area span {
    font-size: 14px;
    font-weight: 500;
}
.call-to-action-area-content {
    margin-left: 150px;
}
.call-to-action-area h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}
.pricing-btn.blue-btn.homepage-one-all-features-btn.action-btn {
    background: #fff;
    color: #5DAFEF;
    margin-top: 13px;
    font-size: 14px;
    text-transform: uppercase;
}
.pricing-btn.blue-btn.homepage-one-all-features-btn.action-btn:hover{
    box-shadow: none;
}
.call-to-action-btn {
    margin-left: 45px;
}
/*----------------------------------------
       FOOTER AREA STYLE
------------------------------------------*/
section.footer-area {
    padding: 120px 0;
    background-image: url(asset/img/bg/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}
.footer-single-item .logo img {max-width: 180px;}

.footer-single-item p {
    color: #536d87;
    margin-bottom: 28px;
}

p.contact-info {
    position: relative;
    padding-left: 33px;
    margin-bottom: 17px;
    position: relative;
}

p.contact-info span {
    position: absolute;
    top: 5px;
    left: 0;
    color: #5dafef;
    font-size: 16px;
}

p.contact-info a {
    color: #536d87;
    text-decoration: none;
    transition: .3s;
    font-weight: 500;
}
.single-footer h2 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #5dafef;
    text-transform: capitalize;
    font-weight: 600;
}
.single-footer.margin-left {
    margin-left: 70px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.footer-links a {
    display: inline-block;
    color: #536d87;
    font-weight: 500;
    margin-bottom: 16px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-links a:hover {
    color: #5dafef;
    padding-left: 8px;
}
.single-footer input[type="email"] {
    background: #fff;
    color: #a6bbd0;
    border: none;
    padding: 8px;
    width: 100%;
    height: 48px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}
.single-footer input[type="email"]::-webkit-input-placeholder {
    color: #a6bbd0;
}
.single-footer input[type="submit"] {
    border: none;
    background: #5DAFEF;
    color: #edf4fd;
    padding: 8px;
    width: 63%;
    height: 48px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}
.social-links {
    display: inline-block;
    margin-top: 35px;
}
.social-links a{
    text-decoration: none;
}
.social-links span {
    background: #D0E2F4;
    text-align: center;
    line-height: 30px;
    color: #5DAFEF;
    border: 1px solid#D0E2F4;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 10px;
    font-size: 14px;
    padding: 6px;
}
.social-links span:hover{
    color: #fff;
    background: #5DAFEF;
    border-color: #5DAFEF;
}

/*----------------------------------------
       FOOTER BOTOM AREA STYLE
------------------------------------------*/



section.foter-botom-area p a {
    color: #5dafef;
    text-decoration: none;
    padding: 0 7px;
    font-size: 16px;
}

section.foter-botom-area {
    color: #fff;
    background: #28314C;
    padding: 20px 0 8px
}


/*----------------------------------------
       DOMAIN CHECKER AREA STYLE
------------------------------------------*/
.domain-area {
    position: relative;
    z-index: 1;
    top: -70px;
}
.domain-area .domain-inner {
    padding: 70px 100px;
    background: #fff;
   box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
    top: 100px;
    border-radius: 5px;
}
.domain-inner{}
.domain-checkup {
    background: #5dafef;
    border-radius: 5px;
    padding: 30px;
}
.domain-checkup-left{
    width: 80%;
    float: left;
}
.domain-checkup-left {
    width: 76%;
    float: left;
    margin-right: 3%;
    position: relative;
}
.input-field-row{}


.domain-checkup form input[type=text] {
    height: 65px;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding-right: 145px;
    color: #536d87;
    font-size: 15px;
}

.domain-checkup form input[type=text]:focus{
    outline: none;
}

.domain-checkup form input[type=text]::-moz-placeholder{
    color: #536d87
}

.domain-checkup form input[type=text]::-webkit-placeholder{
    color: #536d87
}

.domain-checkup form input[type=text]::-webkit-input-placeholder{
    color: #536d87
}

.domain-checkup form input[type=text]::-moz-placeholder{
    color: #536d87
}

.domain-checkup form input[type=text]:-ms-input-placeholder{
    color: #536d87
}

.domain-checkup form input[type=text]::placeholder{
    color: #536d87
}

.domain-checkup-left div.nice-select {
    width: 80px;
    position: absolute;
    right: 14px;
    top: 19px;
}
.domain-checkup-left div.nice-select .current {
    color: #536d87;
    font-size: 17px;
}

.domain-checkup-left div.nice-select:after {
    border-bottom: none;
    border-right: none;
    content: '\f107';
    font-family: 'FontAwesome';
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: -1%;
    margin-top: 0px;
    color: #536d87;
    font-size: 19px;
    right: 18px;
}

section.homepage-2.blog-2-area {
    padding-top: 94px;
    padding-bottom: 50px;
}


.homepage-2 .single-blog-1 {
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}



ul.tab-links li a {
    padding: 40px 10px;
    font-size: 15px;
}
/*----------------------------------------
27. FAQ PAGE STYLE
------------------------------------------*/
.faq-area{
    padding-top: 117px;
    padding-bottom: 105px;
    background-color: #edf4fd;
}

.faq-area .panel.panel-default {
    border: 0 none;
    border-radius: 0;
    margin-top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-left: 2px solid#5dafef;
}
.faq-area .panel.panel-default+.panel.panel-default {
    margin-top: 30px;
}

.faq-area .panel{
    box-shadow: none;
}

.faq-area .panel-heading {
    background: #fff none repeat scroll 0 0;
    padding: 0;
}

.faq-area .panel-title a {
    display: block;
    padding: 24px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #4c5462;
    font-weight: 500;
}

.faq-area .panel-title a span {
    border-radius: 100px;
    color: #00c9fd;
    display: block;
    float: right;
    font-size: 16px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.faq-area .panel-title a.collapsed span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.faq-area #accordion1 .panel-collapse .panel-body,
.faq-area #accordion2 .panel-collapse .panel-body {
    border: 0 none;
    padding: 0 20px 26px;
}

.faq-area #accordion1 .panel-collapse .panel-body p,
.faq-area #accordion2 .panel-collapse .panel-body p {
    margin: 0;
    font-size: 16px;
    color: #3e445b;
}


/*----------------------------------------
            ABOUT US STYLE
-------------------{-----------------------*/
.about-area{
    background-image: url(asset/img/bg/about-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    color: #fff;
}
section.about-area {
}

.about-content-table {
    display: table;
    width: 100%;
}

.about-content-table-sell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.about-heading h2 {
    font-size: 48px;
    font-weight: 600;
}
.about-heading {
    padding-top: 133px;
    padding-bottom: 85px;
}
.about-links {
    text-align: left;
    padding-bottom: 30px;
}

.about-links
 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-links
 li {
    display: inline-block;
}

.about-links
ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
    text-decoration: none;
}


/*----------------------------------------
           TAB STYLE
------------------------------------------*/
.tab-area{
    padding: 100px 0;
}
.tab-links {
    margin: 0 0 80px;
    width: 80%;
    text-align: center;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
    position: relative;
    margin-left: 10%;
    z-index: 99;
}

ul.tab-links  {
    padding: 0;
    list-style: none;
}

ul.tab-links li {
    display: inline-block;
}

ul.tab-links li a {
    display: block;
    padding: 40px 40px;
    position: relative;
    font-size: 20px;
    font-weight:500;
    color: #536d87;
    text-decoration: none;
}

ul.tab-links li.active a {
    color: #5dafef;
}

ul.tab-links li.active a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #5dafef;
    content: "";
}
.tab-content h2 {
    font-size: 30px;
    color: #293c50;
    font-weight: 700;
    margin-bottom: 40px;
}

.tab-content
 p {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 50px;
}
.tab-content-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-content-list ul li {
    font-size: 16px;
    line-height: 45px;
    color: #61758a;
    position: relative;
    padding-left: 20px;
}

.tab-content-list ul li:before {
    position: absolute;
    left: 0;
    width: 10px;
    height: 5px;
    background: #5dafef;
    content: "";
    top: 43%;
    border-radius: 50px;
}
.icon-right {
    -webkit-transform: translateY(110px) translateX(65px);
            transform: translateY(110px) translateX(65px);
}

.tab {
    display:none;
}

.tab.active {
    display:block;
}




/*----------------------------------------
            WELCOME AREA STYLE
-------------------{-----------------------*/



section.welcome-area {
    padding-top: 180px;
    padding-bottom: 115px;
}
.welcome-content {
    width: 60%;
    position: relative;
}
.welcome-content h2 {
    font-size: 30px;
    color: #3e445b;
    font-weight: 700;
    margin-bottom: 50px;
}

.welcome-content h2 span {
    color: #5dafef;
}

.welcome-content p {
    color: #536d87;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

p.welcome-p1 {
    margin-bottom: 55px;
}

.welcome-man-pic img {
    position: absolute;
    right: 0;
    bottom: -145px;
}



section.team-area {
    background: #fff;
    margin: 0 0 50px 0;
}
.team-carosule-single-item {
    position: relative;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.owl-carousel .owl-item .team-carosule-single-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    width: 263px;
    height: 105px;
}
.team-overlay {
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 54px 10px;
    text-align: center;
    z-index: 1;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.team-overlay p.meta-p {
    margin-top: 0;
    font-size: 14px;
    color: #536d87;
}
.team-carosule-single-item:hover .team-overlay{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.team-meta {
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #fff;
    width: 100%;
    left: 0px;
    border-radius: 0px 0px 5px 5px;
    padding: 25px;
}

.team-meta h4 {
    font-size: 18px;
    font-weight: 700;
    color: #3e445b;
    margin-bottom: 0;
    margin-top: 0;
}

.team-meta p {
    font-size: 14px;
    color: #536d87;
}
.team-overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    content: "";
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: -1;
}

.team-social-links {
    position: absolute;
    left: 30px;
    bottom: 10px;
    background: #fff;
}

.team-social-links .social-links {
    margin: 0;
    padding-top: 13px;
    padding-bottom: 27px;
}

.team-overlay h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #3e445b;
}

.team-overlay p {
    font-size: 14px;
    color: #293c50;
    line-height: 24px;
    margin-top: 20px;
    padding: 0 7px;
}
.team-area:hover .slider-btns-1{
    display: block;
}
.team-area .owl-nav div {
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 22px;
    line-height: 44px;
    border: none;
    background: #5DAFEF;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    left: -50px;
    margin-top: -19px;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.team-area:hover .owl-nav{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.team-area .owl-nav div.owl-next {
    left: auto;
    right: -50px;
}


/*----------------------------------------
    DOMAIN-SEARCH AREA STYLE
------------------------------------------*/
.domain-search-area{
    background-image: url(asset/img/bg/about-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    color: #fff;
}
section.domain-area {
}

.domain-content-table {
    display: table;
    width: 100%;
}

.domain-content-table-sell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.domain-heading h2 {
    font-size: 48px;
    font-weight: 600;
}
.domain-heading {
    padding-top: 133px;
    padding-bottom: 85px;
}
.domain-links {
    text-align: left;
    padding-bottom: 30px;
}

.domain-links
 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.domain-links
 li {
    display: inline-block;
}

.domain-links
ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
    text-decoration: none;
}


/*----------------------------------------
    DOMAIN-SEARCH-NOW AREA STYLE
------------------------------------------*/
section.domain-avabalable-area {
    padding: 80px 0;
    background: #EDF4FD;
    text-align: center;
}



.domain-now-area .domain-inner {
    padding: 70px 100px;
    background: #fff;
   box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
    top: 100px;
    border-radius: 5px;
}
section.domain-now-area {
    padding: 100px 0;
}

.domain-title {
    padding-left: 150px;
}

.domain-link {
    padding-right: 150px;
}

.domain-title h2 {
    font-size: 24px;
    font-weight: 500;
    color: #536d87;
    margin: 12px;
}

a.domain-avabalable-btn.blue-btn {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
}

.domain-title
 h2 span {
    color: #5dafef;
}

section.domain-avabalable-area {
    padding: 80px 0;
    background: #EDF4FD;
    text-align: center;
}
section.domain-chart-area h2 {
    font-size: 30px;
    color: #536d87;
    font-weight: 500;
    margin-bottom: 25px;
}
table.table-chart {
    width: 100%;
    text-align: center;
}
section.domain-chart-area {
    padding-top: 100px;
    padding-bottom: 120px;
}
.domain-chart-area .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #edf4fd;
    padding-left: 21px;
}

tr {
    border-bottom: 1px solid #edf4fd;
}
.row.border {
    border: 1px solid#edf4fe;
    margin: 0;
    padding-top: 30px;
    border-top: 0;
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 60px;
}

td.domain-name {
    text-align: left;
    padding: 20px;
    width: 55%;
    font-size: 20px;
    color: #3e445b;
    font-weight: 500;
}

.domain-chart-heading {
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
    padding-top: 50px;
    padding-bottom: 70px;
}

td.add-cart {
    width: 15%;
    text-align: left;
}

td.new-amount {
    width: 15%;
    font-size: 20px;
    font-weight: 500;
    color: #3e445b;
    text-align: left;
    position: relative;
}

td.old-amount {
    width: 15%;
    font-size: 16px;
    color: #536d87;
    text-align: left;
    position: relative;
}
button.add-cart-parimary-btn {
    padding: 13px 20px;
    background: #5DAFEF;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid#5DAFEF;
    border-radius: 5px;
    outline:none;
}
td.old-amount:before {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 34%;
    height: 1px;
    background: #333;
    content: "";
    margin-top: -1.5px;
}
td.new-amount
 span {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    bottom: 20px;
}










/*----------------------------------------
    DOMAIN-FEATURE AREA STYLE
------------------------------------------*/

section.domain-feature-area {
    background: #EDF4FD;
    padding-top: 100px;
}

.single-domain-feature {
    text-align: center;
    padding: 19px;
    margin: 0 0 100px;
}

.single-domain-feature h2 {
    font-size: 24px;
    color: #3e445b;
    font-weight: 600;
    margin: 0 0 35px;
}

.single-domain-feature p {
    font-size: 16px;
    color: #536d87;
}

.single-domain-feature img {
    margin: 0 0 30px;
    -webkit-transition: .3s;
    transition: .3s;
}
.single-domain-feature:hover img {
    -webkit-transform: scale(.9);
            transform: scale(.9);
}

/*----------------------------------------
  HOSTING AREA STYLE
------------------------------------------*/

.hosting-slider {
    background-image: url(asset/img/bg/about-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    color: #fff;
    position: relative;
}
.hosting-content-table {
    display: table;
    width: 100%;
}

.hosting-content {
    display: table-cell;
    vertical-align: middle;
    padding-top: 100px;
    padding-bottom: 70px;
}

.hosting-content h2 {
    font-size: 48px;
    font-weight: 600;
}
img.hosting-right-img {
    position: absolute;
    right: 72px;
    top: 50px;
}



/*----------------------------------------
  HOSTING FAQ'S AREA STYLE
------------------------------------------*/

.style-collapes .panel-default .panel-heading {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0px;
}
.style-collapes .panel-group .panel {
    border-radius: 0;
    margin-bottom: 30px;
}
.style-collapes .panel-default .panel-heading {
    margin-top: 0;
    font-size: 16px;
    color: inherit;
}
.style-collapes .panel-default .panel-heading h4 a {
    display: block;
    padding: 23px;
    text-decoration: none;
    font-size: 18px;
    color: #4c5462;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
}
.style-collapes .panel-default .panel-heading h4 a span {
    float: right;
    font-size: 150%;
    line-height: 15px;
    display: none;
    color: #3879D9;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px;
}
.style-collapes .panel-default .panel-heading h4 a[aria-expanded=true] span.ti-angle-down{
    display: block;
}
.style-collapes .panel-default .panel-heading h4 a[aria-expanded=false] span.ti-angle-up{
    display: block;
}
.style-collapes .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    box-shadow: 0 0 0;
    color: #3e445b;
    font-size: 16px;
    padding: 6px 3px 28px 26px;
    font-weight: 400;
}
.style-collapes .collapse.in {
    display: block;
    margin-bottom: 30px;
}
.style-collapes .panel-default {
    border-left: 2px solid#5dafef;
}


/*----------------------------------------
hosting.html STYLE
------------------------------------------*/
.single-hosting-price {
    float: left;
    width: 25%;
    text-align: center;
    border: 2px solid#edf4fd;
}

section.hosting-plan-area {
    padding-top: 75px;
    margin-bottom: 120px;
}
.single-hosting-price ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-hosting-price h2 {
    font-size: 18px;
    font-weight: 500;
    color: #3e445b;
    margin: 20px 0 0;
    letter-spacing: 2px;
}
section.hosting-plan-area.hosting-plan-area-affiliate .single-hosting-price h2 {
    font-size: 18px;
    font-weight: 500;
    color: #5dafef;
    margin: 40px 0;
    letter-spacing: 2px;
}
section.hosting-plan-area.hosting-plan-area-affiliate .single-hosting-price li {
    font-size: 14px;
    color: #536d87;
    font-weight: 500;
    padding: 15px 0;
}
section.hosting-plan-area.hosting-plan-area-affiliate .single-hosting-price li span {
    color: #3e445b;
}
.single-hosting-price li {
    font-size: 14px;
    color: #536d87;
    font-weight: 400;
    padding: 15px 0;
}
.single-hosting-price .pricing-amount {
    padding: 20px 0px 44px 0px;
    border-bottom: 1px solid #E7F1FF;
}
.single-hosting-price.display-none {
    margin-top: 167px;
}
section.hosting-plan-area.hosting-plan-area-affiliate .single-hosting-price.display-none {
    margin-top: 0;
}
section.hosting-plan-area.clouds img {
    position: inherit;
}
.single-hosting-price {
    border-right: 0;
}

.single-hosting-price:last-child {
    border-right: 2px solid#edf4fd;
}
.single-hosting-price li:nth-child(even) {
    background: #F6FAFF;
}

.single-hosting-price .pricing-btn.blue-btn {
    margin-bottom: 40px;
}
.single-hosting-price.display-none li {
    font-weight: 500;
    color: #3e445b;
}
.pt{
    display: none;
}
.single-blog-box img {
    width: 100%;
}


/*----------------------------------------
cloud-hosting.html STYLE
------------------------------------------*/
section.famework-area {
    padding-bottom: 130px;
}

.famework-area .section-title h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 0 152px;
    line-height: 43px;
}
.famework-area .owl-carousel .owl-item .brand-single-item img {
    max-width: 108px;
    width: 108px;
    height: 108px;
    text-align: center;
    margin: auto;
}
.brand-single-item {
    text-align: center;
}
.brand-single-item h2 {
    font-size: 24px;
    font-weight: 600;
    color: #3e445b;
    margin-top: 30px;
}

/*----------------------------------------
dedication-hosting.html STYLE
------------------------------------------*/
.dedication-hosting-area {
    background-image: url(asset/img/bg/dedication-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    z-index: 1;
    padding-top: 176px;
    color: #fff;
    padding-bottom: 200px;
}
.dedication-hosting-area:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(asset/img/bg/08-dedicated-hosting555-page.png);
    z-index: -1;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.dedication-table {
    display: table;
    width: 100%;
}

.dedication-table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.dedication-table-cell h2 {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 70px;
}

.video-play-btn-2 {
    height: 115px;
    width: 115px;
    background-color: #fff;
    line-height: 115px;
    display: inline-block;
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
    padding-left: 4px;
    color: #5DAFEF;
}

section.dedication-hosting-area p {
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
}


/*----------------------------------------
faq's.html STYLE
------------------------------------------*/

section.hosting-slider.faq-slider {
    text-align: center;
}

/*----------------------------------------
affiliate.html STYLE
------------------------------------------*/



section.working-affiliate-area {
    padding: 50px 0 100px 0;
}


section.working-simplesteps-area {
    padding: 140px 0 0px 0;
}

.single-affiliate {
    height: 250px;
    background: #EDF4FD;
    text-align: center;
    border: 1px solid#EDF4FD;
    border-radius: 50%;
    width: 250px;
    margin: 0 auto;
}

.single-affiliate img {
    margin-top: 26px;
    height: 100px;
    width: 100px;
}

.single-affiliate h4 {
    font-size: 38x;
    font-weight: 700;
    color: #5DAFEF;
    margin-top: 15px;
}

.single-affiliate p {
    font-size: 14px;
    font-weight: 600;
    color: #3e445b;
    margin-top: 5px;
}
.single-affiliate-3 {
    height: 250px;
    background: #EDF4FD;
    text-align: center;
    border: 1px solid#EDF4FD;
    border-radius: 50%;
    width: 250px;
    margin: 0 auto;
}

.single-affiliate-3 img {
    margin-top: 35px;
}
.single-affiliate-3 p {
    font-size: 14px;
    font-weight: 600;
    color: #3e445b;
    margin-top: 5px;
}

.single-affiliate-3 h4 {
    font-size: 34x;
    font-weight: 700;
    color: #5DAFEF;
    margin-top: 15px;
}

.col-md-4.line-shape {
    position: relative;
}

.col-md-4.line-shape:after {
    position: absolute;
    top: 50%;
    left: 82%;
    content: "";
    background: url(asset/img/icons/affiliate-line.png) no-repeat;
    width: 100%;
    height: 100%;
}
/* =====================================
16.CART.HTMLAREA
===================================== */
.cart-blog-area {
    padding: 100px 0;
}

.cart-chart {
    width: 100%;
}

table.cart-table {
    width: 100%;
    border: 1px solid#edf4fe;
    border-bottom: 0px;
    border-radius: 5px;
}
thead.cart-heading {
    font-size: 18px;
    color: #5dafef;
    font-weight: 500;
    background: #F6FAFF;
}

thead.cart-heading tr th {
    padding: 25px 50px;
}
table.cart-table tbody tr td {
    padding: 25px 50px;
    font-size: 14px;
    font-weight: 500;
    color: #3e445b;
    vertical-align: middle;
}
.table {
    width: 100%;
    max-width: 100%;
    margin: 0;
}


.cart-blog-area .nice-select:after {
    border-bottom: 3px solid #999;
    border-right: 3px solid #999;
    content: '';
    display: block;
    height: 9px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}
.cart-blog-area .nice-select {
    -webkit-tap-highlight-color: transparent;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 78px;
    border: 1px solid #d0e2f4;
    padding: 6px;
}
td.total-bill button {
    border: none;
    background: transparent;
    font-weight: 400;
    font-size: 14px;
    margin-top: -1px;
    outline: none;
    display: inline-block;
    position: relative;
    right: -45%;

}
input#coupon_code {
    border: 1px solid#d0e2f4;
    padding: 12px;
    font-size: 14px;
    color: #536d87;
}

input.button {
    background: #5dafef;
    border: 1px solid#5dafef;
    padding: 13px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    position: absolute; 
}
.order-summary h2 {
    font-size: 20px;
    color: #3e445b;
    font-weight: 500;
}
.subtotal {
    border: 1px solid#edf4fd;
    padding: 15px 28px;
    border-bottom-color: #fff;
    border-radius: 5px;
}

.subtotal
 h2 {
    font-size: 14px;
    color: #536d87;
}

.subtotal
 h2 span {
    float: right;
}
.vat {
    border: 1px solid#edf4fd;
    padding: 0px 28px;
    border-top-color: #fff;
}

.vat
 h2 {
    font-size: 14px;
    color: #536d87;
}

.vat
 h2 span {
    float: right;
}
.total {
    border: 1px solid#edf4fd;
    padding: 15px 28px;
    border-radius: 0px 0px 5px 5px;
}



.total
 h2 {
    font-size: 14px;
    color: #3e445b;
}

.total
 h2 span {
    float: right;
}
a.checkout-btn {
    padding: 15px 40px;
    background: #5dafef;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-top: 30px;
}
.checkout{
    text-align: right;
}

/* =====================================
16.CHECK-OUT.HTMLAREA
===================================== */



section.checkout-area {
    padding: 120px 0;
}

.row.section-border {
    border: 1px solid#edf4fd;
    padding: 80px 30px;
    border-radius: 5px;
}

.bill-chackout h4 {
    font-size: 16px;
    font-weight: 500;
    color: #3e445b;
}
.bill-chackout h4 a {
    text-decoration: none;
    color: #5dafef;
}

.billing-details h2 {
    font-size: 20px;
    color: #3e445b;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 16px;
}
.billing-details h5 {
    font-size: 14px;
    color: #536d87;
    margin-top: 20px;
}

.billing-details input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 24px;
    padding: 15px;
    box-shadow: none;
}
.billing-details input[type="email"]{
    width: 100%;
    height: 40px;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 24px;
    padding: 15px;
    box-shadow: none;
}
.checkout-area .order-summary {
    margin-top: 83px;
}
h2.order-heading {
    margin-bottom: 22px;
}


/* =====================================
16CONTACT.HTMLAREA
===================================== */
img.contact-right-img {
    position: absolute;
    right: 50px;
    bottom: 0;
}
section.address-area {
    padding-top: 100px;
    padding-bottom: 445px;
}

.single-address {
    text-align: center;
}

.single-address span {
    font-size: 24px;
    padding: 20px;
    background: #5dafef;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px;
}

p.single-contact-info a {
    font-size: 18px;
    font-weight: 500;
    color: #3e445b;
    text-decoration: none;
}

.single-address p {
    font-size: 18px;
    padding: 0 25px;
    font-weight: 500;
    color: #3e445b;
}


.get-in-touch {
    padding: 80px 30px;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
    position: absolute;
    z-index: 999999;
    background: #fff;
    top: -381px;
    width: 100%;
}

.get-in-touch h2 {
    font-size: 36px;
    color: #3e445b;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.get-in-touch input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 24px;
    padding: 15px;
    box-shadow: none;
}
.get-in-touch input[type="email"]{
    width: 100%;
    height: 40px;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 24px;
    padding: 15px;
    box-shadow: none;
}
.get-in-touch h4 {
    font-size: 14px;
    color: #536d87;
    margin-bottom: 10px;
}
.get-in-touch textarea {
    width: 100%;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 24px;
    padding: 15px;
    height: 156px;
    box-shadow: none;
}
button.btn.btn-blue{
    padding: 15px 40px;
    background: #5dafef;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    outline: 0;
    box-shadow: none;

}
textarea#Message {
    outline: 0;
    box-shadow: none;
}
.submit-button {
    text-align: right;
}
section.map-area {
    position: relative;
}

#map{
    height: 780px;
    width: 100%;
}

/* =====================================
FULL BLOG.HTMLAREA
===================================== */


.blog-box-bg-1{
    background-image: url(asset/img/blog-full-page-bg-1.jpg);
    background-position: center;
    background-color: #ddd;
    height: 205px;

}
.blog-box-bg-2{
    background-image: url(asset/img/blog-full-page-bg-2.jpg);
    background-position: center;
    background-color: #ddd;
    height: 205px;

}
.blog-box-bg-3{
    background-image: url(asset/img/blog-full-page-bg-3.jpg);
    background-position: center;
    background-color: #ddd;
    height: 205px;

}

.single-blog-box {
    text-align: center;
    margin-bottom: 50px;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
}
.blog-box-content {
    border: 1px solid#d0e2f4;
    border-top: 0;
    margin: 0px 1px;
    -webkit-transition: .3s;
    transition: .3s;
}
section.blog-details.latest-blog-area .single-blog-box {
    border-radius: 0px;
}
.single-blog-box:hover {
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}

.single-blog-box:hover .blog-box-content h3 {
    color: #5dafef;

}
.single-blog-box:hover .blog-box-content {
    border-color: #fff;
}

section.latest-blog-area {
    padding: 120px 0;
}

.blog-box-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3e445b;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-box-content {
    padding: 40px 14px;
}

p.blog-meta {
    margin: 16px 0;
}

p.blog-meta a {
    color: #c5cdd5;
    font-size: 12px;
    display: inline-block;
    padding: 5px;
}

p.blog-meta i.fa {
    font-size: 18px;
    padding-right: 6px;
}

.blog-box-content p {
    font-size: 14px;
    color: #536d87;
    margin-bottom: 24px;
    line-height: 25px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border:none;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border:none;
}
.pagination>li:last-child>a {
    border:none;
}
.pagination li a {
    font-size: 14px;
    color: #536d87;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 13px;
    border: 1px solid#d0e2f4;
    margin: 10px;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
}
.shop-grid-right .pagination li a {
    font-size: 14px;
    color: #536d87;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 13px;    
    margin: 0 7px;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    outline: none;
}
.pagination{
    text-align: center;
    margin-top: 30px;
}

.pagination li a:hover {
    background: #5dafef;
    color: #fff;
    border-color: #5dafef;
}

.pagination>li:first-child>a:hover {
    border: none;
    background: none;
    color: #5dafef;
}
.pagination>li:last-child>a:hover {
    border: none;
    background: none;
    color: #5dafef;
}

.latest-blog-area .social-links span {
    background: #D0E2F4;
    text-align: center;
    line-height: 30px;
    color: #5DAFEF;
    border: 1px solid#D0E2F4;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 10px;
    font-size: 14px;
    padding: 6px;
}

.latest-blog-area .social-links span:hover {
    color: #fff;
    background: #5DAFEF;
    border-color: #5DAFEF;
}

.blog-right-search-button {
    border: 1px solid#d0e2f4;
    padding: 30px;
    border-radius: 5px;
}

.search-button input[type="text"] {
    width: 77%;
    padding: 13px;
    border: 1px solid #d0e2f4;
    border-radius: 5px 0px 0px 5px;
    outline: none;
}

.search-button button {
    border: none;
    padding: 14px 24px;
    background: #5dafef;
    position: absolute;
    border-radius: 0px 5px 5px 0px;
}
.price-filtering {
    margin-top: 50px;
    border: 1px solid#d0e2f4;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}
.price-filtering  label {
    font-size: 24px;
    color: #3e445b;
    font-weight: 600;
    margin-bottom: 25px;
}
/**
.price-filtering .ui-widget.ui-widget-content {
    border: 0px;
    border-radius: 0;
    background: #e4e4e5;
}
.price-filtering .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 50px;
}
.price-filtering .ui-widget-header {
    border: none;
    background: #5dafef;
    color: #333;
    font-weight: bold;
}
.price-filtering .ui-slider-horizontal {
    height: 8px;
}
.price-filtering .ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -4px;
}

.price-filtering input#amount {
    margin-top: 5px;
    text-align: center;
}
.price-filtering .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 13px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.price-filtering .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #fff;
    background: #5dafef;
    font-weight: normal;
    color: #454545;
}
**/
.blog-categories-right {
    margin-top: 60px;
    border: 1px solid#d0e2f4;
    padding: 30px;
    border-radius: 5px;
}

.blog-categories-right h2 {
    font-size: 24px;
    color: #3e445b;
    font-weight: 600;
    margin: 0 0 20px;
}

.categories-right-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories-right-list li {
    padding: 10px 0;
}

.categories-right-list a {
    font-size: 14px;
    color: #3e445b;
    display: block;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.categories-right-list a:hover{
    padding-left: 10px;
    color: #5dafef;
}


.blog-recent-post-image-1 {
    margin-bottom: 40px;
}

.blog-recent-post {
    padding: 28px;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    margin-top: 60px;
}
.shop-recent-post-image-1 {
    margin-bottom: 30px;
}

.blog-recent-post h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3e445b;
    margin: 0 0 30px;
}

.blog-recent-post-content p {
    font-size: 12px;
    color: #536d87;
    margin: 0 0 5px;
}

.blog-recent-post-content h2 {
    font-size: 14px;
    font-weight: 600;
    color: #252525;
    margin: 0;
}

.blog-recent-post-content {
    margin-top: 20px;
}

.blog-recent-post-content a {
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.blog-recent-post-content:hover h2{
    color: #5DAFEF;
}
.blog-tag-cloud {
    padding: 25px;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    margin-top: 60px;
}

.blog-tag-cloud h2 {
    font-size: 24px;
    color: #3e445b;
    font-weight: 600;
    margin: 0 0 20px;
}

.blog-tag-cloud-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-tag-cloud-list ul li {
    display: inline-block;
    padding: 11px 6px;
}

.blog-tag-cloud-list ul li a {
    display: block;
    border: 1px solid#d0e2f4;
    padding: 7px 12px;
    font-size: 12px;
    color: #3e445b;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.blog-tag-cloud-list ul li a:hover{
    background: #5dafef;
    color: #fff;
}










.blog-details .blog-box-content h3 {
    font-size: 30px;
    font-weight: 600;
    color: #3e445b;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0 30px;
}
.blog-details .single-blog-box p {
    padding: 0 35px;
    margin: 0 0 30px;
    text-align: left;
    font-size: 14px;
}
.single-blog-box span {
    font-size: 16px;
    position: relative;
    top: 3px;
    padding-right: 10px;
    color: #c5cdd5;
}
p.blog-2-line-p {
    margin: 0;
}

.blog-details p.blog-meta {
    text-align: center;
}
.blog-details-speech {
    text-align: left;
}

.blog-details p.speak-quate {
    font-size: 16px;
    padding: 40px 55px;
    background: #f2f5f9;
    margin: 30px;
    font-weight: 500;
    position: relative;
}
p.speak-quate:after {
    position: absolute;
    content: "\f10e";
    font-family: fontawesome;
    right: 42%;
    bottom: 19%;
}

p.speak-quate:before {
    position: absolute;
    content: "\f10d";
    font-family: fontawesome;
    left: 4%;
    top: 19%;
}
.blog-details-speech ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-speech li {
    display: block;
    margin-left: 50px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
}

.blog-details-speech li:before {
    position: absolute;
    content: "\e628";
    font-family: themify;
    left: 0;
    color: #6a7682;
}

.blog-details .social-links span {
    background: #D0E2F4;
    text-align: center;
    line-height: 30px;
    color: #5DAFEF;
    border: 1px solid#D0E2F4;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 10px;
    font-size: 14px;
    padding: 6px;
}
.blog-details .social-links span:hover {
    color: #fff;
    background: #5DAFEF;
    border-color: #5DAFEF;
}

.comment-area {
    border: 1px solid#d0e2f4;
    border-radius: 5px;
}

.comment-area h2 {
    font-size: 24px;
    font-weight: 600;
    color: #3e445b;
    margin-top: 30px;
    margin-left: 30px;
}

.single-comment-content {
    padding-left: 120px;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid#f6faff;
    padding-right: 11px;
    -webkit-transition: .3s;
    transition: .3s;
}
.single-comment-content:last-child{
    border: none;
}
.single-comment-content:hover button.reply-button{
    color: #5dafef;
}
.single-comment-content.comment-padding-left {
    padding-left: 160px;
}

.single-comment-content.comment-padding-left img {
    left: 9%;
}
.single-comment-content img {
    position: absolute;
    left: 3%;
    top: 30%;
}

.single-comment-content h4 {
    font-size: 18px;
    color: #3e445b;
    font-weight: 600;
}

.single-comment-content h4 span {
    display: block;
    font-size: 71%;
    font-weight: normal;
    margin-top: 5px;
}

.comment-reply {
    text-align: right;
    position: relative;
}

button.reply-button {
    border: none;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
    position: absolute;
    right: 10px;
    top: -30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-comment-content p {
    font-size: 14px;
    color: #536d87;
    line-height: 23px;
}

.leave-comment-area {
    padding: 30px;
    border: 1px solid#d0e2f4;
    margin-top: 50px;
    border-radius: 5px;
}

.leave-comment-area h2 {
    font-size: 24px;
    font-weight: 600;
    color: #3e445b;
}

.leave-comment-area .single-input h4 {
    font-size: 14px;
    color: #a7b3c1;
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.single-input input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 24px;
    padding: 15px;
    box-shadow: none;
}

.single-input input[type="email"] {
    width: 100%;
    height: 40px;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 24px;
    padding: 15px;
    box-shadow: none;
}
.single-input textarea {
    width: 100%;
    border: 1px solid#d0e2f4;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 24px;
    padding: 15px;
    height: 135px;
    box-shadow: none;
}

.single-input .submit-button button[type="submit"] {
    background: #5dafef;
    text-decoration: none;
    font-weight: 400;
    border-radius: 5px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    outline: none;
    width: 100%;
    height: 50px;
}

.single-input .submit-button {
    text-align: center;
    margin-top: 28px;
}
.blog-detail {
    margin-bottom: 50px;
}

/* =====================================
        shop-grid style
===================================== */



section.shop-grid-area {
    padding: 100px 0;
}

.shop-show-left i.fa {
    font-size: 20px;
    color: #536d87;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid#fff;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}
.shop-show-left i.fa:hover{
    border-color:#d0e2f4;
    color: #7dbff2;
}


.shop-show-right {
    text-align: right;
}
section.shop-grid-area .nice-select.show-items {
    border: 1px solid#d0e2f4;
    padding: 5px;
    border-radius: 5px;
}
a.show-items {
    font-size: 12px;
    color: #536d87;
    font-weight: 500;
    border: 1px solid#d0e2f4;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
}

.shop-show-right i.fa {
    font-size: 23px;
    padding-left: 14px;
    position: relative;
    top: 4px;
    color: #8a9aaa;
}
.shop-grid-area .shop-pagination-wrapper {
    text-align: center;
    margin-top: -10px;
}
.shop-show-right.left {
    text-align: right;
    border: 1px solid#d0e2f4;
    padding: 5px;
    border-radius: 5px;
}
.shop-pagination-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-shop-bg.single-shop-bg-1 img {
    overflow: hidden;
    height: 235px;
    width: 100%;
}
.single-shop-bg {
    border-bottom: 1px solid#CFE1F4;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
}
.single-shop-bg:hover{
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.single-shop-box {
    border: 1px solid#d0e2f4;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

.single-shop-box {
    margin-top: 40px;
}

.shop-content {
    padding: 30px;
}
.shop-content:hover h3{
    color: #5dafef;
}
.shop-content a {
    text-decoration: none;
}

.shop-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3e445b;
    margin: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.shop-content h4 {
    font-size: 20px;
    color: #3e445b;
    font-weight: 600;
    margin: 16px 0px;
}

.shop-content h4 span.cross {
    font-size: 14px;
    font-weight: normal;
    color: #536d87;
    margin-right: 11px;
    position: relative;
}

.shop-content h4 span.cross:before {
    position: absolute;
    top: 50%;
    left: -8%;
    width: 53px;
    height: 1px;
    content: "";
    background: #536d87;
}
a.single-shop-btn {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    background: #5dafef;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
a.single-shop-btn:hover{
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 10px 35px 0px rgba(1, 68, 137, 0.1);
}

.shop-pagination-wrapper.mt-80 {
    margin-top: 80px;
    text-align: center;
}
.shop-pagination-wrapper.mt-50{
    margin-top: 50px;
    text-align: center;
}





.shop-grid-right a.show-items {
    padding: 7px 7px;
}


.shop-grid-right .blog-right-search-button {
     border: none ;
    padding: 0px;
    border-radius: 5px;
}

.shop-recent-post-content p {
    font-size: 14px;
    font-weight: 600;
    color: #3e445b;
    margin: 0 0 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

.shop-recent-post-content h2 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.shop-recent-post-content {
    margin-top: 10px;
}

.shop-recent-post-content a {
    text-decoration: none;
}
.shop-recent-post-content:hover p{
    color: #5dafef;
}
.count-down-area {
    margin: 0 auto;
    width: 70%;
}
.header-text{
    margin-bottom: 70px
}
.header-text > h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 25px;
}
.header-text span {
    font-weight: 600;
}
.cdown {
    float: left;
    width: 25%;
}
.cdown span {
    border: 1px solid #00c9fd;
    display: block;
    margin: 0 40px;
}
.cdown strong {
    color: #fff;
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
}
.cdown p {
    background-color: #00c9fd;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}

  /*404 PAGE STYLE*/

.blank-page-area {
    background-image: url(asset/img/bg/404-error-page-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}

.blank-table {
    display: table;
    width: 100%;
    height: 100%;
}
.blank-table img {
    width: 66%;
}
.blank-table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.blank-page-icon {
}
.blank-meta h1 {
    font-size: 138px;
    font-family: sans-serif;
    font-weight: 900;
    color: #000000;
    margin: 0 0 0;
    letter-spacing: 36px;
}
.blank-meta a {
    text-decoration: none;
    font-size: 26px;
    color: #3e445b;
    margin-top: -15px;
}
.blank-meta {
    position: absolute;
    bottom: 22px;
    left: 50%;
    margin-left: -175px;
}






 /* COMING SOON PAGE STYLE */




.coming-soon {
    text-align: center;
    font-weight: 100;
    background: url(asset/img/bg/coming-soon-page-bg.jpg);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    color: #fff;
    padding-top: 135px;
    padding-bottom: 1px;
}
i.fa.fa-circle-o-notch {
    font-size: 70px;
    margin-bottom: 40px;
}
.coming-soon h1 {
    font-weight: 500;
    font-size: 60px;
    margin: 40px 0px 20px;
}
.coming-soon-table-cell img {
    margin-bottom: 40px;
}

#clockdiv{
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

#clockdiv div > span {
    padding: 40px;
    border-radius: 3px;
    display: inline-block;
    font-size: 72px;
    font-weight: 700;
    position: relative;
}
#clockdiv div > span:first-child:after{
    display: none;
}

.smalltext {
   font-family: 'Raleway', sans-serif;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -60px;
}
section.coming-soon h2 {
   font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 20px;
}
section.coming-soon input[type="email"] {
    border: 1px solid#fff;
    outline: none;
    padding-left: 35px;
    height: 50px;
    width: 26%;
    border-radius: 5px 0px 0px 5px;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
}
section.coming-soon input[type="email"]::-webkit-input-placeholder {
    color: #fff;
}
button.notify {
    border: 1px solid #fff;
    height: 50px;
    font-size: 12px;
    color: #5dafef;
    font-weight: 500;
    outline: none;
    width: 12%;
    background: #fff;
    text-transform: uppercase;
    margin-left: -4px;
    padding-top: 3px
}
.coming-soon .social-links {
    display: inline-block;
    margin-top: 194px;
}
.coming-soon p.copy-right {
    font-size: 16px;
    margin: 30px;
    color: #fff;
    font-weight: 400;
}
.coming-soon p.copy-right a{
    color: #fff;
    text-decoration: none;
    padding: 0 7px;
    font-size: 16px;
}
    

/* =====================================
        map css
===================================== */



#map {
    width: 100%;
    height:790px;
}

#bodyContent {
    padding: 25px 7px;
}

#bodyContent>p {
    display: table;
    font-size: 16px;
    color: #5dafef;
    font-weight: 500;
}

#bodyContent>p:last-child {
    margin-bottom: 0;
}

#bodyContent p span {
    display: table-cell;
    vertical-align: top;
}

.map-info-icon {
    color: #5dafef;
    font-size: 24px;
    padding-right: 15px;
}



.contact-send-message.success{
    color: green;
    margin-top: 15px;
    font-weight: 700;
}

.whmcs-iframe iframe{
    width: 100%;
    height: 100vh;
    border: 0px
}

.center {
    margin: 95px 0 0 278px;
    width: 80%;
    padding: 10px;
}

.button-1 {
    background-color: #5dafef;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    margin: 20px 20px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button-1:hover {
    background-color: #5dafb1;
    color: white;
}

.button-2 {
    background-color: #3412a3;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    margin: 20px 20px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button-2:hover {
    background-color: #5dafb1;
    color: white;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    float: right;
    margin:  -40px 40px 0 0;
    padding: 20px;
    width: 320px;
    color: #111111;
    font-weight: 500;
}

/* The Close Button */
.close {
    color: #111111;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.call-back-right button {
    margin-top: 20px;
    height: 45px;
    padding: 10px;
    border-radius: 5px;
    width: 160px;
    border: none;
    color: #fff;
    font-size: 18px;
    background: #3CEEDB;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.call-back-right button:hover {
    background: #111111;
}

.call-back-right img {
    margin-right: 20px;
}

.call-me-input{
    margin-top: 20px;
    height: 45px;
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    
}


/* quote-form */





#mobile{
      padding: 0 0 0 0;
      width: 100%;
      height: 350px;
      text-align:center;
      }

#loader{position:absolute;color:#FFF;z-index:1;left:50%;top:50%;margin-left:-50px}
#loader h1{font-weight:300}
#title-screen{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}
#title-content{position:absolute;bottom:0;z-index:1;cursor:pointer}
#results h1,#title-screen h1{margin:0;font-weight:300;font-size:40px;line-height:40px;color:#FFF;text-shadow:1px 1px 0 rgba(0,74,121,0.6);text-align:center}
#results h1{font-size:30px;font-weight:400}
#start-button{margin-top:10px;color:#FFF;text-transform:uppercase}
#title-logo{margin-top:50px}
.form{background-color:rgba(255,255,255,0.9);border-radius:4px;padding:20px;margin:12px;text-align:center;white-space:normal}
.form h2{font-size:1em;margin:0 0 5px 0}
.form h2.error{color:#c00}
#zip .form{text-align:center}


button[type="submit"]{background:#c00;border-radius:3px;color:#FFF;border:0;padding:8px 12px;font-size:1.1em;font-weight:300;margin:10px 0 0 0;cursor:pointer;clear:left}
button[type="button"]{background:#c00;border-radius:3px;color:#FFF;border:0;padding:8px 12px;font-size:1.1em;font-weight:300;margin:10px 0 0 0;cursor:pointer;}
#units{padding:0 0 10px 0}
.centered tr td div{margin:0}
.ad-listings{margin:10px;box-shadow:0 0 8px rgba(0,0,0,0.4);background-color:#FFF;position:relative;cursor:pointer}
.ad-listings table td{vertical-align:top;padding:10px;text-align:center}
td.ad-images{padding:0 12px 0 8px;width:80px}
div.ad-image{display:inline-block;background-color:#FFF;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;text-align:center;cursor:pointer}
div.ad-image img{display:block;border-radius:3px;border:1px solid #CCC;padding:2px}
.ad-listings table td.ad-description{font-size:1em;padding:10px}
#results .ad-listings .ad-description h1{font-size:1.2em;line-height:1em;font-weight:bold;margin:0 0 3px 0;cursor:pointer;letter-spacing:0;border:0;text-shadow:none;color:#2165a2}
h2.messaging{font-size:11px;font-weight:normal;margin:0 8px 8px 8px;letter-spacing:0;padding:5px;min-width:137px;text-align:center}
td.ad-description h1:hover{text-decoration:underline}
.ad-description-text{margin:0}
.ad-description ul{font-size:1em;margin:0;padding:0;list-style-type:square}
.ad-description li{font-size:1em;margin:0;list-style:none}
.get-quote-banner{color:#000;padding:4px 0;text-align:center;margin:3px 0 0 0;border-top:1px solid #f7ef77;font-size:11px;border-radius:0 0 2px 2px;text-shadow:1px 1px 0 #FFF;font-weight:bold}
.compare-title{text-align:left;width:760px;padding:8px 0 10px 0}
.get-quote-small{font-size:11px;color:#288bed;text-align:center}
.get-quote-small img{margin:0 0 5px 0;cursor:pointer}
.ad-button{min-width:120px;width:120px;width:120px;padding:0 10px;vertical-align:middle;text-align:center !important}
.help-clicker{font-size:11px;padding:3px 0 0 0;text-align:center}
.ad-number{font-size:18px;padding:35px 0 0 12px !important;text-align:center}
.free-quote{cursor:pointer}
#tap-buttons{text-align:center;padding-top:10px}
.tap-button{padding:8px;text-align:center;font-size:16px}
.tap-button.click{background:#6db3f2;background:-moz-linear-gradient(top,rgba(109,179,242,1) 0,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(109,179,242,1)),color-stop(50%,rgba(84,163,238,1)),color-stop(51%,rgba(54,144,240,1)),color-stop(100%,rgba(30,105,222,1)));background:-webkit-linear-gradient(top,rgba(109,179,242,1) 0,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);background:-o-linear-gradient(top,rgba(109,179,242,1) 0,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);background:-ms-linear-gradient(top,rgba(109,179,242,1) 0,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);background:linear-gradient(to bottom,rgba(109,179,242,1) 0,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2',endColorstr='#1e69de',GradientType=0)}
.tap-button.call{background:#6db3f2;background:-moz-linear-gradient(top,rgba(109,179,242,1) 0,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(109,179,242,1)),color-stop(50%,rgba(84,163,238,1)),color-stop(51%,rgba(54,144,240,1)),color-stop(100%,rgba(30,105,222,1)));background:-webkit-linear-gradient(top,rgba(109,179,242,1) 0,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);background:-o-linear-gradient(top,rgba(109,179,242,1) 0,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);background:-ms-linear-gradient(top,rgba(109,179,242,1) 0,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);background:linear-gradient(to bottom,rgba(109,179,242,1) 0,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2',endColorstr='#1e69de',GradientType=0)}
.call-agent{color:#FFF;text-align:center}
.visit-site{color:#FFF;font-weight:bold}
.ad-listings table#listings td #tap-buttons{border-spacing:0}
.ad-listings table#listings td #tap-buttons td{padding:0}
#tap-buttons td:first-child .tap-button{border-radius:3px 0 0 3px}
#tap-buttons td:last-child .tap-button{border-radius:0 3px 3px 0}
#tap-buttons td:only-child .tap-button{border-radius:3px}
div.featured{position:absolute;top:3px;right:3px;background:url(http://www.icarmover.com/test/img/mobile-featured.png) top left no-repeat;width:32px;height:32px;border-radius:0 3px 0 0}
#mobile-form{overflow-x:hidden;margin:0 auto;white-space:nowrap}
.q{display:inline-block;vertical-align:top}
.q .select-more{margin:10px 0 0 5px;border-top:1px dotted #CCC;padding:10px 0 0 0}
.q select.more{font-size:18px;width:90%;padding:4px;background-color:#FFF;border:1px solid #BBB}
.q h2{margin:10px 0;font-size:24px;line-height:40px;color:#FFF;text-shadow:1px 1px 0 rgba(0,74,121,0.6);line-height:30px}
.q ul.choices{margin:0 auto;padding:0;list-style:none;width:240px;text-transform:uppercase}
#health .q ul.choices,#home .q ul.choices{margin:0 auto;padding:0;list-style:none;width:240px;text-transform:none}
.q ul.choices.binary,#health .q ul.choices.binary,#home .q ul.choices.binary{width:120px;margin:0 auto}
.q ul.choices li{float:left;width:48px;font-size:16px;text-align:center;padding:5px;border-radius:3px;cursor:pointer;border:1px solid transparent}
.q ul.choices.bordered li{border-bottom:1px dotted #bcd5e6}
.q ul.choices.bordered li:last-child{border-bottom:0}
.q ul.choices li.selected{border:1px solid #CCC;background-color:#FFF}
#health .q ul.choices li.selected{border:1px solid #74b310;background-color:#74b310;color:black}
#mobile-form em{font-style:normal;font-weight:bold;display:block;margin:0 0 5px 0;color:#385c8c;padding:5px;border-bottom:1px solid #385c8c}
ul#make li{width:108px}
ul#model li,ul#insurer li,ul#coverage-amount li,ul#coverage-type li,ul#insurer li,ul#credit-selector li,ul#medical-conditions li,ul#life-events li,ul#household-income li,#home ul.single-choice li,ul#security-types li,ul#fire-protections li,ul#amenities li{clear:left;display:block;width:226px;margin-bottom:1px}
ul#gender-selector{list-style:none;margin:0 0 0 5px;padding:0}
ul#gender-selector li{float:left;text-align:center;width:100px;padding:10px;cursor:pointer;border-radius:3px;border:1px solid transparent}
ul#gender-selector li.selected{border:1px solid #CCC;background-color:black}
.last-step input[type="tel"],.last-step input[type="text"]{font-size:1.3em;padding:5px}
.capcase{text-transform:capitalize}
#phone-div h1{margin:10px 0 0 0}
#phone-div h3{color:#FFF;font-weight:400;margin:0;font-size:16px}
#phone-div img{position:relative;top:4px;width:24px}
#phone-div a{font-size:24px;color:#FFF;font-weight:500}
object{display:none}


/************ QUOTE FORM ****************/

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel], input[type=date] {
    
    width: 100%;
    height: 50px;
    line-height: 40px; font-size: 17px;
    padding: 20px 20px;
    margin: 0 0 0 0;
    display: inline-block;
    border: 1px solid #ccc;
    top-border-radius: 4px;
    color: black !important;
}

@media only screen and (min-width: 1270px) {
   .form-horizontal {
  
  max-width: 475px;
  padding: 15px;
  font-size: 19px;
  font-weight: 400;
  margin: auto;
}
}



.form-horizontal {
  
  padding: 15px;
  text-align: left;
  font-size: 19px;
  font-weight: 400;
  margin: auto;
  width: 50%;
}

.transport-type {
  padding: 0 0 0 20px;
  font-size: 15px;
}

.transport-type span {
  font-size: 15px;
  font-color: #3A3A3A ;
}

.form-horizontal button {
    background-color: #FF7F00;
    width: 100%;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    margin: 25 0 0 0;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.form-horizontal button:hover {
    background-color: #FFA100;
    color: white;
}

.form-horizontal span {
    
    background: #F3F3F3;
    display: block;
    padding: 3px 0 3px 15px;
    margin: 0 0 10px 0;
    text-align: left;
    color: #A3A3A3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    
}


/* Form Page */

section.main-form-quote {
  background-image: url(asset/images/fullscreen/form-bg.jpg);
  width: 100%;
  background-size: cover;
    padding: 50px 0 800px 0;
}


@media only screen and (min-width: 1270px) {
   .form-page {
  
  max-width: 475px;
  padding: 15px;
  font-size: 19px;
  font-weight: 400;
  margin: auto;
}
}

.form-page-title {
  text-align: center;
  position: relative;
  
}

.form-page {
  
  max-width: 475px;
  height: 100%;
  padding: 15px;
  text-align: left;
  font-size: 19px;
  font-weight: 400;
  margin: auto;
  width: 50%;
}



.form-page button {
    background-color: #FF7F00;
    width: 100%;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    margin: 25 0 0 0;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.form-page button:hover {
    background-color: #FFA100;
    color: white;
}

.form-page span {
    
    background: #F3F3F3;
    display: block;
    padding: 3px 0 3px 15px;
    margin: 0 0 10px 0;
    text-align: left;
    color: #A3A3A3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    
}

/* form page style end*/

select {
    width: 100%;
    height: 50px!important;
    font-size: 16px;
    padding: 7px; padding-left: 15px!important; padding-right: 15px!important;
    margin: 8px 0; 
    border: 1px solid #ccc!important;
    border-radius: 0px!important;
    color: black !important;   
}

select:disabled{ background-color: #e9ecef!important; opacity: 0.6!important; }

label{
	color:#111;
  text-align: left;
	
}
.box {
  width: 80%;
  padding: 0 0;
	background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
   
    Position: absolute;
  
}	
label.error{
	color: #FA3C3C;
	font-weight: normal;
}
input.error{
	border: 1px solid #FA3C3C;
}

.textinput {
  height: 3em;
  margin: 1em 0;
  position: relative;
  width: 100%;
}

.textinput input,
.textinput label {
  cursor: text;
  font-size: 1.5em;
  padding: 0.6em 1% 0.15em 1%;
  position: absolute;
  transition: all 0.15s ease;
  width: 98%;
}

.textinput input {
  border: solid black 1px;
  border-radius: 0.15em;
}

.textinput li > span{
    background: #F3F3F3;
    display: block;
    padding: 3px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.textinput label {
  color: #BCB9B8;
  padding: 0.5em 1%;
}

.textinput input.filled ~ label,
.textinput input:focus ~ label {
  font-size: 0.6em;
  font-weight: 600;
  position: absolute;
}

.textinput input.filled ~ label {
  color: #007932;
}

.textinput input[type="text"].filled,
.textinput input[type="email"].filled:valid {
  background: #B8DB9B;
}

.textinput input[type="text"].filled ~label:after,
.textinput input[type="email"].filled:valid ~label:after {
  color: #007932;
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 3em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  transform: translate(0, 0);
}
#locationField, #controls {
    position: relative;
    width: 480px;
  }
  #autocomplete {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99%;
  }
  .label {
    text-align: right;
    font-weight: bold;
    width: 100px;
    color: #303030;
  }
  #address {
    border: 1px solid #000090;
    background-color: #f0f0ff;
    width: 480px;
    padding-right: 2px;
  }
  #address td {
    font-size: 10pt;
  }
  .field {
    width: 99%;
  }
  .slimField {
    width: 80px;
  }
  .wideField {
    width: 200px;
  }
  #locationField {
    height: 20px;
    margin-bottom: 2px;
  }
  
  
.pac-icon {
  width: 0;
  background-image: none;
}

.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

td.disabled:hover{ background-color: #F20000!important; color: white!important; cursor: not-allowed!important; }


/*Cookie Consent Begin*/
#cookieConsent {
    margin: 0 0 20px 20px;
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    max-width: 600px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    border-radius: 5px;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

/*Cookie Consent Begin*/
#spamalert {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    max-width: 600px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    display: none;
    z-index: 9999;
    border-radius: 5px;
}
#spamalert a {
    color: #4B8EE7;
    text-decoration: none;
}
#closespamalert {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closespamalert:hover {
    color: #FFF;
}
#spamalert a.spamalertOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#spamalert a.spamalertOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

<style style="text/css">
.scroll-left {
 height: 50px;	
 overflow: hidden;
 position: relative;
 background: yellow;
 color: orange;
 border: 1px solid orange;
}
.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 30s linear infinite;
 -webkit-animation: scroll-left 30s linear infinite;
 animation: scroll-left 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}
</style>

@media only screen and (min-width: 800px) {
    .onmobile {
       display: none;
    }
}

/* Rating Stars */
    
.checked {
    color: orange;
    
}
.rating {
    padding: 30px 20px 0 0;
    float: right;
}

.ratingsite {
    padding: 20px 0 0 20px;
}

.ratingstar {
    padding-left: 20px;
}

.ratingbox:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    max-width: 350px;
    border: 1px solid #2ccae7;
    border-radius: 8px;
}

.ratingbox {
    border: 1px solid #536d87;
    border-radius: 8px;
 
    height: 100px;
    max-width: 350px;
    z-index: 1;
    margin: 25px 10px;
}

  .all-brand img {
    max-width: 100px;
    padding: 0px;
  }
  
  ul#all-brand-mobile li {
    display:inline;
    width:33%;
    
  }

 @media only screen and (max-width: 600px) {
  .team-area  {
   display: none;
  }
  
  .brand-area {
    display: none;
  }
    .hidemobile {
    display: none;
  }
}

 @media only screen and (min-width: 600px) {
  .all-brand {
    display: none;
  }
  

  
 
  
}
