@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
/***** General CSS *****/


@font-face {
  font-family: Oswald-Bold;
  src: url(../fonts/Oswald-Bold.ttf);
}

@font-face {
  font-family: Oswald-Light;
  src: url(../fonts/Oswald-Light.ttf);
}

@font-face {
  font-family: Oswald-Regular;
  src: url(../fonts/Oswald-Regular.ttf);
}

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

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 {
  max-width: 100%;
}

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 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.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: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', 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 */

.menuSec {
  /* padding: 0px 0; */
}

.menuSec .logo {
  width: 100%;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
  text-align: center;
}

.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: #393939;
  padding: 10px 11px;
  font-size: 13px;
}



.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.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: #28b16d;
}

.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: 790px;
}

.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-inner {
  overflow: visible !important;
}

.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);
}

.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 css end*/

.blog_sec {
  padding: 5% 0;
}

/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}

/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}

/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}

.tabcontent.active {
  display: block;
}

/*slick slider in tabs css start*/

.nav-item {
  padding: 10px;
}





/* header css start */
.menuSec .row {
  align-items: center;
}

.menuSec ul li a:hover {
  color: rgb(252, 98, 124);
}

.menuSec ul li a {
  font-family: Oswald-Bold;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
}

a.buy-now {
  background-color: #ffa557;
  color: #f9f9f9;
  padding: 11px 28px;
  border-radius: 23px;
  font-family: Oswald-Regular;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

header {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 26px 0 25px 0;
  background-color: #fdf5f5;
}

/* header css end */

/* banner css start */
.banner_img img {
  transform: scale3d(1.5, 1.5, 1.5);
  margin: 0 0 -140px 0;
}

h1.banner-heading {
  font-family: 'Oswald-Regular';
  font-size: 50px;
  line-height: 65px !important;
  font-weight: 600;
  color: #000;
}

p.ban-sub {
  font-family: 'Oswald-Light';
  font-size: 39px;
  line-height: 50px;
  color: #000;
}

p.ban-sub-sub {
  font-size: 30px;
  font-weight: 100;
  font-family: 'Oswald-Light';
  color: #000;
  line-height: 50px;
}

.banner_text ul {
  display: flex;
  align-items: center;
}

.banner_text ul input {
  width: 458px;
  padding: 6px 4px 6px 12px;
  border: 2px solid #00000075;
  outline: none;
  border-radius: 24px;
  background-color: transparent;
  text-transform: lowercase;
  font-family: Oswald-Regular;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400px;
  color: #777777;
}

.banner_text ul input::placeholder {
  text-transform: capitalize;
  font-family: Oswald-Regular;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400px;
  color: #777777;

}

.banner_text ul li .subsc-btn {
  background-color: rgb(252, 98, 124);
  color: #fff;
  border-radius: 23px;
  padding: 10px 20px;
  font-family: 'Oswald-Regular';
  margin: 0 0px 0 21px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 600;
}

/* banner css end */

/* social security css start */
.social-item {
  text-align: center;
}

.social-item img {
  width: 30%;
}

.social-item h5.item-heading {
  font-size: 22px;
  line-height: 31px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #000;
  margin: 14px 0 27px 0;
  text-transform: capitalize;
}

section.socail-security .heading-sec {
  margin: 56px 0 60px 0;
}

section.socail-security .sec-heading {
  font-size: 40px;
  font-family: 'Oswald-Regular';
  font-weight: 600;
  line-height: 40px;
  color: #000;
  text-transform: lowercase;
  letter-spacing: 2px;
  margin: 0 0 23px 0;
}

p.sec-sub {
  font-size: 18px;
  line-height: 29px;
  font-family: 'Roboto', sans-serif;
}

p.sec-sub {
  font-size: 18px;
  line-height: 29px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
}

p.item-txt {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
  font-family: 'Roboto', sans-serif;
}

/* social security css end */

/* our solutions sec css start */
.our-solutions-sec .img-sec i {
  font-size: 56px;
  color: #ffabab;
}

.our-solutions-sec .sec-heading {
  text-transform: capitalize !important;
}

/* our solutions sec css end */
/*PRICE PLAN BOX SEC STRT */
section.new_plan_box_sec .container {
  padding: 0 0;
}

.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 0 0 0;
}

