/*  bootstrap.min.css  */
html {
    font-family: sans-serif;
    font-display: swap;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

a {
    background-color: transparent
}

b,strong {
    font-weight: 700
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    /*font-family: "Helvetica Neue",Helvetica, Arial, sans-serif;
    font-size: 16px;*/
    line-height: 1.6;
    color: #000;
    background-color: #fff;
    font-display: swap;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-display: swap;
}

a {
    color: #337ab7;
    text-decoration: none
}

img {
    vertical-align: middle
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

p {
    margin: 0 0 10px
}

ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1030px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }
}

th {
    text-align: left
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.collapse {
    display: none
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
    display: none!important
}


/*  style.css  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select {
    vertical-align: middle
}

*, *:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

body {
    /*font: normal 14px/20px 'Open Sans', Helvetica, sans-serif;*/
    color: #000;
    margin: 0;
    padding: 0;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    outline: none;
    text-decoration: none;
    color: #b41124;
}

img {
    display: block;
    max-width: 100%;
    /* height: auto; */
}

p {
    color: #6d7276;
}

p a {
    color: #7c7f81;
}

header {
    width: 100%;
    background: #fff;
    display: block;
    clear: both;
}

header .logo {
    padding: 14px 15px;
}

header .navbar {
    padding: 14px 0;
    margin: 0;
}

header .top-links {
    display: block;
    margin: 12px 0 -14px;
    text-align: right;
}

header .login {
    background: rgba(0, 0, 0, 0) url("../images/loginm.jpg") no-repeat scroll 0 0;
    display: inline-block;
    height: 40px;
    margin-right: 4px;
    opacity: 0.85;
    width: 36px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

header .navbar-collapse {
    float: right;
}

header .navbar-nav > li > a {
    color: #000;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #146b9a;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
}

.navbar-default .navbar-nav > li {
    padding: 18px 15px 18px 15px;
    background: url(../images/menu-line.jpg) no-repeat right center;
}

.navbar-default .navbar-nav > li:last-child {
    background: url(../images/login.jpg) no-repeat left;
    margin-left: 14px;
}

.navbar-default .navbar-nav > li:last-child a {
    color: #0072bc;
    padding-left: 7px;
}

.navbar-collapse {
    padding: 0;
}

.green-bar {
    position: relative;
    background: #3fcf7f;
    border-bottom: 4px solid #38b36f;
    top: -43px;
    margin-bottom: 0px;
    padding: 0 20px 0 52px;
}

.green-bar img {
    display: inline-block;
}

.green-bar div {
    padding: 15px 0;
}

.green-bar span {
    display: block;
    clear: both;
    font: 400 24px/28px 'Open Sans', sans-serif;
    color: #fff;
}

.green-bar .email {
    background: rgba(0, 0, 0, 0) url("../images/green-line.jpg") no-repeat scroll left center;
    float: right;
    padding-left: 60px;
}

.section2 {
    background-color: #eeeeee;
    width: 100%;
    clear: both;
    display: block;
}

.more-new {
    background: #fff;
}

.section4 {
    width: 100%;
    display: block;
    background-color: #ececec;
}

.section4 .list li {
    background: url("../images/bullet.png") no-repeat scroll left center;
    float: left;
    list-style: outside none none;
    margin-bottom: 20px;
    min-width: 235px;
    padding-left: 30px;
}

.section4 .list li a {
    font: 400 14px/22px 'Open Sans', sans-serif;
    color: #1f1f1f;
}

.section4 .list li a:hover {
    color:#146b9a;
}

footer {
    width: 100%;
    clear: both;
    display: block;
    background: url(../images/footer-bg.jpg) repeat-x 0 0 #535353;
    padding: 30px 0;
}

footer .list {
    list-style: none;
}

footer .list li {
    float: left;
    min-width: 152px;
    margin-bottom: 6px;
}

footer .list li a {
    font: 400 14px/22px 'Open Sans', sans-serif;
    color: #fff;
}

footer .follow img {
    display: inline-block;
    margin-right: 5px;
}

footer .last {
    text-align: right;
}

footer .last img {
    display: inline-block;
    margin: 4px 0;
}

footer p {
    font: 400 14px/22px 'Open Sans', sans-serif;
    color: #c1c1c1;
}

/* ==========================================================================
   Inner Content Styles
   ========================================================================== */
.inner-content {
    /*padding: 15px 15px;*/
    text-align: left;
    min-height: 308px;
}

.full {
    width: 100%;
    display: block;
    clear: both;
    background-color: #146b9a;
    padding: 25px 0;
    border-top: 2px solid #e8e8e8;
    margin-bottom: 15px;
}

.full h1 {
    font-size: 22px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px 0px 10px 0px;
}

.inner-content p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
}

.inner-content ul, .inner-content ol {
    margin: 0;
    padding: 0 14px;
}

.inner-content ul li, .inner-content ol li {
    color: #000;
    line-height: 22px;
    margin-bottom: 8px;
}

.inner-content h2 {
    color: #175883;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.choose {
    display: inline-block;
    width: 100%;
    background: #f4faff;
    padding: 18px 18px;
    border-bottom: 1px solid #dcdcdc;
}

.choose .choose-box {
    display: inline-block;
    width: 41%;
}

.choose .choose-box:last-child {
    width: 41%;
}

.choose .choose-box img, .choose .choose-box label {
    display: inline-block;
}

.choose .choose-box label {
    display: inline-block;
    left: 7px;
    position: relative;
    font-weight: 300;
    top: -24px;
    width: 69%;
}

