:root {
    --neue-font: "Neue Haas Grotesk Display Pro"
}

html {
    font-size: 62.5%;
    height: 100%
}

body {
    font-family: var(--neue-font)
}

html {
    scroll-behavior: smooth
}

a,
a:hover {
    text-decoration: none;
    display: inline-block;
    transition: .3s ease-in-out
}

img {
    display: inline-block;
    max-width: 100%
}

.navbar.navbar-expand-lg {
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    padding: 0;
    z-index: 9;
    padding: 2rem 0
}

.navbar.navbar-expand-lg button.navbar-toggler {
    border: 0
}
a.navbar-brand {
    max-width: 95px;
}
.navbar.navbar-expand-lg button.navbar-toggler:focus {
    box-shadow: unset;
    outline: none
}

.navbar.navbar-expand-lg button.navbar-toggler:focus span.navbar-toggler-icon::after {
    width: 100% !important
}

.navbar-nav{
    position: relative;
}
.navbar.navbar-expand-lg button.navbar-toggler span.navbar-toggler-icon {
    width: 30px;
    height: 1px;
    background-color: #111;
    position: relative
}

.navbar.navbar-expand-lg button.navbar-toggler span.navbar-toggler-icon::after,
.navbar.navbar-expand-lg button.navbar-toggler span.navbar-toggler-icon::before {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: -8px;
    background-color: #111;
    content: ""
}

.navbar.navbar-expand-lg button.navbar-toggler span.navbar-toggler-icon::after {
    top: unset;
    bottom: -8px;
    width: 20px;
    left: unset;
    right: 0;
    transition: ease .3s
}

.navbar.navbar-expand-lg li {
    display: inline-flex;
    align-items: center
}

.navbar.navbar-expand-lg li.active a::after {
    width: 25px
}

.navbar.navbar-expand-lg .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    text-transform: capitalize;
    color: #040404
}

.navbar.navbar-expand-lg .nav-link:hover {
    color: #2568fb
}

.owl-carousel .owl-item img.mainImg{
    border-radius: 50px;
}
@media screen and (min-width: 768px) {
    .owl-carousel .owl-item img.mainImg{
       height: 500px;
       object-fit: cover;
    }  
    .licenseNumber{
        font-size: 12px;
        color: #000;
        position: absolute;
        top: -39px;
        right: 2px;
    } 
    
}
.navbar-nav .menu-item {
    display: inline-flex;
    align-items: center;
    position: relative
}

.navbar-nav .menu-item a {
    font-size: 16px;
    font-weight: 400;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    text-transform: capitalize;
    color: #040404;
    display: block
}

.navbar-nav .menu-item.btn-warning a {
    padding: 0
}

.navbar-nav .menu-item.btn-warning a:hover {
    color: #fff !important
}

.navbar-nav .menu-item.btn-warning:hover {
    color: #fff !important
}

.navbar-nav .menu-item .sub-menu {
    top: 100%;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 280px;
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    font-size: 16px;
    position: absolute;
    z-index: 1000
}

.navbar-nav .menu-item .sub-menu li a {
    padding: 1rem 2rem;
    display: block
}

.navbar-nav .menu-item .sub-menu li a:hover {
    color: #2568fb 
}

@media(min-width: 992px) {
    .navbar-nav .menu-item .sub-menu {
        position: absolute
    }
}

.navbar-nav .menu-item:hover .sub-menu {
    display: block
}

li.nav-item.dropdown {
    position: relative
}

li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

li.nav-item.dropdown .dropdown-menu {
    font-size: 16px
}

li.nav-item.dropdown .dropdown-menu li {
    width: 100%
}

li.nav-item.dropdown .dropdown-item {
    padding: 1rem 2rem;
    display: block
}

.btn-warning {
    background-color: #2568fb ;
    border-radius: 20px;
    font-size: 15px;
    padding: .7rem 3rem;
    color: #fff;
    border: 0
}

.btn-warning:hover {
    background-color: #222;
    color: #fff !important
}

