/* font */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}
a {
  color: #2B92D1;
}
.fs_18 {
  font-size: 1.125rem;
}
a {
  text-decoration: none;
}
p {
  line-height: 26px;
}
.line_h_35 {
  line-height: 2.188rem;
}
.line_h_48 {
  line-height: 3rem;
}
.jump {
  transform-origin: 0;
  -webkit-animation: jump 1s linear alternate infinite;
          animation: jump 1s linear alternate infinite;
}
/* preloader */
.text-org-dark {
  color: #EBAC00;
}
.preloader {
  background-color: #09649B;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}
.content-center {
  align-content: center !important;
}
.preloader .logo {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* margin css */
.mt-n6{
  margin-top: -2.9rem!important;
}

/* button */
a.sign-in {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  color: #fff;
}
.btn-light-green {
  background: #1f95b6;
  font-family: 'Lato', sans-serif;
  border-radius: 100rem;
  color:#ffffff;
}
.btn-light-green:hover {
  background: #125278;
  border-color: #125278;
  color: #fff;
}
.btn-light-green:active, .btn-light-green:focus {
  background: #125278;
  border-color: #125278;
  color: #fff;
}
.btn-dark-outline {
  background: #125278;
  border-radius: 100px;
  border: 3px solid #77C7E1;
  color: #fff;
  font-size: 1.313rem;
  font-family: 'Comfortaa', cursive;
}
.btn-dark-outline:hover {
  background: #B3E7F8;
  border: 3px solid #B3E7F8;
}
.btn-dark-blue {
  background: #09649B;
  border-radius: 100px;
  font-size: 1.063rem;
}
.btn-dark-blue:hover {
  background: #B3E7F8;
  color: #000 !important;
  border-color: #B3E7F8;
}
.btn-dark-blue:active {
  background-color: #3d87b5;
}
.btn-dark-blue:focus {
  background-color: #3d87b5;
}

/* background colors */
.bg-light-green {
  background: #C9E7F2;
}
.bg-blue {
  background: #0B70AE;
}
.bg-dark-blue {
  background: #09649B;
}
.bg-purple-light {
  background: #E9F1FF;
}
/* text color */
.text-blue {
  color:#09649B;
}

/* header  */

.bar-icon {
  width: 20px;
  height: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: inline-block;
}
.bar-icon span:nth-child(2) {
  margin-left: 9px;
  transition: 0.3s;
}
.navbar.sticky-bar.stick .bar-icon span {
  background: #2B92D1;
}
header.inner-header .bar-icon span {
  background: #2B92D1;
}

.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay.overlay-open {
  opacity: 0.3;
  visibility: visible;
}

.offcanvas-overlay-white {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--clr-common-white);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-overlay-white.overlay-open {
  opacity: 0;
  visibility: visible;
}

.side-info-close {
  background: none;
  border: 0;
  color: var(--clr-common-heading);
  font-size: 20px;
  padding: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.side-info {
  background: #fff;
  border-left: 1px solid #fff;
  height: 100%;
  position: fixed;
  z-index: 99999;
  right: -100%;
  top: 0;
  width: 365px;
  padding: 45px 35px 45px 45px;
  transition: 0.6s;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .side-info {
    width: 300px;
    padding: 15px 25px;
  }
}

.side-info.info-open {
  right: 0;
}

.side-info-logo img {
  height: 40px;
}

.navbar.sticky-bar.stick .navbar-nav .nav-link.active, .navbar.sticky-bar.stick .nav-link, .navbar.sticky-bar.stick a.sign-in {
color:#000
}
.navbar.sticky-bar.stick .navbar-brand {
 display: block !important;
}
.navbar.sticky-bar.stick .logo_white {
  display: none !important;
}
 header.inner-header .navbar-nav .nav-link {
  color:#707070;
  font-weight: 600;
}
header.inner-header .navbar-nav .nav-link.active {
  color:#09649B
}
.navbar.sticky-bar.stick .navbar-nav .nav-link.active {
  color:#09649B
}
header.inner-header a.sign-in {
  color: #707070;
}
header h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-family: 'Lato', sans-serif;
}
header h5 {
  font-size: 1.125rem !important;
  font-family: 'Comfortaa', cursive;
}
.navbar-nav a.nav-link {
  font-family: 'Noto Sans', sans-serif;
  position: relative;
}
.nav-link:hover {
  color: #fff;
}
.nav-link:hover::after {
  border-radius: 100rem;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 2;
  right: 0;
  height: 2px;
  background: #61D0F3;
}
.navbar.sticky-bar.stick .nav-link:hover::after {
  background: #09649B;
}
.navbar.sticky-bar.stick .nav-link:hover {
  color: #09649B;
}
header.inner-header .nav-link:hover::after {
  background: #09649B;
}
header.inner-header .nav-link:hover {
  color: #09649B;
}
.navbar-nav .nav-link.active::after {
  border-radius: 100rem;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 2;
  right: 0;
  height: 2px;
  background: #61D0F3;
}
header.inner-header .navbar-nav .nav-link.active::after {
  background: #09649B;
}
.navbar.sticky-bar.stick .navbar-nav .nav-link.active::after {
  background: #09649B;
}
.sticky-bar {
  position: relative;
  z-index: 3;
}
.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
  background: #fff !important;
  margin-top: 0 !important;
}
header {
  background:#09649B url('../images/bg/header-pattern.png');
  font-family: 'Noto Sans', sans-serif;
}
header.inner-header {
  background:none;
  font-family: 'Noto Sans', sans-serif;
}
header .inner_header_bg {
  background:#09649B url('../images/bg/header-pattern.png');
}

.head_image {
  top: 33px;
  text-align: center;
  width: 100%;
  right: 0;
  left: 0;
  position: relative;
  z-index: 1;
}
.heade_image_wrap::after {
  position: absolute;
  content: '';
  background: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: -226px;
  right: 0;
  z-index: -1;
}
.logos_Office  {
  padding-top: 50px;
}
/* footer */
footer a {
  color: #fff;
}
footer li {
  line-height: 2.5rem;
}
footer a:hover {
  color: #77c7e1;
}
.sc_bg {
  width: 1.9rem;
  height: 1.9rem;
  background: #fff;
  text-align: center;
  line-height: 2rem;
  padding: 2px;
  display: inline-block;
  border-radius: 100rem;
}
.sc_bg i {
  color: #09649B;
  font-size: 1.2rem;
}
/* copy right */
.copy-right a {
  color: #27A8D1;
}
.copy-right a:hover {
  color: #77c7e1;
}
.testim_bg {
  background: #000000;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 45px;
  border-radius: 100rem;
}
/* contact us */
.text_conmment{
 resize: none;
}
.contact_info {
  font-family: 'Lato', sans-serif;
  color: #555555;
}
.conatct_sc li a {
  color: #000;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.conatct_sc li a:hover {
  color: #fff;
  background: #09649B;
  border-radius: 100px;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.contact-form .input {
  flex-direction: column-reverse;
  position: relative;
  padding-top: 1.5rem;
  margin-bottom: 1.2rem;
}
.contact-form .input + .contact-form .input {
  margin-top: 1.5rem;
}

.contact-form .input-label {
  color: #8597a3;
  position: absolute;
  top: 1.5rem;
  transition: 0.25s ease;
}

.contact-form .input-field {
  border: 0;
  z-index: 1;
  background-color: transparent;
  border-bottom: 2px solid #eee;
  font: inherit;
  font-size: 1.125rem;
  padding: 0.25rem 0;
}
.contact-form .input-field:focus, .contact-form .input-field:valid {
  outline: 0;
  border-bottom-color: #09649B;
}
.contact-form .input-field:focus + .input-label, .contact-form .input-field:valid + .input-label {
  color: #555;
  transform: translateY(-1.5rem);
}


/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  border-radius: 100px;
  width: 25px;
  border: 2px #707070 solid;
  transition: all 0.5s ease-in-out;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #09649B;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  border: 2px #09649B solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px;
  top: 1px;
  width: 9px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-form .form-control.is-invalid:focus, .contact-form.was-validated .form-control:invalid:focus, 
.contact-form .form-control.is-valid:focus, .contact-form.was-validated .form-control:valid:focus,
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-form .form-control {
  border-radius: 0;
}


/* respnsive */
@media (max-width: 767.98px) {
  header h1 {
    font-size: 1.9rem;
    line-height: normal;
  }
  header h5 {
    font-size: 1rem;
  }
  body {
    text-align: center;
  }
.check_boxes li {
  width: 100%;
  text-align: left;
}
.contact_info p {
  text-align: left;
}
}
@media (max-width: 1199.98px) {
  .logos_Office {
    padding-top: 52px;
  }
}

.ob-title {
  font-size: 48px;
  font-weight: 400;
  vertical-align: top;
  padding-top: 20px;
}
.ob-subtitle {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 28px;
}
.ob-list li {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
}
.ob-para {
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
  vertical-align: top;
}
.pl-30 {
  padding-left: 30px;
}
.footer-para {
  font-size: 15px;
  line-height: 26px;
  padding-right: 30px;
}

/*toggle Switch */

.toggle-switch{
  display: flex;
  height: 30px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.toggler{
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 50px !important;
  height: 25px !important;
  background-color: #1f95b6 !important;
  border-radius: 25px !important;
  position: relative !important;
  margin: 0 5px 0 5px;
}

.toggler::after{
  content: "" !important;
  width: 16px !important;
  height: 16px !important;
  background-color: white !important;
  position: absolute !important;
  border-radius: 50% !important;
  top:50% !important;
  transform: translateY(-50%) !important;
  margin-left: 5px !important;
  -webkit-transition: .8s !important;
  transition: .8s !important;
}

.toggler:checked::after{
  right: 10% !important;
}

/* Pricing Table */

.price-table table { border: 1px solid #dbdde3; border-bottom:0; width: 100%; overflow-x:auto;margin-top:40px; }
.price-table table tr th, .price-table table tr td { border: 1px solid #dbdde3; padding:8px 8px 8px 8px;}
.price-table table tr th { font-size: 18px; text-align: center; }
.price-table table tr td { font-size: 14px; text-align: center;font-weight:bolder;}
.price-table table tr td img { width: 32px; }
.price-table table tr th:nth-child(1) { background: #ffffff;   }
.price-table table tr th:nth-child(2) { background: #f6f8fb; color: green; }
.price-table table tr th:nth-child(3) { background: #edf1f7; color: #1db6ea; }
.price-table table tr th:nth-child(4) { background: #e5ebf4; color: #1d3764; }
.price-table table tr th:nth-child(5) { background: #dfebfc; color: green; }
.price-table table tr td:nth-child(6) { background: #ffffff; color: }
.price-table table tr td:nth-child(7) { background: #f6f8fb;color:  }
.price-table table tr td:nth-child(8) { background: #edf1f7;color:  }
.price-table table tr td:nth-child(9) { background: #e5ebf4; color:  }
.price-table table tr th:nth-child(6) { background: #e5ebf4; color: #1d3764;}
.price-table table tr th:nth-child(7) { background: #f6f8fb;color: #1db6ea; }
.price-table table tr th:nth-child(8) { background: #edf1f7;color: green; }
.price-table table tr th:nth-child(9) { background: #e5ebf4; color: #1d3764; }
.price-table { overflow-x: auto; background-color: #ffffff; }
.price-table table tr th { font-size: 22px; text-align: center; }
.price-table table tr td { font-size: 16px; text-align: center; }
.price-table table tr td {
  font-size: 14px;
}
.price-table table tr th {
  font-size: 1.2rem;
}
.price-table table tr th, .price-table table tr td {
  border: 1px solid #dbdde3;
  padding: 5px 10px;
}


/* ======================== */
/*   Pricing Cards  	*/
/* ========================	*/

body{margin-top:0px;}
.price_plan_area {
    position: relative;
    z-index: 1;
    /* background-color: #f5f5ff; */
}

.single_price_plan {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem 0.5rem 0 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 45px;
    background-color: #ffffff;
    padding: 3rem 4rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_price_plan {
        padding: 3rem;
    }
}
@media only screen and (max-width: 575px) {
    .single_price_plan {
        padding: 3rem;
    }
}
.single_price_plan::after {
    position: absolute;
    content: "";
    background-image: url("https://bootdey.com/img/half-circle-pricing.png");
    background-repeat: repeat;
    width: 100%;
    height: 17px;
    bottom: -14px;
    z-index: 1;
    left: 0;
}
.single_price_plan .title {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 2rem;
}
.single_price_plan .title span {
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #2ecc71;
    display: inline-block;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}
.single_price_plan .title h3 {
    font-size: 1.25rem;
}
.single_price_plan .title p {
    font-weight: 300;
    line-height: 1;
    font-size: 14px;
}
.single_price_plan .title .line {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background-color: #3f43fd;
}
.single_price_plan .price {
    margin-bottom: 1.5rem;
}
.single_price_plan .price h4 {
    position: relative;
    z-index: 1;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 0;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background-image: linear-gradient(90deg, #e24997, #2d2ed4);
}
.single_price_plan .description {
    position: relative;
    margin-bottom: 1.5rem;
}
.single_price_plan .description p {
    line-height: 16px;
    margin: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.single_price_plan .description p i {
    color: #2ecc71;
    margin-right: 0.5rem;
}
.single_price_plan .description p .lni-close {
    color: #e74c3c;
}
.single_price_plan.active,
.single_price_plan:hover,
.single_price_plan:focus {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}
.single_price_plan .side-shape img {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    z-index: -2;
}

.section-heading h3 {
    margin-bottom: 1rem;
    font-size: 3.125rem;
    letter-spacing: -1px;
}

.section-heading p {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.section-heading .line {
    width: 120px;
    height: 5px;
    margin: 30px auto 0;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background: linear-gradient(to right, #e24997, #2d2ed4);
}
    

.bgpricing
{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(167,233,247,1) 50%, rgba(255,255,255,1) 100%);
}

.obblue
{
  color:#1f95b6;
}
.obbgblue
{
  color:#ffffff !important;
  border: solid 1px #1f95b6;
}
/* Services Section */
#services {
  padding: 0 0 10px 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #344c75;

  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

#services .section-header h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.05rem;
  font-weight: bold;
  /* text-transform: uppercase; */
  color: #344c75;
  text-align: center;
}

#services .section-header h2::before {
  left: 0;
}



.txt16
{
  font-size: 16px;
}

.btn-ob {
  background-color: #1f95b6;
}

.accordion-button:not(.collapsed) {
  color: #FFFFFF !important;
  background-color: #17a2b8 !important;
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon) !important;
}

.accordion-button {
  font-weight: 500;
  background-color: #f3f3f3 !important; 
}

/* partner portal css 27/04/2021 */
.partner_portal {
  background: #fff;
}

.partner_portal .become_partner {
  background:#e3f5fa;
}
.partner_portal .login-btn {
  background: #1d5d8d;
  border: none;
  color:#FFFFFF;
}
.partner_portal .login-btn:hover {
  background: #cd222b;
}
.partner_portal .become_left h1 {
  color: #1D5D8D;
  font-size: 1.5rem;
}
.partner_portal .section-title h2 {
  font-size: 22px
}
.partner_portal .white_label_partner {
  background: #f0f0f0;
}
.partner_portal .white_label_partner.reseller_partner {
  background: #1f95b6;
}
.partner_portal .white_label_partner h3 {
  font-size: 24px;
}
.partner_portal .white_label_partner a {
  color: #ffffff;
  border: solid 1px #1f95b6;
  background-color: #1f95b6;
}

.partner_portal .white_label_partner a:hover {
  color: #ffffff;
  background-color: #107997;
}
.partner_portal .white_label_partner a.login-btn {
  background: #fff;
  color: #000!important;
}
.partner_portal .white_label_partner a.login-btn:hover {
  background: #cd222b;
  color: #fff !important;
}
.partner_portal .blue_light {
  background: rgba(74,153,211,15%);
}
.partner_portal .blue_light h2 {
  color: #4A99D3;
}
.partner_portal .become_left h1 {
  font-size: 1.5rem;
}
.partner_portal .blue_light.clients_feedback h2 {
  font-size: 1.1rem;
  color: #000;
  position: relative;
}
.partner_portal .blue_light.clients_feedback h2:before {
  content: '';
  position: absolute;
  top:-11px;
  left:0;
  background: url(../images/partner_partol/quote-left-solid.svg) no-repeat;
  width: 15px;
  height: 15px;
}
.partner_portal .blue_light.clients_feedback h2:after {
  content: '';
  position: absolute;
  bottom:0;
  right:0;
  background: url(../images/partner_partol/quote-right-solid.svg) no-repeat;
  width: 15px;
  height: 15px;
}
.partner_portal .subscribe {
  background: #F5F5F5;
}
.partner_portal .subscribe a.login-btn {
  background: #18A0FB;
}
.partner_portal .subscribe a.login-btn.contact-us {
  background: #fff;
  color: #000 !important;
}

/* join now (28/04/2021) */
.join_now_bg {
    background:url(../images/join_now/join-bg.jpg) no-repeat center center;
    background-size:cover;
    position: relative;
	padding-top:20px;:
}
.join_now_bg::before {
    /* background: #000; */
    content: '';
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.7;
}
.join_form {
    background: #fff;
}
.join_now h1 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal;
}
.join_now h2 {
  color: #1D5D8D;
  font-size: 1.5rem;
  border-bottom: 4px solid #15dae0;
}
.join_now h3 {
  font-size: 1.2rem;
}
.join_now span {
  color: #15dae0;
}
.join_now ul li {
  font-size: 1rem;
}
.join_now ul li i {
  font-size: 0.5rem;
  float: left;
  margin: 7px;
  color: #15dae0;
}
.join_now hr {
  opacity: 0.3;
}
@media (min-width:992px) {
  .join_now_bg {
    /* height: 100%; */
  }
  .join_now h1, .partner_portal .become_left h1 {
    font-size: 2.2rem;	  
    margin-top:28px;
    line-height: 3rem;
    font-weight: 400;
  }
  .join_now h2, .section-title h2 {
    font-size: 1.5rem;
  }
  .join_now h3 {
    font-size: 1.75rem;
  }
  .partner_portal .section-title h2 {
    font-size: 32px;
    color:#0a6193;
    padding-top: 30px;
    font-weight: 400;
  }
  .partner_portal .blue_light.clients_feedback h2 {
    font-size: 2rem;
  }
  .partner_portal .blue_light.clients_feedback h2:after {
    bottom: 14px;
    /* right: -10px; */
    width: 35px;
    height: 35px;
  }

  .partner_portal .blue_light.clients_feedback h2:before {
    top: 0;
    /* left: -30px; */
    width: 35px;
    height: 35px;
  }
}
.carousel-control-prev-icon {
  margin-left: -70px;
}
.carousel-control-next-icon {
  margin-right: -70px;
}
.rounded-ob {
  border-radius: 10px;
}
.lineheight {
  line-height: 3rem;
}
.lineheight2 {
  line-height: 2rem;
}

.hero-partner {
  background:url(../images/partner-hero-bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
}

.partner-hero-txt {
  line-height: 30px;
  font-size: large;
}
.partner-hero-heading {
  line-height: 40px;
  font-weight: 400;
}

.partner-cta {
  border: solid 2px #0a6193;
  color: #0a6193;
  font-weight: 500;
}

.partner-cta a:hover {
  color:white;
  background-color: #0a6193;
}

/* Signup Page ---------------------------- */

#signup {
  padding: 20px 0 0 0;
}

#signup .box {
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13);
  background: #fff;
  transition: 0.4s;
  
}

#signup .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  /* transform: translateY(-10px); */
  /* -webkit-transform: translateY(-10px); */
  /* -moz-transform: translateY(-10px); */
}

#signup .box .icon {
  float: left;
}

#signup .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#signup .box .icon i:before {
  background: #344c75;

  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#signup .box h4 {
  margin-left: 100px;
  /* font-weight: 700; */
  margin-bottom: 15px;
  font-size: 22px;
  margin-left:22px;
}

#signup .box h4 a {
  color: #444;
}

#signup .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

#signup .section-header h2 {
  font-size: 60px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#signup .section-header h3 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.65rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #606060;
}

#signup .buttonbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
}

#signup button {
  border: 2px solid #3c88db;
  color: #ffffff;
  padding: 12px;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  outline: 0;
  z-index: 9;
  background-color: #3c88db;
  transition: all 0.2s ease-in-out;
  bottom: 0;
  text-transform: uppercase;
  margin-left:-10px;
}

#signup .form-control::placeholder {
  color: #d0d4d7;
  opacity: 0.8;
}

#signup .desc {
  margin-top: 10px;
    display: flex;
    padding: 4px;
    /* background-color: #ffffff; */
    border: 1px solid #efefef;
    border-radius: 4px;
    margin-right: 0px;
}

#signup .desc img {
  /* width: 84px !important; */
  /* height: 84px !important; */
  /* max-width: 100%; */
}

#signup .desc h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  display: flex;
  padding: 0px 15px;
  align-items: center;
  margin: 0;
}

#signup .section-header h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 3.65rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #344c75;
}

#signup .section-header h2::before {
  left: 0;
}

.form-group {
  margin: 0px 0;
}