@charset "utf-8";

/*----------intial declartaion of css----------*/

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'), url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'), url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'), url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Medium.woff2') format('woff2'), url('fonts/GothamCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Light.woff2') format('woff2'), url('fonts/GothamCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'), url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('fonts/Gotham-Ultra.woff2') format('woff2'), url('fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro.woff2') format('woff2'), url('fonts/GothamPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('fonts/GothamPro-LightItalic.woff2') format('woff2'), url('fonts/GothamPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

.header.fixed {
    position: fixed;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: 'Gotham';
    font-weight: 500;
}

html {
    -webkit-text-size-adjust: none;
}

html,
body {
    height: 100%
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}


/* remember to define focus styles! */

:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

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

td {
    vertical-align: top;
}

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

a {
    outline: none;
    cursor: pointer;
}


/* End hide from IE Mac */

.none {
    display: none;
}


/* End Clearfix */

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

.clear {
    clear: both;
}

img {
    max-width: 100%;
}


/* For modern browsers */

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

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}


/* For IE 6/7 (trigger hasLayout) */

.btn.submit_form:focus {
    border-top: 4px solid #755ba2!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: none!important;
}

p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #000;
}

h1 {
    font-weight: bold;
    font-size: 35px;
    color: #123C61;
    line-height: 41px;
    margin-bottom: 26px;
}

h2,
.mdtext {
    font-size: 26px;
    margin-bottom: 55px;
    font-weight: 900;
    color: #fff;
    font-size: 42px;
    line-height: 55px;
}

h3,
.smtext {
    font-size: 36px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    line-height: 48px;
    font-family: Gotham;
}

h4 {
    font-size: 16px;
    margin-bottom: 20px
}

h5 {
    font-size: 12px;
    margin-bottom: 20px
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff
}


/*--------sticky footer or vertical footer------------*/

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*initialize footer height in negative for sticky footer*/
}


/* body, html { height: 100%; }*/


/*--------sticky footer or vertical footer------------*/


/*-----------------------main styles starts here-----------------------------------------------*/

.container {
    width: 1350px;
    margin: 0 auto;
    max-width: 100%
}


/*-----------header section styles goes here---------------*/


/*----------------midd section styles ends here-------*/

a:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -mz-transition: all 0.3s ease-in-out;
}

 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #123c61;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #123c61;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #123c61;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #123c61;
    opacity: 1;
}

input[type=radio] {
    display: none;
}

input[type="radio"]+label {
    padding: 15px 5px;
    border-radius: 3px;
    border: 1px solid #F1F2F2;
    color: #717171;
    background: #F1F2F2;
    font-family: Gotham;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    text-align: center;
    line-height: 19px;
}

input[type=radio]+label:hover {
    background: #AF328A;
    transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #AF328A;
    cursor: pointer;
}

input[type=radio]:checked+label {
    border: 2px solid #ffffff;
    background: #AF328A;
    font-weight: bold;
    color: #ffffff;
}

.cost-reduction {
    font-size: 90px;
    color: #3D86C6;
    font-weight: bold;
    line-height: 89px;
    margin-top: 32px;
    border-bottom: 1px solid #dcd3d3;
    padding-bottom: 25px;
}

.cost-reduction span {
    font-size: 33px;
    line-height: 20px;
}

.ques-title {
    display: block;
    font-size: 20px;
    color: #123C61;
    float: left;
    width: 86%;
    line-height: 29px;
    position: relative;
    font-weight: bold;
}

.content-section {
    background: #fff;
    padding-left: 100px;
    padding-right: 100px;
}

.blue-icon {
    position: absolute;
    width: 58px;
}

.blue-title {
    display: block;
    padding-left: 25px;
    font-size: 21px;
    color: #3D86C6;
    float: left;
    width: 86%;
    line-height: 29px;
    position: relative;
    padding-left: 80px;
}

.blue-bg {
    background: #2A5F8F;
    padding: 70px 20px 35px 100px;
}

.blue-title h3 {
    color: #3D86C6;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
}

.blue-title h2 {
    font-size: 43px;
    line-height: 53px;
    font-weight: bold;
    margin-bottom: 5px;
}

.btitle {
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    line-height: 19px;
    font-family: Gotham Pro;
    padding-left: 45px;
    position: relative;
}

.btitle::before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background-size: cover;
    left: 0;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    top: 2px;
}

.blue-icon img {
    width: 54px;
}

.noleftpadding {
    padding-left: 0;
}

.ques-field {
    margin-bottom: 20px;
}

.input-radio span {
    font-family: Gotham Pro;
    font-size: 14px;
    color: #717171;
}

input[type=radio]:checked+label span {
    color: #ffffff;
}

