.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 600
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Cabin', sans-serif;
    overflow-x: hidden !important;
    font-size: 20px;
    color: #161c2d;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/*
html {
    scroll-behavior: smooth
}
*/

::-moz-selection {
    background: #2d3247;
    color: #fff
}

::selection {
    background: #2d3247;
    color: #fff
}


.h3, h3 { 
    font-size: 2.75rem !important; 
}

a {
    text-decoration: none !important
}


p {
    line-height: 1.6
}

.bg-primary {
    background-color: #2d3247 !important
}

.bg-success {
    background-color: #ff506e !important
}

.text-primary {
    color: #2d3247 !important
}

.text-success {
    color: #ff506e !important
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 5px
}

.rounded {
    border-radius: 10px !important
}

.rounded-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important
}

.rounded-left {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important
}

.rounded-bottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.rounded-right {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important
}

.btn {
    padding: 8px 20px;
    outline: 0;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .8px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 700;
    border-radius: 10px
}

.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.shadow {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important
}

.with-gradient {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform-style: preserve-3d;
    perspective: 1000px
}

.with-gradient:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgb(45 50 71), rgb(54 58 78 / 43%));
    transform: translateZ(0)
}

.bug-fix {
    transform: translateZ(0px);
    z-index: 1;
}

.faq-container .question {
    font-size: 20px
}

.faq-content .card .faq .card-header {
    padding-right: 40px !important;
    cursor: pointer;
}

.faq-content .card .faq .card-header.card-header-2 {
    border-bottom: 0
}

#faqs img {
    width: 100%
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
    font-size: 18px
}

.faq-content .card a.faq[data-toggle=collapse] {
    background-color: #fff;
    color: #2d3247;
    -webkit-transition: all .5s;
    transition: all .5s
}

.faq-content .card a.faq[data-toggle=collapse]:before {
    content: '\f078';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 18px;
    color: #3c4858;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
    background-color: #fff;
    color: #3c4858;
    -webkit-transition: all .5s;
    transition: all .5s
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
    top: 20px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.faq-content .card .title {
    font-size: 18px
}

.nav-pills .nav-link {
    color: #3c4858 !important;
    margin: auto 15px;
    border: 1px solid #dee2e6;
    padding: 5px
}

.nav-pills .nav-link.active {
    background-color: #2d3247;
    color: #fff !important;
    border-color: #2d3247 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.nav-pills a .skill-container .title {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.login-form .form-group {
    margin-bottom: 15px
}

.login-form .form-group label {
    font-size: 14px;
    font-weight: 700
}

.login-form .form-group i {
    position: absolute;
    left: 0;
    top: 60%
}

.login-form .form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    height: 42px;
    font-size: 13px;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.login-form .form-group .form-control.active,
.login-form .form-group .form-control:focus {
    border-color: #2d3247
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2d3247;
    background-color: #2d3247
}

.custom-control-input:focus ~ .custom-control-label::before,
.login-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2d3247
}

/***************************CALCULATOR***************************/


.order-form {
    padding: 0px 25px 15px 25px;
}

.calculate_order {
background-color: #d6d9e3;
    border-radius: 6px;
    padding-top: 25px;
    overflow: hidden;
}

.calculate_order h3 {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}

span#discount-text {
    color: #ff506e;
}

.form-title {
    color: #2d3247;
}

.calculate_order select {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/dropdown-icon-blue.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 36px;
    outline: 0;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    width: 100%;
    padding: 7px 10px;
}

.calculate_order select::-ms-expand {
    display: none;
}

.calculate_order .two_selectbox {
    margin: 0 auto;
}

.calculate_order span.pages {
    text-align: center;
    display: inline-block;
    color: #858484;
    font-size: 13px;
    font-weight: 300;
    padding: 0;
}

.calculate_order .pages_number {
    padding: 0;
}

.calculate_order .quantity-right-plus {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    margin: 0px auto 0px;
    padding: 0px 10px;
    font-size: 13px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: center;
    text-decoration: none;
    outline: medium none;
    background-color: #2d3247;
    color: white;
    line-height: 34px;
}

.calculate_order .quantity-left-minus {
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    margin: 0px auto 0px;
    padding: 0px 10px;
    font-size: 13px;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-decoration: none;
    outline: medium none;
    text-align: center;
    background-color: #2d3247;
    color: white;
    line-height: 34px;
}

.calculate_order input.pages {
    padding: 5px;
    font-size: 14px;
    line-height: 1.2;
    color: #858484;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    height: 36px;
    outline: medium none !important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .075);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, .075);
    border: 1px solid #e9ecef;
}

#pages {
    padding: 0;
    border-radius: 20px;
}

#calculate_order #pages::-webkit-outer-spin-button,
#calculate_order #pages::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#calculate_order #pages[type=number] {
    -moz-appearance: textfield;
}

.cc-floating.cc-theme-classic {
    background-color: rgba(46, 202, 139, 1);
    padding: 10px !important;
    margin: 0;
    max-width: 315px !important;
}

.cc-floating.cc-theme-classic a {
    outline: none !important;
}

.cc-floating .cc-message {
    font-size: 15px !important;
    line-height: 1.2 !important;
    color: #fff !important;
    margin-bottom: 5px !important;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    background-color: white;
    border: 0px !important;
    color: rgba(46, 202, 139, 0.8);
    transition: all 500ms ease;
    min-width: 95px;
    padding: 11px;
    line-height: 1;
    margin: 0px !important;
    box-shadow: 0px 0px 8px 1px #ddd
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover,
.cc-floating.cc-type-info.cc-theme-classic .cc-btn:focus {
    box-shadow: 0px 0px 2px 1px #fff;
    border: 0px !important;
    outline: 0px !important
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover {
    background-color: transparent;
    color: white;
}

.cc-floating.cc-theme-classic .cc-link {
    color: #fff;
    opacity: 1 !important
}

.cc-floating.cc-theme-classic .cc-link:hover,
.cc-floating.cc-theme-classic .cc-link:focus {
    color: #fff !important;
    border: 0px !important;
    outline: 0px !important
}

.pages_number {
    position: relative;
}

.pages_number .input-group-btn {
    position: absolute;
}

.pages_number .input-group-btn:nth-of-type(1) {
    left: 0;
}

.pages_number .input-group-btn:nth-of-type(2) {
    right: 0;
    top: 0;
}

.stand_prices p {
    color: #2d3247;
    line-height: 1;
}

.stand_prices p span {
    color: #969696;
    font-weight: 700;
    text-decoration: line-through;
    font-size: 20px;
    display: inline-block;
}

.disc_prices p {
    color: #ff506e;
    font-size: 20px;
    line-height: 1;
}

.disc_prices p span {
    font-weight: 700;
    font-size: 24px;
    display: inline-block;
}

.disc_description {
    font-size: 14px;
    color: #828282;
    line-height: 1.2;
    margin-bottom: 0px;
}

.total_prices {
    background-color: #2d3247;
    padding: 15px 25px;
}

.total_prices p {
    margin-bottom: 0px;
    color: white;
    font-size: 20px;
    line-height: 1;
}

.total_prices p span {
    font-size: 24px;
    font-weight: 700;
    color: white;
    display: inline-block;
}

.btn-submit {
    width: 100%;
    background-color: aqua;
    text-align: center;
    border: none;
    padding: 18px 0px;
    font-size: 24px;
    color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;	
    font-weight: 700;
    background-color: #ff506e;
    transition: all 500ms ease;
    outline: none !important
}

.btn-submit:hover {
    background-color: #ff506e;
}

/**************************STATS**************************/

.stats {
    padding: 30px 0
}

h1.main-title.stats-title {
    font-size: 30px
}

h1.main-title.stats-title span {
    color: #ff506e
}

.stats-rate {
    padding: 12px 5px;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin: 0px 2px;
    min-height: 56px;
}

.stats-rate .img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    background: url('../images/rating-sprites.png');
}

.stats-rate .img1 {
    background-position: -10px -10px;
}

.stats-rate .img2 {
    background-position: -60px -10px;
}

.stats-rate .img3 {
    background-position: -10px -60px;
}

.stats-rate p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 12px
}

.stats-rate h4 {
    margin-bottom: 0;
    line-height: 1;
    margin-left: 10px;
    font-weight: 300;
    color: #ff506e
}

.stats-star {
    display: inline-block;
    line-height: 1
}

.stats-star i {
    font-size: 8px;
    color: #ffd10c
}

.skills {
    border: 1px solid #dee2e6;
    padding: 20px 15px 30px 15px;
    border-radius: 5px;
}

.progress-set {
    margin-bottom: 20px;
    margin-top: 20px
}

.progress-set h4 {
    color: #8492a6;
    font-size: 16px;
    margin-bottom: 20px
}

.progress-bar {
    width: 100%;
    height: 8px;
    background-color: #e9ecef;
    position: relative;
    border-radius: 8px
}

.progress-bar > span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
    background-color: #ff506e;
    background-size: 16px 15px;
    animation: progress 30s linear infinite;
    overflow: visible !important
}

.progress-bar > span > span.progress-in {
    position: absolute;
    color: #8492a6;
    right: -15px;
    top: -20px;
    font-size: 14px
}

.progress-bar > span > span.progress-in::after {
    content: '%'
}

@keyframes progress {
    0% {
        background-position: -100% 0
    }

    50% {
        background-position: 0 0
    }

    100% {
        background-position: 100% 0
    }
}

.custom-input-subject {
    display: inherit;
    overflow: hidden;
    max-height: 450px;
}

.subject-form-set label {
    color: #8492a6;
    font-size: 14px
}

.subject-form-set button {
    padding: 0 10px;
    width: 120px;
    height: 56px;
    margin-left: 5px;
    border-radius: 5px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    background-color: #ff506e;
    border: 1px solid #ff506e;
    transition: all .5s ease;
    display: inline-block;
    outline: none !important
}

.subject-form-set button:hover {
    color: #ff506e;
    background-color: #fff
}

.subject-select {
    padding: 0 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    width: 230px;
    height: 56px;
    line-height: 56px;
    position: relative
}

.subject-select .list {
    max-height: 280px;
    overflow-y: scroll
}

div.hide_first {
    display: none
}

div.hide_second {
    display: none
}

.listblock {
    visibility: visible !important
}

.Level-text {
    display: block;
    width: 236px;
    height: 38px;
    position: relative;
    padding: 0 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    font-size: 13px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.available.new {
    position: relative;
}

.review-owl {
    position: relative
}

.Level-text .last_hour {
    color: #ff506e
}

.Level-text .online {
    padding: 3px 5px;
    background-color: #ff506e;
    color: #fff;
    border-radius: 15px;
    font-size: 10px;
    animation: blinking-2 2s linear infinite;
    border: 1px solid #ff506e;
    position: relative;
    top: -2px
}

@keyframes blinking-2 {
    0% {
        color: #ff506e;
        background-color: #fff
    }

    49% {
        color: #ff506e;
        background-color: #fff
    }

    50% {
        color: #fff;
        background-color: #ff506e
    }

    100% {
        color: #fff;
        background-color: #ff506e
    }
}

#owl-10,
#owl-11,
#owl-12,
#owl-13,
#owl-14,
#owl-15,
#owl-16,
#owl-17,
#owl-18,
#owl-19,
#owl-20,
#owl-21,
#owl-22,
#owl-23,
#owl-24,
#owl-25,
#owl-26,
#owl-27,
#owl-6,
#owl-7,
#owl-8,
#owl-9 {
    margin-top: 60px
}

.recent-review {
    padding: 7px 10px 8px 65px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
}

.recent-review .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #2d3e54;
    font-size: 30px;
    text-align: center;
    border: 1px solid #dee2e6;
    position: absolute;
    left: 10px;
    top: 15px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-size: contain;
    background: url('../images/avatar-sprites.png') -0px -50px;
}

.recent-review .avatar.male {
    background-position: -0px -50px;
}

.recent-review .avatar.female {
    background-position: -0px -0px;
}

.recent-review-left h4 {
    line-height: 1;
    font-size: 18px
}

.recent-review-left p {
    color: #2d3247;
    font-size: 14px;
    line-height: 1
}

.recent-review-left span {
    font-size: 13px;
    line-height: 1
}

.recent-review-left span i {
    color: #8492a6
}

.recent-review-right {
    text-align: right
}

.recent-review-right .review-star i {
    color: #f17425;
    font-size: 14px
}

.recent-review-right .review-star i.last-star {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 70%, rgba(241, 116, 37, .5)70%)
}

.recent-review-right .review-star i.last-star-45 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 40%, rgba(241, 116, 37, .5)40%)
}

.recent-review-right .review-star i.last-star-47 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 70%, rgba(241, 116, 37, .5)70%)
}

.recent-review-right .review-star i.last-star-49 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f17425 80%, rgba(241, 116, 37, .5)80%)
}

.stats-star i.last-star-44 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 60%, rgba(255, 209, 12, .4)60%)
}

.stats-star i.last-star-45 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 50%, rgba(255, 209, 12, .4)50%)
}

.stats-star i.last-star-46 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 60%, rgba(255, 209, 12, .4)60%)
}

.stats-star i.last-star-47 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 70%, rgba(255, 209, 12, .4)70%)
}

.stats-star i.last-star-48 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffd10c 75%, rgba(255, 209, 12, .4)75%)
}


.recent-review-right h5 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 7px;
    font-size: 14px;
    margin-top: 10px
}

.recent-review-right h5 i {
    color: #8492a6;
    font-size: 12px
}

.recent-review-right span {
    font-size: 13px
}

.recent-review-right span i {
    color: #8492a6
}

