body{
  overflow-x: hidden !important;
  background-color: #F4F4F4 !important;
  font-family: 'SolaimanLipi', sans-serif;
}
h1, h2, h3, h4, h5, h6 p, pre, code, span, blockquote{
  font-family: 'SolaimanLipi', sans-serif;
}
a {
  font-family: 'SolaimanLipi', sans-serif;
}
a:hover{
  font-family: 'SolaimanLipi', sans-serif;
  color: #008079;
  text-decoration: none;
}
.header_title{
  margin-left: 10px;
  margin-top:20px;
  color:#1a6ec8;
  margin-bottom:20px;
}
.heading{
padding: 12px 20px;
}
.top_margin{
  margin:20px 0px;
}
.poimage{
  width:100%;
  height:300px;
  object-fit: cover;
  margin-bottom: 5px;
} 
.cdate{
  font-style: italic;
  color: #969595;
  font-size: 14px;
}


.topmenu {
background-color: #1a6ec8;
}
.navbar{
  background-color: #1a6ec8 !important;
  border: 0px !important;
}

.row{
  margin-left: -1px!important;
}

.top-bar{
  margin-top: 20px;
  width:90%;
  margin: 0 auto;
  position: relative;
}

.main-content{
  width:88%;
  position: relative;
  margin: 0 auto;
}

.nav-bar-width{
  width:90%;
  margin: 0 auto;
  position: relative;
}

.body-content{
  width:100%;
  margin: 0 auto;
  position: relative;
}

#home_col {
  padding: 10px 9px !important;
  margin: 0;
  list-style-type: none;
  font-size: 13px;
  width: 100%;
}

#home_col ul {
  list-style-type: none;
  margin-left: -42px;
}

#home_col li {
  padding: 9px 0px !important;
}

#home_col li a {
  position: relative; 
  display: inline-block;
  padding: 0px 10px 0px 16px; 
  color: #000;
  font-size: 17px;
  text-decoration: none;
}

#home_col li a:before {
  content: "\F0DA"; /* Left arrow (Font Awesome) */
  font-family: "FontAwesome";
  color: #f70d28;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 4px;
  text-rendering: auto;
  pointer-events: none;
}

#home_col li a:hover {
  color: #1a6ec8 !important;
}

.section_bg{
  background-color:#e8e8e8;
  padding:80px 0px;
}



 /* ======= left column start ======= */

  .left-colmon{
    background: #269678 !important;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    text-align: center;
  }
  #Menus {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 13px;
    width: 100%;
    padding: 10px 9px !important;
  }

  #Menus ul {
    list-style-type: none;
    margin-left: -42px;
  }
  #Menus li {
    border-bottom: 1px solid #008C87;
    padding: 9px 0px !important;
  }
  #Menus li a:link {
  text-decoration: none;
  }
  #Menus li a {
    padding: 2px 10px 7px 0;
    color: #000;
    font-size: 17px;
  }
  #Menus li a:hover {
    padding: 2px 10px 7px 0;
    color: #008C87 !important;
  }

/* ======= left column End ======= */


.mainbody{
  background-color:#fff !important;
  padding: 10px 15px;
  line-height: 26px;
}

.ptitle {
  width: 100%;
  height: auto;
  padding: 20px;
  /* background-color: #008c87; */
  background: #269678;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}

.posttitle a{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}
.posttitle a:hover{
  text-decoration: underline;
}

tr td select{
  padding:8px;
}
.tdtextaling{
  text-align: center;
}

/* scroll */
.news-feed-container {
  overflow: hidden;
  width: 100%; 
  white-space: nowrap;
  position: relative;
  background-color: #f5f5f5; 
  padding: 10px;
}

.news-feed {
  animation: scroll-left 50s linear infinite; 
  animation-play-state: paused; 
  float: right;
  width: 100%; 
}
.news-item {
  display: inline-block;
}

.news-item a{
  display: inline-block;
  padding: 10px 10px;
  margin-right: 10px;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}
.news-item a:hover{
  text-decoration: underline;
}


@keyframes scroll-left {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(-50%);
  }
}

.rules_table{
  margin-left: 15px;
}

.paddingzero{
  margin-left: -4px !important;
}


/* ====  social share ===== */

.horizontal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px; /* Adjust space between items */
    margin-top: -10px;
    margin-left: -47px;
}

