@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;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#b363d1;
  border-radius:10px;
  padding:15px 30px;
}

.btn1:hover{
  background:#5937b8;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#5937b8;
  border-radius:10px;
  padding:15px 30px;
}

.btn2:hover{
  background:#b363d1;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}
/* ==== extra style css ==== */
  /*custom margin*/
  .mx-xl{
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
   /*img styling*/
.radious-img{
  border-radius: 10px 10px 10px 10px;
  /*border: 3px solid #1D4ED8;*/
}
   /* box colors*/

.bg-blue{
  background-color: #5937B8 !important; 
}
.bg-violet{
  background-color: #B363D1 !important; 
}
   /* box properties*/
.border-box{
	background-color: #fff !important;
	border: 3px solid #5937B8;
}
.img-box{
  border-radius:20px;  
  background-color: #B363D1;
}
.img-box img{
  border-radius: 20px 20px 0px 0px;  
}
   /* box sizes*/
.box-xl{
  min-height: 900px !important;
}
.box-lg{
  min-height: 700px !important;
}
.box-md{
  min-height: 660px !important;
}
.box-md-sm{
  min-height: 535px !important;
}
.box-sm{
  min-height: 100px !important;
}
  /* badge feature button*/
.badge-btn{
  background:#073255; 
  color:#fff; 
  font-size:14px;
}
.badge-btn-alt{
  background:#C2DCD6; 
  color:#073255; 
  font-size:14px;
}
  /* floating effect*/
  .float-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
  .float-btn:hover {
      transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  }
  .float-btn:active {
      transform: translateY(-1px);
  }
  /* sink-button effect*/
  .sink-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }
    .sink-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    }

  /*..
  *..custom table design..*
  ..*/  
  /* Custom Table Design */
	.why-us-table {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0;
	}

	.why-us-table th,
	.why-us-table td {
    padding: 1rem;
    vertical-align: middle;
	}

	.why-us-table thead th {
    background: linear-gradient(90deg, #FFC346 0%, #FF862D 100%);
    color: #fff;
    font-weight: 600;
    border: none;
	}

	.why-us-table tbody tr:nth-child(even) {
    background-color: #fff8f1;
	}

	.why-us-table tbody tr:hover {
    background-color: #fff2de;
    transition: background-color 0.3s ease;
	}

	.why-us-table td {
    border-color: #f1f1f1;
	}

	.why-us-table td:first-child {
    width: 28%;
    font-weight: 600;
    color: #333;
	}
 /*..
  *..inner page accordian design..*
  ..*/
  /*.custom-accordian .accordion-item .accordion-button{
       color: #fff !important;
       background-color: #E2E7F3 !important;
  }
  .custom-accordian .accordion-item .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #3C5FAF !important;    
  }
  .custom-accordian .accordion-item .accordion-button:focus{
       box-shadow: none !important;
  }*/
			/* accirdian button filter effect*/
  /*.custom-accordian .accordion-item .accordion-button::after{
       filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%) !important;
  }*/
/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 500ms ease-in-out;
}

.header_top{
  background:#528feb;
  padding:12px 0;
  transition:all 500ms ease-in-out;
}

.hd_contact ul li{
  font-size:16px;
  color:#fff;
  line-height:18px;
}

.hd_contact ul li a{
  color:#fff;
}

.hd_contact ul li a:hover{
  color:#492eb4;
}

.header_bottom{
  padding:15px 0;
  transition:all 500ms ease-in-out;
}

.header_block{
  padding-right:30px;
  z-index:9;
}

.header_block:before{
  content:"";
  position:absolute;
  width:96%;
  height:60px;
  background:#fff;
  border-radius:0 30px 30px 0;
  right:0;
  top:0;
  bottom:0;
  margin:auto 0;
  z-index:-1;
}

.header_logo{
  width:130px;
  transition:all 500ms ease-in-out;
}

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

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

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

}

.home_banner{
  border-radius:25px;
  overflow:hidden;
  margin:51px 15px 0;
}

.home_banner:before,
.page .entry-header:before,
.error404 .page-header:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to right, #3a7fc9 , rgba(58,127,201,.0));
  left:0;
  top:0;
}

.banner_desc{
  left:0;
  bottom:15%;
}

.banner_content{
  width:550px;
  max-width:100%;
}

