@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400&display=swap'); 

@font-face {
        font-family:'Noto Sans';
        src: url('../fonts/noto-sans-400.woff2') format('woff');
             font-weight:normal;
             font-style:normal;
             font-display: swap;
    }
@font-face {
        font-family:'Noto Sans';
        src: url('../fonts/noto-sans-700.woff2') format('woff');
             font-weight:700;
             font-style:normal;
             font-display: swap;
    }

body{
    font-family: 'Noto Sans', sans-serif;
}
/* custom scroll starts  */
html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #F29500;
  }
  .hctr-step-row::-webkit-scrollbar {
    width: 5px;
  }
  .hctr-step-row {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  }
  .hctr-step-row::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
    border-radius: 8px;
  }
  .hctr-step-row::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 6px;
  }

  .bold{font-weight:bold!important;}
/* custom scroll ends  */
.hctr-btn{
    padding: 16px 20px;
    text-transform: capitalize;
    border-radius: 4px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    transition: 0.8s;
}
.hctr-btn i{
    display: inline-flex;
    padding-left: 40px;
}
.hctr-btn:hover{
    color: #ffffff;
    text-decoration: none;
}
.hctr-primary-bg{
    background-color: #F3F4F1;  
}
.hctr-secondary-bg{
    background-color: #EEEEEF;
}
.hctr-btn-primary{
    background-color: #F36D1F;
    border: 1px solid #F36D1F;
    box-sizing: border-box;
}
.hctr-btn-primary:hover{
    background-color: #F08824;  
    border: 1px solid #F08824;
}
.hctr-btn-secondary{
    border: 1px solid #7D7D7D;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #7D7D7D ;
}
.hctr-btn-secondary:hover{
    background-color: #777777;
    color: #FFFFFF;
}
.hctr-btn-black{
    background-color: #000000;
    border: 1px solid #000000;
}
.hctr-btn-yellow{
    background-color: #F29500;
    border: 1px solid #F29500;
    color: #000000;
}
.hctr-btn-yellow:hover{
    background-color: #000000 !important;
    border:1px solid #000;
    color: #fff !important;
}
.hctr-white-bg{
    background: #fff;
}
.hctr-yellow-text{
    color:#F29500;
}
.hctr-heading-sm h2{
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #212121;
}
.hctr-heading-sm .para-center {
    text-align: center;
}
.hctr-heading-xs h3{
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #212121;
}
.hctr-heading-xs hr{
    margin:0;
}
.hctr-heading-text-left h2{
    text-align: left;
}
.font-19{
    font-size: 19px;
}
.lh-29{
    line-height: 29px;
}
/* Navbar starts */
.hctr-prenavlinks {
    display: flex;
    padding: 10px 0;
    justify-content: flex-end;
}
.hctr-prenavlinks a{
    color: #231F20;
    margin-right: 30px;
    font-size: 16px;
    line-height: 18px;
    position: relative;
}
.hctr-prenavlinks a:before{
    content: '';
    position: absolute;
    border-right:1px solid black;
    left:-15px;
    width:1px;
    height:100%;
}
.hctr-prenavlinks a:first-child:before{
    display: none;
}
.hctr-prenavlinks a:hover{
    text-decoration: none;
}
.hctr-prenavlinks a:last-child{
    margin-right: 0;
}
.hctr-brand{
    display: flex;
    justify-content: space-between;
    margin: 20px 0 20px 20px;
}
.hctr-brand img{
    max-width: 190px;
}
.hctr-navbar .navbar{
    background-color: #231F20;
    border-bottom: 2px solid #C27303;
}
.hctr-navbar .navbar{
    padding: 0;
}
.hctr-navbar .navbar-nav .nav-link{
    padding: 12px 20px;
    color: #ffffff;
    transition: 0.6s;
    display: flex;
    height: 100%;
    align-items: center;
}
.hctr-nav-submenu{
    visibility: hidden;
    margin-top: 0;
}
.hctr-nav-has-submenu:hover .hctr-nav-submenu{
    visibility: visible;
    transition-delay: 0.2s;
}
.hctr-navbar .navbar-nav .nav-link:hover, .hctr-nav-submenu .hctr-nav-submenu-item:focus,
 .hctr-nav-submenu .hctr-nav-submenu-item:hover
{
    color: #ffffff;
    background-color: #F29500;
}
.hctr-navbar .navbar-nav .nav-item{
    position: relative;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #FFFFFF;
}
.hctr-navbar .navbar-nav .nav-item.active .nav-link,.hctr-navbar .navbar-nav .hctr-nav-has-submenu.show  .nav-link
, .hctr-main-menu .nav-item:active{
    background-color: #F29500;
}
.hctr-link-with-transform{
    color: #F36D1F;
    position: relative;
    display: inline-block;
}
.font-14{font-size: 14px !important;}
.hctr-link-with-transform:before{
    position: absolute;
    content: "";
    transform-origin: right;
    bottom: 0;
    right: 0;
    width: 0;
    display: block;
    height: 0.125rem;
    background-color: #F36D1F;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
}
.hctr-link-with-transform:hover:before{
    width: 100%;
    left: 0;
    transform-origin: left;
}
.hctr-link-with-transform:hover{
    color: #F36D1F;
    text-decoration: none;
}
.hctr-nav-has-submenu .hctr-nav-submenu{
    border-radius: 0;
    border:0;
    border: 1px solid rgba(0,0,0,.15);
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}


.hctr-nav-has-submenu .hctr-nav-submenu-item{
    color: #373737;
    border-bottom: 1px solid #d7d8e9;
    box-shadow: none;
    padding: 10px 30px
}
.hctr-nav-has-submenu li:last-child .hctr-nav-submenu-item{
    border-bottom: 0;
}
.hctr-nav-submenu {
    padding: 0;
}

/* Navbar ends */

/* scroll up starts */

.hctr-scrolltop{
    background: #231F20;
    width: 40px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    color:#ffffff;
    z-index: 9;
}
.hctr-scrolltop:hover{
    cursor: pointer;
}
.hctr-scrolltop i{
    color: #ffffff;
    text-align: center;
    width: 40px;
    height:18px;
}
.hctr-scrolltop-text{
    position: relative;
    display: inline-block;
	width: 100%;
    text-align: center;
}
.hctr-scrolltop-text:before{
    position: absolute;
    /*content: 'top';*/
    text-transform: uppercase;
    color: #ffffff;
    height: 30px;
    width: 40px;
    bottom: 0;
    display: inline-flex;
    justify-content: center;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#ffffff;
}
/* scroll up ends  */

/* sprite starts  */
.bg-closing_quote {
    width: 35px; height: 27px;
    background: url('../images/icons/hctr-jp-sprites.png') -109px -398px;
    flex-shrink: 0;
}

.bg-Medal {
    width: 32px; height: 42px;
    background: url('../images/icons/hctr-jp-sprites.png') -24px -308px;
    flex-shrink: 0;
}

.bg-opening_quote {
    width: 37px; height: 29px;
    background: url('../images/icons/hctr-jp-sprites.png') -24px -398px;
    flex-shrink: 0;
}

.bg-provided_golden_icon {
    width: 17px; height: 14px;
    background: url('../images/icons/hctr-jp-sprites.png') -348px -308px;
    flex-shrink: 0;
}

.bg-provided_icon {
    width: 17px; height: 14px;
    background: url('../images/icons/hctr-jp-sprites.png') -192px -398px;
    flex-shrink: 0;
}

.bg-service_1 {
    width: 41px; height: 40px;
    background: url('../images/icons/hctr-jp-sprites.png') -24px -220px;
    flex-shrink: 0;
}

.bg-service_2 {
    width: 40px; height: 40px;
    background: url('../images/icons/hctr-jp-sprites.png') -113px -220px;
    flex-shrink: 0;
}

.bg-service_3 {
    width: 40px; height: 40px;
    background: url('../images/icons/hctr-jp-sprites.png') -201px -220px;
    flex-shrink: 0;
}

.bg-service_4 {
    width: 40px; height: 40px;
    background: url('../images/icons/hctr-jp-sprites.png') -327px -24px;
    flex-shrink: 0;
}

.bg-service_5 {
    width: 32px; height: 40px;
    background: url('../images/icons/hctr-jp-sprites.png') -104px -308px;
    flex-shrink: 0;
}

.bg-service_6 {
    width: 40px; height: 40px;
    background: url('../images/icons/hctr-jp-sprites.png') -327px -112px;
    flex-shrink: 0;
}

.bg-service_7 {
    width: 56px; height: 50px;
    background: url('../images/icons/hctr-jp-sprites.png') -133px -24px;
    flex-shrink: 0;
}

.bg-service_8 {
    width: 42px; height: 50px;
    background: url('../images/icons/hctr-jp-sprites.png') -40px -122px;
    flex-shrink: 0;
}

.bg-service_9 {
    width: 42px; height: 50px;
    background: url('../images/icons/hctr-jp-sprites.png') -127px -122px;
    flex-shrink: 0;
}

.bg-service_10 {
    width: 61px; height: 50px;
    background: url('../images/icons/hctr-jp-sprites.png') -24px -24px;
    flex-shrink: 0;
}

.bg-service_11 {
    width: 60px; height: 60px;
    background: url('../images/icons/infographic.png') center;
    flex-shrink: 0;
}

.bg-service_12 {
    width: 42px;
    height: 50px;
    background: url('../images/icons/hctr-jp-sprites.png') 144px -24px;
    flex-shrink: 0;
}

.bg-service_13 {
    width: 60px; height: 60px;
    background: url('../images/icons/artwork.png') center;
    flex-shrink: 0;
}
.bg-service_14 {
    width: 40px; height: 40px;
    background: url('../images/icons/ga-icon-hm.png');
    flex-shrink: 0;
    background-size: contain;
 }
.bg-service_15 {
    width: 40px; height: 40px;
    background: url('../images/icons/manuscript-writing-icon-hm.png');
    flex-shrink: 0;
    background-size: contain;
}

.min-h-para{min-height: 115px;}
.bg-step_1 {
    width: 28px; height: 35px;
    background: url('../images/icons/hctr-jp-sprites.png') -415px -107px;
    flex-shrink: 0;
}

