@font-face {
  font-family: 'Gotham Rounded Book';
  src: url('font/GothamRounded-Book.eot');
  src: url('font/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
       url('font/GothamRounded-Book.woff2') format('woff2'),
       url('font/GothamRounded-Book.woff') format('woff'),
       url('font/GothamRounded-Book.ttf') format('truetype'),
       url('font/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
button{
    cursor: pointer;
}
.middile,
.wrapper,
header {
    /*margin: 0;*/
    /*float: left;*/
    /*width: 100%*/
}
body{
    font-size: 13px;
}
html,body,a,p, h1,h2,h3,h4,h5,h6,li, small,span{
    font-family: Gotham Rounded Book !important;
}
.dropdown-item:focus,

med header .menu .dropdown-menu .dropdown-item:hover,
section.home-banner {
    background: #e1edf1
}

footer p,
section.inner-page .bg.questionnaire-aspects h2 {
    float: none
}

.sthelp .timeline-centered:before,
.timeline-centered:before {
    width: 4px;
    left: 50%;
    top: 20px;
    bottom: 20px;
    margin-left: -4px;
    position: absolute
}

body {
    margin: 0;
    padding: 0
}


.middile,
.wrapper {
    height: auto
}

/*header {*/
/*    padding: 10px 0 20px*/
/*}*/

header .logo {
    width: 218px;
    height: auto;
    float: left;
    margin: 5px 0 0
}

header .logo img {
    width: 100%;
    /*margin-top: 10px*/
}

header .menu {
    width: auto;
    float: right;
    margin: 0;
    height: auto
}

header .menu .dropdown-menu {
    width: auto;
    min-width: 225px;
    padding: 10px 0;
    border: none;
    border-radius: 0
}

header .menu .dropdown-menu .dropdown-item {
    
    padding: 5px 10px;
    font-size: 13px;
    line-height: 35px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #222;
    text-transform: uppercase
}

header .menu .dropdown-menu .dropdown-item.active,
header .menu .dropdown-menu .dropdown-item:active,
header .menu .dropdown-menu .dropdown-item:hover,
header .menu .dropdown-menu .dropdown-item:hover:focus {
    background-color: #e1edf1;
    color: #ff9524
}

header .menu .dropdown-menu .dropdown-item img {
    width: 28px
}

.questionnaire-img {
    width: 340px;
    display: block;
    margin: 0 auto
}

section.inner-page .bg.questionnaire-aspects p {
    text-align: left !important;
    font-family: Proxima-Nova-Regular;
    font-size: 14px;
    line-height: initial;
    margin-top: 0;
    margin-bottom: 1rem;
    float: none
}

.topser p {
    margin-bottom: 1.75rem !important
}

.topser h5 {
    margin: 0
}

.topser {
    padding-top: 5%
}

.questionnaire-aspects .btn-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.questionnaire-aspects .btn-wrap span {
    margin: 10px 12px 0
}

ul.c-list {
    clear: both;
    padding: 1.5rem 0 0;
    list-style-type: none
}

ul.c-list>li {
    font-family: Proxima-Nova-Regular;
    font-size: 14px;
    color: #313131;
    margin-bottom: .5rem;
    font-weight: 400
}

ul.c-list>li:before {
    content: '';
    content: "\f105";
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    color: #ff9524
}

.questionnaire-aspects.bg-none {
    background: #fff !important
}

.faq-wrapper,
.timeline-centered .timeline-entry .timeline-entry-inner:after,
.timeline-centered .timeline-entry:after,
.timeline-centered:after {
    clear: both
}

.faq-container {
    background-color: #fff;
    box-shadow: 0 0 6px 2px #e9e9e9;
    margin: 16px 0
}

.question {
    font-size: 1rem;
    font-weight: 600;
    padding: .7rem;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between
}

.question .icon:after {
    content: "\002B";
    font-size: 1.5rem;
    transition: .2s
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    text-align: left
}

.answer {
    padding: 0 .7rem 20px;
    line-height: 1.5rem
}

@media (min-width:992px) {
    header .menu .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-animation: .7s forwards fadeIn;
        animation: .7s forwards fadeIn
    }
    header .menu .dropdown:hover>a {
        color: #ff9524
    }
    header .menu .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        box-shadow: 0 0 4px rgba(0, 0, 0, .2);
        margin: 0;
        border-radius: 10px
    }
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translate(0, 20px)
        }
        100% {
            opacity: 1;
            transform: translate(0, 0)
        }
    }
    @keyframes fadeIn {
        0% {
            opacity: 0;
            transform: translate(0, 20px)
        }
        100% {
            opacity: 1;
            transform: translate(0, 0)
        }
    }
}

section.home-banner {
    width: 100%;
    /*float: left;*/
    margin: 0;
    height: auto;
    padding: 50px 0px;
}

section.home-banner.home-banner1 {
    width: 100%;
    /*float: left;*/
    margin: 0;
    height: auto;
    background: #f2f2f4;
    padding: 30px 0
}

section.home-banner.home-banner1 h1 {
    margin: 0 0 25px;
    text-align: center
}

section.home-banner.home-banner1 h1:after {
    width: 100px;
    height: 1px;
    background: #ff9524;
    display: inline-block;
    content: "";
    clear: both;
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
    margin: 0 auto
}

section.home-banner h1 {
    width: 100%;
    /*float: left;*/
    /*margin: 30px 0 0;*/
    
    color: #313131;
    font-size: 25px
}

