
*{padding: 0;margin: 0;}
h1,h2,h3,h4,h5,h6,p{padding: 0;margin: 0;}
header{background: #0a0a0a;padding: 5px 0;}
.blueStrip{background: #009ed2;padding: 40px 0;font-family: sans-serif;font-size: 36px;}
.blueStrip p{font-size: 16px;}
.disclaimer p{font-family: sans-serif; padding: 5px; font-size: 12px; text-align: center;margin: 50px 0;color: #666}

.middleSec{padding: 30px 0;}
.rightBox p{font-family: sans-serif; color: #000; font-size: 24px;text-align: center}
.compart {font-family: sans-serif;color: #000;font-size: 27px;}
.productBox{padding: 10px; border: 1px solid #ccc;font-family: -webkit-body;font-size: 17px;
    line-height: 21px;}
.productRight p{text-align: left; font-family: sans-serif;font-size: 17px;}
.blueBox{padding: 20px; border-radius: 10px; background: #ddedfa; text-align: left !important; font-family: sans-serif;}
.blueBox p{text-align: left;}
.blueBox a{color: #cc0000;}
.rightBox .grnTxt{font-family: sans-serif;color: #00ae59;font-size: 22px;line-height: 26px;}
.rightBox input{font-size: 21px;
    padding: 3px;
    margin-top: 10px;
    width: 100%;}
button {
  background-color: #00ae59;
  border: none;
  color: white;
  padding: 16px 40px;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
  box-shadow: 0px 0px 5px #000;
  font-size: 21px;
  width: 100% !important;line-height: 28px;
}



.footer{background: #000;color: #fff;padding: 3rem 0;font-family: Roboto,sans-serif;font-weight: 400; }
.footBx h5{margin-bottom: 1rem;
    color: #aaa;font-weight: 600;}
.footBx .menu li {list-style: none;line-height: 1.8;font-size: 1rem;} 
.footBx .menu li a{color: #4ccfff;}
.footBx .menu li a:hover{text-decoration: underline;color: #4ccfff;cursor: pointer;}
.footer .newsletter p {font-size: 14px;margin-bottom: 1rem;}
.field.has-addons {
    display: flex;
    justify-content: flex-start;margin-bottom: 20px;
}
.field.has-addons .input {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    max-width: 100%;
    width: 100%;-webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
   padding: 5px 30px;
    position: relative;
    vertical-align: top;
}
.button.is-success{padding: 0 21px;
    border-radius: 0 4px 4px 0;
    font-size: 1rem;
    height: 2.25em;}
.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left;
}
.icon {
   color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 9px;
    width: 2.25em;
    z-index: 4;left: 6px;
}
.footer .newsletter small {
    display: block;
    margin-top: -1.2rem;
    font-size: 11px;
    color: #777;
}
.footer .phone small {
    display: block;
    line-height: 1;
    font-size: 11px;
    color: #777;
    margin-bottom: 1rem;
}
.footer .phone {
    font-size: 120%;
}
.footer .phone a {
    color: #fff;
}
.footer .footlogo {
    display: inline-block;
    max-width: 250px;
    margin-bottom: 0.5rem;
}
.footer .email {
    margin-bottom: 1rem;
}
.footer a {
    color: #4ccfff;
}
.footer .social {
    font-size: 24px;
}
.footer .social a {
    margin-left: 8px;
}


@media (max-width:768px){
    
    
    .button.is-success{font-size: 12px;
    height: 36px;
    line-height: 14px;}
}

@media (max-width:767px){
    
    
    .blueStrip h1{font-size: 25px;}
    .footer {text-align: center}
    .field.has-addons{justify-content: center;}
}

/*****************************/
/*********thank-you***********/

.thankyou-bg
{
    background-image: url(../images/flag.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.thank-content
{
    background-color: #000;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

.thank-content h1{
    font-family: "Fjalla One", Helvetica, sans-serif ;
    font-size: 42px;
}
.thank-content h1 b{
    color: rgb(230,2,2);
    font-family: "Fjalla One", Helvetica, sans-serif;
}
.thank-content p{
font-size: 24px;
}
.thank-content h3{
    font-size: 40px;
    font-weight: 700;
}
.thank-content h2{
    font-size: 40px;
    font-weight: 700;
    color: rgb(0, 117, 178);
    font-family: "Fjalla One", Helvetica, sans-serif;
}
.thank-content h4{
 font-size: 38px;
 font-weight: 400;
}
.thank-content h5{
    font-size: 23px;
    font-weight: 400;
   }
   .thank-content .btn
{
    color: rgb(255, 255, 255);
    background-color: rgb(0, 117, 178);
    text-shadow: 1px 1px 0px rgb(0 0 0 / 20%);
    font-size: 27px;
    font-weight: 700;
    line-height: 26px;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    border-left: none !important;
    border-right: none !important;
    padding: 13px 35px;
    border-radius: 0;
}

.thank-content .btn small{
    font-size: 18px;
    opacity: 0.7;
    display: inline-block;
    width: 100%;
}
.thank-content .btn:hover{
background-color: #005a89
}
.thank-content a{
    color: rgb(31, 95, 223);
    font-weight: 600;
}
hr{
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    border-top-width: 1px;
    border-top-style: solid;
}
.thank-content ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 0;
}
.thank-content ul li{
    margin-right: 13px;
   
}
.thank-content ul li a{
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(#c3c305, #8f0f0f);
    padding: 1px 10px;
    border: solid 1px #000;
    border-radius: 5px;
    display: inline-block;
    font-size: 30px;
}
.thank-content ul li span{
    float: left;
    width: 100%;
    font-size: 10px;
    text-transform: uppercase;
}
.thank-content h6{
    font-size: 32px;
    font-weight: 600;
   }
.thank-disclaimer{
  background:rgb(50, 50, 50)
}
