@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
body{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 25px;
    color: #000;
}
::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}
::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #000;
}
.blink{
        
       
        
        animation: blink 1s linear infinite;
    }
@keyframes blink{
0%{opacity: 0.1;}
25%{opacity: .25;}
50%{opacity: .5;}
75%{opacity: .75;}
100%{opacity: 1;}
}
.offerBtn {
 /* box-shadow: inset 0px 5px 0px 0px rgba(255, 255, 255, 0.15);*/
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}


.offerBtn img {
  height: 80px;
  top: 10px;
  position: absolute;
  left: -5px;
  opacity: 0.15;
}

.offerBtn span {position: relative;}

.btnIcon {
  top: 24px;
  left: 50px;
}



.text1,
.text2,
.text3 {
  color: #000;
}



.text1 {
  font-size: 14px;
  left: -15px;
  top: 0;
  color: #ff9000;
  border-bottom: 1px solid;
}

.text2 {
  font-weight: 300;
  right: 42px;
  bottom: 10px;
}

.text3 {
  top: 0;
  right: -5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1.0px;
  color: #02a06d;
}

.text4 {
  left: 0;
  top: -2px;
  background: #fdc800;
  padding: 7px 10px;
  font-size: 12px;
  text-transform: capitalize;
  color: #000;
  border-radius: 2px;
  font-weight: 500;
}

.menu_desktop_right li:hover {
    background: none !important;
}
.p-0 {
    padding: 0; 
} 
.m-0 {
    margin: 0;
}
.mt-0 {
    margin-top: 0 !important;
}
.table-dark {
    color: #fff;
    background-color: #1c2a44;
}
 .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
/* Modal*/
#invoiceModal .modal-content {
    border: 0;
}
#invoiceModal .modal-header {
    position: absolute;
    right: -30px;
    top: -40px;
    border: none;
}
.modal-dialog {
    margin: 80px auto 30px;
}
#invoiceModal .close {
    float: right;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 99;
}
.invoice_left_details {
    background: #238968;
    padding: 25px;
}
.invoice_left_details img {
    width: 150px;
}
.invoice_left_details .oAmount {
    font-size: 24px;
    color: #fff;
    padding: 20px 0;
}
.invoice_gah {
    color: #fff;
    padding: 40px 0 70px 0;
    margin-bottom: 25px;
}
.invoice_gah p {
    text-align: left;
}
.invoice_order_id {
    position: absolute;
    bottom: 10px;
}
.invoice_order_id p {
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.invoice_table_summary tr th {
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 0;
    min-width: 112px;
    color: #383838;
    font-weight: 600;
    text-align: left;
}
.invoice_table_summary tr td {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    text-align: left;
}
.invoice_order_id .oOrderId {
    color: #fff;
    font-size: 15px;
}

.invoice_right_details {
    background: #fff;
    padding: 25px;
}
.invoice_right_details h2 {
    font-size: 24px;
    margin: 0;
}
.invoice_table_summary {
    margin: 10px 0;
    width: 100%;
}
.invoice_pay_now {
    margin: 15px 0 5px;
}
.invoice_pay_now input[type=submit] {
    background: #f8981d;
    padding: 5px 20px;
    color: #fff;
    font-size: 18px;
    margin: 0;
    box-shadow: none;
    border: none;
    
    font-weight: 500;
    border-radius: 40px;
}
.payment-note-invoice {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    padding: 15px 15px 0 0;
}


a:focus, a:hover {
    color: #ffffff;
    
}
.btn:active, .btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
    outline: 0 !important;
}
#fileUploadType img {
    width: 37px;
}
.btn-warning.focus, .btn-warning:focus {
    color: #fff;
    background-color: #415DE5;
    border-color: #415DE5;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover{
     color: #fff;
    background-color: #415DE5;
    border-color: #415DE5;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    color: #fff;
    background-color: #12C293;
    border-color: #12C293;
}
.btn-primary.focus, .btn-primary:focus{
    color: #fff;
    background-color: #12C293;
    border-color: #12C293; 
}
.table-btn-send{
background-color: transparent;
  border: 1px solid #02a06d;
  color: #02a06d;
  align-self: center;
  line-height: 1;
     padding: 6px 10px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    font-size: 13px;
}
.table-btn-send:hover{
    background-color: #02a06d;
  color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #415DE5;
    border-color: #415DE5;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 5px;
}
.btn-warning:hover {
    color: #415DE5;
    border-color: #415DE5;
    background: transparent;
}
.btn-primary {
    color: #fff;
    background-color: #12C293;
    border-color: #12C293;
    padding: 8px 20px;
    font-weight: 500;
    border-radius: 5px;
}
.btn-primary:hover {
    color: #12C293;
    background-color: transparent;
    border-color: #12C293;
    
}
.btn{
    min-height: 38px;
}
.table-btn {
  background-color: #02a06d;
  border: 1px solid #02a06d;
  color: #fff;
  align-self: center;
  line-height: 1;
  padding: 8px 20px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
}

.table-btn:hover{
    background-color: #02a06d;
  color: #fff;
}
.login-btn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #02a06d;
  border-radius: 0.6em;
  color: #02a06d;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1;
  padding: 8px 25px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  font-size: 16px;
}
.border-less {
  border-color: #02a06d;
  color: #02a06d;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.border-less:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #02a06d;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
.border-less:hover {
  color: #fff !important;
}
.border-less:hover:after {
  width: 110%;
}
a:focus {
    outline: none;
    outline-offset: 0;
}
a:focus, a:hover {
    text-decoration: none;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    font-size: 14px;
}
.table>thead>tr>th {
    font-weight: 600;
    text-transform: uppercase;
}
.table>tbody>tr>td a.ancher {
    color: #02a06d;
    font-size: 14px;
    font-weight: 500;
}
.orders-btn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #02a06d;
  border: 2px solid #02a06d;
  border-radius: 0.6em;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1;
  padding: 8px 23px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  border-radius: 30px;
  font-size: 16px;
}
.bordered {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
.bordered:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #1c2a44;
  z-index: -1;
  -webkit-transition: width 150ms ease-in-out;
  transition: width 150ms ease-in-out;
}
.bordered:hover {
  color: #fff;
}
.bordered:hover:after {
  width: 110%;
}

* {
    
scroll-behavior: smooth;
    
font-size: 16px;
}
p {
    line-height: 1.67;
}
h3 i.fa.fa-caret-right {
    color: #118982;
}
.form-control:focus {
    border-color: #1c2a44;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header_top {
    background: #1c2a44;
}
.logo {
    padding: 7px 0;
}
.nav-bg {
    background: #fff;
    box-shadow: 0 11px 20px #efefef;
}
.nav-menu-header ul li.active {
    background: #1c2a44;
}
.nav-menu-header ul li.active a {
    color: #fff;
}
.nav-menu-header ul {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
    float: left;
}
.nav-menu-header ul li {
    display: inline-block;
    padding: 10px 10px;
}
.head-top-section {
    display: flex;
    justify-content: flex-end;
    padding: 18px 0;
    align-items: center;
}
.login-btn-head {
}
.login-btn-head a {
    color: #fff;
    text-decoration: none;
}
.login-btn-head a i {
    color: #fff;
    margin-right: 5px;
}
.mail-head a {
    text-decoration: none;
}
.mail-head a i {
    background: #fff;
    border-radius: 34px;
    color: #000;
    padding: 8px;
}
.nav-menu-header ul li a {
    color: #525252;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding-top: 0px;
    line-height: normal;
}
.mail-head {
    padding: 11px 20px;
}
.mail-head a {
    color: #3d3d3e;
}
.order-btn-menu a {
}
.order-btn-menu a:hover {
    background: transparent;
    border: 2px solid #fff;
    text-decoration: none;
}
.order-btn-menu a:hover {
    color: #fff !important;
}
.nav-menu-header ul li:hover {
    background: #1c2a44;
}
.nav-menu-header ul li:hover a {
    color: #fff;
}
.nav-menu-header li:hover .dropdown-menu li a {
    color: #525252;
}
.order-btn-menu {
    padding-left: 15px;
}
.box-banner {
    text-align: center;
    color: #3d3d3e;
    margin-top: 15px;
}
.head-banner-content h1 {
    font-weight: 600;
    position: relative;
    font-size: 40px;
    text-align: left;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}
