body {
    font-family: "Open Sans", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important; 
    padding-bottom: 50px;
    max-width: 100%;
    overflow-x: hidden;
}


.content {
    margin-bottom: 50px;
}
.form-cont {

    align-items: center;
    justify-content: center;  
}
.btn-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items:center;
}

.btn-container .submit-btn {
    height: 40px;
    width: 70%;
    background-color: red;
    color: white;
    display: block;
    border-style: solid;
    border-radius: 5px;
    height: 70px;
    background: rgba(255,60,0,1);
    box-shadow: none;
    text-shadow: none;
    color: #FFF;
    border-width: 1px;
    border-color: #000;
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
    font-style: initial;
    text-align: center;
    background-repeat: no-repeat;
}
.btn-container .submit-btn:hover {
    text-decoration:none;
    cursor:pointer;
}

.btn-container:hover  {
    text-decoration:none;
        cursor:pointer;

}
.form-header {
    font-weight: 800;
    font-size: 32px;
    text-align: center;
}

blockquote {
    font-size: 20px;
    line-height: 28px;
    font-style: italic;
    position: relative;
    margin: 0;
    padding: 3px 30px 7px;
    border-left: 3px solid #ED1E2B;
    margin: 20px 30px !important;
     max-width: 700px;
}
.content p{
    font-size: 16px;
}

.c-img {
    display: flex;
    justify-content: center;
    width:100%;
}

