
/* -------------------------------------------------
  max-width: 1400px
---------------------------------------------------*/
@media only screen and (max-width: 1800px) {

}

/* -------------------------------------------------
  (min-width: 991px) and (max-width: 1199px)
---------------------------------------------------*/
@media only screen and (min-width: 991px) and (max-width: 1199px) {

}

/* -------------------------------------------------
  (min-width: 767px) and (max-width: 991px)
---------------------------------------------------*/
@media only screen and (min-width: 767px) and (max-width: 991px) {

}

/* -------------------------------------------------
  max-width: 1199px
---------------------------------------------------*/

@media only screen and (max-width: 1200px) {

}

@media (max-width: 991px) {

}

/* -------------------------------------------------
  min-width: 768px
---------------------------------------------------*/
@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

/* -------------------------------------------------
  min-width: 992px
---------------------------------------------------*/
@media only screen and (min-width: 992px) {

}
/* -------------------------------------------------
  min-width: 1200px
---------------------------------------------------*/

@media only screen and (min-width: 1200px) {

}
/* -------------------------------------------------
  max-width: 991px
---------------------------------------------------*/
@media only screen and (max-width: 991px) {
    .social {
        width: 100%;
    }
    .social-media-section .social .right-section {
        width: 60%;
    }

    .social-media-section .social .left-section {
        width: 40%;
    }
}


/* -------------------------------------------------
  max-width: 767px
---------------------------------------------------*/
@media (max-width: 768px) {
    .social-media-section .social .right-section {
        width: 65%;
    }

    .social-media-section .social .left-section {
        width: 35%;
    }
    .social {
        height: 33px;
    }
    .social-media-section .social .right-section {
        line-height: 33px;
    }
    .social-media-section .social .left-section {
        line-height: 33px;
    }
    .social-media-section .social .left-section i {
        font-size: 20px;

    }
}
@media only screen and (max-width: 767px) {

}

/* -------------------------------------------------
  max-width: 640px
---------------------------------------------------*/
@media only screen and (max-width: 640px) {

}

/* -------------------------------------------------
  max-width: 580px
---------------------------------------------------*/
@media only screen and (max-width: 580px) {

}

/* -------------------------------------------------
  max-width: 576px
---------------------------------------------------*/
@media only screen and (min-width: 576px) {


}

/* -------------------------------------------------
  max-width: 575px
---------------------------------------------------*/
@media only screen and (max-width: 575px) {
    .social {
        width: 50%;
    }
}

/* -------------------------------------------------
  max-width: 480px
---------------------------------------------------*/
@media only screen and (max-width: 480px) {
    .social {
        width: 60%;
    }
}

/* -------------------------------------------------
  max-width: 380px
---------------------------------------------------*/
@media only screen and (max-width: 380px) {
    .social {
        width: 85%;
    }
}

@media (max-width: 619px) {

}

@media (max-width: 500px) {
    .sliders-section .banner_section {
        width: 100%;
    }
}