#owl-10.owl-theme .owl-controls .owl-page span,
#owl-11.owl-theme .owl-controls .owl-page span,
#owl-12.owl-theme .owl-controls .owl-page span,
#owl-13.owl-theme .owl-controls .owl-page span,
#owl-14.owl-theme .owl-controls .owl-page span,
#owl-15.owl-theme .owl-controls .owl-page span,
#owl-16.owl-theme .owl-controls .owl-page span,
#owl-17.owl-theme .owl-controls .owl-page span,
#owl-18.owl-theme .owl-controls .owl-page span,
#owl-19.owl-theme .owl-controls .owl-page span,
#owl-20.owl-theme .owl-controls .owl-page span,
#owl-21.owl-theme .owl-controls .owl-page span,
#owl-22.owl-theme .owl-controls .owl-page span,
#owl-23.owl-theme .owl-controls .owl-page span,
#owl-24.owl-theme .owl-controls .owl-page span,
#owl-25.owl-theme .owl-controls .owl-page span,
#owl-26.owl-theme .owl-controls .owl-page span,
#owl-27.owl-theme .owl-controls .owl-page span,
#owl-6.owl-theme .owl-controls .owl-page span,
#owl-7.owl-theme .owl-controls .owl-page span,
#owl-8.owl-theme .owl-controls .owl-page span,
#owl-9.owl-theme .owl-controls .owl-page span {
    background-color: #3e61d7 !important;
    border: 2px solid #3e61d7 !important
}

#owl-10.owl-theme .owl-controls .owl-pagination,
#owl-11.owl-theme .owl-controls .owl-pagination,
#owl-12.owl-theme .owl-controls .owl-pagination,
#owl-13.owl-theme .owl-controls .owl-pagination,
#owl-14.owl-theme .owl-controls .owl-pagination,
#owl-15.owl-theme .owl-controls .owl-pagination,
#owl-16.owl-theme .owl-controls .owl-pagination,
#owl-17.owl-theme .owl-controls .owl-pagination,
#owl-18.owl-theme .owl-controls .owl-pagination,
#owl-19.owl-theme .owl-controls .owl-pagination,
#owl-20.owl-theme .owl-controls .owl-pagination,
#owl-21.owl-theme .owl-controls .owl-pagination,
#owl-22.owl-theme .owl-controls .owl-pagination,
#owl-23.owl-theme .owl-controls .owl-pagination,
#owl-24.owl-theme .owl-controls .owl-pagination,
#owl-25.owl-theme .owl-controls .owl-pagination,
#owl-26.owl-theme .owl-controls .owl-pagination,
#owl-27.owl-theme .owl-controls .owl-pagination,
#owl-6.owl-theme .owl-controls .owl-pagination,
#owl-7.owl-theme .owl-controls .owl-pagination,
#owl-8.owl-theme .owl-controls .owl-pagination,
#owl-9.owl-theme .owl-controls .owl-pagination {
    text-align: right
}

.owl-carousel {
    touch-action: manipulation
}


/***************************CALCULATOR***************************/

.section {
    padding: 60px 0;
    position: relative
}

.section-two {
    padding: 60px 0;
    position: relative
}

.title-heading {
    line-height: 26px;
    padding-top: 32px;
}


.assignment-order-tp {
    margin-top: 60px;
}
ul.assignment-banner-ul li img {
    width: 40px;
    vertical-align: middle;
}

.assignment-banner-ul li {
    list-style: none;
	margin-bottom:5px;
	    font-size: 15px;
}

.assignment-banner-ul {
    padding: 0;
    color: #fff;
}

.title-heading .heading {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 700;
}

.title-heading .para-desc {
    font-size: 18px
}

.section-title {
    position: relative
}

.section-title .main-title {
    font-size: 40px;
    letter-spacing: .8px
}

.section-title .title {
    letter-spacing: .5px;
    font-size: 30px
}

.para-desc {
    max-width: 600px
}

.mt-100 {
    margin-top: 100px
}

.mb-60 {
    margin-bottom: 60px
}

.home-shape-bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -46px;
    left: 0
}

.home-shape-bottom2 {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -52px;
    left: 0;
    z-index: 99
}

.home-shape-bottom img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto
}

.home-shape-bottom2 img {
    transform: rotate(180deg)
}

.home-shape-bottom3 img {
    transform: rotateZ(180deg) rotateY(180deg)
}

.home-shape-arrow {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -38px;
    z-index: 1;
    left: 0
}

.home-shape-arrow2 {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1;
    left: 0
}

.home-shape-arrow3 {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: -1px;
    z-index: 1;
    left: 0
}

.home-shape-arrow2 img {
    height: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-shape-arrow3 img {
    height: auto;
    width: 100%;
    object-fit: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-shape-arrow img {
    height: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.home-shape-arrow .arrow-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block
}

.mover {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }
}

.login_page {
    padding: 20px 25px
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#topnav {
    position: fixed;
    left: 0;
    top: 0;
background-color: #2d324700;
    border: 0;
    padding: 10px 0;
    box-shadow: 0 0 3px rgb(0 0 0 / 15%);
    z-index: 999;
    /*    transform: translateZ(99999999px);*/
}

#topnav .navbar {
    position: relative;
}

#topnav .navbar .navbar-brand {
    outline: none !important;
}

#topnav .navbar .navbar-brand img {
    max-width: 100%
}

#topnav .navigation-menu > li > a {
    padding-left: 0px !important;
    padding-right: 0px !important
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    display: inline-block;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 32px 20px 24px;
    height: 18px
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

#topnav .navbar-toggle span:last-child {
    margin-bottom: 0
}

#topnav .navbar-toggle.open span {
    position: absolute
}

#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden
}

#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#topnav .navbar-toggle.open span:hover {
    background-color: #ff506e
}

#topnav .navbar-toggle .navigation-menu > li > a:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle:hover {
    background-color: transparent
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

#topnav .navigation-menu > li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
}

#topnav .navigation-menu > li > a {
    display: block;
    color: #f6f6f6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-left: 7px;
    padding-right: 7px;
    outline: none !important;
    cursor: pointer !important;
}

#topnav .navigation-menu > li > a:active,
#topnav .navigation-menu > li > a:hover {
    color: #ff506e
}

#topnav .menu-extras {
    float: right
}

#topnav.nav-sticky {
    background: #2d3247fa;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

#topnav .navbar_btns {
    list-style: none;
    margin: 0;
    font-size: 0;
    padding-right: 8px !important;
}

#topnav .navbar_btns li {
    padding: 4px 0px;
}

#topnav .navbar_btns li a {
    display: block;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    padding: 6px 7px;
    min-width: 100px;
    color: #fff;
    text-align: center;
    background: #ff506e;
    border: 2px solid #ff506e;
    border-radius: 5px;
    transition: all .3s linear;
    box-sizing: border-box;
}

#topnav .navbar_btns li a:hover {
    color: #ff506e;
    background: transparent;
}

#topnav .navbar_btns li a.btn_tel {
    color: #ff506e;
    background: transparent;
}

#topnav .navbar_btns li a.btn_tel i {
    transform: rotate(92deg);
    margin-right: 2px;
}

#topnav .navbar_btns li a.btn_tel:hover {
    color: #fff;
    background: #ff506e;
}

#topnav .btns_xs {
    position: relative;
    margin: 0 8px 0 auto;
}

#topnav .btn_user_mbile {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    padding: 10px;
    min-width: 95px;
    color: #fff;
    text-align: center;
    background: #ff506e;
    border: 2px solid #ff506e;
    border-radius: 10px;
    transition: all .3s linear;
    box-sizing: border-box;
}

#topnav .btn_user_mbile:hover {
    color: #ff506e;
    background: transparent;
}

#topnav .btn_user_mbile.btn_animated {
    display: inline-block;
    margin-left: 5px;
    min-width: unset;
    width: 50px;
    height: 50px;
    padding: 7px;
    background-color: #e9edfb;
    border: 0;
    border-radius: 50%;
    animation: fade 0.7s forwards infinite;
    text-align: center;
}

@keyframes fade {
    from {
        background-color: rgba(233, 237, 251, 1);
    }

    to {
        background-color: rgba(233, 237, 251, 0.5);
    }
}

#topnav .btn_user_mbile.btn_animated i {
    font-size: 16px;
    line-height: 30px;
    color: #ff506e;
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 0px;
    text-align: center;
    background: #fff;
    border: 2px solid #ff506e;
    border-radius: 50%;
    transition: all .3s linear;
    box-sizing: border-box;
    position: relative;
}


#topnav .navbar-toggler {
padding: 0;
    font-size: 40px;
    line-height: 1;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    font-weight: 400;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
    color: #ff506e;
}

#topnav .dropdown-toggle::after {
    display: none;
}

#topnav .dropdown-toggle > i {
    transition: transform .3s linear;
}

#topnav .dropdown-toggle:hover > i {
    transform: rotate(180deg);
}

#topnav .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    // pointer-events: none;
}

#topnav .dropdown-menu {
    padding: 5px 0;
    min-width: 150px;
    margin-top: 0px;
    border-radius: 6px;
    background-color: #fff;
    border: 0px;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

#topnav .dropdown-menu .dropdown-item {
    display: block;
    color: #3c4858;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 15px 10px;
    margin-bottom: 5px;
    outline: none !important;
}

#topnav .dropdown-menu .dropdown-item:hover {
    color: #ff506e !important;
}

#topnav .dropdown-menu .dropdown-item:nth-last-child(1) {
    margin-bottom: 0 !important;
}

.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px;
    line-height: 68px
}

.home-center {
    display: table;
    width: 100%;
    height: 100%
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle
}

.home-desc-center img {
    width: auto;
    max-width: 100%
}

.bg-half-170 {
    padding: 170px 0;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center
}

li.feature-list {
    margin-bottom: 5px;
    font-size: 15px;
    position: relative;
}

.features .icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #edf0fb;
    text-align: center
}

.features .image img {
    height: 60px
}

.features .title-2 {
    font-size: 20px
}

.key-feature {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block
}

.key-feature .icon {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #edf0fb;
    margin: 0 auto;
    background-image: url(../images/areas.png);
    background-size: 500%;
    background-repeat: no-repeat
}

.icon-1 {
    background-position: -1% -4%
}

.icon-2 {
    background-position: 31% -4%
}

.icon-3 {
    background-position: 66% -3%
}

.icon-4 {
    background-position: 104% -1%
}

.icon-5 {
    background-position: -1% 31%
}

.icon-6 {
    background-position: 31% 33%
}

.icon-7 {
    background-position: 67% 34%
}

.icon-8 {
    background-position: 104% 32%
}

.icon-9 {
    background-position: -4% 69%
}

.icon-10 {
    background-position: 30% 68%
}

.icon-11 {
    background-position: 65% 69%
}

.icon-12 {
    background-position: 102% 69%
}

.icon-13 {
    background-position: -4% 102%
}

.icon-14 {
    background-position: 30% 104%
}

.icon-15 {
    background-position: 65% 103%
}

.icon-16 {
    background-position: 103% 104%
}

.key-feature .icon i {
    font-size: 60px
}

.key-feature:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #ff506e !important
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center
}

#carousel1 .carousel-inner,
#carousel2 .carousel-inner {
    padding: 20px 50px
}

#carousel1 .carousel-indicators,
#carousel2 .carousel-indicators {
    bottom: -65px
}

#carousel1 .carousel-indicators li,
#carousel2 .carousel-indicators li {
    background-color: #ff506e
}

#carousel1 .carousel-control-next,
#carousel1 .carousel-control-prev,
#carousel2 .carousel-control-next,
#carousel2 .carousel-control-prev {
    color: #ff506e;
    font-size: 36px;
    cursor: pointer;
}

#carousel1 .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 40%;
    transition: all .5s ease
}

#carousel1 .carousel-indicators li.active {
    transform: rotate(45deg)
}

#carousel1 .carousel-control-prev {
    left: -45px
}

#carousel2 .carousel-control-prev {
    left: 0
}

#carousel1 .carousel-control-next {
    right: -50px
}

#carousel2 .carousel-control-next {
    right: 0
}

.key-feature:hover h4.title {
    color: #fff
}

.features .title,
.key-feature .content .title {
    font-size: 18px
}

.owl-theme .owl-controls .owl-page span {
    background: #ff506e !important
}

.customer-testi .content:before {
    content: "";
    position: absolute;
    top: 30px;
    margin-left: -3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #495057;
    border-color: transparent #fff #fff transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, .15);
    box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, .15)
}

.customer-testi.text-center p {
    line-height: 30px;
    font-size: 18px;
    color: #31364b !important;
}

#customer-testi .customer-testi,
#customer-testi .customer-testi img {
    transition: transform .5s ease, border .5s ease;
	    background: white;
}

#customer-testi .customer-testi:hover {
    border: 1px solid #ff506e !important
}

#customer-testi .customer-testi img {
    width: 150px;
    height: 80px
}

#customer-testi .customer-testi img:hover {
    transform: scale(1.05)
}

.customer-testi {
background:#e1e3eb;
    border-radius: 30px;
    padding: 30px;
    margin: 0px 10px 0px 0px;
	
}

.customer-testi p.h6 {
    font-size: 16px;
    color: #31364b !important;
    font-weight: 100;
    line-height: 28px;
}

.pill-set {
    color: #ff506e;
    font-size: 12px;
    margin-top: 20px
}

.owl-theme .owl-controls .owl-page span {
    border-radius: 2px;
    background: 0 0;
    border: 2px solid #ff506e;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#customer-testi.owl-theme .owl-controls .owl-page {
    display: none !important
}

#customer-testi .owl-wrapper-outer {
    padding-bottom: 20px
}