.banner_bg_heading{
  font-family: "Tenor Sans", sans-serif;
  font-size:50px;
  line-height:54px;
  letter-spacing:-.02em;
  margin-bottom:20px;
}

.welcome_sec,
.service_sec,
.program_sec,
.choose_sec,
.faq_sec{
  padding:65px 0;
}

.welcome_cont_box{
  background:url(https://striveforstrength.com.au/wp-content/uploads/2026/07/home-bg-img.jpg) no-repeat left top;
  background-size:cover;
  border-radius:20px;
  overflow:hidden;
  margin-right:-112%;
  padding:62px 110% 62px 25px;
  z-index:9;
}

.welcome_cont_box:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:linear-gradient(to right, #b363d1 , rgba(179,99,209,.1));
  left:0;
  top:0;
  z-index:-1;
}

.welcome_sm_title{
  font-size:17px;
  line-height:24px;
  margin-bottom:20px;
}

.welcome_bg_title{
  font-family: "Tenor Sans", sans-serif;
  font-size:40px;
  line-height:48px;
}

.welcome_box{
  background:#faf6fc;
  border-radius:20px;
  padding:25px 20px;
  z-index:999;
}

.welcome_sec .col-lg-3:nth-child(3) .welcome_box{
  background:#ddddde;
}

.welcome_sec .col-lg-3:last-child .welcome_box{
  background:#32b7d6;
}

.appointment_box{
  min-height:350px;
}

.welcome_box.gray_box,
.welcome_box.blue_box{
  min-height:385px;
}

.welcome_title{
  font-size:20px;
  color:#020202;
  line-height:26px;
  font-weight:600;
  padding-bottom:8px;
}

.welcome_title:after{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  background:#5937b8;
  left:0;
  bottom:0;
}

.wel_ph_box a{
  font-size:20px;
  color:#030303;
  line-height:22px;
  font-weight:600;
  letter-spacing:.02em;
  background:url(../images/ph-icon02.png) no-repeat left center;
  padding:4px 0 4px 38px;
}

.wel_ph_box a:hover{
  color:#b363d1;
}

.visit_office_title{
  font-size:18px;
  color:#040404;
  line-height:20px;
  font-weight:500;
  margin-bottom:10px;
}

.office_address{
  font-size:15px;
  color:#060606;
  line-height:22px;
}

.office_address span{
  color:#5937b8;
  font-weight:600;
}

.office_time_list li{
  font-size:15px;
  color:#fff;
  line-height:22px;
  border-bottom:1px solid #fff;
  margin-bottom:12px;
  padding-bottom:12px;
}

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

.about_sec,
.work_sec,
.news_sec,
.test_sec{
  padding-bottom:65px;
}

.about_img{
  background:linear-gradient(to bottom right, #492eb4, #9a56ca);
  border-radius:120px 0;
  padding:10px;
}

.about_img img{
  border-radius:120px 0;
}

.about_bg_heading,
.serv_bg_heading,
.program_heading,
.work_bg_heading,
.choose_bg_heading,
.faq_bg_heading,
.news_bg_beading,
.test_bg_heading,
.form_bg_heading{
  font-family: "Tenor Sans", sans-serif;
  font-size:46px;
  color:#030303;
  line-height:50px;
  letter-spacing:-.03em;
  margin-bottom:20px;
  padding-bottom:15px;
}

.serv_bg_heading span,
.choose_bg_heading span,
.faq_bg_heading span,
.news_bg_beading span,
.form_bg_heading span{
  color:transparent;
  -webkit-text-stroke:1px #030303;
}

.about_bg_heading:after{
  content:"";
  position:absolute;
  width:80px;
  height:1px;
  background:#030303;
  left:0;
  bottom:0;
}

.about_sm_heading{
  font-family: "Tenor Sans", sans-serif;
  font-size:18px;
  color:#514775;
  line-height:24px;
  margin-bottom:15px;
}

.about_md_heading{
  font-size:20px;
  color:#4a4a4a;
  line-height:22px;
  font-weight:600;
  margin-bottom:15px;
}

.service_sec,
.choose_sec,
#footer{
  background:#efeff4;
  border-radius:25px;
  margin:0 15px;
}

.serv_sm_heading,
.choose_sm_heading,
.faq_sm_heading,
.news_sm_heading,
.form_sm_heading{
  font-size:22px;
  color:#4885a1;
  line-height:24px;
  font-weight:500;
  letter-spacing:.04em;
  margin-bottom:10px;
}

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

.serv_content{
  background:#c8e2e8;
  border-radius:15px;
  min-height:408px;
  padding:15px;
}

.serv_heading{
  font-size:20px;
  color:#020202;
  line-height:26px;
  font-weight:600;
  margin:15px 0 10px;
}

.serv_content a{
  font-size:16px;
  color:#636363;
  line-height:18px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.serv_content a:hover{
  color:#492eb4;
}

.program_img img{
  border-radius:80px 0 80px 80px;
  position:relative;
  z-index:9;
}

.program_img:after{
  content:"";
  position:absolute;
  width:100px;
  height:100px;
  background:#492eb4;
  right:-15px;
  top:-15px;
}

.program_img:before{
  content:"";
  position:absolute;
  width:220px;
  height:260px;
  background:#f2e5f7;
  border:1px solid #b363d1;
  border-radius:80px;
  left:-10px;
  bottom:-10px;
}

.work_box:after{
  content:"";
  position:absolute;
  width:41px;
  height:19px;
  background:url(../images/right-arrow01.png) no-repeat right top;
  right:-52px;
  top:0;
}

.work_sec .col-lg-3:nth-child(2) .work_box:after{
  background:url(../images/right-arrow02.png) no-repeat right top;
  top:auto;
  bottom:0;
}

.work_sec .col-lg-3:last-child .work_box:after{
  display:none;
}

.work_number{
  display:inline-block;
  width:45px;
  height:45px;
  background:#0a5d92;
  text-align:center;
  border-radius:50%;
  font-size:20px;
  color:#fff;
  line-height:45px;
  font-weight:600;
}

.work_cont{
  display:inline-block;
  width:80%;
  vertical-align:top;
  padding-left:12px;
}

.work_heading{
  font-size:20px;
  color:#030303;
  line-height:26px;
  font-weight:600;
  margin-bottom:10px;
}

.work_cont .common_paragraph{
  font-size:15px;
  line-height:22px;
}

.choose_sm_heading{
  color:#914ec7;
}

.choose_icon{
  display:inline-block;
  width:65px;
  height:65px;
  line-height:65px;
  background:linear-gradient(to bottom, #9b4bba, #5936ac);
  border-radius:15px;
  text-align:center;
}

.choose_box:hover .choose_icon{
  background:#fff;
}

.choose_box:hover .choose_icon img{
  filter:invert(42%) sepia(100%) saturate(408%) hue-rotate(236deg) brightness(68%) contrast(96%);
}

.choose_content{
  display:inline-block;
  width:86%;
  vertical-align:top;
  padding-left:15px;
}

.choose_heading{
  font-size:22px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.p_logo_sec{
  background:#c8e2e8;
  border-radius:0 0 25px 25px;
  margin:-25px 15px 0;
  padding:60px 0 35px;
}

.faq_image img{
  border-radius:0 65px;
}

.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:20px;
  color:#050505;
  line-height:28px;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:inherit;
  background:#eaf2f2;
  padding:14px 20px;
}

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

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
  background:#5936ac;
  color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
  filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.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;
}

.news_img img{
  border-radius:25px;
}

.news_post_date{
  font-size:18px;
  color:#010101;
  line-height:22px;
  font-weight:500;
  position:absolute;
  width:55px;
  background:#fff;
  border-radius:12px;
  left:20px;
  top:20px;
  padding:10px;
}

.news_heading{
  font-size:22px;
  color:#040404;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.h_form_sec{
  margin-bottom:65px;
}

.h_form_sec:after{
  content:"";
  position:absolute;
  width:25%;
  height:100%;
  background:#32b7d6;
  right:0;
  top:0;
}

.sp-testimonial-free{
  padding-top:15px;
  padding-left:180px;
}

.sp-testimonial-free:before{
  content:"";
  position:absolute;
  width:78px;
  height:61px;
  background:url(../images/quote-icon01.png) no-repeat left top !important;
  background-size:100% !important;
  left:0;
  top:0;
  z-index:999;
}

.sp-testimonial-client-image{
  position:absolute;
  left:50px;
  top:15px;
}

.sp-testimonial-content p{
  font-size:17px !important;
  color:#030303;
  line-height:28px !important;
  letter-spacing:.03em !important;
  text-align:left !important;
}

.sp-testimonial-client-name{
  font-size:22px !important;
  color:#300559 !important;
  line-height:24px !important;
  font-weight:600 !important;
  font-style:italic !important;
  letter-spacing:.02em !important;
  text-align:left !important;
}

.sp-testimonial-client-rating{
  display:block !important;
  text-align:left !important;
}

.h_form_box{
  background:#32b7d6;
  padding:35px 0 35px 35px;
  z-index:9;
}

#footer{
  background:#035888;
  padding:50px 0 30px;
}

.footer_map iframe{
  width:100%;
  height:200px;
  border-radius:15px;
  margin-bottom:0;
}

.footer_mid{
  border-bottom:1px solid #b463d1;
  margin-bottom:30px;
  padding-bottom:40px;
}

#footer .contact_form .block .form-control{
  background:#32b7d6;
  border-bottom:none;
  border-radius:10px;
  padding:10px 15px;
}