.head-banner-content p {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 90%;
    padding-bottom: 20px;
}
.icon-text .icons-box {
    width: 25%;
    float: left;
    padding: 5px 0 5px 0;
    text-align: left;
    border-right: 1px solid #fdc800;
}
.icon-text .textb-box {
    width: 75%;
    float: left;
    padding-left: 20px;
}
.icon-text .textb-box h4 {
    font-size: 18px;
    margin: 0;
    color: #000;
}
.icons-box img {
    width: 32px !important;
    padding: 0 !important;
}
.icon-text .textb-box p {
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 10px;
}
.btn.btn-free {
    background: #fdc800;
    color: #000;
    font-weight: 500;
    padding: 8px 20px;
    font-size: 16px;
    width: 100%;
}
.btn.btn-review{border-color: #fdc800;color: #000;font-weight: 500;padding: 8px 20px;font-size: 16px;width: 100%;background: #fff;}
.sampled-reviews:hover .btn {
    box-shadow: 0px 2px 4px 0 #00000036;
}

.assignment_banner_icons {
    padding: 33px 0;
}
.home_banner_section {
    /* background: #F4F2F0; */
    padding: 80px 0 160px;
    background: linear-gradient(
315deg
, rgb(238 225 204) , rgb(250 240 226) , rgb(21 30 64 / 0%));
}
.home_banner_opacity img {
    width: 100%;
    padding: 30px 40px 0 0;
}
/*.home_banner_opacity.index-page-trp img{
     width: 75%;
}*/
.box-icon-banner {
    border: 1.5px dashed #45c0b9;
    background: #fff;
    border-radius: 50px;
    height: 85px;
    width: 85px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-icon-banner img {
    width: 80%;
}
.box-banner p {
    margin-bottom: 0;
    font-size: 18px;
}
.nav-menu-header .dropdown-menu {
    padding: 0;
    margin: 0;
     
    border: none;
}
.nav-menu-header .dropdown-menu li {
    text-align: left;
    min-width: 237px;
    padding: 8px 15px;
    border-bottom: 1px solid #e6e6e6;
    position: static;
}
.nav-menu-header .dropdown-menu li:hover {
    background: #1c2a44;
}
.nav-menu-header .dropdown-menu li ul li:last-child {
    border-bottom: none;
}
.nav-menu-header .dropdown-menu li:hover a {
    color: #fff !important;
}
.nav-menu-header li:hover .dropdown-menu {
    display: block;
    border-radius: 0;
}
.nav-menu-header .dropdown-menu li a {
    color: #000;
    padding: 0;
    background: 0 0;
        font-size: 14px;
}
.nav-menu-header .dropdown-menu li a span.fa {
    position: absolute;
    right: 0;
}
.nav-menu-header .dropdown-menu li:hover span {
    transform: rotate(
-90deg
);
}
/* ul ul  */
.nav-menu-header ul ul.submenu {
    left: 100%;
    top: 0;
    margin-top: 0;
    display: none;
    position: absolute;
    background: #fff;
    /* border-top: 1px solid #e4dfd7; */
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
     
}
.nav-menu-header .dropdown-menu, .nav-menu-header ul ul.submenu, .nav-menu-header ul ul.sub-submenu{
    min-height: 475px
}
.nav-menu-header ul ul.sub-submenu {
    left: 100%;
    top: 0;
    margin-top: 0;
    display: none;
    position: absolute !important;
    background: #fff;
    /* border-top: 1px solid #e4dfd7; */
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    
    float: none !important;
}

.nav-menu-header .dropdown-menu li:hover ul.submenu {
    top: 0 !important;
    width: 100%;
    display: block;
    /* position: absolute; */
}
.nav-menu-header .dropdown-menu li li:hover ul.sub-submenu {
    width: 100%;
    display: block;
    /* position: absolute; */
    /* float: none !important; */
}
.nav-menu-header .dropdown-menu li ul li {
    padding: 8px 15px;
    position: static;
}
.nav-menu-header .dropdown-menu li ul.submenu li a {
    color: #000 !important;
}

.nav-menu-header .dropdown-menu li ul.submenu li:hover a {
    color: #fff !important;
}
.nav-menu-header .dropdown-menu li ul.submenu ul.sub-submenu li a {
    color: #000 !important;
}
.nav-menu-header .dropdown-menu li ul.submenu ul.sub-submenu li:hover a {
    color: #fff !important;
}
.nav-menu-header img {
    display: none;
}
.icons_box {
    background: #444;
    height: 70px;
    width: 70px;
}
.icons_box span {
    position: relative;
}
.icons_box span:before {
    content: "";
    background: url(../images/icon-sprite.png);
    position: absolute;
    height: 70px;
    width: 70px;
    top: 0;
    background-repeat: no-repeat;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -moz-transform-origin: 0 0;
}
.email-icon span:before {
    background-position: 10px;
}
.subject-icon span:before {
    background-position: -93px;
}
.deadline-icon span:before {
    background-position: -196px;
}
.pages-icon span:before {
    background-position: -298px;
}
.sample-program.sample-details .form_order_home {
    margin: 0;
}
.form_order_home {
    margin: 0 0 0 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 10px;
    padding: 5px;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 10%);
    border-radius: 3px;
}
.sidebar .form_order_home {
    margin: 0 0 0 20px;
    background: #fff;
    border-radius: 10px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 10px;
    padding: 5px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 7%);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.form_top_sec {
    padding: 10px 15px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.form_top_sec p {
    margin-bottom: 5px;
    font-size: 14px;
    
    text-align: center;
}
.form_order_home h2 {
   font-weight: 500;
   font-size: 22px;
   text-align: left;
   margin-bottom: 10px;
   color: #000;
   text-align: center;
   margin-top: 5px;
}
.section-home-five img {
    width: auto;
}
.form_inputs_feild input {
}
.form-control {
    border: 1px solid #606060;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 8%);
}
.form_inputs_feild {
    padding: 15px 15px;
}
.form_inputs_feild .row {
    margin-bottom: 5px;
}

.submit-btn {
    padding-top: 5px;
}
.submit-btn button:hover {
    background: #1c2a44;
    color: #fff;
}
.submit-btn button {
    background: #fdc800;
    padding: 10px;
    width: 100%;
    color: #000;
    border-radius: 40px;
    border: none;
    /* text-transform: uppercase; */
    font-size: 20px;
    letter-spacing: -0.7px;
}
.form_order_home .form-group label {
    color: #7d7d7d;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: none;
}
label {
    font-weight: 500;
    
}
.form_order_home .form-group {
    margin-bottom: 0;
}
.overview {
    padding: 60px 0;
}
.overview h3 {
    margin-top: 0px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 1.67;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: #212121;
}
.overview h4 {
    margin-top: 20px;
    padding-bottom: 5px;
    letter-spacing: -0.3px;
    color: #212121;
    font-size: 21px;
    margin: 30px 0 15px;
    line-height: 1.42;
    font-weight: 500;
}
.overview p {
    padding-bottom: 10px;
    line-height: 1.67;
    margin: 15px 0;
    font-weight: 400;
    font-size: 16px;
}
.overview ol, .overview ul {
    padding-left: 0;
    list-style: none;
}
.overview ul{  margin-left: 30px;  margin: 15px 0;}
 .overview ul li {
    padding-left: 23px;
    position: relative;
}
.overview ul li+li{ margin-top: 15px;}
.overview ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: .5em;
    background-color:#173557;
    border-radius: 50%;
}
/* Services section css  */
.section-about-home.services-pages {
    padding: 0px 0 50px;
}
.services-boxb {
    text-align: center;
    min-height: auto;
    border: 1px solid #ffffff;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    padding: 45px 25px 25px;
    margin: 0 auto 30px;
    border-radius: 50px 50px 0px 50px;
    box-shadow: 0 1px 30px 0 rgb(122 122 123 / 22%);
    overflow: hidden;
    position: relative;
}
@keyframes floating-one {
from{transform:translate(0,0)}
65%{transform:translate(-10px,0px)}
to{transform:translate(0,0)}
}
@keyframes floating-two {
from{transform:translate(0,0)}
65%{transform:translate(-10px,0px)}
to{transform:translate(0,0)}
}
@keyframes floating-three {
from{transform:translate(0,0)}
65%{transform:translate(-10px,0px)}
to{transform:translate(0,0)}
}
@keyframes floating-four {
from{transform:translate(0,0)}
65%{transform:translate(-10px,0px)}
to{transform:translate(0,0)}
}
@keyframes floating-five {
from{transform:translate(0,0)}
65%{transform:translate(-10px,0px)}
to{transform:translate(0,0)}
}
@keyframes floating-six {
from{transform:translate(0,0)}
65%{transform:translate(-10px,0px)}
to{transform:translate(0,0)}
}
.imgbs-icons {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.services-boxb:hover .imgbs-icons:after {
    top: -6px;
}
.imgbs-icons:after {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    display: inline-block;
    z-index: -1;
    top: -250%;
    right: -30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.imgbs-icons.color-one:after {
    background: #fdcf3f;
     border-radius: 15px;
     animation: floating-one 2s infinite ease;
}
.imgbs-icons.color-two:after {
   border-radius: 15px;
    animation: floating-two 2s infinite ease;
     background: #84fcdc;
}
.imgbs-icons.color-three:after {
    background: #ff8b8f;
    animation: floating-three 2s infinite ease;
    border-radius: 15px;
}
.imgbs-icons.color-four:after {
    background: #ff7f4c;
    border-radius: 15px;
    animation: floating-four 2s infinite ease;
}
.imgbs-icons.color-five:after {
    border-radius: 15px;
    animation: floating-five 2s infinite ease;
     background: #97e6be;
}
.imgbs-icons.color-six:after {
    background: #b68fff;
    border-radius: 15px;
    animation: floating-six 2s infinite ease;
}



.imgbs-icons img {
    width: 54px;
}
.services-boxb h4 a {
    font-size: 21px;
    color: #333;
    text-decoration: none;
}
.services-boxb:hover a {
    color: #02a06d;
}
.services-boxb p {
    height: 0;
    color: #000;
    margin: 10px 0 0;
    line-height: 24px !important;
    overflow: hidden;
    display: none;
}
.services-boxb:hover p {
    transition: ease all .5s;
    height: 100px;
}





.section-about-home {
    padding: 0 0 60px 0;
    position: relative;
}
.assign_study_img img {
    width: 100%;
}
.section-home-three {
    position: relative;
    padding: 60px 0;
    background: #e8f0ff;
}
.country-help-assign {
    position: relative;
    padding: 60px 0;
    background: #f8f8f8;
}
.country-help {
    border: 1px solid #ddd;
    border-radius: 5px 5px 5px 0px;
    padding: 15px 15px 15px 35px;
    background: #fff;
    position: relative;
    margin: 15px 0;
    min-height: 320px;
    transition: 0.3s;
}
.country-help:hover {
    box-shadow: 0px 6px 10px 4px #eaeaea;
}
.country-help:before {
    border-top: 5px solid #02a06d;
    position: absolute;
    left: 0;
    top: -5px;
    content: '';
    width: 50px;
    height: 7px;
}
.country-help:after {
    border-right: 5px solid #02a06d;
    position: absolute;
    left: -7px;
    top: -5px;
    content: '';
    width: 7px;
    height: 50px;
}
.country-help h3 {
    margin-bottom: 20px;
    text-align: left;
}
.country-help h3 a {
    color: #000;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
}
.country-help h3 a:hover {
    color: #02a06d;
}
.country-help p {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
}
.home_cont_three {
    color: #fff;
}
.sec_fourhome_cont {
    margin-bottom: 50px;
}
.section-home-four {
    padding: 60px 0;
}
.boxes-home-four {
    background: #1c2a44;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-top: 60px;
    position: relative;
    min-height: 600px;
}

.boxes-home-four h3 {
    color: #fff;
}
.bg-orange {
    background: #02a06d;
}
.bhficon span:before {
    content: "";
    background: url(../images/icon-sprite-2.png);
    position: absolute;
    height: 100px;
    width: 100px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}
.bhficon span {
    background: #1c2a44;
    position: absolute;
    height: 100px;
    width: 100px;
    padding: 10px;
    top: -60px;
    left: 40%;
    border-radius: 60px;
    box-shadow: 0 0 0 6px #fff, 0 0 0 12px #1c2a44;
    transition: 1s;
}
.bhf-customer span {
    background: #02a06d;
    box-shadow: 0 0 0 6px #fff, 0 0 0 12px #02a06d;
}
.boxes-home-four .bhfcont {
    padding: 40px 0 10px 0;
}
.bhf-quality span:before {
    background-position: 25px;
}
.bhf-customer span:before {
    background-position: -80px;
}
.bhf-writer span:before {
    background-position: -182px;
}
.boxes-home-four:hover .bhficon span {
    transform: rotate(360deg);
    transition: 1s ease-in-out;
    background: #46c0b9;
}
.boxes-home-four:hover .bhf-customer span {
    background: #4081d1;
}

/* Login */
.login {
    padding: 150px 0 100px;
    background: url('https://www.assignmenthelppro.com/static/ahp/images/login-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 9;
    text-align: center;
}
.login:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1c2a44e0;
    z-index: -9;
}
.login .center {
    margin: 0 auto;
    display: block;
    float: none;
}
.form-control {
    padding: 8px 12px;
    height: auto;
    line-height: 24px;
    border-radius: 2px;
    box-shadow: none;
}
.login .form {
    border: 1px solid #C9C9C9;
    padding: 0;
    border-radius: 10px;
    background: #fff;
    position: relative;
}
.login .form .login-img {
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #1c2a44;
    border-radius: 5px;
    padding: 6px 15px;
    width: 22%;
    position: absolute;
    top: -65px;
    border: 2px solid #fff;
    left: 0;
    right: 0;
    box-shadow: 0px 1px 4px 0px #37435a3d;
    z-index: 9;
}
.login .form .logo-img {
    width: 100%;
    height: auto;
}

.login h3 {
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    /*background: -webkit-linear-gradient(#a20054, #70013b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    
}
.login .form-group {
    margin-bottom: 30px;
}
.login .form-group label {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
}
.login .forgot-link {
    display: inline-block;
    float: right;
    font-weight: 500;
    background: -webkit-linear-gradient(#a20054, #70013b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
}
.login .section-divider {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.login .section-divider:before {
    background: #C9C9C9;
    width: 100%;
    height: 1px;
    float: left;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
}
.login h5 {
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    z-index: 3;
    font-weight: 400;
}
.login .btn {
    background: linear-gradient(183deg, #10d1c6, #02a06d) !important;
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 30px;
}
.login .form-action .btn {
    background: transparent !important;
    border-color: #c800dd;
    color: #c800dd;
}
.login-box-detailss {
    padding: 30px;
}
.banner-sec {
    background: url(../images/login-bg.jpg) no-repeat left bottom;
    background-size: cover;
    border-radius: 0px 15px 15px 0px;
    padding: 0px;
    border-right: 1px solid #fff;
    margin-top: 0;
}
.login-info-list {
    position: relative;
    padding: 15px;
    z-index: 9;
    margin-top: 15px;
}
.login-info-list h2 {
    color: #fff;
    text-align: center;
    font-size: 21px;
    margin: 5px 0 20px 0;
    padding: 0 5px;
}
.heading_online {
    color: #fdc800;
    font-weight: 600;
    font-size: 24px;
}
.boxed-login-page {
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: 2s;
    transform: scale(1);
    position: relative;
}
.boxed-login-img {
    float: left;
    margin-right: 20px;
    background: #fff;
    padding: 5px;
    border-radius: 51px;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}
.boxed-login-page:hover img {
    transform: scale(1.15);
    /*transition: 2s;*/
}
.boxed-login-cont {
    color: #fff;
    text-align: left;
    padding-left: 100px;
}
.boxed-login-cont h3 {
    color: #e9ecef;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    display: block;
    font-size: 24px;
}
.boxed-login-cont p {
    line-height: 24px;
}
/*  End Login */
 .section-home-five {
    background: #ffecd1;
    padding: 60px 0;
}
.section-home-six {
    padding: 60px 0;
}
.sec_homesix_cont {
    text-align: center;
    margin-bottom: 30px;
}
.courses_home {
    border: 3px solid #4081d1;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.courses_home span {
    height: 70px;
    width: 70px;
    background: #4081d1;
    padding: 30px 26px;
    position: relative;
    float: left;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 28px;
}
.courses_home span:before {
    content: "";
    background: url(../images/icon-sprite.png);
    position: absolute;
    height: 70px;
    width: 70px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -moz-transform-origin: 0 0;
    background-position: -400px;
}
.courses_home p {
    padding: 0 15px;
    position: relative;
    float: left;
    margin: 0;
    font-size: 16px;
}
.menu_bar_side {
    font-size: 30px;
    cursor: pointer;
    display: none;
    padding: 0 15px;
    color: #fff;
}
#mySidenav .closebtn {
    display: none;
}
.heading-center .section-border-left {
    text-align: center;
}
.heading-center .section-border-left:after {
    margin: 0 auto;
    text-align: center;
    right: 0;
}
.section-border-left:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    background: #02a06d;
    height: 2px;
    left: 0;
    display: block;
}
.section-border-left:first-child {
    margin-top: 0;
}
.section-border-left {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 28px;
    letter-spacing: -0.2px;
    font-weight: 600;
}
.section-services2 p {
    margin: 0px 0 15px;
    line-height: 1.5;
}
.section-services2 h3 i {
    padding-right: 5px;
}
.section-services2 h3 {
    margin: 30px 0 5px;
    line-height: 1.42;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.2px;
}
.section-border-left-white:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    background: #fff;
    height: 2px;
    left: 0;
    display: block;
}
.section-border-left-white {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    color: #fff;
}
.section-border-center:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    background: #02a06d;
    height: 2px;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
}
.section-border-center {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
}
.section-border-center-white:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    background: #fff;
    height: 2px;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
}
.section-border-center-white {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}
.section-home-thirteen {
    background: #ffecd1;
    position: relative;
    margin-top: 60px;
}
.section-thirteen-img {
    position: absolute;
    top: -61px;
}
.sec-thirteen-content {
    padding: 60px 0;
}
.section-thirteen-cont p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}
.section-thirteen-cont h2 {
    font-size: 30px;
}
.section-thirteen-cont h2 span {
    font-size: inherit;
    color: #02a06d;
}
.section-thirteen-btn .orders-btn {
    padding: 10px 20px;
    text-decoration: none;
}
.section-thirteen-btn {
    
    display: inline-block;
     
}
.section-about-home h2 {
    margin-top: 0;
}
.section-about-home p {
    line-height: 30px;
}
.shs-left-cont h2 {
    text-align: center;
}
.section-home-seven {
    padding: 60px 0 80px 0;
}
/* Step process CSS  */
.step-process {
    padding: 60px 0px;
}
.board{
    width: 100%;
    background: #fff;
}
.board .nav-tabs {
    position: relative;
    margin: 10px auto;
    box-sizing: border-box;
}

