@media screen and (max-width: 1440px) {
  /* .nav-item {
    padding: 0px 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
} */

}


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





}

@media (max-width: 1400px) { 
 
  header li a {
    font-size: 12px!important;
    color: #313131!important;
}

.nav-item {
  padding: 0px 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

.account-info img {
height: 22px;
padding-left: 8px;
}

 }


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

  .navbar-collapse {
    position: fixed;
    top: 0;
    background: #fff;
    width: 90%;
    z-index: 1;
    right: 0;
    overflow-y: scroll;
    padding: 70px 20px 0px 10px;
    height: 100vh;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}



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

}
@media screen and (max-width: 480px) {
  .logo img {
    width: 28vw!important;
    text-align: center;
    justify-content: center;
    display: flex;
}

.navbar-toggler {
  z-index: 1000000;
  border: 0px;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: 0px;
}

.nav-item {
  padding: 0px 5px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: baseline;
  color: #fff;
  font-weight: 500;
}
.account-info {
  display: flex;
  text-align: center;
  /* padding-top: 20px; */
  float: left;
}

section.main-banner {
  padding: 30px 0px;
  margin-bottom: 40px;
  background: linear-gradient(90deg, #050E48 0%, #050E48 100%);
}

.menu-header .animated-icon1, .menu-header .animated-icon2, .menu-header .animated-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.menu-header .animated-icon1 span:nth-child(1) {
  top: 0px;
}
.menu-header .animated-icon1 span:nth-child(2) {
  top: 10px;
}
.menu-header .animated-icon1 span {
  background: #0EC6D5!important;
}

.menu-header .animated-icon1.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}

.menu-header .animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-header .animated-icon1 span:nth-child(3) {
  top: 20px;
}

.menu-header .animated-icon1.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.menu-header .animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}



.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  background: #fff;
}

.main-hero img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-us {
  padding: 40px 0px;
  background: #ffc10714;
}
.about-text h3 {
  font-weight: 700;
  margin: 20px 0 20px 0px;
  text-transform: uppercase;
  font-size: 27px;
}
section.main-banner img {
  margin-top: 40px;
  height: 200px;
}




section.main-banner h1 {
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 40px;
}

.our-service {
  margin: 60px 0px 60px 0px!important;
  /* margin-bottom: 25px!important; */
}
.agent-sec {
  margin: 50px 0px 50px 0px;
}

.comon-slick .slick-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 10px;
  text-align: center;
  background: #0EC6D5;
  opacity: 1;
  font-size: 20px;
  display: initial;
  border: none;
  border-radius: 100px;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  /* display: none!important; */
}
.comon-slick .slick-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 45%;
  border-radius: 100px;
  z-index: 999;
  left: 10px;
  text-align: center;
  background: #0EC6D5;
  border: none;
  opacity: 1;
  font-size: 20px;
  display: initial;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}


.add-btn {
  display: flex;
  flex-direction: column;
  gap: 16px;
}




}