.choose .choose-box label span {
    font-size: 14px;
    color: #373737;
    display: inline-block;
    font-weight: normal;
    margin-left: 4px;
}

.choose .choose-box label em {
    display: block;
    font-style: normal;
    line-height: 14px;
    font-size: 12px;
    color: #757575;
}

.choose .choose-box label span.chk {
    display: inline-block;
    cursor: pointer;
    background: url(../images/active.png) no-repeat left center;
    width: 20px;
    height: 20px;
    margin-left: 1px;
}

.choose .type {
    color: #006eb6;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    top: -32px;
    width: 17%;
}

input[type="radio"]:checked + label span.chk {
    background: url(../images/inactive.png) no-repeat left center;
}

.choose .choose-box input {
    opacity: 0;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

.new-content {
    width: 100%;
    display: block;
    clear: both;
    background-color: #146b9a;
    padding: 24px 0px 58px 0px;
    border-top: 2px solid #e8e8e8;
    margin-bottom: 0px;
}

.new-content p {
    color: #ebf0f5;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
}

.new-content img {
    margin-top: 8px;
}

.select-edition {
    text-align: center;
}

.select-edition img {
    margin-top: 0px;
}

.selected-item h2 {
    text-transform: uppercase;
    color: #006eb6;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 15px;
}

.selected-item h3 {
    text-transform: uppercase;
    color: #006eb6;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: 600;
    margin-top: 35px;
}

.selected-item .blue-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 55px 0 50px 0;
}

.selected-item .blue-btn a {
    display: inline-block;
    text-align: center;
    padding: 25px 45px;
    background-color: #13c4a5;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #0ca78c;
}

.selected-item .blue-btn a:hover {
    background-color: #11af93;
}

.selected-item .section4 .list li {
    min-width: 322px;
}

.selected-item .section4 {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 15px 0;
}

.selected-item .section4 ul.list {
    display: inline-block;
    margin: 0 0 25px;
}

.edition .choose {
    background: transparent;
    margin-top: -44px;
}

.edition .packages {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 4px 0 30px 0;
}

.edition .packages h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #006eb6;
    text-transform: uppercase;
}

.edition .packages .package-details {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 12px 12px;
    border-bottom: 1px solid #e3e3e3;
    float: left;
}

.edition .packages .package-details:nth-child(2n+1) {
    background: #f5f6f7;
}

.edition .packages .package-details h3 {
    margin: 0;
    text-transform: none;
    line-height: 22px;
}

.edition .packages .package-details p {
    margin: 0;
    font-size: 14px;
}

.edition .packages .package-details p span {
    color: #ff2424;
    font-weight: 700;
    font-size: 18px;
}

.edition .packages .package-details .book {
    display: inline-block;
    background: #146b9a;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 25px;
}

.edition .packages .package-details .book:hover {
    background-color: #3a75b0;
}

.edition .packages .package-details .col-sm-4 {
    text-align: right;
}

.edition .packages .city-list {
    float: left;
    width: 35%;
}

.edition .packages .packages-list {
    width: 64%;
    float: left;
}

.selected-item .edition ul.list {
    margin-bottom: 0;
}

.selected-item .edition .section4 {
    margin-bottom: 0;
}

#bs-example-navbar-collapse-1 ul {
    float: right;
}

