@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
body{
    font-family: "Space Grotesk", sans-serif;
}
.f-bold{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}
.f-regular{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
}
.f-medium{
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 4.95vw;
    padding: 0px 0 0px;
    transition: all 0.3s 
ease-in-out;
    background: #15213D !important;
}
header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
/*background: #fff;*/
box-shadow: 0px 2px 10px #00000059;
}
.heads-up {
  transform: translateY(-6rem);
  transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
  color: #d4b268;
}
.navbar-brand {
  position: absolute;
  top: 7px;
  left: 0;
  padding: 0;
}
.navbar-expand-md {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.89vw;
    color: #fff;
    padding: 0;
    transition: all 0.3s 
ease-in-out;
    position: relative;
    font-weight: 400;
    margin: 0px 10px;
    margin-top: 1.6vw;
    position: relative;
    padding: 0px 10px;
    padding-bottom: 20px;
}
.navbar-expand-md .navbar-nav .nav-link::before {
    background: #fff;
    height: 2px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0px;
    transition: all 0.4s;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 81vw;
}
p{font-size: 0.89vw;color: #515151;}
.banner{position: relative;}
.banner .text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9.8vw;
}
.banner .text-box h1 {
    font-size: 3.13vw;
    margin-bottom: 1.3vw;
    margin-top: 0.7vw;
    text-shadow: 0px 0px 10px #000;
}
.banner .text-box p span{
  color: #F49121;
}
.banner .text-box h5{
  color: #0075F4;
}
.banner .text-box a {
    height: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(94.36deg, rgba(0, 117, 244, 0.8) 27.14%, rgba(35, 221, 255, 0.8) 100%);
    color: #fff;
    width: fit-content;
    border-radius: 50px;
    padding: 0 2vw;
    text-decoration: none;
    font-size: 1.04vw;
    margin-top: 1vw;
}
.banner .text-box a img {
    margin-right: 0.6vw;
}
.subheading{
  color: #0A72BC;
  font-size: 1.04vw;
  font-weight: 500;
}
.heading{
  font-size: 2.08vw;
  font-weight: 700;
}
.about-gmac{
  padding: 5vw 0;
  background: url(../img/about-bg.webp) no-repeat;
  background-position: left;
  background-size: cover;
}
.counter{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
}
.sky{
  color: #0A72BC;
}
.couter-single h4 {
    font-size: 1.56vw;
    margin-bottom: 0;
}
.couter-single div {
    padding-left: 0.7vw;
}
.font20{font-size: 1.04vw;}
.about-gmac .img-box{
  position: relative;
}

.about-gmac .img-box {
    position: relative;
    width: 86%;
}
.about-gmac .text-box {
    margin-left: -2vw;
}
.conference{
  background: #15213D;
  padding: 4vw 0 0;
}
.conference-wrapper {
    display: flex;
    align-items: center;
    margin-top: 2vw;
}
.conference-wrapper h2 {
  font-size: 2.82vw;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.25px transparent;
  background: linear-gradient(
      108.39deg,
      rgba(0, 117, 244, 0.68) 28.73%,
      rgba(35, 221, 255, 0.24) 88.49%
    ),
    linear-gradient(0deg, #000000, #000000);
  background-clip: text;
  -webkit-background-clip: text;
}
.conference-wrapper h2::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  background: linear-gradient(
      108.39deg,
      rgba(0, 117, 244, 0.68) 28.73%,
      rgba(35, 221, 255, 0.24) 88.49%
    ),
    linear-gradient(0deg, #000000, #000000);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1.25px transparent;
  z-index: -1;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
}
.conference-wrapper p {
    margin-bottom: 0;
    font-weight: 100;
    line-height: 20px;
    color: #ffffffba !important;
    width: 83%;
}
.conference-wrapper div {
    padding-left: 0.7vw;
}
.conference .row .img-box {
    margin-top: 4vw;
}
.milestone {
    padding: 5vw 0 6vw;
    background: url(../img/about-bg.webp) no-repeat;
  background-position: left;
  background-size: cover
}

.timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto;
    width: 100%;
    margin: 22px auto;
   
}
.registraion a img{
  margin-left: 0.6vw;
}
.timeline::before {
    content: "";
    position: absolute;
    top: 46%;
    left: 5.7%;
    width: 100%;
    height: 100%;
    background: url(../img/line.svg) no-repeat;
    z-index: 0;
    /* transform: translate(-50%, -50%); */
}
.timeline-item {
  position: relative;
  flex: 1;
}
.timeline-item .circle {
  position: relative;
  width: 5.27vw;
  height: 5.27vw;
  border-radius: 50%;
  background-color: #F6921F;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
   z-index: 1;
  outline: 1px dashed #F6921FCC;
}

