/*
*Max Settlement CSS
*/

@media (min-width: 1250px) {
    .settlement-page .container {
        max-width: 1200px !important
    }
}

html,
body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.one-liner-radios li {
    display: inline;
}

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


/*=== Header CSS ===*/

a.logo {
    display: inline-block;
}

.logo img {
    width: 226px;
    width: 100%;
    height: auto;
}

.top-header {
    background: #e6dbeb;
    padding: 7px 0;
}

.top-header ul li a {
    display: block;
    padding: 7px 15px;
    color: #623586;
}

.top-header ul li {
    padding-right: 20px;
}

.top-header ul li:last-child {
    padding-right: 0;
}

.top-header ul li a.call-btn {
    background: rgba(61, 49, 74, 1);
    color: #fbd218;
    font-weight: 700;
    border-radius: 5px;
    font-size: 16px;
    padding: 7px 33px;
}

.top-header ul li a.call-btn:hover {
    background: rgba(77, 16, 101, 1);
    color: #fff;
}

.header-bg {
    padding: 23px 0;
    background-color: rgba(52,56,56,1);
}

.menu {
    padding: 10px 0;
}

.menu ul li a {
    display: block;
    color: #fff;
    padding: 10px 11px !important;
    text-decoration: none;
    font-weight: 700;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
}

.menu ul li:last-child {
    padding-right: 0;
}

.logo-bg {
    position: relative;
}

.trigger {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 10;
}

.trigger span {
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    margin: 8px 0;
}

.back_arrow {
    padding: 8px 20px;
    font-size: 30px;
    line-height: 1;
    border-bottom: 1px solid rgb(70, 73, 73)bf;
    background-color: #000;
    margin: 0;
    color: #fff;
    cursor: pointer;
    text-align: right;
    height: 40px;
    position: relative;
}

.back_arrow span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #9662bf;
    top: 17px;
    right: 15px;
}

.back_arrow span:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid rgb(70, 73, 73);
    border-left: 2px solid rgb(70, 73, 73);
    position: absolute;
    top: -4px;
    right: 21px;
    transform: rotate(-45deg);
}


/*=== Ed Header CSS ===*/

.header-bg .row {
	align-items: center;
} 

.calculator-bg {
    background: url(../images/settlement-calc-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 50px 0;
    min-height: calc(100vh - 189px);
}

.calculator-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 56, 56, 0.7);
}

.calculator-bg .container {
    position: relative;
    z-index: 10;
}

.calculator-text h2 {
    color: #ffffff;
}

.calculator-text p {
    color: rgb(96, 249, 6);
    font-style: italic;
}

.calculator-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 80px;
    position: relative;
    min-height: 500px;
}

.calculator-form .gform_wrapper {
    margin: 0;
}

.calculator-form .gform_wrapper .gfield_required {
    display: none;
}

.custom-step {
    position: absolute;
    padding: 33px 30px 0;
    width: 100%;
    top: 0;
    left: 0;
}

.custom-step ul {
    display: flex;
}

.custom-step ul li {
    width: 10%;
    margin: 0 !important;
    padding: 0 5px;
    height: auto;
    opacity: 1;
    font-size: 0;
    display: inline-block;
}

.custom-step ul li span {
    width: 100%;
    font-size: 0;
    height: 15px;
    background: #e6dbeb;
    opacity: 1 !important;
    display: block;
}

.custom-step ul li:first-child span,
.custom-step ul li:nth-child(2) span,
.custom-step ul li:nth-child(3) span,
.custom-step ul li:nth-child(4) span {
    background: rgb(96, 249, 6);
}

.second-form .gf_page_steps {
    text-align: right;
}


/*=== Form Title CSS ===*/

.calculator-form .gform_heading {
    position: absolute;
    top: 40px;
    left: 0;
    margin: 0 !important;
    padding: 0 0 5px;
    border-bottom: 1px solid rgb(96, 249, 6);
    ;
    display: none;
}

.calculator-form h3.gform_title {
    margin: 0 !important;
    font-size: 28px !important;
    color: #623586;
}

