/*CSS Document */


/*---fonts---*/

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Regular.eot');
    src: url('fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Oswald-Regular.woff2') format('woff2'),
    url('fonts/Oswald-Regular.woff') format('woff'),
    url('fonts/Oswald-Regular.ttf') format('truetype'),
    url('fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.eot');
    src: url('fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gilroy-Medium.woff2') format('woff2'),
    url('fonts/Gilroy-Medium.woff') format('woff'),
    url('fonts/Gilroy-Medium.ttf') format('truetype'),
    url('fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/MyriadProRegular.eot');
    src: url('fonts/MyriadProRegular.eot?#iefix') format('embedded-opentype'),
    url('fonts/MyriadProRegular.woff2') format('woff2'),
    url('fonts/MyriadProRegular.woff') format('woff'),
    url('fonts/MyriadProRegular.ttf') format('truetype'),
    url('fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Bold.eot');
    src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/MyriadPro-Bold.woff2') format('woff2'),
    url('fonts/MyriadPro-Bold.woff') format('woff'),
    url('fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham-Book.woff2') format('woff2'),
    url('fonts/Gotham-Book.woff') format('woff'),
    url('fonts/Gotham-Book.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/GothamBold.eot');
    src: url('fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamBold.woff2') format('woff2'),
    url('fonts/GothamBold.woff') format('woff'),
    url('fonts/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    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.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    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-Medium.eot');
    src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    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: 'FontAwesome';
    src: url('fonts/FontAwesome.eot');
    src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),
    url('fonts/FontAwesome.woff2') format('woff2'),
    url('fonts/FontAwesome.woff') format('woff'),
    url('fonts/FontAwesome.ttf') format('truetype'),
    url('fonts/FontAwesome.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding-top: 164px;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #ffff;
    opacity: 1;
}

*:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

*::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

a, div a:hover, div a:active, div a:focus, button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a, span, div a:hover, div a:active, button {
    text-decoration: none;
}

*::after, *::before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body ul {
    margin: 0;
    padding: 0;
}

a {
    outline: none;
    color: #555;
}

a:hover {
    color: #000;
}

body .clearfix, body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clr:after, ul:after, .clearfix:after, li:after, .grve-container:after {
    clear: both;
    display: block;
    content: "";
}

div input, div select, div textarea, div button, a, button, ul, ul li, ol, li {
    font-family: 'Poppins';
    list-style: none;
}

body, body p {
    font-family: 'Poppins';
    background: transparent;
    font-size: 17px;
    color: #000;
    line-height: 180%;
    font-style: normal;
    margin: 0;
    font-weight: normal;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    line-height: 120%;
    color: #333;
    font-weight: bold;
    margin: 0 0 15px;
}

body h1 {
    font-size: 24px;
}

body h2 {
    font-size: 22px;
}

body h3 {
    font-size: 18px;
}

body h4 {
    font-size: 16px;
}

body h5 {
    font-size: 12px;
}

