@import url('https://fonts.googleapis.com/css2?family=Arimo&family=Dancing+Script&display=swap');




@font-face {
    font-family: 'thieme_argo_2011light';
    src: url('thieme-argo-2011-light-webfont.woff2') format('woff2'),
         url('thieme-argo-2011-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.bluetbn{
    background-color: #093073 !important;
    border-color:#093073 !important; ;
}


.newsletetrerror{
    text-align: center;
    color: Red;
}

@font-face {
    font-family: 'thieme_argo_2011medium';
    src: url('thieme-argo-2011-medium-webfont.woff2') format('woff2'),
         url('thieme-argo-2011-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.mrpprice{
    text-decoration: line-through !important;
    color: #686868 !important;
    padding-right: 20px !important;
    font-size: 14px;
    display: block;
}
.discount{
    color: #c40202 !important;
    padding-right: 20px !important;
    font-size: 20px;
}
a{
    cursor: pointer;
}
*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
    color: #000;
}
p a{color: #093073;}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    padding: 0;
    margin: 0;
}
strong {
    font-weight: 800;
}
.container{
max-width:1180px;}
li {
    list-style-type: none;
}
body{
background-color:#f9f9fa;
font-family: 'Arimo', sans-serif;
overflow-x: hidden;
}
.commanspace {
    padding: 30px 0px;margin-bottom: 20px;
}
.banner-container{
padding:0 !important;}


/* ------header----------- */
header {
    position: relative;
    z-index: 10;
/*margin-bottom:20px;*/
background-color:#fff;
}
.alert .close{
    border: none;
    outline: none;
    float: right;
  background: none;
}
header .top-header {
    background-color: #013476;
    padding: 0px 0 2px 0px;
    min-height: 26px;
}

.topbar-ul{
    display: inline-flex;
    align-items: center;
}
.header-list{display: flex;justify-content: end;}
.header-list .dropdown .dropdown-toggle{padding: 0px 5px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;}
.header-list .dropdown .dropdown-toggle:after{display: none;}
.header-list .dropdown .dropdown-menu li a{font-size: 13px;}
.header-list .dropdown .dropdown-menu li a:hover{color: #fff;background-color: #a3d8f8;}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.secondbar{display: flex;justify-content: space-between;width: 100%;}
.navbar-brand{margin-right: 15%;}
.top-header .dropdown-menu{border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(1,19,43,.16);}

.shadow-sub-header .navbar{padding: 0;}
.shadow-sub-header .navbar .navbar-nav .dropdown-menu{min-width: 1200px;border: 0;
    border-radius: 0;
    margin-top: 0;padding: 20px 25px;position: absolute;left: -12px;box-shadow: 0 43px 43px -6px rgba(0,0,0,.2);}
.shadow-sub-header .navbar .navbar-nav .dropdown-menu .dropdown-item{color: #013476;}
.shadow-sub-header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover{background-color: transparent;text-decoration: underline;}
.shadow-sub-header .navbar .navbar-nav .dropdown-menu .dropdown-item i{color: #a3d8f6 !important;
    padding-right: 10px;}
.shadow-sub-header .navbar .navbar-nav .dropdown-menu ul li{float: left;width: 33.33%;}
.shadow-sub-header .navbar .navbar-nav .dropdown-menu ul{padding-top: 15px;}
.dropdownhead{color: #013476;font-weight: 509;font-family: 'thieme_argo_2011medium';}
.dropdownhead i{color: #000;}
.dropdownhead:hover{color: #000;}
.shadow-sub-header .navbar .navbar-collapse{position: relative;}


.myorderss .myorder{ padding:30px 10px 20px 10px; background-color:#fff;}
.myorderss .myorder + .myorder{ border-top:1px #000 solid;}
.myorderss .myorder h5{ color: #251131; font-size:18px; line-height:25px;}
.myorderss .myorder h6{ color: #251131;}
.myorderss .myorder .deliverytext{ line-height:31px;}
.myorderss .myorder .loginbutton{ padding:0; width:180px;}



 .timeline-container::before,
.list-updates::before,
.list-updates .update::before {
  content: "";
}
.timeline-container::before,
.list-updates::before,
.list-updates .update::before,
.all-updates {
  position: absolute;
}
.timeline-container,
.list-updates .update,
.list-updates {
  position: relative;
}
 
.timeline-container {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 2rem 2rem 7rem 3rem;
  border-radius: 5px; 
  margin: 1rem; 
}
.timeline-container::before {
  width: 120%;
  height: 13rem;
  background-image: linear-gradient(
    -35deg,
    #3333fe,
    #3333fe 50%,
    #4fb3fa 50%,
    #4fb3fa
  );
  border-radius: 15px;
  z-index: -1;
  left: -10%;
  top: -4rem;
}
.head {
  margin-bottom: 3rem;
  color: #555;
}
.head .title {
  font-size: 1.5rem;
}
.head .details {
  font-weight: 300;
  font-size: 0.85rem;
}

.list-updates {padding-left: 0px;
  list-style: none;
}
.list-updates::before {
  height: 100%;
  width: 2px;
  background-color: #2ca513;
  left: -1rem;
  top: 0rem;
}
.list-updates .update {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 0.6rem;
  box-shadow: 0 3px 15px -5px rgba(0, 0, 0, 0.15);
}
.list-updates .update::before {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #d1d6e6;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-1rem - 5px);
}

.update .time {
  font-weight: 700;
  font-size: 1.2rem;font-family: 'Roboto', sans-serif;
}
.update p {
  font-size: 1rem;
  margin-top: 0.3rem;font-family: 'Roboto', sans-serif;
}

.all-updates {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 2rem 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 -2px 12px -5px rgba(0, 0, 0, 0.1);
}
.all-updates .all {
  cursor: pointer;
  border: 1px solid #4fb3fa;
  background-color: transparent;
  padding: 0.7rem 2rem;
  font-size: 0.7rem;
  border-radius: 5px;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  width: 75%;
  transition: all 0.2s linear;
}
.all-updates .all:hover {
  color: #fff;
  background: #4fb3fa;
}

.sitemap li{
    list-style-type: none !important;
    margin: 20px 10px;
      font-size: 20px;
      font-weight: bold;
}
.sitemap ul li ul{
    list-style-type: disc !important;
}
.sitemap ul li ul>li{
    margin-left: 20px;
    list-style-type: disc !important;
    display: inline-block;
    background-color: #f7f7f7;
    padding: 5px 10px;
    border: solid 1px #a3d8f8;
    margin: 5px;
      font-size: 13px;
      font-weight: normal;
}


@media(max-width: 420px){
    .topbar-ul{display: none;}
    .sellers-item .seller_title{
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .sellers-item{
        min-height: 350px !important;
        padding-bottom: 20px !important;
    }
    .resources{
        padding: 0 !important;
        margin-bottom: 20px !important;
    }
    .main-resources{
        margin: 0 7px;
        min-height: 205px;
    }
    .breadcrumb ul li a {
        font-size: 12px;
    }
    .main-detail-img{
        margin: 0 auto 20px;

    }
    .product-subtitle-detail{line-height: 23px !important;}
    .product-price-detail{
        border: none !important;
        padding: 0 15px !important;
    }
    .detail-content {
        padding: 0px 0 !important;
    }
    .detail-cart-btn{
        padding-bottom: 8px;
    }
    .stockcheck{
        text-align: center;
        margin-bottom: 10px;
    }
    .sellers-item.selleritem_fullwidth{display: block !important;}
    .sellers-item.selleritem_fullwidth .seller_title {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .sellers-item.selleritem_fullwidth .seller_author{margin-bottom: 0 !important;}
    .coupancode #couponarea input{margin-bottom: 22px !important;}
    .whitebg .splcontent{padding-top: 15px;}
    .product-name{font-size: 15px !important;}
    .book-detail-table table{max-width: 100% !important;}
    .book-detail-table td{padding-left: 20px !important;}
}
@media(max-width: 786px){
    .header-form-logo form .categories-search-btn{display: none !important;}
}

@media(max-width: 360px){

}

header .header-list .topbar-ul li a {
    padding: 0px 5px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

header .header-list ul .before-line::before {
    content: '|';
    color: #fff;
}

.top-color-mobile {
    display: none;
    background-color: #013476;
    padding: 5px;
}


.sub-header {
    background-color: #fff;

}



.header-form-logo {
    background-color: #a3d8f8;
    position: relative;
    z-index: 2;
    /*padding: 6px 0px;*/
}

.sub-header .navbar {
    padding-left: 30px;

}

.shadow-sub-header {

    /* margin-left: 20px;
    margin-right: 20px;*/ 
    
    position: relative;
  

}


.cartsearch {
    text-align: right;
}

.header-form-logo .navbar {
    width: 100%;
    padding: 3px 0px;
}

.header-form-logo img {
    max-width: 118px;

}



.header-form-logo .search-box {
    position: relative;
    width: 100%;
margin:2px 0px

}
.form-control{
    appearance: button !important;
}
.form-control:focus {
    
    border-color: transparent;
    outline: 0;
    box-shadow: none;}
.header-form-logo form {
    width: 100%;
}
.nav-link{color: #000 !important;padding: 14px 20px !important;}
.nav-link:hover{
    color: #01132b !important;
    font-weight: normal;
    border-bottom: 2px solid #a3d8f6 !important;
}
.nav-link.show{
    color: #01132b !important;
    font-weight: normal;
    border-bottom: 2px solid #a3d8f6 !important;
}
.navbar-nav .nav-item:first-child .nav-link{
    color: #01132b !important;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
}
.navbar-nav .nav-item .nav-link:hover{color: #013476 !important;}
.header-form-logo form input {
    padding: 6px 10px 6px 45px;
    background-color: #fff;
    border: 0;
    border-radius: 50px;
    width: 100%;
font-size:13px;
    /* min-width: 320px; */
}

.header-form-logo form input::placeholder{font-size: 13px;color: #d5d0d0;}
.header-form-logo form .categories-search-btn{
    width: fit-content;
    position: absolute !important;
    right: 3px !important;
    top: 2px;
    padding: 2px 20px;
    border: 0;
    color: #fff;
    background-color: #093073 !important;
    border-radius: 50px;
    display: block;
}
.header-form-logo form input:active .search-top-btn {
    display: block;
}



.header-form-logo form .categories-search{

    position: absolute;
    left: 6px;
    top: -1px;
    padding: 3px 8px;
    border: 0;
    color: #000000;
}






.cart {
    color: black;
    text-decoration: none;
    font-size: 16px;
    display: block;
    font-family: Thieme_Argo_2011-Light;
    padding-left: 20px;
}

.top-main-btn {
    display: flex;
}

.top-main-btn a {
    padding: 10px 20px;
    text-decoration: none;
    background-color: #fff;
}

.top-main-btn-1 {
    background: #2d578d url(../assets/image/buttonbg_2.jpg) repeat-x top;
    color: #013476;
    font-weight: 700;
    border: 1px #def0fb solid;
    display: block;
}

/* third header---------- */


.navbar-btn .dropdown-toggle::after {
    display: none;
}

.navbar-btn .navbar-nav li {
    position: static;
}


.navbar-btn .all-icons ul {
    display: flex;
    padding-right: 16px;

}

/*.navbar-btn {
    position: static;
    padding-top: 7px;
    padding-bottom: 7px;
}*/

.navbar-btn .all-icons ul li {
    padding: 0px 0px 0px 26px;
    list-style-type: none;
}

.navbar-btn .all-icons ul li a {
    text-decoration: none;
    color: #333;
padding:10px 0px;
}

.navbar-btn .all-icons ul li a .fa {
    font-size: 15px;
font-weight: bold;
}

.btn-physician:hover .physician-mega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    visibility: visible;
    border-radius: 0;
}

.btn-student:hover .student-mega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    visibility: visible;
}

.btn-chemistry:hover .chemistry-mega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    visibility: visible;
}

.btn-chemistry a,
.btn-student a,
.btn-physician a {
    padding-right: 36px !important;
}

.physician-mega,
.student-mega,
.chemistry-mega {
    padding: 30px;
    font-size: 14px;
    display: none;
    width: 100%;
    background-color: #fff;

}

.physician-heading {
    float: left;
    width: 100% !important;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #093073;
}

.physician-heading .fa {
    font-size: 16px;
    padding-left: 6px;
    color: #093073 !important;
}

.physician-mega li,
.student-mega li,
.chemistry-mega li {
    width: 33%;
    float: left;
    padding-bottom: 10px;

}

.physician-mega li .fa,
.student-mega li .fa,
.chemistry-mega li .fa {
    padding-right: 6px;
    color: #5b88d6;
}

.physician-mega li a:hover,
.student-mega li a:hover,
.chemistry-mega li a:hover {
    border-bottom: 1px solid #093073;
padding-right: 0px !important;
}

.physician-mega li a {
    color: #093073;
}

.physician-mega li a:hover {
    color: #093073;

}

.navbar-btn .tab-pane {
    border: 1px solid #999;
    padding: 20px 30px 20px 40px;
    display: block;
}

.navbar-btn .tab-pane h5::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #2d578d;
    display: block;
    margin-top: 6px;
}

.navbar-btn .tab-pane h5 {
    font-size: 16px;
    padding-bottom: 12px;

}


.navbar-btn .tab-pane ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #666;
}

.navbar-btn .categories-row {
    padding-top: 24px;
}

/* ----------banner------------ */
.main-banner {
    position: relative;
    padding: 20px 0 0;

}
.main-banner .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 46%;
    transform: translatey(-50%);
    font-size: 70px;
    font-weight:200;
color:#093073;
}

.main-banner .owl-theme .owl-nav .owl-prev:hover,
.main-banner .owl-theme .owl-nav .owl-next:hover {
    background-color: transparent !important;
    color: #666;

}

.main-banner .owl-theme .owl-nav .owl-prev:active,
.main-banner .owl-theme .owl-nav .owl-next:active {
    color: #666 !important;
}

.main-banner .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 46%;
    transform: translatey(-50%);
     font-size: 70px;
    font-weight:200;
color:#093073;
}

.main-banner .owl-theme .owl-dots .owl-dot.active span,
.main-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #093073;
}

.main-banner .owl-theme .owl-dots .owl-dot span {
    width: 40px !important;
    height: 2px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    border-radius: 30px;



}

.main-banner .owl-theme .owl-dots {
    position: absolute !important;
    bottom: 6px !important;
    left: 50%;
    transform: translateX(-50%);
}



/* -----------btn-box---------- */
.btn-main-box {
    background-color: #f0f0f0;

    border-bottom: 1px solid #fff;
    position: relative;
    /* z-index: 10; */
}

.btn-main-box ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-main-box ul li {
    width: 12%;
    border-right: 1px solid #fff;
    height: fit-content;
    float: left;
}

.btn-main-box ul li a {
    text-decoration: none;
    color: #fff;
    padding: 15px 8px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 100%;

}



.btn-main-box ul .long-btn {
    width: 30% !important;
}

.btn-main-box ul li .bg1 {
    background-color: #cf1446;
}

.btn-main-box ul li .bg2 {
    background-color: #b5ce14;
}

.btn-main-box ul li .bg3 {
    background-color: #149db4;
}

.btn-main-box ul li .bg4 {
    background-color: #625b99;
}

.btn-main-box ul li .bg5 {
    background-color: #dc4a38;
}

.btn-main-box ul li .bg6 {
    background-color: #ffd633;

    padding: 15px 2px;
}

/* ------book-detail---- */
/* releases section---------- */
.releases {
    position: relative;
    padding-bottom: 30px;
    padding-top: 10px;
}

.release-btn {
    display: flex;
    justify-content: space-between;
}

.release-btn li {
    flex-basis: 30%;
}

.release-btn li button {
    background-color: transparent;
    padding: 0px;
    margin-bottom: 24px;
width:100%;
}

.release-btn li button img {
    border: 1px solid #f5f5f5;
width:100%;
}
.release-btn li button{ border:1px #eeecec  solid;}
.book-details {

    position: relative;
    z-index: 11;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.underline-head {
    margin-bottom: 40px;font-family: 'thieme_argo_2011medium';
}
.underline-head h2{
    font-size: 16px;
    line-height: 21px;
    font-weight: 509;
}


/* .underline-head::after {
    display: block;
    content: "";
    width: 100px;
    margin: 5px auto 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #cdcdcd;
} */

/* .underline-head h2:after {
    display: block;
    content: "";
    width: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #cdcdcd;
} */

.book-details a {
    text-decoration: none;
    color: #000;
}

.book-description {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 26px 6px;
}
#description p{
  margin: 7px 0px 0px 0px;
}
#description ul{
    padding: 10px 0px !important;
}
#description ul li{
    list-style-type: disc;
  margin: 7px 0px 0px 20px;
}
 .detail-img img{
    border: 1px solid #f5f5f5;
} 

.detail-text-book p b {
    font-size: 14px;
    color: #cf1446;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.book-description .detail-text {
    border-top: 1px solid #666;
    padding: 12px 0px;
    margin: 10px 0px;
}

.book-description .detail-text p span {
    font-size: 15px;
    font-weight: 500;
    color: #484848;
}

.book-description .detail-text p {
    margin-bottom: 5px;
}

.book-description table tr td {
    padding: 8px 10px;
    color: #a3a3a3;
    font-size: 13px;
    font-weight: 700;
}

.news-price {
    color: #093073;
    padding-left: 20px;
    display: block;
}

.all-books {
    border: 1px solid #666;
    margin-bottom: 20px;
}


.blue-color {
    color: #093073;
}

/* best-sellers------------ */
.bestsellers {
    position: relative;margin-bottom: 20px;
}

.bestsellers .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
    top: 46%;
    transform: translatey(-50%);
    font-size: 44px;
color:#D6D6D6;
}

.bestsellers .owl-theme .owl-nav .owl-prev:hover,
.bestsellers .owl-theme .owl-nav .owl-next:hover {
    background-color: transparent !important;
    color: #666;

}

.bestsellers .owl-theme .owl-nav .owl-prev:active,
.bestsellers .owl-theme .owl-nav .owl-next:active {
    color: #666 !important;
}

.bestsellers .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -40px;
    top: 46%;
    transform: translatey(-50%);
    font-size: 44px;
color:#D6D6D6;
}

.sellers-item {
    padding: 30px 20px 0px 20px;
    border: 1px solid #efe9e9;
    position: relative;
    background-color: #fff;font-family: 'thieme_argo_2011medium';
    min-height: 500px;
}

.sellers-item:hover {
    border-color: #666;
    transition: 0.5s;
}

.sellers-item .seller_title {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #013476;
    margin-bottom: 0px;font-family: 'thieme_argo_2011medium';
   
}
.sellers-item .seller_author{
    font-size: 13px;
    line-height: 18px;
    color: #676d73;
    overflow: hidden;}
.sellers-item .mediatype{color: #01132b;font-size: .75rem;}
.sellers-item .mediatype span{font-weight: 700;}

.sellers-item .seller_author.subject{
    color: #013476;font-weight: 500;
}

.sellers-item p {
    margin-top: 10px;
}

.sellers-img {
    padding: 0px 20px 20px 20px;
}
#editorslist .owl-nav .owl-next{
    right: -29px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.09);
    text-align: center;
    align-content: center;
    color: #093073;
    line-height: 0px;
}
#editorslist .owl-nav .owl-prev{
    left: -29px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.09);
    text-align: center;
    align-content: center;
    color: #093073;
    line-height: 0px;
}
#editorslist .owl-nav .owl-prev:hover,
#editorslist .owl-nav .owl-next:hover{
    background-color: #fff !important;
}
#editorslist .owl-nav button span{
    font-size: 35px;
    display: inline-block;
    line-height: 9px;
}
/* ---------resources--------- */
.resources {
    position: relative;
 padding:30px 50px 60px 50px
}