section.home-banner h1 span {
    width: 100%;
    float: left;
    margin: 0;
    color: #ff9524
}

section.home-banner p {
    margin: 20px 0 20px;
    color: #242424;
}


section.home-banner a.bt,
section.services #accordion a.bt {
    font-size: 17px;
    
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block
}

section.home-banner p span,
section.home-bottom .right h2 span {
}

section.home-banner a {
    /*width: fit-content;*/
    /*background: #ff9524;*/
    /* line-height: 45px; */
    /*color: #fff;*/
    /*border-radius: 7px;*/
    /*padding: 4px 7px;*/
    /*font-size: 14px;*/
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child,

section.inner-page a.bt i,
section.services #accordion a.bt i {
    font-size: 12px
}

.pagenotfound button:hover,
section.home-banner a.bt:hover,

section.home-bottom .right a.bt:hover,
section.inner-page .contact-form .bt:hover,
section.inner-page .order-details .bt:hover,
section.inner-page a.bt:hover,
section.services #accordion a.bt:hover {
    background: #f57e00
}

section.home-banner a.bt {
    width: auto;
    background: #ff9524;
    line-height: 45px;
    color: #fff;
    border-radius: 7px;
    padding: 0 30px
}

section.home-first {
    width: 100%;
    float: left;
    margin: 0;
    height: auto;
    padding: 40px 0
}

section.home-first h2,
section.inner-page h2,
section.services h2 {
    width: 100%;
    /*float: left;*/
    margin: 0;
    
    font-size: 24px;
    color: #313131;
    text-transform: capitalize;
    font-weight: 600;
}

section.home-first p,
section.inner-page p,
section.services #accordion .card-body,
section.services p {
    /*font-size: 14px;*/
    color: #313131;
    width: 100%;
    /*float: left;*/
    font-family: Proxima-Nova-Regular
}

section.home-first p,
section.inner-page p {
    /*margin: 15px 0 0*/
}

/*section.services{width:100%;float:left;margin-bottom:30px;height:auto;background:url(../images/services.png) left top/25% no-repeat}*/

section.services p {
    margin: 15px 0 0;
    text-align: justify
}

section.services #accordion {
    width: 100%;
    /*float: left;*/
    margin: -44px 0 0 10px;
    border-left: 10px solid #fff;
    padding: 20px 0;
    height: 71%
}

section.services #accordion .card-header {
    padding: 0;
    border: none;
    background: 0 0
}

section.services #accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 20px
}

.timeline-centered .timeline-entry.begin,
section.services #accordion .card:last-child {
    margin-bottom: 0
}

section.services #accordion .card-header .card-link.collapsed span {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    background: #e1e1e1;
    /*float: left;*/
    margin: 0 15px 0 -35px
}

section.services #accordion .card-header .card-link span img.second,
section.services #accordion .card-header .card-link.collapsed span img.first {
    width: 60px;
    display: block
}

section.services #accordion .card-header .card-link span img.first,
section.services #accordion .card-header .card-link.collapsed span img.second {
    width: 60px;
    display: none
}

section.services #accordion .card-header .card-link.collapsed b {
    width: auto;
    /*float: left;*/
    margin: 16px 0 0;
    color: #313131;
    font-size: 24px;
    
    font-weight: 400
}

.hohref a,
footer p a,
footer p a:hover,
section.services #accordion .card-body a,
section.services #accordion .card-header .card-link.collapsed b:hover {
    color: #ff9524
}

section.services #accordion .card-header .card-link b {
    width: auto;
    float: left;
    margin: 16px 0 0;
    color: #ff9524;
    font-size: 24px;
    
    font-weight: 400
}

section.services #accordion .card-header .card-link span {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    background: #ff9524;
    float: left;
    margin: 0 15px 0 -35px
}

section.services #accordion .card-body {
    padding: 0 30px 7px 48px;
    margin: 0;
    text-align: justify
}

section.services #accordion a.bt {
    margin: 3px 0 25px 33px;
    cursor: pointer;
        width: fit-content;
    background: #ff9524;
    /* line-height: 45px; */
    color: #fff;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 14px;
}

.pagenotfound button {
    background: #ff9524;
    transition: color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    border: 0;
    margin-top: 30px;
            width: fit-content;
    background: #ff9524;
    color: #fff;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 14px;
}


section.home-bottom {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)) 0 0/cover, url(../images/bottom.jpg) 0 0/cover no-repeat
}

section.home-bottom .left {
    width: 100%;
    float: left;
    margin: 0
}

section.home-bottom .left .first {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 2px dashed #ffffff70;
    border-bottom: 2px dashed #ffffff70;
    color: #2a2a2a;
    font-size: 15px;
    
    padding: 25px 5px
}

section.home-bottom .left .first img {
    float: left;
    margin: 0 10px 0 0;
    width: 50px
}

footer p,
section.home-bottom .right a.bt {
    width: auto;
}

section.home-bottom .left .first:nth-child(2n+2) {
    border-right: none;
    padding-left: 20px;
    width: 50%
}

section.home-bottom .left .first p {
    margin: 15px 0 0;
    line-height: 15px;
    color: #fff
}

section.home-bottom .left .first:nth-child(5),
section.home-bottom .left .first:nth-child(6) {
    border-bottom: none
}

section.home-bottom .right {
    width: 100%;
    float: left;
    margin: 5px 0 0;
    padding: 60px 40px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3)
}

