*{
	font-family:poppins,sans-serif;
	line-height:28px;
	font-weight:300;
}
h1{font-size:32px;}
body{color:#333;}
img {
    width: 100%;
    height: auto;
}
.img-responsive{width:100%;}
.top-head{
	position: relative;
	background: #008191;
}
nav#desktop-nav {
    border-top: 1px solid #fff;
}
.top-head:before{
    content: "";
    position: absolute;
    background: #008191;
    height: 125px;
    width: 600px;
    left: -25px;
    bottom: 0;
    transform: skew(15deg);
}
.navbar {
    padding: 0;
}
.navbar-nav li {
    padding: 15px 8px;
}
.navbar-nav li a{
    color:#fff !important;
}
.review-menu a{
    background: #FF9800;
    border-radius: 5px;
    padding: .5rem 15px !important;
}
/*menu-code-start*/
.menu-head {
    position: relative;
    z-index: 15;
    left: 0;
    right: 0;
    background: #008191;
}
.fixed-header .menu-head{position:fixed;top: 0;width:100%;z-index:9;background: #008191;box-shadow: 1px 9px 20px #9c9c9c;}
nav#desktop-nav ul .active > a {
    color: #fdc800;
}
nav#desktop-nav ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.menu-head nav#desktop-nav>ul>li ul {
    min-width: 300px;
}
nav#desktop-nav ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
nav#desktop-nav ul li:hover ul:before {
    width: 100%;
}
nav#desktop-nav ul li a {
    padding: 27px 15px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.menu-head nav#desktop-nav > ul > li ul.mega-menu-area {
    left: 0px;
    background: #fff;
}
ul.split_menu_ul {
    column-count: 2 !important;
    width: 500px !important;
}
.menu_desktop_left {
    float: left;
}
.menu_desktop_right {
    text-align: right;
}
.mega_menu_dropdown {
    position: relative;
}
nav#desktop-nav ul {
    margin-bottom: 0 !important;
	padding-left: 0;
}
#desktop-nav ul li:hover .mega_menu_dropdown:before {
    content: "";
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    right: 24px;
    background: 0 0;
    top: 68px;
    border-top: none;
}
nav#desktop-nav ul li>ul {
    position: relative;
    margin-top: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all .5s ease 0s;
    width: 180px;
    z-index: 99999;
    background: #fff;
    padding: 0;
    left: 5px;
}
nav#desktop-nav ul li>ul:before {
    position: absolute;
    content: "";
    background-color: #efefef;
    margin: 0 auto;
    z-index: 12;
    height: 1px;
    top: 0;
    left: 0;
    width: 0%;
    right: 0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.mega-menu-area>.angle_right_menu>a:after {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    position: absolute;
    right: 10px;
    padding-top: 7px;
    font-weight: 600;
}
nav#desktop-nav ul li .mega-menu-area>li a {
    padding: 8px 0 8px 20px;
    display: block;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    text-align: left;
    color: #0d1f42;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
	-webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
nav#desktop-nav ul li .mega-menu-area>li {
    width: 100%;
    float: left;
    border-bottom: none;
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #dadada;
}
.main_menu_cat:hover ul {
    display: block;
    position: absolute!important;
    left: 100%!important;
    top: 0!important;
}

.mega-menu-area, .mega-menu-area ul {
    min-height: 500px;
}
.main_menu_cat ul {
    background: #f1f1f1!important;
}
.main_menu_cat ul {
    display: none;
}
nav#desktop-nav ul li>ul>li {
    padding: 0;
    display: block;
    border-bottom: .5px solid #e6e6e6;
}
.menu_desktop_left ul li {
    position: initial!important;
}

.main_menu_cat:hover ul li ul {
    display: none;
}
.main_menu_cat>ul>li ul {
    background: #fff!important;
}
.main_menu_cat ul li ul {
    display: none;
}
.main_menu_cat ul li:hover ul {
    display: block;
    min-width: 660px!important;
}
.sub-angle_right_menu>li>a:after {
    content: '';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    position: absolute;
    right: 10px;
    padding-top: 7px;
    font-weight: 600;
}
nav#desktop-nav ul li>ul>li>a {
    padding: 10px 10px 10px 15px;
    display: block;
	font-size: 16px;
    color: #0d1f42;
}
nav#desktop-nav ul li>ul>li:hover>a {
    color: #fff;
    background: #008191;
}
nav#desktop-nav ul li>ul>li:first-child a {
    padding-left: 15px;
}
.menu_rating_reviews {
    margin-left: 5px;
}
.apply-btn-area a {
    padding: 10px 15px !important;
}
.apply-btn-area {
    margin: 16px 0;
    background: #ffb606;
    border-radius: 5px;
	border: 1px solid #ffb606;
}
.apply-btn-reviews {
    border: 1px solid #fff;
    margin: 16px 10px;
    border-radius: 5px;
}
.apply-btn-reviews a{
	padding: 10px 15px !important;
}
nav#desktop-nav ul li:first-child a {
    padding-left: 0;
}
.top-head-right ul {
    list-style: none;
    float: right;
	margin-bottom:0;
}
.top-head-right ul li a img{
    width:25px;
}
.top-head-right ul li {
    padding: 23px 0;
	display: inline-block;
	padding-left: 15px;
}
.top-head-right ul li a {
    color: #fff;
}
.sec-home1 {
	background: url(../images/bg-home-banner.jpg) no-repeat;
	background-size: cover;
	box-shadow: -1px 9px 18px #f7f7f7;
	background-position: center;
}
.sec__home1_bg {
    background: #000000ad;
    padding-top: 30px;
    padding-bottom: 60px;
}
.banner-home {
    padding: 100px 0;
}
.banner-home h1 {
    font-size: 44px;
    font-weight: 700;
	position:relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}