body h6 {
    font-size: 10px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

input {
    background: none;
    border: 0 none;
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

td {
    vertical-align: top;
}

img {
    border: 0 none;
    max-width: 100%;
}

a {
    outline: none;
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_justify {
    text-align: justify;
}

.clearfix {
    clear: both;
    display: block;
    font-size: inherit;
    height: 0;
    line-height: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

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

.margin-left {
    margin-left: 30px;
}

.margin-right {
    margin-right: 30px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.padding-top {
    padding-top: 20px;
}

.padding-left {
    padding-left: 20px;
}

.padding-right {
    padding-right: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

/* For desktop: */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row::after, .row::before {
    clear: both;
    content: "";
    display: table;
}

.colamu-1, .colamu-2, .colamu-3, .colamu-4, .colamu-5, .colamu-6, .colamu-7, .colamu-8, .colamu-9, .colamu-10, .colamu-11, .colamu-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.colamu-1 {
    width: 8.33%;
}

.colamu-2 {
    width: 16.66%;
}

.colamu-3 {
    width: 25%;
}

.colamu-4 {
    width: 33.33%;
}

.colamu-5 {
    width: 41.66%;
}

.colamu-6 {
    width: 50%;
}

.colamu-7 {
    width: 58.33%;
}

.colamu-8 {
    width: 66.66%;
}

.colamu-9 {
    width: 75%;
}

.colamu-10 {
    width: 83.33%;
}

.colamu-11 {
    width: 91.66%;
}

.colamu-12 {
    width: 100%;
}

.box-center {
    clear: both;
    display: table;
    float: none;
    margin: 0 auto;
}

.border-radius-4 {
    border-radius: 4px;
}

.border-circle {
    border-radius: 50%;
}

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

.border-dotted {
    border: 1px dotted #000
}

.border-dashed {
    border: 1px dashed #000;
}

/*fixed-menu*/
header.fixed {
    background: #ffffff;
    box-shadow: 0 0 4px #404040;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
}

/*responsive menu*/
.menu {
    color: #333333;
    cursor: pointer;
    display: none;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    line-height: 31px;
    position: fixed;
    right: 0;
    top: 0;
}

.menu .menu-trigger {
    float: left;
    margin: 8px 20px 0 25px;
}

.menu .line:nth-child(1):after {
    transition: all 0.6s linear 0.1s;
}

.menu .line:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 3px;
    width: 0;
}

.menu .line {
    background: #333333;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 33px;
}

.header-sec .menu-wrap .menu:hover .line:after {
    transform: rotate(360deg);
    width: 100%;
}

.show-menu nav.menu-act {
    background: #333333;
    display: block;
    height: 100%;
    transition: all 1.4s ease 0s;
    overflow: hidden;
    padding: 50px 0;
    position: fixed;
    top: 0;
    left: -275px;
    width: 275px;
    z-index: 999;
}

.show-menu nav.menu-act {
    transition: all 1.4s ease 0s;
    left: 0;
}

#wrapper {
    background: #FFFFFF;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 99;
}

html body.show-menu {
    overflow: hidden;
}

nav.menu-act .close-button {
    display: none;
}

/*responsive menu -Close*/
/* menu */
nav.menu-act ul li {
    float: left;
    padding-bottom: 15px;
    position: relative;
}

nav.menu-act ul li a {
    float: left;
    padding: 5px;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a::after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -10px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu > .dropdown-menu {
    border-radius: 0 6px 6px;
    left: 100%;
    margin-left: -1px;
    margin-top: -6px;
    top: 0;
}

.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

nav.menu-act ul li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu > li > a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li {
    clear: both;
}

nav.menu-act .dropdown-menu > li {
    clear: both;
    float: none;
    padding: 0;
}

nav.menu-act .dropdown-menu > li a {
    padding: 4px 14px;
    float: none;
}

nav.menu-act li.active > a, nav.menu-act li:hover > a:hover {
    background-color: #428bca;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

footer .footer-menu ul li a:hover, footer .footer-menu ul li.active > a {
    color: #FFF
}

/* menu - Close */
@media screen and (max-width: 767px) {
    nav.menu-act .close-button, nav.menu-act ul {
        display: none;
    }

    .menu, .show-menu nav.menu-act .close-button, .show-menu nav.menu-act ul {
        display: block;
    }
}

/*Button */
a.button, .button, button, form input[type="submit"] {
    background: #F99B1C;
    color: #fff;
    border-radius: 7px;
    padding: 12.5px 56px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    font-family: 'Poppins';
    width: auto;
    height: auto;

}

body .nav-menu > ul > li.non-active a {
    color: #000000;
}

body .nav-menu > ul > li.non-active a:hover {
    color: #3B8CBB;
}

form input[type="submit"] {

    margin-left: 30px;
    margin-top: 14px;
}

a.button:hover, .button:hover, button:hover, form input[type="submit"]:hover {
    background: #FF0000;
}

/*Button -close*/
/*form -close*/
form input, form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    height: 55px; /*margin-bottom: 40px*/
    padding: 0 15px;
    width: 100%;
}

form textarea {
    height: 150px;
}

/*form -close*/
/* main- Slider */
.slider, .bx-wrapper, .bx-wrapper .bx-viewport, .slidermain, .slidermain li, .images-slider {
    height: 100% !important;
}

.slidermain li {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 365px;
}

/* main- Slider Close */

#myBtn {

    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 45px;
    left: auto;
    bottom: 98px;
    border-radius: 100%;
    font-family: fontawesome;
    line-height: 45px;
    text-align: center;
    color: #fff;
    z-index: 9999999;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    scroll-behavior: smooth;
    font-size: 0;
    background: #F99B1C;
    color: white !important;
}

#myBtn::before {
    content: "\f106";
    font-size: 36px;
    color: #fff;
}

#myBtn:hover {
    background: #FF0000;
    cursor: pointer;
    opacity: 1;
    color: #fff;
}

#myBtn .fa.fa-arrow-up {
    display: none;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}

section {
    padding: 120px 0;
}


.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

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

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

.txt-align-center {
    text-align: center;
}

.txt-align-left {
    text-align: left;
}

.txt-align-right {
    text-align: right;
}

.d-none {
    display: none;
}

.mobile-view {
    display: none;
}

/****************Header-(Start)********************/

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 17.5px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}


#header.fixed {
    padding: 10px 0;
    height: 100px;
}