p {
    font-weight: 500
}

.banner {
    background: url(../images/Hero/BG\ lINES.svg) no-repeat center/cover
}

.banner .row {
    padding: 2rem 2rem
}

.banner h1 {
    font-size: 45px;
    font-weight: bold
}

.banner p {
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0 0px
}

.banner .col-md-6 {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.banner .col-md-6.bannerContent {
    padding-right: 10%
}
.serviceCard {
    padding: 5rem 0;
    background: #f1f1f1;
    height: 100%;
    border-radius: 27px;
}
.banner .col-md-6.bannerContent .btn-warning {
    font-size: 19px
}

.element-1 {
    position: absolute;
    width: 80px !important;
    top: -5%;
    left: 10%
}

.element-2 {
    position: absolute;
    width: 36px !important;
    right: -6px;
    top: 70%
}

.brandValue {
    padding: 5rem 0 8rem
}

.brandValue hr {
    margin-bottom: 5rem
}

.brandValue h3 {
    font-size: 41px;
    font-weight: 700
}

.brandValue h3 small {
    font-size: 21px;
    font-weight: 500
}

.whyChoose .whyBox {
    background-color: #2568fb;
    padding: 7rem 5rem 5rem;
    border-radius: 27px
}

.whyChoose .whyBox h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700
}

.whyChoose .whyBox header p {
    color: #fff;
    font-size: 18px;
    max-width: 700px;
    margin: auto auto 5rem
}

.whyChoose .whyBox .row {
    border-radius: 27px;
    background: #fff
}

.whyChoose .whyBox .row .col-md-4 {
    padding-top: 7rem;
    padding-bottom: 5rem;
    position: relative
}

.whyChoose .whyBox .row .col-md-4:not(:last-child)::after {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: #ccc;
    content: ""
}

.whyChoose .whyBox .row h4 {
    font-size: 20px;
    margin: 2rem 0 1rem;
    font-weight: 400
}

.whyChoose .whyBox .row p {
    font-size: 13px;
    max-width: 210px;
    margin: auto
}

.mainHeader h2 {
    font-size: 38px;
    font-weight: 700
}

.mainHeader p {
    font-size: 20px
}

.services {
    padding: 8rem 0
}

.services figure {
    margin:.8rem 0;
}
.services figure img{
    height: 250px;
    width:100%;
    border-radius: 30px;
    object-fit: cover;
}
.services figure figcaption {
    border-radius: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 2rem;
    text-align: center;
    background-color: #015a5ed1 ;
    display: flex
;
transition: .3s ease-in-out;
    flex-direction: column;
    justify-content: center;
}
.services figure:hover figcaption{
    background-color: #375a7fb4   ;
}

.services figure figcaption h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-bottom: 2rem
}

.services figure figcaption .btn-warning {
    background: #fff;
    color: #111 !important;
    font-size: 19px;
    font-weight: 600;
    border-radius: 27px
}

.services h5 {
    font-size: 30px;
    line-height: 50px;
    /* max-width: 900px; */
    /* background: url(../images/Calculator/scribble\ arrow.svg) no-repeat; */
    background-size: 9%;
    background-position: 90% 101%;
    padding-bottom: 40px;
    margin-top: 5rem
}

.serviceBox {
    text-align: center;
    margin-top: 5rem
}

.serviceBox h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 2rem auto 1rem
}

.serviceBox p {
    font-size: 15px;
    margin-bottom: 2rem;
    font-weight: 500
}

.serviceBox .btn-warning {
    font-size: 19px
}

.serviceBox .btn-calculators {
    font-size: 19px;
    border: 1px solid #999;
    border-radius: 27px;
    padding: 1rem 5rem;
    margin: 9rem 0
}

.serviceBox .btn-calculators:hover {
    background: #111;
    color: #fff
}

.serviceBox .btn-calculators:hover img {
    filter: brightness(0) invert(1)
}

.howItWorks {
    padding: 8rem 0;
    background: #fff4ee
}

