* {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
 
}
html,
body {
  width: 100%;
}
body::-webkit-scrollbar {
  display: none;
}
.header-container {
  position: relative;
  max-height: 480px;
  overflow: hidden;
}
.navbar-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.5s ease all;
  z-index: 10;
}
.footer-description-container div {
  margin-top: -20px;
}

.footer-description {
  margin-top: 0px !important;
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  margin-bottom:0px;
  margin-top: -9px;
}
nav {
  padding: 30px;
}
.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  padding:15px 0px;

  line-height: inherit;
  white-space: nowrap;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: 0px;
  background-color: transparent;
}
.navbar-brand img {
  width: 175px;
  vertical-align: middle;
  border-style: none;
}
.right-menu {
  display: flex;
  column-gap: 5px;
  vertical-align: middle;
  align-items: center;
}
header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 218px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 93.12%);
}
.login-btn {
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  width: 90px;
  height: 40px;
  border: 1px solid #ffffff;
  background-color: transparent;
  outline: none !important;
  letter-spacing: 0.1em;
  margin-right: 30px;
  text-transform: uppercase;
  transition: 0.2s ease all;
}
.login-btn:hover{
  background-color: #FFDE33 !important;
  color:#04717A !important;
}
.button-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.button-burger__line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.button-burger__line:first-child {
  width: 100%;
}
.button-burger__line:nth-child(2) {
  width: 60%;
  margin-left: 40%;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  right: 0;
  z-index: 5 !important;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #0063be;
  display: block;
  transition: 0.4s;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 5px solid white;
  width: 70%;
}
.sidenav a:hover {
  color: #33a1aa;
}


.sidenav a:hover {
  color: #33a1aa;
}
.sideNav-cont{
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); ;
}
.side-links {
  margin-top: -26px;
}
.side-img-link {
  position: absolute !important;
  bottom: 40px;
}
.active-side-link {
  color: #33a1aa !important;
  border-left: 5px solid #33a1aa !important;
}
.login-link {
  width: 108px !important;
  border-left: none !important;
  background-color: #ffde33;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-left: 25px;
  margin-top: 25px;
  padding-left: 32px;
  padding-right: 10px;
  text-align: center;
  border: none;
  filter: none;
  cursor: pointer;
  line-height: 30px;
}
.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-left: 50px;
}
.closebtn i {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 23px;
  color: #0063be;
  display: block;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.login-link:hover {
  background-color: #ffde33;
}
.side-img-link img {
  width: 200px;
}
header {
  width: 100%;
  height: 300px;
  background: url("https://granite-ecs-test.s3.amazonaws.com/cms/asset/e88e9ad6-6486-424e-9ba1-719680c0e13a.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.header-title {
  color: #fff;
  font-size: 30px;
  position: absolute;
  z-index: 2;
  line-height: 36px;
  left: 50%;
  font-weight: 300;
  transform: translate(-50%);
  bottom: 30px;
}
.hidden-search-container {
  display: none;
}
.blog-area {
  display: grid;
  margin: 45px 0;
  padding: 0 45px;
  grid-template-columns: auto min-content;
  column-gap: 45px;
}


.blog-area-blogs1 {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 30px;
  row-gap: 50px;
  justify-content: space-between;
}
.blog-container {
  display:block;
  box-sizing: border-box;
  position: relative;
  height: fit-content;
  width: 100%;
  padding: 0 0 16px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease;
}

.blog-container2 {
  display:none;
  box-sizing: border-box;
  position: relative;
  height: fit-content;
  width: 100%;
  padding: 0 0 16px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s ease;
}
.date-badge {
  position: absolute;
  z-index: 2;
  top: -15px;
  bottom: inherit;
  left: 15px;
  width: 80px;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  border-radius: 5px;
  border-top: #ffde33 5px solid;
}

.blogs-hurray{
  display: none;
}

#new1{
  width: 100%;
}

#new2{
  width:100%;
}

#new3{
  width:100%;
}

#new4{
  width:100%;
}
#new5{
  width: 100%;
}

#new6{
  width: 100%;
}

#new7{
  width: 100%;
}
#new8{
  width: 100%;
}
#new9{
  width: 100%;
}
#new10{
  width: 100%;
}
#new11{
  width: 100%;
}
#new12{
  width: 100%;
}
#new13{
  width: 100%;
}
#new14{
  width: 100%;
}
#new15{
  width: 100%;
}
.video-image-container{
  text-align: center;
}
.right-images-iframe{
  float: right;
  margin-left: 10px;
}