.main-resources {
    border: 1px solid #efe9e9;
    padding: 0px 0px 20px 0px;
    position: relative;font-family: 'thieme_argo_2011medium';

}



.main-resources:hover .p-line {
    border-bottom: 1px solid #666;
}

.resources-img {
    display: block;
    overflow: hidden;
    transition: 0.5s;
}

.main-resources:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}



.resources-btn {
    padding: 10px 10px 0px 10px;

}

.resorce-btn {
    color: #093073;
    display: block;
}

.p-line {
    display: inline-block;
    font-size: 14px;
}


/* ---------main-form--------- */
.main-form {
    display: block;

    background: #a3d8f6;
}

.main-form h2 {
    padding-bottom: 20px;
    color: #093073;
    font-family: 'thieme_argo_2011medium';
}

.main-form h2 .fa {
    margin-right: 10px;
}

.main-form p {
    color: #093073;
    padding-bottom: 30px;
}


.mytabss .nav.nav-tabs{ border:0 !important}
.mytabss .nav.nav-tabs li{ border:0 !important}
.mytabss .nav.nav-tabs li button{ background-color:transparent !important; border:0; padding:0;}




#msform {
    text-align: center;
    position: relative;
}

.progress-bar {
    margin-bottom: 0px;
    overflow: hidden;
    color: #FFF;
    display: flex;
    flex-direction: row;
}

