* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  color: #000;
  font-family: "Lato", sans-serif !important;
}

.nopadding {
  padding: 0;
}

.scroll-top-inner {
  width: 32px;
  height: 32px;
  opacity: 0.7;
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9;
  padding: 0;
  cursor: pointer;
}

.scroll-top-inner:hover {
  opacity: 0.9;
  padding: 0;
}

.scroll-top-inner .fa-angle-up {
  border: 3px solid #114d89;
  color: #114d89;
  font-size: 25px;
  border-radius: 50px;
  display: block;
  line-height: 1.5;
  text-align: center;
  height: 50px;
  width: 25px;
}

.img-100 {
  width: 100%;
}

/* banner-*/

.homeCarousel {
  margin-top: 50px;
  float: left;
  width: 100%;
}



.homeCarousel .carousel-inner .item .container h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 25px;
}

.homeCarousel .carousel-inner .item .container .knowMoreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background-color: #2a2076;
  max-width: 250px;
  margin-top: 15px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
}

.homeCarousel .carousel-inner .item .container .knowMoreBtn:hover,
.homeCarousel .carousel-inner .item .container .knowMoreBtn:focus,
.homeCarousel .carousel-inner .item .container .knowMoreBtn:active {
  background: #ab3a5a;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ab3a5a),
    to(#2a2076)
  );
  background: linear-gradient(90deg, #ab3a5a 0%, #2a2076 100%);
  color: #ffffff;
  text-decoration: none;
}

.homeCarousel .new-carousel-indicators {
  bottom: 20px;
}

.text-red {
  color: #ab3a5a !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #5d5d5d !important;
}

.banner-para {
  font-size: 20px;
  margin-bottom: 20px;
}

.section-2 h2 {
  font-size: 28px;
  color: #ab3a5a;
  font-weight: 600;
  line-height: 40px;
  margin: 20px 0;
  padding: 0;
}

.section-2 h2 span {
  color: #0046a5;
}

.section-2 p {
  font-size: 18px;
  line-height: 30px;
  color: #152364;
}

.section-2 img {
  max-width: 80%;
}

.navbar-default .navbar-toggle {
  border-color: #2a2076;
}

.navbar-toggle {
  background-color: #2a2076;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #14acff;
}

.nav-sec {
  background: #fff;
  /* margin-bottom: 10px; */
  padding: 10px 0 15px 0 !important;
  border: none;
  position: fixed;
  width: 100%;
  border-radius: 0;
  z-index: 9;
  transition: 0.5s;
  height: 80px;
  top: 0;
}

.nav-cnt {
  background: #ffffff;
  padding: 10px;
  /* margin-top: -10px; */
  -webkit-box-shadow: 0 3px 9px -7px #000000;
  -moz-box-shadow: 0 3px 9px -7px #000000;
  box-shadow: 0 3px 9px -7px #000000;
}

.nav-sec.navbar-default .navbar-nav > li > a {
  color: #0046a5;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.nav-sec.navbar-default .navbar-nav > li > a:hover {
  color: #2a2076;
  background: #ffffff;
  font-weight: 600;
}

.nav-sec.navbar-default .navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #2a2076;
  transition: width 0.4s;
}

.nav-sec.navbar-default .navbar-nav > li > a:hover::after {
  width: 100%;
}

.nav-sec.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: #ffffff;
  color: #14acff;
}

.navbar-brand img {
  padding-left: 10px;
}

.m-r {
  margin-right: 20px;
}

.mo-nav {
  background: #fff !important;
  padding: 0 15px;
  margin-top: 10px;
}

#hamburger-menu {
  overflow: hidden;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 4px 15px;
  font-size: 18px;
  /* line-height: 20px; */
}

/* .sectionHeader {} */

section {
  padding: 50px 0;
  width: 100%;
  float: left;
}

.section-3 {
  color: #000;
  text-align: center;
}

.section-3 h1 {
  font-family: "Lato", sans-serif;
  color: #ab3a5a;
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 2em 0;
}

.download {
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  float: left;
  width: 100%;
}

.dwd-top {
  margin-top: 50px;
}

/* .dotted-hr::before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px dashed #14acff;
    top: 10px;
    left: 0;
    z-index: -1;
} */

