@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

/* Scss Document */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Rubik', sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  background:#fff;
  overflow-x: hidden;
  background: url(../images/body-bg.png) no-repeat #fff;
  background-size:100%;
  background-position: top center;
}

.curvefont{ font-family: 'Playfair Display', serif; }

p {
  font-size: 16px;
  color: #4c4c4c; 
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #000; }

a:hover {
  color: #1e56a0; }

a, span {
  display: inline-block; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb-100 {
  margin-bottom: 100px; }

.mt0 {
  margin-top: 0px !important; }

.pt15 {
  padding-top: 15px; }

.pl-0 {
  padding-left: 0; }

.pr-0 {
  padding-right: 0; }

.no-padding {
  padding: 0px; }

.img-responsive {
  width: 100%;
  height: auto; }


h1, h2, h3, h4, h5, h6{ font-family: 'Playfair Display', serif; }

/*------------------common-css-------------------*/
.fa-phone { transform: scaleX(-1); }

.common-btn {
  font-size: 18px;
  background: #1e56a0;
  color: #fff;
  padding: 19px 28px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 0;
  border-radius: 0px;
  font-weight: 500;
  min-width: 180px;
  text-align: center;
}

.common-btn:hover {
  background: #000;
  color: #fff;
  box-shadow: none; }

  .title-col{ margin-bottom:70px; text-align: center; }

  .title {
    position: relative;
    font-size:40px;
    font-weight:700;
    color:#0b3367;
    margin-bottom:20px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
  }
  
  .title-para{ font-size:20px; }

.title-para{ font-size:18px; text-align: center; }

.form-control {
    border-radius:0px;
    padding: 1.3rem 1.5rem;
    font-size: 15px;
	height:45px;
}

select.form-control { padding: 0; padding-left:15px;  }

:focus {
  box-shadow: none !important;
  outline: none !important; 
}

.full-container{ max-width: 1600px; padding-left:40px; padding-right:40px; position: relative; }

::-webkit-scrollbar {
  width:10px;
  height:10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

/*------------------end common-css-------------------*/

.topbar{ padding:6px 0;  color:#5a5a5a; border-bottom: 1px solid #f0f0f0; }
.topbar p{ margin-bottom:0;  color:#111;  font-size:14px;  } 
.top-social a{ margin: 0px 3px; }
.top-social i{ font-size: 24px; color:#5a5a5a; }

.header-top-action a{ margin-left: 10px; font-weight: 500; color:#1e56a1; }
.header-top-action a img {
  max-height: 14px;
  vertical-align: text-top;
  margin-right: 2px;
}

a.navbar-brand.d-none.d-lg-block{
  margin-left: auto;
    margin-right: auto;
}

.logo img{ max-height: 70px; }

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
  font-weight:600;
  margin: 0px 15px;
  padding:10px 0px;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover{ color:#1e56a0; }

nav.navbar{ padding-top:10px !important; padding-bottom:10px !important; }

.navbar-nav .dropdown-menu{ padding: 0px; border-radius: 0px; margin-top: -3px; min-width: 210px; border: none; box-shadow: 10px 20px 20px rgb(0 0 0 / 10%); }

ul.submenu.dropdown-menu a{ font-size: 14px; padding-top: 4px; padding-bottom: 4px; }

.dropdown-item{ padding:10px 1.1rem; font-size: 15px; }

.dropdown-item:hover {
  background-color:#2187e8;
  color: #fff;
}

.navbar-nav .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  margin-left: 64px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}


/*----------------banner------------------*/

.banner { padding:30px 0px; }

.banner .container{ min-height: 570px; }

.banner-video-col { margin-bottom:15px; cursor: pointer; position: relative; }

.ply-bt {
  background: #1e56a0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 28px;
  width: 44px;
  height: 44px;
  text-align: center;
  border-radius: 50%;
  border:2px solid #fff;
  line-height:44px;
  margin-left: 17px;
  margin-top: -10px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}

.banner-video-col:hover .ply-bt{ background: #fff; color:#1e56a0; }

.banner-left{ text-align: right; }

.banner-martial-vector{ position: absolute; right:40px; bottom: 0px; }
.banner-martial-vector img{ max-height:350px; }

.banner-text { display: flex; align-items: center; margin-top:40px; }
.banner-text h3{ font-weight: 300; margin-bottom: 0px; color:#656565; text-transform: uppercase;  margin-right:40px; font-size:40px; line-height:50px; }
.banner-text h3 strong{ font-weight:400; color:#000; font-style: italic; }

.inner-banner-slider {
  display: flex;
  align-items: center;
}
.banner-slider { padding-left:10%; max-width: 820px; }
.banner-maintext{ padding-left: 40px; max-width: 375px; }
.banner-maintext h1{ font-size:42px; text-transform: uppercase; font-weight: 600; color: #383838; margin-bottom:20px; }
.banner-maintext h1 span{ display: block; font-size:26px; color:#1e56a0; font-family: 'Rubik', sans-serif; font-weight: 400; }

.banner-maintext ul{ padding-left:24px; list-style-image: url('../images/arrow-icon.png'); }
.banner-maintext ul li{ font-size:20px; margin: 10px 0; font-weight:300; padding-left: 6px; }

.banner .owl-nav.disabled, .banner .owl-nav{ display: none; }


.features-sec{ background: url(../images/feature-bg.jpg) no-repeat #000; padding:80px 0px 70px; margin-top: 50px; background-size: cover; }
.features-sec .title-col{ margin-bottom:80px; }
.features-sec .title-col .title{ color: #fff; }

.inner-featurescol {
  max-height: 465px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.inner-featurescol::-webkit-scrollbar {
  width:6px;
  height:6px;
}
.inner-featurescol::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.inner-featurescol::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.inner-featurescol::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}
.inner-featurescol::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.9);
}

.home-featurecol{ display: flex; padding-right: 50px; margin-bottom:50px; }
.home-featureicon {
  max-width: 50px;
  margin-right: 20px;
  flex: 0 0 50px;
}
.home-featuretext h3 {
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  min-height: 55px;
  margin-bottom: 10px;
}
.home-featuretext p{ color: #fff; margin-bottom: 0px; font-size: 15px; font-weight: 300; }

.capterratext-sec { margin:70px 0; }

.capterratext-sec .full-container{ max-width: 1400px; }

.capterratext-sec .row{ background: #f3f8fc; }

.capterra-review-pic img{ max-height: 125px; }

.capterra-review-pic {
  background:#f2f8fb;
  height: 100%;
  text-align: center;
}

.capterra-review-txt {
  padding: 50px;
  width: 100%;
  background: #1e56a0;
}

.cap-title {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cap-title span{ color:#fef008; }
.capterra-review-txt p{ color: #fff; font-size:20px; font-weight: 300; margin-bottom:30px; }

.capterra-review-txt .common-btn{ background: #fff; color: #000; }

.knowmore-sec { margin-bottom: 50px; }

.knowmore-col{ background: #f6f6f6; padding: 30px; margin-bottom:40px; }

.knowmore-sec .container { max-width: 1250px; padding-left: 30px; padding-right: 30px; }

.knowmore-sec .col-md-4{ padding-left:30px; padding-right:30px; }

.knowmore-no {
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  background: #1e56a0;
  display: inline-block;
  line-height: 1;
  min-width: 60%;
  text-align: center;
  margin-left: -50px;
  position: relative;
}

.knowmore-no:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 20px solid #07387a;
  border-left: 20px solid transparent;
}

.knowmore-title{ margin:25px 0px 25px;}
.knowmore-title h3{ font-size:26px; font-weight:500; color: #383838; margin-bottom: 0px; font-family: 'Rubik', sans-serif; }

.knowmore-col ul {
  padding-left: 24px;
  list-style: none;
  margin-bottom: 30px;
}

.knowmore-col ul li {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 300;
  padding-left: 6px;
  position: relative;
}

.knowmore-col ul li:before {
  content: "";
  background: url(../images/check-icon.png) no-repeat;
  position: absolute;
  left: -24px;
  top: 4px;
  width: 20px;
  height: 20px;
  background-size: 100%;
} 

.knowmore-col .common-btn{ width: 100%; padding: 16px 28px; font-size: 16px; font-weight: 400; }

.knowmore-sec .col-md-4:nth-child(2) .knowmore-no{ background: #edbb60; }
.knowmore-sec .col-md-4:nth-child(2) .knowmore-no:after{ border-top: 20px solid #ae7a1e; }
.knowmore-sec .col-md-4:nth-child(2) .common-btn{ background: #edbb60; }


.testimonial-wrapper {
  padding-bottom:60px;
  padding-top:90px;
  background:url(../images/testimonial-bg.jpg) no-repeat #1e56a0;
  background-position: bottom;
}

.testimonial-wrapper .title{ color: #fff; }
.testimonial-wrapper .title-col{ margin-bottom:50px; }

.user-pic {
  border-radius: 0px;
  margin: auto;
  border: 1px solid #fff;
  padding: 4px;
  display: inline-block;
}

.user-pic img{ max-height: 60px; min-height: 60px; object-fit: cover; }

.testi img {
  width: auto !important;
  margin: auto;
}
.testi h4 {
  font-size: 22px;
  font-weight:600;
  margin-top: 15px;
  font-weight: 600;
  color:#fff;
}

.testi h5 {
  font-size:15px;
  font-weight:400;
  margin-top: 15px;
  color:#fff;
  font-family: 'Rubik', sans-serif;
}

.testi p {
  font-size: 18px;
  color: #fff;
  line-height:28px;
  margin-bottom: 25px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.2px;
  position: relative;
  padding-left: 30px;
    padding-right: 30px;
}

.testi p:before {
  content: "\f10d";
  position: absolute;
  left: -60px;
  top: 5px;
  font-size: 60px;
  color: #fff;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-style: normal;
}

.testi p:after {
  content: "\f10e";
  position: absolute;
  right: -40px;
  bottom:-13px;
  font-size: 60px;
  color: #fff;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-style: normal;
}

.testi {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.star-ic{ margin-top: 15px; }
.star-ic img{ max-height: 20px; }

.testimonial-wrapper .owl-theme .owl-nav [class*=owl-]{ color: #fff; }

.pricing-sec { padding: 80px 0px; }
.pricing-sec .title-para{ max-width: 800px; margin: auto; color:#747474; font-size: 19px; }
.red-text{ color:#d5534a; }

.pricing-col {
  background: #fff;
  text-align: center;
  box-shadow: 10px 10px 30px rgb(0 0 0 / 10%);
  padding-bottom: 35px;
  margin-bottom: 50px;
  margin-left: 5px;
  margin-right: 5px;
}

.pricing-title {
  background: #000;
  padding: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom:30px;
  
}

.pricing-title small{ display: block; font-size: 22px; font-weight: 300; }

.pricing-no h3{ font-size:60px; }
.pricing-no h3 small{ display: block; font-size: 20px; font-family: 'Rubik', sans-serif; color:#585858; margin-top: 15px; }
.pricing-tb {
  background: #eee;
  padding:10px 20px;
  margin: 30px 0px;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 30px;
  line-height: 1.3;
}
.pricing-tb span{ display: block; font-size:24px; }

.pricing-col .common-btn{ width: 80%; background: #000; }


.pricing-sec .col-md-4:nth-child(2) .pricing-title{ background:#1e56a0;  }
.pricing-sec .col-md-4:nth-child(2) .pricing-no h3{ color:#1e56a0;  }
.pricing-sec .col-md-4:nth-child(2) .pricing-col .common-btn{ background:#1e56a0;  }


.pricing-term{ text-align: center; color:#d44d44; }

.aboutus-sec { background:#d6e4f0; }
.about-service { height: 100%; }
.about-service img { height: 100%; object-fit: cover; }
.about-txt { padding:10%; height: 100%; width: 100%; }
.about-txt .title { margin-bottom: 20px; font-size:43px; font-weight: 900;  }
.about-txt h4{ text-transform: uppercase; font-weight: 300; font-family: 'Rubik', sans-serif; font-size: 30px; line-height: 46px; margin-bottom:20px; margin-top:30px; }

.about-txt p {
    font-weight:300;
    color: #000;
    font-size: 18px;
    line-height:34px;
    margin-bottom: 20px;
}

.downloadapp-sec .full-container{ display: flex; align-items: end; justify-content: space-between; }

.appgirl-vector {
  max-width: 35%;
  flex: 0 0 35%;
}

.appmobile-vector {
  max-width: 25%;
  flex: 0 0 25%;
}

.left-appmobile { transform:translateY(-60px) translateX(-50px); }

.left-appmobile h4{ font-size:40px; font-weight: 600; text-transform: uppercase; }
.left-appmobile h5{ font-size:32px; font-weight:300; color:#111; margin:15px 0 20px; font-family: 'Rubik', sans-serif; }
.left-appmobile p{ font-size:17px; color:#333; font-weight: 300; margin-bottom:0px; line-height:26px; max-width:460px;  }
.app-btns{ margin-top:25px; }
.app-btns img{ max-height:40px; }


footer {
  color: #fff;
  padding-top:70px; 
  background:url(../images/footer-bg.jpg) no-repeat #2D5FA4;
  padding-bottom: 30px;
  background-size:100%;
  background-position: center;
}

.footer-about {
  display: flex;
  align-items: center;
  margin-bottom:50px;
}

.footer-logo {
  max-width: 15%;
  flex: 0 0 15%;
}

.footer-logo img {
  filter: brightness(0) invert(1);
  max-height: 80px;
}

footer h3 {
  margin-bottom:20px;
font-size:24px;
color: #fff;
text-transform: uppercase; 
}

.footer-about p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0px;
}

footer p, footer p a {
  font-size: 15px;
  color:#fff;
  font-weight: 300;
}

footer p a:hover{ color:#fff; }

.footer-form .form-group{ margin-bottom: 10px; }

.footer-form .common-btn{ background: #fff; color: #000; font-size: 16px; padding: 13px 20px; min-width: inherit; }

.quicklinks-cont p{ margin-bottom:12px; }
.quicklinks-cont p a{ display: block; }

.footer-social i{ font-size:20px; color:#fff; background:#809fc8; width:36px; height:36px; text-align: center; line-height:36px;  margin:0px 2px;    }

.footer-social i:hover{ background: #fff; color:#2e5f79; }

.quicklinks{ padding-left:0px; }

.middle-footer {
  border-top: 1px solid rgb(255 255 255 / 20%);
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  margin: 30px 0px;
  padding:20px 0px;
}

.footer-capterra{ margin:0px 50px; }
.footer-capterra img{ max-height:35px; }

.footerapp-btns img{ max-height:30px; }

.middle-footer .container{ display: flex; align-items: center; }

.copyright p {
  color: #e5e5e5;
  margin: 0px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.copyright p a{ font-size: 14px; }


.videomodal-popup video{ width: 100%; }
.videomodal-popup .modal-videotitle{ color: #000; margin-bottom: 20px; }
.videomodal-popup .modal-videotitle h3{ font-size:24px; font-weight: 700; }
.videomodal-popup .close {
  position: absolute;
  right: -14px;
  background: #fff;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 34px;
  margin-top: -19px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  z-index: 99;
  font-weight: 300;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{ opacity: 1; }

.topup {
  position: fixed;
  padding: 0px 10px;
  font-size: 34px;
  right: 30px;
  bottom: 20px;
  display: none;
z-index:99;
}

.topup a:hover{ border-radius:10px;    }

.topup a{ background:#fff; color:#111;  border-radius:50%; width:40px; height:40px; display: inline-block; border: 1px solid #ccc;  }  

.topup a i {
  font-size: 24px;
  display: block;
  text-align: center;
 line-height:40px;
}


/*--------------inner page-------------*/

.innerpage-banner{ padding: 30px 0px; }
.innerbanner-left { text-align: right; }
.innerbanner-right {
  display: flex;
  align-items: center;
  padding-left:6%;
}
.innerbanner-pic{ max-width:40%; flex: 0 0 40%; }
.innerbanner-text{ max-width:50%; flex: 0 0 50%; text-align: right; padding-left: 60px; }
.innerbanner-text h1{ 
  font-size:64px;
  text-transform: uppercase;
  font-weight: 600;
  color: #383838;
  margin-bottom: 20px;
 }

 .innerbanner-text h1 span {
  display: block;
  font-size:32px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.innerbanner-text p {
  color: #1e56a1;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight:400;
}

.servicepg-toppara{ text-align: center; padding-top:70px; padding-bottom:20px; }
.servicepg-toppara .title-col{ margin-bottom: 40px; }
.servicepg-toppara .title{ color: #383838; }
.servicepg-toppara p {
  font-weight: 300;
  color: #312f3c;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.servicepg-toppara p a{ color: #1e56a1; font-weight: 400; }

.innerservice-features-sec{ background: url(../images/innerfeatures-bg.png) no-repeat #1e56a1;
  padding: 80px 0px 70px;
  margin-top: 50px;
  background-size: 100%;
  background-position: top;
}

.innerservice-features-sec .title{ color: #fff; }

.servicepg-featurecol *{ color: #fff; font-family: 'Rubik', sans-serif; }
.servicepg-featurecol h4{ font-size: 18px; font-weight:400; }
.servicepg-featurecol p{ font-size: 14px; font-weight:300; margin-bottom: 0px; color:#dfe8f3; }
.servicepg-featurecol {
  padding: 0px 30px;
  height: 100%;
}

.innerservice-featurescol .col-sm-6{ margin:15px 0px; }

.maintreat-text{ padding: 0px 40px; }
.maintreat-text h3{ font-weight: 700; font-size: 42px; margin-bottom: 20px; }
.maintreat-text p{ font-weight:300; font-size: 18px; margin-bottom: 20px; }

.moreless-button{ color: #1e56a1; font-weight: 500; cursor: pointer; }
.moretext{ display: none; }

.service-gridcol { padding: 90px 0px 0px; }

.servicespg-secs{ margin-bottom: 50px; }

.mb-30 { margin-bottom: 20px; }
.contactus-page .title-col{ margin-bottom: 30px; }
.contactus-page{ padding:50px 0px 70px;}

.panel.panel-default {
  background: #fff;
  margin: 15px 0px;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 20%);
  cursor: pointer;
  border: 1px solid #999;
}

.panel-heading h4 { font-size: 21px; }
.panel-body p{ margin-top:8px; font-size: 16px; font-weight:400; line-height: 26px; }

.accordion .panel-title{ position: relative; }

.accordion .panel-title:after {
  font-family: 'Line Awesome Free';
  font-weight: 900;
  content: "\f106";
  font-size: 22px;
  color: #fff;
  position: absolute;
  right:20px;
  line-height: 1.1;
  top:15px;
}

.accordion .panel-title.collapsed:after {
  content: "\f107";
  color: #333;
}

.panel-title.accordion-toggle {
  color: #fff;
  background: #2D5FA4;
  padding:13px 60px 13px 20px;
}
.panel-title.accordion-toggle.collapsed{ color:#333; background: #fff; }
.panel-body{ padding: 1px 20px 10px; }

.faqpage-sec{ margin-bottom:120px; margin-top: 30px; }

.contactus-page{ background: url(../images/world-map.png) no-repeat; background-position: center;  }


/*-----------blog--------------*/

.middle-blog-sec{ margin-top: 60px; }

.middle-blog-sec .container{ max-width:1250px; }

.middle-blog-left-pic{ max-height: 405px; overflow: hidden; border-radius: 10px; }

.middle-blog-left a{ display: block; position: relative; }
.middle-blog-left-pic img{ width:100%; border-radius:10px;  }
.middle-blog-left-txt {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgb(255 255 255 / 90%);
  padding: 10px 20px;
  right: 20px;
  border-radius: 10px;
}
.middle-blog-left-txt h5{ font-size:15px; color:#000; font-weight: 600;  }
.middle-blog-left-txt h4 {
  font-size: 22px;
  color: #1c1c1c;
  margin: 7px 0 7px;
  font-weight: 600;
}
.middle-blog-left-txt p{ font-size:15px; color:#101010; font-weight: 400; margin-bottom:10px;   }

.middle-blog-right-col{ margin-bottom:15px; }
.middle-blog-right-col a { display: flex; }
.middle-blog-right-pic {
  max-width: 26%;
  flex: 0 0 26%;
}

.middle-blog-right-pic img{ border-radius:10px; }

.middle-blog-right-txt{
  max-width: 74%;
  flex: 0 0 74%;
  padding-left:20px; 
}

.middle-blog-right-txt h5{ font-size:15px; color:#000; font-weight: 600;  }
.middle-blog-right-txt h4{ font-size:20px; color:#1c1c1c; font-weight:500; margin:5px 0 5px;  }
.middle-blog-right-txt p{ font-size:14px; color:#777; font-weight: 400;  }

.middle-blog-right {
  background: #fff;
  padding:20px 20px 10px;
  border: 1px solid #eee;
  border-radius: 10px;
  max-height: 405px;
  overflow-y: scroll;
}

.bottom-blog-sec { margin: 50px 0px 90px; }


.blog-detail {
  max-width:870px;
  margin:40px auto 0px;
width:100%; 
}

.blog-detail-content{ margin:30px 0 0px; }

.blog-detail-content p {
color: #2A2A2A;
font-size: 16px;
line-height: 26px;
}

.blog-detail-content p em{ font-style: normal; border-left:5px solid #2d5fa4; padding-left:15px; font-weight: 400; display: block; margin:30px 0;   }

.blog-detail-content p strong{ border-bottom:1px solid #000; }
.blog-detail-title{ margin-bottom:20px; }
.blog-detail-title h3{
  font-size: 34px;
  font-weight:600;
  margin-bottom: 15px;
  color: #000;
}

.blog-detail-content h3, .blog-detail-content h4{
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #111;
}

.blog-detail-title .blog-date{ font-size:16px; }

.other-blogs-sec{ margin-top:70px; }
.other-blogs-sec .blog-col { margin-bottom: 40px; padding:0;  }

.other-blogs-sec .title-col{ margin-bottom:50px; }

.other-blogs-sec .blog-pic{ max-height:200px; overflow: hidden; }

.blog-col {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.blog-col a { display: block; }
.blog-pic { margin-bottom: 20px; }
.blog-content { padding: 0px 25px 30px; }
.blog-date{ color:#898989;  }
.blog-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.blog-content p {
  margin-bottom: 7px;
  font-size: 14px;
  color: #646464;
}
.blog-content .read-link {
  color: #1e56a1;
    font-weight: 500;
  display: inline-block;
  margin-top:5px; 
}

.pagination-col {
  margin-top: 20px;
  width: 100%;
}
.pagination {
  justify-content: center;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 10px;
}
.pagination-col .page-link {
  color: #333;
  font-size:16px;
  font-weight: 500;
  margin:0 6px;
text-align: center;
width:40px;
  height:40px;  
  border-radius:10px;
  background-color: #fff;
  border-color: #aaa;
  line-height:39px;
  padding:0px; 
}

.pagination-col .page-link i{ font-size:20px; transform: translate(0px, 2px); } 

.pagination-col .page-link:hover{ background:#2d5fa4; color:#fff; border-color:#2d5fa4; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color:#2d5fa4;
  border-color:#2d5fa4;
}

.breadcrumb{ background:none; margin-bottom:0; padding:1rem 0rem;  }
.breadcrumb-item{ font-size:14px;  }

.aboutus-sec1 .container{ max-width:1000px; }
.about-video{ position: relative; max-width:815px; min-height: 455px; margin: auto; }
.about-video video {
  width: 80%;
  z-index: 9;
  position: relative;
  margin-top: 49px;
    border-radius: 7px 7px 0px 0px;
}
.about-video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
  height: 470px;
  background: url(../images/desk-bg.png) no-repeat;
}

.aboutus-sec1{ margin-top: 30px; margin-bottom:80px; }

.aboutpg-pic {
  border-radius: 15px;
  overflow: hidden;
}

.about-sec3 { padding:0px 0px 70px; }
.h-about-no {
  color: #3a3a3a;
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}
.h-about-no b {
  font-size: 60px;
  font-weight: 600;
  color: #2d5fa4;
  display: block;
  line-height: 1.3;
  position: relative;
}

.about-sec2 .flex-lg-row-reverse .maintreat-text{ padding-left: 0px; }

.about-sec2{ position: relative; margin-bottom: 150px; }
.about-sec2:before{ content: ""; position: absolute; left: 0; height:120%; background:#eaf3ff; width: 40%; top:-10%; }

.about-sec2:nth-child(even):before{ background:#eaf3ff; left: auto; right: 0; }

.detail-banner-social-btns {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 1px;
  overflow: hidden;
}

.detail-banner-social-btns a {
  padding: 10px;
  border-left: 1px solid #ccc;
  flex-grow: 1;
  text-align: center;
}

.detail-banner-social-btns a:first-child {
  border-left: none;
}

.review-col {
  margin-bottom:28px;
}

.review-col p {
  margin-bottom: 0;
  font-size: 13px;
  color: #606060;
  font-weight: 300;
}

.review-namedate {
  font-size: 16px;
  color: #666;
  font-weight: 300;
  margin-bottom:10px;
}

.review-namedate strong{ font-weight: 500; color:#111;  }

.expert-title h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.banners-appsbtn .inner-bannerappbtns {
  text-align: left;
  max-width: 300px;
  margin-left: auto;
  margin-bottom:5px;
}

.inner-bannerappbtns img{ max-width:140px; }
.inner-bannerappbtns span{ margin-left: 10px; }
.inner-bannerappbtns a {
  display: flex;
  align-items: center;
  background:#fcfcfc;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 9px 14px;
}


.term_conditions{ max-width:1100px; width:100%; margin:50px auto 120px;  }

.term_conditions h6 {
    margin-bottom:25px;
    font-size: 26px;
}

.term_conditions p, .term_conditions li {
    margin-bottom: 15px;
    line-height: 32px;
    font-size: 16px;
    color: #4c4c4c;
}

.term_conditions ul, .term_conditions ol {
    padding-left: 15px;
}

.term_conditions hr{ margin-top:2rem; margin-bottom:2rem; }


/*-------------new slider------------*/

.topic-feature-inner{ display: flex; align-items: center; justify-content: center; flex-direction: row-reverse; }

@media (min-width: 1070px){
.topic-feature__item { font-size: 24px; }

header.base-header.feature-header.topic-feature.feature-theme--light-gray {
  padding: 0px;
  padding-left: 80px;
}

.topic-feature .topic-feature__text {
  padding-left: 0px;
}

}


.topic-feature__item--link small{ color: #111; font-size: 15px; }

/*------------end slider-------------*/

.newpricecol{ box-shadow: 10px 10px 30px rgb(0 0 0 / 10%); padding:50px 30px; height: 100%; }
.newpricecol-title { font-size: 30px; margin-bottom: 20px; }
.newpricecol-title span {
  border: 2px solid #eceded;
  padding: 0px 10px;
  margin-right: 10px;
  background: #f3f8fc;
  color: #006ee8;
}
.newpricecol-title span i{  vertical-align: text-bottom; }
.newpricecol h2{ margin-bottom:20px; }
.newpricecol ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}

.newpricecol ul li{ max-width: 50%; flex: 0 0 50%; margin: 5px 0px; position: relative; padding-left:25px; }
.newpricecol ul li:before {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 17px;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  line-height: 1;
}

.newpricecol-title b{ font-weight: 500; color: #1e56a0; }

.pricing-page .col-md-6.col-sm-6{ margin-bottom: 30px; }

.login-wrapper {
  position: relative;
  padding:40px 0px 80px;
}

.login-logo img {
  max-height:70px;
}

.login-form-col {
  max-width: 450px;
  width: 100%;
  margin: auto;
  padding-left: 30px;
}

.login-form-col .inner-bannerappbtns{ margin-left: 0px !important; margin-bottom: 15px; max-width:inherit !important; }
.login-headcontet h1 {
  color: #151515;
  font-size: 32px;
  font-weight:500;
  margin-bottom: 30px;
}

.login-headcontet h1 b{ color:#1e56a0; font-size: 38px; line-height: 54px; }

.login-leftside {
  text-align: center;
  padding: 30px 30px 10px;
}

.login-logo {
  padding: 20px;
  text-align: center;
}

.login-form-col span{ font-size: 19px; }









/*--------------media css-------------*/

@media (min-width: 992px){
  .navbar-nav li:hover > ul.dropdown-menu { display: block; }
}


@media (max-width:1400px){
  .banner-slider{ max-width: 700px; }  
  .banner-maintext h1 span{ font-size: 20px; }
  .banner-maintext h1{ font-size: 36px; }
  .banner-maintext ul li{ font-size: 18px; }
  .capterra-review-txt{ padding: 30px 40px; }
  .cap-title{ font-size: 29px; }
  .about-txt h4{ font-size: 26px; line-height: 38px; }
  .about-txt p{ font-size: 17px; line-height: 28px; }

}

@media (max-width:1180px){
.banner-slider{ padding-left: 5%; max-width: 660px; }
.banner-martial-vector img { max-height: 350px; }
.inner-bannerappbtns a{ flex-direction: column; padding: 12px 14px 9px; }
.inner-bannerappbtns span { margin-left: 0px; margin-top: 3px; }
.banner-text h3{ font-size: 28px; }
.home-featurecol{ padding-right: 20px; }
.testi p:before, .testi p:after{ display: none; }
.testimonial-wrapper{ background-size: cover; }
.pricing-title{ font-size: 30px; }
.pricing-no h3 { font-size: 50px; }
.pricing-tb span{ font-size: 22px; }
.innerbanner-text h1 span{ font-size: 26px; }
.innerbanner-text h1{ font-size: 50px; }


}

@media (max-width:1024px){
.banner-martial-vector{ z-index: 99; }
.banner-martial-vector img { max-height: 300px; }
.capterra-review-pic img { max-height: 100px; }
.capterra-review-txt p{ margin-bottom: 20px; }
.left-appmobile h4{ font-size: 34px; }
.left-appmobile h5{ font-size: 30px; }
.left-appmobile p{ height: 80px; overflow-y: scroll; padding-right: 10px; }
.container{ max-width: 96%; }
.review-col p{ font-size: 14px; }
.innerbanner-text{ padding-left: 0px; margin-left: auto; }
.innerbanner-right{ padding-left: 0px; }

}

@media (max-width:950px){
.navbar-toggler{ font-size:26px; }
.main-header .navbar-expand-lg .navbar-nav .nav-link{ text-align: left; margin: 0px 0px; }
.navbar-nav .dropdown-menu::before{ display: none; }
.navbar-nav .dropdown-menu{ box-shadow:none; }
.banner-martial-vector{ display: none; }
.inner-bannerappbtns a{ line-height: 1.2; font-size: 15px; text-align: center; }
.inner-bannerappbtns span{ display: none; }
.banner { padding: 10px 0px 30px; }
.banner .container { min-height: 525px; }
.features-sec{ margin-top: 0px; }
.home-featuretext h3{ min-height: inherit; }
.capterra-review-pic{ padding:30px 15px; }
.capterra-review-txt{ text-align: center; }
.knowmore-sec .col-md-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.knowmore-sec .title-col{ margin-bottom:50px; }
.testimonial-wrapper { background-size: 100%; }
.testi p{ font-size: 16px; }
.testimonial-wrapper .title-col { margin-bottom: 25px; }
.pricing-sec .col-md-4 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.about-txt{ padding: 5%; }
.left-appmobile h4 { font-size: 28px; }
.left-appmobile h5 { font-size: 24px; }
.left-appmobile p{ font-size: 15px; line-height: 21px; }
.footer-logo{ margin-right: 30px; }
.innerbanner-text h1 span { font-size: 24px; }
.aboutpg-pic img{ width: 100%; }
.maintreat-text { padding: 0px; margin-top: 30px; }
.about-sec2:before{ height: 75%; top: -4%; display: none; }
.about-sec2{ margin-bottom:40px; }
.about-sec3 { padding: 0px 0px 20px; }
.innerservice-features-sec .title-col{ margin-bottom: 30px; }
.service-gridcol .flex-lg-row-reverse .maintreat-text{ padding-left: 35px; padding-right: 35px; }
.service-gridcol { padding: 40px 0px 0px; }
.pricing-sec { padding: 0px 0px 80px; }
.pricing-sec .title-para{ font-size: 17px; }
.review-col p { font-size: 15px; }


}

@media (max-width:768px){
.banner .col-md-3, .banner .col-md-9 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.banner .col-md-3{ order: 2; }
.banner-video-col img{ width: 100%; }
.banner-left{ margin-top:30px; }
.banners-appsbtn .inner-bannerappbtns{ max-width: 100%; }
.inner-bannerappbtns span { display: block; margin-top:6px; }
.pricing-sec{ padding-top: 80px; }
.left-appmobile { transform: translateY(0px) translateX(0px); margin-bottom:40px; padding-right: 50px; }
.downloadapp-sec{ padding-top: 50px;}
.appgirl-vector{ display: none; }
.appmobile-vector {
  max-width: 40%;
  flex: 0 0 40%;
}


.maintreat-text h3{ font-size: 32px; }
.middle-blog-right-txt h4{ font-size: 16px; }
.middle-blog-right{ max-height: 357px; }

}

@media (max-width:740px){
.footer-capterra { margin: 0px 20px; }
.about-video:before{ display: none; }
.about-video video{ width: 100%; border-radius: 10px; }
.aboutus-sec1{ margin-bottom: 20px; }
.innerpage-banner .col-md-9{ order: 1; margin-bottom:50px; }
.innerpage-banner .col-md-3{ order: 2; }
.innerbanner-left {
  text-align: center;
  margin-left: 30px;
}

.servicepg-toppara{ padding-top: 20px; }
.container { max-width: 100%; }
.innerbanner-text h1 { font-size: 38px; }
.innerbanner-text h1 span { font-size: 20px; }
.middle-blog-right{ margin-top: 30px; }
.middle-blog-right-pic {
  max-width: 15%;
  flex: 0 0 15%;
}
.middle-blog-right-txt {
  max-width: 85%;
  flex: 0 0 85%;
}
.middle-blog-right-txt h4 { font-size: 20px; }

.login-leftside{ padding: 30px 0px 10px; }
.login-form-col{ padding-left: 0px; margin-top: 30px; }
.login-headcontet h1{ font-size: 26px; }
.login-headcontet h1 b {
  font-size: 30px;
  line-height: 46px;
}


}


@media (max-width:520px){
.full-container{ padding-left: 20px; padding-right: 20px; }
.inner-banner-slider{ flex-direction: column; }
.banner-maintext {
  padding-left: 0px;
  max-width: 375px;
  margin-top: 30px;
}

.banner-text{ flex-direction: column; }
.banner-text h3 {
  font-size: 26px;
  line-height: 38px;
  margin-right: 0px;
}

.videomodal-popup .close{ right: -5px; }
.testimonial-wrapper{ padding-top:40px; }
.about-txt h4{ font-size: 24px; }
.downloadapp-sec .full-container{ flex-direction: column; }
.left-appmobile{ padding-right: 0px; }
.left-appmobile p {
  height: auto;
  overflow-y: auto;
  padding-right:0px;
}
.appmobile-vector {
  max-width: 100%;
  flex: 0 0 100%;
}
.footer-about{ flex-direction: column; }
.footer-logo {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
.middle-footer .container{ flex-direction: column; }
.footer-capterra{ margin:30px 0px; }
.copyright p{ flex-direction: column; }
.innerbanner-right{ flex-direction: column; }
.innerbanner-text{ 
  max-width: 100%;
    flex: 0 0 100%;
    text-align: left;
}
.innerbanner-pic {
  max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
}
.aboutus-sec1{ margin-top: 0px; }
.about-video{ min-height: inherit; }
.dropdown-item{ padding: 10px 0px; font-size: 16px; }
.innerbanner-left{ margin-left: 0px; }
.title{ font-size: 32px; }
.pricing-sec { padding-top: 20px; }
.review-col .col-10.pl-0{ padding-left:20px !important; }
.review-col{ padding:0px 15px; }

.topic-feature__item {
  font-size:20px;
}

.newpricecol ul li{ max-width: 100%; flex: 0 0 100%; }
.base-feature__text.topic-feature__text h2{ color: #fff; }

.banner-text{ margin-top: 0px; }
.newpricecol{ box-shadow: none; border: 1px solid #dde8f0; margin:10px 0px; height: auto; }


}