#header.fixed .logo img {
    max-width: 63%;
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    margin-right: auto;
    line-height: 1;
}


#header .logo a {
    color: #111111;
}

#header .logo img {
    transition: all 0.1s ease 0s;

}


/*--# Navigation Menu--*/

/* Desktop Navigation */


nav.nav-menu {
    width: 100%;
    max-width: 65%;
}

.nav-menu ul {
    margin: 0;
    padding: 20px 0;
    list-style: none;
    float: right;
}

.nav-menu > ul {
    display: flex;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 0px 0 0px 10px;
    margin-left: 65px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #000000;
    text-shadow: 0 0;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;

}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #3C8DBC;
    /* font-weight: 500;*/
    text-shadow: 0 0;
}


.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
}


.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #3296ec;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}


/*--Head-btn--*/

.head-btn {
    margin-left: 69px;
    background: #FF0000;
    color: #fff;
    border-radius: 50px;
    padding: 12.5px 48.72px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Poppins';
    width: auto;
    height: auto;
}

.head-btn:hover {
    background: #F99B1C;
    color: #fff !important;
}


/***************Header-(End)**********************/

/*---menu-btn----*/

.menu, nav.menu-act, .close-button {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #FF0000;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.btn-mobile {
    display: none;
}


/****************Banner-(Start)********************/

section.banner {
    background: url(../images/bg-banner.png) no-repeat;
    position: relative;
    padding: 135px 0;
    background-position: right;
    background-size: cover;
    min-height: 767px;
}

/*section.banner:before{
    content: '';
    top:auto;
    bottom:-66px;
    right: 0;
    left: 0;
    width: 150px;
    height: 145px;
    margin: 0 auto;
    position: absolute;
    display: block;
    background: url(../images/slide-btn.png) no-repeat;
}*/

.arrow {
    width: 100%;
    display: inline-block;
    position: absolute;
    text-align: center;
    margin-top: 140px;
}

.arrow a {
    width: 101px;
    height: 101px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 51px -1px, rgb(0 0 0 / 0%) 0px 0px 0px 1px;
}

.arrow div {
    width: 130px;
    height: 130px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    display: inline-block;
    /* box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px; */
    padding: 13px 14px;
}

.arrow a:hover .d-none {
    margin: 15px auto;
    display: block;
    left: 1px;
    top: 0;

    right: 0;
}

.arrow a img {
    margin: 15px 0;
}

.arrow a:hover .d-bl {
    display: none;
}

section.banner h2 {
    font-size: 65px;
    line-height: 130%;
    color: #FFFFFF;
    margin-bottom: 25px;
    font-family: 'Oswald';
    font-weight: 500;
    text-shadow: 0px 4px 6px rgb(0 0 0 / 33%), 0px 8px 6px rgb(0 0 0 / 21%), 0px 18px 23px rgb(0 0 0 / 10%);
    padding-right: 30%;

}

section.banner p {
    color: #fff;
    font-size: 25px;
    line-height: 140%;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 0 35% 0 0;
}

.common-btn {
    background: #F99B1C;
    color: #fff;
    border-radius: 50px;
    padding: 12.2px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Poppins';
    width: auto;
    letter-spacing: 0.5px;
    height: auto;

}

.common-btn:hover {
    background: #FF0000;
    color: #fff !important;
}

section.banner .common-btn {
    margin-top: 30px;
}


/***************Banner-(End)**********************/

/****************Section-1-(Start)********************/

.partner {
    background: #F3F3F3;
}

.section-heading p {
    color: #3B8CBB;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Gotham';
    text-align: center;
    line-height: 125%;
    margin-bottom: 35px;
    text-shadow: 0 0;

}

.section-heading p span {
    color: #00B8F1;
    font-weight: normal;
    font-family: 'Gilroy';

}

.content-wrap p {
    text-align: center;
    padding: 0 13%;
    text-shadow: 0 0;
}

.partners-our {
    display: table;
    margin: 34px auto;
}

.partner-wrap {
    margin-top: 20px;
}

.partner a {
    display: inline-block;
}

.partner p {
    margin: 0;
}

/***************Section-1-(End)**********************/

/****************Section-2-(Start)********************/
section.orer-detail {
    padding-bottom: 276px;
}

.order-head {
    padding: 0 25%;
}

.section-heading-2 p {
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins';
    text-align: center;
    line-height: 125%;
    margin: 0;
}

.section-heading-2 p span {
    color: #fff;
    font-weight: normal;
}

.order-wrap p {
    font-size: 22px;
    padding: 0 4%;
}

section#doctors .transparent-img-sec:before {
    bottom: -79px;
    left: -57px;
}

