/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
 
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
 

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    
    /*body{
        background:orange;
    }*/
    

    
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
 
 /*body{
        background:pink;
    }*/


.discount_box {
    width: 100%;
    max-width: 437px;
    position: absolute;
    top: 0;
    right: 0px;
    background: #e91a1a;
    z-index: 123;
}

.title_discount h2 {
    color: #fff;
    font-size: 31px;
}

.caption_slider {
    width: 100%;
    padding: 68px 0px;
    color: #fff;
}

.caption_slider h1 {
    font-size: 29px;
    padding: 15px 0px;
    font-weight: 600;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    padding: 8px 1px;
}

.about_sec h2 {
    padding: 8px 0px;
    font-size: 25px;
    font-weight: 600;
}

.item_services ul li a:after{
    display: none;
}

.services_sec .tab-content {
    /* padding: 0px 45px; */
    padding-left: 5px;
}

.logodesign_best h2 {
    font-weight: 600;
    font-size: 30px;
    color: #db1e1f;
}

.logodesign_best h3 {
    font-size: 23px;
    padding: 6px 0px;
}

.logodesign_best ul li {
    display: inline-block;
    width: 100%;
    max-width: 317px;
    padding: 5px 0px;
}

a.order_now {
    display: block;
    background: #e91a1a;
    padding: 10px 20px;
    width: 100%;
     max-width: 329px; 
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.company_content_sec h2 {
    font-weight: 600;
    font-size: 25px;
}

.company_content_sec h3 {
    padding: 10px 0px;
    font-size: 20px;
    line-height: inherit;
    font-weight: 600;
}

.item_call_sec {
    padding: 30px 0px;
    padding-bottom: 0;
    text-align: center;
}

.title_custom h2 {
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 20px;
}

.assignment_wr .box.apply-margin {
    margin-top: 0;
}

.industries-title {
    color: #FFFFFF;
    font-size: 27px;
    line-height: initial;
    margin-bottom: 7px;
}

.industries-sec ul {
    list-style: none;
    margin: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: auto;
}

.accordion-subhead h2 {
    color: #2e66df;
    font-size: 19px;
    font-weight: 500;
    line-height: inherit;
}
    

    .request_call_sec h2 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    line-height: inherit;
}

.header_section .navbar-nav>li>a {
    color: #000;
    padding: 9px 29px;
    font-size: 17px;
    transition: .2s linear;
}

.bookdesginserices h2 {
    text-align: center;
    color: #000;
    padding-bottom: 40px;
    font-size: 20px;
    line-height: inherit;
}

.bookdesginserices img {
    width: 100%;
}

.bookdesignpanel h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: inherit;
}

.bookpagelayout h3 {
    padding: 10px 0px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: inherit;
}

.mybt {
    padding: 0;
    width: auto;
}

.title_pr h2 {
    font-size: 31px;
    font-weight: 600;
}

.faqbooks .panel-default>.panel-heading .panel-title {
    color: #fff;
    font-size: 13px;
}

.bookdesigncontnet img{
    margin-top: 10px;
}

.bookdesigncontnet h3 {
    padding: 10px 0px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: inherit;
}

.carousebook img {
    width: 100%;
    max-width: 175px;
    margin: auto;
    margin-top: 0 !important;
}

.bookgeneres h4 {
    padding: 10px 0px;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: inherit;
}

.header_section .navbar-nav>li.chatnow a{
        margin: 5px 32px !important;
}

.header_section .navbar-nav>li.callnow a{
    margin: 5px 32px !important;
}

.navbar-nav {
    margin: 7.5px 4px;
}

}

@media (min-width: 375px) and (max-width: 667px) {
    
    /*body{
        background:yellow;
    }*/

.discount_box {
    width: 100%;
    max-width: 437px;
    position: absolute;
    top: 0;
    right: 0px;
    background: #e91a1a;
    z-index: 123;
}

.title_discount h2 {
    color: #fff;
    font-size: 31px;
}

.caption_slider {
    width: 100%;
    padding: 68px 0px;
    color: #fff;
}

.caption_slider h1 {
    font-size: 29px;
    padding: 15px 0px;
    font-weight: 600;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
    padding: 8px 1px;
}

.about_sec h2 {
    padding: 8px 0px;
    font-size: 25px;
    font-weight: 600;
}

.item_services ul li a:after{
    display: none;
}

.services_sec .tab-content {
    /* padding: 0px 45px; */
    padding-left: 5px;
}

.logodesign_best h2 {
    font-weight: 600;
    font-size: 30px;
    color: #db1e1f;
}

.logodesign_best h3 {
    font-size: 23px;
    padding: 6px 0px;
}

.logodesign_best ul li {
    display: inline-block;
    width: 100%;
    max-width: 317px;
    padding: 5px 0px;
}

a.order_now {
    display: block;
    background: #e91a1a;
    padding: 10px 20px;
    width: 100%;
     max-width: 329px; 
    text-align: center;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.company_content_sec h2 {
    font-weight: 600;
    font-size: 25px;
}

.company_content_sec h3 {
    padding: 10px 0px;
    font-size: 20px;
    line-height: inherit;
    font-weight: 600;
}

.item_call_sec {
    padding: 30px 0px;
    padding-bottom: 0;
    text-align: center;
}

.title_custom h2 {
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 20px;
}

.assignment_wr .box.apply-margin {
    margin-top: 0;
}
   

   .industries-title {
    color: #FFFFFF;
    font-size: 27px;
    line-height: initial;
    margin-bottom: 7px;
}

.industries-sec ul {
    list-style: none;
    margin: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: auto;
}

.accordion-subhead h2 {
    color: #2e66df;
    font-size: 19px;
    font-weight: 500;
    line-height: inherit;
}

.request_call_sec h2 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    line-height: inherit;
}


.header_section .navbar-nav>li>a {
    color: #000;
    padding: 9px 29px;
    font-size: 17px;
    transition: .2s linear;
}


.bookdesginserices h2 {
    text-align: center;
    color: #000;
    padding-bottom: 40px;
    font-size: 20px;
    line-height: inherit;
}

.bookdesginserices img {
    width: 100%;
}

.bookdesignpanel h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: inherit;
}

.bookpagelayout h3 {
    padding: 10px 0px;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: inherit;
}

.mybt {
    padding: 0;
    width: auto;
}

.title_pr h2 {
    font-size: 31px;
    font-weight: 600;
}

.faqbooks .panel-default>.panel-heading .panel-title {
    color: #fff;
    font-size: 13px;
}

.bookdesigncontnet img{
    margin-top: 10px;
}

.bookdesigncontnet h3 {
    padding: 10px 0px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: inherit;
}

.carousebook img {
    width: 100%;
    max-width: 175px;
    margin: auto;
    margin-top: 0 !important;
}

.bookgeneres h4 {
    padding: 10px 0px;
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: inherit;
}

.header_section .navbar-nav>li.chatnow a{
        margin: 5px 32px !important;
}

.header_section .navbar-nav>li.callnow a{
    margin: 5px 32px !important;
}
.navbar-nav {
    margin: 7.5px 4px;
}

}