/*
* Custom CSS Styling
*  Blue color: #194f6e
*  Heading Color: #353535
*  Body Color: #252525
*  Light Grey: #686868
*  Link: #686868
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800');

.white{ color: #fff; }

.form-control{height: auto;}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

small, .small{
    font-size: 90%;
}

*, body, p, ul, li, em, label, b, h1, h2, h3, h4, h5, h6{
    /*font-family: 'Open Sans', sans-serif;*/
}

b, strong{
    font-weight: 800;
}

body, html{
    max-width: 100%;
    overflow-x: hidden;
}

body{
    background: #fff;     
    color: #252525;     
    padding: 0;     
    margin: 0;     
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;     
    font-weight: normal;     
    font-style: normal;     
    line-height: 1.8;     
    cursor: default;     
    -webkit-font-smoothing: antialiased;     
    word-wrap: break-word;
    font-size: 15px;
}

p{
    /*font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-rendering: optimizeLegibility;
}

em{
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 15px;
    text-rendering: optimizeLegibility;
    color: #555;
}

ul, li{
    /*font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/
    font-weight: 300;
    font-size: 16px;
    text-rendering: optimizeLegibility;
}

h1{
    line-height: 1.4;
    font-weight: 400;
    font-size: 47px;
    text-rendering: optimizeLegibility;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    text-shadow: 0 0 50px rgba(0,0,0,0.34);
}

h2{
    line-height: 1.4;
    font-weight: 400;
    font-size: 47px;
    text-rendering: optimizeLegibility;
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    text-shadow: 0 0 50px rgba(0,0,0,0.34);
}

h3{
    line-height: 1.4;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    margin-bottom: 15px;
    color: #353535;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

h4{
    font-family: "Open Sans", sans-serif;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 400 !important;
    text-rendering: optimizeLegibility;
    color: #444;
}

h5, .h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    font-weight: 600;
}

h6, .h6 {
    line-height: 16px;
}

.section{
    padding: 60px 0px;   
}

.mb-field{
    margin-bottom: 30px;
    overflow: hidden;
}

.button{
    background-color: #1A2749; 
    border: none;
    color: #ffffff;
    padding: 12px 55px;
    font-size:  16px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: auto;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #fff;
}

.button:hover, .button:active{
    background-color: #0DAA90;
    border: none;
    color: #fff;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    border: 1px solid transparent;
}

a, .btn{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#home-header{
    background: url('../images/pexels-photo.jpg') fixed bottom center no-repeat; 
    background-size: cover;
    background-color: #0DAA90;
    color: #fff;
}

.overlay{
    background-color: rgba(37, 37, 37, 0.3);
    padding: 200px 0px;
    text-align: center;
}

.overlay h1,
.overlay h2 {
    background: rgba(37, 37, 37, 0.5);
    display: -webkit-inline-box;
    text-align: center;
    margin: 0 auto;
    padding: 3px 7px;
}

#home-header h1{
    font-size: 65px
}

#home-header h1, #home-header p:last-child{
    margin-bottom: 40px;
}

#how-it-works h4{
    font-weight: 400;
}
#how-it-works p{
    font-weight: 300;
}
.features {
    *zoom: 1;
    margin: 0 -15px;
    position: relative;
    z-index: 1; 
}
.features:before {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; 
}
.features:before {
    content: " ";
    height: 50px;
    top: 85px;
    left: 15px;
    right: 15px;
    position: relative;
    background: url(../images/dotted.png) repeat-x;
    z-index: -1; 
}
.features .feature-numbered {
    text-align: center; 
    transition: all 0.5s;
}
.features .feature-numbered .num {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid #0DAA90;
    color: #0DAA90;
    text-align: center;
    font-size: 36px;
    line-height: 1.8;
    font-weight: 400;
    margin: 0 auto 20px;
    background-color: white;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05); 
    transition: all 0.5s;
}
.features .feature-numbered:hover {
   -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.features .feature-numbered:hover > .num{
    border: 2px solid #1A2749;
    color: #1A2749;
    box-shadow: 0 0 0 5px rgba(0,0,0,0.1); 
    -webkit-transform: scale(1.05) rotate(360deg);
    -moz-transform: scale(1.05) rotate(360deg);
    -ms-transform: scale(1.05) rotate(360deg);
    -o-transform: scale(1.05) rotate(360deg);
    transform: scale(1.05) rotate(360deg);
}

.features .feature-numbered .feature-title {
    font-size: 20px;
    font-size: 1.25em;
    color: #1A2749;
    font-weight: 400; 
}
#why-make-my-will{
    background: url('../images/asfalt-dark.png') #0DAA90 center center;
    background-size: cover;
}
.advertisement h3{
    margin-bottom: 1px;
    font-size: 20px;
    color: #1A2749;
}
.advertisement .price{
    font-size: 55px;
    line-height: 1;
}

.advertisement .heading{
    font-size: 30px;
    color: #0DAA90;
    font-weight: bold;
}
.testomonial {     
  background-color: #1A2749;
  position: relative;
  /*height: 320px;*/
  width: 100%;
  color: #fff;
}
.testomonial:after {
  border-right: solid 20px transparent;
  border-left: solid 20px transparent;
  border-top: solid 20px #1A2749;
  transform: translateX(-20%);
  position: absolute;
  z-index: 999;
  content: '';
  top: 100%;
  left: 49%;
  height: 0;
  width: 0;
}
.testomonial-expert {     
  background-color: #0daa90;
  position: relative;
  /*height: 320px;*/
  width: 100%;
  color: #fff;
}
.testomonial-expert:after {
  border-right: solid 20px transparent;
  border-left: solid 20px transparent;
  border-top: solid 20px #0daa90;
  transform: translateX(-20%);
  position: absolute;
  z-index: 999;
  content: '';
  top: 100%;
  left: 49%;
  height: 0;
  width: 0;
}
#testomonial{
    background: url(../images/testomonial-bg.jpg) top left no-repeat;  
    background-size: cover;
    color: #fff;
}
.test-overlay{
    background-color: rgba(0,0,0,0.3);
    padding: 160px 0;
}
#testomonial p, #testomonial p em{
    font-weight: lighter;
    font-size: 20px;
}
.cite{
    color: #0DAA90;
}
.footer {
    background: #0DAA90;
}
.footer p{
    margin:0;
    padding: 20px 0;
    color: #fff;
}
.error{
    color: #ff1000;
    font-weight: 300;
    font-size: 14px;
}
.expert-img{
    max-width: 75px;
}
#testomonial-expert{
    padding: 70px;
}
.table-no-border>thead>tr>th, 
.table-no-border>tbody>tr>th, 
.table-no-border>tfoot>tr>th, 
.table-no-border>thead>tr>td, 
.table-no-border>tbody>tr>td,
.table-no-border>tfoot>tr>td{
    border: none;
}
.expert-name{
    margin-bottom: 3px;
    font-weight: 500;
}
.expert-designation{
    font-size: 14px;
    font-weight: 500;
    color: #0DAA90;
}