.howItWorks span {
    background-color: #2568fb ;
    border-radius: 100%;
    width: 157px;
    height: 157px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0 2rem;
    border: 10px solid #fff4ee;
    box-sizing: border-box;
    position: relative;
    z-index: 2
}

.howItWorks .row .col-md-4:not(:last-child) {
    position: relative
}

.howItWorks .row .col-md-4:not(:last-child)::after {
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    content: "";
    top: 40%;
    z-index: 1
}

.howItWorks .row .col-md-4:not(:last-child)::before {
    position: absolute;
    content: "";
    top: 36%;
    background: url(../images/How-its-work/arrow.svg);
    width: 11px;
    height: 21px;
    left: 100%;
    z-index: 3
}

.howItWorks h3 {
    font-size: 20px;
    font-weight: bold
}

.howItWorks p {
    font-size: 18px;
    max-width: 280px;
    margin: auto;
    font-weight: 500
}

.howItWorks .btn-warning {
    margin-top: 5rem;
    padding: 1rem 5rem;
    font-size: 19px
}

.blog {
    padding: 8rem 0
}

.blog h2 {
    font-weight: bold
}

.blog .row {
    margin-top: 4rem
}

.blog h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 2rem auto 1rem
}

.blog p {
    font-size: 15px;
    margin-bottom: 2rem
}

.blog .btn-warning {
    font-size: 19px
}

.testimonials {
    padding: 5rem 0
}

.testimonials h2 {
    font-weight: bold
}

.testimonials header {
    margin-bottom: 3rem
}

.testimonials .owl-testimonials .owl-prev {
    position: absolute;
    left: 25vw;
    transform: rotate(175deg);
    top: 90px
}

.testimonials .owl-testimonials .owl-prev:focus {
    outline: none;
    box-shadow: none
}

.testimonials .owl-testimonials .owl-prev:hover {
    background-color: rgba(0, 0, 0, 0)
}

.testimonials .owl-testimonials .owl-next {
    position: absolute;
    right: 25vw;
    top: 90px
}

.testimonials .owl-testimonials .owl-next:hover {
    background-color: rgba(0, 0, 0, 0)
}

.testimonials .owl-testimonials .videoTestimonial .playButton {
    width: 100px
}

.testimonials .owl-testimonials .testiBox {
    background: #eff0ff;
    padding: 5rem;
    border-radius: 27px;
    text-align: center
}

.testimonials .owl-testimonials .testiBox h4 {
    font-size: 22px;
    margin-bottom: 3rem;
    font-weight: 600
}

.testimonials .owl-testimonials .testiBox p {
    font-size: 18px;
    font-weight: 300;
    max-width: 500px;
    margin: auto
}

.testimonials .soon {
    background-color: #efefef;
    padding: 5rem 0
}

.testimonials .soon h4 {
    font-size: 38px;
    font-weight: 700
}

.playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.homeContact {
    padding: 8rem 0 10rem
}

.homeContact .homeContactImg {
    border-radius: 28px;
    background-color: #efefef;
    height: 100%;
    padding: 5rem 3rem 0
}

.homeContact .homeContactForm {
    background: #2568fb ;
    border-radius: 28px;
    padding: 4rem;
    height: 100%
}

.homeContact .homeContactForm h3 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 3rem
}
.homeContact .homeContactForm h3 span{
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-top: 10px;
}

.form-select, .homeContact .homeContactForm form textarea, .homeContact .homeContactForm form .form-control {
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 17px;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    width: 100%
}

.form-select option{
    color:#000
}
.homeContact .homeContactForm form textarea, .homeContact .homeContactForm form .form-control::-moz-placeholder {
    color: #fff
}

.homeContact .homeContactForm form textarea, .homeContact .homeContactForm form .form-control:-ms-input-placeholder {
    color: #fff
}

.homeContact .homeContactForm form textarea, .homeContact .homeContactForm form .form-control::placeholder {
    color: #fff !important
}