/***************Section-2-(End)**********************/

/****************Section-3-(Start)********************/
.support {
    background: #3C8DBC;
    padding-top: 333px;
    position: relative;
}

.support:before {
    content: '';
    position: absolute;
    display: block;
    top: -250px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 817px;
    margin: auto;
    height: 520px;
    background: url(../images/order-chart.png) no-repeat;

}

.support-wrap p {
    color: #fff;
    font-size: 25px;
    text-shadow: none;
    padding: 0 10%;
    margin: 42px 0 42px 0;
    font-weight: 300;
}

.support-wrap div {
    margin-top: 10px;
}


/***************Section-3-(End)**********************/

/****************Section-4-(Start)********************/
.doctors {
    padding-bottom: 45px;
}

.doctors .section-heading p {
    text-align: left;
    margin-bottom: 22px;
}

.doctors .content-wrap p {
    text-align: left;
    padding: 0 30px 0 0;
}

.doctors .content-wrap div {
    margin-top: 32px;
}

.transparent-img-sec {
    position: relative;
}

.transparent-img-sec:before {
    content: '';
    position: absolute;
    display: block;
    top: auto;
    bottom: -33px; /*-79px;*/
    left: 0;
    right: 0;
    width: 235px;
    margin: auto;
    height: 115px;
    z-index: -1;
    background: url(../images/trans-img.png) no-repeat;
}

section#section-7 {
    padding-bottom: 102px;
}

/***************Section-4-(End)**********************/

/****************Section-5-(Start)********************/
.section-5 {
    padding-top: 60px;
}

.content-wrap-5 p {
    padding: 0;
    text-align: center;
}

section#section-5 .section-heading p span {
    font-family: 'Gotham';
}

.content-wrap.content-wrap-5 {
    display: inline-block;
    margin: 0px 0 25px;
}

.text-wrap {
    margin-top: 165px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    text-align: center;
}

.text-wrap:before {
    content: '';
    position: absolute;
    display: block;
    top: -159px;
    bottom: auto;
    left: 0;
    right: 0;
    width: 142px;
    margin: auto;
    border-radius: 50%;
    height: 142px;

}

.text-wrap:hover a {
    color: #FF0000;
}

.text-wrap a {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    /*text-transform: uppercase;*/
}

.txt-wrap-1:before {
    background: url(../images/img-round-1.png) no-repeat;
    background-position: -202px 0;

}

.txt-wrap-1:hover:before {
    background-position: 0px 0;

}

.txt-wrap-2:before {
    background: url(../images/img-round-2.png) no-repeat;
    background-position: -210px 0;

}

.txt-wrap-3:hover:before {
    background-position: 0px 0;

}

.txt-wrap-3:before {
    background: url(../images/img-round-3.png) no-repeat;
    background-position: -209px 0;

}

.txt-wrap-2:hover:before {
    background-position: 0px 0;

}

.txt-wrap-4:before {
    background: url(../images/img-round-4.png) no-repeat;
    background-position: -210px 0;

}

.txt-wrap-4:hover:before {
    background-position: 0px 0;

}

.content-wrap.content-wrap-5 .colamu-3 {
    padding: 0 20px;
}

.content-wrap.content-wrap-5 .colamu-3:nth-child(1) {
    padding-left: 0;
}

.content-wrap.content-wrap-5 .colamu-3:nth-child(4) {
    padding-right: 0;
}


/***************Section-5-(End)**********************/

/***************Section-6-(start)**********************/

section.doctors.section-6 {
    background: #F3F3F3;
}

section#doctors-2 .content-wrap p:first-child {
    font-size: 22px;
    margin-bottom: 35px;
    line-height: 100%;
}

/***************Section-6-(End)**********************/

/***************Section-7-(start)**********************/

.images-wrap-sec {
    position: relative;
    width: 100%;
    background: url(../images/center-img.png) no-repeat;
    background-position: center 42px;
    padding: 10px 0;
    min-height: 350px;
}

.images-wrap-sec li:nth-child(2n) {
    float: right;
    text-align: left;
    padding-left: 90px;
    padding-right: 36px;
}

.images-wrap-sec li div {
    font-family: 'Poppins';
    background: transparent;
    font-size: 22px;
    color: #000;
    line-height: 100%;
    text-shadow: 0 0;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 13px;
}

.images-wrap-sec li p {
    margin: 0;
    text-shadow: 0 0;
}

section.section-7 .transparent-img-sec {
    margin-top: 30px;
    padding-bottom: 45px;
}

section.section-7 .transparent-img-sec:before {
    background: url(../images/trans-img-2.png) no-repeat;
    width: 470px;
}