input.form-control.error, textarea.form-control.error{
    border-color:#ff1000;
}
#contact{
    background: url(../images/phone-n.jpg) bottom center no-repeat; 
    background-size: cover;
    color: #fff;
}
#get-started{
    background: url(../images/how-it-works.jpg) top center no-repeat;
    background-size: cover;
    color: #fff;
}
#how-we-started{
    background: url(../images/how-we-started.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
}
/*#get-started .overlay{
    background-color: rgba(37, 37, 37, 0.6);
    padding: 160px 0px;
}*/
#why-us{
    background: url(../images/why-make-a-will.jpg) center center no-repeat; 
    background-size: cover;
    color: #fff;
}
#intestate-estate{
    background: url("../images/intestacy-rules-min-min.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
}
#faqs{
    background: url("../images/faqs.jpg") center center no-repeat; 
    background-size: cover;
    color: #fff;
}
#valid-will{
    background: url("../images/valid-islamic-will.png") center center no-repeat; 
    background-size: cover;
    color: #fff; 
}
#who-we-are{
    background: url("../images/who-we-are.jpg") center center no-repeat; 
    background-size: cover;
    color: #fff; 
}
#disclaimer{
    background: url("../images/disclaimer.jpg") center center no-repeat; 
    background-size: cover;
    color: #fff; 
}
#why-ezwasiat{
   background: url("../images/why-use-ezwasiat.jpg") center center no-repeat; 
    background-size: cover;
    color: #fff;  
}
#terms-conditions{
    background: url("../images/pexels-photo.jpg") center center no-repeat; 
    background-size: cover;
    color: #fff;  
}
#processing, #message-sent, #message-not-sent, #message-robot{
    display: none;
}
.contact-message{
    /*height: 159px !important;*/
}
#is-it-legal{
    background: url('../images/standard-wills-n.jpg') center center no-repeat; 
    background-size: cover;
    color: #fff;  
}
#privacy-policy{
    background: url('../images/privacy-policy.jpg') center center no-repeat; 
    background-size: cover;
    color: #fff;  
}
#will-signing{
    background: url('../images/valid-will-min-min.jpg') center center no-repeat; 
    background-size: cover;
    color: #fff;  
}

