*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background: #fafafa;
}

.mfp-content button:hover {
  background-color: transparent;
}

.mwb-section-heading {
  margin-bottom: 5px;
}

.mwb-flex {
  display: flex;
  flex-wrap: wrap;
}

.body-container-wrapper ul {
  padding: 0;
}

.body-container-wrapper ul li {
  list-style-type: none;
  margin: 0 0 10px;
  padding-left: 15px;
  position: relative;
}

.body-container-wrapper ul li::after {
  border-radius: 50%;
  background: rgb(237, 41, 53);
  content: "";
  height: 5px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 5px;
}

.body-container-wrapper strong {
  color: #ED2935;
}

button.owl-dot {
  box-shadow: none;
}

.owl-dots .owl-dot:focus,
.owl-dots .owl-dot:active {
  outline: none;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 16px;
  width:100%;
  height:100%
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body{margin:0;
  padding:0;
  display:block;
  width:100%;
  min-width:320px;
  background:#fff none repeat scroll 0 0;
  font-weight:400;
  font-family:'Montserrat'
}
*{margin:0;padding:0}
.clear{clear:both}


html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {

  cursor: pointer;
  text-decoration: none;
}

a {text-decoration: none;transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;}
a:hover{text-decoration:none;outline:0;}
a:focus{outline:none!important;outline:none!important;outline-offset:none!important;text-decoration:none!important}
button:focus{outline:medium none}
i,em{font-style:italic}
a,img{border:none;outline:none}
b,strong{font-family:'Montserrat';font-weight:600}
img{max-width:100%;height:auto;display:inline-block}
label{font-weight:300}
h1,h2,h3,h4,h5,h6{display:block;margin:0;padding:0 0 18px;font-weight:600;font-family:'Montserrat';text-transform:Capitalize;position:relative}
h2{display:inline-block;margin:0 0 20px;padding:5px 10px;text-align:center; }
ul,ol{list-style:none;margin:0}
ul li,ol li{list-style:none}
p {display: block;line-height: 22px;margin: 0;padding: 0 0 15px;}
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border: 0;
  margin: 0 auto 2.5rem;
  padding: 80px 0px 0px;
  position: relative;
  max-width: 767px;
}

blockquote:after {
  content: "";
  display: block;
  height: 50px;
  left: 0px;
  margin: 0px auto;
  position: absolute;
  opacity: 0.25;
  right: 0;
  top: 20px;
  width: 90px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
/*   outline-color: green; */
}

.disable-focus-styles :focus {
  outline: none;
}

.custom-btn{font-weight:300;height:50px;line-height:50px;padding:0 20px;text-transform:uppercase}
/* .custom-btn:hover{background:#f5821f ;color:#fff}
.blue-btn{background:#2c3e7e none repeat scroll 0 0;color:#fff} 
.blue-btn:hover{background:#f5821f none repeat scroll 0 0;color:#fff}
.small-btn {height: 40px;line-height: 38px;padding: 0 25px;} */
.dis-inline{display:inline-block;vertical-align:middle;position:relative}
.dis-block{display:block;position:relative}
.full-wdth{display:block;width:100%;position:relative}
.mrg0{margin:0!important}
.pad0{padding:0!important}
.bdr-none{border:none!important}
.pad-top40{padding-top:40px}
.pad-btm40{padding-bottom:40px}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
  outline: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.mwb-button-link {
  align-items: center;
  color: #ED2935;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  outline: none;
}

.mwb-button-link:hover {
  color: #ED2935;
  text-decoration: none;
}

a.mwb-button-link svg {
  margin-left: 5px;
  display: inline-block;
  stroke-dasharray: 300 , 0, 3000;
}

.mwb-button-link:hover svg {
  animation: mwb-line .7s;
}

.mwb-button-link:focus {
  text-decoration: none;
}

@keyframes mwb-line {
  10% {stroke-dasharray:   300, 500, 3000;}
  100% { stroke-dasharray:3300, 500, 3000;}
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  /*  color: #040404; */
  display: block;
  font-size: 14px;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  /*  color: #33475B; */
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=search],
select,
textarea {
     background-color: #FFF;
    border: 1px solid #040404;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    padding: 12px;
    width: 100% !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
}

.body-container-wrapper .inputs-list>li {
  padding: 0;
}

.body-container-wrapper .inputs-list>li:after {
  display: none;
}

