.mt-0 {
    margin-top: 0 !important;
}

.about_single img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.choose_icon img {
    width: 60px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: 20px;
}

.p-0 {
    padding: 0 !important;
}

.btn-close {
    position: absolute;
    right: -10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: black;
    border: 0;
    top: -10px;
    color: white;
    z-index: 1;
}

.w-100 {
    width: 100%;
}

.modal-write-up {
    position: absolute;
    top: 50px;
    left: 30px;
    color: white;
    text-align: center;

}

.modal-write-up h4 {
    font-family: "Caveat", cursive;
    font-size: 42px;
}

.text-white {
    color: white !important;
}

.border-top {
    border-top: 1px solid #000;
}

.h-100 {
    height: 100% !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.news_img img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.single_footer img {
    width: 200px;
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
    height: auto;
    /* opacity: 0.6; */

}

.main-slider .content {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.main-slider .content h6 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-slider .content h4 {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 500;
}

/* CTA btn  */
.cta-btn {
    position: fixed;
    top: 40%;
    right: 0;
}

.cta-btn .whatsapp,
.cta-btn .phone {
    background: #f0f0f0;
    box-shadow: 0px 5px 10px #00000063;
    padding: 6px 5px 6px 8px;
    border-radius: 20px 0 0 20px;
    margin-bottom: 11px;
    cursor: pointer;
}

.cta-btn .whatsapp img {
    width: 35px;
}

.cta-btn .phone img {
    width: 33px;
}

@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}

/*------------------------*/
input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

/*----------step-wizard------------*/
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 50px 0px;
    padding-bottom: 60px;
}




.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

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

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #e42d25;
    color: #fff;
    border-color: #e42d25;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #e42d25;
}

.wizard .nav-tabs>li {
    width: calc(100%/3);
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

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

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
    background: #000;
}

.next-step {
    background-color: #e42d25;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.all-info-container {}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}

input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}

input[type="checkbox"]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}

input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked::before {
    background-color: #18ba60;
    border-color: #18ba60;
}






@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs>li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}

.book-consultation {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    /* padding: 50px; */
    background-color: white;
}

.p-4 {
    padding: 1.5rem !important;
}

.calculator .card {
    border-radius: 12px;
    margin-top: 20px;
    cursor: pointer;
}

.calculator .card .input-group {
    justify-content: center;
    padding: 15px 10px 10px 10px;
}

.p-3 {
    padding: 1rem !important;
}

.calculator .card input {
    margin-right: 10px;
}

.calculator .card h6 {
    font-size: 16px;
    color: #555;
    margin: 6px 0;
}

label {
    display: inline-block;
    margin: 0;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.pt-3,
.py-3 {
    padding-top: 2rem !important;
}

.mt-0 {
    margin-bottom: 0;
}

.align-items-center {
    align-items: center;
}

.ttm-list {
    list-style: none;
    padding: 0;
    margin: 0;
    letter-spacing: .3px;
}

.ttm-list li {
    position: relative;
    padding-bottom: 4px;
    color: #e42d25;
    font-size: 16px;
    line-height: 30px;
}

.ttm-list.style2 .ttm-list-li-content {
    display: inline-block;
    padding-left: 0;
    color: #2c2c2c;
    font-weight: 500;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

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

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #252525;
    padding: 12px 15px 11px;
    border-radius: 0;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid rgba(119, 119, 119, .2);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
    height: 46px !important;
}

.w-100px {
    width: 100px !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

@media (min-width: 768px) {
    .navbar-nav>li {
        float: left;
        padding: 28px 0;
    }
}

.estimate {
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}

.estimate thead>tr>th,
.estimate thead>tr>td,
.estimate tbody>tr>th,
.estimate tbody>tr>td {
    padding: 12px;
    border-bottom: none;
    vertical-align: middle;
}

.estimate span {
    color: gray;
    font-weight: 400;
    font-size: 14px;
}

.estimate thead>tr>td,
.estimate tbody>tr>td {
    color: #e42d25;
}

.estimate tbody>tr>th {
    font-size: 14px;
    color: #6a6a6a;
    font-weight: 400;
}

.estimate tbody>tr>td,
.estimate tbody>tr>th {
    /* background-color: #f7f7f7; */

}

.estimate table {
    margin: 0;
}

.estimate h4 {
    font-size: 23px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
}

.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-body {
    padding: 30px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.panel .nav>li>a {
    padding: 25px 20px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #555;
}

.panel .nav>li {
    width: calc(100%/3);

}

.nav-tabs>li.active>a {
    color: #e42d25;
}

.panel-body .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.panel-body .price {
    color: #e42d25;
}

.panel-body .inner-content .nav-tabs {
    border: none;
    background: #ebebeb;
}

.panel-body .inner-content .nav-tabs li a {
    background: #efefef;
    padding: 20px 0;
    border-bottom: 4px solid #efefef;
    line-height: 25px;


}

.panel-body .inner-content .nav-tabs li {
    padding: 3px;
    background: white;
}

.panel-body .inner-content .nav-tabs li.active a {
    border: none;
    border-bottom: 4px solid #e42d25;
    color: #555;
}

.panel-body .inner-content .nav-tabs li a span {
    font-size: 16px;
    color: #e42d25;
}

.border-none {
    border: none !important;
}

.panel-body .inner-content .panel-heading {
    border: none;
}

.panel-body .inner-content table {
    width: 100%;
}

.panel-body .inner-content table th {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    padding: 10px;
}

.panel-body .inner-content table td {
    font-size: 14px;
    color: #000;
    text-align: right;
    padding: 10px;

}
.steps{
    margin-top: 60px;
}
.steps .icon {
    width: 60px;
    height: 60px;
    top: -30px;
    border-width: 4px !important;
    background-color: #e42d25;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    color: white;
    margin: auto;
    position: relative;
}
.steps .content{
    background: #f5f5f5;
    padding: 0px 20px 20px 20px;
    text-align: center;
}
.steps .content .inner-content{
    margin-top: -20px;
}
.video-play-btn {
    position: absolute;
    left: 45%;
    top: 44%;
    height: 50px;
    width: 50px;
    background: red;
    border-radius: 50%;
    color: white;
    line-height: 48px;
    font-size: 20px;
    margin: 0;
}
.m-0{
    margin: 0 !important;
}
.copy_right li {
    padding-right: 8px;
    border-right: 1px solid gray;
    line-height: 18px;
    margin-right: 10px;
}
.copy_right li:last-child{
    border: none;
}
.copy_right{
    margin-bottom: 0;

}