/*body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative; }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }*/

body{
  font-family: 'Poppins', sans-serif;
}
.have_an_enquiry{
    color: #eb8701;
}
.hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    top: 0;
    width: 100%;
    padding: 1rem;
    position: absolute;
}

@media (max-width: 991.98px) {
    .site-navbar {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.site-navbar .toggle-button {
    position: absolute;
    right: 0px;
}

.site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.site-navbar .site-logo a {
    text-transform: uppercase;
    color: #000;
    }
	.site-navbar .site-logo img{
		max-width: unset;
	}
	
	.brand-logo2{
		display:none;
	}
	.brand-logo{
		display:block;
		width:550px;
		height:auto;
	}

@media (max-width: 991.98px) {
    .site-navbar .site-logo {
        float: left;
        position: relative;
    }
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0px;
    color: rgba(0, 0, 0, 0.7) !important;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu>li.active>a {
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    }

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #007bff;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff !important;
    background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
    background: #f8f9fa;
    color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap li.active>a {
    color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
    width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
    padding-left: 15px !important;
}

.sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%;
    position: absolute;
    top: 0;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
    background: #fff;
}

.sticky-wrapper .site-navbar ul li a {
    color: rgba(0, 0, 0, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #007bff !important;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
    .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}



/*New Css Start*/
.header-emailid{
	font-size: 21px;
    display: block;
    background: #3b3956;
    color: #fff;
    padding: 7px 52px;
    margin-top: 15px;
    border: 2px solid #fff;
    border-radius: 5px;
}
.header-emailid:hover {
    background: #fff;
    color: #3b3956 !important;
    text-decoration: none;
    transition: 0.5s;
}
.header-emailid2{
	display:none;
}
.enquiry-btn{
  margin-right: 30px;
  padding: 12px 30px;
width: 193px;
height: 51px;
}
.hero{
  height: 100% !important;
}

.banner-section{
  padding:200px 0px;
}
.banner-section h1{
  color: #fff;
  font-weight: 700;
  font-size: 37px;
  /* line-height: 100px; */
  line-height: unset;
  letter-spacing: 0.02em;
}
.banner-section h1 span{
  color: #F08A01;
  font-weight: 700;
  font-size: 80px;
  line-height: 100px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.banner-section img{
  width: 630px;
  height: auto;
  max-width: unset;
}

.cards-section{
  padding: 96px 0px;
}
.cards-section .card{
  background: #FFFFFF;
box-shadow: 30px 30px 30px 30px rgb(28 28 48 / 7%);
    border: none;
	margin-bottom:30px;
}
.cards-section .card-body .cover-para{
  margin: 50px 0px 20px;
  font-weight: 600;
font-size: 19px;
line-height: 30px;
letter-spacing: 0.02em;
color: #3B3956;
}
.cards-section .col-md-3:nth-child(2) .card{
  margin-top: 50px;
}
.cards-section .col-md-3:nth-child(4) .card{
  margin-top: 50px;
}
.cards-section .col-md-3:nth-child(6) .card{
  margin-top: 50px;
}
.cards-section .col-md-3:nth-child(8) .card{
  margin-top: 50px;
}
.cards-section .card-body .spec-para{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.02em;
color: #3B3956;
margin-bottom: 0px;
min-height: 72px;
}

.feedback-sec .col-12.col-sm-6.col-lg-7 p{
	display:inline-block;
	margin-right: 20px;
}
.feedback-sec{
  padding: 124px 0px 0px;
}
.feedback-sec h2{
  font-weight: 600;
    font-size: 69px;
    line-height: 85px;
    letter-spacing: 0.02em;
    color: #3B3956;
    margin-bottom: 40px;
}
.feedback-sec .contact-us-btn{
  padding: 20px 40px;
gap: 10px;
width: 200px;
height: 67px;
color: #fff;
background: #3B3956;
font-weight: 600;
font-size: 18px;
line-height: 27px;
letter-spacing: 0.02em;
border-radius: 0px;
}
.feedback-sec ul{
  list-style: none;
}
.feedback-sec ul li{
  display: flex;
}
.feedback-sec .feed-para{
  font-weight: 400;
font-size: 22px;
line-height: 36px;
letter-spacing: 0.02em;
color: #3B3956;
margin-left: 30px;
margin-top: 10px;
}
.feedback-sec .col-12.col-sm-6.col-lg-5 div.d-flex{
  margin-bottom: 40px;
}
.feedback-sec .col-12.col-sm-6.col-lg-5 div.d-flex:last-child{
    margin-bottom: 0px;
}


.hero2{
  padding: 120px 0px;
}
.video-sec{
	padding-top:124px
}
.pricing-sec{
  padding: 20px 0px;
}
.pricing-sec h1{
  font-weight: 600;
font-size: 70px;
line-height: 75px;
text-align: center;
letter-spacing: 0.02em;
color: #FFFFFF;
margin-bottom: 60px;
}
.pricing-sec .card-header{
  background: #fef4e6;
  border: none;
  padding: 0px;
}
.pricing-sec .card-header .card-pad{
  padding: 32px 30px;
}
.pricing-sec .card-body .card-pad{
  padding: 21px 30px 35px;
}
.pricing-sec .card-body{
  padding: 0px;
}
.pricing-sec .card-pad h3{
  font-weight: 600;
  font-size: 32px;
  line-height: 54px;
  letter-spacing: 0.02em;
  color: #F08A01;
}
.pricing-sec .card-pad h4{
   font-style: normal;
    font-weight: 700;
    font-size: 77px;
    line-height: 65px;
    letter-spacing: 0.02em;
    color: #3B3956;
    display: flex;
}
.pricing-sec .card-pad h4 span{
   font-weight: 400;
  font-size: 50px;
  line-height: 44px;
  letter-spacing: 0.02em;
}
.pricing-sec .card-pad h4 p{
  font-weight: 400;
font-size: 16px;
line-height: 18px;
letter-spacing: 0.02em;
color: #3B3956;
margin-left: 12px;
}
.pricing-sec .card-pad > p{
  font-weight: 400;
font-size: 20px;
line-height: 18px;
letter-spacing: 0.02em;
color: #3B3956;
margin: 8px 0px 0px;
}


.pricing-sec .membership-spec{
  list-style: none;
  padding-left: 0px;
}
.pricing-sec .membership-spec li{
  font-weight: 400;
font-size: 20px;
line-height: 50px;
letter-spacing: 0.02em;
color: #3B3956;
}
.pricing-sec .membership-spec li img{
  margin-right: 10px;
  padding-bottom: 3px;
}

.pricing-sec .card-body  .buy-now-btn{
  padding: 20px 40px;
background: #DCE3EB;
font-weight: 600;
font-size: 18px;
color: #3B3956;
margin-top: 20px;
margin-bottom: 10px;
}
.pricing-sec .card-body  .buy-now-btn:hover{
background: #3b3956;
color: #fff;
}
.tnc{
	color: #3b3956;
    font-size: 15px;
     font-weight: 500;
}
.request-sec{
  padding: 120px 0px 80px;
}
.request-sec .container{
 background-color: #DCE3EB;
}
.request-pad{
  padding: 76px 100px;
}
.request-sec .request-pad h1{
  margin-bottom: 30px;
  color: #3b3956;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
    display:block;
}
.request-sec .request-pad p:first-child{
  /* font-weight: 400; */
/* font-size: 24px; */
/* line-height: 36px; */
/* color: #3B3956; */
/* text-align: center; */
/* margin-bottom: 30px; */
	
	font-weight: 600;
    margin-bottom: 30px;
	text-align: center;
    font-size: 50px;
    color: #3b3956;
}
/* .request-sec .request-pad .col-md-5{ */
/* text-align: right; */
/* } */
.request-sec .request-pad .for-bdr .col-lg-12{
	text-align:center;
}
.request-sec .request-pad .request-btn{
  padding: 20px 40px;
background: #3B3956;
  font-weight: 600;
font-size: 18px;
line-height: 27px;
text-transform: uppercase;
color: #FFFFFF;
}
.request-sec .request-pad .request-btn:hover{
color: #FFFFFF;
}
.request-sec .request-pad .for-bdr{
  border-top: 1px solid rgb(59 57 86 / 10%);
  padding-top: 40px;
  margin-top: 40px;
}
/* .request-sec .request-pad .row:last-child{ */
/* text-align: center; */
/* } */

body > section.request-sec > div > div > div.row.for-bdr > div > span{
        color: #3b3956;
    font-size: 20px;
}
.request-sec .request-pad .req_emailid{ 
font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #FFF;
    background: #3b3956;
    padding: 15px 50px;
    border-radius: 5px;
}

footer.mwa-footer{
  padding: 0px 0px 40px;
}
footer.mwa-footer .social-media a{
font-weight: 400;
font-size: 20px;
color: #3B3956;

border-radius: 50px;
background: #DCE3EB;
padding: 15px 18px;
    border-radius: 50px;
    background: #DCE3EB;
}
footer.mwa-footer .social-media a:nth-child(2){
padding: 15px 20px;
}
footer.mwa-footer .social-media {
  text-align: right;
}
.mwa-footer .row .col-md-6:last-child a{
  font-weight: 400;
font-size: 15px;
line-height: 27px;
color: #3B3956;

}
.mwa-footer .row .col-md-6:last-child{
  margin-top:13px;
  text-align:right;

}
.mwa-footer .row .col-md-6:last-child a:first-child{
  font-weight:600;
      display: block;
	  margin-bottom: 10px;
}
.mwa-footer .row .col-md-6:last-child a:nth-child(2), .mwa-footer .row .col-md-6:last-child a:nth-child(3){
    padding: 0px 20px;
    border-right: 2px solid #cecaca;
}
.mwa-footer .row .col-md-6:last-child a:nth-child(4){
    padding-left:20px;
}
.copyright-footer .row {
  padding: 20px 0px;
      border-top: 1px solid rgb(59 57 86 / 10%);
}
.copyright-footer .row .col-md-6:first-child p{
  font-weight: 400;
font-size: 18px;
line-height: 27px;
color: #3B3956;
}
.copyright-footer .row .col-md-6:last-child{
  text-align: right;
}
.menu-bar-iconn{
    transform: translateY(5px);
}
.contact-us-para{
    position: absolute;
    right: -100px;
    font-weight: 600;
    top: 350px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    transform: rotate(90deg);
}
.contact-us-para a{
    font-weight: 400;
color: #FFFFFF;
}
.copyright-footer p{
	margin-bottom:0px;
	font-size: 15px;
	color: #3b3956;
}



/*New Css END*/



/*Mobile Responsive Start*/

@media screen and (max-width: 576px) {
    .site-logo img{
        max-width: unset;
    width: 130px;
    }
	.brand-logo{
		display:none;
	}
	.brand-logo2{
		display:block;
	}
  .enquiry-btn{
    margin-right: 10px;
    padding: 0px 0px;
    width: 113px;
    height: 41px;
    font-size: 12px;

    }
    .banner-section h1 span {
    font-size: 49px;
    line-height: 0px;
    }
    .banner-section h1 {
    font-size: 32px;
    line-height: 50px;
}
.banner-section {
    padding: 120px 0px 80px;
}
.banner-section .col-md-6:last-child img{
    width: unset;
    max-width: 100%;
}
.cards-section {
    padding: 50px 0px;
}
.hero2{
        background-size: cover;
    background-position-x: center;
        padding: 50px 0px 15px;
}
.pricing-sec {
    background-color: #3b3956;
}
.request-sec .request-pad .row:last-child a {
    font-size: 16px;
}
.request-pad {
    padding: 30px 0px;
}
.request-sec .request-pad .col-md-5 {
    text-align: center;
}
.cards-section .col-md-3 .card {
    margin-bottom: 40px;
    margin-top: 0px !important;
}
.video-sec .js-video{
    height: 200px;
}
.video-sec .video-poster{
    height: 200px;
}
.video-sec .play img{
    height: 50px;
    width: 50px;
}
.feedback-sec {
    padding: 50px 0px;
}
.feedback-sec h2 {
    font-size: 30px;
    line-height: 37px;
}
.feedback-sec .contact-us-btn{
    margin-bottom: 50px;
    padding: 10px 10px;
    width: 170px;
    height: 57px;
    font-size: 18px;
}
.pricing-sec h1 {
    font-size: 26px;
    line-height: unset;
}
.pricing-sec .card-pad h3 {
    font-size: 30px;
    line-height: unset;
}
.pricing-sec .card{
    margin-bottom: 40px;
}
.request-sec {
    padding: 70px 0px;
}
.request-sec .request-pad .for-bdr {
    margin-bottom: 30px;
}
footer.mwa-footer .social-media a {
    font-size: 15px;
    padding: 11px 13px;
}
footer.mwa-footer .social-media a:nth-child(2) {
    padding: 11px 15px;
}
.copyright-footer .col-12{
    text-align: center;
}
.request-sec {
    padding: 0px 0px 40px;
}
.site-menu-toggle.js-menu-toggle{
    padding: 0px !important;
}
.contact-us-para{
    position: unset;
    transform: unset;
    text-align: center;
    font-size: 11px;
}
.video-sec {
    padding-top: 70px;
}
.header-emailid{
	
    display: block;
    font-size: 12px;
    background: #3b3956;
    padding: 7px 29px;
    margin-top: 10px;
    border: 2px solid #fff;
    border-radius: 5px;
    width: 150px;
    float: right;
}
.header-emailid2{
	display:block;
	font-size:14px;
}
.have_an_enquiry{
	font-size:17px;
}
.request-sec .request-pad .for-bdr .col-lg-7 {
    text-align: center;
    margin-bottom: 20px;
}
.request-sec .request-pad .for-bdr .col-lg-5 {
    text-align: center;
}
.request-sec .request-pad .request-btn {
    float: unset;
}
.request-sec .request-pad p:first-child{
	text-align:left;
	line-height:unset;
}
.request-sec .request-pad h1{
	line-height:unset;
}
.mwa-footer .row .col-md-6:last-child {
    text-align: center;
}
.mwa-footer .row .col-md-6:last-child a:first-child {
    margin-right: 0px;
	display:block;
	margin-bottom: 16px;
	margin-top: 16px;
	font-size: 18px;
}
.mwa-footer .row .col-md-6:last-child a:nth-child(2){
	display: block;
    border-right: 0px;
}
.mwa-footer .row .col-md-6:last-child a:nth-child(3){
    padding-left: 0px;
}



/* Slick Slide Start 2*/

.test1 .slick-prev:before, .test1 .slick-next:before{
	color: #F08A01;
    font-size: 35px;
	opacity: 1;
}
.test1 .slick-prev{
	left:0px;
	z-index: 100;
	    top: 39%;
}
.test1 .slick-next{
	right:16px;
	z-index: 100;
	    top: 39%;
}
.cards-section .col-md-3 .card {
	box-shadow:none;
	border:1px solid #eee;
	border-radius:5px !important;
	text-align:center;
}
.cards-section .col-md-3 .card img{
	display: inline-block;
}

/* Slick Slide End 2*/

/* Slick Slide Start 2*/

.test2 .slick-prev:before, .test2 .slick-next:before{
	color: #F08A01;
    font-size: 35px;
	opacity: 1;
}
.test2 .slick-prev{
	left:14px;
	z-index: 100;
	    top: 45%;
}
.test2 .slick-next{
	right:29px;
	z-index: 100;
	    top: 45%;
}
.pricing-sec .membership-spec li img{
	display: inline-block;
}
.test2 .slick-dots li.slick-active button:before {
    color: white;
}
.test2 .slick-dots li button:before {
    color: white;
}

/* Slick Slide End 2*/

}


/*Mobile Responsive End*/

/*Ipad Mediaquery Start*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .banner-section h1 {
    font-size: 35px;
    line-height: unset;
}
.banner-section h1 span {
    font-size: 49px;
    line-height: unset;
    }
    .banner-section img{
            max-width: 100%;
    width: unset;
    }
    .banner-section {
    padding: 150px 0px;
}
.cards-section .card-body .spec-para {
    font-size: 13px;
    min-height: 120px;
    }
    .cards-section .card-body .cover-para {
    font-size: 15px;
    line-height: unset;
}
.feedback-sec h2 {
    font-size: 39px;
	line-height: 86px;
	margin-bottom:0px;
    }
    .pricing-sec .card-header .card-pad {
    padding: 20px 15px;
}
    .pricing-sec .card-pad h3 {
    font-size: 28px;
    line-height: unset;
}
.pricing-sec .card-pad > p {
    font-size: 17px;
    }
    .hero2{
        background-size: cover;
    background-position-x: center;
    }
    .pricing-sec .card-pad h4 {
    font-size: 60px;
    line-height: 53px;
}
.membership-spec li img{
    width: 20px;
    height: auto;
}
.pricing-sec .card-body .card-pad {
    padding: 21px 13px 35px;
}
.pricing-sec .membership-spec li {
    font-size: 17px;
}
.pricing-sec .card-body .buy-now-btn{
        margin-top: 20px;
}
.request-pad {
    padding: 30px;
}
.contact-us-para {
    right: -108px;
    top: 252px;
    font-size: 11px;

}
.header-emailid{
    font-size: 19px;
	display: block;
    float: right;
    width: 234px;
    padding: 7px 48px;
}
.header-emailid2{
	display:block;
	font-size:16px;
}
.have_an_enquiry{
	font-size:20px;
}
.site-navbar .site-logo .brand-logo{
	width: 350px;
}
.feedback-sec .col-12.col-sm-6.col-lg-5 div.d-flex {
    margin-bottom: 20px;
}

.request-sec .request-pad .for-bdr .col-lg-7 {
    text-align: center;
    margin-bottom: 20px;
}
.request-sec .request-pad .for-bdr .col-lg-5 {
    text-align: center;
}
.request-sec .request-pad .request-btn {
    padding: 15px 15px;
}
.request-sec .request-pad h1 {
    font-size: 40px;
}
.copyright-footer .row .col-md-6:last-child a:first-child {
    margin-right: 0px;
}

.mwa-footer .row .col-md-6:last-child a:nth-child(2){
	display: block;
    border-right: 0px;
	    padding: 0px;
}
.mwa-footer .row .col-md-6:last-child a:nth-child(3){
    padding-left: 0px;
}
}

/*Ipad Mediaquery End*/


/*Ipad Pro Mediaquery Start*/
@media only screen 
      and (min-device-width: 1024px) 
      and (max-device-width: 1366px)
      and (-webkit-min-device-pixel-ratio: 2) {

        .hero2 {
    background-size: cover;
    background-position-x: center;
    }
    .banner-section img {
    width: 590px;
}
}


/*Ipad Pro Mediaquery End*/

/* 1920 Mediaquery Start */

@media screen and (min-width: 1920px){
	.hero{
		height: 1000px !important;
	}
	.hero2{
		background-size: cover;
	}
}

/* 1920 Mediaquery End */


/* 2400 Mediaquery Start */

@media screen and (min-width: 1920px){
	.hero{
		height: 996px !important;
	}
	.site-navbar.site-navbar-target{
	        padding: 70px 0px !important;
	}
	.banner-section {
    padding: 270px 0px;
}
}

/* 2400 Mediaquery End */






/*VIDEO PLAYER CSS START*/



.js-video{
  height:474px;
  width:100%;
  background:#dedede;
  position:relative;
  /*margin:10% auto;*/
}
.play img {
  position: absolute;
  left: 45%;
  top: 42%;
  color: #EA0B8C;
  font-size: 70px;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  line-height: 50px;
  z-index:2;
}
.video-poster{
    background: url('../images/video-thumb.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 474px;
 
}
.play img:hover{
  cursor:pointer;
}
.js-video iframe{
  z-index:5;
  position: relative;
}

/*VIDEO PLAYER CSS END*/