.alignment {
    margin-top: -5px;
    height: 85px !important
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff506e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pricing-rates {
    position: relative;
    z-index: 1;
    /*    border-bottom: 3px solid #adb5bd;*/
    padding: 50px 30px;
    border: 1px solid #ff506e;
    margin-bottom: 20px
}

.pricing-rates.left-wala {
    transition: all .5s ease;
    border: 1px solid #ff506e;
    /*	border-bottom: 3px solid #adb5bd;*/
    padding: 15px 10px !important;
    transform: translatex(1px)
}

.pricing-rates .title {
    font-size: 22px;
    font-weight: 700;
    color: #ff506e;
    transition: color .5s ease
}

.pricing-rates.left-wala span {
    transition: color .5s ease
}

.pricing-rates.left-wala:hover {
    background-color: #ff506e;
    cursor: pointer
}

.pricing-rates.left-wala:hover .title,
.pricing-rates.left-wala:hover span,
.pricing-rates.left-wala:hover ul li {
    color: #fff !important
}

.pricing-rates ul li {
    text-align: left;
    transition: color .5s ease
}

.pricing-rates ul li span {
    float: right
}

.pricing-rates .feature .feature-list {
    margin: auto auto 15px;
    font-size: 14px;
    position: relative
}

.pricing-rates.business-rate {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pricing-rates.business-rate:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 2;
    border-color: #ff506e
}

.pricing-rates.business-rate:hover .title {
    color: #ff506e
}

.pricing-rates.starter-plan {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2
}

.pricing-rates.best-plan {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-rates.best-plan .lable {
    width: 200px;
    position: absolute;
    top: 15px;
    right: -65px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.pricing-rates.best-plan .lable h6 {
    font-size: 12px
}

.pricing-rates.best-plan:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

#free_plan.pricing-rates {
    padding: 15px 10px;
    max-width: 340px;
    margin: 0 0 30px ;
}

#free_plan.pricing-rates .title {
    font-size: 20px;
    text-align: center;
}

#free_plan.pricing-rates .title .heading_tag {
    padding: 2px;
    border: 1px solid #2d3247;
    border-radius: 30px;
    display: inline-block;
    min-width: 120px;
    position: relative;
}

#free_plan.pricing-rates .title .heading_tag span {
    font-size: 16px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

#free_plan.pricing-rates .title .heading_tag span.t_price::after {
    content: '';
    display: block;
    background: #2d3247;
    height: 2px;
    width: 33px;
    position: absolute;
    top: 10px;
    left: -1px;
}

#free_plan.pricing-rates ul li {
    margin-bottom: 20px;
}

#free_plan.pricing-rates ul li .price_tag {
    padding: 4px;
    border: 1px solid #2d3247;
    border-radius: 30px;
    display: inline-block;
    min-width: 95px;
    text-align: center !important;
    position: absolute;
    right: 0;
    top: -5px;
}

#free_plan.pricing-rates ul li .price_tag span {
    font-size: 13px;
    line-height: normal;
    color: #2d3247;
    font-weight: 600;
    display: inline-block;
    float: none !important;
    clear: both;
    position: relative;
}

#free_plan.pricing-rates ul li .price_tag span.single_price::after {
    content: '';
    display: block;
    background: #2d3247;
    height: 1px;
    width: 25px;
    position: absolute;
    top: 9px;
    left: 0px;
}

#free_plan.pricing-rates ul li .price_tag .free {
    padding: 2px;
    border-radius: 30px;
    min-width: 50px;
}

.boundry {
    border: 1px solid grey;
    padding: 50px 15px;
    display: inline-block
}

.bg-cta {
    padding: 50px 0
}

.page-title {
    font-size: 20px
}

.event-schedule {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.event-schedule .date .day {
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #e9edfa;
    line-height: 48px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 2px .25px #2d3247;
    box-shadow: 0 0 2px .25px #2d3247
}

.event-schedule .date .month {
    font-size: 13px
}

.event-schedule .content .title {
    font-size: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.event-schedule .content .title:hover {
    color: #2d3247 !important
}

.event-schedule .content .location-time {
    font-size: 14px
}

.event-schedule:hover {
    /*    -webkit-transform: translateY(-5px);*/
    /*    transform: translateY(-5px);*/
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    border-color: #2d3247 !important;
    background: #f8f9fc !important
}

.team img {
    height: 200px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team .name:hover {
    color: #2d3247 !important
}

.team .team-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team:hover img {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    opacity: .2
}

.team:hover .overlay-team {
    opacity: .6
}

.team:hover .team-icon {
    opacity: 1
}


.footer {
background: linear-gradient(to bottom, #2d3247 0, #212534 100%)!important;
    padding: 30px 0;
    position: relative;
    color: #adb5bd;
}

.footer img {
    max-width: 100%
}

.footer .logo-footer {
    color: #f8f9fc;
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px
}

.footer .footer-head {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500
}

.footer .text-foot {
    color: #adb5bd
}

.footer .footer-list {
    margin-bottom: 0
}

.footer .footer-list li {
    margin-bottom: 10px
}

.footer .footer-list li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}


.footer .footer-list li a:hover {
    color: #e6e8ea
}

.footer .footer-list li a.sm_link {
    display: inline-block;
    min-width: 40px;
    color: #adb5bd;
    border: 2px solid #adb5bd;
    text-align: center;
    border-radius: 5px;
    line-height: 1;
}

.footer .footer-list li a.sm_link i {
    font-size: 22px;
    line-height: 36px;
    color: inherit;
}

.footer .footer-list li a i.fas.fa-phone {
    transform: rotate(92deg)
}

.footer .footer-list li a.sm_link:hover {
    background: #2d3247 !important;
    border-color: #2d3247 !important;
    color: #fff !important
}

.footer .footer-list li:last-child {
    margin-bottom: 0
}

.footer.footer-bar {
    padding: 30px 0;
	background:#212534 !important
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #333744
}

.services {
    padding-bottom: 100px;
    background-color: #f8f9fc
}












.experience-area{
    position:relative;
    z-index:1
}
.experience-content .sub-title{
    text-transform:uppercase;
    display:block;
    color:#31364b;
    font-weight:500;
    margin-bottom:10px
}
.experience-content h2{
    margin-bottom:15px;
    font-size:32px;
    font-weight:700
}
.experience-content .features-list{
    
width: 100%;
    
list-style-type:
    none;
    

    margin-bottom:0;
    margin-top:5px;
    
display: block;
    
overflow: auto;
    
padding: 0px;
}
.experience-content .features-list li{
    
width: 31%;
    
padding: 16px 10px;
    
background: #e6e7eb;
    
margin: 5px 5px;
    
float: left;
}
.experience-content .features-list li span{
    display:
    block;
    color:#252525;
    position:
    relative;
    font-weight:600;
    padding-left:40px;
    padding-top:5px
}
.experience-content .features-list li span i{
    position:
    absolute;
    left:0;
    top:0;
    width:30px;
    height:30px;
    text-align:
    center;
    line-height:30px;
    color:#fff;
    background-color: #31364b;
    z-index:1;
    border-radius:50%;
    font-size: 15px;
    -webkit-transition:.5s;
    transition:.5s
}
.experience-content .features-list li span i::after{
    content:
    '';
    position:
    absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color: #ff506e;
    border-radius:50%;
    z-index:-1;
    margin:2px 1px 1px 2px;
    -webkit-transition:.5s;
    transition:.5s
}
.experience-content .features-list li span:hover i{
    background-color:#31364b;
    color:#31364b
}
.experience-content .features-list li span:hover i::after{
    background-color:#fff
}
.experience-content .default-btn{
    margin-top:35px;
}
.experience-image{
    text-align:right;
position:relative;}















/************************************SIGN-UP************************************/

.sign-up-outer {
    border: 1px solid #dddddd;
    padding: 10px 15px;
    border-radius: 5px;
}

#signup_page_fbx {
    padding: 10px 20px;
}

#signup_page_fbx .sign-up-right {
    padding-top: 9px;
    padding-bottom: 18px;
}

.sign-up-outer .box_heading {
    margin: 10px auto;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    color: #161c2d;

}

.sign-up-right {
    padding: 6px 0px 12px 60px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid rgba(68, 102, 216, 0.4);
}

.sign-up-right img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 45%;
    left: 0px;
    transform: translateY(-50%);
    object-fit: cover;
}

.sign-up-right h5 {
    font-weight: 700;
    font-size: 16px;
    color: #2d3247;
    margin-top: 5px;
    margin-bottom: 0px;
}

.sign-up-right p {
    margin-bottom: 0px;
    font-size: 14px;
}


/*******************************PLACE ORDER*******************************/

/**********************PLACEORDER PAGE***************************/

.order {
    padding-top: 30px;
    padding-bottom: 60px;
    overflow: hidden;
}

.order-set h4 {
    color: #777777;
}

.order-set label {
    color: #161c2d;
}

.order-set .form-control:not(textarea) {
    height: auto !important;
    padding: 6px 10px;
}

.order-set .form-control.nice-select {
    height: calc(1.5em + .75rem + 5px);
}

#placeOrderForm .form-control {
    height: auto !important;
    padding: 5px 10px;
    border: 1px solid #e3dede;
    margin-bottom: 0 !important;
    resize: none
}

#placeOrderForm .form-control#txt_now {
    pointer-events: none !important
}

#placeOrderForm select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/dropdown-icon.png');
    background-repeat: no-repeat;
    background-position: 99% 50%;
}

#placeOrderForm select.form-control::-ms-expand {
    display: none;
}

#placeOrderForm .form-control::placeholder {
    color: #a1a7ad !important;
    font-style: italic !important;
    font-size: 1rem;
    line-height: 1.5;
}

#placeOrderForm .form-control:focus::placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus::-webkit-input-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus:-moz-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus::-moz-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-control:focus:-ms-input-placeholder {
    opacity: 0 !important
}

#placeOrderForm .form-group .input-group {
    position: relative;
    text-align: center;
    padding: 0 45px;
}

#placeOrderForm .form-group .input-group > .form-control {
    text-align: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 3px;
}

#placeOrderForm .form-group .input-group > .form-control::-webkit-outer-spin-button,
#placeOrderForm .form-group .input-group > .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#placeOrderForm .form-group .input-group > .form-control[type=number] {
    -moz-appearance: textfield;
}

#placeOrderForm .form-group .input-group > span {
    display: inline-block;
    width: 40px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    top: 0px;
    z-index: 11;
}

#placeOrderForm .form-group .input-group span.q_minus,
#placeOrderForm .form-group .input-group span.q_minus_ref {
    left: 1px;
    text-align: left;
}

#placeOrderForm .form-group .input-group span.q_plus,
#placeOrderForm .form-group .input-group span.q_plus_ref {
    right: 1px;
    text-align: right;
}

#placeOrderForm .form-group .input-group > span i {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #2d3247;
    border: 1px solid #2d3247;
    border-radius: 3px;
    position: relative;
    top: 0px;
    width: 40px;
    line-height: 34px;
    cursor: pointer;
}

#placeOrderForm .form-group .input-group > span i:hover {
    background: #fff;
    color: #2d3247 !important
}

.custom-check {
    border: 1px solid #e3dede;
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer !important;
}

.custom-check input {
    cursor: pointer !important
}

.order-table {
    width: 100%;
    margin-bottom: 10px;
}

.order-table tr {
    border-bottom: 1px solid #e3dede;
}

.order-table tr td {
    padding: 5px 6px;
    color: #777777;
}

.order-set .nice-select {
    float: none;
    line-height: 28px;
    border: 1px solid #e3dede;
}

.order-set .nice-select .list {
    width: 100%;
    max-height: 160px;
    overflow-y: auto;
}

.question {
    font-size: 8px;
    color: #2d3247;
    border: 1px solid #2d3247;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 12px;
    text-align: center;
    position: relative;
    top: -4px;
    left: 5px;
}

.order-set label {
    position: relative;
    margin-bottom: 0 !important;
}

.order-set label.promo-tool {
    display: none !important;
}

.order-set .form-group {
    margin-bottom: 10px;
    align-items: center;
}

.tool {
    position: absolute;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 10px;
    background-color: #2d3247;
    width: 280px;
    white-space: normal;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    line-height: 16px;
    transition: all 500ms ease;
    top: -10px;
    z-index: -1;
    transform: translate(0%, -100%);
    left: 50%;
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight: 300;
    opacity: 0;
    text-align: center;
}

.fw-700 {
    font-weight: 700;
}

.custom-check .tool-wrap .tool {
    left: 50%;
    bottom: inherit;
    top: 0%;
    transform: translate(-100%, -105%);
}

.promo-tool .tool-wrap .tool {
    transform: translate(-50%, -105%);
}

.question:hover {
    background-color: #ff506e;
    color: white;
    cursor: pointer;
}

.question:hover .tool {
    opacity: 1;
    z-index: 99;
}

.order-header {
    padding-top: 30px;
    text-align: center;
}

.order-header h2 {
    font-size: 36px;
}

.order-header img {
    margin: 0 auto;
}

.order-header.privacy-head {
    padding-top: 40px;
}

.border-order {
    border: 1px solid #e3dede;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.border-order h4 {
    font-size: 20px;
    margin-bottom: 5px !important;
}

#placeOrderForm .promo-tool {
    display: none;
}

#placeOrderForm #promo_code {
    margin: 10px auto 0 !important;
}

#placeOrderForm .btn_RedeemPromo {
    padding: 0;
    color: #ff506e;
    font-weight: 700;
    border: 0;
    outline: none !important;
    text-decoration: underline !important;
    background: none !important;
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: 25px;
    text-align: center;
}

#placeOrderForm .btn_RedeemPromo:hover {
    color: #ff506e;
}

#placeOrderForm #btn_OrderNow {
    color: #fff !important;
    width: 100%;
    box-shadow: 0 1px 5px 1px #ff506e;
    -webkit-box-shadow: 0 1px 5px 1px #ff506e;
    border: 0px;
    text-align: center;
    margin: 20px auto 0;
    display: block;
    outline: none !important;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#placeOrderForm #btn_OrderNow .btn_text {
    font-weight: 600;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 1;
}

