body{
    font-family: 'Roboto', sans-serif;
    color:#221c19;
}
*:focus{
    outline: 0 !important;
}
header {
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 0;
}
header .navbar-collapse {
    flex-grow: initial;
    margin-left: auto;
}
header nav.navbar {
    padding: 15px 0;
    /* border-bottom: 1px solid rgba(239, 124, 44, .5); */
}
header nav.navbar a.navbar-brand {
    padding: 0;
}
header ul.navbar-nav li a {
    padding: 12px 20px !important;
    font-size: 15px;
    color: #221c19;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    border-radius: 6px;
    position: relative;
}
header ul.navbar-nav li a:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ef7c2c;
    border-radius: 100px;
    bottom: -3px;
    left: 50%;
    margin-left: -4px;
    display: none;
}
header ul.navbar-nav li a:hover:after,
header ul.navbar-nav li a.active:after{
    display: block;
}
header ul.navbar-nav li a:hover,
header ul.navbar-nav li a.active {
    color: #ef7c2c;
}
header ul.navbar-nav li a.btn-freetrial {
    background: #ef7c2c ;
    color: #fff;
    margin-left: 15px;
}
header ul.navbar-nav li a.btn-freetrial:after{
    display: none;
}
header ul.navbar-nav li a.btn-freetrial:hover {
    background: #221c19;
    color: #fff;
}
header{
    transition: all 0.3s ease;
}
header.header-sticky {
    position: fixed;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    z-index: 999;

}

header.header-sticky nav.navbar {border: none;padding: 0;}
section.main-section {
    background-size: cover !important;
    background-position: bottom center !important;
    padding-top: 90px !important;
    height: 100vh !important;
}
.main-section .main-img img {
    width: 100%;
}
.main-section .text-content {
    margin: 50px 0;
}
.main-section .text-content h1 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    font-family: 'Saira', sans-serif;
}
.main-section .text-content p {
    font-size: 26px;
    font-weight: 500;
    margin: 10px 0;
    margin-bottom: 35px;
}
.btn {
    padding: 0 15px;
    line-height: 46px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.bg-orange {
    background: #ef7c2c;
    color: #fff;
}
.bg-orange:hover {
    background: #221c19;
    color: #fff;
}
section.step-poroperty {
    padding: 110px 0 70px;
    position: relative;
}
section.step-poroperty .img-wrap img {
    width: 100%;
}
.step-poroperty .container-fluid {
    padding: 0 92px;
    max-width: 1920px;
}
.step-poroperty .col-md-4 .img-wrap {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}
section.step-poroperty .bg-curve {
    position: absolute;
    top: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}
section.step-poroperty .bg-curve img {
    width: 100%;
}
.section-heading {
    margin: 0 0 50px 0;
}
.section-heading h3 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Saira', sans-serif;
    margin: 0 0 10px 0;
    line-height: 36px;
}
.section-heading span.line {
    display: block;
    background: #ef7c2c;
    height: 2px;
    position: relative;
    width: 305px;
    margin: 30px auto 30px;
}
.section-heading span.line:before {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    border: 1px solid #ef7c2c;
    border-radius: 4px;
    background: #fff;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -15px;
    top: -14px;
        z-index: 1;
}
.section-heading span.line:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    margin-top: -2px;
}
section.dotted-bg {
    padding: 60px 0;
    background: url(../images/dotted-bg.png);
    background-size: cover;
    background-position: center;
}
section.dotted-bg h2 {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-family: 'Saira', sans-serif;
    color: #fff;
    line-height: 70px;
}
section.dotted-bg p {
    font-size: 26px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    line-height: 26px;
}
.bg-shadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    border-radius: 8px;
    padding: 40px;
}
section.award-section {
    padding: 70px 0 110px 0;
}
section.award-section h4 {
    font-family: 'Saira', sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 30px 0;
    min-height: 65px;
}
section.award-section h4 img {
    margin: 0 25px 0 0;
}
section.award-section p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
section.award-section .bg-shadow {
    height: 100%;
}
.border-btn {
    display: inline-block;
    line-height: 48px;
    padding: 0 20px;
    border: 1px solid #e7782a;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #221c19;
    text-transform: capitalize;
}
.border-btn:hover {
    background: #e7782a;
    color: #fff;
    text-decoration: none;
}
.award-section .border-btn {
    margin-top: 30px;
}
section.templtes-section {
    padding: 60px 0 70px;
    background: url(../images/templetes-bg.png);
    background-size: cover;
    background-position: center;
}
.templetes-div .img-wrap img {
    width: 100%;
}
.templetes-div .btn.bg-orange {
    display: block;
    width: auto;
    max-width: 210px;
    margin: 15px auto 0;
}
.fatures-section {
    padding: 70px 0;
}
.section-heading p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.feature-item {
    padding: 80px 0;
    position: relative;
}
.feature-item .img-wrap img {
    width: 100%;
}
.feature-item .text-content h3 {
    font-size: 36px;
    font-family: 'Saira', sans-serif;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.feature-item .text-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
}
.feature-item .text-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 40px 0;
}
.feature-item .text-content li + li {
    margin-top: 10px;
}
.feature-item .text-content li {
    padding-left: 25px;
    position: relative;
}
.feature-item .text-content a.btn.bg-orange {
    min-width: 180px;
}
.feature-item .text-content li svg {
    position: absolute;
    left: 0;
    top: 3px;
    color: #ef7c2c;
}
.feature-item .img-wrap.ml {
    margin-left: -100px;
    margin-right: 40px;
    position: relative;
}
.feature-item .img-wrap.ml span.circle-top-right {
    display: inline-block;
    width: 180px;
    height: 180px;
    background: #ef7c2c;
    position: absolute;
    border-radius: 100px;
    top: -80px;
    right: 0;
    z-index: -1;
}
.feature-item .img-wrap.ml span.circle-bottom-right {
    display: inline-block;
    width: 180px;
    height: 180px;
    background: #ef7c2c;
    position: absolute;
    border-radius: 100px;
    bottom: -65px;
    right: 30px;
    z-index: -1;
}
.feature-item .bg-circle {
    position: absolute;
    top: -78px;
    left: 0;
    z-index: -1;
}
.feature-item .square-curve {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    transform: translateY(-50%);
}
.img-wrap.mr {
    margin-left: 40px;
}
.img-wrap.mr {
    margin-left: 40px;
}
.feature-item .img-wrap .f-dotted-bg img {
    width: auto;
}
.feature-item .img-wrap .f-dotted-bg {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: -1;
}
.feature-item .square-curve1 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