.download a.dwnd-btn {
  margin: 0 auto;
  background: #2a2076;
  /* border-radius: 30px; */
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  /* -webkit-box-shadow: 1px 14px 37px -15px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 1px 14px 37px -15px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 14px 37px -15px rgba(0, 0, 0, 0.33); */
}

.download a.dwnd-btn:hover {
  background: #ab3a5a;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ab3a5a),
    to(#2a2076)
  );
  background: linear-gradient(90deg, #ab3a5a 0%, #2a2076 100%);
  color: #ffffff;
  text-decoration: none;
}

.download a.dwnd-btn img {
  width: 20px;
  position: relative;
  right: 0;
  top: -5px;
  margin-left: 40px;
}

.dwd-menu {
  margin-top: 15px;
}

.download-1 {
  margin-top: 50px;
  margin-bottom: 0px;
}

.download-1 a.dwnd-btn1 {
  background: #2a2076;
  /* border-radius: 30px; */
  color: #ffffff;
  padding: 15px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  /* -webkit-box-shadow: 1px 14px 37px -15px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 1px 14px 37px -15px rgba(0, 0, 0, 0.33);
    box-shadow: 1px 14px 37px -15px rgba(0, 0, 0, 0.33); */
}

.download-1 a.dwnd-btn1:hover {
  background: #ab3a5a;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ab3a5a),
    to(#2a2076)
  );
  background: linear-gradient(90deg, #ab3a5a 0%, #2a2076 100%);
  color: #ffffff;
  text-decoration: none;
}

.download-1 a.dwnd-btn1 img {
  width: 20px;
  position: relative;
  right: 0;
  top: -5px;
  margin-left: 40px;
}

.one-wrapper {
  background: rgb(171, 58, 90);
  background: -moz-linear-gradient(
    90deg,
    rgba(171, 58, 90, 0.2) 0%,
    rgba(42, 32, 118, 0.2) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(171, 58, 90, 0.2) 0%,
    rgba(42, 32, 118, 0.2) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(171, 58, 90, 0.2) 0%,
    rgba(42, 32, 118, 0.2) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ab3a5a", endColorstr="#2a2076", GradientType=1);
  
}

.card {
  text-align: center;
  width: 100%;
}

.card-btm {
  margin-bottom: 3em;
}

.divider {
  border-right: 1px solid #040202;
  padding: 1em;
}

.owl-one.owl-carousel.owl-theme {
  position: relative;
}

.owl-one.owl-carousel.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-one.owl-carousel.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.owl-one.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover .owl-dot:focus span {
  background: #14acff;
  outline: 0;
}

.owl-one.owl-theme .owl-dots .owl-dot {
  outline: none;
}

/* owl nav */
.owl-one.owlCarousel .owl-prev span,
.owl-next span {
  color: #fff;
}

.owl-one .owl-prev span:hover,
.owl-next span:hover {
  color: #8199a3;
}

.owl-one.owlCarousel .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.owl-one .owl-prev {
  left: -3%;
}

.owl-one .owl-next {
  right: -3%;
}

/* removing blue outline from buttons */
.owl-one button:focus,
button:active {
  outline: none;
}

.owl-one button i {
  font-size: 30px;
  color: #2a2076;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.owl-one .card {
  text-align: center;
  padding: 20px;
}

.owl-one .card .img-w {
  width: 80px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}

.owl-one .card .img-w img {
  width: 110px;
  height: auto;
}

.card p {
  color: #454545;
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
}

.card p span {
  color: #ab3a5a;
  font-weight: 600;
}

.disclaimer {
  margin-top: 50px;
  float: left;
}

.disclaimer p {
  text-align: left;
  font-size: 14px;
  color: #676767;
}

.d-right {
  float: right;
}

.close-btn {
  background: #14acff !important;
  color: #fff;
  width: 38px;
  height: 38px;
  z-index: 9999999;
  position: absolute;
  top: -21px;
  right: 0;
  opacity: 9;
}

.calculator {
  float: left;
  width: 100%;
  background-image: url("../images/cal-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  background-size: 100% 100%;
  padding: 100px 0 70px 0;
}

.owl-cal .owl-prev {
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}

.owl-cal .owl-next {
  float: right;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}

.owl-cal .owl-dots {
  counter-reset: slides-num;
  /* Initialize counter. */
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 15px;
  -web-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e5d5e0;
}

.owl-cal .owl-dots::before {
  content: "";
}

.owl-cal .owl-dots:after {
  content: counter(slides-num);
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  padding-left: 5px;
  position: absolute;
  margin-left: -30px;
}

.owl-cal .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 5px;
}

.owl-cal.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.owl-cal .owl-dot.active:before {
  content: counter(slides-num) " / ";
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.owl-cal.owl-carousel .owl-nav button.owl-next {
  border: 1px solid #2a2076;
  width: 150px;
  padding: 7px !important;
  padding-left: 17px !important;
  padding-right: 17px !important;
  background: #2a2076 !important;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 20px;
  text-align: left;
}

.owl-cal.owl-carousel .owl-nav button.owl-prev {
  border: 1px solid #2a2076;
  width: 150px;
  padding: 7px !important;
  padding-right: 17px !important;
  padding-left: 17px !important;
  background: transparent;
  color: #2a2076;
  text-transform: capitalize;
  font-size: 20px;
  text-align: right;
}

.owl-cal.owl-carousel .owl-nav button.owl-prev .flt-left {
  color: #2a2076;
}

.owl-cal.owl-carousel.owl-theme .owl-nav .disabled {
  border: 1px solid #2a2076;
  width: 150px;
  padding: 7px !important;
  padding-left: 17px !important;
  padding-right: 17px !important;
  background: transparent;
  color: #2a2076;
  text-transform: capitalize;
  font-size: 20px;
}

.owl-cal.owl-carousel .owl-prev,
.owl-next {
  position: relative;
  top: 0;
  height: auto;
}

.owl-cal.owl-carousel.owl-theme .owl-nav {
  margin-top: 60px;
  position: relative;
}

/* .owl-cal .owl-nav::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
  
    top: -30px;
    left: 50%;
    transform: translateX(-50%);

  } */

.owl-cal .owl-nav::before {
  content: "";
  width: 42%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: -30px;
  left: 0;
  /* transform: translateX(-50%); */
}

.owl-cal .owl-nav::after {
  content: "";
  width: 42%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: -30px;
  right: 0;
  /* transform: translateX(-50%); */
}

.flt-left {
  float: left;
  line-height: 1.5;
}

.flt-right {
  float: right;
  line-height: 1.5;
}

.prv-q {
  font-family: "Lato", sans-serif !important;
}

.cal-left {
}

.qust {
  width: 100%;
}

.qust h1 {
  font-size: 30px;
  line-height: 1.2;
  color: #ab3a5a;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 25px;
}

.select-opt {
  width: 100%;
  text-align: center;
}

.select-opt label {
  margin-bottom: 20px;
}

.select-opt input[type="radio"],
.select-opt input[type="checkbox"] {
  display: none;
}

.select-opt input[type="radio"]:checked + .box,
.select-opt input[type="checkbox"]:checked + .box {
  background-color: #ab3a5a;
  border: none;
  z-index: 9;
}

.select-opt input[type="radio"]:checked + .box span,
.select-opt input[type="checkbox"]:checked + .box span {
  color: #ffffff;
  transform: translateY(7px);
}

.select-opt input[type="radio"]:checked + .box span:before,
.select-opt input[type="checkbox"]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}

.select-opt .box {
  width: 100%;
  padding: 15px 10px;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 0;
  color: #2a2076;
  background: #fff;
  font-size: 18px;
  z-index: 1;
  -webkit-box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);

  height: auto;
    border: none;
    top: initial;
    right: initial;
}

.select-opt .box.outof {
  width: 10%;
  float: left;
  margin-bottom: 15px;
}

.select-opt .box:active {
  /* transform: translateY(10px); */
}

/* .select-opt .box span {
    position: absolute;
    transform: translate(0, 7px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
  
  } */

.cal-right {
}

.cal-right img {
  width: 80%;
  float: right;
  margin-top: 100px;
}

.v-popup .close:focus,
.close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 1;
}

/* form elements */

.model-form h2 {
  color: #0096e7;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  line-height: 34px;
}

label {
  display: block;
}

select,
textarea,
input {
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
}

/* vertical align snippet */

.va-cont {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.va-inn {
  display: table-cell;
  vertical-align: middle;
}

/* styles */

.form-container {
  width: 100%;
  padding: 10px;
  margin: auto;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 1.2em;
  text-align: center;
}

.form-row {
  position: relative;
  margin-top: 30px;
}

.form-label {
  position: absolute;
  top: 17px;
  left: 0;
  color: #152364;
  cursor: text;
  font-size: 16px;
  transition: all 0.15s ease-in-out 0s;
}

.form-label span {
  color: #0096e7;
}

.form-textbox,
.form-submit {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #152364;
  font-size: 16px;
}

.form-textbox:focus {
  border: none;
  border-bottom: 2px solid #152364;
  outline: 0;
}

.form-textbox:focus ~ .form-label,
.form-textbox:valid ~ .form-label {
  top: -1em;
  left: 0;
  cursor: pointer;
}

.form-submit {
  background-color: #009688;
  font-weight: 700;
  color: #ffffff;
  transition: opacity 0.15s ease-in-out 0s;
}

.form-submit:hover {
  opacity: 0.75;
}

.model-form .checkbox {
  margin: 30px 0;
}

.model-form .checkbox label {
  font-size: 14px;
}

.model-form .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.model-form .checkbox label {
  position: relative;
  cursor: pointer;
}

.model-form .checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #707070;
  border-radius: 4px;
  /*  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 9px;
  margin-left: -28px;
}

.model-form .checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  width: 5px;
  height: 13px;
  border: solid #0096e7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-sub {
  text-align: center;
  width: 100%;
}

.sub-btn {
  background: #0096e7;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: 2px;
}

.sub-btn:hover {
  background: #0046a5;
  color: #fff;
  transition: 0.5s;
}

.sub-btn:hover img {
  transition: 0.5s;
  margin-left: 10px;
}

.sub-btn img {
  margin-left: 5px;
}

.bootbox .modal-dialog {
  top: 37%;
  transform: translateY(-50%);
}

.bootbox .modal-dialog .modal-content {
  width: 96%;
}

/*----------------Thank you---------------*/
.bg-blue {
  background: #d5f0ff;
}

.thank-you-cnt {
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 50px;
  width: 50%;
  background: #ffffff;
  text-align: center;
  padding: 20px;
  -webkit-box-shadow: -1px 0px 66px -15px rgba(71, 71, 71, 0.38);
  -moz-box-shadow: -1px 0px 66px -15px rgba(71, 71, 71, 0.38);
  box-shadow: -1px 0px 66px -15px rgba(71, 71, 71, 0.38);
}

.thank-you-cnt img {
  margin: 0 auto;
  margin-bottom: 20px;
}

.thank-you-cnt h2 {
  color: #14acff;
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 40px 0;
}

.thank-you-cnt p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 25px;
  margin: 0 auto;
  width: 70%;
}

.share {
  margin: 20px 0;
}

.share h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000000;
}