#footer .contact_form .block .btn{
  background:#b463d1;
  border:none;
  color:#fff;
}

#footer .contact_form .block .btn:hover{
  background:#32b7d6;
}

.footer_title{
  font-size:26px;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.footer_link li{
  line-height:0;
  padding-left:20px;
  margin-bottom:10px;
  position:relative;
}

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

.footer_link li:before{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  background:#fff;
  border-radius:50%;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
}

.footer_link li a:hover,
.footer_contact li a:hover{
  color:#b463d1;
}

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

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

.footer_contact li .text{
  display:inline-block;
  width:90%;
  vertical-align:top;
  padding-left:10px;
}

.footer_contact li{
  line-height:20px;
}

.footer_contact li a{
  color:#fff;
}

.footer_bottom .common_paragraph span,
.footer_bottom .common_paragraph a{
  font-weight:600;
}

.footer_bottom .common_paragraph a{
  color:#fff;
}

#back-button {
  display:inline-block;
  background-color:#5937b8;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  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 center center; !important;
  background-size:cover;
  margin-top:50px !important;
  padding:260px 0 130px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Tenor Sans", sans-serif;
  font-size:50px;
  color:#fff;
  line-height:54px;
  letter-spacing:-.03em;
  position:relative;
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#533925;
  line-height:75px;
  border-radius:20px 0 20px 20px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-size:24px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

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

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

.inner_cont_sec .form_block{
  background:#a38153;
  border-radius:20px;
}

.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:52px;
  border-radius:0;
  border:none;
  border-bottom:1px solid #fff;
  background:none;
  font-size:16px;
  color:#fff;
  line-height:20px;
  padding:10px 0;
}

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

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

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

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

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right center !important;
}

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

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