.loadingscreen {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: no-repeat;
    background-position: center center;
    background-color: #000 ;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

ol.breadcrums {
    list-style: none;
}

ol.breadcrums li {
    list-style-position: inside;
    padding-left: 4px;
    display: inline;
}

ol.breadcrums li a {
    color: #C3C3C3;
}
ol.breadcrums span {
    color: #fff;
font-weight:bold;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width:1199px){
    .banner .container {
        width: 970px
    }
    .owl-carousel .owl-wrapper-outer {
        margin: 0 0 0 1%;;
        width: 100%;
    }
    .owl-prev {
        left: -28px;
    }
    .owl-next {
        right: -26px;
    }
    .section4 .list li {
        min-width: 225px;
    }
    .details .col-sm-4:last-child .text {
        width: 81%;
    }
    .details .text span {
        font: 400 12.3px/22px "Open Sans",sans-serif;
    }
    .inner-content  .tab-content #category ul li a {
        min-width: 209px;
    }
    .cal-details .result {
        min-height: 89px;
    }
    .selected-item .section4 .list li {
        min-width: 294px;
    }
    .selected-item .inner-content .tab-content #category ul li:nth-child(4n) {
        margin-right:2px;
    }
    .selected-item .inner-content .tab-content #category ul li {
        padding-bottom: 9px;
        padding-right: 3px;
        text-align: left;
        margin-right: 2px;
        width: 24%;
    }
    .selected-item #category img {
        display: inline-block;
        width: 97%;
    }
    .selected-item .inner-content .tab-content #category ul li a {
        min-height: inherit;
        min-width: inherit;
        text-align: center;
    }
    .select-edition h2 {
        margin-top: 47px;
    }
    .compose-editor .choose .choose-box {
        display: inline-block;
        width: 24%;
    }
    .compose-editor .choose .type {
        top: -34px;
        width: 19%;
    }
    .main-cont .bar span {
        width: 52%;
    }
    .post img {
        margin: 0 4px;
    }
    .compose-editor .choose .type {
        font-size: 15px;
    }
}
@media screen and (max-width:991px){
    header .logo {
        padding: 23px 15px 14px;
    }
    .banner .container {
        width: 750px;
    }
    .banner h1 {
        font: 600 32px/38px "Lato",sans-serif
    }
    .banner h2 {
        font: 300 22px/25px "Lato",sans-serif;
    }
    .banner .ads .texts-ad h2 {
        font: 500 18px/30px "Roboto",sans-serif;
    }
    .banner .ads .texts-ad a {
        background-size: 80%;
        font-size: 18px;
    }
    .green-bar {
        padding:0 15px 0 30px;
    }
    .green-bar h2 {
        font: 400 18px/24px "Open Sans",sans-serif
    }
    .green-bar span {
        font: 400 20px/28px "Open Sans",sans-serif;
    }
    .green-bar a {
        font: 400 16px/24px "Open Sans",sans-serif;
    }
    .green-bar .email {
        padding-left: 34px;
    }
    .owl-prev {
        left: -7px;
    }
    .owl-next {
        right: 1px;
    }
    .section3 h3 {
        font: 300 22px/30px "Roboto",sans-serif;
    }
    .section3 p {
        padding: 0;
    }
    footer .list li {
        min-width: 122px;
    }
    footer .follow img {
        width: 16%;
    }
    .details .text span {
        display: none;
    }
    .details .text {
        display: inline-block;
        left: 46px;
        position: absolute;
        top: -15px;
        width: 82%;
    }
    .details .col-sm-4:last-child .text {
        width: 75%;
    }
    .form-details legend span {
        width: 75%;
    }
    .form-details legend {
        font: 400 14px/22px "Open Sans",sans-serif;
    }
    .form-details .login-form legend span {
        width: 72%;
    }
    .form-details {
        padding: 0;
    }
    .choose .choose-box img {
        width: 29%;
    }
    .choose .choose-box {
        display: inline-block;
        width: 38%;
    }
    .choose .choose-box:last-child {
        width: 38%;
    }
    .choose .type {
        font-size: 14px;
    }
    .inner-content  .tab-content #category ul li:nth-child(4n) {
        margin-right: 10px;
    }
    .inner-content  .tab-content #category ul li a {
        font-size: 13px;
    }
    .form .nav-tabs > li > a {
        font-size: 14px;
    }
    .choose .choose-box img {
        width: 23%;
    }
    .choose .choose-box label span {
        width: 80%;
    }
    .choose .choose-box label {
        top: 0;
    }
    .choose .choose-box label span.chk {
        position: relative;
        top: -10px;
    }
    .choose .type {
        top: -17px;
        width: 22%;
        font-size: 13px;
    }
    .inner-content  .tab-content #category ul li:nth-child(3n) {
        margin-right: 0px;
    }
    .cal-details .result {
        min-height: 56px;
    }
    .cal-details .result {
        font-size: 14px;
    }
    .cal-details .bar p {
        color: #fff;
        font-size: 13px;
        line-height: 18px;
    }
    .cal-details .bar {
        background-color: #13c4a5;
        padding: 12px 25px 2px 15px;
    }
    .pagination .left-side, .pagination .right-side {
        font-size: 14px;
    }
    .calendar {
        padding: 87px 15px 0;
    }
    .choose .change a {
        margin-top: 6px;
        padding: 11px 10px;
    }
    .choose .change .text {
        display: inline-block;
        position: relative;
        top: -21px;
    }
    .choose .change {
        float:right;
    }
    .styled-select select {
        font-size: 14px;
    }
    .inner-tab .tab-content .select label {
        font-size: 15px;
    }
    .inner-tab .tab-content .selected-item {
        padding: 17px 10px;
    }
    .inner-tab .tab-content .cont, .inner-tab .tab-content .cont-last .selects, .avail {
        font-size: 14px;
    }
    .inner-tab .tab-content .cont-last .selects {
        font-size: 13px;
    }
    .inner-tab .tab-content .cont-last strong {
        color: #006eb3;
        font-size: 13px;
    }
    .inner-tab .tab-content .cont-last {
        padding-left: 0;
    }
    .new-content img {
        margin-top: 140px;
    }
    .selected-item .section4 .list li {
        min-width: 340px;
    }
    .selected-item .inner-content .tab-content #category ul li {
        margin-right: 2px;
        padding-bottom: 11px;
        padding-right: 5px;
        text-align: left;
        width: 32%;
    }
    #publsamplelist li {
        min-height: 205px;
    }
    .new-content .select-edition img {
        margin-top: 0;
    }
    .select-edition h2 {
        margin-top: 94px;
    }
    .edition .packages .package-details p {
        font-size: 15px;
    }
    .selections .bg-colors label {
        margin-bottom: 7px;
        margin-right: 4px;
    }
    .selections .charges .clc-box {
        font-size: 14px;
    }
    .count > span {
        display: inline-block;
        margin-bottom: 4px;
        text-align: center;
        width: 100%;
    }
    .count > span:last-child {
        text-align: center;
    }
    .type-box .styled-select select {
        font-size: 13px;
    }
    .inner-content p {
        color: #000000;
        font-size: 16px;
        line-height: 1.6;
padding:0px 8px;
        margin-bottom: 15px;
    }
    .compose textarea {
        min-height: 307px;
    }
    .preview-box {
        min-height: 308px;
    }
    .preview-box .final {
        min-height: 203px;
    }
    .selections img {
        left: 7px;
    }
    .main-cont .bar .green.btn span {
        font-size: 13px;
    }
    .main-cont .bar .green.btn {
        padding: 6px 13px;
    }
    .main-cont .bar span {
        width: 55%;
        font-size: 13px;
    }
    .post img {
        margin: 0 2px;
        width: 23%;
    }
    .main-cont .total {
        min-height: 348px;
    }
    .compose-editor .choose .type {
        font-size: 12px;
    }
    .compose-editor .choose .type {
        top: -28px;
        width: 22%;
    }
    .compose-editor .choose .choose-box {
        display: inline-block;
        position: relative;
        top: -13px;
        width: 27%;
    }
    .compose-editor .choose .choose-box label {
        display: inline-block;
        font-weight: 300;
        left: 7px;
        position: relative;
        top: -14px;
        width: 62%;
    }
    .compose-editor .choose .choose-box:last-child {
        border-left: 1px solid #c0c2cf;
        left: 25px;
        margin-left: -7px;
        padding-bottom: 0;
        padding-left: 21px;
        padding-top: 0;
        position: relative;
        top: 0;
        width: 21%;
    }
    .compose-editor .choose .type {
        font-size: 12px;
    }
    .compose-editor .choose .choose-box:last-child .type {
        top: 0;
        width: 100%;
    }
    .columns {
        display: inline-block;
        width: 100%;
    }
    .compose-editor .choose-box .columns label {
        top: 0;
        width: 100%;
    }
    .compose-editor .choose .choose-box label span {
        width: auto;
    }
    .compose-editor .choose .choose-box label span.chk {
        width: 20px;
    }
    .compose-editor .choose .choose-box img {
        width: 32%;
    }
    .sel-edt .styled-select {
        min-width: 208px;
    }
    .sel-edt h2 {
        font-size: 16px;
    }
    .main-cont .bar .spc .select-spec span input {
        width:40px;
        margin-right: 10px;
    }
    .main-cont .bar .spc .select-spec span.ch-file {
        padding: 2px 10px;
    }
    .main-cont .bar .spc .select-spec span.green.btn {
        padding: 4px 12px
    }
    .final-editor .new-preview .total {
        min-height: 630px;
    }
    .amt {
        text-align: right;
        width: 100%;
    }
    .summary table td .first-table td.total-cost p.cost span.amt, .summary table td .first-table td.total-cost p.emp span.amt {
        width: auto;
    }
}
@media screen and (max-width:767px){
    .edition .packages .city-list {
        width:100%;
    }
    .edition .packages .packages-list {
        width:100%;
    }
    header .logo {
        text-align: center;
    }
    header .logo img{
        display: inline-block;
    }
    .navbar-default .navbar-brand {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }
    .sel-edt .styled-select  {
        width: 100%;
        float: none;
        margin: 14px 0 0 0;
    }
    .banner .ads .texts-ad a {
        margin: 15px 0 30px;
    }
    .banner .ads .texts-ad:last-child a {
        margin-bottom: 0;
    }
    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #fff;
    }
    .navbar-toggle {
        background-color: #25aec8;
        border: medium none;
        border-radius: 0;
        margin: 0;
        min-height: 41px;
        padding: 14px 12px 9px 15px;
    }
    .navbar-toggle .icon-bar {
        background: #fff none repeat scroll 0 0;
        border-radius: 0;
        display: block;
        height: 4px;
        margin-bottom: 5px;
        width: 26px;
    }
    header  .navbar {
        background-color: #353233;
        margin: 0 ;
        padding: 0;
        border: none;
    }
    .menu-selection .navbar-brand {
        position: relative;
        padding: 16px 60px;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        height: 52px;
        width:100%;
    }
    .panel {
        box-shadow: none;
        border: none;
    }
    .menu-selection .navbar-nav {
        margin: 0px -15px 35px -15px;
    }

    .menu-selection .navbar-nav > li > a {
        line-height: 20px;
        padding:6px 74px;
        text-transform: none;
        color: #1f1f1f;
        font: 400 14px/22px "Open Sans",sans-serif;
        background: url("../images/bullet.png") no-repeat scroll 12% center;
    }
    .menu-selection .navbar-toggle {
        padding: 10px 11px 13px 14px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .menu-selection .newspaper .navbar-header{
        background-color: #5698da;
    }
    .menu-selection .newspaper .navbar-toggle {
        background-color: #4f8ccb;
    }
    .nav > li > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav > li > a.active {
        background-color: #f1f1f1;
    }
    .menu-selection .newspaper .icon-bar {
        background: url("../images/sprite.png") no-repeat scroll -103px -37px;
        display: inline-block;
        margin-bottom: 0;
        min-height: 25px;
        min-width: 25px;
    }
    .menu-selection .newspaper .navbar-collapse{
        background-color:#fff;
    }
    .menu-selection .newspaper .navbar-brand:before {
        background: url("../images/sprite.png") no-repeat scroll -36px -37px;
        content: "";
        display: inline-block;
        left: 21px;
        margin-bottom: 0;
        min-height: 25px;
        min-width: 25px;
        position: absolute;
        top: 13px;
    }
    .menu-selection .panel-group {
        margin-bottom:0px;
        padding: 0px;
    }
    .panel-group .panel + .panel {
        margin-top: 0;
    }
    .menu-selection .panel-body, .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 0;
        border: none;
    }
    .panel-default > .panel-heading {
        border: none;
    }
    .panel-heading {
        padding: 0;
        border-radius: 0;
        border: none;
    }
    .menu-selection .categories .navbar-header{
        background-color: #146b9a;
    }
    .menu-selection .categories .navbar-toggle {
        background-color: #4883bf;
    }
    .menu-selection .categories .nav > li > a:focus, .menu-selection .categories .nav > li > a:hover {
        background-color: #f1f1f1;
    }
    .menu-selection .categories .navbar-brand .icon-bar {
        background: url("../images/sprite.png") no-repeat scroll -103px -37px;
        display: inline-block;
        margin-bottom: 0;
        min-height: 25px;
        min-width: 25px;
    }
    .menu-selection .newspaper  .new-cl .icon-bar {
        background: url("../images/sprite.png") no-repeat scroll -103px -74px;
    }
    .menu-selection .categories .new-cl .icon-bar {
        background: url("../images/sprite.png") no-repeat scroll -103px -74px;
    }
    .menu-selection .edition .new-cl .icon-bar {
        background: url("../images/sprite.png") no-repeat scroll -103px -74px;
    }
    .menu-selection .categories .navbar-collapse{
        background-color:#fff;
    }
    .menu-selection .categories .navbar-brand:before {
        background: url("../images/sprite.png") no-repeat scroll -75px -41px;
        content: "";
        display: inline-block;
        left: 21px;
        margin-bottom: 0;
        min-height: 25px;
        min-width: 25px;
        position: absolute;
        top: 13px;
    }

    .menu-selection .edition .navbar-header{
        background-color: #5698da;
    }
    .menu-selection .edition .navbar-toggle {
        background-color: #4f8ccb;
    }
    .menu-selection .edition .nav > li > a:focus, .menu-selection .edition .nav > li > a:hover {
        background-color: #f1f1f1;
    }
    .menu-selection .edition .icon-bar {
        background: url("../images/sprite.png") no-repeat scroll -103px -37px;
        display: inline-block;
        margin-bottom: 0;
        min-height: 25px;
        min-width: 25px;
    }
    .menu-selection .edition .navbar-collapse{
        background-color:#fff;
    }

    .menu-selection .edition .navbar-brand:before {
        background: url("../images/sprite.png") no-repeat scroll -106px -5px;
        content: "";
        display: inline-block;
        left: 21px;
        margin-bottom: 0;
        min-height: 26px;
        min-width: 25px;
        position: absolute;
        top: 13px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #25aec8;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #30c5e1;
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        background-color: #30c5e1;
        color: #fff;
    }
    .navbar-nav {
        margin: 0;
    }
    header .nav > li > a:focus, header .nav > li > a:hover, header .nav > li > a:focus, header .nav > li > a.active {
        background-color: #30c5e1;
    }
    .owl-prev {
        left: 8px;
    }
    .owl-next {
        right: -6px;
    }
    .navbar-default .navbar-nav > li {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        padding: 0;
        margin: 2px 0;
    }
    .navbar-default .navbar-nav > li:first-child{
        margin-top: 0;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-family: Arial,Helvetica,sans-serif;
        padding: 12px 15px;
    }
    .navbar-default .navbar-nav > li:last-child a {
        color: #fff;
        padding: 12px 15px;
    }
    .navbar-default .navbar-nav > li:last-child {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        margin-left: 0;
    }
    header .navbar-collapse {
        border: medium none !important;
        box-shadow: none !important;
        float: left;
        width: 100%;
    }
    .banner .container {
        width: inherit;
    }
    .banner {
        background: #146b9a;
    }

    .banner img {
        display: inline-block;
    }
    .green-bar div {
        padding: 15px 0;
        text-align: center;
    }
    .green-bar {
        padding: 0 15px;
        top: -12px;
        margin-bottom: 25px;
    }
    .green-bar span {
        text-align: left;
    }
    .green-bar .email {
        float: none;
        padding-left: 0;
        background: url(../images/green-bar.jpg) repeat-x 0 0;
    }
    .green-bar .email h2 {
        text-align: left;
    }
    .section3 .boxes p {
        margin: 8px 0 20px;
    }
    .section3 .boxes .col-sm-3{
        padding-bottom: 15px;
    }
    .section4 .nav-tabs {
        margin: 0 -15px;
    }
    .section4 .nav-tabs > li > a {
        margin: 0;
    }
    .item img {
        display: inline-block;
    }
    .section4 #news, .section4 #cat, .section4 #edt{
        padding-left: 64px;
        background-position: 4% center;
    }
    .section4 .nav > li > a {
        background-color: #146b9a;
    }
    .section4 .nav-tabs > li {
        width: 100%;
    }
    .details .col-xs-4 {
        text-align: center;
    }
    .details .text {
        display: block;
        left: 0;
        position: relative;
        top: 4px;
        width: auto;
    }
    .details .text p {
        border: none;
        padding-left: 0;
        font-size: 16px;
    }
    .details .number {
        font-size: 19px;
    }
    .details .col-sm-4:last-child .text {
        width: auto;
    }
    .tabs-details .completed .text p {
        border-bottom: none;
    }
    footer {
        text-align: left;
    }
    footer .list li {
        display: inline-block;
        min-width: inherit;
        width: 130px;
    }
    footer .follow {
        display: inline-block;
        margin: 15px 0;
        width: 100%;
        border-top:1px solid #707070;
        padding-top: 15px;
    }
    footer .last {
        text-align: center;
    }
    footer .follow img {
        width: auto;
    }
    .main-tab {
        text-align:center;
    }
    .form-details legend span {
        width: auto;
        display: block;
    }
    .form-details legend {
        text-align: center;
        margin-bottom: 25px;
    }
    .form-details .form-group {
        margin-left: 0;
    }
    .form-details .register {
        border-right: medium none;
        padding-right: 15px;
    }
    .form-details legend span {
        top: 2px;
    }
    .form-details .login-form legend span {
        text-align: center;
        width: auto;
    }
    .form-details .login-form {
        padding-left: 15px;
        padding-top: 35px;

    }
    .form-details {
        margin: 40px -15px 30px -15px;
        width: auto;
        display: block;
    }
    .form-details .btn-default {
        float: left;
        width: 100%;
    }
    .forgot {
        margin: 15px 0 15px 0;
        text-align: center;
    }
    .banner .ads .texts-ad a{
        background: url("../images/btn1.png") no-repeat scroll center center;
        color: #fff;
    }
    .details .active .text p {
        border-bottom: 0;
    }
    .form .nav-tabs li {
        width: 100%;
    }
    .choose .type {
        font-size: 13px;
        text-align: center;
        top: 0;
        width: 100%;
    }
    .choose .choose-box {
        display: inline-block;
        margin:6px auto;
        width: auto;
    }
    .choose .choose-box img {
        width: auto;
    }
    .choose .choose-box label {
        top: -22px;
        width: auto;
    }
    .choose .choose-box label span {
        width: auto;
    }
    .choose .choose-box label span.chk {
        position: relative;
        top: -4px;
    }
    .choose .choose-box:last-child {
        width:100%;
    }
    .inner-content  .tab-content #category ul li{
        display: block;
        background-repeat: repeat-x;
    }
    .pagination .right-side {
        font-size: 15px;
    }
    .inner-content  .tab-content #category ul li a {
        width: 100%;
    }
    .inner-content  .tab-content #category ul li.c11 span, .inner-content  .tab-content #category ul li.c14 span {
        top: 26px;
    }
    .inner-content  .tab-content #category ul li {
        margin-right: 0;
    }
    .inner-content  .tab-content #category ul li:nth-child(4n) {
        margin-right: 0px;
    }
    .inner-content  .tab-content #category ul li:nth-child(3n) {
        margin-right: 0px;
    }
    .inner-content  .tab-content #category ul li a:hover {
        background-color: #f2f2f2 !important;
    }
    .cal-details {
        border: 1px solid #afafaf;
        margin: 15px;
        padding: 0;
    }
    .calendar {
        padding: 87px 0 0;
    }
    .calendar img {
        width: 100%;
    }
    .choose .type {
        font-size: 14px;
    }
    .choose .change {
        border-left: medium none;
        padding-left: 0;
    }
    .choose .change .text {
        top: -27px;
    }
    .choose .change a {
        margin-top: 16px;
    }

    .inner-tab .tab-content .cont-last {
        padding-left: 15px;
    }
    .inner-tab .tab-content .cont-last {
        padding-right: 15px;
        padding-top: 0;
        text-align: left;
    }
    .inner-tab .tab-content .papers {
        padding-bottom: 20px;
    }
    .form .inner-tab .nav-tabs li {
        width: auto;
    }
    .form .inner-tab .nav-tabs li a {
        padding: 14px 15px;
    }
    .inner-tab .tab-content .select .col-sm-4 {
        margin-bottom: 15px;
    }
    .new-content img {
        margin-top: 0;
    }
    .new-content {
        text-align: center;
    }
    .new-content img {
        display: inline-block;
        margin-bottom: 20px;
    }
    .selected-item #category img {
        display: inline-block;
        width: auto;
    }
    .selected-item .inner-content .tab-content #category ul li {
        width: 100%;
    }
    .selected-item .inner-content .tab-content #category ul li a:hover {
        border: 1px solid #006eb6;
    }
    .selected-item  .inner-content .tab-content #category ul li a:hover {
        background-color: transparent !important;
    }
    #publsamplelist li {
        min-height: inherit;
        padding: 16px 15px;
        width: 100%;
    }
    .select-edition h2 {
        margin-top: 0;
    }
    .new-content{
        padding: 38px 0;
    }
    .edition .packages .package-details {
        padding: 12px 10px 12px 12px;
    }
    .edition .packages .package-details .col-sm-4 {
        text-align: left;
    }
    .edition .packages .package-details .book {
        margin-bottom: 7px;
        margin-top: 15px;
    }
    .modal-sm {
        width: auto;
    }
    .total .edt p {
        display: inline-block;
        width: 100%;
    }
    .total .edt p + p {
        width: 100%;
    }
    .post .type-box {
        width: 100%;
    }
    .compose-editor .choose .type {
        top: 0;
        width: 100%;
    }
    .compose-editor .choose .choose-box {
        display: inline-block;
        position: relative;
        top: 0;
        width: 100%;
    }
    .compose-editor .choose .choose-box img {
        width: auto;
    }
    .compose-editor .choose .choose-box label {
        top: -33px;
    }
    .compose-editor .choose .choose-box:last-child {
        border-left: medium none;
        left: 0;
        margin-left: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0;
        position: relative;
        text-align: left;
        top: 0;
        width: 100%;
    }
    .compose-editor .choose .type {
        font-size: 14px;
        text-align: left;
    }
    .compose-editor .choose .choose-box .columns label {
        top: 0;
    }
    .final-editor img {
        display: block;
        height: auto;
        width: 100%;
    }
    .final-editor .final-preview img {
        width: auto;
    }
    .final-editor .final-preview {
        margin: 15px;
    }
    .final-editor .new-preview .total {
        min-height: inherit;
    }
    .columns {
        display: inline-block;
        margin-top: 6px;
        width: 100%;
    }
    .main-cont .bar .green.btn {
        float: right;
        padding: 6px 13px;
    }
    .main-cont .preview-box {
        margin-top: 25px;

    }
    .post img {
        margin: 0 2px 15px 2px;
        width: auto;
    }
    .main-cont .bar .spc .select-spec span input {
        margin-left: 0;
        margin-right: 10px;
        margin-top: 4px;
        width: 100%;
    }
    .main-cont .bar .spc .select-spec span {
        text-align: left;
        width: 100%;
    }
    .main-cont .bar .spc .select-spec span.green.btn {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .main-cont .bar .spc .select-spec span.green.btn span {
        text-align: center;
    }
}
@media screen and (max-width:640px){
    /* compose display add */

    .choose .choose-box img {
        width: auto;
    }
    #where, .inner-tab .tab-content {
        background: #fff !important;
    }
    .form .inner-tab .nav-tabs li {
        float: left;
        min-height: 58px;
        width: 133px;
        margin: 0 2px 0 0;
    }
    .form .inner-tab .nav-tabs li a {
        background-color: #a5b6c7;
        color: #fff;
        padding: 14px 8px;
        font-size: 12px;
        line-height: 18px;
    }
    .edit {
        margin-bottom: 21px;
        margin-top: 8px;
    }
    .compose textarea {
        min-height: 250px;
    }
    .summary .main-table {
        position: relative;
        width: 90%;
    }
    .summary table td {
        padding: 0;
        display: block;
    }
    .summary table td .first-table td.types {
        width: 100%;
    }
    .summary table td .first-table td.pck {
        width: 100%;
    }

    .summary table td .first-table td.pck {
        padding-top: 0;
    }
    .summary table td .first-table td.total-cost {
        padding-top: 0;
    }
    .summary table td .first-table td.pck {
        padding-bottom: 0;
    }
}
@media screen and (max-width:480px){
    .owl-next {
        right: 2px;
    }
    .choose .choose-box label {
        top: -12px;
        width: 68%;
    }

    .section3 {
        margin: 40px 0;
    }
    .section3 h2 {
        color: #545454;
        font: 500 20px/26px "Roboto",sans-serif;
    }
    .section3 h3 {
        font: 400 16px/25px "Roboto",sans-serif;
        margin: 4px 0 10px;
    }
    .section3 .boxes .col-sm-3 {
        padding-bottom: 0;
    }
    .banner {
        padding: 40px 0;
    }
    .choose .choose-box img {
        width: 30%;
    }
    .choose .choose-box {
        width: 100%;
    }
    .choose .choose-box label span.chk {
        position: relative;
        top: -17px;
    }
    .choose .choose-box label span {
        width: 77%;
        position: relative;
        top: -13px;
    }
    .choose .choose-box label em {
        font-size: 11px;
    }
    .form .tab-content {
        background: #f4faff none repeat scroll 0 0;
        padding-top: 1px;
    }
    .inner-content  .tab-content #category ul li a {
        background-color: #fff !important;
    }
    .choose .change img {
        width: auto;
    }
    .choose .change .text {
        font-size: 14px;
        left: -7px;
        top: -27px;
    }

    .choose .change a {
        font-size: 12px;
    }
    .new-content h2 {
        font-size: 16px;
        color:#fffa7b;
    }
    .selected-item h1, .selected-item .inner-content h2 {
        font-size: 16px;
        line-height: 28px;
    }
    .selected-item .section4 .list li {
        min-width: inherit;
        width: 100%;
    }
    .compose-editor .choose .choose-box label span {
        top: 0;
    }
    .main-cont .bar span {
        font-size: 14px;
        text-align: center;
        width: 100%;
    }
    .main-cont .bar {
        text-align: center;
    }
    .main-cont .bar .green.btn {
        float: none;
        padding: 6px 13px;
        margin-top: 5px;
    }
    .compose-editor .choose .choose-box img {
        width: 32%;
    }
    .compose-editor .choose .choose-box label {
        top: -25px;
    }
}
@media screen and (max-width:452px){
    footer .list li {
        display: inline-block;
        min-width: inherit;
        width: 50%;
    }
    footer .follow img {
        width: 11%;
    }
    .choose .choose-box label {
        top: 0;
        width: 68%;
    }
    .choose .choose-box label span {
        top: 0;
    }
    .inner-tab .tab-content .cont-last .selects {
        display: block;
        margin-left: 0;
        margin-top: 6px;
    }
    .selected-item .inner-content h3 {
        font-size: 17px;
    }
    .edition .packages .package-details p {
        font-size: 14px;
    }
    .selected-item h1, .selected-item .inner-content h2 {
        font-size: 15px;
        line-height: 23px;
    }
    .selected-item .blue-btn {
        margin:20px 0 30px 0;
    }
    .edition .packages .package-details p span {
        clear: both;
        color: #ff2424;
        display: block;
    }
    .inner-content h2 {
        font-size: 13px;
    }
    .selections .bg-colors .clc-box {
        height: 24px;
        margin-right: 4px;
        width: 24px;
    }
    .selections .bg-colors span.chk {
        top: 5px;
    }

}
@media screen and (max-width:400px){
    footer .list li {
        display: inline-block;
        min-width: inherit;
        width: 130px;
    }
    .banner h1 {
        font: 600 24px/30px "Lato",sans-serif;
    }
    .banner h2 {
        font: 300 20px/25px "Lato",sans-serif;
    }
    .green-bar span {
        font: 400 15px/28px "Open Sans",sans-serif;
    }
    .green-bar h2 {
        display: inline-block;
    }
    .green-bar div {
        text-align: left;
    }
    .green-bar a {
        font: 400 15px/24px "Open Sans",sans-serif;
    }
    .inner-content  .tab-content #category ul li a {
        font-size: 11px;
    }
    .selected-item .blue-btn a {
        font-size: 15px;
        padding: 14px 41px;
    }
}
@media screen and (max-width:320px){
    .form .inner-tab .nav-tabs li {
        float: left;
        min-height: 58px;
        width: 113px;
        margin: 0 2px 0 0;
    }
    .form .inner-tab .nav-tabs li a {
        background-color: #a5b6c7;
        color: #fff;
        padding: 14px 8px;
        font-size: 10px;
        line-height: 15px;
    }
    .inner-content h2 {
        font-size: 11px;
    }
}