section.Services-section {
    padding: 70px 0 30px;
    background: url(../images/services-bg.png);
    background-size: cover;
    background-position: center;
}

.service-item {
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    padding: 40px;
    border-radius: 8px;
    height: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    background: #fff;
}
.relative-div {
    position: relative;
    margin: 0 12px 0 0;
        height: 100%;
}
.border-div {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: -12px;
    bottom: -12px;
    border: 1px solid #ef7c2c;
    z-index: 0;
    border-radius: 8px;
}
.service-item .icon-wrap {
    margin: 0 0 20px 0;
}
.service-item h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Saira', sans-serif;
    margin: 0 0 15px 0;
}
.service-item p {
    margin: 0;
    text-align: center;
    font-size: 16px;
}
.Services-section .col-md-4 {
    margin: 0 0 40px 0;
}
.pricing-section .section-heading h3 {
    color: #fff;
}
.pricing-section .section-heading span.line {
    background: #fff;
}
.pricing-section .section-heading span.line::before {
    background: rgba(231, 139, 75, 1);
    border-color: #fff;
}
.pricing-section .section-heading span.line:after {
    background: rgba(231, 139, 75, 1);
}
section.pricing-section {
    padding: 70px 0;
    background: url(../images/pricing-bg.png);
    background-size:contain;
    background-position: top;
    background-repeat: no-repeat;
}
.pricing-section ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    border: 0;
    margin: 0 0 30px 0;
}
.pricing-section ul.nav.nav-tabs .nav-item a.nav-link {
    padding: 0 32px;
    line-height: 38px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 15px;
}
.pricing-section ul.nav.nav-tabs .nav-item a.nav-link.active,
.pricing-section ul.nav.nav-tabs .nav-item a.nav-link:hover {
    background: #fff;
    color: #221c19;
}
.pricing-section .section-heading p {
    color: #ffff;
}
.price-item {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.price-item .price-type {
    background: #221c19;
    padding: 35px 40px;
    text-align: center;
    padding-right: 190px;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 130px;
}
.price-item .price-type h4 {
    margin: 5px 0 0 0;
    color: #fff;
    font-size: 36px;
    font-family: 'Saira', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 36px;
    display: block;
    width: 100%;
}
.price-item .plan-amount {
    width: 200px;
    right: 0px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
}
.price-item .plan-amount:before {
    content: '';
    border-top: 165px solid transparent;
    border-bottom: 195px solid transparent;
    border-right: 200px solid #f7bd95;
    position: absolute;
}
.price-item .plan-amount h5 {
    position: relative;
    font-size: 44px;
    font-family: 'Saira', sans-serif;
    font-weight: bold;
    line-height: 64px;
    margin: 0;
    padding-left: 20px;
}
.price-item .plan-amount h5 small {
    font-size: 26px;
    vertical-align: top;
    line-height: 50px;
    text-transform: uppercase;
}
.price-item .plan-amount span {
    font-size: 20px;
    line-height: 22px;
    display: block;
    text-align: right;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
footer {
    background: #221c19;
    text-align: center;
    padding: 30px 0 0;
}
footer ul {
    padding: 0;
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}
footer ul li a {
    font-size: 16px;
    padding: 0 15px;
    color: #fff;
}
footer .bottom-footer {
    border-top: 1px solid #393330;
    padding: 25px 0;
}
footer .bottom-footer p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}
footer ul li a:hover {
    color: #ef7c2c;
    text-decoration: none;
}
.price-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 20px;
    margin: 0 0 150px 0;
}
.price-item ul li a {
    color: #221c19;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.price-item .btn-plan a {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #f7bd95;
    color: #221c19;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: capitalize;
}
.price-item .btn-plan a:hover {
    background: #221c19;
    color: #FFF !important;
}
.price-item .btn-plan {
    padding: 0px 45px 45px 45px;
}
.price-item .price-type ul {
    display: flex;
    width: 100%;
    margin: 0 0 15px 0;
    justify-content: center;
}
.price-item .price-type ul li svg {
    color: #fff;
}
.price-item.plus .price-type {
    padding: 18px 40px;
    padding-right: 190px;
    margin-bottom: 160px;
}
.price-item.plus .plan-amount:before {
    border-top: 205px solid transparent;
    border-bottom: 205px solid transparent;
    border-right: 210px solid #ef7c2c;
    right: 0;
}
.price-item.plus .plan-amount h5 {
    padding-left: 0;
    color: #fff;
}
.price-item.plus .btn-plan {
    padding-bottom: 100px;
}
.price-item.plus .btn-plan a {
    background: #ef7c2c;
    color: #fff;
}
section.page-header {
    padding: 250px 0 165px;
    background: url(../images/pageheader-bg.png);
    background-size: cover;
    background-position: top center;
}