.left-images-iframe{
  float: left;
  margin-right: 20px;
}
.button-container{
  text-align: center;
}
.insider-button{
  width: 175px;
    background-color: #5656e4;
    color: white;
    border-radius: 5px;
    border: none;
    height: 45px;
    margin-bottom: 20px;
}

.social-contacts{
  text-align: center;
}

.social-contacts-images{
margin-bottom: 20px;
}

.feedback-form{
width: 516px;
}

.heading{
  font-size: 24px;
    color: #000000;
    font-weight: 200;
    margin-bottom: 36px;
    letter-spacing: 2px;
    margin-top: 2px;
}
#new2 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 200;
  margin-bottom: 36px;
  letter-spacing: 2px;
  margin-top: 2px;
}

#new3 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 200;
  margin-bottom: 36px;
  letter-spacing: 2px;
  margin-top: 2px;
}

#new4 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 200;
  margin-bottom: 36px;
  letter-spacing: 2px;
  margin-top: 2px;
}
#new5 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}

#new6 h2{
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}

#new7 h2{
  font-size: 20px;
  color: #000000;
  font-weight: bolder;
  margin-bottom: 36px;
  letter-spacing: 2px;
  margin-top: 2px;
}
#new8 h2{
  font-size: 20;
  color: #000000;
  font-weight: 200;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}
#new9 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 200;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}
#new10 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}
#new11 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 200;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}

#new12 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}

#new13 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}
#new14 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}
#new15 h2{
  font-size: 24px;
  color: #000000;
  font-weight: 200;
  margin-bottom: 20px;
  letter-spacing: 2px;
  margin-top: 20px;
}

#new4 ul{
margin-left: 50px;
}

#new4 ul li{
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  color: #444444;
}

#new4 ul li span{
  font-weight: bolder;
}

#new5 ul{
  margin-left: 50px;
  }
  
  #new5 ul li{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #444444;
  }
  
  #new5 ul li span{
    font-weight: bolder;
  }




#new6 ul{
  margin-left: 50px;
  }
  
  #new6 ul li{
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #444444;
  }
  
  #new6 ul li span{
    font-weight: bolder;
  }

  #new6 ol{
    margin-left: 100px;
    }
    
    #new6 ol li{
      font-family: 'Lato', sans-serif;
      font-size: 17px;
      color: #444444;
    }
    
    #new6 ol li span{
      font-weight: bolder;
    }


    #new7 ul li{
      font-family: 'Lato', sans-serif;
      font-size: 17px;
      color: #444444;
    }

    #new8 ul{
      margin-left: 50px;
      }
      
      #new8 ul li{
        font-family: 'Lato', sans-serif;
        font-size: 17px;
        color: #444444;
      }
      #new8 ul li span{
        font-weight: bolder;
      }

    #new9 ul{
      margin-left: 50px;
      }
      
      #new9 ul li{
        font-family: 'Lato', sans-serif;
        font-size: 17px;
        color: #444444;
      }
      #new9 ul li span{
        font-weight: bolder;
      }



      #new10 ul{
        margin-left: 50px;
        }
        
        #new10 ul li{
          font-family: 'Lato', sans-serif;
          font-size: 17px;
          color: #444444;
        }
        
        #new10 ul li span{
          font-weight: bolder;
        }


      #new11 ul{
        margin-left: 50px;
        }
        
        #new11 ul li{
          font-family: 'Lato', sans-serif;
          font-size: 17px;
          color: #444444;
        }
        #new11 ul li span{
          font-weight: bolder;
        }

        #new13 ul{
          margin-left: 50px;
          }
          
          #new13 ul li{
            font-family: 'Lato', sans-serif;
            font-size: 17px;
            color: #444444;
          }

          #new14 ul{
            margin-left: 50px;
            }
            
            #new14 ul li{
              font-family: 'Lato', sans-serif;
              font-size: 17px;
              color: #444444;
            }


            #new15 ul{
              margin-left: 50px;
              }
              
              #new15 ul li{
                font-family: 'Lato', sans-serif;
                font-size: 17px;
                color: #444444;
              }
              
              #new15 ol{
                margin-left: 100px;
                }
                
                #new15 ol li{
                  font-family: 'Lato', sans-serif;
                  font-size: 17px;
                  color: #444444;
                }
                
                #new15 ol li span{
                  font-weight: bolder;
                }

                .menu-button{
                  background-color: white;
                  border: 1px solid black;
                  width: 100%;
                  border-radius: 2px;
                  height: 38px;
                }
                .menu-button:hover{
                  color: blue;
                  background-color:yellow ;
                  
                }


  