.calculator-form span.gform_description {
    display: none !important;
}


/*=== End Form Title CSS ===*/


/*=== Progress Bar CSS ===*/

.gform_wrapper .gf_page_steps {
    margin: 0 !important;
    padding: 0px !important;
    border-bottom: 0 !important;
    position: relative;
}

.gform_wrapper .gf_page_steps .gf_step {
    width: 10%;
    margin: 0 !important;
    padding: 0 5px;
    height: auto;
    opacity: 1;
    font-size: 0;
    display: inline-block;
}

.gform_wrapper .gf_page_steps .gf_step .gf_step_number {
    width: 100%;
    font-size: 0;
    height: 15px;
    background: #e6dbeb;
    opacity: 1 !important;
    display: block;
}

.gform_wrapper .gf_page_steps .gf_step_active .gf_step_number,
.gform_wrapper .gf_page_steps .gf_step_completed .gf_step_number {
    background: rgb(96, 249, 6);
}

.gform_wrapper .gf_page_steps .gf_step .gf_step_label {
    display: none;
}


/*=== End Progress Bar CSS ===*/

.calculator-form ul.gform_fields li.gfield_html,
.gform_confirmation_message {
    color: rgb(96, 249, 6);
}

.calculator-form ul.gform_fields li.gfield_html {
    color: rgb(70, 73, 73);
}

.gform_wrapper ul.gform_fields li.gfield {
    margin: 40px 0 0 !important;
    padding: 0 !important;
}

.calculator-form label.gfield_label {
    font-size: 18px !important;
    color: rgb(70, 73, 73);
    padding-top: 0;
}

.calculator-form .gform_wrapper .gform_page_fields input,
.calculator-form .gform_wrapper .gform_page_fields select,
.calculator-form .gform_wrapper .gform_page_fields textarea {
    width: 100% !important;
    min-height: 46px !important;
    display: block;
    font-size: 16px !important;
    line-height: normal !important;
    color: #464949;
    background: #fff;
    border: 1px solid #464949;
    padding: 10px 15px !important;
    margin: 0 !important;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calculator-form .gform_wrapper .gform_page_fields select {
    padding-right: 30px !important;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio,
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin: 0 !important;
}

.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label {
    font-weight: normal !important;
}


/*==Start Get Hurt CSS==*/

.get-hurt .ginput_container {
    margin: 0 !important;
}

.get-hurt .ginput_container .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
}

.get-hurt .ginput_container .gfield_radio li {
    width: 20%;
    text-align: center;
    margin: 0 auto !important;
    padding: 5px 3px 0!important;
}