section.page-header .text {
    text-align: center;
    font-size: 30px;
}

section.page-header .text h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px 0;
    font-family: 'Saira', sans-serif;
    font-size: 30px;
    line-height: 26px;
}

section.page-header .text p {
    margin: 0;
    font-size: 18px;
    margin-bottom: 0;
    color: #221c19;
    font-weight: 400;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.contact-details .bg-shadow {
    padding: 60px 30px;
    background: #fff;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    min-height: 265px;
}

.contact-details .bg-shadow .address svg {
    position: absolute;
    left: 0;
    font-size: 36px;
    color: #ef7c2c;
}

.contact-details .bg-shadow .address h3 {
    font-weight: bold;
    margin: 0 0 15px 0;
    font-family: 'Saira', sans-serif;
    font-size: 30px;
    color: #ef7c2c;
    text-transform: capitalize;
}
.contact-details .bg-shadow .address p {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
}
.contact-details .bg-shadow .address {
    position: relative;
    padding-left: 55px;
    max-width: 230px;
}
.contact-details .bg-shadow > svg {
    position: absolute;
    right: 25px;
    top: 35px;
    font-size: 120px;
    color: #ef7c2c;
    opacity: .1;
}

.social-sharing {
    margin-top: 85px;
    display: flex;
    align-items: center;
}

.social-sharing h4 {
    font-family: 'Saira', sans-serif;
    font-size: 30px;
    margin: 0 30px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.social-sharing h4 svg {
    margin-right: 25px;
}
.social-sharing ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.social-sharing ul li {
    margin: 0 10px 0 0;
}

.social-sharing ul li .social-tag {
    font-size: 18px;
    padding: 0 50px;
    display: inline-block;
    text-align: center;
    line-height: 54px;
    font-weight: 400;
    border-radius: 4px;
        min-width: 210px;
            text-decoration: none;
}
.social-sharing ul li .social-tag:hover {
    opacity: 0.9;
}
.social-sharing ul li .social-tag svg {
    margin: 0 12px 0 0;
    vertical-align: middle;
    margin-top: -2px;
}
.social-tag.fb {
    background: #39579b;
    color: #fff;
}

.social-tag.twiter {
    background: #1c9deb;
    color: #fff;
}
.social-tag.linkedin {
    background: #0271ae;
    color: #fff;
}
.social-tag.pinterest {
    background: #e60019;
    color: #fff;
}
.social-tag.gmail {
    background: #dc493c;
    color: #fff;
}

.getintouch {
    background: #ffeee6;
}
.heading {
    margin: 0 0 30px 0;
}
.heading h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px 0;
    font-family: 'Saira', sans-serif;
    font-size: 30px;
    line-height: 26px;
}
.heading p {
    margin: 0;
    font-size: 16px;
    margin-bottom: 0;
    color: #221c19;
    font-weight: 400;
    line-height: 26px;
}
.form-group .form-control {
    min-height: 52px;
    padding: 10px 30px 10px 48px;
    color: #221c19;
    font-size: 16px;
    border: 1px solid #d5ab98;
    background: #fcdfd2;
    border-radius: 4px !important;
}
.form-group svg {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #3b322e;
}

.form-group textarea.form-control {
    min-height: 160px;
    resize: none;
}
.form-group textarea.form-control + svg {
    top: 22px;
}
.form-group {
    margin: 0 0 30px 0;
}
.map-section {
    height: 400px;
    width: 100%;
    background: #aadaff;
    border-radius: 12px;
    overflow: hidden;
}
.template-img {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
    border-radius: 12px;
}
.template-img img {
    width: 100%;
}

.template-text h3 {
    text-transform: capitalize;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-family: 'Saira', sans-serif;
    font-size: 30px;
    line-height: 26px;
    padding: 0 0 15px 0;
    position: relative;
}
.template-text h3:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 110px;
    background: #ef7c2c;
    bottom: 0;
    left: 0;
}
.template-text p {
    font-size: 16px;
    margin-bottom: 0;
    color: #221c19;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 25px 0;
}
.template-text a.btn {
    font-weight: 400;
    line-height: 42px;
    border: 1px solid;
    min-width: 200px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
}
.btn.bg-black {
    background: #221c19;
    color: #fff;
    border-color: #221c19;
}
a.btn.bg-black:hover {
    opacity: .8;
}
.black-border-btn {
    border-color: #221c19 !important;
    color: #221c19;
}
.black-border-btn:hover {
    background: #221c19;
    color: #fff;
}
.template-text a.btn.bg-black {
    margin: 0 0 15px 0;
}
.bg-theme {
    background: #ffeee6;
}

