/** 
color combinations
**/
/** 
transition
**/
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

/** 
core css
**/
body {
  font-family: "Dosis", sans-serif;
  overflow-x: hidden;
}

p {
  font-family: "Open Sans", sans-serif;
}

a,
a:hover,
a:focus,
.btn,
.btn:hover,
.btn:focus {
  text-decoration: none !important;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
}

section {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

h1,
.h1 {
  font-size: 42px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 500;
}

h3,
.h3 {
  font-size: 30px;
  font-weight: 500;
}

.white-color {
  fill: #fff;
}

.svg-fix {
  overflow: hidden;
  position: relative;
  display: block;
}

/** 
transition
**/
.top-bar {
  padding: 0px !important;
  border-bottom: 2px solid #a5a8aa;
}

.top-bar ul {
  padding: 10px 0px 0px;
  margin: 0px;
}

.top-bar ul li {
  list-style: none;
  display: inline;
  margin: 0px 10px;
}

.top-bar ul li a {
  color: #343535;
}

.top-bar ul li a:hover, .top-bar ul li a:focus {
  color: #963fb7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-bar .right-ul {
  padding: 10px 0px 10px;
}

.top-bar .right-ul li {
  list-style: none;
}

.top-bar .right-ul li a {
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.top-bar .right-ul li a i {
  color: #963fb7;
}

.top-menu {
  padding: 0px 0px;
}

.top-menu .nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.top-menu .navbar-custom {
  background: #fff;
  border-top: 0px;
}

.top-menu .navbar-custom .navbar-toggler {
  background-color: #009af3 !important;
}

.top-menu .number-ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  padding: 0px 50px 0px 10px;
  margin-top: 15px;
}

.top-menu .signin-ul {
  padding: 0px 0px 0px 10px;
}

.top-menu .signin-ul li {
  list-style: none;
  padding: 17px 0px 0px;
}

.top-menu .signin-ul li a {
  color: #963fb7;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  list-style: none;
}

.top-menu .signin-ul li a i {
  font-size: 20px;
  padding-right: 5px;
}

.top-menu .parent-order-ul .order-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  padding: 5px 20px;
  border-radius: 0px;
  font-size: 15px;
  color: #fff;
  margin: 16px 0px 0px 20px;
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
}

.top-menu .parent-order-ul .order-btn:hover, .top-menu .parent-order-ul .order-btn:focus {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top-menu .navbar-dark .navbar-nav .nav-link {
  color: #343535;
  font-weight: 500;
  font-size: 18px;
  margin: 0px 10px;
  text-transform: capitalize;
}

.top-menu .navbar-dark .navbar-nav .nav-link:hover,
.top-menu .navbar-dark .navbar-nav .nav-link:focus,
.top-menu .navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: #963fb7 !important;
  font-weight: 500;
  font-size: 18px;
  margin: 0px 10px;
  text-transform: capitalize;
}

.top-menu .navbar-dark .navbar-nav .dropdown-item {
  color: #343535;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 25px;
  text-transform: capitalize;
}

.top-menu .nav-scroller .nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.top-menu .nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}

.top-menu .nav-underline .nav-link:hover {
  color: #007bff;
}

.top-menu .nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: #6f42c1;
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

/*
  *  
  *off canvas
  */
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 81px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #009af3;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: left, visibility;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nursing-essays-banner-home {
  padding: 50px 0px 100px;
  background: url(../images/bg/nursing-essays-banner-home.png) no-repeat;
  background-position-x: 56%;
  background-size: cover;
}

.nursing-essays-banner-home .h1 {
  color: #963fb7;
}

.nursing-essays-banner-home p {
  font-size: 20px;
  color: #343535;
}

.nursing-essays-banner-home .btn-ordernow {
  font-weight: 500;
  padding: 14.5px 40px;
  font-size: 15px;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  border: 0px solid transparent;
  margin-right: 10px;
}

.nursing-essays-banner-home .btn-ordernow:hover, .nursing-essays-banner-home .btn-ordernow:focus {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nursing-essays-banner-home .btn-number {
  font-weight: 500;
  font-size: 20px;
  color: #343535;
  background-color: transparent;
  padding: 0px 20px;
  border: 2px solid #963fb7;
}

.nursing-essays-banner-home .btn-number span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #343535;
  text-transform: capitalize;
}

.nursing-essays-banner-home .btn-number img {
  margin-top: -23px;
  position: absolute;
  margin-left: -3px;
}

.nursing-essays-banner-home .btn-number:hover, .nursing-essays-banner-home .btn-number:focus {
  color: #fff;
  background: #963fb7;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gurantees-nursinessays-home .h1 {
  font-weight: 500;
  font-size: 30px;
  color: #963fb7;
}

.gurantees-nursinessays-home p.paragraph {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #343535;
}

