<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family:GothamLight;
    src: url(newform/GothamLight.ttf)  format("truetype");
}
@font-face {
font-family: Gothamblack;
src: url(newform/Gotham-Black.otf) format("truetype");
font-weight: bold;
}
@font-face {
font-family: Gotham-Thin;
src: url(newform/Gotham-Thin.otf) format("truetype");
font-weight: bold;
}
@font-face {
font-family: GothamMediumItalic;
src: url(newform/Gotham-UltraItalic.otf) format("truetype");
font-weight: 900;
}
@font-face {
font-family: cursiveone;font-weight: bold;
src: url(newform/BLACKHAWK.otf) format("truetype");
}
body{scroll-behavior: smooth;}
/* Question adn answer page css  */
.quesansbody{display: flex;
justify-content: center;
align-items: center;
width: 100%;}
.mainbox{
display: flex;
justify-content: center;
height: 100vh;
width: 75%;
}
.titlecontainer{
width: 30%;
display: flex;
align-content: center;
flex-direction: column;
align-items: center;
min-height: 460px;
height: 100%;
color: #fff;
background-color: #1A3668;
text-align: center;
padding: 77px 28px 28px 28px;
box-sizing: border-box;
position: relative;
box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
-webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
-moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
font-family: 'Gothamblack';
}
.titlecontbx{    width: 100%;
background: #1a3668;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;}

.titlecontbx img{width: 42%;margin-top: 50px;}
.titlecontbx h4{    
width: 100%;
text-align: center;
font-size: 40px;
font-weight: 700;
color: #fff;
padding: 0;
margin-bottom: 0px;
}
.titlecontbx p{width: 80%;
font-size: 14px;
padding: 0 25px;
line-height: 20px;
font-family: 'Josefin Sans', sans-serif;}
.form-container {
width: 38%;
background-repeat: repeat;
position: relative;
padding: 62px;
min-height: 630px;
box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
-webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
-moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
text-align: center;
}
.questionForm{
margin: auto;
width: 500px;
min-height: 420px;
display: flex;
vertical-align: middle;
align-items: center;
}
.form-step { display: none;}
.form-step.active {display: block;text-align: left;}
label{
line-height: 40px;
border: 1px solid #ced4da;
border-radius: 5px;
background-color: #fff;
cursor: pointer;
transition: all 0.15s ease-in-out;
align-items: end;
text-align: left;
display: flex;
align-content: center;
align-items: center;
margin: 14px 0;
}
input[type="radio" i]{
width: 26px;
height: 26px;
margin-right: 15px;
}
button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 13px 40px;
    border-radius: 4px;
    cursor: pointer;
    margin: 5px 5px;
}
button:hover {background-color: #0056b3;}
.progress-container {
    width: 100%;
    background-color: #f0f0f0;
    height: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.progress-bar {
    height: 100%;
    background-color: #007bff;
    width: 0;
    transition: width 0.3s ease;
}
.form-step .imgbx{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.form-step .imgbx img{width:45%}
.form-navigation{display: flex;justify-content: center;}
@media only screen and (max-width: 1400px) {
.mainbox { height: auto; } 
}
@media only screen and (max-width: 750px) {
.mainbox{flex-direction: column;
width: 100%;
height: auto;
align-items: center;}
.titlecontainer{width: 100%;flex-direction: column;padding: 6px 13px 28px 13px; min-height: auto;}
.titlecontbx h4 {font-size: 17px; margin: 0;}
.titlecontbx p{margin: 0;}
label{line-height: 30px;}
.form-step h2{margin: 0;font-family: poppins;font-size: 19px;}
.form-step p{font-size: 14px;}
.form-container {width: 95%;margin-top: 30px;padding: 0 2%;}
.titlecontbx img {width: 38%;margin-top: -24px;}
input[type="radio" i] {width: 21px;height: 21px;}
.form-step .imgbx img {width: 100%;}
}
/* landing page css */

.maincontainer{width: 100%;
    margin: 0 auto;}
    .maincontainerbox{display: flex;
align-items: center;
justify-content: center;
flex-direction: column;}
.mainbx1{width: 1367px;
position: relative;
overflow: hidden;}
.titletx{    display: flex;
flex-direction: column;
align-items: center;
color: #0c274a;text-transform: uppercase;}
.diamondimgbg{    position: absolute;
top: 30px;
left: 0;}
.ttb1{text-align: center;
z-index: 2;
color: #0c274a;}
.ttb1 .ttb1p1s2{ font-weight: 900;
font-size: 75px;
font-family: GothamMediumItalic;}
.ttb1p1s1{line-height: 60px;}
.ttb1p1{font-weight: 500;font-size: 60px;display: flex;flex-direction: column;margin: 90px 0 0 0; font-family: poppins;}
.ttb2{display: flex;
width: 100%;
align-items: center;
justify-content: center; z-index: 10;}
.ttb2p3{font-size: 50px;
    margin: 0;}
.ttb2p1 , .ttb2p3 {width: 22%;
height: 8px;
background: #0c274a;
border-radius: 4px;}
.ttb2p2{font-weight: 500;font-size: 45px;margin: 0 20px;}
.ttb3 p{font-weight: 900; font-size: 65px; margin: 0px 0 12px 0; font-family:GothamMediumItalic;}
.ttb4 p{ font-size: 31px; margin: 20px 0 10px 0; font-style: italic;}
.ttb4 p span{font-weight: 900; font-style: normal;}
.ballonimgbx img{width: 48px;position: absolute;right: 11%;bottom: 170px;animation: updown 1s alternate cubic-bezier( .5, 0.05, 1, .5) infinite;z-index: 4;
}
@keyframes updown { from { transform: translate3d(0, 0, 0); } to {  transform: translate3d(0, 30px, 0); } }
.mainbx2{margin-bottom: 20px;}
.mainbx2 .titlevd iframe{width: 980px;height: 494px;border: 10px solid #0c274a;border-radius: 10px;}
.mainbx3{width: 99vw;padding: 20px 0;background: #8b84842e;}

    .mb3container{    width: 1367px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
padding: 0;}

.mb3container .formheadline{    text-align: center;
width: 80%;
background: #1a3668;
color: #fff;
font-size: 35px;
padding: 10px 10px;
border-radius: 5px;
font-family: Gotham;font-weight: 900;
text-transform: capitalize;margin: 0 0 65px }

.mb3b1{    display: flex;
justify-content: center;
width: 100%;}

.mb3b1b1{    width: 50%;
display: flex;
flex-direction: column;}
.mb3b1b1tx{    position: relative;
display: flex;
width: 100%;
flex-direction: column;
}
.quote{
font-size: 62px;
font-family: Gotham;
color: #1a3668;
width: 89%;
margin-top: -11px;
font-weight: 700;}
.quote .fa-quote-left{margin: 0 20px 0 0;}
.quote .fa-quote-right{margin: 0 0 0 20px;}
.mb3b1b1img{    display: flex;
justify-content: flex-end;}

.mb3b1b1img img{    width: 58%;
transform: rotateZ(12deg);
margin-right: -30px;}

.mb3b1b2{width: 50%;
display: flex;
justify-content: center;}

.mb3b1b2form{    width: 100%;
display: flex;
}
.formsec{width: 90%;}

.formsec form{box-shadow: 1px 1px 8px #858181;
padding: 36px;
border-radius: 9px;
height: 100%;
background: #1a3668; }
.formsec form p{color: #fff;
text-align: center;
font-weight: 400;
font-size: 17px;
margin: 0 0 25px 0;
}
.datalabel {
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.datalabel input, .datalabel textarea, select {
width: 100%;
height: 50px;
padding: 6px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #a8a8a8;
border-radius: 0;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
border-radius: 5px;
color: #1a3668;
font-family: poppins;
}
::placeholder {
color: #1a3668;
}
.datalabelbtn{
width: 100%;
display: flex;
align-items: center;
justify-content: center;}
.nextstepbtn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 18px;
line-height: 1.42857;
border-radius: 0;
user-select: none;
background-color: #b22b2e;
color: #fff;
border-radius: 5px;
}
.mainbx4{margin: 0 auto;padding: 20px 0;}

.mainbx4container{width: 1367px;
display: flex;
flex-direction: column;
align-items: center;}

.mbc4cols1{    display: flex;
width: 100%;
justify-content: center;}
.mb4cb1{width: 50%;}

.mb4cb1 p{ font-size: 82px;
width: 100%;
margin: 25px 0 50px 0;
color: #1a3668;}
.mb4cb1 p span{ font-weight: 900; }
.mb4cb1 .fromctabnt,.mb6cb1 .fromctabnt{justify-content: start;}
.mb4cb2{display: flex;position: relative;  width: 50%;}
.mb4cb2img1{z-index: 2; display: flex; width: 100%;justify-content: flex-end;}
.mb4cb2img1 img{width: 90%;}
.mb4cb2img2 img{position: absolute;top: 10%;right: 9%;width: 71%;}

.mbc4cols2{    width: 100%;
background: #1a3668;
color: #fff;
padding: 10px; border-radius: 5px;}

.mbc4cb2{width: 100%;
padding: 35px;
border: 5px solid #fff;
border-radius: 5px;}
.mbc4cb2 p{    font-size: 46px;
font-weight: 800;
font-family: 'Gotham';
margin: 0;}
.mainbx5{    width: 99vw;
display: flex;
align-items: center;
justify-content: center;
background: #eae9e9; padding: 20px 0;}  
.mainbx5container{     width: 1367px;
display: flex;
padding: 20px 0;}   
.mbc1{width: 50%;}
.mbc1b1{width: 100%;}
.mcb1b1img{width: 100%;}
.mcb1b1img img{width: 100%;}
.mbc1b1tc{z-index: 5;display: flex;}
.mbc1b1tc p {
margin: -28px 0 32px 0px;
background: #1a3668;
z-index: 5;
color: #fff;
font-weight: 600;
font-size: 14px;
padding: 5px 0;
width: 100%;
text-align: center;
}
.mbc1b2{display: flex;}
.mcb1b2img img{width: 90%;}
.mbc1b2tc p{font-size: 25px;
color: #1a3668;
margin: 0;
}
.mbc1b2tc p span{font-weight: 800;}
.mbc1b3{    display: flex;
padding: 1px;
background: #1a3668;
border-radius: 5px;}

.mbc1b3 p{
font-size: 30px;
color: #fff;
font-weight: 800;
font-family: GothamMediumItalic;
margin: 10px;
border: 3px solid #fff;
padding: 10px;
border-radius: 5px;
}
.mbc2{width: 50%;
display: flex;
flex-direction: column;
align-items: center;
}
.mbc2b2,.mbc2b1{width: 90%;}
.mbc2b1 p{font-family: cursiveone;
font-size: 70px;
margin: 0;
color: #b22b2e;}
.mbc2b2tx{    width: 100%;
display: flex;
flex-direction: column;}
.mbc2b2tx p{font-size: 25px;
    color: #1a3668; margin: 10px 0;}
    .mbc2b2tx p span{font-weight: 800;}
    .fromctabnt{    display: flex;
align-items: center;
justify-content: center;}
.mainbx6{padding: 20px 0;margin: 0 auto;} 
.mainbx6container{width: 1367px; display: flex;}
.mb6cb1{width: 50%;}
.qtimg21{margin: 0 0 -6px 0px;}
.qtimg21 img,.qtimg22 img{ width: 35px;}
.quote2{font-size: 40px;
font-weight: 800;
color: #1a3668;
margin: 0;}
.qtimg22{display: flex;
justify-content: flex-end;
width: 100%;}
.mb6cb12 p{font-size: 22px;    margin: 20px 0;}
.mb6cb12 p span{font-weight: 800;}
.mb6cb13{ background: #1a3668;
padding: 10px;
border-radius: 5px;
margin-top: 27px;}
.mb6cb13 p{color: #fff;
font-size: 24px;
margin: 0;}
.mb6cb2{width: 50%;
display: flex;
justify-content: flex-end;}
/* Slideshow Container */
.slideshow-container {
position: relative;
max-width: 100%;
width: 100%;
height: auto;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}

/* Individual Slide */
.slide {
display: none;
width: 100%;
height: auto;
}

.slide img {
width: 100%;
height: auto;
object-fit: cover;
border-radius: 5px;
}

/* Fade Animation */
.fade {
animation: fadeEffect 1.5s;
}
.mb4cb1 .fromctabnt, .mb6cb1 .fromctabnt { margin-top: 40px;}
.mobileview{display: none;}
@media only screen and (max-width: 1366px) {
    body{width: 100%;}
    .mainbx3,.mainbx5,.mainbx1,.mb3container,.mainbx4container,.mainbx5container,.mainbx6container{width:100%;}
    .mainbx2,.mainbx3,.mainbx4,.mainbx5,.mainbx6{padding: 20px 10px;}
    .mainbx1{padding:0 10px;}
    .quote{font-size: 59px;}
    .quote2{font-size: 43px;}
    .mb3b1b1img{margin-top: 0px;}
    .mb3b1b1img img{transform: rotateZ(0deg);}
    .qtimg2 img{width: 43px;}
    .mb3b1b2form{justify-content: center;}
    .mb6cb13 p{font-size: 23px;}  
    .mbc4cb2 p{font-size: 45px;}  
    .mbc1b1tc p{font-size: 13px;}
    .mb4cb1 p{margin: 25px 0 35px 0;}
    .mb6cb12 p{margin: 10px 0;}
    .slide img{width: 88%;}
}
@media only screen and (max-width:1100px) {
    .ttb1 .ttb1p1s2{font-size: 63px;}
    .ttb3 p{font-size: 48px;}
    .mb3container .formheadline{width: 90%;;font-size: 27px;}
    .quote {font-size: 48px;}
    .formsec form{padding: 15px;}
    .datalabel input, .datalabel textarea, select{height: 40px;}
    .mb4cb1 p{font-size: 55px;}
    .mbc4cb2 p{font-size: 34px;}
}
@media only screen and (max-width:776px) {
    .ttb1p1{font-size: 38px; margin: 90px 0 0 0;}
    .ttb1 .ttb1p1s2{font-size: 36px;}
    .ttb2{margin:0;width: 55%;}
    .ttb2p2 {font-size: 30px;margin: 0 10px;}
    .ttb3 p{font-size: 26px; margin: 0px 0 18px 0;}
    .ttb4{display: flex;width: 100%;justify-content: center;}
    .ttb4 p{font-size: 23px;text-align: center;margin: 10px 0 10px 0;width: 75%;}
    .ballonimgbx img{width: 33px;position: absolute;right: 19.2%;bottom: 162px;}
    .mainbx2{width: 100%;display: flex;justify-content: center;}
    .mainbx2 .titlevd{width: 90%;display: flex;justify-content: center;}
    .mainbx2 .titlevd iframe {width: 100%;border: 6px solid #0c274a;height: 399px;}
    .mb3container .formheadline{font-size: 21px;width: 90%;}
    .mb3b1{flex-direction: column-reverse;}
    .mb3b1b1,.mb3b1b2,.mbc1,.mbc2,.mb6cb1,.mb6cb2,.mb6cb2imgbx,.slide img{width: 100%;}
    .mb3b1b1tx{align-items: center;}
    .quote{width: 90%;font-size: 43px;margin: 41px 0 0 0;}
    .mb4cb1 p{margin: 0 0 0px 0;font-size: 59px;;}
    .mbc4cb2{padding: 10px;}
    .mb4cb1 p span{font-size: 52px;}
    .mbc4cb2 p, .mb6cb13 p{font-size: 24px;font-weight: 500;}
    .mbc1b2tc p{font-size: 25px;}
    .mbc1b3 p{font-size: 25px;padding: 15px;}
    .mbc2b2tx p{font-size: 20px;}
    .mainbx5container{flex-direction: column-reverse;}
    .mb6cb1{padding: 0px 10px;}
    .quote2{font-size: 40px; margin: 15px 0;}
    .mbc2b1 p{text-align: center;}
    .mb6cb12 p{font-size: 25px;}
    .mb6cb13 p{padding:0;}
    .mb6cb2{justify-content: center;}
    .desktopview{display: none;}
    .mobileview{display: flex;margin-top: 20px;}
    .mb4cb1 .fromctabnt, .mb6cb1 .fromctabnt {justify-content: center;}
    .ttb2p1, .ttb2p3 {height: 4px;}
    .mainbx6container{flex-direction: column-reverse;}
    .mb3b1b1img img{margin: 0;}
 }
 @media only screen and (max-width:615px) {.ttb4 p {width: 85%;}.mb4cb1 p{font-size: 30px;}.mb4cb1 p span {font-size: 35px;}}
@media only screen and (max-width:470px) { 
    .ttb1p1s1 {line-height: normal;}
    .mainbx2,.mainbx3,.mainbx4,.mainbx5,.mainbx6{padding: 15px 5px;}
    .diamondimgbg {top: -12px;}
    .ttb1 .ttb1p1s2 {font-size: 31px;}
    .ttb2p2,.ttb3 p,.quote2{font-size: 26px;}
    .ttb2p1, .ttb2p3{height: 3px;}
    .ttb3{z-index: 3;}
    .ttb4{display: flex;width: 100%;justify-content: center;}
    .ttb4 p{font-size: 15px;text-align: center;width: 100%;margin:0 0 10px 0}
    .ttb4 p span{font-weight: 600;}
    .ballonimgbx img{right: 6.5%;top: 34%;width: 35px;}
    .mb3container{padding:0;}
    .mb3container .formheadline{width: 100%;font-size: 12px; margin: 0 0 26px 0;font-family: Gotham;font-weight: 600; padding: 10px 2px;}
    .formsec form{padding:15px;}
    .mb3b1,.mainbx6container{flex-direction: column-reverse;}
    .mb3b1b1,.mb3b1b2,.formsec,.fromctabnt a,.fromctabnt a img,.mb4cb2img1 img,.mbc1,.mbc2,.mbc2b1,.mbc2b2,.mb6cb1,.mb6cb12,.mb6cb2,.slide img,.mainbx2,.titlevd{width: 100%;}
    .mainbx2 .titlevd iframe{width:350px;border: 5px solid #0c274a;height: 215px;}
    .mb3b1b1tx{align-items: center;}
    .quote{font-size: 25px;width: 100%;text-align: center;margin: 35px 0 0 0;}
    .quote .fa-quote-left{margin: 0 10px 0 0;}
.quote .fa-quote-right{margin: 0 0 0 10px;}
    .mb3b1b1img img{margin: 0;}
    .fromctabnt{width: 70%;}
    .mbc4cols2{padding: 4px;}
    .mbc4cb2{padding: 5px;}
    .mbc4cb2 p,.mb6cb13 p{font-size: 13px; font-weight: 500;}
    .mb3b1b1img{margin-top: 0;}
    .mainbx5container{flex-direction: column;}
    .mbc1b3{justify-content: center; margin-top:20px; padding: 0;}
    .mbc1b3 p{font-size: 15px;padding: 3px;font-weight: 600;margin: 5px;}
    .mbc1b2tc p,.mb6cb12 p{font-size: 19px;}
    .mbc2b1 p{text-align: center;font-size: 50px;margin-top: 20px;}
    .mbc2b2tx p{font-size: 22px; margin: 5px 0;}
    .mbc2b2 .fromctabnt,.mainbx6 .fromctabnt{width: 100%;margin-top: 20px;}
    .mbc2b2 .fromctabnt a,.mainbx6 .fromctabnt a{display: flex;JUSTIFY-CONTENT: CENTER;}
    .mbc2b2 .fromctabnt a img,.mainbx6 .fromctabnt a img{width: 65%;}
    .mb3b1b1tx{margin-top: 20px;}
    .qtimg21{width: 100%;margin: 0 0 -8px -10px;display: flex;justify-content: start;}
    .qtimg21 img, .qtimg22 img{width: 30px;}
    .qtimg21 img{margin-top: 10px;}
    .qtimg22 img{margin:-8px -6px -3px 0px;}
    .mainbx3{background-color: #fff;}
    .mainbx2{margin-bottom:0;}
    .titlevd{display: flex;justify-content: center;}
    .mb4cb1 .fromctabnt, .mb6cb1 .fromctabnt{margin:0;}
    .mcb1b1img {width: 100%;border: 3px solid #1a3668;border-radius: 2px;}
    .mb6cb12 p {margin: 24px 0;line-height: 23px; font-size: 17px;}
    .quote2 {font-size: 22px;}
    .mb6cb1{padding: 0px 20px;}
    .mb4cb1 p {font-size: 32px;margin: 0px 0 10px 0;}
    .quote2 {font-size: 24px;}
    .mb3container{width: 95%;}
    .datalabel input, .datalabel textarea, select {height: 35px;}
    .mainbx2 .titlevd {width: 95%;}
    .mainbx2 .titlevd iFrame{width: 100%;}
    .ttb1p1 {margin: 90px 0 0 0;font-size: 23px;}
    .ballonimgbx img{top: 23%;}
    .ttb2{margin: 0;}
    .ttb2p2 {font-size: 22px; }
}
@media only screen and (max-width:460px) { .ttb3 p{font-size: 24px;}}
    @media only screen and (max-width:430px) {   
        .ballonimgbx img {right: 6.5%;top: 26%; width: 30px;}
        @keyframes updown {0% {transform: translate3d(0, 0, 0);} 100% {transform: translate3d(0, 20px, 0);}}
        .mbc4cb2{padding: 5px;border: 2.5px solid #fff;}
        .mbc1b3 p{font-size: 14.5px;padding: 2px;}
        .quote2{font-size: 22px;}
        .mb6cb1{padding: 0px 10px;}
        .mbc4cols2{padding: 6px;}
        .mbc4cb2 p, .mb6cb13 p{font-size: 14px;font-weight: 500;}
        .mb3container .formheadline {font-size: 11px;}   
        .ttb1 .ttb1p1s2{font-size: 31px;}
        .mb3container .formheadline {font-size: 13px;}
        .mb4cb1 p {font-size: 32px; margin: 0px 0 10px 0;}
        .mb4cb1 p span {font-size: 28px;}
        .mb6cb13 p {font-size: 13px;font-weight: 500;}
        .mainbx2 .titlevd iframe{width: 375px;}
        .ttb2 {margin: 2px 0;}
        .mb6cb12 p {margin: 10px 0;}
        .ttb1p1 {margin-top: 100px;}
        .ttb3 p{font-size: 23px;}
    }
    @media only screen and (max-width: 413px) {
        .quote2{font-size: 22px;}
        .mbc1b3 p{font-size: 14px;}
         .mbc4cb2 p{font-size: 13px;}
         .ballonimgbx img {right: 1.5%;}
    }
    @media only screen and (max-width:408px) {  
    .mbc1b3 p{font-size: 14px;padding: 2px;} 
    .quote2 {font-size: 19px;}
    .mb6cb13 {padding: 8px;}
    .ttb3 p {font-size: 21px;margin: 0px 0 15px 0;}
    .mbc4cb2 p, .mb6cb13 p {font-size: 13px;font-weight: 500;}
    .ttb1 .ttb1p1s2{font-size: 27px;}
    .mb3container .formheadline {font-size: 12px;}
    .mb4cb1 p{font-size: 23px; margin: 0px 0 10px 0;}
    .mb4cb1 p span {font-weight: 900;font-size: 30px;}
    .mainbx2 .titlevd iframe{width:100%;}
    .ttb4 p {font-size: 14px;}
    .ballonimgbx img {right: 7.5%;top: 27%;}
    .mbc2b2tx p{font-size: 19px; margin: 5px 0;}
    .ttb2{margin: 0;}
    }
    @media only screen and (max-width: 400px) {.ttb1 .ttb1p1s2{font-size: 29px;}}
    @media only screen and (max-width:385px) {
        .ttb1p1 {margin-top: 100px;font-size: 24px;}
        .ttb1 .ttb1p1s2{font-size: 27px;}
        .ttb3 p{font-size: 20px;}
        .ttb4 p{font-size: 13px;}
        .ballonimgbx img{right: 4.5%;top: 30%;width: 30px;}
        .mb3container .formheadline{font-size: 10px;}
        .quote2{font-size: 18px;}
        .mbc4cb2 p, .mb6cb13 p {font-size: 10px;}
    }
    @media only screen and (max-width:360px) {
        .ttb1 .ttb1p1s2 {font-size: 19px;}
        .ttb3 p {font-size: 18px;}
    }
</pre></body></html>