section.registe-bg {
    height: 100vh;
    background: url(../images/register-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}
section.registe-bg .content-wrap {
    display: flex;
    align-items: center;
}

section.registe-bg .content-wrap .left {
    max-width: 480px;
    margin-right: auto;
}
section.registe-bg .content-wrap .left .logo {
    margin: 0 0 30px 0;
}
section.registe-bg .content-wrap .left h3 {
    font-size: 38px;
    font-weight: bold;
    color: #ef7c2c;
    margin: 0 0 15px 0;
}
section.registe-bg .content-wrap .left p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}
section.registe-bg .content-wrap .right {
    width: 100%;
    max-width: 480px;
}
section.registe-bg .content-wrap .form-wrap {
    background: #fff;
    padding: 30px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0 70px 0 rgba(255, 255, 255, .3);
    position: relative;
}
section.registe-bg .content-wrap .form-wrap h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Saira', sans-serif;
    margin: 0 0 25px 0;
    line-height: 36px;
}
section.registe-bg .form-group input.form-control {
    background: transparent;
    padding: 0;
    border: 1px solid #ef7c2c;
    min-height: 44px;
    padding: 0 15px;
    font-size: 14px;
    box-shadow: -2px 0 0px 0 #ef7c2c;
}
section.registe-bg .form-group {
    margin: 0 0 25px 0;
}
section.registe-bg .content-wrap p {
    font-size: 15px;
}
section.registe-bg .content-wrap p a {
    color: #ef7c2c;
    text-decoration: underline;
}
::-webkit-input-placeholder {
  color: #221c19 !important;
}
::-moz-placeholder {
  color: #221c19 !important;
}
:-ms-input-placeholder {
  color: #221c19 !important;
}
:-moz-placeholder {
  color: #221c19 !important;
}
.modal .modal-content .modal-body {
    padding: 30px;
    position: relative;
}
.modal .modal-content .modal-body h3 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Saira', sans-serif;
    margin: 0 0 20px 0;
    line-height: 36px;
}
.modal .modal-content .modal-body button.close {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #ef7c2c;
    opacity: 1;
    color: #fff;
    text-shadow: none !important;
    border-radius: 100px;
    position: absolute;
    top: -12px;
    right: -12px;
    box-shadow: 3px -3px 10px 0 rgba(0, 0, 0, .1);
}
.modal .modal-content .form-group {
    margin: 0 0 25px 0;
}

.modal .modal-content .form-group .form-control {
    background: transparent;
    padding: 0;
    border: 1px solid #ef7c2c;
    min-height: 44px;
    padding: 0 15px;
    font-size: 14px;
    box-shadow: -2px 0 0px 0 #ef7c2c;
}
.form-content a.link {
    font-size: 14px;
    color: #ef7c2c;
    text-decoration: underline;
}

.tab-content>.active {
    display: flex;
}

.registe-bg .alert.alert-success {
    font-size: 13px;
}
.hero-section ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  right: -100px;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  right: -375px;
}

.hero-section ul.social li {
  padding: 0;
  line-height: initial;
}

.hero-section ul.social li a {
  font-size: 18px;
  color: #202020;
  padding: 0 22px;
  text-transform: uppercase;
  text-decoration: none;
}

.hero-section ul.social:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #1e62ab;
  left: -80px;
  top: 10px;
}
.hero-section ul.social:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #1e62ab;
  right: -80px;
  top: 10px;
}
.hero-section ul.social li a:hover {
  color: #24262d;
}

.nav-pills .nav-link,
.navbar-nav a,
a,
.navbar .navbar-nav .nav-link {
  color: #202020;
  font-weight: 600;
  text-decoration: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover,
a:hover,
.navbar .navbar-nav a:hover,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .show > .nav-link {
  color: #1e62ab;
  background-color: transparent;
}
.navbar .navbar-nav .nav-link {
  padding: 0.5rem 1.6rem;
}

.hero-img img {
  /*max-width: 945px;*/
  border-radius: 10px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-img {
  position: absolute;
  /*right: -60px;*/
  max-width: 954px;
  width: 100%;
  top: 0;
}

.hero-img img.dyno_image{
    height:600px;
    width:100%;
    object-fit: cover;
}

.find-your-best {
  background-color: #1e62ab;
  color: #fff;
  padding: 45px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  min-height: 425px;
  width: 100%;
  max-width: 690px;
}
.hero-section-inner > .row {
  flex: 1;
}
.find-your-best h5 span {
  background-color: #04aaaa;
  display: block;
  height: 4px;
  width: 110px;
  margin-top: 15px;
}
.find-your-best h5 {
  margin-bottom: 20px;
}
.find-your-best p {
  color: #1e62ab;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
  opacity: 0.1;
  font-size: 55px;
  line-height: 26.5px;
  margin: 0;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 48%;
  right: -122px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -2.5px;
  z-index: 1;
}
.find-your-best h1 {
  position: relative;
  z-index: 2;
      font-weight: 600;
    font-size: 65px;
}
.plus-element {
  position: absolute;
  left: -80px;
  bottom: -25px;
}
.dot-elements {
  position: absolute;
  bottom: -52px;
  z-index: 1;
  left: -75px;
}
.backgroung-petterns {
  position: absolute;
  transform: translate(-16%, -20%);
  width: 100%;
  z-index: -1;

}
.backgroung-petterns img {
  width: 100%;
  max-width: 830px;
}

/* .right-side-bg {
  width: 350px;
  height: calc(100% + 100px);
  position: absolute;
  top: -77px;
  right: -243px;
  z-index: -1;
} */

.overview {
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.overview-block {
  max-width: 100%;
  flex: 0 0 100%;
  align-items: center;
  margin-left: 35px;
  border-right: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
}
.overview-img {
  margin-right: 15px;
}
.overview-inner {
  padding: 25px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  margin-bottom: 60px;
}
.overview-inner > .row > div:last-child .overview-block {
  border-right: 0;
}
.mb-30 {
  margin-bottom: 30px;
}

.btn-group-cutom .btn {
  width: 210px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  border: 4px solid transparent;
  margin-top: 10px;
}
.btn-icon {
  margin-right: 14px;
}
.btn-blue,
.btn-blue:hover {
  background-color: #1e62ab;
  color: #fff;
}

.btn-green,
.btn-green:hover {
  background-color: #04aaaa;
  color: #fff;
}
.btn:hover {
  opacity: 0.8;
}
.sld-wrp {
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
}

.slider-for {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.slide-container {
  background-color: #fff;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.slide-btn {
  text-align: center;
  box-sizing: border-box;

  cursor: pointer;
}

.slide-btn img {
  max-width: initial !important;
  width: 100%;
  border-radius: 10px;
}
.slick-slide {
  padding: 10px;
}
.slick-slide img {
  width: 100%;
  border-radius: 10px;
}
.tabs-section {
  background-color: #f3f8fd;
  padding: 90px 0;
  position: relative;
      min-height: 550px;
}
.floor-table-scroll{
        max-height: 500px;
    overflow: auto;
    width: 100%;
    background-color: #f3f8fd;

}
.tabs-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#myTab {
  position: absolute;
  right: 0;
  width: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.container-inner {
  padding-right: 115px;
  z-index: 2;
}
.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #202020;
  font-size: 18px;
  padding-top: 0;
  margin-bottom: 20px;
  border: none;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #1e62ab;
  background-color: transparent;
  border-color: transparent;
  position: relative;
}

.nav-tabs .nav-link .icon {
  background-image: url("../images/icon-strips.png");
  background-repeat: no-repeat;
  height: 50px;
  display: block;
  width: 41px;
  margin: 0;
}

#Video-tab .icon {
  background-position: -40px 0;
}
#Tours-tab .icon {
  background-position: -85px 0px;
  height: 44px;
}
#Floor-tab .icon {
  background-position: -127px 0;
}
#Photos-tab.active .icon {
  background-position: 0 -44px;
}

