@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
  font-family: 'Grava Display Normal';
  src: url('../fonts/GravaDisplay-Normal.eot');
  src: url('../fonts/GravaDisplay-Normal.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GravaDisplay-Normal.woff2') format('woff2'),
      url('../fonts/GravaDisplay-Normal.woff') format('woff'),
      url('../fonts/GravaDisplay-Normal.ttf') format('truetype'),
      url('../fonts/GravaDisplay-Normal.svg#GravaDisplay-Normal') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Grava Display';
  src: url('../fonts/GravaDisplay-Bold.eot');
  src: url('../fonts/GravaDisplay-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GravaDisplay-Bold.woff2') format('woff2'),
      url('../fonts/GravaDisplay-Bold.woff') format('woff'),
      url('../fonts/GravaDisplay-Bold.ttf') format('truetype'),
      url('../fonts/GravaDisplay-Bold.svg#GravaDisplay-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Grava Display';
  src: url('../fonts/GravaDisplay-Black.eot');
  src: url('../fonts/GravaDisplay-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/GravaDisplay-Black.woff2') format('woff2'),
      url('../fonts/GravaDisplay-Black.woff') format('woff'),
      url('../fonts/GravaDisplay-Black.ttf') format('truetype'),
      url('../fonts/GravaDisplay-Black.svg#GravaDisplay-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#03ccfb;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#fe524b;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#fe524b;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#03ccfb;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header_top{
  background:#0c033b;
  margin-bottom:5px;
  padding:12px 0;
  transition:all 600ms ease-in-out;
}

.hd-btn{
  margin-top: 20px;
}

.header_contact li span{
  display:inline-block;
  width:30px;
  height:30px;
  line-height:30px;
  background:#03ccfb;
  border-radius:50%;
  text-align:center;
  margin-right:8px;
}

.header_contact li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
}

.header_contact li a:hover{
  color:#03ccfb;
}

.header_bottom{
  background:rgba(255,255,255,.6);
  padding:15px 0;
  transition:all 600ms ease-in-out;
}

.header_logo{
  width:120px;
  transition:all 600ms ease-in-out;
}

.header_link{
  padding-top:20px;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed .header_top{
    margin-top:-59px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:100px;
  }

}

.home_banner{
  margin-top: 22px;
}

.home_banner:after{
  content:"";
  position:absolute;
  width:100%;
  height:49px;
  background:url(../images/banner-btm-design.png) no-repeat center bottom;
  background-size:cover;
  left:0;
  bottom:0;
}

.home_banner .desc{
  left:0;
  bottom:25%;
}

.banner_content{
  width:760px;
  max-width:100%;
  margin:0 auto;
}

.banner_sm_title{
  font-family: 'Grava Display Normal';
  font-size:30px;
  line-height:35px;
  padding-bottom:10px;
}

.banner_bg_title{
  font-family: 'Grava Display';
  font-size:60px;
  line-height:68px;
  font-weight:900;
  padding-bottom:15px;
}

.b_phone_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  border-radius:30px;
  padding:15px 30px;
  animation:myanimation 8s infinite;
}

