@font-face {
  font-family: "futuramedium";
  src: url("fonts/futura_medium_bt-webfont.woff2") format("woff2"),
    url("fonts/futura_medium_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoregular";
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2"),
    url("fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotomedium";
  src: url("fonts/roboto-medium-webfont.woff2") format("woff2"),
    url("fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "futuralight";
  src: url("fonts/futura_light_bt-webfont.woff2") format("woff2"),
    url("fonts/futura_light_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cinzelbold";
  src: url("fonts/cinzel-bold-webfont.woff2") format("woff2"),
    url("fonts/cinzel-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotobold";
  src: url("fonts/roboto-bold-webfont.woff2") format("woff2"),
    url("fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

a {
  text-decoration: none;
}

p {
  font-family: "futuralight";
}

.header {
  float: right;
  padding-top: 14px;
  padding-bottom: 6px;
  z-index: 9;
  position: relative;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-family: "robotoregular";
  border-bottom: 2px solid transparent;
}

.header ul li:hover {
  padding: 20px 22px;
}

.header ul li:hover a {
  color: #225b8b;
  border-bottom: 2px solid #225b8b;
  font-weight: bold;

  font-size: 17px;
}

.header ul li a.active {
  color: #225b8b;
  border-bottom: 2px solid #225b8b;
  font-weight: bold;

  font-size: 17px;
}

.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  max-height: 220px;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

.header-area {
  padding-bottom: 7px;
  position: relative;
  z-index: 9;
}

.lf {
  float: left;
  background-color: #fff;
  width: 31%;
}

.rg {
  background-color: #225b8b;
  width: 69%;
  float: right;
  padding-top: 8px;
  height: 60px;
}

.rg:before {
  content: "";
  width: 30px;
  height: 30px;
  border-left: 37px solid transparent;
  border-right: 11px solid transparent;
  border-top: 60px solid #225b8b;
  margin-left: -37px;
  margin-top: -8px;
  position: absolute;
}

.header-area .left {
  padding-top: 2px;
}

.header-area .left,
.header-area .right {
  display: inline-block;
  vertical-align: top;
}

.header-area .left ul {
  padding-left: 12px;
}

.header-area .left ul li:nth-child(1) {
  display: none;
}

.contact .contact-det .con-in:first-child {
  display: none !important;
}

.header-area .left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #f06124;
  padding-top: 7px;
  padding-bottom: 7px;
}

.header-area .left ul li span {
  font-size: 17px;
  font-family: "futuramedium";
}

.header-area .left ul li span:hover {
  color: #f06023;
}

.header-area .left ul li i {
  color: #225b8b;
  background-color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 6px;
  padding-top: 4px;
  font-size: 17px;
  margin-right: 10px;
}

.header-area .left ul li i:hover {
  color: #225b8b;
}

.header-area .left ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-family: "futuramedium";
}

.header-area .left ul li:nth-child(1) i:hover {
  background-image: linear-gradient(#f06023, #f06023);
  color: #fff;
}

.header-area .left ul li:nth-child(2) i:hover {
  background-image: linear-gradient(#f06023, #f06023);
  color: #fff;
}

.header-area .left ul li:nth-child(3) i:hover {
  background-image: linear-gradient(#f06023, #f06023);
  color: #fff;
}

.header-area .left ul li a:hover {
  color: #f06023;
}

.header-area .left ul li:last-child i {
  color: #fff;
  background-color: transparent;
  font-size: 16px;
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 6px;
  padding-top: 4px;
  margin-right: 3px;
}

.header-area .left ul li:last-child a:hover i {
  color: #225b8b;
  background-color: #fff;
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 6px;
  padding-top: 2px;
  margin-right: 3px;
}

.header-area .left ul li:last-child {
  border: 0;
}

.header-area .left ul li:last-child span {
  padding-right: 10px;
}

.header-area .left ul li:last-child a i:hover {
  background-color: #fff !important;
  color: #225b8b;
}

.logo {
  position: absolute;
  margin-left: -75px;
  margin-top: 25px;
}

.header a.blue-btn {
  background-image: linear-gradient(#225b8b, #225b8b);
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  float: right;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
}

.header a.blue-btn:hover {
  background-image: linear-gradient(#f06023, #f06023);
}

.header-mn-area {
  z-index: 9;
  position: relative;
}

.banner,
.banner img {
  width: 100%;
}

.banner img {
  position: relative;
}

.carousel-item:nth-child(2) .banner-text-in p {
  margin-right: 20px;
}

.carousel-item:nth-child(2) .banner-text-in h2 {
  color: #000;
}

.carousel-item:nth-child(2) .banner-text-in h3 {
  color: #f06023;
}

.carousel-item:nth-child(2) .banner-text-in p {
  color: #000;
}

.carousel-item:nth-child(3) .banner-text-in h2 {
  color: #000;
}

.carousel-item:nth-child(3) .banner-text-in h3 {
  color: #f06023;
}

.carousel-item:nth-child(3) .banner-text-in p {
  color: #000;
}

.banner-text {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}

.banner-text-in {
  width: 630px;
  float: right;
}

.banner-text-in h2 {
  font-family: "robotomedium";
  font-size: 67px;
  color: #000;
  margin-bottom: 6px;
  line-height: 75px;
}

.banner-text-in h3 {
  font-size: 87px;
  color: #225b8b;
  font-family: "cinzelbold";
  text-shadow: 0px 0px 77px #afabab, 2px 7px 9px #afabab;
  margin-bottom: -4px;
}

.banner-text-in p {
  font-size: 19px;
  color: #797979;
  font-family: "futuralight";
}

.banner-text-in a.blue-btn {
  background-image: linear-gradient(#225b8b, #225b8b);
  color: #fff;
  padding: 8px 13px;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  margin-right: 8px;
  font-size: 17px;
}

.banner-text-in a.blue-btn:hover {
  background: #fff;
  color: #225b8b;
  border: 2px solid #787878;
  padding: 6px 11px;
}

.deal {
  background-image: linear-gradient(#225b8b, #225b8b);
  padding-top: 40px;
  padding-bottom: 40px;
}

.deal h3 {
  font-size: 42px;
  color: #fff;
  font-family: "robotobold";
}

.deal .form1 {
  margin-top: 24px;
}

.deal form p {
  color: #fff;
}

.deal .form1 input {
  height: 39px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 39%;
  display: inline-block;
  margin-top: 12px;
}

.deal .form1 input::placeholder {
  font-family: "futuralight";
  font-size: 17px;
  color: #858585;
}

.deal .form1 .blue-btn {
  background-color: #000;
  color: #fff;
  padding: 7px 22px;
  float: right;
  margin-top: 12px;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  width: 21%;
}

.deal .form1 .blue-btn:hover {
  background-image: linear-gradient(#f06023, #f06023);
}

.services {
  padding-top: 50px;
  padding-bottom: 40px;
}

.serv-box {
  text-align: center;
  position: relative;
  padding: 13px 20px 20px 20px;
  border: 1px solid transparent;
}

.serv-box:hover {
  border: 1px solid #eae7e7;
}

.serv-box:hover::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  top: 0;
  left: 0;
  z-index: -1;
  border-left: 10px solid #0b139c;
  border-top: 10px solid #0a119b;
}

.serv-box:hover::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 55px;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-right: 10px solid #0b139c;
  border-bottom: 10px solid #0a119b;
}

.serv-box h4 {
  font-size: 27px;
  font-family: "robotobold";
  color: #000;
  margin-bottom: 15px;
}

.serv-box p {
  color: #7c7c7c;
  font-size: 17px;
  font-family: "futuralight";
}

.serv-box img {}

.serv-box a.blue-btn {
  background-image: linear-gradient(#225b8b, #225b8b);
  color: #fff;
  padding: 5px 14px;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 15px;
}

.serv-box a.blue-btn:hover {
  background-image: linear-gradient(#f06023, #f06023);
}

.who {
  padding-top: 60px;
  padding-bottom: 60px;
}

h6.mainh6 {
  font-family: "futuramedium";
  font-size: 21px;
  color: #f06023;
  margin-bottom: 18px;
  text-transform: uppercase;
}

h1.mainh1 {
  font-size: 56px;
  font-family: "robotobold";
  color: #000;
  line-height: 60px;
  margin-bottom: 17px;
}

.who h1 span {
  color: #225b8b;
}

.who p.p1 {
  font-family: "futuralight";
  font-size: 21px;
  color: #000;
}

.who p {
  font-family: "futuralight";
  font-size: 19px;
  color: #000;
}

.who img {
  width: 100%;
}

.pad6 {
  padding-left: 30px;
}

a.blue-btn1 {
  background-image: linear-gradient(#225b8b, #225b8b);
  color: #fff;
  padding: 8px 13px;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  margin-right: 8px;
  font-size: 17px;
}

a.blue-btn1:hover {
  background-image: linear-gradient(#f06023, #f06023);
}

.pd1 {
  padding-top: 0px;
}

.provide {
  background: url(../images/provide-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 35px;
    background-position: 65% 0;
}

.provide h2 {
  color: #000;
  font-size: 47px;
  font-family: "robotobold";
  margin-bottom: 27px;
}

.provide a.link1 {
  background-image: linear-gradient(#f06023, #f06023);
  color: #fff;
  padding: 8px 33px;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  margin-right: 8px;
  font-size: 17px;
  text-transform: uppercase;
}

.provide a.link1:hover {
  background-image: linear-gradient(#225b8b, #225b8b);
  color: #fff !important;
}

.provide a.link1:hover {
  color: #f06023;
}

.provide p {
  font-family: "futuralight";
  font-size: 17px;
  color: #000;
  margin-top: 28px;
}

.provide-left {
  width: 44%;
  float: right;
}

.provide-left-in {
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}

.why {
  padding-top: 60px;
}

.why h1 {
  margin-bottom: 25px;
}

.why-img {
  margin-top: 40px;
}

.why-img img {
  margin-left: 0;
  width: 100%;
}

.why-img .col-md-6:nth-child(1) {
  padding-right: 22px;
}

.why-img .col-md-6:nth-child(2) {
  padding-left: 22px;
}

.why-right {
  margin-left: 68px;
}

.why-right-box {
  background-color: #f3f3f3;
  padding: 38px 30px 30px 54px;
  margin-bottom: 10px;
  border-right: 10px solid #1929ad;
}

.why-right-box:hover {
  background-image: linear-gradient(#225b8b, #225b8b);
  border-right: 10px solid #0e1552;
}

.why-right-box:hover .why-rb-left {
  background-color: #fff;
}

.why-rb-left img:nth-child(2) {
  display: none;
  margin: 0px auto;
}

.why-right-box:hover .why-rb-left img:nth-child(2) {
  display: block;
}

.why-right-box:hover .why-rb-left img:nth-child(1) {
  display: none;
}

.why-right-box:hover .why-rb-right h2,
.why-right-box:hover .why-rb-right p {
  color: #fff;
}

.why-rb-left {
  background-color: #1929ad;
  border-radius: 50%;
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 25px;
  margin-right: 40px;
}

.why-rb-left img {
  width: auto;
  margin-left: 0;
}

.why-rb-right {
  width: 100px;
  float: left;
}

.why-rb-right h2 {
  font-size: 42px;
  font-family: "robotobold";
  color: #000;
  margin-bottom: 0px;
}

.why-rb-right p {
  font-size: 21px;
  font-family: "futuralight";
  color: #9c9c9c;
  line-height: 25px;
}

.enjoy {
  background: url(../images/enjoy-bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd2 {
  padding-left: 35px;
}

.enjoy p.p2 {
  font-size: 27px;
  color: #000;
  margin-top: 19px;
  font-family: "futuralight";
  margin-bottom: 13px;
  line-height: 35px;
}

.enjoy p.p3 {
  font-size: 22px;
  color: #225b8b;
  font-family: "futuramedium";
  margin-top: -3px;
  margin-bottom: 23px;
  line-height: 25px;
}

.enjoy img {
  margin-left: 0px;
  margin-top: 70px;
}

.discover {
  padding-top: 50px;
  padding-bottom: 70px;
}

.discover h2 {
  font-family: "robotobold";
  font-size: 47px;
  color: #000;
  text-align: center;
}

.discover h2 span {
  color: #225b8b;
}

.discover-box {
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 40px;
  background: url(../images/plan-bg.jpg) no-repeat;
  background-size: cover;
}

.db-top {
  position: relative;
}

.db-top img {
  border-radius: 6px;
  width: 100%;
}

.db-top-in {
  /* position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 13px; */
}

.db-top-in h3 {
  float: left;
  color: #fff;
  font-family: "robotobold";
  font-size: 20px;
  width: 153px;
  margin-top: 24px;
  line-height: 24px;
  background-color: rgb(38 29 29 / 30%);
  display: none;
}

.db-top-inblue {
  background-image: linear-gradient(#225b8b, #225b8b);
  /* float: right;
  border-top-left-radius: 6px; */
  padding: 15px 17px 4px 17px;
}

.db-top-inblue h5 {
  color: #fff;
  font-family: "robotobold";
  font-size: 25px;
  margin-bottom: -3px;
}

.plans .db-top-inblue p {
  color: #fff;
  font-family: "robotomedium";
  font-size: 17px;
}

.discover .db-top-inblue p {
  color: #fff;
  font-family: "robotomedium";
  font-size: 17px;
}

.db-btm {
  padding: 24px 15px 23px 15px;
}

.db-btm ul {
  padding-left: 23px;
}

.db-btm ul li {
  font-size: 17px;
  font-family: "futuralight";
  color: #000;
  list-style-image: url(../images/dis-check.png);
  line-height: 23px;
  margin-bottom: 15px;
}

.db-btm p.p4 {
  color: #000;
  font-family: "robotobold";
  font-size: 14px;
  margin-bottom: -2px;
  display: none;
}

.db-btm p.p5 {
  color: #225b8b;
  font-family: "robotobold";
  font-size: 23px;
  display: none;
}

.db-btm p.p5 span {
  color: #000;
  font-size: 14px;
}

.db-btm a.blue-btn {
  background-color: #225b8b;
  color: #fff;
  padding: 7px 22px;
  display: inline-block;
  margin-top: 2px;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  text-transform: uppercase;
}

.db-btm a.blue-btn:hover {
  background-color: #f06023;
}

.db-btm button.blue-btn {
  background-color: #225b8b;
  color: #fff;
  padding: 7px 22px;
  display: inline-block;
  margin-top: 2px;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  border: 0;
}

.db-btm button.blue-btn:hover {
  background-color: #f06023;
}

.item {
  margin-top: 26px;
}

.discover-box:hover {
  box-shadow: 0 10px 10px -6px #ddd6d6;
}

.client-logo {
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
}

.client-logo img {
  display: inline-block;
  margin: 0 18px;
}

/*.modal1
{
    z-index:9999;
}*/
.modal1form.form5 {
  padding-top: 15px;
  padding-bottom: 7px;
}

.modal1form.form5 h4 {
  text-align: center;
}

.form5 textarea {
  height: 85px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  padding-top: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
  background-color: #f0602333;
}

.modal1form.form5 p {
  margin-bottom: 0;
}

.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close3 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close3:hover,
.close3:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close4 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close4:hover,
.close4:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close5 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.close5:hover,
.close5:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close6 {
  color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    line-height: 19px;
    margin-top: 13px;
}

.close6:hover,
.close6:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#dspopup1 .form5 {
    margin-top: 0;
}
#dspopup1 .modal-content
{
	display: block;
}
#dspopup1 .btn-close
{
	 color: #aaaaaa;
    float: right;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    line-height: 19px;
    margin-top: 13px;
}
#dspopup1 .btn-close:hover, #dspopup1 .btn-close:focus
{
	color: #000;
  text-decoration: none;
  cursor: pointer;
	box-shadow: none;
}
.channel-page button#myBtn3 {
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
}

.pro_item .rm_btn button#myBtn3 {
  margin-bottom: 25px;
}

.pro_item .rm_btn button#myBtn3 {
  text-align: center;
}

.pro_item .rm_btn button#myBtn3 {
  font-family: "robotomedium";
  display: inline-block;
  padding: 6px 16px;
  background-color: #225b8b;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  width: 116px;
}

.pro_item:hover .rm_btn button#myBtn3 {
  background-color: #f06023;
  color: #fff;
}

.channel-page .pro_item .rm_btn {
  margin-bottom: 0;
}

.channel-page .pro_title h3 {}

#myModal1 .wpcf7-spinner {
  display: none;
}

#myModal2 .wpcf7-spinner {
  display: none;
}

#myModal3 .wpcf7-spinner {
  display: none;
}

#myModal4 .wpcf7-spinner {
  display: none;
}

#myModal5 .wpcf7-spinner {
  display: none;
}

#myModal6 .wpcf7-spinner {
  display: none;
}

#pgloadModa .wpcf7-spinner {
  display: none;
}

.modal-backdrop.show {
  opacity: 0;
  z-index: 9999;
}

.modal-backdrop {
  z-index: 0 !important;
}
#dspopup .modal-header
{
	border-bottom: 0;
	padding: 0;
}
#dspopup .modal-header .btn-close
{
	padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    font-weight: bold;
    float: right;
    margin-top: 13px;
}
#dspopup .modal1form.form5 
{
    padding-top: 0;
    padding-bottom: 0;
}
#dspopup .wpcf7-spinner
{
	display:none;
}

.deal .form1 .wpcf7-spinner {
  display: none;
}

.footer-contact {
  background-color: #f06023;
  border-bottom: 1px solid #fff;
}

.ft-con-box {
  border-right: 1px solid #fff;
  padding-top: 36px;
  padding-bottom: 32px;
}

.footer-contact .col-md-4:last-child .ft-con-box {
  border: 0;
}

.ft-con-box i {
  color: #225b8b;
  float: left;
  background-color: #fff;
  border-radius: 50%;
  width: 47px;
  text-align: center;
  height: 47px;
  font-size: 28px;
  padding-top: 9px;
}

.ft-con-box i:hover {
  background-image: linear-gradient(#225b8b, #225b8b);
  color: #fff;
}

.ft-con-box i img {
  margin-top: -17px;
}

.ft-con-box-in {
  display: inline-block;
  margin-left: 18px;
}

.ft-con-box-in p {
  font-size: 17px;
  font-family: "futuralight";
  color: #fff;
  margin-bottom: 2px;
}

.ft-con-box-in h6 {
  font-size: 20px;
  font-family: "robotomedium";
  color: #fff;
  margin-bottom: 0;
}

.ft-con-box-in h6:hover {
  color: #225b8b;
}

.ft-con-box-in h6 a:hover {
  color: #225b8b;
}

.ft-con-box-in h6 a {
  font-size: 20px;
  font-family: "robotomedium";
  color: #fff;
  margin-bottom: 0;
}

.footer {
  /* background-image: linear-gradient(#225b8b, #225b8b); */
  border-bottom: 1px solid #fff;
  padding-top: 48px;
  padding-bottom: 20px;
  /* background-color: #000; */
}

.footer p {
  font-size: 17px;
  font-family: "futuralight";
  /* color: #fff; */
}

.footer h6 {
  font-family: "robotomedium";
  font-size: 25px;
  color: #225b8b;
  margin-bottom: 18px;
  text-decoration: underline;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer ul.ul1 {
  float: left;
  margin-right: 28px;
}

.footer ul li {
  padding-bottom: 5px;
}

.footer ul li a {
  color: #000;
  font-size: 19px;
  font-family: "futuralight";
}

.footer ul li a span {
  font-size: 16px;
}

.footer ul li a:hover {
  color: #f06023;
}

.pad1 {
  padding-left: 30px;
}

.pad2 {
  padding-left: 33px;
}

.pad3 {}

.footer ul li a i {
  font-size: 19px;
  /* border: 2px solid #ffffff; */
  /* border-radius: 50%; */
  width: 28px;
  /* height: 28px; */
  text-align: center;
  padding-top: 0;
  margin-right: 10px;
  color: #f06023;
}

.pad3 ul li a {
  font-family: "robotoregular" !important;
  font-size: 16px;
}

.footer ul li:hover {}

.footer ul li:hover a i {
  color: #225b8b;
}

.bottom {
  background-color: #f06023;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.bottom p {
  font-size: 19px;
  color: #fff;
  font-family: "futuralight";
  margin-bottom: 0;
}

.bottom p a {
  font-family: "futuramedium";
  color: #fff;
}

.bottom p a:hover {
  color: #225b8b;
}

.inner-banner img {
  width: 100%;
}

.inner-banner {
  position: relative;
  width: 100%;
    display: inline-block;
	z-index: 0;
}

.inner-banner img {
  position: relative;
}

.inner-banner-content {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
}

.inner-banner-content-in h1 {
  font-size: 48px;
  color: #fff;
  font-family: "robotobold";
  text-transform: uppercase;
}

.inner-banner-content-in p {
  font-family: "futuralight";
  font-size: 21px;
  color: #fff;
  margin-top: 28px;
}

.inner-banner-content-in a {
  background-image: linear-gradient(#f06023, #f06023);
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  text-transform: uppercase;
}

.inner-banner-content a:hover {
  background-image: linear-gradient(#225b8b, #225b8b);
}

.inner-banner-content-in {
  padding-left: 200px;
  padding-right: 200px;
  text-align: center;
  padding-top: 77px;
}

.blog-detail-page .wpcf7-spinner {
  display: none;
}

.about {
  padding-top: 60px;
  padding-bottom: 20px;
}

.about img {
  margin-left: 30px;
  border-radius: 50%;
  float: right;
  width: 48%;
}

.pad4 {
  padding-left: 40px;
}

.plans {
  padding-bottom: 65px;
}

.plans p {
  font-family: "futuralight";
  font-size: 19px;
  color: #000;
}

.set-up {
  padding-bottom: 60px;
}

.set-up h1 {
  font-family: "robotobold";
  font-size: 47px;
  color: #000;
  text-align: center;
}

.set-up h1 span {
  color: #1929ad;
}

.set-up .serv-box {
  margin-top: 40px;
}

.contact {
  z-index: 999;
  position: relative;
}

.con-line {
  width: 45px;
  height: 2px;
  background-color: #225b8b;
  margin-bottom: 20px !important;
  text-align: center;
  margin: 0px auto;
}

.contact-det {
  background-color: #fff;
  padding-top: 43px;
  padding-bottom: 40px;
  text-align: center;
}

.contact-det h6 {
  font-family: "robotobold";
  font-size: 25px;
  color: #000;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.contact-det p {
  font-family: "futuralight";
  font-size: 17px;
  color: #000;
}

.con-in {
  display: inline-block;
  margin: 20px 20px 0 20px;
}

.con-in i {
  color: #fff;
  background-color: #225b8b;
  border-radius: 50%;
  width: 47px;
  text-align: center;
  height: 47px;
  font-size: 28px;
  padding-top: 8px;
  margin-bottom: 10px;
}

.con-in-det {}

.con-in-det p {
  font-size: 17px;
  font-family: "futuralight";
  color: #000;
  margin-bottom: 2px;
}

.con-in-det h6 {
  font-size: 18px;
  font-family: "robotomedium";
  color: #000;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.con-in-det p a {
  font-size: 17px;
  font-family: "futuralight";
  color: #000;
  margin-bottom: 2px;
}

.pad5 {
  margin-top: -50px;
}

.pad7 {
  padding-right: 0px !important;
}

.pad8 {
  padding-left: 0px !important;
}

.form2 {
  background-color: #225b8b;
  padding: 40px 50px;
  height: 100%;
}

.pad7 img {
  width: 100%;
  height: 100%;
}

.form2 input {
  height: 45px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
}

.form2 input::placeholder {
  font-family: "futuralight";
  font-size: 17px;
  color: #858585;
}

.form2 textarea::placeholder {
  font-family: "futuralight";
  font-size: 17px;
  color: #858585 !important;
}

.form2 textarea {
  height: 80px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  padding-top: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
}

.form2 .blue-btn {
  background-color: #000;
  color: #fff;
  padding: 7px 22px;
  margin-top: 22px;
  display: inline-block;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  width: 25%;
}

.form2 .blue-btn:hover {
  background-image: linear-gradient(#f06023, #f06023);
}

.form2 .con-line1 {
  width: 45px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 20px !important;
}

.form2 h6 {
  font-family: "robotobold";
  font-size: 25px;
  color: #fff;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.carousel-control-next-icon {
  background-image: none;
  font-size: 22px;
  background-color: #f06023;
  color: #fff;
}

.carousel-control-prev-icon {
  background-image: none !important;
  font-size: 22px;
  background-color: #f06023;
  color: #fff;
}

.carousel-control-next-icon:hover {
  background-color: #225b8b;
}

.carousel-control-prev-icon:hover {
  background-color: #225b8b;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  top: 111px;
}

.carousel-indicators [data-bs-target] {
  background-color: #225b8b;
}

.carousel-indicators [data-bs-target]:hover {
  background-color: #f06023;
}

.carousel {
  position: relative;
}

.carousel-indicators {
  margin-bottom: 1%;
}

.testimonial {
  padding-bottom: 50px;
}

.testimonial h2 {
  font-family: "robotobold";
  font-size: 47px;
  color: #000;
}

.over {
  float: left;
}

.over img {
  width: 100%;
}

.test-para1 {
  width: 600px;
  float: left;
  margin-left: 20px;
}

.comma1 {
  margin-top: 12px;
  margin-right: 2px;
  width: 20px !important;
}

.comma2 {
  margin-top: 0px;
  margin-left: 2px;
  width: 20px !important;
  margin-bottom: 20px;
}

.tst-right img {
  float: right;
  border: 1px solid black;
  width: 100%;
}

.about1 h1 {
  font-size: 56px;
  font-family: "robotobold";
  color: #000;
  line-height: 60px;
  margin-bottom: 17px;
}

.about1 h1 span {
  color: #225b8b;
}

.about1 p {
  font-family: "futuralight";
  font-size: 19px;
  color: #000;
}

.about1 {
  padding-bottom: 50px;
}

.about1 ul {
  padding-left: 21px;
}

.about1 ul li {
  font-family: "futuralight";
  color: #000;
  padding-bottom: 6px;
  font-size: 19px;
}

.privacy {
  padding-top: 50px;
  padding-bottom: 50px;
}

.privacy h1 {
  font-family: "robotobold";
  font-size: 47px;
  color: #000;
  text-align: center;
  margin-bottom: 26px;
}

.wd-img {
  width: 100%;
  margin-bottom: 15px;
}

.wd-img1 {
  width: auto;
  margin-right: 0;
  margin-bottom: 18px;
}

.privacy h1 span {
  color: #1929ad;
}

.privacy p {
  font-family: "futuralight";
  font-size: 19px;
  color: #000;
}

.accordion-button::after {
  background-image: url("../images/plus.png");
  transform: scale(0.7) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.png");
}

.accordion-item:first-of-type .accordion-button {}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #01018c;
  font-family: "futuralight";
  font-size: 19px;
}

.accordion-button {
  color: #ffffff;
  background-color: #01018c;
  font-family: "futuralight";
  font-size: 19px;
}

.accordion-button.collapsed {
  border-radius: 5px;
}

.accordion-header {
  margin-bottom: 10px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

.accordion-collapse {
  border: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 5px !important;
}

.buy-now {
  padding-top: 60px;
  padding-bottom: 60px;
}

.buy-right {}

.form3 {
  box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  border-radius: 10px;
  padding: 40px;
}

.form3 h2 {
  font-family: "robotobold";
  font-size: 43px;
  color: #000;
  margin-bottom: 22px;
}

.form3 h2 span {
  color: #1929ad;
}

.form3 label {
  font-size: 18px;
  font-family: "robotomedium";
  color: #000;
  margin-bottom: 0px;
  margin-top: 25px;
  text-transform: capitalize;
}

.form3 select {
  height: 45px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 3px;
  background-color: #d7edca;

  font-family: "futuralight";
  font-size: 17px;
  color: #858585;
}

.form3 select option {
  height: 45px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
  border: 1px solid #1929ad;
  background-color: #fff;

  font-family: "futuralight";
  font-size: 17px;
  color: #858585;
}

.form3 a {
  background-image: linear-gradient(#225b8b, #225b8b);
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 31px;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  text-transform: uppercase;
}

.form3 a:hover {
  background-image: linear-gradient(#f06023, #f06023);
}

.form3 input[type="submit"] {
  background-image: linear-gradient(#225b8b, #225b8b);
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  border: 0;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  text-transform: uppercase;
}

.form3 input[type="submit"]:hover {
  background-image: linear-gradient(#f06023, #f06023);
}

.form3 {
  margin-bottom: 20px;
}

.form4 {
  text-align: center;
  padding-top: 0px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}

.form4 .form-logo a img {
  width: 100px;
}

.form-logo {
  border-bottom: 1px solid #d7edca;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 150px;
  margin: 0px auto;
  background-color: #508d36;
}

.form-logo a {}

#calculator-form {
  padding-top: 20px;
}

.form4-cont {
  padding: 0px 40px 0px 40px;
}

.form4 {
  box-shadow: 0 0 12px rgb(0 0 0 / 30%);
  border-radius: 10px;
}

.form4 h4 {
  font-family: "robotobold";
  font-size: 22px;
  color: #000;
  margin-top: 12px;
}

.form4 label {
  font-size: 18px;
  font-family: "robotomedium";
  color: #000;
  margin-bottom: 0px;
  margin-top: 10px;
  text-transform: capitalize;
}

.form4 select {
  height: 45px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 3px;
  background-color: #d7edca;

  font-family: "futuralight";
  font-size: 17px;
  color: #858585;
}

.form4 select option {
  height: 45px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
  border: 1px solid #1929ad;
  background-color: #fff;

  font-family: "futuralight";
  font-size: 17px;
  color: #858585;
}

.form4 button {
  background-image: linear-gradient(#225b8b, #225b8b);
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 31px;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  text-transform: uppercase;
  width: 100%;
}

.form4 button:hover {
  background-image: linear-gradient(#f06023, #f06023);
}

.form4 #output {
  display: block;
  margin-top: 17px;
  background-image: linear-gradient(#f06023, #f06023);
  font-size: 17px;
  text-transform: uppercase;
  font-family: "robotomedium";
}

.form4 #output:hover {
  background-image: linear-gradient(#225b8b, #225b8b);
}

.form4 a.a2:hover {
  background-image: linear-gradient(#225b8b, #225b8b);
}

.form4 a.a2 {
  display: block;
  margin-top: -9px;
  background-image: linear-gradient(#f06023, #f06023);
}

.help {
  padding-top: 50px;
  padding-bottom: 50px;
}

.channels-section .item .discover-box h4 {
  color: #fff;
  text-align: center;
  padding: 10px 4px;
  bottom: 60px;
  border: 3px solid #fff;
  right: 10px;
  font-size: 16px;
  width: 110px;
  height: 80px;
  float: right;
  margin-bottom: 0px;
  -webkit-transform: skew(0deg, 7deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  background: #1929ad;
  position: relative;
  border-radius: 10px;
}

.channels-section {
  padding-top: 0;
  padding-bottom: 0;
}

.calcu-section {
  padding-bottom: 60px;
}

.calcu-section .chart-table {
  margin: 0;
  border: 2px solid #080f98;
}

.calcu-section .chart-table {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 40px;
}

.calcu-section .table>thead>tr>th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  font-family: "robotoregular";
}

.calcu-section .table-head>tr>th {
  color: #fff;
  background: #080f98;
  font-family: "robotoregular";
}

.calcu-section .table-body>tr:nth-child(odd) {
  background: #fff;
}

.calcu-section .table-body>tr:nth-child(even) {
  background: #73e7ee6e;
}

.calcu-section .table>tbody>tr>td {
  border: none;
  font-family: "robotoregular";
  line-height: 31px;
}

.calcu-section .table-body>tr>td {
  color: #333;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.3);
  font-family: "robotoregular";
}

.calcu-section .table-body>tr>td,
.calcu-section .table-head>tr>th {
  border-right: 1px solid rgba(0, 0, 0, 0.5) !important;
  font-family: "robotoregular";
}

.calcu-section .fa-times {
  color: red;
  text-align: center;
}

.calcu-section .no-padding,
.calcu-section .fa-check {
  color: green;
  text-align: center;
}

table {
  border-collapse: inherit;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px 20px 20px 20px;
  border: 1px solid #888;
  max-width: 500px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
  border: 0;
  background-color: transparent;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.form3 p {
  margin-top: -22px;
}

.form5 {
  margin-top: -15px;
}

.form5 h4, #myModal6 h4 {
  font-family: "robotobold";
  font-size: 25px;
  color: #000;
  margin-bottom: 9px;
  text-transform: uppercase;
}
/*#myModal6 input[type="file"]
{
	display:none !important;
}
#myModal6 label
{
	height: 45px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
  background-color: #f0602333;
  padding-top: 9px;
  font-family: "futuralight";
  color: #858585;
}*/
.form5 input[type="text"], #myModal6 input[type="text"] {
  height: 45px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
  background-color: #f0602333;
}

.form5 input[type="tel"], #myModal6 input[type="tel"]{
  height: 45px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
  background-color: #f0602333;
}

.form5 input[type="email"],
.form5 input[type="file"], #myModal6 input[type="email"], #myModal6 input[type="file"]{
  height: 45px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
  background-color: #f0602333;
}

.form5 input[type="button"] {
  height: 45px;
  border-radius: 6px;
  outline: 0;
  box-shadow: none;
  border: 0;
  margin-right: 9px;
  padding-left: 10px;
  width: 100%;
  display: inline-block;
  margin-top: 12px;
  background-color: #225b8b;
  text-align: center;
  color: #fff;
}

.form5 input[type="submit"], #myModal6 input[type="submit"]{
  background-color: #225b8b;
  color: #fff;
  padding: 7px 22px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-decoration: none;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  border: 0;
  text-transform: uppercase;
}

.form5 input[type="submit"]:hover, #myModal6 input[type="submit"]:hover{
  background-image: linear-gradient(#f06023, #f06023);
}

.Payment label {
  margin-bottom: 5px;
}

.Payment input {
  margin-bottom: 14px;
}
.acamc .who.ac-amc:last-child .col-md-6.col-sm-12.col-xs-12:first-child {
    order: 1;
    padding-left: 40px;
}
.acamc .who.ac-amc:last-child .col-md-6.col-sm-12.col-xs-12.pad4:last-child
{
	
}
.inner-banner::before
{
	content: "";
    position: absolute;
    top: 0;
    background-color: #120e0e69;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}
.Payment input[type="submit"] {
  background-image: linear-gradient(#f06023, #f06023);
  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  float: left;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  border: 0;
}

.Payment input[type="submit"]:hover {
  background-image: linear-gradient(#225b8b, #225b8b);
}

.Payment button {
  background-image: linear-gradient(#f06023, #f06023);

  color: #fff;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  float: left;
  font-family: "robotomedium";
  border-radius: 6px;
  font-size: 17px;
  border: 0;
}

.Payment button:hover {
  background-image: linear-gradient(#225b8b, #225b8b);
  border: 0;
  color: #fff;
}

.Payment {
  padding-bottom: 50px;
}

.Payment .col-sm-3 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.Payment .col-sm-6 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.Payment .col-sm-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.tutorial {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tutorial h1 {
  font-family: "robotobold";
  font-size: 47px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.tt-box {
  text-align: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
  padding: 30px 30px 7px 30px;
  margin-bottom: 30px;
  min-height: 300px;
}

.tt-box:hover {
  box-shadow: none;
}

.tt-box img {}

.tt-box h2 {
  font-family: "robotomedium";
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

.tt-box p {
  font-family: "futuralight";
  font-size: 19px;
  color: #000;
}

.why-choose {
  padding-top: 60px;
  padding-bottom: 10px;
}

.why-choose .mainh6 {
  text-align: center;
}

.why-choose .mainh1 {
  text-align: center;
  margin-bottom: 40px;
}

.why-choose .mainh1 span {
  color: #225b8b;
}

.why-choose .col-md-4:first-child .wc-box {
  text-align: left;
  padding-right: 7px;
}

.why-choose .col-md-4:last-child .wc-box-in {
  text-align: right;
}

.wc-cen img {
  width: 100%;
  margin-top: 85px;
}

.wc-box {
  margin-bottom: 40px;
}

.why-choose .col-md-4:first-child .wc-box img {
  float: left;
  margin-right: 10px;
  width: 53px;
}

.why-choose .col-md-4:last-child .wc-box img {
  margin-left: 10px;
  width: 53px;
}

.why-choose .col-md-4:last-child .wc-box-img {
  float: right;
}

.why-choose .col-md-4:last-child .wc-box .wc-box-in {}

.wc-box-in {
  display: flow-root;
}

.wc-box-in h3 {
  font-family: "futuramedium";
  font-size: 21px;
}

.wc-box-in p {
  font-family: "futuralight";
  font-size: 19px;
  color: #000;
}

.channel-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.channel-page h1 {
  font-size: 56px;
  font-family: "robotobold";
  color: #000;
  line-height: 60px;
  text-align: center;
  margin-bottom: 40px;
}

.cp-box {
  border: 1px solid #000;
  border-radius: 3px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}

.cp-box img {
  width: 100%;
  border-radius: 3px;
  transition: 0.6s;
  position: relative;
}

.cp-box:hover img {
  transform: scale(1.2);
}

.cp-box-text {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: rgb(38 29 29 / 60%);
  border-radius: 10px;
  padding: 10px 10px 10px 10px;
  display: none;
}

.cp-box-text h1 {
  color: #fff;
  margin-bottom: 2px;
}

.cp-box-text h2 {
  color: #fff;
}

.cp-box-text h3 {
  color: #fff;
  font-size: 22px;
}

.dn {
  display: none;
}

.home-service {
  padding-top: 60px;
  padding-bottom: 40px;
}

.pro_item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 29px 14px #ebebf3;
  -webkit-box-shadow: 0 0 29px 14px #ebebf3;
  max-width: 31%;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
  padding-bottom: 15px;
}

.pro_title {
  text-align: center;
  padding: 20px 15px 6px 15px;
}

.pro_title h3 {
  font-family: "robotobold";
  font-size: 26px;
  color: #225b8b;
  line-height: normal;
  margin-top: 0;
}

.pro_title p {
  font-family: "futuralight";
  font-size: 17px;
  color: #232222;
  font-weight: normal;
  line-height: 24px;
}

.pro_img {
  overflow: hidden;
}

.pro_img img {
  max-width: 100%;
  transition: 0.6s;
  width: 100%;
}

.pro_item .rm_btn {
  margin-bottom: 25px;
}

.pro_item .rm_btn {
  text-align: center;
}

.steps_sec .rm_btn {
  margin-bottom: 0;
  margin-top: 25px;
  display: inline-block;
  width: 100%;
}

.pro_item .rm_btn a {
  font-family: "robotomedium";
  display: inline-block;
  padding: 6px 16px;
  background-color: #225b8b;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.pro_item:hover .pro_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.pro_item:hover .pro_title h3 {
  color: #000;
}

.pro_item:hover .rm_btn a {
  background-color: #f06023;
  color: #fff;
}

.pro_item .rm_btn button {
  font-family: "robotomedium";
  display: inline-block;
  padding: 6px 16px;
  background-color: #225b8b;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  border: 0;
}

.pro_item:hover .rm_btn button {
  background-color: #f06023;
  color: #fff;
}

.discover.plans h1 {
  font-family: "robotobold";
  font-size: 47px;
  color: #000;
  text-align: center;
  margin-bottom: 27px;
}

.in-pg-h1 h1 {
  font-family: "robotobold";
  font-size: 47px;
  color: #000;
  text-align: center;
  margin-bottom: 35px;
}

.in-pg-h1 h1 span {
  color: #225b8b;
}

.blog {
  padding-top: 60px;
  padding-bottom: 30px;
}

.ne-blog {
  max-width: 31%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  height: auto;
  display: inline-block;
}

.ne-blog ul {
  float: left;
  margin: 0;
  padding: 0;
}

.ne-blog figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
}

.ne-blog figure img {
  float: left;
  width: 100%;
}

.ne-blog figure:after {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  height: 0px;
  width: 0px;
  opacity: 0;
  background: #000;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.ne-blog:hover figure::after {
  height: 92%;
  width: 96%;
  opacity: 0.7;
}

.ne-blog figure>a {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  transform: scale(10);
  -moz-transform: scale(10);
  -webkit-transform: scale(10);
  opacity: 0;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.ne-blog:hover figure>a {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.ne-thumb-caption {
  float: left;
  font-size: 14px;
  padding-right: 7px;
  width: 100%;
  padding-top: 27px;
  padding: 25px 15px 20px 30px;
  box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 8px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
}

.ne-blog .ne-thumb-caption h4 {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-family: "robotobold";
}

.ne-blog .ne-thumb-caption h4 a {
  color: #000;
}

.ne-thumb-caption>ul {
  list-style: outside none none;
  width: 100%;
  margin-bottom: 21px;
}

.ne-thumb-caption li {
  float: left;
  margin-right: 10px;
}

.ne-thumb-caption li:last-child {
  margin-right: 0;
}

.ne-thumb-caption li a {
  font-style: italic;
  text-decoration: none;
  font-size: 14px;
  color: #225b8b;
  font-family: Conv-Poppins-SemiBold;
}

.ne-thumb-caption li i {
  margin-right: 6px;
  color: #225b8b;
  font-size: 18px;
}

.ne-thumb-caption>p {
  margin: 0 0 10px;
  font-family: "futuralight";
  font-size: 19px;
  color: #000;
}

.ne-thumb-caption .cs-btn {
  min-width: auto;
  min-height: auto;
  margin-top: 10px;
}

.ne-thumb-caption .cs-btn a {
  font-size: 14px;
  color: #225b8b;
}

.blog-detail-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-detail-page .blog-item {
  margin-left: 0;
  margin-right: 25px;
}

.b-content h1 {
  margin-top: 0;
  font-size: 35px;
  color: #000;
  text-transform: capitalize;
}

.b-content span {
  font-size: 15px;
  color: #000;
}

.blog-detail-page .blog-item .b-img {
  margin: 20px 0;
  min-height: auto;
}

.blog-detail-page .blog-item .b-img img {
  width: 100%;
}

.b-content p {
  font-family: "futuralight";
  font-size: 19px;
  color: #000;
}

.single-sidebar {
  box-shadow: 0 0 18px 2px #ebebf3;
  -webkit-box-shadow: 0 0 18px 2px #ebebf3;
  padding: 25px 30px;
  margin-top: 45px;
  background-color: #fff;
}

.single-sidebar h2 {
  border-bottom: 1px solid #e0f3ff;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 22px;
}

.single-popular-post:not(:last-child) {
  margin-bottom: 20px;
}

.single-popular-post-img {
  float: left;
  margin-right: 15px;
  padding-top: 5px;
  width: 70px;
  min-height: 75px;
}

.single-popular-post-img img {
  max-width: 100%;
  height: 75px;
  border-radius: 6px;
}

.single-popular-post-info {
  width: 72%;
  display: inline-block;
  vertical-align: top;
}

.single-popular-post-info h3 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 0;
}

.single-popular-post-info a {
  display: inline-block;
  color: #000;
  font-size: 15px;
  position: relative;
}

.single-popular-post-info span {
  font-size: 12px;
  color: #90a0aa;
}

.single-popular-post-info span i {
  margin-right: 8px;
  font-size: 18px;
  color: #1929ad;
}

.single-popular-post-info a {
  display: inline-block;
  color: #000;
  font-size: 15px;
  position: relative;
}

.single-popular-post:after {
  content: "";
  display: block;
  clear: both;
}

.who.about.ac-amc {
  padding-bottom: 60px;
}

.who.about.ac-amc img {
  border-radius: 0;
}

.sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
}

@media only screen and (max-width: 1366px) {
  .ft-con-box-in h6 a {
    font-size: 16px;
  }

  .ft-con-box-in h6 {
    font-size: 16px;
  }

  .ft-con-box-in {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1267px) {
  .deal .form1 input {
    width: 35%;
  }

  .banner-text-in {
    padding-right: 30px;
  }

  .banner-text-in h2 {
    font-size: 40px;
    line-height: 43px;
  }

  .banner-text-in h3 {
    font-size: 50px;
  }

  .banner-text {
    top: 12%;
  }

  .banner-text-in {
    width: 614px;
    padding-left: 30px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }

  /* .header-area .left ul li
    {
        margin-right: 13px;
padding-right: 13px;
    }
    .header-area .left ul li span {
    font-size: 14px;
}
.header-area .left ul li a
{
    font-size: 14px;
}
.header-area .left ul {
    padding-left: 18px;
}
.header ul li a
{
  font-size: 14px !important;  
}
.header ul li {
    padding: 20px 26px !important;
}*/
  .rg {
    width: 81%;
  }
}

@media only screen and (max-width: 1267px) {
  .banner-text-in {
    padding-right: 30px;
  }

  .banner-text-in h2 {
    font-size: 40px;
    line-height: 43px;
  }

  .banner-text-in h3 {
    font-size: 50px;
  }

  .banner-text {
    top: 12%;
  }

  .banner-text-in {
    width: 614px;
    padding-left: 30px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }

  /* .header-area .left ul li
    {
        margin-right: 13px;
padding-right: 13px;
    }
    .header-area .left ul li span {
    font-size: 14px;
}
.header-area .left ul li a
{
    font-size: 14px;
}
.header-area .left ul {
    padding-left: 18px;
}
.header ul li a
{
  font-size: 14px !important;  
}
.header ul li {
    padding: 20px 26px !important;
}*/
  .rg {
    width: 81%;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-text-in {
    width: 596px;
  }

  .banner-text-in {
    padding-left: 47px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /*.header-area .left ul li
    {
        margin-right: 13px;
padding-right: 13px;
    }
    .header-area .left ul li span {
    font-size: 14px;
}
.header-area .left ul li a
{
    font-size: 14px;
}
.header-area .left ul {
    padding-left: 18px;
}
.header ul li a
{
  font-size: 14px !important;  
}
.header ul li {
    padding: 20px 26px !important;
}*/
  .rg {
    width: 83%;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-text-in {
    width: 596px;
  }

  .banner-text-in {
    padding-left: 47px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /*.header-area .left ul li
    {
        margin-right: 13px;
padding-right: 13px;
    }
    .header-area .left ul li span {
    font-size: 14px;
}
.header-area .left ul li a
{
    font-size: 14px;
}
.header-area .left ul {
    padding-left: 18px;
}
.header ul li a
{
  font-size: 14px !important;  
}
.header ul li {
    padding: 20px 26px !important;
}*/
  .rg {
    width: 83%;
  }
}

@media only screen and (max-width: 1162px) {
  .header-area .left ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1162px) {
  .header-area .left ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1158px) {
  .rg {
    width: 82%;
  }
}

@media only screen and (max-width: 1140px) {
  .inner-banner-content-in {
    padding-top: 47px;
  }
}

@media only screen and (max-width: 1140px) {
  .rg {
    width: 82%;
  }

  .test-para1 {
    width: 500px;
  }
}

@media only screen and (max-width: 1115px) {
  .banner-text {
    top: 6%;
  }

  .banner-text-in {
    width: 550px;
  }

  .header-area .left ul li {
    margin-right: 13px;
    padding-right: 13px;
  }

  .header-area .left ul li span {
    font-size: 14px;
  }

  .header-area .left ul li a {
    font-size: 14px;
  }

  .header-area .left ul {
    padding-left: 18px;
  }

  /*.header ul li a
{
  font-size: 14px !important;  
}
.header ul li {
    padding: 20px 26px !important;
}
    .rg {
    width: 78%;
}*/
}

@media only screen and (max-width: 1115px) {
  .banner-text {
    top: 10%;
  }

  .banner-text-in {
    width: 550px;
  }

  .header-area .left ul li {
    margin-right: 13px;
    padding-right: 13px;
  }

  .header-area .left ul li span {
    font-size: 14px;
  }

  .header-area .left ul li a {
    font-size: 14px;
  }

  .header-area .left ul {
    padding-left: 18px;
  }

  /*.header ul li a
{
  font-size: 14px !important;  
}
.header ul li {
    padding: 20px 26px !important;
}*/
  .rg {
    width: 78%;
  }
}

@media only screen and (max-width: 1088px) {
  .rg {
    width: 78%;
  }
}

@media only screen and (max-width: 1084px) {
  .db-top-inblue {
    padding: 15px 10px 4px 10px;
  }
}

@media only screen and (max-width: 1057px) {
  .header-area .left ul {
    padding-left: 8px;
  }
}

@media only screen and (max-width: 1043px) {
  .header-area .left ul li {
    margin-right: 15px;
    padding-right: 15px;
  }

  .header-area .left ul li span {
    font-size: 12px;
  }

  .header-area .left ul li a {
    font-size: 12px;
  }

  .header-area .left ul {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 1043px) {
  .header-area .left ul li {
    margin-right: 15px;
    padding-right: 15px;
  }

  .header-area .left ul li span {
    font-size: 12px;
  }

  .header-area .left ul li a {
    font-size: 12px;
  }

  .header-area .left ul {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 1033px) {
  .db-top-in h3 {
    font-size: 16px;
    width: 135px;
  }

  .db-top-inblue h5 {
    color: #fff;
    font-family: "robotobold";
    font-size: 19px;
    margin-bottom: -3px;
  }
}

@media only screen and (max-width: 1022px) {
	
	.header ul li a {
  border-bottom: 0px solid transparent;
}
	.header ul li:hover a {
  color: #225b8b;
}
  .contact .pad5 {
    margin-top: 0;
  }

  .contact {
    position: initial;
  }

  .pro_item {
    max-width: 30%;
  }

  .header-area {
    z-index: 99;
  }

  .header {
    padding-top: 9px;
  }

  .header a.blue-btn {
    margin-top: 10px;
  }

  .logo img {
    width: 183px;
  }

  .logo {
    margin-left: 0;
    margin-top: 0;
  }

  .header ul li {
    padding: 7px 12px;
  }

  .header ul li:hover {
    padding: 7px 12px;
  }

  .header ul li:hover a {
    /* border-bottom: 0px solid #225b8b; */
    /* color: #f06023; */
  }

  .header .menu-btn:checked~.menu {
    max-height: 516px;
  }

  .header .menu {
    width: 100%;
    position: absolute;
    top: 74px;
  }

  .header .menu {
    background-color: #f06023;
  }
  .header ul li:hover a {
  border-bottom: 0px solid #225b8b;
}

  .header ul li a {
    color: #fff;
  }

  .rg {
    width: 100%;
    text-align: center;
  }

  .logo {
    position: initial;
  }
}

@media only screen and (max-width: 1013px) {
  .inner-banner-content-in h1 {
    font-size: 28px;
  }

  .inner-banner-content-in p {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1004px) {
  .footer ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .channel-page {
    padding-top: 13px;
    padding-bottom: 10px;
  }

  .channel-page h1 {
    font-size: 28px;
    margin-bottom: 26px;
    margin-top: 0;
  }

  .plans p {
    font-size: 17px;
  }

  .discover.plans h1 {
    font-size: 28px;
  }

  .b-content h2 {
    font-size: 23px;
  }

  .blog-detail-page {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .b-content h1 {
    font-size: 28px;
  }

  .pro_title h3 {
    font-size: 24px;
  }

  .home-service {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .in-pg-h1 h1 {
    font-size: 28px;
  }

  .deal h3 {
    text-align: center;
    margin-bottom: 16px;
  }

  .deal .col-md-6 {
    width: 100%;
  }

  .banner-text-in p {
    .banner-text-in p {
      font-size: 14px;
      margin-top: 5px;
    }
  }

  .banner-text-in h2 {
    font-size: 30px;
  }

  .banner-text-in h3 {
    font-size: 35px;
  }

  .logo {
    position: initial;
  }

  .banner-text-in {
    width: 450px;
  }
}

@media only screen and (max-width: 991px) {
	
	.blog {
  padding-top: 35px;
  padding-bottom: 10px;
}
	.ne-blog {
  max-width: 30%;
}
  .enjoy p.p2 {
    font-size: 24px;
  }

  .pad2 {
    padding-left: 21px;
  }

  .footer ul.ul1 {
    margin-right: 11px;
  }

  .footer ul li a i {
    margin-right: 14px;
  }

  .footer h6 {
    font-size: 22px;
  }

  .provide a.link1 {
    padding: 7px 26px;
    font-size: 13px;
  }

  .why-choose {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .buy-now {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form3 h2 {
    font-size: 28px;
  }

  .privacy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .privacy h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .testimonial h2 {
    font-size: 28px;
  }

  .plans h1 {
    margin-bottom: 16px !important;
  }

  .inner-banner-content-in p {
    font-size: 17px;
  }

  .inner-banner-content-in a {
    margin-top: 0;
  }

  .inner-banner-content {
    top: 10%;
  }

  .inner-banner-content-in {
    padding-top: 0;
  }

  .ft-con-box i img {
    padding: 0 9px;
  }

  .ft-con-box i {
    float: none;
  }

  .ft-con-box {
    text-align: center;
    border: 0;
  }

  .ft-con-box-in {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .channels-section .owl-carousel.owl-drag .owl-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .channels-section {
    padding-top: 0 !important;
  }

  .discover h2 {
    font-size: 28px;
    margin-bottom: 0px;
  }

  .discover {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .why h1 {
    margin-bottom: 11px;
  }

  .provide h2 {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .form4 a {
    font-size: 13px;
  }

  .calcu-section {
    padding-bottom: 30px;
  }

  .who {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  a.blue-btn1 {
    font-size: 13px;
    padding: 7px 10px;
  }

  h1.mainh1 {
    font-size: 28px;
    line-height: 35px;
  }

  h6.mainh6 {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .deal {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .deal .form1 {
    margin-top: 0;
  }

  .deal h3 {
    font-size: 26px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    opacity: 1;
    top: 0px;
  }

  .banner-text {
    top: 10%;
  }

  .header a.blue-btn {
    padding: 5px 15px;
    font-size: 13px;
    margin-top: 15px;
  }

  .banner-text-in a.blue-btn {
    padding: 7px 13px;
    font-size: 13px;
    margin-top: 4px;
  }

  .banner-text-in a.blue-btn:hover {
    padding: 5px 11px;
  }

  .banner-text-in p {
    font-size: 16px;
    margin-top: 5px;
  }

  .banner-text-in h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .banner-text-in h3 {
    font-size: 35px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .logo {
    position: initial;
  }

  .banner-text-in {
    width: 450px;
  }
}

@media only screen and (max-width: 921px) {
  .deal .form1 input {
    width: 30%;
  }
}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 855px) {
  .inner-banner-content {
    top: 28%;
  }

  .inner-banner-content-in a {
    padding: 4px 14px;
    font-size: 15px;
  }

  .inner-banner-content-in h1 {
    margin-bottom: 20px;
  }

  .inner-banner-content-in p {}

  .carousel-control-prev {
    margin-left: 4px;
  }

  .carousel-control-next {
    margin-right: 4px;
  }

  .banner-text {
    top: 16%;
  }

  .banner-text-in p {
    display: none;
  }

  .banner-text-in {
    width: 350px;
  }
}

@media only screen and (max-width: 800px) {}

@media (min-width: 768px) {
  /* .header ul li {
    padding: 20px 22px;
  }*/
  /* .header .menu {
    clear: none;
    float: left;
    max-height: none;
  }*/
}

@media only screen and (max-width: 767px) {
	.acamc .who.ac-amc:nth-of-type(2)
	{
		padding-top:0;
	}
	.acamc .who.ac-amc:last-child .col-md-6.col-sm-12.col-xs-12:first-child {
  order: 0;
  padding-left: 16px;
}
	.ne-blog {
  max-width: 100%;
}
  .who.about img {
    float: none;
    width: 70%;
    margin: 0px auto;
    display: block;
    margin-bottom: 24px;
  }

  .who.about.ac-amc {
    padding-bottom: 30px;
  }

  .single-sidebar {
    padding: 25px 30px 11px 30px;
  }

  .single-sidebar {
    margin-top: 14px;
  }

  .blog-detail-page {
    padding-bottom: 30px;
  }

  .blog-detail-page .col-sm-8 {
    width: 100%;
  }

  .blog-detail-page .col-sm-4 {
    width: 100%;
  }

  .pro_item {
    max-width: 100%;
  }

  .wc-cen img {
    margin-top: 0;
  }

  .pad6 {
    padding-left: 13px;
  }

  .pad5 {
    margin-top: 0;
  }

  .set-up {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .set-up h1 {
    font-size: 28px;
  }

  .deal .form1 .blue-btn {
    float: none;
    width: auto;
  }

  .inner-banner-content-in {
    padding-left: 0;
    padding-right: 0;
	  display: none;
  }

  .pad4 {
    padding-left: 15px;
  }

  .calcu-table {
    margin-bottom: 15px;
  }

  .calcu-section .chart-table {
    margin-bottom: 15px;
  }

  .pad1 {
    padding-left: 15px;
  }

  .pad2 {
    padding-left: 15px;
  }

  .footer-contact {
    padding-top: 20px;
  }

  .ft-con-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pd2 {
    padding-left: 12px;
  }

  .enjoy img {
    margin-top: 0 !important;
    margin-bottom: 30px;
  }

  .why-rb-right h2 {
    font-size: 30px;
  }

  .why-rb-left img {
    margin-top: 0 !important;
  }

  .why-right {
    margin-left: 0;
    margin-top: 20px;
  }

  .why-img {
    margin-top: 0px;
  }

  .why-img .col-md-6:nth-child(1) {
    padding-right: 12px;
  }

  .why-img .col-md-6:nth-child(2) {
    padding-left: 12px;
  }

  .provide {
    padding-top: 30px;
    padding-bottom: 30px;
	position: relative;
  }
  .provide::before {
  content: "";
position: absolute;
top: 0;
background-color: #000000ab;
width: 100%;
height: 100%;
left: 0;
right: 0;
z-index: 0;
}
.provide h1 {
  color: #fff;
}
.provide p {
  color: #fff;
}

  .provide-left {
    width: 100%;
	position: relative;
  }

  .calcu-section .chart-table1 {
    margin-bottom: 30px;
  }

  .who img {
    margin-left: 0;
    margin-top: 20px;
  }

  .pd1 {
    padding-top: 0px;
  }

  .deal .form1 a.blue-btn {
    font-size: 13px;
    padding: 6px 13px;
  }

  .deal .form1 a.blue-btn {
    display: inline-block;
    float: none;
    margin: 0px auto;
    margin-top: 0px;
    text-align: center;
    margin-top: 12px;
  }

  .deal .form1 {
    text-align: center;
  }

  .deal .form1 input {
    width: 100%;
  }

  .deal h3 {
    text-align: center;
  }

  .header-area .left ul li:last-child {
    display: none;
  }

  .header-area .left ul li:nth-child(3) {
    border: 0;
  }

  .header a.blue-btn {
    float: none;
  }

  .header .menu {
    float: right;
    background-color: #7ebc3e;
  }

  .header {
    position: relative;
  }

  .header .menu {
    width: 100%;
    position: absolute;
    top: 90px;
  }

  .header ul li a.active {
    border-bottom: 0px solid #225b8b !important;
  }

  .header ul li:hover a {
    border-bottom: 0px solid #225b8b !important;
  }

  .header ul li {
    padding: 7px 12px;
  }

  .header .menu-btn:checked~.menu {
    max-height: 516px;
    width: 100%;
  }

  .blog-detail-page .blog-item {
    margin-left: 0;
    margin-right: 0;
  }

  .single-popular-post-info {
    width: 65%;
  }
	.provide h2 {
    	color: #fff;
	}
	.provide-left-in {
		border-bottom: 1px solid #ccc;
	}
	.provide {
		background-position: 35% 50% !important;
	}
}
@media only screen and (max-width: 768px)
{
	.inner-banner-content-in p {
  display: none;
}
}
@media only screen and (max-width: 767px) {
  .form2 .blue-btn {
    width: auto;
  }

  .pad7 {
    padding-right: 15px !important;
  }

  .pad8 {
    padding-left: 15px !important;
  }

  .header-area .left ul li:last-child {
    display: none;
  }

  .header-area .left ul li:nth-child(3) {
    border: 0;
  }

  .header a.blue-btn {
    float: none;
  }

  .header .menu {
    float: right;
    background-color: #f06023;
  }

  .header {
    position: relative;
  }

  .header .menu {
    width: 100%;
    position: absolute;
    top: 73px;
	z-index: 99;
  }

  .header ul li a.active {
    border-bottom: 0px solid #225b8b !important;
  }

  .header ul li:hover a {
    border-bottom: 0px solid #225b8b !important;
  }

  .header ul li {
    padding: 7px 12px;
  }

  .header .menu-btn:checked~.menu {
    max-height: 516px;
    width: 100%;
    width: 200px;
    right: 0;
  }

  .privacy p,
  .privacy ol li {
    font-family: "futuralight";
    font-size: 15px;
    color: #000;
    word-break: break-all;
    margin-bottom: 0.5rem;
  }

  .header .menu-icon {
    padding: 28px 1px;
    margin-left: 15px;
  }

  .inner-banner-content-in p {
    font-size: 14px;
  }

  p,
  li,
  .plans p,
  .bottom p,
  .db-btm ul li,
  .db-btm button.blue-btn,
  .who p,
  .about1 p,
  .b-content p,
  .wc-box-in p {
    font-size: 15px;
  }

  .db-btm button.blue-btn {
    padding: 4px 18px;
  }

}

@media only screen and (max-width: 640px) {
  .banner-text-in {
    padding-left: 21px;
  }

  .banner-text-in h2 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0px;
  }

  .banner-text-in h3 {
    font-size: 20px;
  }

  .banner-text-in {
    width: 204px;
  }

  .banner-text-in a.blue-btn {
    display: none;
  }

  .banner-text {}

  .test-para1 {
    width: auto;
  }

  .tst-right img {
    margin-top: 10px;
  }

  .db-top-in h3 {
    width: 117px;
  }

  .single-popular-post-info {
    width: 68%;
  }

  .single-sidebar {
    padding: 25px 15px;
  }

  .form2 {
    padding: 15px;
  }
  .header .menu-btn:checked~.menu {
    width: 150px;
  }
  .pro_title h3 {
    font-size: 21px;
  }
  .pro_title p {
    font-size: 14px;
    line-height: 21px;
  }
  .pro_item .rm_btn {
    margin-bottom: 0;
  }
  .pro_item .rm_btn a {
    padding: 4px 15px;
    font-size: 14px;
  }
	.provide p span {
    font-size: 15px !important;
	}
}

@media only screen and (max-width: 574px) {
  .modal-content {
    max-width: 88%;
  }

  .banner img {
    min-height: 171px;
    object-fit: cover;
  }
  .header .menu-btn:checked ~ .menu {
    padding: 10px 0;
  }
  .header ul li {
    padding: 4px 15px;
  }
  .header ul li:hover {
  	padding: 4px 12px;
	}
		.provide p span {
		font-size: 15px !important;
	}
}

@media only screen and (max-width: 565px) {
  .inner-banner-content-in h1 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .inner-banner-content-in a {
    padding: 4px 14px;
    font-size: 14px;
  }

  .inner-banner-content {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 79px;
}

  .inner-banner img {
  position: relative;
  height: 148px;
  object-fit: cover;
}

  .header-area .left ul li:nth-child(1) {
    display: none;
  }

  .db-top-inblue h5 {
    font-size: 19px;
  }

  .db-top-inblue p {
    font-size: 13px;
  }

  .db-top-in h3 {
    width: 117px;
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .header .menu {
    top: 60px;
  }

  .provide {
    background-position-x: center;
  }

  .logo img {
    width: 150px;
  }

  .header {
    padding-top: 2px;
    padding-bottom: 0px;
  }

  .banner img {}

  .calcu-section .table-head>tr>th {
    font-size: 13px;
  }

  .calcu-section .table-body>tr>td {
    font-size: 13px;
    line-height: 18px !important;
  }

  .table> :not(caption)>*>* {
    padding: 5px !important;
  }

  .provide a.link1 {}

  .why-choose .wc-box {
    text-align: center !important;
  }

  .why-choose .wc-box img {
    float: none !important;
  }

  .why-choose .wc-box-img {
    margin-bottom: 10px !important;
  }

  .wc-box {
    margin-bottom: 20px;
  }

  .wc-cen img {
    margin-top: -14px;
    margin-bottom: 20px;
  }

  .why-choose .col-md-4:last-child .wc-box-img {
    float: none;
  }

  .why-choose .col-md-4:last-child .wc-box-in {
    text-align: center;
  }

  .dn {
    display: block;
  }

  .db {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .who.about img {
    width: 100%;
  }
}
@media only screen and (max-width: 414px)
{
	.logo img {
  width: 125px;
}
}
@media only screen and (max-width: 413px)
{
	.header-area .left ul li:nth-child(3) {
  display: none;
}
.header-area .left ul li {
  border-right: 0px solid #f06124;
}
}
@media only screen and (max-width: 400px) {
  .wd-img {
    width: 100%;
  }

  .form4 button,
  .form4 #output {
    font-size: 12px;
  }
}

@media only screen and (max-width: 384px) {
  .provide a.link1 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 376px) {
  .why-right-box {
    padding: 38px 30px 30px 22px;
  }

  .why-rb-left {
    margin-right: 10px;
  }

  .header-area .left ul li:nth-child(3) {
    display: none;
  }

  .header-area .left ul li:nth-child(2) {
    border: 0;
  }
}

@media only screen and (max-width: 359px) {
  .header .menu {
    top: 58px;
  }

  .logo img {
  width: 94px;
  margin-top: 9px;
}

  .header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 327px) {
  .db-top-in h3 {}
}

@media only screen and (min-width: 1023px) {
  .logo img {
    width: 200px;
  }

  .logo {
    margin-left: 0;
    margin-top: 42px;
  }

  .header .menu-icon {
    display: none;
  }

  .header .menu {
    clear: none;
    float: left;
    max-height: none;
  }

  .header ul li {
    float: left;
  }

  .header ul li a {
    font-size: 15px;
  }

  .header ul li {
    padding: 20px 7px;
  }

  .header ul li:hover {
    padding: 20px 7px;
  }

  .header ul li:hover a {
    font-size: 15px;
  }
  .header a.blue-btn {
  padding: 6px 10px;
  font-size: 16px;
}
}

@media only screen and (min-width: 1087px) {
  .header ul li a {
    font-size: 15px;
  }

  .header ul li {
    padding: 20px 9px;
  }

  .header ul li:hover {
    padding: 20px 9px;
  }

  .header ul li:hover a {
    font-size: 15px;
  }

  .logo {
    margin-left: 0px;
    margin-top: 36px;
  }

  .logo img {
    width: 200px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1230px;
  }

  /*.header-area .left ul li
    {
        margin-right: 13px;
padding-right: 13px;
    }
    .header-area .left ul li span {
    font-size: 14px;
}
.header-area .left ul li a
{
    font-size: 14px;
}
.header-area .left ul {
    padding-left: 18px;
}
.header ul li a
{
  font-size: 14px !important;  
}
.header ul li {
    padding: 20px 26px !important;
}*/
}

@media only screen and (min-width: 1268px) {
	
	.header a.blue-btn {
  padding: 6px 20px;
  font-size: 17px;
}
  .logo {
    margin-left: -14px;
    margin-top: 36px;
  }

  .logo img {
    width: 200px;
  }

  .header ul li a {
    font-size: 15px;
  }

  .header ul li {
    padding: 20px 14px;
  }

  .header ul li:hover {
    padding: 20px 14px;
  }

  .header ul li:hover a {
    font-size: 15px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }

  /* .carousel-indicators {
    margin-bottom: 7%;
}*/
  .banner-text {
    top: 2%;
  }

  .rg {
    width: 78%;
  }

  /*.header-area .left ul li {
    margin-right: 18px;
    padding-right: 18px;
}*/
  .banner-text-in {
    width: 614px;
  }

  .banner-text-in h3 {
    font-size: 36px;
  }

  .banner-text-in h2 {
    font-size: 58px;
    line-height: 61px;
  }

  .deal .form1 input {
    width: 37%;
  }
}

@media only screen and (min-width: 1280px) {}

@media only screen and (min-width: 1522px) {
  .logo img {
    width: auto;
  }

  .logo {
    margin-left: -75px;
    margin-top: 25px;
  }

  .header ul li a {
    font-size: 17px;
  }

  .header ul li {
    padding: 20px 14px;
  }

  .header ul li:hover {
    padding: 20px 14px;
  }

  .header ul li:hover a {
    font-size: 17px;
  }
}

@media only screen and (min-width: 1523px) {
  .header-area .left ul li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .rg {
    width: 71%;
  }

  .deal .form1 input {
    width: 35%;
  }

  .banner-text {
    top: 14%;
  }
}

@media only screen and (min-width: 1730px) {

  /*  .carousel-indicators {
    margin-bottom: 9%;
}*/
  .header-area .left ul li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .rg {
    width: 69%;
  }

  .deal .form1 input {
    width: 39%;
  }

  .banner-text {
    top: 8%;
  }

  .banner-text-in {
    padding-left: 0;
  }

  .banner-text-in h3 {
    font-size: 87px;
  }

  .banner-text-in h2 {
    font-size: 67px;
    line-height: 68px;
  }
}

@media only screen and (min-width: 1903px) {

  /*.carousel-indicators
{
    margin-bottom: 10%;
}*/
  .header-area .left ul li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .rg {
    width: 67%;
  }

  .banner-text-in {
    width: 630px;
    padding-left: 0px;
  }

  .banner-text-in h3 {
    font-size: 87px;
  }

  .banner-text-in h2 {
    font-size: 67px;
    line-height: 68px;
  }

  .deal .form1 input {
    width: 34%;
  }

  .banner-text {
    top: 12%;
  }
}

@media only screen and (min-width: 2114px) {
  .header-area .left ul li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .rg {
    width: 65%;
  }
}

@media only screen and (min-width: 2378px) {
  .header-area .left ul li {
    margin-right: 20px;
    padding-right: 20px;
  }

  .rg {
    width: 64%;
  }

  /*.carousel-indicators {
    margin-bottom: 11%;
}*/
}

@media only screen and (min-width: 2560px) {
  .rg {
    width: 63%;
  }
}
input#getFileone::after {
    content: "Upload Adhar Card";
    margin-left: -96px;
    background: #fbded2;
}


@media only screen and (max-width: 768px) {
  .header-area .left ul li{border-right: 1px solid #83afd4;}
  .rg{height:45px;padding-top: 7px;}
  .rg::before{display: none;}
  .header-area .left ul li{padding-top: 0;padding-bottom: 0;}
  .carousel-control-next, .carousel-control-prev{}
	.deal h3 {
    font-size: 23px;
	}
}
@media only screen and (max-width: 413px) {
  .header-area .left ul li:nth-child(3) {
    display: inline-block;
  }
  .header-area .left ul li{margin-right:5px;padding-right: 5px;}
  .header-area .left ul li i{width: 21px;height: 21px;text-align: center;border-radius: 6px;padding-top: 4px;font-size: 13px;margin-right: 10px;}
  .header-area .left ul li {
    margin-right: 10px;
    padding-right: 10px;
    border: 0;
  }
  .header-area .left ul{padding-left: 0;}
  .header-area .left ul li i{margin-right: 4px;}
  .header a.blue-btn{padding: 3px 10px 4px;font-size: 11px;}
  .banner-text-in{padding-right: 0;}
  .header a.blue-btn{margin-top: 17px;}
}
@media only screen and (max-width: 359px) {
  .header-area .left ul li{margin-right: 0;padding-right: 0;}
}

.cnb-single.cnb-right {
    bottom: 85px !important;
    right: 30px !important;
}
#callnowbutton.cnb-single {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    background-position: center;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    bottom: 85px !important;
    right: 30px !important;
}
a#callnowbutton {
    bottom: 85px !important;
    right: 30px !important;
}