.get-hurt .ginput_container .gfield_radio li input[type=radio] {
    display: block;
    margin: 0 auto !important;
    width: 100% !important;
    height: 100px;
    border: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.get-hurt .ginput_container .gfield_radio li label {
    display: block;
    font-size: 11px;
    margin: 0 !important;
    max-width: 100%;
    width: 100%;
}

.get-hurt .ginput_container .gfield_radio li label::before {
    content: "";
    width: 100%;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    border: 1px solid #464949;
    margin-bottom: 7px;
    cursor: pointer;
}

.get-hurt .ginput_container .gfield_radio li input[type=radio]:checked+label::before {
    border: 1px solid rgb(96, 249, 6);
}

.get-hurt .ginput_container .gfield_radio li:hover label:before {
    box-shadow: 0 0 5px rgba(96, 249, 6, .5);
}

.get-hurt .ginput_container .gfield_radio li:first-child label::before {
    background-image: url(../images/car.jpg);
}

.get-hurt .ginput_container .gfield_radio li:nth-child(2) label::before {
    background-image: url(../images/truck.jpg);
}

.get-hurt .ginput_container .gfield_radio li:nth-child(3) label::before {
    background-image: url(../images/bike.jpg);
}

.get-hurt .ginput_container .gfield_radio li:nth-child(4) label::before {
    background-image: url(../images/acc.jpg);
}

.get-hurt .ginput_container .gfield_radio li:nth-child(5) label::before {
    background-image: url(../images/acc1.jpg);
}


/*.get-hurt .ginput_container .gfield_radio li:last-child label::before{
background-image: url(../images/acc1.jpg);
}*/


/*==End Get Hurt CSS==*/

.gform_wrapper ul.gform_fields li.input-inline {
    padding-right: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gform_wrapper ul.gform_fields li.input-inline label {
    margin: 0;
}

.gform_wrapper .top_label .input-inline div.ginput_container {
    width: calc(100% - 80px) !important;
    margin: 0;
}

.gform_wrapper .top_label .input-inline input {
    width: 100% !important;
    margin: 0 !important;
}


/*==Start Fault CSS==*/

.gform_wrapper .custom-radio ul.gfield_radio li,
.gform_wrapper .custom-checkbox ul.gfield_checkbox li {
    position: relative;
    margin-right: 25px;
}

.gform_wrapper .custom-radio ul.gfield_radio li input[type=radio],
.gform_wrapper .custom-checkbox ul.gfield_checkbox li input[type=checkbox] {
    position: absolute;
    width: 20px !important;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0 !important;
    min-height: auto;
}

.gform_wrapper .custom-radio ul.gfield_radio li label,
.gform_wrapper .custom-checkbox ul.gfield_checkbox li label {
    position: relative;
    margin: 0 !important;
    padding: 2px 0 2px 30px;
    color: rgb(70, 73, 73);
}

.gform_wrapper .custom-radio ul.gfield_radio li label::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 4px solid #ddd;
    border-radius: 50%;
}

.gform_wrapper .custom-radio ul.gfield_radio li label::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(96, 249, 6);
    opacity: 0;
}

.gform_wrapper .custom-radio ul.gfield_radio li input[type=radio]:checked+label::after {
    opacity: 1;
}


/*== Checkbox CSS ==*/

.gform_wrapper .custom-checkbox ul.gfield_checkbox li label::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #cdb6ea;
}

.gform_wrapper .custom-checkbox ul.gfield_checkbox li input[type=checkbox]:checked+label::before {
    background-color: rgb(96, 249, 6);
}

.gform_wrapper .custom-checkbox ul.gfield_checkbox li label::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 7px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gform_wrapper .custom-checkbox ul.gfield_checkbox li input[type=checkbox]:checked+label::after {
    display: block;
}


/*==End Fault CSS ==*/

.gform_wrapper .top_label div.ginput_container_select,
.gform_wrapper .top_label div.ginput_container_date,
.gform_wrapper .top_label .ginput_container_address .address_state {
    position: relative;
}

.gform_wrapper .top_label div.ginput_container_select:before,
.gform_wrapper .top_label div.gfield_date_dropdown_month:before,
.gform_wrapper .top_label div.gfield_date_dropdown_day:before,
.gform_wrapper .top_label div.gfield_date_dropdown_year:before,
.gform_wrapper .top_label .ginput_container_address .address_state:before {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #464949;
    top: 50%;
    right: 10px;
    margin-top: -3px;
}

.gform_wrapper .top_label .ginput_container_address .address_state:before {
    top: 25px;
    right: 20px;
}


/*=== Form Button CSS ===*/

.calculator-form .gform_wrapper .gform_page_footer {
    margin: 0;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    padding-top: 20px;
}