.board > div.board-inner{
    background: #ffffff;
    width: 70%;
    margin: 0 auto;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 1px;
    background: #ddd;
    position: absolute;
    width: 68%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 50px;
}
.nav-tabs li.active a b {
    color: #3fbc94;
}
.nav-tabs > li a b {
    margin-left: 0;
    padding-top: 8px;
    display: block;
    font-weight: 500;
    color: #111;
    font-size: 14px;
    text-transform: uppercase;
}
span.round-tabs{
    color: rgb(63 188 148);
    border: 2px solid rgb(63 188 148);
}

li.active span.round-tabs{
    background: #3fbc94 !important;
    border: 2px solid #3fbc94;
    color: rgb(255 255 255);
}

 a, a: hover{
    text-decoration: none;
 }

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 25%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
/*.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 110px;
    opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}*/
.nav-tabs > li a{
   margin: 10px auto;
   border-radius: 100%;
   padding: 0px 80px;
   height: 40px;
   width: 40px;
   background: #fff !important;
   z-index: 9;
}

.nav-tabs > li a:hover {
    background: transparent;
    border: none;
}

.tab-content{
}
.tab-pane{
   position: relative;
   padding: 25px 0;
}
.nav-tabs {
    border-bottom: none;
}
.tab-content .head{
    
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){
    
    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}