#Video-tab.active .icon {
  background-position: -40px -44px;
}
#Tours-tab.active .icon {
  background-position: -85px -44px;
}
#Floor-tab.active .icon {
  background-position: -127px -44px;
}
.video-wrap > div {
    padding: 15px;
}

.video-wrap{
    width: calc(100% - 50px);
    margin: 0 auto;
}
.video-wrap iframe{    border-radius: 15px;}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #1e62ab;
  top: 0;
  right: -20px;
}
.hero-section-inner .dot-elements {
    bottom: 130px;
}
video {
  width: 100%;
  border-radius: 10px;
}

.register-link {
  margin: 140px 0;
}
.register-link .text-content {
  text-align: center;
  position: relative;
  width: 100%;
  border: 5px solid #1e62ab;
  padding: 40px 0;
}
.register-link .text-content:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  background: transparent;
  border: 5px solid #04aaaa;
  transform: rotate(4deg);
  z-index: -1;
}
.register-link a.register-btn {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 48px;
  padding: 0 25px;
  border-radius: 100px;
  background: #1e62ab;
  color: #fff !important;
  margin: 0 auto;
}

.color-gray {
  color: #777777;
}
.features-section {
  padding: 90px 0;
}
.fetures-video-wrapper {
  position: relative;
}
.fetures-video-frame {
  position: absolute;
  height: 95%;
  width: 95%;
  border: 2px solid #fff;
  border-radius: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.play-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fetures-video-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}

.features-bg ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  list-style: none;
}
.features-bg ul li {
  padding-left: 15px;
  margin-right: 12px;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}
.features-bg ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100px;
  left: 0;
  top: 8px;
}
.features-block {
  background-color: #1e62ab;
  max-width: 838px;
  width: 100%;
  border-radius: 10px;
  padding: 25px;
  /*margin-left: -235px;
*/  position: relative;
 /* margin-bottom: -70px;*/
}