.contact_form .block .btn{
  width:100%;
  font-size:17px;
  color:#035888;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:uppercase;
  background:none;
  border-radius:30px;
  border:1px solid #fff;
  text-align:center;
  padding:14px 30px;
}

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

.contact_form .block .wpcf7-spinner,
.van_booking_form .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:#010101;
  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_bg_title{
  font-family: "Tenor Sans", sans-serif;
  font-size:48px;
  color:#030303;
  line-height:54px;
  letter-spacing:-.03em;
}

.inner_bg_title strong,
.cta_bg_title strong{
  color:#00547a;
}

.inner_sm_title{
  font-family: "Tenor Sans", sans-serif;
  font-size:28px;
  color:#050505;
  line-height:32px;
  letter-spacing:-.03em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

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

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-family: "Tenor Sans", sans-serif;
  font-size:46px;
  color:#040404;
  line-height:50px;
  font-weight:700;
  letter-spacing:-.03em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#914ec7;
  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;
  letter-spacing:.02em;
  background:#5937b8;
  padding:15px 20px;
}

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

@media screen and (max-width:1366px){
  .welcome_box.gray_box, 
  .welcome_box.blue_box{
    min-height:410px;
  }

  .serv_content{
    min-height:348px;
  }


}

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

  .header_block:before{
    display:none;
  }

  .header_logo{
    width:80px;
  }

  .home_banner{
    margin-top:104px;
  }

  .banner_desc{
    bottom:5%;
  }

  .choose_content{
    width:78%;
  }

  .h_form_sec:after{
    display:none;
  }

  .h_form_box{
    padding:30px;
  }

  #footer{
    padding-bottom:75px;
  }

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

  .page .entry-header, 
  .error404 .page-header{
    margin-top:104px !important;
    padding:120px 0 100px !important;
  }


}

