.bg-grey{
    background:#212123 url(../images/all-icons.png);
    background-repeat: no-repeat;
    width:100%;
    height: auto;

    background-position-x: center;
}
.bg-none{
    background:none;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.text-white{
    color: white;
}
.bord-1 {
    border: 2px solid #38383a;
    border-radius: 18px;
    position: relative;
    top: 55%;
}

.imag{


    position: absolute;
    margin-top: 202px;
    left: 270px;
    border-radius: 50%;
    z-index: 99999;
}

.img-set{
    position: relative;
    top: 2em;
    left: -3em;
}

.marg-top-links{
    position: relative;
    top: 67px;
    list-style: none;
}
.marg-top-8em{
    margin-top: 8em;
    z-index: 2;
}
.marg-bottom84{
    margin-bottom: 84px;
}
.navbar-toggle{
    border:1px soild #fff;
}
.navbar-toggle .icon-bar{
    background:#fff;
}
.second_bg {
    background: #0095b3 !important;
}
.clear{
    clear: both;
}

.leaflet{
    border: 9px solid #007a92;
    border-radius: 0px 58px 0px 58px;
    padding: 46px;
    background: #5fc0c9;
    margin-top: 32px;
    font-size:12px;

}
.leaflet ul{
    list-style-image: url('../images/payment/arrow.png');
} 


.ft-sz{
    font-size: 13px;
    color: #9fa3a4;
}
.ft-st{
    font-size: 13px;
    color: #494f51;
}
.ft-st1{

    font-size: 13px;
    color: #fff;
}
.lt-ht{
    line-height: 27px;
}
.mg-tp10{
    margin-top: 10em;
}
.mg-tp{
    margin-top: 2em;
}


.hedi-ing {
    color: #fffe00;
    font-size: 21px;
}
.text-black{
    color:#212123;
}
.skew-effect{
    padding: 15px;
    border:5px solid #00a6c8;
    border-radius: 58px 0px 58px 0px;    
    text-align: center;
    color: #fff;
    background:#007a92;
    font-size: 19px;
    -moz-box-shadow: 5px 5px #212123;
    -o-box-shadow: 5px 5px #212123;
    -ms-box-shadow: 5px 5px #212123;
    -webkit-box-shadow: 5px 5px #212123;
    box-shadow: 5px 5px #212123;
    margin-bottom: 34px;
}

.bgs-center{
    background:#0095b3 url(../images/payment/img2.png);
    background-repeat: no-repeat;
    width:100%;
    height: auto;
    background-position-x: center;
    background-position-y: center;

}
.marg-top-links a{
    font-size: 13px;
    color: #9fa3a4;    
}
.marg-top-links a:hover{
    font-size: 12px;
    color: #0095b3;  
    text-decoration: none;  
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #0095b3;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 17px 16px;
    text-decoration: none;
    font-size: 12px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 20px;
    right: -78px;
    z-index: 99;
    border: none;
    outline: none;
    background: url(../images/payment/rocket.png);
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
    padding: 70px;
    border-radius: 10px;
}

#myBtn:hover {
    /* Add a dark-grey background on hover */
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 767px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 767px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}



@media (max-width:767px)
{
    .col-md-12.marg-top-8em {
        margin-top: 0em;
    }
    .skew-effect{
        font-size: 12px;
    }
    .mg-tp10 {
        margin-top: 2em;
    }
    .panel-body.bord-1{
        margin-top: 57px;
    }


}

@media (min-width:768px){
    .img-4{
        position: absolute;
        right: -8px;
        top: 77%;
        z-index: 9;
        width: 33%;
    }
    .marg-tp92{
        margin-top: 92px;
    }
    .col-md-12.marg-top-8em {
        margin-top: 0em;
    }


}

@media (min-width:1024px){
    .img-4{
        position: absolute;
        right: -57px;
        top: 88%;
        z-index: 9;
        width: 33%;
    }

}
/*Style CSS*/
.circle-container {
    position: relative;
    /* 1 */
    width: 44em;
    height: 44em;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    /* 2 */
    box-sizing: content-box;
    /* 3 */
    margin: 7em auto 0;
    border: solid 1px #5fc0c9;
}
.circle-container > * {
    /* 4 */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11em;
    height: 11em;
    margin: -6em;    border: 1px solid #5fc0c9;
    border-radius: 7em;
    background: #5fc0c9;
    text-align: center;

}

