@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

/***** General CSS *****/

.slicknav_nav a:hover {
    background: #cc96c6;
}

body {
  word-break: break-word;
  font: 15px/25px 'Lato', sans-serif;
  color: #242424;
  overflow-x: hidden;
}

:root {
  --green: #498547;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--green);
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img.get {
  width: 636px;
  height: 323.44px;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme_btn {
  background-color: #cc96c6;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  font-size: 13px;
  line-height: 18px;
  transition: 0.5s ease-in-out;
  font-weight: 600;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'Oswald', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Oswald', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Oswald', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Oswald', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;

}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.header_cta a:hover {
  background-color: #E9E9E9;
  color: #333;
  border-color: #E9E9E9;
}

header {
  background-color: rgba(219, 219, 219, 1);
  padding: 15px 0px;
}

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 0px 12px;
  font-size: 16px;
  font-family: 'Oswald';
  font-weight: 600;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: var(--green);
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}


/*banner css start */
.inner_banner>img {
  width: 100%;
}

.carousel-item>img {
  width: 100%;

    height: 558px;
}


.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.0);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.banner_img img {
    height: 246px;
    width: 526px;
    transform: scale(1.4);
    margin: 0 0 0 30px;
}

.banner_text h1 {
  font-size: 60px;
  line-height: 65px;
  color: #000;
  font-weight: 600;
  margin: 0 0 35px;
}

.banner_text h4 {
  font-size: 45px;
  line-height: 50px;
  color: #000;
  font-weight: 600;
  margin: 0 0 17px;
}

.banner_text p {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin: 0 0 0px;
  font-family: "Oswald";
}

.baner_form input {
  width: 70%;
  border: 2px solid #000;
  height: 50px;
  border-radius: 100px;
  padding: 0 20px;
  background-color: #fff0;
  font-size: 20px;
  color: #000;
}

form.baner_form {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0 0;
}

.baner_form button {
  width: fit-content;
  padding: 15px 40px;
  border: 0;
  border-radius: 19px;
  background-color: #cc96c6 !important;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Oswald';
  color: #3E3E3E;
  margin: 20px 0 0 0;
}

.aft_box {
  padding: 50px 50px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow .7s ease;
  width: 300px;

}

.aft_box:hover {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

.aft_box h4 {
  line-height: 29px;
  color: #333;
  font-weight: 500;
  margin: 10px 0 0px;
  font-size: 18px;
}

.aft_banner {
  padding: 60px 0;
}

/*banner css end*/


/* AFTER BANNER SEC STRT */
.sec_head h2 {
  line-height: 50px;
  font-size: 40px;
  font-weight: 600;
  color: #242424;
  position: relative;
}

.sec_head h2:after {
  height: 2px;
  width: 40px;
  background-color: var(--green);
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: '';
  transform: translate(-50%, 0);
}

.sec_head p {
  font-size: 16px;
  color: #777777;
  line-height: 26px;
  font-weight: 400;
}

.sec_head.text-start h2:after {
  left: 0 !important;
  transform: translate(0, 0);
}

/* AFTER BANNER SEC END */


/* PLAN BOX SEC STRT */
.plan_box {
  position: relative;
  border: 1px solid #0000001b;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  transition: box-shadow .3s ease;
  transition: transform .3s ease;
  margin-bottom: 60px;

}

.plan_box:hover {
  transform: translate3d(0, -10px, 0);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
}


.plan_box ul {
  padding: 25px;
  border-bottom: 1px solid #0000001b;
  height: 350px;
  overflow-y: scroll;
  margin: 10px 10px 0px 0;
}


.plan_box ul::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 0px;
  background-color: #cbcbcb;
}

.plan_box ul::-webkit-scrollbar {
  width: 5px;
  /*background-color: #00002b;*/
}

.plan_box ul::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #498547;
}