.horizontal-list li {
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}

.readnews{
  margin-left: 30px;
}

/* ==== end social share ===== */

/*================== 
       Menu 
==================*/

/* Common styles for both desktop and mobile */
.top-menu {
  background-color: #333;
}

.top-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.top-menu li {
  margin: 0;
  padding: 15px;
}

.top-menu a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

/* Desktop menu styles */
.top-menu .submenu {
  display: none;
  position: absolute;
  background-color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-left: -15px;
  margin-top: 10px;
}

.top-menu .submenu li {
  display: block;
  padding: 10px;
}

.top-menu .submenu a {
  color: white;
}

.top-menu .has-submenu:hover .submenu {
  display: block;
}

.top-menu li:hover {
  background-color: #555;
}

/* Mobile menu styles using media query */

@media (max-width: 768px) {
  .top-menu ul {
    flex-direction: column;
  }

  .top-menu li {
    padding: 10px;
  }

  .top-menu .has-submenu {
    position: relative;
  }

  .top-menu .submenu {
    position: static;
    display: none;
    width: 100%;
    margin-left: 0;
  }

  .top-menu .submenu li {
    padding: 10px;
  }

  .top-menu li:hover .submenu {
    display: block;
  }
}
  


/* responsive menu */


@media (min-width: 992px) {
  
  header{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .navbar {
    width: 100%;
    background-color: #f9f9f9;
    border: thin solid #ededed;
    height: auto;
  }
  .navbar .logo {
    padding: 11px;
    font-size: 0.9375em;
    font-weight: 800;
    float: left;
  }
}
#hamburger {
  width: 30px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2) {
  top: 11px;
}

#hamburger span:nth-child(3) {
  top: 22px;
}

#hamburger.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

#hamburger.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.sitenavigation ul {
  margin: 0;
  padding: 0;
  float: right;
}
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: -4px;
  line-height: 20px;
}
.sitenavigation li.nav-dropdown:hover > a {
  /* background-color: #CCC !important;
  color: #000; */
  color:#1a6ec8;
  background-color: #fff;
}
.sitenavigation li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 7px 12px;
  font-size: 0.9375em;
  -webkit-tap-highlight-color: transparent;
  border-radius: 3px;
}
.sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
  color:#1a6ec8;
  background-color: #fff;
  text-decoration: none;
}
.sitenavigation li a.nav-selected {
  color:#1a6ec8;
  background-color: #fff;
}
.sitenavigation li a:hover {
  color: #008C87;
  background-color: #fff;
}
.sitenavigation li.clicked > ul {
  display: block;
}
.sitenavigation li ul {
  display: none;
  position: absolute;
  min-width: 200px;
  max-width: 300px;
  padding: 0;
  margin: 0;
  z-index: 10;
}
.sitenavigation li ul .nav-dropdow li a:hover{
  background-color: #fff !important;
  color: #1a6ec8 !important;
}
.sitenavigation li ul a {
  /* background-color: #dfdfdf; */
  color: #1a6ec8;
  background-color: #fff;
  font-size: 0.8125em;
  border-radius: 3px;
}
.sitenavigation li ul li {
  float: none;
  display: block;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
.sitenavigation li ul ul {
  left: 100%;
  margin-top: -40px;
}
.sitenavigation li ul ul a {
  /* background-color: lightgray; */
  color: #008C87;
  background-color: #fff;
}
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #ECECEC;
}

.no-js .sitenavigation li:hover > ul {
  display: block !important;
}

.menu-icon {
  display: none;
}

