@import url("https://fonts.googleapis.com/css2?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=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins: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");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Nunito", sans-serif !important;
  font-size: 16px !important;
  color: #1e2637 !important;
  overflow-x: hidden;
  /* background-color: #f7f8f9 !important; */
}
.mega-dropdown {
  position: static;
}

.mega-dropdown .dropdown-menu {
  left: 0;
  right: 0;
  top: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  background: #ffffff;
}
.mega-dropdown .container-fluid {
  max-width: 1400px;
}

#softwareTab .nav-link {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #1f2937;
  background: transparent;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 6px;
}

#softwareTab .nav-link.active {
  background: #f3f6ff;
  color: #d9001b;
  box-shadow: inset 3px 0 0 #d9001b;
}

.tab-content {
  padding-left: 10px;
}

.mega-links li a {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  font-size: 16px;
  color: #374151;
  text-decoration: none;
  border-radius: 6px;
}

.mega-links li a::before {
  content: "›";
  font-size: 18px;
  color: #c7c7c7;
  margin-right: 8px;
  transition: 0.2s;
}

.mega-links li a:hover {
  background: #f8fafc;
  color: #d9001b;
}

.mega-links li a:hover::before {
  color: #d9001b;
  transform: translateX(2px);
}


.mega-dropdown .border-end {
  border-color: #e5e7eb !important;
}


.dropdown-menu {
  animation: megaFade 0.25s ease-in-out;
}