.plan_box_head {
    text-align: center;
    padding: 30px 23px;
    background-color: #498547;
    text-transform: capitalize;
    color: #fff;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}
.plan_box p {
    padding: 0px 19px;
}

.plan_box_head h3 {
  font-family: 'Lato';
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin: 0;
}

.plan_box ul p {
  font-size: 14px;
  line-height: 25px;
  color: #777;
  text-align: center;
}

.plan_box_footer {
  text-align: center;
  padding: 20px 0;
}

.plan_box_footer a {
  background-color: #cc96c6;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

.plan_box_footer a:hover {
  background-color: rgb(4 138 1);
}

.plan_box_head p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Lato';
}

.plan_box h4 {
  position: absolute;
  top: -40px;
  margin: 0;
  color: #000;
  font-size: 20px;
  text-align: center !important;
  width: 100%;
  font-weight: 600;
}

/* PLAN BOX SEC END */



/* GET TOUCH SEC STRT */
.get_touch_form label {
  display: block;
}

.get_touch_form input {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 0 15px;
  height: 42px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.get_touch_form textarea {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
  padding: 10px 15px;
  min-height: 190px;
}

.get_in_touch_sec {
  margin-bottom: 40px;
}



/* GET TOUCH SEC END */


/* FOOTER STRT */
footer {
  border-top: 1px solid #ffa557;
}


.footer_nav ul {
  gap: 30px;
  margin: 40px 0;
}

.footer_nav ul a {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}

.footer_social i {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
}

.footer_social .fa-facebook-f {
  background-color: #365493;
}

.footer_social .fa-twitter {
  background-color: #3cf;
}

.footer_social .fa-pinterest-p {
  background-color: #CB2027;
}

.footer_social .fa-linkedin-in {
  background-color: #0274b3;
}

.footer_social .fa-telegram {
  background-color: #37aee2;
}

.footer_logo {
  margin-bottom: 30px;
}

.copyright_sec p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-family: 'Oswald';
  font-size: 18px;
  line-height: 25px;
}

.copyright_sec {
  background-color: #498547;
  padding: 10px 0;
  margin-top: 40px;
}

/* FOOTER END */


/*INNER BANNER STRT*/
.inner_banner {
  position: relative;
}

.inner_banner img {
  width: 100%;
  height: 428px;
}

.inner_bnr_txt {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.inner_bnr_txt h2 {
  margin: 0;
  font-size: 78px;
  line-height: 85px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
}

.inner_bnr_txt a {
  color: #000;
  font-weight: 600;
}

/*INNER BANNER END*/


/*FEATURE PAGE STRT*/
.our_solution_box {
  padding: 20px;
  border: 1px solid #000;
}

.our_solution_box h4 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  font-weight: 600;
}

.our_solution_box p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
}

/*FEATURE PAGE END*/


/*PRICING PAGE STRT*/
.pricing_box {
  border: 2px solid #498547;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background-color: #fff;
  transition: box-shadow .3s ease;
  transition: transform .3s ease;
}

.pricing_box:hover {
  transform: translate3d(0, -10px, 0);

}

.plan_pricing {
  border-bottom: 1px solid #0000001b;
  padding: 15px 20px;
  position: relative;
}

.plan_pricing span {
  position: absolute;
  right: -29px;
  top: 16px;
  background-color: #0FA34C;
  display: block;
  width: 115px;
  transform: rotate(45deg);
  text-transform: uppercase;
  color: #fff;
}

.plan_pricing h5 {
  font-size: 25px;
  line-height: 25px;
  font-family: 'Lato';
  color: #498547;
  font-weight: 600;
  margin: 0 0 5px;
}

.plan_pricing p {
  font-size: 16px;
  line-height: 16px;
  font-family: 'Lato';
  color: #bbb;
  font-weight: 400;
  margin: 0;
}

.pricing_page {
  padding: 60px 0;
}


.plan_features {
    padding: 25px;
    border-bottom: 1px solid #0000001b;
    overflow-y: scroll;
    height: 230px;
    margin: 10px 10px;
}
.plan_features::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.plan_features::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.plan_features::-webkit-scrollbar-thumb
{
	background-color: #498547;
}
.pricing_box_wrap.text-center {
    margin-bottom: 30px;
}
.plan_features p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #777777;
  font-size: 14px;
  line-height: 22px;
}

