
/**************************************************************************************
Default classes
Copyright  2019  rights reserved
**************************************************************************************/

/* ################################################ */
/* ################# Default Page ################# */
/* ################################################ */

html{
    overflow-x: hidden;
}

.payment-method-card {
    height: 150px;
    margin: 5px;
    margin-left: 25px;

}

.payment-method-card:hover {
    background-color: #9ba6b7;
}

.payment-method-card-modal {
    height: 150px;
    margin: 5px;
    margin-left: 46px;

}

.payment-method-card-modal:hover {
    background-color: #9ba6b7;
}

.direct-buy-modal-title{
    margin-left: 46px;
}

.payment-method-image{
    width: 70%;
}

.payment-method-image-modal{
    width: 87%;
    padding-top: 15px;
}


.st-btn{
    display:  inline-block !important;
}

.sign-ico {
    z-index: 0;
}

.myAlert-bottom{
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 40%;
    z-index: 99999;
}

.myAlert-bottom > .close{
    font-weight: bolder;
    color: #6c747c;
}

.myAlert-bottom-survey{
    position: fixed;
    top: 5px;
    left:2%;
    width: 40%;
    z-index: 99999;
}

.close{
    color: black !important;
}

.item.promoted:after {
    content: attr(data-awards);
    position: absolute;
    background: #DC3545;
    color: white;
    width: 100%;
    line-height: 1em;
    text-align: center;
    padding: 0.5em 0;
    box-sizing: border-box;
    top: 0;
    right: 0;
    transform-origin: 50% 50%;
  }

  .promoted > img{
    padding-top: 30px;
    object-fit: cover !important;
}
    
#loading-spinner{
    margin-left: 50%;
}

.fliter-ico{
    scale: 1.4 !important;
}
.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}
.ux-social{

}

.ux-social a {
    width: 80%;
    text-align: center;

    margin-bottom: 10px;

    border-radius: 60px !important;
    border: 1px solid #1f8fbb;
    background-size: 25px !important;
}



.ux-social a > i {
    margin-top: 10px;
    color: white;
}

.ux-social a > i:hover {
color: white;
}

.fb-customerchat iframe:not(.fb_customer_chat_bounce_in_v2) {
max-height: 0 !important;
}

.custom-tab-2{
    background: none;
    width: auto;
    border-radius: 60px;
    margin: 0px auto 50px auto;
    padding: 11px;
}

.coming-soon-inner{
    /* height: 400px; */
}

.coming-soon-outter{
    /* height: 400px; */
}



.meet_our .view-more-section{
    margin: 20px;
}
.latest-release .custom-tab {
    width: 35% ;
 }
.pagination {
    display: inherit !important;
}
.inner-page .actions-m .flaticon-magnifying-glass {
     color: unset;
}

.fixed-info .card-price span {
    color: #24879b !important;
   
}

.before-discount {
    
    color: #333333 !important;
}

.alert-info {
    color: white;
    background-color: #DC3545;
    border-color: #DC3545;
      top: 0;
      z-index: 999999;
      width: 100%;
      text-align: center;
      margin: 0 !important;
  }
  
    .alert-info2 {
    color: white;
    background-color: white;
    border-color: #DC3545;
      top: 0;
      z-index: 999999;
      width: 100%;
      text-align: center;
      margin: 0 !important;
  }

  .alert-info a{
    color: white !important;
    
  }
.close {
    background: transparent !important;
}



.alert-info hr {
  border-top-color: #42b7e7;
}

.alert-info .alert-link {
  color: white;
}

.card-data span {
    font-size: 12px !important;
}

.youtube{
    background: url(../images/youtube.svg) center center no-repeat;
}

.card-title {
    height: 50px !important;
}

.disable-reexam-btn:hover {
    color: #fff !important;
    cursor: default !important;
    background: #333333 !important;
}

.instructor-desc ul li {
    list-style: disc !important;    
    margin-left: 20px;
}
.regular-data h3{
    background-color: #24879b !important;
    color: #fff !important;
}

