/*

*/
:root {
    --theme-color: #f17109;
/*    --theme-color2: #1681ef;*/
    --theme-color2: #188b8d;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
        url('../fonts/Poppins-Italic.woff') format('woff'),
        url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('../fonts/Poppins-MediumItalic.woff') format('woff'),
        url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

body {
    color: #2f2f2f;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;

}
html, body {width: 100%;height: 100%;}
h1, h2, h3, h4 {
    color: #000000;
    font-weight: 500;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
img {
    max-width: 100%;
    width: auto;
}
a {
    color: var(--theme-color);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
a:hover, a:focus, button:focus, input:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.or {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
}
.or span {
    margin: 0 10px;
}
.or::before, .or::after {
    content: "";
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}
.list-unstyled {
    margin: 0;
    list-style: none;
}
.list-unstyled.inline>li {
    display: inline-block;
}
.btn.theme-btn {
    position: relative;
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 4px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 1;
}
.btn.theme-btn:hover {
    background: #ff8b2c;
}
.btn.theme-btn i {
    font-weight: normal;
}
.btn.theme-btn.btn2 {
    background: var(--theme-color2);
    border-color: var(--theme-color2);
}
.btn.theme-btn.btn2:hover {
    background: #106f70;
    color: #ffffff;
}
.btn.theme-btn.btn2.whatsapp-btn {
    border-color: #30b517;
    color: #30b517;
}
.btn.readMore {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: var(--theme-color2);
}
.theme-btn.disable {
    cursor: not-allowed;
}
.section-padding {
    padding: 65px 0;
}
.heading {
    margin-bottom: 40px;
}
span.subTitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--theme-color2);
    margin-bottom: 12px;
    display: block;
}
.heading h1, .heading h2 {
    font-size: 32px;
    font-weight: 500;
    color: #000;
}
.heading h2 span {
    font-weight: 800;
}
.heading p {
    color: #675c5c;
    max-width: 800px;
}
.heading.text-center p {
    margin-left: auto;
    margin-right: auto;
}



.dropdownBox {
    position: relative;
}
.dropdownMenu {
    position: absolute;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    top: 100%;
    width: 280px !important;
    border-radius: 4px;
    display: none;
    z-index: 9;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .10);
}





.dark-bg {
    background: #181d2a;
}
.light-bg {
    background: #f7f7f7;
}
.blueLight_bg {
    background: #f5faff;
}
.orgLight_bg {
    background: #fefaf6;
}
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5,
.text-white .heading h5,
.text-white .heading h1, .text-white .heading h2, .dark-bg .heading h2
{
    color: #ffffff;
}
.owl-nav button {
    background: #386de4 !important;
    position: absolute;
    color: #fff !important;
    border-radius: 0;
    width: 38px;
    height: 38px;
    top: 50%;
    font-size: 19px !important;
    line-height: 60px;
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-nav .owl-prev {
    left: -30px;
}
.owl-nav .owl-next {
    right: -30px;
}
#header {
	background: #ffffff;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2);
}
.home #header {
	background: transparent;
	position: absolute;
}
#header.fixed {
    padding-top: 60px;
}
.navbarMenu {
    padding: 8px 0;
}
header#header.fixed .navbarMenu {
    position: fixed;
    background: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(36,39,44,.15);
}

#header .navbar-brand img {
    width: auto;
}
#header.fixed .navbar-brand img {
    height: 42px;
}
ul.menuItem {
    text-align: center;
}
.navbarMenu ul.menuItem li a.nav-link {
    color: #333333;
    padding: 20px 16px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.navbarMenu ul.menuItem li a.nav-link:hover, .navbarMenu ul.menuItem li.active a.nav-link {
    background: none;
    color: var(--theme-color2);
}

header#header .btn {
    position: relative;
    border-radius: 45px;
    padding: 8px 48px 8px 20px;
    font-size: 13px;
    border-width: 2px;
}
header#header .btn i {
    position: absolute;
    background: rgb(255 255 255);
    color: #000;
    border-radius: 50%;
    right: 2px;
    top: 50%;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.nav-col {
    position: static;
}