@media (max-width: 991px) {
  .navbar {
    width: 100%;
    background-color: #f9f9f9;
    border: thin solid #ededed;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: 1;
  }
  .navbar .logo {
    float: right;
    font-weight: 800;
    padding: 5px;
    margin: 10px;
  }
  .navbar .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: 7px;
    display: block;
    -webkit-tap-highlight-color: transparent;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .navbar .sitenavigation ul {
    display: none;
    max-width: none !important;
  }
  .navbar .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    z-index: 100;
    padding: 0;
  }
  .navbar .sitenavigation.is-tapped > ul a {
    width: 100%;
    margin: 0;
    background-color: #ECECEC;
    display: block;
    font-size: 1.1875em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    color: #758283;
    float: none;
    border: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul a:hover {
    background-color: #dfdfdf;
  }
  .navbar .sitenavigation.is-tapped > ul li {
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: solid 1px #b9b9b9;
    -webkit-tap-highlight-color: transparent;
  }
  .navbar .sitenavigation.is-tapped > ul li li {
    background-color: #fff;
  }
  .navbar .sitenavigation.is-tapped > ul ul {
    display: block;
    width: 100%;
    z-index: 200;
    border: none;
    margin-left: 0;
    padding: 0;
    position: relative !important;
  }
  .navbar .sitenavigation.is-tapped > ul ul ul {
    clear: both;
    left: 0;
    margin-top: 0;
  }
  .navbar .sitenavigation.is-tapped > ul ul li {
    border-bottom: solid 1px #f9f9f9;
  }
  .navbar .sitenavigation.is-tapped > ul ul li li a {
    background-color: #f9f9f9;
    padding-left: 30px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a {
    background-color: #dfdfdf;
    font-size: 1em;
    padding-left: 20px;
  }
  .navbar .sitenavigation.is-tapped > ul ul a:before {
    content: "- ";
    display: inline-block;
    margin-right: 8px;
    color: #000;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown {
    cursor: pointer;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown > a {
    width: 80%;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    color: #000;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    color: #000;
    padding: 0;
    display: block;
    width: 20%;
    right: 0;
    margin-top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .sitenavigation.is-tapped > ul li.expanded:after {
    display: none;
  }
  .navbar .sitenavigation.is-tapped > ul li.nav-dropdown:before {
    color: black;
  }
}

#associate_form input,select{
  width: 100%;
  padding: 10px 12px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #000;
  background: none;
  color: #000;
}
.warring_message {
  color:red !important;
  font-size: 22px;
}

#associate_form 
input:focus,
input:active,
input:hover { 
  border: 1px solid #007bff !important;
}
.banner {
  margin-left: -23px !important;
  width: inherit !important;
  max-width: inherit !important;
  height: 457px;
}
.assosiatedmember {
  background-image:url(/../uploads/bgimage/associate_member_bg.jpg);
  background-size: cover;      
  background-repeat: no-repeat;
  height: 1090px;  
}
.modaltable tr td{
  font-size: 18px !important;
  padding: 5px 10px;
}


/* =========== Home ========= */
.section2 {
  background-image:url(../image/section_2.png);
  width:100%;
  /* height: 500px; */
  background-repeat:repeat-x;
  padding: 80px 100px;
  margin-top: 10px;
}
.section2 a{
  color: #000;
  text-decoration: none;
}
.section2 a:hover{
  color:#269678;
  text-decoration: none;
}

.section2 img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 7px solid #fff;
  border-radius: 13px;
}

.section2 h1{
font-family: 'SolaimanLipi', sans-serif;
font-size: 20px;
font-weight: 600;
line-height: 32.74px;
text-align: left;
color: #269678;
margin-top: 1px;
}

/* .section3_row{
  height: 700px !important;
  width: 100%;
  display: flex;
} */

img {
  max-width: 100%;
  max-height: 100%;
}  
.section3 { 
  background-image:url(../image/section_3.png);
  width:100%;
  height: auto;
  background-repeat:repeat-x;
  padding: 80px 100px;
}

.section3 a{
  color: #000;
  text-decoration: none;
}
.section3 a:hover{
  color:#269678;
  text-decoration: none;
}


.img-wrapper {
  max-width: 100%;
  height: 65vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
  .img-wrapper {
    height: 21vw;
  }
}
/* .carousel-inner {
  padding: 1em;
} */
.card {
  margin: 0 0.5em;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  font-size: 0.9em;
}

.carousel-control-prev,
.carousel-control-next {
  width: 6vh;
  height: 6vh;
  background-color: #e1e1e1;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.8;
}

/*======= section 3 End ========*/

/* ======= Photo Gallery Start ====== */

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: start;
  padding:4px;
}

.gallery img {
  width: 100%;
  max-width: 250px;
  height: auto;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s ease-in-out;
}

.gallery img:hover {
  transform: scale(1.05);
}

/* Lightbox */
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

/* Navigation Buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  user-select: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

.prev { left: 20px; }
.next { right: 20px; }

.nav-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* ======= Gallery end ====== */




/* =====  footer menu ====== */

 .footer-navbar {
  margin-bottom: 20px;
  margin-top: 15px;
  padding: 4px 0;
  text-align: center;
  font-family: 'SolaimanLipi', sans-serif;
}