.plan_features p:not(:last-child) {
  border-bottom: inherit;
}


.plan_footer {
  padding: 20px 15px;
}

.plan_footer .theme_btn {
  display: inline-block;
  border-radius: 0;
}

.plan_footer .theme_btn:hover {
  background-color: #048a01;
  color: #fff;
}

.pricing_box_wrap h4 {
  line-height: 30px;
  color: #000;
  font-size: 20px;
}

/*PRICING PAGE END*/


/*CONTACT PAGE STRT*/
.contact_page {
  padding: 60px 0;
}

.contact_form label {
  display: block;
}

.contact_form input {
  width: 100%;
  height: 45px;
  padding: 0 20px;
  margin: 0 0 20px;
  border: 2px solid #0000001a;
}

.contact_form textarea {
  width: 100%;
  height: 200px;
  padding: 0 20px;
  margin: 0 0 20px;
  border: 2px solid #0000001a;
}

.info-box {
  margin: 30px 0px;
}

.info-box i {
  display: block;
  font-size: 35px;
  margin: 0 0 10px;
}

.info-box a {
  font-size: 16px;
  color: #000;
}

.contact_head h3 {
  position: relative;
}

.contact_head h3:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: 62%;
  background-color: #00000017;
}

.contact_right {
  padding: 30px;
  border-left: 1px solid #00000017;
}

/*CONTACT PAGE END*/


/*REVIEW PAGE STRT*/
.reviews_page {
  padding: 60px 0;
  background-image: url(../images/review-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review_box {
  text-align: center;
}

/*REVIEW PAGE END*/


/* payment inner page css start */
.payment-form select {
  width: 100%;
  margin: 0 0 14px 0;
  padding: 0 0 0 10px;
  height: 46px;
  outline: none;
  font-size: 15px;
  line-height: 25px;
  border: 1px solid #000;
}

p.total-paisa {
  color: #006600;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Oswald-Regular';
  font-weight: 400;
}

section.getIntouch-sec.payment-form label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #242424;
  margin: 0 0 12px 0;
  text-transform: capitalize;
}

section.getIntouch-sec.payment-form .input-fel,
section.getIntouch-sec.payment-form select {
  border: 2px solid #00000024;
}

section.getIntouch-sec.payment-form .getIntouch-form-sec {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 43px 37px;
}

button.action.back,
.multi-step-form .next,
.multi-step-form .submit {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Oswald';
  border: none;
  padding: 14px 30px 14px;
  text-transform: uppercase;
  color: #6b7280;
  background-color: #fff;
  transition: 0.5s;
}

button.action.back:hover {
  background-color: #e9e8e8;
}

.multi-step-form .next,
.multi-step-form .submit {
  background-color: #ff9b44;
  color: #fff !important;
  margin: 38px 0 0 0;
}

.multi-step-form .next:hover,
.multi-step-form .submit:hover {
  background-color: #d97a27;
}

.multi-step-form .step.well p {
  font-size: 15px;
  line-height: 24px;
  color: #777777;
  font-weight: 400;
  font-family: 'Lato';
  margin: 25px 0 0 0;
}

section.multi-step-form .row {
  justify-content: center;
}

h4.multi-step-heading {
  font-size: 27px;
  line-height: 38px;
  font-weight: 700;
  color: #242424;
  font-family: 'Oswald';
  text-transform: capitalize;
}

label.multi-step-label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Lato';
  color: #242424;
  text-transform: capitalize;
}

.multi-step-form-sec {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 40px 34px;
}

.multi-step-form-sec .progress {
  margin: 10px 0 18px 0;
}

.multi-step-form-sec .progress-bar-striped {
  background-image: none;
  background-color: #1e7ac4;
}

.getIntouch-form-sec form .upper {
  width: 100%;
  margin: 0 0 14px 0;
  padding: 0 0 0 10px;
  height: 46px;
  outline: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400px;
  color: #333333;
}

.multi-step-form {
  padding: 60px 0;
}