.gurantees-nursinessays-home .box {
  min-height: 275px;
  padding: 20px 20px;
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  text-align: center;
  /*
      * svg stylings 
      */
}

.gurantees-nursinessays-home .box:hover, .gurantees-nursinessays-home .box:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  -webkit-transition: background-image 0.8s ease;
  transition: background-image 0.8s ease;
  /*
        * svg stylings - on hover
        */
}

.gurantees-nursinessays-home .box:hover p, .gurantees-nursinessays-home .box:focus p {
  color: #fff;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.gurantees-nursinessays-home .box:hover .h2, .gurantees-nursinessays-home .box:focus .h2 {
  color: #fff;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.gurantees-nursinessays-home .box:hover .experienced-writers .st0,
.gurantees-nursinessays-home .box:hover .technical-support .st0,
.gurantees-nursinessays-home .box:hover .value-of-money .st0,
.gurantees-nursinessays-home .box:hover .ontime-delivery .st0, .gurantees-nursinessays-home .box:focus .experienced-writers .st0,
.gurantees-nursinessays-home .box:focus .technical-support .st0,
.gurantees-nursinessays-home .box:focus .value-of-money .st0,
.gurantees-nursinessays-home .box:focus .ontime-delivery .st0 {
  fill: #fff;
  -webkit-transition: fill 0.6s ease;
  transition: fill 0.6s ease;
}

.gurantees-nursinessays-home .box .experienced-writers .st0,
.gurantees-nursinessays-home .box .technical-support .st0,
.gurantees-nursinessays-home .box .value-of-money .st0,
.gurantees-nursinessays-home .box .ontime-delivery .st0 {
  fill: #963fb7;
}

.gurantees-nursinessays-home .box .h2 {
  font-weight: 500;
  font-size: 22px;
  color: #963fb7;
  padding: 10px 0px 0px;
}

.gurantees-nursinessays-home .box p {
  color: #343535;
  font-weight: 200;
  font-size: 14px;
}

.why-choose-us-nursing-essays-home {
  background: url(../images/bg/why-nursing-essays.png) no-repeat;
  padding: 50px 0px 50px;
  background-size: cover;
  background-position: center;
}

.why-choose-us-nursing-essays-home .box {
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  background: #fff;
  border-radius: 5px;
  padding: 30px 20px;
}

.why-choose-us-nursing-essays-home .box .order-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  padding: 5px 20px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
}

.why-choose-us-nursing-essays-home .box .order-btn:hover, .why-choose-us-nursing-essays-home .box .order-btn:focus {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.why-choose-us-nursing-essays-home .box .livechat-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  padding: 5px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  margin: 0px 0px 0px 10px;
  -webkit-transition: border-radius 0.5s ease-in;
  transition: border-radius 0.5s ease-in;
}

.why-choose-us-nursing-essays-home .box .livechat-btn:hover, .why-choose-us-nursing-essays-home .box .livechat-btn:focus {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.why-choose-us-nursing-essays-home .box .h2 {
  font-weight: 500;
  color: #963fb7;
  font-size: 36px;
}

.why-choose-us-nursing-essays-home .box p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #343535;
}

.why-choose-us-nursing-essays-home .box .h3 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 46px;
  color: #963fb7;
  text-align: center;
  display: block;
  padding: 30px 0px 0px;
}

.why-choose-us-nursing-essays-home .box .h4 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #343535;
  text-align: center;
  display: block;
}

