 
@media only screen and (min-width: 1570.99px) and (max-width: 1920px) { 
  
    .container-xxl {
      max-width: 1440px;
      width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
    }
  
    .container-fluid {
      max-width: 100%;
      width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
    }
  
    .container {
      max-width: 1440px;
      width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
    }

    .content-right {
        background: #C3000B;
        border-radius: 20px;
        min-height: 929px;
        position: relative;
      }
      .content-right-bg img {
        width: 100%;
    }
    .content-right-bg {
        position: absolute;
        right: 0px;
        bottom: -30px;
    }

}


@media only screen and (min-width: 1280px) and (max-width: 1440.99px){
    .container-xxl {
        max-width: 95%;
         width: 100%;
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }
  
    .container {
      max-width: 95%;
      width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  body {  
    
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    background: url(../images/bg.png) no-repeat center top;
    background-size: cover;
    height: auto;
}
.content-right {
min-height: 665px;
}
.content-right .content p {
    width: 90%;
    margin-bottom: 20px;
}
.content-right-bg img {
	width: 55%;
}
.content-right-bg {
	position: absolute;
	right: -320px;
	bottom: -25px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1024.99px){
  
    .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
body {  
    
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    background: url(../images/bg.png) no-repeat center bottom;
    background-size: cover;
    height: 100vh;
}
.content-right {
    min-height: 790px;
    }
    .content-right .content p {
        width: 90%;
        margin-bottom: 70px;
    }
    .content-right-bg img {
        width: 65%;
    }
    .content-right-bg {
        position: absolute;
        right: -250px;
        bottom: -55px;
    }

    .container-fluid.p-4 .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }
 .content-left .col-md-6, .content-right .col-md-6 {
        flex: 0 0 auto;
        width: 50% !important;
    } 

    .content-left .col-md-6 img.mw-100 {
        max-width: 60% !important;
        float: right;
    }
    .heading .mw-80 {
        max-width: 260px;
    }

    /* .content-left img.mw-100 {
        max-width: 38% !important;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 991.99px){
  
    .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
body {  
    
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    
}

.logo {
	margin-bottom: 2%;
}
.content-right {
    min-height: 790px;
    }
    .content-right .content p {
        width: 90%;
        margin-bottom: 70px;
    }
    .content-right-bg img {
        width: 65%;
    }
    .content-right-bg {
        position: absolute;
        right: -250px;
        bottom: -55px;
    }

    .container-fluid.p-4 .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }
 .content-left .col-md-6, .content-right .col-md-6 {
        flex: 0 0 auto;
        width: 50% !important;
    } 

    .content-left .col-md-6 img.mw-100 {
        max-width: 100% !important;
        float: right;
    }
    .heading .mw-80 {
        max-width: 260px;
    }
}


@media only screen and (min-width:560px) and (max-width: 767.99px){
    .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

body {  
    
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    
}
 
 
.logo {
	margin-bottom: 2%;
}
 

.heading {
    padding:5% 0px 0px;
}

.logo img{
    width: 200px;
}

.logo img, .heading img {
    width: 80%;
}


.container-fluid.p-4 .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.content {
	margin: 30px 0px;
	width:85%;
}

.content-left .col-md-6 img.mw-100 {
    max-width: 100% !important;
    float: right;
}
.heading .mw-80 {
    max-width: 260px;
}

.content-right {
    min-height: 860px;
    }
    .content-right .content p {
        width: 90%;
        margin-bottom: 70px;
    }
    .content-right-bg img {
        width: 65%;
    }
    .content-right-bg {
        position: absolute;
        right: -250px;
        bottom: -55px;
    }

}

@media only screen and (min-width:460px) and (max-width: 559.99px){
    .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
 

body {  
    
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    
}
 
 
.logo {
	margin-bottom: 2%;
}
.col-md-8 .text-end {
	text-align: left !important;
}

.heading {
    padding:5% 0px 0px;
}

.logo img{
    width: 200px;
}


.logo img, .heading img {
    width: 80%;
}


.container-fluid.p-4 .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.content {
	margin: 30px 0px;
	width:85%;
}

.content-left .col-md-6 img.mw-100 {
    max-width: 100% !important;
    float: right;
}
.heading .mw-80 {
    max-width: 260px;
}

.content-right {
    min-height: 860px;
    }
    .content-right .content p {
        width: 90%;
        margin-bottom: 70px;
    }
    .content-right-bg img {
        width: 65%;
    }
    .content-right-bg {
        position: absolute;
        right: -250px;
        bottom: -55px;
    }

}


@media only screen and (min-width:360px) and (max-width: 459.99px){
    .container-xxl {
      max-width: 95%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 95%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
 

body {  
    
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
 
} 

.logo {
	margin-bottom: 2%;
} 
.heading {
    padding:5% 0px 0px;
}

.logo img{
    width: 200px;
}


.logo img, .heading img {
    width: 80%;
}

.content-left.p-5.pe-0.pb-0 {
	padding: 30px !important;
    padding-right: 12px !important;
    padding-bottom: 0px !important;
} 

.content-right.p-5.pe-0.pb-0 {
	padding: 30px !important;
    margin-top: 20px;
} 

.container-fluid.p-4 .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
}
.content {
	margin: 30px 0px;
	width:100%;
}

.content-left .col-md-6 img.mw-100 {
    max-width: 100% !important;
    float: right;
}
.heading .mw-80 {
    max-width: 260px;
}

.content-right {
    min-height: 810px;
    }
    .content-right .content p {
        width: 100%;
        margin-bottom: 70px;
    }
    .content-right-bg img {
        width: 58%;
    }
    .content-right-bg {
        position: absolute;
        right: -250px;
        bottom: -35px;
    }
    .content h5 {
        font-weight: 500;
        color: #000000;
        margin: 50px 0px 25px;
        font-size: 25px;
    }

    .content-right .content h5 {
        font-weight: 500;
        color: #fff;
        margin: 50px 0px 25px;
        font-size: 25px;
    }
}


@media only screen and (min-width:320px) and (max-width: 359.99px){
    .container-xxl {
      max-width: 100%;
       width: 100%;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
  }

  .container {
    max-width: 100%;
    width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
 
body {  
    
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    background: url(../images/bg-mobile-xs.png) no-repeat center top;
    background-size:100%;
    height: 70vh;
}
.container-fluid.p-5 {
    padding: 10px !important;
} 

.logo {
	margin-bottom: 2%;
}
 
.heading {
    padding:5% 0px 0px;
}

.logo img{
    width: 190px;
}
 
.content-left.p-5.pe-0.pb-0 {
	padding: 20px !important;
    padding-right: 12px !important;
    padding-bottom: 0px !important;
} 

.content-right.p-5.pe-0.pb-0 {
	padding: 20px !important;
    margin-top: 20px;
    padding-right: 12px !important;
    padding-bottom: 0px !important;
} 
 
.content {
	margin: 30px 0px;
	width:100%;
}

.content-left .col-md-6 img.mw-100 {
    max-width: 100% !important;
    float: right;
}
.heading .mw-80 {
    max-width: 240px;
}

.content-right {
    min-height: 810px;
    }
    .content-right .content p {
        width: 100%;
        margin-bottom: 70px;
    }
    .content-right-bg img {
        width: 58%;
    }
    .content-right-bg {
        position: absolute;
        right: -250px;
        bottom: -35px;
    }
    .content h5 {
        font-weight: 500;
        color: #000000;
        margin: 50px 0px 25px;
        font-size: 25px;
    }

    .content-right .content h5 {
        font-weight: 500;
        color: #fff;
        margin: 50px 0px 25px;
        font-size: 25px;
    }
}

