
body{
/*padding:0;
margin:0;*/
    /*background:#e5f8ff;   
   font-family: 'Monda', sans-serif;*/
}

/*h1,h2,h3,h4,h5,h6{
	margin:0;			   
}*/	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
a{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
a:hover{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--header start here--*/
/*--covers start here--*/
.cover-grid {
    float: left;
    width: 30%;
    margin: 0% 1.5% 0% 1.5%;
}
.cover-grid-travel {
    float: left;
    width: 17%;
    margin: 0% 1.5% 0% 1.5%;
}
.cover-grid-single {
    width: 40%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .cover-grid,
    .cover-grid-travel,
    .cover-grid-single {
        width: 47% !important;
    }
}

.covering-table h1 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    margin:1em 0em;
}
.wthree {
    margin: 0% 0% 0% 0%;
}
.covering-table-main {
    width:100%;
    margin: 0 auto;
}
.covers-head h2 {
    font-size: 2em;
    /*color: #68AE00;*/
    margin:0em 0em 1em 0.4em;
    font-family: 'Carrois Gothic', sans-serif;
}
.cover-list ul {
    padding: 0px;
    list-style: none;
}
.cover-gd-top, .cover-gd-top-tv {
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}
/*.cover-gd-top h4 {
    font-size: 1.4em;
    color: #fff;
    padding: 0.4em 1em;
    background: #0a70bc;
    border-radius: 5px 5px 0px 0px;
}*/

.cover-gd-top h4 {
    font-size: 1.4em;
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 5px 5px 0px 0px;
}

/*.cover-gd-top h4 {
    font-size: 1em;
    color: #fff;
    padding: 0.2em 0em 0.8em 0em;
}*/
.cover-gd-top-tv h3 {
    font-size: 1.8em;
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 5px 5px 0px 0px;
    font-weight: normal;
}
.cover-gd-top-tv h4 {
    font-size: 1.4em;
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 5px 5px 0px 0px;
    font-weight: normal;
}
.cover-gd-top-tv h5 {
    font-size: 1em;
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 5px 5px 0px 0px;
    font-weight: bold;
}
/*.cover-gd-top .ct-h4, .cover-gd-top-tv .ct-h4 {
    min-height: 50px;
}*/

.cover-gd-top h3 {
    padding: 0.2em 0em 0.1em 0em;
    font-size: 2.5em;
    color: #fff;
}

.cover-gd-top h6 {
    color: #fff;
}
.cover-gd-top h5 {
    font-size: 1em;
    color: #fff;
    padding: 0.2em 0em 0.8em 0em;
}
.cover-gd-top h3 {
    font-size: 1em;
    color: #fff;
    padding: 0.2em 0em 0.8em 0em;
}
.cover-gd-bottom {
    background: #fff;
    text-align: center;
    /*padding: 1em 0em;*/
}

.cover-list ul li {
    padding: 0.5em 0em;
    font-size:0.9em;
    color: #545454;
}
/*.cover-selet-tv{
    padding: 1em 0em;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    bottom: 0;
    position: absolute;
    padding-left: 26px;
    padding-bottom: 3em;
}*/

.cover-selet-single, .cover-selet, .cover-selet-tv {
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    bottom: 0;
}

/*.cover-selet {
    padding: 1em 0em;
    text-align: center;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}*/

.cover-selet a , .cover-selet-tv a, .cover-selet-single a{
    font-size: 1.1em;
    color: #fff;
    display: block;
}
.cover-selet a, .cover-selet-tv a, .cover-selet-single a{
    font-size: 0.9em;
    color: #ffffff;
    display: inline-block;
    padding: 0.5em 1.5em;
    border-radius: 3px;
}
.cover-grid, .cover-grid-travel, .cover-grid-single {
    margin-bottom: 1em;
}
.cover-block {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    border-radius: 5px 5px 0px 0px;
}
.cover-block-tv {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    min-height: 350px;
    border-radius: 5px 5px 0px 0px;
}

.cover-block:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
    box-shadow: 0 20px 25px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0,0,0,0.15);
}

.cover-block-tv:hover {
    z-index: 1;
    box-shadow: 0 20px 25px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0,0,0,0.15);
}
/*a.popup-with-zoom-anim {
    outline: none;
}*/
/*#life-cover-options-low-markdown .cover-option:nth-of-type(1) a::before {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\ea10';
    font-size: 16px;
    color: #009d4e;
}*/
/*#cover-select-a a::before, #cover-select-a a::before {
    content: '\f00c' !important;
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #009d4e;
}*/
p.bottom {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding: 15px 0;
	color: #999;
	font-size: 14px;
}

.clear{
	clear:both;
}
/*--media quries start here--*/
@media(max-width:1440px){

}
@media(max-width:1366px){
.covering-table-main {
    /*width: 60%;*/
}
.covering-table h1 {
    font-size: 2.5em;
}
}
@media(max-width:1280px){

}
@media(max-width:1024px){
.covering-table-main {
    /*width: 75%;*/
}

}
@media(max-width:991px){

}
@media(max-width:768px){
.covering-table-main {
    /*width: 90%;*/
}
}
@media(max-width:736px){
    .cover-selet {
        bottom: 50%;
        position: relative;
    }
}
@media(max-width:667px){

}
@media(max-width:640px){
.covering-table-main {
    /*width: 95%;*/
}
.cover-gd-top h4 {
    font-size: 1.4em;
}
.cover-gd-top h3 {
    padding: 0.2em 0em 0em 0em;
    font-size: 1.7em;
}
.cover-gd-top h5 {
    font-size: 0.9em;
}
.covering-table h1 {
    font-size: 2.2em;
}
}
@media(max-width:568px){

}
@media(max-width:480px) {
    .cover-grid {
        float: none;
        /*width: 80%;*/
        margin: 0% auto 0%;
    }
    .cover-grid-travel {
        float: none;
        width: 80%;
        margin: 0% auto 0%;
    }

    .cover-grid, .cover-grid-travel, .cover-grid-single {
        margin-bottom: 2em;
    }

    .cover-grid-single {
        width: 100% !important;
    }
    .cover-selet-tv {
        bottom: 50%;
        position: relative;
    }
    .covering-table h1 {
        font-size: 1.8em;
    }

    .cover-list ul li {
        padding: 0.4em 0em;
    }
}

@media(max-width:320px){
.covering-table h1 {
    font-size: 1.5em;
    margin:0.6em 0em 1.2em 0em;
}
.cover-gd-top h3 {
    font-size: 1.5em;
}
.cover-gd-top h5 {
    font-size: 0.8em;
    padding: 0em 0em 0.8em 0em;
}
.cover-grid {
    width: 86%;
}
.cover-grid-travel {
    width: 86%;
}
.cover-grid-single {
    width: 86%;
}
.cover-gd-bottom {
    padding: 0.5em 0em;
}
.cover-list ul li {
    padding: 0.3em 0em;
    font-size: 0.8em;
}
.cover-selet {
    padding: 0.7em 0em;
}
.cover-selet-tv{
   bottom: 50%;
   position: relative;
}
.cover-selet a, .cover-selet-tv a, .cover-selet-single a  {
    font-size: 0.85em;
    padding: 0.3em 1em;
}
}