.header-navigator-container{
  display: none;
  border-top: 2px solid #D6D6D6;
border-bottom: 2px solid #D6D6D6;
background: none;
padding-left: 0;padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.header-navigator-seperator{
  font-size: 16px;
  color: #000000;
  margin-left: 8px;
  margin-right: 8px;
}
.header-navigator{
  font-size: 16px;
  color: #000000;
}

.header-navigator:hover{
  color:orange;
  cursor: pointer;
}


.icon-text li{
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  margin-bottom: 10px;
  margin-left: -19px;
}
.social-media{
  display: flex; gap: 280px;margin-top: 30px;border-bottom: 2px solid #D6D6D6;margin-left: -9px;
}

.icon-text-icon{
  position: relative;
  left: 12px;
   
}

.icon-text-text{
  position: relative;
  left: 15px;
    
}










.image-container {
  position: relative;
  width: calc(33.33% - 10px);
}

.image-container2{
  position: relative;

  width: calc(50% - 10px);
}

.image-container2 img{
  width: 100%;
  height: auto;
  display: block;
} 

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: rgb(255, 255, 255);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
.text-info{
  font-size: 17px;
color: #000000;
font-weight: 500;
line-height: 24px;
margin-top: 15px;
/* width: 102rem; */
}

.image-caption{
  font-style: italic;
  color: #686868;
}

.posted-area-heading{
  border-bottom: 2px solid #D6D6D6;
  border-top: 2px solid #D6D6D6;
  height: 60px;

}
.posted-area-heading h6{
  margin-top: 22px;
  font-size: 13px;
  font-weight: bolder;
}

.posted-area-heading h6 span{
  color: rgb(240, 185, 47);
}

.posted-profile{
  margin-top: 20px;
}


.imageContainer{
  display: flex; 
  flex-wrap: wrap; 
  gap: 12px; 
  width: -webkit-fill-available;
}


.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-group input, .form-group textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-group textarea {
  height: 100px;
}
.form-group .half-width {
  width: calc(50% - 5px);
  display: inline-block;
}
.form-group .full-width {
  width: 100%;
}
.form-group button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color:white;
  color: black;
  cursor: pointer;
  font-size: 16px;
    font-weight: bold;
    border: 1px solid black;
}
.form-group button:hover {
  background-color: #ffdc14;
}

#wtert2{
  width: -webkit-fill-available;
  /* height: 372px; */
}

#wterthj{
  width:90%;
  height: 370px;
}
#wtergh{
  width: 100%;
  height: 320px;
}

.date-badge1 {
  position: absolute;
  z-index: 2;
  top: -15px;
  bottom: inherit;
  left: 15px;
  width: 80px;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  border-radius: 5px;
  border-top: #ffde33 5px solid;
}


.tag-container-image{
  margin-right: 10px;
}


.blog-img-text{
  position:relative;
}
.blog-img-container {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.blog-img-container img {
  height: 100%;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  transition: transform 0.3s ease;
}
.blog-container:hover img {
  transform: scale(1.1);
}
.blog-container:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
}
.blog-info {
  padding: 5px 8px;
}
.blog-info h2 {
  font-weight: 200;
  line-height: 29px;
  font-size: 20px;
  letter-spacing: 1.4px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
  undefined: undefined;
}
.tag-container span {
  outline: 0px;
  font-size: 13px;
}
.tag-container span a {
  color: #6eccd3;
  font-weight: 600;
  text-decoration: none;
}
.input-container {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  min-width: 180px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
}

.pagination-area{
  border-top: 2px solid #D6D6D6;
  border-bottom: 2px solid #D6D6D6;
  margin-top : 30px;
  padding: 0px 0;
}

