h1, h2, h4, h5{
	margin: 0px;
}
body{
	font-family: Arial;
	font-size:18px;
}
a:hover{
	text-decoration:none;
}
.container{
	max-width:1230px;
}
.mainBody{
	background-color:#fff;
}
.headWrap {
   display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #231f58;
    border-radius: 8px;
    margin-top: 30px;
    height:160px;
}
.headTxt {
    width: 50%;
    margin: 0 auto;
    text-align: center;
	padding-right: 50px;
}
.headTxt h5 {
    color: #d9a627;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
}
.logoSet {
   width: 65%;
    background-color: #dedede;
    position: relative;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    display: flex;
    height: 181px;
    justify-content: left;
    align-items: center;
    border-radius: 8px 15px 15px 8px;
    padding-left: 45px;
}
.mainContent {
    padding: 65px 40px;
}
.rebecaTxt p {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 25px;
}
.drImgSet img {
    width: 100%;
}
.drImgSet h5 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-top: 18px;
}
.askDrBg{
	background-image: url(../images/contentBg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.askDrBg h1 {
    color: #bd9122;
    font-size: 58px;
    font-weight: bold;
}
.askDrBg {
    text-align: center;
    padding: 90px 0px;
    margin: 0px 0px 70px;
}
.askDrBg h4 {
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 80px;
}
.askDrBg .row {
    margin: 0px;
    padding: 0 60px;
}
.iconCntr{
	text-align:center;
	margin-bottom: 40px;
}
.askYouTube {
    background-color: #338f9d;
    padding: 80px 0px 10px;
    color: #fff;
}
.yTubeImg {
    margin-bottom: 75px;
    margin-right: 25px;
}
.yTubeTxt:before {
    position: absolute;
    content: '';
    border-left: 1px solid #fff;
    width: 1px;
    height: 192px;
    top: 5px;
    left: 0;
}
.yTubeTxt {
    position: relative;
    padding-left: 32px;
}
.yTubeTxt h4 {
    font-size: 25px;
    margin-bottom: 5px;
}
.yTubeTxt p {
    font-size: 19px;
    margin-bottom: 11px;
}
.yTubeTxt h5 {
    position: relative;
    padding-left: 28px;
}
.yTubeTxt h5:before {
    position: absolute;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    left: 0;
	font-size: 25px;
}
.yTubeTxt a {
    color: #fff;
    display: inline-block;
    font-size:22px;
    font-weight: bold;
}
.askYouTube h2 {
    text-align: center;
    margin-bottom: 65px;
    font-size: 32px;
    font-weight: bold;
}
.askYouTube h1{
    text-align: center;
    margin-bottom: 65px;
	position: relative;
}
.askYouTube h1 a {
    font-size: 33px;
    font-weight: bold;
    display: inline-block;
    color: #fff;
}
.askYouTube h1:before {
    content: '';
    position: absolute;
    height: 3px;
    width:50%;
    background-color: #fff;
    bottom: 15px;
    top: 46px;
}
.fooTxt h2 {
    font-size: 53px;
    text-align: right;
    color: #bd9122;
    font-weight: bold;
    line-height: 51px;
}
.fooStyle{
	padding: 100px 0px 70px;
}
.foolink:before {
    position: absolute;
    content: '';
    border-left: 2px solid #cccccc;
    height: 120px;
    top: -10px;
    left: 0px;
}
.foolink {
    position: relative;
}
.foolink ul li {
    font-size: 28px;
    list-style: none;
}
.foolink ul li i {
    color: #495057;
    font-size: 35px;
	margin-right:13px;
}
.foolink a {
    font-size: 28px;
    color: #000;
    display: inline-block;
	word-break: break-all;
}
.foolink .fa-facebook-square:before {
    font-size: 38px;
}
aside.fooCpTxt {
    background-color: #000;
    color: #bd9122;
    padding: 22px;
}
.fooCpTxt p {
    font-size: 26px;
	margin: 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.logoSet {
    padding-left: 20px;
	height: 140px;
}
.logoSet img {
    width: 90%;
}
.headTxt h5 {
    font-size: 24px;
}
.headWrap {
    height: 120px;
}
.rebecaTxt p {
    font-size: 19px;
}
.drImgSet h5 {
    font-size: 22px;
}
.askDrBg h1 {
    color: #bd9122;
    font-size: 45px;
}
.askDrBg h4 {
    font-size: 32px;
}
.iconImg img {
    width: 70%;
}
.yTubeTxt:before {
    height: 165px;
}
.askYouTube h1 a {
    font-size: 30px;
}
.askYouTube h1:before {
    width: 57%;
}
.fooTxt h2 {
    font-size: 40px;
    line-height: 40px;
}
.foolink a {
    font-size: 24px;
}
.fooCpTxt p {
    font-size: 20px;
}
	
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.logoSet {
    padding-left: 20px;
	height: 140px;
}
.logoSet img {
    width: 70%;
}
.headTxt h5 {
    font-size: 19px;
}
.headWrap {
    height: 120px;
}
.rebecaTxt p {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 13px;
}
.drImgSet h5 {
    font-size: 19px;
}
.askDrBg h1 {
    color: #bd9122;
    font-size: 36px;
}
.askDrBg h4 {
    font-size: 26px;
	margin-bottom: 40px;
}
.iconImg img {
    width: 75%;
}
.yTubeTxt h4 {
    font-size: 20px;
}
.yTubeTxt p {
    font-size: 16px;
    margin-bottom: 5px;
}
.yTubeTxt a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
.yTubeTxt h5:before {
    font-size: 21px;
}
.askYouTube h2 {
    margin-bottom: 45px;
    font-size: 27px;
}
.yTubeTxt:before { 
    height: 158px;
    top: 0px;
}
.askYouTube h1 a {
    font-size: 26px;
}
.askYouTube h1:before {
    height: 2px;
    width: 64%;
}
.fooTxt h2 {
    font-size: 38px;
    line-height: 38px;
}
.foolink ul li i {
    font-size: 28px;
}
.foolink .fa-facebook-square:before {
    font-size: 30px;
}
.foolink a {
    font-size: 20px;
}
.fooCpTxt p {
    font-size: 18px;
}
}
@media (max-width: 767.98px) {

.askDrBg h1 {
    font-size: 29px;
}
.askDrBg h4 {
    font-size: 21px;
	margin: 10px 10px 40px;
}
.eduImgCtrl {
    text-align: center;
    margin-bottom: 25px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.rebecaTxt p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 15px;
}
.drImgSet h5 {
    font-size: 20px;
    margin-top: 5px;
}
.logoSet {
    width: 45%;
	padding-left: 10px;
	height: 96px;
}
.headTxt h5 {
    font-size: 14px;
}
.headWrap {
    height: 80px;
}
.logoSet img {
    width: 80%;
}
.yTubeTxt h4 {
    font-size: 18px;
}
.yTubeTxt p {
    font-size: 15px;
    margin-bottom: 10px;
}
.yTubeTxt {
    margin-bottom: 50px;
}
.yTubeImg {
    margin: 0px;
}
.yTubeTxt a {
    font-size: 16px;
}
.yTubeTxt:before {
    height: 180px;
}
.askYouTube h1 a {
    font-size: 21px;
}
.askYouTube h1:before {
    height: 2px;
    width: 70%;
}
.fooTxt h2 {
    font-size: 26px;
    line-height: 29px;
}
.foolink a {
    font-size: 17px;
}
.foolink ul li i {
    font-size: 28px;
}
.foolink .fa-facebook-square:before {
    font-size: 30px;
}
.fooCpTxt p {
    font-size: 18px;
}
}
@media (max-width: 575.98px) {
	.headWrap {
    display: inherit;
    justify-content: center;
	border-radius: 8px;
    margin-top: 30px;
    height: 145px;
	}
	.logoSet img {
   width: 195px;
    margin: 0 auto;
	}
	.logoSet {
    width: 100%;
    height: 100px;
    justify-content: center;
    border-radius: 8px;
    padding-left: unset;
	clip-path: unset;
}
.headTxt {
    width: 100%;
	padding-right: unset;
}
.headTxt h5 {
    font-size: 17px;
    text-align: center;
    margin-top: 13px;
}
.rebecaTxt p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: justify;
}
.drImgSet h5 {
    font-size: 20px; 
    margin-top: 6px;
    margin-bottom: 20px;
}
.askDrBg {
    margin: 0px 0px 40px;
}
.iconImg img {
    margin-bottom: 30px;
}
.mainContent {
    padding: 65px 40px 30px;
}
.yTubeTxt:before {
	display:none;
}
.yTubeImg {
	margin: 0px 0px 6px;
}
.askYouTube h2 {
    margin-bottom: 30px;
	font-size: 20px;
}
.yTubeTxt h4 {
    font-size: 19px;
}
.yTubeTxt p {
    font-size: 17px;
    margin-bottom: 11px;
    line-height: 18px;
}
.yTubeTxt a {
    font-size: 16px;
}
.yTubeTxt h5:before {
    font-size: 21px;
}
.yTubeTxt {
    position: relative;
    padding-left: 32px;
    margin-bottom: 45px;
}
.yTubeTxt {
    padding-left: 0px;
    margin-bottom: 45px;
}
.askYouTube h1:before, .foolink:before {
	display: none;
}
.askYouTube h1 a {
    font-size: 24px;
}
.fooStyle {
    padding: 50px 0px;
}
.fooTxt h2 {
    font-size: 33px;
    line-height: 33px;
	margin-bottom: 10px;
	text-align: center;
}
.foolink ul li i {
    color: #495057;
    font-size: 25px;
}
.foolink .fa-facebook-square:before {
    font-size: 26px;
}
.foolink a {
    font-size: 17px;
}
.foolink ul {
    padding: 0px;
}
.yTubeTxt h5:before {
    right: 95px;
}
.askYouTube {
    text-align: center;
}
.foolink {
    text-align: center;
}
.fooCpTxt p {
    font-size: 16px;
    text-align: center;
}
}



