.banner-home h1:after {
    content: '';
    position: absolute;
    width: 100px;
    background: #fff;
	bottom: 0;
    height: 2px;
    display: block;
	    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-home p {
    font-size: 20px;
	color: #fff;
	text-align: center;
}
select {
    width: 100%;
    padding: 10px;
    border-color: #ced4da;
    border-radius: .25rem;
	font-weight: 400 !important;
	color: #848080;
}
input {
    padding: 22.5px 15px !important;
	font-weight: 400 !important;
}
.home-form {
    border: 1px solid #dcdcdc;
    padding: 10px 30px;
	margin: 0 auto;
    max-width: 500px;
	margin-top: 30px;
	margin-bottom: 60px;
	position: relative;
	background: #fff;
}
.btn-quote {
    background: #008191;
    padding: 10px;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
	margin-top: 15px;
}
.form-img img {
    background: #008191;
    text-align: center;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 5px;
    padding: 0 15px;
}
.home-form form {
    margin-top: 40px;
}
.home-form form input {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
	background: transparent;
}
.home-form form select {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
	background: transparent;
}
.btn-place-order {
    margin-top: 40px;
	text-align:center;
	transition: 0.5s ease-in;
}
.btn-place-order:hover a {
    background: #ffc602;
    border-color: #ffc602;
    transition: 0.5s ease-in-out;
}
.btn-place-order a {
border: 1px solid #008191;
    padding: 10px 30px;
    background: #008191;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
	text-align: center;
}
.boxed-home {
    border: 1px solid #cacaca;
    border-radius: 10px;
    background: #008191;
    padding: 15px 0;
    color: #fff;
}
.box-my-assign {
    display: flex;
    justify-content: center;
	border-right: 1px solid #d6d6d6;
}
.box-my-assign:hover .box-my-text p {
    color: #ffc602;
}
.boxed-home .col-md-3:last-child .box-my-assign {
	border-right:0px;
}
.box-my-text p:first-child {
    font-weight: 600;
    font-size: 20px;
}
.box-my-text {
    padding: 30px 0;
}
.box-my-text p {
    margin-bottom: 0;
}
.box-my-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.boxed-absolute {
    position: relative;
    top: -70px;
}
.title-border{
	position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.title-border:after {
    content: '';
    position: absolute;
    width: 100px;
    background: #212529;
    left: 0;
    bottom: 0;
    height: 2px;
    display: block;
}
.title-border-center{
	position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
	text-align: center;
}
.title-border-center:after {
    content: '';
    position: absolute;
    width: 100px;
    background: #212529;
    left: 50%;
    bottom: 0;
    height: 2px;
    display: block;
    transform: translate(-50%);
}
.title-border-white{
	position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.title-border-white:after {
    content: '';
    position: absolute;
    width: 100px;
    background: #fff;
    left: 0;
    bottom: 0;
    height: 2px;
    display: block;
}
.title-border-center-white{
	position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
	text-align: center;
}
.title-border-center-white:after {
    content: '';
    position: absolute;
    width: 100px;
    background: #fff;
    left: 50%;
    bottom: 0;
    height: 2px;
    display: block;
    transform: translate(-50%);
}
.text-style {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    font-family: 'Dancing Script', cursive;
	line-height: 40px;
}
.sec-home4 {
    background: #008191;
    padding: 60px 0;
    color: #fff;
}
.rect-boxed-img {
    display: inline-block;
    padding: 10px;
    transform: rotate(45deg);
    height: 100px;
    width: 100px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
	border-radius: 20px;
    border: 2px solid #fff;
}
.rect-boxed-img img {
    transform: rotate(-45deg);
}
.rect-boxed-cont span {
    font-size: 40px;
    font-weight: 700;
}
.rect-boxed-cont {
    text-align: center;
    margin: 35px 0 30px 0;
}
.rect-boxed {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
	padding-top: 60px;
}
.sec-home3 h2 span{
    word-break: break-all;
}
.sec-home5{
	padding:60px 0;
}
.home5-works {
    text-align: center;
}
.home5-works-img {
    width: 100px;
    height: 100px;
    border: 1px solid #008191;
    padding: 10px;
    background: #008191;
    margin: 0 auto;
    margin-bottom: 30px;
}
.home5-works-img img {
    border: 1px solid #008191;
    padding: 10px;
    background: white;
}
.sec-home6 {
    background: #008191;
    color: #fff;
    background: url(../images/bg-student.jpg) fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.home6-inner{
	padding: 60px 0;
	background:#000000c9;
}
.sec-home7{
	padding:60px 0;
}
.boxed-home7-cont {
    margin-bottom: 30px;
}
.boxed-home7-cont h2 {
    font-size: 22px;
}
footer {
    background: #1d1919;
    color: #fff;
    padding: 60px 0 0;
}
footer a{color:#fff;}
footer .list-item {
    list-style-type: none;
    padding: 0;
}
footer a:hover {
	color: #ffb606;
	text-decoration:none;
}
.copyrights {
    border-top: 1px solid #fff;
    padding-top: 15px;
}
.mobile-menu{display:none;}
.sec-home8 {
    background: #008191;
    padding: 60px 0;
    color: #fff;
}
.sec-home9 {
    padding: 60px 0;
}
.bg-home9{
	background: #f7f7f7;
    padding: 60px;
}
#testimonial-slider{margin-bottom:30px;}
.testimonial {
    width: 80%;
    border: 1px solid #dadada;
    margin: 20px auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 60px 30px 60px 150px;
    position: relative;
    border-radius: 10px;
}
.testimonial::before {
    content: '';
    position: absolute;
    top: -13px;
    left: 80px;
    width: 24px;
    height: 24px;
    border-top: 1px solid rgba(4,82,129,0.3);
    border-left: 1px solid rgba(4,82,129,0.3);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
.testimonial .pic {
    display: inline-block;
    position: absolute;
    left: 25px;
}
.testimonial .pic img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-stars i {
    color: #FF5722;
    font-size: 20px;
    margin-right: 5px;
}
/*.header-services{
	padding:60px 0 180px 0;
	background: #eaeaea;
}*/
.header-services {
    padding: 60px 0 180px 0;
    background: #eaeaea;
    background: url(../images/bg__inner_header.jpg) no-repeat;
    background-size: cover;
    box-shadow: -1px 9px 18px #f7f7f7;
    background-position: center;
    position: relative;
}
.header-services h1 {
    color: #fff;
}
.header-services h1 + p {
    color: #fff;
}
.btn-request-quote {
    width: 100%;
    padding: 10px;
    border: none;
    background: #008191;
    color: #fff;
	font-size:20px;
}
.form-services {
    background: white;
    padding: 45px 30px;
}
.form-services h2{
    text-align:center;
	font-size:24px;
	margin-bottom:30px;
}
.form-services-Rbox {
    background: #008191;
    padding: 30px;
    color: #fff;
}
.form-Rimg {
    border: 1px solid #fff;
    border-radius: 50px;
	height: 75px;
    width: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}
.form-service-boxed {
    text-align: center;
}
.form-Rcont h3 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}
.form-Rimg img {
    width: 40px;
}
.form-Rcont p {
    margin-bottom: 10px;
}
.header-title{
	text-align:center;
	max-width:1000px;
	margin:0 auto;
	margin-bottom: 30px;
	color: #383838;
}
.header-title h1 {
    text-transform:uppercase;
	font-weight: 600;
}
.header-title h1 span {
    font-weight: 600;
    color: #008191;
}
.services-form {
    position: absolute;
    top: 0px;
	box-shadow: 0 0 20px #e2e2e2;
}
.services-sec1 {
    margin-top: 170px;
    padding: 60px 0;
}
#accordion4 .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
#accordion4 .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    z-index: 1;
    position: relative;
}
h3.panel-title {
    margin-bottom: 0;
}
h4.panel-title {
    margin: 10px 0 !important;
}
#accordion4 .panel-title a {
    display: block;
    padding: 15px 70px 15px 70px;
    margin: 0;
    background: #eaeaea;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #444444;
    border-radius: 0;
	border: 1px solid #efefef;
    position: relative;
	text-decoration:none;
}
#accordion4 .panel-title a.collapsed:before,
#accordion4 .panel-title a:before {
    content: "\f106";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 1px solid #eaeaea;
    position: absolute;
    top: 20px;
    right: 0;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#accordion4 .panel-title a.collapsed:before {
    content: "\f107";
}
#accordion4 .panel-title a .icon {
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 1px solid #eaeaea;
    font-size: 20px;
    color: #464646;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
	font-style: inherit;
}
#accordion4 .panel-body {
    padding: 10px 15px;
    margin: 0 0 20px;
    border: 1px solid #f1f1f1;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 27px;
}
.services-border{
	border-bottom: 2px solid #212529;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sidebar-features {
    border: 1px solid #e0e0e0;
    padding-top: 60px;
}
.sidebar-amazing-feature {
    background: #008191;
    color: #fff;
    text-align: center;
    padding: 30px 15px;
}
.sidebar-box-feature {
    border: 1px solid #4d9da7;
	margin-bottom: 15px;
	padding-top: 15px;
}
.sidebar-amazing-feature h2 {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.sidebar-amazing-feature h2::after {
    content: "";
    width: 60%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -3px;
    transform: translate(-50%);
    background: -webkit-linear-gradient(right, rgb(0 129 145), rgb(255, 255, 255), rgb(255, 255, 255), rgb(0 129 145));
}
.sidebar-order-now {
    border: 1px solid #4d9da7;
    display: inline-block;
    padding: 10px 40px;
    margin-top: 15px;
}
.sidebar-order-now a{
    color:#fff;
	text-decoration:none;
	font-size: 20px;
}
.sidebar-box-feature img {
    width: 45px;
}
.sidebar-features img {
    position: relative;
    top: 1px;
}
.sidebar-experts {
    display: flex;
    border: 1px solid #dedede;
    margin-bottom: 15px;
}
.sidebar-experts-cont {
    padding: 15px 15px 15px 20px;
}
.sidebar-experts-img {
    width: 30%;
}
.sidebar-experts-img img {
    width: 100%;
}
.sidebar-experts-cont h5 {margin-bottom:0;}
.sidebar-experts-cont h5 a {
    font-weight: 400;
    color: #000;
	    text-decoration: none;
}
.sidebar-experts-cont p {
    margin-bottom:0px;
}
.sidebar-experts-btn{
    background: #008191;
    text-align: center;
    padding: 5px 20px;
    display: inline-block;
}
.sidebar-experts-btn a {
    color:#fff;
	text-decoration:none;
}
.sidebar-top-experts {
    padding: 30px 0;
}
.sidebar-top-experts h2{
    text-align:center;
	margin-bottom:15px;
}
.sidebar-order-now:hover {
    background: #ffb606;
}
.login-page {
    background: #008191;
    height: 100vh;
}
.box-login {
    margin: 60px 0;
}
.login-left-side {
    background: #00636f;
    padding: 60px 30px;
    color: #fff;
	border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.login__right {
    padding: 60px 30px !important;
    background: #fff;
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.btn-login {
    background: #008191;
    padding: 10px;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 20px;
}
.login-left-side h2 {
    font-size: 24px;
}
.login-flex p {
    margin-bottom: 12px;
}
.login-flex {
    display: flex;
    justify-content: space-between;
}
.login-flex a {
    color: #000;
	text-decoration:none;
}
.login-right-side .order-login {
    color: #00636f;
    font-weight: 600;
}
.boxes-login-page h3 {
    font-size: 20px;
}
.boxes-login-img {
    width: 16%;
	float: left;
}
.boxes-login-cont {
    float: left;
    width: 82%;
	padding-left:2%;
}
.boxes-login-inner{
    transform: rotate(45deg);
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 20px;
    border: 2px solid #fff;
	transition: 2s ease-in-out;
}
.boxes-login-inner:hover {
    transform: rotate(315deg);
    transition: 1s;
}
.boxes-login-inner:hover img{
    transition: 1s;
	transform: rotate(405deg);
}
.boxes-login-inner img {
    width: 45px;
	transform: rotate(315deg);
	transition: 2s ease-in-out;
}
.login-left-side h2 span {
    font-weight: 500;
    color: #ffb606;
}
.box-login .logo-login{
	margin-bottom:15px;
	text-align:center;
}
.order-now-page label {
	width: 100%;
    color: #008191;
    font-weight: 400;
	margin-bottom: 0;
}
input {
    padding: 7px 15px !important;
}
.btn-order-now {
    width: 100%;
    border: 0;
    padding: 10px;
    background: #008191;
    color: #fff;
    font-size: 20px;
	margin-top: 10px;
}
.order-now-page {
    padding: 60px 0;
}
.form-order-now {
    border: 1px solid #e2e2e2;
}
.form-order-now form{
	padding:30px;
}
.title__order {
    padding: 20px 15px;
    background: #008191;
    color: #fff;
}
.title__order p{
    margin-bottom:0;
}
.form-order-now h1 {
    text-align: center;
}
.form-order-now h1+p {
    text-align: center;
}
.form-order-now form .form-group {
    margin-bottom: 10px;
}
.order-now-page input {
	width: 100%;
    border: 1px solid #c3c3c3;
	outline: 0;
}
.order-now-page textarea {
	width: 100%;
    border: 1px solid #c3c3c3;
	outline: 0;
	padding: 15px;
}
.order-upload {
    text-align: center;
    border: 1px solid #c3c3c3;
    padding: 23px 20px;
    overflow-y: scroll;
}
.order-upload p{margin-bottom:0;}
.order-upload img {
    width: 125px;
}
.order-right-box {
    background: #008191;
    padding: 30px;
    color: #fff;
}
.order-right-box h2 {
    text-align: center;
    margin-bottom: 30px;
}
.boxed-order-info p {
    margin-bottom: 0;
}
.boxed-order-info {
    text-align: center;
}
.order-secure {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 30px;
	text-align: center;
}
.order-secure span {
    font-weight: 600;
}
.order-secure h2{
    margin-bottom: 10px;
}
.unorder__list{
	list-style:none;
}
ul.unorder__list li i {
    font-size: 20px;
    color: #008191;
    padding-right: 12px;
    text-indent: -18px;
    margin-left: -18px;
}
.review_page_header {
    background: #008191a8;
    display: -webkit-inline-box;
    margin: 15px 0px 30px 0px;
    text-align: center;
    font-family: poppins,sans-serif;
    border-radius: 5px;
}
.review_page_users {
    display: flex;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    position: relative;
}
.review_page_users .review_page_rating {
    font-size: 50px;
    color: #fff;
	margin: 15px;
    font-weight: 300;
    font-family: poppins,sans-serif;
}
.review_overall_rating {
    font-weight: 400;
    color: #fff;
}
.review_page_users:after {
    position: absolute;
    content: '';
    border: .5px solid #fdfdfd;
    height: 70px;
    right: 0;
}
.review_users_num{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #fff;
    padding: 20px 30px;
    text-transform: uppercase;
}
.review_user_count {
    font-size: 50px;
    margin-right: 10px;
    font-weight: 300;
    color: #fff;
    font-family: poppins,sans-serif;
}
/*reviews code start*/
#all_reviews_page #columns {
    column-width: 320px;
    column-gap: 15px;
    width: 100%;
}
#all_reviews_page div#columns figure {
    background: #fefefe;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 11px 3px #dadada;
    margin: 10px 5px;
    padding: 15px;
    padding-bottom: 10px;
    transition: opacity 0.4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
}
#all_reviews_page div#columns figure img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 5px;
}
#all_reviews_page div#columns figure figcaption {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.5;
}
#all_reviews_page div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}
#all_reviews_page div#columns small a {
    color: #666;
    text-decoration: none;
    transition: 0.4s color;
}
#all_reviews_page .review {
    margin-top: 0;
}
#all_reviews_page .item-content:after {
    display: none;
}
#all_reviews_page .item-content {
    background: 0 0;
    padding: 0 15px;
}
#all_reviews_page span.item-title a {
    font-size: 18px;
    color: #000;
    font-family: poppins, sans-serif;
    font-weight: 500;
}
#all_reviews_page .review_title_rating {
    margin-bottom: 10px;
}
#all_reviews_page .review_subtitle_desc {
    margin-bottom: 10px;
}
#all_reviews_page .review_subtitle_desc span {
    font-family: poppins, sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    font-style: italic;
    white-space: nowrap;
}
#all_reviews_page p {
    font-family: poppins, sans-serif;
    font-size: 14px;
    line-height: 27px;
}
.stickey_reviews_form {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}
.rating-star {
    float: right;
}
.rating-star li {
    position: relative;
	display: inline;
	list-style-type:none;
}
.rating-star li .review-star {
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/font-awesome-spirit-icon.png) no-repeat;
    position: absolute;
}
.rating-star li:nth-child(1) .review-star {
    top: 2px;
    left: -5px;
    background-position: -160px -20px;
    background-size: 225px 160px;
}
.rating-star li:nth-child(2) .review-star {
    top: 2px;
    left: -20px;
    background-position: -160px -20px;
    background-size: 225px 160px;
}
.rating-star li:nth-child(3) .review-star {
    top: 2px;
    left: -35px;
    background-position: -160px -20px;
    background-size: 225px 160px;
}
.rating-star li:nth-child(4) .review-star {
    top: 2px;
    left: -50px;
    background-position: -160px -20px;
    background-size: 225px 160px;
}
.rating-star li:nth-child(5) .review-star {
    top: 2px;
    left: -65px;
    background-position: -160px -20px;
    background-size: 225px 160px;
}
#header-stars {
    height: 20px;
    width: 100%;
    margin-bottom: 0;
}
/*mobile menu css start*/
.zeynep{
  bottom:0;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
  overflow-y:auto;
  pointer-events:none;
  position:fixed;
  top:0;
  transform:translateX(-100%);
  z-index:1011;
}