@keyframes myanimation {
  0% {background-color:#fe524b;}
  33%{background-color:#03ccfb;}
  66%{background-color:#ff8802;}
  100% {background-color:#a1cc60;}
}

.banner_btm_panel{
/*   margin-top:-100px; */
  padding-bottom:60px;
}

.banner_btm_box{
  background:url(../images/banner-btm-bg.jpg) no-repeat center center;
  background-size:cover;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  border-radius:12px;
  min-height:265px;
  padding:30px;
}

.banner_btm_title,
.service_title{
  font-family: 'Grava Display';
  font-size:25px;
  color:#020202;
  line-height:30px;
  font-weight:700;
  padding:18px 0 14px;
}

.about_panel{
  background:#fff1c7;
  padding:60px 0;
}

.about_panel:before{
  content:"";
  position:absolute;
  width:100%;
  height:58px;
  background:url(../images/about-top-design.png) no-repeat center top;
  background-size:cover;
  left:0;
  top:-58px;
}

.service_panel,
.about_panel{
	margin-bottom:50px;
}

.about_img img{
  border-radius:15px;
}

.about_content{
  box-shadow:0 4px 10px rgba(0,0,0,.15);
  margin-left:-60px;
  margin-bottom:-15px;
  padding:30px;
}

.about_sm_title,
.form_sm_title{
  font-family: 'Grava Display Normal';
  font-size:22px;
  color:#fe524b;
  line-height:24px;
  padding-bottom:10px;
}

.about_bg_title,
.service_bg_title,
.form_bg_title,
.testimonial_bg_title,
.cost_bg_title,
.faq_bg_title{
  font-family: 'Grava Display';
  font-size:50px;
  color:#010101;
  line-height:58px;
  padding-bottom:25px;
}

.service_panel,
.testimonial_panel{
  padding:60px 0;
}

.service_bg_title,
.testimonial_bg_title{
  color:#a1cc60;
  padding-bottom:35px;
}

.service_img:after{
  content:"";
  position:absolute;
  width:100%;
  height:36px;
  background:url(../images/serv-img-design.png) no-repeat center top;
  background-size:cover;
  left:0;
  bottom:0;
}

.service_content{
  min-height:280px;
  padding:25px 25px 30px;
}

.service_content a{
  font-size:17px;
  color:#010101;
  line-height:20px;
  font-weight:600;
  background:url(../images/tick-icon01.png) no-repeat 96% center;
  padding-right:32px;
}

.service_content a:hover{
  background-position:100% center;
}

.home_form{
  background:#def7fe;
}

.home_form:before{
  content:"";
  position:absolute;
  width:100%;
  height:52px;
  background:url(../images/h-form-design01.png) no-repeat center bottom;
  background-size:cover;
  left:0;
  top:0;
}

.home_form:after{
  content:"";
  position:absolute;
  width:100%;
  height:80px;
  background:url(../images/h-form-design02.png) no-repeat center top;
  background-size:cover;
  left:0;
  bottom:0;
}

.h_form_box{
  width:580px;
  padding-left:40px;
}

.form_sm_title{
  color:#020202;
}

.form_bg_title{
  color:#02aad9;
}

.area_panel{
  padding-top:60px;
}

.area_lists li{
  display:inline-block;
  width:23%;
  vertical-align:top;
  margin:0 8px 10px 0;
}

.area_lists li a{
  display:block;
  font-size:14px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  background:url(../images/location-icon02.png) no-repeat 10px center, #05c3f8;
  border-radius:6px;
  padding:14px 15px 14px 30px;
}

.choose_box{
	min-height:205px;
}

.choose_title{
	font-size:18px;
	color:#020202;
	line-height:26px;
	font-weight:500;
}

.testimonial_bg_title{
  color:#ff8802;
}

.testimonial_box .sp-testimonial-free{
  border:1px solid #ff8802 !important;
  padding:30px 20px !important;
}

.testimonial_box .sp-testimonial-content p{
  color:#020202 !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: 'Grava Display' !important;
  font-size:25px !important;
  color:#0b0141 !important;
  line-height:28px !important;
  font-weight:700 !important;
  font-style:italic !important;
}

.cost_panel{
  background:url(../images/cost-bg.png) no-repeat center center;
  background-size:cover;
  padding:145px 0;
}

.cost_img img.big{
  border:6px solid #fff;
  border-radius:0 60px;
}

.cost_sm_img{
  width:300px;
  right:-50px;
  bottom:30px;
}

.cost_sm_img img{
  border:6px solid #fff;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  border-radius:0 60px;
}

.cost_bg_title{
  color:#8231b7;
}

.faq_panel{
  padding-bottom:60px;
}

.faq_panel:before{
  content:"";
  position:absolute;
  width:232px;
  height:240px;
  background:url(../images/faq-bg01.png) no-repeat left top;
  left:40px;
  top:-80px;
}

.faq_panel:after{
  content:"";
  position:absolute;
  width:312px;
  height:315px;
  background:url(../images/faq-bg02.png) no-repeat right top;
  right:40px;
  top:-150px;
}

.faq_bg_title{
  color:#ff2a00;
}

.faq_panel .lower_panel{
  z-index:999;
}

.accordion-item{
  border:1px solid rgba(0,0,0,.15) !important;
  margin-bottom:10px;
}

.accordion-item:last-child{
  margin-bottom:0;
}

.accordion-button{
  font-size:18px;
  color:#010101;
  line-height:25px;
  font-weight:500;
  text-transform:inherit;
  background:#fde4df;
  padding:14px 20px;
}

.accordion-button:focus{
  box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#fde4df;
  color:#010101;
  box-shadow:none;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(0%) sepia(98%) saturate(0%) hue-rotate(319deg) brightness(0%) contrast(103%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
  border-top-left-radius:0;
    border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.footer_top{
  background:#f8f6f6;
  padding:50px 0 40px;
}

.footer_title{
  font-family: 'Grava Display';
  font-size:25px;
  color:#0b0141;
  line-height:28px;
  font-weight:700;
  margin-bottom:20px;
  padding-bottom:15px;
}

.footer_title:after{
  content:"";
  position:absolute;
  width:65px;
  height:4px;
  background:#37f7a2;
  left:0;
  bottom:0;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
}

.footer_link li a:hover,
.footer_contact li a:hover,
.footer_bottom .text-common a{
  color:#fe524b;
}

.footer_contact li{
  margin-bottom:15px;
}

.footer_contact li .icon{
  display:inline-block;
  width:20px;
  text-align:center;
}

.footer_contact li .text{
  display:inline-block;
  padding-left:10px;
}

.footer_contact li a{
  color:#020202;
}

.footer_bottom{
  padding:25px 0;
}

.footer_bottom .text-common span{
  color:#0b0141;
  font-weight:600;
}

#back-button {
  display:inline-block;
  background-color:#ff8802;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:10px;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat right top;
  background-size:cover;
  margin-top:50px !important;
  padding:320px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'Grava Display';
  font-size:50px;
  color:#fff;
  line-height:58px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#ff8802;
  line-height:80px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-family: 'Grava Display';
  font-size:24px;
  color:#000;
  line-height:26px;
  font-weight:700;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

.contact-main a{
  color:#020202;
  font-weight:500;
}

.contact-main a:hover{
  color:#fe524b;
}

.thumb-conatct .form-box{
	background:#def7fe;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:48px;
  border-radius:0;
  border:none;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#020202;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#020202;
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:110px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:#05c3f8;
  border-radius:30px;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#fe524b;
  color:#fff;
}

.contact_form .block .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_title{
  font-family: 'Grava Display';
  font-size:48px;
  color:#010101;
  line-height:56px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#31d5fb;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:24px;
  font-weight:500;
  background:url(https://melpaintinganddecorating.com.au/wp-content/uploads/2025/08/paintbrush.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'Grava Display';
  font-size:44px;
  color:#1c1c1c;
  line-height:52px;
  font-weight:700;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#0049a6;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#ff8802;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#0b0141;
}

.icon-box {
  font-size: 40px;
  color: #6c63ff; 
}

.icon-box img{
	width:70px;
	height:70px;
}

.card-box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}


/* main {
  display: grid;
  place-items: center;
  min-height: 100vh;
} */

.container1, .container2 {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
}

.image-container, .image-container2 {
  aspect-ratio: 1/1;
}

.slider-image, .slider-image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before,
.image-before2 {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(100%)
}

.slider, .slider2 {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider:focus-visible ~ .slider-button,
.slider2:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line,
.slider-line2 {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button,
.slider-button2 {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}


@media screen and (max-width:1366px){
  .banner_btm_box{
    min-height:295px;
  }

  .service_content{
    min-height:300px;
  }
	
	.area_lists li a{
		font-size:13px;
	}
	
	.choose_box{
		min-height:230px;
	}


}

@media screen and (max-width:991px){
  .header_bottom{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.1);
  }

  .header_logo{
    width:90px;
    margin:0;
  }

  .home_banner{
    margin-top:120px;
  }

  .h_form_box{
    width:350px;
  }

  .footer_bottom{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:120px !important;
    padding:120px 0 100px !important;
  }
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.thumb-conatct .section .text{
		width:72%;
	}

  
}

@media screen and (max-width:767px){
  .home_banner .desc{
    bottom:18%;
  }

  .banner_sm_title{
    font-size:20px;
    line-height:22px;
  }

  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
  }

  .common_btn,
  .common_btn2,
  .b_phone_btn,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .banner_btm_panel{
    margin-top:0;
    padding-top:0;
    padding-bottom:35px;
  }

  .banner_btm_box,
  .service_content{
    min-height:auto;
  }

  .banner_btm_title, 
  .service_title{
    font-size:22px;
    line-height:28px;
  }

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .about_panel,
  .service_panel, 
  .testimonial_panel{
    padding:35px 0;
  }

  .about_panel::before{
    height:35px;
    top:-35px;
  }

  .about_content{
    margin-left:0;
    margin-bottom:0;
    margin-top:25px;
  }

  .about_sm_title, 
  .form_sm_title{
    font-size:20px;
    line-height:22px;
  }

  .about_bg_title, 
  .service_bg_title, 
  .form_bg_title, 
  .testimonial_bg_title, 
  .cost_bg_title, 
  .faq_bg_title{
    font-size:28px;
    line-height:36px;
    padding-bottom:16px;
  }

  .home_form:before{
    height:30px;
  }

  .home_form:after{
    display:none;
  }

  .h_form_box{
    width:100%;
    padding:25px !important;
  }

  .contact_form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:85px;
  }

  .testimonial_box .sp-testimonial-client-name{
    font-size:22px !important;
    line-height:24px !important;
  }

  .cost_panel{
    background-position:left center;
    padding:0 0 40px;
  }

  .cost_content{
    position:relative;
    z-index:999;
  }

  .accordion-button{
    font-size:16px;
    line-height:24px;
  }

  .faq_panel{
    padding-bottom:35px;
  }

  .footer_top{
    padding:30px 0 25px;
  }

  .footer_logo{
    width:100px;
  }

  .footer_title{
    font-size:22px;
    line-height:24px;
  }

  .footer_link li a, 
  .footer_contact li{
    font-size:14px;
    line-height:16px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 60px !important;
  }

  .thankyou-sec img,
  .error404 .page-content img{
    width:220px;
  }

  .area_panel{
    padding-top:35px;
  }

  .area_lists li{
    width:31%;
  }
	
	.inner_title {
		font-size:30px;
		line-height:38px;
	}
	.inner-sm-title{
		font-size:20px;
	}
	
	.icon-box img{
		width:60px;
	}
	
	.inner_list li {
		font-size:14px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
		line-height:22px;
	}
	
	.contact_map iframe{
		height:260px;
	}
	
	.choose_box{
		min-height:190px;
	}
	
	.choose_title{
		font-size:15px;
		line-height:22px;
	}
	
  
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:340px;
    object-fit:cover;
  }

  .home_banner .desc{
    bottom:12%;
  }

  .home_banner:after{
    height:20px;
  }

  .service_img:after{
    height:25px;
  }

  .cost_sm_img{
    width:160px;
  }

  .area_lists li{
    width:46%;
  }

  .faq_panel:before,
  .faq_panel:after{
    top:0;
  }

  .footer_contact li .text{
    width:90%;
    vertical-align:middle;
  }
	
	.inner_title {
		font-size:30px;
		line-height:38px;
	}
	.inner-sm-title{
		font-size:20px;
	}
	
	.icon-box img{
		width:50px;
	}
	
	.inner_list li {
		font-size:14px;
	}
	
	.choose_box{
		min-height:auto;
	}
	
/* 	.inner-sec,.inner-cta{
		padding-top:1rem !important;
		padding-bottom:1rem !important;
	} */
	

  
}