li.nav-item.mega-menu>a {
    position: relative;
}
li.nav-item.mega-menu>a::before {
    position: absolute;
    content: "";
    right: 0;
    top: 12px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #797979;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.megaDropdown {
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 96%;
    width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}


.mega-menu.hover .megaDropdown {
    opacity: 1;
    height: auto;
    overflow: inherit;
}
.megaDropdown .innerBox {
    padding: 42px 0;
}

ul.right-nav li a {
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
ul.right-nav li:not(:last-child) a {
    margin-right: 12px;
}



/*
===========================  Home page css
*/

.heroBanner {
    background: linear-gradient(180deg, #ffffff, #eae1fb);
    position: relative;
    padding: 40px 0 60px;
    z-index: 1;
}
/*
.heroBanner {
    background: linear-gradient(150deg, #f9ffe3, #ffc992);
    position: relative;
    padding: 88px 0 60px;
    z-index: 1;
}
*/
.heroBanner h1 {
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.4;
}

.heroBanner h1 .supText {
    font-size: 0.8em;
}
.heroBanner h1 .subText {
    font-size: 1.45em;
}
.heroBanner h1 .subText strong {
    font-weight: 700;
}
.heroBanner p {
    font-size: 25px;
    font-weight: 600;
}

.heroBanner .btnBox {
    display: inline-block;
    margin-top: 25px;
}
.heroBanner .btn.theme-btn {
    border-radius: 8px;
    font-size: 20px;
    min-width: 320px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heroBanner .btn.theme-btn small {
    font-size: 0.6em;
    letter-spacing: 0.5px;
}
.heroBanner .btnBox .info {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 16px;
}
.heroBanner .btnBox .info strong {
    color: var(--theme-color);
}



.how_works .box {
    background: #ffffff;
    border: 1px solid #ccc;
    height: 100%;
    text-align: center;
    padding: 30px 25px;
}
.how_works .box .icon {
    background: linear-gradient(180deg, #ffffff, #fbefe1);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.how_works .box img {
    width: 50px;
    height: 50px;
}
.how_works .box h3 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}
.how_works .box p {
    font-size: 13px;
    margin: 0;
}


.features_tabArea {
    display: flex;
    padding-top: 25px;
    min-height: 420px
}
.features_tabArea ul.nav {
    min-width: 280px;
    display: block;
    border: none;
}

.features_tabArea ul.nav li {
    margin-bottom: 22px;
}
.features_tabArea ul.nav li a {
    background: none !important;
    border: none !important;
    border-left: 2px solid transparent !important;
    border-radius: 0 !important;
    color: #ffffff;
    padding: 6px 14px;
    display: inline-block;
    font-size: 16px;
}
.features_tabArea ul.nav li a.active {
    background: rgba(255, 255, 255, 0.05) !important;
    border-left: 2px solid var(--theme-color) !important;
    color: var(--theme-color);
}
.features_tabArea .tab-pane h3 {
    font-size: 34px;
    margin-bottom: 25px;
}
.features_tabArea .tab-pane p {
    font-size: 16px;
    line-height: 2;
}
.features_tabArea .tab-pane .imgBox {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
}



ul.point_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.point_list li {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 28px;
}
ul.point_list li::before {
    position: absolute;
    content: "\f00c";
    left: 2px;
    top: 0;
    font-size: 16px;
    font-family: 'FontAwesome';
    color: var(--theme-color);
}


.plan_list.row>div {
    display: flex;
    flex-wrap: wrap;
}
.plan_item {
    position: relative;
    background: #ffffff;
    border: 2px solid var(--theme-color);
    border-radius: 8px;
    padding: 25px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    margin-bottom: 25px;
    box-shadow: 0 7px 20px 0 rgba(241, 113, 9, 0.15);
}
.plan_item .badge {
    background: var(--theme-color);
    border-radius: 8px 8px 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    left: -2px;
    top: -26px;
    right: -2px;
    padding: 6px 0 10px;
    z-index: -1;
}
.plan_item .title {
    border-radius: 8px 8px 0 0;
    color: var(--theme-color2);
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 22px;
}
.plan_item .priceBox {
    margin-bottom: 25px;
}
.plan_item .amount_box {
    display: inline-block;
}
.plan_item .amount_box .old_amount {
    display: block;
    font-size: 22px;
    text-decoration: line-through;
    color: #666;
    line-height: 1;
    margin-top: 12px;
}
.plan_item .amount {
    font-size: 58px;
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 1;
    margin-top: 12px;
}
.plan_item .amount_box .old_amount+.amount {
     margin-top: 0;
}
.plan_item .priceBox medium {
    display: block;
}
.plan_item ul {
    background: #f9f7f4;
    border-radius: 6px;
    list-style: none;
    padding: 20px;
    margin: 20px 0 20px;
    text-align: center;
}
.plan_item ul li {
    position: relative;
    font-size: 16px;
    color: #333333;
    padding: 10px 0;
}

.plan_item ul li:not(:last-child)::before {
    position: absolute;
    background: #ccc;
    content: "";
    left: 50%;
    bottom: -1px;
    width: 20%;
    height: 1px;
    transform: translateX(-50%);
}
.plan_item .btnBox {
    margin-top: auto;
    padding-top: 20px;
}
.plan_item .btnBox .btn {
    width: 100%;
}


.ourReviesw .container {
    max-width: 1100px;
}


.review_thumbSlider .thumbImg img{
    width: 100%;
}

.reviewSlider .swiper-slide {
    height: auto;
    padding: 20px 0;
}
.reviewItem {
    background: #ffffff;
    border-left: 5px solid var(--theme-color2);
    padding: 40px;
    height: 100%;
}
.reviewItem p {
    font-size: 20px;
    color: #000000;
}
.reviewItem p strong {
    font-weight: 500;
    color: var(--theme-color2);;
}
.reviewItem .infoBox {
    margin-top: 28px;
}
.reviewItem .infoBox h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}
.reviewItem .infoBox .info {
    color: #666;
    font-size: 14px;
}

.reviewSlider .arrowBtn {
    position: absolute;
    display: flex;
    bottom: 0;
    right: 40px;
    z-index: 2;
}
.reviewSlider .arrowBtn .swiperArrow {
    background: #394054;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    cursor: pointer;
}





.faq_box {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.10);
}
.faq_box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #000000;
    padding: 20px;
    margin: 0;
}
.faq_box h3.collapsed {
    color: #333333;
}
.faq_box h3::before {
    position: absolute;
    content: "\f106";
    font-family: 'FontAwesome';
    right: 20px;
    top: 20px;
    font-size: 20px;
    font-weight: 300;
}
.faq_box h3.collapsed::before {
    content: "\f107";
}

