
[dir="rtl"]{
	direction: rtl;
}

@font-face {
    font-family: 'Insan-Regular';
    src: url('../Insan-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SSTPro-Roman';
    src: url('../SSTPro-Roman_gdi.eot');
    src: url('../SSTPro-Roman_gdi.eot?#iefix') format('embedded-opentype'),
         url('../SSTPro-Roman_gdi.woff') format('woff'),
         url('../SSTPro-Roman_gdi.ttf') format('truetype'),
         url('../SSTPro-Roman_gdi.svg#SSTPro-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Master CSS */
#page-main-content{
	opacity:100;
	/* font-family: "SST-Medium", Helvetica, Arial, sans-serif; */
}

.sony-accessible{
	/*float: right;*/
}

select::-ms-expand {
    display: none;
}

.nav-my-sony{
	/*float: none !important;*/
}


.custom_section{
	max-width:1400px; 
	margin:0 auto; 	
}

.custom_section_fluid{
	max-width:100%; 
	margin:0 auto; 	
}

.custom_sub_section{
	max-width:1250px; 
	margin:0 auto; 	
}

.section_break{
	clear: both;
	width: 100%;
	height: 60px;
}
.custom_header_section{
	padding: 50px 30px 50px 20px;	
    text-align: center;
}
.custom_header{
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 20px 0;
	font-weight: 400;
	color: #2f353d;
    margin: 10px 0px 20px;
	text-align:right;
	font-family: "Insan-Regular";
	
}
.custom_sub_header{
	font-size: 25px;
	line-height: 25px;
	color: #333333;
	text-align:right;
	font-family: "Insan-Regular";
}


#other_sony_contacts_section{
	padding-bottom: 100px;
}
#other_sony_contacts_section .custom_header_section{
	padding-bottom: 0px;
}

#other_sony_contacts_section .custom_sub_header{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f353d;
    margin: 10px 0;	
	text-rendering: optimizelegibility;
}	

#other_sony_contacts_section  .custom_product_title{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2f353d;
    margin: 10px 0;
}

/* violation  fixed*/
#other_sony_contacts_section  .custom_product_link{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #054cf3;
}
/* violation  fixed*/

#other_sony_contacts_section  .custom_product_link:hover{
	color: #4f6b85;
    outline: none;
}

#other_sony_contacts_section .custom_product_section{
	text-align: center;
	margin: 0 auto;
}

#other_sony_contacts_section .custom_product_detail{
	padding: 20px;
}


/* Contact Us Section */
.custom_support_sections{
	padding:0;
	margin: 0;
	overflow:hidden;
	margin-left: 37px;
}

.custom_support_section{
	padding: 0;
	margin: 0;
	background-color: #eff3f7;
	/* background-color: #efe3f7; */
	border: solid 20px #ffffff;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.custom_support_section_wrapper{		
	padding: 50px 40px;
	text-align: right;
	/* background-color: #efe3f7; */
}

.custom_support_header{
	font-style: normal;
    font-weight: 400;
    font-size: 30px;    
    line-height: 25px;
    margin-bottom: 1em;
	color: #2f353d;
    margin: 10px 0;
    font-family: "Insan-Regular";
}

.custom_support_paragraph{
	font-size: 20px;    
    line-height: 22px;
	color: #555555;
	margin: 0 0 10px 0;
	font-family: "Insan-Regular";
}

/* violation  fixed*/
.custom_support_paragraph  a{
	/*color: #5787f4;*/
	color: #054cf3;
	text-decoration: underline;
}
/* violation  fixed*/

.custom_support_paragraph  a:hover{
	color: #4f6b85;
	text-decoration: none;
}

/* violation  fixed*/
.custom_support_disclaimer{
	font-size: 20px;    
    line-height: 14px;
	/*color: #83838f;*/
	margin: 0 0 10px 0;
	font-family: "Insan-Regular";
}
/* violation fixed */

.custom_support_button{
	margin-top: 20px;
}
.custom_support_button a{
	margin-top: 30px;
}

/* violation  fixed*/
.custom_support_button a{
	font-style: normal;
    font-weight: 400;
    font-size: 13px;
	height: auto;
    line-height: 21px;
    padding: 12px 30px;
	/*background-color: #5787f4;*/
	background-color: #2B67F3;
    color: #fff;
}
/* violation  fixed*/

/* violation  fixed*/
.custom_support_button_disabled a{
	background-color: #e4e7eb;
    /*color: #bcbccc;*/
    color: #454548;
    cursor: not-allowed;
    font-size: 18px;
	font-family: "Insan-Regular";
}
/* violation  fixed*/

