@font-face {
  font-family: 'Louis George Cafe';

  src: url(fonts/lg_cafe.ttf);
}
.crd_o_wrap,
.crd_wwo_wrap{
	margin-top: 80px;
}
.crd_ec_wrap{
	margin-top: 80px;
}
.crd_head_small {
    color: #2664A8;
    font-size: 20px;
    line-height: 34px;
}
.crd_para_bcolor{
	color: #2664A8;
}
.crd_parastrong{
	font-weight: 700;
	font-size: 20px;
}
.crd_head_metext{
	font-size: 17px;
}
.crd_head_me {
	 margin-top: 32px;
    margin-left: 3rem;
}
.mt-32{
	    margin-top: 32px;
}
.mb-32{	
    margin-bottom: 32px;
}
.mb-0{
	margin-bottom: 0;
}
ul.crd_list li {
  position: relative;
    list-style: none;
    padding-left: 24px;
    margin-bottom: 22px;
    color: #565656;
    font-weight: 600;
}
ul.crd_list li:before {
    content: '';
    align-self: center;
    background-color: var(--manhattan);
    border-radius: 4.5px;
    height: 9px;
    margin-bottom: 1px;
    width: 9px;
    position: absolute;
    top: 10px;
    left: 0px;
}

h6.crd_wwf_head_list {
    color: #F58634;
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 34px;
    padding-left: 14px;
    position: relative;
}
h6.crd_wwf_head_list:before {
    content: '';
    align-self: center;
    background-color: #f58634;
    border-radius: 4.5px;
    height: 6px;
    margin-bottom: 1px;
    width: 6px;
    position: absolute;
    top: 14px;
    left: 0px;
}
h2.crd_ec_head {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #2664A8;
}

@media screen and (max-width: 767px){
    .crd_wwo_wrap,
    .crd_ec_wrap,
    .rd_ec_wrap {
        margin-top: 20px !important;
    }
    h2.crd_ec_head {
        font-size: 20px;
    margin-bottom: 20px;
    }
    .crd_o_wrap{
        margin-top: 0px !important;
    }
    #content p {
    font-size: 16px;
    }
    .tab-content {
        padding: 0 10px;
    }
    .crd_head_me {
    margin-left: 0rem;
    }
    h1.abttitle.Pc_mb_title {
    font-size: 20px;
    text-align: left;
    padding-top: 21px;
    color: #565656 !important; 
}
 h1.abttitle.Pc_mb_title svg {
    margin-top: -9px;
}
.tab-container {
    margin-bottom: 32px;
}
.crd_mb_bg_ht {
    background: #FFF7E9;
    padding: 15px;
}
.toggle .toggle-title.bhakthi-color.upper {
    font-size: 16px;
}
.toggle .toggle-content {
    background: #e1f5ff !important;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 15px;
    padding-right: 15px;
}
}