section.home-bottom .right h2 {
    width: 100%;
    float: left;
    margin: 0;
    font-family: Proxima-Nova-Regular;
    color: #2a2a2a;
    font-size: 30px;
    text-align: center
}

section.home-bottom .right h3 {
    width: 100%;
    float: left;
    margin: 7px 0 0;
    font-family: Proxima-Nova-Regular;
    color: #ff9524;
    font-size: 24px;
    text-align: center
}

section.home-bottom .right p {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    
    color: #717070;
    font-size: 18px;
    text-align: center
}

section.home-bottom .right a.bt {
    display: inline-block;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 20px 0 0;
        width: fit-content;
    background: #ff9524;
    /* line-height: 45px; */
    color: #fff;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 14px;
    
}

section.home-bottom .right a.bt i {
    font-size: 14px
}

footer,
section.inner-page {
    width: 100%;
    /*float: left;*/
    margin: 0;
    padding: 50px 0
}

footer p {
    color: #2a2a2a;
    font-size: 14px;
    margin: 0;
    text-align: center;
    line-height: 25px;
    display: inline-block
}

footer p i {
    color: #ff9524;
    font-size: 17px !important;
    margin: 5px 5px 0 0;
    display: inline-block;
    float: left
}

footer ul li,
section.inner-page a.bt {
    width: auto;
    
    float: none
}

footer p i.fa-envelope {
    font-size: 15px !important
}

footer ul {
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 0;
    list-style: none
}

footer ul li {
    font-size: 13px;
    display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #2a2a2a;
    line-height: 14px
}

footer ul li:last-child {
    border: none
}

section.inner-page .order-details .bt,
section.inner-page a.bt {
    color: #fff;
    border-radius: 7px;
    display: inline-block;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 15px 0 0
}

footer ul li a {
    color: #2a2a2a;
    text-decoration: none;
    line-height: 14px
}

footer ul li a:hover {
    text-decoration: none;
    color: #f57e00
}

section.inner-page h3 {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    
    font-size: 17px;
    color: #ff9525
}

section.inner-page a.bt {
        width: fit-content;
    background: #ff9524;
    color: #fff;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 14px;
}

.ml-12{
    margin-left:12px !important;
}

section.inner-page .color-box {
    background: #f7f7f7;
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px
}

section.inner-page ul.my {
    width: 100%;
    float: left;
    /*margin: 20px 0 0;*/
    list-style: none;
    padding: 0
}

section.inner-page .bg h3, section.inner-page .contact-form.online-form .upload-area h4 {
    margin: 10px 0 0;
    font-size: 16px;
    width: 100%;
    color: #2a2a2a;
    font-weight: 600;
    margin-bottom: 10px;
}

section.inner-page ul.my li {
    width: 100%;
    float: left;
    margin: 7px 0;
    /*font-size: 14px;*/
    font-family: Proxima-Nova-Regular;
    color: #2a2a2a;
    padding: 0 0 0 35px;
    line-height: 20px
}

section.inner-page ul.my li:before {
    content: "\f046";
    font-size: 15px;
    color: #ff9524;
    font-family: FontAwesome;
    position: absolute;
    left: 30px
}

section.inner-page hr {
    width: 100%;
    height: 1px;
    background: #e1edf1;
    float: left;
    margin: 45px 0;
    padding: 0;
    border: none
}

section.inner-page .bg {
    width: 100%;
    margin: 50px 0;
    height: auto;
    background: #f7f7f7;
    padding: 60px 0
}

section.inner-page .bg h3 {
    text-align: center
}

section.inner-page .bg p {
    text-align: center;
    /*font-size: 16px;*/
    line-height: 25px
}

section.inner-page .contact-form form {
    background: #fff;
    padding: 25px;
    border: 1px solid #dbedf7;
    float: left
}

section.inner-page .contact-form .innner {
    background: #fff;
    padding: 30px;
    border: 1px solid #dbedf7;
    float: left;
    width: 100%
}

section.inner-page .contact-form .form-group .form-control {
    /*height: 50px;*/
    /*font-family: Proxima-Nova-Regular;*/
    /*font-size: 14px*/
}

section.inner-page .contact-form.online-form .form-group textarea.form-control {
    height: 50px
}

section.inner-page .contact-form.online-form .upload-area {
    background: #e1edf1;
    padding: 15px;
    width: 100%;
    float: left;
    margin: 0 0 15px
}

section.inner-page .order-details {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 26px -14px rgba(59, 108, 234, .1);
    border-radius: 0;
    display: block
}

section.inner-page .order-details h3 {
    width: 100%;
    margin: 0 0 15px;
    font-size: 16px;
    color: #313131;
    font-weight: 600;
}

