/**
/* table of content
/* 1. font-face
/* 2. header
/* 3. Home Page
/* 4. Review Index Page
/* 5. Blog Index Page
/* 6. Blog Main Page
/* 7. I-Page
/* 8. Cloud Compare
/* 9. Footer

*/

/*@section 1.  Font Face*/

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato/lato-regular-webfont.eot');
    src: url('../fonts/lato/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato/lato-regular-webfont.woff2') format('woff2'),
    url('../fonts/lato/lato-regular-webfont.woff') format('woff'),
    url('../fonts/lato/lato-regular-webfont.ttf') format('truetype'),
    url('../fonts/lato/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-light';
    src: url('../fonts/lato/lato-light-webfont.eot');
    src: url('../fonts/lato/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato/lato-light-webfont.woff2') format('woff2'),
    url('../fonts/lato/lato-light-webfont.woff') format('woff'),
    url('../fonts/lato/lato-light-webfont.ttf') format('truetype'),
    url('../fonts/lato/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-medium';
    src: url('../fonts/lato/lato-medium-webfont.eot');
    src: url('../fonts/lato/lato-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato/lato-medium-webfont.woff2') format('woff2'),
    url('../fonts/lato/lato-medium-webfont.woff') format('woff'),
    url('../fonts/lato/lato-medium-webfont.ttf') format('truetype'),
    url('../fonts/lato/lato-medium-webfont.svg#latomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open-sans';
    src: url('../fonts/open-sans/open-sans-webfont.eot');
    src: url('../fonts/open-sans/open-sans-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/open-sans/open-sans-webfont.woff2') format('woff2'),
    url('../fonts/open-sans/open-sans-webfont.woff') format('woff'),
    url('../fonts/open-sans/open-sans-webfont.ttf') format('truetype'),
    url('../fonts/open-sans/open-sans-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato/ato-black-webfont.eot');
    src: url('../fonts/lato/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/lato/lato-black-webfont.woff2') format('woff2'),
    url('../fonts/lato/lato-black-webfont.woff') format('woff'),
    url('../fonts/lato/lato-black-webfont.ttf') format('truetype'),
    url('../fonts/lato/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*@section 1.  Font Face End*/


body
{
    font-size: 16px;
    color: #848484;
    font-family: 'lato-regular';
    background-color: #f8f9fb;
}

h1,h2,h3,h4,h5,h6
{
    color: #3b3b3b;
    font-family: 'lato-light';
}

a
{
    cursor: pointer;
    text-decoration: none !important;
}

li{
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

embed, iframe, object, video {
    max-width: 100%;
}
/* Alignment */

/*@section 2.  Header*/


header{
    z-index: 10;
}

.navbar-default {
    background-color: #fff;
    border: 0;
    border-bottom: 2px solid #ebecee;
    margin-bottom: 25px;
}

.cr-nav {
    float: left;
    width: 70%;
    text-align: right;
}

.cr-nav .navbar-nav
{
float: right !important;
}

.search
{
    float: right;
    width: auto;
    padding: 42px 0;
    position: relative;
}

.cr-mb-toggle {
    left: 10px;
    top: 18px;
    background-color: #fff!important;
    border: 0;
    margin: 0;
    margin-right: 15px;
}

.cr-mb-toggle .icon-bar {
    width: 40px;
    height: 3px;
    background-color: #469DFF !important;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 10px;
}

.navbar-brand
{
    padding-top: 28px;
}

.cr-logo {
    width: 285px;
    height: 40px;
    padding: 15px 15px;
    margin-left: 0px !important;
    margin-top: 35px;
    margin-bottom: 25px;
    background: url('../img/logo.png') no-repeat left -5px;
    background-size: cover;
    margin-right: 40px;
}

.cr-logo > img
{
    width: 100%;
    height: 100%;
}

.cr-nav > .navbar-nav > li {
    padding: 0 1%;
    text-align: center;
    width: 19%;
    float: none;
    display: inline-block;
	vertical-align: bottom;
}

.cr-nav > .navbar-nav > li > a {
    color: #777777;
    text-transform: uppercase;
    padding: 42px 0 0px 0;
    font-size: 13px;
    border-bottom: 2px solid transparent;
    overflow: hidden;
    height: 105px;
}

.cr-nav > .navbar-nav > li > a:hover, .cr-nav > .navbar-nav > li > a:active, .cr-nav > .navbar-nav > li > a:focus
{
    color: #fb4420;
    border: 0;
    border-bottom: 2px solid #fb4420;
    font-weight: bold;
}

/*Search Box*/

.search_icon {
    position: relative;
    cursor: pointer;
}
.search_icon i {
    font-size: 16px;
    color: #fb4420;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search_icon i.activeated_search {
    color: #fb4420;
}

.s_form {
    position: absolute;
    display: none;
    top: 70px;
    right: -5px;
    padding: 8px 10px;
    background: #FFF;
    border-radius: 3px;
    border-top: 2px solid #fb4420;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}
.s_form:after {
    content: no-close-quote;
    position: absolute;
    width: 0px;
    height: 0px;
    top: -8px;
    right: 6px;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid #fb4420;
}

.s_form input{
    width: 200px;
}

/*@section 2.  Header End*/

/*@section 3.  Home Page*/

/**
/* table of content
/* 3.1 home main section
/* 3.2 Home Aside
*/

/*@section 3.1  home main section*/

.hm-lft-sec > section {
    padding: 4px 0 38px 0;
    border: 0;
    border-bottom: 1px solid #e3e4e5;
    border-style: dashed;
}

.hm-fetr-para
{
    padding-top: 18px !important;
}

.hm-lft-sec > section:last-child{
    border: 0;
}

.hm-lft-sec > section > h2, .review-index-head > h2 {
    font-size: 38px;
    font-family: 'lato-light';
    color: #3b3b3b;
    margin-bottom: 22px;
}

.table-responsive
{
    box-shadow: 0 0 15px #e6e6e8;
    border-radius: 4px 4px 0 0;
}

.hm-tbl {
    padding: 0;
    box-shadow: 0 10px 15px rgba(0,0,0,0.12);
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}

.hm-tbl .row
{
    margin: 0;
}

.hm-tbl > thead > tr{
    text-transform: uppercase;
    color: #fff;
    font-family: 'lato-medium';
}

.hm-tbl > thead > tr > th {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border: 0;
    padding: 20px;
    background: #469dff;
    white-space: nowrap;
}

.cr-hm-comp {
    border-bottom: 1px solid #e6e6e8;
}

.hm-tbl > tbody > .cr-hm-comp:first-child
{
    background-color: #edfbff;
    border-bottom: 0;
}

.cr-hm-comp:last-child
{
    border: 0;
}

.cr-hm-comp > td {
    vertical-align: middle !important;
    position: relative;
    border-top: 0 !important;
}

.cr-discount {
    overflow: hidden;
    position: absolute;
    left: -7px;
    top: 10px;
    background: red;
    color: #fff;
    padding: 3px 15px 3px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: 'open-sans';
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.cr-discount > div
{
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
}

.cr-hm-comp img
{
    width: 100%;
}

.cr-hm-comp .hm-price > del{
    font-size: 14px;
    display: block;
    color: #7b7b7b;
}

.cr-hm-comp .hm-price {
    font-size: 30px;
    color: #fb4420;
    margin: 0;
    font-family: 'lato-medium';
}

#cr-glb-fetr {
    padding: 0;
    text-align: left;
    margin: 10px 0;
}

#cr-glb-fetr > li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #00b609;
    position: absolute;
    left: 0px;
    top: 4px;
}

#cr-glb-fetr > li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}

#cr-glb-fetr > li:last-child
{
    margin-bottom: 0;
}

#cr-glb-fetr > li > i
{
    color: #08b811;
}

.cr-hm-comp .hm-tbl-rtng {
    font-size: 30px;
    color: #1275db;
    margin: 0;
    letter-spacing: 2px;
    font-family: 'lato-medium';
}

.cr-hm-comp .hm-tbl-rtng > span {
    font-size: 12px;
    display: block;
    color: #7b7b7b;
    letter-spacing: initial;
    font-weight: 600;
    word-spacing: -2px;
}

.cr-glb-btn{
    background-color: #fb4420;
    border-color: #fb4825;
    padding: 6px 20px;
    text-transform: uppercase;
    font-family: 'lato-light';
    font-weight: bold;
}

.cr-glb-btn:hover, .cr-glb-btn:focus, .cr-glb-btn:active
{
    background-color: #fb4420;
    border-color: #fb4825;
}

.hm-mb-nav .cr-glb-btn
{
    padding: 8px 16px;
    border-radius: 6px;
}

.cr-glb-btn+.hm-review
{
    display: block;
}

.cr-glb-btn+.hm-review > a
{
    color: #848484;
    margin-top: 10px;
    border: 0;
    border-bottom: 1px solid #848484;
    border-style: dashed;
}

.hm-lft-sec > .hm-fetr-para > h2 {
    margin-bottom: 14px;
}

.hm-lft-sec > .hm-fetr-para > p{
    margin-bottom: 24px;
}

/*@section 3.2  Home Aside*/

/* SOCIAL LINKS */

.ads > img
{
    width: 100%;
}

.social-links {
    padding: 14px 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 3px #e6e6e8;
}

.social-links > span {
    color: #a2a1a1;
    font-size: 14px;
    margin-right: 10px;
}

.social-links > ul {
    padding: 0;
    display: inline;
    vertical-align: middle;
}

.social-icon  > a > i
{
    font-size: 20px;
}

.social-icon {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: inline-block;
    line-height: 32px;
    text-align: center;
}

.social-icon  > a > i
{
    font-size: 18px;
    color: #fff;
}

.fb
{
    background-color: #195bf1;
}

.tw{
    background-color: #00b4d5;
}

.gp
{
    background-color: #f52929;
}

/* SOCIAL LINKS */

/* Home Sidebar Article */

.cr-artcl {
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 10px 15px rgba(0,0,0,0.12);
}

.cr-artcl > h4
{
    text-align: center;
    background-color: #626262;
    color: #fff;
    margin: 0;
    padding: 8px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'lato-light';
    font-weight: bold;
}

.cr-artcl > ul
{
    padding: 0;
    margin: 0;
}

.cr-artcl > ul > li {
    list-style: none;
    padding: 12px 25px;
    border-bottom: 1px solid #ebebeb;
}

.cr-artcl-view-all
{
    border-bottom: 0;
    text-align: right;
}

.cr-artcl-view-all-btn
{
    font-size: 13px;
    font-weight: 500;
}

.cr-artcl > ul > li:last-child > a > i
{
    color: #686868;
    margin-left: 5px;
}

.cr-artcl > ul > li  > a
{
    font-size: 16px;
    color: #575757;
}

.cr-artcl > ul > li  > a > b{
    display: block;
    font-weight: normal;
}

.cr-artcl > ul > li  > a > span
{
    font-size: 13px;
    color: #8dc2f9;
}

.cr-artcl > ul > li  > a > span+span{
    margin-left: 15px;
}

/* Home Sidebar Article */

/* CUSTOM NEWSLATTER */

.cr-newslatter {
    background-color: #fb4420;
    padding: 15px 12px;
    overflow: hidden;
    box-shadow: 0 0 3px #e6e6e8;
}

.cr-newslatter span {
    display: inline-block;
    margin-right: 4px;
}


.cr-newslatter span i {
    font-size: 36px;
    color: #fff;
}


.cr-newslatter h4 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 78%;
}

.cr-newslatter p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 20px 0;
}


.cr-newslatter .form-group > button, .cr-newslatter .form-group > button:hover
{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #241814;
    border-color: #241814;
    margin-top: 15px;
}

.cr-widget
{
    margin: 20px 0;
}

.cr-widget:first-child
{
    margin-top: 0;
}

.cr-widget:last-child
{
    margin-bottom: 0;
}

/* CUSTOM NEWSLATTER */

/*@section 3.  Home Page End*/


/*@section 4.  Review Index Page*/

.review-index-head > h2
{
    margin-bottom: 10px;
    margin-top: 0;
}

.review-index-contant > tbody > tr > td {
    border-top: 0;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
}

.review-index-contant > tbody > tr:first-child
{
    background-color: #edfbff;
}

.review-index-contant > tbody > tr  p
{
    line-height: 24px;
}

.review-index-contant > tbody > tr:nth-child(n+2)
{
    border-bottom: 1px solid #f2f2f2;
}

.review-index-price
{
    text-align: center;
}

.review-index-price > span
{
    font-size: 32px;
    color: #3b3b3b;
    display: block;
}

.review-index-price del{
    font-size: 16px;
    color: #7b7b7b;
    display: block;
}

.review-index-read-more
{
    color: #f10b0b;
    float: right;
    text-decoration: underline !important;
    display: none;
}

/*@section 4.  Review Index Page End*/

/*@section 5.  Blog Index Page*/

.blog-section {
    box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
    background-color: #fff;
    padding: 7px 17px 17px 17px;
    margin-bottom: 30px;
}

.blog-section  > h2
{
    font-size: 22px;
    font-family: 'lato-medium';
    color: #3b3b3b;
}

.blog-section  > h2 a
{
    color: #3b3b3b;
}

.blog-user-info {
    font-size: 12px;
    color: #1275db;
    display: block;
    margin-bottom: 20px;
}

.blog-user-info  i
{
    margin-right: 5px;
    color: #1275db;
}

.blog-user-info > b
{
    margin-left: 30px;
    font-weight:  normal;
}

.blog-section p
{
    line-height: 28px;
}

.blog-cnt-read
{
    display: block;
    line-height: 26px;
    color: #ff3600;
}

.blog-section img{
    width: 100%;
    border: 1px solid #e7e8ea;
}

.blog-section p+a > i {
    margin-left: 5px;
    vertical-align: middle;
}

.blog-pgination
{
    text-align: center;
}

.active-page-link
{
    color: #fb4420 !important;
}

.blog-pgination > .pagination > li > a
{
    background-color: transparent;
    border: 0;
    color: #1275db;
}


.blog-pgination > .pagination > li > a:hover
{
    color: #fb4420;
}

/*@section 5.  Blog Index Page End*/

/*@section 6.  Blog Main Page*/

.blog-page-head > h2
{
    margin-top: 0;
    font-size: 38px;
    font-family: 'lato-light';
    color: #3b3b3b;
}
.blog-page-head > h2 a
{
    color: #3b3b3b;
}

.blog-page-head > .blog-user-info {
    margin-bottom: 25px;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.blog-page-compare > h3, .blog-page-compare > article > h3
{
    font-size: 32px;
    font-family: 'lato-light';
    color: #3b3b3b;
}

.col-centered
{
    float: none;
    margin: 0 auto;
}

.blog-pkgs-container {
    box-shadow: 0px 2px 20px rgba(0,0,0,0.07);
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.blog-pkgs {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 30px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
}

.blog-pkgs:nth-of-type(1)
{
    background-color: #edfbff;
}

.blog-pkgs:nth-of-type(2) {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.blog-pkgs .blog-pkg-img {
    width: 145px;
    height: 55px;
    display: inline-block;
}

.blog-pkgs .blog-pkg-img > img
{
    max-width: 100%;
    max-height: 100%;
}

.blog-pkgs > ul
{
    padding: 0;
    margin-bottom: 10px;
}

.blog-pkgs > ul > li {
    line-height: 26px;
    font-size: 12px;
}

.blog-pkgs > ul > li > span
{
    color: #414141;
}


.price-quote
{
    font-size: 40px;
    color: #fb4420;
    margin: 0;
    font-family: 'lato-medium';
    padding: 30px 0 25px 0;
}

.price-quote > del {
    font-size: 16px;
    display: block;
    color: #7b7b7b;
    margin-bottom: 5px;
}

.blog-pkgs > .cr-glb-btn
{
    font-size: 18px;
    padding: 6px 40px;
}

.blog-pg-art
{
    margin: 0px 0 35px 0;
}

.blog-pg-art > h3
{
    margin-top: 10px;
    font-size: 32px;
    font-family: 'lato-light';
    color: #3b3b3b;
}

.blog-pg-bk-main{
    text-align: right;
    margin: 0 !important;
}

.blog-pg-bk, .blog-pg-bk:hover, .blog-pg-bk:focus
{
    font-size: 12px;
    color: #fe1616;
    display: inline-block;
}
.blog-pg-art > p{
    margin: 5px 0;

}
/*@section 6.  Blog Main Page End*/

/*@section 7.  I-Page Review*/

.i-page-review > h2
{
    font-size: 42px;
    font-family: 'lato-light';
    color: #3b3b3b;
    margin-top: 0;
}

.i-page-pros, .i-page-cons {
    padding: 4px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.10);
}

.i-page-pros > #cr-glb-fetr, .i-page-cons > #cr-glb-fetr
{
    height: 230px;
    overflow: hidden;
}

.i-page-pros > #cr-glb-fetr > li, .i-page-cons > #cr-glb-fetr > li
{
    max-height: 38px;
    overflow: hidden;
}

.i-page-cons > #cr-glb-fetr > li:before
{
    content: "\f00d";
    color: #f32222;
}

.i-page-pros > h3, .i-page-cons > h3
{
    color: #1275db;
    font-size: 26px;
    font-family: 'lato-medium';
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
}

.i-page-btn {
    text-align: center;
    margin: 30px 0 5px 0;
}

.i-page-btn > .cr-glb-btn {
    width: 100%;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.i-page-btn > span
{
    display: block;
    color: #777777;
    font-size: 12px;
    margin-top: 4px;
    position: relative;
}

.i-page-article:first-child
{
    margin-top: 40px;
}

.i-page-article > h3
{
    font-size: 24px;
    color: #414141;
    font-family: 'lato-medium';
}

.i-page-article > .i-page-btn > .cr-glb-btn
{
    padding: 6px 80px;
    width: auto;
}

.i-page-article > .i-page-btn > span > a
{
    right: 0;
    color: #f32222;
    font-size: 12px;
    position: absolute;
}

.cstm-toc-main {
    width: 100%;
    background: #fff;
    border: 1px solid #dddddd;
    max-height: 444px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sticky-box {
    position: fixed;
    top: 0px;
    width: 293px !important;
}

.cstm-toc-main h3 {
    background: #626262;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'lato-light';
}

.cstm-toc-main ul
{
    margin:0px;
    padding:0px;
    list-style:none;
}

.cstm-toc-main ul li
{
    border-bottom:1px solid #dddddd;
    padding:6px 15px 6px 30px ;
}

.cstm-toc-main ul li:last-child
{
    border-bottom:0px;
}

.cstm-toc-main ul li > a
{
    color:#4f4d4d;
}

.cstm-toc-main ul .sub-child, .cstm-toc-main ul .sub-child-last
{
    padding-left:50px;
    border-bottom:0px;
    padding-bottom:0px;
}

.cstm-toc-main ul .sub-child-last
{
    border-bottom:1px solid #dddddd !important;
    padding-bottom:6px !important;
}

.cstm-toc-main ul .sub-child > a, .cstm-toc-main ul .sub-child-last > a
{
    color: #777777;
}

/*I-Page Review End*/

/*@section 8.  Cloud Compare*/

.cloud-comp> h2 {
    font-size: 38px;
    font-family: 'lato-light';
    color: #3b3b3b;
    margin-top: 0;
    margin-bottom: 34px;
}

.cld-evlt-container{
    padding: 2px 30px 10px 18px;
    background-color: #fcfcfd;
}

.cc-slider-container {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    float: left;
    width: 100%;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.cc-evalute
{
    min-height: 295px;
}

.cld-comp-pkg
{
    min-height: 309px;
}

.cloud-comp-evalute > h3
{
    font-size: 20px;
    color: #3b3b3b;
    margin-bottom: 30px;
    text-transform: uppercase;
    white-space: normal;
}

.cloud-comp-evalute > form > label
{
    font-size: 12px;
    font-family: 'lato-light';
    color: #3b3b3b;
    white-space: normal;
}

.cloud-comp-evalute > form > select {
    display: block;
    width: 100%;
    padding: 5px;
    background-color: #fbfbfb;
    border: 1px solid #f3f3f3;
    margin: 10px 0;
}

.cloud-comp-evalute > form > select:nth-of-type(1)
{
    margin-top: 2px;
}


.cc-glb-hr {
    border: 0;
    border-bottom: 1px dashed #d8d8d9;
    width: 30%;
    /*margin: 25px auto 25px auto;*/
    margin: 0 auto;
}

.cc-hr {
    margin: 20px 0 10px 0;
    min-height: 38px;
    padding: 20px 0 0 0;
}


.cloud-comp-basic
{
    margin: 0 0 30px 0;
}

.cloud-comp-basic:last-child
{
    margin-bottom: 10px;
}

.cloud-comp-basic:nth-of-type(1)
{
    margin-top: 0px;
}

.cloud-comp-basic > h3 {
    font-size: 28px;
    color: #3b3b3b;
    min-height: 38px;
    white-space: normal;
}

.cloud-comp-basic > h3 > span {
    background: url('../img/cc-icon-sprit.png') no-repeat left 5px;
    height: 30px;
    width: 25px;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.cloud-comp-basic:nth-of-type(2) > h3  > span
{
    background-position: left -67px;
}

.cloud-comp-basic:nth-of-type(3) > h3 > span
{
    background-position: left -142px;
}

.cloud-comp-basic:nth-of-type(4) > h3 >  span
{
    background-position: left -208px;
}

.cc-glb-ul
{
    padding: 0;
}

.cc-glb-ul > li
{
    min-height: 38px;
    white-space: normal;
}

.cloud-compare-mark, .cloud-compare-normal {
    padding: 8px 10px 10px 10px;
    background-color: #fcfcfd;
}

.cloud-compare-mark {
    text-align: center;
    border: 1px solid #469dff;
    z-index: 9;
    transform: scale(1.02);
    background-color: #fff;
}

.cc-max-img
{
    width: 145px;
    height: 55px;
    display: inline-block;
}

.cc-max-img > img
{
    max-width: 100%;
    max-height: 100%;
}

.slide-left-btn, .slide-right-btn
{
    display: none;
}

.cloud-compare-mark, .cloud-compare-normal
{
    text-align: center;
}

.cloud-rating {
    font-size: 12px;
    color: #3b3b3b;
    display: block;
    text-align: right;
    margin-bottom: 18px;
}

.cloud-rating > b {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    background-color: #848484;
    color: #fff;
    font-size: 18px;
}

.cloud-pkg-price
{
    font-size: 45px;
    font-family: 'lato-light';
    margin: 45px 0 20px 0;
}

.cloud-pkg-price > b
{
    color: #848484;
    font-family: 'latoblack';
    font-weight: normal;
}

.cloud-pkg-price > span {
    display: block;
    font-size: 14px;
    color: #3b3b3b;
    padding-left: 8%;
}

.cloud-pkg-price > del{
    display: block;
    font-size: 18px;
}

.cloud-compare-mark .cr-glb-btn, .cloud-compare-normal .cr-glb-btn
{
    font-size: 16px;
}

.cloud-compare-mark > .cc-glb-ul > li, .cloud-compare-normal > .cc-glb-ul > li
{
    font-size: 14px;
    min-height: 38px;
}

.cloud-compare-mark > .cc-glb-ul > li > .fa-times, .cloud-compare-normal > .cc-glb-ul > li > .fa-times
{
    color: #f32222;
}

.cloud-compare-mark > .cc-glb-ul > li > .fa-check, .cloud-compare-normal > .cc-glb-ul > li > .fa-check
{
    color: #01b60a;
}

.cloud-compare-mark .cld-comp-pkg .cr-glb-btn {
    background-color: #fb4420;
    border-color: #fb4825;
}

.cc-basic {
    min-height: 190px;
    margin-bottom: 30px;
}

.cc-bsic-hd
{
    min-height: 190px;
}

.cc-flg-hd {
    min-height: 95px;
}

.cc-plt-form-hd
{
    min-height: 195px;
}

#cc-cntry-flags {
    min-height: 95px;
    margin-bottom: 30px;
}

#cc-cntry-flags  ul{
    padding: 0;
    margin: 0;
}

#cc-cntry-flags li:nth-child(n+2) {
    margin-right: 10px;
    line-height: 22px;
    font-family: 'lato-light';
    font-size: 12px;
    display: inline;
}

.flg-sprit li:nth-child(n+2)
{
    background: url('../img/cc-cntry-flags.png') no-repeat left 4px;
    padding-left: 20px;
}

.flg-sprit li:nth-of-type(3)
{
    background-position: left -56px;
}

.flg-sprits li:nth-of-type(4)
{
    background-position: left -116px;
}

.flg-sprit li:nth-of-type(5)
{
    background-position: left -176px;
}


.flg-sprit > span
{
    font-size: 13px;
}

.cc-plt-form {
    min-height: 195px;
    margin-bottom: 30px;
}

.cloud-compare-mark .cloud-rating > b
{
    background-color: #fb4420;
}

.cloud-compare-mark .cloud-pkg-price > b
{
    color: #3b3b3b;
}

.cloud-compare-normal  .cr-glb-btn
{
    background-color: #a2a2a2;
    border-color: #a2a2a2;
}

/* Cloud Compare Stickey Begin*/

.cc-sticky-pkg {
    position: fixed;
    z-index: 99;
    top: 0;
    display: none;
}

.cc-sticky-pkg .cc-slider-container
{
    background-color: rgb(252, 252, 253);
}

.cc-sticky-pkg  .cld-evlt-container
{
    padding: 10px;
}

.cc-sticky-pkg .cld-comp-pkg, .cc-sticky-pkg .cc-evalute {
    min-height: 155px;
}

.cc-sticky-pkg .cloud-comp-evalute > h3 {
    font-size: 18px;
    color: #3b3b3b;
    margin-bottom: 10px;
    margin-top: 5px;
}

.cc-sticky-pkg .cloud-comp-evalute > form > select {
    margin: 5px 0;
}

.cc-sticky-pkg  .cloud-compare-mark, .cc-sticky-pkg  .cloud-compare-normal
{
    padding: 15px 10px;
}

.cc-sticky-pkg  .cc-brdr
{
    padding-left: 0px !important;
}

.cc-sticky-pkg  .cc-brdr > .cld-comp-pkg
{
    padding-left: 10px;
    border-left: 1px solid #e5e5e5;
}

.stck-img-container {
    overflow: hidden;
    margin-bottom: 5%;
    position: relative;
}

.stck-price-container
{
    overflow: hidden;
}

.cc-sticky-pkg .cc-max-img
{
    float: left;
    width: 50%;
}

.cc-sticky-pkg .cloud-rating {
    margin-bottom: 0;
    float: right;
    margin-top: 3%;
    width: 30%;
    text-align: left;
}

.cc-sticky-pkg .cloud-pkg-price {
    font-size: 36px;
    font-family: 'lato-light';
    margin: 0;
    float: left;
    width: 40%;
}

.cc-sticky-pkg .cloud-compare-normal .cr-glb-btn {
    font-size: 14px;
    float: right;
    width: 50%;
    padding: 6px;
    margin-top: 8%;
    white-space: normal;
}

.cc-sticky-pkg .cloud-pkg-price > del {
    font-size: 16px;
}

.cc-sticky-pkg .cloud-pkg-price > span {
    font-size: 13px;
}

/* Cloud Compare Stickey  End*/

/*Cloud Compare End*/

/*@section 9.  Contact*/

.abt-us, .cnt-us
{
    padding-bottom:45px;
    padding-left:5px;
}

.abt-us  h1, .cnt-us  h1
{
    font-size:42px;
    font-family: 'lato-light';
    color: #3b3b3b;
}

.cntct-form-box
{
    float: left;
    width: 100%;
}

.cntct-fld-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.cntct-fld-box label
{
    display: block;
    color: #5b5b5b;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.cntct-fld-box label span
{color: #d10000;
    font-size: 10px;
    padding-left: 10px;
}

.cntct-fld-box input, .cntct-fld-box textarea
{
    width: 600px;
    background:#f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 15px;
    font-size:12px;
    color: #38482c;
}

.cntct-fld-box textarea
{
    width: 75%;
    height: 198px;
}

#cr-cnt-form > .cr-glb-btn {
    display: block;
    width: 400px;
    height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-color: transparent;
    border-radius: 6px;
    font-weight: 600;
}

/*Contact End*/

/*@section 10.  Footer*/

footer {
    background-color: #414141;
    text-align: center;
    padding: 30px 10px;
    margin-top: 60px;
}

footer a:hover{
    color: #fb4420
}

footer > h3, footer > ul > li > a {
    color: #c4c4c4;
    font-size: 13px;
    margin: 0;
}

footer > h3 > a
{
    color: #fb4420;
}

footer > ul {
    margin-top: 20px;
    padding: 0;
    margin-bottom: 0;
}

footer > ul > li
{
    display: inline;
}

footer > ul > li:after
{
    content: "|";
    padding: 0 10px;
}

footer > ul > li:last-child:after
{
    content: "";
    padding: 0 10px;
}


/*Footer End*/

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

embed, iframe, object, video {
    max-width: 100%;
}


.success, .error {
    padding: 5px;
    margin-bottom: 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
}

h1.search-result-title {
    font-size: 30px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #3b3b3b;
    margin: 0 0 20px 0;
    padding-left: 15px;
}

/* Blog Table Reviews Begin*/

.tblranking
{
    width: 100%;
    overflow-y: hidden;
    overflow-x: visible;
}

.tblranking > table {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 15px #e6e6e8;
    border-radius: 4px 4px 0 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.tblranking table > tbody
{
    display: table-row-group !important;
}

.tblranking tr
{
    display: table-row !important;
}

.tblranking tr:first-child
{
    text-transform: uppercase;
    color: #fff;
    font-family: 'lato-medium';
}

.tblranking tr:first-child > th
{
font-size: 15px;
font-weight: normal;
text-align: center;
vertical-align: middle;
border: 0;
padding: 20px;
background: #469dff;
white-space: nowrap;
display: table-cell !important;
}

.tblranking .rank_no
{
border-radius: 100%;
color: #fff !important;
background-color: #3d3d3d;
display: inline-block;
padding: 5px 13px;
line-height: 23px !important;
font-size: 15px;
}

.tblranking table tr td {
    text-align: center;
    padding: 15px 5px 15px 5px;
    border: 1px solid #dbdbdb;
    border-left: 0;
    color: #7b7b7b;
    display: table-cell !important;
}

.tblranking table tr:hover {
    background-color: #edfbff;
}

.tblranking table tr td a {
    color: #06ace0;
}

.tblranking table .prov
{
    background-color: #fb4420;
    border-color: #fb4825;
    text-transform: uppercase;
    font-family: 'lato-light';
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 6px;
    color: #fff;
}

.tblranking table .profile
{
    color: #848484;
    margin-top: 10px;
    border: 0;
    display: block;
}

.tblranking table span.star_act {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url('../img/star_act.png') no-repeat;
    text-indent: -5000px;
}

.tblranking table span.star_blur {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url('../img/star_blur.png') no-repeat;
    text-indent: -5000px;
}

span.trial_yes {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url('../img/tick.png') no-repeat;
    text-indent: -5000px;
}

/* Blog Table Reviews End*/

@media screen and (min-width: 992px) and (max-width: 1220px) {


    .cr-nav > .navbar-nav > li {
        padding: 0 10px;
    }

    .cr-nav > .navbar-nav > li > a {
        font-size: 12px;
    }

    .cr-logo {
        width: 175px;
        height: 30px;
        background: url('../img/logo.png') no-repeat center -81px;
        margin-top: 38px;
    }

    .cr-discount {
        padding: 3px 6px 3px 12px;
        font-size: 11px;
    }

    .social-links > span {
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }

    .tw {
        margin: 0 5px;
    }

    .cr-artcl > ul > li {
        padding: 12px;
    }

    .cr-artcl > ul > li > a {
        font-size: 14px;
    }

    .cr-newslatter {
        padding: 15px 5px;
    }

    .cr-newslatter span {
        margin-right: 2px;
    }

    .cr-newslatter span i {
        font-size: 26px;
    }

    .cr-newslatter h4 {
        font-size: 13px;
    }

    .cr-newslatter p {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }

    .navbar-header
    {
        float: none;
        text-align: center;
    }

    .cr-logo {
        padding: 15px 15px;
        margin: 22px auto 0 auto !important;
        display: block;
        float: none;
        background-position: center 0;
        background-size: initial;
        width: 290px;
        height: 50px;
    }

    .nav-content {
        text-align: center;
        width: 95%;
    }

    .cr-nav .navbar-nav{
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }

    .cr-nav > .navbar-nav > li {
        padding: 0 10px;
    }

    .cr-nav > .navbar-nav > li > a {
        padding: 30px 0 0px 0px;
        font-size: 12px;
    }

    .search {
        padding: 30px 0;
    }

    .cr-discount
    {
        font-size: 11px;
    }
    .social-links {
        text-align: center;
    }

    .social-links > span, .social-icon > a > i{
        font-size: 20px;
    }

    .social-icon {
        height: 40px;
        width: 40px;
        line-height: 44px;
    }

    /* REVIEW INDEX */

    .review-index-contant > tbody > tr > td {
        display: inline-block;
    }

    .review-index-contant > tbody > tr > td:nth-of-type(2)
    {
        padding: 8px;
    }

    .review-index-contant  .cr-discount
    {
        top: 0;
    }

    .review-index-contant  img{
        width: 100%;
        height: 100%;
    }

    .review-index-price del {
        font-size: 14px;
    }

    .review-index-price
    {
        font-size: 28px;
    }

    .review-index-contant .cr-glb-btn
    {
        padding: 6px 10px;
        font-size: 12px;
    }

    /* REVIEW INDEX PAGE */

    /* BLOG PAGE */

    .blog-pkgs > .cr-glb-btn
    {
        font-size: 16px;
        padding: 6px 20px;
    }

    /* BLOG PAGE */

    /*Cloud Compare*/

    .cloud-comp-evalute > h3, .cloud-comp-basic > h3 {
        font-size: 18px;
    }

    .cloud-comp-basic > h3 > span {
        vertical-align: text-bottom;
    }

    #cc-cntry-flags li:nth-child(n+2) {
        display: block;
    }

    .flg-sprit li:nth-child(n+2)
    {
        background-position-x: 45px;
    }

    #cc-cntry-flags, .cc-flg-hd  {
        min-height: 160px;
    }

    .cc-sticky-pkg .container{
        padding: 0;
    }

    .cc-sticky-pkg .cloud-rating {
        width: 35%;
    }

    /* Cloud Compare Stickey Begin*/

    .cc-sticky-pkg .cloud-pkg-price {
        font-size: 30px;
        font-size: 30px;
    }

    /* Cloud Compare Stickey Ends*/

    /*Cloud Compare End*/

}

@media screen and (max-width: 767px) {

    .navbar-header
    {
        text-align: center;
    }

    .cr-logo {
        padding: 15px 15px;
        margin: 15px 0 10px 0;
        display: inline-block;
        float: none;
        background-position: center 0;
        background-size: initial;
        width: 290px;
        margin-left: -50px !important;
        height: 50px;
    }

    .navbar-default {
        margin-bottom: 25px;
    }


.nav-content {
    float: none;
    text-align: left;
    width: 100%;
}

    .cr-nav-wrapper
    {
        min-height: 410px;
    }

    .cr-nav > .navbar-nav > li {
    text-align: initial;
    max-width: initial;
    min-width: initial;
    padding: 0 0 0 20px;
    width: initial;
	display: block;
}

.cr-nav .navbar-nav {
    float: none !important;
}

    .search
    {
        padding: 18px 0;
    }

    .cr-nav > .navbar-nav > li > a:hover, .cr-nav > .navbar-nav > li > a:active, .cr-nav > .navbar-nav > li > a:focus {
        color: #fb4420;
        border: 0;
        font-weight: bold;
    }

    .cr-nav > .navbar-nav > li > a {
        padding: 18px 0;
        border-bottom: 0;
        min-height: initial;
        height: auto;
    }

    .cr-nav > .navbar-nav > li:last-child > a > i {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .s_form
    {
        top: 55px;
    }

    /* RESPONSIVE COMPARISION */

    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
    {
        border-top: 0;
    }


    .hm-tbl {
        overflow: visible;
    }

    .hm-lft-sec > section > h2 {
        font-size: 28px;
    }

    .hm-tbl > thead
    {
        display: none;
    }

    .hm-tbl table, tbody, th, td, tr
    {
        display: block !important;
    }

    .hm-tbl > tbody > .cr-hm-comp:first-child{
        background-color: transparent;
        border-bottom: 1px solid #ECECEC;
    }

    .cr-hm-comp, .cr-hm-comp:first-child {
        padding: 0;
        border-bottom: 1px solid #ECECEC;
    }

    .cr-hm-comp .col-xs-12, .cr-hm-comp > .row{
        padding: 0;
    }

    .cr-discount {
        position: absolute;
        left: 34%;
        top: 0px;
        padding: 3px 15px 3px 32%;
    }

    .hm-mb-nav {
        position: relative;
        padding: 42px 50px 0 50% !important;
    }

    .hm-mb-nav:last-child {
        padding-bottom: 30px!important;
    }

    .mark-feature
    {
        background-color: #edfbff;
    }

    .hm-mb-nav:before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 45%;
        height: 100%;
        white-space: nowrap;
        text-align: left;
    }

    .hm-mb-nav:before {
        content: "HOSTING SERVICES";
        background-color: #469dff;
        color: #fff;
        padding: 65px 10px 0 10px;
        z-index: 9;
        font-family: 'lato-medium';
    }

    .hm-mb-nav:nth-of-type(2):before
    {
        content: "PRICE PER MONTH";
    }

    .hm-mb-nav:nth-of-type(3):before
    {
        content: "FEATURES";
    }

    .hm-mb-nav:nth-of-type(4):before
    {
        content: "OUR SCORE";
    }

    .hm-mb-nav:nth-of-type(5):before
    {
        content: "DETAILS";
    }

    .cr-hm-comp img
    {
        margin-bottom: 5%;
    }

    #cr-glb-fetr {
        margin-bottom: 0;
        white-space: normal;
    }

    /* RESPONSIVE COMPARISION */

    .social-links {
        text-align: center;
    }

    .social-links > span {
        font-size: 18px;
    }

    .social-icon {
        height: 36px;
        width: 36px;
        line-height: 40px;
    }

    /* REVIEW INDEX */

    .review-index-head > h2 {
        font-size: 28px;
    }

    .review-index-contant > tbody > tr > td {
        white-space: normal !important;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .review-index-contant > tbody > tr
    {
        position: relative;
    }

    .review-index-contant  .cr-discount
    {
        left: -27%;
    }

    .review-index-contant img {
        max-width: 100%;
        max-height: 100%;
    }

    .review-index-price
    {
        position: absolute !important;
        top: -20px;
        right: 0;
    }

    .review-index-price del {
        font-size: 14px;
    }

    .review-index-price
    {
        font-size: 28px;
    }

    .review-index-contant .cr-glb-btn
    {
        padding: 6px 10px;
        font-size: 12px;
    }

    .review-index-read-more
    {
        display: block;
    }

    /* REVIEW INDEX */

    /* BLOG INDEX */

    .blog-section p {
        line-height: 22px;
        max-height: 70px;
        overflow: hidden;
    }

    /* BLOG INDEX */

    /* BLOG PAGE */

    .blog-page-head > h2
    {
        font-size: 32px;
    }

    .blog-pkgs {
        padding-left: 5px;
        padding-right: 5px;
    }

    .blog-pkgs .blog-pkg-img {
        width: auto;
        height: 55px;
    }

    .blog-pkgs > .cr-glb-btn
    {
        font-size: 14px;
        padding: 6px;
        white-space: normal;
    }

    .blog-pkgs > .price-quote > del {
        font-size: 14px;
    }

    .blog-pkgs > .price-quote{
        font-size: 28px;
        padding: 22px 0 25px 0;
    }

    .blog-pkgs > ul
    {
        margin-bottom: 20px;
    }

    .blog-pkg-img > .cr-discount {
        left: -23%;
        top: 0px;
        font-size: 10px;
        white-space: normal;
    }


    /* BLOG PAGE */

    /*	I-PAGE-REVIEW */

    .cstm-toc-main
    {
        display: none;
    }

    .i-page-pros
    {
        margin-bottom: 20px;
    }

    .i-page-article {
        margin-top: 30px;
    }

    .i-page-article > .i-page-btn > span > a {
        top: 25px;
    }


    /*	I-PAGE-REVIEW */

    /*Cloud Compare*/

    .cloud-comp {
        margin-left: -15px;
    }

    .cloud-comp> h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .cloud-comp-evalute > h3 {
        font-size: 12px;
    }

    .cloud-comp-basic > h3 {
        font-size: 16px;
    }

    .cloud-comp-basic > h3 > span {
        vertical-align: text-bottom;
    }

    .cloud-rating {
        font-size: 12px;
        text-align: center;
    }

    .cloud-rating > b {
        height: 32px;
        width: 32px;
        font-size: 14px;
    }

    .cc-max-img
    {
        width: auto;
        height: 55px;
    }

    .cloud-rating+img{
        max-width: 100%;
        max-height: 100%;
    }

    .cloud-pkg-price > del {
        font-size: 14px;
    }

    .cloud-compare-mark > .cr-glb-btn, .cloud-compare-normal > .cr-glb-btn {
        font-size: 13px;
        white-space: normal;
    }

    .cloud-compare-mark
    {
        transform: scale(1);
        padding-bottom: 8px;
    }

    .cloud-pkg-price {
        font-size: 30px;
        margin: 10px 0 20px 0;
    }

    /*
    .cc-mb {
      width: 0;
      padding: 0;
      transition: all 0.3s ease-in-out;
      overflow: hidden;
    } */

    .cloud-comp-evalute > form > select {
        font-size: 13px;
    }

    .cc-glb-ul > li {
        font-size: 12px;
    }

    .cloud-compare-mark .cr-glb-btn, .cloud-compare-normal .cr-glb-btn {
        font-size: 13px;
        padding: 6px 3px;
        white-space: normal;
    }

    .mb-slide-btn, .mb-slide-btn > li
    {
        white-space: nowrap !important;
    }

    .cld-evlt-container {
        padding: 2px 6px 10px 5px;
    }

    .cloud-compare-mark > .cc-glb-ul > li, .cloud-compare-normal > .cc-glb-ul > li {
        font-size: 11px;
        white-space: normal;
    }

    #cc-cntry-flags li:nth-child(n+2) {
        display: block;
        white-space: nowrap;
    }

    .flg-sprit li:nth-child(n+2)
    {
        background-position-x: 20px;
    }


    #cc-cntry-flags, .cc-flg-hd  {
        min-height: 160px;
    }

    .cloud-pkg-price > span {
        font-size: 12px;
    }

    .cc-slider-container {
        width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .cc-wrapper
    {
        white-space: nowrap;
    }

    .cc-mb-slider {
        display: inline-block;
        width: 33%;
        float: none;
        overflow: hidden;
        vertical-align: top;
    }

    /* Cloud Compare Stickey Begin*/

    .cc-sticky-pkg .cc-max-img {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .cc-sticky-pkg .cloud-rating {
        display: block;
        margin-bottom: 0;
        float: none;
        margin-top: 3%;
        width: 100%;
        text-align: center;
    }

    .cc-sticky-pkg .cloud-pkg-price {
        float: none;
        width: 100%;
        font-size: 26px;
    }

    .cc-sticky-pkg .cloud-compare-normal .cr-glb-btn {
        float: none;
        width: 100%;
    }

    .cc-sticky-pkg .cc-evalute {
        min-height: initial;
    }

    .cc-sticky-pkg .cld-comp-pkg{
        min-height: initial;
    }

    .cc-sticky-pkg .cc-brdr {
        padding-left: 5px !important;
    }

    .cc-sticky-pkg .cc-brdr > .cld-comp-pkg {
        padding-left: 0 !important;
        border-left: 0 !important;
    }

    .cc-sticky-pkg .cloud-compare-mark, .cc-sticky-pkg .cloud-compare-normal {
        padding: 10px 5px;
    }

    .cc-sticky-pkg .container{
        padding: 0;
    }

    .cc-sticky-pkg .cloud-comp-evalute > h3 {
        font-size: 12px;
    }

    /* Cloud Compare Stickey End*/

    /* Mobile Slider */

    .comp-col-slide {
        -webkit-transition-property: width;
        -moz-transition-property: width;
        -o-transition-property: width;
        transition-property: width;
        -webkit-transition-duration:1s;
        -moz-transition-duration:1s;
        -o-transition-duration: 1s;
        transition-duration:1s;
    }

    .comp-col-slide-act {
        width:0px;
        -webkit-transition-property: width, padding;
        -moz-transition-property: width, padding;
        -o-transition-property: width, padding;
        transition-property: width, padding;
        -webkit-transition-duration:1s;
        -moz-transition-duration:1s;
        -o-transition-duration: 1s;
        transition-duration:1s;
        overflow: hidden;
        padding: 0!important;
    }

    .slide-left-btn, .slide-right-btn {display:block;position:fixed;top:50%;left:0px;background:#c6c6c6;height:30px;width:30px;border-radius:50%;color:#fff;font-size:20px;line-height:30px;z-index:999; text-align:center;}
    .slide-left-btn:hover i, .slide-right-btn:hover i, .slide-left-btn:active i, .slide-right-btn:active i {color:#fff;}
    .slide-right-btn {left:auto;right:0px;}

    /* Mobile Slider */

    /*Cloud Compare End*/

    /*Contact Us*/

    .abt-us h1, .cnt-us h1 {
        font-size: 38px;
    }

    .cntct-fld-box input, .cntct-fld-box textarea
    {
        width:100%;
    }

    .cntct-msg-btn
    {width:100%;
        margin-bottom:25px;
    }

    #cr-cnt-form > .cr-glb-btn
    {
        width: 100%;
    }

    /*Contact Us*/
}

@media screen and (max-width: 450px) {

    .cr-logo {
        padding: 15px 15px;
        margin: 20px 0 15px 0;
        display: inline-block;
        float: none;
        background-position: center -82px;
        background-size: initial;
        width: 175px;
        margin-left: -50px !important;
        height: 25px;
    }

    .cr-mb-toggle .icon-bar {
        width: 30px;
        height: 2px;
    }

    .cr-nav-wrapper
    {
        min-height: 430px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    /*Cloud Compare*/

    .cloud-comp-basic > h3, .cc-hr  {
        min-height: 48px !important;
    }

    .cloud-compare-mark > .cc-glb-ul > li, .cloud-compare-normal > .cc-glb-ul > li, .cc-glb-ul > li {
        min-height: 46px;
    }

    .flg-sprit li:nth-child(n+2) {
        padding-left: 22px;
        background-position-x: left;
    }

    .cc-sticky-pkg .cld-comp-pkg, .cc-sticky-pkg .cc-evalute {
        min-height: 220px;
    }

    /*Cloud Compare End*/

}

@media screen and (max-width: 400px) {

    .hm-mb-nav {
        padding: 50px 50px 0 50% !important;
    }

    .hm-mb-nav:before {
        padding-top: 50px;
        white-space: normal;
        font-size: 12px;
    }

    #cr-glb-fetr > li {
        font-size: 13px;
    }

    .cr-discount {
        left: 38%;
        padding: 3px 15px 3px 20%;
    }

    .hm-mb-nav {
        padding: 50px 10px 0 50% !important;
    }

    .social-links > span {
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }

    .tw {
        margin: 0 5px;
    }

    .cr-newslatter span i {
        vertical-align: super;
    }

    /* REVIEW INDEX */

    .review-index-contant .cr-discount {
        left: -10%;
        font-size: 10px;
    }

    .review-index-contant img {
        max-width: 100%;
        max-height: 100%;
    }

    .review-index-price del {
        font-size: 12px;
    }

    .review-index-price > span
    {
        font-size: 24px;
        right: 12px;
    }

    .review-index-contant .cr-glb-btn{
        padding: 6px;
        font-size: 10px;
        white-space: normal;
    }

    .review-index-read-more
    {
        display: block;
    }

    /* REVIEW INDEX */

    /* BLOG PAGE */

    .blog-pkg-img > .cr-discount {
        left: -12%;
    }

    /* BLOG PAGE */


}