@media screen and (max-width:767px){
  .home_banner,
  .service_sec, 
  .choose_sec, 
  #footer{
    border-radius:0;
    margin:104px 0 0;
  }

  .banner_bg_heading,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:34px;
    text-shadow:1px 1px 2px rgba(0,0,0,.4);
    margin-bottom:12px;
  }

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

  .banner_content .common_paragraph,
  .welcome_sm_title{
    text-shadow:1px 1px 2px rgba(0,0,0,.6);
  }

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

  .welcome_sec, 
  .service_sec, 
  .program_sec, 
  .choose_sec, 
  .faq_sec{
    padding:35px 0;
  }

  .welcome_cont_box{
    margin-right:0;
    padding:25px;
  }

  .welcome_sm_title{
    font-size:15px;
    line-height:23px;
    margin-bottom:12px;
  }

  .welcome_bg_title{
    font-size:26px;
    line-height:30px;
    text-shadow:1px 1px 2px rgba(0,0,0,.4);
  }

  .appointment_box,
  .welcome_box.gray_box, 
  .welcome_box.blue_box{
    min-height:auto;
  }

  .wel_ph_box a{
    font-size:18px;
  }

  .about_sec, 
  .work_sec, 
  .news_sec, 
  .test_sec{
    padding-bottom:35px;
  }

  .about_bg_heading, 
  .serv_bg_heading, 
  .program_heading, 
  .work_bg_heading, 
  .choose_bg_heading, 
  .faq_bg_heading, 
  .news_bg_beading, 
  .test_bg_heading, 
  .form_bg_heading{
    font-size:28px;
    line-height:32px;
  }

  .about_sm_heading{
    font-size:15px;
    line-height:22px;
  }

  .service_sec, 
  .choose_sec, 
  #footer{
    margin:0;
  }

  .serv_sm_heading, 
  .choose_sm_heading, 
  .faq_sm_heading, 
  .news_sm_heading, 
  .form_sm_heading{
    font-size:18px;
    line-height:20px;
  }

  .serv_content{
    min-height:328px;
  }

  .serv_content a{
    font-size:15px;
  }

  .work_box:after{
    display:none;
  }

  .work_cont{
    width:78%;
  }

  .work_heading{
    font-size:18px;
    line-height:25px;
  }

  .choose_icon{
    width:55px;
    height:55px;
    line-height:55px;
  }

  .choose_content{
    width:87%;
  }

  .choose_heading,
  .news_heading{
    font-size:20px;
    line-height:26px;
  }

  .p_logo_sec{
    border-radius:0;
    margin:0;
    padding:30px 0;
  }

  .p_logo_sec ul li{
    display:inline-block;
    width:49%;
    vertical-align:top;
    margin-bottom:15px;
  }

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

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

  .news_post_date{
    font-size:16px;
    line-height:20px;
  }

  .sp-testimonial-free{
    padding-left:130px;
  }

  .sp-testimonial-free:before{
    width:50px;
  }

  .sp-testimonial-client-image{
    left:20px;
  }

  .sp-testimonial-content p{
    font-size:15px !important;
    line-height:22px !important;
  }

  .sp-testimonial-client-name{
    font-size:18px !important;
    line-height:20px !important;
  }

  .h_form_sec{
    margin-bottom:35px;
  }

  .h_form_box{
    padding:25px;
  }

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

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

  #footer{
    padding-top:30px;
  }

  .footer_logo img{
    width:100px;
  }

  .footer_mid{
    padding-bottom:30px;
  }

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

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

  .footer_contact li{
    line-height:18px;
  }

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

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }
	/* img-box properties*/
  .img-box, .img-box-sm, .box-xl, .box-lg, .box-md, .box-md-sm, .box-sm{
    min-height: auto !important;
  	padding: 0px;
  }
	.inner_bg_title, .cta_bg_title{
	  font-size: 25px;
	  line-height: 32px;	  
	}
	.inner_sm_title{
	  font-size: 23px;
	}  
}

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

  .about_img,
  .about_img img{
    border-radius:70px 0;
  }

  .serv_content{
    min-height:auto;
  }

  .program_img:after{
    right:-6px;
    top:-6px;
  }

  .program_img:before{
    left:-6px;
    bottom:-6px;
  }

  .choose_content{
    width:80%;
  }

  .p_logo_sec ul li{
    display:block;
    width:100%;
    text-align:center;
  }

  
}