.custom_support_telephone{
	margin: 20px 0;
	font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 23px;
	color: #5787f4;
	font-family: "SSTPro-Roman";
}

.contact-form-btn {
    display: block;
    border: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
    padding-right: 37px;
    color: #000;
    font-weight: 600;
    text-align: right;	
}


.contact-form-btn:after {
    background: url(../arrow-down.png) #5988f6 no-repeat center;
    height: 50px;
    width: 60px;
    float: left;
    content: " ";
	cursor:pointer;
}
 
.contact-form .contact_form_active:after {
    background-image: url(../arrow-up.png);
}

.content_form_section{
    clear:both;
	background: #f0f5f9;    
	display: none;
	color: #000;
}

.tscontent {
	padding: 60px 0px;
	text-align:right;
	padding-left: 30px;	
}

.tscontent p{
    font-size: 20px;	
	color: #555555;
	/*margin-bottom:20px;*/
	font-family: "Insan-Regular";
}

.custom_form_group{
	padding:10px 0;
}

#enquiry_count{
	float:left;
}

.custom_label_panel{
	padding: 15px 15px 10px 15px;
	float:right;
}
.custom_form_label{
    width: 100%;    
   /* font-weight: 600;*/
	font-size: 20px;	
	line-height: 16px;	
	color: #555555;
	text-align: left;
	font-family: "SSTPro-Roman";
}

/* violation  fixed*/
.custom_form_label_required:after{
    font-size: 17px;	
	color: #af0805;
	content: "* ";
	padding-left: 3px;
}
/* violation  fixed*/

.custom_form_panel{
	float: right;
	margin-bottom: 29px;
} 
select{
	text-align-last: right;
}
option {
  text-align: right;
  /* reset to left*/
}
.custom_select_box{
	width: 100%;
	background: url(../select_box_bg.png) #fff no-repeat center left;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;    
    padding-left: 18px;
    padding-right: 18px;
	height:50px;
	margin: 0;
	color: #555555 !important;
	font-size: 20px !important;
	font-family: "Insan-Regular";
}
.custom_select_box_calendar{
	width: 100px;
	margin-right:10px;
}
.custom_text_box{
	width: 100%;
	box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px !important;
    padding: 0 18px !important;    
	height:50px !important;
	margin: 0 !important;
	border: 1px solid #cccccc !important;
    background-color: #fff !important;
    color: #2f353d !important;
}
.custom_textarea{
	width: 100%;
	box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 14px !important;
    padding: 0 18px !important;    
	height:100px;
	margin: 0 !important;
	border: 1px solid #cccccc !important;
    background-color: #fff !important;
    color: #2f353d !important;
	font-size: 14px !important;
}
.custom_form_radio_button{
	width: 22px !important;
	height: 22px !important;
	padding: 2px 10px !important;
	background: #fff !important;
	float:left;
}
.custom_form_radio_label{
	font-size: 20px;	
	line-height: 16px;	
	color: #555555;
	/*font-weight: 600;*/
	text-align: left;
	padding: 8px 10px 0 5px;
	float:right;
	font-family: "Insan-Regular";
}

input[type="radio"], input[type="checkbox"]{
	float:right;
}

.custom_form_checkbox{
	width: 20px !important;
	height: 20px !important;
	background: #fff !important;
	float:left;
}
.custom_form_checkbox_label{
	font-size: 20px;
    line-height: 19px;
    color: #555555;
    text-align: left;
    padding: 5px 30px 0 30px;
    font-family: "Insan-Regular";
    text-align: right;
}

.helper_text{
	color:#5786f3;
	font-size:15px;
	line-height:14px;
	text-align:left;
	margin: 0;
	padding: 0;
	font-family: "Insan-Regular";
}

.TinyText{
	text-align:left;
}

.custom_error_message{
	background: url(../error.png) no-repeat center right;
	text-align: right;	
	font-size: 12px;
	color: #f00;
	padding: 3px 15px 0 15px;
	display:none;
	float:right !important;
}

.required_field_info{
	font-size: 20px;
	font-family: "Insan-Regular";
	color:#555555;
}
.multi_button_group{
	text-align: left;
	padding: 0;
}

/* violation  fixed*/
.custom_button{
	/*background-color: #5887f5;*/
	background-color: #2B67F3;
	font-size: 15px;
	padding: 10px 24px;
	color: #fff;
	border: 0;
	margin: 0;
	width: auto;
	font-family: "Insan-Regular";
}
/* violation  fixed*/