.circle-ft-size{
    font-size: 10px;
    padding: 23px;
}
.circle-container > :nth-of-type(1) {
    transform: rotate(13deg) translate(21.5em) rotate(-13deg);
}
.circle-container > :nth-of-type(2) {
    transform: rotate(84deg) translate(21em) rotate(-84deg);
}
.circle-container > :nth-of-type(3) {
    transform: rotate(123deg) translate(21em) rotate(-123deg);
}
.circle-container > :nth-of-type(4) {
    transform: rotate(160deg) translate(21em) rotate(-161deg);
}
.circle-container > :nth-of-type(5) {
    transform: rotate(197deg) translate(21em) rotate(-197deg);
}
.circle-container > :nth-of-type(6) {
    transform: rotate(233deg) translate(21em) rotate(-233deg);
}
.circle-container > :nth-of-type(7) {
    transform: rotate(270deg) translate(21em) rotate(-270deg);
}
.circle-container > :nth-of-type(8) {
    transform: rotate(306deg) translate(21em) rotate(-306deg);
}
.circle-container > :nth-of-type(9) {
    transform: rotate(338deg) translate(21em) rotate(-338deg);
}
.circle-container > :nth-of-type(10) {
    transform: rotate(407deg) translate(21em) rotate(-408deg);

}
.circle-container > :nth-of-type(11) {
    transform: rotate(407deg) translate(21em) rotate(-408deg);

}

.circle-container img {
    display: block;
    width: 100%;
    border-radius: 50%;
    filter: grayscale(100%);

}


/*Circle arrow*/

.circle-arrow {
    position: relative;
    /* 1 */
    width: 44em;
    height: 44em;
    padding: 0;
    border-radius: 50%;
    list-style: none;
    /* 2 */
    box-sizing: content-box;
    /* 3 */
    margin: -618px auto 0;

}
.circle-arrow > * {
    /* 4 */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 2em;
    margin: -6em;
    background:url(../images/payment/circle-arrow.png);
    background-repeat: no-repeat;
    text-align: center;

}

.circle-ft-size{
    font-size: 10px;
    padding: 23px;
}
.circle-arrow > :nth-of-type(1) {
    transform: rotate(33deg) translate(29.2em) rotate(93deg);
}
.circle-arrow > :nth-of-type(2) {
    transform: rotate(91deg) translate(26.1em) rotate(112deg);
}
.circle-arrow > :nth-of-type(3) {
    transform: rotate(123deg) translate(21.8em) rotate(114deg);
}
.circle-arrow > :nth-of-type(4) {
    transform: rotate(160deg) translate(21em) rotate(-161deg);
}
.circle-arrow > :nth-of-type(5) {
    transform: rotate(210deg) translate(14.5em) rotate(-254deg);
}
.circle-arrow > :nth-of-type(6) {
    transform: rotate(263deg) translate(15.5em) rotate(-282deg);
}
.circle-arrow > :nth-of-type(7) {
    transform: rotate(306deg) translate(19.5em) rotate(-287deg);
}
.circle-arrow > :nth-of-type(8) {
    transform: rotate(339deg) translate(24em) rotate(-289deg);
}
.circle-arrow > :nth-of-type(9) {
    transform: rotate(367deg) translate(27.4em) rotate(-286deg);
}
.circle-arrow > :nth-of-type(10) {
    transform: rotate(420deg) translate(28.8em) rotate(-258deg);

}
.circle-arrow > :nth-of-type(11) {
    transform: rotate(407deg) translate(21em) rotate(-408deg);

}

.circle-arrow img {
    display: block;
    width: 100%;
    border-radius: 50%;
    filter: grayscale(100%);

}
.round{
    border-radius: 92px;
    background: #fcac2e;
    width: 1em;
    height: 1em;
    position: relative;
    left: 57%;
    top: 33%;
}






