a{
    text-decoration: none !important;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
   font-family: poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0;
    margin: 0;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start ---*/

/*--- poppins font family start ---*/
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Light.eot");
    src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Poppins-Light.woff2") format("woff2"),
      url("../fonts/Poppins-Light.woff") format("woff"),
      url("../fonts/Poppins-Light.ttf") format("truetype"),
      url("../fonts/Poppins-Light.svg#Poppins-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Regular.eot");
    src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Poppins-Regular.woff2") format("woff2"),
      url("../fonts/Poppins-Regular.woff") format("woff"),
      url("../fonts/Poppins-Regular.ttf") format("truetype"),
      url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Poppins-Medium.woff2") format("woff2"),
      url("../fonts/Poppins-Medium.woff") format("woff"),
      url("../fonts/Poppins-Medium.ttf") format("truetype"),
      url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
      url("../fonts/Poppins-SemiBold.woff") format("woff"),
      url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
      url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url("../fonts/Poppins-Bold.eot");
    src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/Poppins-Bold.woff2") format("woff2"),
      url("../fonts/Poppins-Bold.woff") format("woff"),
      url("../fonts/Poppins-Bold.ttf") format("truetype"),
      url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*--- poppins font family end ---*/

/*---- font family secion end ---*/

.header_top {
    background: #f79924;
    padding: 12px 0;
    transition: all 500ms ease-in-out;
}
.header_info_detail, .header_info_detail a {
    display: inline-block;
    color: #fff;
    padding-right: 60px;
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
}
.header_info_detail img{
    padding-right: 10px;
}
.header_info_detail a{
    padding-right: 0;
}
.header_info_detail a:hover{
	color: #673292;
}
.header_top_right_link {
    text-align: right;
}
.header_top_right_link a{
    padding-left: 20px;
}
.header_logo{
    transition: all 500ms ease-in-out ;
}
.header_btm {
    background: #fff;
}
.top_headbtn {
    background: #673292;
    background-size: 200%;
    padding: 12px 35px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    border-radius: 27px;
    font-weight: 600;
    transition: all 500ms ease-in-out;
}
.top_headbtn:hover {
    box-shadow: inset 0 80px #f79924;
    color: #fff;
}
.navbar-default {
    border-color: transparent;
    background-color: #fff;
}
.header_nav ul li {
    margin-right: 18px;
}
.header_nav ul li a::before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #673292;
    transition: width .3s;
    position: absolute;
    bottom: 25px;
    left: 0;
}
.header_nav ul li a:hover::before,.header_nav ul li.current-menu-item a::before{
	width: 80%;
}
.header_nav ul li a:hover{
	color: #673292;
}

.header_nav ul li li a::before{
	display: none;
}

.navbar-default.navbar-shrink .header_btm {
    box-shadow: 0px 5px 11px -7px #c8c8c8;
}

/*---- header section end ----*/

/*---- banner section start -----*/
.banner_bg {
    position: relative;
    margin-top: 140px;
}
.banner_img img {
    width: 100%;
}
.banner_bg .ms-slide-info {
    position: absolute !important;
    top: 50%;
    left: 8%;
    max-width: 670px;
    transform: translateY(-50%)!important;
}
.banner_text1 {
    font-size: 60px;
    color: #fff;
    line-height: 68px;
    font-weight: bold;
}
.banner_text1 strong {
    font-weight: 600;
    color: #f79924;
}
.banner_text_para {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding-right: 45px;
    line-height: 30px;
    padding-top: 20px;
}
.banner_btn_btm {
    margin-top: 35px;
}

.banner_custom_btn:hover{
    background-position: right center;
    color: #fff;
}
.btn_font {
    font-size: 18px;
}

.banner_bg .ms-nav-prev,
.banner_bg .ms-nav-next{
    background:url(../images/bn_left_arrow.png) no-repeat left center !important;
    border:none !important;
    border-radius:0 !important;
}

.banner_bg .ms-nav-next{
    background:url(../images/bn_right_arrow.png) no-repeat right center !important;
}

.banner_bg .ms-bullets-count{
    bottom:30px !important;
}

.banner_bg .ms-bullet{
    border:none !important;
    background:rgba(255,255,255,.5) !important;
    width:10px !important;
    height:10px !important;
}

.banner_bg .ms-bullet.ms-bullet-selected{
    background:#fff !important;
}

/*---- banner section start -----*/