.features-inner {
  padding: 55px 45px 30px 45px;
  border: 5px solid #fff;
}
.features-inner h2 {
  color: #fff;
  margin-bottom: 20px;
}
.auther-content {
  display: flex;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.auther-content .auther-img {
  width: 100%;
  max-width: 170px;
  margin: 0 15px 0 0;
}
.auther-content .auther-info h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 0 8px 0;
}
.auther-content .auther-info p {
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 18px;
}
.auther-content .auther-info p + p {
  margin-top: 8px;
}
.presented-scroll{
        max-height: 695px;
    overflow: auto;
}
.social .social-tag {
  display: inline-flex;
  padding: 0 10px;
  line-height: 36px;
  border-radius: 4px;
  text-decoration: none;
  width: 140px;
  text-align: center;
  align-items: center;
  text-transform: capitalize;
}
.social-tag.fb {
  background: #3b5998;
  color: #fff;
}
.social-tag.twit {
  background: #1da1f2;
  color: #fff;
}
.social .social-tag:hover {
  opacity: 0.8;
}
.social .social-tag svg {
  margin: 0px 12px 0 0;
  max-height: 20px;
  width: auto;
}
.auther-content .auther-info .social {
  margin-top: 8px;
}
.auther-content .auther-info {
  width: 100%;
  padding: 20px 25px 20px 15px;
}
.btn.website-link {
  background: #eeeeee;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: #333;
  padding: 0 22px;
  width: 100%;
  max-width: 110px;
  border: 0;
  height: auto;
  margin: 0 auto;
}
.btn.website-link:hover {
  background: #3257a8;
  color: #fff;
}
.auther-content + .auther-content {
  margin-top: 30px;
}
.presentedby-section .line-heading {
  margin: 0 0 30px 0;
}
section.map-section .map-wrap {
  background: #aadaff;
  height: 700px;
}
section.map-section {
  background: #aadaff;
  margin-top: -110px;
}
.presented-section {
  padding: 90px 0;
}
.presented-section h2 {
  margin-bottom: 30px;
}
.btn.btn-send-inquiry {
  background-color: #1e62ab;
  color: white;
}
ul.followus {
  display: flex;
  margin: 10px 0;
  padding: 0;
}
ul.followus li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.followus li a {
  display: flex;
  width: 50px;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  align-items: center;
  background: #04aaaa;
  border-radius: 100px;
  color: #fff;
  margin: 0 15px 0 0;
  font-size: 18px;
}
ul.followus li a svg {
  position: initial;
  color: #fff;
}
ul.followus li a:hover {
  background: #1e62ab;
}
.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
ul.followus li {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding-left: 28px;
  position: relative;
}
ul.followus li {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
ul.followus svg{
    transform: none;
}
.pointer-none{
    pointer-events: none;
}
.template5-contact .form-group .form-control{
    border: 1px solid #dddddd;
    background: #ffffff;
}

.template5-floor-dv ul.file_view_dl li svg, .template5-docs-dv ul.file_view_dl li svg {
    width: 30px;
    height: 24px;
}
.template5-floor-dv ul.file_view_dl,  .template5-docs-dv ul.file_view_dl {
    display: inline-block;
    padding-left: 0;
}
.template5-floor-dv ul.file_view_dl li,  .template5-docs-dv ul.file_view_dl li {
    display: inline;
}
.cust-website-w{width: 125px;}

@media (min-width: 1200px) {
  .hero-section,
  .hero-section-inner {
    min-height: 745px;
    width: 100%;
  }

  .hero-img {
    /*right: 0;*/
    max-width: 100%;
  }

  .hero-section ul.social {
    right: -220px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1410px;
  }
}

@media (min-width: 1700px) {
  /*.hero-img {
    right: -60px;
    max-width: 954px;
  }*/
  .hero-section ul.social {
    right: -375px;
  }
}

@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    font-size: 12px;
  }
  .hero-section ul.social {
    position: relative;
    right: 0;
    transform: inherit;
    top: 0;
    justify-content: center;
  }
  .hero-img {
    position: relative;
    right: 0;
    max-width: 954px;
    width: 100%;
    top: 0;
    margin: 50px 0;
  }
  .find-your-best {
    max-width: 100%;
  }
  .overview-img img {
    max-width: 33px;
  }
  .overview-block {
    margin-left: 0;
  }
  .overview-block {
    border-right: none;
  }
  .features-block {
    margin-left: -120px;
    max-width: 700px;
  }
}



@media(min-width: 1650px){
    .container {
        max-width: 1440px;
    }
    header ul.navbar-nav li a {
        padding: 12px 27px !important;
        font-size: 18px;
    }
    .main-section .text-content {
        margin: 100px 0;
    }
    .main-section .text-content h1{
        font-size: 60px;
    }
    .btn{
        font-size: 18px;
        line-height: 60px;
        padding: 0 30px;
    }
}
@media(max-width: 1600px){
    .main-section .text-content p{
        font-size: 20px;
        margin-bottom: 25px;
    }
    section.dotted-bg h2 {
        font-size: 48px;
        line-height: 48px;
    }
    section.dotted-bg p{
        font-size: 20px;
        line-height: 20px;
    }
    section.award-section {
        padding: 50px 0 80px 0;
    }
    .bg-shadow{
        padding: 25px;
    }
    section.award-section h4 {
        font-size: 20px;
        line-height: 20px;
        min-height: 45px;
    }
    section.award-section h4 img {
        width: 45px;
        margin: 0 10px 0 0;
    }
    .feature-item .text-content h3 {
        font-size: 28px;
        line-height: 34px;
    }
    .service-item {
        padding: 20px;
    }
    .service-item h3{
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .price-item .price-type h4 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 0;
    }
    .price-item .price-type img {
        width: 80px;
    }
    .price-item .price-type ul {
        margin: 0 0 0 0;
    }
    .price-item .price-type ul li svg {
        font-size: 18px;
    }
    .price-item .plan-amount h5 {
        font-size: 32px;
        padding-left: 45px;
        line-height: 55px;
        margin-top: -45px;
    }
    .price-item .plan-amount:before {
        border-top: 164px solid transparent;
        border-bottom: 165px solid transparent;
        border-right: 180px solid #f7bd95;
        position: absolute;
        top: 0;
        right: 0;
    }
    .price-item .price-type {
        margin-bottom: 100px;
    }
    .price-item ul {
        margin-bottom: 100px;
    }
    .price-item.plus .plan-amount:before {
        border-top: 164px solid transparent;
        border-bottom: 175px solid transparent;
        border-right: 180px solid #ef7c2c;
        right: 0;
    }
    .price-item.plus .plan-amount h5 {
        margin-left: 45px;
    }
    .price-item.plus .price-type {
        margin-bottom: 115px;
    }
    .price-item.plus .btn-plan {
        padding-bottom: 70px;
    }
    .social-sharing ul li .social-tag {
        padding: 0 22px;
        min-width: auto;
        line-height: 48px;
        font-size: 16px;
    }
    .contact-details .bg-shadow{
        padding: 30px 30px;
        min-height: 210px;
    }
    .contact-details .bg-shadow > svg{
        font-size: 80px;
    }

}