#placeOrderForm #btn_OrderNow .bg_default {
    background: #ff506e;
    width: 100% !important;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#placeOrderForm #btn_OrderNow:hover {
    -webkit-box-shadow: 0 1px 5px 1px #ff506e;
    box-shadow: 0 1px 5px 1px #ff506e;
}

#placeOrderForm #btn_OrderNow:hover .bg_default {
    background: #ff506e;
}

#placeOrderForm #btn_OrderNow .bg_loading {
    background: #ff506e !important;
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes changescolor {
    from {
        color: #ff506e;
    }

    to {
        color: #fff;
    }
}

@-webkit-keyframes changescolor {
    from {
        color: #ff506e;
    }

    to {
        color: #fff;
    }
}

/*******************************PLACE ORDER*******************************/
/*login form*/
.form_container {
    border: 1px solid #ddd;
    padding: 30px 0px 0px;
    border-radius: 4px;
}

.form_container label {
    color: #161c2d;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    margin: 0 auto 2px;
    line-height: 23px;
    font-weight: 600;
}

.form_container .form-group {
    margin-bottom: 20px;
}

.form_container .form-control {
    padding: 10px !important;
    margin-bottom: 20px !important;
    color: #5a5757;
    font-size: 15px !important;
    line-height: normal !important;
    height: auto !important;
    border-radius: 3px !important;
    border: 1px solid rgba(119, 119, 119, 0.53);
}

.form_container input.form-control::placeholder {
    color: #5a5757 !important;
    font-style: italic !important;
    font-size: 14px;
}

.form_container input.form-control:focus::placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus::-webkit-input-placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus:-moz-placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus::-moz-placeholder {
    opacity: 0 !important
}

.form_container input.form-control:focus:-ms-input-placeholder {
    opacity: 0 !important
}

.form_container .intl-tel-input.allow-dropdown .selected-flag {
    width: auto;
    min-width: 96px;
}

.form_container .intl-tel-input.allow-dropdown .selected-flag {
    width: auto;
    min-width: 96px;
}

.form_container .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 25px !important;
}

.form_container .form-control#phone {
    padding-left: 105px !important;
}

.form_wraper {
    padding: 0px 30px;
}

.cancel_area h4 .user_link {
    color: #ff506e;
}

.cancel_area h4 .user_link:hover {
    color: #ff506e !important
}

.cancel_area {
    background: #f5f5f5;
    padding: 20px 0px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.cancel_area h4 {
    margin: 0 auto 10px;
    font-size: 18px;
    text-transform: none !important;
    line-height: 20px;
    color: #333;
    font-weight: 500;
}

.form_wraper .rset_sec {
    margin-top: -15px;
}

.form_wraper .rset_sec .reset_link {
    color: #ff506e !important;
    font-size: 15px;
    text-decoration: none !important;
}

.form_wraper .rset_sec .reset_link:hover {
    color: #ff506e !important
}

.btn_cmn {
    background: #ff506e;
    color: #fff;
    display: inline-block;
    padding: 12px;
    border: 0;
    font-size: 17px;
    width: 190px;
    outline: none !important;
}

.btn_cmn:hover {
    background-color: #ff506e;
}

.formBtm_btn {
    background: #ff506e;
    color: #fff !important;
    display: block;
    padding: 12px;
    border: 0;
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
}

header #order_btn {
    display: block;
    min-width: 111px;
}

#order_btn {
    display: block;
    width: 100%;
}

.formBtm_btn:hover {
    background-color: #ff506e;
}

#orderDetails-wrape .order_details_tbl th {
    font-size: 17px;
    font-weight: 700;
    color: #ff506e;
}

#orderDetails-wrape {
    box-shadow: 0px 0px 4px 0px #212121;
    -webkit-box-shadow: 0px 0px 4px 0px #212121;
}

#orderDetails-wrape .order_details_tbl {
    border-top: 2px solid #2d3247;
    border-bottom: 2px solid #2d3247;
    margin-bottom: 0;
}

#orderDetails-wrape .order_details_tbl td {
    color: #575757;
    font-size: 15px;
}

#orderDetails-wrape .order_details_tbl td .status {
    display: block;
    margin-bottom: 5px;
}

/*******************************PLACE ORDER*******************************/

#home {
    padding: 120px 0 75px;
}

.feature-set {
    margin-top: 20px
}

.hbox-2 {
    display: inline-block;
    margin-bottom: 20px
}

.hbox-2 i {
   font-size: 36px;
    color: #fff;
    float: left;
    transition: transform .5s ease;
    margin-right: 5px;
    margin-top: 25px;
    margin-left: -5px;
}

.hbox-2:hover i {
    transform: rotate(360deg)
}

.hbox-2 .hbox-2-txt p {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    padding-top: 30px;
    text-align: left;
}

.login_page span.big-money {
    font-size: 22px;
    color: #2d3247;
    font-weight: 700;
}

.message_box {
    border: 3px solid #c0c0c0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.message_box p {
    padding: 10px 0px;
    margin: 0px;
    font-size: 14px;
    text-transform: capitalize;
}

.promo-error-container .message_box p.text-success {
    color: #2d3247 !important;
}

.hbox-2 .hbox-2-txt p span.big-money {
    text-decoration: line-through;
    font-size: 24px;
    color: #2d3247;
    font-weight: 700;
}

#owl-fade + .owl-nav button,
#owl-fade + .owl-nav + .owl-dots button {
    display: none !important
}

.hot {
    font-size: 24px;
    color: #2d3247;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    box-shadow: 0 0 0 0 rgba(47, 85, 212, .5);
    animation: blink 2s linear infinite;
    border: 5px solid #2d3247;
    display: inline-block;
    font-size: 24px !important;
    margin-left: 10px;
}

.seal {
    float: right;
    margin-top: 5px;
    padding-left: 0;
}

.seal a {
    color: #2d3247 !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
}

.seal a.btn {
    width: 110px;
}

.features i {
    font-size: 48px;
    color: #ff506e
}

.seal a.btn.phone {
    width: 170px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 20px !important;
}

.login-form .intl-tel-input .selected-flag .iti-arrow {
    right: 5px;
}

#how-to img {
    width: 100%
}

#how-to .feature-list li i {
    float: left;
    line-height: 24px
}

@keyframes blink {
    0% {
        box-shadow: 0 0 0 3px rgba(47, 85, 212, .8)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(47, 85, 212, .3)
    }

    100% {
        box-shadow: 0 0 0 15px rgba(47, 85, 212, 0)
    }
}

.calculate-set {
     margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.calculate-set h5 {
    margin: 0 0 5px;
}

.calculate-set i {
    float: left;
    font-size: 40px;
    color: #2d3247;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 60px
}

.calculate-set p {
    padding-left: 57px;
    line-height: 1.6;
    color: gray
}

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 170px;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.flip-box.fbx1 {
    margin-top: 100px;
}

.flip-box .counter-box {
    text-align: center;
    padding: 30px 15px;
}

.flip-box .counter-head {
    font-size: 19px;
    line-height: 1.1;
    font-weight: 800;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 170px;
    text-align: center;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d
}

.flip-box-back,
.flip-box-front {
    position: absolute;
    width: 100%;
    height: 170px
}

.flip-box-front {
    color: #000;
    transition: transform .8s;
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: rotateY(0)
}

.flip-box-back {
    color: #fff;
    transform: rotateY(180deg);
    transition: transform .8s;
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.flip-box:hover .flip-box-inner .flip-box-front {
    transform: rotateY(180deg)
}

.flip-box:hover .flip-box-inner .flip-box-back {
    transform: rotateY(360deg)
}

.flip-box-back h5 {
    font-size: 16px
}

.location-time {
    margin-bottom: 0 !important
}

.location-time i {
    color: #ffe400
}

.flags {
    padding: 6px 0;
    border: 1px solid #ced4da;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.flags a {
    color: #6c757d;
    font-size: 13px
}

.flags .dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: 3px;
    margin-right: 5px
}

.flags .dropdown-toggle img {
    width: 25px;
    height: 12px;
    padding-left: 6px
}

#counter .counter-box i {
    color: #ff506e;
    font-size: 48px
}

.counter {
    padding: 70px 0
}

.how-2 .feature-list li {
    margin-bottom: 50px
}

.how-2 .feature-list li i {
    position: relative
}

.how-2 .feature-list li i::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #0ff;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.secure-seal {
    margin: 0 auto;
    margin-top: 10px
}

.secure-seal img {
    width: 100%;
    transform: translateX(-10px)
}

.secure-seal2 {
    width: 90%;
    margin: 0 auto
}

.tabcontent {
    position: absolute;
    transition: opacity .5s linear
}

.how-2 {
    padding: 50px 0
}

.order2 {
    padding: 70px 0
}

.bg1 {
    height: 550px;
    width: 72%;
    background-size: contain;
    background-position: right;
    left: 110px;
    top: 13%;
    background-repeat: no-repeat
}

.bg2 {
    height: 550px;
    width: 72%;
    background-size: contain;
    left: 110px;
    background-position: right;
    top: 13%;
    background-repeat: no-repeat
}

.bg3 {
    height: 550px;
    width: 72%;
    background-size: contain;
    left: 110px;
    background-position: right;
    top: 13%;
    background-repeat: no-repeat
}

.bg4 {
    height: 550px;
    width: 72%;
    background-size: contain;
    left: 110px;
    background-position: right;
    top: 13%;
    background-repeat: no-repeat
}

.tab-set {
    position: relative
}

.custom-tab button {
    display: inline-block;
    border: none;
    width: 70%;
    background-color: transparent;
    position: relative;
    margin: 20px auto 20px auto;
    padding: 15px 0;
    border-radius: 35px;
    transition: all .5s linear;
    border: 1px dashed #ff506e;
    font-size: 20px;
    outline: none !important
}

.custom-tab button i {
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: #ff506e;
    border-radius: 50%;
    line-height: 30px;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translateX(-50%)
}

.custom-tab button.active {
    background-color: #ff506e;
    color: #fff
}

.features i {
    transition: color .5s ease;
    position: relative;
    line-height: 40px
}

.features i::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    -webkit-transform: rotate(22deg) translateX(-50%);
    transform: rotate(22deg) translateX(-50%);
    background-color: #f1f4fc;
    z-index: -1;
    left: 50%;
    transition: background-color .5s ease
}

.features:hover i {
    color: #fff
}

.features:hover i::after {
    background-color: #2d3247
}

#calculate {
    padding: 100px 0
}

a.btn {
        min-width: 255px;
    padding: 8px 4px
}

.btn-set2 a.btn {
    width: 268px
}

.btn-set3 a.btn {
    width: auto;
    padding: 8px 15px
}

.btn-set4 a.btn {
    width: 333px
}

a.btn.btn-primary {
    color: #2d3247 !important;
    background-color: transparent !important;
    transition: all .5s ease
}

a.btn.btn-success {
    color: #ff506e !important;
    background-color: transparent !important;
    transition: all .5s ease
}

a.btn.btn-primary.black-btn2,
.redeem,
#order_btn {
    color: #fff !important;
    background-color: #2d3247 !important;
    border: 2px solid #2d3247;

}

.btn_cmn.redeem.w-100 {
    border-radius: 3.5px;
}

.btn_cmn.redeem.w-100:hover {
    background-color: #fff !important;
    color: #2d3247 !important;
}

.preview-set a.redeem {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 7px 12px;
}

.preview-set a.redeem.reverse {
    background-color: transparent !important;
    color: #2d3247 !important;
}

.preview-set a.redeem.reverse:hover {
    background-color: #2d3247 !important;
    color: white !important;
}

.pb-30 {
    padding-bottom: 30px;
}

a.btn.btn-success.black-btn2 {
    color: #fff !important;
    background-color: #ff506e !important;
    border: 2px solid #ff506e
}

a.btn.btn-success.black-btn {
    color: #fff !important;
    background-color: #ff506e !important;
    transition: all .5s ease;
    border: 2px solid transparent
}

#topnav .sm_link {
    display: inline-block;
    min-width: 40px;
    color: #2d3247 !important;
    border: 2px solid #2d3247;
    border-radius: 8px;
    text-align: center;
    margin: 0;
    padding: 0 !important;
    outline: none aliceblue;
    position: relative;
    top: 5px;
}

#topnav .sm_link:hover {
    color: #fff !important;
    background: #2d3247;
}

#topnav .sm_link i {
    color: inherit;
    font-size: 22px;
    ;
    line-height: 36px;
    font-weight: 400 !important;
}

a.btn.btn-primary.black-btn {
    color: #fff !important;
    background-color: #2d3247 !important;
    transition: all .5s ease;
    border: 2px solid transparent
}

a.btn.btn-primary.black-btn:hover {
color: #ff506e !important;
    background-color: transparent !important;
    border: 2px solid #ff506e;
}

a.btn.btn-success.black-btn:hover {
color: #fff !important;
    background-color: #ff506e !important;
    border: 2px solid #ff506e;
}

a.btn.btn-primary.black-btn2:hover,
.redeem:hover,
#order_btn:hover {
    color: #2d3247 !important;
    background-color: transparent !important
}

a.btn.btn-success.black-btn2:hover {
    color: #ff506e !important;
    background-color: transparent !important
}

.redeem {
    transition: all 500ms ease;
}

a.btn.btn-primary.black-btn2-2 {
    border: 2px solid #2d3247;

}

a.btn.btn-primary.black-btn2-2:hover {
    color: white !important;
    background-color: #2d3247 !important;
}

a.btn.btn-success.black-btn2-2:hover {
    color: #ff506e !important;
    background-color: transparent !important
}

section.section.pb-0.uni-section h3, section.section.pb-0.uni-section p {
    color: #fff !important;
}

#pop-up {
    padding-top: 25vh
}

.modal_closed {
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

.modal-backdrop {
    display: none
}

.pop-up {
    background-color: rgba(0, 0, 0, .8)
}

.payment {
    width: 115%
}

#pop-up .pop-up-modal {
    max-width: 767px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
}

