.btn.btn-secondary.btn-border-red{
  border: 2px solid #f82249;
  color: #f82249;
  font-weight: 700;
  margin-top:30px;
}
.btn.btn-secondary.btn-bg-red{
  background: #f82249;
  color: #fff;
  border-color: #f82249;
  font-weight: 700;
  margin-top:30px;
}
.btn.btn-secondary.btn-bg-red:hover{
  color: #f82249;
  background: #fff;
}
.btn.btn-secondary.btn-bg-yellow {
  color: #ffbb03;
  border-color: #ffbb03;
  font-weight: 700;
  margin-top: 30px;
  padding:10px 30px;
}
.btn.btn-secondary.btn-bg-white{
  background: #fff;
  color: #f82249;
  font-weight: 700;
}
.btn.btn-secondary.btn-bg-white:hover{
  color: #f82249;
  background: #fff;
}
.btn-secondary.btn-common-white {
  background: #fff !important;
  color: #f82249!important;
  font-weight: bold!important;
}
.btn-secondary.btn-common-white:hover {
  background: #f82249 !important;
  color: #fff!important;
  font-weight: bold!important;
}
.btn-secondary.btn-common-orange{
  background: #f82249 !important;
  border-color: #f82249!important;
  color: #fff!important;
  font-weight: bold!important;
}
.btn-secondary.btn-common-orange:hover{
  background: #fff !important;
  color: #f82249!important;
}
.btn-secondary.btn-common-blue {
  background: #287a8d !important;
  border-color: #287a8d!important;
  color: #fff!important;
  font-weight: bold!important;
}