input[type=radio]+label:hover span {
    color: #ffffff
}

.lessH input[type=radio]+label {
    padding: 5px 25px;
}

.map-range-slider .ques-icon {
    width: 74px;
}

.map-range-slider .ques-title {
    width: 90%;
    padding-top: 12px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 41px;
    background-color: #dbdbdb !important;
    position: relative;
    outline: none;
    background-repeat: no-repeat;
    background-size: cover;
}

span#myRange_3_per_out {
    display: none;
}


/* span.irs-min {
    display: none;
}
span.irs-max {
    display: none;
} */


/*
.irs-single::before {

    border-top-color: #4aaa42;

}
.irs-single::before {

    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
        border-top-color: transparent;
    border-top-color: #123C61;

}
.irs-single {

    color: #4aaa42;
    border: 1px solid #123C61;
    font-size: 9px;
    line-height: 1;
    text-shadow: none;
    position: absolute;
    display: block;
    top: -28px;
    left: 0;
    cursor: default;
    white-space: nowrap;
    padding: 3px 5px;
    background-color: #123C61;
    color: white;
    border-radius: 4px;
 opacity: 0;

}
*/

.pbottom {
    padding-bottom: 10px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    -mz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-image: url(../images/slider-selector.png);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 99
}

.map-img img {
    max-width: 110px;
}

.slider::-moz-range-thumb {
    width: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -mz-appearance: none;
    height: 22px;
    border-radius: 50%;
    background-image: url(../images/slider-selector.png);
    cursor: pointer;
}


/*
.pink .slider::-moz-range-thumb  {
background-image: url(../images/pink-slider-selector.png);
}
.pink .slider::-webkit-slider-thumb  {
background-image: url(../images/pink-slider-selector.png);
}

.green .slider::-moz-range-thumb  {
background-image: url(../images/green-slider-selector.png);
}
.green .slider::-webkit-slider-thumb  {
background-image: url(../images/green-slider-selector.png);
}


.pink  input[type="range"]::-moz-range-progress {
  background-color: #AF328A; height: 6px; border-radius: 3px;
}
 
.pink  input[type="range"]::-ms-fill-lower {
  background-color: #AF328A; 
}

   input[type="range"]::-moz-range-progress {
  background-color: #3d86c6; height: 6px; border-radius: 3px;
}
 
 
   input[type="range"]::-ms-fill-lower {
  background-color:  #3d86c6; 
} 

 .green  input[type="range"]::-ms-fill-lower {
  background-color:  #b0bc25; 
}
.green input[type="range"]::-moz-range-progress {
  background-color: #b0bc25; height: 6px; border-radius: 3px;
}
 
.blue  input[type="range"]::-ms-fill-lower {
  background-color:  #09bddd; 
}
.blue input[type="range"]::-moz-range-progress {
  background-color: #09bddd; height: 6px; border-radius: 3px;
}
*/

h3.map-title {
    display: inline;
    font-size: 18px;
    color: #af328a;
    display: block;
    line-height: 22px;
    font-weight: 500;
}

.input-area {
    margin: 0 29px 0 24px;
    position: relative;
}

.map-range {
    padding-top: 15px;
}

.rangeslide h3.map-title,
.pink .rangeslide h3.map-title,
.green .rangeslide h3.map-title,
.blue .rangeslide h3.map-title {
    color: #717171;
    font-size: 13px;
    padding-left: 25px;
    font-weight: 400;
}

.slidecontainer {
    padding-top: 8px;
}

.rangeslide {
    padding-bottom: 35px;
}

.map-img {
    margin-top: 10px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 10px;
}

.irs--round .irs-bar {
    height: 3px;
}

.irs--round .irs-handle {
    border: 3px solid #2A7DE1;
}

.ri::after {
    position: absolute;
    right: 100%;
    content: "";
    width: 1px;
    height: 7px;
    background-color: #d0d2d4;
    display: block;
    top: 8px;
}

.ri {
    position: relative;
    float: left;
    width: 19.666667%;
    text-align: center;
    display: inline-block;
    color: #717171;
    font-size: 12px;
    font-weight: normal;
    padding-top: 5px;
}

.ri span,
.rib span {
    display: inline-block;
    height: 10px;
    width: 2px;
    background-color: #cacaca;
    border-radius: 2px;
    position: relative;
}

.ri i,
.rib i {
    font-style: normal;
    display: inline-block;
    width: 100%;
}

.ri.first::after,
.rib.first::after {
    display: none;
}


/*
.sliderDiv:nth-child(2n) {
    padding-left: 25px;
}
.sliderDiv:nth-child(2n+1) {
    padding-right: 25px;
}
*/


/*
.allslides .sliderDiv:first-child {
    padding-right: 40px;
}
.allslides .sliderDiv:last-child {
    padding-left: 40px;
}
*/