.pop-up-set img {
    width: 100%;
    height: 410px;
    object-fit: contain;
    background-color: #000;
    border-radius: 10px 0px 0px 10px;
}

#pop-up .count-down,
.email-landing .count-down {
    padding-left: 0;
    margin-bottom: 0
}

#pop-up .count-down li,
.email-landing .count-down li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background-color: #2d3247;
    border-radius: 5px;
    padding: 5px 5px
}

#pop-up .count-down li p,
.email-landing .count-down li p {
    margin-bottom: 0
}

#pop-up .count-down li span {
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #212121;
    border-radius: 5px;
    display: inline-block;
    line-height: 40px
}

.email-landing .count-down li span {
    font-size: 48px
}

.email-landing .count-down li {
    width: 100px;
    margin-right: 10px;
    width: 80px;
    box-shadow: 3px 3px 5px 2px grey
}

.counter3 .count-down {
    display: flex
}

#pop-up .pop-up-set h1 {
    background-color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 10px
}

#pop-up .pop-up-set hr {
    width: 235px;
    border-top: 1px solid grey;
}

#pop-up .pop-up-set h3 {
    font-size: 17px;
    margin-bottom: 10px
}

#pop-up .pop-up-set h2 {
    font-size: 18px
}

.pop-close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #2d3247;
    position: absolute;
    right: -40px;
    top: -15px;
    color: #fff
}

.hide_discountmodal {
    cursor: pointer !important
}

.pop-close:hover {
    cursor: pointer
}

.pop-close-2 {
    color: grey
}

.modal-button {
    position: absolute;
    z-index: -9999;
    background-color: transparent;
    border: none
}

.privacy {
    padding: 0 0
}

.privacy-title {
    background-image: linear-gradient(rgba(47, 85, 212, 1), rgba(0, 0, 0, .5)), url(../images/cta-2.png);
    padding: 150px 0 50px;
    background-size: cover;
    background-position: center;
}

.privacy-title .page-next-level .title {
    font-size: 48px
}

.thank {
    padding-bottom: 0;
    padding-top: 50px
}

.thank-bg {
    background-image: url(../images/cta-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 60px;
    background-attachment: fixed;
    margin-top: 50px
}

.thank-bg h2 {
    font-size: 48px;
    color: #fff
}

.thank-feature {
    padding: 50px 0
}

.email-landing {
    margin-bottom: 20px
}

.email-land-set {
    border: 1px solid #2d3247;
    margin: 20px auto;
    background-color: #f3f3f3
}

.email-land-set td {
    padding: 30px 20px
}

#signup_content_area {
    padding: 100px 0 60px;
}

#preview_page_content {
    padding: 105px 0 60px;
}

.preview .form_headline,
.order .form_heading {
    color: #525252;
    font-size: 22.3px;
    line-height: 1.2;
    margin: 0 0 25px;
    text-align: left
}

.preview {
    padding: 30px 0px 60px 0px;
}

.order_sidebar {
    max-width: 400px;
    margin: 0 0 0 auto;
}

#placeorder_sidebar.order_sidebar .pricing_detail_bx {
    text-align: center;
}

.order_sidebar .pricing_detail_bx .box_title {
    font-size: 18px;
    font-weight: 700;
    color: #161c2d;
    text-transform: uppercase;
}

.preview-table {
    text-align: left;
    border-top: 2px solid #2d3247;
    margin-bottom: 0px;
}

.preview-table tr td {
    padding: 10px;
    font-size: 15px;
    line-height: 1.4;
}

.preview-table tr td .guideline_content {
    height: 75px;
    overflow-y: scroll;
    word-wrap: anywhere;
}

.preview-table tr td.label {
    font-weight: 700;
    color: #212121;
}

.preview-table tr td.tbl_head {
    color: #007bff !important;
}

.preview-table tr td.label.lbl_guideline {
    vertical-align: top
}

.preview-table tr td .order_amount {
    font-weight: 700;
    font-size: 22px;
    color: #ff506e;
}

.preview-table tr:nth-child(odd) {
    background-color: #f2f2f2
}

/*Order price box*/
.pricing_detail_bx {
    padding: 20px 40px;
    /*    box-shadow: 0 0 1px 0px #ddd;*/
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.pricing_detail_bx .cost_checklist {
    padding: 15px 0;
    margin: 0 auto;
    text-align: left;
    list-style-type: none;
    position: relative;
    border-top: 2px dotted #ddd;
    /*    border-bottom: 2px dotted #ddd;*/
}

.pricing_detail_bx .cost_checklist li {
    font-size: 15px;
    line-height: 1;
    display: block;
    position: relative;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #212529;
}

.pricing_detail_bx .cost_checklist li span {
    display: inline-block
}

.pricing_detail_bx .cost_checklist li:nth-last-child(1) {
    margin-bottom: 0;

}

.pricing_detail_bx .cost_checklist li span.p_tag {
    position: absolute;
    right: 0;
}

.pricing_detail_bx #free_plan.pricing-rates {
    padding: 0 6px;
    border: 0;
    box-shadow: none !important;
    margin: 30px auto 0;
}

.pricing_detail_bx .pricing-rates .feature .feature-list {
    line-height: 0.7;
}

.pricing_detail_bx #free_plan.pricing-rates ul li .price_tag {
    min-width: 85px;
    padding: 0;
    border: 0;
    top: 0px;
}

.pricing_detail_bx #free_plan.pricing-rates ul li .price_tag span.single_price::after {
    top: 8px;
}

.pricing_detail_bx #free_plan.pricing-rates ul li .price_tag .free {
    padding: 2px 2px 1px;
    border-radius: 30px;
    min-width: 50px;
}

.pricing_detail_bx .price_box {
    padding-bottom: 25px;
    border-bottom: 2px dotted #ddd;
}

.pricing_detail_bx .price_box h4 {
    font-size: 19px;
    font-weight: 700;
    text-align: left;
    background: #fff;
    box-shadow: 5px 5px 35px 10px rgba(0, 0, 0, .15);
    padding: 15px;
    border-radius: 10px;
    position: relative;
    color: #ff506e;
    line-height: 1;
}

.pricing_detail_bx .price_box h4 span {
    display: inline-block;
}

.pricing_detail_bx .price_box h4 .order_price {
    position: absolute;
    right: 15px;
}

.pricing_detail_bx .price_box h4 .order_price .discounted_price {
    color: #666;
    position: relative;
    margin-right: 1px;
    padding: 0px 2px;
    font-size: 14px;
    display: none !important;
}

.pricing_detail_bx .price_box h4 .order_price .total_cost {
    font-size: 18px;
    font-weight: 700;
    color: #ff506e;
}

.pricing_detail_bx .price_box .btn_proceed {
    color: #fff !important;
    background: #2d3247;
    padding: 10px;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 1px 5px 1px #2d3247;
    border: 2px #2d3247;
    border-radius: 30px;
    outline: none !important
}

.pricing_detail_bx .price_box .btn_proceed:hover {
    background: #ff506e;
    box-shadow: 0 1px 5px 1px #ff506e;
}

#userarea_counter h4 {
    font-size: 18px;
    font-weight: 700;
    color: #161c2d;
}

#userarea_counter .count-down li span {
    font-size: 32px;
    line-height: 1.3;
}

.preview-set ul li h3 {
    font-size: 26px;
    color: #fff;
    background-color: #2d3247;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 10px
}

.preview-set ul li {
    transition: all .5s ease
}

.preview-set ul li:hover {
    background-color: #2d3247
}

.preview-set ul li:hover a {
    color: #fff !important
}

.preview-set ul li a {
    padding: 20px 20px;
    display: block;
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    transition: all .5s ease;
}

.preview-set ul li a i {
    font-size: 20px
}

.preview-set ul {
    list-style: none;
    padding-left: 0;
}

.return {
    padding: 65px 0
}

.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden
}

.expert {
    width: 50%
}

.bounce-effect {
    animation: bouncing 2s linear infinite
}

.btn-effect {
    width: 268px;
    animation: blinking 1.2s linear infinite;
    background-color: #2d3247;
    border: 2px solid #2d3247
}

.cc-window {
    z-index: 9999999999
}

@keyframes blinking {
    0% {
        color: #2d3247;
        background-color: #fff
    }

    49% {
        color: #2d3247;
        background-color: #fff
    }

    50% {
        color: #fff;
        background-color: #2d3247
    }

    100% {
        color: #fff;
        background-color: #2d3247
    }
}

.btn-effect:hover {
    animation-play-state: paused;
    background-color: #fff !important;
    color: #2d3247 !important
}

@keyframes bouncing {

    0%,
    10%,
    26%,
    40%,
    50% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    20%,
    21% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -16px, 0);
        transform: translate3d(0, -16px, 0)
    }

    35% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0)
    }

    45% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce-effect:hover {
    animation-play-state: paused
}

.choose_section .main-title span.static_text {
    display: block;
}

.sample {
    padding: 50px 0px;
}

#owl-sample {
    display: block;
}

#owl-sample .owl-wrapper-outer {
    padding: 30px 0px;
}

.sample-set {
    box-shadow: 0px 2px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    background-color: #f3f3f3;
    padding: 35px 10px 35px 25px;
    margin: 0px 18px;
    max-height: 160px;
}

.sample-left h4 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 50px;
    line-height: 50px;
    height: 50px;
}

.sample-left h4 span {
    line-height: 24px;
    display: inline-block;
}

.sample-left h4 img {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sample-left p {
    line-height: 1;
    margin-bottom: 0;
}

.sample-right {
    margin-top: 5px;
}

.sample-right p {
    line-height: 18px;
    margin-bottom: 0;
}

.sample-right a:nth-of-type(1) {
    display: inline-block;
    padding: 6px 0px;
    background-color: #ff506e;
    text-transform: uppercase;
    color: white;
    width: 115px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
}

.sample-right a:nth-of-type(2) {
    display: inline-block;
    padding: 6px 0px;
    background-color: #2d3247;
    text-transform: uppercase;
    color: white;
    width: 150px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
}

/*** SAMPLE MODAL ***/

#Sample_Modal {
    background: rgba(0, 0, 0, 0.9);
}

#Sample_Modal .modal-dialog {
    width: 100%;
    max-width: 70%;
    margin: 50px auto auto;
}

#Sample_Modal .responsive-wrapper-padding-bottom-90pct {
    padding-bottom: 90%;
    position: relative;
}

#Sample_Modal .modal-dialog iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

#Sample_Modal .modal-dialog .modal-body {
    padding: 0.25rem;
}

#Sample_Modal .close {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 99;
    width: 35px;
    height: 35px;
    color: white;
    background-color: #20b57b;
    border-radius: 50%;
    text-align: center;
    opacity: 1;
    line-height: 35px;
}

#Sample_Modal .set-border-cicis-menu-to-go {
    border: 3px solid grey;
}

/*Tablet and Desktop query*/
@media only screen and (min-width:768px) {
    #topnav .dropdown:hover > .dropdown-menu {
        display: block;
        transition: all .5s;
    }

    .navbar-toggle {
        display: block
    }

    .mobile_service {
        display: none !important;
    }

    .btns_xs {
        display: none;
    }

    .hidden-md {
        display: none
    }

    .sidebar_sticky {
        background: #fff;
        position: fixed;
        max-width: 400px;
        top: 80px;
        z-index: 11;
        margin-left: 33px;
    }

    .sidebar_sticky_abs {
        background: #fff;
        position: absolute;
        max-width: 400px;
        margin-left: 33px;
        top: 426px;
        z-index: 11;
    }

    .sidebar_sticky_abs_error {
        background: #fff;
        position: absolute;
        max-width: 400px;
        margin-left: 33px;
        top: 354px;
        z-index: 11;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #topnav .navbar_btns {
        padding: 0 !important;
    }

    #topnav .navbar_btns li a {
        font-size: 12px;
        padding: 5px;
        min-width: 50px;
    }

    .title-heading {
        padding-top: 0;
        margin-top: 0 !important;
    }

    .title-heading .heading {
        font-size: 52px;
        line-height: 1;
        letter-spacing: 0px;
        font-weight: 700;
    }

    .recent-review {
        padding: 6px 10px 7px 64px;
    }

    .recent-review .avatar {
        left: 5px;
    }

    .stats-rate {
        padding: 5px 10px;
        margin: 0 5px 15px !important;
        text-align: left;
        display: flex !important
    }

    .stats-rate h4 {
        margin-left: 15px !important;
    }

    .skills.desktop.d-sm-block.d-none.mt-4 {
        margin-top: 5px !important;
    }

    .subject-select {
        width: 170px;
        height: 45px;
        line-height: 45px;
    }

    .stats-star {
        text-align: left;
    }

    .subject-form-set button {
        height: 45px;
        line-height: 45px;
    }

    .recent-review-left p {
        font-size: 12px;
    }

    .recent-review-left span {
        font-size: 11px;
    }

    #placeOrderForm .btn_RedeemPromo {
        font-size: 13px;
    }

}

@media only screen and (min-width:992px) {

    #topnav .navigation-menu > li:hover > .menu-arrow {
        border-color: #2d3247
    }

    #topnav .navigation-menu > li.active > a,
    #topnav .navigation-menu > li:hover {
        color: #2d3247 !important
    }

    #topnav .navbar-toggle {
        display: none
    }

    #topnav #navigation {
        display: block !important
    }

    #topnav.scroll {
        top: 0
    }
}

@media only screen and (min-width:1200px) {
    .btn-set3 {
        display: flex;
        justify-content: space-around
    }
}