.progress-bar li {
    list-style-type: none;
    font-size: 18px;
    width: 30%;
    float: none;
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px ;
    color: #093073;
    font-family: 'thieme_argo_2011light';
}
.progress-bar li button{ padding:0;  color: #093073 ; text-align:center !important; display:block !important; width:100% !important}
.progress-bar li.active button{  color: #000000 ;}
.progress-bar li button:before {width: 50px;    height: 50px;    line-height: 45px;    display: block;    font-size: 18px;
    color: #fff;    background-color: #093073;    border-radius: 50%;    margin: 0 auto;    padding: 2px;    z-index: 9;    position: relative;}

.progress-bar li button:before {font-family: "Font Awesome 5 Free";    font-weight: 900;    content: "\2633";}
.progress-bar li button.active:before { background-color: #fff;color: #093073;   font-family: "Font Awesome 5 Free";    font-weight: 900;    content: "\2714";}
.progress-bar li button:after {    content: '';    width: 100%;    height: 2px;    background: #093073;    position: absolute;    left: 0;    top: 25px;    z-index: 1;}
.progress-bar li button.active:after {background: #fff; }
.progress-bar li button strong{ padding:5px 0 0; display:block}



.country {
    padding-top: 30px;
}

.country .form-group {
    width: 24%;
    display: inline-block;

}

.subscribe-btn {
    text-align: center;
}

.subscribe-btn a ,.subscribe-btn button,.subscribe-btn input{
    padding: 10px 20px;
    background-color: #093073;border: 3px solid #093073;
    border-radius: 50px; display:inline-block;
    color: #fff;
}

.subscribe-btn a:hover,.subscribe-btn button:hover,.subscribe-btn input:hover {
    border: 3px solid #eee;

}
label.error{ color:#f00 !important; font-size:12px !important; font-weight:400 !important; display:block; padding:4px 0 0 !important ;}
/* ----------footer----------- */
.footer {
    padding: 50px 30px;
}

.footer-link p {

    font-size: 14px;
    margin-bottom: 7px;
    color: #333;
    line-height: 25px;
}

.footer-link h5 {
    font-size: 16px;
    color: #043d86;
    padding-bottom: 10px;
    font-weight: bold;
}

.footer-link ul li {

    padding-bottom: 2px;
}

.footer-link ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.footer-link ul li a .fa {
    padding-right: 6px;
}

.footer-link p span {
    padding-left: 15px;
    display: flex;

}

.footer-link p i {
    float: left;
    position: relative;
    top: 5px;
    color: #333;
}

.social-link {
    padding-top: 10px;
    display: flex;
}

.social-link a {
    padding: 4px;
    color: #013476;
    width: 30px;
    height: 30px;
    justify-content: center;
    margin-right: 7px;
    align-items: center;
    display: flex;
}
.social-link a:hover {
    color: #a3d8f6;
  background-color: #013476;
}

.copyright {
    /*padding: 10px 0px 0px 0px;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 0;*/

    padding: 18px 10px;
    color: #4a4949;
    font-size: 14px;
    text-align: center;
    margin: 0;
    background-color: #f2f2f2;
}

.sidenav-menu {
    display: none;
}


.dropbtn-1 {

    color: #666;
    padding: 16px;
    font-size: 15px;
    border: none;
}

.dropdown-1 {
    position: relative;
    display: inline-block;
}

.dropdown-content-1 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999999;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    top: 30px;
}

.dropdown-content-1 a {
    color: black;
    padding-top: 3px;
    text-decoration: none;
    display: block;
}

/* .dropdown-content-1 a:hover {
    background-color: #ddd;
} */

.dropdown-1:hover .dropdown-content-1 {
    display: block;
    visibility: visible;
}

.dropdown-content-1 p {

    color: #093073;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 0px;
}

.drop-login-btn {
    background: #013476;
    border: 2px solid #013476;
    border-radius: 2px;
    color: #fff !important;
    font-family: "Thieme Argo", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 22px !important;
    text-align: center;
}

.drop-box {
    padding: 10px 0px;
    border-bottom: 1px solid #dedada;
    border-top: 1px solid #dedada;
}

.drop-signin-btn {

    color: #013476 !important;
    font-family: "Thieme Argo", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 8px 22px 0px 22px !important;
    text-align: center;
}

.drop-signin-btn span {
    color: #666 !important;
}

.drop-bottom-link a {
    font-size: 14px !important;
}

.drop-bottom-link a:hover {
    color: #013476 !important;
}

#mySidenav ul {
    display: block;
    padding: 0px 10px;
}
/* -----------second-form-bottom------ */
.p-info {
    padding: 20px 0px;
}

.p-info-col {
    float: left;
    width: 31%;
    margin: 6px 10px 20px 10px;
    padding-bottom: 30px;

}

.p-info-col input {
    border-radius: 50px !important;
padding:10px 15px;font-family: 'thieme_argo_2011light';
}

.p-info-col input::placeholder {
    font-size: 15px;
}

.p-info-col select {
    border-radius: 50px !important;
    font-size: 15px;
    color: #666;
    padding: 11px 15px;
    width: 100%;
    border: 0;
}

.p-info-col option {
    font-size: 13px;
}

.p-info-col .selected {
    background-color: #dedada;
}

.white-prefere {
    color: #fff !important;
}

.white-prefere::before {
    color: #093073 !important;
    background-color: #fff !important;
}

.white-prefere::after {
    background-color: #fff !important;
}
@media(max-width:992px) {
    .all-icons {
        width: 100%;
    }
header{
margin-bottom:0px;}
    .all-icons ul {
        display: flex;
        justify-content: space-between;
        padding-right: 0px;
    }

    .search-box {
        display: block;
    }

    .header-form-logo form {
        width: 80%;
    }

    .sidenav-menu {
        display: block;
    }

    .btn-main-box ul {
        display: inline-block;
    }

    .btn-main-box ul li {
        width: 50%;
        margin-bottom: 1px;
    }

    .btn-main-box ul .long-btn {
        width: 50% !important;
    }

    .country .form-group {
        width: 32%;
    }

    .navbar-btn .all-icons ul li {
        padding: 0;
    }

    .navbar-btn .all-icons ul {
        padding-left: 16px;
    }

    .progress-bar li {
        width: 40%;
    }
 .p-info-col {
        width: 30%;
    }
    
}

@media(max-width:767px) {
    .mobiledisplaynone {
        display: none;
    }

    .top-color-mobile {
        display: block;

    }

    .header-form-logo img {
        width: 80px;
    }

    .country .form-group {
        width: 48%;
    }

    .progress-bar li {
        width: 50%;
    }
 .p-info-col {
        width: 29%;
    }
}

@media(max-width:576px) {
    .header-form-logo form {
        width: 69%;
    }

    .country .form-group {
        width: 100%;
    }

    .btn-main-box ul li {
        width: 100%;
        margin-bottom: 1px;
    }

    .btn-main-box ul .long-btn {
        width: 100% !important;
    }

    .progress-bar li {
        font-size: 14px;
    }
.p-info-col {
        width: 98%;
        margin-bottom: 0px !important;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 60px; */
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 0px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.header-form-logo form .categories-search-btn{
    width: fit-content;
    position: absolute !important;
    right: 3px !important;
    top: 2px;
    padding: 2px 20px;
    border: 0;
    color: #fff;
    background-color: #093073 !important;
    border-radius: 50px;
    display: block;
}















.breadcrumb ul{
    display: flex;
}

.breadcrumb ul li{
    padding-right: 8px;
}

.breadcrumb ul li a{
    font-size: 13px;
}

.breadcrumb ul li a:hover{
    color: #093073;
}

.breadcrumb ul li span{
    padding-left: 8px;
    font-size: 13px;
}


.comman-all{
    background: #fff;
    border: 1px solid #dae2eb;
    border-radius: 2px;
    padding: 18px 20px;
    margin-bottom: 20px; box-shadow:0 0 10px rgba(0,0,0,.1)

}

.product-comman-heading{
    color: #013476;
    font-family: 'thieme_argo_2011medium';
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-number ul{
    font-size: 16px;
    padding-left: 0px;
}

.product-number ul li a{
    font-size: 15px;
    line-height: 21px;
    color: #01132b;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    font-family: 'Arimo', sans-serif;
}

.product-number ul li{margin-bottom: 6px;}

.product-number ul li a:hover{
    color: #093073;
}

.language-col .accordion-button{
    background-color: #fff !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0px !important;
    padding: 0;
}

.language-col .select-checkbox-item{
    border-radius: 0px;
    border: 0;
    background-color: #ccc ; 
    color: #093073 !important;
    box-shadow: none !important;
    outline: none;
}
.language-col .select-checkbox-item:focus{ background-color:#093073 !important  }
.language-col .select-items{
    color: #01132b;
    font-family: "Verdana", sans-serif;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 0;
}

.language-col .accordion-body{
    background-color: #fff !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.language-col .accordion-item{
   /* border: 0 !important;*/
}

.customer-service p{
    color: #01132b;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 10px;
}

.customer-service h6{
    color: #01132b;
    font-family: "Verdana", sans-serif;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.customer-service h6 .fa{
    padding-right: 6px;
    font-size: 18px;
}

.reset-btn-group{
    width: 100%;
}

.reset-btn-group p{
    border-radius: 50px;
    padding: 2px 12px;
    border: 1px solid #ededee;

    margin: 0px 12px 10px 0px;
    font-size: .875rem;
    display: inline-block;
}

.reset-btn-group p a{
    padding: 0px 0px 0px 10px;
}

.reset-btn-group .reset-btn{
    border-radius: 50px;
    padding: 2px 12px;
    border: 1px solid #900;
    font-size: .875rem;
    float: left;
    margin: 0px 16px 10px 0px;
    color: #900;
}

.reset-btn-group .reset-btn:hover{
    color: #fff;
    background-color: #900;
    transition: 0.5s;
}



.listing-heading{
    font-size: 30px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 28px;
    color: #013476;
    font-family: 'thieme_argo_2011medium';
    width: auto;
    margin:0 0  20px 0;
}

.product-listing-heading{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ededee;
    display: flex;
    margin-bottom: 20px;
}


.product-listing-info .product-subtitle{font-weight: 200;
    color: rgb(0 22 51);
    line-height: 21px;
    font-size: 16px;font-family: 'thieme_argo_2011light';}

.proprice{display: flex;align-items: center;font-family: 'thieme_argo_2011light';}
.proprice p{padding: 0 10px;}
.proprice .price1{font-family: 'thieme_argo_2011medium';}
.listing-img{
    /*width: 140px;
    max-width: 140px;
    height: 188px;*/
    margin-bottom: 16px;
}

.listing-img img{
    max-width: 140px;
    border: 1px solid #ededee;
}

.product-listing-info{
    padding-left: 20px;
    width: 100%;font-family: 'thieme_argo_2011light';
}

.product-name{
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    color: #013476;
    margin-bottom: 8px;
   font-family: 'thieme_argo_2011medium';
}

.product-description{
    color: #676d73;
    font-size: 12px;
    font-size: 12px;
    line-height: 18px;
    line-height: 18px;
    height: auto;
    padding: 15px 0;
}

.product-description a{
    color: rgb(103, 109, 115);
    font-family: 'Arimo', sans-serif !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.product-description a:hover{
    border-bottom: 1px solid #676d73;
}

.media-popover{
    display: flex;
    align-items: center;
    position: relative;
}



.pop-container{
    border: 1px solid #eff1f4;

    font-size: 12px;
    border-radius: 4px;
    min-width: 350px;
    position: absolute;
    top: 30px;
    left: -130% !important;
    z-index: 2;
    background-color: #fff;
    /* display: none; */
}


.pop-container li{
    width: 100% !important;
}

.pop-container li a{
    padding: 6px 10px;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    border-radius: 2px;
}

.pop-container li a:hover{
    background-color: #eff1f4;
}

.dropdown:hover .dropdown-menu{
    display: block;
    margin-top: 0;
    
}

.popover-btn{
    border: 1px solid #eff1f4;
    background-color: transparent;
    padding: 2px 8px;
    position: relative;
    font-size: 12px;
}

.popover-btn .fa{
    padding-left: 8px;
}

.popover-btn:hover{
    border-color: #676d73;
}

.green-btn{
    background-color: #090 !important;
    border-radius: 2px;
    padding: 4px 6px !important;
    display: block;
    border: 0;
}

.green-btn:hover{
    background-color: #016801;
}

.green-btn span{
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.green-btn span .fa{
    display: flex;
    justify-content: center;
    font-size: 11px;
    position: relative;
    left: -1.5px;
    color: #007500;
}

/*.green-btn{
    font-size: 11px !important;
}*/

.green-btn a{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arimo', sans-serif !important;
    font-size: 13px;
}

.media-popover p{
    font-family: "Verdana", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 8px;
    color: #01132b;
}



#popover_content_wrapper{
    width: 250px;
}

.popover{
    max-width: 292px !important;
}



.popover-body a:hover{
    background-color: #eff1f4;

}

.price-container p{
    font-weight: 200;
}

.price-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.price-container a{
    background: #fff;
    border: 2px solid #013476;
    border-radius: 2px;
    color: #013476;
    font-family: 'thieme_argo_2011medium';
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 22px;
    text-align: center;
    display: flex;

}

.price-container a .fa{
    font-size: 20px;
    padding-left: 10px;
}

.price-container a:hover{
    background-color: #093073;
    color: #fff;
    transition: 0.5s;
}

.detail-page-banner{
/*    padding-top: 47px;*/
}

.detail-page-banner img{
    margin-bottom: 20px;
}

.detail-pagination{
    margin-bottom: 20px;
}

.detail-pagination .pagination{
    display: flex;
    justify-content: center;
}

.detail-pagination .page-link:focus{
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.detail-pagination .page-link{
    color: #093073;
}

.detail-pagination .page-link span{
    border-radius: 0px;
}

.detail-pagination .active{
    background-color: #093073 !important;
    color: #fff;
}



.main-detail-product{
    background: #fff;
    border: 1px solid #ededee;
    border-radius: 2px;
    margin-bottom: 0px;
    padding: 25px;
}

.main-detail-img{
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: default;
    display: block;
    height: 100%;
    width: 100%;
    max-width: 224px;


}

.main-detail-img img{
    border: 1px solid #ededee;


}

.detail-content{

    width: 100%;
}

.product-subtitle-detail{
    font-size: 18px;
    margin-top: 0px;
    line-height: 20px;
    line-height: 17px;
    font-weight: 400;font-family: 'thieme_argo_2011light';
}

.media-type{
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 8px;
    color: #01132b;
    margin-bottom: 10px;
}

.media-detail-btn .book-btn{
    padding: 6px 27px;
    background-color: #f9f9fa;
    color: #093073;
    border-radius: 2px;
    border: 1px solid #e0e1e2;
    display: inline-block;
}

.media-detail-btn .book-btn input{
    margin-right: 8px;
    box-shadow: none !important;
    outline: none;
}

.book-detail-table{
    padding: 10px 0px;
    display: flex;
}

.book-detail-table table{
    max-width: 70%;
    display: inline-block;
}

.book-detail-table th{
    padding: 0px 0px 5px 0px;
    font-size: 13px;
    margin-bottom: 5px;
    word-wrap: anywhere;
}

.book-detail-table td{
    padding: 0px 0px 5px 0px;
    font-size: 13px;
    padding-left: 40px;

}
.book-detail-table .jbtns a{
    display: block;
    background-color: #093073;
    color: #fff;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 4px 10px;
    text-align: center;
}


.readingable a{
    font-size: 13px;
    line-height: 18px;
    color: #01132b;
}

.readingable .fa{
    width: 16px;
    height: 16px;
    font-size: 16px;
}

.product-price-detail{
    border-left: 1px solid #ededee;
    margin-bottom: 28px;
    padding: 0px 38px;
}

.product-price-list{
    padding: 0px 20px 10px 0px;
}

.product-detail-price{
    color: #01132b;
    font-family: 'thieme_argo_2011medium';
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

.detail-light-price{

    font-size: 16px !important;
    color: #01132b;
    line-height: 21px !important;
    font-weight: 300;
    margin-bottom: 4px;
    font-family: 'thieme_argo_2011light';
}

.popover-btn.green-btn{color: #fff;
    font-family: 'Arimo', sans-serif !important;
    font-size: 13px;
    background-color: #090 !important;
    border-radius: 2px;
    padding: 4px 6px !important; 
    border: 0;}

.product-price-list a{
    font-size: 13px;
    color: #093073;
    line-height: 18px;
    font-weight: 400;
    border-bottom: 1px solid #093073;
}

.product-price-list a:hover{
    border: none;
}

.detail-cart-btn{
    padding: 15px 0px;
    /*! border-top: 1px solid #ededee; */
}

.detail-cart-btn a,.detail-cart-btn button{
    padding: 10px 22px;
    background-color: #093073;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #093073;
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.detail-cart-btn a .fa{
    padding-right: 10px;
}

.detail-icon-bottom a{
    text-align: center;
    padding: 4px 10px;
    color: #d5d5da;
}

.detail-icon-bottom a:hover{
    color: #093073;
    transition: 0.5s;
}

.detail-icon-bottom{
    display: flex;
    justify-content: center;
}



.product-detail-tabs .tab-content{
    padding: 40px;
    background-color: #fff;
    border-top: 1px solid #ededee;
}

.product-detail-tabs .nav-pills{
    margin-bottom: 20px;
    justify-content: center;
}

.product-detail-tabs .nav-pills button{
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #666;
    border: none;
    background: transparent;
    padding: 10px 16px !important;
}
.product-detail-tabs .nav-pills button:focus{
    border: none !important;
    outline: none;
    border-bottom: 2px solid #149db4 !important;
}
.product-detail-tabs .nav-pills button:focus-visible{
    border: none !important;
}

.product-detail-tabs .nav-pills li{
    padding: 0px 9px;
}

.reviewmodall{
    padding: 25px;
}
.reviewmodall .close span{
    position: absolute;
    top: 10px;
    font-size: 26px;
    right: 20px;
}
.reviewmodall h3{
    margin-bottom: 20px;
    color: #093073;
}
.reviewmodall .form-control{
    margin-bottom: 20px;
}
.reviewmodall .form-check{
    margin-bottom: 20px;
}
.product-detail-tabs .nav-pills .active{
    background-color: transparent;
    border-bottom: 2px solid #149db4 !important;
    color: #093073;
    border-radius: 0;
    border: 0;
}
.product-detail-tabs .nav-pills .active::focus-visible{
    border: 0;
     border-bottom: 2px solid #149db4 !important;
}
.product-detail-tabs .nav-pills .active::focus{
    border: 0;
     border-bottom: 2px solid #149db4 !important;
}

.detail-faq .faq-full{
    color: #013476;
    font-family: "Thieme Argo", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 16px;
    padding: 0;
}

.detail-ebook{
    padding-bottom: 20px;
}

.detail-ebook h4{
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #013476;
}

.detail-ebook ul{
    padding-left: 44px;
}

.detail-ebook ul li{
    list-style-type: disc;
}

.detail-ebook ul li a{
    color: #093073;
}

.detail-ebook ul li a:hover{
    border-bottom: 1px solid #000000;
    color: #000000;
}

.que-ans p{
    padding-bottom: 20px;
}


.boxshadow{box-shadow: 0 0 10px rgba(1,19,43,.16);}
.hide{display: none;transition-duration: 2s;}
.sticky{position: fixed;
    top: 0;
    z-index: 99;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    box-shadow: 0 0 10px rgba(1,19,43,.16);
    -webkit-animation: smoothScroll .5s forwards;
    animation: smoothScroll .5s forwards;}


@keyframes smoothScroll{
  0% {
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    }
    100% {
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
   


header.sticky .shadow-sub-header.boxshadow{box-shadow: none !important;}




/* ------------sidenav----------- */
.mobile-nav {
    padding: 12px 10px;
}

.mobile-nav .fa {
    font-size: 16px;
    color: #093073;
}

.mobile-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it doesn't close */
}

.mobile-nav .dropdown-toggle::after {
    display: none;
}

.mobile-nav .all-icons {
    padding: 0% 11%;
}

.mobile-nav .dropbtn-1 {
    padding: 0;
}

.mobile-nav .all-icons ul li a {
    /* padding: 14px 40px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #01132b;
    padding: 0;
    margin-left: 0;
}



.mobile-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 11;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0px;
    left: -50%;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.7s;

    text-align: center;

}



.sidenav a {
    padding: 8px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #01132b;
    display: block;
    transition: 0.6s;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
}

.sidenav .side-link {
    border-bottom: 1px solid #e7e1e1;
    text-align: left;
}

.sidenav .side-link .close-font {
    font-size: 20px;
    font-weight: 700;
}

.sidenav .side-link .fa {
    margin-right: 15px;
    font-weight: 700;
}

.sidenav-btn {
    padding: 10px 40px;
    background: #444;
    color: #fff;
    justify-content: center;
}

.sidenav a:hover {
    color: #093073;
}

.sidenav-heading {
    font-weight: 500 !important;
    color: #093073;
}


.close-side-menu {
    background-color: #093073;
    color: #fff !important;
    width: 0;
    position: sticky;
    z-index: 12;
    top: 0px;
    left: 0px;
    overflow-x: hidden;
    transition: 0.7s;
    font-family: "Thieme Argo", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;

}


.sidenav .closebtn-1 {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 16px;
    margin-left: 50px;
    padding: 10px 30px;
    width: 100%;
}

.reviewbox h3, .reviewbox {font-family: 'thieme_argo_2011medium';}
.reviewbox h3{margin-bottom: 20px;}
.web_btn{    padding: 10px 22px;
    background-color: #093073;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #093073;
    
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;}
.web_btn:hover{color: #fff;}
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}



.totalbundlevalue{
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    color: #013476;
    margin-bottom: 8px;
    font-family: 'thieme_argo_2011medium';
}
.totalbundlevalue span{
    margin-right: 5px;
    font-size: 15px;
    color: #5f5f5f;
}

.loginsection{ border:1px #ededee solid; padding:25px;}
.loginsection, .loginsection p{ font-size:14px; color:#01132b; line-height:21px; }
.loginsection h2{border-bottom: 1px solid #ededee;    color: #013476;   font-family: 'thieme_argo_2011medium';
    font-size: 16px;    line-height: 21px;    font-weight: 500;    margin-bottom: 12px;    padding: 0 0 12px;}
.loginsection .loginformss{ margin-bottom:20px;}
.loginsection .loginformss label{ width:100%; padding:0 0 4px 0;color:#01132b;    font-family: "Verdana",sans-serif;
    font-size: 12px;    line-height: 15px;    font-weight: 400;   }
    .loginsection .loginformss label span{ color:#f00;}
.loginsection .loginformss > input{box-shadow: 0 4px 8px rgba(224,225,226,.4);    border: 1px solid #e0e1e2;border-radius: 2px; width:100%;color: #01132b;       font-size: 14px;    line-height: 17px;    font-weight: 400;    height: auto;    padding: 12px;}
.loginsection .loginformss > select{box-shadow: 0 4px 8px rgba(224,225,226,.4);    border: 1px solid #e0e1e2;border-radius: 2px; width:100%;color: #01132b;       font-size: 14px;    line-height: 17px;    font-weight: 400;    height: auto;    padding: 12px;}
.loginsection .submittbutt{background: #013476;    border: 2px solid #013476;  border-radius: 2px; font-family: 'thieme_argo_2011medium';    color: #fff;      font-size: 16px;    line-height: 20px;    font-weight: 500;    padding: 10px 22px;    text-align: center;    -webkit-transition: background .3s ease,color .3s ease;    transition: background .3s ease,color .3s ease; margin-bottom:20px;}

.aboutscontent,.aboutscontent p,.aboutscontent h6{ font-size:14px; line-height:22px;  }
.aboutscontent p{ margin-bottom:15px;}
.aboutscontent ul{ margin-left:13px;}
.aboutscontent ul li{ list-style: disc; margin-bottom:7px;}
.aboutscontent h2, .aboutscontent h3{ font-size:18px; line-height:28px; margin:5px 0 15px 0; color:#000;}
.aboutscontent h4, .aboutscontent h5{ font-size:16px; line-height:24px; margin:5px 0 10px 0;color:#000;}
.aboutscontent a{color: #013476;}

.homefaqscat .gaqcatinner {   padding: 20px 0;    margin: 0;}
.homefaqscat .gaqcatinner, .homefaqscat .gaqcatinner p{ font-size:14px; line-height:22px;  }
.homefaqscat .gaqcatinner p{ margin-bottom:10px;}
.homefaqscat .gaqcatinner h2 {    margin: 0 0 10px 0;    padding: 0;    font-size: 19px;    color: #013476;font-family: 'thieme_argo_2011medium';}
.homefaqscat .gaqcatinner{ background-color:#f2f2f2; padding:25px; margin-bottom:20px;}

.aboutsstextss > *{ font-size:14px; line-height:22px; font-family: 'Arimo', sans-serif;}

.address{ position:relative; padding:0 0 0 20px;}
.address i{ position:absolute !important; left:0; top:6px !important;}
.filterbtn{display: none;}

@media(max-width: 992px){
    .main-banner {padding: 0px !important;}
    .main-banner .owl-theme .owl-dots .owl-dot span{width: 25px !important;}
    .commanspace {
    padding: 42px 0px;}
    .book-description{margin-bottom: 25px;}
    .releases-col .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent !important;}
    .detail-page-banner {text-align: center;}
    .detail-content {padding: 20px 0;}
    .book-detail-table{
        display: block;
    }
    .book-detail-table .jbtns a {
        font-size: 14px;
        padding: 8px 10px;
    }
    .boxinfo {
        padding: 10px 7px !important;
    }
}

@media(max-width: 768px){
    .breadcrumb{padding: 10px 0 0 0;}
    .detail{display: none;}
    .mainhead .listing-heading{font-size: 20px !important;margin: 0 0 11px 0 !important;}
    .mainhead h5{font-size: 16px !important;}
    .head-h3 h3{font-size: 16px;}
    .edit-cnt p{font-size: 14px;}
    .usplist ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .usplist ul li {
        width: 33.33% !important;
        margin-bottom: 20px;
    }
    .usplist ul li p{
        font-size: 15px !important;
    }
    .coninfo{margin-bottom: 60px;}
    .boxinfo{margin-bottom: 15px;}
    /*.plusicon{display: none;}*/
    .dimg{margin-bottom: 20px !important;}
    .sellers-item.selleritem_fullwidth .seller_title {
        font-size: 19px !important;
        line-height: 25px !important;
    }
    .imgtextsec .imgdiv{order: 1 !important;padding-top: 20px;}
    .banner-text h1 {
        font-size: 39px;
        line-height: 49px;
    }
    .banner-text p {font-size: 19px;}
    .banner-text a {font-size: 12px;}
    .rowhead h2 {font-size: 23px;}
    
}
@media(max-width: 576px){
     .main-banner .owl-theme .owl-dots .owl-dot span{width: 19px !important;}
     .commanspace {
    padding: 35px 0px;}
    .releases{padding-bottom: 0 !important;padding-top: 15px !important;}
    .listing-img img {
    max-width: 69px !important;}
    .product-detail-tabs .nav-pills li {padding: 0px 0px !important;}
    .usplist ul li {
        width: 50% !important;
    }
    .sellers-item.selleritem_fullwidth .seller_title {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .product_bundle .productblock{margin-bottom: 15px;}
    .product_bundle .productblock .plusicon{display: none;}
    .whyaffiliate{min-height: 276px !important;}
    
    .bundleplus.detail-cart-btn {
        width: 100% !important;
    }
    .bundleplus {
        width: 43% !important;
    }
    

}




.mainaccountsec{ background-color:#f9f9fa; padding:30px 0;}
.commanspacee{ background-color:#fff; padding:20px; box-shadow:0 0 10px rgba(0,0,0,.1); /*! border-radius:10px; */ position:relative}
.commanspacee h2{ position:relative;font-size: 20px; padding:0;    font-weight: bold;color: #093073; margin:0 0 15px 0;}
.commanspacee h2:after{ position:absolute; left:-12px; top:0; bottom:0; width:3px; content:""; background-color:#093073;} 
.sidebuttonss{ padding-right:100px;}
.sidebuttonss a{ position:absolute; right:0; top:0; }

.acc-btn{border-radius:5px;display:inline-block;  padding:5px 10px;font-size:15px;text-transform:uppercase; border:0; }
.acc-btn.acc-btn-1{ background-color:#013476; color:#fff; }
.acc-btn.acc-btn-2{ background-color:#f00; color:#fff; }
.acc-btn.acc-btn-3{ background-color:#a3d8f8; color:#000; }


.leftinner{ height:100%; box-shadow:0 0 10px rgba(0,0,0,.1); /*! border-radius:10px; */background-color:#fff;}

.usersec{ padding:15px;/*! border-radius:10px 10px 0 0; */ color:#666; border-bottom:1px #eee solid;}
.usersec .usernameorimg{ width:40px; height:40px; line-height:40px; background-color:#013476; color:#fff; margin:0  auto 10px auto; text-align:center;border-radius:50%;}
.usersec h6{ font-weight:bold;color:#013476;}

.useracountss li+li{ border-top:1px #eee solid;}
.useracountss li a{ display:block; padding:13px 14px 13px 50px; position:relative; font-size:14px;}
.useracountss li a:hover,.useracountss li a.activee{ background-color:#013476 !important; color:#fff !important;}

.useracountss li a i{ position:absolute; left:15px; top:14px;}
.accadreess{ padding:15px 0; margin-right:15px; position:relative;border-bottom:1px #eee solid}
.accadreess:last-child{ border-top:0 !important}
.accadreess h6{ color:#000; font-weight:bold;}
.accadreess .btn-grp{ position:absolute; right:0; top:10px;}
.accadreess .btn-grp a{ font-size:12px; padding:3px 8px;}
.bluebfieldd label{ color:#000; font-weight:bold; font-size:13px; padding:0 0 5px 0; margin:0; display:block;}
.bluebfieldd .bfld{ background-color:#fff; padding:10px; width:100%; border-radius:10px; border:2px #eee solid;}







.innbanner h2{
    text-align: center;
    padding: 50px 0;
    color: #013476;
    font-weight: 600;
}
.breadcrumb{
        margin-bottom: 0;
    padding: 7px 0;
        background: none;
}
.breadcrumb .breadcrumb-item{
    font-size: 14px;color: #013476;
}
.contact-area{background-color: #fff;padding: 20px 15px;}
.contact-address-wrapper{padding: 15px 0;}
.smalltitle{
    font-size: 15px;color: #013476;font-weight: 600;
    margin-bottom: 11px;
}
.contact-address-wrapper p{font-size: 13px;margin-bottom: 15px;}
.contact-address-wrapper ul{margin-bottom: 15px;}
.contact-address-wrapper ul li{font-size: 13px;}
.conpagehead{
    font-size: 16px;
    background: #e6e6e6;
    padding: 6px 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 9px;
}
.contactpageinfo{margin-bottom: 15px;}
.contact-area form{padding: 30px 20px;}
.contact-area form .btn{
    background-color: #093073 !important;
    border: 0;
    border-radius: 0;
}
.contact-area form input{    font-size: 13px;
    padding: 7px 10px;}
.contact-area form .form-check input{
    padding: 0;
    font-size: inherit;
}
.contact-area form .form-check-label{
    font-size: 14px;
    margin-bottom: 9px;
}
.radiobtn{
    display: flex;
    align-items: center;
}
.radiobtn .form-check{
    margin-right: 15px;
}
.contact-area form input::placeholder {
  font-style: italic;
  font-size: 13px;
}
.contact-area form select::placeholder {
  font-style: italic;
  font-size: 13px;
}
.contact-area form textarea{    font-size: 13px;
    padding: 7px 10px;}
.contact-area form textarea::placeholder {
  font-style: italic;
  font-size: 13px;
}
.about-sidebar{border: 1px solid #e6e6e6;margin-bottom: 20px;}
.about-area{background-color: #fff;padding: 30px 0;}
.about-sidebar h2{
    font-size: 20px;
    padding: 10px 20px;
    background-color: #f6f6f6;
}
.about-sidebar ul{padding: 20px 20px;}
.about-sidebar ul li{margin-bottom: 3px;
    font-size: 14px;}
.about-sidebar ul li i{margin-right: 10px;
    font-size: 16px;}

.about-wrapper .innerhead h1{
    font-size: 23px;
    color: #013476;
    font-weight: 600;
}
.pageinfo h2{
    font-size: 23px;
    color: #013476;
    font-weight: 600;
    margin-bottom: 19px;
}
.pageinfo ul{
    padding-left: 20px;
}
.pageinfo ul li{
    list-style: disc;
    font-size: 15px;
    margin-bottom: 8px;
}
.pageinfo p{
    font-size: 15px;
    margin-bottom: 10px;
}
.leftcontactdetail{
    font-size: 14px;
}
.leftcontactdetail .title{
    color: #013476;
    font-weight: bold;
}


.carttable{ overflow:auto}
.carttable table{ border:1px #093073 solid; background-color:#fff;}
.carttable table td{ padding:10px; vertical-align:top;}
.carttable thead td{ background-color:#093073;; color:#fff;}
.carttable tbody  td{ font-size:14px;border-top:1px #093073 solid;}
/*.carttable tbody tr:nth-of-type(2n+2) td{ background-color:#f5f5f5;}
*/
.cartplusminus input[type="text"]{ width:50px; padding:3px 5px ; border:1px #eee solid; text-align:center; margin:0 5px;}
.cartplusminus .pbutton{ cursor:pointer; font-size:18px;}
.whitebg{ background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.06);}
.couponapplyarea{ font-size:15px;}


.mobilecart li{ position:relative; padding:7px 5px; font-size:15px; line-height:20px;}
.mobilecart li .partimg{ width:25%; margin-right: 15px;}
.mobilecart li .rightpanellss{ width:75%}
.mobilecart li:nth-of-type(2n+2){background-color:#fff;}
.mobilecart li .removee{ position:absolute; right:0; top:-15px;}
.mobilecart .mobquantity{margin-left: auto;}

#checkoutarea{ background-color:#f9f9fa; font-size:14px; line-height:20px;}
#checkoutarea,#checkoutarea .container-fluid,#checkoutarea .container-fluid > .row{ min-height:100vh}
#checkoutarea .container-fluid{ height:100%}
#checkoutarea .checkoutinner{ background-color:#fff;}
#checkoutarea .checkoutinner-1,#checkoutarea .checkoutinner{ padding:15px; min-height:auto}

#checkoutarea .h3ehd{color: #093073;font-size: 22px; line-height:28px;  font-weight: bold;}

.submobilecart li{ position:relative; padding:7px 5px; font-size:15px; line-height:20px;}
.submobilecart li .subpartimg{ width:18%}
.submobilecart li .subrightpanellss{ width:82%}
.submobilecart li:nth-of-type(2n+2){background-color:#fff;}
.submobilecart li .removee{ position:absolute; right:0; top:0;}

.breadcrumsss .breadcrumb{display:flex;flex-wrap:wrap; font-size:13px;}
.breadcrumsss .breadcrumb li{ margin-right:8px;}
.breadcrumsss .breadcrumb li a{ color:#013476 }
.breadcrumsss .breadcrumb li:last-child a{ color:#a3d8f8 }
.breadcrumsss .breadcrumb li:last-child a span{ display:none}

.bgright > a{ border-bottom:1px #eee solid;border-top:1px #eee solid; padding:5px 0;}
.formfldd{ margin-bottom:15px;}
.formfldd label{ font-size:13px; padding:0 0 4px 0; margin:0; display:block}
.formfldd label span{ color:#f00}
.formfldd .inputfld{ width:100%; padding:10px; border:1px #eee solid; background-color:#fff; border-radius:10px;}

.shippingmethod .radio.inputpatt label{ display:block; padding:0; position:relative; cursor:pointer}
.shippingmethod .radio.inputpatt label input{ position:absolute; top:20px; left:15px;}
.shippingmethod .radio.inputpatt label span{ display:block; border:1px #eee solid; background-color:#fff; padding:15px 55px 15px 40px; border-radius:10px;}
.shippingmethod .radio.inputpatt label :checked+span{border:1px #093073 solid; } 
.shippingmethod .radio.inputpatt label a{ position:absolute;top:15px; right:15px; text-decoration:underline}  


.headtabs_mobile li a{}
.headtabs_mobile.navbar-nav .nav-item .nav-link{
    font-size: 14px;
    line-height: 19px;
    padding: 10px 15px !important;
}
.paymenticons{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.paymenticons img{
    padding: 0 4px;
    max-height: 22px;
    width: auto;
    margin-bottom: 10px;
}
.dexcelbtn{
    display: flex;
    align-items: center;
    vertical-align: middle !important;
    padding: 4px 0px;
}
.dexcelbtn p{
    color: #013476;
    font-weight: 509;
    padding-right: 7px;
    font-size: 16px;
}
.dexcelbtn p i{
    padding-left: 5px;
    font-size: 23px;
}
/* Style the buttons */
.listgridbtn {
  border: none;
  outline: none;
  padding: 8px 10px;
  background-color: #a3d8f8;
  color: #fff;
  cursor: pointer;
}

.listgridbtn:hover {
  background-color: #ddd;
}

.listgridbtn.active {
  background-color: #013476;
  color: white;
}
#btnContainer{
    margin-bottom: 20px;
}
.infotag p{
    color: #093073;
    padding-top: 16px;
    font-weight: 509;
    font-weight: 600;
}
.usplist ul{
    display: flex;
}
.usplist ul li{
   width: 25%;
   /*width: -webkit-fill-available;*/
    
}
.usplist ul li .uspbox{
   display: flex;
   align-items: center;
   justify-content: center;
}
.usplist ul li .uspimg{
    
}
.usplist ul li .uspimg img{
    max-width: 32px;
}
.usplist ul li p{
    color: #01132b;
    text-transform: capitalize;
    font-size: 11px;
    padding: 0 9px;
    font-weight: 509;
}
.form-check-input:checked {
    background-color: #093073;
    border-color: #093073;
}
.form-check-input:focus {
    border-color: #093073;
    outline: 0;
    box-shadow: none;
}

.cart-plus-minus{position:relative; padding:0 30px;  }
.cart-plus-minus .qtybutton{ position:absolute; top:0; bottom:0; background-color: transparent; color:#000;  width:35px; text-align:center; cursor:pointer; border:0; line-height:35px; border:0; font-size:20px;}
.cart-plus-minus .qtybutton.dec{ left:0; font-size:25px; background: #13357f;color: #ffffff;}
.cart-plus-minus .qtybutton.inc{ right:0;background-color: #13357f;color: #ffffff;}
.cart-plus-minus input{ width:100%; line-height:35px; border:1px #ccc solid; text-align:center; padding:0 10px !important;background-color: transparent; }

.carttable table{ border:1px #CFC9C9 solid; font-size:15px;}
.carttable table thead td{ background-color:#fcdec4; color:#251131; padding:18px 15px; font-weight: 500; font-size:16px; border:0}
.carttable td{ color:#000; padding:15px 15px; border:0;border-bottom:1px #CFC9C9 solid; font-size:14px;}
.carttable td a{color:#251131; }
.totalprice table tfoot td{ background-color:#000; color:#fff; padding:18px 15px; font-weight:600}

.totalprice table{ font-size:18px; color:#251131; font-weight: 500;}
.cartplusminus #quantity{ width:40px; text-align:center; border:1px #eee solid; padding:5px; margin:0 7px;}
.cartplusminus .pbutton{ font-size:20px; cursor:pointer}


@media(min-width:768px){

.cartproductarea{ display: block !important}
#checkoutarea .checkoutinner-1,#checkoutarea .checkoutinner{ padding:25px; height:100%}

    }

.sortarea {
    position: relative;
}
.sortarea span{
    position: absolute;
  right: 180px;
  top: 7px;
    display: block ruby;
    width: max-content;
}

/*contact page css*/
.innbanner{
    position: relative;
}
.innbanner:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .6);
}
.contactbanner .btext{
    color: #fff;
    position: relative;
    padding: 75px 0;
    text-align: center;
}
.contactbanner .btext h2{
    color: #fff;
    padding: 20px 0;
}
.contactbanner .btext h4{font-size: 19px;}
.secpadding{
    padding: 70px 0;
}
.coninfo{
    text-align: center;
    padding: 50px 30px 40px 30px;
    box-shadow: 0px 0px 13px 0px #e6e6e6;
    background-color: #fff;
    position: relative;
    min-height: 266px;
}
.coninfo i{
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    color: #013476;
    background-color: #a3d8f8;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 66px;
    font-size: 34px;
}
.coninfo h2{
    color: #013476;
    font-size: 23px;
    text-transform: capitalize;
    margin: 14px 0;
    font-weight: 590;
}
.conform{
    background-color: #d1eeff4f;
}
.conform .formhead{
    text-align: center;
    margin-bottom: 30px;
}
.conform .formhead h2{
    text-align: center;
    color: #013476;
    position: relative;
    padding-bottom: 16px;
}
.conform .formhead h2 span{
    color: #72c3f3;
    font-weight: 600;
}
/*.conform .formhead h2:before{
    position: absolute;
    content: "";
    width: 127px;
    height: 3px;
    background-color: #013476;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}*/
.conform form .form-select{
    border-radius: 0;
    padding: 10px 14px;
    margin-top: 10px;
    font-size: 15px;border: 0;    margin-bottom: 15px;

    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}
.conform form .form-control{
    border-radius: 0;
    padding: 10px 14px;
    margin-top: 10px;
    font-size: 15px;border: 0;    margin-bottom: 15px;

}
.available_coupon ul li{
    background-image: url(https://shop.thieme.in/front/assets/images/discount-b.png);
    background-size: 31px;
    background-repeat: no-repeat;
    padding: 5px 15px 5px 46px;
    position: relative;
    background-color: #dcdcdc4f;
    background-position: 3% 25%;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.available_coupon ul li p span{
    color: #013476;
    font-weight: 600;
        font-size: 14px;
}
.available_coupon ul li p{
        font-size: 13px;
}
.authordiv .sellers-item{
    min-height: auto !important;
    padding: 0 !important;
    border: none;
}
.authordiv .sellers-item .seller_title{
    padding: 10px 20px;
    margin: 0;
    text-align: center;
    background-color: #093073;
    color: #fff;
}
.bundleplus p{
    /*color: #093073;*/
    font-size: 14px;
     color: #c40202; 
    margin-bottom: 15px;
    font-weight: 600;
}
.conferenceimg{
    border: 2px solid #fff;
    padding: 30px 20px;
    text-align: center;
    min-height: 246px;
     align-self: center; 
    width: 100%;
    display: grid;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 10px 1px #e6e6e6;
}
.conferenceimg::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #093073;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.conferenceimg:hover::before{
    width: 100%;
     opacity: 1;
    visibility: visible;
}
.conferenceimg img{
    width: 80px;
    height: 80px;
    padding: 16px;
    background-color: #f4f4f4;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.conferenceimg h2{
    font-size: 19px;
    color: #2d2d2d;
    font-weight: 600;
    margin-bottom: 10px;
}
.conferenceimg h4{
    color: #093073;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
}
.conferenceimg p{
    color: #696969;
    font-weight: 200;
}
.complementaryform{
    padding: 30px 30px;
}
.complementaryform .close{
    position: absolute;
    right: 0px;
    top: 0;
    background-color: #72c3f3;
    font-size: 12px;
    padding: 10px;
    border-radius: 0;
    color: #fff;
    opacity: 1;
}
.complementaryform h2{
    text-align: center;
    font-size: 23px;
    margin-bottom: 15px;
    color: #013476;
    font-weight: 530;
}
.complementaryform h2 span{
    color: #72c3f3;
}
.complementaryform p{
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 0 20px;
}
.complementaryform form .form-select{
   font-size: 15px;
    border-radius: 0;
    width: 100%;
    padding: 13px 12px;
    background-color: #f7f7f7cf;
    border: 0;
    min-height: 45px;
    margin-bottom: 11px;
}
.complementaryform form select::placeholder{
    color: #e6e6e6;
}
.complementaryform form .form-control{
    font-size: 15px;
    border-radius: 0;
    padding: 13px 12px;
    background-color: #f7f7f7cf;
    border: 0;
    min-height: 45px;
    margin-bottom: 15px;
}
.complementaryform form .form-control:focus{
    background-color: transparent !important;
    border: 1px solid #e6e6e6 !important;
}
.complementaryform form .form-select:focus{
    background-color: transparent !important;
    border: 1px solid #e6e6e6 !important;
}
.complementaryform form .form-check-label{
    font-size: 14px;
}
.complementaryform form .form-check{
    margin-bottom: 14px;
}
.compbtn{
    padding: 6px 10px;
    font-size: 13px;
    margin-bottom: 20px;
}
.author_div .authimg{
    min-height: 300px;
    background-size: cover;
    background-position: top;
}
.author_div{
    margin: 10px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.author_div .authtext{
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
.author_div .authtext p{
    font-size: 17px;
    color: #093073;
}
.author_div:hover .authtext{
    background-color: #093073;
}
.author_div:hover .authtext p{
    color: #fff;
}
.author_div:hover{
    box-shadow: 0px 0px 10px 1px #e6e6e6;
    transform: translateY(-20px);
}

.accountarea table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.accountarea td th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.accountarea tr:nth-child(even) {
  background-color: #ffffff;
}
.jbtns_h{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.jbtns_h a{
    width: 100%;
    text-align: center;
    border-left: 1px solid #fff;
    line-height: 39px;
    background-color: #093073;
    color: #fff;
    font-size: 14.5px;
    min-width: 176px;
}
.jbtns_h a:hover{
    background-color: #a3d8f6;
}
.chemdrop .dropdown-menu ul li{
    width: 50% !important;
}
.chemdrop .dropdownhead{
    padding-left: 16px;
}

@media(max-width: 992px){
    .jbtns_h{
        overflow-x: auto;
    }
    .reviewsection{margin-bottom: 20px;}
    .affiliatebox .tab-content #alltime{
        overflow: scroll;
    }
    .headtabs_mobile{
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .nav-tabs.headtabs_mobile .nav-link{min-width: max-content;}
    .mobtabnav{
        background: #f2f2f2;
        padding: 0 15px;
        color: #fff;
    }
    .mobtabnav .nav-tabs .nav-link.active {
        background-color: #013476;
        color: #fff !important;
    }
}

@media(min-width: 992px){
    .reviewsection{
        margin: 10px;
        width: 48%;
    }
    .medonehalf .medonediv{width: 49%;}
    .medonehalf{
        display: flex;
      justify-content: space-between;
    }
}
#checkshow{
   margin-bottom: 15px;
}
.homenewsec .form-check-input[type=checkbox]{
    border: 1px solid #8f8f8f;
}
.homenewsec{
    padding-top: 20px;
}
.form-check-label a{
    text-decoration: underline;
}
.loginlink{
    color: #093073;
    font-weight: bold;
}
.reviewbox form .form-control:focus{
    border: 1px solid #dee2e6 !important;
}
.reviewbox .modal-dialog .modal-content{
    position: relative;
    padding: 30px;
}
.reviewbox .modal-dialog .modal-content .btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
}
/*.reviewsection{
    border: 1px solid #dee2e6;
    border-radius: 10px;
}*/
.reviewsection .toprow{
    padding: 9px 15px;
/*    border-top: 1px solid #e5e5e582;*/
    display: flex;
    justify-content: space-between;
    background-color: #e5e5e582;
    /*box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);*/
    border: 1px solid #dee2e6;
    border-radius: 0 0 10px 10px;
    border-top: 0;
}
.reviewsection .toprow .left .smalltext{
    font-weight: normal;
    font-size: 13px;
    color: #6e6e6e;
}
.reviewsection .toprow .left .name{color: #093073;}
.reviewsection .toprow .right .smalltext{
    font-weight: normal;
    font-size: 14px;
    color: #6e6e6e;
}
.reviewsection .toprow .right .starating i{
    font-size: 21px;
    margin: 7px 2px 0 0px;
    color: #093073;
}
.reviewsection .bottomrow{
    padding: 22px;
    border: 1px solid #dee2e6;
    border-radius: 10px 10px 0 0;
}
.reviewsection .bottomrow p{
    font-weight: normal;
    font-size: 14px;
    color: #6e6e6e;
}
.review_row{
    display: flex;
    flex-wrap: wrap;
}
.reviewbtn{
    text-align: center;
    padding-top: 30px;
}
.progress-bar{
    background-color: transparent;
}
.mytabss .nav.nav-tabs li button::focus{
    outline: none;
}
a:hover{
    text-decoration: none;
}
button:focus{
    outline: none !important;
}

#owl-demo-1 .owl-nav button:focus{
    outline: none !important;
}

#owl-demo-1 .owl-dots button:focus{
    outline: none !important;
}

.allproduct{
    padding-top: 30px;
}

.main-resources.landingpage{
    margin: 0 10px;
    padding: 0;
}
.main-resources.landingpage .resources-btn{
    padding: 10px 10px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}
.main-resources.landingpage:hover .resources-btn{
    background: #093073;
    color: #fff;
}
.main-resources.landingpage:hover .resources-btn .resorce-btn{
    color: #fff;
}
.main-resources.landingpage:hover .resources-btn p{
    text-decoration-color: #e6e6e6;
}

.landingpagesec .reviewbox{
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 20px 0;
    height: 100%;
}
.landingpagesec .reviewbox .item{
    text-align: center;
    padding: 0 25px;
}
.landingpagesec .reviewbox .item i{
    font-size: 61px;
    color: #e6e6e6;
    margin-bottom: 11px;
}
.landingpagesec .reviewbox .item p{
    font-size: 14px;
    color: #696969;
    margin-bottom: 15px;
}
.landingpagesec .reviewbox .item h4{
    font-size: 16px;
    margin-bottom: 5px;
    color: #696969;
}
.landingpagesec .reviewbox .item h5{
    font-size: 13px;
    color: #696969;
}
.conferencesec .table thead tr{
    background-color: #093073;
    color: #fff;
}
.conferencesec .table th{
    padding: 9px 12px;
}
.conferencesec .table td{
    padding: 9px 12px;
    font-size: 15px;
}
.jbtndivs{overflow: hidden;}

/*medicalcommunications*/

  .mainboxshadow{
    box-shadow: -10px 0 10px -6px rgba(1, 19, 43, .16), 10px 0 10px -6px rgba(1, 19, 43, .16);
  }
  .light-blue {
    background: #f4f7fc;
    text-align: center;
    margin: 15px 15px 30px 15px;
    padding: 40px 0;
  }
  .light-blue h4{font-size: 24px;margin-bottom: 30px;font-family: 'thieme_argo_2011medium';line-height: 34px;}
  .light-blue h4 span{
    color: #093073;
  }
  .servicesec{padding: 0 15px;}
  .servicesec h3{
    font-size: 23px;
    margin-bottom: 6px;
    font-family: 'thieme_argo_2011medium';
  }
  .servicesec a{
    color: #013476;
    border: 1px solid #013476;
    padding: 7px 12px;
    font-size: 13px;
  }
  .servicesec p{
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .banner-bg {
     
    background-position: center;
    position: relative;
    background-size: auto;
    margin-bottom: 30px;
  }
  .copy-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 11px;
    color: #fff;
    right: 5px;
    z-index: 99999;
  }
  .banner-bg-cover {
    background: rgba(1, 52, 118, 0.22);
    top: 0;
    left: 0;
    width: 100%;
    padding: 130px 0px 75px 60px;
  }
  .banner-title {
    text-align: left;
    font-family: 'thieme_argo_2011medium';
  }
  .banner-title h1 {
    font-size: 22px;
    color: #fff;
    background: rgba(1, 52, 118, 0.8);
    padding: 10px 15px 10px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .banner-title h5 {
    font-size: 18px;
    color: #fff;
    background: rgba(1, 52, 118, 0.8);
    padding: 10px 15px 10px;
    display: inline-block;
    margin-bottom: 10px;
  }
  .banner-title a {
    font-size: 10px;
    font-weight: 700;
    color: #013476;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #a3d8f6;
    border-radius: 3px;
    display: block;
    max-width: max-content;
  }
  .bannersection{
    padding: 30px 15px;
  }
  .mainboxshadow .heading{text-align: center;}
  .mainboxshadow .heading h2{
    position: relative;
    font-size: 24px;
    color: #013476;
    max-width: fit-content;
    margin: 0 auto 30px;
    padding-bottom: 15px;
  }
  .mainboxshadow .heading h2:before{
    position: absolute;
    background-color: #013476;
    width: 24%;
    height: 3.5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
  }
  .mainboxshadow .heading p{
    color: #013476;
  }
  .gray-box {
    text-align: center;
  }
  .gray-box ul {
    margin: 0px;
    padding: 0px;
    margin: 50px 0 30px;
  }
  .gray-box ul li {
    margin: 0px;
    padding: 0px;
    display: inline-grid;
    width: 100%;
    margin: 0 5px;
    background: #f0f0f0;
    padding: 30px 10px 15px;
    border-radius: 2px;
    height: 248px;
  }
  .gray-bg {
    text-align: center;
  }
  .gray-bg h5{
    color: #013476;
    margin-bottom: 10px;
    font-family: 'thieme_argo_2011medium';
    font-size: 18px;
  }
  .gray-bg p{
    font-size: 14px;
  }
  .gray-bg i {
    height: 75px;
    width: 75px;
    border-radius: 100px;
    text-align: center;
    background: #013476;
    display: block;
    margin: 0 auto;
    line-height: 74px;
    margin-bottom: 20px;
  }
  .gray-bg svg {
    width: 30px;
    fill: #fff;
  }
  .gray-bg:hover i {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  @media(min-width: 992px){
      .gray-box ul li {
      width: 17.5% !important;
    }
    .product_bundle .productblock{width: 24.33% !important;}
    .catalogue_imgbanner{
        display: flex;flex-wrap: wrap;
    }

  }
  @media(min-width: 768px){
      .gray-box ul li {
      width: 33.33%;
    }

    /*.sellers-item.selleritem_fullwidth .seller_title{max-width: 70%;}
    .sellers-item.selleritem_fullwidth .sellerinfo{max-width: 70%;}*/

    
  }
  @media(min-width: 576px){
    .product_bundle .productblock{width: 31.33%;}
  }
  @media(max-width: 992px){
    .gray-box ul li{
      height: auto;
      margin-bottom: 15px;
      padding-bottom: 25px;
    }
    
  }
  .solution{
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
  }
  .solution a{
    color: #fff;
    background-color: #013476;
    padding: 10px 15px;
  }
  .solution .heading h2:before{
    background-color: #fff;
  }
  .solution.medsol .heading h2:before{
    background-color: #013476 !important;
  }
  .solution p{
    font-size: 19px;
    color: #1a1a1a;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .project{
    padding: 50px 0;
  }
.collab{
  padding: 50px 20px;
}
  .marquee {
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}

.marquee__inner-wrap {
  height: 100%;
  width: 100%;
}

.marquee span {
  text-align: center;
  color: lightgray;
  font-weight: 400;
  white-space: nowrap;
  font-size: max(2vw, 2.4rem);
  line-height: 1.2;
  font-weight: 700;
  padding: 1vh 1vw 0;
  text-transform: uppercase;
}

.marquee__img {
  min-width: 158px;
  height: 58px;
    margin: 0 10px;
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #eee;
}
.marquee__img img{
  height: 46px;
}
.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 18s linear infinite;
  will-change: transform;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.consult{background-color: #a3d8f8; padding: 50px 20px;}
.consult p{
  color: #000;
    text-align: left;
    padding-bottom: 10px;
}
.form-div{
      background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.form-div h2{
  text-transform: uppercase;
    font-size: 18px;
    color: #013476;
    font-weight: 600;
    text-align: center;
    padding: 20px 10px 30px;
}
.form-div label{
  font-weight: 600;
    font-size: 15px;
}
.form-div input{
  margin-bottom: 1rem;
  border: 1px solid #8f8f8f;
}
.form-div textarea{
  margin-bottom: 1rem;
  border: 1px solid #8f8f8f;
}
.form-div a{
  color: #fff;
    background-color: #013476;
    padding: 6px 15px;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.plain-text{
  padding: 50px 0;
  text-align: center;
}
.plain-text .heading h2 span{
  text-transform: uppercase;
}

/*studentprogram*/

  .item1{
    position: relative;
  }
  .item1 .banner-tag{ 
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
   }
  .sec-content .underline-head{
    margin-bottom: 25px;
    padding-top: 20px;
  }
  .banner-tag h1{
    color: #a3d8f8;
    padding: 20px 20px 10px;
    font-size: 49px;
    line-height: 60px;
    font-weight: 600;
    text-shadow: 2px 2px #013476ab;
  }
  .banner-tag h1 span{
    color: #013476;
    text-shadow:none;
  }
  .banner-para{
      color: #929191;
    padding: 20px 30px;
    text-align: center;
  }

  .stepsec{
    padding: 22px 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(1,19,43,.16);
    min-height: 209px;
    margin: 20px 0;
  }
  .stepsec img{margin-bottom: 7px;}
  .stepsec p{
    margin: 10px 0;
  }
  .stepsec:hover{
    transition-duration: 0.5s;
  }
  .sec-content ul li{
    position: relative;
    padding: 5px 20px;
    padding-left: 0;
  }
  .sec-content ul li i{
    padding: 0 5px;
    color: #013489;
    font-weight: 600;
  }
  .stepsec h1{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #013489;
    color: #fff;
    margin: 10px;
  }
  .sec-content p{
    padding: 5px 0;
  }
  .looksec{
    background-color: #eee;
  }
  .looksec img{
    padding: 10px;
  }
  .formsec{
    padding: 25px;
/*  box-shadow: 0 0 10px rgba(1,19,43,.16);*/
  background-color: #99b9ee0d;
  border: 2px solid rgb(36, 76, 128);
  margin: 0 10px;
  }
  .formsec input{
    border: 0;
    border-radius: 0;
  }
  .formsec select{
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 11px 10px;
    margin-bottom: 17px;
  }
  .formsec label{
    font-weight: 500;
  }
  .sec-content{
    padding-left: 20px;
  }
  .form-btn{
    margin: 15px 0;
  }
  .form-btn a{
      padding: 12px 35px;
    color: #fff;
    background-color: #013476;
    border-radius: 20px;
  }
.product_bundle{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product_bundle .productblock{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_bundle .productblock .plusicon{
    font-size: 26px;
}
.product_bundle .productblock:nth-child(1) .plusicon{visibility: hidden;}
.product_bundle .productblock .item{
    margin: 0 15px;
}
.product_bundle .productblock .item a .sellers-item{
    min-height: auto;
    padding-bottom: 15px;
}

.boxinfo {
    border: 1px solid #f1efef;
    background: #fff;
    color: #fff;
    padding: 10px 13px;
    /*padding: 10px 20px;
    display: flex;
    align-items: center;*/
}
.boxinfo .boxlogo img{
    /*max-width: 80px;*/
}
.boxinfo .boxdetail{
    padding-left: 10px;padding-top: 10px;
}
.boxinfo .boxdetail p{
    font-size: 11px;
    color: #878787;
}
.boxinfo .boxdetail p.seller_title{
   font-size: 12px;
    font-weight: 520;
    line-height: 15px;
    color: #093073 !important;
    margin-bottom: 0;
}
.bundleplus{
    position: relative;
    width: 19%;
    padding: 0 20px 10px 10px;
}
.bundleplus .plusicon{
    position: absolute;
    top: 50%;
    right: -4px;
    line-height: 21px;
    transform: translateY(-50%);
    background-color: #a3d8f8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-weight: 509;
    color: #093073;
    text-align: center;
}
.bundleplus:last-child .plusicon{
    display: none;
}
.bundleplus.detail-cart-btn{width: 24%;}
.mainaccountsec .commanspacee h2{
    margin: 0px 0px 15px 10px;
}
.affiliatebox .tabox .nav-tabs li{
    background-color: #013476;
    padding: 5px 15px;
    margin-right: 5px;
    border-radius: 5px 5px 0px 0px;
}
.affiliatebox .tabox .nav-tabs li a{
    color: #fff;
    font-size: 14px;
}
.affiliatebox .tab-content table tbody tr td{
    font-size: 14px;
}
.affiliatebox .tab-content table tbody tr th{
    font-size: 14px;
}
.affiliatebox table tbody tr td{
    font-size: 14px;
}
.affiliatebox table tbody tr td:nth-child(1){
    width: 40%;
}
.affiliatebox table tbody tr td:nth-child(2){
    width: 60%;
}
.affiliatebox .tab-content table > tbody > tr > td .redirectt{display: flex;justify-content: space-between;}
.affiliatebox .tab-content table > tbody > tr > td .redirectt a{font-size: 20px;color: #013476;padding-right: 9px;}
.toc_pdf{
    font-size: 16px;
    margin-bottom: 15px;
}
.toc_pdf a{
    color: #093073;
    font-weight: 600;
}

.headtabs.nav-tabs .nav-link.active{
    border: none !important;border-bottom: 2px solid #a3d8f6 !important;
}
.headtabs.nav-tabs .nav-link:hover{border: none !important;border-bottom: 2px solid #a3d8f6 !important;}
.sellers-item.selleritem_fullwidth:hover{
    border: 1px solid #efe9e9 !important;
}
.sellers-item.selleritem_fullwidth{display: flex;align-items: start;min-height: auto;}
.sellers-item.selleritem_fullwidth .seller_title{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 19px;
}
.sellers-item.selleritem_fullwidth .seller_author{
    font-size: 20px;
    margin-bottom: 21px;
}
.sellers-item.selleritem_fullwidth .mediatype{
    font-size: 18px;
}
.selleritem_fullwidth.freearticle{align-items: flex-start !important;}

.contentsecion .bodytext{/*margin: 40px 0;*/margin: 21px 0 30px 0;}
.sectionhead{text-align: center;}
.sectionhead p{margin: 12px 0 30px 0;
    font-size: 15px;
    line-height: 18px;
    color: #676d73;}
.sellers-item p.bodytext {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 18px;
    color: #676d73;
}
.bodytext p{
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 18px;
    color: #676d73;
}
.sellers-item .sellerinfo p{
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 18px;
    color: #676d73;
}
.sellers-item .web_btn {
    padding: 5px 14px;
    font-size: 14px;
}
.dimg {
    margin: auto 20px;
    overflow: hidden;
    transition-duration: 0.5s;
    border: 5px solid #002e5b;
    border-radius: 60px 0 60px 0;
}
.dimg img:hover {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

@media (max-width:992px) and (min-width:768px){
    .sellers-item.selleritem_fullwidth .seller_title{font-size: 24px;
    line-height: 29px;}
}

@media(max-width: 992px){
    .mrpprice {
        padding-right: 17px !important;
        font-size: 10px;
        line-height: 6px;
        padding-top: 10px;
    }
    .discount {
        padding-right: 9px !important;
        font-size: 13px;
    }
}


    .banner-part {
    /* margin-bottom: 15px; */
    background: #a3d8f6;
    position: relative;
    /* margin-bottom: 70px; */
    background: url(../assets/images/vault.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.stories-bg-shape {
    padding-top: 10px;
    background: rgb(78 127 180 / 54%);
    display: block;
    padding: 20px 0px 10px;
} 
.stories-bg-shape:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/home-banner-after.png);
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 1;
}
.banner-text {
    text-align: left;
    color: #fff;
    padding: 70px 0;
    position: relative;
    z-index: 9;
}
.banner-text h1 {
    font-size: 48px;
    color: #fff;
    font-family: 'thieme_argo_2011medium';
    padding-bottom: 10px;
    line-height: 59px;
    margin-bottom: 10px;
}
.banner-text p{
    font-size: 21px;
    margin-bottom: 20px;    
}
.banner-text a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-radius: 3px;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 11px;
    margin-right: 12px;
    display: inline-block;
    border: 1px solid #fff;
}
.banner-text a:hover {
    color: #fff;
    border: 1px solid #013476;
    background: #013476;
}
.dicont {
    background: #f4f7fc;
}
.rowhead h2 {
    font-size: 28px;
    font-weight: 300;
    color: #013476;font-family: 'thieme_argo_2011medium';
    margin-bottom: 13px;
}
.rowhead h2 span{
    color: #72c3f3;
}
.rowhead h4 {
    font-size: 23px;
    font-weight: 300;
    color: #013476;font-family: 'thieme_argo_2011medium';
    margin-bottom: 13px;
}
.rowhead p {
    margin-bottom: 0;
    line-height: 28px;
}
.rowhead ul li{
    color: #333;
    font-size: 15px;
    font-weight: 300;
    padding: 7px;
    text-align: left;
    background: url(../assets/images/right.png) no-repeat 0px 11px;
    list-style-type: none;
    padding-left: 27px;
}
.whyaffiliate{
    padding: 20px 20px;min-height: 233px;background-color: #fff;
}
.whyaffiliate img{
    background-color: #013476;
    max-width: 56px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.whyaffiliate h4{
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'thieme_argo_2011medium';
}
.whyaffiliate p{
    font-size: 15px;
}
.imgtextsec .imgbox{
    border: 5px solid #013476;
    border-radius: 16px;
}
.imgtextsec .imgbox img{
    padding: 11px;
    border-radius: 16px;
    width: 100%;
}
.impinfo{
    padding-top: 28px;
    font-weight: 600;
    font-family: 'thieme_argo_2011medium';
}
.faqsec .accordion .card-header{
    padding: 5px 20px;
}
.faqsec .accordion .card-header h2 button{
    color: #212529;
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;font-family: 'thieme_argo_2011medium';
}
.faqsec .accordion .card-header h2 button i{
    font-size: 23px;
    color: #013476;
    padding-right: 13px;
}
.faqsec .accordion .card-header h2 .btn:focus {
    box-shadow: none !important;
}
/*.faqsec .accordion .card-header h2 .btn.collapsed .fa-minus-square{
    content: "\f0fe" !important;
}*/
.faqsec .accordion .card-header h2 .btn.collapsed .fa-minus-square:before {
    content: "\f0fe" !important;
}
.faqsec .accordion .card-header h2 .btn:not(.collapsed){

}


.cart-modal{
    max-width: 50%;
    box-shadow: 4px 4px 8px -1px rgba(1,4,111,0.2);
    background-color: #f2f2f2;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 60%;
    text-align: center;
}
.cart-modal .close{
    margin: 0px;
    font-size: 18px;
    background-color: #013476;
    opacity: 1;
    color: #fff;
    padding: 4px 8px;
}
.cart-modal h1{
        margin-top: 40px;
    font-size: 32px;
    margin-bottom: 20px;
    padding: 15px 20px 0;
}
.cart-modal h1 span{
    color: #013476;
    font-weight: 600;
    font-size: 35px;
}
.cart-modal p{
    margin-bottom: 10px;
    font-size: 15px;
    padding: 0 50px;
}
.clearfix{
    padding-top: 20px;
}
.clearfix a{
    color: #fff;
    font-weight: 500;
    background-color: #013476;
    padding: 10px 20px;
    margin: 10px;
    display: inline-block;
}
#landingpage-form .form-select{
    color: #495057;
    background-color: #f7f7f7cf !important;
}
#landingpage-form .form-select:focus-visible{border: 0 !important;}

.catalogue_imgbanner p label{
    display: grid;
    text-align: left;
}
.catalogue_imgbanner p label input{
    width: fit-content;
    margin-bottom: 20px;
}

.mt1-50{
        padding-top: 50px;
        background-color: #fff;
        padding-bottom: 50px;
    }
    .mb1-20{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .head-h3 h3{
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 17px;
    }
    .brd-bt{
        border-bottom: 1px solid #d6d6d6;
        padding-bottom: 10px;
    }
    .journal-img{
        padding: 10px;
        box-shadow: 0 0 10px rgba(1,19,43,.16);
    }
    .journal-img img{
        width: -webkit-fill-available;
    }
    .edit-1{
        margin-top: 20px;
    }
    .edit-brd{
        margin-top: 20px;
    }
    .edit-or{
        padding: 10px 0;
    }
    .edit-or-img img{
        margin-bottom: 15px;
        box-shadow: 0 0 10px rgba(1, 19, 43, .16);
        padding: 10px;
        max-width: 145px;
        height: auto;
    }
    .edit-cnt p:nth-child(1){
        padding-bottom: 5px;
        font-size: 17px;
    }
    .edit-cnt p{
        margin-bottom: 0px;
        font-size: 15px;
    }
    .ebm-1{
        padding: 10px;
        margin-bottom: 10px;
    }
    .eb1-img img{
        max-width: 130px;
        outline: 2px solid #001655;
        padding: 5px;
        height: auto;
        margin-bottom: 10px;
    }
    .ebm-1 p:nth-child(1){
        font-size: 15px;
        margin-bottom: 10px;
    }
    .ebm-1 p{
        font-size: 13px;
        margin-bottom: 0;
    }






.landingdemo .formsec h6{
   color: rgb(1, 52, 118);
  font-size: 16px;
  font-weight: 550;
  font-family: 'thieme_argo_2011medium';
  margin-bottom: 6px;
}

.landingdemo .formsec h4{
    color: rgb(1, 52, 118);
  font-size: 22px;
  font-weight: 509;
  margin-bottom: 20px;
  font-family: 'thieme_argo_2011medium';
  text-transform: capitalize;
}
.landingdemo .formsec .form-control{margin-bottom: 6px;}
.contentleft{
    padding: 20px 20px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.landingdemo .contentleft{position: relative;height: 100%;}
.landingdemo .contentleft h4.tagg{
    --f: 10px;
  --r: 15px;
  position: absolute;
  top: 20px;
  padding-inline: 10px;
  background: #013476;
  border-bottom: var(--f) solid #0005;
  color: #fff;
  line-height: 1.3em;
  font-family: sans-serif;
  font-size: 20px;
/*  left: calc(-1*var(--f));*/
    left: 10px;
  border-right: var(--r) solid #0000;
  clip-path: polygon(100% 0,0 0,0 calc(100% - var(--f)),var(--f) 100%, var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f)/2));
  margin-left: -20px;
  padding: 6px 16px;
}
.secrow{padding-top: 60px;}
.secone h5{
    color: rgb(1, 52, 118);
  font-size: 19px;
  font-weight: 509;
  margin-bottom: 10px;
  font-family: 'thieme_argo_2011medium';
}
.secone p{
  font-size: 14.5px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.secone ul li{
    padding-left: 26px;
      background-image: url(../assets/images/check-mark.png);
      background-size: 12px;
      background-repeat: no-repeat;
      background-position: left 4px;
      font-size: 14.5px;
      line-height: 20px;
      margin-bottom: 5px;
        font-weight: 500;
}
.medonediv{
    padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
}
.medonediv .relicon{
    display: flex;
  align-items: flex-start;
}
.medonediv .relicon img{
    box-shadow: none !important;
  max-width: 48px;
}
.medonediv .reltext{
    padding-left: 12px;
  margin-bottom: 0;
}
.medonediv .reltext ul li{
padding-left: 0 !important;
  background-image: none !important;
  background-size: 0;
}
.medonediv .reltext p{
    margin-bottom: 7px;
  font-weight: 600;
}
.medonediv{margin-bottom: 20px}


/*.secrow{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}*/
.secone.right h4{
  left: auto !important;
  right: calc(-1*var(--f));
  clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
  margin-right: -20px;
  margin-left: 0 !important;
  padding: 6px 25px;
}
.formsec .form-control{
    font-size: 14px;
        padding: 10px 10px;
    height: auto;
    margin-bottom: 17px;
}
.formsec .btn-primary{
    margin-top: 15px;
}
.copyright.landingdemo{
    padding: 12px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #013476;
  margin-top: 70px;
}
.contentleft .secrow img{
    box-shadow: 0px 0px 15px -2px #e6e6e6;
}

.lcontactinfo p{
    border: 2px solid #013476;
    padding: 10px 40px;
    border-radius: 10px;
    font-family: 'thieme_argo_2011medium';
    width: fit-content;
    margin: 0 auto;
}
.ser-bn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(280deg, transparent 30%, #013274 97%);
    z-index: 0;
}
.bn-hd-1 h1{
    color: #fff;
    font-weight: 600;
    font-size: 71px;
    margin-bottom: 25px;
}
.bn-hd-1 p{
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 40px;
    font-size: 32px;
}
.g-recaptcha div{margin: 10px auto 0;}
.commanspace.landingdemo{margin-bottom: 0;}
.formsec.banner-form-1{
  background-color: #fff;
  border: 0;
  box-shadow: 0 0 7px -2px rgb(1 52 118 / 50%);
}
.formsec.banner-form-1 input{
  border: 1px solid #eee;
  border-radius: 10px;
}
.formsec.banner-form-1 select{
  border: 1px solid #eee;
  border-radius: 10px;
}
.landingdemo .formsec.banner-form-1 h6{
    font-size: 14px;
}
.landingdemo .formsec.banner-form-1 .form-control{
  margin-bottom: 0;
}
.banner-btn{
  color: #013476;
  background-color: #a3d8f8;
  border: 1px solid #a3d8f8;
}
.secone p{
  margin-bottom: 15px;
}
.mobsuccess{width: 100%;}
.moberror{width: 100%;}
@media (max-width: 767px){
  .ser-bn:before{
    background-image: linear-gradient(357deg, transparent 30%, #013274 97%);
  }
}
@media (max-width: 768px){
  .ser-bn picture img{
    display: none;
  }
  .ser-bn{
    padding-bottom: 20px;
  }
  .bn-hd-1{
    padding: 30px 0 10px;
    text-align: center;
  }
  .bn-hd-1 h1{
    font-size: 23px;
    margin-bottom: 20px;
  }
  .bn-hd-1 p{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
  }
}
@media(min-width: 769px){
      .ban-post {
        position: absolute;
        top: 30px;
        left: 65px;
    }
}
@media (min-width: 1400px) {
    .ser-bn picture img {
        object-fit: cover;
        max-height: 600px;
        object-position: top;
    }
    .ban-post {
    margin: 0 auto;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    }
}
@media (min-width: 1500px) {
   .main-banner1{padding: 80px 0 !important;}
}
@media (min-width: 769px) and (max-width: 993px){
  .ser-bn picture img{
    min-height: 580px;
  }
}
@media(max-width: 991px){
    .order-mob-2{order: 2;margin-top: 15px;}
    .commanspace.landingdemo{margin-bottom: 0;padding-bottom: 0;}
    .pl-0{padding-left: 15px !important;}
    .formsec{margin-top: 20px;}
   .landingdemo.lastchild{padding-bottom: 35px;}
/*   .formsec{padding: 25px 0;}*/
}
@media(max-width: 576px){
    .col-6.pl-0{padding-right: 0;}
    .copyright.landingdemo{margin-top: 40px;}
    .copyright.landingdemo {font-size: 11px;}
}
@media(min-width: 993px){
    .p-desk-0{padding: 0 !important}
/*    .contentleft{margin-right: 26px;}*/
}


  .single-testimonial-item {
    background: #fff;
    padding: 65px 50px 50px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #f6f6f6;
    transition: 0.3s;
    margin-right: 15px;
    margin-left: 15px;
  }
  .single-testimonial-item::before{
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      width: 0%;
      height: 4px;
      background-color: #093073;
      -webkit-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      opacity: 0;
      visibility: hidden;
  }
  .testimonial-icon i{
    font-size: 25px;
    background: #093073;
    padding: 15px;
    position: absolute;
    top: -20px;
    color: #fff;
    z-index: 9;
  }
  .single-testimonial-item p {
    margin-bottom: 40px;
  }
  .single-testimonial-item .author-wrap{
    display: flex;
    align-items: center;
  }
  .single-testimonial-item .author-thumb img{
        width: 70px !important;
    height: 70px;
    border-radius: 50%;
  }
  .single-testimonial-item .author-desc{
    padding-left: 20px;
  }
  .single-testimonial-item .author-desc h5{
    font-size: 20px;
  }
  .single-testimonial-item .author-desc span{
        font-size: 15px;
      color: #898a9c;
  }
  .single-testimonial-item:hover::before{
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .testimonial-carousel .owl-nav span{
    font-size: 55px;
    color: #093073;
    line-height: 36px;
  }
  .testimonial-carousel .owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    left: -17px;
    background-color: #fff !important;
    border-radius: 50%;
    box-shadow: 2px 2px 9px -4px rgba(0, 0, 0, 0.5);
    line-height: 16px;
  }
  .testimonial-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    right: -17px;
    background-color: #fff !important;
    border-radius: 50%;
    box-shadow: 2px 2px 9px -4px rgba(0, 0, 0, 0.5);
    line-height: 16px;
  }

  @media (max-width: 767px){
    .testimonial-carousel .owl-nav .owl-prev{
        width: 35px;
        height: 35px;
        left: 0px;
    }
    .testimonial-carousel .owl-nav .owl-next{
        width: 35px;
        height: 35px;
        right: 0px;
    }
    .testimonial-carousel .owl-nav span{
        font-size: 36px;
        line-height: 30px;
      }
      .testmonial-section .rowhead h2{
        font-size: 25px;
      }
      .main-banner1:before {
        background-image: linear-gradient(357deg, transparent 30%, #013274 97%) !important;
      }
      .main-banner1 .formsec{
        padding: 25px 15px;
      }
  }
  .testmonial-section{
    padding: 50px 0; 
    background-color:#f2f2f2;
  }

  .main-banner1:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(280deg, transparent 30%, #013274 97%);
    z-index: 0;
  }
  .main-banner1{
    position: relative;
    padding: 20px 0 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }


/*author with us*/


  .auth-banner{
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 440px;
    align-content: center;
  }
  .auth-banner:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    background-image: linear-gradient(45deg, #013476bd 15%, #ffffff8f 86%);
  }
  .auth-banner-hd{
    padding: 40px 20px;
    position: relative;
    z-index: 1;
  }
  .auth-banner-hd h1{
    color: #fff;
    font-weight: 509;
    line-height: 60px;
    font-size: 48px;
    font-family: 'thieme_argo_2011medium';
  }
  .cta-btn-1{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px;
    align-content: center;
    min-height: 300px;
  }
  .cta-btn-1:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #13357fa3 6%, #13357f 100%);
    opacity: 1;
  }
  .cta-btn-head h2{
      color: #fff;
      font-size: 34px;
      font-weight: 509;
      font-family: 'thieme_argo_2011medium';
  }
  .cta-btn-cont{
    margin-top: 50px;
        display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta-btn-cont a{
    padding: 15px 30px;
    color: #fff;
    margin: 0 10px;
    font-size: 17px;
    font-weight: 509;
  }
  .cta-btn-cont .bk-div{ 
    background-color: #013476;
  border: none;
  border-radius: 27px !important;
  color: #fff;
  padding: 14px 20px;
  margin: 0 10px;
  }
  .cta-btn-cont .ac-div{
    background-color: #fff;
  border-radius: 36px !important;
  color: #013476;
  padding: 12px 20px;
  margin: 0 10px;
  border: 2px solid #013476 !important;
  }
  .title h4 {
  padding: 12px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  color: #013476;
  font-family: 'thieme_argo_2011medium';
  font-size: 19px;
}
  .title h4::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 120px;
    transform: translateX(-50%);
    height: 2px;
    background-color: #013476;
  }
  @media (max-width: 767px){
    .auth-banner{
      min-height: 340px;
    }
    .auth-banner-hd h1{
      line-height: 40px;
      font-size: 33px;
    }
    .landingdemo.auth-demo .contentleft h4.tagg{
      padding: 6px 0px 6px 20px;
      margin-right: 20px;
      font-size: 18px;
    }
    .landingdemo.auth-demo .contentleft .secone{
      margin-top: 25px;
    }
    .cta-btn-cont a{
      padding: 12px 17px;
      margin: 0 5px;
      font-size: 16px;
    }
    .cta-btn-1{
      padding: 50px 20px;
    }
    .cta-btn-cont button{
      padding: 9px 15px;
      font-size: 15px;
    }
  }
  .bottom-header {
    padding: 0px 0 2px 0px;
    min-height: 26px;
    background-color: #fff;
}




/*egreeting*/

.ghead{
        text-align: center;
}
.ghead i{
    background-color: #013476;
    color: #fff;
    padding: 7px 9px;
    font-size: 32px;
    margin-bottom: 20px;
    border-radius: 50%;
}
.ghead h4{
    color: #013476;
    font-size: 27px;
    padding-left: 15px;
    font-family: 'thieme_argo_2011medium';
    text-transform: uppercase;
}
.gnav .nav-pills{justify-content: space-around;}
.gnav .nav-pills .nav-link{
    background-color: transparent !important;
    text-align: center;
}
.gnav .nav-pills .nav-link:hover{border-bottom: none !important;}
.gnav .nav-pills .nav-link span{
    background-color: #a3d8f8;
    color: #fff;
    font-size: 22px;
    /*padding: 10px 20px;
    border-radius: 6px;*/
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.gnav .nav-pills .nav-link.active span{
        background-color: #013476;
}
.gnav .nav-pills .nav-link p{
    padding-top: 16px;
    font-size: 17px;
    color: #013476;
    font-family: 'thieme_argo_2011medium';
    margin-bottom: 0;
}
.gnav .nav-pills .nav-item{
    /*position: relative;width: 33.33%;*/
    width: 26.33%;
    border: 2px solid #013476;
    min-width: 16%;
    border-radius: 10px;
    text-align: center;
}
/*.gnav .nav-pills .nav-item::before{
    position: absolute;
    content: "";
    background-color: #013476;
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
}
.gnav .nav-pills .nav-item:last-child::before{display: none;}
*/
/*.gnav .nav-pills .nav-item a span::before{
    position: absolute;
    content: "";
    background-color: #013476;
    height: 2px;
    width: 50%;
    top: 25%;
    right: 0;
}
.gnav .nav-pills .nav-item a span::after{
    position: absolute;
    content: "";
    background-color: #013476;
    height: 2px;
    width: 50%;
    top: 25%;
    left: 0;
}*/
.gnav .nav-pills .nav-item:last-child::before{display: none;}
.gtabcon .head{
    background: #013476;
    color: #fff;
    /*color: #013476;*/
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #013476;
    border-radius: 10px;
}
.gtabcon .head .name{
    display: flex;
    align-items: baseline;
}
.gtabcon .head .name span{ font-size: 16px; }
.gtabcon .head .name h4{
    font-size: 20px;
    padding-left: 15px;
    font-family: 'thieme_argo_2011medium';
}
.gtabcon .head .formdiv select{
    min-width: 200px;
    color: #013476;
    border: 2px solid #013476;
}
.gtabcon .content .formdiv .form-check label span{padding-top: 10px;color: #013476;font-size: 18px;}
.gtabcon .gbtn{display: flex;align-items: center;}
.gtabcon .gbtn .web_btn{margin-right: 10px;}



@media(max-width: 576px){
    .gnav .nav-pills .nav-link span {
        font-size: 17px;
        padding: 8px 14px;
    }
    .gnav .nav-pills .nav-link p{
        font-size: 15px;
        line-height: 20px;
    }
    .gtabcon .head{
        display: block !important;
    }
    .gtabcon .head .name{margin-bottom: 12px;}
    .gnav .nav-pills .nav-link{
        padding: 19px 9px !important;
    }
}










.stepinfo{
    text-align: center;
    font-family: 'thieme_argo_2011medium';
    color: #013476;
    margin-bottom: 20px;
}
.stepinfo h2{
    margin-bottom: 10px;
    font-size: 33px;
    color: #000000;
}
.stepinfo h5{
    margin-bottom: 19px;
    font-size: 25px;
}
progress[value] {
  --color: #013476;  /* the progress color */
  --background: #fff; /* the background color */
  
  border: none; /* Firefox add a default border */
  width: 40%;
  margin: 0 10px;
  border-radius: 10em;
  background: #fff;
}
progress[value]::-moz-progress-bar {
  border-radius: 10em;
  background: #fff;
}
progress[value] {
  

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0 10px;
  border-radius: 10em;
  background: var(--background);
}
progress[value]::-webkit-progress-bar {
  border-radius: 10em;
  background: var(--background);
}
progress[value]::-webkit-progress-value {
  border-radius: 10em;
  background: var(--color);
}
progress[value]::-moz-progress-bar {
  border-radius: 10em;
  background: var(--color);
}
.stepcontent{
    border: 1px solid #e6e6e6;
        padding: 30px 20px;
    border-radius: 10px;
    background: linear-gradient(0deg, #dcdcdc4d, #fff 100%);
    margin-bottom: 30px;
}
.stepcontent .namee{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.stepcontent .namee i{
    color: #013476;font-size: 27px;margin-right: 13px;
}
.stepcontent .namee h4{
    font-family: 'thieme_argo_2011medium';
    color: #013476;
}
.stepcontent p{
    color: #626060;margin-bottom: 25px;
}
.stepnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stepnav button{min-width: 120px;}
.stepnav button.prevbtn{
    border: 1px solid #5c5a5c;
    background: transparent;
    padding: 10px 13px;
    border-radius: 10px;
    font-size: 16px;
    color: #5c5a5c;
}
.stepnav button.nextbtn{
    border: none;
    background: #013476;
    color: #fff;
    padding: 10px 13px;
    border-radius: 10px;
    font-size: 16px;
}
.stepnav button i{
    padding-right: 10px;
}
.stepnav a{min-width: 120px;}
.stepnav a.prevbtn{
    border: 1px solid #5c5a5c;
    background: transparent;
    padding: 10px 13px;
    border-radius: 10px;
    font-size: 16px;
    color: #5c5a5c;
}
.stepnav a.nextbtn{
    border: none;
    background: #013476;
    color: #fff;
    padding: 10px 13px;
    border-radius: 10px;
    font-size: 16px;
}
.stepnav a i{
    padding-right: 10px;
}
.custom-select:focus{box-shadow: none;border: none;}
.formdiv.imgs{
    display: flex;
    flex-wrap: wrap;
}
.formdiv.imgs .imgformdiv{
    width: 100%;padding: 10px;
}
.formdiv.imgs .imgformdiv .close{
    position: absolute;
    top: -19px;
    right: -11px;
    border: 1px solid #e6e6e6;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 2px #5d5d5d;
    background: #fff;
    color: #000;
}
.formdiv.imgs .imgformdiv .modal img{border: none !important;border-radius: 0 !important;}
.formdiv.imgs .form-check label{padding: 0 10px;}
.formdiv.imgs .imgformdiv img{
   border-radius: 10px;
    border: 2px solid #000;
}
.formdiv.imgs .form-check{
    margin-bottom: 10px;
    /*position: relative;
    padding-left: 0;
    margin: 0;*/
}
/*.formdiv.imgs .form-check .form-check-input{
    position: absolute !important;
    top: 9% !important;
    left: 8% !important;
    margin: 0 !important;
}*/
.formdiv .btn-group-toggle{display: block;}
.formdiv .btn-group-toggle label{
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    background: #fff;
    color: #444;
    border: 2px solid #c3c3c3;
    border-radius: 10px !important;
    padding: 13px 16px;
}
.formdiv .btn-group-toggle label.active{
    color: #fff !important;
    background-color: #013476 !important;
    border-color: #013476 !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus{box-shadow: none !important;}
.bgwhite{background-color: #fff;}
.personalise .form-control{
    background: #fff;
    border: 0;
    padding: 13px 15px;
    min-height: 50px;
}
@media(min-width: 576px){
    .formdiv.imgs .imgformdiv{
        width: 50%;
    }

}
@media(max-width: 576px){
    .formdiv.imgs .form-check{
        margin-bottom: 20px;
    }
    .stepinfo h3 {
        font-size: 21px !important;
    }
    .stepcontent .namee h4{
        font-size: 20px !important;
    }
}
@media(min-width: 992px){
    .formdiv.imgs .imgformdiv{
        width: 33.33%;
    }
}



.faq-accord .card{
   margin-bottom: 15px;
   border: 0;
   box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.09);
  }
  .faq-accord .card .card-header{
   background-color: #fff;
   border: 0;
  }
  .faq-accord .card .card-header button{
   color: #13357f;
    font-weight: 509;
    padding: 0;
    font-size: 17px;
  }
  .faq-accord .card .card-header button{
   display: flex;
   justify-content: space-between;
   align-items: center;
  }
  .faq-accord .card .card-header button i{
   font-size: 16px;
   color: #13357fb3;
  }
  .faq-accord .card .card-header .btn-block.text-left.collapsed i{
   transform: rotate(180deg);
  }
  .faq-accord .card .card-body{
   padding-top: 8px;
   color: #676d73;
   font-size: 15px;
  }
  .faq-accord .card .card-body ul{
   padding-left: 20px;
  }
  .faq-accord .card .card-body ul li{
   list-style: inherit;
  }
  .faq-accord .card .btn-link:focus{
   text-decoration: none;
  }
  .faq-accord .card .btn:focus{
   box-shadow: none;
  }
  .btn-link:hover{
   text-decoration: none;
  }
  .faq-section .title h4{
      border-bottom: 0;
  }
   .testimonials .title h4{
      border-bottom: 0;
  }




