/* media query */

@media (max-width: 998px){
    .custom-d-flex{
        display: flex;
        align-items: center;
        justify-content: center;   
    }
    .custom-d-flex img{
        max-width: 250px;
        margin: 0 auto; 
    }


    .mar-l-80{
        margin-left: 0px;
    }

    .pad-l-180{
        padding-left: 0px;
    }

    .mar-l-100{
        margin-left: 0px;
    }
}



@media (max-width: 768px){

    .banner-subtitle {
        font-size: 26px;
    }

    .logo-container {
        width: 100%;
        justify-content: space-between;
    }

    .banner-sec{
        background-image: url(../images/background.svg);
        background-repeat: no-repeat!important;
        background-size: cover!important;
        width: 100%!important;
        background-position: center center!important;
    }

    .menu-toggle{
        display: block;
    }
    .navbar{
        display: none;
    }
    .banner-img-pos{
        display: none;
    }
    .banner-info{
        text-align: center;
    }
    .btn-group.btn-full-wd {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .p-ml-dis{
        margin-left: 10px !Important;
    }
    .p-mr-dis{
        margin-right: 10px !Important;
    }
    .m-tb-lg{
        margin-top:30px; 
    }
    .right-text-sec {
        min-height: unset;
        width: unset;
    }
    .box-sec{
        display: none;
    }
    .m-t-2{
        margin-top: 20px !Important;
    }
    .m-b-3{
        margin-bottom: 30px;
    }
    .p-t-3{
        padding-top: 30px;
    }
    .text-center-phn{
        text-align: center;
    }
    .p-phn-30{
        padding-top: 30px;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 375px){
    .logo-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .banner-title {
        font-size: 24px;
    }
    .banner-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .col-revs{
        flex-direction: column-reverse;
    }
    .right-text-sec {
        min-height: unset;
    }
    .m-b-8-p {
        margin-bottom: 5%;
    }
    .ft-s36 {
        font-size: 28px;
        line-height: 22px;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-width : 667px){
    .logo-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .banner-title {
        font-size: 26px;
    }
    .banner-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .col-revs{
        flex-direction: column-reverse;
    }
    .right-text-sec {
        min-height: unset;
    }
    .m-b-8-p {
        margin-bottom: 5%;
    }
    .ft-s36 {
        font-size: 28px;
        line-height: 22px;
    }

}
@media only screen and (min-device-width : 667px) and (max-device-width : 768px) {
    .logo-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .col-revs{
        flex-direction: column-reverse;
    }
    .right-text-sec {
        min-height: unset;
    }
    .m-t-20-p {
        margin-top: -44%;
    }	
    .m-b-20-p {
        margin-bottom: 40%;
    }


}
@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) {
    .banner-img-pos {
        top: 0px;
    }
    .banner-title {
        font-size: 28px;
    }
    .btn-group.btn-full-wd {
        display: flex;
        flex-direction: column;
    }
    .p-ml-dis{
        margin-left: 10px !Important;
    }
    .p-mr-dis{
        margin-right: 10px !Important;
    }

}
@media (min-width: 320px) and (max-width: 575px) {
    h3, .h3 {
    font-size: 1.5rem;
}

.right-text-sec {
    padding-top: 0vh;
}
    
    .text-xs-left {
        text-align: left !important;
    }
    .text-xs-right {
        text-align: right !important;
    }
    .text-xs-center {
        text-align: center !important;
    }
    .m-t-20-p {
        margin-top: -92%;
    }
    .m-b-20-p {
        margin-bottom: 75%;
    }
}
@media (max-width: 767px){
    .copy-sec-dis{
        display: none !Important;
    }
}
@media (min-width: 768px){
    .copy-sec-phn{
        display: none !Important;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .banner-img-pos{
        display: none;
    }
    .banner-info {
        text-align: center;
    }
}
@media (min-width: 1600px) and (max-width: 1920px){
    .banner-img-pos {
        margin-top: -60px;
        margin-bottom: -150px;
    }
    .banner-title {
        font-size: 48px;
    }
    .banner-text {
        font-size: 20px;
        padding-left: 25%;
    }
    .m-t-20-p{
        margin-top: -16%;
    }
    .m-b-20-p{
        margin-bottom: 18%;
    }
    .m-b-8-p{
        margin-bottom:-4%;
    }

}