.well{
    overflow: hidden;
}
/* ----- form wizard ----- */

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    /*display: table-row;*/
}
.stepwizard {
    /*display: table;
    position: relative;*/
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 21px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 97%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    text-align: center;
}
.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 17px;
    line-height: 1.428571429;
    border-radius: 100%;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 1;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
    color: #ccc;
}

.navbar-default .navbar-brand{
    padding: 10px 15px;
}

.nav .open>a, 
.nav .open>a:hover, 
.nav .open>a:focus {
    border-color: transparent;
}

.btn-primary.btn-fill {
    height: 32px;
}

.spacer{
    padding: 20px 0;
}

.spacer hr{
    border-top: 1px solid #ccc;
}

.clearfix {
    clear: both;
    width: 100%;
    display: block;
}

.form-group{
    /*overflow: hidden;*/
    clear: both;
    display: block;
}

.wizard-card.ct-wizard-orange .nav-pills > li.active a {
    /*background-color: #1A2749;*/
}

#footer-widget-links{
    overflow: hidden;
    background: #0DAA90;
}
#footer-widget-links .col-sm-2,
#footer-widget-links .col-sm-3,
#footer-widget-links .col-sm-4{
    padding: 30px 0;
}
ul.footer-widget-links{
    list-style-type: none;
}
.footer-widget-links li{
    list-style-type: none;
    margin-bottom: 0 !important;
}

.footer-widget-links li a{
    color: #fff;
}
.text-white{
    color: #fff !important;
}
.footer-separator hr{
    margin: 0 !important;
    border-top:1px solid #fff;
}

.trustpilot{
    display: contents;
}

.trustpilot img{
    transition: all 0.3s;
    max-width: 200px;
    margin: 0 auto;
}

.trustpilot:hover img{
    transform: scale(1.05);
}

#sum_display{
    position: fixed;
    top: 0;
    left: 15%;
    padding: 10px 15px;
    width: 70%;
    background: #003366;
    color: #fff;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.logo{
    height: 45px;
    position: relative;
    bottom: 4px;
    width: 100%;
}
.footer-logo{
    max-width: 180px;
    height: auto;
    margin: 0 auto;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #1A2749;
}

@media (max-width: 991px){
    .nav > li > a{
        padding: 10px 10px !important;
    }
}

@media (max-width: 768px){
    .logo{
        max-height: 40px;
        position: relative;
        bottom: 7px;
        max-width: 200px;
    }
    #home-header h1 {
        font-size: 35px !important;
        line-height: 48px;
        text-align: center;
    }
    #home-header p:last-child{
        text-align: center;
    }
    .overlay{
        padding: 70px 0px;
    }
    .navbar-default .navbar-nav>li>a{
        text-align: center;
    }
    .navbar-default .navbar-brand {
        padding: 18px 15px;
    }
    .navbar-default .navbar-toggle{
        margin-top: 8px;
    }
    #home-header p:last-child {
        margin: 40px 0;
    }
    #footer-widget-links ul {
        text-align: center;
        margin: 0;
        padding: 0;
    }
    #footer-widget-links .col-sm-3{
        padding:0;
    }
    .footer-widget-links li {
        padding: 5px 0;
    }
    .row{
        padding-left: 0;
        padding-right: 0;
    }
}



/*input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    color: #292321;
    font-family:Arial, sans-serif;
    font-size:14px;
}
input[type="radio"] + label span {
    display:inline-block;
    width:15px;
    height:15px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

input[type="radio"] + label span {
     background-color: #fff;
     border: 2px solid #0DAA90;
}

input[type="radio"]:checked + label span{
     background-color: #0DAA90;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.25s linear;
  -o-transition:background-color 0.25s linear;
  -moz-transition:background-color 0.25s linear;
  transition:background-color 0.25s linear;
}*/

.p-r-15{
    padding-right: 15px !important;
}
.p-l-15{
    padding-right: 15px !important;
}

