body { margin: 0; padding: 0; font-family: 'Red Hat Display', sans-serif; color: #000; }
h1, h2, h3, h4, h5, h6, p, span, ul, li, a { margin: 0; padding: 0; }
p { color: #51668a; font-size: 16px; }
h1 {color: #000000;}
h2 {font-size: 50px;font-weight: 700;color: #c7031e;}
h3 {font-size: 30px;font-weight: 700;color: #0b2653;}
h4 { font-size: 30px; }
h5 { font-size: 16px; }
h6 {color: #fba311;font-size: 16px;}
img { max-width: 100%; }
a { text-decoration: none !important; }
ul { list-style: none; padding: 0; }
.no_space { padding-right: 0px; padding-left: 0px; }
.sec { padding: 50px 0; }
.main_btn { padding: 12px 40px; display: inline-block; border-radius: 6px; background: linear-gradient(to bottom, #fecd1a 0%, #ffaf29 100%); }
.main_btn:hover { background: #ca454c; border-color: #ca454c; color: #fff; }
a.main_btn span>i { margin-left: 66px; }
.main_btn2 {display: inline-block;padding: 14px 60px;font-size: 16px;font-weight: 600;transition-duration: .5s;border-radius: 6px;background: #c7031e;color: #fff;border: none;}
.main_btn2:hover { background: #151515; color: #fff; }
.main_btn3 { display: inline-block; padding: 10px 33px; color: #FFF; border-radius: 3px; font-size: 16px; font-weight: 700; transition-duration: .5s; background: #000; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/************************** popup  ************************************/
.modal { top: 0%; background: #000000de; }
.modal-dialog { max-width: 500px; margin: 130px auto 0; }
.pop_heading { width: 100%; padding: 20px; }
.pop_heading h5 {font-size: 19px;font-weight: 700;margin: 0 0 15px;border-left: 4px solid #c7031e;padding: 0 20px;line-height: 29px;text-transform: uppercase;}
.pop_heading h4 { font-size: 15px; color: #858585; }
.field { width: 100%; position: relative; margin: 0 0 20px; }
span.pop_icon {position: absolute;color: #c7031e;left: 13px;top: 11px;}
.field .form-control { width: 100%; border-radius: 0; padding: 3px 0 4px 37px; resize: auto; height: 45px; border-radius: 5px; border: 1px solid #ccc; color: #000; }
.modal-content {box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;width: 450px;border-bottom: #c7031e 5px solid;border-radius: 23px;}
#popupform p {text-align: center;font-size: 14px;color: #c7031e;margin: 19px 0 0;}
.modal-header { padding: 0; border: none; }
button.pop_btn {font-size: 16px;text-transform: uppercase;color: #fff;background: #c7031e;padding: 10px 0;border: none;width: 100%;}
button.close { background: url(img/cross.png) no-repeat 0 0; width: 20px; height: 20px; position: absolute; top: 9px; right: 15px; display: block; opacity: 1; }
.fade.in { overflow: hidden; }
.field textarea.form-control { height: 150px; }
.no-space { padding: 0; margin: 0; }
.rev_box { width: 100%; box-shadow: 3px 3px 30px 0 #00000047; padding: 30px; border: 1px solid #000000; border-radius: 10px; margin: 20px 0; }
.rev_box ul li { display: inline-block; list-style: none; color: #f6830f; }
.rev_box ul li:before { display: none; }
.rev_box p { height: 155px; }
.rev_box img { margin: 0 0 20px; border-radius: 60px; border: 2px solid #0e918c; }

/************************** popup ************************************/

/*sidebar form*/
.sidebar_form_bg { width: 845px; position: fixed; top: 30%; transform: translate(845px, 0); border-radius: 5px; cursor: pointer; transition: linear .3s; z-index: 99; box-shadow: 46px 5px 10px 0 #00000029; right: 0; }
.sidebar_active { transform: translate(0, 0); }
.sidebar_head { position: absolute; transform: rotate(-90deg); left: -168px; background: #00c881; padding: 10px; color: #fff; top: 131px; width: 300px; text-align: center; border-radius: 5px 5px 0 0; }
.sidebar_form { background: #fff; padding: 0; height: 300px; display: flex; flex-direction: column; flex-wrap: nowrap; align-content: center; justify-content: center; align-items: stretch; border: 2px solid #00c3ff; }
.sidebar_head h3 { font-size: 18px; }
.sidebar_form .form-control { padding: 13px; height: auto; border: 2px solid #0dc391; }
.sidebar_right { padding: 20px; }

/*sidebar form end*/

/************************** header  ************************************/

/*header*/
.header { width: 100%; padding: 15px 0 4px; border-bottom: 1px solid #cc3b1a6b; }
.logo { width: 100%; margin: 16px 0; }
.head_left img { max-width: 100%; }
.head_right { width: 100%; text-align: right; border-bottom: 1px solid #cc3b1a6b; padding: 0 0 9px; }
.head_right ul li { display: inline-block; margin: 0 0 0 20px; }
.head_right ul li span { margin: 0 20px 0 0; color: #cc3b1a; display: inline-block; text-align: center; padding: 5px 0 0; }
.head_right ul li a { color: #fff; font-size: 14px; font-weight: 300; }
.head_bmid { width: 100%; text-align: right; }
.main_navigation { width: 100%; padding: 9px 0; }
.navbar-inverse { background-color: transparent; border: none; }
.navbar-collapse.collapse { float: none; padding: 0; }
.navbar-inverse .navbar-nav > li > a { color: #000; padding: 10px 0 10px 0; margin-right: 30px; }
.dropdown-menu { padding: 8px 0; margin: 0; background-color: #fff; top: 40px; }
.dropdown-menu > li > a { color: #000; text-align: left; }
ul.dropdown-menu li { width: 100%; border-bottom: 1px dashed #ababab; }
.caret {color: #c7031e;margin-left: 9px;}
.navbar-inverse .navbar-nav > li { float: none; display: inline-block; }
.navbar-inverse .navbar-nav > li > a { font-weight: 500; }
.navbar-inverse .navbar-nav > li > a:hover { color: #40bad5; transition: 0.7s; }
.navbar-inverse .navbar-nav > li > a:hover:before { opacity: 1; visibility: visible; width: 100%; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #00c881; background-color: transparent; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #cc3b1a; }
.nav.navbar-nav { display: block; margin: 0 auto; }
.navbar-nav { float: none; }
.navbar.navbar-inverse { margin-bottom: 0; }
.navbar { min-height: auto; }
.head_top { width: 100%; border-bottom: 1px solid #fff; padding: 0 0 10px; }
.head_btn { width: 100%; }
.head_box1 a { color: #000; font-size: 15px; }
.head_box1 span {font-size: 20px;float: left;margin: 10px 10px 0 0;color: #c7031e;}

/************************** Banner  ************************************/
.h_banner { width: 100%; padding: 117px 0; background: url(img/main_banner.png) no-repeat; background-size: cover; background-position: center right; }
.ban_left { width: 100%; }
.ban_left h1 {font-size: 50px;font-weight: 700;}
.ban_left h3 { font-size: 46px; font-weight: 700;    /* line-height: 2; */ margin: 20px 0 40px; }
.ban_left h3 span { background: #25D366; font-size: 30px; padding: 15px 7px; border-radius: 5px; border: 2px solid #fff; color: #fff; box-shadow: 0 10px 15px 0px rgb(56 0 189 / 20%); }
.ban_right {width: 100%;text-align: center;background: #000000ad;box-shadow: 4px 0 50px grey;padding: 50px 20px 20px 20px;position: relative;z-index: 1;border: 6px solid #c7031e;border-radius: 6px;}
.ban_right::before { content: ""; position: absolute; background: url(img/ban_img2.png) no-repeat; width: 100%; height: 100%; left: -10px; top: -10px; z-index: -1; }
.ban_right .form-group input {height: 50px;color: #ffffff;font-size: 16px;border-radius: 10px;background: transparent;border: none;box-shadow: none;border-bottom: 2px solid #e6e6e6;font-weight: 600;}
.ban_right .form-group textarea { color: #fcfdff; font-size: 16px; background: transparent; border: none; box-shadow: none; border-bottom: 2px solid #e6e6e6; font-weight: 600; resize: none; height: 149px; border-radius: 10px; }
.ban_right .form-group.signup-btn button { border: none; width: 100%; }
.ban_left p {color: #51668a;font-size: 16px;margin: 20px 0;padding: 0 171px 0 0;}
.ban_left ul li { position: relative; padding: 0 0 0 25px; color: #000; font-size: 16px; }
.ban_left ul li:before { content: "\f14a"; position: absolute; font-family: 'FontAwesome'; left: 0; color: #ffba00; }
.ban_left ul { margin: 0 0 20px; }
.ban_right h3 { color: #fba311; }
.ban_right p { color: #fff; }

/************************** Section 1 ************************************/
.s1_top { text-align: center; }
.s1_top h2 { margin: 15px; }
.s1_box h3 { margin: 15px 0; }
.s1_box:hover { box-shadow: 0 40px 60px #0b26531f; background: #fff; }
.s1_box { padding: 40px 20px; transition: linear .3s; }
.s1_box p {
    height: 120px;
}
/************************** Section 2 ************************************/
.h_sec2 { background: #f9f9f9; }
.s2_left img { border-radius: 30px; }
.s2_right h2 { margin: 20px 0; }
.s2_right p {
    margin: 0 0 20px;
}
/************************** Section 3  ************************************/
.h_sec3 { }
.s3_top { text-align: center; }
.s3_bot { margin: 20px 0 0 0; display: inline-block; }
.s3_box {text-align: center;color: #fff;border: 4px dashed #c7031e;border-radius: 10px;padding: 20px 0;}
.s3_box h3 { margin: 6px 0; }
.s3_box h4 {font-size: 50px;font-weight: 700;color: #fba311;margin: 20px 0 10px;}
.s3_box h6 { font-size: 18px; color: #000000; }
.s3_counter { position: relative; background-color: rgb(255, 255, 255); overflow: hidden; }
.s3_box img {
    filter: hue-rotate(75deg);
}
/************************** Section 4  ************************************/
.h_sec4 {background: #c7031e;padding: 100px 0;}
.s4_box h3 { color: #fff; margin: 20px 0; }
.s4_box p { color: #fff; }
.s4_right h2 { color: #fff; font-size: 40px; }

/************************** Section 5  ************************************/
.h_sec5 { background: url(img/s5_bg.png) no-repeat center top; background-size: cover; }
.s5_top { text-align: center; }
.s5_box {margin-top: 30px;text-align: center;padding: 50px 30px;border-radius: 6px;transition: .3s;color: #fff;background: linear-gradient(
1deg,#000000 0%,#fb2a34 100%);}
.s5_box h3 { margin: 20px 0 0; color: #ffffff; }
.s5_box p { display: none; }
.s5_box a {margin: 20px 0 0;display: inline-block;background: #c7031e;padding: 15px 30px;border-radius: 6px;color: #fff;font-weight: 500;}
.s5_box:hover {background: #000000;color: #fff;}
.s5_box:hover p { display: block; margin-top: 20px; height: 271px; color: #fff; }
.s5_box:hover img { position: absolute; opacity: 0; }
.s5_box:hover a { background: #fff; color: #000; }

/************************** Section 6  ************************************/
.h_sec6 {background: url(img/s6_banner.jpg) no-repeat;background-size: cover;padding: 60px 0 60px;filter: hue-rotate(45deg);}
.s6_box { padding: 25px 35px 55px; background: white; border-radius: 0 16px 16px 16px; position: relative; width: 100%; }
.testi-icon { position: absolute; left: 35px; z-index: 11; top: 160px; }
.s6_top { text-align: center; color: #fff; margin: 0 0 30px; }
.s6_top h2 { margin: 0 0 10px; color: #00c881; }
.s6_box p { margin: 0 0 10px; }
.s6_top p { color: #fff; }

/************************** Section 7  ************************************/
.h_sec7 {background: url(img/s7_banner.jpg) no-repeat;background-size: cover;position: relative;padding: 80px 0;background-position: center;}
.h_sec7:before {position: absolute;content: "";background: #541019;top: 0;bottom: 0;left: 0;right: 0;opacity: 0.9;}
.s7_top h2 { color: #fff; }
.s7_top { text-align: center; margin: 0 0 30px; }
.h_sec7 input.form-control { height: 53px; }

/************************** Section 8  ************************************/

/************************** Section 9  ************************************/
.h_sec9 { padding: 149px 0 60px; position: relative; overflow: hidden; }
.h_sec9::before {content: "";position: absolute;background: url(img/s9_img2.png) no-repeat;top: 0;bottom: 90px;left: 0;right: 0;background-position: bottom left;filter: sepia(1);}
.h_sec9::after { content: ""; position: absolute; background: url(img/s9_img2.png) no-repeat; top: 0; bottom: 350px; left: 0; right: 0; background-position: bottom right; }
.s9_top { width: 100%; text-align: center; margin: 0 0 50px; }
.s9_top h3 { font-size: 54px; font-weight: 700; text-transform: uppercase; right: 100px; position: relative; }
.s9_top h3 span { color: #fff; position: relative; right: -11px; z-index: 1; }
.s9_top h3 span::before {content: "";position: absolute;background: url(img/s9_img1.png) no-repeat;top: -143px;bottom: 0;left: -10px;right: 0;z-index: -1;width: 55px;filter: hue-rotate(295deg);}
.s9_top h2 { margin: 30px 0 10px; font-size: 24px; }
.s9_top p { color: #838383; }
.s9_icon { padding: 20px 24px 20px 24px; border: 2px solid; margin-right: 19px; }
.s9_text { position: relative; left: -30px; background: var(--white); padding: 9px 0; background: #fff; }
.s9_left { width: 100%; display: flex; align-items: center; }
.s9_text p { font-size: 14px; font-weight: 400; margin: 0 0 5px 0; }
.s9_text a { font-size: 24px; color: #000000; margin: 0; padding: 0; font-weight: 600; }
.img_rotate1 { width: 100%; }
.img_rotate1::before { content: ""; position: absolute; background: url(img/rotate2.png) no-repeat; top: 80%; bottom: 0; left: 3%; right: 0; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; -moz-animation: spin 60s infinite linear; -webkit-animation: spin 5s infinite linear; display: block; width: 70px; height: 70px; }
.img_rotate1::after { content: ""; position: absolute; background: url(img/rotate2.png) no-repeat; top: 10%; bottom: 0; left: 90%; right: 0; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; -moz-animation: spin 60s infinite linear; -webkit-animation: spin 5s infinite linear; display: block; width: 70px; height: 70px; }
.img_rotate2 { width: 100%; }
.img_rotate2::before {content: "";position: absolute;background: url(img/rotate1.png) no-repeat;top: 10%;bottom: 0;left: 3%;right: 0;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;transition: all 0.3s linear;-moz-animation: spin 60s infinite linear;-webkit-animation: spin 5s infinite linear;display: block;width: 115px;height: 115px;filter: hue-rotate(188deg);}
.img_rotate2::after {content: "";position: absolute;background: url(img/rotate1.png) no-repeat;top: 80%;bottom: 0;left: 90%;right: 0;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;transition: all 0.3s linear;-moz-animation: spin 60s infinite linear;-webkit-animation: spin 5s infinite linear;display: block;width: 105px;height: 115px;filter: hue-rotate(
188deg);}
.img_rotate3 { width: 100%; }
.img_rotate3::before { content: ""; position: absolute; background: url(img/rotate2.png) no-repeat; top: -6%; bottom: 0; left: -3%; right: 0; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; -moz-animation: spin 60s infinite linear; -webkit-animation: spin 5s infinite linear; display: block; width: 70px; height: 70px; }
.img_rotate3::after { content: ""; position: absolute; background: url(img/rotate2.png) no-repeat; top: 93%; bottom: 0; left: 89%; right: 0; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; -moz-animation: spin 60s infinite linear; -webkit-animation: spin 5s infinite linear; display: block; width: 70px; height: 70px; }
.h_sec7 .img_rotate2::after { content: ""; position: absolute; background: url(img/rotate1.png) no-repeat; top: 80%; bottom: 0; left: 4%; right: 0; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; -moz-animation: spin 60s infinite linear; -webkit-animation: spin 5s infinite linear; display: block; width: 115px; height: 115px; }
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.s9_icon img {
    filter: hue-rotate(168deg);
}

/************************** Section 10  ************************************/

/************************** Section 11  ************************************/

/************************** Section 12  ************************************/

/*inner section*/
.inner_page_banner { width: 100%; padding: 130px 0 40px; text-align: center; background: black; color: #fff; }
.inner_page_banner h3 { font-size: 32px; color: #fff; text-transform: capitalize; }
.terms_section { width: 100%; padding: 40px 0; }
.terms_section h5 { margin: 20px 0; font-size: 20px; text-transform: capitalize; font-weight: 700; }
.terms_section p { margin: 0 0 15px; color: #666; font-size: 15px; }
.terms_section ul li:before { content: ""; position: absolute; left: -23px; background: #ff7315; width: 1%; height: 4px; border-radius: 50px; top: 10px; }
.terms_section ul li { list-style: none; font-size: 16px; margin: 0 0 20px; position: relative; color: #666; }
.terms_section ul li a { color: #102a45; }
.terms_section .form-control { resize: none; border-radius: 10px; border: 2px solid #555555; }
.terms_section_form { width: 100%; }
.terms_section_form h5 { font-size: 22px; margin: 0 0 30px; }
.terms_s_left { width: 100%; padding: 90px 0; }
.terms_s_left h3 { font-size: 29px; margin: 0 0 30px; line-height: 37px; }
.terms_s_left p { font-size: 20px; font-weight: 500; color: #666; }
.capbox0 { width: 100%; margin: 10px 0; overflow: hidden; }
#CaptchaDiv0 { width: 20%; background: #fff; padding: 9px 12px; margin: 0 0 15px; border-radius: 10px; float: left; border: 2px solid #555555; }
.capbox-inner0 { padding: 3px 13px; width: 76%; float: left; border-radius: 10px; margin: 0 0 0 20px; border: 2px solid #555555; }
#CaptchaInput0 { margin: 1px 0px 1px 30px; width: 130px; border-radius: 10px; padding: 4px; border: 2px solid #555555; }
button.cont_but { font-size: 18px; background: linear-gradient(to bottom, #fecd1a 0%, #ffaf29 100%); color: #fff; border-radius: 10px; padding: 9px 0; box-shadow: 0px 5px 15px #00000087; transition: 0.3s ease-in; text-transform: uppercase; display: inline-block; width: 100%; border: none; }

/************************** Section 9  ************************************/

/************************** Footer  ************************************/
.footer { background: #ffffff; background-repeat: no-repeat; background-size: cover; position: relative; padding: 50px 0 0; }
.footer-contact p { color: #727272; font-size: 14px; font-weight: 400; padding: 16px 0; }
.footer-contact h3 { color: #000; font-size: 14px; font-weight: 400; margin-bottom: 15px; }
.footer-contact a { color: #727272; font-size: 14px; font-weight: 400; display: flex; padding-bottom: 11px; transition: .4s; }
.footer-contact a i {color: #c7031e;font-size: 14px;padding-top: 4px;padding-right: 7px;}
.footer-contact a:hover { color: #00c881; }
.footer-quick-link h3 { color: #000; font-size: 18px; margin-bottom: 0; font-weight: 600; }
.footer-quick-link ul {padding-top: 22px;padding-left: 5px;}
.footer-quick-link ul li { display: block }
.footer-quick-link ul li a { color: #737373; font-size: 13px; font-weight: 400; padding-bottom: 9px; display: block; transition: .4s }
.footer-quick-link ul li a:hover { color: #00c881; }
.footer-quick-link ul li a i { padding-right: 8px }
.footer-quick-link { padding-top: 35px }
.quick-link { padding-left: 20px }
.services-link { padding-left: 0px }
.footer-link { padding-left: 55px }
.footer-solutions img { padding-top: 36px }
.foot_bot {text-align: center;background: #c7031e;padding: 10px 0;}
.foot_bot p {color: #fff2f2;}
.fot_top {padding: 0 0 20px;}

/*responsive*/
@media screen and (max-width:980px) {
    .sec { padding: 40px 0; }
    h2 { font-size: 30px; }
    h3 { font-size: 18px; }
    button.ban_btn { padding: 14px 52px; }
    .sidebar_form_bg { display: none; }
    .sidebar_head2 { display: none; }
    .sidebar_head3 { display: none; }
    .h_banner { background-position: top; padding: 80px 0 40px; background-size: contain; }
    .ban_left h1 { font-size: 26px; font-weight: 700; }
    .s1_box { padding: 30px 0px; }
    .s3_box h4 { font-size: 30px; }
    .s3_box h6 { font-size: 16px; }
    .s4_right h2 { font-size: 30px; }
    .main_btn { padding: 10px 9px; line-height: normal; }
    .foot_top_box::before { width: 100%; clip-path: none; }
    .foot_top_box { text-align: center; }
    .foot_lbox h3 { margin: 0 0 20px; }
    .foot_box p { margin: 0 0 20px; }
    .foot_top { padding: 40px 0; }
    button.cont_but { width: 100%; }
    #CaptchaDiv0 { width: 19%; padding: 9px 7px; }
    .capbox-inner0 { width: 78%; margin: 0 0 0 10px; }
    #CaptchaInput0 { margin: 0 0 0 7px; width: 55px; }
    .terms_s_left { padding: 0; }
}
@media screen and (max-width:767px) {
    h2 { font-size: 22px; }
    p { font-size: 16px; }
    .sec { padding: 30px 0; }
    span.dtag { display: none; }
    .head_btn { margin: 10px 0; display: none; }
    .header { position: relative; }
    .head_bright .navbar { margin: 0; min-height: auto; }
    .head_right { display: none; }
    .head_mid { text-align: center; }
    .head_mid .navbar-nav > li { display: block; }
    .logo a { text-align: left; }
    .navbar-toggle { margin: -40px 0 20px; background-color: #5ce19e; }
    .navbar-inverse .navbar-nav > li > a { padding: 10px }
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #000; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #000; text-align: center; }
    .navbar-nav { margin: 0; }
    .navbar-toggle .icon-bar { background: #fff; }
    .navbar-inverse .navbar-nav > li { display: block; }
    .navbar-inverse .navbar-nav > li > a { margin-right: 0; text-align: center; }
    .h_banner {background-size: contain;background: none;padding: 40px 0 40px;}
    .ban_left p{padding:0;}
    .ban_left { margin: 0 0 20px; }
    .ban_left h1 { font-size: 26px; }
    .ban_right .form-group textarea { height: auto; }
    .main_btn2 { padding: 14px 30px; }
    .s2_right { margin: 20px 0 0; }
    .s3_box { margin: 0 0 10px; }
    .img_rotate2 { display: none; }
    .s9_top h3 { right: 0; }
    .h_sec9::after { display: none; }
    .s9_text a { font-size: 20px; }
    .foot_box h3 { margin: 0; }
    .foot_top { padding: 30px 0; }
    .foot_box p { margin: 0; }
    .foot_bot { padding: 10px 0; border-top: 1px solid #000; }
    .terms_section_form { width: 100%; margin: 40px 0 0; }
    .inner_page_banner { padding: 20px 0; }
    .modal-dialog { max-width: 300px; margin: 70px auto 0; }
    .pop_heading h5 { font-size: 10px; margin: 0; border-left: none; padding: 0 0 0 30px; }
    .pop_heading h4 { font-size: 12px; }
    .pop_heading { padding: 0; }
    .modal-body p { display: none; }
    .modal-content { width: 299px; }
    #CaptchaDiv0 { width: 100%; }
    .capbox-inner0 { width: 100%; margin: 0 0 0 0px; }
    #CaptchaInput0 { width: 100px; margin: 1px 0px 1px 20px; }
    button.cont_but { width: 100%; }
}