.onlymob{
    display:none;
}
.mobileshow{
    display:none;
}
.hiden-mob{
    
}


/* payment inner page css end */






@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    
    

.banner_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
    .banner_text h1 {
        font-size: 45px;
        line-height: 50px;
        margin: 0;
    }
    
    .banner_text h4 {
        font-size: 35px;
        line-height: 40px;
        margin: 0;
    }
    .banner_text p {
        font-size: 25px;
        line-height: 30px;
    }
    .banner_img img {
        height: 100%;
        width: 100%;
        transform: unset;
        margin: 000;
        object-fit: contain;
    }
header img {
    width: 100%;
}
.menuSec ul li a{
    padding: 0px 7px;
    font-size: 13px;
}
.header_cta .theme_btn {
    padding: 10px 10px;
    line-height: 18px;
}
img.get {
    width: 100%;
    height: 293.44px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.inner_bnr_txt h2 {
    margin: 0;
    font-size: 65px;
}

.carousel-item {
    height: 350px;
}

form.baner_form {
    width: 100%;
    margin: 0;
    gap: 10px;
}

.baner_form input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 15px;
}

.baner_form button {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
}

.sec_head h2 {
    line-height: 40px;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.sec_head p {
    font-size: 14px;
    line-height: 20px;
}

.aft_box {
    padding: 20px;
    width: 100%;
    height: 100%;
}

    .aft_box.text-center img {
        height: 30%;
        width: 100%;
        max-width: fit-content;
        object-fit: contain;
    }

.aft_box h4 {
    line-height: 20px;
    font-size: 16px;
}

.plan_box {
    margin-bottom: 20px;
}

.plan_box_head {
    padding: 20px;
    min-height: auto;
    height: 100%;
    gap: 5px;
}

.plan_box_head h3 {
    font-size: 20px;
    line-height: 25px;
}

.plan_box_head p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.plan_box ul {
    padding: 20px;
    height: 200px;
}

.plan_box ul p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.plan_box_footer {
    padding: 10px 0;
}

.footer_nav ul {
    margin: 20px 0;
}

    .footer_nav ul a {
        font-size: 15px;
        line-height: 22px;
    }
    
.footer_logo {
    margin-bottom: 10px;
}

.copyright_sec {
    padding: 10px 0;
    margin-top: 20px;
}



/*Feature Page Starts*/



.plan_box_head {
    padding: 20px;
    height: 100%;
    min-height: auto;
    gap: 10px;
}

.plan_box_head h3 {
    font-size: 18px;
    line-height: 25px;
}

.plan_box_head p {
    font-size: 14px;
    line-height: 20px;
}

.plan_box ul {
    padding: 20px;
    height: 200px;
}

.plan_box ul p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.plan_box_footer {
    padding: 10px 0;
}

.copyright_sec {
    margin-top: 20px;
}

.copyright_sec p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.our_solution_box {
    margin: 10px 0;
}

/*Feature Page Ends*/



/*Pricing Page Starts*/

.plan_pricing {
    padding: 10px;
}

.plan_features {
    padding: 15px;
}

.plan_features p {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 14px;
}

/*Pricing Page Ends*/



/*Contact Us Page Starts*/

h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.contact_right {
    padding: 10px;
    margin: 20px 0;
}

.info-box {
    margin: 10px 0px;
}

.info-box i {
    font-size: 25px;
}

/*Contact Us Page Ends*/



/*Appointment Page Starts*/

section.appointment_sec {
    padding: 40px 0 !important;
}

    .appointment_box {
        padding: 20px !important;
        width: 100% !important;
    }



.appointment_box {
    padding: 20px;
    width: 100%;
}

.appointment_box h2 {
    font-size: 30px !important;
    line-height: 35px;
}


.appointment_box input, select {
    height: 30px;
    padding: 0px 0 0 10px;
}

.appointment_box .btn {
    margin: 20px 0 0 0;
}


/*Appointment Page Ends*/


}