/* violation  fixed*/
.custom_button2{
	background-color: #2B67F3;
	font-size: 15px;
	padding: 7px 40px;
	color: #fff;
	border: 0;
	margin: 0;
	width: auto;
}
/* violation  fixed*/

/* Important part */
.custom_modal-dialog{
    overflow-y: initial !important
}

.custom_modal-body {
	height: calc(100vh - 200px);

}
.custom_modal_page {
	height: calc(100vh - 316px);
    overflow-y: auto;
}


.custom_modal {
	margin-top: 0px !important;
	top: 5% !important;
}

#btn_continue_to_submit{
	/*background-color: #4e6b80;*/
}

#form_section_2{
	display:none;
}

/* .custom_error_message:before{
	background: url(../images/error.png) no-repeat center left;
	content: "xx ";
} */

#suggest_me_answer .close{
	position: absolute;
	top: 10px;
	left: 30px;
	font-size: 20px;
	cursor: pointer;
}
.modal-content .close{
	z-index: 9999;
}


.modal-open .modal {
    overflow-x: unset !important;
    overflow-y: unset !important;
}

#suggest_me_answer .modal-content{
	border:none;
}
#suggest_me_answer .modal-body{
	padding: 30px 20px 10px 20px;
	overflow:auto;
}

#suggest_me_answer .modal-footer{
	background:none;
	border:none;
}


#suggest_me_answer .custom_modal_title{
	font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    color: #2f353d;
	margin-bottom: 20px;
}


#suggest_me_answer .custom_modal_faq_section{
	margin:15px 32px;
	position:relative;
}

#suggest_me_answer .custom_modal_faq_question{
	font-size: 14px;
    color: #000;
    margin-bottom: 10px;
	text-indent:23px;
	font-weight: 600;
}
#suggest_me_answer .custom_modal_faq_question:before{
	content: ":Q";
	position: absolute;
    top:0px;
	right:-22px;
	font-weight: normal;
}

.pagination{
	margin:6px 0;
}


#suggest_me_answer .custom_modal_faq_answer_section{
	position:relative;
	font-size: 14px;
    color: #000;
	margin-bottom: 10px;	
}
#suggest_me_answer .custom_modal_faq_answer_section:before{
	content:":A";
	position: absolute;
    top:0px;
	right:-22px;
}	

#suggest_me_answer .custom_modal_answer{
	/* margin-left: 5px; */
}

#suggest_me_answer .custom_modal_disclaimer{
	font-size:12px;
}

.contact-box{
	max-width: 1260px;
    padding-left: 60px;
}


.custom_sub_section .container{
	width:102.4%;
}

.contact-us a{
	padding:10px 24px !important;
	font-size:15px !important;
}

.website a{
	font-family: "SSTPro-Roman" !important;
	font-size: 16px !important;
}

.custom_support_paragraph a{
	font-size: 20px;
	font-family: "Insan-Regular";
}

input[type="file"]{
	max-width: 100%;
}

.file-type{
	clear:both;
	float:right;
}

.faq-close{
	float: left;
}

textarea, input[type="text"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"], 
input[type="week"], input[type="number"],
input[type="email"], input[type="url"], 
input[type="search"], input[type="tel"], input[type="color"]{
	text-align: right;
}

.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #5887f5;
    border-color: #5887f5;
}
.pagination > li > a, .pagination > li > span{
	color:#4572ed;
}

@media (max-width: 1999px) {
	.custom_support_button a{
		padding: 12px 12px;
		font-size: 13px;
	}
}

@media(max-width: 1325px){
	.tscontent{
		padding:60px 18px;
	}
	.custom_sub_section .container{
		width:98.4% !important;
	}
}

@media (max-width: 1250px) {
	.contact-box{
		max-width: 1142px;
		padding-left: 0px;
	}
}

@media (max-width: 991px){
	.tscontent{
		padding:60px 40px;
	}
}

@media (max-width: 767px) {
	.custom_form_label{
		text-align: right;
	}
	.custom_button{
		margin-top: 20px;
	}
	.custom_support_sections{
		margin-left: 0px;
	}
}

@media (max-width: 435px){
	.custom_select_box_calendar{
		margin-right: 0px;
	}
}

@media (max-width: 405px){
	.custom_select_box_calendar{
		width:32%;
	}
}

@media (max-width: 400px){
	.file-type{
		float:none;
	}
}