.gform_page_footer:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.gform_wrapper .gform_page_footer .button {
    border: 0;
    background: #ffffff;
    padding: 10px 25px;
    border-radius: 10px;
    min-width: 150px;
    margin: 0 !important;
    color: rgb(70, 73, 73);
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
    width: auto !important;
    cursor: pointer;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    float: left;
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_button {
    float: right;
    background: #ffffff;
}

.gform_wrapper .gform_page_footer .button.gform_button {
    background: rgb(96, 249, 6);
}

.gform_wrapper .gform_page_footer .button.gform_next_button:hover,
.gform_wrapper .gform_page_footer .button.gform_button:hover,
.gform_wrapper .gform_page_footer .button.gform_previous_button:hover {
    background: rgba(96, 249, 6, 1);
}

.gform_wrapper .custom-checkbox .ginput_container_checkbox ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.gform_wrapper .custom-checkbox-three .ginput_container_checkbox ul li {
    width: 33.33%;
    float: left;
    margin-right: 0;
}

.gform_wrapper .custom-checkbox-two .ginput_container_checkbox ul li {
    width: 50%;
    float: left;
    margin-right: 0;
}

.calculator-form .gform_wrapper h2 {
    margin: 0 !important;
    font-size: 28px !important;
    color: rgb(70, 73, 73);
    font-weight: 700;
    padding: 0 0 5px;
    border-bottom: 1px solid rgb(96, 249, 6);
}

.gform_wrapper ul.gform_fields li.year-mod-make {
    margin: 0 !important;
    width: 30%;
    display: inline-block;
    padding-right: 1% !important;
}

.gform_wrapper ul.gform_fields li.two-column-div {
    margin: 0 !important;
    width: 48%;
    display: inline-block;
}

.gform_wrapper ul.gform_fields li.two-column-first {
    margin-right: 3% !important;
}

.gform_wrapper ul.gform_fields li.two-column-div .gfield_label {
    display: none !important;
}

.gform_wrapper ul.gform_fields li.year-mod-make label.gfield_label {
    display: none;
}


/*=== Footer CSS ===*/

.footer-bg {
    background: #000000;
    padding: 15px 0;
    text-align: center;
}

.footer-bg p {
    color: #fff;
    margin: 0;
}


/*=== End Footer CSS ===*/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #464949;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #464949;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #464949;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #464949;
}

.calculator-form .gform_confirmation_message {
    background: #fff;
    position: relative;
    padding: 10px 0;
    margin-top: -8px;
}


/*== Start Media Query ===*/

