body {
  overflow-x: hidden;
  color: #333;
  font-family: "Cinzel", serif;
  /*  */
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", serif;
}
p {
  color: #354154;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Cinzel", serif;
  letter-spacing: 0.5px;
}
.main_home_mob {
  width: 100%;
  display: block;
  overflow: hidden;
}
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
}

.container {
  max-width: 1300px;
}

.container1 {
  max-width: 1300px;
  margin: auto;
}
.hometopsection {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 115px;
  height: 100vh;
}
.hometopsection::before {
  background-image: url(../images/bannerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50%, -50%);
}
.hometopsection::after {
  background-color: #010016;
  opacity: 0.84;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  content: "";
  transform: translate(-50%, -50%);
}
/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height: 75px;*/
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
  background-color: #000;
}
.header_top{
    padding: 10px;
    background-color: #333;
}
.header_top a{
    color: #fff;
    font-size: 16px;
}
#header.fixed1.fixed2 {
}
.logo {
  float: left;
}

.logo a {
}
.logo a img {
  height: 40px;
  margin-top: 10px;
}
.headerright1 {
  float: right;
  text-align: right;
}
.menu {
  float: right;
  height: 75px;
}

.menu ul {
  list-style: none;
  display: inline-block;
}

.menu > ul > li {
  float: left;
  position: relative;
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 17px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 0 15px;
  font-family: "Cinzel", serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  height: 75px;
  line-height: 75px;
  display: block;
}
#header.fixed1 .menu > ul > li {
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
}

.menu > ul > li.contactli {
}
.menu > ul > li > a span {
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

#header.fixed2 .menu > ul > li > a {
}

#header.fixed1 .menu > ul > li > a i {
  font-size: 18px;
}

#header.fixed1 .menu > ul > li.contactli {
}

#header.fixed1 .menu > ul > li.contactli > a {
  height: 75px;
  line-height: 75px;
  margin-left: 70px;
  padding: 0 25px;
  /* width: 36px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffeb87;
}
.menu > ul > li > a img {
  height: 18px;
}
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #ffeb87;
  opacity: 1;
}
/* #header.fixed1 .menu > ul > li > a.active::before {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  content: "";
  width: 20px;
  height: 4px;
  background-color: #ffeb87;
  border-radius: 3px;
} */
#header.fixed1 .menu > ul > li.contactli > a:hover {
}
.menu > ul > li > a i {
  margin-left: 1px;
  position: relative;
  top: 0;
}

.menu ul > li:hover ul.submenu1,
ul.submenu1 > li:hover ul.submenu2 {
  display: block !important;
}