.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition){
  transition:all 250ms;
}

.zeynep-overlay{
  background-color:rgba(0, 0, 0, .42);
  bottom:0;
  display:none;
  left:0;
  position:fixed;
  right:0;
  top:0;
  z-index:1010;
}

.zeynep-opened .zeynep-overlay{
  display:block;
}

.zeynep.opened{
  pointer-events:auto;
  transform:translateX(0px);
}

.zeynep.submenu-opened{
  overflow:hidden;
}

.zeynep .submenu{
  bottom:0;
  min-height:100%;
  overflow:hidden;
  -webkit-overflow-scrolling:touch;
  overflow-y:auto;
  pointer-events:none;
  position:fixed;
  top:0;
  width:100%;
}

.zeynep .submenu.opened{
  left:0;
  pointer-events:auto;
}

.zeynep .submenu.opened:not(.current){
  overflow:hidden;
}
.lead {
  font-size: 16px;
  line-height: 1.44;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 25px;
}

main {
  text-align: center;
  padding: 55px 20px;
}

.btn-open {
box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .05);
    font-size: 20px;
    font-weight: bold;
    outline: 0;
    cursor: pointer;
    margin: 0 6px;
    background: transparent;
    border: 1px solid #fff;
    padding: 7px 15px;
    margin: 14px 0;
}
.btn-open:active {
  box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, .1);
}