.plan_box_head {
  text-align: center;
  padding: 30px 23px;
  background-color: rgb(252, 98, 124);
  text-transform: capitalize;
  color: #fff;
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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 ul p.bullets {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #0000001c;
  width: 66%;
  margin: 0 auto 18px;
}

.plan_box ul p.bullets i {
  margin: 0 8px 0 0px;
}

.plan_box_footer {
  text-align: center;
  padding: 20px 0;
}

.plan_box_footer a {
  background-color: rgb(255, 155, 68);
  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;
}

/* PRICE PLAN BOX SEC END */

/* client Reviews Sec css start */
h4.client-review-sec-heading {
  text-align: center;
  font-size: 65px;
  line-height: 65px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 14px 0 32px 0;
}

.review {
  text-align: center;
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  height: 206px;
  padding: 28px 26px;
  margin-bottom: 30px;
}

p.review-txt {
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-transform: lowercase;
}

p.review-tit {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

p.review-name {
  font-size: 15px;
  line-height: 15px;
  font-weight: 300;
  color: #bfbfbf;
  font-family: 'Roboto Slab', serif;
}

section.client-review-sec {
  padding: 41px 0 0 0;
}

/* client Reviews Sec css end */


/* Get In touch form css start */
section.getIntouch-sec {
  padding: 88px 0;
}

.yellow-sec-rating {
  background-color: #FF9B44;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.yellow-sec-rating i.fas.fa-star {
  font-size: 50px;
  line-height: 50px;
  font-weight: 900;
}

.yellow-sec-rating p.rat-num {
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}

.yellow-sec-rating p.Address {
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.yellow-sec-rating p.email {
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.yellow-sec-rating p.Address span {
  font-weight: 200;
  margin: 0 0 0 18px;
}

.getIntouch-form-sec form input[type="submit"] {
  background-color: #ff9b44;
  border: none;
  color: #fff !important;
  text-transform: uppercase;
  padding: 9px 28px 7px;
  margin: 0;
}

.getIntouch-form-sec form button {
  background-color: #ff9b44;
  border: none;
  color: #fff !important;
  text-transform: uppercase;
  padding: 9px 28px 7px;
  margin: 0;
}




.getIntouch-form-sec form input.upper {
  width: 100%;
  margin: 0 0 14px 0;
  padding: 0 0 0 10px;
  height: 46px;
  outline: none;
  font-family: Oswald-Regular;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400px;
  color: #333333;
}

.getIntouch-form-sec form textarea {
  width: 100%;
  padding: 19px 0 0 10px;
  font-family: Oswald-Regular;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400px;
  color: #333333;
}

.getIntouch-form-sec form input.upper::placeholder,
.getIntouch-form-sec form textarea::placeholder,
.getIntouch-form-sec form input[type="submit"] {
  font-family: Oswald-Regular;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400px;
  color: #333333;
}

.getIntouch-form-sec form .input-file-sec {
  width: 100%;
  border: 1px dashed;
  border-radius: 7px;
  text-align: center;
  height: 153px;
  position: relative;
  padding: 25px 0;
  background: rgba(0, 0, 0, .02);
}

.getIntouch-form-sec form .input-file-sec input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

p.drop-files {
  font-size: 14px;
  color: #777777;
  font-family: 'Oswald-Regular';
  line-height: 22px;
  font-weight: 400;
}

p.select-files {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  font-family: 'Oswald-Regular';
  text-transform: uppercase;
  color: #3e3e3e;
  background-color: #F3F3F3;
  padding: 14px 27px;
  display: inline-block;
}

p.max-size {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Oswald-Regular';
  color: #777777;
  margin: 15px 0 15px 0;
}

h4.file-heading {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  color: #242424;
  font-family: 'Oswald-Regular';
  letter-spacing: 1px;
}

/* Get In touch form css  end*/

/* footer css start */
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer ul li {
  margin: 0 0 0 10px;
}

footer ul.nav-cust-links li a {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
footer ul.nav-cust-links li a:after{
  content: '';
    position: absolute;
    left: 6px;
    bottom: -6px;
    top: 36px;
    height: 2px;
    width: 0%;
    background-color: #FF9B44;
    transition: 0.5s;
}
footer ul.nav-cust-links li a:hover:after{
  width: 70%;
}
footer {
  text-align: center;
  border-top: 2px solid #ff9b44;
  margin: 37px 0 0 0;
}

footer ul li a.facebook {
  background-color: #3b5998;
}

footer ul li a.twitter {
  background-color: #1da1f2;
}

footer ul li a.instagram {
  background-color: #262626;
}

footer ul li a.youtube {
  background-color: #cd201f;
}

footer ul li a i {
  width: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

footer ul li a {
  padding: 10px 10px 9px;
  border-radius: 50%;
}

footer .logo img {
  text-align: center;
  margin: 30px 0 21px 0;
}

.lower-footer {
  background-color: #ff9b44;
  color: #fff;
}

.lower-footer .row {
  align-items: center;
}

.lower-footer p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  font-family: 'Oswald-Regular';
  text-transform: capitalize;
  padding: 22px 0;
}

.lower-footer p i {
  margin: 0 7px 0 0;
}

.footer-upper {
  padding: 38px 0;
}

/* footer css end */

/* contact page css start */
.contact-banner .carousel-item>img {
  height: 303px;
  object-fit: cover;
  width: 1583px;
}

h1.innerbanner-heading {
  font-size: 44px;
  line-height: 53px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Oswald-Bold';
  color: #242424;
}

.innerbanner {
  text-align: center;
  margin: 88px 0 0 0;
}

.innerbanner nav {
  display: flex;
  justify-content: center;
}

h3.contact-info-heading {
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.contact-info ul li a {
  color: #000;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
}

.contact-info ul li {
  margin: 17px 0 0 0;
}

.contact-info ul li a i {
  color: #ff9b44;
  margin: 0 20px 0px 0;
}

.contact-info {
  padding: 55px 0 0 0;
  margin: 0 0 0 17px;
}

li.breadcrumb-item a {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  color: #242424 !important;
  font-family: 'Oswald-Regular';
  text-transform: uppercase;
}

li.breadcrumb-item.active {
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  color: #777777;
  text-transform: uppercase;
  font-family: 'Oswald-Regular';
}

.breadcrumb {
  align-items: center;
}

/* contact page css end */

/* pricing css start */
.plan-title-sec.side {
  text-align: center;
  background-color: #5F7BFC;
  color: #fff;
  padding: 14px 0;
}

.plan-title-sec.center {
  text-align: center;
  background-color: #FF9B44;
  color: #fff;
  padding: 14px 0;
}

h4.plan-title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  margin: 0;
}

p.plan-title-sub {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
}

h3.price {
  font-size: 85px;
  line-height: 68px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}


sup.dura {
  font-size: 16px;
  font-weight: 400;
  vertical-align: super;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}

sup.dol {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  vertical-align: super;
}

.price-sec {
  text-align: center;
  margin: 39px 0;
}

ul.plan-features i {
  font-size: 21px;
  line-height: 21px;
  font-weight: 900;
  color: #000;
  margin: 0 9px 0 0px;
}

ul.plan-features li p {
  display: flex;
  align-items: start;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  font-family: 'Roboto';
}

ul.plan-features li {
  border-bottom: 1px solid #00000038;
  padding: 18px 0 0 0;
}

ul.plan-features {
  width: 69%;
  margin: 0 auto;
  height: 288px;
}

.pricing-plan {
  border: 1px solid #000;
  height: 697px;
  position: relative;
}

.plan-apply-btn {
  text-align: center;
  margin: 31px 0;
}

.plan-apply-btn .side {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #FC5F74;
  padding: 13px 44px;

}

.plan-apply-btn .center {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #FF9B44;
  padding: 10px 21px;
  padding: 10px 42px;
}

section.pricing-innerpage {
  padding: 75px 0;
}

/* pricing css end */

/* pricing innerpage form css start*/
.pricing-innerPage-form .container {
  padding: 16px;
  background-color: white;
}

/* Full-width input fields */
.pricing-innerPage-form input[type=text],
.pricing-innerPage-form input[type=email],
.pricing-innerPage-form textarea {
  width: 100%;
  padding: 8px 0 8px 12px;
  margin: 5px 0 10px 0;
  display: inline-block;
  border: 1px solid #00000061;
  border-radius: 4px;
  transition: 0.5s;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
  color: #7a7a7a;
  font-family: 'Roboto';
}

.pricing-innerPage-form input[type=text]::placeholder,
.pricing-innerPage-form input[type=email]::placeholder,
.pricing-innerPage-form textarea::placeholder {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
  color: #7a7a7a;
  font-family: 'Roboto';
}

.pricing-innerPage-form input[type=text]:focus,
input[type=email]:focus,
.pricing-innerPage-form textarea:focus {
  border-color: #e4dede;
}

/* Set a style for the submit button */
.pricing-innerPage-form .sendbtn {
  background-color: #61CE70;
  padding: 10px 0;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  text-align: center;
}

.pricing-innerPage-form .sendbtn::placeholder {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.pricing-innerPage-form .registerbtn:hover {
  opacity: 1;
}

section.pricing-innerPage-form label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
  color: #7a7a7a;
  font-family: 'Roboto';
}

/* pricing innerpage form css end*/

/* features inner page css start */
h4.features-inner-heading {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  text-transform: capitalize;
  color: #242424;
  font-family: 'Oswald-Regular';
}
section.features-inner-page {
  margin: 0 0 53px 0;
}
p.features-inner-txt {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Oswald-Regular';
  color: #777777;
}
.features-inner-cont {
  border: 3px solid #e4e4e4;
  margin: 84px 0 0 0;
  height: 218px;
  padding: 36px 39px 4px;
}
.features-inner-page .upper {
  margin: 87px 0 0 0;
}
/* features inner page css 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-family: Oswald-Regular;
  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;
  font-family: 'Oswald-Regular';
  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-Regular';
  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: 'Oswald-Regular';
  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-Bold';
  text-transform: capitalize;
}

label.multi-step-label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Oswald-Regular';
  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;
}

/* payment inner page css end */