ul.submenu1,
ul.submenu2 {
  width: 240px;
  background-color: #000;
  /* box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15); */
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}
ul.submenu2 {
  left: 100%;
  top: 0;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  line-height: normal;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  padding: 10px 20px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #2b2b2b;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 > li:hover > a,
ul.submenu2 > li:hover > a {
  color: #ffeb87 !important;
}

ul.submenu1 li:last-child a {
}
.header_social{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}
.header_social a{width: 20px; height: 20px;}
.header_social a svg{
    width: 100%;
    height: 100%;
    margin-right: 15px;
}
.header_social a svg path{fill: #fff;}
/*------header_end--------*/

/*------bannerbox---------*/

.bannerbox {
  height: calc(100vh - 75px);
  width: 100%;
  display: block;
}
.bannerboxcont {
  display: grid;
  grid-template-columns: 36fr 64fr;
  gap: 90px;
  align-items: center;
  position: relative;
  height: calc(100vh - 115px);
  justify-content: center;
  /*padding: 0 100px 0 200px;*/
  max-width: 100%;
  margin: auto;
}
.bannerboxcont img {
  width: 100%;
}
.banner_hd {
  color: #fff;
  font-size: 80px;
  margin: 0px;
  visibility: visible !important;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1;
  z-index: 9;
  position: relative;
  margin-bottom: 10px;
  font-family: "Nugie Romantic";
}
.banner_cont {
  color: #fff;
  font-size: 24px;
  font-family: "Cinzel", serif;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.8;
  visibility: visible !important;
  width: 100%;
  z-index: 9;
  padding-left: 15px;
  border-left: 5px solid #ffeb87;
  position: relative;
}
.banner_info {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-size: 21px;
  color: #fff;
  line-height: 1.4;
}
.banner_r_more {
  clear: both;
  margin-top: 20px;
  visibility: visible !important;
  z-index: 9;
  position: relative;
}

.banner_r_more a {
  text-decoration: none;
  color: #36345d;
  padding: 15px 25px;
  background-color: #ffeb87;
  display: inline-flex;
  border: 1px solid #ffeb87;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  border-radius: 10px;
}
.banner_r_more a:hover {
  background-color: transparent;
  color: #ffeb87;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  float: right;
  /* width: 55%; */
  height: 90vh;
  padding-right: 20px;
}
.scroll-down-link {
  position: absolute;
  bottom: 70px;
  right: 50px;
  z-index: 999;
  display: block;
}
/*------bannerbox---------*/

/*wizardV_sec1*/
.wizardV_sec {
  padding: 75px 0;
  width: 100%;
  display: block;
  background: #ddd;
}
.wizardV_sec h2 {
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 40px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 600;
  background-image: url(../images/shape1.svg);
  background-repeat: no-repeat;
  background-position: center 60px;
  background-size: 120px;
}
.wizardV_sec1 a {
  text-decoration: none;
  color: #000;
  text-align: center;
  transition: all 0.3s;
  padding: 0 50px;
  display: block;
}
.wizardV_sec1 a .img {
  padding: 0 70px;
}
.wizardV_sec1 a img {
  width: 100%;
  display: block;
}
.wizardV_sec1 a h3 {
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.6;
  margin: 20px 0 10px;
  font-weight: 600;
}
.wizardV_sec1 a p,
p {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: 1.7;
  font-family: "Roboto", sans-serif;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 32px !important;
  font-weight: 900;
}
/*wizardV_sec1*/

/*wizardV_sec2*/
.wizardV_sec2 {
  /* padding-top: 0; */
  padding-bottom: 0;
}
.wizardV_sec2 .img {
  position: relative;
}
.wizardV_sec2 .img img {
  width: 100%;
  display: block;
}
a.btn {
  text-decoration: none;
  color: #36345d;
  padding: 10px 25px;
  background-color: #ffeb87;
  display: inline-flex;
  border: 1px solid #ffeb87;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  border-radius: 10px;
  text-align: center;
}
a.btn:hover {
  background-color: transparent;
  color: #ffeb87;
}
.wizardV_sec2 a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*wizardV_sec2*/

/*wizardV_sec3*/
.wizardV_sec3 .grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  gap: 50px;
  align-items: center;
  padding: 0 150px;
}
.wizardV_sec3 .grid img {
  width: 100%;
  display: block;
}
.wizardV_sec3 .grid h3 {
  text-transform: uppercase;
  font-size: 32px;
  padding: 10px 0;
  padding-left: 20px;
  border-left: 15px solid #ffeb87;
  color: #000;
  font-weight: 600;
  margin: 0 0 20px;
}
.wizardV_sec3 p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}
.wizardV_sec3 a:hover {
  border-color: #000;
  color: #000;
}
/*wizardV_sec3*/