/* assignment data css  */
.assignment-data {
    padding: 60px 0px;
}
.assignment-data-box {
    padding: 30px 40px 30px;
    box-shadow: 0px 0px 4px 0px #00000017;
    border-radius: 5px;
    background: #fff;
}
.price_awaiting_assignment {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.price_heading span {
    width: 80px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 50%;
    height: 80px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 12px;
    position: relative;
    padding: 25px 3px;
    font-size: 12px;
    background: linear-gradient(
315deg
, rgb(0 33 71) , rgb(5 61 125) , rgb(2 84 178));
    color: #fff;
    letter-spacing: 0.3px;
    display: inline-block;
}
.show-assignment-data {
    margin-top: 30px;
    background: #FBFBFB;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 4px 0px #00000017;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}
#msg_expert_talk .message-row .card .card-header {
    background: #002147;
    border-radius: 5px;
    border: 0;
    padding: .75rem 1.25rem;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.message-row .card .card-header h6 {
    color: #fff!important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 3px 0;
}
.message-row  .card-body {
    padding: 20px 0px;
}
.message-row .card-body .form-check {
    display: inline-block;
    margin-right: 20px;
}
.form-check {
    position: relative;
    display: block;
    
}
.message-row textarea#msg {
    margin-top: 15px;
}
textarea.form-control {
    height: auto;
}
#show_conver_page_scroll {
    width: 100%;
    min-height: 290px;
    background: #fff;
    margin-top: 20px;
    border-top: 5px solid #02a06d;
}
 .chat-history {
    padding: 30px 30px 20px;
    border-bottom: 2px solid white;
}
.chat-history ul {
    margin: 0;
    padding: 0;
}
.chat-history ul li {
    list-style: none;
}
 .chat-history .message-data {
    margin-bottom: 15px;
}
.align-right {
    text-align: right;
}
 .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}
.me {
    color: #94C2ED;
}
.chat-history .other-message {
    background: #6E00FF;
    float: right;
}
 .chat-history .message {
    color: #ffffff;
    padding: 10px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}
 .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #f2f4fb;
    border-width: 10px;
    margin-left: -10px;
}
 .chat-history .message-data {
    margin-bottom: 15px;
}
 .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
    font-size: 12px;
}
.online {
    color: #86BB71;
}
 .chat-history .my-message {
    background: #F2F4FB;
    color: #333;
}
 .chat-history .other-message:after {
    border-bottom-color: #6e00ff;
    left: 93%;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    background: 0 0;
    color: #cacaca;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: 20px;
    margin-right: -19px;
    height: 128px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all 0.2s;
}
#quote-carousel .item blockquote {
    border-left: none;
    margin: 0;
}
#quote-carousel .item blockquote p:before {
    content: "\f10d";
    font-family: Fontawesome;
    float: left;
    margin-right: 10px;
}