.images-wrap-sec li {
    float: left;
    text-align: right;
    padding-right: 80px;
    width: 39%;
    position: relative;
    margin-bottom: 65px;
}

.images-wrap-sec li:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: auto;
    width: 116px;
    height: 112px;
    background: url(../images/sprite-1.png) no-repeat;

}

.images-wrap-sec li:nth-child(2):before {
    left: -49px;
    right: auto;

}

.images-wrap-sec li:nth-child(4):before {
    left: -8px;
    right: auto;

}

.images-wrap-sec li:nth-child(1):before {
    left: auto;
    right: -58px;

}

.images-wrap-sec li:nth-child(3):before {
    left: auto;
    right: -20px;

}

.images-wrap-sec li:nth-child(3),
.images-wrap-sec li:nth-child(4) {
    width: 37%;
}

.images-wrap-sec li:nth-child(1) {
    padding-left: 119px;
}

.images-wrap-sec li:nth-child(4) {
    padding-left: 120px;
}

.images-wrap-sec li:nth-child(3) {
    padding-right: 120px;
    padding-left: 38px;

}


/***************Section-7-(End)**********************/

/***********************contact-us***************/
.w-100 {
    width: 100%;
}

section.contact-section {
    padding: 0;
}

.left {
    padding: 120px 0;
    background: #3C8DBC;
}

.right {
    padding: 125px 0;
    background: url(../images/img-right.png) no-repeat;
    background-color: #F3F3F3;
    position: relative;
    background-position: 71px 70px;
}


.form-wrap {
    max-width: 64%;
    margin-left: auto;
    margin-right: 118px;
}

.combo {
    max-width: 63.6%;
    margin-right: auto;
    margin-left: 67px;
}

.form-wrap .main-title p {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Gotham';
    text-align: left;
    line-height: 125%;
    margin: 0 0 35px;
}

.two-div {
    display: flex;
    flex-wrap: wrap;
}

.get-wrap p span {
    font-weight: bold;
}

.contact-form .form-two-filed-wrap > .form-field {
    width: 48%;

}

.captcha-wrap-button.d-flex {
    margin-top: 0px;
}

.enquiry-message-field.form-field {
    margin-bottom: 15px !important;
}

.form-field.recaptcha {
    margin-bottom: 0 !important;
}

.contact-form .form-field {
    position: relative;
    margin-bottom: 20px;

}

.form-two-filed-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form .form-field label {

    border-radius: 5px;
    color: #fff;
    font-family: "Poppins";
    font-size: 17px;
    left: 17px;
    line-height: 100%;
    pointer-events: none;
    position: absolute;
    top: 17px;
    font-weight: 300;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1;
}

.contact-form .form-field input:not([type="submit"]), .contact-form .form-field textarea {
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    height: 50px;
    margin: 0;
    padding-left: 20px;
    width: 100%;
    line-height: 51px;
    color: #fff !important;
    resize: none;
    background: rgba(255, 255, 255, 0.28);
    font-family: 'Poppins';
    font-weight: 300;

    border-radius: 7px;
}

.contact-form .form-field input {
    color: #fff;
}

.contact-form .form-field textarea {
    min-height: 108px;

}

.contact-form .form-field.value_focus label, .contact-form .form-field.input_focus label {
    background-color: #00AAEF;
    color: #fff;
    font-size: 13px;
    top: -8px !important;
    padding: 5px;
}

.contact-form .form-two-filed-wrap > .enquiry-name-field.form-field {
    width: 100%;
}

[type=submit] {
    border: 0;
    cursor: pointer;
}

.smart-btn {
    background: #F99B1C;
    color: #fff;
    border-radius: 7px;
    padding: 12.5px 31px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    font-family: 'Poppins';
    width: auto;
    height: auto;
}

.smart-btn:hover {
    background: #FF0000;
    color: #fff !important;
}

div#error {
    color: red;
    font-size: 15px;
    background: #fff;
    border: 1px solid red;
    font-family: 'Poppins';
    font-weight: 300;
    text-align: center;
    padding: 5px;
    /* text-shadow: 0px 0px 1px rgb(0 0 0 / 33%), 0px 1px 1px rgb(0 0 0 / 21%), 0px 18px 23px rgb(0 0 0 / 10%); */
    margin: 10px 0;
}

.g-recaptcha.has-error iframe {
    border: 1px solid red;
}

/*body .recaptcha-div .rc-anchor-light.rc-anchor-normal{
    border: 1px solid red
}*/
.g-recaptcha.has-error iframe {
    border: 1px solid red;
    height: 78px;
    border-radius: 4px;
    width: 303.5px;
}

div#ajaxLoader {
    position: relative;
    display: inline-block;
}

