body {
    font-family: 'Roboto', sans-serif !important;
}
.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #000;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: #000;
}
.topnav a:hover {
    text-decoration: none;
}
.dropdown-content a:hover {
  color: #000;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.logo-div img {
    width: 100%;
}
.whatsapp-div p a {
    font-size: 16px;
    color: #000;
    font-weight: 800;
    text-decoration: none !important;
}
.whatsapp-div {
    padding-top: 15px;
    text-align: right;
}
.toll-free  {
    padding-top: 10px;
    text-align: right;
}
.telephone-icon {
    padding-right: 5px;
}
.toll-free form input {
    width: 28%;
    border: 1px solid #80808017;
}
.whatsapp-icon {
    width: 25px;
}
.header-top {
    padding: 20px 0;
    border-bottom: 1px solid #80808026;
}
.header-bnnr {
    background-image: url(../img/png/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}
.bnnr-headng {
    text-align: left;
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    padding-right: 140px;
}
.dissertation-heading {
    font-size: 43px;
    color: #fff;
    text-shadow: 1px 1px 1px #9b9271;
    font-weight: 800;
    line-height: 50px;
}
.form-main-div {
    background: #00000073;
    margin-top: 70px;
    padding: 20px 40px;
}
.form-main-div form input, .form-main-div select {
    margin: 3px 0px;
    height: 35px;
    padding: 5px 15px;
    border-radius: 0px;
    border: 0px;
    outline: none;
}
.form-main-div p {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
}
.form-main-div p span {
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 800;
    text-shadow: 2px 2px 2px #0c0109;
}
input:focus, textarea:focus, select:focus .toll-free form input:focus {
        outline: none;
    }
::placeholder {
  color: #000;
}  
.toll-free ::placeholder {
  color: #8080806e;
}  
.enter-submit {
    background: #0c6633;
    color: #fff;
    background-image: linear-gradient(to right, #f83300 0%, #ff9a02 70%);
}
.proceed-button {
    width: 40%;
    color: white;
    background: #0c6633;
    border: 0px;
    margin-top: 10px;
    background-image: linear-gradient(to right, #f83300 0%, #ff9a02 70%);
    font-weight: 600;
}
.proceed-button:hover {
    color: white;
    background-image: linear-gradient(to right, #f83300 0%, #ff9a02 70%);
}
.unorder-list {
    padding-top: 30px;
}
.wthout-search-sec .unorder-list li {
    font-size: 18px;
    line-height: 40px;
    color: #fff !important;
    font-weight: 600;
    padding: 2px 0px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}
.sidebar-image img {
    width: 100%;
}
.unorder-list li .banner-right-arrow {
    width: 30px;
    margin-right: 5px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-right-50 {
    padding-right: 0px;
}
.padding-top-65 {
   padding-top: 65px; 
}
.essayshelper_text .content-main-div h2, .essayshelper_text .content-main-div h3, .essayshelper_text .content-main-div h4, .essayshelper_text .content-main-div h5, .essayshelper_text .content-main-div h6 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}
.content-main-div p {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
}
.sidebar-main-div {
    background: #0c6633;
}
.sidebar-services p, .sidebar-subjects p, .sidebar-chapters p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
.side-services, .side-subjects, .side-chapters {
    list-style: none;
}
.side-services li a, .side-subjects li a, .side-chapters li a {
    color: white;
    text-decoration: underline;
    font-size: 16px;
}
.sidebar-services, .sidebar-subjects, .sidebar-chapters {
    padding-left: 20px;
    padding-right: 20px;
}
.sidebar-chapters, .sidebar-subjects {
    margin-top: 50px;
    padding-bottom: 50px;
}
.inner-banner-image {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}
.content-main-div p.last-button {
    text-align: center;
    margin-top: 40px;
}
.order-now-button:hover {
    text-decoration: none;
    color: white;
}
.topnav a:focus, .topnav a:hover {
    color: #000 !important;
    border: 0px;
    outline: none !important;
}
.order-now-button {
    width: 40%;
    color: white;
    background: #0c6633;
    border: 0px;
    padding: 10px 30px;
    font-weight: 600;
    outline: none;
    background-image: linear-gradient(to right, #f83300 0%, #ff9a02 70%);
    text-decoration: none !important;
}
.order-now-button:hover {
    text-decoration: none !important;
}
.last-button a:focus, .last-button a:hover {
    color: #fff !important;
    border: 0px;
    outline: none !important;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
.header-top {
    text-align: center;
} 
.busins-none {
    display: none;
}
.form-main-div {
    margin-top: 20px;
}
.header-bnnr {
    height: 480px;
}
.padding-right-50, .padding-bottom-50, .padding-top-50 {
    padding: 0;
}
.content-main-div p {
    font-size: 14px;
}
.essayshelper_text .content-main-div h2, .essayshelper_text .content-main-div h3, .essayshelper_text .content-main-div h4, .essayshelper_text .content-main-div h5, .essayshelper_text .content-main-div h6 {
    font-size: 22px;
}
.content-main-div p.last-button {
    margin-bottom: 30px;
}
.ftr-rgt-img {
    margin-top: 15px;
}
}