/*
font-family: 'Montserrat', sans-serif;
font-family: 'Nunito', sans-serif;
*/

/* Fonts :: START */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Fonts :: END */

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}

html,body { -webkit-text-size-adjust:none; height: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }

*,
*:before,
*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#000; font-size:16px; font-family: 'Montserrat', sans-serif; font-weight:400; line-height:1.5; background-color: #fff;}

.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {color: #000; line-height: 1.2;font-weight:600; font-family: inherit;}

.h1, h1 {font-size:40px; margin-bottom: 20px;}
.h2, h2 {font-size:35px; margin-bottom: 20px;}
.h3, h3 {font-size:25px; margin-bottom: 18px;}
.h4, h4 {font-size:22px; margin-bottom: 17px;}
.h5, h5 {font-size:20px; margin-bottom: 15px;}
.h6, h6 {font-size:18px; margin-bottom: 10px;}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: inherit; text-decoration: none;}

p { color:#000; font-size:16px; font-weight:400; line-height:1.6;  margin-bottom:20px; }
p:last-child { margin-bottom:0; }

ul{ margin:0;margin-left: 20px; padding:0; }
ul li{ font-size:16px;  color:#000; font-weight:400; line-height:1.5;padding: 0;margin-bottom: 8px; }
ul li:last-child{margin-bottom: 0;}
ul > li { list-style:outside disc; }

ol{ margin:0;margin-left: 20px; padding:0; list-style: none; }
ol li{ font-size:16px;  color:#000; font-weight:400; line-height:1.5;padding: 0;margin-bottom: 8px;  }
ol > li { list-style: outside decimal; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px; border-left:4px solid #1589cb;line-height: 2;font-size: 20px; font-style: italic;margin-bottom: 25px;}
blockquote p{ font-size:inherit; font-weight:inherit; line-height:inherit; }

hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0;margin: 10px auto 40px;}

img{ border:none; max-width: 100%; vertical-align: top; height: auto;}
img[src$=".svg"] {width: 100%;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#4777ac; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; }
a:hover{ color:#000; text-decoration: underline; }
a:focus {outline: none;}

/* 5. Forms
------------------------------------------------------------------------------*/
label {color:#000; font-size:16px; font-weight:400; line-height:1.5;  margin-bottom:10px; display: block;}
input, 
textarea, 
button { font-family: 'Montserrat', sans-serif;  }
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {-webkit-appearance: none; outline: none;}

input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="tel"], 
input[type="search"],
input[type="number"],
textarea { border:1px solid #dedede; padding:0 15px; color:#000; font-size:16px; height:46px; font-weight: 400; width: 100%;}

textarea{ height:150px; resize:none; overflow: auto; padding: 20px 15px; }

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {border-color: #66afe9}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #cbcbcb; padding: 0 15px; height: 40px; display: inline-block; vertical-align: top; font-size: 14px; font-weight: 600; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #0eb769; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {background-color: #66afe9; color: #fff;}

input[type="search"] {-webkit-appearance: textfield;}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

::-webkit-input-placeholder { opacity: 1 !important; color: #000; }
:-moz-placeholder { opacity: 1 !important; color: #000; }
::-moz-placeholder { opacity: 1 !important; color: #000; }
:-ms-input-placeholder { opacity: 1 !important; color: #000; }

.form-group {margin-bottom: 30px;}

/* buttons */
.btn { display: inline-block; vertical-align: top; padding: 6px 12px;font-size: 14px; font-weight: 600; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #0eb769; }
.btn:hover,
.btn:focus { color: #fff; background-color: #019852; border-color: #019852;text-decoration: none}
.btn-sm {padding: 8px 16px; }
.btn-md {padding: 12px 24px;}
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; margin-bottom: 2px; }
.btn-link:hover,
.btn-link:focus{ color: #0eb769; font-weight: 700; text-decoration: none; border-bottom: 1px solid #0eb769; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar}
.table-bordered{width: 100%;max-width: 100%;text-align: left;}
.table-bordered th, 
.table-bordered td{ vertical-align: bottom;border-bottom: 1px solid #ddd;padding: 10px;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {width: 100%;display: flex;min-height: 100%;position: relative;flex-wrap: wrap;background-color: #fff;justify-content: space-between;align-content: space-between;}
.main-container{width:100%;}
.container {max-width: 1200px;}
.body-content ul, 
.body-content ol{margin-bottom: 20px;}
.body-content ul ul, 
.body-content ul ol,
.body-content ol ol,
.body-content ol ul{margin-bottom: 0;}

/* header */
.main-header { width:100%; height:auto;}

/* responsive nav for small devices */
.hamburger{padding: 0;margin: 0;height: auto;width: auto; text-align: center;background-color: transparent}
.hamburger:not(.close){position: absolute;top: 20px;right: 20px;z-index: 99;}
.hamburger:hover, 
.hamburger:focus{background-color: transparent;outline: none;}
.hamburger .line{width: 30px;height: 4px;background-color: #fff;display: block;margin: 6px auto;}
.hamburger:hover{cursor: pointer;}
.hamburger.close{padding: 10px;}
.hamburger.close .wrap{ position: relative;width: 30px;height: 30px;display: block;}
.hamburger.close .line{margin: 0;width:100%;position: absolute;top: calc(50% - 2px);transform: rotate(45deg);background-color: #fff}
.hamburger.close .line:last-child{transform: rotate(-45deg);}
#menu{position: fixed;top: 0;left: -100%;width:80%;height: 100%;background-color: #990000f7;max-width: 450px;transition: all 0.3s ease-in-out;z-index: 999;}
#mobilenav.is-open #menu{left: 0;}
#mobilenav .nav-logo{padding: 15px;}
#mobilenav ul,
#mobilenav li{padding: 0;margin: 0;list-style: none;position: relative;}
#mobilenav ul ul{display: none;}
#mobilenav .caret{display: block;width: 36px;height: 36px;position: absolute;top: 3px;right: 2px;cursor: pointer;}
#mobilenav .caret:not(.trigger-caret){pointer-events: none;}
#mobilenav .caret:before,
#mobilenav .caret:after{content:'';position: absolute;top: 0;left: 0;bottom: 0;right: 0;display: block;margin: auto; width: 20px;height: 2px;background: #fff;}
#mobilenav .caret:after{transform: rotate(-90deg);transition: all .2s ease;}
#mobilenav .is-open > .caret:after{transform: rotate(0)}
#mobilenav ul a {display: block;padding: 10px 15px;cursor: pointer;z-index: 2;font-size: 16px;text-decoration: none;color: #ffffff;background: #990000f7;border-bottom: 1px solid #fff}
#mobilenav .has-sub>a{padding-right: 40px;}
#mobilenav li li a { padding-left: 30px; font-size: 14px;text-decoration: none;color: #dddddd;background: #49505a; }
#mobilenav li li li a {padding-left: 50px;}
#mobilenav .nav-backdrop{ position: fixed;height: 100%;width: 100%;background: rgba(0,0,0,0.8);z-index: -1;opacity: 0;visibility: hidden;transition: all 0.4s ease-in;    left: 0;
    top: 0;
    bottom: 0;
    right: 0;}
#mobilenav.is-open .nav-backdrop{ opacity: 1;z-index: 999;visibility: visible;}
#mobilenav .menu-outer{max-height: calc(100vh - 80px);overflow-y: auto;padding-bottom: 60px;}
.row.no-gutters {display: flex;justify-content: space-between;}
#mobilenav .nav-logo img {max-width: 81px;}

/* nav */
.navigation { width:100%; height:auto; }
.navigation ul{ padding: 0; margin: 0; list-style: none; }
.navigation ul li{ padding: 0; margin: 0; list-style: none; }
.navigation ul li a {}

/* footer */
.main-footer { width:100%; height:auto; background:#322348; line-height: normal;}
.container {
    width: 100%;
    max-width: 1134px;
    padding: 0 15px;
}
p
{
   font-family: 'Montserrat', sans-serif;
}

a.btn-main {
    border-radius: 9px;
    background-color: #990000;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 17.42px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    text-decoration: unset;
    border: 1px solid #990000;
    /* padding: 4px 27px 4px 27px; */
    padding: 7px 29.5px;
}
a.btn-main:hover {
    background: #fff;
    color: #990000;
}

/* Thank You Header :: START */
header .thank-you-page-logo {display: none;}
.page-template-Thank-you header .thank-you-page-logo {display: block;}
.page-template-Thank-you .header-logo,.page-template-Thank-you .header-menu {display: none;}
.page-template-Thank-you header > .container {justify-content: center;}
.page-template-Thank-you header {
    position: unset;
    padding-top: 36.2px;
    padding-bottom: 36.5px;
    background-color: #990000;
}
.page-template-Thank-you footer {display: none;}
.page-template-Thank-you div#mobilenav{display: none;}
/* Thank You Header :: END */

/* Header :: START */

header {
    width: 100%;
    /* background-color: #00162E; */
    display: flex;
    justify-content: center;
    padding-bottom: 28px;
    padding-top: 31px;
    max-height: 228px;
    /* position: absolute; */
    z-index: 99;
    /* opacity: 0.9; */
    background-color: #990000;
    /* top: 0; */
}

.header-menu ul li a:hover {
    color: #fff;
}
header > .container {
    width: 100%;
    max-width: 1164px;
    display: flex;
    justify-content: space-between;
    padding: 0 82px;
}
.page-id-97 li.menu-item-208,.page-id-135 li.menu-item-115 {
    display: none;
}
.header-logo img {
    width: 61px;
    height: 70px;
}
.header-logo span {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-decoration: none;
    margin-left: 20px;
}
.header-logo a {
    display: flex;
    text-decoration: none;
    align-items: center;
}
.header-menu ul li a {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 19.2px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0px;
}
.header-menu ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.header-menu li {
    list-style: none;
    position: relative;
    margin-bottom: 7px;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.header-menu ul li:hover:before {
    content: "";
    height: 100%;
    width: 15px;
    position: absolute;
    border: 2px solid #fff;
    border-right: 0;
    border-radius: 5px 0px 0px 5px;
    margin-left: -6px;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.header-menu ul li:hover > a {
    color: #fff;
    position: relative;
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
    }
/* Header :: END */


/* Home Page :: START */

.home-banner > img {
    width: 100%;
    /* opacity: 0; */
}
.home-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
      

}
.home-banner-logo {
    width: 100%;
    /* background-color: #00162E; */
    display: flex;
    justify-content: center;
    padding: 32px 0;
    opacity: 0.9;
    background-color: #ffffffa6;
    margin-top: -131px;
}
.home-banner-logo img {
    max-width: 222px;
}
header .thank-you-page-logo img {
    max-width: 249px;
}
.home-about-title {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 38px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 50px;
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
}
.home-about-section {
    width: 100%;
    /* background: #00162E; */
    display: flex;
    justify-content: center;
    padding: 50px 0 40px 0;
    /* opacity: 0.9; */
    background-color: #0b486d;
    /* background-color: rgba(0,22,46,0.9); */
}
.home-about-section > .container {
    padding: 0 82px;
}
.home-about-content p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
}
.home-about-image {
    width: 100%;
    max-width: 61.1%;
}
.home-about-section-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
    justify-content: space-between;
}
.home-about-content {
    width: 100%;
    max-width: 33.6%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.home-about-section.backgroung-color-light .home-about-content {
    margin-bottom: 17px;
}
.content-image-section.image-position-right .content-image-section-left {
    padding-bottom: 28px;
}
.content-image-section.image-position-right .content-image-section-title {
    padding-bottom: 0px;
}
.home-about-image img {
    border-radius: 60px;
}
.dpt_experience_title {
    color: #06324f;
    font-family: "Nunito", sans-serif;
    font-size: 59px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 50px;
    text-align: left;
}
/*.dpt_experience_content {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
}*/
.hanover_dpt_experience-content {
    width: 100%;
    max-width: 451px;
    padding-top: 17px;
    margin-bottom: 167px;
}
.dpt_experience_content p{
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin: 35px 49px 0px 8px;
}
.dpt_experience_content p{
    font-size: 14px;
}
.hanover_dpt_experience {
    width: 100%;
    margin-top: 27px;
}
.hanover_dpt_experience {
    width: 100%;
    margin-top: 22px;
    display: flex;
    justify-content: center;
    margin-bottom: 77px;
    background: #fff;
}
.hanover_dpt_experience > .container {
    display: flex;
    justify-content: space-between;
    padding: 0 82px;
}
.hanover_dpt_experience-chart {
    width: 100%;
    position: relative;
    margin-top: 49px;
}

.dpt-experience-out-ditails {
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    z-index: 99;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.dpt-experience-out-inner em {
    font-weight: 700;
    font-style: unset;
}


/* Animation :: START */

.animated-progress {
    width: 100%;
    height: 78px;
    border-radius: 5px;
    margin: 25px 0px;
   /* overflow: hidden;*/
    display: flex;
    position: relative;
    flex-direction: row-reverse;
}
.out-animation {
    position: absolute;
    color: red;
    top: -62px;
    margin-left: -13px;
}
.schdule-call-with-dtp-experience-left .out-animation {
    position: absolute;
    color: red;
    top: -62px;
    margin-left: 0;
    right: 0;
}
.out-animation-per {
    color: #990000;
    font-family: "Nunito", sans-serif;
    font-size: 46px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: normal;
    line-height: 52.83px;
    text-align: left;
}
.out-animation-name {
    color: #990000;
    font-family: "Nunito", sans-serif;
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 16px;
    text-align: left;
}
.animated-progress span {
    height: 100%;
    display: block;
    color: rgb(255, 251, 251);
    line-height: 30px;
    position: absolute;
    text-align: start;
    padding-right: 5px;
    border-radius: 16px 0px 0px 16px;
    display: flex;
    align-items: center;
    background: #06324f;
    padding-left: 13px;
    overflow: visible !important;
}
.animated-progress:first-child span {
    background: #8cb0c6;
}






.hanover_dpt_experience-chart:after {
    content: "";
    width: 17px;
    height: 324px;
    border-radius: 6px;
    background-color: #06324f;
    position: absolute;
    right: -10px;
    top: 5px;
}

.testimonial-slider {
    /* background-color: #00162E; */
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 73px;
    padding-bottom: 60px;
    /* opacity: 0.9; */
    background-color: #e8e8e8;
    /* background-color: rgba(0,22,46,0.9); */
}
.home-page-testimonial-content {
    font-size: 14px;
    line-height: 22px;
    color: #0b486d;
    font-weight: 500;
    text-align: center;
}
.testimonial-slider-inner {
    padding: 0 90px;
}
.testimonial-ditails {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 17px;
    font-size: 11px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    text-align: center;
}
.testimonial-ditails-designation {
    color: #0b486d;
    font-size: 10px;
}

.testimonial-ditails-name {
    text-align: right;
    width: 100%;
    max-width: 100%;
    color: #0b486d;
    font-size: 14px;
}

/* Accordion :: START */


.accordion-content-section {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    margin-bottom: 11px;
}
.accordion-content-section > .container {
    width: 100%;
    

}
.accordion-content-section .accordion__title {
    font-size: 30px;
    line-height: 40px;
    color: #990000;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
    display: inline-flex;
} 
/*.accordion__title:before {
    content: "";
    width: 114px;
    height: 5px;
    background-color: #ffc400;
    position: absolute;
    bottom: -24px;
    left: -41px;
}*/
.accordion__title::after {
    flex-shrink: 0;
    content: "";
    position: relative;
    display: inline-block;
    margin-left: auto;
    transform-origin: center;
    /* transform: rotate(180deg); */
    transition: all 0.3s ease-in-out;
    background-image: url(../images/arrow.png);
    width: 29px;
    height: 13px;
    background-repeat: no-repeat;
        left: 75px;
    bottom: 1px;
}
.accordion-content-section .accordion__inner {
    /*max-height: 0;*/
    /*overflow: hidden;*/
    /*transition: all 0.3s ease-in-out;*/
}
.accordion-content-section.accordion-box-shadow {
    background-color: #ffffff;
}
.accordion-content-section .accordion__content span {
    font-weight: 500;
    font-family: "Nunito", sans-serif;
}
.accordion-content-section .accordion__content {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    margin: 14px 0 17px 0;
}
.accordion-content-section .accordion--opened .accordion__title::after {
    transform: rotate(180deg);
    opacity: 1;
}
.accordion-content-section .accordion--opened .accordion__title:before {
    width: 100%;
    transition: all 0.9s ease-in-out;
}
.accordion-content-section .accordion + .accordion {
  border-top: none;
}

/*.accordion-content-section .accordion.initiated {
    margin-bottom: 125px;
}*/
.accordion-content-section .accordion.initiated:last-child {
    margin-bottom: 0px;
}



.home-last-display-section-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: 39px;
}
.home-last-display-section {
    display: flex;
    justify-content: center;
    /* background-color: #00162E; */
    /* padding-bottom: 220px; */
    padding: 60px 0 31px;
    position: relative;
    z-index: 9;
    /* opacity: 0.9; */
    background-color: #990000;
}
.home-last-display-section a.btn-main{
    margin: 0 auto;
    background-color: #ffffff;
    color: #990000;
}
.home-last-display-section-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    z-index: 1;
}
.home-last-display-section-banner > img {
    width: 100%;
    opacity: 0;
}
.footer-logo img {
    max-width: 107px;
}
footer {
    display: flex;
    justify-content: center;
    /* background-color: #00162E; */
    color: #fff;
    padding-top: 40px;
    padding-bottom: 38px;
    /* opacity: 0.9; */
    background-color: #990000;
}
.footer-right {
    width: 100%;
    max-width: 100%;
}
footer > .container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 82px;
    flex-wrap: wrap;
	align-items: flex-start;
}
.menu-footer-menu-container {
    margin-bottom: 15px;
}
.footer-logo {
    width: 100%;
    text-align: left;
}
.footer-left {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 25%;
}
.footer-right {
    width: 100%;
    max-width: 75%;
    font-size: 10px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}
.footer-menu ul {
    margin: 0;
    display: flex;
    justify-content: left;
    max-width: 100%;
}
.footer-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ffffff5c;
}
.footer-menu ul li a {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.footer-menu ul li a:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 1px;
    margin-left: 10px;
}
.footer-menu ul li:last-child a:after {
    content: none;
}
.footer-right-content a {
    color: #fff;
    text-decoration: none;
}
footer a:hover,.footer-menu ul li a:hover {
    color: #0b486d;
    text-decoration: none;
    cursor: pointer;
}
.footer-address {
    max-width: 100%;
    width: 100%;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    margin-top: 15px;
}
.accordion-content-section .container {
    padding: 0 80px 0 120px;
} 
.accordion-content-section-main > .container {
    padding: 0 154px;
}
.accordion-content-section-main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 30px;
    align-items: center;
    background: #fff;
}
.accordion-content-section-title {
    color: #06324f;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 17.42px;
    text-align: left;
    margin-top: 44px;
    margin-bottom: 31px;
}
.accordion.wow.fadeInUp.center.initiated.accordion--opened .accordion__title {
    margin-bottom: 17px;
}
.thank-you-page-about.simple-bgcolor {
    background: #00162E;
}

.request-form-content {
    display: flex;
    justify-content: center;
    /* background-color: #00162e; 
    opacity: 0.9; */
    background-color: #990000;
    /* background-color: rgb(0 22 46 / 90%); */
    padding-bottom: 35px;
    padding-top: 34px;
}
.home-about-content-title {
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 35px;
    text-align: left;
    margin-bottom: -14px;
}

.request-form-content > .container {
    padding: 0 82px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.request-form-content-form {
    box-shadow: 0 0 3px rgb(7 6 6 / 24%);
    border-radius: 25px;
    background-color: #ffffff;
    width: 100%;
    padding: 0 7px;
    max-width: 28.9%;
    height: fit-content;
}
.request-form-content-form label {
    color: #000000;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23.62px;
    text-align: left;
    margin-bottom: 0 !important;
    margin-left: 13px !important;
}
.request-form-content-form span.gfield_required {
    display: none !important;
}
.request-form-content-form input, .request-form-content-form select {
    border-radius: 10px !important;
    background-color: #ffffff;
    height: 28px;
    color: #000000;
    font-size: 12px !important;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23.62px;
    text-align: left;
    outline: none;
    padding: 0 10px !important;
    cursor: pointer;
    min-height: auto !important;
    margin-bottom: 11px;
}
.request-form-content-form-title {
    font-size: 20px;
    line-height: 17px;
    color: #02324f;
    font-weight: 600;
    width: 50%;
    margin-left: 11px;
    margin-top: 17px;
    margin-bottom: 10px;
}
.request-form-content-form .gfield {
    margin-bottom: -9px;
    margin-top: -2px;
}
.request-form-content-text {
    margin-left: 42px;
    margin-top: 36px;
    color: #fff;
    width: 100%;
}
.request-form-content-form .gfield.gfield--width-full {
    padding-bottom: 9px;
}
.request-form-content-text-content {
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    max-width: 100%;
    width: 100%;
}
.request-form-content-text-ditails ul li {
    color: #ffffff;
    font-family:'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin: 0;
}
.request-form-content-text-ditails {
    margin-top: 14px;
}
.request-form-content-text-ditails ul{
    padding: 0;
    margin-left: 70px;
}
.request-form-content-text-main {
    margin-bottom: 35px;
}
.request-form-content-form input#gform_submit_button_1,.request-form-content-form .embed-formstyle-cmn.gform_wrapper  .submit_btn_style {
    border-radius: 9px !important;
    background-color: #990000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 2px 29px 4px 29px !important;
    border: 1px solid #990000;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    margin-bottom: 17px;
}
.request-form-content-form input#gform_submit_button_1:hover,.request-form-content-form .embed-formstyle-cmn.gform_wrapper  .submit_btn_style:hover{background: unset;color: #990000;}
.request-form-content-form select{
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
	padding-right: 30px !important;
    width: 100%;
}
.embed-formstyle-cmn.gform_wrapper.gravity-theme .gfield { grid-column: 1/-1; min-width: 0; } 
.embed-formstyle-cmn.gform_wrapper.gravity-theme .gform_fields {display: grid; grid-column-gap: 2%; -ms-grid-columns: (1fr 2%)[12]; grid-row-gap: 16px; grid-template-columns: repeat(12,1fr); grid-template-rows: repeat(auto-fill,auto); width: 100%; }
.embed-formstyle-cmn.gform_wrapper.gravity-theme .gform_footer{
	margin: 6px 0 0; padding: 16px 0;
}
/* .ginput_container.ginput_container_select {
    position: relative;
    z-index: 1;
} */
.request-form-content-form select::-ms-expand {
    display: none !important;
} 
.request-form-content-form select {
    appearance: none;
    -webkit-appearance: none;
}
.request-form-content-banner, .request-form-content-banner img {
    width: 100%;
    opacity: 0;
}
.extra-banner,.home-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-slider > .container {
    padding: 0 169px;
}
.testimonial-slider button.slick-prev.slick-arrow:after {
    content: "";
    background-image: url(../images/left-blue-arrow.png);
    position: absolute;
    z-index: 999;
    top: -25px;
    width: 21px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.testimonial-slider button.slick-prev.slick-arrow:hover:after {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}
.testimonial-slider button.slick-next.slick-arrow:hover:after {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.testimonial-slider button.slick-next.slick-arrow:after {
    content: "";
    background-image: url(../images/right-blue-arrow.png);
    position: absolute;
    z-index: 999;
    top: -25px;
    width: 21px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before{display: none;}

.schdule-call-with-dtp-experience-main-titie {
    margin-bottom: 26px;
    color: #ffffff;
    font-family: "Nunito", sans-serif;
    font-size: 38px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.53px;
    line-height: 40px;
}
.schdule-call-with-dtp-experience {
    display: flex;
    justify-content: center;
    /* margin-top: 47px; */
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;

    background: #0b486d;
}
.schdule-call-with-dtp-experience > .container {
    padding: 0 82px;
    display: flex;
    justify-content: space-between;
  
}

.schdule-call-with-dtp-experience-left {
    width: 100%;
    max-width: 48.9%;
    margin-top: 60px;
}
.schdule-call-with-dtp-experience-left p strong {
    font-weight: 600;
}
.schdule-call-with-dtp-experience-left p {
    font-size: 14px;
    color: #fff;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    font-weight: 500;
}
.schdule-call-with-dtp-experience-left .animated-progress {
    flex-direction: row;
}
.schdule-call-with-dtp-experience-left .animated-progress span {
    border-radius: 0px 16px 16px 0px;
}
.schdule-call-with-dtp-experience-left .hanover_dpt_experience-chart:after {
    left: -10px;
    top: -19px;
}
.schdule-call-with-dtp-experience .schdule-call-section {
    width: 100%;
    box-shadow: 0 0 3px rgb(7 6 6 / 24%);
    border-radius: 25px;
    background-color: #ffffff;
    padding: 0 9px;
    padding-bottom: 18px;
    margin-bottom: -40px;
    position: relative;
    z-index: 999;
    margin-top: -72px;
}
.schdule-call-section {
    width: 47%;
    box-shadow: 0 0 3px rgb(7 6 6 / 24%);
    border-radius: 25px;
    background-color: #ffffff;
    padding: 0 9px;
    padding-bottom: 18px;
    margin-bottom: 45px;
    position: relative;
    z-index: 999;
    margin-top: 33px;
}
.schdule-call-section-titie {
    color: #990000;
    font-family: 'Montserrat', sans-serif;
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: center;
    padding-top: 23px;
    padding-left: 0;
}
.admission-advisor {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.admission-advisor img {
    max-width: 93px;
    margin-bottom: 12px;
}
.admission-advisor-name {
    /* max-width: 114px; */
    color: #990000;
    /* font-size: 12px; 
    line-height: 6.24px;
    */
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.admission-advisor-name span {
    font-weight: 400;
    width: 100%;
    display: inline-block;
    line-height: normal;
}
.admission-advisor {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 5px;
}
.rolling-admissions-section {
    display: flex;
    justify-content: center;
    background-color: #06324f;
    /* opacity: 0.9; */
    /* background-color: rgba(0,22,46,0.9); */
    padding-top: 74px;
    position: relative;
    z-index: 99;
    padding-bottom: 164px;
}
.rolling-admissions-section-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 17.42px;
    text-align: left;
    margin-bottom: 26px;
}
.rolling-admissions-section-content {
    text-shadow: 0 0 3px rgb(119 111 107 / 12%);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    margin-bottom: 77px;
}
.rolling-admissions-section-left {
    width: 100%;
    max-width: 515px;
}
.next-webinar-title {
    color: #990000;
    font-family: 'Montserrat', sans-serif;
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: center;
    margin-bottom: 14px;
}
.rolling-admissions-section > .container {
    display: flex;
    justify-content: space-between;
}
.next-webinar {
    width: 100%;
    padding: 32px 22px;
    margin-top: 33px;
    box-shadow: 0 0 3px rgb(7 6 6 / 24%);
    border-radius: 25px;
    background-color: #ffffff;
}
.rolling-admissions-section-right {
    width: 38.3%;
}
.rolling-admissions-section-inner .accordion-content-section-title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 17.42px;
    text-align: left;
    margin: 0;
    margin-bottom: 32px;
}
.rolling-admissions-section-inner .accordion-content-section {
    background-color: unset;
    justify-content: flex-start;
}
.rolling-admissions-section-inner .accordion__title {
    color: #ffffff !important;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 17.42px;
    text-align: left;
     font-family: 'Montserrat', sans-serif;
}
.rolling-admissions-section-inner {
    padding-bottom: 34px;
}
.rolling-admissions-section-inner .accordion__content {
    color: #fff;
}
.next-webinar-content p{
    text-shadow: 0 0 3px rgb(119 111 107 / 12%);
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
        letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
}
.next-webinar span {
    color: #02324f;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23.62px;
}
.next-webinar strong {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23.62px;
    color: #000;
}
.next-webinar-content a.btn-main {
    background: #0b486d;
    border: #0b486d;
}
.next-webinar-content a.btn-main:hover {
    color: #0b486d;
    border: #0b486d;
}
.next-webinar a.btn-main {
    margin: 0 auto;
    margin-top: 41px;
    padding: 4px 27px 4px 27px;
}
.rolling-admissions-section-inner .accordion__title::after {
    opacity: 1;
}
.request-form-content .validation_message {
    font-size: 13px !important;
    font-weight: 300 !important;
    padding: 4px 9px !important;
    color: red !important;
}
.request-form-content .gform_validation_errors {
    font-size: 13px !important;
    font-weight: 300 !important;
    padding-right: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}
.gform_ajax_spinner{display: none !important;}
.schdule-call-with-dtp-experience-left .animated-progress span {padding-left: 21px;}
.rolling-admissions-section > .container {padding: 0 82px;}


.thank-you-page-banner img {
    width: 100%;
    max-width: 691px;
}
.thank-you-page {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.thank-you-page > .container {
    display: flex;
    justify-content: center;
}
.thank-you-page-about {
    background: #00162E;
    /* opacity: 0.9; */
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    background: linear-gradient(to top, #0b486d 51%, #fff 46%);
    flex-direction: column;
    align-items: center;
    padding-bottom: 44px;
}
.thank-you-page-about-title {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 55px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 54px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 15px;
}
.thank-you-page-about-content {
    text-shadow: 0 0 3px rgb(119 111 107 / 12%);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: center;
    max-width: 61%;
    width: 100%;
    padding-bottom: 29px;
}
.thank-you-page-about > .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.thank-you-page-schdule-call {
    display: flex;
    justify-content: center;
}
.thank-you-page-schdule-call > .schdule-call-section {
    max-width: 450px;
    margin-bottom: 50px;
    margin-top: 33px;
    text-align: center;
    padding-bottom: 31px;
}
.thank-you-page-banner img {
    width: 100%;
    max-width: 691px;
    border-radius: 60px;
}
.thank-you-page-schdule-call .container {
    padding: 0 202px;
    display: flex;
    justify-content: space-between;
}
.thank-you-page-banner {
    margin-top: 26px;
    margin-bottom: -30px;
}
.thank-you-page-schdule-call .schdule-call-section-titie {
    max-width: 100%;
    padding-top: 24px;
}
.thank-you-page-schdule-call .admission-advisor {
    margin-bottom: 28px;
}
a.thk-main-btn {
    height: 80px;
    box-shadow: 2px 2px 3px rgb(7 6 6 / 38%);
    border-radius: 25px;
    background-color: #991B1D;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    max-width: 214px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #990000;
}
a.thk-main-btn:hover {
    background: #fff;
    color: #990000;
}
.next-webinar a.btn-main {
    background-color: #0b486d;
    border: 1px solid #0b486d;
}
.thank-you-page-last-button {
    display: flex;
    justify-content: center;
    padding-bottom: 32px;
}
.thank-you-page-last-button > .container {
    display: flex;
    justify-content: space-between;
    padding: 0 189px;
}
.thank-you-page-footer {
    /* background: #00162E; */
    /* opacity: 0.9; */
    /* background-color: rgba(0,22,46,0.9); */
    background-color: #990000;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
        padding-bottom: 45px;
}
.thank-you-page-footer-name {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    margin-bottom: 24px;
    margin-top: 35px;
}
.thank-you-page-footer-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 140px;
    width: 100%;
}
.thank-you-page-footer-social img {
    padding: 3px 3px;
    width: auto;
    max-height: 40px;
}
.thank-you-page-footer-social a:hover {
    background: #991B1D;
    border-radius: 5px;
}
.thank-you-page-footer > .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.page-id-103 ul#primary-menu,.error404 ul#primary-menu{
    display: none;
}
.page-id-10 ul#menu-remarking-page-menu-1,.page-id-10 ul#menu-remarking-page-menu {
    display: none;
}
.out-animation-per em {
    font-style: unset;
}

.error-page{width: 100%;display: flex;justify-content: center;padding-top: 100px;}
.error-page h1{color: #000;font-size: 13vw;line-height: normal;}
.error-page .container{width: 100%;max-width: 967px;text-align: center;}
.animated-progress .out-animation {
    opacity: 0;
}
.animated-progress .showOpacity .out-animation {
    opacity: 1;
}
.request-form-content-form input.error, .request-form-content-form select.error { border-color: red !important; }
.request-form-content-form .embed-formstyle-cmn label.error { display:none !important;font-size: 13px !important; font-weight: 300 !important; padding: 4px 9px !important; color: red !important; background: #fff9f9; border: 1px solid #c02b0a; margin-top: 8px; width: 100%; margin-left: 0 !important; line-height: inherit; }
.content-image-section {
    width: 100%;
    display: flex;
    justify-content: center;
}
.content-image-section > .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 27px;
    align-items: center;
    padding: 0 82px;
}
.content-image-section-left {
    width: 100%;
    max-width: 48.56%;
}
.content-image-section-right {
    width: 100%;
    max-width: 43.61%;
}
.content-image-section-title{
    color: #990000;
    font-family: 'Nunito', sans-serif;
    font-size: 38px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.53px;
    line-height: 40px;
    padding-bottom: 6px;
}
.content-image-section-left p {
    color: #000000;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
}
.accordion-content-section .accordion__content ul li {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat";
}
.accordion-content-section .accordion__content > ul {
    margin-top: 22px;
}
.accordion-content-section .accordion__content strong {
    color: #0b486d;
}
.request-form-video-inner iframe{
    display: none;
    border-radius: 45px;
    width: 100%;
    height: 100%;
    min-height: 290px;
}
.request-form-video-inner a.video-button {
    position: absolute;
    left: 21px;
    bottom: 16px;
    max-width: 28px;
    cursor: pointer;
}
.request-form-video-inner img#alternative {
    position: relative;
    border-radius: 45px;
}
.request-form-video-inner #video-content {
    position: relative;
    width: 100%;
    max-width: 516px;
    border-radius: 45px;
}
.request-form-video-inner {
    width: 100%;
    max-width: 516px;
    border-radius: 45px;
}

.extra-banner.form-hide-class .request-form-content .request-form-content-form {
    display: none;
}
.extra-banner.form-hide-class .request-form-content .request-form-content-text-main {
    width: 48%;
}
.extra-banner.form-hide-class .request-form-content .request-form-content-text {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.extra-banner.form-hide-class .request-form-content .request-form-video {
    width: 100%;
}
.request-form-content-text-ditails {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
}
.extra-banner.form-hide-class .request-form-content .request-form-video-inner #video-content {
    position: relative;
    width: 100%;
    max-width: 70%;
    border-radius: 45px;
}
.extra-banner.form-hide-class .request-form-content .request-form-video-inner {
    width: 100%;
    max-width: 100%;
    border-radius: 45px;
    display: flex;
    justify-content: center;
}
/*.extra-banner.form-hide-class .request-form-content .request-form-video-inner {
    width: 100%;
    max-width: 100%;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}*/.extra-banner.form-hide-class .request-form-content .request-form-video-inner iframe {
    min-height: 409px;
    max-width: 75%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

video,.video,.mac,.media-document {
width: 100% !important;
max-width:100% !important;
object-fit: cover !important;
left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.content-image-section.image-position-right > .container {
    flex-direction: row-reverse;
    margin-top: 0;
    align-items: flex-end;
}
.content-image-section.image-position-right {
    margin-bottom: 30px;
}
.content-image-section-left a.btn-main {
    margin-top: 9px;
    display: inline-table;
}
.home-about-section.backgroung-color-light {
    background: #fff;
}
.home-about-section.backgroung-color-light .home-about-title {
    color: #990000;
}
.home-about-section.backgroung-color-light .home-about-content p{color: #000;}
.admission-advisor img,.admission-advisor-name{display: none;}
.schedule-calendar iframe {
    min-height: 383px;
}
.extra-banner.form-hide-class .request-form-content .request-form-video-inner iframe > .video {
  object-fit: cover;
  min-width:auto !important;
}