.sthelp .timeline-centered:before {
    content: '';
    display: block;
    background: #fff;
    height: 85%
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label img {
    float: left;
    width: 60px;
    margin-bottom: 15px
}

.new-text p,
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon,
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label img {
    float: right
}

section.inner-page .order-details .bt {
    cursor: pointer;
    border: none;
        width: fit-content;
    background: #ff9524;
    color: #fff;
    border-radius: 7px;
    padding: 4px 7px;
    font-size: 14px;
}

section.inner-page .order-details ul {
    width: 100%;
    /*float: left;*/
    margin: 0;
    padding: 0
}

section.inner-page .order-details h6 {
    font-size: 13px;
    font-family: Proxima-Nova-Regular
}

section.inner-page .order-details small {
    font-size: 13px;
    font-family: Proxima-Nova-Regular;
    font-weight: 400
}

section.inner-page .order-details span {
    font-size: 17px;
    
    font-weight: 700;
    color: #000
}

section.inner-page .order-details .bg-light {
    background: #eff6fc !important
}

section.inner-page .order-details .bg-light h6 {
    color: #3b6eea
}

section.inner-page .order-details .text-success,
section.inner-page .order-details .text-success h6 {
    color: #f57e00 !important;
    font-size: 16px
}

.bt1,
section.inner-page .contact-form .bt {
    line-height: 45px;
    display: inline-block;
    
    font-size: 17px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    text-decoration: none
}

section.inner-page .contact-form .form-group label {
    font-size: 13px
}

section.inner-page .contact-form .col-sm-3 {
    float: left;
    width: 15%
}

section.inner-page .contact-form .col-sm-9 {
    max-width: 83%;
    float: right
}

section.inner-page .contact-form .form-group textarea.form-control {
    height: 140px;
    padding-top: 15px;
    font-family: Gotham Rounded Book !important;
}

.get-quote h2,
.get-quote p {
    text-align: center
}

section.inner-page .contact-form .bt {
    cursor: pointer;
    border: none;
        width: fit-content;
    background: #ff9524;
    color: #fff;
    border-radius: 4px;
    padding: 4px 7px;
    font-size: 14px;
    line-height: normal;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px
}

.timeline-centered .timeline-entry .timeline-entry-inner:after,
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry:after,
.timeline-centered .timeline-entry:before,
.timeline-centered:after,
.timeline-centered:before {
    content: " ";
    display: table
}

.timeline-centered:before {
    content: '';
    display: block;
    background: #fff;
    height: 86%
}

.synospsis .timeline-centered:before {
    height: 92%
}

.timeline-centered .timeline-entry {
    position: relative;
    width: 50%;
    float: right;
    margin-bottom: 0;
    clear: both
}

.timeline-centered .timeline-entry.left-aligned {
    float: left
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -22px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: 700
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: padding-box #fff;
    color: #737881;
    display: block;
    width: 40px;
    
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ff9524 !important;
    color: #fff
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #f57e00 !important;
    color: #fff
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: padding-box #fff;
    float: left;
    padding: 10px 20px;
    width: 81%;
    margin-left: 70px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #fff transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    /*font-family: "Noto Sans", sans-serif;*/
    /*font-size: 12px;*/
    margin: 0;
    line-height: 1.428571429
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h3 {
    margin: 0 0 5px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}


.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    margin: 0;
    text-align: left;
    /*font-weight: 600;*/
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    /*font-family: Proxima-Nova-Thin;*/
    color: #222
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label h3,
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label p {
    text-align: right
}

section.inner-page .contact-bottom {
    padding: 10px;
    border: 1px solid #e1edf1;
    margin-bottom: 20px;
    float: left;
    width: 100%
}

section.inner-page .contact-bottom i {
    width: 45px;
    height: 45px;
    float: none;
    display: inline-block;
    background: #e1edf1;
    border-radius: 50%;
    line-height: 45px;
    font-size: 15px;
    color: #ff9524;
    text-align: center
}

section.inner-page .contact-bottom p {
    font-size: 13px;
    margin-top: 5px;
    width: 78%;
    float: right;
    color: #333
}

section.inner-page .contact-bottom p b {
    font-weight: 400;
    font-size: 15px;
    color: #fd9424
}

section.inner-page .contact-bottom p a {
    color: #333;
    text-decoration: none;
    margin: 0;
    float: left
}

.phone-padding {
    padding-top: 50px !important
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.sticky1 {
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

section.inner-page .order-details span.text-success {
    margin-top: 5px
}

.g-recaptcha {
    transform: scale(.77);
    -webkit-transform: scale(.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.mar-100 {
    margin-top: 100px
}

.site-map {
    background: #eee
}

.site-map ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px;
    list-style: none
}

.site-map h4 {
    text-transform: uppercase
}

.site-map li {
    width: 100%;
    float: left;
    margin: 7px 0
}

.site-map li a {
    width: auto;
    float: left;
    margin: 0;
    color: #222;
    text-decoration: none;
    font-size: 14px
}

@media (max-width:991px) {
    header .menu .dropdown-menu {
        width: 100%;
        padding: 10px;
        border: none;
        border-radius: 0
    }
    header .menu {
        width: 100%;
        float: left;
        margin: -32px 0 0
    }
    header .logo {
        position: relative;
        z-index: 11;
        width: 175px
    }
    /*.navbar-light .navbar-toggler {*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*    outline: 0*/
    /*}*/
    /*.navbar-nav {*/
    /*    margin: 50px 0 0*/
    /*}*/
    .nav-link.active {
        border-color: transparent !important
    }
    .nav-link.contact {
        text-align: center;
        margin: 15px 0 0
    }
}


@media (max-width:768px) {
    section.home-bottom .right a.bt {
        /*padding: 0 35px*/
    }
    section.home-banner {
        /*padding-bottom: 20px*/
    }
    section.home-banner p {
        font-size: 18px;
        line-height: 25px
    }
    section.inner-page .contact-form form {
        padding: 15px;
        width: 100%
    }
    section.inner-page .contact-bottom i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 18px
    }
    section.inner-page .contact-bottom {
        padding: 10px 15px
    }
    section.inner-page .contact-bottom p {
        font-size: 13px
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
        width: 69%
    }
    section.inner-page .contact-form .innner {
        background: #fff;
        padding: 10px;
        border: 1px solid #dbedf7;
        float: left;
        width: 100%
    }
}

@media (max-width:767px) {
    .mobile {
        margin-top: 27px
    }
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label h3,
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label p {
        text-align: left
    }
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label img {
        float: left
    }
    section.home-banner h1 {
        font-size: 30px
    }
    section.home-banner p {
        font-size: 15px;
        line-height: 21px
    }
    section.home-banner img {
        margin-top: 30px
    }
    section.home-first h2 {
        font-size: 18px
    }
    section.services {
        background: 0 0;
        margin: 0;
        padding: 0 0 40px
    }
    section.services h2,
    section.services p {
        text-align: center
    }
    section.services #accordion .card-header .card-link b,
    section.services #accordion .card-header .card-link.collapsed b {
        font-size: 16px
    }
    section.services #accordion .card-header .card-link span img.second,
    section.services #accordion .card-header .card-link.collapsed span img.first {
        width: 40px;
        margin: 5px
    }
    section.services #accordion .card-header .card-link span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-left: -30px
    }
    section.services #accordion .card-header .card-link.collapsed span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-left: -30px !important
    }
    section.services #accordion {
        margin: 40px 0 0 10%;
        width: 90%
    }
    section.services #accordion a.bt {
        margin: 15px 0 0 20px;
        /*padding: 0 20px;*/
    }
    section.home-banner.home-banner1 h1:after {
        display: none
    }
    section.services #accordion .card-body {
        padding: 0 0 0 30px
    }
    section.home-bottom .left .first {
        width: 100%;
        border: none;
        border-bottom: 2px dashed #fff;
        padding: 20px
    }
    section.home-bottom .left .first:nth-child(2n+2) {
        width: 100%;
        padding: 20px
    }
    section.home-bottom .left .first:nth-child(5) {
        border-bottom: 2px dashed #fff
    }
    section.home-bottom .right a.bt {
        /*padding: 0 30px*/
    }
    .timeline-centered .timeline-entry {
        width: 100%;
        margin-bottom: 10px
    }
    .timeline-centered::before {
        left: 15px
    }
    .timeline-centered .timeline-entry.left-aligned {
        float: right
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
        margin: 0 0 0 15px
    }
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
        float: left;
        margin: 0 0 0 -6px
    }
    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
        margin-left: 30px;
        width: 70%
    }
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
        margin: 0 0 0 30px;
        float: left
    }
    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label::after {
        left: 0;
        right: auto;
        margin: 0 0 0 -9px;
        transform: rotate(360deg)
    }
    .timeline-centered {
        width: 99%
    }
    .phone-padding {
        padding-top: 0 !important
    }
    .sticky {
        position: relative !important
    }
    .mar-100 {
        margin-top: 0;
        margin-bottom: 15px
    }
    /*.fff1 {*/
    /*    padding: 11px 0;*/
    /*    background: no-repeat*/
    /*}*/
}