.body-container-wrapper .inputs-list>li label {
  font-size: 12px;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */


.hs-error-msg {
  margin-top: 0.35rem;
}

Submit button */

form input[type=submit],
form .hs-button {
  /*  box-shadow: 0 8px 15px 0 rgba(237,41,53,25%);
   font-size: 14px;*/
  color: #FFF;
  cursor: pointer;
  display: inline-block;
 font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
 /* padding: 10px 15px; */
  position: relative;
  text-align: center;
  
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Blog Comment Form */
.blog-comments .hs-common-confirm-message {
  font-size: 12px!important;
  margin: 8px 0 25px!important;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.header{display:block;left:0;position:fixed;right:0;top:0;width:100%;z-index:99999}
.hdr-top-part{line-height:28px}
.logo {width: 216px;margin: 18px 0 0;}
.ph-no{font-size:17px;font-weight:400}.ph-no a i{color:#fff;}
.social-box a{display:inline-block;font-size:17px;margin:0 0 0 15px}
.social-box a:hover{color:#f5821f}  
.hdr-btm-part{box-shadow:0 2px 4px rgba(0,0,0,0.2);}
.menu ul li{display:block; padding:0 15px; position:relative}
.menu ul li a {
 
  display: block;
/*   padding: 0 5px; */
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  height: 66px;
  line-height: 66px;
 
}
.menu pull-right iphonNav {
   bottom:45px !important;
  position: relative !important;
}
.menu ul li a::after {
 bottom: 0;content: "";height: 3px;left: 0;position: absolute;width: 0;
	transition: all 0.5s ease;-moz-transition: all 0.5s ease;-webkit-transition: all 0.5s ease;display: block;opacity: 0;}
.menu ul li:hover a::after,.menu ul li.active a::after{opacity:1;width:100%}




   .logo-switcher {
    /* Add your styles here */
background-color: #f1f1f1; /* Example background color */
     padding: 10px; /* Example padding */
     border: 1px solid #ccc;  /*  Example border */
    /* Add more styles as needed */
}

  /* Add styles for child elements or other specific elements within .logo-switcher if needed */
   .logo-switcher a {
    text-decoration: none;
    color: #333; /* Example text color */
    /* Add more styles as needed */
  }
.footer {
  width:100%;
  display:block;
  position:relative
}


.ftr-sec1{background-size:cover;padding:35px 0;border-top:2px solid #f5821f}
.ftr-sec1 p{line-height:18px}
.ftr-sec1 a{color:#aaa}
.ftr-sec1 h3{border-left:5px solid #f5821f;line-height:36px;margin:0 0 30px;padding:0 0 0 8px}
.ftr-wdth1{display:inline-block;float:left;width:26%}
.ftr-wdth2{display:inline-block;float:right;width:70%}
.ftr-inr-wdth1{display:inline-block;float:left;width:34.5%}
.ftr-inr-wdth2{display:inline-block;float:left;padding:0 0 0 40px;width:31%}
.ftr-inr-wdth3{display:inline-block;float:left;width:34.5%}
.ftr-logo{padding:0 0 20px}
.ftr-inr-wdth3 .form-group{margin-bottom:10px}
.ftr-inr-wdth3 .form-control{background:rgba(0,0,0,0) none repeat scroll 0 0;border-color:#666;color:#aaa}
.ftr-inr-wdth3 textarea.form-control{min-height:100px}
.ftr-inr-wdth2 li{display:block;margin:0 0 10px;position:relative;padding:0 0 0 12px}
.ftr-inr-wdth2 li::before{content:"";font-family:"FontAwesome";left:0;position:absolute;top:0}
.ftr-inr-wdth2 li a{display:inline-block}
.ftr-inr-wdth2 li a:hover{color:#f5821f;text-decoration:underline} 
.ftr-inr-wdth1 p{padding-left:28px!important;position:relative}
.ftr-inr-wdth1 p i{left:0;position:absolute;top:3px}
.ftr-scl a{background-color:rgba(0,0,0,0);border:1px solid #666;color:#666;display:inline-block;font-size:20px;height:40px;line-height:36px;margin:0 15px 0 0;text-align:center;width:40px}
.ftr-sec3{font-size:13px;color:#fff;padding:15px 0}
.ftr-sec3 a:hover{text-decoration:underline}
#back-to-top{background:#f5821f  none repeat scroll 0 0;color:#fff;font-size:26px;height:50px;line-height:50px;position:absolute;right:0;text-align:center;top:0; width:50px}
.responsive-tabs-container .accordion-link {display: none;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
select, select.form-control,.cmn-sltd select, .cmn-sltd select.form-control {
  background: #ffffff!important;padding-left: 8px;padding-right: 8px;} 
input, button, select, textarea,a {transition: all 0s ease;-ms-transition: all 0s ease;}
}
select, select.form-control,.cmn-sltd select, .cmn-sltd select.form-control {background: #ffffff\9!important;padding-left: 8px\9;padding-right: 8px\9;}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;

}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

/* Blog related posts */


@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/*==============Blog Page Css Start Here==============*/
.inner-page-top-part {
  margin: 66px 0 0;
  padding: 15px 0;
}
.top-part1{padding:0 0 10px}
.top-part1 h1{color:#353e5b;font-size:28px;margin:0;padding:0;text-transform:none}
.top-part2 .breadcrumb{background-color:rgba(0,0,0,0);border-radius:0;list-style:outside none none;margin:0;padding:0}
.breadcrumb > li{color:#000;display:inline-block;font-size:12px}
.breadcrumb > li a{color:#000}
.breadcrumb > li + li::before{color:#000;content:"";font-family:FontAwesome;padding:0 5px}
.breadcrumb > .active{color:#2c5593}
.left-part{float:left;}
.right-part{float:right;}
.left-part1{float:left;width:66%}
.right-part1{float:right;width:30.5%}
.cmn-rt-box{margin:20px 0 0} 
.cmn-rt-box h4{padding:15px 20px}
.flat-type li{border-bottom:1px solid #ecf0f6;display:block}
.flat-type li:last-child{border-bottom:medium none}
.flat-type li a{color:#24273e;display:block;font-size:14px;padding:12px 20px}
.flat-type li a:hover{background:#ecf0f6;color:#f5821f}
.other-property li{border-bottom:1px solid #ecf0f6;display:block}
.other-property li:last-child{border-bottom:medium none}
.other-property li a{color:#666;display:block;font-size:14px;padding:10px}
.other-property li .rt-cont span{font-size:16px;display:block;color:#24273e}
.other-property li .rt-cont strong{font-size:18px;display:block;color:#f63d57}
.other-property li .rt-cont strong i{font-size:16px}
.img-lt{float:left;width:37.2%}.rt-cont{float:right;width:59%}
.custom-pagination .pagination{border-radius:0;display:inline-block;margin:0;padding:0}
.custom-pagination .pagination > li{display:inline-block}
.custom-pagination .pagination > li:first-child > a,.custom-pagination .pagination > li:first-child > span,.custom-pagination .pagination > li:last-child > a,.custom-pagination .pagination > li:last-child > span{border-radius:0}
.custom-pagination .pagination > li > a{}
.custom-pagination .pagination > li > span,.custom-pagination .pagination > li > a span{content:"";font-family:FontAwesome;font-size:22px;line-height:14px}
.custom-pagination .pagination > li > a:hover,.custom-pagination .pagination > li > a.active,.custom-pagination .pagination > .active > a,.custom-pagination .pagination > .active > a:hover,.custom-pagination .pagination > .active > span,.custom-pagination .pagination > .active > span:focus,.custom-pagination .pagination > .active > span:hover{color:#fff;border-color:#f5821f;background-color:#f5821f}
.article-srch-box .form-control{height:44px;padding-right:50px}
.article-srch-box .btn.custom-btn.blue-btn{bottom:0;height:auto;line-height:42px;padding:0;position:absolute;right:0;top:0;width:40px}
.rt-cont .hd6{font-size:16px;line-height:normal;text-transform:none;padding: 0;}
.categories-type ul{padding:20px}
.categories-type ul li{display:inline-block;float:left;margin:3px;vertical-align:middle}
.categories-type ul li a{display:block;padding:4px 10px}


.blog-post-img-box{width:48%}
.blog-post-dtl-box{padding:15px 15px 8px;width:52%}
.blog-post-dtl-box .post-comment{padding:0 0 12px}
.bg1{background:rgba(0,0,0,0) url(//22045271.fs1.hubspotusercontent-na1.net/hubfs/22045271/raw_assets/public/DS-Corporate-Simple-One/DS-Corporate-Simple-One-2022/images/pin-icon.png) no-repeat scroll left center;height:16px;line-height:16px;margin:0 6px 0 0;padding:0 10px 0 20px}

.bg2{background:rgba(0,0,0,0) url(//22045271.fs1.hubspotusercontent-na1.net/hubfs/22045271/raw_assets/public/DS-Corporate-Simple-One/DS-Corporate-Simple-One-2022/images/comment-icon.png) no-repeat scroll left 2px;;height:16px;line-height:16px;margin:0;padding:0 0 0 20px}
.blog-post-dtl-box p{line-height:20px;margin:0}
.blog_box h3{border:medium none;line-height:normal;margin:0;padding:0 0 8px;text-align:left;}
.blog_box h3 a{} 
.calendar-box{font-size:32px;font-weight:600;left:0;line-height:32px;padding:6px 10px;position:absolute;text-transform:uppercase;top:0;z-index:3}
.calendar-box span{display:block;font-size:17px;line-height:17px}
.read-more.btn.custom-btn{height:40px;line-height:40px;padding:0 20px;float:left}
.social-box2{float:right;margin:7px 0 0}

.post-title h3{margin:0 0 20px;padding:0 0 0 10px}
.blog_box_detail .blog-detail-inr-box .post-comment{background:#ecf0f6 none repeat scroll 0 0;padding:4px 15px 6px;margin:0 0 20px}
.bg3{background:rgba(0,0,0,0) url(//22045271.fs1.hubspotusercontent-na1.net/hubfs/22045271/raw_assets/public/DS-Corporate-Simple-One/DS-Corporate-Simple-One-2022/images/calendar-icon2.png) no-repeat scroll 8px center;height:16px;line-height:16px;margin:0 0 0 6px;padding:0 0 0 28px}
.post-social-row{float:right;margin:0}
.post-social-row a{color:#384160;display:inline-block;font-size:14px;margin:0 0 0 10px;font-size: 16px;}
.post-social-row a:hover{color:#f5821f}  
.prev_next_btn .screen-reader-text{display:none}
.prev_next_btn{clear:both;padding:20px 0 40px;text-align:center}
.prev_next_btn .nav-links div{display:inline-block}
.prev_next_btn a{border:none;display:inline-block;font-weight:400;height:40px;line-height:40px;margin:0 5px;position:relative;text-align:center;text-transform:uppercase;width:110px}

.prev_next_btn a i{display:inline-block;font-size:18px;margin:11px 5px 0;vertical-align:top}
.comments-area .comment-respond h3.comment-reply-title{margin:0 0 10px;padding:0 0 0 10px}
.comments-area .comment-respond h3.comment-reply-title small{display:none}
.comment-form{font-size:14px}
.comments-area .required{color:#f63d57;font-size:16px}
.comment-form-author,.comment-form-email,.comment-form-url{display:inline-block;float:left;width:33.3333%}
.comment-form-email,.comment-form-url{padding-left:15px}
.comment-form-comment{float:left;width:100%}
.comments-area p label{display:block}
.comments-area input[type="text"],.comments-area input[type="email"],.comments-area input[type="url"]{background:#fff none repeat scroll 0 0;border:1px solid #ddd;outline:none;color:#414141;display:block;height:40px;line-height:1.42857;padding:6px 12px;width:100%}
.comments-area textarea{background:#fff none repeat scroll 0 0;border:1px solid #ddd;color:#414141;display:block;line-height:1.42857;min-height:150px;padding:6px 12px;resize:vertical;width:100%}
.error{color:#f63d57}
.form-submit .submit{background:#2c3e7e none repeat scroll 0 0;border:medium none;border-radius:0;color:#fff;cursor:pointer;display:inline-block;font-size:14px;font-weight:300;height:50px;line-height:1.42857;outline:medium none;padding:0 30px;text-transform:uppercase}
.form-submit .submit:hover{color:#fff;background:#f5821f}
.post-text-area h2,.post-text-area h3,.post-text-area h4{border:medium none;border-top:1px solid #ecf0f6;color:#000;display:block;font-weight:600;margin:0;padding:15px 0;text-align:left !important;text-transform:none}
.post-text-area h2{font-size:22px}.post-text-area h3{font-size:20px}.post-text-area h4{font-size:18px}
.post-text-area h2 strong{font-weight:600}
.post-text-area ul li,.post-text-area ol li{display:block;line-height:22px;margin:0;padding:0 0 15px 25px;position:relative}
.post-text-area ul li::before,.post-text-area ol li::before{color:#f5821f;content:"";font-family:FontAwesome;left:0;position:absolute;top:2px}
.city-select-box{display:inline-block;margin:8px 0 0 15px;position:relative}
.city-sltd-btn{border-left:1px solid #ccc;color:#384160;display:inline-block;font-size:18px;font-weight:400;height:40px;line-height:40px;padding:0 0 0 15px}
.city-sltd-btn i.fa-map-marker{color:#cbd3df;margin:0 3px 0 0}
.city-sltd-btn i.fa-angle-down{color:#f63d57;margin:0 0 0 3px;font-size:20px}
.city-select-box .city-drop{color:#fff;left:0;opacity:0;padding:16px 0 0;position:absolute;top:35px;visibility:hidden;width:630px;z-index:999999999;transition:all 0.3s ease;-moz-transition:all 0.3s ease;-webkit-transition:all 0.3s ease}
.city-select-box:hover .city-drop{opacity:1;visibility:visible}
.cityes{background:#fff none repeat scroll 0 0;border:1px solid #ccc;box-shadow:0 0 5px #ccc;padding:15px;position:relative}
.top-arrow{background:rgba(0,0,0,0) url(../images/top-arrow.png) no-repeat scroll left top;height:10px;left:28px;position:absolute;top:-10px;width:19px}
.city-chane-box{border-bottom:1px solid #ddd;color:#333;font-weight:600;font-size:24px;padding:0 0 10px;text-align:center;text-transform:uppercase}
.city-btn a{background:#ecf0f6 none repeat scroll 0 0;border:1px solid #fff;border-radius:5px 5px 0 0;box-shadow:0 0 2px #999999,0 0 1px #fff;color:#333;display:inline-block;float:left;font-weight:300;font-size:14px;letter-spacing:1px;margin:20px 1% 0;padding:0;text-align:center;text-transform:none;width:18%}
.city-btn a img{border:2px solid #fff;border-radius:100%;box-shadow:1px 3px 4px #a5a5a5;display:block;height:80px;margin:10px auto;width:80px}
.city-btn a span{background:#384160 none repeat scroll 0 0;color:#fff;display:block;padding:5px 0}
@media only screen and (max-width:1279px) {
body{font-size:13px}
p{line-height:20px}
.post-text-area ul li,.post-text-area ol li{line-height:20px}
.ftr-logo{padding:0 0 15px}
.ftr-sec1 h3{border-left-width:3px;font-size:18px;line-height:30px;margin:0 0 30px}
#back-to-top{display:none}
.ftr-sec3{font-size:12px;padding:10px 0}
.ftr-sec1{font-size:12px}
.ftr-inr-wdth3 .form-control{font-size:13px;height:36px}
.cmn-rt-box h3{padding:12px 15px}
.flat-type li a{font-size:13px;padding:10px 15px}
.other-property li a,.breadcrumb > li{font-size:13px}
.other-property li .rt-cont span{font-size:14px}
.other-property li .rt-cont strong{font-size:16px}
.top-part1 p{font-size:13px;line-height:18px}
.left-part{width:100%}
.blog_box h2{font-size:16px;padding:0 0 5px}
.bg1{font-size:12px !important;}
.read-more.btn.custom-btn{font-size:13px;height:30px;line-height:28px;padding:0 12px}
.social-box2{margin:5px 0 0}
.social-box2 a{margin:0 0 0 6px}
.blog-post-dtl-box{padding:8px 10px}
.calendar-box{font-size:26px;line-height:26px;padding:5px 8px}
.calendar-box span{font-size:14px;line-height:16px}
.categories-type ul{padding:15px}
.rt-cont .hd6{font-size:14px}
.categories-type ul li a{font-size:13px}
.post-title h1{font-size:22px}
.post-text-area h2{font-size:20px}
.post-text-area h3{font-size:18px}
.post-text-area h4{font-size:16px}
.city-select-box{margin:8px 0 0 10px}
.small-btn{font-size:12px;height:34px;line-height:32px;padding:0 15px}

/*about-page-css*/ 
.about-contain-box h1 {font-size: 30px;}
.about-list li::before { top: 3px;} 
.about-info .dot-img img { max-width: 115px;}
.about-info .dot-img {top: -25px;}
.about-info {margin-top: 30px;}
/*about-page-css*/ 

/*index-page-css*/
.padd-btm-60 {padding-bottom: 50px;}
.padd-top-60 {padding-top: 50px;}
.services-section {padding-bottom: 20px;}
.why-choose-section .heading-box { margin: 0 auto 40px;}
.why-choose-card .icon-wrapper {margin: 0 auto 18px;}
.testimonials-section .heading-box {padding-bottom: 160px;}
/*index-page-css*/

}
@media only screen and (max-width:991px) {
.menu ul li a::after{height:2px}
.search-outer-box .form-control{font-size:14px}
.sec1::before,.about-img-lt{display:none}
.about-txt-rt{display:block;float:none;width:100%}
h2{border-left-width:3px;border-right-width:3px;font-size:20px}
.icon-box{margin:0 auto 15px}
.sec4-inr li a{font-size:13px;padding:10px 2px}
.home-blog-post{margin:15px 0}
.ftr-wdth1{display:block;width:100%}
.ftr-wdth2{display:block;margin:25px 0 0;width:100%}
.search-outer-box{height:50px}
.srch-btn{font-size:14px;height:50px;padding:0 40px 0 0}
.srch-btn::after{border-width:0 0 50px 50px}
.srch-btn i{font-size:14px;height:30px;line-height:30px;right:10px;top:10px;width:30px}
.ftr-logo{width:130px}
.other-property li a{padding:5px}
.cmn-rt-box{margin:15px 0 0}
.about-sec1 .col-md-5{display:none}
.about-sec1{background:#fff;padding:20px 0}
.about-sec2{background:#384160 none repeat scroll 0 0}
.proud-box{display:block;float:none!important;padding:20px 0 0;width:100%}
.contact-rt{padding:30px 0 0}
.contact-rt p{padding-bottom:20px}
.contact-us-box{padding:20px 0}
.custom-popup1 .modal-content h2 {font-size: 20px;}
.post-title h1{font-size:20px}
.post-social-row{clear:both;display:block;float:none;margin:5px 0 0;width:100%}
.post-social-row a{margin:0 7px 0 0}
.blog-detail-inr-box{padding:15px}
.comment-form-author,.comment-form-email,.comment-form-url,.comment-form-comment{display:block;float:none;width:100%}
.comment-form-email,.comment-form-url{padding-left:0}
.comment-form{font-size:13px}
.comments-area .comment-respond h3.comment-reply-title{font-size:20px}
.categories-type ul{padding:10px}
.city-select-box{margin:8px 0 0 5px}
.city-select-box .city-drop{top:20px;width:615px}
.top-arrow{left:15px}

/*contact-page-css*/
.contact-detail-list li {margin-bottom: 55px;}
.contact-info-box .icon {width: 60px; height: 60px;}
.contact-info-box .icon img {max-width: 25px;}
.contact-form-box .form-group {margin-bottom: 20px;}
.contact-section {margin-bottom: 45px;}
/*contact-page-css*/

/*about-page-css*/
.about-info {margin-bottom: 45px;}
.about-info p{padding: 0 0 25px;}
.about-info .img-box {padding: 15px;border-radius: 10px;}
.contact-info-text{padding-left: 18px;}
/*about-page-css*/

/*index-page-css*/
.padd-btm-60 {padding-bottom: 40px;}
.padd-top-60 {padding-top: 40px;}
.history-row { padding-top: 0;}
.history-img-box .img-box { top: 0; }
.history-img-box {flex: 0 0 100%; max-width: 100%; margin: 0 0 30px;}
.history-contain {flex: 0 0 100%; max-width: 100%;  padding: 30px;}
.services-section { padding-bottom: 10px;}
.service-title {font-size: 22px;}
.artical-info .artical-title { font-size: 22px;}
.artical-info {margin: -45px 0 0 17px; padding: 15px;}
.why-choose-title { font-size: 20px;margin: 0 0 8px;}
.testimonials-section .heading-box { padding-top: 40px; padding-bottom: 150px;}
.why-choose-card { padding: 0;}
/*index-page-css*/ 
 
}
@media only screen and (max-width:767px) {
/*************Mobile-Menu-Start***************/
.iphon_navigation .arw{display:none}
.menuImage {margin: 0;padding: 0;position: absolute;right: 15px;top: 10px;z-index: 9;}
.menuImage img{background:rgba(0,0,0,0) none repeat scroll 0 0;display:block;padding:7px 5px;width:40px}
.iphon_navigation{max-height:300px;box-shadow: 0 2px 2px #999999;overflow-y:auto;background:#d8e0ea none repeat scroll 0 0;border-top:medium none;left:0;margin:0;position:absolute;right:0;text-shadow:none;top:100%;width:100%;z-index:9999}
.iphon_navigation ul{margin:0;padding:0}
.iphon_navigation ul li{background:rgba(0,0,0,0) none repeat scroll 0 0;border-top:1px solid #eee;margin:0;padding:0!important;text-align:left;width:100%}
.parentMenu > div.subItem{width:50px;height:36px;float:right;cursor:pointer}
.parentMenuActive > div.subItem{background:no-repeat scroll right center transparent!important;cursor:pointer;float:none;height:36px;position:absolute;width:100%;z-index:3}
.parentMenu > div.subItem{background:no-repeat scroll right center transparent;cursor:pointer;float:right;height:36px;position:relative;width:50px;z-index:3}
.iphon_navigation ul li a{background:#fff none repeat scroll 0 0;color:#000;display:block;font-size:13px;font-weight:400;list-style:outside none none;margin:0;padding:10px 15px;text-decoration:none;text-transform:uppercase}
.iphon_navigation ul li a:hover{color:#f5821f;text-shadow:inherit;text-decoration:none}
.iphon_navigation > ul ul{padding:0;width:100%;display:block;margin:0}
.iphon_navigation ul ul li{background:none repeat scroll 0 0 transparent;border-bottom:none;margin:0;padding:0!important;text-align:left;width:100%}
.iphon_navigation ul ul li a{font-size:12px;padding:8px 10px 8px 20px}
.iphon_navigation ul ul li a:hover{color:#f63d57;text-shadow:inherit;text-decoration:none}
.iphon_navigation ul ul ul{margin:0;padding:0;text-align:center;width:100%;list-style:none}
.iphon_navigation ul ul ul li a{background:#9a0b11;color:#fff;display:block;font-size:12px;font-weight:300;list-style:outside none none;margin:0 0 1px;padding:8px 10px 8px 20px;text-decoration:none;text-transform:uppercase}
.iphon_navigation ul ul ul ul li a{background:#c62128;color:#fff;display:block;font-size:12px;font-weight:300;list-style:outside none none;margin:0 0 1px;padding:8px 10px 8px 25px;text-decoration:none;text-transform:uppercase}
.iphon_navigation ul ul ul li a:hover{color:#000;text-shadow:inherit;text-decoration:none}
.sub-menu.subMenu{background:none repeat scroll 0 0 #000}
/*************Mobile-Menu-Start***************/
.logo {
    width: 180px;
    margin: 13px 0 10px;
}
.inner-page-top-part{margin:50px 0 0}
.hdr-btm-part .container{position:static}
.location-icon{display:none}
.sec4-inr li{width:50%}
.sec4-inr li a{padding:15px 5px}
.sec4-inr li img{height:50px}
.ftr-inr-wdth2{padding:0 0 0 20px}
.about-txt-rt{text-align:center}
.about-txt-rt .hd{text-align:center}
.right-part,.left-part{display:block;float:none;width:100%!important;}
.right-part1,.left-part1{display:block;float:none;width:100% !important;}  
.img-lt{width:120px}
.rt-cont{padding:0 0 0 15px;width:75%;float:left}
.mbl-hide1,.mbl-hide2,.mbl-hide3{display:none;}
.mbl-click1,.mbl-click2,.mbl-click3{cursor:pointer;}
.right-part{margin:20px 0 0}
.right-part1{margin:30px 0 0}  
.rt-cont .hd6{font-size:16px}
.city-select-box{position:static} 
.city-select-box .city-drop{left:15px;padding:33px 0 0;right:15px;top:15px;width:auto}
.top-arrow{left:145px}
 
/*contact-page-css*/
.contact-detail-list { display: flex; flex-wrap: wrap; margin: 0 -5px;}
.contact-info-text {padding: 5px 5px 5px 10px;}
.contact-detail-list li { margin-bottom: 20px; padding: 0 5px; flex: 0 0 50%; max-width: 50%;} 
.contact-info-text h5 {font-size: 14px; line-height: 15px;}
.contact-info-box .icon {width: 60px; height: 60px;}  
.contact-info-box .icon img {max-width: 18px;}
.contact-form-box .custom-btn {height: 40px; line-height: 38px; padding: 0 20px;}
.contact-section {margin-bottom: 30px;}
.contact-form-box{margin: 0 0 30px;}
/*contact-page-css*/ 

/*about-page-css*/ 
.about-contain-box {padding: 0 0 25px;}  
.about-contain-box h1 {font-size: 25px; padding-bottom: 10px;}
.about-info .img-box {margin-bottom: 30px;}
.about-contain-box .custom-btn {height: 40px; line-height: 38px;  padding: 0 20px;}
.about-info {margin-bottom: 25px;}
.about-info .dot-img { display: none;} 
.about-info .dot-img img {max-width: 75px;}
.about-info {margin-top: 0;}
.about-info .img-box {margin-left: 0;}
/*about-page-css*/ 
.top-part1{padding:0}  
.top-part2 {
    display: none;
}

/*index-page-css*/
.home-banner{margin: 50px 0 0;}
.padd-btm-60 {padding-bottom: 30px;} 
.padd-top-60 {padding-top: 30px;}
.heading-2 { font-size: 20px; margin: 0 0 20px;}
.history-contain { padding: 20px;}
.shistory-list li {padding-left: 20px;}
.shistory-list li::before {  top: 6px; width: 12px; height: 10px;  background-size: 12px;}
.services-row div[class*='col-']{width: 50%; float: left;}
.service-card {margin-bottom: 20px;}
.service-info {padding: 15px  15px 20px;} 
.service-title { font-size: 20px;}
.service-info .custom-btn { height: 40px; padding: 0 18px;}
.latest-blog{ padding-bottom: 10px;}  
.artical-info {margin-bottom:20px; padding: 15px;}
.artical-info p {padding: 0 0 10px;}
.artical-info .artical-title {font-size: 20px;} 
.latest-blog .heading-row{margin-bottom: 20px;}
.why-choose-section .heading-box {margin: 0 auto 20px;}
.why-choose-section .heading-box p {line-height: 24px;}
.why-choose-title {font-size: 18px; margin: 0 0 5px;}
.why-choose-card {margin: 0 0 20px;}
.why-choose-section{padding-bottom: 10px;}
.why-choose-card .icon-wrapper {margin: 0 auto 14px;}
.why-choose-card .icon-wrapper img { max-width: 40px;}
.why-choose-card .icon-wrapper { width: 65px; height: 65px;}
.testimonials-section {padding-bottom: 30px;}
.testimonials-section .heading-box {padding-top: 30px; padding-bottom: 125px;}
.testimonials-box { padding: 0 15px 20px;}
.testimonials-box .user-name {font-size: 15px; margin-bottom: 10px;}
.testimonials-section .slider-section {margin-top: -70px;}
.testimonials-section .heading-box p{line-height: 24px;}
/*index-page-css*/

}
@media only screen and (max-width:639px) {
.banner-part{background:#ecf0f6 none repeat scroll 0 0;border-bottom:1px solid #dadee4}
.search-outer-box{height:auto;padding:5px 15px 15px}
.srch-btn{border-radius:0;box-shadow:1px 1px 3px rgba(0,0,0,0.3);display:block;float:none;font-size:15px;height:40px;width:100%}
.srch-btn::after{border-width:0 0 40px 40px}
.srch-btn i{right:5px;top:5px}
.ftr-inr-wdth1,.ftr-inr-wdth2,.ftr-inr-wdth3{display:block;float:none;width:100%;padding:0}
.ftr-inr-wdth2{margin:20px 0}
.ftr-sec1 h3{margin:0 0 15px}
.copyright-txt,.powered-txt{display:block;float:none!important;text-align:center}
.powered-txt{padding:5px 0 0}
.rt-cont{width:70%}
.img-box1 > img{width:100%}
.blog-post-img-box,.blog-post-dtl-box{display:block;float:none!important;width:100% !important;}
.blog-post-img-box img{width:100%}
.blog-post-dtl-box{padding:15px; width: 100% !important;}
.comments-area textarea{min-height:100px}
.form-submit .submit{font-size:13px;height:40px;padding:0 20px}
.cmn-rt-box h3{font-size:16px;padding:10px 15px}
.cmn-rt-box{margin:10px 0 0}
.cityes{padding:10px}
/*contact-page-css*/ 
.contact-detail-list li { margin-bottom: 20px; padding: 0 5px; flex: 0 0 100%; max-width: 100%;} 
/*contact-page-css*/

/*index-page-css*/
.services-row div[class*='col-']{width: 100%;}
/*index-page-css*/
} 
@media only screen and (max-width:479px) {
h2{margin:0 0 15px}
.social-box a{font-size:18px;margin:0 0 0 8px}
.hdr-top-part{line-height:30px}
.sec4-inr li a{font-size:11px;font-weight:400;padding:15px 0}
.sec4-inr li a strong{font-weight:400}
.sec4-inr li img{height:40px}
.sec1{background:#fff none repeat scroll 0 0;border-bottom-width:1px}
.sec1,.sec2,.sec3,.sec4,.sec5,.ftr-sec1{padding:20px 0}
.ftr-sec1{border-top-width:1px}
.tab-box{padding:0}
.sec5 h2{margin:0}
.sec2,.sec3{border-bottom-width:1px}
.search-outer-box{box-shadow:0 0 3px rgba(0,0,0,0.4)}
.top-part1 h1{font-size:20px;padding:0}
.top-part1 p,.top-part2{display:none}
.img-lt{width:100px}
.about-sec2-inr{padding:0 0 15px;text-align:center}
.icon-box2{display:block;left:inherit;margin:0 auto 15px;position:relative;text-align:center;top:inherit}
.contact-lt textarea.form-control{min-height:100px}
.send-btn2{font-size:12px}
.rt-cont{padding:0 0 0 10px;width:64%}
.rt-cont .hd6{font-size:14px}
.post-title h1{border-left-width:2px;font-size:16px;padding-left:5px}
.blog_box_detail .blog-detail-inr-box .post-comment{padding:4px 10px 8px}
.bg1,.bg2,.bg3{margin:8px 0 0;display:block;border:none;padding:0 0 0 24px,}
.bg3{background-position:left center}

/*index-page-css*/
.latest-blog .heading-row{flex-wrap: wrap;}
.latest-blog .heading-row .heading-col { padding-right: 0;  flex: 0 0 100%; max-width: 100%;}
.latest-blog .heading-row .heading-col .heading-2 {margin-bottom: 0; text-align: center;}
.latest-blog .heading-row .link-col {flex: 0 0 100%; max-width: 100%; padding-top: 10px; text-align: center}
.latest-blog .heading-row .link-col a img {max-width: 16px;}
/*index-page-css*/
  
.blog-post-dtl-box{ width: 100%;}  
}
 

@media only screen and (max-width: 992px) {
  .password-prompt #hs-pwd-widget-password,
  .backup-unsubscribe .email-edit,
  .mwb_membership-login .form-container,
  .mwb_membership-register .form-container,
  .mwb-membership-pswd-req .form-container,
  .mwb-membership-pswd .form-container,
  .mwb-subscription-confirmation
  {
    width: 100% !important;
  }
  
  .mwb-thankyou__wrap {
    flex-direction: column;
  }
  .mwb-thankyou__section-left,.mwb-thankyou__section-right {
    width: 100%;
    text-align: center;
  }
  .mwb-thankyou__wrap {
    padding: 3rem 0;
  }
  
}
@media only screen and (max-width: 767px) {
  .error-page {
    flex-direction: column;
    padding: 4rem 0;
  }

  .error-page__section-left, .error-page__section-right {
    width: 100%;
    flex: 0 0 100%;
  }

  .error-page__section-right {
    text-align: center;
    padding-top: 40px;
  }
}