.course-action-btns{
    background: #24879b !important;
    color: #fff !important;
}

.course-action-btns:hover{
    background: #fff !important;
    color: #24879b !important;
}

.course-data-info section{
    padding: 20px 0 !important;
}

.ace-color{
    background: #4267B2 !important;
}

.custom-social-proof {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 9999999999999 !important;
    display: block;
}

.custom-notification {
    width: 325px !important;
    border: 0 !important;
    text-align: left !important;
    z-index: 99999 !important;
    box-sizing: border-box !important;
    font-weight: 400 !important;
    border-radius: 6px !important;
    box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, 0.2);
    background-color: #fff !important;
    position: relative !important;
    cursor: pointer !important;
}

.custom-notification-container {
    display: flex !important;
    align-items: center !important;
    height: 90px !important;
}

.custom-notification-image-wrapper img {
    max-height: 75px !important;
    margin-left: 20px !important;
    width: 40px !important;
    overflow: hidden !important;
    border-radius: 6px 0 0 6px !important;
}

.custom-notification-content-wrapper {
    margin: 0 !important;
    height: 100% !important;
    color: gray !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 0 6px 6px 0 !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 17px !important;
}
small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    line-height: 16px !important;
    opacity: 0.8 !important;
}

.custom-close {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    height: 12px !important;
    width: 12px !important;
    cursor: pointer !important;
    transition: 0.2s ease-in-out !important;
    transform: rotate(45deg) !important;
    opacity: 0 !important;
    opacity: 1 !important;
}

.custom-close::before {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    height: 2px !important;
    background-color: gray !important;
    position: absolute !important;
    left: 0 !important;
    top: 5px !important;
}

.custom-close::after {
    content: "" !important;
    display: block !important;
    height: 100% !important;
    width: 2px !important;
    background-color: gray !important;
    position: absolute !important;
    left: 5px !important;
    top: 0 !important;
}

.soon-box{
    height: 310px ;
    background-color: transparent;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    height: 300px;
}
.flip-box {
}
.tab-pane .card-item {
    height: 310px;
}
.page_item.active a{
    z-index: 1;
    color: #fff;
    background-color: #2390b9;
    border-color: #2390b9;
}

.removecart{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin: 0 6px;
    z-index: 999;

}
.regular-data p{
    margin-left: 20px;
}

.card-info p {
    height: 110px;
}

.regular-data ul li {
    width: 100% !important;
    margin: 0 !important;
}

.latest-release1 .owl-dots{
    display: none;
}


.card-rating{
    width: 173px !important;
    text-align: center;
}
@media only screen and (max-width: 767px) and (min-width: 300px) {
    .myAlert-bottom{
        
        width: 100%;
        bottom: 94px;
    }
    .payment-method-image{
        padding-top: 10px;
        width: 60% !important;
        height: 63px !important;

    }
    .fixed-buttons {
        position: inherit !important;
    }

    .global-pagenation {
        width: 100% !important;
    }

    .page-link {
        height: 45px !important;
        width: 45px !important;
    }

    .custom-tab {
        width: 100% !important;
    }

    .latest-release .custom-tab {
        width: 100% !important;
    }

    .coming-soon-outter{
        height: 500px !important;
    }
    .coming-soon-inner{
        height: 500px !important;
    }

    .card-item img {

        object-fit: unset !important;
        height: 280px !important;
    }

    /*.flip-box {*/
    /*    height: 340px !important;*/
    /*}*/
    .megamenu > li > a {
        color: #000;
        padding-left: 0;
    }

    .flip-box {
        height: 390px !important;
    }

    .list-card .card-img img {
        height: 280px !important;
    }

    .tab-pane .card-item {
        /* FONT-VARIANT: JIS04; */
        height: 400px !important;
    }
    .profile-area img {
        width: 110px !important;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px !important;
    }
}
      @media only screen and (max-width: 990px) and (min-width: 768px) {
        /*.megamenu > li > a.dropdown-toggle {*/
        /*    padding-right: 0 !important;*/
        /*}*/



        .lecturePlayer .custom-tab {
            width: 100% !important;
        }
        .tabs-container .nav-item {
            width: 30% !important;
            margin-bottom: 10px;
        }
        .tabs-container .nav-item:last-child {
            margin-bottom: 10px !important;
        }


}