.faq_box .innerBox {
    padding: 16px 20px 20px;
    border-top: 1px solid #e7e7e7;
}
.faq_box .innerBox p {
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
}




/*
#footer {
    background: -webkit-linear-gradient(177deg, #102042, #0e1822);
    backface-visibility: linear-gradient(177deg, #102042, #0e1822);
    color: #c1c1c1;
    padding: 50px 0 0;
}
*/
#footer {
    border-top: 1px solid #cccccc;
    color: #c1c1c1;
}
#footer h3 {
    font-size: 16px;
    color: #363636;
    margin-bottom: 20px;
}
#footer h4 {
    margin-top: 30px;
    color: #5e5e5e;
    font-size: 15px;
}
#footer a {
    color: #5e5e5e;
}


#footer .contact-info a {
    display: block;
    margin-bottom: 6px;
}
#footer .contact-info a i {
    margin-right: 4px;
    color: var(--theme-color);
}
#footer .socialLinks a {
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    margin: 8px 24px 0 0;
}

.connectUs {
    padding: 35px 0;
}
.contact-info a {
    font-size: 18px;
}
.contact-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.copyright p {
    font-size: 12px;
    color: #5e5e5e;
}
.container p span {
    text-transform: uppercase;
}
.copyright ul li:not(:last-child) {
    border-right: 1px solid #a7a7a7;
    margin-right: 15px;
    padding-right: 15px;
}
.copyright ul li a {
    display: block;
    font-size: 13px;
    line-height: 1;
}