/*wizardV_sec4*/
.wizardV_sec4 {
  background-color: #fff;
}
.wizardV_sec4 h2 {
  color: #000;
}
.home_test {
  text-align: center;
}
.home_test span {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
.home_test p {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-style: italic;
  font-weight: 500;
  margin: 20px 0;
  font-size: 16px;
  padding: 0 70px;
}
.home_test h3 {
  font-family: "Roboto", sans-serif;
  color: #ffa200;
  position: relative;
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
.home_test h3::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #ffa200;
  transform: translate(-50%, -50%);
}
.swiper-button-next2,
.swiper-button-prev2 {
  color: #fff !important;
}
/*wizardV_sec4*/

/*wizardV_sec5*/
.wizardV_sec5 {
}
.wizardV_sec5 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.wizardV_sec5 a {
  display: block;
  transition: all 0.3s;
  color: #000;
}
.wizardV_sec5 .img {
  overflow: hidden;
  display: none;
}
.wizardV_sec5 img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.wizardV_sec5 a:hover .img img {
  transform: scale(1.1) rotate(5deg);
}
.blog_i {
  padding: 20px;
  box-shadow: 9px 10px 20px rgba(0, 0, 0, 0.161);
}
.blog_i h3 {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
.blog_i h4 {
  text-transform: uppercase;
  color: #000;
  margin: 20px 0;
  font-size: 21px;
  font-weight: 600;
}
.blog_i p {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
}
.blog_i span {
  text-transform: uppercase;
  font-size: 21px;
  color: #2d0ef4;
  font-weight: 600;
}
/*wizardV_sec5*/

/*wizardV_sec6*/
.wizardV_sec6 {
  position: relative;
  background-image: url(../images/formbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
.wizardV_sec6::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #110f39;
  opacity: 0.7;
}
.wizardV_sec6 h2 {
  color: #fff;
}
.wizardV_sec6 p {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.wizardV_sec6 form {
  max-width: 600px;
  width: 100%;
  margin: auto;
  display: table;
}
.wizardV_sec6 .form_bx {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  text-align: center;
}
.wizardV_sec6 input.form-control {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
  padding: 0 20px;
}
.wizardV_sec6 input.btn {
}
.wizardV_sec6 input.btn {
  text-decoration: none;
  color: #36345d;
  padding: 10px 25px;
  background-color: #ffeb87;
  display: inline-flex;
  border: 1px solid #ffeb87;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.wizardV_sec6 input.btn:hover {
  background-color: transparent;
  color: #ffeb87;
}
/*wizardV_sec6*/

/*wizardV_sec7*/
.wizardV_sec7 {
  text-align: center;
}
.wizardV_sec7 .grid {
  grid-template-columns: 35fr 65fr;
  gap: 100px;
}
/*wizardV_sec7*/

/*wizardV_sec8*/
.wizardV_sec8 {
  /*background-image: url(../images/ftbg1.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: #ebebeb;
}
.wizardV_sec8 h2 {
  background-image: url(../images/shape2.svg);
}
.wizardV_sec8 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.wizardV_sec8 .flex a {
}
.wizardV_sec8 .flex a img {
  height: 55px;
}
.wizardV_sec8 .flex a:hover{
    transform: translateY(-5px);
    box-shadow: 9px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}
/*wizardV_sec8*/

/*mFooter*/
.mFooter {
  background-color: #010016;
  padding: 65px 0 40px;
}
.ft_logo {
  margin: auto;
  display: table;
}
.ft_logo a {
}
.ft_logo a img {
  height: 50px;
}
.mFooter .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_links {
  margin: 50px auto 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.footer_links a {
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.footer_links a:hover {
  color: #ffeb87;
}
.copy {
  font-size: 16px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
/*mFooter*/

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #ffa200;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #ffa200;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  background-color: #000;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/hpat.png");
}

.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 280px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #414141;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #ed681c;
  background-color: #ed681c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 95%;
  }
  body {
    /* padding-top: 100px; */
  }

  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 55px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
  }
  .logo {
    height: 75px;
    line-height: 75px;
  }
  .logo a img {
    margin-top: 0;
    height: 30px;
  }
  .hometopsection,
  .bannerboxcont,
  .bannerbox {
    height: auto;
  }
  .bannerboxcont {
    padding: 35px 5px;
  }
  .bannerboxcont {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .bannerboxcont img {
    width: 60%;
    margin: auto;
    display: table;
  }
  .pavcontentslider .carousel-control {
    bottom: 0;
  }

  .banner_hd {
    font-size: 32px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .banner_info {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .scroll-down-link {
    bottom: -70px;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    font-size: 14px;
  }
  .banner_r_more a {
    padding: 10px 15px 10px 15px;
    /* margin-left: 10px; */
    font-size: 12px;
  }
  .banner_r_more a svg {
    right: 10px;
  }

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: auto;
    line-height: 1;
    width: 100% !important;
    left: -0% !important;
    position: relative;
    padding: 0;
  }
  .banner_small {
    font-size: 12px;
  }
  .wizardV_sec h2 {
    font-size: 32px;
    background-position: center bottom;
  }
  p {
    font-size: 14px;
  }
  .wizardV_sec3 .grid,
  .wizardV_sec7 .grid,
  .wizardV_sec5 .grid {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .wizardV_sec5 .grid {
    gap: 30px;
  }
  .footer_links {
    flex-wrap: wrap;
    gap: 15px;
  }
  .wizardV_sec1 a .img {
    padding: 0;
  }
  .wizardV_sec1 a h3 {
    font-size: 18px;
    line-height: 1.6;
  }
  .wizardV_sec1 a p,
  p {
    font-size: 16px;
    line-height: 1.4;
  }
  .wizardV_sec2 {
    padding: 0;
  }
  .wizardV_sec2 .img img {
    height: 300px;
    object-fit: cover;
    object-position: center center;
  }
  .wizardV_sec {
    padding: 50px 15px;
  }
  .wizardV_sec8 .flex {
    gap: 20px;
  }
  .wizardV_sec8 .flex a img {
    height: 30px;
  }
  .ft_logo a img {
    height: 30px;
  }
  .footer_links a {
    font-size: 14px;
  }
  .copy {
    font-size: 12px;
  }
  .blog_i h3 {
    font-size: 21px;
  }
  .blog_i span {
    font-size: 16px;
  }
  .home_test p {
    padding: 0;
  }
  .wizardV_sec4 {
    padding: 50px 0;
  }
  .wizardV_sec4 .home_test {
    padding: 0 40px;
  }
  .swiper-button-next2 {
    /* right: -20px !important; */
  }
  .swiper-button-prev2 {
    /* left: -20px !important; */
  }
  .swiper-button-next1,
  .swiper-button-prev1 {
    top: 35% !important;
  }
  .wizardV_sec7 .grid img {
    width: 100%;
    display: block;
    max-width: 220px;
    margin: auto;
  }
  .wizardV_sec1 a {
    padding: 0 70px;
  }
  .header_social{display: none;}
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1320px) {
  .header {
    padding: 0 0px;
  }
  .menu > ul > li > a {
    font-size: 14px;
    padding: 0 10px;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    margin-left: 30px;
    padding: 0 15px;
  }
  .logo a img {
    height: 30px;
    margin-top: 16px;
  }
  .menu > ul > li > a img {
    height: 14px;
  }
  .bannerboxcont {
    /*padding: 0 10%;*/
    gap: 70px;
  }
  .wizardV_sec1 a {
    padding: 0 30px;
  }
  .wizardV_sec1 a h3 {
    font-size: 18px;
  }
  .wizardV_sec3 .grid {
    padding: 0 50px;
    grid-template-columns: 25fr 75fr;
    gap: 100px;
  }
  .wizardV_sec h2 {
    background-position: center bottom;
  }
  .footer_links a {
    font-size: 16px;
  }
  .footer_links {
    gap: 30px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    max-width: 95%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .container,
  .container1 {
    max-width: 90%;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .container,
  .container1 {
    max-width: 1240px;
  }
  .section6 p {
    font-size: 16px;
  }
  .bannerboxcont {
    padding-left: 40px !important;
  }
  .banner_hd {
    font-size: 65px;
  }
  .menu > ul > li > a {
    font-size: 16px;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    margin-left: 50px;
  }
}
@media only screen and (min-width: 1460px) and (max-width: 2100px) {
  .bannerboxcont {
    max-width: 1200px;
  }
  .wizardV_sec1 a .img {
    padding: 0 50px;
  }
  .wizardV_sec3 .grid {
    display: grid;
    grid-template-columns: 40fr 60fr;
    gap: 50px;
    align-items: center;
    padding: 0 150px;
  }
}


@media only screen and (min-width: 961px) and (max-width: 1200px) {

.banner_hd {
    font-size: 65px;
}

.banner_cont {
    font-size: 20px;

}

.banner_info {
  
    font-size: 18px;
}
}



@media only screen and (min-width: 551px) and (max-width: 960px) {

.banner_hd {
    font-size: 40px;
}

.banner_cont {
    font-size: 18px;

}

.banner_info {
  
    font-size: 18px;
}
}