.homeContact .homeContactForm form textarea, .homeContact .homeContactForm form .form-control:focus {
    outline: none;
    box-shadow: none
}

.homeContact .homeContactForm form .btn-primary {
    background-color: #fff;
    color: #111;
    font-size: 19px;
    border: 0;
    padding: 1rem 4rem;
    margin-top: 2rem
}

footer {
    background-color: #ECC232;
    padding: 5rem 0 0;
    font-size: 16px
}

footer h5 {
    font-size: 20px;
    margin: 2rem 0
}

footer h3 {
    font-size: 24px;
    font-weight: 400
}

footer .footerMenu li {
    margin: 1.5rem 0
}

footer .footerMenu li a {
    color: #111;
    font-weight: 500
}

footer .footerMenu li a:hover {
    color: #2568fb 
}

footer .footerMenu li a .fa-phone {
    transform: rotate(105deg)
}

footer .footerMenu li a .fa-map-marker-alt {
    position: relative;
    top: 5px
}

footer .footerMenu li a span {
    margin-left: .5rem
}

footer .socialIcons li {
    margin-right: 3rem
}

footer .socialIcons li a {
    color: #2568fb ;
    font-size: 18px
}

footer .socialIcons li a:hover {
    color: #111
}

footer .footerBottom {
    background-color: #222;
    padding: 2rem 0;
    margin-top: 5rem
}

footer .footerBottom p {
    font-weight: 500;
    color: #fff
}

footer .footerBottom ul {
    margin: 0
}

footer .footerBottom ul li {
    margin-right: 3rem
}

footer .footerBottom ul li a {
    font-weight: 500;
    color: #fff
}

footer .footerBottom ul li a:hover {
    color: #2568fb 
}



.heading-2 {
    font: bold 24px/47px var(--neue-font);
    color: #212121
}

.heading-2::before {
    position: absolute;
    left: -15px;
    width: 5px;
    height: 70%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background-color: #2568fb 
}

.corporation {
    padding: 50px 0
}

.corporation h3 {
    font: normal normal bold 28px var(--neue-font);
    color: #212121
}

.corporation h3 span {
    font-size: 24px
}

.corporation h4 {
    color: #2568fb ;
    font-size: 15px
}

.corporation p {
    font: 300 16px/23px var(--neue-font);
    color: #666
}

.contactUs h5 {
    color: #2568fb ;
    font-size: 17px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0 20px
}
.navbar.navbar-expand-lg .nav-link.contactNumber{
    color:#2568fb;
    border-color: #007bff;
 }
 .navbar.navbar-expand-lg .nav-link.contactNumber:hover{
    color:#fff
 }
.contactUs h5::before {
    width: 50px;
    height: 2px;
    content: "";
    background-color: #2568fb ;
    display: inline-block;
    margin-right: 10px
}

.contactUs input.form-control {
    height: 55px;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 20px
}

.contactUs textarea.form-control {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 20px
}

.contactUs h6 {
    color: #212121;
    font-size: 18px;
    font-weight: 700
}

.contactUs address {
    margin-bottom: 40px
}

.mainBanner .bannerInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mainBanner .bannerInner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.mainBanner .Heading {
    text-align: left;
    font: normal normal normal 40px/38px var(--neue-font);
    letter-spacing: -2px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 3px #000;
    margin: auto 0;
    position: relative;
    -webkit-animation: moveInLeft 1s ease-out;
    animation: moveInLeft 1s ease-out
}

.mainBanner .Heading span {
    font: normal normal normal 34px/35px var(--neue-font)
}

.mainBanner .Heading::before {
    position: absolute;
    left: -20px;
    width: 3px;
    background-color: #2568fb ;
    content: "";
    height: 100%;
    top: 0
}

.card-body {
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 27px
}

.card-body label {
    font-size: 16px;
    display: block;
    margin-bottom: 10px
}

.calculator h2 {
    font-size: 24px;
    font-weight: 700
}

.calculator p {
    margin-bottom: 30px
}

.aboutUs h2 {
    margin-bottom: 2rem
}

