.header-section{
    padding: 10px 30px 10px 60px;
}
.header-btn {
  background: #384B70; /* Background color */
  color: white; /* Text color */
  background: linear-gradient(#384B70, #384B70) padding-box, 
  linear-gradient(275.86deg, #E26276 28.65%, #2E74CE 71.35%) border-box;
border: 1.2px solid transparent; /* Transparent border */
  padding: 10px 40px; /* Padding for the button */
  border-radius: 146px; /* Updated rounded corners */
  display: inline-flex; /* To align the arrow */
  align-items: center; /* Center the content vertically */
  text-decoration: none; /* Remove underline */
  transition: background 0.3s ease; /* Smooth transition for hover effect */
  font-size: 20px;
  font-weight: 600;
}

.header-btn:hover {
background: white; /* Darker background on hover */
color:#384B70;
background: linear-gradient(white, white) padding-box, 
  linear-gradient(275.86deg, #E26276 28.65%, #2E74CE 71.35%) border-box;
}

.header-btn .arrow {
margin-left: 10px; /* Space between text and arrow */
font-size: 24px; /* Size of the arrow */
color: white;
}
.header-btn .arrow :hover{
  margin-left: 10px; /* Space between text and arrow */
  font-size: 24px; /* Size of the arrow */
  color:#384B70 ;
  }
.header-btn:hover .arrow {
    transform: translateX(5px); /* Move arrow on hover */
    color: #384B70; /* Change arrow color to white on hover */
  }
/* new page  */
/* first section */
.new-banner {
    background-image: url('images//banner\ bg\ sdv.png'); /* Path to your image */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
  }
   .new-banner::before {
    background: rgba(0, 0, 0, 0.5); /* Optional dark overlay */
  } 
  .new-banner-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
  }
  /* Heading styles */
  .new-banner-content h1 {
    font-size: 60px;
    font-weight: 700;
  font-family: 'Montserrat', sans-serif; /* Font family */
    width: 74%;
   
  }
  .new-banner-content h2 {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Gotham', sans-serif;
    letter-spacing: 5px;
  }
  .new-main-heading{
    font-family: 'Gotham', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 22.97px;
  letter-spacing: 0.24em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #507687;
  
  }
  
  .new-main2-heading{
  font-size: 54px;
  font-weight: 700;
  line-height: 65.83px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #384B70;
  font-family: 'Montserrat', sans-serif; /* Font family */
  }
  .new-box-heading{
    font-family: Montserrat;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 39.01px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  
  }
  /* second section */
  .new-page-second-section {
    padding-bottom: 80px;
    padding-top: 30px;
    text-align: center;
    background-color: #FFFDF4;
  }
  
  .new-page-second-section .image-box {
    background: url('images/2nd\ section.png') no-repeat center center/cover;
    padding: 50px;
    position: relative;
    color: white;
    border-radius: 10px;
    margin: 0 auto;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 540px;
    width: 85%;
  
  }
  
  .new-page-second-section .image-box .box-heading {
      text-align: left;
      color: #B8001FC9;
      font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 39.01px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-family: 'Montserrat', sans-serif; /* Font family */
  }
  
  .new-page-second-section .image-box .box-text {
    text-align: left;
    color: #4B4B4B;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.26px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;  
  font-family: 'Montserrat', sans-serif; /* Font family */
  width: 70%;
  padding:  0 ;
  margin-bottom: 50px;
  margin-top: 30px;

  }
  
  .new-page-second-section .image-box .content-list {
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }
  
  .new-page-second-section .image-box .content-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .new-page-second-section .image-box .content-item img {
    width: 135px;
    height: auto;
    margin-right: 10px;
    border-radius: 5px;
  }
  
  .new-page-second-section .image-box .content-item p {
    font-size: 24px;
    font-weight: 400;
    line-height: 29.26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  color: #4B4B4B;  
  font-family: 'Montserrat', sans-serif; /* Font family */
  width: 58%;
  margin-top: 15px;
  }
  .bold{
    font-weight: 700;
  }
  
  .new-page-second-section .image-box .box-bottom {
    text-align: center;
    margin-top: 20px;
  }
  
  .new-page-second-section .image-box .box-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .new-page-second-section .image-box .box-button:hover {
    background-color: #0056b3;
  }
  .bottom-button {
    margin-top: 3rem;
  }
  
  /* Button styles */
  .new-custom-btn {
    background-color: white;
    color: #384B70;
    padding: 10px 45px;
    border: 1.2px solid #2E74CE;
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
    display: inline-flex;
    align-items: center;
    border-radius: 187px;
    text-decoration: none;
    font-size: 25px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  
  .new-custom-btn:hover {
    background-color: #384B70; /* Hover state background */
    color: white; /* Hover state text color */
    background: linear-gradient(#384B70, #384B70) padding-box, 
                linear-gradient(275.86deg, #E26276 28.65%, #2E74CE 71.35%) border-box;
  }
  
  .new-custom-btn .arrow {
    margin-left: 10px;
    font-size: 24px;
    color: inherit; /* Ensure arrow inherits the text color */
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition for arrow */
  }
  
  .new-custom-btn:hover .arrow {
    transform: translateX(5px); /* Move arrow on hover */
    color: white; /* Change arrow color to white on hover */
  }

  /* third section */
  .new-third-section {
   padding: 7rem;
    text-align: center;
    background-color: #FFFDF4;
  }
  
  .new-third-section .content-wrapper {
    margin-bottom: 40px;
  }
  
  .new-third-section .main-heading {
    font-family: 'Gotham', sans-serif;
    font-size: 28px;
font-weight: 500;
line-height: 26.8px;
letter-spacing: 0.24em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #507687;
  }
  
  .new-third-section .sub-heading {
    font-family: 'Montserrat', sans-serif; /* Font family */
    font-size: 48px;
    font-weight: 700;
    line-height: 58.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #384B70;
    
  }
  /* fourth */
  .new-fourth-banner {
    background-image: url('images/banner\ 2.png'); /* Path to your image */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
  }
   .new-fourth-banner::before {
    background: rgba(0, 0, 0, 0.5); /* Optional dark overlay */
  } 
  .new-fourth-banner-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    padding-top: 5rem;
  }
  .new-fourth-banner-content h1 {
    font-size: 60px;
    font-weight: 700;
  font-family: 'Montserrat', sans-serif; /* Font family */
    width: 90%;
  }
  .custom-btn {
    background-color: white; /* Active state background */
    color: #384B70; /* Active state text color */
    border: none;
    padding: 10px 45px;
    background: linear-gradient(white, white) padding-box, 
                linear-gradient(275.86deg, #E26276 28.65%, #2E74CE 71.35%) border-box;
    border: 1.2px solid transparent; /* Transparent border */
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
    display: inline-flex;
    align-items: center;
    border-radius: 187px;
    text-decoration: none;
    margin-top: 30px;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background and text */
  }
  
  .custom-btn:hover {
    background-color: #384B70; /* Hover state background */
    color: white; /* Hover state text color */
    background: linear-gradient(#384B70, #384B70) padding-box, 
                linear-gradient(275.86deg, #E26276 28.65%, #2E74CE 71.35%) border-box;
  }
  
  .custom-btn .arrow {
    margin-left: 10px;
    font-size: 24px;
    color: inherit; /* Ensure arrow inherits the text color */
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition for arrow */
  }
  
  .custom-btn:hover .arrow {
    transform: translateX(5px); /* Move arrow on hover */
    color: white; /* Change arrow color to white on hover */
  }
  /* fifth */
  .new-fifth-section {
    background-color: #FFFDF4;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
 .new-center-heading{
    font-family: 'Gotham', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 22.97px;
    letter-spacing: 0.24em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #507687;
 }
 .center2-heading{
    font-size: 54px;
    font-weight: 700;
    line-height: 65.83px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #384B70;
    font-family: 'Montserrat', sans-serif; /* Font family */
 }
  .new-service-box{
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .new-service-box .box-heading{
    font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 29.26px;
  letter-spacing: 2px;
  text-align: center;
  color:#384B70;
  margin-top: 30px;
  margin-bottom: 20px;
  }
  .new-service-box .service-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 21.94px;
    color: #4B4B4B;
    
  }
  .right-button{
    text-align: right;
    padding-top: 3rem;
  }
  .contact-button {
    display: inline-block;
    padding: 10px 46px; /* Adjust padding as needed */
    text-decoration: none;
    color: #384B70; /* Text color */
    border: 1.2px solid #2E74CE; /* Transparent border */
    border-radius: 187px;
    line-height: 29.08px;
    font-family: 'Gotham', sans-serif;
    font-size: 22px;
    font-weight: 700;
    background-clip: padding-box, border-box;
  }
  
  .contact-button:hover {
    background-color: #384B70; /* Hover state background */
    color: white; /* Hover state text color */
    background: linear-gradient(#384B70, #384B70) padding-box, 
                linear-gradient(275.86deg, #E26276 28.65%, #2E74CE 71.35%) border-box;
  }
  
  .contact-button:hover .arrow {
    transform: translateX(10px); /* Moves arrow on hover */
    color: white; /* Change arrow color to white on hover */
  
  }
  span.arrow {
    font-size: 30px;
    margin-left: 10px;
}
  .new-six-section .seven-heading {
    font-family: 'montserrat', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #384B70;
    margin-top: 40px;
  }
  .sub-heading{
    font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 39.01px;
  text-align: left;
  color: #507687;
  
  }
  .new-description-text{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #4B4B4B;
    margin-top: 4rem;
    margin-bottom: 4rem;


  
  }
  .center-heading{
    font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #384B70;
  margin-bottom: 2rem;
  }
  .contact-info-wrapper {
    display: flex;
    margin-bottom: 8rem;
  }
  
  .contact-info {
    display: flex;
    align-items: center;
    gap: 40px; /* Adjust the spacing between items */
    font-size: 22px; /* Adjust the font size */
    color: #323232;
  }
  
  .contact-info span {
    display: flex;
    align-items: center;
  }
  
  .contact-info .icon {
    width: 40px; /* Adjust icon size */
    height: 30px; /* Adjust icon size */
    margin-right: 15px; /* Space between icon and text */
  }
  
  .contact-info a {
    text-decoration: none;
    color: #000; /* Adjust text color */
    font-weight: 500; /* Adjust font weight */
    margin-right: 2rem;
  }
  
  .contact-info a:hover {
    text-decoration: underline; /* Optional: Underline on hover */
  }
  /* seven */
  .eighth-section {
    background-image: url('images/Frame\ 37.png'); /* Path to your image */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
  }
  .eight-section-heading {
      position: absolute; /* Allows for positioning at the bottom left */
      bottom: 10px; /* Adjust as needed */
      left: 40px; /* Adjust as needed */
      z-index: 1; /* Ensures the heading appears above the background image */
  
  }
  
  .small-heading {
    font-family: 'Montserrat', sans-serif; /* Use your desired font */
    font-size: 64px; /* Size for the first part of the heading */
    font-weight: 700; /* Adjust weight as needed */
    color: white;
  }
  
  .large-heading {
    font-family: 'Montserrat', sans-serif; /* Use your desired font */
    font-size: 96px; /* Size for the second part of the heading */
    font-weight: 700; /* Adjust weight as needed */
    color: white;
  }
  
  .check-list {
    position: absolute; /* Allows for positioning at the top right */
    top: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    z-index: 1; /* Ensures the check list appears above the background image */
    padding-top: 2rem;
  }
  
  .check-item {
    display: flex; /* Use flex for proper alignment */
    font-family: 'Montserrat', sans-serif; /* Use your desired font */
    align-items: center;
    font-weight: 700;
    margin-bottom: 10px; /* Spacing between items */
    font-size: 24px; /* Font size for list items */
  }
  
  .check-mark {
    color: white; /* Color for check mark */
    margin-right: 5px; /* Space between check mark and text */
  }
  /* footer */
 /* Footer styles */
.footer-section {
    background: linear-gradient(90deg, #384B70 0%, #507687 100%);
    padding: 60px 0; /* Padding for top and bottom */
    color: #ffffff;
}

.footer-logo img {
    max-width: 230px; /* Adjust the size of the logo */
}

ul.footer-contact-info {
    list-style: none;
    padding-top: 6rem;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

ul.footer-contact-info li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
}

ul.footer-contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.footer-contact-info i {
    width: 22px;
    display: block;
    padding: 7px 0 0 0;
    margin-right: 10px;
}

ul.footer-text-details {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footer-text-details li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

ul.footer-text-details li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
}

ul.footer-text-details li a:hover {
    color: #cccccc; /* Lighter color on hover */
    text-decoration: underline; /* Underline effect on hover */
}

ul.footer-text-details i {
    width: 22px;
    display: block;
    padding: 7px 0 0 0;
    margin-right: 10px;
    color: #ffffff; /* Icon color to match text */
}

.footer-text {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.footer-img-fluid {
    margin-top: 2rem;
}


  /* Styling for the accordion button */
/* Remove the default borders for a smoother design */
/* Remove the default borders for a smoother design */
.accordion-item {
    border: none;  /* Remove any default border */
    margin-bottom: 20px;  /* Space between accordion items */
    border-radius: 25px;  /* Rounded corners for the entire item */
    overflow: hidden;  /* Prevent any overflow */
}

/* First accordion item fix for border radius */
.accordion-item:first-child .accordion-button {
    border-top-left-radius: 25px;  /* Ensure first item has top-left rounded */
    border-top-right-radius: 25px;  /* Ensure first item has top-right rounded */
}

/* Styling for the accordion button (no extra borders) */
.accordion-button {
    display: flex;
    align-items: center;
    background-color: white;
    color: #000;
    font-size: 24px !important;
    border: none;  /* Remove the border */
    border-radius: 50px;  /* Rounded corners */
    padding: 15px;  /* Add some padding for better click area */
    box-shadow: 0px 4px 4px 0px #0000001F;  /* Box shadow */
    position: relative;  /* Ensure proper alignment of the arrow */
    transition: background-color 0.3s ease;  /* Smooth background color change */
}

/* Space between the image and heading */
.accordion-button .accordion-icon {
    margin-right: 20px;  /* Increased space between image and text */
    width: 45px;  /* Adjust the size of the image */
    height: 45px;
}
.accordion-item-2{
    display: none;
}

/* Styling for the expanded accordion button */
.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #FFFDF4; /* Cream color */
}

/* Hover and focus states for the accordion button */
.accordion-button:hover,
.accordion-button:focus {
    color: #333;
    background-color: #FFFDF4; /* Cream color */
}

/* Styling for the accordion body */
.accordion-body {
    text-align: left;
    font-size: 20px;
    padding: 15px;
    font-weight: 400;
    color: #4B4B4B;
    font-family: 'Montserrat', sans-serif;
    background-color: #FFFDF4;  /* Cream color */
}

/* Ensuring the accordion item doesn't have extra space at the bottom */
.accordion-item:last-child {
    margin-bottom: 0;  /* Remove margin after the last item */
}

/* Customize the active accordion item body (when collapsed) */
.accordion-collapse .accordion-body {
    background-color: #FFFDF4; /* Cream color */
}

.accordion-button{
  font-family: 'Montserrat', sans-serif !important;
  color: #4B4B4B !important;
  font-weight: 600;
  padding: 8px !important;
}
.accordion-button::after {
  margin-right: 30px !important;
}




























@media (max-width: 900px) {
  .new-banner {
    background-image: url(images/canon\ mobile\ \(2\).png);
    background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 620px;
  display: flex
  ;
  align-items: center;
  color: white;
  position: relative;
  }
  
}




@media (max-width: 600px) {
    .header-section{
      padding: 10px;
    }
    .new-banner {
    background-image: url('images/canon mobile (2).png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 560px;
    display: flex;
    align-items: center;
    color: white;
    position: relative;
      }
      .new-banner-content{
        display: none;
      }

      
      
    .eighth-section {
        background-image: url('images/mobile\ banner-pre\ footer.png'); /* Path to your image */
        height: 370px;
      }
      .eight-section-heading {
          display: none;
      }
      .small-heading {
        display: none;
      }
      .large-heading {
        display: none;
      }
      .eight-section-heading {
        position: absolute;
        bottom: 11px;
        z-index: 1;
        left: 0;  
        padding-left: 10px;
      }
      .small-heading{
        font-size: 35px;
      }
      .large-heading{
        font-size: 40px;
      }
      .check-list{
        display: none;
    
      }
      .contact-banner {
        background-image: url('images/mobile\ banner-contact.png  '); /* Replace with your actual image path */
        height: 375px;
      }
      .contact-banner-content{
        display: none;
      }
      .get-in-touch{
        padding: 30px 0;
      }
      .get-in-touch .section-heading{
        font-size: 35px;
        margin-bottom: 20px;
      }
      .address {
        display: flex; 
        align-items: flex-start; 
        padding-left: 0px;
    }
    .address .icon {
        margin-right: 15px; 
    }
    .address .text {
        line-height: 1.5; /* Adjust line spacing for the text */
    }
    i.fas.fa-map-marker-alt {
      margin-right: 13px;
      padding-top: 20px;
    }
    .email {
      display: flex; /* Align icon and text horizontally */
      align-items: center; /* Align the text and icon vertically */
    }
    
    .email .icon {
      margin-right: 8px; /* Add space between icon and text */
    }
    
    .email .text a {
      text-decoration: none; /* Optional: Remove underline from the email link */
      color: inherit; /* Optional: Use the default color of the text */
    }
    .contact-info{
      padding-left: 0px;
    }
    .contact-info a {
      font-size: 19px;
    }
    .contact-info .icon {
      width: 30px;
      height: 30px;
      margin-right: 15px;
  }
    i.fas.fa-envelope {
      margin-right: 10px;
    }
    i.fas.fa-phone-alt {
      margin-right: 10px;
    }
      
      .footer-contact-info p {
        padding-left: 20px;
      }
      
      .third-content{
        text-align: center;
      }
      
      
      .footer-contact-info {
        text-align: left; /* Align to the left on mobile */
    }
    
    .footer-contact-info p {
        justify-content: flex-start; /* Align text and icons to the left */
    }
    
    .footer-logo {
        text-align: center; /* Center the logo on mobile */
                margin-bottom: 4rem;
    }
    .right-button {
      text-align: center; 
      padding-top: 2rem;
        padding-bottom: 1rem;
  }
    .contact-info {
       display: block; 
  }
  .contact-info span {
    padding-top: 10px;
}
.new-six-section .seven-heading {
  font-size: 39px;
  text-align: center;

}
.sub-heading {
  
  font-size: 27px;
  text-align: center;
}
.new-fourth-banner {
  background-image: url('images/canon mobile (1).png'); /* Replace with your actual image path */
 
}
.new-fourth-banner-content h1 {
  font-size: 35px;
}
.center2-heading {
  font-size: 49px;
}
.new-center-heading {
  font-family: 'Gotham', sans-serif;
  font-size: 19px;
}

.new-third-section {
  padding: 2rem 1rem 2rem 1rem;
  text-align: center;
  background-color: #FFFDF4;
}
.new-third-section .sub-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 48.51px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #384B70;
}
.new-third-section .main-heading {
  font-family: 'Gotham', sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35.8px;
  letter-spacing: 0.24em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #507687;
}
.accordion-button .accordion-icon {
  margin-right: 20px;
  width: 35px;
  height: 35px;
}
.accordion-button {
  display: flex
;
  align-items: center;
  background-color: white;
  color: #000;
  font-size: 19px !important;
  border: none;
  border-radius: 25px;
  padding: 15px;
  box-shadow: 0px 4px 4px 0px #0000001F;
  position: relative;
  transition: background-color 0.3s ease;
}
.accordion-body {
  text-align: left;
  font-size: 17px;
  padding: 15px;
  font-weight: 400;
  color: #4B4B4B;
  font-family: 'Montserrat', sans-serif;
  background-color: #FFFDF4;
}
ul.footer-contact-info {
    list-style: none;
    padding-top: 2rem;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.new-main-heading {
  font-family: 'Gotham', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25.97px;
  letter-spacing: 0.24em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #507687;
} 
.new-main2-heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 47.83px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #384B70;
  font-family: 'Montserrat', sans-serif;
}
.new-page-second-section .image-box{
  background-image: url('images/mob new (1).png');
  height: 320px;
}
.new-page-second-section .image-box .box-heading,
  .new-page-second-section .image-box .box-text,
  .new-page-second-section .image-box .content-list,
  .new-page-second-section .image-box .content-item,
  .new-page-second-section .image-box .content-item img,
  .new-page-second-section .image-box .content-item p {
    display: none;
  }
  .new-custom-btn {
    background-color: white;
    color: #384B70;
    padding: 10px 27px;
    border: 1.2px solid #2E74CE;
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
    display: inline-flex
;
    align-items: center;
    border-radius: 187px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.bottom-button {
  margin-top: 18rem;
}

}