.services-nursing-essays-home {
  background: url(../images/bg/services-nursing-essays-home.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.services-nursing-essays-home .h1 {
  font-weight: 500;
  font-size: 30px;
  color: #963fb7;
}

.services-nursing-essays-home .paragraph {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #343535;
}

.services-nursing-essays-home .h3 {
  font-size: 20px;
  color: #963fb7;
  font-weight: 400;
}

.services-nursing-essays-home p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #343535;
  font-weight: 300;
  margin-bottom: 0px;
}

.services-nursing-essays-home .icon-main {
  background-image: url(/assets/images/bg/icons-main.png);
  width: 42px;
  position: relative;
  min-height: 53px;
  display: inline-block;
}
.services-nursing-essays-home .icon-main.assignment {
  background-position: -171px -36px;
}
.icon-main.course {
  background-position: -276px -36px;
}
.services-nursing-essays-home .icon-main.dissertation {
  background-position: -383px -36px;
}
.services-nursing-essays-home .icon-main.proposal {
  background-position: -490px -36px;
}
.services-nursing-essays-home .icon-main.research {
  background-position: -597px -36px;
}
.services-nursing-essays-home .icon-main.term {
  background-position: -703px -36px;
}
.services-nursing-essays-home .icon-main.thesis {
  background-position: -811px -36px;
}
.services-nursing-essays-home .icon-main.our {
  background-position: -919px -36px;
}

.services-nursing-essays-home a {
  color: #343535;
}

.services-nursing-essays-home a:hover, .services-nursing-essays-home a:focus {
  color: #963fb7;
}

.services-nursing-essays-home a:hover i, .services-nursing-essays-home a:focus i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.our-team .box {
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  padding: 50px 30px;
  margin-top: 75px;
}

.our-team .box .curve-box {
  width: 110px;
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  height: 110px;
  background: #fff;
  margin-top: -105px;
  margin-left: -85px;
}
.our-team .box .curve-box .icon-main {
  background-image: url(/assets/images/bg/icons-main.png);
  width: 88px;
  position: relative;
  min-height: 88px;
  display: inline-block;
}
.our-team .box .curve-box .icon-main.we {
  transform: rotate(-135deg);
  background-position: -1004px -26px;
}
.our-team .box .curve-box img {
  margin: 15px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}


.our-team .box .h1 {
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
}

.our-team .box p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.cta-1-nursing-essays {
  background: url(../images/bg/cta-1-nursing-essays.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 30px 0px;
}

.cta-1-nursing-essays .h1 {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
}

.cta-1-nursing-essays .btn-ordernow {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #009af3;
  background: #fff;
  border: 2px solid #963fb7;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
}

.cta-1-nursing-essays .btn-ordernow:hover, .cta-1-nursing-essays .btn-ordernow:focus {
  color: #fff;
  background: #963fb7;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta-1-nursing-essays ul {
  padding: 0px;
}

.cta-1-nursing-essays ul li {
  list-style: none;
  display: inline;
  margin: 0px 10px;
}

.cta-1-nursing-essays ul li a {
  padding: 13px 10px 15px 10px;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #963fb7;
}
.cta-1-nursing-essays ul li a .icon-main {
  background-image: url(/assets/images/bg/icons-main.png);
  width: 30px;
  position: relative;
  min-height: 30px;
  display: inline-block;
  top: 10px;
}
.cta-1-nursing-essays ul li a .icon-main.whatsapp {
  background-position: -1136px -46px;
}
.cta-1-nursing-essays ul li a .icon-main.phone {
  background-position: -1243px -46px;
}
.cta-1-nursing-essays ul li a .icon-main.msg {
  background-position: -1352px -46px;
}

.cta-1-nursing-essays ul li a:hover, .cta-1-nursing-essays ul li a:focus {
  -webkit-box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cta-3-nursing-essays {
  background: url(../images/bg/cta-3-nursing-essays.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0px;
}

.cta-3-nursing-essays ul {
  padding: 0px;
}

.cta-3-nursing-essays ul li {
  list-style: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 5px 0px;
}

.cta-3-nursing-essays ul li i {
  padding-right: 10px;
  color: #963fb7;
  font-size: 24px;
}

.cta-3-nursing-essays .h1 {
  color: #963fb7;
  font-size: 28px;
  font-weight: 500;
}

.cta-3-nursing-essays .order-form {
  background: url(../images/bg/cta-3-nursing-essays-order.png) no-repeat;
  background-size: cover;
  padding: 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 4px 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 4px 3px rgba(255, 255, 255, 0.5);
}

.cta-3-nursing-essays .order-form .h2 {
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}

.cta-3-nursing-essays .order-form .form-group .form-control {
  border-radius: 5px;
  padding: 10px 10px;
  height: 40px;
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  margin: 20px 0px;
}

.cta-3-nursing-essays .order-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.cta-3-nursing-essays .order-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.cta-3-nursing-essays .order-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.cta-3-nursing-essays .order-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.cta-3-nursing-essays .order-form .btn-ordernow {
  display: block;
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 40px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  border: 0px solid transparent;
}

.cta-3-nursing-essays .order-form .btn-ordernow:hover, .cta-3-nursing-essays .order-form .btn-ordernow:focus {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  -webkit-box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.testimonial-nursing-essays-home .heading-1 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 36px;
  display: block;
  text-align: center;
  color: #963fb7;
  padding: 20px 0px 0px;
}

.testimonial-nursing-essays-home #quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 20px;
}

.testimonial-nursing-essays-home #quote-carousel .carousel-indicators {
  position: relative;
  right: 0;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
}

.testimonial-nursing-essays-home #quote-carousel .carousel-indicators li {
  margin: 28px 10px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 0px;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  vertical-align: middle;
}

.testimonial-nursing-essays-home #quote-carousel .carousel-indicators li.active {
  width: 128px;
  height: 128px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 0px;
}

.testimonial-nursing-essays-home #quote-carousel .star-ul {
  margin-left: -40px;
}

.testimonial-nursing-essays-home #quote-carousel .star-ul li {
  list-style: none;
  display: inline;
}

.testimonial-nursing-essays-home #quote-carousel .star-ul li i {
  font-size: 20px;
  color: #ffbb53;
}

.testimonial-nursing-essays-home #quote-carousel p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343535;
}

