.contactBanner {
    background-image: url(../images/contactusbanner.jpg);
    height: 320px;
    background-size: 160% 100%;
    background-position: right -50px top;
    display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
    float: left;
    width: 100%;
}
.contactBanner h1 {
    color: #fff;
    font-size: 40px;
    margin-top: -50px;
}
.contactBanner p {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;
}
.contactUsMain {
    background: #0c3178;
    float: left;
    width: 100%;
    padding-bottom: 60px;
}
.conatcM .leftCt {
    padding: 40px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 45%;
}
.conatcM .rightCt {
    background: #f3f6f8;
    padding: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 55%;
}
.conatcM {
    display: flex;
    margin-top: -109px;
    box-shadow: 0 3px 25px #0000001a;
    background: #fff;
    border-radius: 30px;
}
.conatcM hr{
    background-color: #b4c5d3;
    margin-top: 25px;
    margin-bottom: 25px;
}
.conatcM h2{
	    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 12px;
}
.conatcM h2:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 5px;
    background: #ed0101;
}
.conatcM h3 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
}
.infoIcon {
    display: flex;
    align-items: center;
    background-color: #ecf0f4;
    padding: 5px;
    border-radius: 100px;
    text-decoration: none;
    scroll-behavior: smooth;
    margin-top: 15px;
}
.infoIcon span.imgs{
	background-color: #0c44ac;
    padding: 14px;
    display: flex;
    border-radius: 100%;
}
.infoIcon span.imgs img{
	filter: brightness(0) invert(1);
    width: 22px;
    aspect-ratio: 1 / 1;
}
span.texts {
    font-weight: 600;
    color: #0c44ac;
    padding-left: 10px;
    font-size: 14px;
    line-height: 17px;
}
span.texts.phnText {
    font-size: 20px;
}
.iconright{
    display: flex;
    background-color: #b8c8d8;
    margin-left: auto;
    padding: 7px;
    border-radius: 100%;
    margin-right: 12px;
    transition: .3s;
}
.infoIcon:hover .iconright{
    background-color: #0c44ac;
}
.iconright img{
    filter: invert(26%) sepia(93%) saturate(1276%) hue-rotate(191deg) brightness(85%) contrast(86%);
    width: 12px;
    aspect-ratio: 1 / 1;
}
.infoIcon:hover .iconright img{
	filter: brightness(0) invert(1);

}
.conatcM .rightCt p {
    font-size: 14px;
    color: #000;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 10px;
    opacity: 0.9;
}
.conatcM .rightCt p a{
	color: #0c3178;
	text-decoration: underline;
	font-weight: bold;
}

.conatcM .leftCt h4 {
    font-weight: 600;
    color: #0c44ac;
    padding-left: 10px;
    font-size: 17px;
    padding-top: 22px;
}
.conatcM .leftCt h4 span{
    font-weight: 400;
}
/*Ipad*/
@media only screen and (max-width: 1199px) {
  span.texts.phnText {
    font-size: 18px;
}

}
/*Ipad 1*/
@media only screen and (max-width: 991px) {
  span.texts.phnText {
    font-size: 16px;
}
.conatcM .leftCt {
    padding: 40px 15px;
    width: 50%;
}
.conatcM .rightCt {
    padding: 40px 15px;
    width: 50%;
}

  
}

/*Mobile*/
@media only screen and (max-width: 767px) {
  span.texts.phnText {
    font-size: 16px;
}
.conatcM .leftCt,
.conatcM .rightCt {
    padding: 30px 20px;
    width: 100%;
    border-radius: 20px;
}
.conatcM {
    margin-top: 30px;
    flex-wrap: wrap;
}
.contactUsMain {
    padding-bottom: 30px;
}
.contactBanner h1 {
    font-size: 25px;
    margin-top: 0;
}
.contactBanner p {
    font-size: 14px;
}
.contactBanner {
    height: 130px;
    padding: 0 15px;
}
.iconright {
    margin-right: 5px;
}


}
/*Mobile*/
@media only screen and (max-width: 374px) {
span.texts.phnText {
    font-size: 14px;
}
span.texts {
    font-size: 13px;
}
.conatcM .leftCt h4 {
    padding-left: 0;
    font-size: 15px;
}

}