.loginForm_area {
    position: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.loginForm_area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000;
    clip-path: polygon(72% 0, 100% 0, 100% 100%, 55% 100%);
    left: 0;
    z-index: -1;
    opacity: 0.8;
}
.loginForm_area .form_column {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 30px;
    display: flex;
    overflow: auto;
}
.loginForm_area .formBox .logoBox,
.register_area .formBox .logoBox {
    margin-bottom: 25px;
}

.loginForm_area .formBox h2,
.register_area .formBox h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.register_area .formBox h2 {
    margin-bottom: 8px;
}
.quoteRegister h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--theme-color2);
}
.loginForm_area .formBox,
.register_area .formBox {
    background: #ffffff;
    border-radius: 8px;
    padding: 32px;
    max-width: 450px;
    width: 100%;
    margin: auto;
}

.loginForm_area .form-control,
.register_area .form-control {
    background: #ffffff;
    border: 1px solid #666666;
    border-radius: 5px;
    min-height: 50px;
    font-size: 13px;
}
.fordetPassword {
    font-size: 13px;
}
.loginForm_area .formBox .btn.theme-btn,
.register_area .formBox .btn.theme-btn {
    width: 100%;
    min-height: 45px;
} 
.form-group.otp_group {
    position: relative;
}
.form-group.otp_group input.form-control {
    padding-right: 80px;
}
.form-group.otp_group .getOtp {
    background: var(--theme-color2);
    border-radius: 45px;
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    padding: 3px 10px 2px;
    margin: 0;
    cursor: pointer;
}
.form-group.otp_group .getOtp.disable {
    background: #f7f7f7;
    pointer-events: none;
    color: #8b8b8b;
}
#otpCode {
    display: none;
}
#otpCode input.form-control::-webkit-outer-spin-button,
#otpCode input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#otpCode input.form-control {
    -moz-appearance: textfield;
}

#otpCode .resendOtp {
    font-size: 13px;
    font-weight: 600;
    color: var(--theme-color2);
    cursor: pointer;
}


.register_area {
    position: fixed;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 30px 5px;
}
.register_area .container {
    margin: auto;
    max-width: 1100px;
}
.register_area .innerColumn {
    border-radius: 8px;
    overflow: hidden;
}
.register_area .innerColumn .image_area {
    background: #466e6e;
}
.register_slider .title {
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 22px;
}
.register_slider {
    padding: 35px;
}
.register_slider .imgBox img {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    max-width: 515px;
    margin: 0 auto;
}
.register_slider .owl-dots {
    text-align: center;
}

.register_slider .owl-dots .owl-dot {
    background: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    opacity: 0.5;
}
.register_slider .owl-dots .owl-dot.active {
    background: var(--theme-color);
    width: 16px;
    border-radius: 6px;
    opacity: 1;
}
.register_area .form_area {
    background: #ffffff;
}
.register_area .formBox {
    max-width: none;
}

.terms_content h1 {
    font-size: 28px;
    padding: 0 20px;
    border-left: 3px solid var(--theme-color2);
    margin-bottom: 40px;
    line-height: 1;
}

.terms_content h2 {
    font-size: 24px;
}
.terms_content p+h2 {
    margin-top: 40px;
}
.terms_content h3 {
    font-size: 20px;
}
.terms_content p+h3, .terms_content ul+h3, .terms_content ol+h3 {
    margin-top: 30px;
}



.contactHero {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #f3e5e5);
    padding: 75px 0 150px;
    z-index: 1;
}