.sub-footer {
    padding: 60px 0 30px;
    background-size: cover;
    background: #272727;
}
.footer {
    background: #1c1c1c;
    color: #fff;
    padding: 10px 15px;
}
.footer p, .footer p a {
    margin-bottom: 0;
    font-size: 14px;
}
.footer a {
    color: #fff;
}
.sub-footer {
    color: #fff;
}
.sub-footer ul {
    padding-left: 0;
    padding-top: 10px;
}
.social_icons_footer ul li {
    list-style-type: none;
    display: inline-block;
}
.social_icons_foot {
    margin-top: 20px;
}
.sub-footer h4 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}
.sub-footer .line_bottom:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 100px;
    left: 0;
    bottom: 0;
}
.sub-footer .line_bottom {
    padding-bottom: 15px;
}
.sub-footer p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 10px;
}
.sub-footer ul li {
    list-style-type: none;
}
.social_icons_footer.media-icons ul li {
    padding: 0 3px;
}
.social_icons_footer.media-icons ul li a {
    border: 1px solid #eee;
    padding: 5px;
    width: 35px;
    display: block;
    text-align: center;
    border-radius: 50%;
    height: 35px;
    line-height: 24px;
    font-size: 18px;
}
.sub-footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer-menu ul:last-child {
    margin-right: 0;
}
.footer-menu ul {
    display: inline-block;
    margin-right: 20px;
    float: left;
}
.footer-menu ul li {
    padding: 5px 0;
    line-height: normal;
}
.social_icons_footer ul li {
    padding: 0 10px;
    font-size: 20px;
    margin-bottom: 10px;
}
.footer-hr {
    width: 160px;
    position: relative;
    margin: 20px 0;
}
#quote-carousel .right.carousel-control i {
    background: #02a06d;
    border-radius: 52px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    z-index: 99999;
    float: right;
}
#quote-carousel .left.carousel-control i {
    background: #02a06d;
    border-radius: 52px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    z-index: 99999;
}
#quote-carousel .right.carousel-control .fa-chevron-right:before {
     
    position: relative;
    left: 3px;
}
#quote-carousel .left.carousel-control .fa-chevron-left:before {
     
    position: relative;
    right: 3px;
}
#quote-carousel .carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}
.sht-home-cont h2 {
    text-align: center;
}
.shn-home-cont {
    text-align: center;
    margin-bottom: 30px;
}
.section-home-nine {
    padding: 60px 0;
    position: relative;
    background: #02a06d;
    color: #fff;
}
.section-home-ten {
    padding: 60px 0;
}
.home-nine-inner-cont {
    box-shadow: 0 0 7px 0 #cacaca;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    min-height: 420px;
    background: #fff;
}
.home-nine-inner-cont:hover {
    background: #4081d1;
    color: #fff;
    transition: 0.8s;
}
.home-nine-inner-cont > div {
    background: #4081d1;
    border-radius: 80px;
    border-top-left-radius: 0;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: 0.5s ease-in-out;
}
.home-nine-inner-cont:hover > div {
    border-top-right-radius: 0;
    background: #fff;
    border-top-left-radius: 80px;
    transition: 0.8s;
}
.home-nine-inner-cont > div img {
    width: 60px;
}
.shs-left-cont {
    text-align: center;
}
.how-it-works {
    width: 80%;
    margin-top: 30px;
}
.section-home-eight {
    padding: 60px 0;
    color: #fff;
    text-align: center;
    background: url(../images/bg-student.jpg) fixed center;
    background-size: cover;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: 0;
    background-color: #02a06d;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
#myBtn:hover {
    background-color: #477fc1;
}
.active-process path:nth-child(1) {
    fill: #02a06d;
}
.active-process path:nth-child(2) {
    fill: #02a06d;
}
.active-process text {
    fill: #fff;
    stroke: #fff;
}
.active-process .svg_steps_number {
    fill: #fff;
}
.section_steps_works {
    display: none;
}
.section_steps_works:nth-child(1) {
    display: block;
}
.content-process {
    background: #fff;
    padding: 60px;
    font-size: 20px;
    line-height: 40px;
    border: 1px solid #dedede;
    margin: 60px 0;
    border-left: 5px solid #02a06d;
}
.svg_steps_title:after {
    content: "";
    border: 1.5px solid #02a06d;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.svg_steps_title {
    font-size: 28px;
    color: #02a06d;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#Capa_1 text {
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 20px;
}
.boxes_assignment {
    background: #1c2a44;
    padding: 30px 20px;
    color: #fff;
    max-height: 310px;
    display: block;
    min-height: 310px;
    position: relative;
    bottom: 0;
    transition: 0.3s;
    text-align: center;
}
.boxes_assignment h2 {
    color: #fff;
}
.assignment_hover {
    background: #1c2a44;
}
.assignment_hover_bg {
    background: #02a06d !important;
}
.boxes_assignment:hover {
    position: relative;
    bottom: 50px;
    border-radius: 15px 15px 0 0;
}
.boxes_assign_cont p {
    line-height: 24px;
}
.boxes_assign_img {
    padding-right: 0;
    margin: 0 auto 25px;
    text-align: center;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    padding: 0;
    border-radius: 50%;
}
.boxes_assignment_2 {
    background: #02a06d;
}
.boxes_assignment_3 {
    background: #1c2a44;
}
.section_boxes_assignment {
    padding: 60px 0 15px 0;
    position: relative;
    bottom: 115px;
}
.section_boxes_assignment .col-md-4:first-child {
    padding-left: 15px;
}
.section_boxes_assignment .col-md-4:last-child {
    padding-right: 15px;
}
.section_boxes_assignment .col-md-4 {
    padding: 0;
}
.boxes_assignment h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.form_order_home form h2 p {
    font-size: 13px;
    margin-bottom: 0;
    text-transform: capitalize;
}
section.login_page {
      height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_page label {
    text-align: left !important;
    width: 100%;
    font-size: 14px;
    padding: 0 0px;
    color: #1e1e1e;
    transition: 0.2s;
}
.boxed_login_page .form-control:focus {
    background: 0 0;
    box-shadow: none;
    border-color: #1c2a44 !important;
}
.boxed_login_page form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.boxed_login_page h1 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    background: -webkit-linear-gradient(#1d4eaa, #1c2a44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 24px;
}
.boxed_login_page button.btn {
    width: 150px;
    background: #46c0b9;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 50px;
}
.login_page_title {
    margin-bottom: 30px;
    margin-top: 25px;
    display: block;
}
.login_back_home {
    padding-bottom: 20px;
}
.animate-label {
    position: absolute;
    top: -35px !important;
    width: 100%;
    box-sizing: border-box;
}
.boxed_login_page .form-group {
    position: relative;
}
.boxed_login_page {
    color: #505050;
    background: #fff;
    /* margin: 0 auto; */
}
.login_page_bg {
    padding: 30px;
}
.boxed_login_page .form-group {
    position: relative;
    margin-bottom: 20px;
}
.no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.login_page_title h1 + p a {
    color: #46c0b9;
    font-weight: 500;
}
.login_back_home a {
    font-size: 14px;
    color: #1c2a44;
    font-weight: 600;
}
.login_back_home a:hover {
    text-decoration: none;
    color: #109c94;
}
.order-form-text {
    margin-bottom: 15px;
}
.order_now_page label {
    width: 100%;
    color: #1c376a;
    font-size: 14px;
    line-height: normal;
    position: relative;
}
.inputwithicon {
  position: relative;
}
.inputwithicon .form-control {
    padding-left: 35px;
}
textarea {
    overflow: auto;
    padding-top: 10px !important;
}
textarea.form-control {
    height: 100px;
}
.inputwithicon i {
    position: absolute;
    left: 0;
    top: 21px;
    padding: 20px 10px 0px;
    color: #797979;
    transition: 0.3s;
    text-align: center;
    width: 36px;
    font-size: 18px;
} 

.inputwithicon input[type="text"]:focus + i {
  color: #19376d;
}


textarea {
    width: 100%;
}
.order-form {
    padding: 20px 30px;
    box-shadow: 0px 0px 5px 0px #d1cfcf;
    border-radius: 5px;
    background: #fff;
    min-height: 685px;
}
.order_now_page {
    background: #f6f6f6;
    padding: 60px 0;
}
.order-form input.btn {
    width: 150px;
    font-size: 16px;
    padding: 8px;
    background: #46c0b9;
    border-color: #46c0b9;
}
.order-step-1 {
    display: block;
    text-align: center;
}
.order-steps span {
    color: #fff;
    font-size: 16px;
    border: 1px dashed #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}
.order-steps img {
    width: 90%;
}
.order-step-2 {
    display: block;
    text-align: center;
}
.order-step-3 {
    display: block;
    text-align: center;
}
.order-now-pages {
    padding: 100px 20px 100px 20px;
    background: #1c376a;
    min-height: 685px;
    box-shadow: 0px 0px 5px 0px #d1cfcf;
    border-radius: 5px;
    position: relative;
}
.order-now-pages:before {
    content: '';
    position: absolute;
    right: 0;
    top: -20px;
    background: url(../../static/ahp/images/bg-circle-icon.png);
    width: 77px;
    height: 35px;
    background-size: 7px;
    opacity: 0.8;
    left: 0;
    margin: 0 auto;
}
.order-now-pages:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url(../../static/ahp/images/bg-circle-icon.png);
    width: 155px;
    height: 35px;
    background-size: 7px;
    opacity: 0.8;
    right: 0;
    margin: 0 auto;
}
.form-group {
    margin-bottom: 15px;
}
.form-horizontal .form-group label {
    font-weight: 600;
}
.order_page_left {
    padding: 30px 15px;
}
.rotate_boxes_icon {
    height: 80px;
    width: 80px;
    background: #fff;
    transform: rotate(45deg);
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 18px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 2s ease-in-out;
    box-shadow: 0 0 1px 2px #46c0b9, 0 0 0 5px #fff, 0 0 0 8px #fff;
}
.rotate_boxes_icon img {
    transform: rotate(-45deg);
    padding: 10px;
    transition: 2s ease-in-out;
    width: 100%;
}
.rotate_boxes_home p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 18px;
    line-height: normal;
    padding-top: 5px;
    font-weight: 500;
}
.rotate_boxes_home p.info-texts {
    border-top: 1px solid #fff;
    padding-top: 5px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
}
.form-control {
    height: 40px;
    border-radius: 3px;
    position: relative;
    color: #022362;
    font-weight: 500;
}
.boxed_icon_home {
    padding: 30px 15px;
}
.order-form h1 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 28px;
    color: #1c376a;
    margin-top: 0;
}
.order-form-text p {
    font-size: 15px;
}
p.required-fields {
    background: #e2ecff;
    color: #1c2a44;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 12px;
}
.assign_study_img1 {
    text-align: center;
}
.assign_study_img1 img {
    position: absolute;
    right: 37%;
    top: 190px;
    width: auto;
}
.assign_study_img2 img {
    width: 100px;
    position: absolute;
    right: 29%;
    top: 200px;
    animation: illustration 0.8s ease-out alternate infinite;
}
@keyframes illustration {
    0% {
        transform: rotate(0) translateY(0);
    }
    100% {
        transform: rotate(-3deg) translateY(0);
    }
}
.assign_study_img3 img {
    width: 100%;
    position: absolute;
    top: 50px;
    right: 0;
    -webkit-animation: rotation 20s infinite linear;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.section-home-eleven .accordion {
    margin: 0 auto;
    padding: 0;
}
.section-home-eleven.faq ul.accordion {
    width: 80%;
}

.section-home-eleven .accordion li {
    position: relative;
    list-style-type: none;
    border: 1px solid #fafafa;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0px 5px 5px 0 #00000014;
    border-radius: 5px;
}
.section-home-eleven .accordion li p {
    display: none;
    padding: 10px 15px 15px;
    color: #313131;
    border-top: 1px solid #f0f0f0;
    max-width: 100%;
    margin-bottom: 0;
}
.section-home-eleven .accordion h3 {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
    text-indent: 15px;
    user-select: none;
    padding: 5px 60px 5px 0;
    margin-top: 10px;
    text-indent: 1px;
    margin-left: 15px;
}
.section-home-eleven .accordion h3:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #02a06d;
    border-bottom: 2px solid #02a06d;
    position: absolute;
    right: 30px;
    content: " ";
    top: 25px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section-home-eleven .accordion p {
    line-height: 2;
    padding: 10px;
}
.section-home-eleven {
    padding: 60px 0;
}
.section-home-eleven.faq {
    background: #F9F9F9;
}
.faq .shs-left-cont {
    text-align: center;
    margin-bottom: 60px;
}
.faq .section-border-center {
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.section-home-eleven.faq p {
    max-width: 70%;
    margin: 0 auto 30px;
}
.section-home-eleven h3.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section-home-twelve {
    padding: 60px 0;
}
.points_sec-my {
    list-style-type: none;
    padding: 0;
}
.points_sec-my li {
    border: 1px solid #02a06d;
    margin-bottom: 15px;
    padding: 10px 20px;
    box-shadow: 3px 3px 9px #dedede;
}
.work_animate {
    position: absolute;
    top: 120px;
    left: 50%;
    animation-name: example;
    animation-duration: 5s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    background: #eab972;
    padding: 5px 10px;
    color: #fff;
    transform: rotate(15deg);
}
@keyframes example {
    0% {
        top: 120px;
        left: 50%;
    }
    25% {
        left: 50%;
        top: 50px;
    }
    50% {
        left: 50%;
        top: 50px;
    }
    80% {
        left: 50%;
        top: 50px;
        opacity: 0.7;
    }
    90% {
        left: 50%;
        top: 50px;
        opacity: 0;
    }
    100% {
        background-color: #eab972;
        opacity: 0;
    }
}

.logo a img {
    width: 200px;
    height: auto;
}
.sub-footer img {
    width: auto;
}
.footer-logo {
    margin-top: 10px;
}
.country-menu img {
    width: 40px;
    border-radius: 2px;
}
.country-menu a {
    color: #fff;
    margin-right: 15px;
    text-decoration: none;
}
.country-menu-list ul {
    list-style-type: none;
    padding: 7px 0;
    position: absolute;
    top: 17px;
    box-shadow: -1px 7px 6px #ececec;
}
.country-menu-list ul li img {
    width: 30px;
}
.country-menu-list ul li a {
    color: #2d2d2d;
    text-decoration: none;
}
.country-menu-list ul {
    display: none;
    z-index: 9;
}
.country-menu:hover .country-menu-list ul {
    display: block;
    background: #fff;
    padding: 10px 15px;
}
.country-menu:hover .country-menu-list {
    position: absolute;
    width: 190px;
    display: list-item;
}
.boxes_assign_img img {
    width: 50px;
    padding: 9px 0;
}
.bg-opacity {
    background: url(../images/bg-design.png);
    padding: 10px 16px;
    background-size: cover;
    min-height: 525px;
}
#notfound {
    position: relative;
    padding: 30vh;
}
#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.notfound {
    max-width: 560px;
    width: 100%;
    padding-left: 160px;
    line-height: 1.1;
}
.notfound .notfound-404 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 140px;
    height: 140px;
    background-image: url(../images/emoji.webp);
    background-size: cover;
}
.notfound .notfound-404:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4);
    border-radius: 50%;
    background-color: #f2f5f8;
    z-index: -1;
}
.notfound h1 {
    font-family: Nunito, sans-serif;
    font-size: 65px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #151723;
    text-transform: uppercase;
}
.notfound h2 {
    font-family: Nunito, sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: #151723;
}
.notfound p {
    font-family: Nunito, sans-serif;
    color: #999fa5;
    font-weight: 400;
}
.notfound a {
    font-family: Nunito, sans-serif;
    display: inline-block;
    font-weight: 700;
    border-radius: 40px;
    text-decoration: none;
    color: #388dbc;
}
.country-menu {
    padding-left: 15px;
}
.country-footer li {
    display: block !important;
}
.form-wizard {
    color: #888;
    padding: 5px 0;
    margin-bottom: 40px;
}
.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 10px;
    cursor: pointer;
}
.form-wizard .form-wizard-header {
    text-align: center;
}
.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #d65470;
    color: #fff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
}
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-submit:focus,
.form-wizard .form-wizard-submit:hover {
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
}
.form-wizard .wizard-fieldset {
    display: none;
}
.form-wizard .wizard-fieldset.show {
    display: block;
}
.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}
.form-wizard .form-wizard-previous-btn {
    background-color: #fb1647;
}
.form-wizard .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888;
    background-color: #f1f1f1;
    border: none;
}
.form-wizard .form-control:focus {
    box-shadow: none;
}
.form-wizard .form-group {
    position: relative;
    margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
    color: #d65470;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}
.form-wizard .form-wizard-steps {
    margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
    width: 33%;
    float: left;
    position: relative;
    text-align: left;
}
.form-wizard .form-wizard-steps li::after {
    background-color: #1c2a44;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-bottom: 1px solid #1c2a44;
    border-top: 1px solid #1c2a44;
}
.form-wizard .form-wizard-steps li span {
    background-color: #1c2a44;
    border-radius: 15%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1;
    position: relative;
    top: 15px;
    color: #fff;
}
.form-wizard .form-wizard-steps li p {
    position: relative;
    top: 24px;
    color: #424242;
    
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 100%;
}
.form-wizard .form-wizard-steps li.activated span,
.form-wizard .form-wizard-steps li.active span {
    background-color: #02a06d;
    color: #fff;
}
.form-wizard .form-wizard-steps li.activated::after,
.form-wizard .form-wizard-steps li.active::after {
    background-color: #02a06d;
    left: 0;
    width: 100%;
    border-color: #02a06d;
}
.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #d65470;
}
.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}
.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0;
    }
}
.payment_page {
    border: 1px solid #e6e6e6;
    padding: 60px;
    box-shadow: 0 0 20px 0 #d8d8d8;
}
.section_pay_now1 {
    padding: 60px 0;
}
.pay_easy_step {
    font-size: 26px;
    
    text-align: center;
}
select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-payment .btn {
    width: 100%;
    padding: 6px;
    background: #02a06d;
    color: #fff;
    position: relative;
    top: 24px;
    font-size: 16px;
}
.section_pricing1 {
    padding: 60px 0;
}
.pricing-sec-1 {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 50% 100%, 0 50%);
    background: #02a06d;
    height: 150px;
    color: #fff;
    padding: 10px 0;
}
.pricing-sec-blue {
    background: #1c2a44;
}
.price-writing {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 35px 35px;
}
.price-table-service {
    text-align: center;
}
.price-table-service p {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
.pricing-list-table {
    background: #f9f9f9;
}
.pricing-page {
    text-align: center;
    padding: 20px 0;
    font-size: 24px;
    font-weight: 600;
    
    color: #505050;
}
.pricing-btn {
    text-align: center;
    position: relative;
    top: 15px;
}
.pricing-buy-btn {
    border: 1px solid #02a06d;
    display: inline-block;
    padding: 8px 30px;
    background: #02a06d;
    color: #fff;
}
.pricing-buy-blue {
    background: #1c2a44;
    border-color: #1c2a44;
}
.price-table-service p:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.section_pricing2 {
    padding: 60px 0;
}
.pricing-sec-2 {
    background: url(../images/pricing-bg.png);
    background-size: 100%;
    height: 160px;
    color: #fff;
}
.pricing-sec-sky {
    background: url(../images/pricing-bg-sky.png);
    background-size: 100%;
}
.pricing-list-table2 {
    background: #efefef;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    margin-bottom: 60px;
}
.pricing-btn2 {
    text-align: center;
}
.pricing-buy-btn2 {
    border: 1px solid #00a99d;
    display: inline-block;
    padding: 8px 30px;
    background: #00a99d;
    color: #fff;
}
.pricing-list-table2:after {
    content: "";
    clip-path: polygon(100% 0, 0 0, 49% 40%);
    position: absolute;
    bottom: -170px;
    height: 170px;
    width: 100%;
    background: #efefef;
}
.pricing-buy-sky {
    background: #03a9f4;
    border-color: #03a9f4;
}
.about-sec1 {
    padding: 60px 15px 60px 0;
}
.title_section {
    background: #1c2a44;
    padding: 60px 0;
    text-align: center;
}
.title_section h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb-header {
    background: #ffecd1;
    padding: 60px 0;
    text-align: center;
}
.section-service1 {
    padding: 60px 0;
}
.section-service2 {
    position: relative;
    padding: 60px 0;
    background: #ffecd1;
}
.section-service3 {
    padding: 60px 0;
    color: #fff;
    text-align: center;
    background: url(../images/bg-student.jpg) fixed center;
    background-size: cover;
}
.section-service3:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    background: #fff;
    height: 2px;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
}
.country-submenu {
    position: relative;
    right: 30px;
    bottom: 2px;
}
.footer_flags_country li a {
    margin-left: 25px;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    top: -6px;
}
.dropdown-menu-city {
    position: absolute;
    top: -10px;
    left: 100px;
    background: #02a06d;
    width: 135px;
    transform: translate3d(-30px, 0, 0);
    padding: 5px 10px;
    z-index: 99;
    color: #fff;
    display: none;
    border-radius: 3px;
}
.country-close {
    float: right;
    margin-right: 0px;
    font-weight: 600;
    cursor: pointer;
}
.dropdown-menu-city ul li {
    background: 0 0 !important;
    width: auto !important;
    height: auto !important;
    margin: 0;
}
.dropdown-menu-city ul li a {
    color: #fff;
    margin-left: 0;
    padding-left: 0px;
    margin-top: 5px;
}
.footer_flags_country li:nth-child(1) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: 0 0;
}
.footer_flags_country li:nth-child(2) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -183px 0;
}
.footer_flags_country li:nth-child(3) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -108px 0;
}
.footer_flags_country li:nth-child(4) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -142px 0;
}
.footer_flags_country li:nth-child(5) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -327px 0;
}
.footer_flags_country li:nth-child(6) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -466px 0;
}
.footer_flags_country li:nth-child(7) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -397px 0;
}
.footer_flags_country li:nth-child(8) {
    background: url(../images/flags-country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -362px 0;
}
.footer_flags_country li {
    display: flex !important;
}
.country-submenu > a {
    position: relative;
    left: 25px;
}
.img-responsive {
    width: 100%;
}
.section-services1 {
    background: #ffecd1;
    padding: 80px 0;
}
.section-services1 h1 {
    margin: 0;
    font-size: 40px;
    text-align: center;
    color: #1c2a44;
    font-weight: 700;
    text-transform: uppercase;
    
}
.section-services2 {
    padding: 60px 0;
}
#form_sticky.fixed {
    position: fixed;
    top: 50px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  
    line-height: 1.25;
    letter-spacing: -0.3px;
    
}
/*#foot_sticky {
    height: 420px;
}*/
/*@media (min-width: 1400px) {
    .container {
        width: 1375px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}*/