.sliderDiv {
    padding-bottom: 5px;
}

.roi-ques-sec {
    padding-top: 45px;
}

.rib {
    display: none;
}


/*right sec*/

.top-link a {
    display: inline-block;
    color: #FFFFFF;
    font-family: Gotham;
    font-weight: 500;
    padding: 0 15px 0 0;
    text-decoration: underline;
}

.right-sec {
    background: #FFFFFF;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    height: 100%;
    margin-top: -30%;
    box-shadow: 0px 22px 22px 0px #bdd9f2;
}

.nopaddingright {
    padding-right: 0;
}

.nopaddingleft {
    padding-left: 0;
}

.right_contact_sec {
    padding-left: 40px;
}

.top-link a.active,
.top-link a:hover {
    color: #09BDDD
}

.circle-sec {
    text-align: center;
}

.circle-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
    color: #6D6E71;
    text-align: left;
}

.circle-sec {
    padding-top: 40px;
}

.bot {
    margin-top: 34px;
}

div#div_loading_progress {
    text-align: left;
}

span#span_progress {
    font-size: 49px;
    color: #3D86C6;
    font-family: Gotham Pro !important;
}

span.dollar {
    font-size: 42px;
    font-weight: normal;
}

#div_loading_progress span {
    font-family: Gotham Pro !important;
}

.btn {
    cursor: default;
    padding: 11px 30px 11px 30px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 39px;
    text-align: left;
    cursor: pointer;
    background-image: none;
    border: none;
    border-radius: 0px;
    background: #AF328A;
    color: #fff;
    margin-top: 32px;
    background-position: center;
    position: relative;
    white-space: unset;
    text-align: center;
    position: relative;
    top: 29px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
}

ul.notes-text {
    padding-left: 15px;
    padding-top: 0;
    text-align: left;
    padding-left: 4px;
}

.notes-text li {
    list-style: none;
    padding-bottom: 7px;
    font-size: 12px;
    color: #000000;
    font-family: Gotham Pro;
    font-weight: normal;
    position: relative;
    padding-left: 16px;
}

.notes-text li::before {
    position: absolute;
    left: 0;
    content: '';
    background: #3D86C6;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    top: 5px;
}

.bot h4 {
    font-size: 25px;
    color: #123C61;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 40px;
}

.hover_bkgr_fricc {
    background: rgba(5, 17, 27, 0.8);
    height: 100%;
    position: fixed;
    visibility: hidden;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0.1s;
    overflow: auto;
}

.main-pop {
    top: 55px;
    position: relative;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    right: 0;
    left: 0;
    color: #000;
    z-index: 9999;
}

.main-pop p {
    padding-bottom: 0;
    margin: 0;
}

.icon-remove-sign {
    background: transparent;
    border: 2px solid white;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: -52px;
    left: auto;
    cursor: pointer;
    top: 3px;
    padding-top: 0px;
    line-height: 28px;
}

span.icon-remove-sign {
    font-size: 19px;
    color: #fff;
}

.icon-remove-sign {
    float: right;
}

.popup-left-contnt {
    background: white;
    padding: 25px;
}

.modal-title {
    font-size: 27px;
    line-height: 27px;
    font-family: 'Gotham Medium';
    margin-bottom: 10px;
    font-weight: 900;
}

.modal-title {
    color: #af328a;
}

.modal-title span {
    color: #123c61;
}

.form-group {
    margin-bottom: 10px;
}

.col-form-label {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 15px;
    font-family: 'Gotham Book';
    font-weight: 300;
}

.req_star {
    color: #ff1d1d;
    font-size: 16px;
    font-weight: 700;
    font-family: sans-serif;
}

.form-group .form-control {
    height: 34px;
    font-weight: 300;
}

.form-group .form-control {
    height: 36px;
}

#leadinfo_form a#submit {
    padding: 10px 20px;
    margin-top: 14px;
    margin-bottom: 12px;
    top: 0;
}

#leadinfo_form a#submit:hover,
#leadinfo_form a#submit:focus {
    background: #d63ea9;
    color: #fff;
}

.form-group textarea.form-control {
    height: 70px;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 10px;
    line-height: 1;
    top: 39px;
    padding: 6px 0;
    background-color: transparent;
    border-radius: 4px;
}

#wait-wrap {
    display: none;
}

#mktoForm_4236 .help-block {
    font-size: 13px;
}

.GDPRCompliance {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
}

#mktoForm_4236.mktoForm {
    width: 100% !important;
}