.pagination h2 {
  display: none;
}

 .pagination-area .page-numbers:hover {
  background: linear-gradient(136deg, #D7F1B2 0%, #29CAA1 100%);
  border-radius: 50%;
}


.page-numbers{
  border-radius: 50%;
}

.prevButton{
  display: none;
}

.nav-links {
  display: flex;
}

.page-numbers {
  position: relative;
  display: block;
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 1.25;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin-right: 10px;
}
.pagination-area .pagination {
  margin-bottom: 0;
  float: right;
}
.pagination{
  margin-top:0px;
  margin-top:20px;
  margin-bottom: 20px !important;
}
.search-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.search-icon {
  margin-top: 1px;
  width: 18px;
  undefined: undefined;
}
.search-submit {
  background: transparent;
  border: none;
}
.categories-container {
  margin-top: 30px;
  min-width: 280px;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
}
.categories-title {
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.categories-container li {
  list-style: none;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 15px;
}
.categories-container li a {
  color: #6eccd3;
  text-decoration: none;
  outline: 0px;
}
.pages-items h4 {
  box-sizing: border-box;
  margin-left: 5px;
  padding: 11px 13px;
  font-size: 12px;
}
#scrollToTopBtn.hidden {
  display: none;
}
#scrollToTopBtn img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-description-container {
  padding: 50px 40px 20px;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  /* justify-content: center; */
  column-gap: 30px;
}
footer ul{
  display: flex;
  flex-direction: column;
}
footer li, footer a {
  list-style-type: none;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
  cursor: pointer;
}

footer li:hover,footer a:hover{
  color:#ffc107 !important;
}
footer {
  background-color: #f8f8f8;
  color: #bbbbbb;
  font-size: 14px;
  letter-spacing: 1.5px;
}
.tab-footer-description {
  display: none;
}
.footer-description-img {
  width: 80%;
  /* padding: 0 5%; */
  box-sizing: border-box;
}
.footer-description-img img {
  width: 100%;
}
.footer-description {
  max-width: 340px;
  padding: 0 15px;
}
.footer-description p {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}
footer div {
  min-width: 230px;
}
footer img {
  width: 100%;
  /* height: 55px; */
  margin-bottom: 24px;
}
.facebook-icon:hover,.instagram-icon:hover{
  background: #ffc107;
}

.term{
  color:white;
}
.term:hover{
  color: white !important;
}
.footer-item-title {
  /* padding-top: 20px; */
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
}
footer li {
  list-style-type: none;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
}
.footer-copyright {
  text-align: center;
  background: linear-gradient(136deg, #33a2ab 0%, #9ef1f7 100%);
  color: #ffffff;
  padding: 20px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.footer-social-icons div {
  display: flex;
}
.footer-social-icons div span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.facebook-icon {
  display: inline-block;
  text-align: center;
  background: #000;
  border-radius: 50px;
  width: 48px;
  height: 48px;
}
.instagram-icon {
  display: inline-block;
  text-align: center;
  background: #000;
  border-radius: 50px;
  width: 48px;
  height: 48px;
}
.twitter-icon {
  display: inline-block;
  text-align: center;
  background: #000;
  border-radius: 50px;
  width: 48px;
  height: 48px;
}
.facebook-icon svg,
.instagram-icon svg,
.twitter-icon svg {
  margin-top: 10px;
  margin-left: 1px;
  fill: #fff;
  width: 20px;
}
#scrollToTopBtn {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  opacity: 0.7;
  transition: 0.9s;
  cursor: pointer;
}
@media screen and (min-width: 1300px) {
  .blog-container {
    height: 360px;
  }
  .blog-container2 {
    height: 360px;
  }
  .blog-img-container {
    height: 55%;
  }
}
@media screen and (min-width: 1500px) {
  .blog-container {
    height: 400px;
  }
  .blog-container2 {
    height: 400px;
  }
}
@media screen and (min-width: 1750px) {
  .blog-container {
    height: 450px;
  }
  .blog-container2 {
    height: 450px;
  }
}
@media screen and (max-width: 1350px) {
  footer div div {
    min-width: auto;
  }
}
@media screen and (max-width: 1050px) {
  footer div {
    min-width: auto;
  }
  .categories-container {
    min-width: auto;
  }
}



#imezc{
  width: -webkit-fill-available;
 }

 .short-images{
  width: 95%;
 }

