@media screen and (max-width:1040px){
    p {
        font-size: 18px;
    }
}
@media screen and (max-width:986px){

    #gallery .item img{
        height: 120px;
    }
    .contact {
        background-size: contain;
        height: 200px;
    }
    .aboutus,.playtime {
        background-size: contain;
    }
    .logo{

    }
    .logo img{
        width:150px;
    }
    .accountlogin {
        top: 2%;
    }
    p {
        font-size: 16px;
    }
    h1.heading {
        font-size: 28px;
    }
    .thecirclerate .col-md-3{
        margin-top:25px;
    }
    .circle4s {
        height: 220px;
    }
    .offerhead {
        font-size: 26px;
    }
    #gallery .carousel-control img {
        width: 20px;
    }
    #gallery .carousel-control.left {
        left: -18%;
        top: 30%;
    }
    #gallery .carousel-control.right {
        right: -18%;
        top: 30%;
    }
    #testimonials .item .testcont {
        height: auto;
        width: 100%;
        margin-top:20px;

    }
    #testimonials .carousel-control.left{
        left: -13%;
        top: 50%;
    }
    #testimonials .carousel-control.right{
        right: -8%;
        top: 50%;
    }
    .logosection{
        text-align: center;
    }
    .newsform .col-md-6.col-md-offset-2{
        padding:0px;
        margin-bottom:15px;
    }
    .contactusicons img {
        margin: auto;
        float:none;
        padding-top: 15px;
    }
    .circle4s{
        display: block;
        margin: auto;
    }
    .fullwidth {
        height: 400px;
    }
    .aboutus {
        padding: 20px 0px;
    }
    h1.heading{
        -webkit-text-stroke-width: 1px;
    }
}
@media screen and (max-width:786px){
    #testimonials .carousel-control img,
    #gallery .carousel-control img{
        width: 30px;
    }
    .fullwidth {
        background:url("../img/mainbgxs.jpg") no-repeat;
        height: auto;
        background-position: 85% 100%;
        background-size: contain;
        background-color: #b2e0f7;
        padding-bottom: 30%;
    }
    .logo img{
        width:150px;
    }

    #testimonials .carousel-control.right {
        right: -13%;
        top:46%;
    }
    #testimonials .carousel-control.left{
        top:46%;
    }
    #gototop {
        top: 93%;
    }
}