/* ************************************************
  Home Header CSS
************************************************ */
.header {
  background: #fff;
  position: fixed;
  top: 0;
  transition: top .2s ease-in-out;
  width: 100%;
  height: 100px;
  opacity: 1;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  font-family: inherit;
  z-index: 99;
}
.header.header-fixed{
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

/* *************************************** 
 ************ header Top bar *********** */
.header-top-bar {
  width: 100%;
  float: left;
  height: 36px;
  text-align: center;
  background: #001f48;
}
.header-top-bar .strip-offer{
  color: #fff;
  font-family: inherit;
  text-align: left;
  font-size: 14px;
  padding:5px 0px;
}
.header-top-bar .strip-offer a{
  text-decoration: none;
  color:#fff;
}
.top-bar-order-btn a.top-ordernow-btn {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #f82249;
  text-transform: uppercase;
  margin-left: 15px;
  border-radius: 20px;
  padding: 3px 20px;
  font-size: 14px;
}
.top-bar-order-btn a.top-ordernow-btn:hover{
  background-color: #fff;
  color: #287a8d;
}
.header-nav-top {
  position: relative;
  float: right;
  padding-left: 0px;
}
.header-nav-top>li {
  display: inline-block;
  padding: 0 20px;
  margin: 12px 0 4px;
  font-size: 12px;
  line-height: 12px;
  border-right: 1px solid #d8dde3;
  color: #fff;
  float: left;
}
.header-nav-top>li a {
  color: #fff;
  font-weight: 700;
}
.header-nav-top>li a .fa{color: #fff;}
.header-nav-top>li.last {
  border-right: none;
}
.header.header-fixed .header-top-bar{
  background-color: #051e3f;color: #fff;
}
.header.header-fixed .header-top-bar .strip-offer a {color: #fff}
.header.header-fixed .header-top-bar .strip-offer{
  color: #fff;
}
.header.header-fixed .header-top-bar .strip-offer .top-bar-order-btn a.top-ordernow-btn {
  background-color: #fff;
  color: #287a8d;
}

/* *************************************** 
 ************ header Main Navigation *********** */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.navbar.navbar-default.aah-navbar {
  background: transparent;
  transition: top .2s ease-in-out;
  width: 100%;
  height: 64px;
  opacity: 1;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  font-family: inherit;
  float: left;
}
.navbar-brand>img {display: inline-block;}
.navbar.navbar-default.aah-navbar .navbar-header a.navbar-brand img {max-width:100%;}
.navbar.navbar-default.aah-navbar .navbar-brand {color: #f82249;font-weight: bold;font-style: italic;padding: 8px 15px;}
.navbar.navbar-default.aah-navbar .navbar-collapse ul.nav.navbar-nav.navbar-right button.btn.btn-secondary.btn-small {padding: 10px 15px;font-weight: bold;border-color: #f82249;color: #f82249;}
.navbar.navbar-default.aah-navbar .navbar-nav>li>a{color: #333;font-weight: bold;padding: 22px 20px;white-space: normal;}
.navbar.navbar-default.aah-navbar .navbar-collapse ul.nav.navbar-nav li a.nav-signup {padding: 10px 0px 10px 10px;font-weight: bold;}
.navbar.navbar-default.aah-navbar .collapse.navbar-collapse .nav.navbar-nav.navbar-right button.btn.btn-default {background: #f82249;border: 3px solid #f82249;color: #fff;font-weight: bold;padding:10px 30px;}
.navbar.navbar-default.aah-navbar .navbar-collapse ul.nav.navbar-nav li a.nav-demo {padding: 10px 0px}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  background: #fff;color: #716b79 !important;
}
.navbar.navbar-default.aah-navbar .navbar-collapse ul.nav.navbar-nav li:hover a.main-nav-link, 
.navbar.navbar-default.aah-navbar .navbar-collapse ul.nav.navbar-nav li:focus a.main-nav-link {
  background: #fff;color: #716b79;
}
.navbar.navbar-default.aah-navbar .navbar-collapse ul.nav.navbar-nav li.service-dropdown {
  position: relative;
}
.navbar.navbar-default.aah-navbar .navbar-collapse ul.nav.navbar-nav li.service-dropdown.dropdown.open ul.dropdown-menu {
  border: 0px;
  /*background: #fff;*/
  border-radius: 0px;
  float: left;
  height: auto;
  /*padding: 0px;*/
  list-style-type: none;
  box-shadow: 0px;
}
.navbar.navbar-default.aah-navbar ul.dropdown-menu h5 {
  font-family: inherit;
  font-weight: 600;
  margin: 10px 0px 20px 0px;
  letter-spacing: 0px;
  font-size: 13px;
  text-transform: none;
  display: inline;
  text-transform: uppercase;
}
.navbar.navbar-default.aah-navbar ul.dropdown-menu h5.m-drop-hdr {padding-left: 30px;}
.navbar.navbar-default.aah-navbar ul.dropdown-menu h6 {
  font-family: inherit;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  margin-right: 5px;
  opacity: .5;
  display: inline;
}
.navbar.navbar-default.aah-navbar .service-dropdown .dropdown-menu{
  min-width: 33%;
  border:none;
  border-radius: 0px;
  padding:15px 0px;
}
.navbar.navbar-default.aah-navbar .service-dropdown .dropdown-menu .dropdown-submenu {
  position: static;
  /*position: relative;*/
  padding:0px 15px;
  display: block;
}
.navbar.navbar-default.aah-navbar .dropdown-submenu>.dropdown-menu {
 top:0;
 left:100%;
 margin-top:0px;
 margin-left:0px;
 -webkit-border-radius:0px;
 -moz-border-radius:0px;
 border-radius:0px;
 min-height: 435px;
 max-height: 435px;
}
.navbar.navbar-default.aah-navbar .service-dropdown .dropdown-menu .dropdown-submenu p{
  font-style: italic; 
  font-size: 13px;
  margin-bottom:0px;
}
.navbar.navbar-default.aah-navbar .dropdown-submenu:hover>a:after {border-left-color:#555;}
.navbar.navbar-default.aah-navbar .dropdown-menu > li > a:hover, 
.navbar.navbar-default.aah-navbar .dropdown-menu > .active > a:hover {
  text-decoration: none;
}
.navbar.navbar-default.aah-navbar .service-dropdown .dropdown-menu>li>a {padding: 8px 15px;border-bottom: 1px solid #f5f5f5;}
.navbar.navbar-default.aah-navbar .service-dropdown .dropdown-submenu>.dropdown-menu {
/*  box-shadow: none;*/
  background: #fff;
  width: max-content;
}
.navbar.navbar-default.aah-navbar .service-dropdown .dropdown-submenu>.dropdown-menu li a{
  text-decoration: none;
  color: #333;
  padding:5px 10px; 
}
.navbar.navbar-default.aah-navbar .service-dropdown .dropdown-submenu>.dropdown-menu li a:hover{background:#ececec;}
.navbar.navbar-default.aah-navbar .service-dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu{
  background: #f8f8f8;
  width: 100%;
}
.navbar.navbar-default.aah-navbar .service-dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu{
  width: 190%;
}
.navbar.navbar-default.aah-navbar .service-dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
  display: block;
  padding:8px 12px;
  float: left;
  width: 100%;
}
.header.header-fixed .navbar.navbar-default.aah-navbar .navbar-header a.navbar-brand.nav-logo-white {display: none;}
.header.header-fixed .navbar.navbar-default.aah-navbar .navbar-header a.navbar-brand.nav-logo-colored {display: block;}
.header.header-fixed .navbar.navbar-default.aah-navbar .navbar-brand {color: #287a8d;}
.header.header-fixed .navbar.navbar-default.aah-navbar .navbar-nav>li>a{color: #333;font-weight: bold;padding-top: 22px;padding-bottom: 22px;}
.header.header-fixed .navbar.navbar-default.aah-navbar .navbar-collapse ul.nav.navbar-nav.navbar-right button.btn.btn-secondary.btn-small {border: 2px solid #f82249;color: #f82249;}
.header.header-fixed .navbar.navbar-default.aah-navbar .collapse.navbar-collapse .nav.navbar-nav.navbar-right button.btn.btn-default {background: #f82249;border-color: #f82249;color: #fff;}


/* ************************************************
  Home page banner CSS
************************************************ */
.uk-banner {
  width: 100%;
  height: 100vh;
  background: url(../images/banner-home1.jpg) top center;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.uk-banner::before {
  content: "";
  background: rgba(0, 31, 72, .8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0
}
.btn-big {
  padding: 11px 40px;
  font-size: 14px;
  font-weight: 500
}
.uk-banner .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px
}
.uk-banner h1 {
  color: #fff;
  font-family: inherit;
  font-size: 44px;
  font-weight: 700;
  margin-bottom:30px;
}
.uk-banner h1 span {
  color: #f82249
}
.uk-banner p {
  color: #ebebeb;
  font-weight: 400;
  font-size: 22px;
  opacity: .8;
  max-width: 660px;
  margin: 0 auto 20px;
  line-height: 1.5;
}
.uk-banner .about-btn {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: .5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  border: 2px solid #f82249
}
.uk-banner .about-btn:hover {
  background: #f82249;
  color: #fff
}

/* ************************************************
  UK Website Common CSS 
************************************************ */
.main {
  width: 100%;
  float: left;
  position: relative;
}
.inner-page-content-wrap {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 105px;
  /*border-top: 5px solid #384045;*/
}
.bg-white,.bg-grey, .bg-color-white, .bg-color-grey{
  padding: 25px 0 50px;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background-color: #fff;
}
.bg-grey, .bg-color-grey{
  background-color: #fafbfb!important;
}
.bg-white p, .bg-grey p{
  font-size: 16px;
  color: #666;
  line-height: 24px;
  font-family: inherit;
  padding: 5px 0;
}
.assignment-feature i {
  font-size: 44px;
  margin-bottom: 20px;
  color: #f82249;
}
.assignment-feature h3 {
  font-size: 20px;
  color: #0e1b4d;
  font-weight: 700;
  text-transform: uppercase;
}
.border-right {
  border-right: 1px solid #dee2e6!important;
}

/* ************************************************
  How It Works CSS
************************************************ */
.how-it-works {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 25px 0px 50px;
  background-color: #fafbfb;
}
.howItWorkList {
  padding-right: 57.47%;
  position: relative;
  box-sizing: border-box;
  margin-top:50px;
  float:left;
  width: 100%;
}
.howItWorkListItem {
  display: table;
  min-height: 97px;
}
.howItWorkListItem:nth-child(1) {
  left: 0%;
  margin-right: -55%;
  width: 55%;
  float: left;
  position: relative;
}
.howItWorkListImage {
  display: block;
  float: left;
  width: 87px;
  height: 87px;
  margin: 5px 20px 5px 0;
  border-radius: 45px;
  border: 3px solid #333;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: -2px 2px 4px 0 #666;
  background-repeat: no-repeat;
  background-image: url(../images/aah-sprite.png);
}
.howItWorkListImage-instruct {
  background-position: 20px 20px;
}
.howItWorkListText {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}
.howItWorkListItem:nth-child(1):after, .howItWorkListItem:nth-child(3):after {
  content: '';
  position: absolute;
  top: 105px;
  left: 45px;
  width: 174px;
  height: 135px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/aah-sprite.png);
  background-position: -6px -830px;
}
.howItWorkListItem:nth-child(2) {
  left: 40%;
  margin-right: -55%;
  width: 55%;
  float: left;
  position: relative;
  margin-top: 185px;
  margin-left: 30px;
}
.howItWorkListImage-writers {
  background-position: 14px -50px;
}
.howItWorkListItem:nth-child(2):after, .howItWorkListItem:nth-child(4):after {
  content: '';
  position: absolute;
  top: -105px;
  left: 45px;
  width: 111px;
  height: 98px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/aah-sprite.png);
  background-position: -210px -825px;
}
.howItWorkListItem:nth-child(3) {
  left: 80%;
  margin-right: -55%;
  width: 55%;
  float: left;
  position: relative;
  margin-left: -10px;
}
.howItWorkListImage-rating {
  background-position: 14px -118px;
}
.howItWorkListItem:nth-child(4) {
  left: 120%;
  margin-right: -55%;
  width: 55%;
  float: left;
  position: relative;
  margin-top: 185px;
  margin-left: 30px;
}
.howItWorkListImage-payment {
  background-position: 17px -180px;
}
.howItWorkListItem:nth-child(5) {
  left: 160%;
  margin-right: -55%;
  width: 55%;
  float: left;
  position: relative;
}
.howItWorkListImage-paper {
  background-position: 12px -240px;
}

/* ************************************************
                Order Now Orange Strips CSS
************************************************ */
.order-now-common-row {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 60px 0px;
  background: #f82249;
  background-image: linear-gradient(-228deg,#000 0%,#000711 21%,#002454 100%);
  text-align: center;
}

/* ************************************************
  Home page content CSS
************************************************ */
.aah-content-lists {
  padding-left:10px;
  margin:0px;
}
.aah-content-lists li {
  font-size: 16px;
  font-family: inherit;
  padding:5px 0px;
  color: #666;
  line-height: 24px;
}

/* *************************************** 
 ************ Content Support Block & Stats *********** */
.pd-bottom0 {
  padding-bottom: 0px;
}
button.btn.btn-secondary span.fa-chevron-right, 
.order-now-common-row span.fa-chevron-right, 
.order-now-common-row .fa-chevron-right {
  font-size: 10px;
}
.writers-button {
  width: 100%;
  text-align: center;
}
.clientLogoSlider {
  width: 100%;
  float: left;
  position: relative;
  clear: both;
  background-color: #fff;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.clientLogoSlider h5 {
  font-size: 16px;
  color: #bababa;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0px;
}
.clientSlider {margin-top: 10px;}
.clientSlider .item{
  display: inline-block;
  margin: 10px;
  text-align: center;
  background-image: url(../images/aah-sprite.png);
  background-repeat: no-repeat;
  height: 40px;
  width: 204px;
}
.clientSlider.security-partners .item{width:150px;}
.clientSlider.universities .item{width:150px;}
.clientSlider .item.security-partners1 {
  background-position: -189px -988px;
}
.clientSlider .item.security-partners2 {
  background-position: -189px -1040px;
}
.clientSlider .item.security-partners3 {
  background-position: -189px -1090px;
}
.clientSlider .item.security-partners4 {
  background-position: -198px -1146px;
}
.clientSlider .item.security-partners5 {
  background-position: -189px -1193px;
}
.clientSlider .item.security-partners6 {
  background-position: -210px -1242px;
}
.clientSlider .item.security-partners1 {
  background-position: -189px -988px;
}
.clientSlider.uk-universities .item{width:150px;}
.clientSlider.uk-universities .item.uk-university1 {background-position: -3px -1792px;}
.clientSlider.uk-universities .item.uk-university2 {background-position: -204px -1791px;}
.clientSlider.uk-universities .item.uk-university3 {background-position: -3px -1844px;}
.clientSlider.uk-universities .item.uk-university4 {background-position: -174px -1844px;}
.clientSlider.uk-universities .item.uk-university5 {background-position: -330px -1844px}
.clientSlider.uk-universities .item.uk-university6 {background-position: -3px -1892px;}

/* ************************************************
  Footer CSS
************************************************ */
.footer {
  width: 100%;
  float: left;
  position: relative;
  background-color: #1f2532;
}
.footer .footerTopSect {
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1f2532;
  color: #fff;
}
.footer .footerMenuSect {
  width: 100%;
  float: left;
  padding:15px 0px;
  background-color: #181d27;
}
.footer .footerMenuSect .footer-logo {
  text-align: center;
}
.footer .footerMenuSect .footer-logo .footer-logo-colored{
  display: inline-block;
  text-decoration: none; 
  color: #d2f3fb; 
  font-size: 24px;
}
.footer .footerMenuSect .footer-logo .footer-logo-colored img {width: 54px}
.footer .footerMenuSect h5{text-align: center;color: #d2f3fb;font-size: 14px;font-weight: 700;}
.footer .footerMenuSect .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.footer .footerMenuSect .ftr-hd-clr {
  color: #cbc6c6!important;
}
.footer .footerMenuSect .nav-tabs>li.active>a,
.footer .footerMenuSect .nav-tabs>li.active>a:focus,
.footer .footerMenuSect .nav-tabs>li.active>a:hover,
.footer .footerMenuSect .nav-tabs>li>a,
.footer .footerMenuSect .nav-tabs>li>a:focus,
.footer .footerMenuSect .nav-tabs>li>a:hover {
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #cbc6c6
}
.footer .footerMenuSect .nav-list>li:last-child {
  border-bottom: none!important;
  border-right: 1px solid #616161
}
.footer .footerMenuSect .nav-list>li {
  padding: 0 14px;
  border-left: 1px solid #fff;
  line-height: 11px
}
.footer .footerMenuSect .nav-list>li>a:hover {
  text-decoration: none;
  background: 0 0
}
.footer .footerMenuSect .nav-list>li>a>span {
  display: block;
  font-weight: 300;
  font-size: 13px;
  color: #cbc6c6
}

.footer .footerMenuSect .footer-country-list li {
  display: inline-block;
}
.footer .footerMenuSect .footer-country-lis-bg {
  background: transparent;
  box-shadow: none;
  color: #cbc6c6;
  border: none;
  margin-bottom: 0;
}
.footer .footerMenuSect .bgn-hd {
  background: 0 0;
}
.footer .footerMenuSect .footer-country-bg-none {
  background: 0 0;
  border: none;
  box-shadow: none;
  color: #d2f3fb;
}
.footer .footerMenuSect .navbar-collapse {
  border: none;
  box-shadow: none;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
}
.footer .footerMenuSect .navbar-collapse.collapse {
  display: block!important;
  width: auto!important;
  padding-bottom: 0;
  overflow: visible!important;
}
.footer .footerMenuSect .navbar-default .navbar-nav>li>a {
  color: #cbc6c6;
  background: 0 0;
  box-shadow: none
}
.footer .footerMenuSect .navbar-default .navbar-nav>li>a:focus,
.footer .footerMenuSect .country-nav .navbar-default .navbar-nav>li>a:hover {
  background: 0 0!important;
  box-shadow: none;
  text-shadow: none;
  color: #fff!important
}
.footer .footerMenuSect .dropDown-list,
.footer .footerMenuSect .navbar-default .navbar-toggle:focus,
.footer .footerMenuSect .navbar-default .navbar-toggle:hover {
  background: 0 0
}
.footer .footerMenuSect .navbar-nav>li>a,
.footer .footerMenuSect  .navbar-brand {
  text-shadow: none;
  color: #d2f3fb !important;
}
.country-border-left {
  border-left: none!important
}
.country-border-right {
  border-right: none!important
}
.footer .footerBottomSect {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #1f2532;
}

/* ************************************************
  Internal Page (1st Level) CSS
************************************************ */
.gbox{
  width: 100%;
  float: left;
  padding: 15px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
  min-height: 370px;
  margin: 15px 0;
  text-align: center;
  border-radius: 30px;
}
.gbox h3 a{font-weight: 700;text-decoration: none;}
.gbox .btn.btn-secondary.btn-border-red{margin-top: 15px;}

.sidebar {position: relative;}
.md-accordion .card .fa-angle-down {
  float: right;
}

/* ************************************************
 BreadCrumb CSS
************************************************ */
#slideshow {
  height: auto;
  background: #2c313c;
  color: #fff;
  margin-top: 100px;
  border-bottom: 5px solid #CCC;
  border-top: 5px solid #384045;
  position: relative;
}
#slideshow .order-title-tagline{
  padding-bottom: 30px;
}
.bcm {
  margin-left: -40px;
  padding-top: 30px;
  list-style-type: none;
}
.bcm li{display: inline-block;}
.bcm li a {
color: #A0A0A0;
}
.mainHeading {
  margin-bottom: -5px;
  border-bottom: 5px solid #08c;
  padding-bottom: 15px;
  display: inline-block;
  margin-top: 0;
}

/* ************************************************
  Internal Page (Third Level) CSS
************************************************ */
.banner-container.thirdlevel {
  padding: 51px 0px 51px;
}
.main.thirdlevel h1.page-title{
  margin-bottom: 10px;
}
hr.underline {
  margin-top: 0px;
  margin-bottom: 20px;
  border-top: 2px solid #287a8d;
}
.description-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: none;
  margin-top: 26px;
  color: #666;
  text-align: left;
}
.main.thirdlevel .content-section-white h3, .main.thirdlevel .content-section-grey h3{
  font-size: 20px;
  font-weight: bold;
}
.internal-common-row {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border-radius: 0px;
}
.internal-sidebar-form {
  width: 100%;
  float: right;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,.14);
}
.internal-common-row h2{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  padding-top: 0px;
  padding-left: 15px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #656565;
}
.country-cities-row {
  width: 100%;
  float: left;
  background-color: #fff;
  padding:15px;
  margin-bottom: 30px;
      box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.2);
  min-height: 285px;
}
.country-cities-row h3{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #656565;
  text-transform: uppercase;
  font-family: inherit;
}
.main.firstlevel .page-title{
  margin-top: 0px;
}
.width70 {
  width: 70%; 
  margin:auto;
  margin-bottom: 20px;
}
.order-content-list li{
  font-size: 16px;
  font-family: inherit;
  padding: 5px 0px;
  color: #666;
  line-height: 24px; 
}
ul.order-content-list {
  list-style:none;
}
ul.order-content-list li::before {
  content: '\f054';
  display: inline-block;
  position: absolute;
  left: 40px;
  font-family: 'FontAwesome';
  font-size: 0.6em;
}
.bg-white .conHdng, .bg-grey .conHdng, .bg-white .conHdng1, .bg-grey .conHdng1{
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: none;
  margin-top: 26px;
  color: #666;
  text-align: left;
}
.bg-white h3, .bg-grey h3{
  font-size: 20px;
  font-weight: 500;
}
.bg-white .subheading-category, .bg-grey .subheading-category{
  font-size: 22px;
  color: #666;
  font-weight: 700;
}
.bg-white ol, .bg-grey ol{
  position: relative;
}
.bg-white ol li, .bg-grey ol li{
  font-size: 16px;
  font-family: inherit;
  padding: 2px 0;
  color: #666;
  line-height: 24px;
}
.bg-white ul, .bg-grey ul{
  position: relative;
  list-style: none;
}
.bg-white ul li, .bg-grey ul li{
  font-size: 16px;
  font-family: inherit;
  padding: 2px 0;
  color: #666;
  line-height: 24px;
}
.bg-white ul li::before, .bg-grey ul li::before {
  content: '\f054';
  display: inline-block;
  position: absolute;
  left: 20px;
  font-family: FontAwesome;
  font-size: .6em;
}
.assignment-info-container {
  width: 100%;
  float: left;
  padding: 10px 20px;
}
.assignment-info-container .h3{
  font-size: 44px;
  color: #656565;
  font-weight: 700;
  margin-bottom: 25px;
  display: block;
}
.assignment-info-container .h4{
  font-size: 26px;
  color: #222;
  font-weight: 700;
  display: block;
}
.serviceList {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  border: 1px solid #CFDCDE;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.serviceList .service-Icon {
  border: 4px solid #010C1B;
  text-align: center;
  width: 72px;
  border-radius: 100%;
  margin: -40px auto 20px;
  background: #051E3F;
  height: 72px;
  transition: background ease 250ms;
}
.serviceList .service-Icon span {
  font-size: 30px;
  color: #FFF;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  transition: all ease 250ms;
  margin-top: 5px;
  display: inline-block;
}
.serviceList .service-content {
  display: inline-block;
  padding: 0 25px 25px;
}
.serviceList .service-content h3 {
  text-align: center;
  font-weight: 400;
  color: #0E1B4D;
  font-size: 22px;
}
.featureCanvasLink {
  font-size: 18px;
  padding: 0 0 1px;
  border-bottom: 1px dashed rgba(0,121,193,.81);
  color: rgba(0,121,193,.81);
  transition: all 220ms;
  text-decoration: none;
}
.featureCanvasLink:hover {
  color: #F82249;
  border-color: #F82249;
  text-decoration: none;
}
.img-shadow {
  box-shadow: 0px 4px 14px 0 rgba(0,0,0,.3);
}
.home-blog h3{color: #656565;font-weight: 600;margin-top: 0px;margin-bottom: 20px;}
.home-blog .demo-link {font-weight: 600;margin-top: 15px;float: left;}

/* ************************************************
  Back to Top CSS
************************************************ */
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display:none;
  background-color: #a70220;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding:16px;
}
.back-to-top:hover {
  background-color: #f82249;
  color: #fff;
}

/* ************************************************
  About Us Page CSS
************************************************ */
.about-full-width-banner {
  width: 100%;
  float: left;
  height: auto;
  background-color: #f82249;
  background-image: url(../images/about-banner.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px;
  text-align: center;
}
.about-full-width-banner .about-banner-headline {
  padding: 170px 0px 150px 0px;
  overflow: hidden;
}
.about-full-width-banner .about-banner-headline h2, .about-full-width-banner .about-banner-headline h1 {
  display: inline-block;
  margin: 0px;
  line-height: 120%;
  font-size: 70px;
}
.inner-banner-title{
  text-transform: capitalize;
  letter-spacing: -0.3px;
  font-weight: 700;
  font-family: inherit;
  color: #fff;
  text-align: center;
  font-size: 28px;
}
.AAH-web-wrapper .resource-details-banner .secondLevelBanner hr {
  width: 70px;
  margin: 20px auto 60px auto;
  border: 2px solid #fff;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.about-full-width-banner .about-banner-headline h2 .em hr{
  border-top: 4px solid #fff;
  margin: 0px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.aah-about-timeline-group {
  background: #f8f8f8;
  position: relative;
  float: left;
  width: 100%;
}
.aah-about-timeline-group .aah-about-timeline-info {
  margin-bottom: 60px;
  padding: 30px;
  width: 100%;
  float: left;
  overflow: hidden;
}
.aah-about-timeline-group .about-aah-timeline .col-md-3, 
.aah-about-timeline-group .about-aah-timeline .col-md-offset-3, 
.aah-about-timeline-group .about-aah-timeline .col-xs-6 {
    padding: 0px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item {
  padding: 5px 50px;
  position: relative;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left {
  padding-bottom: 135px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .abt-timeline-icon {
  width: 100px;
  height: 100px;
  float: right;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/aah-sprite.png);
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .abt-timeline-icon.aboutidea {
  background-position: 0px -2066px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .abt-timeline-icon.aboutdevelopment {
  background-position: -5px -2224px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .abt-timeline-icon.aboutglobe {
  background-position: -406px -2237px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .abt-timeline-icon.aboutexperts {
  background-position: -4px -2408px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .abt-timeline-icon {
  width: 100px;
  height: 100px;
  float: left;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-image: url(../images/aah-sprite.png);
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .abt-timeline-icon.aboutdomain {
  background-position: -405px -2065px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .abt-timeline-icon.aboutorder {
  background-position: -201px -2224px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .abt-timeline-icon.aboutcustomers {
  background-position: -197px -2065px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .abt-timeline-icon.aboutworkers {
  background-position: -203px -2408px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left h5 {
  clear: both;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0px;
  color: #666;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item p {
    font-size: 16px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left p {
    text-align: right;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item .circle {
  background: #f82249;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left .circle {
  right: -9px;
  top: 32%;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right {
  border-left: 3px solid #f82249;
  padding-top: 150px;
  padding-bottom: 50px;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right h5 {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0px;
  color: #666;
}
.aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right .circle {
  left: -9px;
  bottom: 35%;
}
.about-page-images {
  width: 100%;
  margin-bottom: 60px;
}
.eliminating-tagline {
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 24px;
  font-style: italic;
}
.order-now-common-row .quote {
  color: #fff;
  margin-bottom: 15px;
}
.order-now-common-row .quote .fa-3x{
  font-size: 3em !important;
}
.order-now-common-row .small {
  color: #fff;
}
.about-center-icon {
  text-align: center;
  width: 100%;
  margin-top:15px;
}
.about-center-icon .content-feature-icon2x {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: auto;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-image: url(../images/aah-sprite.png);
}
.about-center-icon .content-feature-icon2x.feature-support {
  background-position: -262px -407px;
}
.about-center-icon .content-feature-icon2x.feature-smsupdates {
  background-position: -425px -659px;
}
.about-center-icon .content-feature-icon2x.feature-availability {
  background-position: -339px -659px;
}
.about-center-icon .content-feature-icon2x.feature-whatsapp {
  background-position: -256px -659px;
}
.about-center-icon .content-feature-icon2x.feature-clientfirst {
  background-position: -339px -743px;
}
.about-center-icon .content-feature-icon2x.feature-innovation {
  background-position: -339px -828px;
}
.about-center-icon .content-feature-icon2x.feature-teamwork {
  background-position: -424px -743px;
}
.about-center-icon .content-feature-icon2x.feature-professional {
  background-position: -424px -828px;
}
.about-center-icon .content-feature-icon2x:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.content-section-white h3 {
  color:#222;
}
.clientSlider.aboutclient .item img{
  max-width: 175px;
}

/* ************************************************
  Featured Page CSS
************************************************ */
.about-full-width-banner.featured-banner{
  background-color: #75c164;
  background-image: url(../images/featured-banner.jpg);
}
.featured-image {
  width: 100%;
}
.featured-image img{
  max-height: 550px;
  margin: auto;
}
.text-left {
  text-align: left;
}
.page-title-tagline {
  font-style: italic;
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-top: 0px;
}
.featured-icons img{
  max-width: 220px;
  margin-top: 20px;
}

/* ************************************************
 FAQ page CSS
************************************************ */
.faq-banner {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  position: relative;
  background: #00a651 url(../images/bg-pattern4.png);
  background-position: left top;
  background-repeat: repeat;
}
.banner-container {
  width: 100%;
  float: left;
  padding: 180px 0px 50px;
  position: relative;
}
.faq-banner h1 {
  font-size: 50px;
  text-transform: capitalize;
  letter-spacing: -0.3px;
  font-weight: 700;
  font-family: inherit;
  color: #fff;
  text-align: center;
}
.faq-section-head {
  width: 100%;
  float: left;
  border:1px solid #e3e4e3;
  padding: 0px;
  margin-bottom: 20px;
}
.faq-inner-container {
  width: 100%;
  float: left;
  padding: 10px;
}
.faq-section-heading {
  color: #4d443a;
  font-size: 18px;
  line-height: 0;
  background: #ebe7e2;
  font-weight: 600;
  margin: 0;
  padding: 20px 20px 25px;
  text-align: left;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}
h3.panel-title{
  padding:0px;
}
h3.panel-title > a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  line-height: 28px;
  font-size: 15px;
  font-weight: 600;
}
.more-less {
  float: right;
  color: #666;
  margin-top: 7px;
  font-size: 12px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}

/* ************************************************
  Term and Condition CSS
************************************************ */
.tccontent {
  width:100%;
  float: left;
  clear:both;
  margin-top:30px;
}
.tclists {
  width:100%;
  clear: both;
}
.tclists li{
  font-size: 16px;
  padding:5px 0px;
  color: #666;
}
.mt15 {margin-top:15px;}
.content-section-grey .textCommon .no-underline {
  text-decoration: none;
}

/* ************************************************
  Pricing Page CSS
************************************************ */
.pricing-banner {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #3498af;
  background-position: left top;
  background-repeat: repeat;
  padding:51px 0px;
}
.pricing-banner .inner-banner-title{
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.pricing-banner .order-title-tagline{
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
  line-height: 26px;
}
.price-details-row {
  width: 100%;
  float: left;
  background: #fff;
  padding: 15px;
  margin-top: 15px;
  border-radius: 10px;
}
.price-details-row a{
  text-decoration: none;
}
.calc_result {
  float: left;
  width: 100%;
  margin: 12px 0 0px;
}
.calc_result table {
  width: 100%;
  text-align: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
}
.calc_result table tbody tr td, .calc_result table thead tr th {
  text-align: center;
  width: 120px;
}
.calc_result table thead tr th.first {
  width: 160px;
}
.calc_result table thead tr th .standard {
  font-size: 16px;
  font-weight: 700;
  background: #287a8d;
  padding: 8px 0;
  color: #FFF;
  border-left: 1px solid #216777;
}
.calc_result table thead tr th .standard0 {
  font-size: 16px;
  font-weight: 400;
  background: #216777;
  padding: 8px 0;
  color: #FFF;
  border-left: 1px solid #287a8d;
}
.calc_result table thead tr th .standard1 {
  font-size: 16px;
  font-weight: 700;
  background: #f82249;
  padding: 20px 0;
  color: #FFF;
  border-left: 1px solid #c15639;
}
.calc_result table thead tr th .standard2 {
  font-size: 16px;
  font-weight: 700;
  background: #c15639;
  padding: 20px 0;
  color: #FFF;
  border-left: 1px solid #f82249;
}
.f32 {
  font-size: 32px;
  font-weight: 700;
}
.calc_result table tbody tr td {
  border-bottom: 1px solid #F7F1F1;
}
.calc_result table tbody tr.white td {
  background: #FFF;
}
.calc_result table tbody tr.gray td {
  background: #F7F8F8;
}

.calc_result table tbody tr td .days, .calc_result table tbody tr td a.pri {
  padding: 15px 0;
  float: left;
  width: 100%;
  color: #666;
  font-size: 16px;
  font-weight: 700;
}
.calc_result table tbody tr td:hover a.pri {
  color: #287a8d;
  padding: 20px 0px;
}
.calc_result table tbody tr td .days {
  background: #E8E8E8;
}
.w100 {
  width: 100%;
  font-weight: bold;
}
.pricetime {
  width: 100%;
  color: #ce2e03;
  font-size: 11px;
  float: left;
  font-weight: bold;
  line-height: 10px;
  float: left;
}
.calc_result table tbody tr td .price_order {
  display: none;
  padding: 1px 7px;
  font-size: 16px;
  color: #f82249;
  margin-left: 5px;
}
.calc_result table tbody tr td:hover .price_order {
  display: inline;
}
.includelists {width:100%;clear: both;float: left;margin-top: 25px; position: relative;}
.includelists ul.order-content-list li {padding: 12px 15px 12px 40px;position: relative;}
.includelists ul.order-content-list li::before {
  font-family: FontAwesome;
  content: "\f00c";
  color: green;
  padding-right: 10px;
  position: absolute;
  top: 15px;
  left: 15px;
}

/* ************************************************
  Login Page CSS
************************************************ */
.login h2.page-title {
  margin-bottom: 5px;
  margin-top: 5px;
}
.login-details-row {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border-radius: 10px;
  margin-top:20px;
  background: #287a8d url(../images/bg-pattern10.png);
  background-repeat: repeat;
  padding: 40px 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.loginlogoIcon {
  width: 100%;
  float: left;
  text-align: center;
  padding:10px 0px;
}
.loginlogoIcon .topIcon {
  width: 64px;
  height: 64px;
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
}
.loginlogoIcon .topIcon img{
  max-width: 100%;
  text-align: center;
}
.login-details-row .form-control{
  height: 52px;
  border-radius: 0px;
  border-color: #fff;
}
.login-details-row .input-group-addon {
  padding:6px 25px;
  background-color: #f82249;
  border: 1px solid #f82249;
  color: #fff;
  font-size: 20px;
}
.login-details-row .submitbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.login-details-row .submitbutton .btn-login {
  background-color: #f82249;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  width: 200px;
  padding:10px ;
}
.login-details-row .order-title-tagline a{
  text-align: center;
  color: #fff;
}
.loginv2 {
  width: 100%;
  height: 100vh;
  float: left;
  background: #077cf1 url(../images/bg-pattern10.png);
  background-repeat: repeat;
  background-attachment: fixed;
}
.loginleft {
  width: 100%;
  height: 100vh;
  z-index: 1;
  float:left;
  background:#fff;
  padding:15px;
  overflow-y: scroll;
}
.loginleft::-webkit-scrollbar {
  width: 8px;
  display: none;
}
.pd0 {
  padding:0px;
}
.loginv2 .loginleft label{
  padding-bottom: .8em;
}
.loginv2 .loginleft .form-control{
  height: 52px;
  border:2px solid #c9c9c9;
  margin-bottom: 30px;
}
.loginv2 .loginleft .submitbutton .btn-common-orange {
  background-color: #f82249;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  width: 100%;
  padding:10px ;
  margin-bottom: 15px;
}
.loginv2 .loginleft .evenly-distributed-children .order-title-tagline a{
  text-decoration: underline;
}
.loginv2 .banner-title{
  font-family: inherit;
  font-weight: 700;
  font-size: 36px;
  text-transform: none;
  letter-spacing: 0px;
  padding:70px 30px 30px;
  text-align: center;
  color: #fff;
}
.loginv2 .banner-title-slogan {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.login-info-list {
  width: 100%;
  float: left;
  clear: both;
  margin-top:60px;
}
.login-info-list ul{
  list-style: none;
  padding:0px;
  margin:0px;
}
.login-info-list ul li {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  position: relative;
  text-align: center;
  color: #fff;
}
.login-info-list ul li span {
  display: block;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  padding:10px 0px;
}
.login-info-list ul li small {
  display: block;
  font-size: 14px;
}
.login-info-list ul li+li::before {
  background-image: -webkit-linear-gradient(bottom, #197fbd, #fff 50%, #197fbd);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  background-image: -moz-linear-gradient(bottom, #197fbd, #fff 50%, #197fbd);
  background-image: -o-linear-gradient(bottom, #197fbd, #fff 50%, #197fbd);
  background-image: -ms-linear-gradient(bottom, #197fbd, #fff 50%, #197fbd);
  background-image: linear-gradient(to top, #197fbd, #fff 50%, #197fbd);
  width: 1px;
  height: 122px;
}

.login-copyright {
  text-align: center;
  font-size: 13px;
  color: #666;
  padding-top: 90px;
}
.loginbtn-inline {display: flex;justify-content: center;align-items: center;margin-top: 50px;}
.loginbtn-inline a {
  margin-right: 10px;
  margin-left: 10px;
}
.loginbtn-inline.btnfistlevel {
  margin-top: 15px;
  margin-bottom: 20px;
}
.login-info-list ul li .loginicon {
  width: 64px;
  height: 64px;
  margin: auto;
  background-image: url(../images/aah-sprite.png);
  background-repeat: no-repeat
}
.login-info-list ul li .loginicon.loginicon1 {
  background-position: -448px -83px
}
.login-info-list ul li .loginicon.loginicon2 {
  background-position: -388px -155px
}
.login-info-list ul li .loginicon.loginicon3 {
  background-position: -444px -4px
}
.evenly-distributed-children {
  display: flex;
  justify-content: space-between;
}

/* ************************************************
 Order Form Page CSS
************************************************ */
.tab-item-title {
  font-weight: 700;
  margin: 10px 0px 10px 0px;
  font-size: 20px;
  color: #656565;
}
.order-form-container {
  width: 100%;
  float: left;
  padding:20px;
  background-color: #fff;
  box-shadow: 0 1px 6px #bcbbbb;
  -moz-box-shadow: 0 1px 6px #bcbbbb;
  -webkit-box-shadow: 0 1px 6px #bcbbbb;
}
.order-form-container h1, .order-form-container h4, .order-form-container h5 {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color:#656565;
}
.formHeading {
  font-size: 18px;
  padding:5px 0px;
  line-height: 24px;
}
.formtagline {
  margin-bottom: 40px;
}
.order-form-container .form-control{
  height:44px;
}
.order-form-container textarea.form-control {
  height: 135px;
  background-image: none;
  resize: none;
}
#fileUploadType a {
  color: #a53c00;
}
.order-form-container #fileUploadType a {
  background: 0 0;
  border: 1px solid #a53c00;
}
.sidebar .button_chat {
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  box-shadow: 0 2px 5px #ced7d0;
  -moz-box-shadow: 0 2px 5px #ced7d0;
  -webkit-box-shadow: 0 2px 5px #ced7d0;
  background: #287a8d;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.sidebar .button_chat:hover {
  background: #2dd256;
  background: -moz-linear-gradient(top, #2dd256 0%, #29ce4e 100%);
  background: -webkit-linear-gradient(top, #2dd256 0%, #29ce4e 100%);
  background: linear-gradient(to bottom, #2dd256 0%, #29ce4e 100%);
}
.sidebar .widget {
  width: 100%;
  margin-bottom: 15px;
}
.sidebar .widget_order_summary {
  box-shadow: 0 1px 6px #bcbbbb;
    -moz-box-shadow: 0 1px 6px #bcbbbb;
    -webkit-box-shadow: 0 1px 6px #bcbbbb;
  background: #fff;
  position: relative;
}
.sidebar .widget_order_summary .widget_title {
  border-bottom: #d5e4ea 1px solid;
  margin: 0;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.sidebar .widget_content {
  padding: 10px 0;
}
.sidebar .widget_order_summary .widget_content ul {
  list-style: none;
  padding: 0px;
  position: relative;
}
.sidebar .widget_order_summary .widget_content ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 5px 15px;
  padding-left: 70px;
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.sidebar .widget_order_summary .widget_content ul li:hover {
  background: #f5f5f5;
}
.sidebar .widget_order_summary .widget_content ul li::before {
  content: "\f093";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0px;
  overflow: hidden;
  display: block;
  width: 60px;
  height: 60px;
  color: #f82249;
  font-size: 36px;
  text-align: center;
  line-height: 60px;
}
.sidebar .widget_order_summary .widget_content ul li.infoIcon2::before {
  content:"\f1c1";
}
.sidebar .widget_order_summary .widget_content ul li.infoIcon3::before {
  content:"\f045";
}
.green {
  color: green;
}
.dispNone {
  display: none;
}
.footer .footerTopSect .ftr-subscribe .form-control.subscriberEmailErr {
  border-color: #d4765c;
}
.plagarism-checker {
  background: url(../images/plagarism-checker.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.full-width-banner .plagarism-checker-headline {
  padding: 150px 30px 50px 30px;
  text-align: center;
}
.full-width-banner .plagarism-checker-headline .banner-title{
  font-size: 36px;
}
ul.order-stats-list {
  list-style: none;
  padding:0px;
  margin:0px;
}
ul.order-stats-list li{
  margin-bottom: 50px;
}
ul.order-stats-list li h3{
  font-size: 28px;
  color: #ffbb03;
  font-weight: bold;
  line-height: 18px;
}
ul.order-stats-list li h4{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
}
ul.order-stats-list li p{
  font-size: 14px;
  color: #fff;
  font-style: italic;
}
.order-stats-list-right {
  list-style: none;
}
.mobile-bg .bannerRight .form-horizontal .btn-upload {
  color: #f82249;
  background: #fff;
  border-radius: 3px;
}
.sidebar .widget_order_summary .profileImg {
  float: left;
  max-width: 60px;
  max-height: 60px;
  margin: 15px;
}
.sidebar .widget_order_summary .profileImg img {max-height: 60px;}
.sidebar .widget_order_summary .tutorfinalrating {
  font-size: 16px;
}
.text-underline {text-decoration: underline;}
.fileL {
  margin-top: 10px;
  background-color: #ceeff9;
  border: 1px solid #3c7a8d;
  border-radius: 2px;
  overflow: hidden;
  padding-top: 4px;
  height: 30px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
}
.fileL a {
  color: #3c7a8d;
  text-decoration: none;
}
.progressBar {
  width: 200px;
  height: 22px;
  border: 1px solid #111;
  background-color: #292929
}
.progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 22px;
  width: 0;
  background-color: #09f
}
.inputError {
  border-color: #d4765c !important;
}
.inputSuccess {
  border-color: #27ae60 !important;
}
.order-offer {
  background: linear-gradient(to right,#a5440c 0,rgba(51,149,171,.9) 100%);
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.OfferText {
  font-size: 18px;
  font-weight: 700;
}
.order-form-container .form-group .input-group .form-control[readonly] {
  background: #fff;
}
.internal-sidebar-form .form-control.datetimeSelector {
  background: #fff;
}
.inner-full-width-banner .secondLevelForm .form-control.datetimeSelector {
  background: #FFF;
}

/* ************************************************
  Resources Details CSS
************************************************ */
.resources-banner {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  position: relative;
  background: #d68319;
  overflow: hidden;
  padding:120px 0px 60px;
}
.sidebarBoostArea {
  width: 100%;
  float: left;
  background-color: #23b5b9;
  color: #fff;
  padding: 30px;
  margin:15px 0px 30px;
}
.sidebarBoostArea .boostAreaIcon {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 25px;
}
.sidebarBoostArea .boostAreaIcon .topIcon {
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background:#fff;
}
.sidebarBoostArea .boostAreaInfo {
  width: 100%;
  float: left;
  text-align: center;
}
.sidebarBoostArea .boostAreaInfo h3 {
  letter-spacing: 1px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  color: #fff !important;
  margin: 0px;
  margin-bottom: 0px;
  line-height: 26px;
  font-family: 'Open Sans',sans-serif;
}
.sidebarBoostArea .boostAreaInfo h4 {
  font-size: 16px;
  margin-top: 10px;
  font-style: italic;
  margin-bottom: 30px;
  font-weight: 400;
  text-align: center;
  color: #fff !important;
  margin: 0px;
  line-height: 24px;
}
.main .page-breadcrumb .breadcrumb{
  background-color: transparent!important;
}

/* ************************************************
  Review Page CSS
************************************************ */
.reviewSummary-banner {
  background: #7d7d7d url(../images/bg-pattern10.png);
  padding-top:140px;
}
.businessformreview {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  border: none;
  box-shadow: 0 2px 2px 0 #c8c8c8;
}
.rvUserinfo {
  width: 100%;
  float: left;
}
.user-review-pic {
  width: 75px;
  height: 75px;
  margin:auto;
  border-radius: 50%;
  background:#f5f5f5;
  overflow: hidden;
  margin-bottom: 15px;
}
.user-review-pic a{
  display: block;
}
.user-review-pic img{
  max-width: 100%;
}
.businessformreview .rvUserinfo .user-review-name {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  padding-bottom: 5px;
}
.user-star-rating {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 0 1.3em;
}
.userstar-rating-left {
  width: 100%;
  float: left;
  clear: both;
}
.user-star-rating .rv-star {
  width: 24px;
  height: 24px;
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 1px 0;
  background-color: #c8c8c8;
  color: #fff;
  font-size: 16px;
}
.user-star-rating .rv-star.star1{
  background-color: #e22027 !important;
}
.user-star-rating .rv-star.star2{
  background-color: #f47324 !important;
}
.user-star-rating .rv-star.star3{
  background-color: #f8cc18 !important;
}
.user-star-rating .rv-star.star4{
  background-color: #73b143 !important;
}
.user-star-rating .rv-star.star5{
  background-color: #007f4e !important;
}
.reviewfinalrating {
  font-size: 18px;
  margin-left: 5px;
  font-weight: 700;
  color: #3e7f4e;
}
.published-dt-time {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  margin: 0;
  font-size: 12px;
  color: #999;
}
.review-title {
  font-size: 18px;
  color: #444;
  font-weight: 700;
  padding: 5px 0;
  margin-top: 0;
}
.company-review-summary {
  padding-bottom: 20px;
  text-align: left;
  width: 100%;
  float: left;
}
.company-profile-pic {
  width: 100%;
  height: auto;
  min-height: 90px;
  float: left;
  margin: 0 20px 20px 0;
}
.company-profile-pic img{
  max-width: 100%;
}
.company-review-dtls-top {
  width:100%;
  float: left;
  position: relative;
}
h1.company-title {
  font-family: inherit;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
}
.top-rating-info-wrapper {
  width:100%;
  float: left;
  position: relative;
}
.rating-in-word {
  font-size: 20px;
  line-height: 20px;
  display: block;
  margin-bottom: 15px;
  padding-top: 6px;
  color: #fff;
}
.topstarSelector {
  width:100%;
  float: left;
  height: 40px;
  margin-top: 10px;
}
a.topstar-selector-button {
  width: 41px;
  height: 40px;
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 3px;
  background: #ffffff;
  text-align: center;
  padding: 7px 0px;
  color: #007f4e;
}
.rating-progress-chart {
  width: 100%;
  float: left;
}
.distribution-title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 8px;
  color: #fff;
}
.progress-chart-container {
  width: 100%;
  float: left;
  margin-top: 10px;
  display: table;
}
.chart__row {
  width: 100%;
  display: table-row;
  line-height: 10px;
  color: #007f4e;
}
.chart__cell__bar, .chart__cell__label, .chart__cell__value {
  display: table-cell;
  background-clip: padding-box;
  border-bottom: 14px solid transparent;
}
.chart__cell__label {
  padding: 0 8px 0 0;
  margin: 5px 0;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
}
.chart__cell__bar {
  width: 100%;
  background-color: #f1f1f1;
  position: relative;
}
.chart__cell__bar__value {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
}
.progress-chart-container .chart__row.star-rating-5 .chart__cell__bar__value{
  background-color: #007f4e;
}
.progress-chart-container .chart__row.star-rating-4 .chart__cell__bar__value{
  background-color: #73b143;
}
.progress-chart-container .chart__row.star-rating-3 .chart__cell__bar__value{
  background-color: #f8cc18;
}
.progress-chart-container .chart__row.star-rating-2 .chart__cell__bar__value{
  background-color: #f47324;
}
.progress-chart-container .chart__row.star-rating-1 .chart__cell__bar__value{
  background-color: #e22027;
}
.chart__cell__value {
  white-space: nowrap;
  padding-left: 5px;
  text-align: right;
  color: #fff;
}
.chart__cell__value a {
  color: #fff;
}
#sendReview .modal-content .form-group .star-border .fa{color:#e3e3e3;}
#sendReview .modal-content .form-group .star-border .fa:hover{color:red !important;}
.star-border {
  padding: 6px 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 0.1px 0.3px rgba(0, 0, 0, 0.42);
  background: #fff;
}
#sendReview .modal-content .form-group .star-border .fa:hover {
  color: #007f4e!important;
}
/* ************************************************
  Tutor Lists Page CSS
************************************************ */
.tutorwrapper {
  position: relative;
  background-color: #fff;
  margin: 30px 0px;
  box-shadow: 0 1px 6px rgba(57,73,76,.35);
  float:left;
  width: 100%;
}
.tutorSearch {
  background-color: #f9f9f9;
  padding: 30px;float:left;
  position: relative;
  width: 100%;
}
.tutorSearch .input-group{
  position: relative;
  display: inherit;
}
.tutorSearch .input-group .input-group-addon, 
.tutorSearch .input-group .input-group-btn {
  height: 40px;
  line-height: 1;
  padding: 0;
  border: 0;
  background-color: transparent;
  border-color: transparent;
  position: absolute;
  top: 0;
  z-index: 5;
  width: auto;
  color: #656565;
  white-space: nowrap;
  vertical-align: middle;
}
.tutorSearch .input-group .input-group-addon .sIcon{
  float: left;
  margin-top:13px;
  margin-left:13px;
}
.searchTutor {
  width: 100%;
  height: 40px;
  border-radius: 0px;
  padding-left:32px;
}
.tutorSearch .btn.btn-secondary.btn-bg-red {
  margin-top: 0px;
  padding: 7px 60px 8px;
  position: absolute;
  right: 0;
  z-index: 2;
  border-radius: 0;
}
.btnSearch {
  margin:0px;
  color: #23527c !important;
  background-color: #fff !important;
  padding: 11px 28px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 2px;
  display: inline-block;
}
.tutorFilter {
  background-color: #fff;
  padding: 30px;
  float:left;
  position: relative;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.tutorFilter .tutorsubjectfilter, .tutorFilter .tutorratingfilter, .tutorFilter .tutorlocationfilter  {
  width:100%;
  box-shadow: 0 1px 6px rgba(57,73,76,.35);
  float:right;
  position: relative;
}
.tutorFilter .tutorsubjectfilter a, .tutorFilter .tutorratingfilter a, .tutorFilter .tutorlocationfilter a {
  font-family: inherit;
  color: #333;
  font-size: 16px;
  padding:8px 20px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.tutorFilter .tutorsubjectfilter a:hover, .tutorFilter .tutorratingfilter a:hover, .tutorFilter .tutorlocationfilter a:hover {
  box-shadow: 0 1px 6px rgba(57,73,76,.70);
  text-decoration: none;
}
.tutorFilter .tutorsubjectfilter a .righticon, .tutorFilter .tutorratingfilter a .righticon, .tutorFilter .tutorlocationfilter a .righticon {
  float: right;
  color: #32526e;
  font-weight: 700;
}
.tutorFilter .tutorsubjectfilter .feedbackdropdown, .tutorFilter .tutorratingfilter .feedbackdropdown, .tutorFilter .tutorlocationfilter .feedbackdropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.eo-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.feedbackdropdown:hover .eo-dropdown-menu {
  display: block;
}
.tutorFilter .tutorsubjectfilter ul.eo-dropdown-menu, .tutorFilter .tutorratingfilter ul.eo-dropdown-menu, .tutorFilter .tutorlocationfilter ul.eo-dropdown-menu {
  list-style: none;
  width:100%;
  padding-left: 0px;
  margin-top:1px;
}
.tutorFilter .tutorsubjectfilter ul.eo-dropdown-menu li, .tutorFilter .tutorratingfilter ul.eo-dropdown-menu li, .tutorFilter .tutorlocationfilter ul.eo-dropdown-menu li{
  width:100%;
}
.tutorFilter .tutorsubjectfilter ul.eo-dropdown-menu li a, .tutorFilter .tutorratingfilter ul.eo-dropdown-menu li a, .tutorFilter .tutorlocationfilter ul.eo-dropdown-menu li a {
  display: block;
  font-family: inherit;
  color: #333;
  font-size: 14px;
  border-left:3px solid #fff;
  padding:6px 20px;
}
.tutorFilter .tutorsubjectfilter ul.eo-dropdown-menu li a:hover, .tutorFilter .tutorratingfilter ul.eo-dropdown-menu li a:hover, .tutorFilter .tutorlocationfilter ul.eo-dropdown-menu li a:hover{
  color: #32526e;
  background: #f5f5f5;
  box-shadow: none;
  border-left:3px solid #32526e;
}
.tutorsresultwrap {
  width: 100%;
  float:left;
  position: relative;
  padding:0px;
  background-color: #fff;
}
.tutorinforow {
  width: 100%;
  float:left;
  position: relative;
  padding:30px 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.tutorinforow:hover {
  box-shadow: 0 2px 10px 1px rgba(57,73,76,.4), 0 1px 2px rgba(57,73,76,.25);
  background-color: #f8f8f8;
  outline: none;
  cursor: pointer;
}
.profileImg {
  width:100%; 
  height:100%;
  max-width:100px;
  max-height: 100px; 
  border-radius:50%;
  background-color:#eee;
  text-align: center;
}
.profileImg img {
  width:100%;
  max-width:100px;
  max-height: 100px;
  border-radius: 50%;
}
.pd-r-0 {
  padding-right: 0px;
}
.pd-l-0 {
  padding-left: 0px;
}
h4.tutorName {
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 3px;
  color: #555;
  font-family: inherit;
}
h4.tutorName a {
  text-decoration: none;
  color: #555;
}
h4.tutorName a:hover {
  text-decoration: underline;
}
h4.subjectExperties {
  line-height: 24px;
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #555;
  font-family: inherit;
}
.tutorinforow .order-status, .tutorinforow .tutorLocation {
  font-size: 16px;
  color:#666;
  font-weight: normal;
  padding-top:5px;
  padding-bottom:5px;
}
.tutorDisciption {
  font-size: 16px;
  color:#666;
  font-weight: normal;
  line-height: 24px;
  padding-top: 5px;
}
.o-tag-skill {
  background-color: #e0e0e0;
  border-radius: 4px;
  color: #222;
  font-size: 12px;
  cursor: default;
  padding: 5px 10px;
  line-height: 1;
  margin: 10px 0 0;
  font-weight: 600;
  display: inline-block;
}
.o-tag-skill:hover {
  color:#fff;
  background-color:#23527c;
  text-decoration: none;
  font-weight: 600;
}
.tag-more {
  font-weight: 700;
  color:#555;
}
.tutorinforow article:hover .tutorName a, .tutorinforow article:hover span a.tag-more {
  color:#23527c;
}
.orng {
  color:#ff9500;
}
.tutorfinalrating {
  font-weight: bold;
  font-size: 14px;
  color:#287a8d;
  margin-left: 5px;
}
.tutorHeader {
  width:100%;
  float:left;
}
.tutorsDetails {
  width:100%;
  float:left;
  background-color: #f5f5f5;
}
.tutorsdetailswrap {
  width: 100%;
  float:left;
  position: relative;
  padding:0px;
  background-color: #fff;
  border:2px solid #eee;
}
.tutordtlsrow {
  width: 100%;
  float:left;
  position: relative;
  padding:30px 30px;
  background-color: #fff;
}
.right-align {
  text-align: right;
}
.tutordtlsrow h4.subjectExperties {
  padding-bottom: 3px;
}
.tutordtlsrow .tutorLocation {
  padding-bottom: 3px;
}
.TutorOverview {border-top:1px solid #eee; padding:30px 20px 0px; margin-top: 25px;}
h4.overviewHead {
  padding-bottom: 3px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #555;
  font-family: inherit;
}
h5.tutorHistory {
  padding-bottom: 5px;
  padding-top: 10px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #555;
  font-family: inherit;
}
.TutorOverview p {
  padding-top:5px;
  padding-bottom: 5px;
}
.TutorOverview ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.TutorOverview ul li{
  line-height: 22px;
}
.singlerow {
  width: 100%;
  padding:30px;
  float: left;
}
.tutorlink {
  font-family: inherit;
  text-decoration: none;
  font-weight: 700;
  color: #337ab7;
}
.signlerowText {
  font-family: inherit;
  font-size: 16px;  
}
.iconBlue {
  color: #337ab7;
}
.feedbacklist {
  width:100%;
  float: left;
}
.feedbacklist ul.list-unstyled{
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.feedbacklist ul li{
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  padding:20px 0px;
}
.feedbacklist .feedbacklistHeading {
  font-size: 18px;
  font-weight: 700;
  word-break: break-word;
  margin: 0 0 5px;
  color: #555;
  font-family: inherit;
}
.feedbacktext {
  font-family: inherit;
  color: #333;
  font-size: 14px;
  padding:5px 0px;
}
.feedbacklighttext {
  font-family: inherit;
  color: #666;
  font-size: 14px;
}
.feedbackstarwrap {display: inline;padding:5px 0px;}
.feedbackstars {display: inline;}
.str-rating {padding-left: 7px;}

.feedbackfilter {
  width:100%;
  box-shadow: 0 1px 6px rgba(57,73,76,.35);
  float:right;
  position: relative;
}
.feedbackfilter a {
  font-family: inherit;
  color: #333;
  font-size: 16px;
  padding:8px 20px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  position: relative;
}
.feedbackfilter a:hover {
  box-shadow: 0 1px 6px rgba(57,73,76,.70);
  text-decoration: none;
}
.feedbackfilter a .righticon {
  float: right;
  color: #32526e;
  font-weight: 700;
}
.feedbackdropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.eo-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.feedbackdropdown:hover .eo-dropdown-menu {
  display: block;
}
.feedbackfilter ul.eo-dropdown-menu {
  list-style: none;
  width:100%;
  padding-left: 0px;
  margin-top:1px;
}
.feedbackfilter ul.eo-dropdown-menu li{
  width:100%;
}
.feedbackfilter ul.eo-dropdown-menu li a{
  display: block;
  font-family: inherit;
  color: #333;
  font-size: 14px;
  border-left:3px solid #fff;
  padding:6px 20px;
}
.feedbackfilter ul.eo-dropdown-menu li a:hover{
  color: #32526e;
  background: #f5f5f5;
  box-shadow: none;
  border-left:3px solid #32526e;
}
.tutorrequestform {
  width:100%;
  float:left;
  background: #f5f5f5;
  /*border: 2px solid #eee;*/
}
.requetTutor {
  color: #555;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-family: inherit;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 0px;
}
.tutorrequestform a#uploadFiles {
  background-color:#c0d8d3;
}
.tutorrequestform .formSubmit {
  background-color:#1bbc9d;
  width:100%;
  padding:10px 0px;
  border:0px;
  background: #1bbc9d!important;
  color: #fff!important;
  font-weight: 700;
}
.tutorsideinfo {
  float: left;
  width: 100%;
  padding:15px 0px;
}
.tutorlink {
  color: #fff;
  background: #ce735a;
  padding: 4px 10px;
}
.tutorsideinfo h3.tutorrightHead {
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  word-break: break-word;
  margin: 0 0 20px;
  font-family: inherit;
  color: #555;
  text-align: left;
}
.tutorcommonrow {
  width:100%;
  padding:15px 0px;
}
.tutorsideinfo .tutorcommonrow .feedbacktext {
  padding:0px;
}
.tutorsideinfo .tutorcommonrow .similar-tutor {
  width:100%;
}
.tutorsideinfo .tutorcommonrow .similar-tutor ul {
  list-style: none;
  padding-left:0px;
}
.tutorsideinfo .tutorcommonrow .similar-tutor ul li {
  margin:0px;
  padding:0px;
  line-height: 24px;
  font-size: 14px;
  color:#32526e;
  font-family: inherit;
}
.tutorsideinfo .tutorcommonrow .similar-tutor ul li a {
  margin:0px;
  padding:0px;
  line-height: 24px;
  font-size: 14px;
  color:#32526e;
  font-family: inherit;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* ****************************************************
 ************ Content Support Block & Stats *********** */
ul.support-block {
  width: 100%;
  float: left;
  list-style: none !important;
  padding: 0px;
  margin:0px;
  border-right: 1px solid #e3e3e3;
}
ul.support-block li{
  width: 50%;
  float: left;
  padding:0 15px;
}
.support-block-title {
  font-size: 36px;
  font-weight: 600;
  color: #237b8e;
  text-align: center;
}
.ui-siteStats {
  float: left;
  width: 100%;
  text-align: center;
}
.ui-siteStats ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ui-siteStats ul li {
  display: inline-block;
  width: 50%;
  position: relative;
  float: left;
}
.bg-white ul.support-block li::before{content: none;}
.content-Featuresbx {
  width: 100%;
  float: left;
  padding: 15px 10px;
  text-align: center;
}
.content-Featuresbx .content-feature-icon {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
.content-Featuresbx .content-feature-icon .content-feature-icon2x{
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-image: url(../images/aah-sprite.png);
  margin:auto;
}
.content-Featuresbx .content-feature-text {
  width: 100%;
  float: left;
  text-align: center;
}
.content-Featuresbx .content-feature-text h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #656565;
  text-transform: uppercase;
  font-family: inherit;
}
.content-Featuresbx .content-feature-text p {
  color: #666;
}
.border-right-none{border-right: none !important;}
.readmore{
  clear: both;
  font-weight: 700;
  text-decoration: none;
}
.readmore:hover{text-decoration: none;color: #f82249;}

/* ************************************************
 *           Became an Affiliates CSS
 ************************************************* */
.full-width-banner.affiliate-banner{
  background-color: #16314f;
  background-image: url(../images/affiliatebanner.jpg);
}
.full-width-banner.affiliate-banner .banner-headline {
  padding: 150px 30px 30px 30px;
  text-align: center;
}
.full-width-banner.affiliate-banner h3.banner-title-slogan {
  font-size: 16px;
  margin: 10px 0px 30px 0px;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  text-shadow: none;
}
.banner-form-wrapper, .signup-form-wrapper {
  width: 100%;
  margin: auto;
  position: relative;
  padding:30px 30px;
}
.banner-form-wrapper .form-group{
  position: relative;
}
.home-signup {
  background-color: rgba(46, 81, 121,.6);
  border-radius: 10px;
  font-family: inherit;
  padding: 20px;
}
.affiliate-signup {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}
.home-signup .form-control{height: 42px;}
.home-signup .btn.btn-warning {
  font-size: 16px;
  height: 44px;
  width: 100%;
}

/* ************************************************
 * **************** Why became an affiliates CSS************* */
.whyus-section {
  margin-top: 50px;
}
.whyus-item{
  width: 100%;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(11,37,71,.2), 0 0 1px 0 rgba(10,37,70,.2);
  box-shadow: 0 2px 2px 0 rgba(11,37,71,.2), 0 0 1px 0 rgba(10,37,70,.2);
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;  
}
.whyus-header {
  margin-bottom: 20px;
  height: 60px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.whyus-icon {
  margin-right: 25px;
  width: 64px;
  height: 64px;
  background-image: url(../images/aah-sprite.png);
  background-repeat: no-repeat;
}
.whyus-icon.whyusicon1 {
  background-position: -204px -2712px;
}
.whyus-icon.whyusicon2 {
  background-position: -319px -2712px;
}
.whyus-icon.whyusicon3 {
  background-position: -444px -2712px;
}
.whyus-icon.whyusicon4 {
  background-position: -444px -2816px;
}
.whyus-icon.whyusicon5 {
  background-position: -323px -2816px;
}
.whyus-icon.whyusicon6 {
  background-position: -204px -2816px;
}
.whyus-header h5{
  font-size: 18px;
  line-height: 1.67;
  color: #0d1a2b;
  font-weight: 400;
}
.affiliate-common-strips {
  background-color:#f82249;
}
.signup-form-wrapper .form-control{height: 52px;}
.signup-form-wrapper {
  margin-top: 40px;
  text-align: center;
}
.left-right-section {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.left-right-column {
  width: 50%;
}
.left-right-img-box {
  max-width: initial;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.left-right-img {
  padding: 0;
  max-width: initial;
  margin-left: 50px;
  position: absolute;
  border: 1px solid #ddd;
}
.left-right-text {
  padding: 0 85px;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.left-right-section:nth-child(odd) .left-right-img-box {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.left-right-section:nth-child(odd) .left-right-img {
  right: 50px;
  left: auto;
}
.left-right-section:nth-child(odd) .left-right-text {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.affiliate-banner .banner-form-wrapper .home-signup .form-group .input-group.choosenContryCode,
.signup-form-wrapper  #affiliateForm2 .form-group .input-group.choosenContryCode{
  width: 100%!important;
}
.affiliate-banner .banner-form-wrapper .home-signup .choosenContryCode .select-country-code-left,
.signup-form-wrapper  #affiliateForm2 .choosenContryCode .select-country-code-left {
  width: 30%;
  float: left;
}
.affiliate-banner .banner-form-wrapper .home-signup .choosenContryCode .select-country-code-left .chosen-select,
.signup-form-wrapper  #affiliateForm2 .choosenContryCode .select-country-code-left .chosen-select {
  width: 100%;
  border-radius: 0;
  height: 42px;
  color: #333;
}
.affiliate-banner .banner-form-wrapper .home-signup .choosenContryCode .select-country-code-left .chosen-container-single .chosen-single, .signup-form-wrapper  #affiliateForm2 .choosenContryCode .select-country-code-left .chosen-container-single .chosen-single{
  width: 100%;
  height: 42px;
  background: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  border-radius: 3px;
}
.affiliate-banner .banner-form-wrapper .home-signup .choosenContryCode .contact-right-container, 
.signup-form-wrapper  #affiliateForm2 .choosenContryCode .contact-right-container{
  width: 70%;
  float: right;
}
.signup-form-wrapper #affiliateForm2 .choosenContryCode .select-country-code-left .chosen-select {
  height: 52px;
  border: 1px solid #ccc;
}
.affiliatepage-form2 .signup-form-wrapper #affiliateForm2 .choosenContryCode .select-country-code-left .chosen-container-single .chosen-single {height:52px;}
.affiliate-banner .banner-headline .banner-title {
  font-size: 36px;
  color: #fff;
}
.order-title-tagline a {/*color: #fff;*/}
.affiliate-modal-title {font-size: 18px;color: #666;margin-top:25px;margin-bottom: 5px;font-weight: 600;}
.order-now-common-row .calculator_form .fieldLabel .fieldLabel-tooltip.affiliate-tooltip {width: 200%;top:-110px;}
.order-now-common-row .calculator_form .fieldLabel .fieldLabel-tooltip.affiliate-tooltip::after{left:13%;}


/* ************************************************
  Free Plagarism CSS
************************************************ */
.free-palgarism-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.free-palgarism-bar a {
  display: block;
  text-align: center;
  padding: 2px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.free-palgarism-bar a:hover {
  background-color: #bd4524;
}
.plagarism-icon {
  background: #f82249;
  color: white;
}
.clientSlider.footer-features {text-align: center;}
.clientSlider.footer-features .item img {margin-right: 10px;margin-left: 10px;}
.clientSlider.security-partners.footer-features .item img {margin-right: 20px;margin-left: 20px;}



/* ************************************************
  Step Form CSS
************************************************ */
.mt-element-step,
.step-line,
.stepsDisplayArea {
  width: 100%;
  position: relative
}

.stepsDisplayArea .mt-element-step .step-line .mt-step-col {
  padding: 0 0 16px;
  text-align: left
}

.stepsDisplayArea .mt-element-step .step-line .done .mt-step-number {
  color: #fff!important;
  border-color: #f82249!important;
  background: #f82249!important
}

.stepsDisplayArea .mt-element-step .step-line .mt-step-number {
  font-size: 20px;
  border-radius: 50%!important;
  display: inline-block;
  margin: auto auto 5px;
  padding: 0;
  border: 3px solid #e5e5e5;
  position: relative;
  z-index: 4;
  height: 36px;
  width: 36px;
  text-align: center;
  background: #fff;
  cursor: pointer
}

.font-grey-cascade {
  color: #95A5A6!important
}

.uppercase {
  text-transform: uppercase!important
}

.stepsDisplayArea .mt-element-step .step-line .mt-step-title {
  font-size: 20px;
  font-weight: 400;
  position: relative
}

.stepsDisplayArea .mt-element-step .step-line .mt-step-title:after,
.stepsDisplayArea .mt-element-step .step-line .mt-step-title:before {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  background-color: #e5e5e5;
  top: -21px;
  z-index: 3;
  transform: translateY(-100%)
}

.stepsDisplayArea .mt-element-step .step-line .done .mt-step-title:after,
.stepsDisplayArea .mt-element-step .step-line .done .mt-step-title:before {
  background-color: #f82249
}

.stepsDisplayArea .mt-element-step .step-line .mt-step-title:before {
  right: 0
}

.stepsDisplayArea .mt-element-step .step-line .mt-step-title:after {
  left: 0
}

.stepsDisplayArea .mt-element-step .step-line .done .mt-step-content,
.stepsDisplayArea .mt-element-step .step-line .done .mt-step-title {
  color: #f82249!important
}

.stepsDisplayArea .mt-element-step .step-line .mt-step-col.last {
  text-align: right
}

.order-form-container .form-group label .filled-form {
  position: absolute;
  right: 20px;
  top: 0;
  color: green;
  font-size: 16px
}

.banner-form-wrapper .form-group,
.left-right-img-box,
.left-right-section,
.whyus-item {
  position: relative
}

.order-form-container .form-group .input-group .form-control[readonly] {
  background: #fff
}

.order-form-container .collapsibleForm {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  box-shadow: none;
  outline: 0;
  color: green;
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 700
}

.order-form-container .formPdt15 {
  padding: 15px 10px 0;
  background: #ececec;
  margin-bottom: 10px
}

.steptext {
  color: #f82249;
  padding-bottom: 5px;
  font-weight: 700
}

.steptext2 {
  color: #ccc
}

.form-control.datetimeSelector {
  background: #fff
}

.inner-full-width-banner .bannerRight #fieldLabelTabContent .btn-info,
.inner-full-width-banner .bannerRight .form-group .form-control.input-number {
  border-radius: 0
}

.order-now-common-row .calculator_form .fieldLabeldatatab .nav>li {
  padding: 0 10px 7px;
  font-size: 13px
}

/* ************************************************
  Phone Modal CSS
************************************************ */
.modal-header {
  width: 100%;
  background: #287a8d;
  border-bottom: 1px solid #f1f1f0;
  padding: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.modal-header h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.modal-header .sub-header {
  margin: 0 0 0 20px;
  padding: 0;
  color: #fff;
  font-style: italic;
  margin-left: 25px!important;
}
.modal-body .inputValue {
  display: block;
  padding: 7px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 15px;
  background-color: #f4f4f4;
  color: #555;
  font-weight: 700;
  min-width: 237px;
  float: left;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  width: 100%;
  box-sizing: border-box;
}
#pricecalculator_modal .modal-header {margin-bottom: 0px;}
#pricecalculator_modal .order-now-common-row.edu-pattern{float: none;background: #f7f8f9 !important;padding: 0px;}
#pricecalculator_modal .price-calc-form-wrapper .calculator_form .fieldLabel {color:#666;}
#pricecalculator_modal .order-now-common-row .calculator_form .priceWrapper-calculated {border-bottom: solid 1px #e0e0e0;border-top: solid 1px #e0e0e0;}
#pricecalculator_modal .calcualated-total-price .m-calculatorMain__priceValue {color:#555;}
#pricecalculator_modal .m-calculatorMain__priceValue--lineThrough {color:#999;}
#pricecalculator_modal .order-now-common-row .calculator_form .price-calc-text {color: #666;margin-bottom: 0px;}
#pricecalculator_modal .m-calculatorMain__bestPrice {background: #f82249;color:#fff;}
#pricecalculator_modal .price-calc-form-wrapper .calculator_form .form-control {background: #ffffff;border-color: #e0e0e0;color: #666;}
#pricecalculator_modal .price-calc-form-wrapper .calculator_form .input-group-btn .btn-number {background-color: #e0e0e0;border-color: #e0e0e0;color: #666;}
#pricecalculator_modal .order-now-common-row .calculator_form .priceWrapper-calculated .calculatorResult .fieldLabel .fieldLabel-tooltip {width: 97%;top: -70px;}
#pricecalculator_modal .calcualated-total-price .m-calculatorMain__priceValue{font-size: 32px;}
#pricecalculator_modal .m-calculatorMain__priceValue--lineThrough {font-size: 33px;}
#pricecalculator_modal .order-now-common-row .calculator_form .priceWrapper-calculated {padding: 0 25px;}
#contactus_modal .landing-writing-service-list li:hover.landing-writing-service-list-item4:after,
#contactus_modal .landing-writing-service-list li:hover.landing-writing-service-list-item11:after{transform: none;}
#contactus_modal .btn-border-red:hover {color: #fff;background: #f82249;}




/* ************************************************
  Media Queries CSS
************************************************ */
@media (min-width: 1350px) and (max-width: 1380px) {
  .AAH-web-wrapper{width:100%;overflow-x: hidden;}
}
@media (max-width: 1199px) {
  .navbar.navbar-default.aah-navbar .navbar-nav>li>a {padding: 27px 10px 20px 10px;font-size:13px;}
  .navbar.navbar-default.aah-navbar .collapse.navbar-collapse .nav.navbar-nav.navbar-right button.btn.btn-default{padding: 10px 19px;font-size:13px;}
  .navbar.navbar-default.aah-navbar .navbar-collapse ul.nav.navbar-nav.navbar-right button.btn.btn-secondary.btn-small{padding: 10px 10px;font-size: 13px;}
  .aah-banner-form-wrapper {width: 65%;}
  .clientSlider .item img {max-width: 142px;}
  .navbar.navbar-default.aah-navbar .service-dropdown .dropdown-menu .dropdown-submenu p{font-size: 11px;}
  .navbar.navbar-default.aah-navbar ul.dropdown-menu h5{font-size: 11px;}
  .banner-title {font-size: 40px;}
  h3.banner-title-slogan {font-size: 22px;}
  .header-top-bar .strip-offer{font-size: 13px;}
  .header-nav-top>li{padding: 0 8px;}
}
@media (max-width: 991px) {
  .navbar.navbar-default.aah-navbar .navbar-nav>li>a{padding: 27px 16px 20px 15px;font-size: 13px;}
  .navbar.navbar-default.aah-navbar .collapse.navbar-collapse .nav.navbar-nav.navbar-right button.btn.btn-default {padding: 10px 24px;font-size: 13px;}
  .banner-title {font-size: 40px;}
  .full-width-banner .banner-headline {padding: 200px 10px 100px 10px;}
  .aah-banner-form-wrapper {width: 70%;padding: 30px 15px;}
  .aah-banner-form-wrapper .btn-common-blue {width: 170px;}
  .aah-header-helper-text {width: 150px;right: -150px;}
  .page-title-slogan {font-size: 16px;}
  .howItWorkList {padding-right: 0px;}
  .howItWorkListItem{min-height: 70px; display: flex;}
  .howItWorkListImage{display: inline-block;width:70px;height: 70px;}
  .howItWorkListText {display: inline-block;font-size: 15px; padding-top:24px;margin-bottom: 24px;}
  .howItWorkListItem:nth-child(2):after, .howItWorkListItem:nth-child(4):after, .howItWorkListItem:nth-child(1):after, .howItWorkListItem:nth-child(3):after {display: none;}
  .howItWorkListItem:nth-child(1) {margin: 0;width: 100%;}
  .howItWorkListItem:nth-child(2), .howItWorkListItem:nth-child(3), .howItWorkListItem:nth-child(4), .howItWorkListItem:nth-child(5){left: 0%;margin: 0%;width: 100%;}
  .clientSlider {text-align: center;}
  .textCommon {font-size:15px;}
  .caseStudyPdfSection {padding: 0px 0px;}
  .aahCaseStudy.CaseStudy3 {padding: 16px 30px;min-height: auto;}
  .footer .footerMenuSect .navbar-default .navbar-nav>li>a{padding-left: 10px; padding-right: 10px;}
  .inner-full-width-banner .bannerLeft:after, .inner-full-width-banner .bannerLeft:before{display: none;}
  .inner-full-width-banner:after {display: block; width:100%;}
  .inner-full-width-banner .bannerRight {padding: 0px;}
  .internal-page-how-it-works .howItWorkList {padding-right: 0;}
  .internal-page-how-it-works .howItWorkListText {padding-top:0px;}
  .internal-page-how-it-works .howItWorkListItem:nth-child(1) {margin: 0;width: 100%;}
  .internal-page-how-it-works .howItWorkListItem:nth-child(2), 
  .internal-page-how-it-works .howItWorkListItem:nth-child(3), 
  .internal-page-how-it-works .howItWorkListItem:nth-child(4), 
  .internal-page-how-it-works .howItWorkListItem:nth-child(5) {left: 0%;margin: 0%;width: 100%;}
  .page-title {font-size: 25px;}
  .sidebar-guide-container {padding:15px 0px;}
  .sidebar-guide-bio {padding: 11px;}
  .chapter-tabwrap ul.nav.nav-tabs.nav-justified.hometab {width:100%;}
  .chapter-tabwrap .tab-content {display: none;width:100%;}
  .chapter-tabwrap .nav-tabs.nav-justified>li>a {margin-bottom: 0px;border-left:none !important;}
  ul.support-block {border-right: 0px solid #e3e3e3;}
  ul.support-block li {width: 100%;}
  .ui-siteStats ul li {width: 100%;}
  .inner-full-width-banner .bannerLeft .inner-banner-small-text {display: none;}
  .inner-full-width-banner .bannerLeft .inner-banner-small-title {display: none}
  .inner-full-width-banner .bannerLeft .inner-banner-small-title-txt {display: none;}
  .faq-banner h1 {font-size: 36px;}
  .about-full-width-banner .about-banner-headline h2 {font-size: 48px;}
  .profileImg {max-width: 80px;max-height: 80px;}
  .profileImg img {max-width: 80px;max-height: 80px;}
  .TutorOverview {padding: 20px 15px 0px;}
  .singlerow {padding:20px 5px;} 
  .tutordtlsrow {padding:20px 15px;}
  .o-tag-skill {margin:10px 5px 0px;}
  .tutorsdetailswrap {border:1px solid #eee;}
  #expertcarousel .carousel-inner .item .sidebar-guide-container .sidebar-guide-bio{min-height: 430px;}
  .writingSample-section, .sidebar-tab-link-section {max-width: 100%;}
  .inner-full-width-banner .bannerLeft {padding: 100px 0px 50px;}
}

@media (max-width: 767px) {
  .mobilechatIcon {float: right;margin-right: 15px;margin-top:15px; color: #f82249;}
  .header {height: 90px;background: #fff;box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);}
  .header .navbar.navbar-default.aah-navbar .navbar-brand{color: #287a8d;}
  .header-top-bar {height: 36px;}
  .header-top-bar .strip-offer {font-size: 12px; color: #fff;}
  .header .header-top-bar {background-color: #001f48;color: #fff;}
  .header .header-top-bar .strip-offer .top-bar-order-btn a.top-ordernow-btn {padding: 3px 12px;background-color: #fff;color: #287a8d;}
  .navbar.navbar-default.aah-navbar .navbar-brand {padding: 10px 0px;font-size: 16px;}
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {background:#fff;}
  .header.header-fixed .navbar.navbar-default.aah-navbar .navbar-nav>li>a{padding-top: 10px;padding-bottom: 10px;}
  .header .navbar-default .navbar-toggle .icon-bar {background-color: #828282;}
  .navbar.navbar-default.aah-navbar .navbar-header a.navbar-brand.nav-logo-white {display: none;}
  .navbar.navbar-default.aah-navbar .navbar-header a.navbar-brand.nav-logo-colored {display: block;}
  .navbar.navbar-default.aah-navbar .navbar-nav>li>a {color: #333;padding-top: 10px;padding-bottom: 10px;}
  .navbar.navbar-default.aah-navbar .service-dropdown .dropdown-menu {min-width: auto;width:100%;}
  .uk-banner h1 {font-size: 32px;text-shadow: none;}
  .uk-banner p {font-size: 18px;}
  .clientSlider.uk-universities .item{width: 42%}
  .home-blog p{margin-bottom: 30px;}
  .home-blog .m-t-80{margin-top: 10px !important;}
  .banner-headline h3.banner-title-slogan {text-shadow: none;font-size: 20px;}
  .aah-banner-form-wrapper {width:100%;padding:0px;}
  .aah-banner-form-wrapper .btn-common-blue {position: relative;margin-top:15px;border-radius: 30px;}
  .aah-header-helper-text {display: none;}
  .full-width-banner .banner-headline {padding: 105px 10px 30px 10px;}
  .aah-banner-form-wrapper .form-control {border-radius: 30px;}
  .page-title-slogan {font-size: 16px;max-width: 100%;}
  .howItWorkListText {padding-top: 5px;margin-bottom: 10px;}
  .howItWorkListImage {width: 70px;height: 70px;text-align: center;padding: 35px;}
  .page-title {font-size: 22px;}
  .order-now-common-row .calculator_form .priceWrapper-calculated {padding: 0px;}
  .clientSlider .item img {max-width: 120px;}
  .order-now-common-row .calculator_form .calculatorResult li {padding:20px 0px 0px}
  .order-now-common-row .calculator_form .calculatorResult li.all-info-left {text-align: center;width:100%;}
  .order-now-common-row .calculator_form .calculatorResult li.all-info-right {text-align: center;width:100%;padding-left: 0px;}
  .calcualated-total-price {width: 100%;float: none;text-align: center;margin: auto;}
  .priceWrapper-calculated .calculatorResult .all-info-right .m-calculatorMain__price {text-align: center;padding:0px;}
  .about-full-width-banner .about-banner-headline h2{font-size: 34px;text-shadow: 2px 2px 4px rgba(60,72,76,0.5);}
  .aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item{padding: 5px 25px;}
  .aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-left img{max-width: 60px;max-height: 60px;}
  .aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item p{font-size: 14px;}
  .aah-about-timeline-group .about-aah-timeline .about-aah-timeline-item.about-aah-timeline-item-right img{max-width: 60px;max-height: 60px;}
  .about-full-width-banner {background-image: url(../images/bg-pattern7.png); background-size: auto;background-repeat: repeat;}
  .about-full-width-banner .about-banner-headline {padding: 120px 0px 50px 0px;}
  .inner-full-width-banner .bannerLeft{padding: 90px 0px 15px;}
  .inner-full-width-banner .bannerLeft h2.inner-banner-title {margin-top: 25px;margin-bottom: 25px;}
  .inner-full-width-banner .bannerRight {width:100%;text-align: left;}
  .inner-full-width-banner .bannerRight .form-group label {padding-top:0px;}
  h1.inner-banner-title {text-shadow: 2px 2px 4px rgba(60,72,76,0.5);font-size: 32px;}
  .width70 {width: 100%;}
  .banner-container {padding:120px 0px 50px;}
  .published-dt-time {top: 4px;}
  .tutorsdetailswrap .tutordtlsrow .profileImg{margin:auto;}
  .tutorsdetailswrap .tutordtlsrow h4.tutorName {text-align: center;}
  .tutorsdetailswrap .tutordtlsrow article .right-align {text-align: center;}
  .tutorSearch .btn.btn-secondary.btn-bg-red {margin-top:15px;width:100%;}
  .tutorFilter .tutorsubjectfilter, .tutorFilter .tutorratingfilter, .tutorFilter .tutorlocationfilter {margin-top:10px;}
  h1.company-title {font-size: 24px;}
  .tutorSearch, .tutorFilter {padding: 15px 10px;}
  .evenly-distributed-children {display: block;}
  .order-now-common-row .calculator_form .price-calc-text {min-width:auto;}
  .inner-full-width-banner .secondLevelForm {padding: 20px 0px;}
  .back-to-top {bottom: 40px;}
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent;}
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {display: none;}
  .home-screen {border-top: 1px solid #839E99;padding: 10px 0 0;margin-top: 20px;}
  .home-screen ul {margin: 10px 0;list-style: none;padding:0px;}
  .home-screen ul li {padding-left: 35px;position: relative;margin-bottom: 20px;color: #656565;font-size: 16px;line-height: 18px;text-align: left;}
  .home-screen ul li:after {content: '';position: absolute;top: 50%;left: 0;margin-top: -12px;background-color: transparent;background-image: url(../images/sprite@2x.png);background-repeat: no-repeat;}
  .home-screen ul li.first:after {background-size: 124px;width: 24px;height: 24px;background-position: 0 0;}
  .home-screen ul li.second:after {background-size: 124px;width: 29px;height: 28px;background-position: 0 -25px;}
  .home-screen ul li.third:after {background-size: 124px;width: 24px;height: 25px;background-position: 0 -53px;}
  .home-screen ul li.fourth:after {background-size: 124px;width: 28px;height: 25px;background-position: 0 -78px;}
  .aah-banner-form {width: 100%;margin-bottom:15px;background: #f2f2f2;clear: both;float: left;padding:15px 0px; box-shadow: 0px 0px 2px 2px #c5c5c5;border-radius:10px;}
  .aah-banner-form .mobile-banner-form {width:100%;float:left; text-align: left;}
  .aah-banner-form .mobile-banner-form label{text-align: left;color:#656565;}
  .aah-banner-form .mobile-banner-form .form-control{height: 46px;border-color: #999;font-style: italic;}
  .aah-banner-form .mobile-banner-form .form-control.datetimeSelector {background: #fff;}
  .aah-banner-form .mobile-banner-form textarea.form-control{height: 80px;border-color: #999;font-style: italic;}
  .aah-banner-form .mobile-banner-form #fileUploadType a {background: 0 0;border: 1px solid #a53c00;}
  .aah-banner-form .mobile-banner-form .btn.btn-secondary.btn-bg-red{ width: 100%; }
  .form-group.m-group-width {text-align: center;}
  #sidebar {width: 280px;position: fixed;top: 0;left: -285px;height: 100vh;z-index: 999;background: #287a8d;color: #fff;transition: all 0.3s;overflow-y: scroll;box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);}
  #sidebar.active {left: 0;}
  #dismiss {width: 35px;height: 35px;line-height: 35px;text-align: center;position: absolute;top: 0px;right: 0px;color: #fff;font-size: 30px;
    cursor: pointer;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;text-decoration: none;}
  #dismiss:hover {background: #fff;color: #7386D5;}
  .overlay {position: fixed;width: 100vw;height: 100vh;background: rgba(0, 0, 0, 0.7);z-index: 998;display: none;}
  #sidebar .sidebar-header {background: #f82249;width: 100%;float: left;clear: both;padding:9px 10px; font-size: 18px;}
  #sidebar .sidebar-header img{width:42px;}
  #sidebar ul{width: 100%;float: left;clear: both;list-style: none;padding: 0px;margin-bottom: 0px;}
  #sidebar ul li a {padding: 10px;font-size: 16px;display: block;color: #fff;text-decoration: none;border-bottom: 1px solid #1f7184;}
  #sidebar ul li a:hover {color: #f82249;background: #fff!important;}
  #sidebar ul li a:nth-last-child(1):hover {background: transparent;}
  #sidebar ul li ul li a{padding-left: 30px;}
  #sidebar ul li.active > a, a[aria-expanded="true"] {color: #fff;background: #247082;}
  a[data-toggle="collapse"] {position: relative;}
  a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {content: '\f054';display: block;position: absolute;right: 20px;font-family: 'FontAwesome';font-size: 0.6em;top: 15px;}
  a[aria-expanded="true"]::before {content: '\f078';}
  .m-form-heading {border: none;font-size: 20px;font-weight: 700;color: #656565;line-height: 100%;margin: 0;padding: 10px 10px 7px;}
  .form-comment {float: right;padding-right: 8px;}
  .calc_result table thead tr th .standard0 {padding:8px 0px!important;;line-height: 18px;}
  .calc_result table thead tr th .standard {padding: 9px 0 10px;}
  .f32 {font-size: 27px;}
  .aah-banner-form-wrapper.questionwrapper{display: block!important;}
  .orderpage .order-form-container {margin-bottom: 30px;}
  .orderpage .order-form-container .resouces-btn-center .btn.btn-secondary.btn-bg-red{width: 76%;}
  .navbar.navbar-default.aah-navbar .navbar-header a.navbar-brand img {max-width:190px;}
  .footer .footerBottomSect .copyright {padding: 10px 0px;}
  .footer .footerBottomSect .copyright .mbreak{clear: both !important;}
  #reviewList .businessformreview .rvUserinfo .user-review-pic{float: left;text-align: left;width:48px;height: 48px;}
  #reviewList .businessformreview .rvUserinfo .user-review-name {float: left;text-align: left !important; margin-left: 25px;padding-top: 15px;}
  .rightsidebar .internal-common-row .internal-sidebar-form .servicesForm .m-group-width {width:100%;}
  .rightsidebar .internal-common-row .internal-sidebar-form .servicesForm button{ display: flex;justify-content: center;align-items: center;margin:auto;}
  .tutorlist .page-title {margin: 0px;}
  .tutorlist .tutorwrapper .tutorSearch .btn.btn-secondary.btn-bg-red {padding: 5px;position: absolute;margin: 0;right: 0px;width: 84px;border-radius: 0px;z-index: 9;height: 40px;text-align: center;}
  .tutorlist .tutorwrapper .tutorSearch .btn.btn-secondary.btn-bg-red:hover {color: #fff;background: #d05f41}
  .order-now-common-row .calculator_form .fieldLabel .fieldLabel-tooltip::after{left: 23%;}
  .order-now-common-row .calculator_form .fieldLabel .fieldLabel-tooltip{width: 100%;top:-60px;left: 0;}
  .order-now-common-row .calculator_form .priceWrapper-calculated .calculatorResult .all-info-left .fieldLabel .fieldLabel-tooltip::after {left: 56%;}
  .order-now-common-row .calculator_form .priceWrapper-calculated .calculatorResult .all-info-right .fieldLabel .fieldLabel-tooltip::after{left: 76%;}
  .order-now-common-row .calculator_form .priceWrapper-calculated .calculatorResult .all-info-right .fieldLabel .fieldLabel-tooltip {width: 100%;left: 0;top:-60px;}
  .clientSlider.security-partners.footer-features .item {width: 42%;float: left;}
  .clientSlider.footer-features .item {width: 42%;float: left;}
  .sidelinks-section ul li {padding: 7px 0px;}
  .sidelinks-section {padding: 15px 0;}
  .blockquote.story-blockquote .larger-text {font-size: 18px;}
  .internal-common-row h2 {padding-left:0px;}
  .tutorDisciption {font-size: 15px;margin-top: 15px;}
  .searchTutor {padding-left:12px;}
  .tutorinforow .order-status, .tutorinforow .tutorLocation {font-size: 14px;}
  .tutorlink {color: #fff;background: #ce735a;padding: 4px 10px;}
  .profileImg {max-width: 48px;max-height: 48px;}
  h4.subjectExperties{margin-top: 15px;}
  .profileImg img {max-width: 48px;max-height: 48px;}
  .signlerowText {line-height: 30px;}
  .faq-section-head .faq-inner-container .panel .panel-heading a i{display: none;}
  .internal-sidebar-form {padding:1.5rem 1rem;}
  .internal-sidebar-form .form-control{height: 44px;}
  .md-accordion a[aria-expanded="false"]::before, .md-accordion a[aria-expanded="true"]::before{display: none;}
  .md-accordion .card .card-header a[aria-expanded="true"]{color:#287a8d;text-decoration: none;}
  .md-accordion .card .card-header a {font-weight: bold;}
  .md-accordion .card .card-header a:hover{text-decoration: none;}
  .mobile-servicelist-header {padding: 5px 0px 0px;line-height: 36px;color: #656565;font-size: 14px;margin: 0;}
  .md-accordion .card .card-body .order-content-list {padding-left: 20px;}
  .md-accordion .card .card-body ul.order-content-list li {font-size: 14px;}
  .md-accordion .card .card-body ul.order-content-list li::before {left: 25px;}
  .free-palgarism-bar {display: none;}
  .caseStudyPdfSection{clear: both;}
  .how-it-works .howItWorkList .howItWorkListImage-instruct{background-position: 14px 14px;}
  .how-it-works .howItWorkList .howItWorkListImage-writers{background-position: 7px -55px;}
  .how-it-works .howItWorkList .howItWorkListImage-rating{background-position: 8px -122px}
  .how-it-works .howItWorkList .howItWorkListImage-payment{background-position: 12px -185px;}
  .how-it-works .howItWorkList .howItWorkListImage-paper{background-position: 6px -243px;}
  h3.order-title-tagline {font-size: 18px;font-weight: 400;}
  .page-breadcrumb{padding:5px 0px !important;}
  .breadcrumb{padding: 8px 0px;}
  .breadcrumb>li{font-size: 13px;}
  .o-tag-skill {padding: 5px 7px;}
  .affiliate-banner .banner-title {color: #fff;font-size: 22px!important;;margin-bottom: 20px}
  .full-width-banner.affiliate-banner h3.banner-title-slogan{color: #fff;}
  .full-width-banner.affiliate-banner .banner-headline {padding: 105px 10px 30px 10px;}
  .banner-form-wrapper, .signup-form-wrapper {padding: 10px 5px;margin-top: 30px;}
  .left-right-column {padding: 0 20px; width: 100%;}
  .left-right-img {max-width: 100%;position: relative;margin:0px;}
  .left-right-section{display: block;}
  .left-right-img-box {height: auto;min-height: 250px;}
  .left-right-section:nth-child(odd) .left-right-img{right: 0px;}
  .company-profile-pic {display: none;}
  #pricecalculator_modal .modal-header .close {font-size: 26px;margin-top: -12px;margin-right: -8px;}
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {display: block;}
  #navbar {text-align: center;}
}
/* ***************************
file upload css
***************************/
.progress-circle {
   font-size: 20px;
   position: relative; /* so that children can be absolutely positioned */
   padding: 0;
   width: 30px;
   height: 30px;
   background-color: #F2E9E1;
   border-radius: 50%;
   line-height: 5em;
}

.progress-circle:after{
    border: none;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: white;
    content: " ";
}
/* Text inside the control */
.progress-circle span {
    position: absolute;
    line-height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    color: #1dbf73;
    z-index: 2;
    font-size:12px;
}
.left-half-clipper {
   /* a round circle */
   border-radius: 50%;
   width: 30px;
   height: 30px;
   position: absolute; /* needed for clipping */
   clip: rect(0, 30px, 30px, 15px); /* clips the whole left half*/
}
/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
   clip: rect(auto,auto,auto,auto);
}
.value-bar {
   /*This is an overlayed square, that is made round with the border radius,
 *    then it is cut to display only the left half, then rotated clockwise
 *       to escape the outer clipping path.*/
   position: absolute; /*needed for clipping*/
   clip: rect(0, 15px, 30px, 0);
   width:30px;
   height: 30px;
   border-radius: 50%;
   border: 0.45em solid #53777A; /*The border is 0.35 but making it larger removes visual artifacts */
   /*background-color: #4D642D;*/ /* for debug */
   box-sizing: border-box;

}
/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
   /*Progress bar for the first 50%, filling the whole right half*/
   position: absolute; /*needed for clipping*/
   clip: rect(0, 30px, 30px, 15px);
   background-color: #53777A;
   border-radius: 50%;
   width: 30px;
   height: 30px;
}
.progress-circle:not(.over50) .first50-bar{ display: none; }


/* Progress bar rotation position */
.progress-circle.p0 .value-bar { display: none; }
.progress-circle.p1 .value-bar { transform: rotate(4deg); }
.progress-circle.p2 .value-bar { transform: rotate(7deg); }
.progress-circle.p3 .value-bar { transform: rotate(11deg); }
.progress-circle.p4 .value-bar { transform: rotate(14deg); }
.progress-circle.p5 .value-bar { transform: rotate(18deg); }
.progress-circle.p6 .value-bar { transform: rotate(22deg); }
.progress-circle.p7 .value-bar { transform: rotate(25deg); }
.progress-circle.p8 .value-bar { transform: rotate(29deg); }
.progress-circle.p9 .value-bar { transform: rotate(32deg); }
.progress-circle.p10 .value-bar { transform: rotate(36deg); }
.progress-circle.p11 .value-bar { transform: rotate(40deg); }
.progress-circle.p12 .value-bar { transform: rotate(43deg); }
.progress-circle.p13 .value-bar { transform: rotate(47deg); }
.progress-circle.p14 .value-bar { transform: rotate(50deg); }
.progress-circle.p15 .value-bar { transform: rotate(54deg); }
.progress-circle.p16 .value-bar { transform: rotate(58deg); }
.progress-circle.p17 .value-bar { transform: rotate(61deg); }
.progress-circle.p18 .value-bar { transform: rotate(65deg); }
.progress-circle.p19 .value-bar { transform: rotate(68deg); }
.progress-circle.p20 .value-bar { transform: rotate(72deg); }
.progress-circle.p21 .value-bar { transform: rotate(76deg); }
.progress-circle.p22 .value-bar { transform: rotate(79deg); }
.progress-circle.p23 .value-bar { transform: rotate(83deg); }
.progress-circle.p24 .value-bar { transform: rotate(86deg); }
.progress-circle.p25 .value-bar { transform: rotate(90deg); }
.progress-circle.p26 .value-bar { transform: rotate(94deg); }
.progress-circle.p27 .value-bar { transform: rotate(97deg); }
.progress-circle.p28 .value-bar { transform: rotate(101deg); }
.progress-circle.p29 .value-bar { transform: rotate(104deg); }
.progress-circle.p30 .value-bar { transform: rotate(108deg); }
.progress-circle.p31 .value-bar { transform: rotate(112deg); }
.progress-circle.p32 .value-bar { transform: rotate(115deg); }
.progress-circle.p33 .value-bar { transform: rotate(119deg); }
.progress-circle.p34 .value-bar { transform: rotate(122deg); }
.progress-circle.p35 .value-bar { transform: rotate(126deg); }
.progress-circle.p36 .value-bar { transform: rotate(130deg); }
.progress-circle.p37 .value-bar { transform: rotate(133deg); }
.progress-circle.p38 .value-bar { transform: rotate(137deg); }
.progress-circle.p39 .value-bar { transform: rotate(140deg); }
.progress-circle.p40 .value-bar { transform: rotate(144deg); }
.progress-circle.p41 .value-bar { transform: rotate(148deg); }
.progress-circle.p42 .value-bar { transform: rotate(151deg); }
.progress-circle.p43 .value-bar { transform: rotate(155deg); }
.progress-circle.p44 .value-bar { transform: rotate(158deg); }
.progress-circle.p45 .value-bar { transform: rotate(162deg); }
.progress-circle.p46 .value-bar { transform: rotate(166deg); }
.progress-circle.p47 .value-bar { transform: rotate(169deg); }
.progress-circle.p48 .value-bar { transform: rotate(173deg); }
.progress-circle.p49 .value-bar { transform: rotate(176deg); }
.progress-circle.p50 .value-bar { transform: rotate(180deg); }
.progress-circle.p51 .value-bar { transform: rotate(184deg); }
.progress-circle.p52 .value-bar { transform: rotate(187deg); }
.progress-circle.p53 .value-bar { transform: rotate(191deg); }
.progress-circle.p54 .value-bar { transform: rotate(194deg); }
.progress-circle.p55 .value-bar { transform: rotate(198deg); }
.progress-circle.p56 .value-bar { transform: rotate(202deg); }
.progress-circle.p57 .value-bar { transform: rotate(205deg); }
.progress-circle.p58 .value-bar { transform: rotate(209deg); }
.progress-circle.p59 .value-bar { transform: rotate(212deg); }
.progress-circle.p60 .value-bar { transform: rotate(216deg); }
.progress-circle.p61 .value-bar { transform: rotate(220deg); }
.progress-circle.p62 .value-bar { transform: rotate(223deg); }
.progress-circle.p63 .value-bar { transform: rotate(227deg); }
.progress-circle.p64 .value-bar { transform: rotate(230deg); }
.progress-circle.p65 .value-bar { transform: rotate(234deg); }
.progress-circle.p66 .value-bar { transform: rotate(238deg); }
.progress-circle.p67 .value-bar { transform: rotate(241deg); }
.progress-circle.p68 .value-bar { transform: rotate(245deg); }
.progress-circle.p69 .value-bar { transform: rotate(248deg); }
.progress-circle.p70 .value-bar { transform: rotate(252deg); }
.progress-circle.p71 .value-bar { transform: rotate(256deg); }
.progress-circle.p72 .value-bar { transform: rotate(259deg); }
.progress-circle.p73 .value-bar { transform: rotate(263deg); }
.progress-circle.p74 .value-bar { transform: rotate(266deg); }
.progress-circle.p75 .value-bar { transform: rotate(270deg); }
.progress-circle.p76 .value-bar { transform: rotate(274deg); }
.progress-circle.p77 .value-bar { transform: rotate(277deg); }
.progress-circle.p78 .value-bar { transform: rotate(281deg); }
.progress-circle.p79 .value-bar { transform: rotate(284deg); }
.progress-circle.p80 .value-bar { transform: rotate(288deg); }
.progress-circle.p81 .value-bar { transform: rotate(292deg); }
.progress-circle.p82 .value-bar { transform: rotate(295deg); }
.progress-circle.p83 .value-bar { transform: rotate(299deg); }
.progress-circle.p84 .value-bar { transform: rotate(302deg); }
.progress-circle.p85 .value-bar { transform: rotate(306deg); }
.progress-circle.p86 .value-bar { transform: rotate(310deg); }
.progress-circle.p87 .value-bar { transform: rotate(313deg); }
.progress-circle.p88 .value-bar { transform: rotate(317deg); }
.progress-circle.p89 .value-bar { transform: rotate(320deg); }
.progress-circle.p90 .value-bar { transform: rotate(324deg); }
.progress-circle.p91 .value-bar { transform: rotate(328deg); }
.progress-circle.p92 .value-bar { transform: rotate(331deg); }
.progress-circle.p93 .value-bar { transform: rotate(335deg); }
.progress-circle.p94 .value-bar { transform: rotate(338deg); }
.progress-circle.p95 .value-bar { transform: rotate(342deg); }
.progress-circle.p96 .value-bar { transform: rotate(346deg); }
.progress-circle.p97 .value-bar { transform: rotate(349deg); }
.progress-circle.p98 .value-bar { transform: rotate(353deg); }
.progress-circle.p99 .value-bar { transform: rotate(356deg); }
.progress-circle.p100 .value-bar { transform: rotate(360deg); }

.fileStrong{
max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    line-height: 120%;
    padding-bottom: 2px;
    color: #000;
    height: 15px;
    font-size: 12px;
}
.fileSize {
    color: #999;
    font-size:12px;
}
.fa-trash{
font-size: 15px;
    margin-top: 6px;
}
@media only screen and (min-width: 600px) {.conversation-footer {
    border-top: none;
    padding: 0 20px;
    background-color: transparent;
}
}

.message-box {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 1px;
}
@media only screen and (min-width: 600px) {
.message-box .message-uploader-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0;
    height: auto;
}
}
.message-box .message-uploader-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
    margin: 12px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 44px;
}
.message-box .message-container {
    overflow-y: hidden;
}
@media only screen and (min-width: 600px) {
.message-box .message-container {
    width: 100%;
}
}
.message-box .message-container.border {
    border-bottom: 1px solid #e7e7e7;
}
@media only screen and (min-width: 600px) {
.message-box .message-container.border {
    border-right: 1px solid #e7e7e7;
    border-bottom: none;
}
}
.message-box .textarea-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.message-box .textarea-container textarea {
    font: 400 14px/120% Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #777;
    outline: none;
    resize: none;
    border-radius: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    border: 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

.message-box .textarea-container .ruler {
    position: absolute;
    z-index: -1;
    left: -100vw;
    top: -100vh;
    width: 100%;
    font: 400 14px/120% Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: pre-wrap;
    word-break: break-all;
    opacity: 0;
}
@media only screen and (min-width: 600px) {
.message-box .message-uploader-container .attachment-list-container {
    width: 300px;
}
}
.message-box .message-uploader-container .attachment-list-container {
    overflow-y: scroll;
}
.message-box .message-uploader-container .fit-attachment-list {
    border: none;
}
.fit-attachment-list {
    border: 1px solid #ddd;
    position: relative;
    -webkit-transition: height .25s;
    -o-transition: height .25s;
    transition: height .25s;
    padding-left:0;
}
.fit-attachment-list>li {
    list-style-type: none;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.fit-attachment {
    background-color: #fafafa;
    font-size: 12px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding: 10px 20px 10px 10px;
    height: 50px;
    min-width: 190px;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}
.message-box .message-uploader-container .attachment-list-container {
    overflow-y: scroll;
}
.progress-circle {
font-size: 20px;
position: relative;
padding: 0;
width: 30px;
height: 30px;
background-color: #F2E9E1;
border-radius: 50%;
line-height: 5em;
float: left;
margin-right: 5px;
}
@media only screen and (min-width: 600px) {
.conversation-footer {
border-top: none;
padding: 0px;
background-color: transparent;
}
}
.conversation-footer {
-webkit-box-flex: 0;
-webkit-flex-grow: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 10px;
padding: 0px;
top: -3px;
position: relative;
z-index: 2;
background-color: #FFF;
}
@media only screen and (min-width: 600px) {
.message-box .message-uploader-container {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row;
-ms-flex-flow: row;
flex-flow: row;
margin: 0;
height: auto;
}
}
.message-box .message-uploader-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-flex-shrink: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
border: 1px solid #E7E7E7;
-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
margin: 12px 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 44px;
}
@media only screen and (max-width: 599px) {
.message-box .message-uploader-container{
display: block !important;
}
.fit-attachment-list{margin-bottom: 0px !important;}
}
.fit-attachment a.abort {
            width: 20%;
    float: left;
    margin-left: -8px;
    text-align: right;
    font-size: 16px;
    padding: 5px;
    color: #999;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}

.file-info {
    width: 70%;
    float:left;
}
.dropzone {
    border-radius: 5px;
    background: #f3f3f3;
}.dropzone.dz-clickable, .ibox-tools a, .spin-icon {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone .dz-message, .tag {
    font-weight: 400;
}
.dropzone .dz-message {
    font-size: 15px;
    padding: 20px;
    text-align: center;
        margin-top: 20px;
}
.dropzone .dz-message img {
        margin-bottom:30px;
}

.dropzone .dz-message p{
color:#999999;
}


.dz-drag-hover {
        border: 2px dashed #0087F7;
}
.dz-drag-hover .dz-message {
           opacity: 0.5;
    position: absolute;
    z-index: 100;
}

.hideMessageArea{
    opacity: 0.2;
    z-index: 1;
}

.showMessageArea {
    min-height: 200px;
    border: 2px dashed #0087F7;
    text-align: center;
    padding-top: 50px;
    position: relative;
    margin-top: -224px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 100;
}
.resouces-btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}
.content-Featuresbx .content-feature-icon .content-feature-icon2x.feature-protection, .secondlevel .featuresbx .feature-icon .content-feature-icon2x.feature-protection {
background-position: 0 -323px;
}
.content-Featuresbx .content-feature-icon .content-feature-icon2x.feature-reviews {
background-position: -171px -575px;
}
.content-Featuresbx .content-feature-icon .content-feature-icon2x.feature-refund, .secondlevel .featuresbx .feature-icon .content-feature-icon2x.feature-refund {
background-position: -87px -659px;
}
/* ************************************************
  Page On Load Offer CSS
************************************************ */
.offerWrapperPopup {
  background: #fff;
  font-family: inherit;
  color: #333;
  text-align: center;
  padding: 0 15px;
  width: 100%;
}
.offerLeft{
  width: 100%;
  background: linear-gradient(135deg,rgba(247,105,39,1) 0%,rgba(237,99,168,1) 100%);
  color: #fff;
  height: 445px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgb(212, 118, 93);
}
.offerRight{
  width:100%;
  background:#fff; 
  padding:15px 0px;
}
.offer-header {
  width: 100%;
}
.offer-modal-title {
  font-size: 45px;
  font-weight: bold;
  color: #222;
  margin: 0px;
  line-height: 60px;
  text-align: left;
}
.chatClosePopup .chat-body {
  width: 100%;
}
.offer-modal-text {
  font-size: 15px;
  text-align: left;
  color: #333;
  line-height: 24px;
  font-family: inherit;
  margin-top: 15px;
  margin-bottom: 15px;
}
.onload-offer-form {
  margin-top: 20px;
  position: relative;
}
.onload-offer-form .form-control{
  height: 44px;
  border: 2px solid #ccc;
}
.onload-offer-form .btn-bg-red{
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 0px 5px 5px 0px;
  height: 44px;
  padding: 6px 24px;
  margin-top: 0px !important;
}
.offerLeft ul{
  list-style: none;
  padding:0px;
  margin: 0px;
}
.offerLeft ul li{
  width: 100%;
  float: left;
  display: block;
  color:#fff;
  text-align: center;
  margin-bottom: 20px;
}
.offerLeft ul li .offer-icon{ 
  text-align: center;
  font-size: 80px;
  margin-top: 3px;
  color: rgba(255, 255, 255, .7);
}
.offerLeft ul li .offer-icon-text{
  float: right;
  text-align: left;
}
.offer-icon-text h4{
  font-weight: 700;
  margin: 3px 0 0;
  color: #ffbb03;
}
.offer-icon-text p{
  font-size: 14px;
}
.offer-highlight {
  color: green;
  border-bottom: 2px dashed green;
}
.m-desclaimer-text {
  font-size: 13px;
  margin: 15px 0 10px 0;
  color: #b5b5b5;
  text-align: left;
}
.m-t-50 {margin-top: 50px;}
@media only screen and (max-width: 767px) {
  .offer-modal-title{font-size: 28px;line-height: 44px;}
  .offerLeft{height: 94px;box-shadow: none;}
  .offerLeft ul li {width: 33.3333%}
  .offerLeft ul li .offer-icon {font-size: 36px;}
}

/* ************************************************
  CRM Pages CSS
************************************************ */
.inner-page-content-wrap .page-breadcrumb .bcm{
  margin-left: 0px;
  padding-top: 8px;
  background-color: transparent;
}
.inner-page-content-wrap .page-breadcrumb .bcm li a {
  color: #337ab7;
}
.inner-page-content-wrap .page-title {
  text-align:left;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.content-area h2, h2.page-description-title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: none;
  margin-top: 26px;
  color: #333;
  text-align: left;
}
.inner-page-content-wrap p{
  font-size: 15px;
  font-family: inherit;
  padding: 5px 0;
  color: #333;
  line-height: 24px;
}
.content-list-items {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.content-list-items li{
  font-size: 15px;
  padding: 7px 0px 7px 30px;
  line-height: 24px;
  font-weight: 300;
  position: relative;
}
.content-list-items li:before {
  content: "\f00c";
  position: absolute;
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -30px;
  width: 30px;
  color: #71c55d;
  font-size: 19px;
  padding-top: 3px;
}
.tocBox {
  width: 100%;
  background: #f5f9ff;
  padding: 15px;
  display: inline-block;
  margin: 0 0 30px;
  border-radius: 4px;
  border: solid 2px #d1dcec;
}
.tocBox ul {
  margin: 0;
  padding:0px;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.tocBox ul li{
  line-height: 22px;
  position: relative;
  padding-left: 25px;
  color: #333;
}
.tocBox ul li a {
  color: #333;
  font-size: 15px;
  padding: 5px 0px;
  line-height: 24px;
  text-decoration: none;
}
.tocBox ul li::before{
  content: '\f00c';
  display: inline-block;
  position: absolute;
  left: 0px;
  font-family: FontAwesome;
  font-size: 1em;
  color: green;
}
.tocBox ul li ul li::before {
  content: '\f101';
}
.tocBox ul li ul li ul li::before {
  content: '\f10c';
}
.questionBox {
  padding: 15px;
  background: #fffedc;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}
.answerBox {
  padding: 15px;
  background: #4caf502b;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}
.card {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem!important;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
.inner-page-content-wrap .content-area ul:not(.*) {
  margin-left: 30px; 
}
.inner-page-content-wrap .content-area ul:not([class]){ 
  margin-left: 30px;
}
.page-content-tabs .tab-content{
  padding: 20px;
}
.page-content-tabs .nav-tabs {
  background-color: #fcfcfc;
}
.page-content-tabs .nav-tabs>li{
  width: 33.3333%;
  text-align: center;
}
.page-content-tabs .nav-tabs>li>a {
  border: 1px solid transparent;
  color: #333;
  margin-right: 0px;
  border-right-color: #ddd;
  border-radius: 0px;
}
.page-content-tabs .nav-tabs>li.active>a, .page-content-tabs .nav-tabs>li.active>a:focus,.page-content-tabs .nav-tabs>li.active>a:hover {
  border-top-color: #d4765d;
  border-left-color: #d4765d;
  border-right-color:#d4765d;
}
.page-content-tabs .nav-tabs {
  border-top-color: #d4765d;
}
.page-content-tabs .featuresbx {
  width: 100%;
  float: left;
  padding: 0px;
  text-align: center;
}
.featuresbx .feature-icon {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.featuresbx .feature-icon .content-feature-icon2x{
  width: 80px;
  height: 80px;
  margin:10px auto;
  border:1px solid #ccc;
  border-radius: 50%;
  line-height: 73px;
  text-align: center;
  padding:23px;
}
.content-feature-icon2x .icon {
  width: 32px;
  height: 32px;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;
}
.content-feature-icon2x .icon.qualified-icon{
  background-position: -80px -152px;
}
.content-feature-icon2x .icon.original-writing-icon{
  background-position: -118px -152px;
}
.content-feature-icon2x .icon.citing-icon{
  background-position: -151px -152px;
}
.content-feature-icon2x .icon.placeOrder-icon{
  background-position: -184px -151px;
}
.content-feature-icon2x .icon.trackOrder-icon{
  background-position: -219px -152px;
}
.content-feature-icon2x .icon.deliveryOrder-icon{
  background-position: -251px -152px;
}
.content-feature-icon2x .icon.methods-icon{
  background-position: -286px -153px;
}
.content-feature-icon2x .icon.response-icon{
  background-position: -324px -152px;
}
.content-feature-icon2x .icon.support-icon{
  background-position: -363px -151px;
}
.page-content-tabs .featuresbx .feature-content h3 {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #656565;
  margin-top: 0px;
  text-transform: uppercase;
}
.featuresbx .feature-content{
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.content-lists {
  list-style: none;
  position: relative;
}
.content-lists li {
  font-size: 15px;
  padding: 2px 0;
  line-height: 24px;
}
.content-lists li::before {
  content: '\f054';
  display: inline-block;
  position: absolute;
  left: 20px;
  font-family: 'FontAwesome';
  font-size: .6em;
}
.service-highlight {
  border: 1px solid rgba(200,200,200,.59);
  background-color: #fcfcfc;
  border-radius: 4px;
  padding: 14px 3% 17px 3%;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  float: left;
}
.service-highlight:after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-color: rgba(200,200,200,.59) transparent transparent transparent;
  border-width: 13px 0 0 22px;
  border-style: solid;
  bottom: -13px;
  right: 43px;
  z-index: 1;
}
.service-highlight:before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-color: #fff transparent transparent transparent;
  border-width: 12px 0 0 19px;
  border-style: solid;
  bottom: -12px;
  right: 44px;
  z-index: 2;
}
.service-highlight-text {
  font-size: 18px;
  padding: 2px 0;
  line-height: 24px;
}
.static_page_info_block {
  border: 1px solid #dedede;
  background: #1f2532;
  position: relative;
  margin: 20px 0;
}
.static-info-left{
  width: 100%;
  padding: 30px;
  text-align: center;
}
.static_page_info_block h2, .static_page_info_block p{
  text-align: center;
  color: #fff;
}
.static-info-left .btn-warning {
  background-color: #e34846;
  border-color: #e34846;
  border-radius: 22px;
}
.btn-warning.btn-lg.btn-block{
  background-color: #e34846;
  border-color: #e34846;
  border-radius: 22px;
}
.static_page_info_block h2 {
  margin:0px;
}
@media (max-width: 767px) {
  .static-info-left{
    max-width: 100%;
    z-index: 1;
    position: relative;
    padding: 10px 10px;
  }
  .page-content-tabs .nav-tabs>li>a{
    padding: 10px 10px;
  }
  .card a[aria-expanded="false"]::before, .card a[aria-expanded="true"]::before{
    display: none;
  }
}

/* ************************************************
  Sidebar CSS
************************************************ */
.sidebar-section {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.14);
  margin-top: 15px;
}
.sidebar-section .sidebar-body, .internal-sidebar-form .sidebar-body{
  padding:15px;
}
.sidebar-icon {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.sidebar-section h3{
  font-size: 24px;
  color: #333;
  margin-top: 0px;
}
.sidebar-section .extra-text{
  font-size: 15px;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.sidebar-section .extra-text span{
  font-weight: 700;
}
.home-banner-form-wrapper .btn-warning {
  background-color: #efa300;
}
.sidebar-section .btn.btn-secondary.btn-bg-red{
  margin-top: 0px;
}

/* ************************************************
  Sidebar Form CSS
************************************************ */
.sidebarform, .sideorderform {
  width: 100%;
  float: right;
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.14);
}
.sidebar-section h2, .sidebarform h2, .sideorderform h2 {
  margin-top: 0;
  font-size: 1.375em;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  color: #000;
  background-color: #f1f4f7;
}
.sidebarform .form-control.datetimeSelector, .sideorderform .form-control.datetimeSelector{
  background: #fff;
}
/* ************************************************
  Sidebar Testimonials CSS
************************************************ */
.sidebar-section.testimonials h4{
  margin: 0px;
}
.sidebar-section.testimonials .test-sub-heading {
  font-size: 14px;
  font-family: 'NBI Pro Light';
  color: #666;
  margin-bottom: 0px;
}
.sidebar-section.testimonials .testimonials-topic {
  font-size: 14px;
  color: #666;
  margin-bottom: 0px;
}
.sidebar-section.testimonials .testi-rating {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  /*padding-bottom: 10px;
  border-bottom: 1px solid #ddd;*/
}
.sidebar-section.testimonials .carousel-inner>.item {
  min-height: 330px;
}
.yellow {
  color: orange;
}
.text-orange{
  color: orange;
}
.text-red {
  color:#e34846;
}
.carousel-bottom-info {
  width:100%;
  float: left;
}
.carousel-bottom-info .student-img {
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -1px -135px;
}
.student-title {
  margin: 12px 0 0;
  float: left;
}
.student-title .student-name {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}
.student-title span {
  display: block;
  font-weight: 600;
}
.student-title .student-place {
  font-style: italic;
  font-size: 14px;
  color: #7e7e7e;
}

/* ************************************************
  Sidebar payment securities CSS
************************************************ */
.payment-security-block {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0 auto 10px;
  position: relative;
  clear: both;
  text-align: center;
}
.payment-security-block .payment-icon {
  float: left;
  width: 100%;
  height: 30px;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -28px -102px;
}
.security-badge-block {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding:15px;
  border-top: 1px solid #ddd;
}
.badge-item {
  float:left;
  width: 50%;
  padding:0 10%;
}
.badge1{
  width: 100px;
  height:100px;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -413px 0px;
}
.badge2{
  width: 100px;
  height:100px;
  background: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -413px -102px;
}
.border-right{
  border-right: 1px solid #ddd;
}
