html {
  scroll-behavior: smooth;
}
.footer__nav ul{
    display: flex;
}
.footer__nav ul li{
    /* margin-right: 18px; */
    padding: 20px 20px 25px;
}
.footer__nav ul li a{
    color: #fff;
}
.footer__nav ul li a:hover{
    color:#fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: unset!important;
}

.breadcrumb{
    margin: 33px 0 0;
    padding: 20px 0;
    font-size: 18px;
}
.bloglist{
    height: 589px;
}
.bloglist p {
    margin-bottom: 5px;
    line-height: 25px;
    font-size: 16px;
}
.rdbtn a {
    background: #e7b274;
    color: #fff;
    padding: 11px 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.bloglist img{
    border-radius: 10px;

}
.blogcontent p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    padding: 2px 0;
}
.blogcontent ul li{
    margin-bottom: 15px;
    font-size: 16px;
}
img.fetimg {
    width: 100%;
    margin-bottom: 31px;
    border-radius: 20px;
}

#scroll-to-top{
display:none;
width:40px;
height:40px;
line-height: 40px;
border-radius:50%;
 position:fixed;
 bottom:20px;
 right:20px;
 z-index:1000;
 cursor:pointer;
 background-color:#333;
 color:#fff;
 
 border-radius:50%;
 font-size: 1.5em;
 text-align: center;
 box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

@media (min-width: 1164px), print {
    #pu96 {
        z-index: 2;
        padding-bottom: 0px;
        margin-right: -10000px;
        margin-top: 74px;
        width: 100.13%;
    }
        #pu308 {
        z-index: 65;     
        width: 100%;       
        display: block;
        margin: 54px auto 69px;
    }
    #pu137 {
        margin-top: 54px;
        width: 100%;    
      }
      #u96 {
        margin-top: -21px;
    }
    #u163-4{
        margin-top: 63px;
    }
    #u998{
      margin-top: 54px;
    }
    #u1346-4{
      margin-top: 40px;
    }
    #pamphletu1017{
      margin-top: 16px;
    }
    #pu169{
     margin-top: 74px;   
    }
    #u226-4{
      margin-top: 71px;
    }
    #u233-4{
      margin-top: 44px;  
    }
    #u925-4{
      margin-top: 64px;  
    }
    #page {
        height: 100vh;
    }
    #pwidgetu341{
        margin-bottom: -87px;
    }
    #u239-4 {
      width:unset!important
    }
}

@media(max-width:767px){
    html,body{
        position: relative;
        width: 100%;
        overflow-x: hidden;
    }
    #page{
        padding-top: 38px;
    }
    #u96 img{
        max-width: 200px;
    }
    #pu137 {
      margin-top: 66px;
    }
    #u163-4{
      margin-top: 59px;
    }
    #u998{
      margin-top: 44px;
    }
    #u1346-4{
      margin-top: 44px;
    }
    #pu169{
      margin-top: 86px;
    }
    #u226-4{
      margin-top: 63px;
    }
    #u233-4{
      margin-top: 42px;
      margin-bottom: 57px;
    }
    #widgetu341_position_content{
      margin-top: -16px;
    }
    #widgetu362_prompt, #widgetu343_prompt, #widgetu358_prompt, #widgetu374_prompt{
      left: -164px;  
    }
    #u770-4, #u828-4, #u841-4, #u851-4, #u865-4, #u875-4, #u889-4, #u899-4, #u912-4{
      margin-left: 8px;
    }
    #page{
        min-height: 100vh!important;
    }
   .top_social {
     /* text-align: center; */
   }
   .top_social img{
    width: 40px;
    height: 40px;
   }
   a.calbtn{
    font-size: 18px;
   }
   .topnav a{
    display: none;
 }
 .mobile_menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
 }
 .footer__nav ul{
    display: block;
    margin-bottom: 20px;
}
.footer__nav ul li{
    /* margin-right: 18px; */
    padding: 15px 0;
    
  } 
    #pu308 {
    z-index: 47;
    margin-top: 1px;
    width: 100.63%;
 }
}

/* Desktop Menu */
.nav {
    list-style: none;
    display: flex;
    gap: 30px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 16px 15px;
}
.nav li a {
    text-decoration: none;
    color:#fff;
    font-size: 16px;
    font-weight: 500;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: unset;
}

/* Hamburger Icon for Mobile */
.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

/* Mobile Responsive */
@media(max-width: 768px) {
    .menu-icon {
        display: block;
        text-align: right;
        color: #fff;
    }
   .nav li a{
    color: #000;
    font-size: 20px;
   }
    .nav {
        position: absolute;
        top: 56px;
        right: 0;
        width: 297px;
        background: #fff;
        flex-direction: column;
        gap: 0;
        text-align: center;
        padding: 20px 0;
        display: none;
        box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
        z-index: 444;
    }
  
    .nav li {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

    .nav li:last-child {
        border-bottom: none;
    }

    .nav.show {
        display: block;
    }
}


.pt_50{
  padding-top: 40px;
}
.thank-you{
  text-align: center;
  padding: 70px 0 150px;
  background-color: #f7f7f7f7;
  margin-top: 60px;
}
.thank_you_box h1{
  font-size: 100px;
  color: #466FA8;
}
.thank_you_box p{
  font-size: 18px;
  margin-bottom: 42px;
  
}
.thank_you_btn{
  padding: 20px 30px;
  text-transform: uppercase;
  font-weight: 600;
  background: #e4ae6c;
  color: #fff;
}

#u239-4
 {
    margin-left: 45% !important;
}