/*.fff1 {*/
/*    background: 0 0 !important;*/
/*    border: none !important;*/
/*    padding: 0 !important*/
/*}*/
.fff1 {
    padding: 6px 12px !important;
}
.bt1 {
    width: auto;
    background: #ff9524;
    border-radius: 7px;
    padding: 0 50px;
    margin: 15px 0 30px
}

.rc-reviews,
.rc-reviews-call {
    border: 1px solid #eee;
    padding: 10px
}

.bt1:hover {
    background: #f57e00;
    color: #fff;
    text-decoration: none
}

.hohref a:hover {
    color: #ff9524d1
}

.hreffoter a {
    color: #2a2a2a
}

.line {
    /*width: 8px;*/
    /*height: 84%;*/
    /*background-color: #d4e9f8;*/
    /*position: absolute;*/
    /*left: 7px;*/
    /*top: -15px*/
}

.social-icons ul {
    margin: 0 !important;
    border: none
}

.head-icon p {
    display: inline;
    /*float: right;*/
    /*margin-right: 10px;*/
    margin-bottom: 0px;
    font-size:14px;
}

.head-icon {
    /*margin-top: 5px*/
}

.head-icon a {
    color: #222;
    text-decoration: none
}

.site-map li a:hover {
    text-decoration: underline
}

@media (max-width:575px) {
    .questionnaire-aspects .btn-wrap {
        flex-direction: column;
        align-items: flex-start
    }
    .questionnaire-aspects .btn-wrap span {
        margin-left: 90px;
        margin-right: 90px
    }
}

.questionnaire-effective img {
    width: 52%
}

.rc-reviews {
    height: 1030px
}

.rc-reviews-call {
    height: 660px
}


.pagenotfound img{
    height:auto;
    width:22rem;
}

.breadcrumb-item a:hover{
    text-decoration:underline;
}

@media only screen and (min-width:345px) and (max-width:700px) {
    .navbar-nav{
    padding: 5px 0px 20px 0px !important;
    background-color: #fff;
}


.hreffoter{
    margin-right:0 !important;
}

.df {
        display: block !important;
    }
    
    .thirdsec {
        margin-top: 1rem;
    }
    
    .iconss {
    margin-top: -23px;
}

    
        .n-li-foot {
        padding-left: 6px;
    }
    
    .mobiles {
        display: block !important;
                line-height: 3.4 !important;
        color: #ff9524;
        font-size: 12px;
        font-weight: 600;
    }
        .mobilen {
        display: none;
    }

    .footcont h6 {
        font-size: 20px;
    }
    
        .nm {
        display: none;
    }
    
.nav-link.contact {
        background: #fff !important;
        color: #212529 !important;
        padding: 0px 0px !important;
    border-radius: 4px !important;
    width: fit-content !important;
    line-height: normal;
    font-size: 14px !important;
    /*margin-top: 5px;*/
}

header .menu .dropdown-menu{
    border:1px solid #dddddd;
}

.ac {
    display: flex;
    /*align-items: center;*/
    justify-content: end;
}

/*.head-icon p {*/
/*     float: left; */
/*}*/

.mmail{
            margin-right: 48px;
}


.bggr h6 {
    line-height: 23px;
    font-size:12px;
    margin-bottom:0;
}
}