.testimonial-nursing-essays-home #quote-carousel small {
  color: #022a50;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 20px;
}

.faqs-nursing-essays-home {
  padding: 50px 0px;
  background: #ededed;
  background-size: cover;
  background-position: center;
}

.faqs-nursing-essays-home .h1 {
  font-size: 22px;
  color: #963fb7;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 30px;
}
.faqs-nursing-essays-home .icon-main {
  background-image: url(/assets/images/bg/icons-main.png);
  width: 55px;
  position: relative;
  min-height: 30px;
  display: inline-block;
  top: -51px;
}
.faqs-nursing-essays-home .icon-main.arrow {
  background-position: -1447px -46px;
}

.faqs-nursing-essays-home .panel-default {
  border-color: #000;
  border-radius: 0px;
  text-align: center;
  background: #fff;
  margin-bottom: 50px;
}

.faqs-nursing-essays-home .panel-default::after {
  content: url(../images/bg/why-nursing-essays-after-arrow.png);
  width: 0;
  height: 0;
  float: right;
  margin: -13px 500px 0px 0px;
  /* font-family: FontAwesome; */
  font-size: 36px;
}

.faqs-nursing-essays-home .panel-default .panel-heading {
  background: #fff;
  padding: 15px 10px;
  border: 0px;
}

.faqs-nursing-essays-home .panel-default .panel-heading a {
  text-align: center;
  display: block;
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.faqs-nursing-essays-home .panel-default .panel-body {
  border-top-color: #ddd;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #343535;
  padding: 20px 10px;
}

.faqs-nursing-essays-home .panel-default .panel-body p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #343535;
}

.cta-2-nursing-essays {
  background: url(../images/bg/cta-2-nursing-essays.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.cta-2-nursing-essays .h1 {
  font-weight: 500;
  font-size: 36px;
  color: #fff;
}

.cta-2-nursing-essays p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.cta-2-nursing-essays .btn-ordernow {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 10px 40px;
  font-size: 15px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #009af3;
  background: #fff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
}

.cta-2-nursing-essays .btn-ordernow:hover, .cta-2-nursing-essays .btn-ordernow:focus {
  color: #fff;
  background: #009af3;
  border: 2px solid #009af3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer {
  background: #f5f5f5;
  padding: 30px 0px 0px;
}

footer p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #343535;
}

footer .social-list {
  padding: 0px;
}

footer .social-list li {
  list-style: none;
  display: inline;
  font-size: 16px;
}

footer .social-list li a {
  color: #fff;
}

footer .social-list li a i {
  border-radius: 50px;
  padding: 10px 13px;
  background: #343535;
  color: #fff;
}

footer .social-list li a .custom-twitter {
  margin-left: 5px;
  padding: 10px 10px;
}

footer .social-list li a:hover i, footer .social-list li a:focus i {
  background: #963fb7;
  color: #fff;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #343535;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

footer .apply-border {
  float: left;
  width: 30%;
  background: #963fb7;
  padding: 1px;
  margin: 0px;
}

footer ul {
  padding: 10px 0px 0px;
}

footer ul li {
  list-style: none;
  margin: 5px 0px;
}

footer ul li a {
  font-size: 13px;
  font-weight: bold;
  color: #343535;
  font-family: "Lato", sans-serif;
}

footer ul li a:hover, footer ul li a:focus {
  color: #963fb7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer ul li a i {
  color: #963fb7;
  padding-right: 5px;
  color: #963fb7;
}

footer .contact-list {
  padding: 10px 0px 0px;
}

footer .contact-list li {
  margin: 10px 0px;
}

footer .contact-list li a i {
  border-radius: 50px;
  padding: 10px 11px;
  background: #343535;
  color: #fff;
  margin-right: 4px;
}

footer .contact-list li a:hover, footer .contact-list li a:focus {
  color: #963fb7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .contact-list li a:hover i, footer .contact-list li a:focus i {
  background: #963fb7;
  color: #fff;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .h5 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #343535;
}

.footer-bottom {
  background: #963fb7;
  padding: 10px 0px;
}

.footer-bottom span {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  font-size: 14px;
  display: block;
  color: #fff;
  text-align: center;
}

.inner-page-banner {
  background: url(../images/bg/assignment-writing-banner.png) no-repeat;
  background-size: cover !important;
  background-position: center;
}

.inner-page-banner .h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  color: #fff;
}

.inner-page-banner p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.inner-page-banner .btn-ordernow {
  padding: 14.5px 30px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #963fb7;
  border: 0px solid transparent;
}

.inner-page-banner .btn-ordernow:hover, .inner-page-banner .btn-ordernow:focus {
  color: #963fb7;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inner-page-banner .btn-number {
  font-weight: 500;
  font-size: 20px;
  color: #343535;
  background-color: #fff;
  padding: 0px 20px;
  border: 2px solid #963fb7;
  margin-left: 20px;
}

.inner-page-banner .btn-number span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #343535;
  text-transform: capitalize;
}

