@media (min-width: 360px) and (max-width: 640px) {



.ab_p {
    font-size: 23px;
    font-weight: 700;
    padding-top: 0px;
    font-family: calibri;
    text-align: center;
}

.ab_p1 {
    font-size: 17px;
    font-weight: 600;
    font-family: calibri;
    color: #757575;
    text-align: justify!important;
}


.top50 {
    padding-top: 28px;
}

.search {
    width: 200px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 9px;
    font-size: 16px;
    background-color: white;
    background-image: url(../img/searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 7px 12px 5px 35px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border-color: #FFC107 #FFC107 #FFC107;
}


.mob_cen
{
text-align:center;
}

.mob_b20
{
padding-bottom:20px;
}


.ana_p {
    margin: 0px;
    font-size: 20px;
    font-family: calibri;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
}


.ab_p2 {
    font-size: 15px;
    font-weight: 600;
    font-family: calibri;
    color: #757575;
    text-align: center;
    line-height: 25px;
}


.news_p {
    font-size: 38px;
    font-family: calibri;
    font-weight: 700;
    margin: 0px;
    text-align: center;
}


.view_pad {
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 0px;
}



.media-carousel {
    margin-bottom: 0;
    padding: 0 13px 27px 13px;
    margin-top: 30px;
}



.media-carousel .carousel-control.left {
    left: -33px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 348px;
}


.media-carousel .carousel-control.right {
    right: -33px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 345px;
}



.filofinpur input[type="text"] {
    padding: 5px 48px 5px 5px;
    margin: 0;
    width: 66%;
    color: #000;
    border: 0;
    outline: none;
}



}


@media (min-width: 320px) and (max-width: 480px) {
    
    .search {
    width: 200px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 9px;
    font-size: 16px;
    background-color: white;
    background-image: url(../img/searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 7px 12px 5px 35px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border-color: #FFC107 #FFC107 #FFC107;
}

    
}