.timeline-item:nth-child(2) .circle {
   background: #0D9A4A;
   outline: 1px dashed #0D9A4A;
    position: relative;
    top: 8.4vw;
    left: 3.1vw;
}
.timeline-item:nth-child(2) h6 {
    position: relative;
    top: 3vw;
    left: 16px;
}

.timeline-item:nth-child(4) .circle {
    background: #2AA9DD;
     outline: 1px dashed  #2AA9DD;
    position: relative;
    top: 8.4vw;
    left: 3.9vw;
}
.timeline-item:nth-child(4) h6 {
    position: relative;
    top: 3vw;
    left: 16px;
}
.timeline-item:nth-child(3) .circle,
.timeline-item:nth-child(5) .circle {
    margin-bottom: 7vw;
    left: 3vw;
    top: 1vw;
}
.timeline-item:nth-child(5) .circle{
  background: #0B72BB;
  outline: 1px dashed  #0B72BB;
}

.timeline-item:nth-child(3) .circle{
  background: #30AEA2;
  outline: 1px dashed  #30AEA2;
}
.timeline-item:nth-child(1) .circle {
    margin-bottom: 7vw;
    left: 2.5vw;
    top: 0.5vw;
}
.font22{
  font-size: 1.15vw;
}




.why-attend{
  background: #15213D;
  padding: 5vw 0;
  position: relative;
  overflow: hidden;
}
.why-attend .blur {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
ul#mainTabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
}
#mainTabs .nav-link {
    background: #F0F0F0CC;
    color: #515151;
    border-radius: 30px;
    font-weight: 599;
    margin: 0 0.5vw;
    border: 0;
    padding: 0.6vw 1.8vw;
}
#mainTabs .nav-link.active{
  color: #fff;
  background: linear-gradient(94.36deg, rgba(0, 117, 244, 0.8) 27.14%, rgba(35, 221, 255, 0.8) 100%);
}
.nested-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
}
.nested-tab .nav-link {
    color: #FFFFFF80;
    font-size: 1.15vw;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding-bottom: 1.8vw;
    border-bottom: 1px solid #FFFFFF4D;
}
.nested-tab .nav-link.active {
    color: #0075F4;
    border-bottom: 2px solid #0075F4;
    background-color: transparent;
}
.why-attend .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff;
    font-size: 2.3vw;

}
.why-attend .owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
}
.why-attend .owl-prev {
    position: absolute;
    left: -56px;
    top: 43%;
}
.why-attend .owl-next {
    position: absolute;
    right: -56px;
    top: 43%;
}
.attend-slider{
  margin-top: 2.6vw;
}
.registraion{
  background: url(../img/blue-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4vw 0;
}
.registraion-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6vw;
    width: 51%;
    margin: 2vw  auto 0;
}
.registraion-wrapper .registraion-single{
  box-shadow: 0px 0px 10px #ffffff8f;
  border-radius: 15px;
}
.registraion-wrapper .registraion-single:nth-child(1){
  background: #FFF8EF;
  padding: 1vw;
  color: #F6921F;
}
.registraion-wrapper .registraion-single:nth-child(1) h4{
  
}
.registraion-wrapper .registraion-single:nth-child(2){
  background: #F2FFF7;
  padding: 1vw;
    color: #0D9A4A;
}
.registraion-wrapper .registraion-single h4{
  font-size: 1.3vw;
  font-weight: 500;
}
.registraion a {
    background: linear-gradient(94.36deg, rgba(0, 117, 244, 0.8) 27.14%, rgba(35, 221, 255, 0.8) 100%);
    border-radius: 30px;
    padding: 0 2vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
    color: #fff;
    text-decoration: none;
    font-size: 0.90vw;
    font-weight: 700;
    width: fit-content;
    margin: 2vw auto 0;
}
.benefit-wrapper{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 2vw;
  gap: 1vw;

}
.benefits{
  padding: 4vw 0;
  background: url(../img/about-bg.webp) no-repeat;
  background-position: left;
  background-size: cover
}
.benefits p{text-align: center;}
.benefits img {
    display: block;
    margin: 0 auto 1vw;
    height: 60px;
    width: 60px;
}
.agenda ul{
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
}
.agenda ul .nav-link {
    background: #D4D4D4;
    color: #515151;
    font-size: 1.04vw;
    border-radius: 30px;
    margin: 1.4vw 1vw 0;
}
.agenda ul .nav-link.active{
  background: linear-gradient(95.12deg, rgba(0, 117, 244, 0.8) 27.24%, rgba(35, 221, 255, 0.8) 120.28%);
  color: #fff;
}
.agenda{
  padding: 5vw 0;
  background: url(../img/about-bg.webp) no-repeat;
  background-position: top;
  background-size: cover
}
.orange{color: #F6921F;}
.agenda-single .time {
    background: #3699F7;
    padding: 0.1vw 1vw;
    border-radius: 30px;
    margin-left: 3vw;
}
.agenda-single {
    display: flex;
    align-items: start;
    border-radius: 2.6vw 1.04vw 2.6vw 1.04vw;
    padding: 2vw 2vw 1.7vw 2vw;
    background: #FFF2E3;
    border: 2px dashed #F6921F;
    justify-content: space-around;
    margin-top: 1.4vw;
}
.agenda .tab-pane {
    margin-top: 2vw;
}
.agenda-wrapper {
    width: 72%;
    margin: 2vw auto 0;
}
.agenda-single .left div, .agenda-single .right div{
  margin-bottom: 1.4vw;
}
.green{color: #0D9A4A;}
.agenda-wrapper .agenda-single.green-bg{
  border: 2px dashed #0D9A4A;
  background: #F2FFF7;
}
.agenda-wrapper .agenda-single.sky-bg{
  background: #F0FBFF;
  border: 2px dashed #2AA9DD;
}
.mint{color: #30AEA2;}
.agenda-wrapper:last-child .agenda-single{
 background: #F5FFFE;
  border: 2px dashed #30AEA2
}
footer {
    background: #15213D;
    height: 30.25vw;
    display: flex;
    align-items: flex-end;
    margin-top: -13vw;
    /* border-top: 6px solid #0075F4; */
    /* border-bottom: 6px solid #0075F4; */
    position: relative;
  
}
img.topborderline {
    position: absolute;
    top: 0;
    width: 100%;
}
img.bottomborderline {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1vw;
}
.footer-wrapper a{
  text-decoration: none;
  display: block;
  margin-bottom: 1vw;
}
.footer-wrapper a img{
  margin-right: 0.6vw;
}
.btm-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff4d;
    padding-top: 1vw;
    padding-bottom: 1vw;
}
.btm-strip .social-link{
  display: flex;align-items: center;justify-content: center;
}
.btm-strip .social-link a{
  margin: 0px 0.6vw;
}
.btm-strip p{margin-bottom: 0;}
.contact-wrappper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* border: 4px solid #0075F4; */
    border: 23px solid;
    border-image-slice: 19;
    border-width: 4px;
    border-image-source: linear-gradient(to left, #23DDFF, #0075F4);
    border-radius: 20px;
    width: 88%;
    margin: 0 auto;
    padding: 2vw;
    position: relative;
    background: #fff;
    border-radius: 13px;
    position: relative;
    z-index: 1;
}



.contact-wrappper::before {
    position: absolute;
    content: "";
    background: #0075F4;
    height: 90%;
    width: 2px;
    left: 47.5%;
    transform: translateX(-50%);
}
.contact-us .left-box {
    width: 50%;
}
.contact-wrappper .right-box {
    width: 50%;
    padding-left: 1vw;
}
.contact-us .left-box a {
    font-size: 0.89vw;
    color: #515151;
    text-decoration: none;
    margin-right: 2vw;
    margin-top: 1.5vw;
}
.contact-us .left-box a img {
    margin-right: 0.5vw;
}
.contact-us .left-box .img-box {
    margin-top: 1.5vw;
}
.contact-us .form-control {
    font-size: 0.89vw;
    padding: 0.6vw 0.8vw;
    border-radius: 8px;
}
.contact-us .form-group {
    margin-bottom: 1.2vw;
}
.contact-us .form-check-label{
    color: #515151;
    font-size: 0.89vw;
}
.contact-us button {
    background: linear-gradient(94.36deg, rgba(0, 117, 244, 0.8) 27.14%, rgba(35, 221, 255, 0.8) 100%);
    width: 100%;
    border: 0;
    color: #fff;
    height: 2.5vw;
    border-radius: 30px;
    margin-top: 1vw;
    font-size: 0.89vw;
    font-weight: 500;
}
.committee {
    padding-bottom: 5vw;
}
.last-ul a {
    background: linear-gradient(94.36deg, rgba(0, 117, 244, 0.8) 27.14%, rgba(35, 221, 255, 0.8) 100%);
    border-radius: 30px;
    padding: 0 2vw;
    height: 3.02vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.90vw;
    font-weight: 700;
    width: fit-content;
    position: relative;
    top: 1vw;
  }
.about-gmac .text-box {
    margin-left: -2vw;
    width: 95%;
}
.table-page {
     padding-top: 3vw;
}
.attend-slider .item img {
    border-right: 4px solid #000;
}
section.new-section {
  
    padding: 50px 0px;
    margin-bottom: 3vw;
}
section.new-section h2 {
    text-align: center;
}
.new-section img{
    display: block;
    margin: 0 auto;
}
.new-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    border: 1px solid #ccc;
    border-radius: 20px;
    flex-wrap: wrap;
}
.new-single .heading {
    background: #15213d;
    font-size: 25px;
    margin: 0px auto 15px;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: -32px;
    margin-bottom: 31px;
    color: #fff;
    width: fit-content;
    /* margin: 0 auto; */
    /* padding: 0; */
}
.new-single {
    width: 33%;
    border-right: 1px solid #ccc;
    padding-bottom: 38px;
}

.logo-box {
    display: flex;
    justify-content: center;
}
.logo-box img {
    margin: 0px 10px;
    width: 29%;
}



.new-single:nth-child(3) {
    width: 100%;
    border-top: 1px solid #ccc;
}
.new-single:nth-child(1),.new-single:nth-child(2){
    width: 50%;
}
.new-single:nth-child(3) img {
    width: 17%;
    margin-bottom: 23px;
}



/*media css
*/@media(max-width: 1780px) {
      .navbar-brand {
        top: 1px;
        width: 10%;
    }
.timeline::before{
  background-size: 100% 100%;
  width: 83%;
  top: 17%;
}
.timeline-item:nth-child(3) .circle, .timeline-item:nth-child(5) .circle{left: 3.6vw;}
.timeline-item:nth-child(4) .circle{left: 4.6vw;}
.contact-us .left-box .img-box{width: 87%;}
.timeline-item .circle img {
    width: 72%;
}
}


@media(max-width: 1366px){
.navbar-expand-md .navbar-nav .nav-link{
    margin: 0 6px;
    margin-top: 1.6vw;
}
.timeline-item .circle img {
    width: 65%;
}
}

@media(max-width: 992px) {
    header .mobile-navbar.open {
         right: 0%;
    }
     .navbar-toggler .icon-bar {
         display: block;
         width: 25px;
         height: 2px;
         border-radius: 0px;
         background-color: #000;
         position: relative;
         margin: 5px auto;
         transition: all ease-in-out 0.3s;
         -webkit-transition: all ease-in-out 0.3s;
         -moz-transition: all ease-in-out 0.3s;
         -o-transition: all ease-in-out 0.3s;
    }
     header .navbar-toggler.active .icon-bar.one {
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg);
         top: 7px;
    }
     header .navbar-toggler.active .icon-bar.two {
         transform: translateX(40px);
         -webkit-transform: translateX(40px);
         -moz-transform: translateX(40px);
         -o-transform: translateX(40px);
    }
     header .navbar-toggler.active .icon-bar.three {
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
         bottom: 7px;
    }
      .mobile-navbar .navbar-nav {
        margin-top: 58px;
        display: block;
        padding-left: 24px;
    }
     header .navbar-toggler, header .navbar-toggler:focus {
         border: 0;
         outline: 0;
         padding: 0;
         width: 31px;
         height: 31px;
         position: relative;
         overflow: hidden;
         z-index: 2;
         margin: 10px;
         top: -5px;
         background: #fff;
    }
     header .mobile-navbar.open {
         right: 0%;
    }
     header .mobile-navbar {
         z-index: 2;
         width: 100%;
         position: fixed;
         top: 0;
         padding: 0px;
         z-index: 1;
         right: -100%;
         background-color: #fff;
         color: #fff;
         height: 100vh;
         overflow-y: scroll;
         transition: all 0.3s;
    }
    .navbar-brand {
    top: 1px;
    left: 15px;
}
     .navbar-brand img {
         margin: inherit;
         width: 85%;
         margin-top: 10px;
         display: flex;
         justify-content: center;
    }
.navbar-expand-md .navbar-toggler {
    display: block;
    position: relative;
    top: 9px;
}
.navbar-expand-md .navbar-toggler:focus{
    box-shadow: none;
    top: 9px;
}
header{
  height: 66px;
}
.navbar-brand{width: 10%;}
p{font-size: 14px;}
.banner .text-box a{font-size: 16px;height: 40px;}
.subheading{font-size: 22px;}
.heading{font-size: 28px;}
.font20 {
    font-size: 20px;
}
.couter-single h4{font-size: 22px;}
.conference-wrapper h2{font-size: 50px;}
.conference-wrapper div {
    padding-left: 18px;
}
.about-gmac .text-box{
  margin-left: 0;
  margin-top: 20px;
}
.conference .text-box {
    padding-left: 73px;
}
.timeline-item  .font22 {
    font-size: 15px;
}
.timeline-item .circle img {
    width: 61%;
}
.timeline-item:nth-child(3) h6,
.timeline-item:nth-child(5) h6 {
        position: relative;
        top: 2vw;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  max-width: 92vw;
}
.nested-tab .nav-link{
  font-size: 17px;
}
.registraion-wrapper{width: 84%;}
.registraion a{
  height: 40px;
  font-size: 15px;
}
    .agenda-wrapper {
        width: 85%;
        margin-top: 29px;
    }
.font22 {
    font-size: 20px;
}
.contact-wrappper{
  flex-direction: column;
}
.contact-us .left-box {
    width: 100%;
}
.contact-wrappper::before{
  display: none;
}
.contact-us .left-box a{
  font-size: 18px;
}
.contact-us .left-box .img-box{
  width: 100%;
}
.contact-us .left-box .img-box img{
  width: 100%;
}
.contact-us .form-control{
  font-size: 15px;
}
.contact-wrappper .right-box {
    width: 100%;
    padding-left: 1vw;
    margin-top: 30px;
}
.contact-us .form-check-label{
  font-size: 15px;
}
.navbar-expand-md .navbar-nav .nav-link{
  font-size: 19px;
  color: #15213D;
}
header .mobile-navbar{
  align-items: flex-start;
  display: block;
}
.last-ul a, .contact-us button{
  font-size: 16px;
  height: 40px;
}
.last-ul{padding-left: 32px;}
.about-gmac .img-box,.about-gmac .img-box img{
  width: 100%;
}
.registraion-wrapper .registraion-single h4{
  font-size: 20px;
}
.agenda ul .nav-link{
  font-size: 14px;
}
footer{
  margin-top: -4vw;
}
    .benefits img {
        width: 34%;
        height: 34%;
    }
p br{display: none;}
.agenda-single .left, .agenda-single .right{width: 50%;}
.font22 {
        font-size: 17px;
    }
    .timeline-item .circle{
        width: 7.27vw;
    height: 7.27vw;
    }
    .timeline-item:nth-child(2) .circle {
    top: 10.4vw;
    left: 2.7vw;
}
.timeline-item:nth-child(4) .circle{
    top: 9.4vw;
}
    .timeline-item:nth-child(3) .circle, .timeline-item:nth-child(5) .circle {
        left: 3.6vw;
        top: 2vw;
    }
    .timeline-item:nth-child(1) .circle {
    margin-bottom: 7vw;
    left: 2.3vw;
    top: 0.5vw;
}
.agenda-single .time{
    margin-left: 1vw;
    font-size: 12px;
}
.why-attend .owl-next{
    right: -37px;
}
.why-attend .owl-prev{
    left: -37px;
}
.navbar-brand {
        top: -6px;
        left: 15px;
        width: 16%;
    }
    .new-single .heading{
        font-size: 17px;
        margin-top: -24px;
    }
}