.social-icon {
  margin: 20px 0 30px 0;
}

.social-icon .fa {
  background: #14acff;
  color: #ffffff;
  font-size: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-right: 12px;
  line-height: 40px;
  -webkit-box-shadow: 13px 5px 62px -15px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 13px 5px 62px -15px rgba(0, 0, 0, 0.35);
  box-shadow: 13px 5px 62px -15px rgba(0, 0, 0, 0.35);
  transition: 0.3s;
}

.social-icon .fa:hover {
  background: #0046a5;
}

.form-last {
}

.form-last p {
  margin: 20px 0;
}

.qust input {
  height: 40px;
  border: 0;
  border-bottom: 1px solid #ab3a5a;
  border-radius: 0;
  background: transparent;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  background: #fff;
}

.form-group {
  position: relative;
  margin-bottom: 3rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  font-weight: 300;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  font-size: 14px;
}

.mdhchkbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  font-weight: 300;
}

.carousel-control {
  width: 10%;
}

.form-group .mdhchkbx .checkmark {
  position: absolute;
  left: -17px;
  top: 17px;
  transform: translate(0);
  width: 20px;
  height: 20px;
  border: 2px solid #ab3a5a;
  border-radius: 3px;
  background: transparent;
}

.form-group .mdhchkbx .checkmark:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(0);
  -ms-transform: rotate(45deg) translate(0);
  transform: rotate(45deg) translate(0);
  background: transparent;
  border-radius: 0;
}