/*--- about section start --*/
.about_bg {
    padding: 85px 0 105px;
}
.about_img_box {
    position: relative;
}
.about_img_box img,.about_img_position img,.chose_right_img img{
    border-radius: 5px;
}
.about_img_position {
    position: absolute;
    top: 116px;
    right: 0;
}

.about_text1 {
    font-size: 30px;
    font-weight: 500;
    color: #673292;
    position: relative;
    margin-bottom: 25px;
}
.about_text1::before {
    position: absolute;
    content: "";
    width: 85px;
    height: 4px;
    background: #673292;
    bottom: -10px;
    left: 0;
}
.about_text2 {
    font-size: 40px;
    color: #002737;
    font-weight: 600;
    line-height: 45px;
    padding-bottom: 12px;
}
.about_text_para {
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 22px;
    color: #4b4b4b;
}
.about_para_cust{
    padding-bottom: 15px;
}

/*--- about section end --*/

/*---- services section start --*/
.services_bg {
    background: #f6f6f6;
    padding: 48px 0;
}
.services_top_box{
    text-align: center;
}
.services_hd_text1 {
    font-size: 30px;
    font-weight: 500;
    color: #673292;
    margin-bottom: 27px;
    position: relative;
    display: inline-block;
}
.services_hd_text1::before {
    position: absolute;
    content: "";
    bottom: -5px;
    width: 85px;
    height: 4px;
    background: #673292;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service_top_text{
    padding-bottom: 44px;
}
.services_btm_all_box {
    background: #fff;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 26px;
    padding: 11px;
    border-radius: 14px;
    border-bottom: 5px solid #673292;
}
.services_img img,.appoinments_right_img img {
    width: 100%;
    border-radius: 10px;
}
.services_btm_text {
    text-align: center;
    padding-bottom: 20px;
}
.serv_text1 {
    height: 83px;
    font-size: 24px;
    color: #002737;
    font-weight: 600;
    padding: 0px 15px;
    line-height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.serv_text_para {
    font-size: 17px;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 27px;
    padding-bottom: 18px;
	min-height: 100px;
}
.serv_btn_link {
    font-size: 20px;
    font-weight: 600;
    color: #f79924 !important;
    background: url(../images/right_arrow.png) no-repeat 96% center;
    padding-right: 38px;
    background-size: 25px;
}
.serv_btn_link:hover{
    background-position: 100% center;
}


/*--- goal section start ---*/
.goal_bg{
    background: url(../images/img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.goal_text_box {
    text-align: center;
    padding: 70px 15px 40px;
}
.goal_text1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
}
.goal_text1 strong {
    color: #f79924;
    font-weight: 600;
}
.contat_img_info img {
    filter: brightness(0) saturate(100%) invert(81%) sepia(44%) saturate(4741%) hue-rotate(343deg) brightness(100%) contrast(94%);
}
.goal_text_para {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding: 18px 0;
}
.contat_img_info a {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    vertical-align: middle;
    padding-left: 20px;
}
.contat_img_info a:hover {
    color: #f79924;
}


/*--- goal section end ---*/

/*-- choose section start --*/
.choose_info {
    padding: 85px 0 44px;
}

.choose_info_list ul li {
    background: url(../images/ch_icon.png) no-repeat left 4px;
    padding-left: 35px;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;
    color: #4b4b4b;
    background-size: 25px;
}

.job_text{
    font-size: 36px;
}
.job_btn {
    text-align: right;
    padding-top:0;
}
.ch_btn {
    margin-right: 0;
    margin-left: 15px;
    font-size: 18px;
}

.job_top_pading .row{
    align-items:center;
}

.job_top_pading {
    padding-top: 80px;
}
.jb_boder_right {
    border-right: 1px solid rgb(72 72 127 / 50%);
}
.jb_text_para{
    padding-right: 95px;
}
/*-- choose section end --*/

/*-- appoinments section start --*/
.appoinments_info {
    background: url(../images/img3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0 370px;
}
.appoinments_text_under {
    color: #fff;
}
.appoinments_form_bg {
    margin-top: -315px;
    
}
.appoinments_form_back{
    background: #fff;
    padding: 27px;
    border-radius: 5px;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 11;
}

.appoinments_form_back .box{
    margin-bottom:15px;
}

.appoinments_form_back .col-lg-12:last-child .box{
    margin-bottom:0;
}

.appoinments_form_back .box p{
    margin-bottom:0;
}

.appoinments_form_back .box label, .right-sec-contact-information .box label {
    font-size: 18px;
    color: #f79924;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.appoinments_form_back .box .form-control ,.right-sec-contact-information .box .form-control{
    background:none;
    border:1px solid rgba(0,0,0,.2);
    height:50px;
    border-radius:5px;
    font-size:18px;
    color:#8a8a8a;
    line-height:22px;
    font-weight:500;
    margin:0;
    padding:10px 15px;
}

.appoinments_form_back .box textarea.form-control ,.right-sec-contact-information .box textarea.form-control{
    height:107px;
    resize:none;
}

.appoinments_form_back .box .form-control:focus,
.appoinments_form_back .box .btn:focus ,.right-sec-contact-information .box .form-control:focus,
.right-sec-contact-information .box .btn:focus {
    box-shadow:none;
}

.appoinments_form_back .box .btn ,.right-sec-contact-information .box .btn ,.referral_inner_page .box .btn{
    background: #673292;
    padding: 12px 35px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height:20px;
    border-radius:5px;
    font-weight: 400;
    text-transform:capitalize;
    width:100%;
    text-align:center;
    transition:all 500ms ease-in-out;
}

.appoinments_form_back .box .btn:hover ,.right-sec-contact-information .box .btn:hover 
,.referral_inner_page .box .btn:hover{
    box-shadow: inset 0 80px #f79924;
}

.appoinments_form_back .box .wpcf7-not-valid-tip ,.right-sec-contact-information .box .wpcf7-not-valid-tip{
    font-size:14px;
    margin-top:5px;
}

.appoinments_form_back .wpcf7-response-output ,.right-sec-contact-information .wpcf7-response-output{
    font-size:14px;
    border:none !important;
    margin:20px 0 0 !important;
    padding:0 !important;
}

.appoinments_form_back .wpcf7-spinner ,.right-sec-contact-information .wpcf7-spinner{
    display:none;
}

/*-- appoinments section end --*/

/*--- testimonial section start --*/
.testimonial_bg {
    background: url(../images/back_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -134px;
    padding: 220px 0 50px;
}

.testimonial_detail .sp-testimonial-client-testimonial{
    padding:0 8%;
}

.testimonial_detail .sp-testimonial-content p{
    font-size:20px !important;
    color:#292828;
    line-height:36px !important;
    font-weight:400 !important;
    font-style:italic !important;
}
.testimonial_detail .sp-testimonial-client-name {
    display: inline-block;
    font-size: 23px !important;
    color: #673292 !important;
    line-height: 25px !important;
    font-weight: 600 !important;
    padding-left: 22px !important;
    position: relative;
}

.testimonial_detail .sp-testimonial-client-name:before{
    content:"";
    position:absolute;
    width:15px;
    height:3px;
    background: #673292;
    left:0;
    top:0;
    bottom:0;
    margin:auto 0;
}

.testimonial_detail .sp-testimonial-client-designation{
    font-size:18px !important;
    color:#4b4b4b !important;
    line-height:20px !important;
    font-weight:400 !important;
}
.testimonial_detail .testimonial-nav-arrow{
    border:none !important;
    font-size:50px !important;
    color:rgba(228,45,50,.5) !important;
}

.testimonial_detail .testimonial-nav-arrow:hover{
    background:none !important;
}
.testimonial_detail .sp-testimonial-free {
    padding-top: 40px;
}
.testimonial_detail .sp-testimonial-client-rating {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
/*--- testimonial section end --*/
/*---- footer section start -----*/
.footer_bg {
    background: #22003d;
    padding-top: 56px;
}
.footer_head{
    font-size: 30px;
    color: #fff;
    margin-bottom: 38px;
    font-weight: 600;
    position: relative;
}
.footer_head::before {
    position: absolute;
    content: "";
    bottom: -9px;
    width: 100px;
    height: 1px;
    background: #fff;
    left: 5px;
}
.footer_para {
    font-size: 17px;
    color: #f9f9f9;
    line-height: 30px;
    padding: 0px 127px 40px 0;
    font-weight: 400;
}
.footer_social_text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.footer_social a {
    padding-left: 22px;
}
.footer_link li {
    padding-bottom: 10px;
}
.footer_link li a {
    font-size: 18px;
    color: #f9f9f9;
    font-weight: 400;
}
.footer_link li a:hover {
    padding-left: 5px;
    color: #f79924;
}
.footer_iconimg {
    margin-right: 12px;
    width: 30px;
}
.footer_text_left {
    width: 80%;
}
.footer_text_left, .footer_text_left a {
    font-size: 17px;
    color: #fff;
}
.footer_text_left a:hover {
    color: #f79924;
}
.footer_copy {
    background: #000;
    margin-top: 67px;
}
.footer_copy_text {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
}
 .footer_copy_text a{
    color: #fff;
}
.footer_copy_text a:hover{
    color: #f79924;
}

/*--- footer section end --*/

.page .entry-header, .blog_page_header{
    background:url(../images/banner.jpg) no-repeat center top !important;
	background-size: cover !important;
    max-width: 100% !important;
    margin:143px 0 0 !important;
    padding:150px 0 120px !important;
	position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}

/*-- inner page section start --*/
.inner_page_text_hd {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    color: #000;
    padding-bottom: 15px;
}
.inner_page_text_hd strong {
    color: #673292;
    font-weight: 600;
}
.inner_page_text_para {
    font-size: 16px;
    padding-bottom: 15px;
    color: #494949;
    line-height: 24px;
    font-weight: 400;
}
.inner_page_list ul{
	padding: 0;
	margin: 0;
}
.inner_page_list {
    padding-bottom: 15px;
}
.inner_page_list ul li {
    background: url(../images/check_mark.png) no-repeat left 4px;
    font-size: 16px;
    color: #000000;
    padding: 0px 0 6px 25px;
    line-height: 25px;
    font-weight: 400;
    list-style: none;
    background-size: 20px;
}
.inner_page_bg {
    padding: 40px 0;
}
.inner_page_bg:nth-child(even) {
    background: #f8f8f8;
}

.inner_img img {
    width: 100%;
    border-radius: 5px;
}
.inner_page_contact {
    background: #673292;
    text-align: center;
    padding: 50px 0;
}
.inner_pg_cnt_hd {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 15px;
}
.inner_pg_cnt_para {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.all-inside-cards-contact-sec {
    display: flex;
    word-break: break-word;
    align-items: center;
    gap: 5px 15px;
}
.all-inside-cards-contact-sec:not(:last-child) {
    margin: 25px 0;
}
.contact_icon_box_pg {
    background: #f79924;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.5s;
}
.all-inside-cards-contact-sec li {
    list-style: none;
    font-size: 17px;
    color: #f79924;
    line-height: 25px;
    font-weight: 600;
}
.all-inside-cards-contact-sec li a, .all-inside-cards-contact-sec li strong {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
}
.all-inside-cards-contact-sec li a:hover {
    color: #008e4a;
}
.right-sec-contact-information {
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid #673292;
    margin-top: 25px;
}
.review_page_box_inner {
    background: url("../images/quote_icon.png") no-repeat;
    background-size: 50px;
    background-position: 20px 30px;
    border: 1px solid rgb(31 35 91 / 46%);
    padding: 100px 20px 20px;
    min-height: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 10px -2px #bebebe;
}
.review_page_box_name {
    font-weight: bold;
    color: #f79924;
    font-size: 18px;
}
.review_page_box_text {
    font-size: 17px;
    line-height: 25px;
    color: #474747;
    padding-bottom: 15px;
}

/*-- refferal page start --*/
.referral_inner_page {
    background: #ffffff;
    padding: 25px;
    box-shadow: 0px 0px 17px -4px #9a9a9a;
    border-radius: 10px;
    border: 1px solid #673292;
}
.refe_hd p {
    margin: 0;
}
.refe_hd {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #002737;
}
.referral_inner_box .box .form-control {
    border: 1px solid #6b6b6b !important;
	border-radius: 0 !important;
}
.referral_inner_box .wpcf7-list-item {
    margin-left: 0;
    margin-right: 10px;
    display: block;
}
.referral_inner_box .box textarea {
    height: 120px;
    resize: none;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    box-shadow: none !important;
}
.refe_hd2 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 20px;
}
.referral_inner_page .wpcf7-response-output{
	display: none;
}
.refe_hd strong {
    color: #158d44;
    font-weight: 500;
}

.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #f79924;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #673292;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
#back_to_top {
    display: none;
    position: fixed;
    bottom: 56px;
    right: 10px;
    z-index: 99;
    outline: none;
    background: #f79924;
    cursor: pointer;
    padding: 5px 8px;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
}
#back_to_top:hover{
    background: #673292;
}
.error_container {
 display: flex;
 min-height: 100vh;
align-items: center;
text-align: center;
}

/*-- responsive css start --*/
@media only screen and (min-width : 320px) and (max-width : 1024px) {
.header_top ,.hd_topbtn ,.header_nav{
	display: none;
}
.header_logo img {
    width: 140px;
}
.header_btm {
    padding: 8px 0;
}
.banner_bg {
    margin-top: 55px;
}
.ms-slide-bgcont img {
    object-fit: cover !important;
    height: 100% !important;
}
.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 420px !important;
}
.banner_bg .ms-slide-info {
    left: 2%;
    max-width: 320px;
}
.banner_text_para {
    font-size: 18px;
    line-height: 28px;
    padding: 12px 0 0 0;
}
.banner_text1 {
    font-size: 30px;
    line-height: 35px;
}
.banner_bg .ms-nav-prev {
    top: auto !important;
    left: 0 !important;
    bottom: 15px !important;
}
.banner_bg .ms-nav-next {
    top: auto !important;
    left: 20px !important;
    bottom: 15px !important;
}
.about_img_box {
    padding-right: 70px;
}
.about_img_position img {
    width: 210px;
}
.about_right_box {
    margin-top: 80px;
}
.about_bg {
    padding: 45px 0 50px;
}
.about_text1 ,.services_hd_text1{
    font-size: 22px;
    margin-bottom: 20px;
}
.about_text1::before ,.services_hd_text1::before{
    width: 55px;
}
.about_text2 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 10px;
}
.btn_font {
    font-size: 16px;
}
.top_headbtn {
    padding: 10px 28px;
}
.serv_text1 {
    height: 70px;
    font-size: 18px;
    padding: 0;
	line-height: 24px;
}
.services_bg {
    background: #f6f6f6;
    padding: 30px 0;
}
.goal_text1 {
    font-size: 25px;
    line-height: 35px;
}
.goal_text_box {
    padding: 40px 0px 40px;
}
.goal_text_para {
    font-size: 17px;
    padding: 10px 0;
}
.contat_img_info a {
    font-size: 22px;
}
.contat_img_info img {
    width: 35px;
}
.choose_info {
    padding: 40px 0;
}
.job_top_pading {
    padding-top: 30px;
}
.jb_text_para {
    padding-right: 0;
}
.job_btn {
    text-align: center;
}
.chose_right_img {
    margin-top: 40px;
}
.chhose_boxtop {
    margin-top: 0;
}
.appoinments_info {
    padding: 30px 0 320px;
}
.appoinments_right_img {
    margin-top: 40px;
}
.testimonial_bg {
    margin-top: 0;
    padding: 50px 0 40px;
}
.testimonial_detail .sp-testimonial-client-testimonial {
    padding: 0;
}
.footer_head {
    font-size: 20px;
    margin-bottom: 30px;
}
.footer_box {
    margin-bottom: 30px;
}
.footer_para {
    font-size: 16px;
    line-height: 25px;
    padding: 0px 0 20px 0;
}
.footer_copy {
    margin-top: 0;
}
.footer_copy_text {
    font-size: 15px;
    padding: 15px 0 60px;
}
.footer_social_text img {
    width: 25px;
}
.footer_social a {
    padding-left: 12px;
}
.footer_text_left {
    width: 100%;
}
.page .entry-header, .blog_page_header {
    margin: 0 0 0 !important;
    padding: 80px 0 80px !important;
}
.page .entry-title, .blog_page_title {
    font-size: 22px;
}
.inner_pg_cnt_hd ,.inner_page_text_hd{
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
}
.inner_img {
    margin-bottom: 30px;
}
.inner_page_bg {
    padding: 25px 0;
}
.inner_page_contact {
    padding: 25px 0;
}
.refe_hd2 {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 25px;
}
.left-sec-contact-information {
    margin-bottom: 40px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.about_right_box {
    margin-top: 0;
}
.chose_right_img {
    margin-top: 0;
}
.job_btn .ch_btn {
    margin-bottom: 15px;
}
.appoinments_right_img {
    margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.about_right_box {
    margin-top: 0;
}
.chose_right_img {
    margin-top: 0;
}
.job_btn .ch_btn {
    margin-bottom: 15px;
}
.appoinments_right_img {
    margin-top: 0;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {
.banner_bg .ms-slide-info {
    left: 4%;
}
}

@media screen and (min-width: 1624px) {
.banner_bg .ms-slide-info {
    left: 10%;
}
}

@media screen and (min-width: 1920px) {
.banner_bg .ms-slide-info {
    left: 16%;
}
}

@media screen and (min-width: 2048px) {
.banner_bg .ms-slide-info {
    left: 18%;
}
}

@media screen and (min-width: 2550px) {
.banner_bg .ms-slide-info {
    left: 24%;
}
} 