.footer-navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 10px;
}

.footer-navbar ul li {
  position: relative;
}


.footer-navbar li::after {
  content: "/";
  color: white;
  margin-left: 10px;
}

.footer-navbar li:last-child::after {
  content: ""; /* Remove slash after last item */
}

.footer-navbar ul li a {
  color: white;
  text-decoration: none;
}

.footer-navbar ul li a:hover {
  color: white;
  text-decoration: underline;
}


.copyright{
  color: #fff;
  border-top:1px solid rgba(255, 255, 255, 0.2);
  width: 93%;
  margin: 0 auto;
  position: relative;
  padding: 25px 0px;
}

.footer{
  background:#1a6ec8;
  /* background:rgba(22, 25, 46, 1); */
  /* background: linear-gradient(158.55deg, #16192E 56.17%, rgba(24, 27, 49, 0.21) 104.69%); */
  margin-top:15px;
  padding:20px 60px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.icons {
  display: flex;
  margin-top: 10px;
  float: right;
}
.icons a {
  display: inline-block;
  padding: 10px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.twitter {
  margin-top: 4px;
  width: 55px !important;
}
.facebook{
  margin-top: 1px;
  width: 55px !important;
}
.icons a svg {
  transition: stroke 0.3s ease; 
}

.icons a:hover svg path {
  stroke: #1a6ec8; 
}

.col-md-4 iframe{
  padding:0px 15px !important; 
  margin-left:-28px !important;
} 

.section-heading {
  position: relative;
}

.section-heading h2 {
  font-size: 25px;
  font-weight: bold;
  color: #222;
  font-family: 'SolaimanLipi', sans-serif; /* Bengali-supporting font */
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 60px; /* length of red underline */
  height: 4px;
  background-color: #e30613; /* red underline */
  margin-top: 8px;
}

/* ====== Banner slider Start =========== */

.slider-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slider-wrapper {
    position: relative;
    margin: 8px 0px;
}

.slider-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    transition: transform 0.5s ease;
}

.slider-wrapper ul li {
    flex: 0 0 100%;
    width: 100%;
}

.slider-wrapper ul li a {
    display: block;
}

.slider-wrapper ul li img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.slider-nav button {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.slider-nav button:hover {
    background: rgba(255, 255, 255, 1);
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 100;
}

.slider-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.slider-dots span.active {
    background: rgba(255, 255, 255, 1);
}

/* ======= banner end  ====== */








.bi-whatsapp {
  fill: green;
  float: left;
  width: 20px;
  height: 21px;
  margin-top: -4px;
}

/* ===== news scrol ====== */ 

.ticker-wrapper {
  width: 100%;
  height: 40px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  font-size: 20px;
}

.ticker-content {
  white-space: nowrap;
  position: absolute;
  padding: 0px;
  font-family: 'SolaimanLipi', sans-serif;
}

.news-item {
  display: inline-block;
  margin-right:0px;
  color: #333;
}
.news-item a{ 
  font-size: 18px; /* Default font size */
}
.news-item a:hover {
  display: inline-block;
  color: #c31111;
  text-decoration: none;
}

.news-item::before {
  content: "•";
  margin-right: 10px;
  color: #ff4444;
}

 /* Your mobile styles here */

@media (max-width: 768px) {
   
  .assosiatedmember {
    background-image:url(/../uploads/bgimage/associate_member_bg.jpg);
    background-size: cover;      
    background-repeat: no-repeat;
    height: 1375px;  
  }
  .navbar{
    height: 57px;
  }
 

}
  /* Styles for iPad Pro & iPad Air in portrait mode */

@media (min-width: 820px) and (max-width: 1024px) and (orientation: portrait) {

  .assosiatedmember {
    background-image:url(/../uploads/bgimage/associate_member_bg.jpg);
    background-size: cover;      
    background-repeat: no-repeat;
    height: 1180px;  
  }
  .navbar{
    height: 57px;
  }

}  

/* Styles for iPad Pro & iPad Air in landscape mode */

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

  .assosiatedmember {
    background-image:url(/../uploads/bgimage/associate_member_bg.jpg);
    background-size: cover;      
    background-repeat: no-repeat;
    height: 1180px;  
  }

  .navbar{
    height: 57px;
  }

}