#is_married, .is_children, #is_children_21, #executor, #populate_how_many_gifts_13, 
#do_have_children, #wife_survive, #spouse_estate, #children_estate, #is_children_guardian, #no_children_guardian,
#married_special_gift, .no_children_21_step_heading, #spouse_as_executor, #is_bequest, 
.not-unmaried-executor, #btn-spouse-children-estate-submit, #distribute_portions, #estate_portions_distributem,
#spouse-whole-estate, #spouse-children-estate .sce,
#other_exector_relationship_4_1, #other_exector_relationship_4_2, #other_exector_relationship_4_3, 
#other_exector_relationship_4_4, #other_exector_relationship_4_5,
#other_substitute_relation_6_1,
#other_beneficiary_relationship_9_1, #other_beneficiary_relationship_9_2, #other_beneficiary_relationship_9_3, #other_beneficiary_relationship_9_4,
#other_beneficiary_relationship_9_5, #other_beneficiary_relationship_9_6, #other_beneficiary_relationship_9_7, #other_beneficiary_relationship_9_8,
#other_beneficiary_relationship_9_9, #other_beneficiary_relationship_9_10, #other_beneficiary_relationship_9_11, #other_beneficiary_relationship_9_12, 
#other_beneficiary_relationship_9_13, #other_beneficiary_relationship_9_14, #other_beneficiary_relationship_9_15, #children-beneficiaries, 
#is_substitute_executor, .check_age_of_children, #if_equal_distribution_beneficiary, .tab-panes, .spouse, .partner, 
#is_provision_spouse_note, .no_bif, .leave_estate_to_children, .children_names_section,
#father_passed, #mother_passed,
#how_many_sons_form, #how_many_daughters_form, 
#how_many_grandsons_form, #how_many_granddaughters_form,
#ask_grandfather_name, #ask_paternal_grandmother_name,
#ask_maternal_grandmother_name,
/*#living_brothers_section, #living_sisters_section,
#living_paternal_brothers_section, #living_paternal_sisters_section,
#living_maternal_brothers_section, #living_aternal_sisters_section,*/

#how_many_living_brothers_form, #how_many_living_sisters_form,
#how_many_living_paternal_brothers_form, #how_many_living_paternal_sisters_form,
#how_many_living_maternal_brothers_form, #how_many_living_maternal_sisters_form,

#how_much_faraid_estate, #show_estate_vision, .hide-percent,
#how_division_needed{
    display: none;
    /*overflow: hidden;*/
    clear: both;
}

div#specific-bequests{
    /*overflow: hidden;*/
}
.distribute,
#populate_how_many_gifts_13_empty{
    overflow: hidden;
    clear: both;
}

::placeholder {
    color: #bbb !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #bbb !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #bbb !important;
}

.modal{
    z-index: 99999999;
}

.alert-gray{
    color: #444;
    border: 5px solid #e4e4e4;
}

.alert-gray h2{
    text-shadow: none;
}

.blurr-text{
    background: rgba(255, 255, 5);
    padding: 0 10px;
    border-radius: 3px;
}

.pricing-table-wrapper{
    /*min-width: 600px;
    overflow-x: scroll;*/
    margin: 50px 0;
}
.pricing-table{
    text-align: center;
}

.pricing-table .yes{
    color: #16c716;
}
.pricing-table .no{
    color: #ff3e3e;
}
.pricing-table .popular{
    background: #0DAA90;
    color: #fff;
    border: none;
}

.text-standard{
    color: #0DAA90;
}

.pricing-table .pricing-header{
    background: #ddd;
    border: none;
}

.no-top-border{
    border-top: none !important;
}
.no-border{
    border: none !important;
}

.border-top-popular{
    border-top: 1px solid #0DAA90 !important;
}
.border-bottom-popular{
    border-bottom: 1px solid #0DAA90 !important;
}
.border-left-right-popular{
    border-left: 1px solid #0DAA90 !important;
    border-right: 1px solid #0DAA90 !important;
}
.border-left-popular{
    border-left: 1px solid #0DAA90 !important;
}
.border-right-popular{
    border-right: 1px solid #0DAA90 !important;
}

.pricing-table .price{
    font-size: 32px;
    font-weight: 300;
}

.pricing-table .price span{
    font-size: 25px;
    font-weight: 300;
}
.will-specs{
    padding: 70px 0 55px 0;
}