.inner-page-banner .btn-number img {
  margin-top: -23px;
  position: absolute;
  margin-left: -3px;
}

.inner-page-banner .btn-number:hover, .inner-page-banner .btn-number:focus {
  color: #fff;
  background-color: #963fb7;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.breadcrums-nursing-essays {
  background: #963fb7;
  padding: 10px 0px;
}

.breadcrums-nursing-essays ul {
  padding: 0px;
  margin: 0px;
}

.breadcrums-nursing-essays ul li {
  list-style: none;
  display: inline;
  color: #fff;
  margin: 0px 10px 0px 0px;
}

.breadcrums-nursing-essays ul li a {
  color: #fff;
}

.servicesinner-page-content .h2 {
  color: #963fb7;
  font-weight: 500;
  font-size: 22px;
}

.servicesinner-page-content .h3 {
  color: #343535;
  font-weight: 700;
  font-size: 18px;
}

.servicesinner-page-content .h4 {
  color: #963fb7;
  font-weight: 600;
  font-size: 28px;
}

.servicesinner-page-content .block-quote {
  background: url(../images/bg/block-quote-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 10px;
}

.servicesinner-page-content .block-quote span {
  font-family: "Dosis", sans-serif;
  font-size: 22px;
  color: #343535;
  text-align: center;
  display: block;
}

.servicesinner-page-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343535;
}

.servicesinner-page-content ul {
  padding: 0px;
}

.servicesinner-page-content ul li {
  list-style: none;
  margin: 10px 0px;
}

.servicesinner-page-content ul li i {
  padding-right: 10px;
  color: #963fb7;
  font-size: 20px;
}

.servicesinner-page-content .banner {
  background: url(../images/bg/services-inner-bannner-content.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10px 20px;
  margin: 20px 0px;
}

.servicesinner-page-content .banner .h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  font-family: "Dosis", sans-serif;
}

.servicesinner-page-content .banner .btn-ordernow {
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #963fb7;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  border: 2px solid transparent;
}

.servicesinner-page-content .banner .btn-ordernow:hover, .servicesinner-page-content .banner .btn-ordernow:focus {
  color: #963fb7;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicesinner-page-content .exhaustive li img {
  padding-right: 10px;
}