.google-submit.enquiry-button-wrapper.form-btn {
    position: relative;
}

.message .result {
    color: green;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 300;
    text-align: center;
    text-align: center;
    padding: 5px;
    background: #fff;
    margin: 10px 0;
    border: 1px solid;
}

.mage-error {
    color: red;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins';
    line-height: 1;
    margin-top: 10px;
    font-weight: 300;

    /* text-shadow: 0px 0px 1px rgb(0 0 0 / 33%), 0px 1px 1px rgb(0 0 0 / 21%), 0px 18px 23px rgb(0 0 0 / 10%); */
}

.enquiry-message-field.form-field .mage-error {
    margin-top: 3px;
}

div#ajaxLoader {
    line-height: 0;
    position: absolute;
    display: inline-block;
    width: 20px;
    top: 31px;
    margin-left: 10px;
}

.detail-contact a, .detail-contact p {
    margin: 0;
    font-size: 20px;
    line-height: 150%;
    text-shadow: 0 0;
    color: #000;
}


/*---contact-right---*/

.location p:first-child {
    font-weight: 500;
}

.location p {
    font-size: 20px;
}

.location p:last-child {
    padding: 0 42% 0 0;
}

.detail-contact li p a:hover {
    color: #3C8DBC;
}

ul.detail-contact li {
    margin-bottom: 15px;
    padding-left: 70px;
    position: relative;
}

ul.detail-contact li:last-child {
    margin-bottom: 0;
}

body ul.detail-contact {
    margin: 0;
    padding: 0px 0 22px;
    border-bottom: 1px solid #999999;
}

body ul.detail-contact li:before {
    background: url(../images/contact-icon.png) no-repeat;
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    height: 52px;
    top: 7px;
    bottom: 0;
    right: 0;
    left: 0;
}

.combo .section-heading p {
    margin-bottom: 28px;
}

body ul.detail-contact li.call:before {
    background-position: 0px -100px;
    top: 2px;
}

body ul.detail-contact li.email:before {
    background-position: 0 -180px;
    top: 2px;
}

ul.social-icons {
    padding: 20px 0;
}

ul.social-icons li {
    float: left;
    height: 40px;
    width: 40px;
    line-height: 142%;
    margin-right: 10px;
    list-style: none;
}

ul.social-icons li a {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 20px;
    font-size: 0;
}

ul.social-icons li a:before {
    width: 41px;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/social.png) no-repeat;
    height: 41px;
    position: absolute;
    content: '';
}

ul.social-icons li a.Twitter:before {
    background-position: -49px 0;
}

ul.social-icons li a.linked:before {
    background-position: -98px 0;
}

ul.social-icons li a.instagram:before {
    background-position: -147px 0;
}

ul.social-icons li a:hover:before {
    background-position-y: -67px;
}

/************Contact(end)********************/

/*************footer(start)*****************/

.footer-section {
    padding: 0 0 0;
}

.footer-section nav {
    max-width: 100%;
    text-align: center;
}

.footer-section nav > ul {
    float: none;
    display: inline-block;
    padding: 60px 0;
}

.footer-section nav > ul li {
    display: inline-block;
    margin: 0 45px;
    padding: 0;
}

.copy-rights {
    padding: 20px 0;
    background: #000;
}

.copy-rights p, .copy-rights p a {
    margin: 0;
    color: #fff;
    text-align: center;
}

.copy-rights p a:hover {
    color: #3C8DBC;
}

/********************************************/


/*-------imp----*/

.images-wrap-sec li:nth-child(2):before {
    background-position: 0 -501px;
}

.images-wrap-sec li:nth-child(3):before {
    background-position: 0 -161px;
}

.images-wrap-sec li:nth-child(4):before {

    background-position: 0 -331px;
}

/*-------*/

/*******error-page********/


.error footer#footer {
    margin-bottom: 0;
    top: 0;
}

.error .smart-btn {
    border-radius: 50%;
}

.error-404.not-found {
    text-align: center;
    padding-bottom: 120px;
    background: #F3F3F3;
    padding-top: 120px;
}

.error-404.not-found {
    text-align: center;
}

.content-error-page h1 {
    font-size: 200px;
    text-shadow: 3px 5px 2px #474747;
    color: #00AAEF;
    font-weight: bold;
    font-family: 'Gotham';
    display: table;
    margin: 0 auto;
    line-height: 100%;
}

.content-error-page p {
    font-size: 30px;
    color: black;
    font-weight: bold;
    /* font-family: 'Gotham Bold'; */
    margin: 0;
    text-align: center;
}

.error .container::after {
    content: "";
    display: block;
    clear: both;
}