.ac {
    display: flex;
    align-items: center;
    justify-content: end;
}

.df {
    display: flex;
}

.n-li-foot a {
    color: #212529;
    line-height: 2.6;
}

.n-li-foot a:hover {
    color: #ff9524;
    line-height: 2.6;
    text-decoration:none;
}

.head-icon a:hover {
    color: #ff9524;
        text-decoration:none;
}

span.mobilen {
    line-height: 36px;
    padding: 0px 8px;
    font-size:12px;
}

.n-li-foot {
    list-style-type: none;
    font-size: 14px;
    white-space: nowrap;
}

.footcont h6 {
    color: #000;
    line-height: 2.4;
    white-space: nowrap;
}
.footp {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 10px;
}

footer img {
    height: auto;
    width: 11rem;
    margin: 0 1rem 1rem 0;
}

.mobiles {
    display: none;
}

.bggr h6 {
    line-height: 23px;
}

.bggr li {
    list-style-type: none;
}

.iconss li {
    padding: 0 10px;
}

.iconss {
    float: right;
}

.bggr {
    padding: 10px 0 0px 0;
    /*background-color: #1c1c1c;*/
    /*color: #fff;*/
}

footer{
    background-color:#e1edf1;
}

.bggr ul {
    padding-left: 0%;
    display: flex
;
}

/*.hreffoter{*/
/*    margin-right:15px;*/
/*}*/

.nav-link.contact {
    background: #204392;
    color: #fff;
    padding: 0 17px;
    border-radius: 25px;
    line-height: 2;
    /* display: flex
; */
    /* align-items: center; */
    /*margin-top: 10px;*/
}


.navbar-nav .nav-item {
    margin: 0 20px ;
}
.bg-light-orange{
    background: #fff6ef !important;
}
.n-shadow {
    box-shadow: 0px 0px 3px 0px #f5f0ea;
}
.gap-10px{
    gap: 10px;
}
.f-14{
    font-size: 14px;
}
.contact-btn {
    background: #f00;
    padding: 5px 15px;
    color: #fff;
    border-radius: 18px;
    display: flex
;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}
.top-heads a:hover {
    color: #000;
}
.top-heads a {
    color: #fd9434;
    font-weight: 500;
    text-decoration: none;
}

/*.mega-items-link a:last-child {*/
/*    border: 0;*/
/*    margin: 0;*/
/*}*/
.mega-items-link a {
    padding: 10px 10px;
    /*border-bottom: 1px solid #ccc;*/
    /*margin-bottom: 5px;*/
    font-size: 13px;
}
.mega-items-link img {
    background: #efefef;
    padding: 3px;
    width: 30px;
}
.border-radius-0 {
    border-radius: 0px !important;
}