@media(max-width: 1400px){
    section.step-poroperty .bg-curve {
        max-width: 300px;
    }
    .feature-item .bg-circle {
        max-width: 250px;
        top: -50px;
    }
    .feature-item .bg-circle img {
        width: 100%;
    }
    .feature-item .img-wrap.ml span.circle-top-right{
        width: 140px;
        height: 140px;
        right: 30px;
    }
    .feature-item .square-curve {
        max-width: 38%;
    }
    .feature-item .square-curve img {
        width: 100%;
    }
    .feature-item .img-wrap.ml {
        margin-left: 0;
    }
    .feature-item .square-curve1 {
        max-width: 32%;
    }
    .feature-item .square-curve1 img {
        width: 100%;
    }
    .hero-img {
        position: relative;
        margin-top: 10px;
    }
}
@media(max-width: 1024px){
    .main-section .text-content h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .main-section .text-content p {
        font-size: 16px;
        line-height: 16px;
    }
    .btn {
        font-size: 16px;
        line-height: 42px;
        font-weight: 500;
        padding: 0 20px;
    }
    section.step-poroperty{
        padding: 60px 0 60px;
    }
    section.step-poroperty .bg-curve {
        max-width: 250px;
        margin-top: 30px;
    }
    section.dotted-bg{
        padding: 30px 0;
    }
    section.dotted-bg h2 {
        font-size: 36px;
        line-height: 36px;
    }
    section.award-section h4 {
        margin: 0 0 15px 0;
    }
    section.award-section {
        padding: 40px 0 40px 0;
    }
    .fatures-section {
        padding: 60px 0 30px;
    }
    .feature-item .text-content h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .feature-item .text-content ul {
        font-size: 14px;
        line-height: 22px;
    }
    .price-item .btn-plan a {
        font-size: 14px;
        line-height: 42px;
    }
    header ul.navbar-nav li a {
        font-size: 14px;
        padding: 10px 10px !important;
    }
    .container, .container-fluid {
        max-width: 100% !important;
        padding: 0 32px !important;
    }
    section.pricing-section {
        background-size: 100% 400px;
    }
    .pb-70 {
        padding-bottom: 50px !important;
    }
    .pt-70 {
        padding-top: 50px !important;
    }
    section.page-header{
        padding: 170px 0 80px;
    }
    .contact-details .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 0 50px 0;
    }
    .contact-details .row {
        justify-content: center;
    }
    .social-sharing{
        margin-top: 15px;
    }
    .social-sharing ul li {
        margin: 0 10px 10px 0;
    }

    .container-inner{
    padding-right: 0;
  }
  #myTab{
    position: relative;
    width: 100%;
    flex-direction: row;
    flex: 0 0 100%;
    margin-bottom: 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after{
        height: 2px;
    width: 100%;
    background-color: #1e62ab;
    top: inherit;
    right: 0;
    bottom: 0;
        
}
.sld-wrp{
    max-width: 600px;
}
.tabs-bg{width: 100%}
.hero-section {
    overflow: hidden;
}
#myTab li.nav-item button {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: 14px;
}
.nav-tabs .nav-link{margin: 0 12px;}
button#Tours-tab .icon {
    margin-bottom: 7px;
}
.slide-btn img{
    margin: 0 auto;
}
.price-item .price-type h4 {
    font-size: 17px;
    line-height: 20px;
}
}
@media(max-width: 991px){
    .section-heading h3 {
        font-size: 24px;
        line-height: 24px;
    }
    section.Services-section .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    section.award-section h4 {
        font-size: 16px;
        line-height: 16px;
        min-height: 40px;
    }
    section.pricing-section .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    section.pricing-section .tab-content {
        max-width: 350px;
        margin: 0 auto;
    }
    .feature-item .img-wrap.ml span.circle-top-right {
        width: 100px;
        height: 100px;
        right: 10px;
        top: -40px;
    }
    .feature-item .bg-circle {
        max-width: 130px;
        top: 20px;
    }
    .feature-item .img-wrap.ml span.circle-bottom-right {
        width: 100px;
        height: 100px;
        bottom: -40px;
    }
    .feature-item{
        padding: 30px 0;
    }
    .feature-item .img-wrap .f-dotted-bg,
    .feature-item .square-curve,
    .feature-item .square-curve1{
        display: none;
    }
    section.registe-bg .content-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    section.registe-bg .content-wrap .left {
        margin: 0 auto 50px;
    }
    section.registe-bg {
        height: auto;
        padding: 100px 0;
    }
    .fetures-video-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
      }
      .features-block {
        margin-left: 0;
        max-width: 100%;
      }
      section.map-section .map-wrap {
        height: auto;
      }
      .register-link {
        margin: 50px 0;
      }
}
@media(max-width: 767px){
    .container, .container-fluid {
        padding: 0 15px !important;
    }
    footer ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    footer ul li {
        margin: 4px 0;
    }
    footer ul li a {
        font-size: 14px;
        padding: 0 12px;
    }
    footer .bottom-footer .row {
        justify-content: center;
        text-align: center;
    }
    footer .bottom-footer .row .col-md-6 {
        text-align: center !important;
    }
    footer .bottom-footer p{
        font-size: 14px;
    }
    .hero-section ul.social{display: none;}
    .main-section .text-content {
        margin: 30px 0;
    }
    .main-section .text-content h1 {
        font-size: 32px;
        line-height: 40px;
    }
    header nav.navbar button.navbar-toggler {
        padding: 0;
        background: #ef7c2c;
        width: 38px;
        height: 38px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header nav.navbar button.navbar-toggler span.navbar-toggler-icon {
        height: auto;
        color: #fff;
    }
    header nav.navbar .navbar-collapse {
        background: #ef7c2c;
        z-index: 1;
        position: absolute;
        width: 100%;
        top: 100%;
        z-index: 1;
    }
    header nav.navbar .navbar-collapse ul li a {
        font-size: 15px;
        color: #fff;
        padding: 15px 20px !important;
    }
    header nav.navbar .navbar-collapse ul li + li {
        border-top: 1px solid #d66c23;
    }
    header ul.navbar-nav li a.btn-freetrial {
        margin-left: 0;
        background: #000;
        border-radius: 0;
    }
    section.step-poroperty {
        padding: 40px 0 40px;
    }
    section.step-poroperty .bg-curve {
        max-width: 50%;
        opacity: .2;
    }
    section.step-poroperty .section-heading {
        padding: 0 15px;
    }
    .section-heading {
        margin: 0 0 40px 0;
    }
    .section-heading h3{
        line-height: 30px;
    }
    section.step-poroperty .col-md-8 {
        margin-top: 30px;
    }
    section.dotted-bg h2 {
        font-size: 24px;
        line-height: 28px;
    }
    section.dotted-bg p {
        font-size: 16px;
        line-height: 20px;
    }
    .section-heading span.line{
        width: 220px;
    }
    section.award-section .col-md-6 + .col-md-6 {
        margin-top: 30px;
    }
    section.templtes-section {
        padding: 40px 0 40px;
    }
    .templetes-div .btn.bg-orange {
        margin: 25px auto 0;
    }
    .fatures-section {
        padding: 40px 0 40px;
    }
    .feature-item .img-wrap.ml {
        margin: 0 auto 15px;
    }
    .feature-item {
        padding: 0;
    }
    .feature-item .img-wrap.ml span.circle-top-right {
        opacity: .2;
    }
    .feature-item .img-wrap.ml span.circle-bottom-right {
        opacity: .1;
    }
    .feature-item .text-content ul {
        margin-bottom: 15px;
    }
    .feature-item + .feature-item {
        margin-top: 30px;
    }
    .feature-item .col-md-7 {
        order: 1;
    }
    .feature-item .col-md-5 {
        order: 2;
    }
    .feature-item .img-wrap {
        margin: 0 0 15px 0;
    }
    section.Services-section {
        padding: 40px 0 0px;
    }
    section.Services-section .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    section.pricing-section {
        background-size: 100% 380px;
        padding: 30px 0;
    }
    section.pricing-section .section-heading {
        margin: 0 0 20px 0;
    }
    .pricing-section ul.nav.nav-tabs .nav-item a.nav-link {
        font-size: 16px;
    }
    .contact-details .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    .pt-70 {
        padding-top: 40px !important;
    }
    .pb-70 {
        padding-bottom: 40px !important;
    }
    .social-sharing {
        flex-wrap: wrap;
    }
    .social-sharing h4 {
        width: 100%;
        margin: 0 0 15px 0;
        font-size: 20px;
    }
    .social-sharing ul li {
        width: 50%;
        margin: 0;
        padding: 0 15px 10px;
    }
    .social-sharing ul {
        margin: 0 -15px;
    }
    .social-sharing ul li .social-tag {
        width: 100%;
    }
    .form-group {
        margin: 0 0 15px 0;
    }
    .form-group .form-control {
        min-height: 38px;
        padding: 10px 30px 10px 15px
    }
    section.page-header .text p{
        font-size: 15px;
    }
    .contact-details .bg-shadow{
        min-height: auto;
    }
    .template-select .col-md-6:first-child {
        margin-bottom: 35px;
    }
    section.registe-bg{
        padding: 30px 0;
    }
    section.registe-bg .content-wrap .left h3{
        font-size: 28px;
    }
    section.registe-bg .content-wrap .form-wrap{
        padding: 20px;
    }
    .modal.show .modal-dialog {
        margin: 20px 15px;
    }

    .find-your-best {
    min-height: inherit;
    padding: 30px;
  }
  .find-your-best p {
    top: 50%;
    right: -45px;
    font-size: 25px;
  }
  .btn.website-link {
    margin: 10px 0 0 0;
  }
  .container-inner{
    padding-right: 0;
  }
  #myTab{
    position: relative;
    width: 100%;
    flex-direction: row;
    flex: 0 0 100%;
    margin-bottom: 30px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after{
        height: 2px;
    width: 100%;
    background-color: #1e62ab;
    top: inherit;
    right: 0;
    bottom: 0;
        
}
.sld-wrp{
    max-width: 300px;
}
.tabs-bg{width: 100%}
.hero-section {
    overflow: hidden;
}
#myTab li.nav-item button {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-size: 12px;
}
.nav-tabs .nav-link{margin: 0 12px;}
button#Tours-tab .icon {
    margin-bottom: 7px;
}
.find-your-best h1{font-size: 40px;}
}