@media screen and (max-width: 765px) {
 
  #new1 {
   width: 100%;
  }
  #new2{
    width: 100%;
  }
  #new3{
    width: 100%;
  }

  #new4{
    width: 100%;
  }
  #new5{
    width: 100%;
  }

  #new6{
    width: 100%;
  } 
  #new7{
    width: 100%;
  }
  #new8{
    width: 100%;
  }

  #new9{
    width: 100%;
  } 
  #new10{
    width:100%;
  }

  #new11{
    width: 100%;
  } 
  #new12{
    width: 100%;
  } 
  #new13{
    width: 100%;
  } 
  #new14{
    width: 100%;
  }
  #new15{
    width: 100%;
  }
  #new1 p {
    width: 100%;
   }
#new2 p{
  width: 100%; 
}
 
#new3 p{
  width: 100%;
}

#new4 p{
  width: 100%;
}
#new5 p{
  width: 100%;
}

#new6 p{
  width: 100%;
}
#new7 p{
  width: 100%;
}
#new8 p{
  width: 100%;
}
#new9 p{
  width: 100%;
}
#new10 p{
  width:100%;
}

#new11 p{
  width: 100%;
} 
#new12 p{
  width: 100%;
} 
#new13 p{
  width: 100%;
}
#new14 p{
  width: 100%;
} 
#new15 p{
  width: 100%;
}

.social-media{
 width: 100%;
 
}
}



/* @media screen and (min-width: 765px) {
 
  .new12 {
   width: 100%;
  }

  .new12 p {
    width: 100%;
   }

   .imageContainer{
    flex-direction: column;
    width: -webkit-fill-available;
}

#imezc{
 width: -webkit-fill-available;
}
#wtert2{
 width: -webkit-fill-available;
}
.social-media{
 width: 100%;
 flex-direction: column;
}
}
 */


@media screen and (max-width: 992px) {
  .categories-container {
    min-width: 230px;
  }
  .blog-area-blogs1 {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
  .blog-area-blogs2{
    grid-template-columns: 100%;
    row-gap: 30px;
  }
  .blog-container {
    height: fit-content;
  }
  .blog-container2 {
    height: fit-content;
  }
  .footer-description {
    display: none;
  }
  .tab-footer-description {
    padding: 0 60px;
    display: unset;
  }
  .tab-footer-description p {
    padding: 0 60px;
  }
  .footer-description-img {
    padding: 2% 10% 0;
  }
  .footer-description-container {
    grid-template-columns: auto auto auto auto;
  }
  .footer-copyright {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .hidden-search-container {
    display: block;
    border-radius: 0;
    height: 55px;
    margin-bottom: 45px;
  }
  .input-hidden-container {
    undefined: undefined;
    border-radius: 0;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    min-width: 180px;
    padding: 0 12px;
  }
  .search-hidden-input {
    height: 55px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .input-container {
    margin-bottom: 40px;
  }
  .blog-area {
    grid-template-columns: 100%;
    padding: 0 15px;
  }
  footer {
    margin-top: 80px;
  }
}
@media screen and (max-width: 580px) {
  .footer-description-img {
    padding: 3% 13% 0;
  }
  .footer-description-container {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 450px) {
  .footer-description-img {
    padding: 4% 20% 0;
  }
  nav {
    padding: 15px 5px;
  }
  .login-btn {
    margin-right: 5px;
  }
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}




.text-center{
  text-align:center;
}
.clearfix:after{
  display:none;
}
.clearfix:before{
  display:none;
}
.row:after{
  display:none !important;
}
.row:before, .btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before{
  display:none !important;
}
.login-btn button{
  background:#F7B618;
  border-radius:5px;
  padding:5px 15px;
}
.ControlInput.ControlInput--password{
  margin:0px 0px 0px 0px;
}
#iu74k{
  display:none;
}
#user_name-3{
  margin:0px 0px 18px 0px;
}
#i41fn{
  fill:#3a559f;
}
#login-button-3{
  width:100%;
  margin-top:20px;
  font-family:Lato, sans-serif;
  font-style:normal;
  font-weight:bold;
  font-size:16px;
  line-height:19px;
  text-align:center;
  letter-spacing:0.1em;
  color:#222222;
  background:linear-gradient(90deg, #F7B618 0%, #FFDE33 100%);
  box-shadow:0px 2px 0px #222222;
  border-radius:5px;
  padding:14px 0;
  margin-bottom:35px;
  border:0;
  display:inline-block;
}
.dropdown-select button{
  border:none;
  background-color:transparent;
  text-align:left;
  font-size:16px;
  color:#525252;
  border-radius:3px;
  font-family:Lato;
  letter-spacing:0.05em;
  padding-bottom:7px;
}
.dropdown-options button{
  width:100%;
}
#dropSelectOptions.active{
  display:block;
  border-radius:3px;
  margin-top:5px;
}
.adult-children-input-container img{
  width:10px;
}
.adult-children-handler h6{
  font-size:15px;
  font-weight:bold;
}
.quantity-handler input{
  color:#0063be;
  background-color:#ececec;
  border:none;
  height:40px;
  border-radius:5px;
}
.quantity-handler img{
  width:20px;
}
.selected-places p{
  padding:15px 25px;
  color:#525252;
  font-size:15px;
  font-family:Lato;
  margin:0;
}
@media print{
  header{
    width:100%;
    height:100vh;
    background:url("https://prj185c20-staging-backend-bucket.s3.amazonaws.com/cms/asset/ce145658-766d-43fd-9106-50c7ba16a89e.jpg");
    background-repeat:no-repeat;
    background-position:bottom;
    background-size:cover;
  }
}
@media screen and (max-width: 1350px){
  footer div div{
    min-width:auto;
  }
}
@media screen and (max-width: 1050px){
  footer div{
    min-width:auto;
  }
}
@media screen and (max-width: 992px){
  .tab-footer-description p{
    padding:0 60px;
  }
  .tab-footer-description img{
    width:690px;
  }
  .modal-body{
    min-width:90%;
  }
  .side-img img{
    width:100%;
    max-height:80vh;
  }
  .img-head{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    text-align:center;
    font-size:22px;
    width:100%;
    font-weight:bold;
  }
}
@media screen and (max-width: 768px){
  .tab-footer-description img{
    width:510px;
  }
}
@media screen and (max-width:766px){
  .sideimg-text{
    display:none;
  }
}
@media screen and (max-width: 580px){
  .tab-footer-description img{
    width:290px;
  }
}
@media screen and (max-height: 450px){
  .sidenav a{
    font-size:14px;
  }
  .navbar-brand img{
    width:100px;
  }
  .navbar-brand>img{
    width:100px;
  }
}

