/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  .relative{
      display: none;
  }
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    main .main_carousel .carousel_intro p {
        padding: 0px 5% 20px 5%;
        font-size: 18px;
    }

    .item_number {
        display: none !important;
    }

    .carousel_control.left {
        display: none;
    }

    .carousel_control.right {
        display: none;
    }

    .slide h1 {
        padding: 0 0 0 0 !important;
    }

    .slide p {
        padding: 0 0 0 0 !important;
    }

    .item_caption {
        margin-top: 10px !important;
    }

    .item_caption h2 {
        padding-left: 1%;
        padding-bottom: 5px;
        text-align: center;
    }

    .item_caption p {
        text-align: center;
        font-size: 16px;
        padding-bottom: 10px !important;
    }

    .carousel.bootstrap .carousel-inner {
        width: 95% !important;
    }

    #carousel {
        height: auto;
    }

    .carousel_nav {
        padding-top: 10px !important;
        bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        align-content: flex-end;
    }

    main .main_carousel .carousel_intro h1 {
        padding: 22px 0px 18px 0px;
        font-size: 25px;
    }

    div#carousel{
        margin-bottom: 10px;
    }

    .container{
        width: 100% !important;
    }

    .col-xs-offset-1 {
    margin-left: 0%;
    }

    .swiper-box{
        display: none;
    }

    .new-green-btn{
        font-size: 16px;
    }

    .testimonials .parent-box {
        margin-right: 0px;
    }

    .testimonials .testimonials-header .typed {
        top: 25%;
    }

    .row{
        margin-left: 0px;
    }
    
    .col-xs-10{
        width: 100%;
    }

    div.box.container div.row div.col-xs-10{
        width: 75%;
    }

    .testimonials .testimonials-header #typed {
        font-size: 26px;
    }

    .slider_author{
        font-family: 'montserrat_semibold', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #999;
    }

    p.testimonials_p {
        margin: 0 0 20px 0;
    }

    .btn{
        display: none;
    }

    #wedding_p{
        max-height: 240px; 
        overflow: auto;
    }
}
/* 
	##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .swiper-box{
      display: block;
    }
    .relative{
      display: none;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
    
    main .main_carousel .carousel_intro p {
        padding: 0px 5% 20px 5%;
        font-size: 18px;
    }

    .item_number {
        display: none !important;
    }

    .carousel_control.left {
        display: none;
    }

    .carousel_control.right {
        display: none;
    }

    .slide h1 {
        padding: 0 0 0 0 !important;
    }

    .slide p {
        padding: 0 0 0 0 !important;
    }

    .item_caption {
        margin-top: 10px !important;
    }

    .item_caption h2 {
        padding-left: 1%;
        padding-bottom: 5px;
        text-align: center;
    }

    .item_caption p {
        text-align: center;
        font-size: 14px;
        padding-bottom: 20px !important;
    }

    .carousel.bootstrap .carousel-inner {
        width: 95% !important;
    }

    #carousel {
        height: auto;
    }

    .carousel_nav {
        padding-top: 10px !important;
        bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        align-content: flex-end;
    }

    main .main_carousel .carousel_intro h1 {
        padding: 22px 0px 18px 0px;
        font-size: 25px;
    }

    div#carousel{
        margin-bottom: 10px;
    }

    .container{
        width: 100% !important;
    }

    .col-xs-offset-1 {
    margin-left: 0%;
    }

    .swiper-box{
        display: none;
    }

    .row div img{
        height: 32px !important;
    }

    .new-green-btn{
        font-size: 16px;
    }

    .testimonials .parent-box {
        margin-right: 0px;
    }

    .testimonials .testimonials-header .typed {
        top: 25%;
    }

    .row{
        margin-left: 0px;
    }
    
    .col-xs-10{
        width: 100%;
    }

    .testimonials .testimonials-header #typed {
        font-size: 14px;
    }

    .slider_author{
        font-family: 'montserrat_semibold', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #999;
    }

    .testimonials .testimonials-header {
        height: 200px;
    }

    p.testimonials_p {
        margin: 0 0 20px 0;
    }

    .btn{
        display: none;
    }
}
/* 
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {

    main .main_carousel .carousel_intro p {
        padding: 0px 5% 20px 5%;
        font-size: 18px;
    }

    .item_number {
        display: none !important;
    }

    .carousel_control.left {
        display: none;
    }

    .carousel_control.right {
        display: none;
    }

    .slide h1 {
        padding: 0 0 0 0 !important;
    }

    .slide p {
        padding: 0 0 0 0 !important;
    }

    .item_caption {
        margin-top: 10px !important;
    }

    .item_caption h2 {
        padding-left: 1%;
        padding-bottom: 5px;
        text-align: center;
    }

    .item_caption p {
        text-align: center;
        font-size: 14px;
        padding-bottom: 20px !important;
    }

    .carousel.bootstrap .carousel-inner {
        width: 95% !important;
    }

    #carousel {
        height: auto;
    }

    .carousel_nav {
        padding-top: 10px !important;
        bottom: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        align-content: flex-end;
    }

    main .main_carousel .carousel_intro h1 {
        padding: 22px 0px 18px 0px;
        font-size: 25px;
    }

    div#carousel{
        margin-bottom: 10px;
    }

    .container{
        width: 100% !important;
    }

    .col-xs-offset-1 {
    margin-left: 0%;
    }

    .swiper-box{
        display: none;
    }

    .row div img{
        height: 32px !important;
    }

    .new-green-btn{
        font-size: 16px;
    }

    .testimonials .parent-box {
        margin-right: 0px;
    }

    .testimonials .testimonials-header .typed {
        top: 25%;
    }

    .row{
        margin-left: 0px;
    }
    
    .col-xs-10{
        width: 100%;
    }

    .testimonials .testimonials-header #typed {
        font-size: 14px;
    }

    .slider_author{
        font-family: 'montserrat_semibold', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #999;
    }

    .testimonials .testimonials-header {
        height: 200px;
    }

    p.testimonials_p {
        margin: 0 0 20px 0;
    }

    .btn{
        display: none;
    }
}