.content-error-page p.not-found {
    font-weight: normal;
    font-size: 22px;
    margin: 15px 0 20px 0;
    font-family: 'Poppins';
}

.error-page #header {
    border-bottom: 1px solid #DDD;
}

.error-page .smart-btn {
    padding: 12px 45px;
    border-radius: 50px;
}

/*******Error-page(End)********/


/**Product-description-page(start)***/

.breadcrumbs {
    margin-top: 0 !important;
    padding: 15px 0;
    background: #F3F3F3;
}

.arrow-nxt a {
    font-size: 17px;
    text-shadow: 0 0;
    color: #000;
}

.arrow-nxt a:hover {
    color: #3B8CBB;
}

.breadcrumbs > .container > span.current-item p {
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    text-decoration: none;
    text-shadow: 0 0;
    font-weight: 500;
    color: #3B8CBB;
    font-family: 'poppins';
    /*font-weight: 500;*/
    line-height: 100%;
}

span.arrow-nxt {
    padding: 1px 20px 1px 0;
}

span.post.post-page.current-item {
    padding: 1px 0 1px 20px;
    border-left: 1px solid #DDD;
    line-height: 100%;
    display: inline-block;

}

/*------------------*/

.Product-description .section-heading p span {
    font-family: 'Gotham';
    color: #00B8F1;
}

.Product-description .colamu-5 {
    width: 42%;
}

.Product-description .colamu-7 {
    width: 58%;
}

.Product-description .section-heading p, .Product-description .content-wrap p {
    text-align: left;
    padding: 0;
}

.Product-description p {
    margin: 0;
    text-shadow: 0 0;
}

.Product-description .content-wrap p {
    margin: 0;
    text-shadow: 0 0;
    font-size: 18px;
    line-height: 200%;
}

.product-sec-1 {
    padding: 112px 0 130px;
}

.product-sec-2 {
    padding: 85px 0 130px;

}

.product-sec-3 {
    padding: 130px 0 183px;

}

.product-sec-1 .colamu-5 {

    /*padding-right: 55px;*/
}

.product-sec-2 .colamu-5 {
    /*padding-left:55px;
    */
}

.product-sec-3 .colamu-5 {
    /*padding-right:55px;*/

}

.product-sec-1 .colamu-7 {
    position: relative;

}

.product-sec-2 .colamu-7 {
    position: relative;


}

.product-sec-3 .colamu-7 {
    position: relative;


}

.product-sec-1 .colamu-7:before {
    position: absolute;
    content: '';
    left: auto;
    right: -81px;
    bottom: -69px;
    top: auto;
    display: block;
    background: url(../images/pr-1.png) no-repeat;
    width: 235px;
    height: 100px;
    z-index: -1;
    margin: 0 auto;

}

.product-sec-2 .colamu-7:before {
    position: absolute;
    content: '';
    left: -30px;
    right: auto;
    bottom: -59px;
    top: auto;
    display: block;
    background: url(../images/pr-2.png) no-repeat;
    width: 235px;
    height: 100px;
    z-index: -1;
    margin: 0 auto;


}

.product-sec-3 .colamu-7:before {
    position: absolute;
    content: '';
    left: auto;
    right: -81px;
    bottom: -69px;
    top: auto;
    display: block;
    background: url(../images/pr-3.png) no-repeat;
    width: 235px;
    height: 100px;
    z-index: -1;
    margin: 0 auto;
}

section#product-sec-4 {
    background: #F3F3F3;
}

.product-sec-1,
.product-sec-2 {
    position: relative;
}

.product-sec-1:before,
.product-sec-2:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    display: block;
    background: url(../images/arrow-down.png) no-repeat;
    width: 172px;
    height: 268px;
    margin: 0 auto;

}

.product-sec-2:before {

    left: -250px;
    right: 0;
    bottom: -74px;

}

.product-sec-1:before {
    left: 0;
    right: -224px;
    bottom: -85px;
    transform: scaleX(-1);
}

.Product-description .section-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*section#product-sec-1 .content-wrap, section#product-sec-2 .content-wrap , section#product-sec-3 .content-wrap */
.Product-description .section-heading {
    margin-bottom: 24px;
    padding: 0 10px;
}

section#product-sec-4 .section-heading {
    width: 100%;
    margin-bottom: 45px;
}

section#product-sec-4 .section-heading p {
    text-align: center;
}

.product-wrap li {
    padding-left: 140px;
    position: relative;
    width: 48%;
    margin: 0 4% 60px 0;
    float: left;
}

.product-wrap li:nth-child(2n+2) {
    margin-right: 0;

}

.product-wrap li a {
    position: relative;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 150%;
    text-shadow: 0 0;
}