/*css for my fee page */
.header-gradient {
    background-color: #b93499;
    background: -webkit-gradient(linear,left top,right top,from(#6100a5),color-stop(#8241aa),color-stop(#b93499),to(#ec0677));
    background: -webkit-linear-gradient(left,#6100a5,#8241aa,#b93499,#ec0677);
    background: linear-gradient(to right,#6100a5,#8241aa,#b93499,#ec0677);
    height: 4px;
}

/*background: #00bcd4;*/




.ft-34{
    font-size:34px;
}
.padd-top-128{
    padding-top:128px;   
}
.ft-22{
    font-size:22px;
}

.ft-31{
    font-size:31px;
}
.ft-41 {
    font-size: 41px;
    color: #ffc24f;
}

.grey-head {
    color: #2e3e4f;
}
.padd-top151{
    padding-top: 151px;
}
.padd40{
    padding: 40px 0px;
}


@media (max-width:768px){


    .padd40 {
        padding: 15px 0px;
    }
    .ft-31 {
        font-size: 23px;
    }
    h3 {
        font-size: 15px;
    }

}

@media (max-width:767px){
    .padd-top-128 {
        padding-top: 43px;
    }


    .ft-31 {
        font-size: 21px;
    }

    .ft-22 {
        font-size: 19px;
    }
    .padd40 {
        padding: 13px 0px;
    }

}


/*css end my fee page*/


/*css for collect my fee page */
.header-gradient-sky {
    background-color: #3490b9;
    background: -webkit-gradient(linear,left top,right top,from(#6100a5),color-stop(#8241aa),color-stop(#b93499),to(#ec0677));
    background: -webkit-linear-gradient(left,#69a8d0,#ace8f7,#a4cdea,#239db9);
    background: linear-gradient(to right,#5fccde,#37a2d4,#afddf3,#0c8d9a);
    height: 4px;
}

.carousel-inner-bg {
    width: 100%;
    margin: auto;
    min-height:549px;
    background: url(../images/launch-soolegal.jpg);
}
@media (max-width:768px){
    .carousel-inner-bg {
        min-height: 0px;

    } 

    .model-box {
        margin-left:0px !important;  
    }
} 
.model-box {
    background: rgba(255, 255, 255, 0.79);
    border: 14px solid #cae8f5;
    padding-top: 15px;
    margin-top: 132px;
    width: 732px;    
    margin-left:215px;  
} 

@media (max-width:767px){
    .model-box {
        background: rgba(255, 255, 255, 0.79);
        border: 7px solid #cae8f5;
        padding-top: 4px;
        margin-top: 41px;
        max-width: 100%;
        margin-left: -1px !important;

    } 
}
.model-box1 {
    background: url(../images/bg-soolegal.jpg) !important;
    width: 150px !important;
    padding: 9px!important;
    margin: 25px !important;
    margin-top: 6px !important;
    height: 50px !important;
    margin-left: 501px !important;

}
jumbotron.model-box:hover {
    border: 11px solid #524432;
}
.carousel-inner-bg1 {
    width: 100%;
    margin: auto;
    min-height: 466px;
    background: rgb(246, 246, 246);
}

.hover-match {
    border: 9px solid #fff;

    box-shadow: 0px 0px 0px 1px #e2dfdf;
    transition: 1s;

}

.hover-match:hover {
    border: 9px solid #fdc25c;

    background: #fdc25c;
    -moz-box-shadow: 1px 1px 7px #a0a0a0;
    -webkit-box-shadow: 1px 1px 7px #a0a0a0;
    -ms-box-shadow: 1px 1px 7px #a0a0a0;
    -o-box-shadow: 1px 1px 7px #a0a0a0;
    box-shadow: 2px 2px 11px #c1c1c1;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(254, 162, 53);
    display: block;
}
.tex-img-hover {
    color: white;
    font-size: 12px;
    position: relative;
    /* top: 0.7%; */
    padding: 9px;
    height: 100%;
    width: 100%;
    text-align: left;
    /* left: 0; */
    transform: translate(-50%, -50%);
    break-after: auto;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.hover-match-new {
    border: 9px solid #fff;
    padding: 14px;
    box-shadow: 0px -1px 20px 1px #e2dfdf;
    transition: 1s;
    height: 182px;
}




.sideline{
    font-size: 16px;
    font-style: italic;
    color: #000;
    position: relative;
    top: -19em;
    right: 16px;
    text-align: right;}


@media (max-width:768px){

    .sideline{
        font-size: 12px;
        font-style: italic;
        color: #000;
        position: relative;
        bottom: 0;
        top: -22em;
        right: 31px;
        text-align: right;}

}
}

@media (max-width:767px){

    .sideline{
        font-size: 12px;
        font-style: italic;
        color: #000;
        position: relative;
        bottom: 0;
        top: -26em;
        right: 31px;
        text-align: right;}

}
}