@media only screen and (min-width: 768px) and (max-width: 991px){
    

.banner_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}
    .banner_text h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 0;
    }
    
    .banner_text h4 {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }
    .banner_text p {
        font-size: 20px;
        line-height: 25px;
    }
    .banner_img img {
        height: 100%;
        width: 100%;
        transform: unset;
        margin: 000;
        object-fit: contain;
    }
header img {
    width: 100%;
}
.menuSec ul li a{
    padding: 0px 7px;
    font-size: 13px;
}
.header_cta .theme_btn {
    padding: 10px 10px;
    line-height: 18px;
}
img.get {
    width: 100%;
    height: 293.44px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.inner_bnr_txt h2 {
    margin: 0;
    font-size: 65px;
}

.carousel-item {
    height: 350px;
}

form.baner_form {
    width: 100%;
    margin: 0;
    gap: 10px;
}

.baner_form input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 15px;
}

.baner_form button {
    width: 100%;
    margin: 0;
    padding: 10px 20px;
}

.sec_head h2 {
    line-height: 40px;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.sec_head p {
    font-size: 14px;
    line-height: 20px;
}

.aft_box {
    padding: 20px;
    width: 100%;
    height: 100%;
}

    .aft_box.text-center img {
        height: 30%;
        width: 30%;
        max-width: fit-content;
        object-fit: contain;
    }

.aft_box h4 {
    line-height: 20px;
    font-size: 16px;
}

.plan_box_head {
    padding: 20px;
    min-height: auto;
    height: 100%;
    gap: 5px;
}

.plan_box_head h3 {
    font-size: 20px;
    line-height: 25px;
}

.plan_box_head p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.plan_box ul {
    padding: 20px;
    height: 200px;
}

.plan_box ul p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.plan_box_footer {
    padding: 10px 0;
}

.footer_nav ul {
    gap: 10px;
    margin: 20px 0;
}

    .footer_nav ul a {
        font-size: 13px;
        line-height: 20px;
    }
    
.footer_logo {
    margin-bottom: 10px;
}

.copyright_sec {
    padding: 10px 0;
    margin-top: 20px;
}


/*Feature Page Starts*/



.plan_box_head {
    padding: 20px;
    height: 100%;
    min-height: auto;
    gap: 10px;
}

.plan_box_head h3 {
    font-size: 18px;
    line-height: 25px;
}

.plan_box_head p {
    font-size: 14px;
    line-height: 20px;
}

.plan_box ul {
    padding: 20px;
    height: 200px;
}

.plan_box ul p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.plan_box_footer {
    padding: 10px 0;
}

.copyright_sec {
    margin-top: 20px;
}

.copyright_sec p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.our_solution_box {
    margin: 10px 0;
}

/*Feature Page Ends*/



/*Pricing Page Starts*/

.plan_pricing {
    padding: 10px;
}

.plan_features {
    padding: 15px;
}

.plan_features p {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 14px;
}

/*Pricing Page Ends*/


/*Contact Us Page Starts*/

h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.contact_right {
    padding: 10px;
    margin: 20px 0;
}

.info-box {
    margin: 10px 0px;
}

.info-box i {
    font-size: 25px;
}

/*Contact Us Page Ends*/


/*Appointment Page Starts*/

section.appointment_sec {
    padding: 40px 0 !important;
}

    .appointment_box {
        padding: 20px !important;
        width: 100% !important;
    }



.appointment_box {
    padding: 20px;
    width: 100%;
}

.appointment_box h2 {
    font-size: 30px !important;
    line-height: 35px;
}


.appointment_box input, select {
    height: 30px;
    padding: 0px 0 0 10px;
}

.appointment_box .btn {
    margin: 20px 0 0 0;
}


/*Appointment Page Ends*/


}

@media only screen and (min-width: 520px) and (max-width: 767px){
    
    
    
    header img {
        width: 80%;
        display: flex;
        margin: 0 auto 20px auto;
    }
    
.header_cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_btn {
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}
.carousel-item {
    height: 600px;
}
.banner_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
.banner_text h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
}
    