@media screen and (max-width: 1199px) {
    .menu ul li a {
        font-size: 20px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 991px) {
    .menu ul li a {
        padding: 10px 15px;
    }
    a.logo img {
        width: 100%;
        max-width: 140px;
    }
    .menu {
        padding: 1px 0;
    }
}

@media screen and (min-width: 992px) {
    .trigger,
    .back_arrow,
    .show-mob {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    a.logo img {
        max-width: 190px;
    }
    .header-bg {
        border-top: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #000;
        padding: 30px 15px 0;
    }
    .call-icon {
        position: absolute;
        top: 5px;
        right: 70px;
    }
    .call-icon img {
        width: 100%;
        max-width: 32px;
    }
    .top-header {
        display: none;
    }
    .menu {
        padding: 0;
        position: fixed;
        width: 280px;
        height: 100%;
        top: 0;
        left: -285px;
        background: #623586;
        z-index: 1001;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .menu.shw {
        left: 0;
    }
    .menu ul.nav {
        display: block;
    }
    .menu ul li a {
        border-bottom: 1px solid rgb(96, 249, 6);
    }
    .calculator-form {
        padding: 20px 15px;
        border-radius: 20px;
    }
    .get-hurt .ginput_container .gfield_radio {
        flex-wrap: wrap;
    }
    .get-hurt .ginput_container .gfield_radio li {
        width: 50%;
        padding: 0 0 15px !important;
    }
    .get-hurt .ginput_container .gfield_radio li input[type=radio] {
        width: 80px!important;
        height: 80px;
    }
    .get-hurt .ginput_container .gfield_radio li label::before {
        content: "";
        width: 80px;
        height: 80px;
        margin: 0 auto 5px;
    }
    .gform_wrapper .gform_page_footer .button {
        padding: 5px 15px;
        min-width: 120px;
        font-size: 18px !important;
    }
    .calculator-bg {
        padding: 25px 0;
    }
    .gform_wrapper .custom-checkbox-three .ginput_container_checkbox ul li {
        width: 50%;
        margin-bottom: 5px;
    }
    .gform_wrapper .custom-checkbox-two .ginput_container_checkbox ul li {
        width: 100%;
        margin-bottom: 5px;
    }
    .calculator-form .gform_wrapper h2 {
        font-size: 24px !important;
    }
    .custom-step {
        padding: 23px 15px 0;
    }
}

.mobile-nav {
    padding-top: 10px;
}

.mobile-nav,
.mob-dropdown-menu,
.desktop-dropdown-menu,
.up-caret {
    display: none;
    margin: 0;
}

#lp-code-690 {
    height: auto;
    width: 339px;
}


/* *********** GRAY BOX CSS START ************** */

@media only screen and (max-width: 600px) {
    .navbar-container {
        display: block;
    }
}


/* *********** GRAY BOX CSS END ************** */

.mobile-nav-container {
    height: auto !important;
    background: rgba(33, 33, 33, 1) !important;
    left: 0 !important;
    width: 100% !important;
}

.mobile-nav .nav-items a {
    display: block;
    border-style: none;
    border-radius: 3px;
    width: 280px;
    height: 33px;
    background: rgba(133, 133, 133, 1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    font-family: Roboto;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    margin: 0 auto 10px;
    padding: 17px 8px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-nav .nav-items a:hover {
    background: rgba(133, 133, 133, .7);
}

ul.dropdown-menu li a {
    background: rgba(177, 173, 173, 1) !important;
}

ul.dropdown-menu li a:hover {
    background: rgba(177, 173, 173, .7)!important;
}


/* @media only screen and (max-width: 600px) {
.toggle-position {
left: 255px !important;
top: 85px !important;
}
} */


/* ******** MOBILE NAVBAR CSS END ********* */


/* ******** DESKTOP DROPDOWN CSS START ********* */

.desktop-dropdown-container {
    height: auto !important;
    top: 65px !important;
}

.carousel-control-next,
.carousel-control-prev {
    background: transparent;
}


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

#dropdown-item:hover .desktop-dropdown-menu {
    display: block;
    box-shadow: -4px 8px 15px #000000ab;
    background-color: #ffffff;
}

.desktop-dropdown-menu li {
    padding: 6px 10px;
}

.desktop-dropdown-menu li:hover {
    background-color: rgba(0, 0, 0, .5);
}

.desktop-dropdown-menu li:hover a {
    color: #ffffff;
}

.desktop-dropdown-menu li a {
    line-height: 27.1px;
}

.desktop-dropdown li a {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    color: rgb(111, 111, 111);
}

.up-caret {
    font-size: 21px;
}

.navbar-container {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 186px;
}

#navbar-toggler {
    font-size: 40px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #ffffff;
}

.navbar-toggle-icon:after {
    content: ' \2630';
}


/* ******** DESKTOP DROPDOWN CSS END ********* */

.video-carousel-container {
    left: 0 !important;
    height: 350px !important;
}

@media (min-width: 992px) {
    .video-carousel-container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 992px) {
    .lp-pom-body {
        overflow-x: hidden;
    }
}

@media (min-width:992px) {
    .navbar-toggle {
        display: none;
    }
    #lp-pom-button-684 {
        display: none !important;
    }
}

#lp-code-686 {
    display: block;
    left: 337px;
    top: 4146px;
    z-index: 170;
    width: auto;
    height: auto;
    position: absolute;
}


/* ********** SLIDER ********** */

.testimonial__text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

.testimonial__text {
    padding-left: 90px;
}

.testimonial__meta {
    text-align: center;
}

.testimonial__meta img {
    width: auto;
    border-radius: 50%;
    display: block;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
    font-size: 36px;
    color: #FFFFFF;
    background: none;
    opacity: 1;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    top: 10%;
    bottom: 0;
}

.carousel-inner {
    position: relative;
    width: 83%;
    overflow: hidden;
    margin: 0 auto;
    height: 200px;
    padding-top: 0;
}

.carousel-control-next:focus,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: #000;
}

#carouselExampleCaptions {
    width: 98%;
}

#carouselExampleCaptions iframe {
    width: 100%;
    height: 500px;
}