a.nav-link {
    padding: 0px !important;
    font-size: 12px;
    font-weight: 600;
}
.mega-menu-title{
        background: #fd9434;
    color: #fff !important;
    padding: 5px 10px;
}
.border-top {
    border: 1px solid #ccc !important;
}
section.inner-page .bg.bg1 {
    background: #f1f1f1   !important;
}
.custom-btn {
    background: linear-gradient(45deg, #ffbd81, #ff7a00);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-decoration: none !important;
}
  .custom-btn:hover {
    background: linear-gradient(45deg, #ff7a00, #ffbd81);
    /*transform: translateY(-2px);*/
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
color: #fff;    
  }
  .custom-btn i {
    transition: transform 0.3s ease-in-out;
  }
  .custom-btn:hover i {
    transform: translateX(5px);
  }


  .text-orange{
      color: #ff9524;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #e76c09 !important;
    text-decoration: none;
    background-color: #fff !important;
}
/*.dropdown-item:hover img{*/
/*    background-color: #fd9434;*/
/*}*/


.n-banner {
    /*background: url(../images/banss.png);*/
    /*background-size: 36%;*/
    /*background-position: 86% 0px;*/
    /*background-repeat: no-repeat;*/
    /*height: 355px;*/
}
section.home-banner {
    background: url(../images/img-feture-3.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    padding: 80px 0px 80px;
}

.home-box {
    background: #fff;
    margin-top: 40px;
    padding: 15px;
    border-radius: 5px;
}
.home-box p {
    margin: 0px !important;
}
.gap-20px {
    row-gap: 30px;
}





.captcha {
    display: flex
;
    align-items: center;
    gap: 5px 10px;
    flex-wrap: wrap;
        margin-top: 15px;
}
 .captcha .captcha-inputs {
    display: flex
;
    gap: 10px;
}

.captcha .captcha-inputs input {
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0;
    text-align: center;
}
.captcha .captcha-code {
    background: #000000;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
}

a.n-link:hover {
    text-decoration: none;
    color: #000000;
}
a.n-link {
    color: #fd8027;
    z-index: 9;
    position: relative;
}
.n-body {
  /*background: #fafeff;*/
}

.n-card {
    position: relative;
    overflow: hidden;
    /* box-shadow: 1px 1px 7px 1px #c9c9c9; */
    border: 0px;
    border-radius: 8px;
    background: #ffffff;
}
/* Circle default state */
.n-card .ho-circle {
  position: absolute;
  bottom: -31px;
  left: -19px;
  width: 0;
  height: 0;
  background: transparent;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s ease; /* smooth animation */
}

/* On hover */
.n-card:hover .ho-circle {
  background: #ffe4cc;
  width: 100px;
  height: 100px;
  opacity: 0.3;
}



.calls-set img {
    width: 50px;
}
.calls-set {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

/*p{*/
/*    margin-bottom: 0px ;*/
/*}*/


.olark-button-text {
    color: #ffffff !important;
    font-size: 12px !important;
    display: block !important;
}
.olark-button-text span {
    display: block;
    /*margin-top: 5px;*/
}
.olark-launch-button.olark-text-button {
    width: 100px !important;
}






.footer-dark {
  background: #0c0c0c;
  color: #ccc;
}

.footer-dark h6, .footer-dark h5 {
  font-weight: 600;
}

.footer-dark a {
  color: #ccc;
  text-decoration: none;
}

.footer-dark a:hover {
  color: #fff;
}

.footer-dark .social-icons a {
  display: inline-block;
  margin-right: 10px;
  color: #ccc;
  font-size: 16px;
  transition: 0.3s;
}

.footer-dark .social-icons a:hover {
  color: #fff;
}
.bg-3 {
    background: url(../images/bg-3.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.features-sec-blur {
    background: #8b8b8b26;
}
h2.fea-head {
    font-size: 30px;
    font-weight: 600;
}


.n-title {
    font-size: 24px;
}
.form-quote {
    margin-bottom: -115px;
}



.works-samps-sets {
    background: #f8f9fa;
    padding: 15px 10px;
    border-radius: 4px;
}
.review-set {
    border: 1px solid #d9d9d9;
    padding: 15px;
    margin-top: 30px;
}

.overflow-hidden {
    overflow: hidden;
}









section.n-footer {
    background: #000;
    color: #fff;
}
.n-foot-info {
    padding: 60px 0px;
    margin-left: 145px;
}
.n-foot-logo {
    background: #fff;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.foot-title {
    color: #989898;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 15px;
}


.foot-menus-list i {
    font-size: 13px;
    margin-right: 5px;
}
.foot-menus-list a {
    color: #fff;
    font-size: 13px;
}
.foot-menus-list a:hover {
    color: #ff7a00;
    text-decoration: none;
}



/*.n-foot-meus-set {*/
/*    padding: 60px 0px;*/
/*}*/
.n-foot-meus-set {
    
    background-image: url(../images/bg-footer.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.n-foot-meus-set-inside {
    padding: 60px 30px;
    background-color: #222222eb;
    /* opacity: 0.92; */
}


section.n-footer-bottom {
    background: #000;
    padding: 15px 0px;
    color: #fff;
    border-top: 1px solid #fff;
}

ul.n-foot-social {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 22px;
    list-style: none;
}
ul.n-foot-social li a {
    background: #989898;
    padding: 4px 9px;
    border-radius: 50%;
    display: block;
    color: #000;
}

.feature-card {
    border: none;
    border-radius: 5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.feature-card img {
  transition: transform 0.3s ease;
}
.feature-card:hover img {
  transform: scale(1.1);
}
.feature-card h6 {
    font-weight: 600;
    font-size: 14px;
}



.band-set {
    background: linear-gradient(29deg, #ff7a00, #343434);
    color: #fff;
    padding: 15px;
    display: flex;
    border-radius: 5px;
    align-items: center;
}
.whitespace-nowrap{
    white-space: nowrap;
}



.step-section { display: none; }
.step-section.active { display: block; }
.n-btn {
    padding: 4px 15px;
    font-size: 13px;
    border-radius: 26px;
}

.n-form-control {
    border: 1px solid #ced4da;
    padding: 1.7px 4px;
    font-size: 13px;
    border-radius: .25rem;
    background: #fff;
}
.form-control{
    font-size: 13px;
}
.form-quote-set {
    background: #fffaf6;
    border: 0px;
    box-shadow: 0px 0px 2.5px 0.3px #e5e5e5;
}

.custom-btn-back {
    background: linear-gradient(45deg, #c1c1c1, #000000);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    color: #fff;
    text-decoration: none !important;
}
.custom-btn-back:hover {
    background: linear-gradient(45deg, #000000, #c1c1c1);
     /*transform: translateY(-2px); */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
}
.custom-btn-back i {
    transition: transform 0.3s ease-in-out;
  }
.custom-btn-back:hover i {
    transform: translateX(-5px);
}













.leading-sec img {
    width: 55px;
}
  
  
  
  
  
.contact-detls-set {
    display: flex
;
    gap: 15px;
    align-items: flex-start;
    border: 1px solid #e1edf1;
    padding: 15px;
}
.contact-detls-set i {
    background: #e1edf1;
    color: #fd9434;
    padding: 15px;
    border-radius: 50%;
}
.contact-detls-set a {
    color: #000;
}
.contact-detls-set a:hover {
    color: #fd9434;
    text-decoration: none;
}
.contact-detls-title {
    color: #fd9434;
    /*font-weight: 600;*/
    font-size: 16px;
}
.text-caps{
    text-transform: capitalize;
}
.n-dropdown-menu{
    /*right: 0px !important;*/
    /*left: auto !important;*/
}

.f-16{
    font-size: 16px;
}

.page-tiltes{
    width: 100%;
    /* float: left; */
    margin: 0;
    font-size: 24px;
    color: #313131;
    text-transform: capitalize;
    font-weight: 600;
}

.stickyy {
    position: sticky;
    top: 15px;
}










.order-review {
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    min-height: 100vh;
    padding: 2rem 0;
}

.review-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.review-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    /*overflow: hidden;*/
    animation: fadeInUp 0.6s ease-out;
}

/*@keyframes fadeInUp {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translateY(30px);*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/

.review-header {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    padding: 2rem;
    text-align: center;
    color: white;
}

.review-header h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.review-header p {
    margin: 0.5rem 0 0;
    font-size: 1.1rem;
    opacity: 0.9;
}

.review-content {
    padding: 2rem;
}

.section-card {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 1.5rem;
}

/*.section-card:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);*/
/*}*/

.section-title {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
    display: flex
;
    align-items: center;
}

.section-title i {
    margin-right: 0.5rem;
    color: #4facfe;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-label {
    font-weight: 600;
    color: #555;
    flex: 0 0 40%;
}

.detail-value {
    flex: 1;
    text-align: right;
    color: #333;
    word-wrap: break-word;
}

.total-section {
    background: #fd9434;
    color: white;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1.5rem 0 0;
    text-align: center;
}
.total-amount {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.action-buttons {
    display: flex
;
    gap: 1rem;
    /*margin-top: 8px;*/
    flex-wrap: wrap;
    justify-content: space-between;
}


.btn-modern {
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-edit {
    background: #6c757d;
    color: white;
}

.btn-edit:hover {
    background: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(108, 117, 125, 0.3);
    color: #fff;
    text-decoration: none;
}

/*.btn-confirm {*/
/*    background: linear-gradient(135deg, #28a745, #20c997);*/
/*    color: white;*/
/*    flex: 1;*/
/*    justify-content: center;*/
/*}*/

/*.btn-confirm:hover:not(:disabled) {*/
/*    background: linear-gradient(135deg, #218838, #1ea080);*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);*/
/*}*/

.btn-confirm:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.terms-section {
    /* background: #fff3cd; */
    /* border: 1px solid #ffeaa7; */
    /* border-radius: 10px; */
    /* padding: 1rem; */
    margin-top: 0px;
    margin-bottom: 20px;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

.form-check-label {
    margin: 0;
    cursor: pointer;
    margin-left: 5px;
}

/*.captcha-container {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    margin: 1rem 0;*/
/*}*/

.progress-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.progress-step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    margin: 0 1rem;
    position: relative;
}


.features-content-set{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.progress-step.completed {
    background: #28a745;
}

.progress-step.active {
    background: #4facfe;
    animation: pulse 2s infinite;
}

.progress-step.pending {
    background: #6c757d;
}

.progress-step::after {
    content: '';
    position: absolute;
    right: -2rem;
    width: 2rem;
    height: 2px;
    background: #e9ecef;
    z-index: -1;
}

.progress-step:last-child::after {
    display: none;
}

.progress-step.completed::after {
    background: #28a745;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(79, 172, 254, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(79, 172, 254, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(79, 172, 254, 0);
    }
}

@media (max-width: 768px) {
    .review-header h2 {
        font-size: 2rem;
    }
    
    .detail-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .detail-value {
        text-align: left;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .progress-step {
        width: 30px;
        height: 30px;
        font-size: 0.8rem;
        margin: 0 0.5rem;
    }
    
    .progress-step::after {
        right: -1rem;
        width: 1rem;
    }
}

.security-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    color: #155724;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.file-attachments {
    background: #e3f2fd;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
}
.f-24{
    font-size: 24px;
}
a.policy-link:hover {
    color: #000;
    text-decoration: none;
}
a.policy-link {
    color: #ff9524;
    font-weight: 600;
}
h4.page-titles {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
ul.sitemap {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.sitemap li i {
    color: #fd9434;
    font-weight: 600;
}
ul.sitemap li a:hover {
    color: #fd9434;
    text-decoration: none;
}
ul.sitemap li a {
    color: #000000;
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
}


.breadcrumb {
    font-size: 15px;
    font-weight: 500;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    content: "›"; /* custom separator instead of / */
    color: #6c757d;
    font-weight: bold;
  }
  .breadcrumb a {
    text-decoration: none;
    transition: color 0.3s;
  }
  .breadcrumb a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
  li.breadcrumb-item a:hover i {
    color: #fd9434;
}
li.breadcrumb-item a:hover {
    color: #000 !important;
    text-decoration: none;
}













.pay-set {
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 1px #ccc;
}


.pay-img img {
    padding: 100px;
}
.pay-img {
    display: flex
;
    align-items: center;
    justify-content: center;
}






.pay-fields {
    padding: 40px 40px 40px 30px;
}

.captcha-num{
    background-color: #4A6983;
    color: #FFF;
    padding: 0px 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}
.captcha-box {
    padding: 5px 2px;
}
.bg-orange {
    background: #f5f5f5;
}
.n-num-captcha {
    background: #000;
    padding: 6px 13px;
    border-radius: 5px;
    color: #fff;
}
.sec-tops {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: #fd9434;
}
.billing-card {
    padding: 5px 15px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px !important;
}