.footer-l {
    display: block;
    background: rgba(255,255,255,0);
    background-image: url(/wp-content/themes/kara-prophecy/img/Lower-BG.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    height: auto;
    position: relative;
    padding: 40px 0;
     margin-left: -50%;
    margin-right: -50%;
}

.footer-l h1 {
    font-weight: 700;
    font-size: 28px;
    color: rgb(255, 255, 255);
    background-color: rgba(243, 255, 0, 0);
    width: 100%;
    text-align:center;
}

.footer-l .cont {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
.footer-l a {
    
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-radius: 5px;
    width: 288px;
    height: 70px;
    background: rgba(255,60,0,1);
    box-shadow: none;
    text-shadow: none;
    color: #FFF;
    border-width: 1px;
    border-color: #FFF;
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.footer-l a:hover {
 color: white;
 text-decoration: none;
}


.img-left {
    display: flex;
    justify-content: start;
}

.img-right {
    display: flex;
    justify-content: flex-end;
}

.n-a {
    margin:40px 0;
    color:black; 
    display:flex; 
    justify-content:center; 
    align-items:center
}

.meth-2 {
    display:flex; 
    justify-content:center;    
    margin-top:20px;  
    align-items: center;
}
.dislcaimer {
    color:rgb(23, 54, 105);
    font-size:16px;
}


.n-a  img {
    max-width:30%;
}
h1{
    font-size: 2.0rem !important;
}
.n-a h1 {
    font-size: 28px;
    margin-left: 20px;
    text-align: left;
}
.n-a:hover {
 text-decoration:none;
}

.header {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.hf-logo {
    max-width:unset;
    width:100%;
    image-rendering: -moz-crisp-edges;         /* Firefox */
image-rendering:   -o-crisp-edges;         /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.second-logo {
    height: 100px;
    width: auto;
}

.title {
    font-weight: 800;
    font-style: normal;
    font-size: 40px;
    text-align: center;
}
.quote {
    color:black; 
    display:flex; 
    justify-content:space-between; 
    align-items:center;
    margin:25px 0px ;
   

}
.col-lg-12 img {margin:25px 0px 25px 0px;}
.quote img, .col-lg-4 img{

  margin-left: 20px;

  height: 150px;
  object-fit: cover;

}
.col-lg-4 {
      text-align:center;
}
.chart-img {
    max-width:70%;
}

.header-sub-title {
    color:black;
    margin: 25px 0; text-align:center;
    
}


iframe {
    width: 100%;

}
.footer-dis {
    text-align:right;
}

.minago-btn {
    width:100%; margin-left:30px;     margin-right: -30px;
}
@media only screen and (max-width: 1080px) {
  .hf-logo {
    margin-left:0; 
    }
}

@media only screen and (max-width: 992px) {
  .hf-logo {
    margin-left:0; 
    height: auto; 
    max-width: 150px;
    }
    .second-logo {
        height: 50px;
        width: auto;
    }
    .btn-container .submit-btn {
        width:100%;
        font-size:24px;
    }
}
@media only screen and (max-width: 768px) {
    .minago-btn {
        width:100% !important;
        margin:20px 0 !important;
    }
    
.footer-dis {
    text-align:center;
}
    
.chart-img {
    max-width:100%;
    width:100%;
}
    
  .hf-logo {
    margin-left:0; 
    height: auto; 
    max-width:200px;
    width:100%;
    }
    .header-sub-title {
    font-size: 18px;
    text-align: center;
    }
    .btn-container .submit-btn {
        font-size:20px;
        width:auto!important;
    }
    
    .second-logo {
        height: 50px;
        width: auto;
    }
    .footer-l {
   
     margin-left: -20px;
    margin-right: -20px;
}
.minago-btn .submit-btn{
        width:100% !important;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    
    #form-sub {
    margin-bottom :100px;
    
    }
    iframe {
        width: 100%;
        height: 100%;
        min-height:300px;
        padding-bottom:20px;
        padding-top:10px;
    }
    
     .title {
        font-weight: 800;
        font-style: normal;
        font-size: 20px;
        text-align: center;
        margin-top:20px;
    }
    .n-a {
    margin-top:20px;
    color:black; 
    display:flex; 
    justify-content:center; 
    flex-direction:column;
    align-items:center
    }
    
    .n-a img{
        max-width:100%;
    }
    .n-a h1 {
        font-size: 20px;
        margin-top: 20px;
        text-align: center;
    }
    
    .meth-2 {
        display:flex; 
        justify-content:center;   
        flex-direction: column;
        align-items: center;
    }
    .btn2 {
            margin-top: 20px;
    font-size: 13px;
    margin-left: 0 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 350px;
    width: 100% !important;
    }
    .quote {
        flex-direction: column;
        justify-content:center;
        margin-bottom:20px;
        
    }
    .quote blockquote{
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-size:20px !important;
    }
    .header {
        justify-content: space-between;
        flex-direction:column;
    }
    
    .header ul{
        margin-left:5px !important;
        margin-right:5px !important;
        padding-left:0 !important;
    }
    
    footer {
        flex-direction:column;
        
    }
}

@media only screen and (max-width: 420px) {
  .header ul li{
        font-size:14px !important;
    }  
}



.header ul {
    display: inline-flex;
    height: 24px;
    margin: 0 20px;

}

.header ul li{
    list-style: none;
    font-size: 24px;
    line-height: 24px;
    color:rgb(1, 84, 153);
    font-weight:900;
    padding: 0 15px;
}

.header ul li a{
    color:rgb(1, 84, 153);
}

.header ul li:not(:first-child){
    border-left: 3px solid black;
}

.with-img {
    display: flex;
    align-items: center;
    margin:0 0;
}

.with-img img {
    height: 74px;
    width: 74px;
    margin-right: 20px;
}

.with-img p {
    text-align: left;
    font-size:24px;
}

.def-h1 {
    font-size: 20px;
}
.middle-k.medl img {
    max-height: 160px;
    margin-top: -5px;
}
.middle-k {
        display: block;
        background-color: rgba(2,84,152,1);
        padding: 25px 0;
        margin-left: -15px;
        margin-right: -15px;
    
    }
    .middle-k h1 {
        color: white;
        font-size: 20px;
        border-left: 15px solid rgb(255, 169, 32);
        padding-left: 10px;
    }
    
    .middle-k img {
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    
    }
.header {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}


.header ul {
    display: inline-flex;
    height: 24px;
    padding-left:10px;
}

.header ul li{
    list-style: none;
    font-size: 16px;
    line-height: auto;
    padding: 0 10px;
}

.header ul li:not(:first-child){
    border-left: 3px solid black;
}  

.c-img img {
    width:100% !important;
}
.content img{
        width: 100%;
    }
   


.with-img img {
    height: 50px;
    width: 50px;
    margin-right: 20px;
}

.footer-l h1 {
    font-weight: 700;
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: rgba(243, 255, 0, 0);
    width: 100%;
    text-align:center;
}
@media screen and (min-width: 726px) {
    .c-img img {
    width:auto !important;
}

.footer-l h1 {
    font-weight: 700;
    font-size: 28px;
    color: rgb(255, 255, 255);
    background-color: rgba(243, 255, 0, 0);
    width: 100%;
    text-align:center;
}
.with-img img {
    height: 50px;
    width: 50px;
    margin-right: 20px;
}

    
    
    .middle-k {
    display: block;
    background-color: rgba(2,84,152,1);
    padding: 25px 0;
       margin-left: -50%;
    margin-right: -50%;
    margin-top:25px;

    }
    
    .def-h1 {
    font-size: 32px;
}
    
    .middle-k h1 {
        color: white;
        font-size: 32px;
        border-left: 35px solid  rgb(255, 169, 32);
        padding-left: 20px;
    }
    
    .middle-k img {
        height: auto;
        margin-bottom: -25px;
    
    }
    
    .header {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    }
    
    
    .header ul {
        display: inline-flex;
        height: 24px;
    }
    
    .header ul li{
        list-style: none;
        font-size: 26px;
        line-height: 24px;
        padding: 0 15px;
    }
    
    .header ul li:not(:first-child){
        border-left: 3px solid black;
    }
}

.yellow-mark {
    color: rgb(238, 159, 34);
        font-weight: bolder;

}

.header-comment {
    font-style: italic;
    text-align:end;
    width: 100%;
    margin-bottom: 10px;
        display: block;

}

.header-comment .child-link {
    text-decoration:underline
}
footer {
    width:100%;
    margin-top:40px;
    display:flex !important;
    justify-content:space-between;
    align-items:center;
    
}
footer img {
    
    max-width:180px;
}

.content {
    display:flex;
    flex-direction:column;
    align-items:center;
} 

.thanks-you-header {
    font-size:48px;
}

.thank-form-header {
    font-size:28px !important;
        font-weight: bold;
            text-align: center;
    text-transform: capitalize;

}
.el-info-txtx {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 25px;

}

.btn2 {
        width: unset;
    padding: 0 10px;
    background: rgba(255,60,0,1);
    color: white !important;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: none;
    margin-left: 20px;
    cursor:pointer;
}

.btn2:hover {
    color:white;
    text-decoration:none;
}

.plan-img-sec {
    display:flex;
    width:100%;
    justify-content:space-between;
    margin:40px 0;
    
}

.plan-img-sec img {
    width: 49%;
    
}


@media only screen and (max-width: 768px) {
  .plan-img-sec {
    flex-direction:column;
    
}

.plan-img-sec img {
    width:100%;
    
}

.plan-img-sec img:not(:first-child) {
   margin-top:20px;
    
}
}


