@media (min-width: 1300px) {
  .container {
    max-width: 1260px !important;
  }
}

@media (max-width: 1199px) {
  .topArea {
    display: none;
  }
  .withoutStickyMenu {
    display: none;
  }
  .withStickyMenu {
    display: block;
  }
  .aboutExperience {
    display: none;
  }
  .marginBottomLG40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .aaffari-header .nav li a.nav-link {
    padding: 5px 20px !important;
  }
  .servicesMinHeight {
    min-height: 355px;
  }
  .aboutPaddingLeft {
    padding-left: 50px;
  }
  .freeTradeZones .whyChooseIconBox {
    min-height: 200px;
  }
  .testimonialsPageBox {
    min-height: 610px;
  }

  #aaffariBanner .row {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    height: 70vh;
  }
}

@media (min-width: 992px) {
  .designNDevlop {
    text-align: right;
  }
  .aboutAffari h2 {
    padding-right: 35px;
  }
  .contactPageWriteToUs {
    padding-left: 40px;
  }
  .aaffari-header li.nav-item a.active {
    color: #000;
    background-color: #f3bd52;
    border-radius: 6px;
  }
  .ourTeamArea .row {
    align-items: center;
  }
  .ourTeamArea.shahid .row {
    align-items: flex-start;
  }
  .language {
    text-align: right;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .servicesMinHeight {
    min-height: 390px;
  }
  .servicesBoxContentArea h2 {
    font-size: 24px;
  }
  .logoWidth {
    width: 250px;
  }
  .homeStrategyBox p {
    font-size: 12px;
  }
  .homeStrategyBox h2 {
    font-size: 28px;
  }
  .freeTradeZones .whyChooseIconBox {
    min-height: 200px;
  }
  .testimonialsPageBox {
    min-height: 675px;
  }
  .bannerOne h1 span {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
  }
  .bannerOne h1 {
    font-weight: bold;
    font-size: 45px;
  }
  .bannerTwo h1 span {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
  }
  .bannerTwo h1 {
    font-weight: bold;
    font-size: 45px;
  }
  .bannerThree h1 span {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
  }
  .bannerThree h1 {
    font-weight: bold;
    font-size: 45px;
  }
  .itSolutions .whyChooseIconBox {
    min-height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logoWidth {
    width: 180px;
  }
  .servicesSideBarMenu li {
    padding: 10px;
  }
  .servicesSideBarReachOut h3 {
    font-size: 20px;
  }
  .freeTradeZones .whyChooseIconBox {
    min-height: 230px;
  }
  .offShoreBenefits .whyChooseIconBox {
    min-height: 350px;
  }
  .bannerOne h1 span {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
  }
  .bannerOne h1 {
    font-weight: bold;
    font-size: 40px;
  }
  .bannerTwo h1 span {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
  }
  .bannerTwo h1 {
    font-weight: bold;
    font-size: 40px;
  }
  .bannerThree h1 span {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
  }
  .bannerThree h1 {
    font-weight: bold;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .homeAbout ul li {
    display: block;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .marginTopBottomSM30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .marginTopBottomMD30 {
    margin: 30px 0;
  }
}
@media (max-width: 575px) {
  img.farookImage {
    width: 250px;
  }
  .homeAboutFounder .learnMore {
    margin-top: 30px;
    text-align: center;
  }
  .bannerOne,
  .bannerTwo,
  .bannerThree {
    height: auto !important;
  }
}
@media (max-width: 991px) {
  .language {
    text-align: center;
  }
  .stickyTopBarContact {
    display: none;
  }
  .ourTeamArea .orderClass {
    order: 2;
  }

  #mobile-menu ul li {
    border-bottom: 1px solid #f1f1f1;
  }
  #mobile-menu ul li a {
    padding-left: 15px;
  }
  .homeStrategyBox {
    padding: 15px;
  }
  ul.dropdown-menu li {
    padding: 12px 5px;
  }
  .dropdown-menu {
    margin: 0;
    border: none;
  }
  .marginBottomMD40 {
    margin-bottom: 40px;
  }
  .hometestimonailBelowArea {
    display: none;
  }
  .testimonial_quote img {
    width: 150px !important;
    display: block;
    margin: 0 auto 10px auto;
  }
  .owl-slider {
    margin-bottom: 0;
  }
  .testimonial_quote {
    padding: 30px 50px;
    background-position: 10% 5%;
    background-size: 10%;
    text-align: center;
  }
  .copyRights {
    text-align: center;
  }
  .footer .row.quote {
    border: none !important;
  }
  .navbar-collapse {
    position: fixed;
    top: 126px;
    right: 0;
    width: 50%;
    background-color: #fff;
    height: 100%;
    z-index: 100;
  }
  .navbar-collapse.collapsing {
    right: -50%;
    transition: height 0s ease-in-out;
  }
  .navbar-collapse.show {
    transition: right 500ms ease-in-out;
  }
  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out;
  }
  .sticky {
    animation: none;
  }
}

@media (max-width: 480px) {
  .testimonial_quote {
    padding: 30px;
  }
  .logoWidth {
    width: 150px;
  }
  .dropdown-menu {
    border: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .logoWidth {
    width: 160px;
  }
  .navbar-collapse {
    top: 120px;
  }
  .freeTradeZones .whyChooseIconBox {
    min-height: 200px;
  }
  .offShoreBenefits .whyChooseIconBox {
    min-height: 290px;
  }
  .bannerOne h1 span {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
  }
  .bannerOne h1 {
    font-weight: bold;
    font-size: 35px;
  }
  .bannerTwo h1 span {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
  }
  .bannerTwo h1 {
    font-weight: bold;
    font-size: 32px;
  }
  .bannerThree h1 span {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
  }
  .bannerThree h1 {
    font-weight: bold;
    font-size: 32px;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .logoWidth {
    width: 160px;
  }
  .navbar-collapse {
    top: 120px;
  }
  .bannerOne h1 span {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
  }
  .bannerOne h1 {
    font-weight: bold;
    font-size: 30px;
  }
  .bannerTwo h1 span {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
  }
  .bannerTwo h1 {
    font-weight: bold;
    font-size: 30px;
  }
  .bannerThree h1 span {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
  }
  .bannerThree h1 {
    font-weight: bold;
    font-size: 30px;
  }
}

@media (min-width: 396px) and (max-width: 480px) {
  .navbar-collapse {
    top: 116px;
    width: 70%;
  }
  .navbar-collapse.collapsing {
    right: -70%;
  }
  .bannerOne h1 span {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
  }
  .bannerOne h1 {
    font-weight: bold;
    font-size: 26px;
  }
  .bannerTwo h1 span {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
  }
  .bannerTwo h1 {
    font-weight: bold;
    font-size: 24px;
  }
  .bannerThree h1 span {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
  }
  .bannerThree h1 {
    font-weight: bold;
    font-size: 24px;
  }
}

@media (min-width: 320px) and (max-width: 395px) {
  .navbar-collapse {
    top: 116px;
    width: 70%;
  }
  .navbar-collapse.collapsing {
    right: -70%;
  }
  .bannerOne h1 span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
  }
  .bannerOne h1 {
    font-weight: bold;
    font-size: 22px;
  }

  .bannerTwo h1 span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
  }
  .bannerTwo h1 {
    font-weight: bold;
    font-size: 22px;
  }
  .bannerThree h1 span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
  }
  .bannerThree h1 {
    font-weight: bold;
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .newbannerOne {
    background-image: url("../images/dmcc-banner1-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    background-position: center;
  }
  .newbannerTwo {
    background-image: url("../images/dmcc-banner2-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    background-position: center;
  }
  .newbannerThree {
    background-image: url("../images/dmcc-banner3-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    background-position: center;
  }
  .aboutwhyChoose p {
    font-size: 16px;
    line-height: 100%;
  }
  .whyChooseIconBox {
    padding: 20px;
    min-height: 130px;
  }
  .whyChooseIconBox svg {
    width: 40px;
    height: 40px;
  }

  .copyRights {
    font-size: 12px;
  }

  .bannerOne h1,
  .bannerTwo h1,
  .bannerThree h1 {
    line-height: 120%;
  }

  .bannerOne h1 span,
  .bannerTwo h1 span,
  .bannerThree h1 span {
    line-height: 80%;
  }
  .bannerTwo {
    background-position: 50%;
  }

  .freeTradeZones p {
    font-size: 14px;
    line-height: 130%;
  }
  .offShoreBenefits .whyChooseIconBox {
    min-height: 0px;
  }
  .offShoreBankAccounts .whyChooseIconBox {
    min-height: 0;
  }
  .offShoreStructures .whyChooseIconBox {
    min-height: 0;
  }
}

@media (max-width: 320px) {
  .bannerOne h1 span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
  }
  .bannerOne h1 {
    font-weight: bold;
    font-size: 22px;
  }

  .bannerTwo h1 span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
  }
  .bannerTwo h1 {
    font-weight: bold;
    font-size: 22px;
  }
  .bannerThree h1 span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
  }
  .bannerThree h1 {
    font-weight: bold;
    font-size: 22px;
  }
  .navbar-collapse {
    top: 116px;
  }
}

@media (min-width: 576px) {
  .newbannerOne {
    background-image: url("../images/dmcc-banner1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    background-position: center;
  }
  .newbannerTwo {
    background-image: url("../images/dmcc-banner2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    background-position: center;
  }
  .newbannerThree {
    background-image: url("../images/dmcc-banner3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    min-height: 100%;
    max-height: 100%;
    padding: 0;
    background-position: center;
  }
}