.banner_text h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
.banner_text p {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}
    form.baner_form {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        width: 100%;
        margin: 0;
    }
    .baner_form input {
        width: 100%;
        padding: 0 15px;
        height: 40px;
        font-size: 15px;
    }
    .baner_form button {
        width: fit-content;
        padding: 10px 15px;
        border: 0;
        border-radius: 19px;
        background-color: #cc96c6 !important;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Oswald';
        color: #3E3E3E;
        margin: -2px 0 0 0;
        width: 100%;
    }
    .banner_img img {
        width: 100%;
        height: 200px;
        object-fit: contain;
        display: flex;
        margin: 40px auto 0 auto;
        transform: unset;
    }
.main_slider .carousel-item>img {
    width: 100%;
    height: 748px;
    object-fit: cover;
}
    .sec_head h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }
.sec_head p {
    font-size: 12px;
    line-height: 20px;
}
.aft_box{
    padding: 50px 20px;
    width: 250px;
}
.get_in_touch_sec .get {
    width: 100%;
    object-fit: contain;
}
.footer_nav ul a {
    color: #333333;
    font-size: 14px;
}
    .footer_nav ul {
        gap: 10px;
        margin: 10px 0;
        flex-direction: column;
    }
    .footer_logo img {
        width: 70%;
    }
.aft_banner {
    padding: 20px 0;
}
.inner_bnr_txt {
    width: 100%;
    text-align: center;
}
.inner_bnr_txt h2 {
    font-size: 45px;
    line-height: 75px;
}
.inner_banner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
    .aft_banner .text-start .aft_box {
        width: 100%;
        padding: 20px;
    }
    
.aft_box img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.aft_box h4 {
    font-size: 15px;
    line-height: 20px;
}
#buy-plan-form p {
    text-align: left !important;
}
#buy-plan-form button {
    float: left !important;
}

.onlymob{
    display:block;
}
/*.mobileshow{*/
/*    display:block;*/
/*}*/
.hiden-mob{
    display:none;
}






.plan_box_head {
    padding: 20px;
    height: 100%;
    min-height: auto;
    gap: 10px;
}

.plan_box_head h3 {
    font-size: 18px;
    line-height: 25px;
}

.plan_box_head p {
    font-size: 14px;
    line-height: 20px;
}

.plan_box ul {
    padding: 20px;
    height: 200px;
}

.plan_box ul p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.plan_box_footer {
    padding: 10px 0;
}

.copyright_sec {
    margin-top: 20px;
}

.copyright_sec p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}




/*Feature Page Starts*/



.plan_box_head {
    padding: 20px;
    height: 100%;
    min-height: auto;
    gap: 10px;
}

.plan_box_head h3 {
    font-size: 18px;
    line-height: 25px;
}

.plan_box_head p {
    font-size: 14px;
    line-height: 20px;
}

.plan_box ul {
    padding: 20px;
    height: 200px;
}

.plan_box ul p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.plan_box_footer {
    padding: 10px 0;
}

.copyright_sec {
    margin-top: 20px;
}

.copyright_sec p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.our_solution_box {
    margin: 10px 0;
}

/*Feature Page Ends*/



/*Pricing Page Starts*/

.plan_pricing {
    padding: 10px;
}

.plan_features {
    padding: 15px;
}

.plan_features p {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 12px;
}

/*Pricing Page Ends*/


/*Contact Us Page Starts*/

h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.contact_right {
    padding: 10px;
    margin: 20px 0;
}

.info-box {
    margin: 10px 0px;
}

.info-box i {
    font-size: 25px;
}

/*Contact Us Page Ends*/



/*Appointment Page Starts*/

section.appointment_sec {
    padding: 40px 0 !important;
}

    .appointment_box {
        padding: 20px !important;
        width: 100% !important;
    }



.appointment_box {
    padding: 20px;
    width: 100%;
}

.appointment_box h2 {
    font-size: 30px !important;
    line-height: 35px;
}


.appointment_box input, select {
    height: 30px;
    padding: 0px 0 0 10px;
}

.appointment_box .btn {
    margin: 20px 0 0 0;
}