.aboutUs p {
    font-weight: 500;
    line-height: 1.6
}

/*# sourceMappingURL=main.min.css.map */


.client {
    padding: 2rem 0 10rem
}

.client .pattern-img {
    -webkit-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite;
    margin-top: 4rem
}

.client h3 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 3rem
}

.founderDP{
    background-color: #F3E9DC;
    padding: 5rem 0;
    p{
        max-width: 100% !important;
    }
    h5{
        margin-top: 3rem;
    }
}
.client p {
    max-width: 80%;
    font-size: 16px
}
.blink-button {
    padding: 12px 24px;
    font-size: 12px;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    animation: blink-bg 1s infinite;
    position: fixed;
    bottom: 2%;
    right: 10px;
    z-index: 111;

  }

  @keyframes blink-bg {
    0%, 100% {
      background-color: #2568fb;
    }
    50% {
      background-color: #0056b3;
    }
  }
.client h5 {
    position: relative;
    font-size: 3.5rem;
    font-weight: bold;
    color: #212331;
    position: relative;
    padding-bottom: 25px;
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 1.5rem;
    padding-bottom: 15px
}

.client h5::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #b1030d;
    width: 60px;
    height: 1px;
    z-index: 1
}

.client h5::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f6f6f6;
    width: 128px;
    height: 1px
}

.client h5::after {
    left: 0;
    -webkit-transform: unset;
    transform: unset;
    width: 65px;
    bottom: unset;
    top: -2rem
}

.client h5::before {
    left: 2rem;
    -webkit-transform: unset;
    transform: unset;
    width: 25px;
    bottom: unset;
    top: -2rem
}

.client .client-img {
    position: relative
}

.client .client-img ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.client .client-img ul li {
    position: absolute;
    top: 0
}

.client .client-img ul li img {
    -webkit-transition: .2s linear;
    transition: .2s linear
}

.client .client-img ul li:nth-child(1) {
    left: 0;
    bottom: 10%;
    top: unset
}

.client .client-img ul li:nth-child(2) {
    left: 30%;
    top: -3rem
}

.client .client-img ul li:nth-child(3) {
    right: 5%;
    bottom: -10%;
    top: unset
}