@media only screen and (max-width:1199px) {
    .sample-set {
        max-height: inherit;
    }

    .sample-set .sample-right a {
        margin-top: 10px;
    }

    .btn-set3 a.btn {
        padding: 8px
    }

    .seal a {
        margin-left: 0px;
    }

    .seal a.btn {
        width: 95px;
    }

    .seal a.btn.phone {
        width: 170px;
    }

    .logo img {
        width: 200px;
    }

    .hot {
        display: none;
    }

    .home-shape-bottom2,
    .home-shape-bottom3 {
        display: none
    }

    .border-order h4 {
        font-size: 18px;
    }

    .stats-rate {
        text-align: center;
        display: inherit;
        margin: 0 5px;
    }

    .stats-rate h4 {
        margin-left: 0px;
    }

    .stats-rate img {
        margin-right: 0px;
        display: block;
        margin: 0 auto;
    }

}

@media only screen and (max-width:991px) {
    #topnav {
        background-color: #2d3247;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        min-height: 60px;
        padding: 9px 0;
    }

    .seal a.btn {
        width: 130px;
    }

    .hot {
        display: inline-block;
    }

    #topnav .navigation-menu > li > a {
        color: #3c4858;
        padding: 8px 15px !important;
    }

    #topnav .sm_link {
        min-width: 45px
    }

    #topnav .sm_link i {
        line-height: 42px;
    }

    #topnav .menu-extras .menu-item {
        border-color: #8492a6
    }

    #navigation {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        display: none;
        height: auto;
        padding-bottom: 0;
        overflow: auto;
        border-top: 1px solid #f1f3f9;
        border-bottom: 1px solid #f1f3f9;
        background-color: #fff
    }

    #navigation.open {
        display: block;
        overflow-y: auto
    }

    .hbox-2.border-right {
        border-right: 0 !important
    }

    #topnav #nav_responsive {
        position: relative;
        top: 10px;
        background-color: #f0f8ff;
        padding: 0;
        margin: 0px;
    }

    #topnav #nav_responsive.navbar-collapse.collapse.show {


        transition: all 0.3s linear;
    }

    #topnav .navbar_btns {
        padding: 0 0 10px 15px;
    }

    .title-heading .heading {
        font-size: 45px
    }

    .features {
        text-align: center
    }

    .custom-tab button {
        font-size: 16px
    }

    .footer .footer-head {
        margin-top: 20px
    }

    .secure-seal img {
        width: 50%
    }

    .hbox-2 .hbox-2-txt p {
        padding-top: 0;
        margin-bottom: 0;
    }

    .hbox-2 i {
        margin-top: 1px
    }

    @keyframes bouncing {

        0%,
        100%,
        20%,
        53%,
        80% {
            -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            animation-timing-function: cubic-bezier(.215, .61, .355, 1);
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

        40%,
        43% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0)
        }

        70% {
            -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            animation-timing-function: cubic-bezier(.755, .05, .855, .06);
            -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0)
        }

        90% {
            -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0)
        }
    }

    #navigation {
        padding-bottom: 25px;
    }

    .subject-set {
        margin-top: 30px;
    }

    .Level-text {
        transform: translate(-50%, -100%);
        left: 51%;
    }

    #owl-6.owl-theme .owl-controls .owl-pagination,
    #owl-7.owl-theme .owl-controls .owl-pagination,
    #owl-8.owl-theme .owl-controls .owl-pagination,
    #owl-9.owl-theme .owl-controls .owl-pagination,
    #owl-10.owl-theme .owl-controls .owl-pagination,
    #owl-11.owl-theme .owl-controls .owl-pagination,
    #owl-12.owl-theme .owl-controls .owl-pagination,
    #owl-13.owl-theme .owl-controls .owl-pagination,
    #owl-14.owl-theme .owl-controls .owl-pagination,
    #owl-15.owl-theme .owl-controls .owl-pagination,
    #owl-16.owl-theme .owl-controls .owl-pagination,
    #owl-17.owl-theme .owl-controls .owl-pagination,
    #owl-18.owl-theme .owl-controls .owl-pagination,
    #owl-19.owl-theme .owl-controls .owl-pagination,
    #owl-20.owl-theme .owl-controls .owl-pagination,
    #owl-21.owl-theme .owl-controls .owl-pagination,
    #owl-22.owl-theme .owl-controls .owl-pagination,
    #owl-23.owl-theme .owl-controls .owl-pagination,
    #owl-24.owl-theme .owl-controls .owl-pagination,
    #owl-25.owl-theme .owl-controls .owl-pagination,
    #owl-26.owl-theme .owl-controls .owl-pagination,
    #owl-27.owl-theme .owl-controls .owl-pagination {
        text-align: center;
    }

    .sign-up-outer {
        margin-top: 20px
    }

    .row.mt-4.mx-0.pl-3.pr-4 {
        padding: 0 !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media only screen and (max-width:767px) {
	
	
	.experience-content .features-list li {
    width: 47%;
    padding: 16px 10px;
    background: #e6e7eb;
    margin: 5px 5px;
    float: left;
}
	
	
	
	.list-1 img {
    overflow: hidden;
    float: right !important	;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 10px;
}

.text-images {

 float: none !important; 

}


.padding-space-0 {
    padding: 10px !important;
}

.slider-feature-column {
    display: none;
    position: relative;
    margin-bottom: 20px;
}

.form-two input.form-control, .form-two select.form-control {
border-radius: 20px !important;
}

.form-two button {
    width: 100% !important;
	
    border-radius:20px !important;
}

.testimonials-section {
    text-align: center !important;

}

.cta-ft-buttons.text-right a {
    display: block !important;
    text-align: center !important;
    margin-top: 10px !important;
}


section.aboutus.bg-light {
    
    text-align: center !important;

}

.home-shape-bottom {
    display: none !important;
	
}
	
.advertisement {

    font-size: 16px !important;

    padding: 4px 15px 20px 15px !important;

}

.para-desc {
    padding: 0px 30px !important;
    max-width: 600px;
}

.features p {
    padding: 5px 20px !important;
}



    #topnav .dropdown-menu {
        position: relative;
        float: none !important;
    }

    #topnav .btn_user_mbile i.fas.fa-phone {
        transform: rotate(98deg);
        margin-right: 2px;
    }

    .title-heading {
        padding-top: 0px;
        margin-top: 10px !important;
    }

    .calculate_order {
        padding-top: 15px;
    }

    .calculate_order select {
        margin-top: 10px !important;
    }

    .calculate_order .two_selectbox {
        margin: 10px auto 0px !important;
    }

    .calculate_order select#days {
        margin-top: 0 !important
    }

    .calculate_order .stand_prices > p {
        margin: 10px auto 0px !important;
    }

    .calculate_order .disc_prices p {
        font-size: 18px;
        margin: 10px 0 0 !important;
    }

    .calculate_order .disc_prices p span {
        font-size: 22px;
    }

    .calculate_order .total_prices {
        padding: 10px;
    }

    #home .col-lg-4.col-md-6.mt-4.pt-2.mt-sm-0.pt-sm-0.order-2.order-md-1 {
        margin: 0 !important;
        padding-top: 0px !important;
    }


    #signup_content_area .row.mx-0 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .pricing_detail_bx {
        margin-top: 40px;
        padding: 20px 10px;
    }

    .pricing_detail_bx #free_plan.pricing-rates {
        padding: 0;
        margin-top: 15px !important;
    }

    .pricing_detail_bx #free_plan.pricing-rates ul li .price_tag {
        top: -5px;
    }

    #preview_data_row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .preview-table tr td {
        width: 33.333%;
        font-size: 13px;
        padding: 8px 5px;
    }

    .preview-table tr td[colspan="2"] {
        width: 66.666666%;
    }

    .preview-table tr td[colspan="3"] {
        width: 100%;
    }

    .order_sidebar {
        margin: 0 auto;
        max-width: 380px;
    }

    .order_sidebar img {
        max-width: 100%;
    }

    .pricing_detail_bx .price_box h4 {
        font-size: 16px;
    }

    #placeOrderForm .btn_RedeemPromo {
        top: 5px;
    }

    #pop-up {
        display: none !important;
    }

    .hidden-xs {
        display: none !important;
    }

    #topnav .navbar .navbar-brand {
        margin: 0;
    }

    #topnav .navigation-menu {
        padding-top: 5px !important;
    }

    #topnav .navbar .navbar-brand img {
        max-width: 160px;
    }

    #topnav .navigation-menu > li {
        display: block;
        margin: 0;
        text-align: left;
    }

    .flip-box.fbx1 {
        margin: 0;
    }

    .pop-up-modal {
        max-width: 360px
    }

    #home {
        padding-top: 62px;
        padding-bottom: 35px;
        background-image: none
    }

    .bg-half-170 {
        padding: 150px 0;
        height: auto
    }

    .navigation-menu li a.btn {
        width: auto;
        min-width: 120px;
    }

    .navigation-menu li a#btn_tel.btn {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .hot {
        display: none;
    }

    .title-heading .heading {
        font-size: 24px !important;
        line-height: 1.05;
        text-align: center;
        font-weight: 800;
        margin: 60px auto 5px !important;
    }
	
	.order-1 {
		text-align: center;
	}
	
	.stats {
    text-align: center;
    padding: 30px 0;
}

.footer {
    text-align: center;

}

    .section {
        padding: 60px 0
    }

    .title-heading .para-desc {
        font-size: 15px;
        line-height: 1.3;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .section-title .main-title {
        font-size: 28px
    }

    .section-title .title {
        font-size: 24px
    }

    .mt-60 {
        margin-top: 60px
    }

    .title-heading .para-desc {
        text-align: center
    }

    .secure-seal2 {
        width: inherit;
        margin: 0 auto
    }

    .custom-tab button {
        font-size: 20px
    }

    .btn-set3 {
        display: inherit
    }

    .btn-set3 a.btn {
        width: 220px
    }

    a.btn {
        width: 225px;
        padding: 8px 4px;
        font-size: 14px;
		    margin-bottom: 10px;
    }
	
	.mt-2.wow.bounceInUp {
    text-align: center;
}

    a.btn.sign-up {
        width: 160px;
    }

    .btn-set2 a.btn {
        width: 260px
    }

    .tab-set .section-title {
        text-align: center
    }

    #calculate {
        padding: 40px 0
    }

    .calculate-set {
        text-align: center
    }

    .calculate-set i {
        float: none
    }

 .calculate-set p {
    padding: 0px 20px !important;
}

.customer-testi p {
    padding: 0px 30px;
}
    #pop-up .count-down {
        margin-bottom: 30px
    }

    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        opacity: 0 !important
    }

    .seal {
        margin-top: 0px;
    }

    #navigation {
        border-top: none;
    }

    .custom-check .tool-wrap .tool {
        transform: translate(5%, -75%);
    }

    .order-header h2 {
        font-size: 26px;
    }

    .seal {
        margin-right: 0;
        float: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: space-between;
    }

    .free-wala li.feature-list {
        width: 220px;
    }

    .Level-text {
        transform: translate(-50%, -100%);
    }

    .cc-window.cc-floating.cc-theme-classic {
        max-width: 240px !important;
        background-color: rgba(46, 202, 139, 0.8) !important;
        padding: 5px 8px !important;
        margin-left: 10px;
        margin-bottom: 12px;
        left: 0;
        bottom: 0;
    }

    .cc-floating .cc-message {
        font-size: 14px !important;
        line-height: 1.1 !important;
        margin-bottom: 0 !important
    }

    .cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
        position: absolute;
        top: 0px;
        right: 0px;
        background: none !important;
        width: 20px;
    }

    .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
        background-color: transparent;
        border: 0px !important;
        font-size: 0px !important;
        color: #fff;
        transition: all 500ms ease;
        max-width: 0;
        width: 0;
        min-width: 0;
        padding: 0;
        line-height: 1;
        box-shadow: none !important;
    }

    .cc-floating.cc-type-info.cc-theme-classic .cc-btn::before {
        content: 'X';
        color: #fff;
        font-size: 18px;
        position: relative;
        left: -5px;
    }

    .cc-floating.cc-theme-classic .cc-link {
        color: #fff !important;
    }

    .cc-floating.cc-theme-classic .cc-link:hover,
    .cc-floating.cc-theme-classic .cc-link:focus {
        color: #fff !important;
    }

    .pricing-rates.starter-plan {
        transform: unset !important;
        z-index: 0;
        margin: 0 auto !important;
    }

    #free_plan.pricing-rates .title .heading_tag span.t_price::after {
        top: 8px;
    }

    .order .form_heading,
    .preview .form_headline {
        margin: 0 auto 20px;
        text-align: center;
        line-height: 1.2;
    }

    .row.mx-0.form_area_row {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    #placeOrderForm .border-order {
        padding: 10px !important;
        border-color: #aaa;
        border-radius: 5px
    }

    #placeOrderForm .form-group .input-group {
        position: relative;
        text-align: center;
        padding: 0 47px;
    }

    #Sample_Modal .modal-dialog {
        width: 100%;
        max-width: 92% !important;
        margin: 75px auto 0px !important;
    }

    #Sample_Modal .responsive-wrapper-padding-bottom-90pct {
        padding-bottom: 140%;
    }

    #Sample_Modal .close {
        right: -12px !important;
        top: -15px !important;
    }

    .form_wraper {
        padding: 0px 15px !important;
    }

    .cancel_area h4 .user_link {
        display: block;
        margin-top: 2px;
    }

    /*
    .preview-table tr td .guideline_content::-webkit-scrollbar {
        -webkit-appearance: none;
    }
*/
    .preview-table tr td .guideline_content {
        height: 65px;
    }

    .preview-table tr td .guideline_content::-webkit-scrollbar {
        width: 4px;
    }


    .preview-table tr td .guideline_content::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }

    .stats-rate p {
        font-size: 15px;
        line-height: 1;
    }

    .stats-star i {
        font-size: 13px
    }
}