.bg-step_2 {
    width: 32px; height: 35px;
    background: url('../images/icons/hctr-jp-sprites.png') -415px -24px;
    flex-shrink: 0;
}

.bg-step_3 {
    width: 28px; height: 35px;
    background: url('../images/icons/hctr-jp-sprites.png') -415px -190px;
    flex-shrink: 0;
}

.bg-step_4 {
    width: 35px; height: 35px;
    background: url('../images/icons/hctr-jp-sprites.png') -184px -308px;
    flex-shrink: 0;
}

.bg-step_5 {
    width: 33px; height: 35px;
    background: url('../images/icons/hctr-jp-sprites.png') -267px -308px;
    flex-shrink: 0;
}

.bg-surface1 {
    width: 35px; height: 42px;
    background: url('../images/icons/hctr-jp-sprites.png') -327px -200px;
    flex-shrink: 0;
}

.bg-user {
    width: 41px; height: 42px;
    background: url('../images/icons/hctr-jp-sprites.png') -237px -114px;
    flex-shrink: 0;
}

.bg-yellow_bullet {
    width: 16px; height: 16px;
    background: url('../images/icons/hctr-jp-sprites.png') -415px -273px;
    flex-shrink: 0;
}
/* sprite ends  */
/* contact starts  */
.hctr-contact-details {
    padding: 20px;
    border:1px solid #ddd;
    border-left: 3px solid #F29500;
    border-radius: 4px;
}
.hctr-contact-details a {
    color: #000000;
}
.hctr-contact-details a:hover{
    color: #000000;
    text-decoration: none;
}
.hctr-working-email, .hctr-working-number{
    border-left: 3px solid #000000;
}
/* contact ends  */
/* Hero Banner starts */
.hctr-hero-banner{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 400px;
    justify-content: center;
}
.hctr-hero-banner:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
    /* background: linear-gradient(to right,rgba(250,250,250,1) 20%, rgba(250,250,250,.95) 50% ,rgba(250,250,250,0.1) 80%,rgba(250,250,250,0) 100%); */
}
.hctr-banner-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.hctr-home-banner {
    background-image: url('../images/home-banner.jpg');  
}
.hctr-hero-caption{
    padding: 20px 0px 0px 0px;
}
.hctr-hero-caption h1{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.hctr-hero-caption h1 span{
    font-weight: bold;
    color: #F36D1F;
    line-height: 30px;
    margin-bottom: 20px;
}
.hctr-hero-caption p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
/* Hero Banner ends  */

/*Home page starts*/

.hctr-home-para {
    padding: 60px 30px;
}
.hctr-home-para p{
    font-size: 20px;
    line-height: 32px;
    color: #212121;
    margin-bottom: 15px;
}

.hctr-home-para p:last-child, .hctr-academicservice-list ul li:last-child, .hctr-academic-support-txt p:last-child, .hctr-service-step-body p:last-child{
    margin-bottom: 0;
}
.hctr-home-service-listing{
    padding: 60px 0;
}
.hctr-home-service-box{
    background-color: #ffffff;
    height: 100%;
    position: relative;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.hctr-home-service-box:hover{
    box-shadow: 0px 4px 25px rgb(242 149 0 / 15%);
}
.hctr-mb10{
    margin: 0 0 10px 0;
}
.hctr-my20{
    margin: 20px 0;
}
.hctr-my10{
    margin: 10px 0;
}
.hctr-home-service-icon img{
    max-width: 40px;
}

.hctr-home-service-heading span + h4,
.hctr-home-service-heading img + h4 {
    margin-left: 23px;
}
.hctr-home-service-heading h4{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}
.hctr-home-service-heading, .hctr-home-service-body{
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%;
}
.hctr-home-service-heading{
    border-bottom: 1px solid #F1F2EF;
}

.hctr-home-service-heading:before, .hctr-home-service-body:before, .hctr-testimonial-info:before, .hctr-testimonial-author-details:before{
    content: '';
    position: absolute;
    background: #F29500;
    width: 3px;
    height: 100%;
    left: 0;
    bottom: 0;
}
.hctr-home-service-body{
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    position: static;
    align-content: space-between;
}
.hctr-home-service-heading:before, .hctr-testimonial-info:before{
    z-index: 1;
}
.hctr-home-service-body::before, .hctr-testimonial-author-details:before{
    background: #000000;
    z-index: 0;
}
.hctr-home-service-body p{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #6A6A6A;
}
.hctr-home-service-body p:last-child{
    margin-bottom: 0;
}
.hctr-home-service-body a,
.hctr-home-service-box a{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 30px;
}
.hctr-home-service-body a:hover, .hctr-home-service-body a:focus,
.hctr-home-service-box:hover, .hctr-home-service-box:focus{
    text-decoration: none;
}
.hctr-service-link-wrp{
    padding: 20px;
    margin-top: auto;
}

.hctr-home-service-footer {
    border-top: 1px solid rgb(226, 232, 240);
    padding: 1.25rem;
    display: flex;
    align-items: center;
    width: 100%;
}
.hctr-features-wrp{
    padding: 60px 0 40px 0;
}
.hctr-feature-list{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    height:100%;
}
.hctr-featute-heading{
    padding: 16px 20px;
}
.hctr-featute-heading h3{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #F29500;
    margin-bottom: 0;
}
.hctr-featute-body{
    padding: 20px;
}
.hctr-featute-body ul{
    padding-left: 30px;
    color: #6A6A6A;
    font-size: 16px;
    line-height: 22px;
}
.hctr-featute-body li{
    margin-bottom: 10px;
}
.hctr-featute-body li:last-child{
    margin-bottom: 0;
}
.hctr-why-choose, .hctr-how-use-steps, .hctr-testimonial-wrp, .hctr-faq-wrp, .hctr-academic-service-detail, 
.hctr-service-steps, .hctr-academic-trans-sample, .hctr-guarantee,.hctr-translator-intro-wrp, .hctr-contact,
.hctr-journal-names, .hctr-subject-area, .hctr-jisseki-info, .hctr-service-information, .hctr-sitemap-container{
    padding: 60px 0;
}
.hctr-why-choose-img{
    /* background-image: url('../images/why-choose-team.png'); */
    background-image: url('../images/why-choose-team1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.hctr-why-choose .hctr-mb10:last-child{
    margin-bottom: 0;
}
.hctr-use-step{
    border: 1px solid #000000;
    box-shadow: 2px 10px 5px 6px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    padding: 40px 10px 10px 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6A6A6A;
    height: 100%;
}
.hctr-use-step-heading h5{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.hctr-use-step-heading{
    position: absolute;
    top:-70px;
    left: 0;
    right: 0;
    width:100%;
}
.hctr-use-step-icon {
    background-color: #FFFFFF;
    border:1px solid #F29500;
    height: 60px;
    width:60px;
    margin: auto;
    margin-top: -70px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.hctr-use-text p{
    font-size: 16px;
    line-height: 24px;    
}
.hctr-how-use-steps .hctr-step-col{
    display: inline-block;
    width: 25%;
    padding: 0 10px;
    margin-top: 75px;
    margin-bottom: 30px;
}
.hctr-how-use-steps .hctr-step-col:first-child{
    padding-left: 0;
}
.hctr-how-use-steps .hctr-step-col:last-child{
    padding-right: 0;
}
.hctr-how-use-steps ,.hctr-step-row{
    overflow-y: hidden;
    display: flex;
    width: 100%;
}
.hctr-testimonial:hover{
    box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
}
.hctr-testimonial, .hctr-testimonial-info{
    position: relative;
}
.hctr-testimonial-info:after{
    position: absolute;
    content: '';
    bottom: 0;
    background-color: #FFFFFF;
    height: 2px;
    left:0;
    right:0;
    z-index: 1;
}
.hctr-testimonial-author-details{
    padding: 15px 20px;
}
.hctr-testimonial-info{
    padding: 50px 20px 20px;
}
.hctr-testimonial-info p{
    font-size: 14px;
    line-height: 22px;
    color: #6A6A6A;
}
.hctr-testimonial-info p:last-child{
    margin-bottom: 0;
}
.hctr-testimonial-info-txt{
    position: relative;
}
.hctr-testimonial-info-txt::before, .hctr-testimonial-info-txt:after{
    content: '';
    position: absolute;
    background: url('../images/icons/hctr-jp-sprites.png') -24px -399px;
    background-repeat: no-repeat;
    height: 30px;
    width: 35px;
    top: -35px;
    left: 0;
}
.hctr-testimonial-info-txt:after{
    width: 35px; height: 27px;
    background: url('../images/icons/hctr-jp-sprites.png') -109px -398px;
    bottom: -35px;
    top: auto;
    left: auto;
    right:0;
}
.hctr-testimonial-author-details h6{
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0;
}
.hctr-testimonial-author-details span{
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}
.hctr-faq-head .btn{
    white-space: normal;
    text-align: left;
    color: #262626;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.hctr-faq-head .btn:hover, .hctr-faq-head .btn:focus{
    text-decoration: none;
    color: #262626;
}
.hctr-faq-head .btn[aria-expanded=true], .hctr-faq-head .btn[aria-expanded=true] .hctr-faq-numbering{
    color: #F98A24
}

.hctr-faq-numbering{
    margin-right: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: rgba(38, 38, 38, 0.7);
}
.hctr-faq-box{
    margin-bottom: 20px;
}
.no-border{
    border-bottom: none !important;
}
.hctr-faq-body{
    margin-left: 62px;
}
.hctr-faq-body{
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #6A6A6A;
    padding-right: 30px;
}
.hctr-faq-body p{margin-bottom: 20px;}
.hctr-faq-head h5{
    position: relative;
    padding-right: 30px;
}
.hctr-faq-head .btn:after{
    position: absolute;
    content: '\f067';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    top: 35%;
    right: 5px;
}
.hctr-faq-head .btn[aria-expanded=true]:after{
    content: '\f068';
}
/* Home page ends  */
/* Medical page starts  */
.hctr-medical-banner {
    background-color: #eeeeee;
}

.hctr-editing-banner {
    background-image: url('../images/editing-banner.jpg');
}

.hctr-pss-banner {
    background-image: url('../images/pss-banner.jpg');
}
.graphical-abtract-banner {
    background-image: url('../images/graphical-abtract-banner.jpg');
}
.hctr-manuscript-banner {
    background-image: url('../images/manuscript-banner.jpg');
}

.hctr-translation-banner {
    background-image: url('../images/translation-banner.jpg');
}
.pt-20{padding-top: 20px !important;}

.hctr-payment-banner {
    background-image: url('../images/payments-banner.jpg');
}

.hctr-home-a-banner {
    background-image: url('../images/home-banner-a.jpg');
}

.hctr-hero-secondary-caption, .hctr-hero-caption{
    position: relative;
    z-index: 2;
}
.hctr-hero-secondary-caption ul{
    padding-left: 0;
    margin-bottom:30px;
    list-style: none;
}
.hctr-hero-secondary-caption ul li{
    padding-left: 30px;
    position: relative;
}
.hctr-hero-secondary-caption ul li::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/icons/hctr-jp-sprites.png') -415px -273px;
    top:3px;
    left:0;
}
.hctr-hero-secondary-caption ul li{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6A6A6A;
    margin-bottom: 10px;
}
.hctr-hero-secondary-caption ul li:last-child{
    margin-bottom: 0;
}
.hctr-hero-secondary-caption h1{
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}
.hctr-hero-secondary-caption p{
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #6A6A6A;
}
.hctr-standard-service, .hctr-premium-service, .hctr-topjournal-service{
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-top: 5px solid #000000;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
}
.hctr-topjournal-service-orange{
    border-top: 5px solid #F29500 !important;
    border-bottom: 2px solid #F29500;
    border-left: 2px solid #F29500;
    border-right: 2px solid #F29500;
}
.flex{display: flex;}
.flex-col{flex-direction: column;}
.orange-wrapper{background: #F29500;padding: 6px;border-radius: 45px;width: 45px;height: 45px;flex-shrink: 0;justify-content: center;margin-right: 20px;}
.orange-wrapper img{width: 30px;height: 30px;background-size: contain;padding: 6px 4px 4px 4px;}
.hctr-wrapper{background: #fff;padding: 50px 0px;}
.hctr-wrapper .card{border:1px solid #000;border-radius: 4px;}
.hctr-wrapper .card .header{background: #000;color: #fff;text-align: center;padding: 10px 30px;font-size: 16px;font-weight: 700;}
.hctr-wrapper .card .body{padding: 24px 20px;min-height: 250px;}
.hctr-wrapper .card ul{padding-left: 10px;}
.hctr-wrapper .card ul.green-check li{margin-bottom: 10px;background: url(/assets/images/green-check.svg) no-repeat;padding: 0px 0px 0px 25px;list-style: none;background-position: 0px 10px;}
.hctr-wrapper .card ul.green-check li ul{margin-top: 15px;padding-left: 20px;}
.hctr-wrapper .card ul.green-check li ul li{background: none;padding-left: 0px;list-style-type: disc;}

.hctr-standard-tr-service{
    border: 0.5px solid #e4e4e4;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.hctr-academic-service-heading{
    background: #000000;
    text-align: center;
    padding: 6px;
}
.hctr-academic-service-heading span{
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
.hctr-topjournal-service .hctr-academic-service-heading{
    background: #F29500;
}
.hctr-topjournal-service{
    border: 2px solid #F29500;
}
.hctr-academic-service-title{
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    text-align: center;
}
.hctr-academic-service-title h3{
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px;
}
.hctr-academicservice-list h6{
    font-weight: 700;
}
.hctr-academic-service-title p{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 5px;
}
.hctr-service-custom-row{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.custom-item-center {
    justify-content: center;
}
.single-card-width {
    width: 363px;
    margin: auto;
}
.double-card-width {
    width: 363px;
}
.hctr-service-custom-col{
    padding-left: 15px;
    padding-right: 15px;
    flex: 1 1 0px;
}

.hctr-service-custom-col1{
    padding-left: 15px;
    padding-right: 15px;
    flex-grow: 1;
    flex-shrink: 1;
}

.custom-two-card {
    flex-grow: 0 !important;
}
.hctr-academicservices-bg{
    padding: 18px;
}
.hctr-academicservices-bg p{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.hctr-academicservices-bg p:last-child{
    margin-bottom: 0;
}
.hctr-standard-service-bg{
    background-color: rgba(104,130,218,.4);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hctr-standard-service-bg p{font-size: 14px;}
.hctr-single-service-bg{
    background-color: #E4E4E4;
    width: 100%;
}
.hctr-premium-service-bg{ 
    background-color: rgba(174,159,225,.3);
}
.hctr-premium-service-bg-orange{
    background-color: #FCF4DD;
}
.min-height-200px{min-height: 200px;}
.mt-2{margin-top: 20px;}
.hctr-topjournal-service-bg{
    background-color: #fcf4de;
}
.hctr-standard-service-list ul li, .hctr-premium-service-list ul li, .hctr-topjournal-service-list ul li{
    position: relative;
    list-style: none;
    padding-left: 30px;

}
.hctr-standard-service-list ul li:before, .hctr-premium-service-list ul li:before, .hctr-topjournal-service-list ul li:before{
    content: '';
    position: absolute;
    background: url('../images/icons/hctr-jp-sprites.png')-192px -398px;
    left: 0;
    top: 5px;
    vertical-align: middle;
    width: 17px;
    height: 14px;
}
.hctr-standard-service-list ul li .sub-list, .hctr-premium-service-list ul li .sub-list, .hctr-topjournal-service-list ul li .sub-list{
    position: relative;
    list-style: none;
    padding-top: 10px;
}
.hctr-standard-service-list ul li .sub-list li:before, .hctr-premium-service-list ul li .sub-list li:before, .hctr-topjournal-service-list ul li .sub-list li:before{
    background: none;
    content: "\25CF";
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    color: #030303;
    width: 0em;
    margin-left: 0em;
    top: 0px;
    left: 10px;
}
.hctr-premium-service-list ul li:before{
    background: url('../images/icons/hctr-jp-sprites.png')-192px -398px;
    }
.hctr-topjournal-service-list ul li:before{
    background: url('../images/icons/hctr-jp-sprites.png')-348px -308px;
}
.hctr-academicservice-list{
    padding: 30px;
}
.hctr-academicservice-list ul{
    padding-left: 0;
    margin-bottom: 0 ;
}
.hctr-academicservice-list ul li{
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px;
}
.hctr-academicservice-moreinfo, .hctr-col-inside{
    border-bottom: 3px solid #e2e8f0;
}
.hctr-academicservice-info-title{
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    text-align: left;
}
.hctr-academicservice-info-title h6{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
}
.hctr-academic-support-txt {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hctr-academic-support-txt p{
    font-size: 14px;
    line-height: 22px;
}
.hctr-service-step-detail{
    padding: 30px;
    border-radius: 4px;
    margin-left: 17px;
    height: 100%;
}
.hctr-service-step-title h5{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.hctr-service-step-body p{
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #6A6A6A;
}
.hctr-service-step-number{
    font-size: 25px;
    float: left;
    margin-left: -30px;
    margin-top: 52px;
}
.hctr-service-step-border{
    border:1px solid #000000;
    position: absolute;
    top:0;
    bottom: 0;
    margin-top: 95px;
    height: 80%;
    margin-left: 13px;
}
.hctr-academic-trans-sampledetail{
    padding: 20px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    border-radius: 8px;
}
.hctr-guarantee-txt p{
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
}
.hctr-guarantee-txt h5{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.hctr-translator-intro{
    background: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 14px;
    display: flex;
    flex-direction: column;
}
.hctr-translate-author{
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}
.hctr-translate-author-profile{
    margin-right: 14px;
}
.hctr-translate-author-profile img{
    height:60px;
    width:60px;
    border-radius: 100%;
}
.hctr-translate-author h6{
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    color: #262626;
}
.hctr-translate-author p{
    font-size: 12px;
    line-height: 16px;
    color: rgba(38, 38, 38, 0.6);
	height: 32px;
}
.hctr-translator-exp {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
    margin: 14px 0;
}
.hctr-translator-exp span{
    font-size: 10px;
    line-height: 14px;
    color: #262626;
    padding: 8px;
}

.hctr-translator-brief p{
    font-size: 12px;
    line-height: 16px;
    color: rgba(38, 38, 38, 0.6);
}
/* Medical page ends  */

.hctr-voice-wrp .hctr-testimonial-info-txt::before, .hctr-testimonial-info-txt:after{
    display: none;
}
.hctr-voice-wrp .hctr-testimonial-info{
    padding: 20px;
}
.hctr-journal-name-listing ul{
    padding: 0;
}
.hctr-journal-name-listing li{
    width: 30%;
    float: left;
    font-weight: normal;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 10px;
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}
.hctr-journal-name-listing li:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/icons/hctr-jp-sprites.png) -415px -273px;
    top: 3px;
    left: 0;
}
.hctr-subject-area-listing ul{
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.hctr-subject-area-listing ul li{
    float: left;
    width: 25%;
    padding-right: 20px;
    margin-bottom: 5px;
}
/* footer starts  */
.hctr-footer-wrp{
    background-color: #EEEEEF;
    color:#262626;
    padding: 25px 0;
}
.hctr-footer-wrp h5{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #262626;
}
.hctr-footer-items {
    display: flex;
    flex-direction: column;
}
.hctr-footer-items.hctr-footer-logo{
    justify-content: center;
}

.hctr-footer-subitems ul, .hctr-footer-bottom-stripe ul{
    list-style: none;
    padding: 0;
}
.hctr-footer-bottom-stripe ul{
    margin: 0;
}
.hctr-footer-subitems ul li,.hctr-footer-bottom-stripe ul li{
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.hctr-footer-subitems ul li{
    display: block;
}
.hctr-footer-bottom-stripe ul li:after{
    content: '';
    position: absolute;
    right:-8px;
    width:1px;
    height: 100%;
    border-right: 1px solid #262626;
}
.hctr-footer-subitems ul li:last-child::after,.hctr-footer-bottom-stripe ul li:last-child::after{
    border-right: 0;
}
.hctr-footer-bottom-stripe ul li:after{
    border-right: 1px solid #F36D1F;
}
.hctr-footer-subitems ul li:first-child,  .hctr-footer-bottom-stripe ul li:first-child{
    margin-left:0 ;
}
.hctr-footer-subitems ul li:last-child, .hctr-footer-bottom-stripe ul li:last-child{
    margin-right:0 ;
}
.hctr-footer-subitems li a ,.hctr-footer-bottom-stripe a{
    font-size: 14px;
    line-height: 21px;
    color:#262626;
}
.hctr-footer-subitems li a:hover, .hctr-footer-bottom-stripe a:hover{
    text-decoration: none;
}
.hctr-footer-bottom-stripe, .hctr-footer-bottom-stripe li a{
    color: #F36D1F;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}


/* footer ends  */

.hctr-required-uniform h5:not(.hctr-yellow-text) {
    margin: 1em 0;
}
.hctr-required-uniform h6 {
    font-weight: 700;
    margin-bottom: 1em;
}
.hctr-icmje-statement {
    width: 100%;
    margin-bottom: 1rem;
}
.hctr-icmje-statement th,
.hctr-icmje-statement td {
    padding: 0 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
} 
.hctr-icmje-statement .col1 { width: 121px;}
.hctr-icmje-statement .col2 { width: 121px;}
.hctr-icmje-statement .col3 { width: 121px;}
.hctr-icmje-statement .col4 { width: 142px;}
.hctr-icmje-statement .col5 { width: 28px;}
.hctr-statement {
    padding: 10px 10px ;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    border-radius: 8px;
}
.hctr-payment-section .hctr-home-service-box .hctr-home-service-footer {
    min-height: 77px;
    margin-top: auto;
}
.hctr-bnw {
    filter: grayscale(1) brightness(0.6);
}

.hctr-jade-gamma {
    background: #d6cff0;
    border-radius: 8px;
    padding: 2rem;
    color: #53338a;
    position: relative;
    margin-left: 15px;   
}
.hctr-jade-gamma h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 5rem;
}
.hctr-jade-gamma p {
    font-size: 0.75rem;
    line-height: 1.5;
    padding-left: 5rem;
    margin-bottom: 0;
}
.hctr-jade-gamma .tag {
    color: #fff;
    left: -15px;
    top: 1.875rem;
    position: absolute;
    font-size: 1.125rem;
    line-height: 24px;
    padding: 6px 12px;
    border-radius: 4px 0 0 4px;
    background-color: #53338a;
}
.hctr-jade-gamma .tag:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border: 0 solid transparent;
    border-top-width: 18px;
    border-bottom-width: 18px;
    border-left-width: 12px;
    border-left-color: #53338a;
}
.hctr-jade-gamma .tag:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 100%;
    width: 6px;
    height: 6px;
    margin: auto 0 auto -3px;
    border-radius: 50%;
    position: absolute;
    background-color: #d6cff0;
}
.hctr-privacy-section {
    margin-bottom: 3rem;
}
.hctr-privacy-section:last-child {
    margin-bottom: 0;
}
.hctr-privacy-section h3 {
    margin-bottom: 20px;
    font-weight: 700;
}
.hctr-tabber-wrapper .hctr-tabber-listing {
    display: flex;
    list-style: none;
    padding: 0;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    margin: 0;
    border-radius: 8px 8px 0 0;
}

.hctr-tabber-wrapper .hctr-tabber-listing li {
    text-align: center;
    flex: 1 1 100%;
    padding: 0.75rem 1rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background-color: #fff;
}
.hctr-tabber-wrapper .hctr-tabber-listing li + li:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;left: 0;
    border-left: 1px solid #212529;
}
.hctr-tabber-wrapper .hctr-tabber-listing li.active,
.hctr-tabber-wrapper .hctr-tabber-listing li:active,
.hctr-tabber-wrapper .hctr-tabber-listing li:focus,
.hctr-tabber-wrapper .hctr-tabber-listing li:hover{
    color: #F36D1F;
    background-color: #ffe9dc;
}
.hctr-tabber-wrapper .hctr-academic-trans-sampledetail {
    margin-top: -4px;
    background-color: #fff;
}
.hctr-tabber-wrapper .hctr-academic-trans-sampledetail > img {
    width: 100%;
}

.hctr-tabber-container {
    position: relative;
    z-index: 2;
}
.hctr-tabber-container .hctr-tab {
    display: none;
}
.hctr-choose-us {
    text-align: center;
    background: #EEEEEF;
    padding: 60px 0;
}

.mar-15{margin-top: 12%;}
.mb-10{
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .hctr-wrapper .card{margin: 10px;}
    .hctr-brand img{
        max-width: 117px;
    }
    .hctr-banner-img,.hctr-home-banner{
        background-image: none;
    }
    .hctr-hero-caption{
        padding: 25px 0;
    }
    .hctr-hero-secondary-caption ul{
        margin-bottom: 0;
    }
    .hctr-hero-caption h1{
        font-size: 24px;
        line-height: 29px;
    }
    .hctr-hero-caption p{
        font-size: 16px;
        line-height: 32px;
    }
    
    .hctr-heading-xs h3{
        font-size: 16px;
        line-height: 24px;
    }
    .hctr-home-para, .hctr-home-service-listing, .hctr-features-wrp, .hctr-why-choose, 
    .hctr-testimonial-wrp, .hctr-how-use-steps, .hctr-faq-wrp, .hctr-academic-service-detail, 
    .hctr-service-steps, .hctr-academic-trans-sample, .hctr-guarantee,.hctr-translator-intro-wrp, .hctr-contact,
    .hctr-journal-names, .hctr-subject-area, .hctr-jisseki-info, .hctr-how-use-, .hctr-choose-us, .hcrt-sitemap-container{
        padding: 40px 0;
    }
    .hctr-my20{
        margin: 10px 0;
    }
    .hctr-my10{
        margin: 5px 0;
    }
    .hctr-home-para p{
        font-size: 16px;
        line-height: 21px;
    }
    .hctr-home-service-heading h4{
        font-size: 18px;
        line-height: 24px;
    }
    .hctr-home-service-body p,
    .hctr-home-service-body a,
    .hctr-use-text p,
    .hctr-guarantee-txt p,
    .hctr-home-service-box a {
        font-size: 14px;
        line-height: 22px;
    }
    .hctr-faq-numbering{
        margin-right: 10px;
    }
    .hctr-faq-body {
        margin-left: 62px;
    }

    .hctr-nav-submenu{
        margin-top: 0;
        border: 0;
    }
    .hctr-journal-name-listing li {
        width: 100%;
    }
    .hctr-jade-gamma {
        padding: 1.25rem;
        margin-left: 8px;
    }
    .hctr-jade-gamma h4 {
        padding-left: 2.5rem;
    }
    .hctr-jade-gamma p {
        padding-left: 2.5rem;
    }
    .hctr-jade-gamma .tag {
        font-size: 0.75rem;
        padding: 4px 8px;
        left: -10px;
    }
    .hctr-jade-gamma .tag:before {
        border-top-width: 16px;
        border-bottom-width: 16px;
        border-left-width: 10px;
    }
    .hctr-jade-gamma .tag:after {
        height: 4px;
        width: 4px;
        margin-left: -2px;
    }
}
@media (max-width:991px) {
    .container{
        max-width: 100%;
    }

    .hctr-heading-sm h2{font-size: 26px;}

    .navbar-light .navbar-toggler, .navbar-toggler{
        border: 0;
        margin: 0 10px;
    }
    .navbar-light .navbar-toggler:focus, .navbar-toggler:focus{
        outline: 0;
    }
    .hctr-navbar .navbar-nav .nav-link{
        padding: 10px 30px;
    }
    .navbar-light .navbar-toggler-icon, .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
    }
    .hctr-navbar .navbar{
        background-color: #ffffff ;
        border-bottom: 0;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        z-index: 3;
    }
    .hctr-brand{
        margin: 15px;
    }
    .hctr-main-collapse {
        height: 300px;
        overflow-y: scroll;
        background-color: #231F20;
    }
    .hctr-main-menu .nav-item{
        border-bottom: 0.5px solid #FFFFFF;
    }
    .hctr-main-menu .nav-item:last-child{
        border-bottom: 0;
    }
    .hctr-prenavlinks a{
        margin-right: 12px;
    }
    .hctr-navbar .navbar-nav .nav-link{
        padding: 12px;
    }
    .hctr-get-quote a{
        display: block;
        border-radius: 0;
    }
    .hctr-hero-banner{
        min-height: auto;
    }
    .hctr-hero-caption h1,.hctr-hero-secondary-caption h1{
        font-size: 32px;
        line-height: 46px;
    }
    .hctr-hero-caption p, .hctr-hero-secondary-caption p, .hctr-hero-secondary-caption ul li{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .hctr-prenavlinks{
        justify-content: center;
    }
    .hctr-prenavlinks a{
        font-size: 14px;
    }
    .hctr-btn{
        padding: 12px 16px;
        font-size: 16px;
        line-height: 20px;
    }
    .hctr-btn i{
        padding-left: 30px;
    }
    .hctr-step-row{
        overflow-x: scroll;
    }
    .hctr-how-use-steps .hctr-step-col{
        flex-shrink: 0;
    }
    .hctr-service-custom-row{
        display: block;
    }
    .hctr-service-custom-col, .hctr-service-custom-col1{
        max-width:570px;
        margin: 20px auto;
    }


    .double-card-width {
        width: 100%;
    }
    .hctr-nav-has-submenu .hctr-nav-submenu{
        border: 0;
    }
    .hctr-service-step-detail, .hctr-service-step-number{
        margin-left: 0;
        margin-top: 0;
    }
    .hctr-service-step-detail{
        height: auto;
    }
    .hctr-service-step-number{
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }
    .hctr-service-step-border{
        display: none;
    }
    .hctr-subject-area-listing ul{
        margin-bottom: 20px;
    }
    .hctr-subject-area-listing ul li{
        width: 50%;
        font-size: 14px;
    }
    .hctr-journal-name-listing li{
        font-size: 14px;
    }
    .hctr-banner{ background-position: -333px 0 !important}
}

@media(min-width:990px){
    .hctr-service-custom-row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .single-card-width {
        width: 570px;
        margin: auto;
    }
    .double-card-width {
        width: 363px;
    }
    .hctr-service-custom-col{
        padding-left: 5px;
        padding-right: 5px;
    }
    .hctr-academicservices-bg{
        padding: 18px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .hctr-navbar .hctr-nav-has-submenu:hover .hctr-nav-submenu{
        display: block;
    }
    .hctr-required-uniform h5:not(.hctr-yellow-text) {
        text-indent: 0.5em;
    }
    .hctr-required-uniform h6 {
        text-indent: 1em;
    }
    .hctr-required-uniform p {
        padding-left: 1.5em;
    }
    .single-card-direction {
        flex-direction: column;
    }
    
}

@media (min-width: 1200px) {
    .hctr-home-para  .no-wrap-para{
        white-space: nowrap;
    }
    .hctr-hero-secondary-caption .no-wrap-text{
        white-space: nowrap;
    }
}



.hctr-faq-box {
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    margin-bottom: 10px;
}
.hctr-faq-head .btn:after {
    top: 17%;
}
.faq-sidebar{
    margin-top: 30px;
}
.faq-sidebar ul li{
    display: inline-block;
    width: 100%;
}
.faq-sidebar a{
    font-size: 14px;
    line-height: 26px;
    color: #262626;
    text-decoration: none;
    padding: 10px 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.faq-sidebar a.active{
    font-weight: bold;
    background: #F1F2EF;
}
.pricing-tab .nav-tabs .nav-link{
    background: #fff;
    color: #262626;
    font-size: 16px;
    line-height: 30px;
    border: none;
    padding: 8px 4px;
    border-radius: 0;
    text-align: center;
}
.pricing-tab .nav-tabs .nav-item{
    flex: 1 1 0%;
    float: none;
    width: 33.33%;
}
.pricing-tab .nav-tabs .nav-item:first-child a{
    border-top-left-radius: 8px;
    border-left: none;
}
.pricing-tab .nav-tabs .nav-item:last-child a{
    border-top-right-radius: 8px;
}
.tab-inner-part .top-part{
    background: #F1F2EF;
    display: flex;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    justify-content: space-between;
    font-weight: bold;
    padding: 13px 70px;
}
.top-part .top-middle-heading {
    position: relative;
    left: -167px;
}
.bottom-part .tab-first-cta{
    background: #FFFFFF;
    border: 1px solid #262626;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 15px;
    color: #262626;
    padding: 12px 10px;
    width: 250px;
    max-width: 250px;
    display: inline-block;
    text-align: center;
}
.bottom-part .tab-second-cta{
    background: #F29500;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 12px 10px;
    width: 250px;
    max-width: 250px;
    display: inline-block;
    text-align: center;
}
.pricing-text-part{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0px 70px;
}
.pricing-text-part .left-part-text{
    position: relative;
    width: 50%;
}
.left-part-text span{
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
    padding-right: 10px;
    position: relative;
}

.pricing-text-part .left-part-offer { 
    padding: 5px 10px;
    color: #F29500;
    background: rgba(242, 149, 0, 0.19);
    box-shadow: 0px 2px 2px rgba(222, 216, 216, 0.0805562);
    border-radius: 4px;
    font-weight: 600;
}

.pricing-text-part .middle-part-text {
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
    white-space: nowrap;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    top: 4px;
}
.right-part-text span{
    background: #fff;
    z-index: 1;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    color: #F29500;
}
.pricing-text-part .left-part-text::after{
    content: '';
    left: 0;
    position: absolute;
    top: 13px;
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed rgba(38, 38, 38, 0.3);
}
.pricing-text-part .left-part-text-offer::after {
    left: 156px;
    width: calc(100% - 157px);
}
.pricing-text-part .left-part-middle-text::after {
    width: calc(100% + 68px);
}
.pricing-text-part .right-part-text{
    position: relative;
    width: 50%;
    text-align: right;
}
.pricing-text-part .right-part-text::after{
    content: '';
    right: 0;
    position: absolute;
    top: 13px;
    width: calc(100% - 3px);
    height: 1px;
    border-bottom: 2px dashed rgba(38, 38, 38, 0.3);
}
.tab-inner-part .bottom-part{
    padding: 25px 13px 30px 13px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 8px 8px;
}
.pricing-tab .nav-tabs{
    border-bottom: none;
    margin-top: 50px;
}
.pricing-tab .nav-tabs .nav-item{
    position: relative;
}
.pricing-tab .nav-tabs .nav-item::after{
    content: '';
    right: 0;
    top: 9px;
    position: absolute;
    height: 70%;
    width: 1px;
    background: rgba(0, 8, 77, 0.21);
    margin: auto;
}
.pricing-tab .nav-tabs .nav-item:last-child::after{
    display: none;
}
.pricing-tab .nav-tabs .nav-link.active{
    left: -1px;
    font-weight: bold;
    top: -8px;
    position: absolute;
    background: #F1F2EF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 0px 0px;
    color: #F29500;
    font-size: 15px;
    line-height: 30px;
    border: none;
    padding: 12px 4px;
    width: calc(100% + 2px);
    z-index: 1;
}
.hctr-pricing-banner{
    background-image: url('../../assets/images/pricing-banner.png');
    background-position: center;
}
.hctr-pricing-caption{
    padding: 20px 0px;
}
.hctr-pricing-caption h1{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #F29500;
    margin-bottom: 20px;
}
.hctr-pricing-caption p{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.hctr-orange-btn,.hctr-orange-btn:hover{
    background: #F29500;
    color: #fff;
    border-radius: 4px;
    padding:  10px 10px;
    display: inline-block;
    min-width: 192px;
    text-align: center;
    text-decoration: none;
}
.nav-tabs-sm-screen {
    display: none;
}

.dropdown-select-menu {
    background-color: #fff;
    padding: 17px 20px;
    width: 100%;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #A9B9ED;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    color: #262626;
}
.dropdown-select-menu:hover {
    text-decoration: none;
}
.price-dropdown-wrapper, .price-dropdown-wrapper2, .price-dropdown-wrapper3 {
    width: calc(100% - 31px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.price-dropdown-wrapper2 {
    width: calc(100% - 1px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.price-dropdown-wrapper a, .price-dropdown-wrapper2 a, .price-dropdown-wrapper3 a {
    color: #F29500;
    box-shadow: none !important;
    width: 100% !important;
    position: static !important;
}

.dropdown-select {
    color: #F29500;
    font-weight: 600;
}
.mobile-tabpane {
    display: none;
}
.hctr-white-bg .pricing-nav-tabs{
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
}
.hctr-privacy-section .list-content span {
    font-weight: 600;
}
.list-content .mb-adjust {
    margin-bottom: 15px;
}
.list-content .mb-adjust p {
    margin-bottom: 3px;
}
.content-list-wrapper {
    margin-bottom: 40px;
}
.content-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.content-link-wrapper p:nth-child(1) {
    width: 60%;
}
.site-link-container {
    margin-top: 25px;
}
.site-link-container .site-link-main {
    margin-bottom: 17px;
    padding: 5px 0px 5px 15px;
    border-bottom: 1px solid #ccc;
    border-left: 4px solid #000;
}
.site-link-container .site-link-submain {
    margin-left: 20px;
}
.site-link-container .site-link-nested {
margin-left: 40px;
}
.site-link-container .submenu-wrapper {
    margin-bottom: 17px;
}
.pricing-text-part .right-part-text-wrapper {
    display: flex;
    justify-content: flex-end;
}
.pricing-text-part .right-part-text-small {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    z-index: 1;
}
.hctr-price-bg {
    background-color: #E5E5E5;
}
.price-table-container, .price-table-container .price-heading-wrapper, .price-table-container .price-detail-container, .price-heading-wrapper .price-headings,
 .price-detail-container .price-details, .price-detail-container .price-details-wrapper, .price-heading-wrapper .plan-head-text  {
    display: flex;
    justify-content: center;
}
.price-table-container, p {
    margin: 0px;
}
.price-table-container {
    flex-direction: column;
    margin-top: 50px;
}
.price-table-bg-white {
    border: 2px solid #d8d8d8;
}
.price-table-container .price-heading-wrapper {
    width: 100%;
}
.price-table-container .price-detail-container {
    width: 100%;
}
.price-heading-wrapper .plan-head-text {
    position: relative;
    width: 25%;
    padding: 18px 12px;
    background-color: #E2E1E1;
    font-weight: 600;
    color: #262626;
    border-bottom: 2px solid #d8d8d8;
}
.price-heading-wrapper .price-headings, .price-detail-container .price-details-wrapper {
    width: 75%;
}
.price-headings .price-headings-text1, .price-headings .price-headings-text2 {
    padding: 19px 12px;
    width: 50%;
    display: flex;
    justify-content: center;
    font-weight: 600;
}
.price-headings .price-headings-text1 {
    background-color: #262626;
    color: #fff;
}
.price-headings .price-headings-text2 {
    background-color: #A9A9A9;
    color: #fff;
}
.price-detail-container .plan-price-range {
    position: relative;
    width: 25%;
    padding: 18px 12px;
    background-color: #E2E1E1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #262626;
}
.price-detail-container .price-details {
    width: 50%;
    display: flex;
    justify-content: center;
    font-weight: 600;
    background-color: #fff;
}
.price-details .price-detail-text-1, .price-details .price-detail-text-2 {
    padding: 18px 12px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-details .price-detail-text-1 {
    border-right: 2px dashed #d8d8d8;
}
.price-details-wrapper .border-solid-right {
    border-right: 2px solid #d8d8d8;
}
.price-box-shadow {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    box-shadow: 10px 2px 10px 0 rgb(38 38 38 / 10%);
}
.price-table-container .extra-service-height, .price-table-container .service-height-heading {

    text-align: center;
}

.h-auto{height: auto;}
.ht-75{height:75px;}
.ht-50{height:50px;}

#faq .card {
    margin-bottom:0px;
    border: 0;
      border-bottom: 1px solid rgba(151, 151, 151, 0.3);   
  }
  
   #faq .card .card-header {
    border: 0;
    padding: 0;
   background: transparent;
  }
  
   #faq .card .card-header .btn-header-link { 
   display: block;
      padding: 15px 20px;
      outline: none;
      box-shadow: none;
      color: #F98A24;
      white-space: normal;
      text-align: left;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
  }
  
   #faq .card .card-header .btn-header-link:after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
  }
  
   #faq .card .card-header .btn-header-link.collapsed {
    color:#262626;
  }
  
   #faq .card .card-header .btn-header-link.collapsed:after {
    content: '\f067';
  }
  
   #faq .card .collapsing {
    line-height: 30px;
  }
  
   #faq .card .collapse {
    border: 0;
  }
  
   #faq .card .collapse.show {
    color: #262626;
  }
  
  .accordion1 .card {  
     margin-bottom:0px;
    border: 0;
      border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  }
  .accordion1 .card h2 {
    display: flex;
      padding: 15px 20px;
      outline: none;
      box-shadow: none;
      color: #F98A24;
      white-space: normal;
      text-align: left;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      cursor:pointer;
  }
  
  .accordion1 .card h2:after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    position: absolute;
    right: 0;
  }
  .accordion1 .card h2.collapsed:after {
     content: '\f067';
  }
  .accordion1 .card h3 {
    display: flex;
      padding: 15px 20px;
      outline: none;
      box-shadow: none;
      color: #F98A24;
      white-space: normal;
      text-align: left;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      cursor:pointer;
  }
  
  .accordion1 .card h3:after {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    position: absolute;
    right: 0;
  }
  .accordion1 .card h3.collapsed:after {
     content: '\f067';
  }
  .accordion1 .card-body {
    padding-left: 0;
    padding-right: 0;
  }
  
  .accordion1 .card .collapsed {
    color: #262626;
  }
  
  .spannum{margin-right: 20px;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;opacity: 0.8;}
    
@media only screen and (min-width:320px) and (max-width:767px){
    .hctr-pricing-caption {
        padding: 25px 0;
    }

}


@media (max-width: 767px) {

    .hctr-heading-sm h2{
        font-size: 24px;
        line-height: 40px;
    }

    body{font-size: 0.9rem;}
    .hctr-service-custom-col, .hctr-service-custom-col1{max-width:320px;}
    
.nav-tabs-bg-screen {
    display: none;
}
.nav-tabs-sm-screen {
    display: block;
}
.bottom-part-shadow {
    box-shadow: none !important;
}
.pricing-text-part .left-part-text-offer {
    display: flex;
    flex-direction: column;
}
.left-part-text span{
  width: fit-content;
}
.pricing-text-part .left-part-offer {
    width: fit-content;
    position: relative;
    left: -9px;
}
.pricing-text-part .left-part-text-offer::after {
    left: 87px;
    top: 25px;
    width: calc(100% - 88px);
}
.pricing-text-part {
    align-items: center;
    padding: 0px 40px;
}
.tab-inner-part .top-part{
    padding: 13px 40px;
}
.tab-inner-part .bottom-part-mobile{
    padding: 0px 0px 30px 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 8px 8px;
}
.mobile-tabpane {
    display: block;
}
.bottom-part-mobile .head-text-mobile-grey {
    text-align: center;
    padding: 6px 20px;
    background-color: #97989A;
    color: #fff;
    font-weight: 600;
}
.bottom-part-mobile .head-price-mobile {
    text-align: center;
    padding: 13px 30px;
    background-color: #fff;
    color: #262626;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-price-mobile span:nth-child(2) {
    color: #F29500;
}
.mobile-bottom-cta {
    margin-top: 31px;
}

.bottom-part .tab-first-cta, .bottom-part .tab-second-cta {
    width: 290px;
    max-width: 290px;
}
 /* .pricing-text-part .left-part-text-small, .pricing-text-part .right-part-text-small {
    width: 100%;
    text-align: center;
} */
.pricing-text-part .left-part-text-small::after, .pricing-text-part .right-part-text-wrapper::after{
    content: '';
    border: none;
}
.pricing-text-small {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tab-inner-part .bottom-part-padding{
    padding: 0px 0px 30px 0px;
}
.price-heading-wrapper .plan-head-text {
    display: none;
}
.price-table-container .price-detail-container {
    flex-direction: column;
}
.price-detail-container .plan-price-range, .price-heading-wrapper .price-headings, .price-detail-container .price-details-wrapper {
    width: 100%;
}
.price-detail-container .plan-price-range  {
    padding: 8px 12px;
}
.price-details .price-detail-text-1, .price-details .price-detail-text-2 {
    padding: 16px 12px;
}
.price-box-shadow {
    box-shadow: none;
}
.price-table-container .service-height-heading {
    height: inherit;
}

.ht-75, .ht-50{height:auto;}

}   

@media screen and (max-width:400px){
    .hctr-hero-caption h1, .hctr-hero-secondary-caption h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .hctr-hero-caption p, .hctr-hero-secondary-caption p, .hctr-hero-secondary-caption ul li {
        font-size: 15px;
        line-height: 24px;
    }
    body{font-size: 1rem;}
}

/* add on 11th July 2022 */
.hctr-guarantee p{margin-bottom:20px;}
.anchor-new {display: block;height: 80px;margin-top: 40px;visibility: hidden;}
.font13{font-size:13px!important;}
@media (max-width: 991px) {
    .h-auto-m{
        height: auto !important;
    }
    .hctr-banner{background-position: -260px 0 !important;}
    .hctr-service-custom-col{margin-bottom: 50px;}
    .orange-text{display: block;}
}

/* add 0n 6th Dec, 2022 */
.holiday-text{background: linear-gradient(90deg, #EC8E1C 0%, #F36D1F 98.44%);font-weight:600;color:#262626;font-size: 15px;line-height:22px;}
a.clickableDiv{text-decoration: none; color: #000;}

.hctr-banner{padding: 20px; border: 1px solid #000; border-radius: 20px; background: url(/assets/images/banner-img.png) no-repeat top right;padding-right: 300px; margin: 50px auto 0 auto; background-size: cover;}
.orange-text{color:#F36D1E;}
.hctr-banner p{color:#212121}
.hctr-banner h3{font-size: 24px; margin-bottom: 25px; font-weight: bold; line-height: 38px;} 
.code{background:#F36D1E; padding:8px 20px; font-size: 20px; color:#fff; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-weight: bold; border-radius: 4px;}
.box-shadow{box-shadow: 0px 4px 15px rgb(0 0 0 / 10%)}
.font12{font-size: 12px;}
.tooltiptext {width: 150px;background-color: #000;color: #fff;text-align: center;position: relative;z-index: 1;font-size: 14px;padding: 3px 10px;border-radius: 4px;line-height: 24px;margin-left: 10px  }
.tooltiptext::after {  content: "";position: absolute;top: 50%;right: 100%;margin-top: -8px;border-width: 8px;
border-style: solid;border-color: transparent black transparent transparent  }

.hctr-camp-bar{background:#FBDBBD; width: 100%; position: relative; font-size: 16px;}
.hctr-camp-bar h3{font-size: 15px;  font-weight: bold; line-height: 24px; margin: 0;} 
.tooltiptext-l {width: 150px;background-color: #000;color: #fff;text-align: center;position: relative;z-index: 1;font-size: 14px;padding: 3px 10px;border-radius: 4px;line-height: 24px;margin-right: 10px; top:-1px}
.tooltiptext-l::after {    content: "";    position: absolute;    top: 50%;    left: 100%;    margin-top: -5px;    border-width: 5px;
    border-style: solid;    border-color: transparent transparent transparent black; }
.code-box{margin: 8px 0; font-size: 14px; text-align: right; color: #000; float: right;}
.lh-36{line-height: 34px;}
.code-w{color: #ffffff;background: #F36D1E;padding: 10px 20px;font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;font-weight: bold;float: right;border-radius: 4px;} 

.offer-text{border-radius: 4px  4px 0px 0px; width: 150px;background-color: #000;color: #fff;text-align: center; position: absolute; top: -36px; right: -2px; padding: 5px;}
.hctr-topjournal-service{border-radius:4px 0 0 4px ;}

  @media (max-width:768px){
    .hctr-banner{ background-position: -430px bottom !important ; background-size: cover;}
    .orange-text{display: block;}
        .hctr-service-custom-col{margin-bottom: 50px;}
  }

  @media (max-width:1024px) {
    .hctr-banner{background-position: -23px 0;}
    .hctr-banner h3{font-size: 18px;}
    .hctr-banner .desc-text{font-size: 15px;}
    .code-box{font-size: 13px;}
  }
  
  @media(max-width:414px){
    
    .hctr-banner{padding-right: 20px; background: url(/assets/images/banner-mo.png) 0 0 no-repeat !important; background-size: cover !important; min-height: 800px;  line-height: 25px;}
    .orange-text{display: block;}
    .tooltiptext {padding: 0; font-size: 12px;}
    .hctr-banner h3{font-size: 20px;}
    
  }
  /* styles for new ses/pes/sce page */
  .font24{
    font-size: 24px;
  }
  .font36{
    font-size: 36px;
  }
  .font20{
    font-size: 20px !important;
  }
  .l-height32{
    line-height: 32px !important;
  }
  .black-text{
    color: #000000;
    font-weight: 700;
  }
  .yellow-text{
    color: #F29500;
  }
  .yellow-text:hover{
    color: #F29500;
  }
  .grey-text{
    color: #212121 !important;
    font-weight: 700;
  }
  .mar-right0{
    margin-right: 0 !important;
  }
  .min-height-tes{
    min-height: 170px;
  }
  .hctr-btn-orange-sec{
    border: 1px solid #F29400;
    box-sizing: border-box;
    background-color: #F29400;
    color: #ffffff;
    border-radius: 8px;
    padding: 16px 60px;
  }
  .hctr-ses-banner {
    background-image: url(../images/ses-banner.jpg);
}
.hctr-pes-banner {
    background-image: url(../images/pes-banner.jpg);
}
.hctr-sci-banner {
    background-image: url(../images/sci-banner.jpg);
}
.why-choose-ses{
    background-color: #FCEACC;
    padding: 60px 0 60px 0;
}
.why-choose-ses h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #000000;
}
.why-choose-ses p{
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.why-choose-ses .circle-ic{
    background:#f8d08f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    content: "";
    display: block;
}
.why-choose-ses .circle-ic img{
    position: absolute;
    right: 0;
}
.std-proofreader-ses{
    padding: 60px 0 60px 0;
}
.std-proofreader-ses p{
    font-size: 20px;
    line-height: 35px;

}
.research-imgs{
    display: flex;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    justify-content: center;
}
.research-imgs img{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.org-bg{
    background-color: #FCEACC;
    border-radius: 8px;
    margin-right: 20px;
    position: relative;
}
.plus-icon{
    position: absolute;
    background: url(../../assets/images/plus.png) no-repeat;
    right: -26px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    width: 32px;
    height: 32px;
    z-index: 1;
}
.gry-bg{
    background-color: #F1F2EF;
    border-radius: 8px;
    position: relative;
}
@media (max-width:768px){
    .why-choose-ses p{
        margin-bottom: 30px;
    }
    .why-choose-ses .circle-ic{
        display: none;
    }
}
@media (max-width:1024px){
.org-bg img{
    margin: 0 0;
}
.research-imgs{
    margin-bottom: 30px;
}
.research-imgs.pes, .research-imgs.sci{
    display:inline-block;
}
.research-imgs.pes .title, .research-imgs.sci .title{
    margin-bottom: 20px;
}
.research-imgs.pes .plus-icon, .research-imgs.sci .plus-icon{
    display: none;
}
}

.bor-b{border-bottom:1px solid #ccc;}
.c-white{color:#fff;}
.bg-grey{background:#494949;}
.bg-blue{background:#0375AC;}
.comparison{text-align:center;line-height:20px; font: 14px; line-height:24px;}
.comparison h4{font-size: 16px; font-weight: bold; line-height: 24px;}
.comparison ul{padding-left: 20px;}
.comparison table{width:100%;table-layout:fixed;}
.comparison td,.comparison th{border-right:1px solid #CCC;empty-cells:show;padding:15px;}
.comparison tbody tr:nth-child(odd){display:none;}
.comparison tbody tr{border-top:1px solid #D8D8D8;}
.comparison tbody tr:nth-child(2){border-top:1px solid #000000;}
.comparison th{font-weight:normal;padding:0;}
.comparison tr td:first-child{text-align:left;border-left:1px solid #000000; border-right: 0;}
.comparison tbody tr td:last-child{border-right:1px solid #000000;}
.comparison tbody tr:last-child{border-bottom:1px solid #000000;;}
.comparison .blue,.comparison .grey,.comparison .tl,.comparison .peach,.comparison .light-grey{color:#262626;padding:10px;border-right:1px solid #CCC;border-bottom:0;text-align:center;}
.comparison .tl2{border-right:0;}
.comparison h3{font-size:18px;margin:10px 0 0 0;border-bottom:0;padding-bottom:5px;}
.comparison .blue{background:#006db4;border-left:0px;border-top:2px solid #669dc0;position:relative;}
.comparison .grey{background:#E4E4E4;border-right:0px;border-top:1px solid #fff;}
.comparison .price-info{padding: 10px;font-size: 20px; line-height: 30px; text-align: center; border-top-left-radius: 8px; border-top-right-radius: 8px; font-weight: 500;}
.comparison .peach{background:#FCEACC;border-right:0px;border-top:1px solid #fff;}
.comparison .light-grey{background:#F1F2EF;border-right:0px;border-top:1px solid #fff;}
.comparison .no-border{border:none!important;}
.grey-space-bg{background:#fff;border-left:none!important; width: 540px;}
.comparison table tbody tr td,.comparison table thead tr td{font-size:14px;vertical-align:middle;}
.comparison .bor-b{border-bottom:1px solid #ccc;}
.comparison .blue-2{background:#D6ECFC;}
.comparison .bg-blue{background:#e6f4fe;}
.comparison .bg-grey{background:#eef1f4;}
.comparison .peach-cell{background:#FCEACC;}
.comparison .lightgrey-cell{background: #F1F2EF}
.comparison .grey-cell{background: #E4E4E4}
.comparison .tbl-header {background-color: #F08824; color: #ffffff; font-size: 16px; font-weight: bold; text-align: center !important;padding: 10px;}
.comparison tr:last-child td:first-child{border-bottom-left-radius: 8px;}
.comparison tr:last-child td:last-child{border-bottom-right-radius: 8px;}
@media (max-width: 639px){
.comparison td,.comparison th{padding:15px 2px;}
}
@media (max-width: 767px){
.comparison td:first-child,.comparison th:first-child{display:none;}
.comparison tbody tr:nth-child(odd){display:table-row;background:#F7F7F7;}
.comparison td,.comparison th{border:1px solid #CCC;}
.comparison .orange-action-btn{font-size:14px;padding:10px;}
.price-info{border-top:0!important;}
.comparison h3{font-size:18px;}
.comparison tbody tr td:last-child{border-right:1px solid #CCC;}

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
.comparison .blue .badge{top:-43px;right:65px;transform:rotate(315deg);border-radius:0;}
}
@media only screen and (min-width: 320px) and (max-width: 767px){
.comparison h3{font-size:14px;}
.comparison thead th p.c-white{font-size:14px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.comparison h3{font-size:14px;}
.comparison thead th p.c-white{font-size:14px;}
}
.comparison tbody tr:last-child{display:table-row;}
.desktop-view-link{display:inline-block!important;}
.mob-view-link{display:none!important;}
@media screen and (max-width:992px){
.mob-view-link{display:inline-block!important;}
.desktop-view-link{display:none!important;}
}

.paid-options{
    padding: 60px 0;
    background-color: #F1F2EF;
}
/* .paid-options .box{
    background-color: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
}
.paid-options .box h4{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
}
.paid-options .box p{
    font-size: 14px;
    line-height: 20px;
}*/
.paid-options .service .price{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #F08824;
} 

.dyna-height{flex:1;}
.paid-options .doc-boxes{display:flex;flex-wrap:wrap;justify-content:space-between;}
.paid-options .doc-boxes .d-box{flex-basis: calc(33% - 10px);margin-bottom:20px;flex-direction:column;}
.paid-options .service{background:#fff;padding:20px;position:relative;min-height:180px;margin:0 0 15px 0;border:1px solid #CCCCCC;border-radius:12px;display:flex;flex-wrap:wrap;justify-content:space-between;}
.paid-options .service h5{color:#000000;font-size:15px;font-weight:700;line-height:20px;margin-bottom:15px;}
.paid-options .service p{color:#262626;font-size:14px;line-height:20px; margin-bottom: 15px;}
@media screen and (max-width: 768px){
.paid-options br{display:block;}
.paid-options .doc-boxes .d-box{flex-basis:calc(1000% - 10px);}
.component-heading, .ga-deadlines .heading{font-size: 24px !important;line-height: 30px !important;padding: 10px 15px !important;margin-top: 5px !important;}
.component-subheading{font-size: 14px !important;line-height: 18px !important;}
.col-md-5.offset-1{margin-left: 0px !important;}
.ga-compare-details .card .title{font-size: 18px !important;line-height: 24px !important;}
.ga-compare-details .card .c-title{margin: 12px !important;}
.ga-compare-details .card .delivery-time, .ga-compare-details .card .service-overview{padding: 10px !important;}
}

@media screen and (min-width: 769px) and (max-width: 1080px){
    .ga-compare-details .card .title{font-size: 22px !important;}
    .ga-compare-details .card .list-item{min-height: 196px !important;}
    .ga-deadlines .card{min-height: 1200px !important;}
}


.mre-section{
    padding: 60px 0;
}

.peach-bg {
    background-color: #FCEACC;
    padding: 20px 40px;
}
.peach-bg h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;    
}
.peach-bg p{
    font-size: 14px;
    line-height: 24px;    
}
.table-black {
    text-align: center;
    line-height: 20px;
    font: 14px;
    line-height: 24px;
}

.table-black h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.table-black ul {
    padding-left: 20px;
}

.table-black table {
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #000000;
}

.table-black td,
.table-black th {
    border-right: 1px solid #CCC;
    empty-cells: show;
    padding: 15px 9px;
}

.table-black tbody tr {
    border-top: 1px solid #D8D8D8;
}

.table-black th {
    font-weight: normal;
    padding: 0;
}

.table-black tr td:first-child {
    border-left: 1px solid #000000;
    border-right: 1px solid #D8D8D8;
}

.table-black tbody tr td:last-child {
    border-right: 1px solid #000000;
}

.table-black tbody tr:last-child {
    border-bottom: 1px solid #000000;
}

.table-black .price-info {
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 700;
    background: #000000;
    color: #ffffff;
}

.table-black .grey-space-bg {
    background: #fff;
    border-left: none!important;
    width: 180px;
}

.table-black table tbody tr td,
.table-black table thead tr td {
    font-size: 14px;
    vertical-align: middle;
}

.table-black .tbl-header {
    background-color: #F08824;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 10px;
}

.table-black tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table-black tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.table-black tbody tr:last-child {
    display: table-row;
}
.table-black .orange-cell{
    background-color: #F08824;
}
.table-black .black-cell{
    background-color: #000000;
}
.table-black .side-head{
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    background-color: #F1F2EF;
}
.orange-txt{
    color: #F36D1F;
}
.font-14{
    font-size: 14px;
}
@media (max-width: 767px) {
    .table-black tbody tr {
        display: table-row !important;
    }

    .table-black .desktop-only,
    .table-black .desktop-only td,
    .table-black .desktop-only th {
        display: none !important;
    }
    .table-black table tbody tr td{
        border-left: 1px solid #000000;
    }
    .table-black .side-head{
        text-align: center;
        font-size: 14px;
    }
    .table-black .price-info{
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 768px) {
    .table-black .mobile-only {
        display: none !important;
    }
}

.sample-section {
    background-color: #EEEEEF;
    padding: 40px 0;
}
.ses-sampledetail{padding:20px;box-shadow:0 0 15px 0 rgba(0,0,0,0.3);border-radius:8px; background: #ffffff;}

.sample-section h3.blk {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    position: relative;
}
  
.sample-section h3.blk:before {
      border-top: 1px solid #000000;
      content: "";
      margin: 0 auto; /* this centers the line to the full width specified */
      position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      width: 95%;
      z-index: -1;
}
.sample-section h3.org {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #F36D1F;
    position: relative;
}
  
.sample-section h3.org:before {
      border-top: 1px solid #F36D1F;
      content: "";
      margin: 0 auto; /* this centers the line to the full width specified */
      position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      width: 95%;
      z-index: -1;
}

.sample-section h3.blk span, .sample-section h3.org span {
      /* to hide the lines from behind the text, you have to set the background color the same as the container */
      background: #fff;
      padding: 0 15px;
    }
.ses-fees{
    padding: 60px 0;
}
.ses-fees-table{
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    table-layout: fixed;
    margin-top: 30px;
    text-align: center;
}
.ses-fees-table thead th{
    padding: 10px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 700;
    background: #000000;
    color: #ffffff;
}
.ses-fees-table tbody td, .ses-fees-table thead th{
    border-right: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    padding: 15px;
}
.ses-fees-table tbody td{
    font-weight: bold;
    font-size: 14px;
}
.ses-fees-table tbody tr td:first-child{
    text-align: left;
}
.sm-font{
    font-size: 11px;
    font-weight: normal;
}

.paid-options-premium{
    padding: 60px 0;
    background-color: #F1F2EF;
}

.paid-options-premium .service .price{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #F08824;
} 
.cap-btn {border: 1px solid #F29500; border-radius: 15px; padding: 3px 10px;}
.paid-options-premium .doc-boxes{display:flex;flex-wrap:wrap;justify-content:space-between;}
.paid-options-premium .doc-boxes .d-box{flex-basis: calc(50% - 10px);margin-bottom:20px;flex-direction:column;}
.paid-options-premium .service{background:#fff;padding:20px;position:relative;min-height:180px;margin:0 0 15px 0;border:1px solid #CCCCCC;border-radius:12px;display:flex;flex-wrap:wrap;justify-content:space-between;}
.paid-options-premium .service h5{color:#000000;font-size:15px;font-weight:700;line-height:20px;margin-bottom:15px;}
.paid-options-premium .service p{color:#262626;font-size:14px;line-height:20px; margin-bottom: 15px;}
@media screen and (max-width: 768px){
.paid-options-premium br{display:block;}
.paid-options-premium .doc-boxes .d-box{flex-basis:calc(1000% - 10px);}
}
.hctr-testi-new .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}
.hctr-testi-new .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.hctr-testi-new .carousel-indicators .active {
background: #707070;
}
@media (max-width:1024px){
    .hctr-banner-img{
        background-position: center center;
    }
}
.orange-text-new{color: #F47956;}
.hctr-camp-bar h3 br{
    display:none;
}

@media (max-width:768px){
    .hctr-camp-bar h3{
        font-size: 12px;
        line-height: 18px;
    }
    .hctr-camp-bar h3 br{
        display: block;
    }
    .code-w{
        font-size: 12px;
        padding: 8px 5px;
    }
}
.campaign-banner{
    border: 1px solid #F9C99C;
    border-radius: 20px;
    background: url(/assets/images/floral-bg.png) no-repeat left top #FFF7EF;
    padding: 72px 0 0 0;
    position: relative;
}
.campaign-banner h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}
.campaign-banner p{
    font-size: 20px;
}

.campaign-banner .ppl-img{
    position: absolute;
    bottom: 0; 
    right: 0;
}
.campaign-banner .banner-btn{
color: #ffffff;
background: #F36D1E;
padding: 8px 30px;
font-weight: 600;
border-radius: 4px;
font-size: 15px;
margin: auto auto;
width: auto;
text-align: center;
}
.campaign-banner .bottom-stripe{
background: #F9C99C; font-size: 16px; color:#333; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; padding: 20px; text-align: left;}
.campaign-banner .bottom-stripe ul{padding-left: 20px; margin-bottom: 0;}
.campaign-banner .pad-l200{padding-left: 200px;}
.campaign-banner .pad-b40{padding-bottom: 40px;}
.campaign-banner .offer-tag{background: url(/assets/images/golden-ribbon.png); padding: 2px 15px 5px 10px; color: #000; display: inline-block; font-weight: 600; font-size: 16x; margin-bottom: 15px;width: 330px;height: 44px;text-align: right;}
.c-orange{color: #E27537;font-weight: 700;font-size: 16px;margin-bottom: 4px;}
.pad-b30{padding-bottom: 30px;}
.font14{font-size: 14px;}
@media (max-width:1199px){
    .ga-hm-banner img{width: 100%;}
    .campaign-banner{
        text-align: center;padding-top: 85px;background: url(/assets/images/floral-bg.png) no-repeat left -30px #FFF7EF;
    }
    .campaign-banner .pad-l200{
        padding-left: 10px;
    }
    .campaign-banner .orange-text{
        display: inline;
    }
    .campaign-banner .bottom-stripe{
        font-size: 12px;
    }
    .campaign-banner h3{
        font-size: 18px;
    }
    .campaign-banner p{
        font-size: 12px;
    }
    .campaign-banner .pad-b40{
        padding-bottom: 20px;
    }
}

.ga-compare-details{padding: 60px 0px;}
.component-heading{font-size: 30px;line-height: 40px;text-align: center;margin-bottom: 12px;font-weight: 700;}
.component-subheading{font-size: 18px;line-height: 28px;text-align: center;}
.ga-compare-details .card{border-color:#212529;border-width: 4px 1px 1px 1px;border-style: solid; border-radius: 4px;margin: 40px 0px;color: #212121;}
.ga-compare-details .card .title{font-size: 26px;line-height: 40px;font-weight: 700;text-align: center;margin: 24px auto 20px;}
.ga-compare-details .card .pricing{font-size: 16px;line-height: 20px;font-weight: 700;margin-bottom: 4px;text-align: center;}
.ga-compare-details .card .delivery-time{font-size: 16px;line-height: 20px;text-align: center;margin-bottom: 16px;}
.ga-compare-details .card .service-overview{padding: 0px 0px 20px 0px;font-size: 16px;text-align: center;line-height: 24px;}
.ga-compare-details .card .c-title{margin: 0px auto 12px;font-size: 16px;font-weight: 700;margin-top: 20px;}
.b-orange{border-color: #F29500 !important;}
.c-lavender{background: #E7E2F6;}
.c-light-red{background: #FCF4DD;}
.c-grey-offset{background: #212529;border: none;}
.c-grey-offset:hover{background: #000;border: none;}
.ga-compare-details .card .list-item{padding: 0px 20px 20px 20px;margin: 0px;border-bottom: 2px solid #E2E8F0;min-height: 172px;}
.ga-compare-details .card .list-item li{margin-bottom: 20px;background: url(/assets/images/orange-check-icon.svg) no-repeat 0px 6px;font-size: 16px;line-height: 24px;margin-bottom: 10px;list-style: none;padding: 0px 0px 0px 25px;}
.ga-compare-details .card .carousel-banner{border-top: 2px solid #E2E8F0;padding: 20px 24px;}
.ga-compare-details .card .carousel-banner .carousel-item img{width: 100%;}
.ga-compare-details .card .carousel-banner .carousel-indicators{bottom: -40px;display: flex;}
.ga-compare-details .card .carousel-banner{margin-bottom: 20px;}
.ga-compare-details .card .carousel-indicators li{background: #212529;border-radius: 100px;width: 8px;height: 8px;border: 0px;margin: auto 4px;}
.ga-compare-details .card .carousel-indicators li.active{background: #F29500;border-radius: 100px;width: 12px;height: 12px;border: 0px;}
.ga-deadlines{background: #F3F4F1;padding: 30px 0px;}
.ga-deadlines .heading{font-size: 30px;line-height: 40px;font-weight: 700;text-align: center;margin: 40px auto 0px;}
.ga-deadlines .card{border-color:#212529;border-width: 4px 1px 1px 1px;border-style: solid; border-radius: 4px;margin: 40px 0px;color: #212121;min-height: 1060px;}
.ga-deadlines .card .title-head{font-size: 24px;line-height: 40px;font-weight: 700;text-align: center;padding: 12px 30px;margin: 40px 0px;}
.ga-deadlines .card .bullet-flex{display: flex;margin:20px;}
.ga-deadlines .card .bullet-flex::before{border: 1px dashed #E7E2F6;content: '';position: relative;left: 26px;top: 40px;}
.ga-deadlines .col-md-5:nth-child(3) .card .bullet-flex::before{border: 1px dashed #FCF4DD;content: '';position: relative;left: 26px;top: 40px;}
.ga-deadlines .card .bullet-flex.last-child::before {border: none !important;}
.ga-deadlines .card .bullet-flex .badge{background: #E7E2F6;color: #5B4895;font-size: 20px;text-align: center;display: flex;padding: 14px;border-radius: 200px;margin-right: 12px;height: 50px;width: 50px;line-height: 20px;}
.ga-deadlines .card .bullet-flex .orangebadge{background: #FCF4DD;color: #F29500;font-size: 20px;text-align: center;display: flex;padding: 14px;border-radius: 200px;margin-right: 12px;height:50px; width: 50px;line-height: 20px;}
.ga-deadlines .card .bullet-flex .top-header{font-size: 17px;line-height: 20px;color: #212121;margin-bottom: 10px;font-weight: 700;margin-top: 5px;}
.ga-deadlines .card .bullet-flex p{font-size: 16px;line-height: 20px;color: #212121;}
.px-20{padding: 0px 20px 30px;}
.ga-hm-banner{background: linear-gradient(270deg, #E0D9CE 0%, #FFFFFF 32.75%);padding: 30px 0px;}
.ga-hm-banner h1{color: #F29500;font-size: 30px;line-height: 40px;font-weight: 800;margin-bottom: 20px;}
.ga-hm-banner p{font-size: 16px;line-height: 28px;color: #6A6A6A;margin-bottom: 16px;font-weight: 600;}
.ga-hm-banner ul{margin:10px 0px 30px;padding-left: 0px;}
.ga-hm-banner li{font-size: 16px;line-height: 24px;margin-bottom: 10px;background: url(/assets/images/orange-check.svg) no-repeat;padding: 0px 0px 0px 30px;list-style: none;color: #6A6A6A;}
.ga-hm-banner img{margin: auto 0px;}