/*Appointment Page Ends*/


    
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    
    header img {
        width: 80%;
        display: flex;
        margin: 0 auto 20px auto;
    }
    
.header_cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme_btn {
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
}
.carousel-item {
    height: 600px;
}
.banner_text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}
.banner_text h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
}
    
.banner_text h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
.banner_text p {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}
    form.baner_form {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        width: 100%;
        margin: 0;
    }
    .baner_form input {
        width: 100%;
        padding: 0 15px;
        height: 40px;
        font-size: 15px;
    }
    .baner_form button {
        width: fit-content;
        padding: 10px 15px;
        border: 0;
        border-radius: 19px;
        background-color: #cc96c6 !important;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Oswald';
        color: #3E3E3E;
        margin: -2px 0 0 0;
        width: 100%;
    }
    .banner_img img {
        width: 90%;
        height: 120px;
        object-fit: contain;
        display: flex;
        margin: 40px auto 0 auto;
        transform: unset;
    }
.main_slider .carousel-item>img {
    width: 100%;
    height: 748px;
    object-fit: cover;
}
    .sec_head h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }
.sec_head p {
    font-size: 12px;
    line-height: 20px;
}
.aft_box{
    padding: 50px 20px;
    width: 250px;
}
.get_in_touch_sec .get {
    width: 100%;
    object-fit: contain;
}
.footer_nav ul a {
    color: #333333;
    font-size: 14px;
}
    .footer_nav ul {
        gap: 10px;
        margin: 10px 0;
        flex-direction: column;
    }
    .footer_logo img {
        width: 70%;
    }
.aft_banner {
    padding: 20px 0;
}
.inner_bnr_txt {
    width: 100%;
    text-align: center;
}
.inner_bnr_txt h2 {
    font-size: 45px;
    line-height: 75px;
}
.inner_banner img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
    .aft_banner .text-start .aft_box {
        width: 100%;
        padding: 20px;
    }
    
.aft_box img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.aft_box h4 {
    font-size: 15px;
    line-height: 20px;
}
#buy-plan-form p {
    text-align: left !important;
}
#buy-plan-form button {
    float: left !important;
}

.onlymob{
    display:block;
}
/*.mobileshow{*/
/*    display:block;*/
/*}*/
.hiden-mob{
    display:none;
}




/*Feature Page Starts*/



.plan_box_head {
    padding: 20px;
    height: 100%;
    min-height: auto;
    gap: 10px;
    margin-bottom: 20px;
}

.plan_box_head h3 {
    font-size: 18px;
    line-height: 25px;
}

.plan_box p {
    padding: 0px 10px;
}
.pricing_box {
    margin-bottom: 30px;
}

.plan_box_head p {
    font-size: 14px;
    line-height: 20px;
}

.plan_box ul {
    padding: 20px;
    height: 200px;
}

.plan_box ul p {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.plan_box_footer {
    padding: 10px 0;
}

.copyright_sec {
    margin-top: 20px;
}

.copyright_sec p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.our_solution_box {
    margin: 10px 0;
}



/*Feature Page Ends*/






/*Pricing Page Starts*/

.plan_pricing {
    padding: 10px;
}

.plan_features {
    padding: 15px;
}

.plan_features p {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 12px;
}

/*Pricing Page Ends*/

/*Contact Us Page Starts*/

h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.contact_right {
    padding: 10px;
    margin: 20px 0;
}

.info-box {
    margin: 20px 0px;
}

.info-box i {
    font-size: 25px;
}

/*Contact Us Page Ends*/

/*Appointment Page Starts*/

section.appointment_sec {
    padding: 20px 0 !important;
}

    .appointment_box {
        padding: 20px !important;
        width: 100% !important;
    }



.appointment_box {
    padding: 20px;
    width: 100%;
}

.appointment_box h2 {
    font-size: 30px !important;
    line-height: 35px;
}


.appointment_box input, select {
    height: 30px;
    padding: 0px 0 0 10px;
}

.appointment_box .btn {
    margin: 20px 0 0 0;
}


/*Appointment Page Ends*/



    
}


