@media(max-width:767px) {
    .navbar-brand {
        width: 17%;
    }
    header {
        height: 60px;
    }
    .banner{margin-top: 55px;}
    p {
        font-size: 15px;
    }
        .contact-us .form-check-label {
        font-size: 14px;
    }
       .last-ul a, .contact-us button {
        font-size: 14px;
        height: 36px;
    }
   footer {
        margin-top: 0;
        height: auto;
          }
  
    .footer-wrapper {
        flex-wrap: wrap;
        padding: 17px 0px;
    }
    .footer-wrapper div {
    margin-top: 22px;
}
    .footer-wrapper img {
        margin: 4px 0px;
        width: 25%;
    }
.contact-us .form-control {
        font-size: 14px;
        padding: 9px 11px;
    }
    .contact-us .form-group {
    margin-bottom: 13px;
}
        .contact-us .left-box a {
        font-size: 24px;
    }
        .heading {
        font-size: 25px;
    }
    .subheading {
        font-size: 20px;
    }
    p {
        font-size: 14px;
    }
    .contact-wrappper{
      width: 100%;
      padding: 15px;
    }
    .agenda-single{
      flex-direction: column;
    }
    .agenda-single{
      padding: 23px;
    }
        .font22 {
        font-size: 17px;
    }
    .agenda ul .nav-link{
      font-size: 14px;
    }
     .agenda-single .left {
        position: relative;
        left: 0;
        margin-bottom: 16px;
    }
.agenda-wrapper{
  margin-top: 42px;
  width: 100%;
}
    .registraion-wrapper {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }
       .registraion-wrapper .registraion-single h4 {
        font-size: 19px;
    }
    .registraion-wrapper{
      gap: 30px;
    }
.registraion a {
        height: 33px;
        font-size: 14px;
        margin-top: 21px;
    }
        .benefit-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .banner .text-box {
    position: relative;
    top: 0;
    transform: unset;
    left: 0;
    background: #15213d;
    box-shadow: 0px 0px 10px #ccc;
    padding: 21px 16px
}
.banner .text-box h1{
  font-size: 27px;
}
.banner .text-box a {
        font-size: 13px;
        height: 40px;
    }
       .banner .text-box a img {
        margin-right: 8px;
        width: 4%;
    }
        .conference .text-box {
        padding-left: 0;
    }

.navbar-expand-md .navbar-nav .nav-link{
  font-size: 17px;
}
    .last-ul a {
        font-size: 15px;
        height: 39px;
        padding: 0px 24px;
    }
        .last-ul {
        padding-left: 21px;
    }
.counter{
  grid-template-columns: repeat(1, 1fr);
  gap: 19px;
}
.couter-single img {
    width: 16%;
}
.couter-single div {
    padding-left: 12px;
}
.footer-wrapper div img {
        width: 19%;
    }
    .contact-us .left-box a {
        font-size: 14px;
        margin-top: 9px;
        width: 100%;
        display: block;
    }
        .contact-us .left-box .d-flex {
        display: block !important;
    }
    .contact-us .left-box a img {
    margin-right: 7px;
    width: 6%;
}
section#contact {
    padding-bottom: 35px;
}
.agenda-single .left, .agenda-single .right{
  width: auto;
}
.registraion-wrapper .registraion-single:nth-child(1),
.registraion-wrapper .registraion-single:nth-child(2){
  padding: 15px;
}
.benefits img {
  width: 35%;
  height: 35%;
}
  .navbar-brand {
  width: 35%;
}
  .navbar-brand {
  top: -8px;
  left: -16px;
}
  .navbar-expand-md .navbar-toggler,  .navbar-expand-md .navbar-toggler:focus {
         top: 3px;
  right: -24px;
}
.mobile-navbar .navbar-nav{
  padding-left: 3px;
}
    .font20 {
        font-size: 18px;
    }
    .conference-wrapper{
      margin-top: 26px;
    }
    .conference-wrapper p{
      width: 100% ;
    }
        .conference-wrapper h2 {
        font-size: 40px;
    }
    #mainTabs .nav-link{
      font-size: 14px !important;
    }
        .nested-tab .nav-link {
        font-size: 14px;
    }
    .benefits p{
      margin-bottom: 0;
    }
    .why-attend .owl-prev{
      left: -31px;
    }
        .why-attend .owl-next {
        right: -31px;
    }
    .why-attend .owl-theme .owl-nav [class*=owl-] span{
      font-size: 30px;
    }
    .about-gmac,.conference, .milestone, .why-attend, .benefits, .registraion, .agenda, .committee{
      padding: 40px 0px;
    }
    ul#mainTabs{
      margin-top: 20px;
    }
    .btm-strip{
      flex-direction: column;
    }
    .btm-strip .social-link{
      margin: 7px 0px;
    }
        .footer-wrapper div {
        margin-top: 12px;
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .footer-wrapper a{
      display: inline-block;
      font-size: 12px;
    }
    .timeline::before{
      display: none;
    }
    .timeline{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
       .timeline-item {
        display: flex;
        align-items: center;
        width: 50%;
        flex: unset;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .timeline-item .circle{
      width: 50px;
      height: 50px;
      margin-bottom: 0 !important;
    }
    .timeline-item .circle {
        width: 60px;
        height: 60px;
        margin-bottom: 0 !important;
    }
.timeline-item:nth-child(2) h6,
.timeline-item:nth-child(2) .circle,
.timeline-item:nth-child(3) .circle, .timeline-item:nth-child(5) .circle,
.timeline-item:nth-child(3) h6, .timeline-item:nth-child(5) h6,
.timeline-item:nth-child(4) .circle,
.timeline-item:nth-child(4) h6 {
    position: relative;
    top: 0;
    left: 0;
}
.timeline-item:nth-child(2),
.timeline-item:nth-child(4){
  display: flex;
    flex-direction: column-reverse;
}
.timeline-item .font22 {
        font-size: 12px;
        text-align: center;
        margin-top: 16px;
    }
    .new-wrapper{
        flex-wrap: wrap;
        padding-top: 19px;
        padding-bottom: 0;
    }
.new-single {
        width: 100%;
        margin-bottom: 16px;
        border-right: 0;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
.new-single .heading{
    margin-top: 0;
}
.new-single:nth-child(1), .new-single:nth-child(2) {
    width: 100%;
}
.logo-box img{
    width: 38%;
}
    .new-single:nth-child(1) img {
        width: 49%;
    }
    .new-single:nth-child(3) {
    width: 100%;
    border-top: 0;
    border-bottom: 0;
}
.new-single:nth-child(1), .new-single:nth-child(2) {
    width:100%;
    border-bottom: 1px solid #ccc !important;
}
}