@media only screen and (max-width: 1024px) and (min-width: 991px) {
    .lecturePlayer .custom-tab {
        width: 60% !important;
    }
}
.form-check {
    /* padding-left: 0 !important;  */
}
.form-check-label {
    padding-left: 1.25rem !important;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    padding-left: 20px;
}
.help-block{
    color: red;
}


/**********************************/
/********* Team #9 Style **********/
/**********************************/

.team-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 30px;
}

.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.team-9 {
    padding-top: 20px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: transform 0.6s;
    transform-style: preserve-3d;
    height: 155px;
}

.team-9:hover {
    /* transform: rotateY(180deg); */
}

.team-9 .team-img {
    position: relative;
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.team-9 .team-img img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

.team-9 .team-content {
    text-align: center;
}

.team-9 .team-content h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.team-9 .team-content h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.team-9 .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff;
    border-radius: 5px;
    transform: rotateY(180deg);
}

.team-9 .team-overlay p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.team-9 .team-social {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.team-9 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    transition: all .3s;
}

.team-9 .team-social a.social-tw {
    background: #00acee;
}

.team-9 .team-social a.social-fb {
    background: #3b5998;
}

.team-9 .team-social a.social-li {
    background: #0e76a8;
}

.team-9 .team-social a.social-in {
    background: #3f729b;
}

.team-9 .team-social a.social-yt {
    background: #c4302b;
}

.team-9 .team-social a:last-child {
    margin-right: 0;
}

.team-9 .team-social a:hover {
    background: #222222;
}

.subscription-btns-group button{
    background: #24879b;
}

.most-common-pricing{
    background-color: #2dc12d !important;
}

.most-common-pricing span{
    display: block;
    font-size: 11px;
    padding-bottom: 16px;
}

.most-common-pricing i{
    position: absolute;
    color: #e8e42efc;
    font-size: 34px;
    left: 38px;
    top: 71px;
    box-shadow: darkgray;
    text-shadow: -3px 2px red;
}

.place-content-center{
    place-content: center;
}

.bundle-poster-area{
    border-radius: 10px !important;
    
}

.sub-selected{
    border-style: inset;
    border: groove;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.whatsapp-icon-fa{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
    background: #51d467;
    padding: 6px;
}

.whatsapp-icon-text{
    color: #505763 !important;
    font-weight: bold;
}

.float{
	position:fixed;
    left: 0;
    margin-left: 24px;
	width:60px;
	height:60px;
	bottom:0;
    margin-bottom: 16px;
	background-color:#51d467;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 99999999;
}

.my-float{
	margin-top:10px;
    font-size: 40px;
}

.float:hover{
	background-color:#0C9;
	color:#FFF;
}

body #hubspot-messages-iframe-container {
/* change value if necessary */
    z-index: 99999999;
}

.companies h2{
    font-weight: 700;
    padding-bottom: 10px;
    color: #2ba1b9;
}

/* START DIRECT PAY INVOICE STYLE */

