.cntct_frm .wpcf7-form-control-wrap {
    width: 100%;
}

.cntct_frm .wpcf7-form-control.wpcf7-select{
	width: 100%;
}

.cntct_frm .wpcf7-form.sent .wpcf7-response-output, .cntct_frm .wpcf7 form.invalid .wpcf7-response-output, .cntct_frm .wpcf7 form.unaccepted .wpcf7-response-output{
	border: 0;
}

.cntct_frm .wpcf7-form.invalid .wpcf7-response-output{
	color: #f00;
	padding: 0;
}

.cntct_frm .wpcf7-form.sent .wpcf7-response-output{
	color: #46b450;
	padding: 0;
}

.blog_content blockquote p {
    font-size: 20px;
    color: #063844;
    font-style: italic;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 25px;
    padding: 0 45px;
}
.blog_content h5{
    font-size: 18px;
    color: #063844;
    font-weight: 600;
    margin-bottom: 50px;
}

.blog_content img {
    max-width: 730px;
    margin: 0 auto 70px;
}

.blog_content h2 {
    font-size: 35px;
    color: #762b70;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 50px;
    margin-top: 70px;
}
.blog_content h2 span {
    font-weight: 300;
    display: block;
}
.blog_content i {
    font-size: 20px;
    color: #063844;
    font-weight: 300;
    margin-bottom: 25px;
}

.header_outer {
  background-image: linear-gradient(to top, rgba(255,255,255,0.5), rgba(255,255,255,0));
}
.custm_nav li a::after {
  background-color: #762b70;
}
.custm_nav li a:hover {
  color: #762b70;
}

.bk_prgrm_btn.cta_btn {
    text-align: left;
}


.contact_modal .modal-header {
    padding: 0;
    border: 0;
}
.contact_modal .modal-header .close {
    padding: 0;
    margin: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #40123c;
    border: 0;
    color: #fff;
    opacity: 1;
    font-size: 27px;
    position: absolute;
    right: -18px;
    top: -16px;
}
.contact_modal .modal-body {
    padding: 30px 15px;
} 

.contact_modal .cntct_frm ul li input {
    width: 100%;
    height: 46px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 0 50px 0 15px;
    color: #40123c;
    font-size: 15px;
    font-weight: 400;
border-radius: 4px;
}
.contact_modal .cntct_frm ul li .dropdown-toggle.btn-light {
    width: 100%;
    height: 48px;
    background-color: transparent;
    line-height: 48px;
    border: 1px solid #ccc;
    padding: 0 15px;
    color: #40123c;
    border-radius: 4px;
}
.contact_modal .cntct_frm ul li textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 110px;
    padding: 15px 40px 10px 15px;
    border-radius: 4px;
    background-color: transparent;
    color: #40123c;
    background-position: top 10px right 12px;
}

.contact_modal .cntct_frm ul li input.sbmt  {
    width: 150px;
    height: 48px;
    color: #fff;
    background-color: #310b2e;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 5px;
}
.contact_modal .cntct_frm ul li input.sbmt:hover{background-color: #063844;}
.contact_modal  .cntct_frm .dropdown-menu li + li {
    margin-top: 0;
}
.contact_modal {
    padding-right: 0 !important;
}
.contact_modal .modal-header .close{z-index: 99}
.contact_modal .modal-header .close:hover{opacity:1}

/* home banner 29.10.21*/
.home_banr figure img{
  width: 100%;
}
.bnr_outer.home_banr {
    padding: 0;
}
.bnr_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 40px;
}

.cntct_frm2 ul li .dropdown-toggle.btn-light{
    border: 1px solid #847f7f;
    padding: 0 50px 0 30px;
    color: #847f7f;
    font-size: 15px;
    background-position: center right 20px;
    background-color: transparent;
}

.footer_blocks .phn {
    background-image: url(../images/telephone_wh.png);
}

.contact_sec .phn {
    background-image: url(../images/telephone.png);
    background-size: 16px;
}



@media (max-width: 991px) {
	.blog_content blockquote p {
	    font-size: 16px;
	    line-height: 26px;
	    margin-bottom: 20px;
	    padding: 0;
	}
	.blog_content  i {
	    font-size: 16px;
	}
	.blog_content h2 {
	    font-size: 28px;
	    line-height: 40px;
	}

}

@media (max-width: 767px) {
	
	.blog_content img {
	    max-width: 100%;
	    margin: 0 auto 50px;
	}
	.blog_content h2 {
	    font-size: 21px;
	    line-height: 30px;    
	    margin-bottom: 20px;
	    margin-top: 40px;
	}

}

@media (max-width: 575px) {
	.blog_content blockquote p {
	    font-size: 14px;
	    line-height: 21px;
	    margin-bottom: 15px;
	}
	.blog_content  i {
	    font-size: 14px;
	}
	.blog_content img {
	    max-width: 100%;
	    margin: 0 auto 50px;
	}
	.blog_content h2 span br {
	    display: none;
	}
	.contact_modal .modal-dialog {
	    padding: 0 15px;
	    margin-top: 40px;
	}
   

}
@media (max-width: 480px) {
	.blog_content h2 {
	    font-size: 18px;
	    line-height: 24px;
	}


}