@media only screen and (max-width:575px) {
	.experience-content .features-list li {
    width: 100%;
    padding: 16px 10px;
    background: #e6e7eb;
    margin: 5px 0px;
    float: left;
}

	.modal-main-div-inner-2 .discount-btn {
    
     width: 100% !important;
	}
	
    .feature-list li {
        position: relative;
        padding: 5px 0px 5px 25px;
    }

    .skills {
        margin-top: 30px
    }

    .recent-review {
        padding: 20px 20px 20px 20px;
        text-align: center
    }

    .recent-review img.person {
        position: inherit;
        top: inherit;
        left: inherit;
        margin-bottom: 15px
    }

    .recent-review-left {
        text-align: center
    }

    .recent-review-right {
        text-align: center
    }

    #owl-6,
    #owl-7,
    #owl-8,
    #owl-9,
    #owl-10,
    #owl-11,
    #owl-12,
    #owl-13,
    #owl-14,
    #owl-15,
    #owl-16,
    #owl-17,
    #owl-18,
    #owl-19,
    #owl-20,
    #owl-21,
    #owl-22,
    #owl-23,
    #owl-24,
    #owl-25,
    #owl-26,
    #owl-27 {
        margin-top: 160px
    }

    .custom-input-subject {
        display: inherit;
        text-align: center
    }

    .subject-select {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px
    }

    .subject-form-set button {
        line-height: 45px;
        height: 45px;
        margin-left: 15px
    }

    .stats-rate {
        padding: 5px 10px;
        margin: 15px auto 0 auto
    }

    .subject-select .list {
        width: 100%
    }

    .subject-set {
        margin-top: 20px
    }

    .subject-form-set {
        display: inherit;
        text-align: center
    }

    .Level-text {
        top: -30px
    }

    .stats-rate {
        display: flex;
        padding: 10px 10px;
        justify-content: center;
    }

    .stats-rate img {
        margin: 0 5px 0 0;
    }

    .stats-rate h4 {
        margin-left: 10px;
    }

    .stats-star {
        text-align: center;
    }

    .progress-set h4 {
        text-align: left;
    }

    .login-btn {
        padding: 0 10px;
        width: 100%;
        height: 56px;
        border-radius: 5px;
        color: #fff;
        line-height: 56px;
        text-align: center;
        background-color: #2d3247;
        border: 1px solid #2d3247;
        transition: all .5s ease;
        margin: 20px auto 0 auto;
    }

    .login-btn:hover {
        background-color: white;
    }

    .payment {
        width: 100%
    }

    .custom-form .number-style {
        width: 100%
    }

    .btn-set3 a.btn {
        width: 180px
    }

    .secure-seal img {
        width: 80%
    }

    .custom-form .form-group {
        padding-left: 30px
    }

    .custom-form .label {
        padding-left: 0
    }

    .custom-check .tool-wrap .tool {
        transform: translate(-50%, -75%);
    }

    .hbox-2 i {
        float: none;
        margin-bottom: 20px;
    }

    .sign-up-right {
        text-align: center;
        padding: 15px 0
    }

    .sign-up-right img {
        position: inherit;
        transform: translateY(0);
    }

}

@media only screen and (max-width:479px) {
	
	.experience-content .features-list li {
    width: 100%;
    padding: 16px 10px;
    background: #e6e7eb;
    margin: 5px 0px;
    float: left;
}

    .login_page {
        padding: 20px 5px
    }

    .logo img {
        width: 150px;
    }

    #orderDetails-wrape .order_details_tbl th {
        font-size: 14px;
    }

    #orderDetails-wrape .table td,
    #orderDetails-wrape .table th {
        padding: 10px 0px;
    }

    .formBtm_btn {
        padding: 12px 5px;
        font-size: 15px;
        width: 100%;
        margin: 0 auto;
    }

    #navigation {
        top: 73px;
    }

    .hot {
        display: none
    }

    .watch-video {
        padding-top: 20px !important
    }

    .seal a {
        margin-top: -5px
    }

    #topnav .logo {
        float: none;
        display: block
    }

    #topnav .navbar-toggle .lines {
        margin: 7px 0px 0px 0px;
        ;
    }

    a.btn.sign-up {
        width: 100px;
        padding: 5px 5px;
        font-size: 13px;
    }

    .event-schedule .content .title {
        font-size: 15px
    }

    .seal a:not(.hot) {
        display: inline-block;
        text-align: center;
        font-size: 14px
    }

    .seal a.btn {
        width: 140px
    }

    .secure-seal2 div img {
        width: 90%
    }

    .custom-tab button {
        font-size: 16px
    }

    .secure-seal img {
        width: 95%;
        padding-left: 10px
    }

    .submit a {
        padding: 8px 18px
    }

    .btn-set3 {
        text-align: center
    }

    .btn-set3 a.btn {
        width: 240px
    }

    .pop-close {
        right: -20px
    }

    .privacy-title {
        padding: 110px 0 50px
    }

    .privacy-title .page-next-level .title {
        font-size: 32px;
        line-height: 1.3;
        font-weight: 800;
        margin: 0;
    }

    .thank div h2 {
        font-size: 27px
    }

    .btn-set4 a.btn {
        width: 300px
    }

    .custom-check {
        font-size: 14px;
    }

    .custom-check .tool-wrap .tool {
        transform: translate(-50%, -75%);
    }

    .question {
        left: 4px;
    }

    .tool {
        left: 135px;
        transform: translate(-50%, -100%);
    }

    .order-header img {
        width: 100%;
    }

    #topnav .navbar-toggle .lines {
        margin-right: 0 !important
    }
}

@media only screen and (max-width:360px) {
    #topnav .btn_user_mbile {
        padding: 8px 5px;
        min-width: 85px;
    }

    #topnav .navbar_btns li a {
        font-size: 13px;
        padding: 8px 5px;
        min-width: 85px;
    }
}



.features {
    background: #dadada4f;
    padding: 30px 10px;
    border-radius: 10px;
}


.form-input-css {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 8%);
    box-sizing: border-box;
}

/********************************************/
.uni-section {
    padding: 40px 0px 30px !important;
    background: #2d3247;
}





.float {
	font-weight: 600;
	vertical-align: middle;
	padding: 8px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	background-color: #023838;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	z-index: 100;
}

.float:hover {
	text-decoration: none;
	color: #1ccf38 !important;
}

.my-float {color: #21e639;margin-right: 3px;vertical-align: middle;font-size: 30px;}



.quote-modal {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform-style: preserve-3d;
    perspective: 1000px;
}


.modal-header.text-center.qoute-header {
    color: #fff;
    background: #2d3247;
    font-weight: 900;
    font-size: 20px;
    border-bottom: none;
}

button.quote-btn {
    text-transform: uppercase;
    color: #fff;
    padding: 5px;
    width: 100%;
    background: #ff506e;
    border: 2px solid #ff506e;
    border-radius: 2px;
    font-size: 22px;
    transition: all .3s linear;
    font-weight: 800;
	border-radius: 5px;
}

.quote-right-col {
    position: absolute;
    bottom: -16px;
}

.qoute-form input, .qoute-form select {
background: #2d3247;
    border: 1px solid #2d3247;
    color: #f8f9fa;
    border-radius: 5px;
}

.close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: .9;
	    z-index: 999;
}

.modal {
    background: #00000085;
}

span.thanks-quote {
    margin-bottom: 10px;
    background: #2d3247;
    font-size: 42px;
    font-weight: 900;
    padding: 18px 10px;
    color: #fff;
    display: inline-block;
	    line-height: normal;
}

.thanks-quote-p {
    font-size: 24px;
}




.discount-header {
    color: #fff;
    background: #ff506e;
    font-weight: 900;
    font-size: 20px;
    border-bottom: none;
}

button.discount-btn {
    text-transform: uppercase;
    color: #fff;
    padding: 3px;
    width: 100%;
background: #ff506e;
    border: 2px solid #ff506e;
    border-radius: 2px;
    font-size: 20px;
    transition: all .3s linear;
    font-weight: 800;
}



.discount-form input, .discount-form select {
background: #83879b;
    border: 1px solid #2b3746;
    color: #f8f9fa;
    border-radius: 5px;
}


.modal-content.discount-modal {
    background: #2d3247;
    border: none;
}

img.discount-img {
    margin-bottom: 10px;
}


.advertisement {
position: fixed;
    bottom: 50%;
    right: -62px;
    background-color: #ff506e;
    color: #FFF !important;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 0px 4px #ff506e;
    z-index: 100;
    padding: 8px 20px;
    transform: rotate(-90deg);
    transition: all 1s;
}
.hides {
    opacity:0;
   
}
.shows {
    opacity:1;
  
}





.katb_test_box_basic {
    padding: 20px 75px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
    background: #2d3247;
    border-radius: 8px;
    border-bottom-right-radius: 0px;
    width: 95%;
    position: relative;
    margin-bottom: 40px;
	margin-top: 10px;
    margin-right: 30px;
    /* float: left; */
    /* clear: none; */
}

.katb_test_box_basic:after {
    content: '';
    height: 0px;
    width: 0px;
    border: 12px solid transparent;
    position: absolute;
    right: 0px;
    bottom: -24px;
}
.katb_test_box_basic:after {
    border-top-color: #dddddd;
    border-left-color: #dddddd;
}
.katb_test_box_basic:after {
      border-top-color: #000000;
    border-left-color: #000000;
}

.katb_testimonial_wrap { position: relative; }


.katb_testimonial_wrap:before {
    content: ' ';
    width: 56px;
    height: 46px;
    display: block;
    background: url('../images/quote_left.png');
    position: absolute;
    left: -62px;
    top: -5px;
}
.katb_testimonial_wrap:before {
    width: 42px;
    height: 35px;
    background-size: cover;
}

.katb_meta_bottom:after {
    content: ' ';
    width: 56px;
    height: 46px;
    display: block;
    background: url('../images/quote_right.png');
    position: absolute;
        bottom: 20px;
    right: 15px;
}
.katb_meta_bottom:after {
    width: 42px;
    height: 35px;
    background-size: cover;
}

.katb_test_text_basic p {
    color: #fff;
}

span.katb_author {
    color:#ff506e;
    font-weight: 600;
}


.what_say__item_user-stars i {
    color: #ff506e;
}


/******* Auto Pop Discount**********/
.close-pop {
    cursor: pointer;
    padding: 0px 4px;
    display: inline-block;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    z-index: 999;
    color: #1a222c !important;
}


.modal-main-div-inner-2 input {
    height: 55px;
}

.modal-main-div-inner-2 .discount-btn {
    text-align: center;
    display: inline-block !important;
    width: 50%;
    height: 55px;
    background: #e67a0b;
    border: none;
    margin: 0 auto;
}



.modal-main-div-inner-2 .col-md-12.col-xs-12 .form-group {
    text-align: center;
}



.discount-tp-content {
    margin-bottom: 20px;
}

.modal-main-div-inner-2 label {
    font-weight: 700;
    color: #2d3247;
}


/***************** Slider Css********************/


/***************** Slider Css********************/


.slider-feature-column{
	position:relative;
	margin-bottom:20px;
}

 .slider-feature-column .slider-feature-inner{
	position:relative;
	padding-left:60px;
	font-size:16px;
	color:rgba(12,13,36,0.80);
	    text-align: left;
}

.slider-feature-column .slider-feature-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:1em;
}

.slider-feature-column .slider-feature-inner strong{
	position:relative;
	display: inline-block;
	color: #f8f9fa;
	font-size: 15px;
	font-weight:600;
	opacity:1;
	margin-bottom: 0px;
	margin-top: 8px;
}

.slider-feature-inner .icon img {
    width: 45px;
}



section.feature-sections {
    padding: 80px 0px 20px;
    background: #ededed;
}

.features-box h3 {
    margin: 10px 0px;
    color: #2f3449;
}

.features-box p {
    color: #2f3449;
}

.features-box img {
    background: #ff506e;
    height: 110px;
    width: 110px;
    border-radius: 71px;
    padding: 18px;
}

.features-box {
text-align:center;
    padding: 26px;

}


section.aboutus.bg-light {
    background: url(https://amozo-html.vercel.app/assets/images/shapes/case-studies-v1-shape2.png);
    padding: 80px 0px;
}

#customer-testi-2 .customer-testi-2 img {
    width: 150px;
    height: 80px;
}

#customer-testi-2 .customer-testi-2{
	background:#fff;
}







/* ====================================================================
	Why People Choosing Us? Section
==================================================================== */
section.why-section {
    background: #eff0f1;
    padding: 50px 0px;
}
.heading-why h2{
	text-align: center;
	font-weight: bold;
	color: #022c5c;

}
li.list-1 {
    overflow: hidden;
    background: #ffffff5c;
    border-radius: 10px;
}

.list-1 img {
    width: 25%;
    float: left;
    /* border: 1px solid white; */
    border-radius: 15px 0px 0px 15px;
}
.three-images ul {
    padding: 0;
}
.three-images h4 {

    color: #2d3247;
    font-weight: bold;
}
.three-images h4:hover {
    color: #ff506e;
}
.text-images p {
    font-size: 14px;
    color: #2d3247;
}
.text-images {
    width: 70%;
    float: left;
    margin: 20px 10px 20px 10px;
}
.btn-ordernow{
	background: #ff506e;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #fff;
	box-sizing: border-box;
	font-weight: 700;
	text-transform: uppercase;
	padding: 5px 20px 5px 20px;
}
.btn-ordernow:hover{
	background:white;
	color:#fdac10;
	border: 1px solid  #fdac10;
}
.button-ordernow {
    text-align: center;
}
.free-feature-box {
	background: #2d3248;
	box-shadow: 0px 0px 28px 8px rgb(217 217 217);
	border-radius: 10px;
	padding: 24px 30px;
	position: relative;
	min-height: 506px;
}
.free-feature-box span {
    color: #ff506e;
    font-size: 35px;
    font-weight: 700;
    margin-right: 60px;
}
li.icon-check {
    color: #ffffff;
    font-weight: bold;
    margin: 15px;
    font-size: 18px;
}

li.icon-check img {
    margin-right: 20px;
}