@keyframes megaFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 991px) {
  .mega-dropdown .dropdown-menu {
    position: static;
  }

  .tab-content {
    padding-left: 0;
    margin-top: 15px;
  }
}
a {
  text-decoration: none !important;
}
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #1e2637;
}
#btn-back-to-top {
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  display: none;
  background: linear-gradient(321deg, #d9001b 0%, #003c98 100%);
  padding: 8px 12px;
  transform: rotate(-90deg);
  color: #fff;
  border-radius: 4px;
  border: transparent;
}
.first_text {
  position: relative;
  margin-bottom: 60px;
}
.first_text::before {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 65px;
  height: 5px;
  bottom: -20px;
  left: 0;
  top: auto;
  position: absolute;
  content: "";
  border: 4px;
  border-bottom: 0;
  background: linear-gradient(136deg, #d9001b 0%, #003c98 100%);
}
.divider {
  width: 65px;
  height: 5px;
  background: linear-gradient(136deg, #d9001b 0%, #003c98 100%);
  display: inline-block;
  margin-bottom: 4px;
  margin-top: 15px;
  margin-left: 14px;
}
.list-check li::before {
  font-family: "FontAwesome";
  content: "\f058";
  color: #2d4a8a;
  position: absolute;
  left: -22px;
  font-size: 16px;
  top: 4px;
}
.list-check li {
  position: relative;
  padding: 0.2rem 0;
}
/* page_css_start */
/* header */
.header {
  padding: 8px 25px;
  background-color: #f7f8f9;
}
.navbar-brand {
  width: 200px;
}
.nav-item {
  margin: 10px;
}
.header .nav-link {
  font-size: 17px;
  font-weight: 500;
}
.header .nav-link:hover {
  color: #003c98;
}
.nav-link.active {
  color: #002052 !important;
}
.btn.get_btn {
  background: linear-gradient(321deg, #d9001b 0%, #003c98 100%);
  padding: 8px 22px;
  color: #fff;
  border: 0 !important;
  font-size: 15px;
  border-radius: 5px;
}
.btn.get_btn:hover {
  color: #fff;
  background: linear-gradient(28deg, #003c98 0%, #d9001b 100%);
}
.banner_img img {
  width: 500px;
}

/* product_banner_start_here */
.product_banner{
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #ffffff;
    
}
.product_page_left h1{
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  color: #2d4a8a;
}
.simple_text{
  border-left: 5px solid #d90019c4;
  /* background: linear-gradient(93deg, #003c98 0%, #d9001b 100%); */
  /* background: linear-gradient(103deg,  #d90019c4 60%,  #003d986b 100%); */
  /* background: linear-gradient(103deg, #003d986b 0%, #d90019c4 100%); */
  padding-left: 10px;
  color: #000;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.star{
  color: #f0ad4e;
  font-size: 16px;

}
.product_p{
  font-size: 20px;
  font-weight: 700;
  line-height: 45px;
}
.custom_section{
  box-shadow: inset 2px 2px 5px #ddd, inset -3px -3px 7px #fff !important;
  border: 1px solid #d1d9e6;
  border-radius: 5px;
  padding: 20px;
}
.icons_test i{
  color: #2d4a8a;
  font-size: 19px;
  padding-right: 10px;
}
.custom_section ul li{
  font-size: 17px;
  font-weight: 600;
  margin-top: 10px;
}
.download{
  background: linear-gradient(321deg, #d9001b 0%, #003c98 100%);
  padding: 15px 22px;
  color: #fff;
  border: 1px solid #2d4a8a !important;
  font-size: 20px;
  border-radius: 5px;
  display: inline-block;
}
.buy{
  border: 1px solid #2d4a8a !important;
  padding: 15px 22px;
  color: #2d4a8a;
  font-size: 20px;
  border-radius: 5px;
  display: inline-block;
}
.buy:hover{
  background: linear-gradient(321deg, #d9001b 0%, #003c98 100%);
  color: #fff;

}
#WinMacTab{
    max-width: 410px;
}
#WinMacTab .nav-item{
    margin: 0;
}
#WinMacTab .nav-item .nav-link{
    width: 140px;
    color: #000;
}
.ideas{
  background-color: #fff;
  /* margin-top: 90px; */
  text-align: right;
}
.ideas a{
  color: #2d4a8a;
  text-align: center;
}
.ideas i{
  font-size: 16px !important;
  border: 1px solid #2d4a8a;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-top: 14px;
  margin-left: 10px;
  box-shadow: 0 .1rem 0.2rem rgba(0, 0, 0, .3) !important;
  border-radius: 2px;
}
.box img{
  box-shadow: 1px 1px 0px #b8b9be, 2px 2px 7px #b8b9be;
}
/* product_banner_end_here */

/* sticky strip start */
.sticky-top {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  gap: 3rem;
  padding: 4px 0px;
  font-size: 15px;
  margin-bottom: 0;
  
}
.modal-width {
  background: linear-gradient(321deg, #d9001b 0%, #003c98 100%);
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  color: #fff;
  
}
.video-player .play {
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  cursor: pointer;
}
.video-player .play:before {
  content: "\f144";
  font: normal normal normal 14px/1 FontAwesome;
  color: #dc3545!important;
  font-size: 50px;
  background: #fff;
  border-radius: 50%;
  padding: 0 3px;
}
.fa-star {
  text-decoration: none;
}
.sticky-top a {
  text-decoration: none !important;
  color: #fff;
}
.sticky-top a:hover {
  text-decoration: none !important;
  color: #fff;
}
@media (min-width: 280px) and (max-width:991px) {
  .sticky-top{
    gap: 1rem;
  }
}
/* sticky strip end */

/* product_about_start_here */
.product_about{
  padding-top: 70px;
  padding-bottom: 70px;
}
.custum_shadow{
  border: 1px solid #d1d9e6;
  /* box-shadow: 6px 6px 12px #b8b9be, 6px 6px 12px #b8b9be; */
  box-shadow: 1px 1px 0px #b8b9be, 2px 2px 7px #b8b9be;
  padding: 25px;
  border-radius: 5px;
}
.order_list li{
  list-style: auto;
  margin-top: 10px;
}

.trust-review{
  padding: 10px;
  border-bottom: 1px solid #d9001b !important;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 10px !important;
} 

.product_read{
  font-size: 16px;
  color: #2d4a8a;
}
.product_read i{
  font-size: 13px;
  color: #2d4a8a;
}
/* product_about_end_here */

/* Features_section_start_here */
.features_section{
  padding-top: 70px;
  padding-bottom: 70px;
}
.sub_text {
  font-size: 18px;
    font-weight: 500;
    position: relative;
    line-height: 25px;
}
.feature_box{
  border: 1px solid #d1d9e6;
  box-shadow: 1px 1px 0px #b8b9be, 2px 2px 7px #b8b9be;
  padding: 25px;
  display: flex;
  border-radius: 5px;
  min-height: 278px;
}
.feture_content h4{
  font-weight: 700;
}
/* Features_section_end_here */

/* technical_section start */
.technical_section{
  padding-top: 70px;
  padding-bottom: 70px;
}
.software_detail{
  /* box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff; */
  box-shadow: 1px 1px 0px #b8b9be, 2px 2px 7px #b8b9be;
  border: 1px solid #d1d9e6;
  /* background-color: #e6e7ee; */
  padding: 1.5rem !important;
  border-radius: 5px;
}
.title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #2d4a8a;
  padding-bottom: 5px;
}
.main_table{
  border-top: 1px solid #b1b3bf;
    border-bottom: 1px solid #b1b3bf;
}
.main_border{
  border-left: 1px solid #b1b3bf;
  border-right: 1px solid #b1b3bf;
}
.lists li{
  list-style-type: none;
  margin-top: 10px;

}
.lists a{
  text-decoration: underline !important;
  color: #2d4a8a;
  font-size: 16px;
}
.tech-icon li i{
  
}
/* faq_section_start_here */

.faq{
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f7f9fe;
}
.accordion-item{
  margin-bottom: 20px;
}
.accordion-button:focus{
  box-shadow: none !important;
}
.accordion-body{
  border: 1px solid #2d4a8a;
  border-top: none !important;
  font-size: 17px;
  border-left: 1px solid #c40627;

}
.accordion-button.btn_one{
  background-color: #fff !important;
  /* border-left: 2px solid #2d4a8a !important; */
  border-radius: 0 !important;
  border: 1px solid #2d4a8a;
  font-size: 17px;
  font-weight: 700;
  border-left: 1px solid #c40627;
}
.ques{
  color: #2d4a8a;
  font-weight: 700;
  margin-right: 10px;
  font-size: 20px;
}

/* faq_section_end_here */

/* comparison_tab_start */
.comparison{
  padding-top: 70px;
  padding-bottom: 70px;
}
.table{
  box-shadow: 1px 1px 0px #b8b9be, 2px 2px 7px #b8b9be;
}
.table th{
  border: 1px solid #ddd;
  padding: 15px !important;
  font-weight: 600;
  font-size: large;
  color: #fff !important;
  background-color: #2d4a8a !important;
}
.table td{
  border: 1px solid #ddd;
  padding: 15px !important;
  font-size: 16px;
  font-weight: 600;

}
.table i{
  font-size: 20px;
}
.down-table{
  padding: 10px 20px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
}
.down-table i{
   font-size: 15px;
}
/* comparison_tab_end */

/* testimonials_section_start_here */
.testimonials{
  padding-top: 70px;
  padding-bottom: 70px;
}
.testim{
  /* box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff; */
    border: 2px solid #312f7d;
    border-bottom: 2px solid #c40627;

}
.fa-icon{
  background-color: #2d4a8a;
  display: inline-block;
  border-radius: 5px;

}
.fa-icon i{
  font-size: 40px;
  padding: 20px;
  color: #fff;
}
.owl-nav{
  display: none;
}
.owl-theme .owl-dots .owl-dot.active span{
  background-color: #2d4a8a !important;
}
/* testimonials_section_end_here */

/* footer_section_start_here */
.footer {
  background-color: #040836;
}
.footer_min {
  padding-top: 70px;
  padding-bottom: 70px;
}
.f_item img {
  width: 200px;
}
.footer_list {
  font-size: 17px;
}
.footer_list i {
  font-size: 12px;
}
.footer_list li {
  margin-top: 10px;
}
.f_item.abiu {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}
.f-item.link a {
  color: #adb5bd;
}
.users a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 5px;
  border-radius: 50%;
  border-radius: 0;
  border: 1px groove #fff;
  color: #fff;
  transition: 0.9s;
  margin-left: 10px;
}
.footer_list_contact {
  position: relative;
  z-index: 1;
}
.footer_list_contact::after {
  position: absolute;
  left: -50px;
  top: -70px;
  height: 163%;
  background: #090e49;
  content: "";
  z-index: -1;
}
.footer_botoom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}
/* footer_section_end_here */

/* header  */
.dropdown-item:focus, .dropdown-item:hover {
  color: #003c98 !important;
  background-color: #FFFFFF !important;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-menu .dropend:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #a3a3a3 !important;
}
.dropdown-menu .dropend2:not(:nth-last-of-type(1)) {
  border-bottom: 1px solid #a3a3a3 !important;
}

.dropdown-menu .dropdown-item:active{
  background-color: #ffffff !important;
}


@media only screen and (max-width: 600px) {

  .box{
      display: none;
  }
  .product_banner {
    padding-top: 29px;
    padding-bottom: 20px;
}
.download {
  background: linear-gradient(321deg, #d9001b 0%, #003c98 100%);
  padding: 11px 17px;
  color: #fff;
  border: 0 !important;
  font-size: 12px;
  border-radius: 5px;
}
.buy {
  border: 1px solid #2d4a8a !important;
  padding: 11px 17px;
  color: #2d4a8a;
  font-size: 12px;
  border-radius: 5px;
}
.product_page_left h1 {
  font-size: 24px;
}
.list-check{
  display: none;
}
.title {
  font-size: 23px;
  line-height: 30px;
  font-weight: 800;
  color: #2d4a8a;
  padding-bottom: 5px;
}
.h4{
  font-size: 19px !important;
}

}

@media only screen and (max-width: 600px) {
  .header {
      padding:8px 0 10px
  }
}
.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.popup,.popup-body,.popup-header{position:relative}.popup{background:#fff;width:450px;min-height:450px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.2);text-align:center;overflow:hidden}.popup-header{background:#040836;color:#fff!important}.code-box,.head-text{display:inline-block;color:#000}.head-text{background-color:#fff;padding:8px 20px;margin:30px 0;border-radius:120px}.popup span:first-child{border-bottom:none}.popup-header .head span{text-decoration:unset}.popup-header .head{font-size:20px;text-decoration:none;font-weight:700}.popup-body{padding:0 15px 15px}.close-circle,.code-box{position:absolute;background:#fff;font-weight:700}.code-box{top:90%;left:50%;transform:translate(-50%,-50%);padding:5px 20px;font-size:24px;margin:20px 0 0;border-radius:6px}.close-circle{top:10px;right:10px;color:#040836;border-radius:50%;width:30px;height:30px;text-align:center;line-height:30px;font-size:18px;box-shadow:0 2px 6px rgba(0,0,0,.1);cursor:pointer;z-index:10}.btn,.btn:hover{font-weight:600}.popup-footer{padding:24px 20px 50px}.btn{background:linear-gradient(321deg,#d9001b 0,#003c98 100%);color:#fff!important;padding:10px 20px;border:none;border-radius:5px;font-size:16px;cursor:pointer}.btn:hover{background:linear-gradient(321deg,#003c98 0,#d9001b 100%);color:#ffff!important}.btn:active{transform:scale(.98)}.copied-msg{font-size:12px;color:green;right:0;display:none}
.popup-body p{
  padding: 0px 15px 15px;
  position: relative;
  color: #ffffff !important;
}