@media only screen and (max-width: 600px) {
    #lp-pom-text-310 {
        top: 7982px;
    }
    #lp-code-694 {
        left: 0;
        top: 8038px;
    }
    .testimonial__text {
        padding-left: 0;
    }
    #carouselExampleCaptions {
        height: 470px;
        width: 100%;
    }
    #carouselExampleCaptions iframe {
        height: 270px;
        margin-top: 90px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        top: 10px;
        box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    }
    .carousel-control-prev {
        left: 80px;
    }
    .carousel-control-next {
        right: 80px;
    }
    .carousel-inner {
        width: 100%;
        padding-top: 15px;
        height: 553px;
    }
    .carousel-control-next i {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin-left: -5px;
    }
}


/* ****** SLIDER ****************** */

.testimonial__details {
    position: relative;
    padding-bottom: 56.4%;
}

.testimonial__details iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

@media only screen and (max-width: 600px) {
    .testimonial__details {
        top: 58px;
    }
    .video-carousel-container {
        height: auto !important;
    }
}

.carousel-heading {
    color: #fff;
    text-align: center;
    font-weight: 800;
}

@media (max-width: 992px) {
    .carousel-heading {
        font-size: 20px;
        padding-top: 20px;
    }
    .carousel-indicators {
        bottom: -23px !important;
    }
}

button:focus,
button:active {
    outline: 0;
    box-shadow: none;
}

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

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

a,
a:hover,
a.active,
a:active,
a:visited,
a:focus {
    color: #fefefe;
    text-decoration: none;
}

.exo-menu {
    width: 100%;
    list-style: none;
    position: relative;
    z-index: 999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.exo-menu>li {
    display: inline-block;
    float: left;
}

.exo-menu .drop-down {
    position: relative;
}

.exo-menu .drop-down:first-child {
    position: static;
}

.exo-menu>li>a {
    color: #613587;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

li.drop-down .mega-menu-dropdown ul>li:first-child>a {
    pointer-events: none;
}

li.drop-down .mega-menu-dropdown ul>li:first-child>a:hover {
    pointer-events: none;
    background: transparent;
    color: #613587;
}

.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important;
}

li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px;
}

li.drop-down>ul {
    left: 0px;
    min-width: 209px;
    border-bottom: 6px solid rgb(96, 249, 6);
    ;
}

.drop-down-ul {
    display: none;
}

li.drop-down>ul>li>a,
.mega-menu-dropdown>ul>li>a {
    color: #613587;
    display: block;
    padding: 10px 22px;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
    background-color: rgba(228, 219, 236, 1);
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    border-bottom: 1px solid #613587;
}

.mega-menu-dropdown>ul {
    border-bottom: 0;
    padding-bottom: 50px;
    background: rgba(228, 219, 236, 1);
}

.mega-menu-dropdown>ul>li>a {
    border-bottom: 0;
}

.mega-menu-dropdown>ul>li:first-child>a {
    background: #F2EDF4;
    margin-top: 15px;
    font-size: 22px;
}

li.drop-down>ul>li>a {
    border-bottom: 1px solid rgba(97, 53, 135, 1);
}

li.drop-down>ul>li:last-child>a,
.mega-menu-dropdown .drop-down-ul>li>a {
    border-bottom: 0;
}

.mega-menu-dropdown .drop-down-ul::before {
    right: 0;
    content: '';
    border-right: 1px solid rgba(97, 53, 135, .4);
    position: absolute;
    height: 100%;
    top: 60px;
}

.mega-menu-dropdown .drop-down-ul:last-child::before {
    border-right: 0;
}


/*hover*/

li.drop-down:hover>a {
    background-color: #613587;
    color: rgb(96, 249, 6);
    ;
    border-bottom: 5px solid rgb(96, 249, 6);
    ;
}

li.drop-down:hover .drop-down-ul {
    display: block;
}

li.drop-down:hover .mega-menu-dropdown {
    display: flex;
    width: 100%;
    position: absolute;
    box-shadow: 0px 15px 8px -5px rgba(0, 0, 0, 0.4);
}