.servicesinner-page-content .exhaustive li strong {
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.servicesinner-page-content .btn-livechat {
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #009af3;
  border: 0px solid transparent;
  margin-right: 10px;
}

.servicesinner-page-content .btn-livechat:hover, .servicesinner-page-content .btn-livechat:focus {
  color: #fff;
  background: #963fb7;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicesinner-page-content .btn-ordernow {
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #963fb7;
  border: 0px solid transparent;
}

.servicesinner-page-content .btn-ordernow:hover, .servicesinner-page-content .btn-ordernow:focus {
  color: #fff;
  background: #009af3;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicesinner-page-content .head-parent {
  background-color: #009af3;
  padding: 10px 0px;
}

.servicesinner-page-content .head-parent .heading-4 {
  font-family: "Dosis", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.servicesinner-page-content .get-quote {
  background: url(../images/bg/get-a-quote-form-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 10px 30px;
}

.servicesinner-page-content .get-quote .form-control {
  border-radius: 2px;
}

.servicesinner-page-content .get-quote .btn-ordernow {
  padding: 7px 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  color: #fff;
  border-radius: 2px;
  margin-top: 20px;
}

.servicesinner-page-content .get-quote .btn-ordernow:hover, .servicesinner-page-content .get-quote .btn-ordernow:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  color: #fff;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicesinner-page-content .sidebar-2 {
  background: url(../images/bg/sidebar-2.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 10px;
  border-radius: 5px;
}

.servicesinner-page-content .sidebar-2 .h4 {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #343535;
  margin-bottom: 0px;
}

.servicesinner-page-content .sidebar-2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #343535;
}

.servicesinner-page-content .sidebar-2 .heading-5 {
  color: #4b5255;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  font-size: 22px;
  display: block;
  text-align: center;
  line-height: 25px;
  padding-bottom: 20px;
}

.servicesinner-page-content .sidebar-2 img {
  margin: 20px 0px;
  background-color: #1a88ca;
  padding: 5px 5px;
  border-radius: 5px;
}

.servicesinner-page-content .sidebar-2 ul {
  padding: 0px;
}

.servicesinner-page-content .sidebar-2 ul li {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 13px;
  display: block;
  color: #1d252c;
  margin: 17px 0px;
}

.servicesinner-page-content .sidebar-2 .btn-ordernow {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  padding: 8px 40px;
  border-radius: 2px;
  margin-top: 20px;
}

.servicesinner-page-content .sidebar-2 .btn-ordernow:hover, .servicesinner-page-content .sidebar-2 .btn-ordernow:focus {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicesinner-page-content .sidebar-2 .parent-svg {
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  padding: 2px 22px;
  margin: 5px 0px;
  border-radius: 2px;
}

.servicesinner-page-content .sidebar-2 .parent-svg .qualified-writer #XMLID_18_ {
  fill: #fff;
}

.servicesinner-page-content .sidebar-2 .parent-svg .on-time-delivery #XMLID_125_ {
  fill: #fff;
}

.servicesinner-page-content .sidebar-2 .parent-svg svg {
  margin-left: -20px;
}

.servicesinner-page-content .sidebar-3 {
  padding: 50px 10px;
  height: 386px;
  background: url(../images/bg/sidebar-3.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.servicesinner-page-content .sidebar-3 span {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  font-family: "Dosis", sans-serif;
}

.servicesinner-page-content .sidebar-3 .btn-ordernow {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  padding: 8px 40px;
  border-radius: 2px;
  margin-top: 110px;
}

.servicesinner-page-content .sidebar-3 .btn-ordernow:hover, .servicesinner-page-content .sidebar-3 .btn-ordernow:focus {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicesinner-page-content .box {
  min-height: 235px;
  padding: 0px 20px 20px;
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  text-align: center;
}

.servicesinner-page-content .box .h4 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #963fb7;
  padding: 20px 0px 10px;
}

.servicesinner-page-content .box p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #343535;
  font-size: 14px;
}

.servicesinner-page-content .box .triangle-shaddow {
  -webkit-filter: drop-shadow(0px 6px 2px #f0f0f0);
          filter: drop-shadow(0px 6px 2px #f0f0f0);
}

.servicesinner-page-content .box .triangle {
  -webkit-clip-path: polygon(0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34));
  clip-path: polygon(10% 0, 50% 80%, 90% 0);
  background: #fff;
  height: 80px;
}

.servicesinner-page-content .box .triangle img {
  margin-top: 7px;
}

.servicesinner-page-content .box .btn-readmore {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  border: 0px solid transparent;
}

.servicesinner-page-content .box .btn-readmore:hover, .servicesinner-page-content .box .btn-readmore:focus {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicesinner-page-content .box .btn-ordernow {
  padding: 7px 17px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border-radius: 3px;
  color: #fff;
  background: #963fb7;
  border: 0px solid transparent;
  margin-left: 10px;
}

.servicesinner-page-content .box .btn-ordernow:hover, .servicesinner-page-content .box .btn-ordernow:focus {
  color: #963fb7;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.servicesinner-page-content .faq-card .header a {
  background: #f7f7f7;
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #963fb7;
  padding: 15px 20px;
  margin: 15px 0px;
}

.servicesinner-page-content .faq-card .header a i {
  float: right;
  color: #963fb7;
  font-size: 20px;
}

.servicesinner-page-content .faq-card .faq-body {
  padding: 20px;
}

.servicesinner-page-content .faq-card .faq-body p {
  padding: px 20px;
}

.login-nursing-essays .login-form {
  background: url(../images/bg/login-form-bg.png) no-repeat;
  background-size: cover;
  background-position: top;
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  padding: 0px 20px 50px;
}

.login-nursing-essays .login-form .btn-login {
  display: block;
  padding: 7px 20px;
  font-size: 20px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  border: 0px solid transparent;
}

.login-nursing-essays .login-form .btn-livechat {
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background: #963fb7;
  border: 0px solid transparent;
}

.login-nursing-essays .login-form .btn-number {
  font-weight: 500;
  font-size: 16px;
  color: #343535;
  background-color: #fff;
  padding: 0px 20px;
  border: 1px solid #963fb7;
  margin-left: 20px;
}

.login-nursing-essays .login-form .btn-number span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  color: #343535;
  text-transform: capitalize;
}

.login-nursing-essays .login-form .btn-number img {
  margin-top: -25px;
  position: absolute;
  margin-left: -3px;
}

.login-nursing-essays .login-form .triangle-shaddow {
  -webkit-filter: drop-shadow(0px 6px 2px #f0f0f0);
  filter: drop-shadow(0px 6px 2px #f0f0f0);
}

.login-nursing-essays .login-form .triangle-shaddow .triangle {
  -webkit-clip-path: polygon(0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34));
  clip-path: polygon(21% 0, 50% 98%, 80% 0);
  background: #fff;
  height: 80px;
}

.login-nursing-essays .login-form .triangle-shaddow .triangle span {
  color: #963fb7;
  font-family: "Dosis", sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.login-nursing-essays .login-form .form-group label {
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.login-nursing-essays .login-form .form-group .form-control {
  border-radius: 5px;
  padding: 10px 10px;
  border: 0.5px solid #963fb7;
  height: 45px;
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.login-nursing-essays .login-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.login-nursing-essays .login-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.login-nursing-essays .login-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.login-nursing-essays .login-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

.order-nursing-essays .box {
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  margin-bottom: 40px;
  padding: 10px 10px;
}

.order-nursing-essays .box span {
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  color: #343535;
  font-size: 16px;
  padding-left: 5px;
}

.order-nursing-essays .order-form {
  padding: 20px 20px 30px;
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
}

.order-nursing-essays .order-form .h1 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  color: #963fb7;
}

.order-nursing-essays .order-form .form-group label {
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.order-nursing-essays .order-form .form-group .form-control {
  border-radius: 5px;
  padding: 10px 10px;
  height: 45px;
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.order-nursing-essays .order-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.order-nursing-essays .order-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.order-nursing-essays .order-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.order-nursing-essays .order-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.order-nursing-essays .order-form .form-group .additional-msg {
  height: auto;
}

.order-nursing-essays .order-form .cost {
  font-size: 20px;
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  color: #963fb7;
}

.order-nursing-essays .order-form .cost .zero {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #343535;
}

.order-nursing-essays .order-form .cost img {
  margin-top: -10px;
}

.order-nursing-essays .order-form p {
  font-size: 14px;
  font-weight: 400;
  color: #343535;
}

.order-nursing-essays .order-form .btn-submit {
  padding: 7px 25px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background: #963fb7;
  border: 0px solid transparent;
}

.order-nursing-essays .order-form .btn-livechat {
  padding: 7px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  border: 0px solid transparent;
}

.contact .h1 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #963fb7;
}

.contact p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #343535;
  font-weight: 300;
}

.contact .support {
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  padding: 10px 20px;
}

.contact .support ul {
  padding: 0px;
}

.contact .support ul li {
  margin: 10px 0px;
  list-style: none;
}

.contact .support ul li a {
  font-size: 16px;
  color: #343535;
  font-family: "Lato", sans-serif;
}

.contact .support ul li a i {
  border-radius: 50px;
  padding: 10px 11px;
  background: #963fb7;
  color: #fff;
  margin-right: 4px;
}

.contact .support p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #343535;
  font-weight: 400;
}

.contact .support .btn-livechat {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  border: 0px solid transparent;
}

.contact .support .btn-number {
  font-weight: 500;
  font-size: 16px;
  color: #343535;
  background-color: #fff;
  padding: 0px 20px;
  border: 0.5px solid #963fb7;
  margin-left: 20px;
}

.contact .support .btn-number span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #343535;
  text-transform: capitalize;
}

.contact .support .btn-number img {
  margin-top: -25px;
  position: absolute;
  margin-left: -3px;
}

.contact .contact-form {
  -webkit-box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
          box-shadow: 0px 0.5px 5px 0.1px rgba(99, 95, 95, 0.34);
  border-radius: 5px;
  padding: 30px 20px;
}

.contact .contact-form .h2 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #963fb7;
}

.contact .contact-form .form-group label {
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0px;
}

.contact .contact-form .form-group .form-control {
  border-radius: 5px;
  padding: 10px 10px;
  height: 40px;
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.contact .contact-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.contact .contact-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.contact .contact-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.contact .contact-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #343535;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.contact .contact-form .form-group .details {
  height: auto;
}

.contact .contact-form .btn-submit {
  padding: 9px 40px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  background: #963fb7;
  border: 0px solid transparent;
}

.essay-services .h4 {
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  font-size: 23px;
  color: #343535;
  text-align: center;
  padding-bottom: 30px;
}

.essay-services .box {
  text-align: center;
  padding: 0px 0px 20px;
  min-height: 385px;
  position: relative;
  overflow: hidden;
  border: 0.2px solid rgba(0, 0, 0, 0.08);
}

.essay-services .box.box-first {
  border-top-left-radius: 8px;
}

.essay-services .box.box-last {
  border-top-right-radius: 8px;
}

.essay-services .box .h2 {
  padding: 15px 10px;
  font-size: 19px;
  color: #fff;
  background: #963fb7;
  display: block;
  position: relative;
}

.essay-services .box .h2.box-after {
  position: relative;
  overflow: hidden;
}

.essay-services .box .h2.box-after::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 27px solid transparent;
  border-top: 27px solid transparent;
  border-left: 27px solid rgba(255, 255, 255, 0.4);
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.essay-services .box p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #343535;
  font-weight: 300;
  padding: 20px 20px;
}

.essay-services .box .btn-ordernow {
  font-weight: 300;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  padding: 8px 30px;
  border-radius: 2px;
}

.essay-services .box .btn-ordernow:hover, .essay-services .box .btn-ordernow:focus {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#0076ff), to(#00c3ff));
  background-image: linear-gradient(to right, #0076ff, #00c3ff);
  -webkit-box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
          box-shadow: 0px 0px 13px 3px rgba(74, 71, 71, 0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sitemap .h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  color: #963fb7;
  padding-bottom: 10px;
  border-bottom: 1px solid #343535;
}

.sitemap .h2 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Dosis", sans-serif;
  color: #343535;
  padding-top: 30px;
}

.sitemap ul {
  padding: 0px;
}

.sitemap ul li {
  list-style: none;
  border-bottom: 1px solid #343535;
  margin: 10px 0px;
  padding: 0px 0px 10px;
}

.sitemap ul li a {
  color: #343535;
}

.sitemap ul li a i {
  color: #963fb7;
  padding-right: 5px;
}

.feedback-nursing-essays .box {
  margin: 30px 0;
}

.feedback-nursing-essays .box blockquote {
  background: #963fb7;
  border: medium none;
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: relative;
  min-height: 106px;
}

.feedback-nursing-essays .box blockquote::before {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 20px solid #fff;
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-left-style: inset;
  border-bottom-style: inset;
}

.feedback-nursing-essays .box blockquote::after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px 16px 0 0;
  border-color: #3b3736 transparent transparent transparent;
}

.feedback-nursing-essays .box .testimonials-name {
  color: #963fb7;
  font-size: 16px;
  font-weight: 500;
  margin: 23px 0 7px;
  text-align: left;
  display: block;
  font-family: "Dosis", sans-serif;
}

.feedback-nursing-essays .box .testimonials-post {
  text-transform: capitalize;
  color: #343535;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  display: block;
  font-family: "Dosis", sans-serif;
}

.feedback-nursing-essays .box p {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.feedback-nursing-essays .box hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cbc5c5;
}

.payment-gateway {
  padding: 50px 10px;
}

.payment-gateway .left-box {
  background: rgba(181, 199, 230, 0.19);
  padding: 20px 20px;
  border-radius: 10px;
}

.payment-gateway .left-box .form-group {
  margin-bottom: 10px;
}

.payment-gateway .left-box .h4,
.payment-gateway .left-box h4 {
  color: #0080ff;
  margin-bottom: 20px;
  font-weight: 600;
}

.payment-gateway .left-box .btn-payment {
  background: #007cdb;
  color: #ffffff;
  font-size: 16px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.update-nursing-content .alter-head-main{
      font-size: 22px;
    color: #963fb7;
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    padding-bottom: 20px;
     text-align: center;
     display: block;
    line-height: 30px;
  }
  .update-nursing-content .alter-sec-head{
      text-align: left;
    display: block;
    color: #963fb7;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
  }
  .update-nursing-content p{
      font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #343535;
  }
  .update-nursing-content ul{
      padding: 0px;
  }
  .update-nursing-content ul li{
      list-style: none;
    font-family: "Open Sans", sans-serif;
    margin: 5px 0px;
    font-weight: 400;
    display: inline-flex;
    font-size: 14px;
    color: #343535;
  }
  .update-nursing-content ul li i {
    padding-right: 10px;
    color: #963fb7;
    font-size: 24px;
}

/*media query*/
@media only screen and (max-width: 480px) {
  .nursing-essays-banner-home .btn-ordernow {
    display: block;
    margin: 10px 0px;
  }
  .nursing-essays-banner-home .btn-number {
    display: block;
  }
  .nursing-essays-banner-home .btn-number img {
    display: none;
  }
  .gurantees-nursinessays-home .box {
    margin: 10px 0px;
    border: 1px solid #963fb7;
  }
  .why-choose-us-nursing-essays-home {
    padding: 50px 0px;
  }
  .cta-3-nursing-essays {
    background: #fff;
  }
  
  .faqs-nursing-essays-home .panel-default {
    margin-bottom: 20px;
  }
  .services-nursing-essays-home {
    text-align: center;
  }
  .inner-page-banner .btn-ordernow {
    display: block;
  }
  .inner-page-banner .btn-number {
    display: block;
    margin-left: 0px;
    margin-top: 20px;
  }
  .servicesinner-page-content .head-parent {
    margin-top: 20px;
  }
  .servicesinner-page-content .sidebar-3 .btn-ordernow {
    margin-top: 50px;
  }
  .servicesinner-page-content .sidebar-2 {
    text-align: center;
  }
  .essay-services .box {
    margin: 10px 0px;
    min-height: 260px;
  }
  .contact .support .btn-livechat {
    display: block;
  }
  .contact .support .btn-number {
    display: block;
    margin-top: 10px;
    margin-left: 0px;
  }
  .contact .support .btn-number img {
    margin-left: 37px;
  }
  .login-nursing-essays .login-form .btn-livechat {
    display: block;
  }
  .login-nursing-essays .login-form .btn-number {
    display: block;
    margin-top: 20px;
    margin-left: 0px;
  }
  .login-nursing-essays .login-form .btn-number img {
    margin-left: 37px;
  }
  footer {
    padding: 30px 0px;
  }
}

/*media query*/
/*# sourceMappingURL=style.css.map */