/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

body { margin:0; font-family: 'DM Sans', sans-serif; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}

.default-form .hs-form fieldset .hs-form-field > label { font-size: 14px; line-height: 18px; text-align: left; letter-spacing: 0px; color: #000000; margin-bottom: 12px; display: inline-block; }
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
.default-form .hs-form .hs-form-field .input{margin: auto;  display: inline-flex; width: 100%;}  
.default-form .hs-form .hs-form-field .input .hs-input { width: 100%; outline: unset; margin-bottom: 30px; max-height: 41px; }
.default-form .hs-form fieldset { max-width: unset; position: relative; }
.default-form .hs-form fieldset .hs-error-msgs.inputs-list { padding: 0; margin: 0; font-size: 13px; position: absolute; top: 70%; list-style: none; color: red; }
.default-form .hs-form fieldset.form-columns-2{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 12px); margin:0 6px; position: relative }
.default-form .hs-form fieldset.form-columns-3{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 12px); margin:0 6px;}

.default-form .hs-form fieldset .hs_access_launch .inputs-list {list-style: none;padding: 0;margin-bottom: 40px;font-size: 14px;line-height: 24px;}
.default-form .hs-form fieldset .hs_access_launch .inputs-list label { display: block; padding-left: 22px; position: relative; }
.default-form .hs-form fieldset .hs_access_launch .inputs-list label input[type="checkbox"] { margin: 0; position: absolute; top: 6px; width: 12px; height: 12px; left: 0px; }
.default-form .hs-form fieldset .hs_access_launch .inputs-list label input[type="checkbox"] { background: #FFFFFF; border: 1px solid #1463A8; border-radius: 3px; }

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{    font-family: 'DM Sans', sans-serif; border-radius:0; border:none; padding:10px; margin:0 0 18px 0; font-size:16px; font-weight:400; border: 1px solid #1463A8; border-radius: 3px; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{ font-family: 'DM Sans', sans-serif;color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:#F08E1F; padding:12px 15px; font-weight:700; font-size:16px; line-height: 24px; display: inline-block; text-align: center; transition: 0.5s }
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:#F08E1F;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none;}

/* Hero Section S */
.hero-left-form .nothankyou-inner { background: transparent linear-gradient(180deg, #00A0DC 0%, #4161B0 100%) 0% 0% no-repeat padding-box; }
.hero-left-form .inner_wrap { padding: 45px 15px 27px; display: flex; flex-flow: row wrap; align-items: center; }
.hero-left-form .inner_wrap .left { width: calc(100% - 597px - 133px);  }
.hero-left-form .inner_wrap .left .top-inner .logo-wrapper { width: 412px; height: 98px; margin-bottom: 35px; }
.hero-left-form .inner_wrap .left .top-inner .logo-wrapper img { width: 100%; height: auto; display: block; }
.hero-left-form .inner_wrap .left .detail-wrapper h1 { margin: 0; font-size: 60px; line-height: 70px; color: #fff; text-transform: uppercase; }
.hero-left-form .inner_wrap .left .detail-wrapper .content h2 { font-size: 20px; line-height: 24px; color: #fff; margin: 20px 0; font-weight: 400; }
.hero-left-form .inner_wrap .left .detail-wrapper ul { list-style: none; padding: 0; margin: 0; }
.hero-left-form .inner_wrap .left .detail-wrapper ul li { position: relative; margin-left: 47px; }
.hero-left-form .inner_wrap .left .detail-wrapper ul li + li { margin-top: 15px; }
.hero-left-form .inner_wrap .left .detail-wrapper ul li:after { content: ''; position: absolute; top: 6px; left: -32px; background: #fff; width: 12px; height: 12px; margin: 0 auto; border-radius: 50rem; }
.hero-left-form .inner_wrap .left .bottom-inner { margin-top: 75px; }
.hero-left-form .inner_wrap .left .bottom-inner .subdetail-wrapper h3 { font-size: 24px; line-height: 30px; letter-spacing: 0px; color: #FFFFFF; margin: 0; }
.hero-left-form .inner_wrap .left .bottom-inner .subdetail-wrapper .content,
.hero-left-form .inner_wrap .left .bottom-inner .subdetail-wrapper .content p { margin:0;font-size: 18px; line-height: 24px; letter-spacing: 0px; color: #FFFFFF;  }
.hero-left-form .inner_wrap .left .bottom-inner .subdetail-wrapper .content ul { margin:0;padding:0; margin-top: 20px; }
.hero-left-form .inner_wrap .left .bottom-inner .subdetail-wrapper .content ul li { position: relative; margin-left: 43px; display: block; font-size: 18px; font-weight: 700; line-height: 28px; padding: 5px 0; }
.hero-left-form .inner_wrap .left .bottom-inner .subdetail-wrapper .content ul li:after { content: ''; position: absolute; top: 1px; left: -48px; width: 40px; height: 40px; margin: 0 auto; border-radius: 50rem; }
.hero-left-form .inner_wrap .left .bottom-inner .subdetail-wrapper .content.white-icon ul li:after { background: url(https://8278919.fs1.hubspotusercontent-na1.net/hubfs/8278919/icon_check--white.svg) no-repeat center / cover;}
.hero-left-form .inner_wrap .right { margin-left: 133px; width: 597px; }
.hero-left-form .inner_wrap .right .form-main.default-form { background: #FFFFFF; box-shadow: 0px 3px 15px #0000005c; border-radius: 20px; padding: 45px; }
.hero-left-form .inner_wrap .right .form-main.default-form h3 { font-size: 32px; line-height: 39px; letter-spacing: 0px; color: #1463A8; margin: 0 0 15px 0; text-align: center; }
.hero-left-form .thankyou-inner { display: none;  background: transparent linear-gradient(180deg, #00A0DC 0%, #4161B0 100%) 0% 0% no-repeat padding-box; }
.hero-left-form .inner.thankyou-inner .inner_wrap {  padding: 100px 15px; }
.hero-left-form .inner.thankyou-inner .inner_wrap .left { width: 55%; margin-right: 30px; } 
.hero-left-form .inner.thankyou-inner .inner_wrap .right { width: calc(45% - 30px); margin: 0; }
.hero-left-form .inner.thankyou-inner .inner_wrap .left .detail-wrapper h1 { color: #FFF; }
.hero-left-form .inner.thankyou-inner .inner_wrap .right .detail-wrapper h2 { font-size: 24px; line-height: 29px;letter-spacing: 0px; color: #F08E1F; margin:  0 0 10px 0; }
.hero-left-form .inner.thankyou-inner .inner_wrap .right .detail-wrapper .content p { color: #FFF; font-size: 20px; line-height: 24px; margin: 0; }
.hero-left-form .inner.thankyou-inner .inner_wrap .right .detail-wrapper .content p + p { margin: 15px 0 0 0; }

/* Right Image and Text  */
.tlt-cnt-rht-img { background: transparent linear-gradient(180deg, #00A0DC 0%, #376DBA 100%) 0% 0% no-repeat padding-box; }
.tlt-cnt-rht-img .inner { padding: 80px 15px; display: flex; flex-flow: row wrap; align-items: center; }
.tlt-cnt-rht-img .inner .left { width: calc(100% - 35% - 100px); }
.tlt-cnt-rht-img .inner .left .detail-wrapper h3 { margin: 0; font-size: 60px; line-height: 70px; color: #fff; }
.tlt-cnt-rht-img .inner .left .detail-wrapper,
.tlt-cnt-rht-img .inner .left .detail-wrapper p { font-size: 20px; line-height: 24px; color: #fff; }
.tlt-cnt-rht-img .inner .left .detail-wrapper ul { list-style: none; padding: 0; margin: 0; }
.tlt-cnt-rht-img .inner .left .detail-wrapper ul li { position: relative; margin-left: 47px; }
.tlt-cnt-rht-img .inner .left .detail-wrapper ul li + li { margin-top: 15px; }
.tlt-cnt-rht-img .inner .left .detail-wrapper ul li:after { content: ''; position: absolute; top: 6px; left: -32px; background: #fff; width: 12px; height: 12px; margin: 0 auto; border-radius: 50rem; }
.tlt-cnt-rht-img .inner .right { width: 35%; margin-left: 100px; }

.tlt-cnt-rht-img.technology-section { background: #1463A8 0% 0% no-repeat padding-box; }
.tlt-cnt-rht-img.technology-section .inner { padding: 97px 15px; display: flex; flex-flow: row wrap; align-items: center; }
.tlt-cnt-rht-img.technology-section .inner .left { width: calc(100% - 25% - 30px);}
.tlt-cnt-rht-img.technology-section .inner .right { width: 25%; margin-left: 30px; }

.tlt-cnt-rht-img .action.button a {
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0px;
    box-sizing: border-box;
    background-color: #F08E1F;
    padding: 12px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    min-width: 263px;
    text-decoration: none;
    border: 1px solid #F08E1F;
    transition: 0.5s;
}

/* Ticklist with small title  */
.ticklist-with-left-img .inner { padding: 70px 15px; display: flex; flex-flow: row wrap; align-items: center; }
.ticklist-with-left-img .inner .left { width: 50%; }
.ticklist-with-left-img .inner .right .detail-wrapper { max-width: 520px; }
.ticklist-with-left-img .inner .right .detail-wrapper h4 { margin: 0 0 20px 0; font-size: 24px; line-height: 29px; letter-spacing: 0px; color: #F08E1F; }
.ticklist-with-left-img .inner .right .detail-wrapper,
.ticklist-with-left-img .inner .right .detail-wrapper p { font-size: 20px; line-height: 24px; color: #fff; }
.ticklist-with-left-img .inner .right .detail-wrapper ul { list-style: none; padding: 0; margin: 0; }
.ticklist-with-left-img .inner .right .detail-wrapper ul li { position: relative; margin-left: 53px; display: block; font-size: 18px; font-weight: 700; line-height: 28px; letter-spacing: 0px; color: #000000; }
.ticklist-with-left-img .inner .right .detail-wrapper ul li + li { margin-top: 15px; }
.ticklist-with-left-img .inner .right .detail-wrapper .content.tick-icon ul li:after { content: ''; position: absolute; left: -48px; background: #fff; width: 28px; height: 28px; margin: 0 auto; border-radius: 50rem; background: url('https://8278919.fs1.hubspotusercontent-na1.net/hubfs/8278919/icon_check--orange.svg') no-repeat center / cover; }
.ticklist-with-left-img .inner .right { width: 50%; }

/* How it works */
.howit-work-rht-img { padding: 92px 15px; }
.howit-work-rht-img .inner {  display: flex; flex-flow: row wrap; align-items: center; margin: auto; }
.howit-work-rht-img .inner .left { width: 50%; }
.howit-work-rht-img .inner .left .detail-wrapper h3 { margin: 0 0 15px 0; font-size: 48px; line-height: 52px; color: #1463A8; }
.howit-work-rht-img .inner .left .detail-wrapper .content { font-size: 20px; line-height: 24px; }
.howit-work-rht-img .inner .left .detail-wrapper .content p { margin: 0; }
.howit-work-rht-img .inner .left .list-wrapper .box { margin-top: 35px; }
.howit-work-rht-img .inner .left .list-wrapper .box h4 { font-size: 24px; line-height: 29px; color: #1463A8; margin: 0 0 25px; text-transform: uppercase; }
.howit-work-rht-img .inner .right .img-title h3 { margin: 0; color: #1463a8; font-size: 24px; line-height: 29px; margin: 0 0 10px; text-align: center;text-transform: uppercase; } 
.howit-work-rht-img .inner .left .list-wrapper .box .content { font-size: 20px; line-height: 24px; color: #000000; }
.howit-work-rht-img .inner .right { width: 50%; text-align: center; }
.howit-work-rht-img .inner .right .img-wrapper { margin-top: 25px; }
.howit-work-rht-img .inner .right .img-wrapper img { width: 85%; } 
.howit-work-rht-img .inner .right .content,
.howit-work-rht-img .inner .right .content p { font-size: 20px; line-height: 24px; color: #000000; margin: 0; }

/* Tenant Protection */
.tent-work-rht-img { background: #F0EFEC; padding: 60px 15px; }
.tent-work-rht-img .inner {  display: flex; flex-flow: row wrap; align-items: center; max-width: 1200px; margin: auto; }
.tent-work-rht-img .inner .left { width: 45%; }
.tent-work-rht-img .inner .left .detail-wrapper h3 { margin: 0 0 20px 0; font-size: 60px; line-height: 70px; color: #000; }
.tent-work-rht-img .inner .left .detail-wrapper .content { font-size: 20px; line-height: 24px; }
.tent-work-rht-img .inner .left .detail-wrapper .content p { margin: 0; }
.tent-work-rht-img .inner .left .detail-wrapper ul { list-style: none; padding: 0; margin: 25px 0 0 0; }
.tent-work-rht-img .inner .left .detail-wrapper ul li { position: relative; margin-left: 43px; display: block; font-size: 18px; font-weight: 700; line-height: 26px; letter-spacing: 0px; color: #000000; padding: 0 0 5px 0; }
.tent-work-rht-img .inner .left .detail-wrapper ul li + li { margin-top: 10px; }
.tent-work-rht-img .inner .left .detail-wrapper .content.blue-tick ul li:after { content: ''; position: absolute; top: -5px; left: -48px; background: #fff; width: 43px; height: 43px; margin: 0 auto; border-radius: 50rem; background: url('https://8278919.fs1.hubspotusercontent-na1.net/hubfs/8278919/icon_check--blue.svg') no-repeat center / contain;  }
.tent-work-rht-img .inner .left .detail-wrapper .action a { font-family: 'DM Sans', sans-serif; color: #fff; cursor: pointer; -webkit-appearance: none; border-radius: 0px; box-sizing: border-box; background-color: #F08E1F; padding: 12px 15px; font-weight: 700; font-size: 16px; line-height: 24px; display: inline-block; text-align: center; min-width: 263px; text-decoration: none; border: 1px solid #F08E1F; transition: 0.5s; }
.tent-work-rht-img .inner .left .detail-wrapper .action { margin-top: 50px; }
.tent-work-rht-img .inner .left .detail-wrapper .action a:hover { background: transparent; color: #F08E1F; }
.tent-work-rht-img .inner .right { width: 55%; text-align: right; }
.tent-work-rht-img .inner .right .detail-wrapper { max-width: 520px; }
.tent-work-rht-img .inner .right .detail-wrapper,
.tent-work-rht-img .inner .right .detail-wrapper p { font-size: 20px; line-height: 24px; color: #000; }

.copyright-mn { padding: 20px 15px 30px; text-align: center; font-size: 14px; line-height: 18px; }

@media (max-width:1329px){
    .hero-left-form .inner .left { width: calc(100% - 575px); }
    .hero-left-form .inner .right { width: 500px; margin-left: 75px } 
    .hero-left-form .inner_wrap .left .detail-wrapper h1 { font-size: 52px; }
}
@media (max-width:1199px){
    .hero-left-form .inner { flex-flow: column wrap; }
    .hero-left-form .inner .left { width: 100%; margin: auto;  }
    .hero-left-form .inner .right { width: 100%; margin: auto;margin-top: 50px; }
    .hero-left-form .inner_wrap .left .detail-wrapper h1 { font-size: 42px; } 
    .hero-left-form .inner_wrap .left .bottom-inner { margin-top: 20px; } 
    
    .tlt-cnt-rht-img .inner .left { width: 60%; }
    .tlt-cnt-rht-img .inner .left .detail-wrapper h3 { font-size: 42px; line-height: 58px; }  
    .tlt-cnt-rht-img .inner .right { width: 40%; margin: auto; text-align: center; }
    
    .tlt-cnt-rht-img .inner .right .img-wrapper { width: 250px; margin: auto; }
    .tlt-cnt-rht-img .inner .right .img-wrapper img { display: block; margin: auto; }
    
    .tlt-cnt-rht-img.technology-section .inner .left { width: 60%; }
    .tlt-cnt-rht-img.technology-section .inner .right { width: 40%; margin: auto; text-align: center; }  
    .tlt-cnt-rht-img.technology-section .inner .right .img-wrapper { width: 100%; margin: auto; }
    .tlt-cnt-rht-img .inner .left .detail-wrapper, .tlt-cnt-rht-img .inner .left .detail-wrapper p { font-size: 18px; } 
     .howit-work-rht-img {padding: 75px 15px;}
    .howit-work-rht-img .inner .left .list-wrapper .box .content { font-size: 18px; }
    .howit-work-rht-img .inner .left .detail-wrapper h3 { font-size: 42px; line-height: 58px; }  
    .tent-work-rht-img .inner .left .detail-wrapper h3 { font-size: 42px; line-height: 58px; }  
}
@media (max-width:991px) { 
    .hero-left-form .inner.thankyou-inner .inner_wrap .left,
    .hero-left-form .inner.thankyou-inner .inner_wrap .right {margin: auto; width: 100%; }
    .hero-left-form .inner.thankyou-inner .inner_wrap .left { margin-bottom: 35px; }
    .hero-left-form .inner_wrap { flex-flow: column wrap; } 
    .hero-left-form .inner_wrap .left .detail-wrapper h1 { font-size: 38px; line-height: 48px; }
    .hero-left-form .inner_wrap .left .detail-wrapper .content h2 { font-size: 18px; } 
    .tlt-cnt-rht-img .inner { flex-flow: column wrap; padding: 60px 15px; }
    .tlt-cnt-rht-img .inner .left,
    .tlt-cnt-rht-img .inner .right { width: 100%; }
    .ticklist-with-left-img .inner { padding: 50px 15px; flex-flow: column wrap; }
    .ticklist-with-left-img .inner .left { width: 100%; }
    .ticklist-with-left-img .inner .right { width: 100%; margin: auto;}
    .ticklist-with-left-img .inner .left .img-wrapper { text-align: center; margin: 0px auto 35px; }
    .tent-work-rht-img .inner { flex-flow: column wrap; }
    .tent-work-rht-img .inner .left { width: 100%; }
    .tent-work-rht-img .inner .right { width: 100%; }
    .tent-work-rht-img .inner .right .img-wrapper {text-align: center;}
    .howit-work-rht-img {padding: 60px 15px;}
    .howit-work-rht-img .inner { flex-flow: column wrap; }
    .howit-work-rht-img .inner .left .detail-wrapper h3 { font-size: 38px; line-height: 48px; }
    .howit-work-rht-img .inner .left .detail-wrapper .content { font-size: 18px; }
    .howit-work-rht-img .inner .right { width: 100%; text-align: center; }
    .howit-work-rht-img .inner .right .img-wrapper { margin: 30px auto; }
    .howit-work-rht-img .inner .right .content,
    .howit-work-rht-img .inner .right .content p { font-size: 18px; }
    .howit-work-rht-img .inner .right .img-title h3,
    .howit-work-rht-img .inner .left .list-wrapper .box h4 { font-size: 20px; }
    .howit-work-rht-img .inner .left { width: 100%; }
    .howit-work-rht-img .inner .right { margin-top: 50px; }
    .howit-work-rht-img .inner .right .img-wrapper img { max-width: 500px !important; }
    
    .tlt-cnt-rht-img.technology-section .inner { padding: 60px 15px; flex-flow: column wrap; }
    .tlt-cnt-rht-img.technology-section .inner .left { width: 100%; }
    .tlt-cnt-rht-img.technology-section .inner .right { width: 100%; }    
    
    .tlt-cnt-rht-img .inner .left .detail-wrapper h3 { font-size: 38px; line-height: 48px; }
    .tlt-cnt-rht-img.technology-section .inner .right .img-wrapper{ margin-top: 35px; }
    
    .tent-work-rht-img .inner .left .detail-wrapper h3 { font-size: 38px; line-height: 48px; }    
    .tent-work-rht-img .inner .right { text-align: center; margin-top: 35px; }
    
    .ticklist-with-left-img .inner .right .detail-wrapper { max-width: 100%; }    
}

@media (max-width:767px) {
    .hero-left-form .inner.thankyou-inner .inner_wrap { padding: 50px 15px; }
    .hero-left-form .inner.thankyou-inner .inner_wrap .left { margin-bottom: 15px; }
    .hero-left-form .inner.thankyou-inner .inner_wrap .right .detail-wrapper h2 { line-height: 24px; }
    .default-form .hs-form fieldset.form-columns-2 { margin: 0; } 
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field {margin:auto !important; margin-bottom: 25px !important;} 
    .default-form .hs-form fieldset .hs-form-field>label { margin-bottom: 5px; }
    .default-form .hs-form fieldset .hs-error-msgs.inputs-list { top: 100%; }
    .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input {width:100% !important; margin:0;}
    .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
    
    .hero-left-form .inner_wrap { padding: 30px 15px; }
    .hero-left-form .inner_wrap .left .top-inner .logo-wrapper { margin: auto; margin-bottom: 35px; width: 300px;height: auto; }
    .hero-left-form .inner.thankyou-inner .inner_wrap .right .detail-wrapper .content p,{ font-size: 16px; }
    .hero-left-form .inner.thankyou-inner .inner_wrap .right .detail-wrapper h2 { font-size: 18px; }
    .hero-left-form .inner_wrap .left .detail-wrapper h1 { font-size: 32px; line-height: 44px; }
    .hero-left-form .inner_wrap .left .detail-wrapper .content h2 { font-size: 16px; }
    .hero-left-form .inner_wrap .left .bottom-inner { margin-top: 15px; }
    .hero-left-form .inner_wrap .left .bottom-inner .subdetail-wrapper h3 { font-size: 18px; line-height: 26px; }
    .hero-left-form .inner_wrap .right .form-main.default-form { padding: 25px; }
    .hero-left-form .inner_wrap .right .form-main.default-form h3 { font-size: 24px; line-height: 30px; }
    .hero-left-form .inner_wrap .left .bottom-inner .subdetail-wrapper .content, .hero-left-form .inner_wrap .left .bottom-inner .subdetail-wrapper .content p  { font-size: 16px; line-height: 24px; }
    .hero-left-form .inner .right { margin: 30px auto auto; }   
    
    .tlt-cnt-rht-img .inner { padding: 30px 15px; }
    .tlt-cnt-rht-img .inner .left .detail-wrapper h3 { font-size: 32px; line-height: 44px; }
    .tlt-cnt-rht-img .inner .left .detail-wrapper, .tlt-cnt-rht-img .inner .left .detail-wrapper p { font-size: 16px; }
    .tlt-cnt-rht-img .inner .right .img-wrapper img { width: auto; margin: auto; } 
    
    .tlt-cnt-rht-img.technology-section .inner { padding: 30px 15px; }
    .tlt-cnt-rht-img.technology-section .inner .left, .tlt-cnt-rht-img.technology-section .inner .right { margin: auto; }
    
    .howit-work-rht-img {padding: 30px 15px;}
    .howit-work-rht-img .inner .left .detail-wrapper h3 { font-size: 32px; line-height: 44px; } 
    .howit-work-rht-img .inner .left .detail-wrapper .content { font-size: 16px; line-height: 24px; }
    .howit-work-rht-img .inner .right .content,
    .howit-work-rht-img .inner .right .content p { font-size: 16px; line-height: 24px; }
    .howit-work-rht-img .inner .right .img-title h3,
    .howit-work-rht-img .inner .left .list-wrapper .box h4 { font-size: 18px; line-height: 26px; margin: 0 0 5px; }
    .howit-work-rht-img .inner .left .list-wrapper .box .content { font-size: 16px; }
    .howit-work-rht-img .inner .right { margin-top: 35px; }
    .howit-work-rht-img .inner .right .img-wrapper img { width: 280px !important; }
    .howit-work-rht-img .inner .left .list-wrapper .box { margin-top: 20px; }
    
    .tent-work-rht-img { padding: 30px 15px; }
    .tent-work-rht-img .inner .left .detail-wrapper .content { font-size: 16px; }
    .tent-work-rht-img .inner .left .detail-wrapper ul li { font-size: 16px; }
    .tent-work-rht-img .inner .left .detail-wrapper h3 { font-size: 32px; line-height: 44px; }
    .tent-work-rht-img .inner .left .detail-wrapper .action { margin-top: 35px; text-align: center; margin-bottom: 50px; }      
    
    .copyright-mn { 20px 15px 10px; }
}
@media (max-width:600px) {
    .ticklist-with-left-img .inner .left .img-wrapper img,
    .tlt-cnt-rht-img .inner .right .img-wrapper img { width: 250px!important; height: auto !important; }   
    .tent-work-rht-img .inner .right .img-wrapper img { width: 280px; }
    .howit-work-rht-img .inner .right .img-wrapper img { width: 80% !important; }
}