.contactHero h1 {
    font-size: 40px;
    color: #000000;
}
.contactUs .formBox  {
    position: relative;
    background: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 40px;
    margin: -80px auto 0;
    max-width: 1000px;
    top: auto;
    z-index: 99;
    box-shadow: 0 0 27px -4px rgba(117, 113, 163, 0.20);
}

.contactUs .formBox h2 {
    font-size: 22px;
    margin-bottom: 20px;
}
.contactUs .formBox .form-group .form-control {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 8px 15px;
    min-height: 55px;
}
.contactUs .formBox .form-group .form-control:focus {
    border-color: var(--theme-color);
    box-shadow: none;
    outline: none;
}
.contactUs .formBox .btnBox {
    margin-top: 40px;
    text-align: center;
}

.contact_info {
    padding: 85px 0 40px 0;
}
.contact_info .heading {margin-bottom: 20px;}
.contact_info .box {
    display: flex;
    padding: 18px 0;
}
.contact_info .box i {
    background: var(--theme-color2);
    color: #ffffff;
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}
.contact_info .box h4 {
    font-size: 14px;
    color: #666;
    margin: 0;
}
.contact_info .box a, .contact_info .box p {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.map_area {
    margin-top: 32px
}
.map_area iframe {
    width: 100%;
    height: 380px;
}


/*
==============================================================================================================
                                          RESPONSIVE PART
==============================================================================================================
*/


@media (max-width: 1400px) and (min-width: 1200px){
   
    body {
        zoom: 90%;
    }
    
}
@media (max-width: 1380px){
    .heroBanner {
        padding: 16px 0 30px;
    }
    
    
}
@media (max-width: 1199px){
    
    .navbarMenu ul.menuItem li a.nav-link {
        padding: 20px 8px;
    }
    .heroBanner h1 {
        font-size: 28px;
        font-weight: 400;
    }
    .heroBanner p {
        font-size: 18px;
    }
    .how_works .row>div {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .features_tabArea ul.nav {
        min-width: 250px;
    }
    .features_tabArea .tab-pane h3 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .features_tabArea .tab-pane p {
        font-size: 14px;
        line-height: 1.5;
    }
    .features_tabArea ul.nav li a {
        padding: 4px 14px;
        font-size: 15px;
    }
   
}

@media (max-width: 1024px){
    
    .features_tabArea {
        display: block;
    }
    .features_tabArea ul.nav {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 25px;
        white-space: nowrap;
        overflow: auto;
    }
}
@media (max-width: 991px){
    
    .header .container {
        max-width: none;
    }
    .header.fixed .selectCountry, .header.fixed .rightAction {
        display: none;
    }
   
    header#header a.toggleBtn {
        color: var(--theme-color);
        font-weight: 800;
    }
    .header:not(.fixed) .headBar {
        border-top: 1px solid #e9e9e9;
        padding-top: 12px;
    }
    .navbarMenu {
        padding: 10px 0;
    }
    button.closeNav {
        position: absolute;
        background: none;
        border: none;
        right: 15px;
        top: 8px;
        font-size: 34px;
        padding: 0 8px;
    }
    button.openNav {
        position: relative;
        padding: 0;
        background: none;
        border: none;
        margin-right: 18px;
    }
    button.openNav .navBar::before {
        position: absolute;
        content: "";
        background: #000;
        left: 0;
        top: 46%;
        width: 100%;
        height: 1px;
    }
    button.openNav .navBar {
        display: block;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #000;
        height: 24px;
        width: 30px;
    }
    .close_overlay.closeNav {
        background: #000000;
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0.68;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    nav#nav {
        position: fixed;
        background: #ffffff;
        left: -320px;
        top: 0;
        z-index: 99998;
        width: 100%;
        max-width: 320px;
        height: 100%;
        padding: 22px;
        overflow: auto;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }
    nav#nav.open, .close_overlay.closeNav.active {
        left: 0;
    }
    nav#nav ul.menuItem {
        display: block;
        width: 100%;
        padding: 22px 0;
    }
    nav#nav ul.menuItem li {
        display: block;
    }
    nav#nav ul.menuItem li a {
        font-size: 18px;
        text-align: left;
        padding: 5px 0;
        margin: 8px 0;
    }
    .navbarMenu .socialLinks {
        padding-top: 40px;
    }
    
    .navbarMenu .socialLinks h3 {
        font-size: 14px;
        color: #999;
    }
    .navbarMenu .socialLinks a {
        color: #333;
        font-size: 25px;
        margin-right: 20px;
    }
    nav#nav ul.menuItem.action_links {
        display: flex !important;
        margin: 0 -8px;
        width: auto;
    }
    ul.menuItem.action_links>li {
        width: 50%;
        padding: 0 8px;
    }
    ul.menuItem.action_links>li>a {
        display: block;
        text-align: center !important;
        border-radius: 4px !important;
    }

   .hero_content {
        text-align: center;
    }
    .whyUs .imgBox img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        margin-bottom: 40px;
    }
    .pricing .container {
        max-width: 450px;
    }
    .plan_list.row>div:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .ourReviesw .container {
        max-width: 580px;
    }
    .reviewSlider {
        margin-top: -120px;
    }
    .reviewItem p {
        font-size: 15px;
    }
    .features_tabArea .tab-pane h3 {
        margin-top: 20px;
    }
    ul.point_list li {
        font-size: 15px;
    }
    .footer .connectUs {
        padding: 12px 0;
    }
    .footer .socialLinks.box {
        text-align: center;
    }
    .footer .box h3 {
        display: none;
    }
    #footer .contact-info a {
        background: #f7f7f7;
        color: #ffffff;
        font-size: 22px;
        width: 32%;
        padding: 5px 0;
        text-align: center;
    }
    #footer {
        padding-top: 25px;
    }
    #footer .socialLinks a {
        margin: 0 16px;
    }
    .copyright {
        padding: 0 0 18px;
        border-top: none;
    }

}
@media (max-width: 767px){
    .heroBanner {
        padding: 26px 0 20px;
        border-radius: 0 0 15px 15px;
        margin: 0 12px;
    }
    .heroBanner .banner_img {
        margin-top: 30px;
    }
    .heroBanner .btnBox .info {
        font-size: 14px;
    }
    .heroBanner .btn.theme-btn {
        font-size: 18px;
        min-width: 262px;
        letter-spacing: 1.4px;
    }
    .contact-info a {
        font-size: 28px;
    }
    .reviewItem {
        padding: 26px;
    }
    .faq_box h3 {
        font-size: 15px;
        padding-right: 32px !important;
    }
    .faq_box .innerBox p {
        font-size: 13px;
    }
    
    .heading {
        margin-bottom: 22px;
    }
    .section-padding {
        padding: 42px 0;
    }
    .heroBanner {
        padding: 26px 0 20px;
    }
    .heroBanner h1 {
        font-size: 22px;
    }
    .heroBanner p {
        font-size: 16px;
    }
    .navbarMenu {
        padding: 0;
    }
    .mobile_hide, section#ourFeature, section#whyUs, .review_thumbSlider, footer#footer {
        display: none !important;
    }
    section#pricing {
        padding-top: 20px;
    }
    .reviewSlider {
        margin-top: 0;
    }
    section#ourFaq {
        padding-bottom: 100px;
    }
    section#ourFaq .container {
        padding: 0 28px;
    }
    .register_area {
        background: #ffffff;
        padding: 0;
    }
    .register_area .container {
        padding: 0;
    }
    .register_slider .title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .quoteRegister.formBox .text-center.mt-4 {
        margin-top: 10px !important;
    }
    
    .footerBar_manu {
        position: fixed;
        background: #000000;
        border-radius: 12px 12px 0 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 -5px 20px 0 rgba(46, 17, 50, 0.1);
    }
    
    .footerBar_manu ul.menu_list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
    }
    .footerBar_manu ul.menu_list li {
        width: 18%;
        text-align: center;
    }
    .footerBar_manu ul.menu_list li.bar_logo {
        width: 28%;
        padding: 0 3%;
    }
    .footerBar_manu ul.menu_list li a {
        display: block;
        padding: 11px 5px;
        display: block;
        color: #ffffff;
        font-size: 22px;
    }
    .footerBar_manu li.bar_logo img {
        position: absolute;
        border: 2px solid #000;
        border-radius: 50%;
        margin-top: -32px;
        width: 78px;
        height: 78px;
        left: 50%;
        bottom: 8px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .footerBar_manu .navToggle {
        position: relative;
        background: none;
        border: none;
        font-size: 15px;
        color: #ffffff;
        padding: 8px 5px;
        display: flex;
        align-items: center;
        margin-left: auto;
        cursor: pointer;
    }
    .footerBar_manu .navToggle .bar_icon {
        position: relative;
        display: inline-flex;
        width: 26px;
        height: 16px;
    }
    .footerBar_manu .navToggle .bar_icon .bar {
        position: absolute;
        height: 2px;
        background-color: #ffffff;
        overflow: hidden;
    }
    .footerBar_manu .navToggle .bar_icon .bar:first-child {
        top: 0;
        width: 50%;
    }
    .footerBar_manu .navToggle .bar_icon .bar:nth-child(2) {
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }
    .footerBar_manu .navToggle .bar_icon .bar:nth-child(3) {
        bottom: 0;
        width: 65%;
    }
    
}