.product-wrap li a:hover {
    color: #FF0000;
}

.product-wrap p {
    text-shadow: 0 0;
}

section#product-sec-4 .product-wrap li p {
    padding-right: 15px;
    margin-top: 14px;
    font-weight: 500;
    text-shadow: none;
}

/*section#product-sec-4 .product-wrap li a{
  margin-bottom: 20px;
}*/
.product-wrap li p span, .product-wrap li a span, .center-text span {
    color: #3B8CBB;
    font-weight: 600;
}

.product-wrap li p span em, .product-wrap li a span em, .center-text span em {
    color: #00B8F1;
    font-weight: normal;
    font-style: normal;
}

.product-wrap li a:before {
    position: absolute;
    content: '';
    left: -139px;
    right: auto;
    bottom: auto;
    top: 0;
    border-radius: 50%;
    display: block;
    background: url(../images/sprite-2.png) no-repeat;
    width: 121px;
    height: 121px;
    margin: 0 auto;
}

.product-wrap li:nth-child(2) a:hover:before {
    background-position: -178px -565px;
}

.product-wrap li:nth-child(2) a:before {
    background-position: 0 -565px;
}

.product-wrap li:nth-child(3) a:hover:before {
    background-position: -178px -192px;
}

.product-wrap li:nth-child(3) a:before {
    background-position: 0 -192px;
}

.product-wrap li:nth-child(5) a:hover:before {
    background-position: -178px -381px;
}

.product-wrap li:nth-child(5) a:before {
    background-position: 0 -381px;
}

.product-wrap li:nth-child(4) a:hover:before {
    background-position: -178px -746px;
}

.product-wrap li:nth-child(4) a:before {
    background-position: 0 -746px;
}

.product-wrap li:nth-child(6) a:hover:before {
    background-position: -178px -943px;
}

.product-wrap li:nth-child(6) a:before {
    background-position: 0 -943px;
}

.product-wrap li:nth-child(7) a:hover:before {
    background-position: -180px -1116px;
}

.product-wrap li:nth-child(7) a:before {
    background-position: 0 -1116px;
}

.product-wrap li:nth-child(8) a:hover:before {
    background-position: -180px -1283px;
}

.product-wrap li:nth-child(8) a:before {
    background-position: 0 -1283px;
}

.product-wrap li a:hover:before {
    background-position: -178px 0;

}

.product-wrap li:nth-child(2n+1) {
    clear: both;
}

.product-wrap li:nth-child(7), .product-wrap li:nth-child(8) {
    margin-bottom: 0;
}

.step-3 .product-wrap li {
    width: 100%;
    padding: 0 0px 0 130px;
    margin: 0 auto;
}

.step-3 .content-wrap {
    width: 100%;
    max-width: 100%;
    padding-top: 35px;
    padding-bottom: 40px;
}

.step-3 .product-wrap {
    position: relative;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 30px 40px;
    max-width: 91.46%;
    margin: 0 auto;
    /*left: 100px;*/
}

.step-3 .product-wrap li:before {
    position: absolute;
    content: '';
    left: 13px;
    right: auto;
    bottom: auto;
    top: 8px;
    display: block;
    background: url(../images/question-mark.png) no-repeat;
    width: 90px;
    height: 85px;
    margin: 0 auto;
}

.step-3 .section-heading p {
    text-align: center;
}

.step-process p {
    margin-bottom: 38px;
}

.step-process p:last-child {
    margin-bottom: 0;
}

.step-row-1 {
    padding: 55px 65px;
    background: #F0F9FD;
    border-radius: 10px;
    width: 91.46%;
    margin: 0 auto;
}

.step-row-2 {
    padding: 55px 65px;
    background: #F9F9F9;
    border-radius: 10px;
    width: 91.46%;
    margin: 30px auto 0;
}

.center-text {
    font-size: 22px;
    color: #000;
    font-family: 'poppins';
    text-shadow: 0 0;

    text-align: center;
    line-height: 180%;
    margin-bottom: 40px;
}

.step-process {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.step-colmn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section#product-sec-1 .colamu-5 {
    /*padding-bottom: 103px;*/
}


/*section#product-sec-2 .colamu-5{
  padding-bottom: 35px;
}*/
/*section#product-sec-3 .colamu-5{
  padding-bottom: 90px;
}*/

.Product-description .colamu-5, .Product-description .colamu-7 {
    padding-left: 0;
    padding-right: 0;
}

.content-wrap.content-wrap-5 .colamu-3:nth-child(3) .text-wrap {
    padding-left: 45px;
    padding-right: 45px;
}

.error-404.not-found .common-btn {
    padding: 12px 47px;
}


/**Product-description-page(End)**/
