/*--------------------------------------------------------------
15. Media queries
--------------------------------------------------------------*/
@media only screen and (min-device-width: 1400px) and (max-device-width: 1600px){ 
   

}
@media only screen and (min-width : 1600px) {

}
@media only screen and (min-width: 1200px) {


}
@media only screen and (max-width: 1000px) {


}

@media only screen and (max-width: 991px) {

  .navbar-collapse{
       background-color: #18368c;
    position: relative;
    z-index: 9999;
    padding: 12px;
}
.slider {
    padding: 13rem 0px 6rem;
}
}
@media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 768px) {
    .logo{
            width: 124px;
    }

li.nav-item1{
  margin-bottom: 25px;
    padding-left: 21px;
}
.circle {
    top: -11px;
    left: 79px;
    padding: 3px 9px 3px;
    width: 29px;
    /* width: 27px; */
}
    .nav-link {
    padding: 16px 25px !important;
}
.carousel-item {
    height: 423px;
}
.footer-socils {
    text-align: left;
    margin-top: 23px;
}
.sec-pad {
    padding: 1rem 0rem 1rem;
}
.slider {
    padding: 8rem 0px 6rem;
}
.slider h1 {
    font-size: 3rem;
}
.plan_box1 {
    padding: 12px;
    height: 90px;
    margin-bottom: -8px;
}
.plans .col-md-4.col-lg-4.col-4{
padding: 6px;
}
.big-font {
  font-size: 17px !important;
}
.unlimited-img {
    width: 45px;
    margin-top: 12px;
    margin-bottom: 12px !important;
}
.phone-img {
    width: 20px;
}
.plan_box1 p {
    font-size: 14px;
}
.logo-fixed-top {
    width: 100px;
}
}
@media (min-width: 992px){

}

@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 640px) {
  

}
    

@media only screen and (max-width: 590px) {

}
@media (min-width: 576px){

}

@media only screen and (max-width: 480px) {
  
}
@media only screen and (max-width: 400px) {

}
@media screen and (max-width: 375px){

}
@media screen and (max-width: 321px){

}