/* Resonsive.css starts here */
@media (max-width:1199px){
}
@media (max-width:991px){.whichdesign{ text-align:center; height: 80px !important;}.navbar-default .navbar-nav > li{ padding: 18px 8px 18px 8px;}.navbar-default .navbar-nav > li:last-child { margin:0px }.myaccount_editbutton, .myaccount_hr{ width: 50%; }.choose1 .choose-box1   { display: inline-block; width: 42%  !important; } .choose1 .type          	{ width: 100% !important; top:0 !important; }.choose1 .choose-box1:last-child { border: 0px !important; width: 100% !important;  padding: 0 !important; top: 0 !important;  margin-left: -25px !important;  }.choose1 .choose-box1:last-child .type{ width:145px !important;	}.choose1 .choose-box1:last-child .columns	{ width:auto;	}.navbar_class  { padding-right:0px;}#uploadyouradbutton     	{ float: none !important; margin-top: 7px; }#single_edition  { height:60px; }#single_edition5{ border-radius: 11px; width: 67px !important;	 }#_ctytogglebtn   {  font-size: 14px; }
}
@media (max-width:767px){.navbar-default .navbar-nav > li{ padding: 0px; }.pagination .left-side { width: 40%; transition: all .5s ease-in;	}.pagination .right-side 	{ width: 40%; border: 1px solid #72ADE7; }.pagination { padding: 32px 0 45px; }.new-details .papers    	{ padding:0 !important; }.enhancement-box        	{ padding:0; }.enhancement-box label  	{ width: 98%; }.adcost_info ul{ width:auto; }.sampleadsview  { float:none; text-align:center;margin-bottom: 10PX;}.form-details #register_form { padding:0 15px;}.forgot 	{ margin: 0px 0 15px 0; text-align: center; }  .form-group1 .form-control1 { width: 46%; }.choose1 .choose-box1   	{ display: inline-block; width: 42%  !important; } .choose1 .type          	{ width: 100% !important; top:0 !important; }.choose1 .choose-box1:last-child { border: 0px !important; width: 100% !important;  padding: 0 !important; top: 0 !important; margin-left: -25px !important; }.choose1 .choose-box1:last-child .type{ width:145px !important;}.choose1 .choose-box1:last-child .columns	{ width:auto; }.myaccount_editbutton, .myaccount_hr{ width: 100%; }.navbar_class{ padding:0; }.container_class{ padding:0;	}.register-form fieldset{ width: 70%; margin: 0 auto;}.pagination .right-side:after{ margin:3px; }.pagination .left-side:before{ left:35px; }#editionpart > div { padding:0; width:100% }#promotionlistdiv { margin:0; border: 1px solid #ccc; }#promotionlistdiv > div 	{ padding:0; margin:0; }#enhancement  { margin-top: 20px; margin-bottom: 20px; width: 98%; }#compose_cl_textad_right	{ top:0px; }#login_form             	{ margin-top:20px; }#register_form { margin-top:20px; }#content_bottom         	{ margin-bottom:10px; }#compose_cl_textad #adpreview { width:100%; margin-left:0px; }#registerForm fieldset   	{ width: 70%;  margin: 0 auto; }#loginform fieldset   { width: 70%;  margin: 0 auto; }#myprofiledivstyle{ text-align: center;	font-size: 17px; font-weight: bold;	}#orderhistorytab{ overflow-y: hidden;	width: 97%;	}#publicationpart { padding:0px;	}#publicationpart div{ padding:0px;	}#promotionlistdiv{ margin-top:10px;	}#avail{ height: 36px;height: 36px; padding: 6px 5px 5px 5px; }.gmail_btn { width: 71%; float:none;}.fb_btn{ width: 71%; float:none;}.aligncenter{ text-align:center;}
}
@media (max-width:639px){.choose1 .choose-box1   	{ display: inline-block; width: 80%  !important; }.pagination .right-side 	{ width: 50%; }.pagination .left-side  	{ width: 50%; position: relative; }.form-group1 legend { width: 27%; }.payinfo_para table     	{ width:100%; }#static_content #content_top { top:-60px;}#bookingsummary         	{ overflow-y: hidden; }#single_edition5        	{ position: relative; top:-25px }#single_edition div { width:40%; margin-bottom:5px; }
}
@media (max-width:479px){.container{ padding:0px }.inner-content{ padding:0px; }.inner-tab{ margin:15px 0px; }.form-group1 legend { width: 43%; }  .cont-last{ padding-left: 0px !important; padding-right: 5px !important; }.visible-xs             	{ display:block !important; }.sampletemplate { margin: 5px !important; }.register-form fieldset 	{ width: 90%;}#registerForm fieldset  	{ width: 90%;  margin: 0 auto; }#loginform fieldset     	{ width: 90%;  margin: 0 auto; }#single_edition { height: 116px; }#single_edition5        	{ top: -50px; }#single_edition div     	{ width: 60%; }#collapseexpandsummary a	{ width:90% }  .gmail_btn{width:90%; } .fb_btn{width:90%;}
}
@media (max-width:430px){.pagination .right-side:after { margin-top: 11px;  }.pagination .left-side:before { left: 27px; bottom: 19px; }.arrow_control   { height:60px; }.arrow_control span           { top: 9px; }
}
@media (max-width:340px){.sampletemplate 	          { margin:0 -3px 10px -3px !important; border-left: 1px solid white; }
}
/* Resonsive.css Ends here */