.free-feature-box ul {
    margin: 0px;
    list-style: none;
    padding: 0;
}



.writer-avatar-img {
	width: 55px!important;
	height: 55px;
	margin-right: 10px;
	border-radius: 100px;
	float: left
}

.writer-name {
	float: left
}

.writer-customer {
	color: #0a2b37;
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500
}

.writer-star-writer ul li {
	display: inline-block;
	color: #ffb33a;
	font-size: 14px
}

.asr-writer-box {
    border: 1px solid #0a2b3724;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    background: #2e33480f;
    min-height: 300px;
}

.writer-tp-info {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9edf2;
	overflow: hidden
}

.writer-bt-info img {
	width: 65px!important
}

.writer-bt-info p {
	font-size: 12px!important;
	padding: 0!important;
	margin-bottom: 10px!important
}

.writer-bt-info h4 {
	font-size: 12px;
	font-weight: 600;
	color: #0a2b37
}

.writer-rating-number span.pull-left {
	display: block;
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: 500;
}

.writer-rating-number span.pull-right {
	display: block;
	text-align: left;
	float: right;
	font-size: 12px;
	font-weight: 500;
}

.writer-rating-number span strong {
	color: #ff506e
}

.hire-btns {
    width: auto !important;
    background: linear-gradient(to bottom, #ff5e00 0, #ff506e 100%)!important;
    border-color: #ffb33a!important;
    font-weight: 600!important;
    color: #000!important;
    margin-top: 10px!important;
    padding: 5px 12px !important;
    min-width: auto !important;
    font-size: 14px;
    border-radius: 2px;
}

.writer-bt-info {
	margin: 10px 0;
	border-bottom: 1px dashed #bec4cc;
	padding: 5px 0
}

.writer-bt-info ul li {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	border:1px dashed #ff506e;
	margin: 5px
}

.writer-section {
	padding: 50px 0 50px
}

.writer-section .col-md-6 {
	margin: 20px 0
}

.request-hire-btn {
	background: linear-gradient(to bottom, #ffc810 0, #ffa80a 100%)!important;
	border-color: #ffb33a!important;
	font-weight: 600!important;
	color: #000!important;
	margin-top: 10px!important
}

.writer-form h6 {
	font-size: 19px
}

.writer-form h6 span {
	color: #ffa836
}

.writer-pop-body {
	background: url(../images/writer-pop-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat
}

.writer-modal-size {
	max-width: 580px!important;
	margin: 1.75rem auto;
	color: #0a2b37
}

.writer-pop-left h2 strong {
	color: #ffab31
}

.writer-pop-left h2 {
	font-weight: 800;
	line-height: 38px
}

.writer-form input,
.writer-form select {
	display: block;
	width: 100%;
	color: #0a2b37!important;
	background-clip: padding-box;
	border: 1px solid #a2c6cd!important;
	background-color: aliceblue!important
}

.writer-pop-left ul li {
	font-size: 12px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px dashed #ffb33a;
	margin: 5px
}

section.reviews-section .asr-reviews-box {
	margin-bottom: 30px
}

.review-tp-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center
}

.customer-avatar-img {
	width: 40px!important;
	height: 40px;
	margin-right: 10px;
	border-radius: 100px;
	margin-top: -20px
}

.writer-star-writer.trustpilot-stars ul {
    padding: 0;
    margin: 0;
}
.writer-bt-info ul {
    padding: 0;
    margin: 0;
}

.writer-hire {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}


.testimonials-section {
    background:#f3f5fb;
    padding: 60px 0px;
}


.testi-img-big {
    z-index: 9999;
    position: relative;
    width: 100%;
    min-height: 114px;
}

.testi-img-big img {
    position: absolute;
    z-index: 9999;
    top: 0px;
        width: 100%;
}

.counter-head{
    font-size: 17px;
}





/***********************/
section.cta-writer-section {
    padding: 30px 0;
    background: url(../images/footer_bg.png) #2d3247;
}

.cta-writer-heading h3 {
  font-weight: 800;
  color: #fff;
}
.form-two select.form-control {
  height: 42px !important;
  margin-top: 0;
}
.form-two input.form-control,
.form-two select.form-control {
  box-shadow: none;
  border-radius: 0rem;
  height: 42px !important;
  color: #495057 !important;
  font-size: 14px;
  border: 1px solid #ffe4d1;
  background-color: #fff;
  padding: 0.5625rem 0.75rem !important;
}
.form-two button {
    border-color: #ff506e;
    background: #ff506e;
    border-radius: 0 50px 50px 0;
    padding: 8px 24px;
}
.form-two .fielf1 {
  border-top-left-radius: 6.25rem !important;
  border-bottom-left-radius: 6.25rem !important;
}
.space {
  padding-top: 50px;
  padding-bottom: 50px;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.5;
}
::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.5;
}
.form-two .btn:hover {
  border-color: #4d546a;
  background: #51596e;
  color: #ffffff;
}

.padding-space-0 {
    padding: 0;
}




section.cta-footer-section {
    padding: 40px;
    background: url(../images/footer_bg.png) #ff506e;
}

.cta-ft-heading {
    color: #fff;
}

a.btn-style-one.cta-ft-btn-2 {
    background: #2b3044;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin: 0;
    border-radius: 4px;
}

a.btn-style-one.cta-ft-btn-1 {
    background: #ffffff;
    color: #272b3d;
    padding: 10px 30px;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    border-radius: 4px;
}



.features-box-head.text-center h3 {
    color: #2d3247;
    font-size: 48px;
}


section.services-area {
    padding: 49px 0px;
}







/* # F.A.Q */

/* Style the buttons that are used to open and close the faq-page body */

section.faqs-section {
    background: #fff;
padding: 50px 0 50px;
}

.auto-container {
position: static;
max-width: 1200px;
padding: 0 15px;
margin: 0 auto;
}

.faqs-left-inner img {
margin-bottom: -2px;
}
.clearfix::after {
display: block;
clear: both;
content: "";
}
.accordion-box {
position: relative;
}

.accordion-box .block.active-block {
/*background-color: #f8f8f1;*/
border-color: #f8f8f1;
}
.accordion-box .block {
position: relative;
margin-bottom: 10px;
border-radius: 0;
border-bottom: 2px solid #f1f3f2;
}

.accordion-box .block .acc-btn.active {
color: #fff !important;
margin-bottom: 0;
}
.accordion-box .block .acc-btn {
position: static;
font-size: 15px;
line-height: 35px;
color: #fff;
line-height: 1.8em;
font-weight: 500;
cursor: pointer;
padding: 14px 15px;
padding-right: 25px;
margin-bottom: 0;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
border: 1px solid #cbe0de;
background: #2d3247fa;
}

.accordion-box .block .icon {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 40px;
font-size: 20px;
line-height: 60px;
color: #ff506e;
text-align: center;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 8px 8px 8px 0;
}

.accordion-box .block .acc-btn.active .icon::before {
transform: rotate(180deg);
display: inline-block;
}
.accordion-box .block .icon::before {
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}

.accordion-box .block .acc-content.current {
display: block;
}
.accordion-box .block .acc-content {
position: relative;
display: none;
}

.accordion-box .block .content {
position: relative;
padding: 10px 20px 30px 20px;
}

.accordion-box .block .content .text {
position: relative;
}

.accordion-box .block .content .text p:last-child {
margin-bottom: 0;
}
.accordion-box .block .content .text p {
position: relative;
color: #06142d;
font-size: 14px;
line-height: 1.7em;
margin-bottom: 15px;
}

ul.accordion-box.wow.slideInRight.animated {
list-style: none;
    margin-top: 70px;
}


h3.he {
position: relative;
letter-spacing: 4px;
text-align: center;
font-weight: 400;
font-size: 30px;
color: #111;
/* margin: 0 0 70px; */
}
/*--------------------------------------------------------------


# F.A.Q*/



.inner_page_banner {
    background: #444444;
    text-align: center;
    padding: 120px 0 30px;
    width: 100%;
}
.inner_page_banner h1 {
    color: #ff506e;
    text-transform: uppercase;
}
.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}
.terms_cond_inner h3 {
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}
.terms_cond_inner p {
    font-size: 16px;
    margin: 0 0 20px;
}
.terms_cond_inner ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
}
.terms_cond_inner ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #ff506e;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}
.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}
.conatc_us_form label {
    text-transform: uppercase;
    font-weight: 700;
}
button.cont_but {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #57ca85;
    padding: 10px 30px;
    border: none;
}   
.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
    resize: none;
    border: 2px solid;
    border-radius: 0;
}


a.sbtn1.bb {
    margin-left: 425px;
}


a.sbtn1 {
    background: #ff506e;
    display: inline-block;
    margin: 20px 20px 0px 0;
    padding: 9px 36px;
    color: #fff;
    border-radius: 15px;
}

a.sbtn2 {
    background: #000000;
    display: inline-block;
    color: #fff;
    padding: 9px 36px;
    border-radius: 15px;
}


.whatspp-icon {
    position: fixed;
    bottom: 40px;
    left: 11px;
    z-index: 99999999;
}

.whatspp-icon img {
    max-width: 100%;
    display: block;
} 

.thank_you {
    width: 100%;
    background: url(img/main_banner1.png) no-repeat 0px 0px;
    background-size: cover;
    padding: 30px 0 180px;
}

.thank_sec1 {
    width: 100%;
    padding: 0 0 60px;
}

.thnk_box {
    background: #ffffff;
    padding: 60px 200px 30px 200px;
    text-align: center;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
}

.thnk_box p {
    margin: 20px 0;
    line-height: 24px;
    font-size: 16px;
}

.thnk_box h4 {
    margin: 0 0 12px;
    font-weight: 700;
}

h3.th{
    color: #ff506e;
}







/*CONTACT PAGE*/

.content-area-inner {
	padding: 30px 0
}

.content-area-inner .title-content {
	color: #675a43;
	font-size: 30px;
	font-weight: 600;
	display: block;
	position: relative;
	margin: 0 0 40px
}

.content-area-inner .title-content:before {
	width: 90px;
	height: 3px;
	background: #444444;
	left: 0;
	bottom: -20px;
	content: '';
	position: absolute
}

.content-area-inner a {
	color: #21242c;
	display: inline;
	font-weight: 600
}

.impoints ul {
	margin: 0 0 30px;
	color: #888
}

.impoints ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 24px;
	line-height: 23px;
	color: #878787
}

.impoints ul li:before {
	content: '\f14a';
	position: absolute;
	font-family: fontAweSome;
	font-size: 15px;
	color: #878787;
	left: 0;
	top: 0
}



#form-contact input[type=email],
#form-contact input[type=tel],
#form-contact input[type=text] {
	width: 100%;
	height: 40px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #999
}

#form-contact label {
	position: relative;
	padding-left:0px;
	border: 0;
	width:100%;
	font-weight:400;
	margin-bottom: 15px;
	border-radius: 5px
}

#form-contact textarea {
	width: 100%;
	height: 150px;
	padding-left: 15px;
	font-size: 14px;
	resize: none;
	padding-top: 15px;
	border-radius: 5px;
	border: 1px solid #999;
	overflow-x: hidden
}

#form-contact input[type=reset],
#form-contact input[type=submit] {
	display: inline-block;
	margin-right: 10px;
	font-size: 17px;
	width: 120px;
	height: 40px;
	border-radius: 5px;
	text-transform: uppercase;
	background: #ff506e;
	margin-bottom: 30px
}

#form-contact input[type=reset]:hover,
#form-contact input[type=submit]:hover {
	background: #000;
	color: #fff;
	transition: all .5s ease-out
}

.sub-title {
    text-transform: uppercase;
	display: block;
	margin: 15px 0 15px;
	font-size: 20px;
	font-weight: 600;
	color: #444444
}

.content-area-inner p {
	line-height: 26px
}

.content-area-inner p a,
.content-area-inner p b,
.content-area-inner p span {
	display: inline-block
}

@media (max-width: 1199px){
.cnfRigh {
    padding-left: 10px;
}}
.cnfRigh {
    border-radius: 4px;
    padding: 15px;
    background: #eee;
    margin-bottom: 20px;
}

.cnfRigh ul {
    margin-left: -44px !important;
    margin: 0;
}





@media (max-width: 1199px){
.cnfRigh li {
    padding-left: 20px;
}}
.cnfRigh li {
    padding-left: 25px;
    margin-bottom: 10px;
}
#faqs dt, .cnfRigh li, .star-p {
    list-style: none;
    position: relative;
}


@media (max-width: 1199px){
.cnfRigh li i {
    top: 3px;
}}
.cnfRigh li i {
    position: absolute;
    left: 0;
    top: 0;
}



@media (max-width: 991px) and (min-width: 768px){
.banners {
    max-width: 280px;
    margin: 0 auto;
}}

.banners {
    width: auto;
}

.content-area-inner a {
    color: #21242c;
    display: inline;
    font-weight: 600;
}

.banners img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}





/*CONTACT PAGE*/
.terms_section {
    padding: 100px 10px 100px 60px;
}




.not_found {
    width: 100%;
    text-align: center;
    padding: 90px 0;
    
}

.not_found h1 {
    font-size: 200px;
}

.not_found p {
    font-size: 30px;
    font-weight: 700;
}



/*BLOG PAGE*/


.blog_box {
    margin-top:30px;
    width: 320%;
    box-shadow: 1px 1px 8px 0px #000;
    padding: 30px 30px;
}

.blog_box img {
   height:150px;
    width: 38%;
}

.h_m_blog {
    width: 100%;
    text-align: center;
    padding: 70px 0;
}

.blog_box h3 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 700;
}

.content-wrapper.full-section {
    width: 100%;
    padding: 70px 0;
}

.post-category {
    margin: 20px 0;
}

.post-date {
    margin: 20px 0;
}

.post-title {
    margin: 0 0 10px;
}

/*BLOG PAGE*/