@media (max-width: 640px){

   .heading h1, .heading h2 {
        font-size: 22px;
    }
    .profile_banner {
        padding: 35px 0 92px;
    }
    .profile_banner h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .profile_form .form_area {
        margin-top: -88px;
    }
   .terms_item h3, .terms_item h3 label {
        font-size: 12px;
    }
    .profile_form .form_area .form-group .form-control {
        font-size: 13px;
        min-height: 38px;
    }
    .particulars_item .amount_field {
        max-width: 112px;
        margin-left: 10px !important;
    }
    section.profile_form {
        padding-bottom: 28px;
    }
    .pricing .container {
        max-width: 390px;
    }
    .plan_item .title {
        font-size: 20px;
    }
    .plan_item .amount {
        font-size: 45px;
    }
    .plan_item ul li {
        font-size: 14px;
        padding: 6px 0;
    }
    .plan_item ul {
        padding: 14px;
        margin: 5px 0 10px;
    }
    
    
    .loginForm_area {
        background-position: center left;
    }
    .loginForm_area::before {
        clip-path: none;
    }
    .how_works .box {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        border-radius: 8px;
    }
    .whyUs .imgBox img {
        height: 260px;
    }

}

@media (min-width: 768px){

    .footerBar_manu {
        display: none;
    }
  
}
@media (min-width: 992px){

.review_thumbSlider {
    margin-right: -55px;
}
.reviewSlider {
    margin-left: -60px;
}
    
#header.fixed .navbarMenu {
    -webkit-animation:drfadeDown 0.45s;
	-moz-animation:drfadeDown 0.45s;
	-ms-animation:drfadeDown 0.45s;
	-o-animation:drfadeDown 0.45s;
	animation:drfadeDown 0.45s;
	-webkit-animation-iteration-count:1;
	-moz-animation-iteration-count:1;
	-ms-animation-iteration-count:1;
	-o-animation-iteration-count:1;
	animation-iteration-count:1;
}


}

@media (min-width: 1025px){
    .whyUs .imgBox {
        position: sticky;
        top: 120px;
    }
}

@media (min-width: 1280px){

   
    
}
@media (min-width: 1300px){
    
    .container {
        max-width: 1200px;
    }
    .banner_img {
        margin-right: -80px;
    }

}

@-webkit-keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}
@keyframes drfadeDown{
	0%{
		opacity:0;
		-webkit-transform:translateY(-100%);
		-moz-transform:translateY(-100%);
		-o-transform:translateY(-100%);
		transform:translateY(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0);
	}
}