li.drop-down:hover .mega-menu-dropdown .drop-down-ul {
    min-width: 25%;
    position: relative;
    overflow: hidden;
}

li.drop-down:hover .mega-menu-dropdown {
    border-bottom: 6px solid rgb(96, 249, 6);
    ;
}


/* dropdown icons style*/

.down-arrow {
    position: absolute;
    right: 8px;
    background: transparent;
    border: 0;
    top: 0;
    width: 35px;
    height: 39px;
    text-align: center;
}

.down-arrow i.fa {
    text-align: center;
    margin: auto;
    float: none;
    line-height: normal !important;
    margin-top: -5px;
}


/*responsive*/

@media (min-width:992px) {
    .exo-menu>li>a {
        display: block;
        padding: 20px 22px;
    }
    .mega-menu,
    li.drop-down>ul {
        position: absolute;
    }
    .down-arrow {
        display: none;
    }
}

@media (max-width:992px) {
    li.drop-down:before {
        content: '';
    }
    li.drop-down:hover .drop-down-ul {
        display: none;
    }
    .mega-menu-dropdown .drop-down-ul::before {
        height: 0;
    }
    .mega-menu-dropdown .drop-down-ul li a {
        border-bottom: 1px solid #613587;
    }
    li.drop-down:hover>a {
        background-color: transparent;
        color: #613587;
        border-bottom: 1px solid #9662bf;
    }
    .mega-menu-dropdown .drop-down-ul li:first-child a,
    .mega-menu-dropdown .drop-down-ul li:last-child a {
        border-bottom: none;
    }
    .exo-menu {
        background-color: rgba(0, 0, 0, 1);
        width: 100%;
        position: absolute;
        display: none;
        z-index: 999;
        height: auto;
        overflow: scroll;
        padding-bottom: 20px;
    }
    .exo-menu>li>a {
        width: 100%;
    }
    li.drop-down:hover .mega-menu-dropdown {
        position: relative;
        flex-direction: column;
        box-shadow: none;
    }
    .exo-menu>li {
        width: 100%;
        padding: 0 10px 0;
    }
    .exo-menu>li:first-child {
        width: 100%;
        padding: 10px 10px 0;
    }
    li.drop-down:before {
        top: 0;
    }
    .display.exo-menu>li>a {
        display: block;
        padding: 20px 22px;
    }
    .mega-menu,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down>ul {
        position: relative;
    }
    .mega__menu-container {
        position: absolute;
        top: 31px;
        left: 0;
        height: 0;
        /* margin-top: 170px !important; */
        width: 100% !important;
    }
    .mega-menu-dropdown>ul {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .mega__menu-container {
        top: 10px;
    }
}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}

.drop-down a {
    text-transform: capitalize !important;
}

.location-menu {
    position: relative;
}

@media (max-width:992px) {
    .location-menu::before {
        display: none;
    }
}

.doctor-menu::before {
    content: '' !important;
}

.mobile-block .call-btn {
    background: rgba(61, 49, 74, 1);
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 29px;
    font-weight: 600;
    padding: 20px 15px;
    font-family: Prompt, sans-serif;
    color: #FBD433;
}

#field_10_74 a,
#field_10_74 a:hover {
    color: #007bff !important;
}

.call_btn__desktop {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}

.call-btn span {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.mega__menu-container {
    margin: 0 auto;
}

.call-btn a {
    font-size: 40px;
    color: #60f906;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .call_btn__desktop {
        max-width: 228px;
    }
    .call-btn a {
        font-size: 30px;
    }
    .menu ul li a {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .call-btn a {
        font-size: 20px;
        background-color: #60f906;
        font-family: 'Montserrat', sans-serif;
        color: rgb(54, 56, 56);
        font-weight: bolder;
        display: block;
        text-align: center;
        padding: 15px;
        margin-top: 30px;
    }
    .call_btn__desktop {
        margin: 0 auto;
    }
}