.mdhchkbx {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  padding: 15px;
  padding-bottom: 0;
  text-align: left;
  display: block;
  margin: 0 auto 20px;
  font-weight: 300;
  margin-left: 20px;
}

.mdhchkbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

.mdhchkbx .checkmark {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid #14acff;
  border-radius: 50px;
  background: #fff;
}

/*SP-20-10-2020*/
.mdhchkbx input:checked ~ .checkmark {
  background-color: #ab3a5a;
  border-color: #ab3a5a;
}

.mdhchkbx .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mdhchkbx input:checked ~ .checkmark:after {
  display: block;
}

.mdhchkbx .checkmark:after {
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 4px;
  border-radius: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*SP-20-10-2020*/

.submit-btn {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 15px;
  background-color: #2a2076;
  max-width: 250px;

  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
}

.submit-btn:hover {
  background-color: #2a2076;
  color: #fff;
}

.owl-theme .owl-nav .disabled {
  opacity: 1 !important;
  cursor: pointer !important;
}

.customeButtons,
.customeButtons {
  display: flex;
  justify-content: space-between;
}

.customeButtons button,
.customeButtons a {
  display: inline-block;
  border: 1px solid #2a2076;
  width: 150px;
  padding: 7px !important;
  padding-left: 17px !important;
  padding-right: 17px !important;
  background: #2a2076 !important;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 20px;
  text-align: left;
}

.c_prev {
  text-align: right !important;
}

.swal-button {
  background-color: #2a2076 !important;
}

.swal-text {
  font-size: 20px;
  color: #000;
}

/*-----Responsive------*/

@media (max-width: 1024px) {
  .homeCarousel .carousel-inner .item .container h1 {
    font-size: 40px;
  }

  .banner-para {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 130px;
  }

  .mo-nav {
    padding: 0;
  }

  .m-r {
    margin-right: 0;
  }

  .homeCarousel {
    margin-top: 65px;
  }

  .homeCarousel .carousel-inner .item .container h1 {
    font-size: 30px;
  }

  .banner-para {
    font-size: 18px;
    width: 50%;
  }

  .download-1 {
    margin-top: 30px;
    float: left;
    margin-bottom: 30px;
  }

  .section-2 h1 {
    font-size: 2em;
  }

  .owl-one.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: 0;
  }

  .thank-you-cnt {
    width: 80%;
  }

  .owl-cal {
    margin-bottom: 50px;
  }
  
  footer {
	padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .select-opt .box.outof {
    font-size: 12px;
  }
  .nav-cnt {
    padding-left: 0;
  }

  .mo-nav {
    padding: 0;
    padding-bottom: 30px;
  }

  .m-r {
    margin-top: 15px;
  }

  .dwd-menu {
    margin-left: 10px;
    margin-top: 40px;
  }

 

  .homeCarousel .carousel-inner .item .container h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .banner-para {
    font-size: 16px;
    width: 100%;
    line-height: 20px;
  }

  .section-2 p {
    margin-top: 25px;
  }

  .section-2 h2 {
    font-size: 22px;
    line-height: 25px;
  }

  .section-3 h1 {
    font-size: 30px;
  }

  .download {
    margin-top: 50px;
  }

  .v-popup {
    margin-top: 10px;
  }

  .close-btn {
    height: 40px;
  }

  .owl-two .owl-stage {
    left: 0;
  }

  .owl-one .owl-stage {
    left: 0;
  }

  .owl-cal.owl-carousel .owl-nav button.owl-next {
    width: 140px;
  }

  .owl-cal.owl-carousel .owl-nav button.owl-prev {
    width: 140px;
  }

  .owl-cal.owl-carousel.owl-theme .owl-nav .disabled {
    width: 140px;
    font-size: 18px;
  }

  .d-right {
    float: left;
  }

  .thank-you-cnt {
    width: 100%;
  }

  .thank-you-cnt h2 {
    font-size: 25px;
  }

  .bootbox .modal-dialog .modal-content {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .section-2 h1 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .card p {
    width: 96%;
  }

  .social-icon .fa {
    margin-right: 7px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
  }
}

footer {
  clear: both;
}