@media (max-width: 1199px) {
    .home-nine-inner-cont {
        box-shadow: 0 0 7px 0 #cacaca;
        padding: 40px 20px;
        text-align: center;
        margin-bottom: 30px;
        transition: 0.5s ease-in-out;
        border-radius: 5px;
        min-height: 496px;
    }
    .section-home-three:after {
        top: 430px;
    }
    .assignment_banner_icons {
        padding: 75px 0;
    }
    .head-banner-content h1 {
        font-size: 35px;
    }
    .boxes_assignment {
        padding: 20px 20px;
        min-height: 248px;
    }
    .assign_study_img2 img {
        width: 90px;
        position: absolute;
        right: 28%;
        top: 126px;
        animation: illustration 0.8s ease-out alternate infinite;
    }
    .assign_study_img1 img {
        position: absolute;
        right: 34%;
        top: 122px;
        width: 40%;
    }
    .section-about-home {
        padding: 0 0 60px 0;
    }
    .section-thirteen-img {
        position: absolute;
        top: -46px;
        right: 5px;
    }
    .footer-menu ul {
    display: block;
    margin-right: 10px;
    float: none;
}
}
@media (max-width: 991px) {
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1c2a44;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.nav-bg {
    box-shadow: 3px 2px 16px 1px #152542c2;
}
    .section-thirteen-img {
        display: none;
    }
    .section-home-thirteen {
        margin-top: 0;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 14px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }
    .sidenav a:hover {
        color: #f1f1f1;
    }
.sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
    color: #3fbc94;
}
    #main {
        transition: margin-left 0.5s;
    }
    #main {
        display: block;
    }
    .nav-menu-header:before {
        display: none;
    }
    .nav-menu-header ul {
        text-align: left;
        padding: 0;
         width: 100%;
    }
    .menu_desktop_right{
        width: 100%;
    }
    .text4 {
    display: block;
    text-align: center;
    font-size: 14px;
}
    .text3 {
    top: 0px;
    font-size: 15px;
    letter-spacing: -1.0px;
    text-align: left;
}
    .nav-menu-header ul li a {
    padding: 0;
    color: #ffffff;
}
.nav-menu-header ul li {
    display: block;
    min-width: 100%;
    padding: 8px 5px;
    border-bottom: 1px solid #2f3847;
}
.nav-menu-header ul li:last-child {
    border-bottom: none;
    margin: 0px 0 !important;
}
    .order-btn-menu a {
        /* display: initial; */
        padding: 8px 15px !important;
    }
    .mail-head {
        padding: 11px 20px;
        display: none;
    }
    .menu_bar_side {
        display: block;
    }
    .nav-menu-header .dropdown-menu {
        position: relative;
        margin-top: 10px;
    }
    .nav-menu-header li .dropdown-menu a {
        color: #fff;
        white-space: normal;
    }