.btn-open.first {
	float:right;
  color: #ffffff;
}
.btn-open.second {
  background-color: #ffffff;
  color: #fd698d;
}

/* zeynepjs menu styles */
.zeynep {
  background-color: #ffffff;
  color: #404143;
  width: 295px;
}

.zeynep ul {
  list-style-type: none;
  padding: 0;
  padding-left: 0px;
  -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
  display: block;
}

.zeynep ul > li > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 150ms;
}
.zeynep ul > li > a:hover {
  background-color: #efefef;
  border-radius: 3px;
}

.zeynep ul > li:not(:last-child) > a {
  border-bottom: 1px solid #efefef;
}

.zeynep ul > li.has-submenu > a {
  background-image: url("../images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
}

.zeynep ul > li.has-submenu > a:hover {
  background-image: url("https://www.writemyassignmentus.com/static/images/submenu-arrow-active.svg");
}

/* zeynepjs submenu styles */
.zeynep .submenu {
  background-color: #ffffff;
  left: 295px;
}

.zeynep .submenu-header {
  background-image: url("../images/menu-back.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
}

.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 20px;
  padding-left: 40px;
  text-decoration: none;
}

.zeynep .submenu-header > a:before {
  background-image: url("../images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 20px;
}

.zeynep .submenu > label {
  color: #e77691;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 19px;
  opacity: .5;
  padding-left: 40px;
  width: 100%;
}
.zeynep-opened body {
  overflow: hidden;
}

.zeynep {
  right: auto;
  left: 0;
}
/*end menu code*/

span.twitter-typeahead .tt-menu{cursor:pointer}.dropdown-menu,span.twitter-typeahead .tt-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:1rem;color:#373a3c;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}span.twitter-typeahead .tt-suggestion{display:block;width:100%;padding:3px 20px;clear:both;font-weight:400;line-height:1.5;color:#373a3c;text-align:inherit;white-space:nowrap;background:0 0;border:0}.dropdown-item:hover,span.twitter-typeahead .tt-suggestion:focus,span.twitter-typeahead .tt-suggestion:hover{color:#2b2d2f;text-decoration:none;background-color:#f5f5f5}span.twitter-typeahead .active.tt-suggestion,span.twitter-typeahead .active.tt-suggestion:focus,span.twitter-typeahead .active.tt-suggestion:hover,span.twitter-typeahead .tt-suggestion.tt-cursor,span.twitter-typeahead .tt-suggestion.tt-cursor:focus,span.twitter-typeahead .tt-suggestion.tt-cursor:hover{color:#fff;text-decoration:none;background-color:#0275d8;outline:0}span.twitter-typeahead .disabled.tt-suggestion,span.twitter-typeahead .disabled.tt-suggestion:focus,span.twitter-typeahead .disabled.tt-suggestion:hover{color:#818a91}span.twitter-typeahead .disabled.tt-suggestion:focus,span.twitter-typeahead .disabled.tt-suggestion:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none}span.twitter-typeahead{width:100%}.input-group span.twitter-typeahead{display:block!important}.input-group span.twitter-typeahead .tt-menu{top:2.375rem!important}

/*mobile menu css end*/
.form-order-now .twitter-typeahead{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.form-order-now span.input-group-text {
    background: #008191;
    color: #fff;
}
.form-order-now .dropzone-title img {
    width: 75px;
    display: block;
    margin-bottom: 10px;
}
.dropzone-title {
    cursor: pointer;
    padding: 0px 20px 10px 20px;
    border: 1px solid #d0d0d0;
	text-align: left;
}
.order__form_desp textarea {
    border: 0px;
	resize: none;
	height: 120px;
}
.attachment.row p {
    margin-bottom: 0;
    color: #000 !important;
}
.order__form_desp .attachment.row {
    margin: 15px;
    background: #e6e6e6;
    margin-bottom: 5px;
    padding: 5px;
}
.order__form_desp .attachment.row .fa-remove:before{
    color: #717171;
}
.order__form_desp {
    border: 1px solid #d0d0d0;
	    padding-bottom: 15px;
}
.order__form_desp .dropzone-title{
	border: 0px solid #d0d0d0;
}
.forgot-right-side{
	display:none;
	padding: 60px 30px;
    background: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.forgot-flex {
    display: flex;
    justify-content: space-between;
}
.forgot-flex p {
    margin-bottom: 12px;
}
.forgot-flex a {
    color: #000;
    text-decoration: none;
}
.privacy-policy-page {
    padding: 60px 0;
}
.faq-header{
    padding: 60px;
	background: #eaeaea;
}
.faq-header .header-title {
    margin-bottom:0;
}
.faq-sec1 {
    padding: 60px 0;
}
.about-header{
    padding: 60px;
	background: #eaeaea;
}
.about-header .header-title {
    margin-bottom:0;
}
.about-sec1 {
    padding: 60px 0;
}
.about-sec2 {
    background: #008191;
    padding: 60px 0;
	color: #fff;
}
.about-sec2 .rect-boxed {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.about-sec2 .row.no-gutters .col-md-6:nth-child(2) .rect-boxed, .about-sec2 .row.no-gutters .col-md-6:nth-child(4) .rect-boxed {
    border-right: 0;
}
.about-sec2 .row.no-gutters .col-md-6:nth-child(3) .rect-boxed, .about-sec2 .row.no-gutters .col-md-6:nth-child(4) .rect-boxed {
    border-bottom: 0;
}
.about-sec3 {
    text-align: center;
    background: #ffb606;
    padding: 60px 0;
}
.btn-order-about a {
    display: inline-block;
    border: 1px solid #000;
    padding: 10px 40px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
}
.about-sec4 {
    padding: 60px 0;
}
.country-sec1 {
    margin-top: 200px;
    padding-top: 60px;
}
.order_step {
    background: #008191;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.order_step h2{
    cursor:pointer;
	margin-bottom:0;
	font-size:24px;
}
.order_step_1, .order_step_2, .order_step_3 {
    padding: 20px 0px;
}
.order_step_2{
	display:none;
}
.order_step_3{
	display:none;
}
section.sec-home11 {
    padding: 60px 0 0 0;
}
.uk-spacing {
    margin-top: 60px;
}
.form-order-now select {
    border: 1px solid #ced4da;
}
.form-order-now select:focus {
    outline: 0;
    box-shadow: none;
}
 .experts_border{
	border-bottom: 1px solid #c5c5c5;
    padding-bottom: 10px;
}
.experts_border span {
    font-style: normal !important;
}
.hire_me_btn {
    text-align: center;
    margin-bottom: 15px;
}
.hire_me_btn a {
    border: 1px solid #008191;
    display: inline-block;
    padding: 6px 30px;
    color: #fff;
    background: #008191;
}
.services_strip_sec{
	background: #008191;
    padding: 30px;
    position: relative;
    color: #fff;
    text-align: center;
	margin-bottom:30px;
	border-radius:10px;
}
.services_strip_sec a {
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 25px;
    color: #fff;
    box-shadow: 0 0 20px #00707d, inset 0 0 20px #00707d;
	text-decoration:none;
}
.services_strip_sec:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 40px 40px 0;
    border-style: solid;
    border-color: #fff #fff rgb(255 182 6) rgb(255 182 6);
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 30%), -1px 1px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%), -1px 1px 1px rgb(0 0 0 / 20%);
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    display: block;
    width: 0;
}
.services_strip_sec a:hover {
    background: #ffc602;
    color: #000;
    box-shadow: none;
    font-weight: 600;
}
.sec-banner-au {
    background: #008191;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
.sec-banner-au h2 {margin-bottom:15px;}
.sec-banner-au a {
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 30px;
    color: #fff;
    box-shadow: 0 0 20px #00707d, inset 0 0 20px #00707d;
	text-decoration:none;
	font-size:20px;
}
.sec-banner-au a:hover {
    background: #ffc602;
    color: #000;
    box-shadow: none;
    font-weight: 600;
}
.sec-home-cta1 {
    background: #005a65;
    padding: 60px 0;
    text-align: center;
    color: #fff;
}
.cta-btn-home a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 30px;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
	text-decoration:none;
}
.cta-btn-home:hover a{
	background: #ffc602;
    border-color: #ffc602;
    transition: 0.5s ease-in-out;
}
.sec-home10 {
    padding-top: 60px;
}
.expert-img {
    width: 60px !important;
}
.expert-img img {
    border-radius: 50% !important;
    padding-bottom: initial !important;
}
.expert-top-cont {
    display: flex;
}
.expert-top-cont .review_title_rating {
    padding-left: 20px !important;
}
.expert-top-cont .review_title_rating p{
	margin-bottom:5px;
}
.expert-top-cont .review_title_rating p a {
    color: #000;
    font-weight: 500;
}
.expert-top-cont .review_title_rating .rating-star {
    float: left;
    margin-left: 20px;
}
.expert-top-cont .review_title_rating .rating-star + span {
    padding-left: 20px;
    line-height: 20px;
}
.logo a img {
    max-width: 288px;
}
.home-form .form-img img {
    width: 288px;
}
.logo-login a img{
    width:288px;
}
.boxed-order-info img {
    width: auto;
}
.twitter-typeahead input {
    width: 100% !important;
}
.social__icons {
    display: flex;
    list-style: none;
    padding: 0;
}
.social__icons li {
    border: 1px solid #fff;
    margin-right: 10px;
}
.social__icons li a i {
    padding: 10px 15px;
	color:#fff;
}
.social__icons li:hover .fa-facebook {
    background: #4867aa;
}
.social__icons li:hover .fa-twitter {
    background: #1da1f2;
}
.social__icons li:hover .fa-instagram {
    background: linear-gradient(to right, #9336ae , #e75347);
}
.footer__country {
    position: relative;
}
.footer__country li {
    display: flex;
	margin-bottom: 10px;
}
.footer__country li:nth-child(1) {
    background: url(../images/country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: 0 0;
}
.footer__country li:nth-child(2) {
    background: url(../images/country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -38px 0;
}
.footer__country li:nth-child(3) {
    background: url(../images/country.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    background-size: cover;
    background-position: -73px 0;
}
.footer__country li a {
    margin-left: 46px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    top: -2px;
}
.works-flex{
	display:flex;
}
.works__upload{
	display:flex;
}
.works__payment {
	flex-direction: row-reverse;
}
.works-flex img {
	width: 100px;
	padding-right: 10px;
	position: relative;
}
.works__upload_img {
	position:relative;
}
.works__upload_img:before {
    content: '';
    position: absolute;
    border: 1px dotted #000;
    width: 165px;
    transform: rotate(128deg);
    top: 75%;
    right: 35%;
}
.works__pay_img {
	position:relative;
}
.works__pay_img:before {
	content: '';
	position: absolute;
	border: 1px dotted #000;
	width: 120px;
	transform: rotate(51deg);
	top: 84%;
	left: 45%;
}
.home_boxed__assignment ul {
    list-style-type: none;
}
.home_boxed__assignment ul li {
    float: left;
    width: 9%;
    height: 500px;
    background: blue;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
	cursor: pointer;
	transition:0.2s ease-in;
}
.home_boxed__assignment ul li a {
    transform: rotate(-90deg);
    color: #fff;
	font-size: 30px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    position: absolute;
}
.hbt__cont5{
	display:none;
}
.home_boxed__assignment ul li.active {
    width: 55%;
    background: gainsboro;
	display: block;
	white-space: normal;
	padding-bottom: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.home_boxed__assignment ul li:nth-child(1){
	background:#006b78;
}
.home_boxed__assignment ul li:nth-child(2){
	background:#008191;
}
.home_boxed__assignment ul li:nth-child(3){
	background:#0092a5;
}
.home_boxed__assignment ul li:nth-child(4){
	background:#01acc3;
}
.home_boxed__assignment ul li:nth-child(5){
	background:#00bfd9;
}
.home_boxed__assignment ul li:nth-child(6) {
    background: #02d8f5;
}
.home_boxed__assignment ul li.active .hbt__cont5 {
    display: block;
    padding: 15px 60px;
    text-align: center;
	color: #fff;
}
.home_boxed__assignment ul li.active a {
	transform: rotate(0deg);
    position: relative;
}
.home_boxed__assignment ul li.active .hbt__cont5 h2 {
    color: #fff;
	font-size: 40px;
    font-weight: 600;
}
.home_boxed__assignment ul li.active:nth-child(1){
	background: url('../images/management-v-1321454.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.home_boxed__assignment ul li.active:nth-child(2){
	background: url('../images/programming-assignment__03-v-1321454.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.home_boxed__assignment ul li.active:nth-child(3){
	background: url('../images/dissertation__02-v-1321454.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.home_boxed__assignment ul li.active:nth-child(4){
	background: url('../images/nursing-assignment-help__02-v-1321454.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.home_boxed__assignment ul li.active:nth-child(5){
	background: url('../images/online-essay-help_01-v-1321454.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.home_boxed__assignment ul li.active:nth-child(6){
	background: url('../images/accounting-assignment__04-v-1321454.jpg');
	background-size:cover;
	background-repeat:no-repeat;
}
.home__experts_sec{padding:60px 0;}
.home__experts_sec .review {
    border: 1px solid #ddd;
    padding: 15px;
	min-height: 400px;
}
.expert__link {text-align:center;}
.expert__link a {
    background: transparent;
    color: #008191;
    display: inline-block;
    padding: 10px 40px;
    margin-top: 30px;
    border: 1px solid #008191;
	font-weight:600;
}
.expert__link a:hover {
    background: #008191;
    color: #fff;
    border: 1px solid #008191;
}
.hire_me_btn {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    left: 0;
}
#subject-order:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
#all_reviews_page .hire_me_btn {
    position: relative;
}
input#subject-order {
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.home-form input#subject-order {
    border: 0;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 0;
}
.dropzone__img img{
width: 40px;
    display: inline-block;
    margin-bottom: 5px;
}
.inner__order_form .form_file__attach {
    font-weight: 600;
    margin-left: 5px;
}
.inner__order_form{
    position: relative;
    border: 1px solid #d0d0d0;
    padding-bottom: 0px;
}
.form__services_disp .form-services h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.inner__order_form .dropzone-container{
    width: 100%;
    margin-bottom: 0;
}
.inner__order_form textarea{
    width: 100%;
    padding: 10px 15px;
    border: 0px solid #ced4da;
    height: 60px;
    resize: none;
}
.inner__order_form .dropzone-title {
    border: 0px solid #d0d0d0;
    padding: 0px 20px 0px 20px;
}
.form__services_disp{
    padding: 15px 30px;
}
.form__services_disp.form-services h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.form__services_disp form .row>.col-md-6:nth-child(1)>.form-group, .form__services_disp form .row>.col-md-6:nth-child(2)>.form-group {
    margin-bottom: 0;
}
div#attachmentDataId {
    display: grid;
    grid-template-columns: auto auto;
    padding: 0 15px;
}
.home__order_attach{
    border: none;
   border-bottom: 1px solid #d0d0d0;
       border-radius: 0.25rem;
}
.shop-banner-reviews .client__reviews_ahs .star-area>p>span.ahs__logo {
    background: url(../images/css_sprites-v-1235.png);
    display: inline-block;
    float: left;
    background-position: -167px 0px;
    background-repeat: no-repeat;
    height: 15px;
    width: 17px;
    background-size: cover;
    margin-top: 4px;
    margin-right: 4px;
}
.shop-banner-reviews .client__reviews_ahs .star-area span i {
    font-size: 16px !important;
    padding: 2px 0px;
    color: #fff !important;
}
.shop-banner-reviews .client__reviews_ahs .star-area span {
    background: #f96332;
    display: inline-block;
    padding: 0 5px;
}
.client__sitejabbar_ahs .ahs__stars{
    display: inline-block;
    float: left;
    width: 110px;
    height: 22px;
    background: url(../images/css_sprites.png);
    background-position: -130px -3px;
    background-repeat: no-repeat;
}
.client__sitejabbar_ahs .ahs__stars_logo{
    display: inline-block;
    float: left;
    width: 17px;
    height: 15px;
    background: url(../images/css_sprites.png);
    background-position: -131px 0;
    margin-top: 4px;
    margin-right: 4px;
    background-size: 171px;
    background-repeat: no-repeat;
}
.client__trustpilot_ahs .ahs__trustpilot{
    display: inline-block;
    float: left;
    width: 110px;
    height: 22px;
    background: url(../images/css_sprites.png);
    background-position: 0px -3px;
    background-repeat: no-repeat;
}
.client__trustpilot_ahs .ahs__trustpilot_logo{
    display: inline-block;
    float: left;
    width: 17px;
    height: 15px;
    background: url(../images/css_sprites.png);
    background-position: -254px -214px;
    background-position: -221px -3px;
    margin-top: 4px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: 322px;
}
.shop-banner-reviews .reviews-list-item .star-area p {
    margin-bottom: 0;
    color: #222;
    line-height: 1.61em;
    font-weight: 300;
    font-size: 1.2em;
    text-align: left;
}
.shop-banner-reviews .reviews-list-item {
    display: flex;
    align-items: center;
}
.shop-banner-reviews .reviews-list-item .star-area {
    font-size: 12px;
    color: #232e44;
    float: left;
    width: 70%;
    text-align: left;
}
.shop-banner-reviews .reviews-list-item .number {
    font-size: 24px;
    font-weight: 600;
    color: #232e44;
    float: right;
    text-align: right;
    width: 30%;
}
.client__home_reviews{
    max-width: 635px;
    margin: 0 auto;
}
.inner__order_form textarea:focus {
    outline: 0;
}
.social-icons li {
    border: 1px solid #fff;
    padding: 5px 15px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
}
.social-icons li:nth-child(1):hover{
    background: #4267B2;
}
.social-icons li:nth-child(2):hover{
    background: #1DA1F2;
}
.social-icons li:nth-child(3):hover{
    background: #b91b83;
}
.social-icons li:nth-child(4):hover{
    background: #0A66C2;
}
.social-icons li a:hover, .social-icons li:hover a{color: #fff;}
@media only screen and (min-width: 1200px) and (max-width: 1499px){
	.home3-img img {
		height: 430px;
		object-fit: cover;
	}
	section.sec-home8 img {
		height: 500px;
		object-fit: cover;
	}
	.banner-home {
		padding: 60px 0;
	}
	.boxed-home7-img {
		padding-top: 60px;
	}
	.home__experts_sec .review {
		border: 1px solid #ddd;
		padding: 15px;
		min-height: 485px;
	}
}
@media only screen and (min-width: 992px){
	nav#desktop-nav ul .dashboard-menu{
		display:none;
	}
	nav#desktop-nav ul .login-menu{
		display:none;
	}
}
@media only screen and (min-width: 992px){
	.js-nav-toggle{display:none;}
}
@media only screen and (min-width: 1200px){
	.boxed-works-how {
		max-width: 980px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1500px){
	.container {
		max-width: 1400px;
	}
}
@media only screen and (max-width: 1199px){
	.home3-img{margin-bottom:30px;}
	.boxes-login-cont p {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.home__experts_sec .review{margin-bottom:30px;}
	.login-right-side {
		padding: 60px 30px 99px 30px;
	}
	.boxes-login-cont {
		padding-left: 7%;
	}
	.hire_me_btn {
		position: relative;
		bottom: 0px	;
		left: 0;
	}
	.home__experts_sec .review {
		min-height: auto;
	}
}
@media only screen and (max-width: 991px){
	.mobile-menu{
		display:block;
	}
	.logo a img {
		width: 288px;
	}
	#desktop-nav{display:none;}
	.banner-home {
		padding: 60px 0 30px 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.banner-home h1:after {
		left: 50%;
		transform: translate(-50%);
	}
	.mobile-menu{
		float: right;
		display: block;
		position: relative;
		left: 0;
		top: 0;
		border: 1px solid #fff;
		padding: 10px 15px;
		margin: 18px 0;
	}
	.mobile-menu i{color:#fff;}
	.boxed-home7-img {
		width: 100%;
		text-align: center;
	}
	.boxed-home7-img img {
		max-width: 500px;
    }
	.top-head:before {
		width: 42%;
	}
	.top-head {
		position: fixed;
		width: 100%;
		z-index: 9;
	}
	nav#desktop-nav {
		display: none;
		position: fixed;
		top: 0;
		background: #008191;
		width: 380px;
		left: 0;
		height: 100vh;
		overflow: scroll;
	}
	.top-head-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
		display:none;
	}
	.top-head:before {
		width: 100%;
		transform: skew(0deg);
		left: 0;
	}
	.logo {
		text-align: center;
		padding-bottom: 15px;
	}
	.menu-head {
		position: relative;
		z-index: 15;
		left: 0;
		right: 0;
		background: #ffffff;
	}
	.top-head-right ul {
		padding-left: 0;
	}
	nav#desktop-nav ul li a {
		color: #ffffff;
	}
	nav#desktop-nav ul li {
		width: 100%;
		top: 50px;
	}
	nav#desktop-nav ul li:first-child a {
		padding-left: 15px;
	}
	.apply-btn-reviews {
		display: inline-block;
		float: left;
	}
	.apply-btn-area{
		display: inline-block;
		float: left;
	}
	.mob-sub-dropdown {
		position:relative;
		opacity: 1;
		visibility: visible;
		transform: initial;
		width:100%;
	}
	.mega-menu-area, .mega-menu-area ul {
		min-height: initial;
	}
	nav#desktop-nav ul li .mega-menu-area>li a {
		color: #ffffff;
	}
	nav#desktop-nav ul li:hover ul {
		position: relative !important;
		left: 0 !important;
		background: #38a5b3 !important;
	}
	nav#desktop-nav ul li ul li ul li:hover ul {
		background: #2bb4c5 !important;
	}
	nav#desktop-nav ul li>ul>li:hover>a {
		color: #fff;
		background: inherit;
	}
	#desktop-nav ul li:hover .mega_menu_dropdown:before{
		display:none;
	}
	.mob-dropdown{
		padding: 10px 15px !important;
	}
	.menu-head nav#desktop-nav>ul>li ul {
		min-width: 100%;
	}
	.mob-dropdown i{
		float: right;
	}
	nav#desktop-nav ul li>ul {
		background: #62c9d6;
	}
	nav#desktop-nav ul li>ul>li>a {
		color: #ffffff;
	}
	.login-left-side {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
	.login-right-side {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		padding: 60px 30px;
		margin-bottom: 30px;
	}
	.login-page {
		height: auto;
	}
	.about-header, .faq-header, .privacy-policy-page {
		margin-top: 86px;
	}
	.login__right {
		padding: 0px 0px !important;
		background: #fff;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.header-services {
		padding: 110px 0 60px 0;
	}
	.services-form {
		position: relative;
	}
	.services-sec1 {
		margin-top: 0;
	}
	.fixed-header {
		top: 0;
		position: absolute;
	}
	.top-head:before {
		height: 85px;
	}
	.works__upload_img:before{display:none;}
	.works__pay_img:before{display:none;}
	.works__payment {
		flex-direction: initial;
	}
	.order-now-page {
		margin-top: 60px;
	}
	.home_boxed__assignment ul li.active {
		width: 100%;
		height: auto;
		padding: 45px 15px 30px 15px;
	}
	.home_boxed__assignment ul {
		padding: 0;
	}
	.home_boxed__assignment ul li.active .hbt__cont5{
		padding:15px;
	}	
	.home_boxed__assignment ul li {
		float: none;
		width: 100%;
		height: auto;
		position: relative;
		display: flex;
		white-space: normal;
		padding: 15px;
	}
	.home_boxed__assignment ul li a {
		transform: rotate(0deg);
		color: #fff;
		font-size: 20px;
		position: relative;
	}	
}
@media only screen and (max-width: 767px){
	.rect-boxed {
		border-right: 0px solid #ffffff;
	}
	.header-title h1 {
		font-size: 24px;
	}
	.home__experts_sec .review {
		min-height: auto;
	}
	.sec-home4 .col-md-6:last-child .rect-boxed {
		border-bottom: 0;
	}
	.testimonial .pic {
		display: inline-block;
		position: relative;
		left: 0;
	}
	.testimonial {
		width: 100%;
		padding: 60px;
	}
	.bg-home9 {
		background: #f7f7f7;
		padding: 60px 20px;
	}
	nav#desktop-nav {
		width: 285px;
	}
	.about-sec2 .rect-boxed {
		border-bottom: 0px solid #fff;
		border-right: 0px solid #fff;
	}
	.form-order-now h1 {
		font-size: 20px;
	}
    div#attachmentDataId {
        display: grid;
        grid-template-columns: auto;
    }
    .shop-banner-reviews .col-md-4.border-right {
        border-right: 0 !important;
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 440px){
	.levelHolderClass.ltr {
		width: 320px;
	}
	.boxes-login-img {
		width: 100%;
		margin-bottom: 30px;
	}
	.boxes-login-cont {
		padding-left: 0;
		width: 100% !important;
		text-align: center;
	}
	.boxes-login-page {
		margin-bottom: 30px;
		float: left;
	}
	.login-flex {
		display: block;
	}
	.login-right-side {
		padding: 30px 30px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 380px){
	.logo a img {
		width: 200px;
		padding-top: 16px;
	}
}
@media only screen and (max-width: 340px){
	.banner-home h1 {
		font-size: 40px;
	}
	.form-img img {
		width: 100%;
	}
	nav#desktop-nav {
		width: 240px;
	}
}
.has-danger {
	border: 1px dashed red !important;
}

li strong {
    font-weight: 600;
}