#mktoForm_4236.mktoForm .mktoField[type="text"],
#mktoForm_4236.mktoForm .mktoField[type="email"],
#mktoForm_4236.mktoForm .mktoField[type="tel"] {
    width: 100% !important;
    float: left;
    border: 1px solid #b3b3b3;
    padding: 10px 15px;
    background: #f8f8f8;
    box-shadow: inset 1px 1px 4px 1px #ddd;
    border-radius: 3px;
}

#mktoForm_4236.mktoForm .mktoFieldWrap {
    float: left;
    width: 100% !important;
}

#mktoForm_4236.mktoForm .mktoFormCol {
    width: 100% !important;
}

#mktoForm_4236.mktoForm .mktoRequiredField label.mktoLabel {
    width: auto !important;
    margin-bottom: 2px;
}

#mktoForm_4236.mktoForm .mktoOffset {
    display: none;
}

#mktoForm_4236.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    padding: 12px 15px !important;
    float: left;
    min-width: 150px;
}

.swal-text{
    text-align: center !important;
}


/* #mktoForm_4236.mktoForm iframe {
    margin-left: 15px;
} */

/* css for popup */

 /* css for popup */

 .went-wrong-wrap:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000050;
	content: " ";
	z-index: 99;
	top: 0;
}

.went-wrong-wrap {
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 9;
	justify-content: center;
	top: 0;
}

.action-popup {
	position: absolute;
	background-color: #fff;
	padding: 40px 30px;
	box-shadow: 2px 25px 25px #00000024;
	border-radius: 2px;
	z-index: 99;
	border-radius: 10px;
	width: 30%;
	text-align: center;
}

.action-popup h3 {
	font-size: 36px;
	line-height: 42px;
	padding-bottom: 8px;
	color: #000;
	font-weight: 700;
	margin: 0 auto;
}

.action-popup .icon-container svg {
	width: 40px;
}



.went-wrong-wrap .icon-container {
	width: 70px;
	height: 70px;
	background-color: #ff0a372e;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	margin: 0px auto 15px;
}

.action-popup .buttons-action {
	display: flex;
	align-items: center;
	/* float: right; */
	width: 100%;
}

.action-popup p {
	font-weight: 400;
}

.buttons-action {
	display: flex;
	align-items: center;
	float: right;
}

.action-button:hover {
	color: #fff;
	background-color: #3D85C6;
}

.action-button {
	text-align: center;
	padding: 8px 40px;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	/* width: 50%; */
	margin: 15px 0px 0px;
	transition: 0.2s ease-in;
	cursor: pointer;
	background: #000 !important;
	width: 100% !important;
	color: #fff;

}


.went-wrong-wrap .action-popup {
	width: 100%;
	max-width: 550px;
	padding: 30px 35px;
	border-radius: 5px;
}

.went-wrong-wrap .action-popup .icon-container {
	background: #3D86C6;
	width: 68px;
	height: 68px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.went-wrong-wrap .action-popup .icon-container svg {
	width: 43px;
	height: 43px;
}

.went-wrong-wrap .action-popup .icon-container svg path {
	stroke: #fff;
}

.went-wrong-wrap .action-popup h3 {
	color: #3D86C6;
	text-align: center;
	font-family: "Gotham Pro", sans-serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 44.5px;
	/* 139.063% */

}

.went-wrong-wrap .action-popup p {
	color: #333;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	padding-bottom: 35px;
	margin: 0;
}

.went-wrong-wrap .action-popup .buttons-action .action-button {
	margin: 0;
	color: #FFF;
	text-align: center;
	font-family: "Gotham Pro", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	/* 125% */
	padding: 10px;
	border-radius: 3px;
	background: #3D86C6 !important;
}

.went-wrong-wrap .action-popup .buttons-action .action-button:hover {
	background: #025299 !important;
}

.book-consultation-wrap .action-popup {
        width: 100%;
        max-width: 550px;
        padding: 30px 35px;
        border-radius: 5px;
    }

    .book-consultation-wrap .action-popup .icon-container {
        background: transparent;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .book-consultation-wrap .action-popup .icon-container svg {
        width: auto;
    }

    .book-consultation-wrap .action-popup h3 {
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 44.5px;
        color: #3D86C6;
    }

    .book-consultation-wrap .action-popup p {
        color: #333;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        padding-bottom: 35px;
        margin: 0;
    }

    .book-consultation-wrap .action-popup .buttons-action .action-button {
        margin: 0;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        padding: 8px;
        line-height: 1.4;
        border-radius: 3px;
        background: #3D86C6 !important;
    }

    .book-consultation-wrap .action-popup .buttons-action .action-button:hover {
        background: #025299 !important;
    }

    .book-consultation-wrap:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000050;
    content: " ";
    z-index: 99;
    top: 0;
}
.book-consultation-wrap {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9;
    justify-content: center;
    top: 0;
}