.text-secondary-d1 {
    color: #728299!important;
  }
  .page-header {
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    padding-top: .5rem;
    border-bottom: 1px dotted #e2e2e2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .invoice-page-title {
    padding: 0;
    margin: 0;
    font-size: 1.75rem;
    font-weight: 300;
  }
  .brc-default-l1 {
    border-color: #dce9f0!important;
  }
  
  .ml-n1, .mx-n1 {
    margin-left: -.25rem!important;
  }
  .mr-n1, .mx-n1 {
    margin-right: -.25rem!important;
  }
  .mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
  }
  
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
  }
  
  .text-grey-m2 {
    color: #888a8d!important;
  }
  
  .text-success-m2 {
    color: #86bd68!important;
  }
  
  .font-bolder, .text-600 {
    font-weight: 600!important;
  }
  
  .text-110 {
    font-size: 110%!important;
  }
  .text-blue {
    color: #478fcc!important;
  }
  .pb-25, .py-25 {
    padding-bottom: .75rem!important;
  }
  
  .pt-25, .py-25 {
    padding-top: .75rem!important;
  }
  .bgc-default-tp1 {
    background-color: rgba(121,169,197,.92)!important;
  }
  .bgc-default-l4, .bgc-h-default-l4:hover {
    background-color: #f3f8fa!important;
  }
  .page-header .page-tools {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  
  .btn-light {
    color: #757984;
    background-color: #f5f6f9;
    border-color: #dddfe4;
  }
  .w-2 {
    width: 1rem;
  }
  
  .text-120 {
    font-size: 120%!important;
  }
  .text-primary-m1 {
    color: #4087d4!important;
  }
  
  .text-danger-m1 {
    color: #dd4949!important;
  }
  .text-blue-m2 {
    color: #68a3d5!important;
  }
  .text-150 {
    font-size: 150%!important;
  }
  .text-60 {
    font-size: 60%!important;
  }
  .text-grey-m1 {
    color: #7b7d81!important;
  }
  .align-bottom {
    vertical-align: bottom!important;
  }
  
  /* ENd DIRECT PAY INVOICE STYLE */


    .dataTables_wrapper .dt-buttons {
    padding: 24px;
  }
  
  #transactions-table_wrapper{
  
    padding-bottom: 20px;
  }
  
  .nopaddingmargin {
    padding: 0 !important;
    margin: 0 !important;
  }

  .bmj{
      margin-right: 6px;
      height: 33px;
      background: url(../images/bmj.svg);
      width: 56px;
      background-size: contain;
      background-repeat: no-repeat;

  }

  @media only screen and (max-width: 768px) {
      .bmj{
        background: url(../images/bmj-blue.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
      }
  }

  .search-item-container{
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
  }

  .search-item-container:hover{
    background-color: #e1e1e1;
  }

  .search-item-container > a{
    color:  black;
    list-style: none;
  }

  .search-input .autocom-box{
    opacity: 0;
    max-height: 280px;
    overflow-y: auto;
  }

  .search-input.active .autocom-box{
    opacity: 1;
  }

  .mobile-search-input .autocom-box{
    opacity: 0;
    max-height: 280px;
    overflow-y: auto;
  }

  .mobile-search-input.active .autocom-box{
    opacity: 1;
  }

  /* START BLOG */
.blog_post_image{
    height: 200px;
    width: 100%;
    object-fit: cover;
  }



.main-footer > footer ul li {
    color: #fff;
    list-style: circle;
    width: 50%;
    float: left;
}
.social a {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin: 0 6px;
}
.facebook {
    background: url("../../css/images/facebook.svg") center center no-repeat;
}
.twitter {
    background: url("../../css/images/twitter.svg") center center no-repeat;
}
.linkedin {
    background: url("../../css/images/linkedin.svg") center center no-repeat;
}
.instagram {
    background: url("../../css/images/instagram.svg") center center no-repeat;
}
.youtube {
    background: url("../../css/images/youtube.svg") center center no-repeat;
}
.paymentmethods {
    background-color: white;
    margin-bottom: 20px;
    align-items: center;
    width: 50%;
}
.copywrite {
    padding: 20px;
    border-top: 1px solid #454545;
    text-align: center;
    margin-top: 50px;
}
.paymentmethods > img {
    width: 70px;
    margin-right: 32px;
}
.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.social {
    padding: 10px 0;
}
.social a i {
    width: 17px;
    height: 17px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}


.plans {
    background: url("../images/plan-bg.svg") no-repeat center center;
    background-size: cover;
    padding: 90px 0;
}

.plan-content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.plan-content p {
    color: #fff;
}
.plan-card {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    position: relative;
    width: 295px;
    margin: 0 auto;
}
.recommend {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    width: 145px;
    margin: 0 auto;
    background: #06ae00;
    padding: 5px 0;
    border-radius: 15px 15px 0 0;
    color: #fff;
    display: block;
}
.plan-card h3 {
    color: #fff;
    background: #000;
    padding: 20px 0;
    border-radius: 15px 15px 0 0;
    font-size: 25px;
    font-weight: 200;
    text-transform: uppercase;
}
.plan-card .solid_btn:hover {
    background-color: #000;
    color: #fff;
}
.card-footer {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}

.price p {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    display: inline;
}
.price span {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
    display: inline;
}

.discount .price p {
    color: #9b9b9b;
    font-size: 13px;
    /* text-decoration: line-through; */
}

.discount .price span {
    color: #9b9b9b;
    font-size: 9px;
    margin-left: 0;
}

.discount {
    color: #9b9b9b;
    font-size: 14px;
    /*text-align: left;*/
    font-weight: 800;
}

.faq {
    padding: 90px 0;
}

.faq h2 {
    text-align: center;
    color: #1f8fbb;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.faq p {
    text-align: center;
    color: #202020;
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
}

.accordion {
    margin: 50px 0;
}

.accordion .card {
    margin-bottom: 10px;
    border: 0;
}

.accordion .card .card-header {
    border: 0;
    border-radius: 15px;
    padding: 0;
    margin: 0;
}

.accordion .card .card-header .btn-header-link {
    text-align: left;
    background: #fff;
    color: #202020;
    font-size: 18px;
    font-weight: 800;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion .card .card-header .btn-header-link:after {
    content: "";
    float: right;
    background: url('../images/arrow-up.svg') center center no-repeat;
    width: 16px;
    height: 9px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.accordion .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #202020;
}

.accordion .card .card-header .btn-header-link.collapsed:after {
    content: "";
    background: url('../images/arrow-up.svg') center center no-repeat;
    width: 16px;
    height: 9px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}

.accordion .card .collapsing {
    background: #fff;
    line-height: 30px;
}

.accordion .card .collapse {
    border: 0;
}

.accordion .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}
.payment-method-card-modal {
    height: 150px;
    margin: 5px;
    margin-left: 46px;
}
.coupons{
    border-radius: 60px !important;
    border: 1px solid #1f8fbb;
    background-size: 25px !important;
    padding-left: 45px;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.light {
    text-align: center;
}
.img-video{
    max-width: 60%;
}


@media (max-width: 640px) {
    .pricing .pricing-header {
        padding: 4px 0;
    }
    .img-video{
        max-width: 80%;
    }
    .img-faq{
        display:none;
    }
    .paymentmethods{
        display:none;
    }

}

@media only screen and (max-width: 767px){
    .navbar-custom ul li a, .navbar-custom.nav-light ul li a {
        color: #244092 !important;
        font-size: .775em;
        font-family: 'open sans';
        font-weight: 600;
    }

}

.pricing .pricing-footer {
    padding: 5px 0;
}

.main-footer {
    background-color: #303030;
}
footer span {
    color: #fff;
}
footer .footer-title {
    color: #fff;
}
footer a {
    color: #fff;
}

.footer-title span {
    font-weight: 700;
    font-size: 45px;
}
.main-footer > footer ul {
    padding: 20px 0;
    margin-left: 20px;
}
.wrapper {
    max-width: 1340px;
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.main-footer > footer p {
    color: #fff;
}

/* START LOADER */
.flexCenter{display: flex; justify-content: center; align-items: center; width: 100%}
.loading{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 999999;
}
.loader-logo{
    width: 250px;
    margin: 0 auto;
}
.loader-logo img{    width: 275px;
    display: block;
    margin: 0 auto;}
.loader {
    color: #244092;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}
@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* END LOADER */

.headerlogonavcontainer{
    display: inline-flex;
}

.headersearchcontainer{
    display: inline-flex;
}

.hide-desktop{
    display: none !important;
}
  
  /* END BLOG */