/* .facebook-icon svg,
.instagram-icon svg {
margin-top: 13px;
fill: #fff;
width: 17px; */
/* } */

.clearfix:after {
display: none;
}

.clearfix:before {
display: none;
}

.navbar:after {
display: none;
}

.navbar:before {
display: none;
}

.row:after {
display: none;
}

.row:before,
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
display: none;
}

.w-sticky {
margin: -18px 0px 0px 0px;
}

.added-type {
display: flex;
}

.back-btn {
background: #eaeaea;
border-radius: 20px;
padding: 5px 8px 6px;
color: #525252;
font-weight: 900;
font-size: 11px;
line-height: 13px;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
width: 180px;
}

.back-btn:hover {
background: #eaeaea;
cursor: pointer;
}

.back-btn > i {
margin-right: 8px;
}

.learn-more-txt {
color: #0063be;
font-size: 11px !important;
line-height: 13px;
color: #0063be !important;
font-weight: 800;
display: flex !important;
}

.learn-more-txt > img {
width: 10px;
margin-right: 5px;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {display: none !important;}

/* Login Modal */
.login-model-container {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 1500;
  left: 0;
  overflow: hidden;
  outline: 0;
  background-color: rgb(255, 255, 255, 0.5);
}

.model-body {
  position: fixed;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 1.4rem;
  width: 899px;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.model-content {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.45) !important;
  border-radius: 10px;
  border: 10px red !important;
}

.model-close {
  position: absolute;
  top: -15px;
  cursor: pointer;
  right: -15px;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  background-color: #000;
  color: #fff !important;
  line-height: 40px;
  text-align: center;
  opacity: 1 !important;
  display: inline-block;
  z-index: 1051;
  outline: none;
  border: none;
  text-shadow: none;
  font-size: 26px;
}

.close {
  cursor: pointer !important;
}

.sideimg-text {
  position: relative;
}

.side-img {
  min-height: 564px !important;
  background-size: cover !important;
  border-radius: 5px;
  background: url(http://3.25.2.50/public/frontend/traveloris_new_home/images/side-img.png)
    no-repeat center center;
}

.sideimg-text h2 {
  position: absolute;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 132%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  right: 0;
  left: 0;
}
.login-btn:hover{
    background-color: #ffde33 !important;
    border: none;
    color :#33A1AA !important;
  }

.logo-footer {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0;
}

.logo-footer h3 {
  font-family: Lato;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 132%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: none;
}

.side-img {
  min-height: 564px !important;
  background-size: cover !important;
  border-radius: 5px;
  background: url(https://granite-ecs-test.s3.amazonaws.com/cms/asset/dd919ad4-8d98-4a80-a5a3-600be8663c0e.png)
    no-repeat center center;
}

form {
  padding: 0;
  margin: 0;
}

.plan-holiday-text{
  margin-top:50px;
}

.plan-holiday-text h1 {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 8px;
}

.plan-holiday-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #525252;
  margin-bottom: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.plan-holiday-text ul {
  padding: 0;
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.plan-holiday-text ul li {
  font-family: Lato;
  font-style: normal;
  margin-right:10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #424242;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.google-login {
  margin-right: 0px;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  padding: 6px !important;
  margin-left: 5px;
}

.or-text {
  position: relative;
  text-align: center;
}

.or-text p {
  margin-bottom: 0;
  text-align: center;
  display: block;
  float: none;
  color: #909090;
}

.logo-footer img{
  width: 145px;
}

.or-text p:before {
  content: "";
  background: #ccc;
  height: 1px;
  position: absolute;
  left: 0;
  top: 7px;
  width: 45%;
  z-index: 1;
}
.or-text p::after {
  content: "";
  background: #ccc;
  height: 1px;
  position: absolute;
  right: 0;
  top: 7px;
  width: 45%;
  z-index: 1;
}

.wrap div {
  position: relative;
  margin: 25px 0;
}

label {
  display: inline-block;
}
.wrap label {
  position: absolute;
  top: 5px;
  margin: 10px;
  padding: 0 10px;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #909090;
  pointer-events: none;
  z-index: 1;
}

.wrap input[type="text"] {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 19px;
  color: #909090;
  background: #ffffff;
  border: 1px solid #909090;
  box-sizing: border-box;
  border-radius: 3px;
  height: 48px;
  outline: none !important;
}

.wrap .active {
  top: -20px;
  font-size: 12px;
  color: #424242 !important;
  background-color: #fff !important;
}

.Form-fields {
  background-color: #fff;
  margin-bottom: 0 !important;
}

.wrap input[type="password"] {
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  outline: none;
  line-height: 19px;
  color: #909090;
  background: #ffffff;
  border: 1px solid #909090;
  box-sizing: border-box;
  border-radius: 3px;
  height: 48px;
}

.signup-view-pw.view-pw {
  position: absolute;
  right: 20px;
  top: 12px;
  color: #909090;
  font-size: 16px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.register-btn {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #222222;
  background: linear-gradient(90deg, #f7b618 0%, #ffde33 100%);
  box-shadow: 0px 2px 0px #222222;
  border-radius: 5px;
  width: 100%;
  padding: 14px 0;
  margin-bottom: 35px;
  border: 0;
  display: inline-block;
}

.loginnextmodal .register-btn {
  margin-bottom: 25px;
}

.mb-40 {
  margin-bottom: 40px !important;
}
.textblue {
  font-family: Lato;
  font-style: normal;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #0063be !important;
  text-decoration: none !important;
}

/* Tablet Responsive */
@media screen and (max-width: 992px) {
  .section {
    width: 88%;
  }

  .section-right {
    margin-left: 0px;
  }

  .section-left h2 {
    font-size: 34px;
  }

  .holiday-planner-para {
    width: 100%;
  }

  .enterprise h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .banner-cont {
    width: 93%;
    left: 4%;
  }
}

/* Model Responsive */
@media screen and (max-width: 992px) {
  .model-body {
    width: 899px;
    overflow-x: hidden;
    overflow-y: scroll !important;
  }
  .model-close {
    right: 5px;
    top: 5px;
  }

  .plan-holiday-text{
    margin-top: 0px;
}
}

@media screen and (max-width: 768px) {
  .model-body {
    width: 96%;
    overflow: visible;
    overflow-y: visible !important;

  }
  .sideimg-text {
    display: none;
  }

  .model-close {
    right: -12px;
    top: -12px;
  }
}