.nav-menu-header li .dropdown-menu {
    background: 0 0;
    border: 0;
    box-shadow: none;
    min-width: 100%;
}
.nav-menu-header .dropdown-menu li {
    text-align: left;
    min-width: 100%;
    padding: 10px 5px;
    border-bottom: none;
}
.nav-menu-header ul li:hover a {
    color: #3fbc94;
}
.nav-menu-header li:hover .dropdown-menu li a {
    color: #ffffff;
}
    .dropdown-backdrop {
        position: relative;
    }
.nav-menu-header .dropdown-menu li:last-child {
    border-bottom: none;
    margin: 0 0 5px 0 !important;
}
.nav-menu-header .dropdown-menu li:hover ul.submenu {
    top: 100% !important;
    width: 100%;
    display: block !important;
    left: 0;
    z-index: 9;
}
.nav-menu-header .dropdown-menu li:hover span {
    transform: rotate( 
0deg
 );
}
    #mySidenav .closebtn {
        display: block;
    }
   .dropdown-btn span.fa {
    float: right;
    margin-right: 15px;
    margin-top: 7px;
}
    .section-about-home:after {
        display: none;
    }
    .section-home-three:after {
        display: none;
    }
    .assign_study_img {
        padding: 0 0 30px 0;
    }
    .section-home-three {
        padding: 60px 0 60px 0;
    }
    .section-home-four {
        padding: 60px 0 0 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .boxes-home-four {
        min-height: auto;
        margin-bottom: 120px;
    }
    .home-nine-inner-cont {
        min-height: auto;
    }
    .section-home-nine:before {
        top: 60px;
    }
    .assign_study_img1 {
        display: none;
    }
    .assign_study_img2 {
        display: none;
    }
    .assign_study_img3 {
        display: none;
    }
    .section_boxes_assignment .col-md-4:first-child {
        padding-left: 0;
    }
    .section_boxes_assignment .col-md-4:last-child {
        padding-right: 0;
    }
    .section_boxes_assignment {
        position: relative;
        bottom: 0;
    }
    .boxes_assignment {
        padding: 20px 20px;
        min-height: 205px;
        margin-bottom: 15px;
    }
    .assignment_banner_icons {
        padding: 30px 0;
    }
    .home_banner_opacity .col-md-5.col-sm-5 {
        text-align: center;
    }
    .menu_bar_side {
        font-size: 30px;
        cursor: pointer;
        padding: 0 8px;
         
        border-radius: 5px;
        margin-left: 15px;
    }
    .logo a img {
       
        
    }
    #form_sticky.fixed {
        position: relative;
        top: 0;
    }
    #foot_sticky {
        height: auto;
    }
    #form_sticky {
        position: relative !important;
    }
   