.client .client-img ul li:hover img {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 8px 15px #00000054;
    box-shadow: 0 8px 15px #00000054
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.bannerBottom {
    background-color: #2C3D73;
    padding: 4rem 0 1rem;
    margin: 3rem 0
}

.footerLogo {
    max-width: 160px;
}
.bannerBottom ul li:first-child {
    width: 57px;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #18202d;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px
}

.bannerBottom ul li:first-child::before {
    position: absolute;
    content: "";
    width: 57px;
    height: 57px;
    background-color: #b0c44a;
    border-radius: 100%;
    top: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out
}

.bannerBottom ul li:first-child i {
    position: relative;
    z-index: 1
}

.bannerBottom ul:hover li:first-child::before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.bannerBottom h4 a {
    font-size: 12px;
    color: #CED2D9 ;
    font-family: var( --neue-font);
    text-align: left
}

.bannerBottom h4 a span {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5px
}
.main_banner .caption h2 {
    font-size: 4rem
}

.main_banner .caption h3 {
    font-size: 2rem
}

.main_banner .caption p {
    font-size: 1.8rem
}

.services figure figcaption ul {
    /* list-style: none; */
    padding: 0;
    text-align: left;
    margin-left: 14px;
}


.services figure figcaption ul  li{
    color: #fff;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 300;
}

.get_btn {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(200px, -50%) rotate(-90deg);
    transform: translate(200px, -50%) rotate(-90deg);
    background: #FFE191;
    z-index: 999 !important;
    padding: 5px 10px;
    visibility: hidden;
    opacity: 0;
    font-size:16px;
    z-index: 9;
    -webkit-transition: 1.5s all;
    transition: 1.5s all;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.show {
    visibility: visible;
    opacity: 1;
}
.get_btn.show {
    -webkit-transform: translate(40px, -50%) rotate(-90deg);
    transform: translate(40px, -50%) rotate(-90deg);
}
.get_btn a {
    color: #000;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .client p {
        max-width: 100%;
    }
    .banner h1 {
        font-size: 26px;
        margin-top: 20px
    }

    .banner p {
        font-size: 20px;
        margin: 15px 0 22px
    }

    .banner .col-md-6.bannerContent .btn-warning {
        font-size: 18px
    }

    .brandValue h3 {
        font-size: 24px
    }

    .brandValue h3 small {
        font-size: 15px
    }

    .bannerContent {
        margin-bottom: 2rem;
        text-align: center
    }

    .brandValue {
        padding: 0rem 0 3rem
    }

    .brandValue {
        padding: 0rem 0 3rem
    }

    .howItWorks .row .col-md-4:not(:last-child)::after,
    .howItWorks .row .col-md-4:not(:last-child)::before,
    .whyChoose .whyBox .row .col-md-4:not(:last-child)::after {
        display: none
    }

    .whyChoose .whyBox .row .col-md-4 {
        padding-top: 4rem;
        padding-bottom: 3rem
    }

    .mainHeader h2 {
        font-size: 24px
    }

    .homeContact .homeContactForm h3 {
        font-size: 26px
    }

    footer .footerBottom p {
        text-align: center !important
    }

    footer .footerBottom ul li {
        margin: 0
    }

    footer .footerBottom ul {
        justify-content: space-around
    }

    .videoTestimonial,
    .testimonials .owl-testimonials .testiBox {
        padding: 2rem;
        margin: 1.5rem
    }

    footer h5 {
        font-size: 16px
    }

    .testimonials {
        padding: 3rem 0
    }

    .item {
        width: 100% !important
    }

    .testimonials .owl-testimonials .testiBox p {
        max-width: unset
    }

    .services figure figcaption {
        padding: 3rem 1rem
    }

    .services figure figcaption .btn-warning {
        font-size: 16px
    }
    .services figure figcaption ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .services figure figcaption ul li{
        color: #fff;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .services h5 {
        font-size: 20px;
        line-height: 30px;
        margin: 2rem 0
    }

    .serviceBox .col-md-3 {
        margin-bottom: 30px
    }

    .services {
        padding: 3rem 0
    }

    .serviceBox .btn-calculators {
        font-size: 19px;
        margin: 2rem 0
    }

    .homeContact {
        padding: 1rem 0 4rem
    }

    ul.list-unstyled.d-flex.socialIcons {
        margin-bottom: 20px
    }

    .howItWorks {
        padding: 3rem 0
    }

    .testimonials .owl-testimonials .owl-next {
        right: 0vw
    }

    .banner .col-md-6.bannerContent {
        padding-right: 15px;
        margin-bottom: 4rem
    }

    .testimonials .soon h4 {
        font-size: 24px
    }

    section.blog .col-md-4>img {
        width: 100%
    }

    .banner .row {
        padding: 1rem 0rem
    }

    .testimonials .soon h4 {
        font-size: 24px
    }

    .navbar-nav .menu-item {
        margin: 5px 0
    }

    .testimonials .owl-testimonials .owl-prev {
        left: 0vw
    }

    .blog .btn-warning {
        font-size: 19px;
        margin-bottom: 40px
    }

    .blog {
        padding: 3rem 0
    }

    .services figure figcaption h3 {
        font-size: 24px
    }

    .mainHeader p {
        font-size: 16px
    }

    .navbar.navbar-expand-lg {
        padding: 1rem 0
    }
    .serviceCard{
        margin-bottom: 2rem;
        height : auto
    }
    .homeContact .homeContactImg {
        height: auto;
        margin-bottom: 20px;
    }
    .element-1 {
        width: 60px !important
    }
    .client .client-img ul li:nth-child(2) {
        left: 30%;
        top: 0;
    }
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-float:hover {
    display: inline-flex;
    color: #fff;
    background-color: #147237;
}