.will-specs ul li{
    font-size: 17px;
    font-weight: 400;
}

.will-specs .well{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 15px;
    background-color: #0DAA90;
    border: 1px solid #1A2749;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
}

.vertical-middle{
    vertical-align:middle !important;
}

.text-popular, 
.text-popular span{
    font-weight: 500 !important;
}

.btn-secondary {
    background: #0DAA90;
    color: #fff;
}

.btn-secondary:hover{
    background: #0a816d;
    color: #fff;
}

.outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
    min-height: 20px;
    text-align: center;
}
.help{
    font-size: 12px;
    color: #6A7C94;
    font-style: italic;
}
.success, .error, .alert-error{
    font-size: 13px;
}
.success.visible, .error.visible {
    display: inline;
}
.error, .alert-error{
    color: #E4584C;
}
.success {
    color: #F8B563;
}
.success .token {
    font-weight: 500;
    font-size: 13px;
}
.nav-tabs>li {
    display: inline-block; 
    width: 100%; 
}
.page-overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  z-index: 99999999;
}
.modal-backdrop.in {
    z-index: 150;
}
.nav>li {
    margin-bottom: 0;
}
.well-white{
    background-color: #fffaf0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 13px 20px;
    margin: 10px 0 10px 0;
    text-align: center;
}

.navbar-nav {
    padding-top: 6px;
}

.text-italic{
    font-style: italic;
}

.footer-widget-links li a{
    color: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-rendering: optimizeLegibility;
}

.navbar-default .navbar-nav>li>a{
    color: #1A2749;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-transform: inherit;
    padding: 11px 16.5px;
}

.input-validation-error {
    border-color: #ff1000 !important;
}

.validation-summary-errors ul,
.validation-summary-errors ul li{
    list-style: none;
    padding: 2px 0 0 0;
}

.validation-summary-errors ul li:first-child{
    color: #ff1000;
}

.validation-summary-errors ul li:last-child{
    display: none;
}

.f-18{
    font-size: 17px;
}

.promo-well{
    padding: 20px;
    color: #fff;
    background: #0DAA90;
    clear: both;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 2px solid #0DAA90;
}

.promo-well p{
    color: #fff;
}

.promo-well input{
    border: none;
    box-shadow: none;
}

.select2-container {
    /*display: block !important;*/
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #E3E3E3 !important;
    height: 38px !important;
    padding: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

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

.tooltip {
    font-size: 14px;
    font-weight: bold;
}
.tooltip-arrow{
    display: none;
    opacity: 0;
}
.tooltip-inner {
    background-color: #FAE6A4;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #734726;
    max-width: 275px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 15px !important;
    text-transform: initial !important;
}
.tooltip-inner:after {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -54%;
    position: absolute;
}
.tooltip-inner:before {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -54%;
    position: absolute;
}
.tooltip.top {
    margin-top: -11px;
    padding: 0;
}
.tooltip.top .tooltip-inner:after {
    border-top: 11px solid #FAE6A4;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: -10px;
}
.tooltip.top .tooltip-inner:before {
    border-top: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: -11px;
}
.tooltip.bottom {
    margin-top: 11px;
    padding: 0;
}
.tooltip.bottom .tooltip-inner:after {
    border-bottom: 11px solid #FAE6A4;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    top: -10px;
}
.tooltip.bottom .tooltip-inner:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    top: -11px;
}
.tooltip.left{
    margin-left: -11px;
    padding: 0;
}
.tooltip.left .tooltip-inner:after {
    border-left: 11px solid #FAE6A4;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    right: -10px;
    left: auto;
    margin-left: 0;
}
.tooltip.left .tooltip-inner:before {
    border-left: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    right: -11px;
    left: auto;
    margin-left: 0;
}
.tooltip.right{
    margin-left: 11px;
    padding: 0;
}
.tooltip.right .tooltip-inner:after {
    border-right: 11px solid #FAE6A4;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    left: -10px;
    top: 0;
    margin-left: 0;
}
.tooltip.right .tooltip-inner:before {
    border-right: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    left: -11px;
    top: 0;
    margin-left: 0;
}

.swal2-title {
    font-size: 20px !important;
}

.swal2-html-container{
    font-size: 16px !important;
}

.swal2-styled.swal2-confirm {
    font-size: 14px !important;
}

@media (min-width: 992px){
    .modal-lg {
        width: 90%;
    }
}