/* Login Css  */
 section.login_page {
    height: auto;
}
.login {
    padding: 15px 0 15px;
    }
.login-box-detailss {
    padding: 15px;
}
.login .form .logo-img {
    width: 200px;
    height: auto;
}
.login .form .login-img {
    width: 100%;
    position: relative;
    top: 0;
}
.banner-sec {
    border-radius: 0;
    margin: 0 15px;
    border-right: none;
}
.login-info-list {
    padding: 20px 0px;
}
/* Order Page css  */
.order_now_page {
    padding: 20px 0;
}
.order-form {
    padding: 0px 10px;
    min-height: auto;
}
.rotate_boxes_home {
    margin-bottom: 45px;
    display: block;
}
.order-now-pages {
    padding: 30px 20px 30px 20px;
    min-height: auto;
}
.boxed_icon_home {
    padding: 10px 0px;
}
}
@media (max-width: 767px) {
    .head-banner-content h1 {
        margin-top: 10px;
        font-size: 40px;
    }
    .country-menu {
        display: none;
    }
    .section_boxes_assignment {
        padding: 0;
    }
    .assignment_banner_icons {
        padding: 0 0 30px 0;
    }
    .home_banner_opacity img {
        width: 70%;
        padding: 20px;
    }
    .section-about-home {
        padding: 15px 0;
    }
    .h2,
    h2 {
        font-size: 24px;
    }
    .form_order_home .col-sm-2 {
        display: none;
    }
    .form_order_home h2:after {
        height: 125px;
    }
    .form_order_home h2 {
        padding: 25px 0;
    }
    .boxes-home-four {
        position: relative;
        min-height: auto;
        margin-bottom: 100px;
    }
    .sub-footer {
        padding: 30px 0 30px 0;
    }
    .item blockquote {
        font-size: 14px;
    }
    .section-home-ten {
        padding: 80px 0 30px 0;
    }
    .section-home-seven {
        padding: 30px 0 15px 0;
    }
    .section-home-four {
        padding: 30px 0 0 0;
    }
    .form_inputs_feild {
        padding: 15px 15px;
        margin-top: 0;
    }
    .section-home-nine {
        padding: 130px 0 0 0;
        position: relative;
    }
    .boxes_assignment {
        padding: 20px 20px;
        min-height: auto;
    }
    .form_order_home {
        width: 100%;
        margin: 0 0 0 0px;
    }
    .home_banner_section {
    padding: 30px 0 60px;
}
.sampled-reviews {
    margin: 5px 0px;
}
.nav-menu-header img {
    width: 170px;
    height: auto;
    display: block;
    position: relative;
    top: -45px;
}
    svg#Capa_1 {
        height: 10%;
    }
    .content-process {
        margin: 0 0;
        padding: 30px;
    }
    .logo {
        padding: 7px 0;
        text-align: center;
    }
    .logo a img {
        width: 50%;
        padding: 0px 0;
    }
    .head-top-section {
        display: flex;
        justify-content: space-between;
        padding: 10px 15px 10px;
        align-items: center;
        border-top: 1px solid #323d52;
    }
    .header_top .col-sm-8.col-xs-12 {
        padding: 0;
    }
    .login-btn-head a {
        color: #fff;
    }
    .login-btn-head {
        /* border: 2px solid #fff; */
    }
    .login-btn-head a i {
        color: #fff;
    }
    .menu_bar_side {
        color: #fff;
        border: none;
    }
}
@media (max-width: 600px) {
    .assignment_banner_icons .box-banner p {
        font-size: 14px;
        line-height: 18px;
    }
    .assignment_banner_icons .col-xs-4 {
        padding: 10px;
    }
    .head-banner-content h1 {
        font-size: 28px;
    }
}
@media (max-width: 380px) {
    .assignment_banner_icons .box-banner p {
        font-size: 13px;
    }
    .assignment_banner_icons .col-xs-4 {
        padding: 5px;
    }
    .head-banner-content h1 {
        font-size: 24px;
    }
    .login-btn-head {
        padding: 6px 15px; 
    }
    .section-home-nine {
        padding: 100px 0 0 0;
        position: relative;
    }
    .logo img {
        width: 120px;
    }
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
.boxes_assign_cont h3 {
    margin-top: 5px;
}
b, strong {
    font-weight: 600;
}
