/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width: 320px) and (max-width: 575px){


}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {


}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
        /*body{background:yellow;}*/
    .nav-logo {
        width:167px;
    }
    .description-text-logo {
        position: absolute;
        left: 42px;
        width: 313px;
        font-size: 11px !important;
        top: 22px !important;
    }
    .question-col {
        text-align: right !important;
    }
    .question-txt {
        margin-left: 5px;
        font-size: 11px;
    }
    .call-no {
        top: 6px !important;
        font-size: 11px;
    }
    .call-text {
        float: right;
        margin-right: 94px;
        margin-top: -10px;
        font-size: 12px;
    }
.account-txt {
    font-size:12px !important;
}
    .rt-breadcump.rt-breadcump-height .rt-breadcump-height h4 {
        font-size:24px;
    }
    .success-description {
        margin-top: 7px;
        font-size: 17px !important;
        font-family: 'Poppins';
    }
    .domian-txt {
        font-size: 14px !important;
    }
    .girl-banner {
        position: absolute;
        top: 377px;
        width: 454px;
        left: 54%;
    }

    .domain-card {
        width:216px;
    }
    h5 {
        font-size:16px !important;
    }
   .feature-active .owl-carousel.owl-loaded  .owl-stage-outer{
       margin-left: -16px !important;
   }
    .rt-section-title {
        font-size:37px !important;
    }
    .rt-footer-logo {
        width: 58%;
    }
    /*.owl-carousel .owl-stage-outer {*/
        /*margin-left: -21px;*/
    /*}*/
    .owl-carousel .owl-stage-outer {
        margin-left: -18px;
    }
    .footer-description {
        position: absolute;
        top: 28px;
        left: 46px;
        font-size: 14px;
    }
    .sticky-ques{
        margin-left: 0px !important;
        width: 344px;
        margin-right: 213px;
        font-size: 12px !important;
    }
    .main-menu ul.show {
        width: 227%;
        top: 38px;
        left: 67px;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    /*body{background:black;}*/
}
@media only screen and (max-width: 900px) {

}